@use "sass:meta" {}

[data-theme="dark"],
:root {
  --color: #fff;
  --footer-color: #CACACA;
  --background: #060606;
  --padding: 20px;
  --negative-padding: -20px;
  --font-size: 14px;
  --footer-title: 18px;
  --title: 26px;
  --small-title: 20px;
  --h1: 30px;
}

* {
  margin: 0;
  padding: 0;
  scrollbar-color: var(--primary) #e5e5e5;
  scrollbar-width: thin;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*:focus,
*:active {
  outline-width: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 3px;
  height: 2px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}


::-moz-selection {
  background: #fff;
  color: #060606;
}

::selection {
  background: #fff;
  color: #060606;
}

a {
  color: #215AEE;
}

#transition_disabled {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

#transition_disabled * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

#transition_disabled *::after,
#transition_disabled *::before {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.app {
  padding-top: 72px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  min-height: 100vh;
}

#work-card {
  width: 100vw;
  height: 100vh;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--background);
  color: var(--color);
  font-family: 'Manrope', sans-serif;
  width: 100vw;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: var(--font-size);
  line-height: 140%;
}

body.overflow {
  overflow-y: hidden;
}

.back1 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/background.png) right top no-repeat;
  background-size: 45%;
  z-index: 2;
  -webkit-animation: moveLeft 5s infinite linear;
  animation: moveLeft 5s infinite linear;
}

.back2 {
  display: block;
  width: 100%;
  height: 110vh;
  position: absolute;
  left: 0;
  top: 30vh;
  background: url(../img/background2.webp) left top no-repeat;
  background-size: contain;
  z-index: 2;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-animation: moveRight 5s infinite linear;
  animation: moveRight 5s infinite linear;
}

@-webkit-keyframes moveRight {
  0% {
    height: 110vh;
    top: 30vh;
    width: 100%;
  }

  50% {
    height: 100vh;
    top: 35vh;
  }

  100% {
    height: 110vh;
    top: 30vh;
    width: 100%;
  }
}

@keyframes moveRight {
  0% {
    height: 110vh;
    top: 30vh;
    width: 100%;
  }

  50% {
    height: 100vh;
    top: 35vh;
  }

  100% {
    height: 110vh;
    top: 30vh;
    width: 100%;
  }
}

@-webkit-keyframes moveLeft {
  0% {
    height: 100%;
  }

  50% {
    height: 80%;
  }

  100% {
    height: 100%;
  }
}

@keyframes moveLeft {
  0% {
    height: 100%;
  }

  50% {
    height: 80%;
  }

  100% {
    height: 100%;
  }
}

.ellipse {
  position: absolute;
  /* z-index: 2; */
}

.ellipse::after,
.ellipse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.ellipse-1 {
  width: 363px;
  height: 450px;
}

.ellipse-1::after {
  background: url(../img/el1.svg) bottom right no-repeat;
  background-size: contain;
  -webkit-animation: el1after 5s infinite linear;
  animation: el1after 5s infinite linear;
}

.ellipse-1::before {
  background: url(../img/el2.svg) bottom left no-repeat;
  background-size: 70%;
  -webkit-animation: el1before 5s infinite linear;
  animation: el1before 5s infinite linear;
}

@-webkit-keyframes el1after {
  0% {
    height: 100%;
  }

  50% {
    height: 90%;
  }

  100% {
    height: 100%;
  }
}

@keyframes el1after {
  0% {
    height: 100%;
  }

  50% {
    height: 90%;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes el1before {
  0% {
    width: 100%;
  }

  50% {
    width: 90%;
  }

  100% {
    width: 100%;
  }
}

@keyframes el1before {
  0% {
    width: 100%;
  }

  50% {
    width: 90%;
  }

  100% {
    width: 100%;
  }
}

.ellipse-2 {
  width: 242px;
  height: 720px;
}

.ellipse-2::after {
  background: url(../img/el3.svg) top left no-repeat;
  background-size: 50%;
  -webkit-animation: el2after 5s infinite linear;
  animation: el2after 5s infinite linear;
}

.ellipse-2::before {
  background: url(../img/el4.svg) center left no-repeat;
  background-size: 100%;
  -webkit-animation: el2before 5s infinite linear;
  animation: el2before 5s infinite linear;
}

@-webkit-keyframes el2after {
  0% {
    height: 100%;
  }

  50% {
    height: 80%;
  }

  100% {
    height: 100%;
  }
}

@keyframes el2after {
  0% {
    height: 100%;
  }

  50% {
    height: 80%;
  }

  100% {
    height: 100%;
  }
}

@-webkit-keyframes el2before {
  0% {
    height: 100%;
  }

  50% {
    height: 90%;
  }

  100% {
    height: 100%;
  }
}

@keyframes el2before {
  0% {
    height: 100%;
  }

  50% {
    height: 90%;
  }

  100% {
    height: 100%;
  }
}

.pos-1 {
  top: 220vh;
  right: 0px;
}

.pos-2 {
  top: 400vh;
  left: 0;
}

.pos-3 {
  top: 1400vh;
  left: 0;
}

.back {
  display: block;
  width: 100%;
  height: 110vh;
  position: absolute;
  right: 0;
  top: 900vh;
  background: url(../img/background3.webp) right top no-repeat;
  background-size: contain;
  z-index: 2;
  -webkit-animation: moveRight2 5s infinite linear;
  animation: moveRight2 5s infinite linear;
}

@-webkit-keyframes moveRight2 {
  0% {
    margin-top: 0;
    height: 110vh;
  }

  50% {
    margin-top: 10vh;
    height: 90vh;
  }

  100% {
    margin-top: 0;
    height: 110vh;
  }
}

@keyframes moveRight2 {
  0% {
    margin-top: 0;
    height: 110vh;
  }

  50% {
    margin-top: 10vh;
    height: 90vh;
  }

  100% {
    margin-top: 0;
    height: 110vh;
  }
}

.main {
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  will-change: background-color;
}

.container {
  width: 100vw;
  max-width: 1322px;
  /* max-width: 1280px; */
  padding-left: var(--padding);
  padding-right: var(--padding);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.container-full {
  width: 100vw;
  margin-left: var(--negative-padding);
  margin-right: var(--negative-padding);
}

.container-full .section__header {
  padding-left: var(--padding);
  padding-right: var(--padding);
}

@media screen and (min-width: 1322px) {
  .container-full {
    margin-left: calc(-50vw + 641px);
    margin-right: calc(-50vw + 641px);
  }
}

.section {
  margin-bottom: 60px;
}

.section__header {
  margin-bottom: 40px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section:not(.section_under-grain) {
  position: relative;
  z-index: 3;
}

.section:last-child {
  margin-bottom: 0;
}

.header,
.footer {
  position: relative;
  z-index: 3;
}

.small-title {
  font-style: normal;
  font-weight: 500;
  font-size: var(--small-title);
  line-height: 140%;
}

.title {
  color: var(--color);
  font-size: var(--title);
  line-height: 140%;
  font-style: normal;
  font-weight: 500;
}

.title~.sub-title {
  margin-top: 16px;
}

.pre-title {
  margin-bottom: 20px;
}

.sub-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  color: #6D6D6D;
}

.date {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  margin-top: 12px;
}

.page-title {
  margin-bottom: 40px;
  margin-top: 50px;
}

.h1 {
  color: var(--color);
  font-style: normal;
  font-weight: 500;
  font-size: var(--h1);
  line-height: 140%;
}

.sub-h1 {
  margin-top: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
}

.text-center {
  text-align: center;
}

.text>* {
  margin-bottom: 22px;
}

.follow-cursor {
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  transform-origin: center;
  /* -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); */
  position: fixed;
  z-index: 9999999999999999;
  pointer-events: none;
  -webkit-transition: background .3s ease-in, width .3s ease-in, height .3s ease-in;
  -o-transition: background .3s ease-in, width .3s ease-in, height .3s ease-in;
  transition: background .3s ease-in, width .3s ease-in, height .3s ease-in;
}

.follow-cursor::before,
.follow-cursor::after {
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  pointer-events: none;
}

.follow-cursor::before {
  width: 14px;
  height: 14px;
  /* border-top: 4px solid var(--background);
  border-right: 4px solid var(--background); */
  position: absolute;
  left: calc(50% - 11px);
  top: calc(50% - 9px);

}

.follow-cursor::after {
  content: '';
  display: block;
  width: 4px;
  height: 25px;
  /* background: var(--background); */
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 7px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}

.follow-cursor_active {
  width: 100px;
  height: 100px;
  background: #fff;
  display: flex;
  font-weight: 500;
  color: #333;
  justify-content: center;
  align-items: center;
}

.jarallax-work-card {
  width: 100%;
  height: 500px;
}

.cursor-inner-text {
  padding-top: 5px;
}

.follow-cursor_active::before,
.follow-cursor_active::after {
  opacity: 1;
}

@-webkit-keyframes grain {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }

  30% {
    -webkit-transform: translate(3%, -15%);
    transform: translate(3%, -15%);
  }

  50% {
    -webkit-transform: translate(12%, 9%);
    transform: translate(12%, 9%);
  }

  70% {
    -webkit-transform: translate(9%, 4%);
    transform: translate(9%, 4%);
  }

  90% {
    -webkit-transform: translate(-1%, 7%);
    transform: translate(-1%, 7%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes grain {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }

  30% {
    -webkit-transform: translate(3%, -15%);
    transform: translate(3%, -15%);
  }

  50% {
    -webkit-transform: translate(12%, 9%);
    transform: translate(12%, 9%);
  }

  70% {
    -webkit-transform: translate(9%, 4%);
    transform: translate(9%, 4%);
  }

  90% {
    -webkit-transform: translate(-1%, 7%);
    transform: translate(-1%, 7%);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.grain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
  opacity: .03;
}

.grain:after {
  content: '';
  position: absolute;
  display: block;
  width: 200vw;
  height: 200vh;
  left: -50%;
  top: -50%;
  background-image: url(../img/grain.png);
  -webkit-animation: grain 1.5s steps(6) infinite;
  animation: grain 1.5s steps(6) infinite;
}

@media (pointer: coarse) {
  .follow-cursor {
    display: none;
  }
}

.ico {
  display: inline-block;
  width: 12px;
  height: 12px;
  min-width: 12px;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.ico::after,
.ico::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* .footer-socials__item::before {
  top: 50px;
}

.footer-socials__item:hover .ico::after {
  top: -20px;
}

.footer-socials__item:hover .ico::before {
  content: '';
} */

.ico::after {
  opacity: 1;
}

/* .ico::before {
  opacity: 0;
} */
.ico_behance::before,
.ico_behance::after {
  background: url(../img/icon/behance.svg) center center no-repeat;
  background-size: 100%;
}

.ico_dribbble::before,
.ico_dribbble::after {
  background: url(../img/icon/dribbble.svg) center center no-repeat;
  background-size: 100%;
}

.ico_instagram::before,
.ico_instagram::after {
  background: url(../img/icon/instagram.svg) center center no-repeat;
  background-size: 100%;
}

.ico_linkedin-in::before,
.ico_linkedin-in::after {
  background: url(../img/icon/linkedin.svg) center center no-repeat;
  background-size: 100%;
}

.ico_facebook-f::before,
.ico_facebook-f::after {
  background: url(../img/icon/facebook.svg) center center no-repeat;
  background-size: 100%;
}

.ico_behance::after,
.ico_dribbble::after,
.ico_instagram::after,
.ico_linkedin-in::after,
.ico_facebook-f::after {
  top: 50px;
}

.footer-socials__item:hover .ico_behance::before,
.footer-socials__item:hover .ico_dribbble::before,
.footer-socials__item:hover .ico_instagram::before,
.footer-socials__item:hover .ico_linkedin-in::before,
.footer-socials__item:hover .ico_facebook-f::before {
  top: -50px;
}

.footer-socials__item:hover .ico_behance::after,
.footer-socials__item:hover .ico_dribbble::after,
.footer-socials__item:hover .ico_instagram::after,
.footer-socials__item:hover .ico_linkedin-in::after,
.footer-socials__item:hover .ico_facebook-f::after {
  top: 0px;
}


.ico_telegram::before,
.ico_telegram::after {
  background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_234_549)'%3E%3Cpath d='M8.63242 13.9159L8.2685 19.0346C8.78917 19.0346 9.01467 18.8109 9.28509 18.5423L11.7262 16.2094L16.7843 19.9137C17.712 20.4307 18.3656 20.1584 18.6158 19.0602L21.936 3.50258L21.9369 3.50167C22.2312 2.13033 21.441 1.59408 20.5372 1.9305L1.02133 9.40225C-0.310587 9.91925 -0.290421 10.6617 0.794914 10.9982L5.78433 12.5501L17.3738 5.29833C17.9192 4.93717 18.4151 5.137 18.0072 5.49817L8.63242 13.9159Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_234_549'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center center no-repeat;
  background-size: 100%;
  max-width: 20px;
  max-height: 20px;
}

.ico_viber::before,
.ico_viber::after {
  background: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9973 0H11.0027C17.0679 0 22 4.93488 22 11C22 17.0651 17.0679 22 11.0027 22C8.76562 22 6.69075 21.3345 4.95138 20.1823L0.72325 21.5339L2.09413 17.4474C0.7755 15.6365 0 13.4062 0 11C0 4.9335 4.93213 0 10.9973 0ZM15.2445 17.0858C16.0846 16.9042 17.1379 16.2827 17.4033 15.5334C17.6686 14.7826 17.6686 14.1432 17.5916 14.0071C17.5295 13.8991 17.3824 13.8283 17.163 13.7227C17.1058 13.6951 17.0438 13.6653 16.977 13.6317C16.6539 13.4709 15.0823 12.694 14.7853 12.5909C14.4938 12.4809 14.216 12.5194 13.996 12.8301C13.9542 12.8887 13.9124 12.9474 13.8709 13.0058C13.6055 13.3791 13.3495 13.7391 13.1366 13.9686C12.9428 14.1749 12.6265 14.201 12.3611 14.091C12.3322 14.0789 12.2991 14.0655 12.2619 14.0505C11.8417 13.8808 10.9098 13.5044 9.78164 12.5001C8.83014 11.6531 8.18389 10.5985 7.99689 10.2822C7.81329 9.965 7.97165 9.77897 8.11802 9.60704C8.12073 9.60385 8.12344 9.60067 8.12614 9.5975C8.22051 9.48074 8.31209 9.38351 8.40412 9.2858C8.47032 9.21552 8.53676 9.14498 8.60464 9.06675C8.61472 9.05513 8.62453 9.04385 8.63408 9.03287C8.77821 8.86714 8.86405 8.76845 8.96076 8.56212C9.07076 8.349 8.99239 8.129 8.91401 7.96675C8.86009 7.85312 8.52699 7.04493 8.24103 6.35111C8.11866 6.0542 8.00492 5.77824 7.92539 5.58662C7.71226 5.0765 7.55001 5.05725 7.22689 5.0435C7.21699 5.043 7.20698 5.0425 7.19688 5.04199C7.09475 5.03682 6.98226 5.03112 6.85839 5.03112C6.43764 5.03112 5.99901 5.15487 5.73364 5.42575C5.72436 5.43522 5.7147 5.44505 5.70467 5.45525C5.36516 5.80053 4.60889 6.56967 4.60889 8.10287C4.60889 9.63904 5.69886 11.1257 5.90053 11.4008C5.90609 11.4084 5.91097 11.415 5.91514 11.4207C5.92727 11.4367 5.95014 11.4698 5.98343 11.518C6.39522 12.1143 8.40091 15.0189 11.3918 16.258C13.919 17.3058 14.6698 17.2081 15.2445 17.0858Z' fill='white'/%3E%3C/svg%3E%0A") center center no-repeat;
  background-size: 100%;
  max-width: 20px;
  max-height: 20px;
}

.ico_file {
  min-width: 20px;
  width: 20px;
  height: 20px;
}

.ico_file::after {
  background: url(../img/icon/file.svg) center center no-repeat;
  background-size: 100%;
}

.ico_linkedin-in-white::after {
  background: url(../img/icon/linkedin-white.svg) center center no-repeat;
  background-size: contain;
}

.ico_facebook-f-white::after {
  background: url(../img/icon/facebook-white.svg) center center no-repeat;
  background-size: contain;
}

.ico_telegram-white::after {
  background: url(../img/icon/telegram-white.svg) center center no-repeat;
  background-size: contain;
}

.ico_twitter-white::after {
  background: url(../img/icon/twitter-white.svg) center center no-repeat;
  background-size: contain;
}

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

.btn {
  border: none;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  background: rgba(255, 255, 255, 0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'Manrope', sans-serif;
  color: var(--color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.contact-us-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 41px;
  letter-spacing: 0.05em;
  padding-right: 10px;
}

.contact-us-btn span~svg {
  position: relative;
  margin-left: 14px;
}

.contact-us-btn svg {
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  -o-transition: transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.contact-us-btn:hover {
  opacity: .75;
}

.contact-us-btn:hover span~svg {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.btn-all {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  width: 140px;
  height: 140px;
  padding: 10px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: transform 0.1s linear, color 0.1s linear, background 0.15s linear;
  transform-style: preserve-3d;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 768px) {
  .btn-all {
    margin-top: 80px;
  }

}

.btn-all::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-all:hover::before {
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  left: -20px;
  border: 1.6px solid #215AEE;
}

.btn-primary {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #080808;
  background: #fff;
  padding: 20px 10px 18px;
  overflow: hidden;
  text-transform: uppercase;
  border-radius: 28px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-primary--header span {
  display: block;
  position: relative;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 100;
}

.btn-primary--header span:before {
  content: attr(data-btn);
  position: absolute;
  width: 100%;
  top: -0;
  left: 50%;
  -webkit-transform: translate(-50%, 40px);
  transform: translate(-50%, 40px);
}

.btn-primary--header:hover span {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

/* .btn-primary .mask {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-primary:hover .mask {
  transform: translate3d(0px, -40px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
} */

.btn-primary.btn-primary_small {
  padding: 12px 47px 11px;
  font-size: 14px;
  line-height: 150%;
  border-radius: 37px;
}

.btn-primary:hover {
  /* opacity: .75; */
  background: linear-gradient(90deg, #09D0F3 0%, #3198F4 47%, #733BF5 100%);
  color: #fff;
}

.btn-secondary {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  padding: 16px 35px 13px;
  border-radius: 25px;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.btn-secondary:hover {
  opacity: .75;
}

.btn-submit {
  padding: 22px 50px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.btn-submit::before,
.btn-submit::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: -webkit-linear-gradient(359.92deg, #215AEE 0.06%, #00AAD6 102.4%), #FFFFFF;
  background: -o-linear-gradient(359.92deg, #215AEE 0.06%, #00AAD6 102.4%), #FFFFFF;
  background: linear-gradient(90.08deg, #215AEE 0.06%, #00AAD6 102.4%), #FFFFFF;
  position: absolute;
  left: -0%;
  top: 0;
  z-index: -2;
}

.btn-submit::after {
  background: -webkit-linear-gradient(359.92deg, #00AAD6 0.06%, #215AEE 102.4%), #FFFFFF;
  background: -o-linear-gradient(359.92deg, #00AAD6 0.06%, #215AEE 102.4%), #FFFFFF;
  background: linear-gradient(90.08deg, #00AAD6 0.06%, #215AEE 102.4%), #FFFFFF;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.btn-submit:hover::after {
  opacity: 1;
}

.btn-submit-app {
  width: 162px;
  height: 162px;
  border-radius: 50%;
  position: fixed;
  z-index: 10;
  bottom: 20px;
  /* top: 80vh; */
  right: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1400px) {
  .btn-submit-app {
    right: 0px;
  }
}

@media screen and (max-width: 1100px) {
  .btn-submit-app {
    width: 100px;
    height: 100px;
    right: 10px;
    font-size: 10px;
    line-height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .btn-submit-app {
    font-size: 9px;
  }


}


.btn-submit-app::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/eng-questions.svg) center center no-repeat;
  background-size: contain;
  -webkit-animation: rotate 30s infinite linear;
  animation: rotate 30s infinite linear;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  background: #FFFFFF;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.swiper-btn:hover {
  background: #000;
}

.swiper-btn:hover.swiper-button-next:after,
.swiper-btn:hover.swiper-button-prev:after {
  color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
  color: #000;
}




/* #endregion */


.tab-container {
  position: relative;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  /* scrollbar-width: none; */
}


/* .tab-container::-webkit-scrollbar { 
  display: none; 
} */

.tab {
  width: 100%;
}

.tab>*:last-child {
  margin-bottom: 0;
}

.tab:not(.active) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity, height .3s ease-in;
  -o-transition: opacity, height .3s ease-in;
  transition: opacity, height .3s ease-in;
}

.tab.active {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-two-cols {
  display: -ms-grid;
  display: grid;
  width: 100%;
}

.input-wrapper {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}

.input {
  background: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #6D6D6D;
  color: var(--color);
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  padding: 0;
  padding-bottom: 20px;
  width: 100%;
  -webkit-transition: border-color .3s ease-in;
  -o-transition: border-color .3s ease-in;
  transition: border-color .3s ease-in;
}

.input:placeholder {
  color: #6D6D6D;
}



.input:-webkit-autofill,
.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: var(--color);
}

.input:focus,
.input:active {
  border-bottom-color: #fff;
}

.radio-wrapper {
  margin-bottom: 27px;
}

.radio-wrapper__name {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 30px;
}

.radio-wrapper__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;

  width: 106%;
}




section.section.we {
  margin-bottom: 100px;
}

.header-langs {
    margin-right: 50px;
    display: flex;
    gap: 10px;
}

.header-langs * {
    font-size: 15px;
    font-weight: 500;
    line-height: 19.35px;
    letter-spacing: 0.05em;
}

.header-langs a {
    color: #8b8b8b;
    text-decoration: none;
}

.header-langs a:hover {
    color: #fff;
}

@media screen and (max-width: 1024px) {
.header-langs {
    margin-right: 25px;
    gap: 15px;
}

.header-langs *:nth-child(2) {
    display: none;
}

#header-burger-title {
    display: none;
}

  a.scroll-down-btn.btn {
    display: none;
  }

  section.section.we {
    margin-bottom: 30px;
  }

  .main-screen__bg::before {
    display: none !important;
  }

  .we-list {
    display: none !important;
  }

  .menu-contact__div {
    display: inline-block !important;
    text-align: left;
  }

  .radio-wrapper__row {
    width: 100%;
  }
}

.radio-wrapper__row>* {
  margin-bottom: 10px;
}

.radio-wrapper__row>*:not(:last-child) {
  margin-right: 10px;
}

.radio-btn {}

.radio-btn span {
  display: inline-block;
  padding: 11px 19px;
  border: 1px solid #353535;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background-color: #262626;
}

.radio-btn input {
  display: none;
}

.radio-btn input:checked~span {
  background: #fff;
  color: #202020;
}

.radio-btn:hover span {
  border-color: #fff;
}

.checkbox {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 40px;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.checkbox input {
  display: none;
}

.checkbox input:checked~span::after {
  opacity: 1;
}

.checkbox>span {
  position: relative;
  display: inline-block;
  padding-left: 52px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.checkbox>span::before,
.checkbox>span::after {
  content: '';
  display: block;
  position: absolute;
}

.checkbox>span::before {
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  left: 0;
  top: 2px;
  border: 1px solid #fff;
  transition: .3s ease-in-out;
}

.checkbox input:checked~span::before {
  width: 36px;
  height: 36px;
  background: var(--color);
  top: 0;
}

.checkbox>span::after {
  width: 18px;
  height: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #020202;
  border-left: 2px solid #020202;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 10px;
  top: 12px;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.checkbox a {
  color: var(--color);
  text-decoration: none;
}

.checkbox a:hover {
  text-decoration: underline;
}

.checkbox:hover {
  opacity: .75;
}

.file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 18px 45px;
  border: 1px solid #353535;
  margin-bottom: 40px;
  margin-bottom: 40px;
  -webkit-transition: border-color .3s ease-in;
  -o-transition: border-color .3s ease-in;
  transition: border-color .3s ease-in;
  background-color: #262626;
}

.file span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.file .ico {
  margin-right: 12px;
}

.file input {
  display: none;
}

.file:hover {
  border-color: #fff;
}

.range-wrapper {
  width: 100%;
  margin-bottom: 47px;
}

.range-wrapper__name {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  margin-bottom: 21px;
}

.budget-value-wrapper {
  width: 142px;
  height: 65px;
  background-image: url(../img/Union.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 9px;
}

.budget-value {
  font-weight: 500;
  /* font-size: 22px; */
  font-size: 17px;
  line-height: 130%;
  color: #202020;
}


.budget-value::after {
  content: '$';
}

.range {
  width: 100%;
}

.budget-range {
  width: 100%;
  height: 10px;
  border-radius: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.budget-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-image: url(../img/range-thub.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: grab;
  box-shadow: none;
  border: none;
  margin-top: -14px;
}

.budget-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-image: url(../img/range-thub.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: grab;
  box-shadow: none;
  border: none;
}

.budget-range::-ms-thumb {
  -webkit-appearance: none;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background-image: url(../img/range-thub.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: grab;
  box-shadow: none;
  border: none;
}

.budget-range::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  background: #215AEE;
  border-radius: 7px;
  height: 100%;
}

.budget-range::-moz-range-track {
  -webkit-appearance: none;
  background: #215AEE;
  border-radius: 7px;
  height: 100%;
}

.budget-range::-ms-track {
  -webkit-appearance: none;
  background: #215AEE;
  border-radius: 7px;
  height: 100%;
}

.budget-range::-moz-range-progress {
  background: #215AEE;
  height: 100%;
  border-radius: 7px;
}

.budget-range::-moz-range-track {
  background-color: #2C2C2C;
  height: 100%;
  border-radius: 7px;
}

.budget-range::-ms-fill-lower {
  background: #215AEE;
  border-radius: 7px;
}

.budget-range::-ms-fill-upper {
  background-color: #2C2C2C;
  border-radius: 7px;
}

.budget-range::fill-lower {
  background: #215AEE;
  border-radius: 7px;
}

.budget-range::fill-upper {
  background-color: #2C2C2C;
  border-radius: 7px;
}

.range .lines {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  margin-bottom: 1px;
}

.range .line {
  width: 1px;
  height: 8px;
  background-color: #4D4D4D;
}

.range .lines .line:first-child,
.range .lines .line:last-child {
  height: 18px;
}

.range .lines .line:nth-child(4n) {
  height: 18px;
}

@media screen and (max-width: 1024px) {
  .radio-wrapper__row>* {
    margin-bottom: 18px;
  }

  .radio-btn span {
    font-size: 14px;
    line-height: 100%;
    padding: 20px 20px;
  }

  .range-wrapper__name {
    font-size: 26px;
  }

  .range .line {
    display: none;
  }

  .range .lines .line:nth-child(-n + 16) {
    display: block;
  }
}

@media screen and (max-width: 768px) {

  .menu-contact__div {
    display: flex !important;
    text-align: center;
  }

  .request .page-title {
    margin-top: 43px;
    margin-bottom: 64px;
  }

  .request .page-title .h1 {
    font-size: 30px;
    line-height: 120%;
  }

  .request .page-title .h1 br {
    display: none;
  }

  .radio-wrapper {
    margin-bottom: 19px;
  }

  .radio-wrapper__name {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 18px;
  }

  .label-input-wrapper {
    margin-top: 19px;
    margin-bottom: 19px;
  }

  .file {
    margin-top: 21px;
    margin-bottom: 61px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .range-wrapper {
    margin-bottom: 39px;
  }

  .range-wrapper__name {
    margin-bottom: 31px;
  }

  .request .checkbox {
    margin-bottom: 29px;
  }
}



@media screen and (max-width: 540px) {

  .radio-wrapper__row {
    justify-content: space-evenly;
  }



  .radio-btn span {
    font-size: 13px;
    padding: 20px 15px;
  }

  .radio-services-wrapper .radio-btn:nth-child(1) {
    order: 1;
  }

  .radio-services-wrapper .radio-btn:nth-child(2) {
    order: 3;
  }

  .radio-services-wrapper .radio-btn:nth-child(3) {
    order: 5;
  }

  .radio-services-wrapper .radio-btn:nth-child(4) {
    order: 6;
  }

  .radio-services-wrapper .radio-btn:nth-child(5) {
    order: 9;
  }

  .radio-services-wrapper .radio-btn:nth-child(6) {
    order: 7;
  }

  .radio-services-wrapper .radio-btn:nth-child(7) {
    order: 2;
  }

  .radio-services-wrapper .radio-btn:nth-child(8) {
    order: 4;
  }

  .radio-services-wrapper .radio-btn:nth-child(9) {
    order: 11;
  }

  .radio-services-wrapper .radio-btn:nth-child(10) {
    order: 10;
  }

  .radio-services-wrapper .radio-btn:nth-child(11) {
    order: 9;
  }

  .radio-services-wrapper .radio-btn:nth-child(12) {
    order: 12;
  }

  .budget-value {
    font-size: 17px;
  }

}

@media screen and (max-width: 400px) {
  .radio-wrapper__row {
    justify-content: left;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.header__top {
  height: 34px;
  width: 100%;
  padding: 0;
  background: linear-gradient(90deg, #e6e9a6 0%, #3787ff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.header__content {
  display: flex;
  width: 100%;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__top-icon {
  max-height: 31px;
  width: auto;
}

.header__support {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__support-block {
  display: flex;
  align-items: center;
  gap: 12px;
}

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

.header__support-span,
.header__support-text {
  font-family: 'Futura New';
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.header__support-span {
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  border-radius: 16px;
  padding: 2px 16px;
}

.header__support-text {
  color: #000;
}

@media screen and (max-width: 768px) {
  .header__content {
    padding: 20px;
  }

  .header__support-span,
  .header__support-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 530px) {
  .header__top {
    height: max-content;
    padding: 4px;
  }

  .header__support {
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }

  .header__support-block {
    gap: 8px;
  }
}

.sticky {
  background: rgba(7, 7, 16, .7);
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
}

.header__right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__contacts {
  display: none;
}

.header__contacts .btn-primary {
  width: auto;
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 140px;
  width: 140px;
  height: 60px;
  align-self: center;
}

@media screen and (max-width: 1024px) {
  .header {
    align-items: center;
  }

  .logo {
    height: auto;
  }
}

.logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.nav {
  display: none;
}

.nav__link {
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color);
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  overflow: hidden;
  height: 20px;
}

.nav__link:hover {
  opacity: .75;
}

.nav__link .mask {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
  transform-style: preserve-3d;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}



.nav__link:hover .mask {
  transform: translate3d(0px, -20px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
}




.nav__link img {
  position: relative;
  bottom: 2px;
}

.header-soc {
  color: var(--color);
  text-decoration: none;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-soc:not(:last-child) {
  margin-right: 12px;
}

.header-soc:hover {
  opacity: .75;
}

.btn-burger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 40px;
  height: 20px;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .btn-burger::after,
.btn-burger::before {
  content: '';
  display: block;
  width: 32px;
  position: absolute;
  left: 0;
}

.btn-burger::after {
  height: 2px;
  background: #fff;
  top: calc(50% - 1px);
}

.btn-burger::before {
  height: 14px;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  top: calc(50% - 9px);
} */

.btn-burger-line {
  width: 100%;
  background-color: #fff;
  height: 2px;
  transition: .3s ease-in;
  /* position: absolute; */
}

.btn-burger-line:last-child {
  align-self: end;
}

.btn-burger:hover {
  opacity: .75;
}

.btn-burger:hover .btn-burger-line:first-child,
.btn-burger:hover .btn-burger-line:last-child {
  width: 50%;
}

.hover-drop {
  position: relative;
}

.hover-drop a {
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
  color: var(--color);
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.hover-drop a:hover {
  opacity: .75;
}

/* .hover-drop:hover::before {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
} */

.hover-drop__body.active {
  opacity: 1;
  pointer-events: unset;
  height: auto;
  padding: 10px;
  max-height: 300px;
  overflow: auto;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.hover-drop__body {
  opacity: 0;
  overflow: hidden;
  height: 0;
  position: absolute;
  top: calc(100%);
  left: -10px;
  width: calc(100% + 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.hover-drop__body>*:not(:last-child) {
  margin-bottom: 5px;
}

.drop-arrow {
  display: inline-block;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  margin-left: 10px;
}

.menu,
.comment-pop-up,
.award-pop-up {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  z-index: 99;
  background: var(--background);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow: hidden;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

}

.menu>.grain,
.comment-pop-up>.grain {
  position: absolute;
}

.menu.active,
.comment-pop-up.active,
.award-pop-up.active {
  visibility: visible;
  -webkit-transition: visibility .3s ease-in-out;
  -o-transition: visibility .3s ease-in-out;
  transition: visibility .3s ease-in-out;
  right: 0;
}

.menu-body::-webkit-scrollbar {
  display: none;
}

.menu-body {
  width: 100%;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}



@media screen and (min-width: 1024px) {
  .you-need.section {
    margin-bottom: 100px !important;
  }

  .just-img.section {
    margin-bottom: 100px;
  }

  .you-need-wrapper {
    margin-bottom: 100px !important;
  }

  .menu-body {
    max-width: 70%;
  }
}

.menu-aside {
  width: 30%;
  min-width: 30%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: background-image .3s ease-in;
  -o-transition: background-image .3s ease-in;
  transition: background-image .3s ease-in;
}

.menu-aside::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
  background: -webkit-linear-gradient(259.73deg, rgba(0, 0, 0, 0.2) 2.72%, rgba(0, 0, 0, 0) 78.91%);
  background: -o-linear-gradient(259.73deg, rgba(0, 0, 0, 0.2) 2.72%, rgba(0, 0, 0, 0) 78.91%);
  background: linear-gradient(190.27deg, rgba(0, 0, 0, 0.2) 2.72%, rgba(0, 0, 0, 0) 78.91%);
}

.btn-close-menu,
.btn-close-comment {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .0s ease-in;
  -o-transition: all .0s ease-in;
  transition: all .0s ease-in;
}

.btn-close-menu span,
.btn-close-comment span {
  margin-right: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-close-menu i,
.btn-close-comment i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #202020;
  position: relative;
}

.btn-close-menu i::after,
.btn-close-menu i::before,
.btn-close-comment i:after,
.btn-close-comment i::before {
  content: '';
  display: block;
  width: 26px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: calc(50% - 13px);
  top: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.btn-close-menu i::after,
.btn-close-comment i::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-close-menu i::before,
.btn-close-comment i::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 1024px) {

  .btn-close-menu i,
  .btn-close-comment i {
    width: 60px;
    height: 60px;
  }
}

.btn-close-menu:hover i::after,
.btn-close-comment:hover i::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.btn-close-menu:hover i::before,
.btn-close-comment:hover i::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (min-width: 1024px) {

  .btn-close-menu,
  .btn-close-comment {
    right: 74px;
    top: 33px;
  }
}

.navigation-child {
  position: fixed;
  left: -110vw;
  width: 100%;
  bottom: 0;
  background: var(--background);
  z-index: 10;
  height: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  -webkit-transition: left .3s ease-in;
  -o-transition: left .3s ease-in;
  transition: left .3s ease-in;
}

.navigation-child.active {
  left: 0;
}

.navigation-child .grain {
  position: absolute;
}

.navigation-child>*:not(.grain) {
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 1024px) {
  .navigation-child {
    max-width: 70%;
    height: calc(100% - 128px);
  }
}

.navigation-child__menu {
  overflow: auto;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-child__menu>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}

.navigation-child__menu .services-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 70px;
}

.navigation-child__menu .services-list a {
  font-size: 30px;
  font-weight: 500;
  line-height: 140%;
  text-transform: none;
}

.navigation-child__menu>div>*:not(:first-child) {
  padding-top: 10px;
}

@media screen and (max-width:1060px) {
  .navigation-child__menu .services-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .navigation-child__menu>div>*:not(:first-child) {
    padding-top: 20px;
  }
}

.navigation-child__menu>div>*:not(:last-child) {
  padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .navigation-child__menu>div>*:not(:last-child) {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .navigation-child__menu {
    padding-left: 58px;
  }
}

.navigation-child--mob {
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}

.navigation-child--mob.hidden {
  display: none;
}

.menu .navigation-child--mob a {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #969A9F;
  text-align: center;
  text-transform: uppercase;
}

.navigation-child--mob a:not(:last-child) {
  margin-bottom: 24px;
}

.menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 80px 50px 20px;
}

.menu-header>* {
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .menu-header {
    padding: 48px 70px 48px 90px;
  }
}

.lang {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: auto;
  margin-right: 0;
}

.lang a,
.lang span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 10px;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.lang a:hover,
.lang span:hover {
  color: #fff;
}

@media screen and (min-width: 768px) {

  .lang a,
  .lang span {
    margin-left: 20px;
  }
}

.lang a {
  color: #6D6D6D;
}

.lang span {
  color: var(--color);
}

.menu-cols::-webkit-scrollbar {
  display: none;
}

.menu-cols {
  position: relative;
  bottom: 0;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: auto;
  margin-bottom: auto;
  overflow-y: auto;
  padding-bottom: 60px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  transition: bottom .8s ease-in-out;
}

.menu-cols:not(.menu-cols.active) {
  bottom: -100vh;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  transition: bottom .8s ease-out;
}

@media screen and (min-width: 1024px) {
  .menu-cols {
    padding-left: 57px;
  }
}

.menu-col {
  felx: 1;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .menu-col {
    max-width: 45%;
  }
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navigation.hovered .navigation-parent>span::after {
  border-color: #6D6D6D;
}

.navigation.hovered a,
.navigation.hovered span {
  color: #6D6D6D;
}

.navigation.hovered a:hover,
.navigation.hovered span:hover {
  color: #fff;
}

.navigation.hovered a:hover::after,
.navigation.hovered span:hover::after {
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .navigation {
    margin-bottom: 40px;
  }
}

.navigation a,
.navigation span {
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.menu-contact .btn-primary {
  padding: 17px 33px;
  display: none;
}

@media screen and (min-width: 1024px) {

  .navigation a,
  .navigation span {
    font-size: 36px;
  }
}



.navigation .navigation-parent>span {
  padding-right: 33px;
  position: relative;
}

.navigation .navigation-parent>span::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  -webkit-transition: border-color .3s ease-in;
  -o-transition: border-color .3s ease-in;
  transition: border-color .3s ease-in;
}

.navigation>*:not(:first-child) {
  padding-top: 10px;
}

@media screen and (min-width: 1024px) {
  .navigation>*:not(:first-child) {
    padding-top: 20px;
  }
}

.navigation>*:not(:last-child) {
  padding-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .navigation>*:not(:last-child) {
    padding-bottom: 20px;
  }
}

.menu-contact__title {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .menu-contact__title {
    font-size: 26px;
  }
}

.menu-contact__sub {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #6D6D6D;
  margin-bottom: 10px;
  display: block;
}

.menu-contact__div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.menu-contact__div>*:not(:last-child) {
  margin-bottom: 16px;
}

.menu-contact__link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.menu-contact__link:hover {
  opacity: .75;
}

@media screen and (min-width: 1024px) {
  .menu-contact__link {
    font-size: 22px;
    line-height: 28px;
  }
}

.menu-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-contact__row>*:not(:last-child) {
  margin-right: 15px;
}

.main-screen {
  display: block;
  height: calc(100vh - 72px);
  position: relative;
  overflow: hidden;
}



.main-screen video {
  position: absolute;
  min-width: 100%;
  min-height: 90%;
  height: -moz-available;
  height: -webkit-fill-available;
  height: fill-available;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
}

@media screen and (max-width: 568px) {
  .main-screen video {
    min-height: 100%;
  }

}

.main-screen__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-screen__bg img {
  max-height: 100%;
  max-width: 100%;
}

.main-screen__bg::before,
.main-screen__bg::after {
  content: '';
  position: relative;
  display: block;
  background: var(--background);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-height: 50%;
  width: 100%;
}

.main-screen__bg::before {
  top: 1px;
}

.main-screen__bg::after {}

.main-screen__bg-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  max-height: 100%;
}

.main-screen__bg-img::before,
.main-screen__bg-img::after {
  content: '';
  display: block;
  background: var(--background);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  max-width: 50%;
  width: 50%;
}

.we {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.we>*:not(:last-child) {
  margin-bottom: 20px;
}

.we-col {
  width: 100%;
}

.pre-title {
  font-size: 20px;
}

.we-col_left .pre-title {
  margin-bottom: 10px;
  font-size: 20px;
}

.we-col_right .small-title {
  margin-bottom: 20px;
}

.we-col_right .btn-secondary {
  margin-bottom: 70px;
}

.we-list {
  display: -ms-grid;
  display: grid;
  /* grid-gap: 40px; */
  grid-gap: 60px 80px;
  padding-right: 40px;
  max-width: calc(100% - 40px);
}

.we-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.we-list__item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  /* line-height: 140%; */
  line-height: 110%;
}

.we-list__item-title~.we-list__item-text {
  margin-top: 20px;
}

.we-list__item-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio-wrapper {
  background-color: transparent;
  transition: background-color .3s ease-in-out;
}

.work-tab {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 35px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.work-tab__header::-webkit-scrollbar {
  display: none;
}


.work-tab__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-left: calc(14.33% - 10px);
  margin-bottom: 70px;
  max-width: calc(90.33% - 40px);
  width: 100%;
  margin-bottom: 20px;
}



.work-tab__body {
  /* width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto; */
}

.work-tab__header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 auto;
}

.btn-tab {
  white-space: nowrap;
  padding: 12px 19px 9px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  /* text-transform: capitalize; */
  border-radius: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.btn-tab.active {
  border-color: #fff;
}

.btn-tab:not(.active):hover {
  opacity: .75;
}

.works-grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
}

@media screen and (min-width: 400px) {
  .works-grid {
    -ms-grid-columns: (calc(50% - 10px))[2];
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
}

.work-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  /* height: 394px; */
  /* height: 450px; */
  padding: 10px;
  text-decoration: none;
  color: var(--color);
  cursor: none !important;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

@media screen and (max-width: 540px) {
  /* .work-card {
    height: 550px;
  } */

  .work-card__content {
    gap: 20px;
  }
}

.work-card__media {
  /* width: 523px;
height: 599px; */
  width: 100%;
  height: 100%;
}

.work-card__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.work-card__title {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 46px;

  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.work-card__type {
  display: flex;
  font-size: 16px;
  line-height: 23px;
  font-style: normal;
  font-weight: 500;
  color: #969A9F;
  text-transform: lowercase;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.work-card__type::after {
  content: '';
  padding-left: 20px;
  width: 169px;
  background: url("data:image/svg+xml,%3Csvg width='169' height='2' viewBox='0 0 169 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1' x2='169' y2='1' stroke='%23969A9F'/%3E%3C/svg%3E%0A") center center no-repeat;
}

.work-card:hover {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .work-card__type::after {
    margin-left: 20px;
    width: 20%;
  }

  .navigation {
    text-align: center;
  }

  .navigation a,
  .navigation span {
    font-size: 20px;
    line-height: 140%;
  }

  .menu-contact {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #242424;
  }

  .menu-contact__row {
    justify-content: center;
  }

  .menu-contact .menu-contact__sub:last-of-type {
    display: none;
  }

  .menu-contact .footer-socials {
    display: none;
  }

  .menu-contact__title {
    display: none;
  }

  .menu-contact .btn-primary {
    display: inline-block;
  }

  .menu-header .logo {
    display: none;
  }

  .menu-header .lang {
    margin-left: 0;
  }
}

.work-slider {
  margin-bottom: 70px;
}

.customers-row {
  overflow: hidden;
  width: 100%;
  height: 200px;
  background-position: center left;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.position-grid {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.position-item {
  width: 100%;
  max-width: calc(50% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
}

.position-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 10px;
  min-height: 66px;
}

@media screen and (max-width: 580px) {
  .position-item__header {
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
}

.position-item__header::before,
.position-item__header::after {
  content: '';
  display: block;
  width: 26px;
  height: 100%;
  position: absolute;
  top: 0;
}

.position-item__header::before {
  left: -18px;
  background: url(../img/icon/twig-left.svg) center center no-repeat;
  background-size: contain;
}

.position-item__header::after {
  right: -18px;
  background: url(../img/icon/twig-right.svg) center center no-repeat;
  background-size: contain;
}

.position-item__title {
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  white-space: nowrap;
}

.position-item_subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin-top: 3px;
  color: #969A9F;
  text-align: center;
}

.position-item__descr {
  font-size: 12px;
  line-height: 15px;
  color: #6D6D6D;
}

.position-item__body {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

.quality {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1;
  grid-template-columns: 1;
  grid-gap: var(--padding);
}

.quality-nums {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.quality-nums>* {
  /* margin-top: 10px; */
  margin-bottom: 10px;
}

.quality-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.quality-num__number {
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 44px;
}

.quality-img {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-height: 300px;
}

.quality-img img {
  position: absolute;
  margin: auto 0 auto auto;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
}

.quality-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quality-text p {
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .quality-nums {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: quality-nums;
  }

  .quality-img {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: quality-img;
  }

  .quality-text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: quality-text;
  }

  .quality {
    grid-column-gap: 10px;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "quality-nums quality-img quality-img" "quality-text quality-text quality-text";
  }
}

@media screen and (max-width: 768px) {
  .quality {
    grid-template-columns: 1fr;
    grid-template-areas: "quality-img"
      "quality-text"
      "quality-nums";
  }

  .quality-nums {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 1px;
  }
}

.footer__header {
  margin-top: 55px;
  margin-bottom: 70px;
  display: none;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 113px;
}

.footer-title {
  font-style: normal;
  font-weight: 500;
  font-size: var(--footer-title);
  line-height: 26px;
  margin-bottom: var(--footer-title);
}

.footer-mail {
  display: inline-block;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 30px;
  text-decoration: none;
  color: var(--color);
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.footer-mail:hover {
  opacity: .75;
}

.footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer-socials__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  min-width: 30px;
  border-radius: 50%;
  text-decoration: none;
  background: #fff;
  margin-bottom: 5px;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.footer-socials__item:not(:last-child) {
  margin-right: 16px;
}

@media screen and (max-width: 540px) {
  .footer-socials__item {
    min-width: 46px;
    width: 46px;
    height: 46px;
  }

  .footer-socials__item:not(:last-child) {
    margin-right: 15px;
  }
}

/* .footer-socials__item:hover {
  opacity: .75;
} */

.footer-col {
  margin-bottom: var(--padding);
}

.footer-col:not(:last-child) {
  margin-right: var(--padding);
}

.footer-col__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-col__body>*:not(:last-child) {
  margin-bottom: 12px;
}

.footer-link {
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
  text-decoration: none;
  color: var(--footer-color);
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.footer-link:hover {
  color: var(--color);
}

.footer-address {
  font-style: normal;
  font-weight: normal;
  line-height: 160%;
  color: var(--footer-color);
}

.footer-address br {
  margin-bottom: 12px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom__nav {
  /* display: flex; */
}

.fb__nav-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #929292;
  transition: .3s ease-in;
  cursor: pointer;
  padding: 0 12px;
  border-right: 1px solid #929292;
  text-decoration: none;
}

.footer-bottom__nav .fb__nav-item:first-child {
  padding-left: 0;
}

.footer-bottom__nav .fb__nav-item:last-child {
  padding-right: 0;
  border: none;
}

.fb__nav-item:hover {
  color: #fff;
}

.copyright {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  /* color: var(--footer-color); */
  color: #929292;
  padding-top: 46px;
  padding-bottom: 50px;
}

@media screen and (max-width: 840px) {
  .footer-bottom {
    margin-top: 60px;
    flex-direction: column;
  }
}

@media screen and (max-width: 460px) {
  /*  .footer-bottom__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .fb__nav-item {
    padding: 20px 0;
    border: unset;
    border-bottom: 1px solid #929292;
  }

  .footer-bottom__nav .fb__nav-item:first-child {
    padding-top: 0;
  }
  
  .footer-bottom__nav .fb__nav-item:last-child {
    padding-bottom: 0;
    border: none;
  }*/

  .copyright {
    text-align: center;
  }
}

.cookies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  left: 0vw;
  right: 0vw;
  bottom: 40px;
  z-index: 10;
  background: -webkit-radial-gradient(98.05% 261.61% at 1.95% 3.59%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-radial-gradient(98.05% 261.61% at 1.95% 3.59%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  background: radial-gradient(98.05% 261.61% at 1.95% 3.59%, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border-radius: 20px;
  padding: 8px 30px 11px;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .cookies {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cookies_img {
  min-width: 60px;
  width: 60px;
  height: 61px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .cookies_img {
    margin-right: 5px;
  }
}

.cookies_img img {
  max-width: 100%;
  max-height: 100%;
}

.cookies_text {
  margin-right: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .cookies_text {
    width: calc(100% - 65px);
    min-width: calc(100% - 65px);
    margin-right: 0;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}

.cookies .btn-primary {
  white-space: nowrap;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .cookies .btn-primary {
    margin-top: 5px;
  }
}

.cookies.hidden {
  display: none;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
}

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  color: var(--color);
}

.article-card__img {
  width: 100%;
  height: 176px;
  margin-bottom: 30px;
  overflow: hidden;
}

.article-card__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.article-card__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 14px;
  transition: all .2s .1s cubic-bezier(.25, .46, .45, .94);
}

.article-card__title {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 16px;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.article-card__descr {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 20px;
}

.article-card:hover .article-card__img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.article-card:hover .article-card__date,
.article-card:hover .article-card__title {
  transform: translateX(10px);
}

.btn-read-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  padding-right: 60px;
  min-height: 40px;
  -webkit-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  transition: all 0s ease-in;
}

.btn-read-more::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #6D6D6D;
  position: absolute;
  right: 0;
  top: calc(50% - 20px);
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  -o-transition: transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.btn-read-more::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 18px;
  top: calc(50% - 4px);
}

.btn-read-more:hover::before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.pagination>*:not(:last-child) {
  margin-right: 10px;
}

.btn-pag {
  min-width: 34px;
  min-height: 34px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #6D6D6D;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color .3s ease-in;
  -o-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

.btn-pag:hover {
  color: #fff;
}

.btn-pag-prev {
  position: relative;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.btn-pag-prev::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  width: 14px;
  height: 14px;
  right: calc(50% - 7px);
  top: calc(50% - 7px);
}

.btn-pag-next {
  position: relative;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.btn-pag-next::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  width: 14px;
  height: 14px;
  right: calc(50% - 7px);
  top: calc(50% - 7px);
}

.btn-pag.disabled {
  cursor: default;
  pointer-events: none;
}

.btn-pag.disabled.btn-pag-prev::before,
.btn-pag.disabled.btn-pag-next::before {
  border-color: #6D6D6D;
}

.btn-pag:not(.disabled).btn-pag-prev:hover,
.btn-pag:not(.disabled).btn-pag-next:hover {
  opacity: .75;
}

span.btn-pag:not(span.btn-pag.gap) {
  color: var(--color);
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90.08deg, #215AEE 0.06%, #00AAD6 102.4%);
}

.article {
  width: 100%;
  /* overflow: auto; */
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}

.article .page-title {
  margin-bottom: 40px;
  margin-top: 68px;
}

.article-img {
  width: 100%;
  max-height: 585px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.article-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.article-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-body__text {
  width: 100%;
  height: 100%;
}

.article-socials {
  width: 100%;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.share>* {
  margin-bottom: 12px;
}

.share>*:not(:last-child) {
  margin-right: 10px;
}

.btn-social {
  border: 1px solid #272727;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: border-color .3s ease-in;
  -o-transition: border-color .3s ease-in;
  transition: border-color .3s ease-in;
}

.btn-social:hover {
  border-color: #fff;
}

.text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
}

.text>*:last-child {
  margin-bottom: 0;
}

.text p {
  margin-bottom: 10px;
}

.text p~ul,
.text p~ol,
.text p~h1,
.text p~h2,
.text p~h3,
.text p~h4,
.text p~h5,
.text p~h6,
.text p~blockquote {
  margin-top: 20px;
}

.text img {
  margin-top: 14px;
  margin-bottom: 20px;
  width: 100%;
}

.text blockquote {
  margin-bottom: 20px;
}

.text li {
  margin-bottom: 20px;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.text ul li::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  border: 2px solid #00AAD6;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 6px;
}

.text h1 {
  font-size: 32px;
}

.text h2 {
  font-size: 28px;
}

.text h3 {
  font-size: 22px;
}

.text h4 {
  font-size: 18px;
}

.text h5 {
  font-size: 16px;
}

.text h6 {
  font-size: 12px;
}

blockquote {
  background: #101010;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border: 3px solid transparent;
  border-left-color: #215AEE;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
}

.article-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: relative;
  z-index: 3;
}

@media screen and (min-width: 1024px) {
  .article-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.article-link {
  width: 100%;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  color: var(--color);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 20px;
}

.article-link svg {
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.article-link:first-child {
  text-align: right;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.article-link:first-child svg {
  margin-right: 12px;
}

.article-link:last-child svg {
  margin-left: 12px;
}

@media screen and (min-width: 1024px) {
  .article-link {
    max-width: 50%;
  }

  .article-link:first-child {
    border-right: 1px solid #262626;
  }

  .article-link:last-child {
    border-left: 1px solid #262626;
  }
}

.article-link:hover:first-child svg {
  margin-right: 18px;
}

.article-link:hover:last-child svg {
  margin-left: 18px;
}

.article-nav__btn {
  color: #6D6D6D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.article-link__title {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
}

@media screen and (max-width: 1024px) {
  .article-body {
    flex-direction: column-reverse;
  }

  .article-socials {
    margin-top: 40px;
  }

  .share {
    justify-content: center;
  }

  .article-link {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .article-nav .article-link:first-child {
    text-align: left;
    align-items: center;
  }

  .article-nav .article-link:first-child:hover svg {
    margin-right: 12px;
    transform: translateX(-10px);
  }

  .article-nav .article-link:last-child:hover svg {
    margin-left: 12px;
    transform: translateX(10px);
  }

  .article-nav .article-link:last-child {
    flex-direction: row-reverse;
  }

  .article-nav__btn {
    margin-bottom: 0;
  }

  .article-nav__btn:first-child {
    margin-right: 10px;
  }

  .article-nav__btn:last-child {
    margin-left: 10px;
  }

  .article-link span {
    display: none;
  }

  .article-link__title {
    font-size: 16px;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

}

.first-screen {
  min-height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding-top: 72px;
  margin-top: -72px;
}
.first-screen {
  height: auto!important;
}


.text p ~ ul li{
  list-style: none!important;
}


.first-screen>.container>* {
  width: 100%;
}

.first-screen>.container>*:first-child {
  /* margin-top: 65px; */
}

.text-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
}

.text-grid__left {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
}

.text-grid__right {
  max-height: 360px;
  overflow-y: auto;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .text-grid__right {
    max-height: unset;
    overflow-y: unset;
  }
}

.ideas-cols {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
}

.ideas-col__left .title {
  margin-bottom: 22px;
}

.idea-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  /* padding-top: 12px; */
  /* padding-bottom: 12px; */
  /* border-bottom: 1px solid #252525; */
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

.idea-link::before {
  content: '';
  width: 0px;
  height: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.idea-link:first-child {
  /* border-top: 1px solid #252525; */
}

.idea-link svg {
  margin-left: 12px;
}

@media screen and (min-width: 1024px) {
  .mob {
    display: none;
  }
}

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

/* vy */

/* Header */

header {
  transition: all .3s ease-in;
}

header.dark {
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #fff;
}

.header__drop-down-menu {
  transform: scaleY(0);
  transition: all .3s ease-in;
  transform-origin: 0 0;
  opacity: 0;
}

.header__drop-down-menu.show {
  transform: scaleY(1);
  opacity: 1;
}

.services-lists-container {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
}

.header__drop-down-menu {
  backdrop-filter: blur(42px);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  padding-top: 30px;
  padding-bottom: 45px;
}

.services-lists-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 48px 100px;
}

.services-list:not(.menu .services-list) {
  list-style: none;
  max-width: 300px;
  padding-top: 16px;
}

.services-list .service-item:not(:last-child) {
  margin-bottom: 14px;
}

.services-list-title {
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #969A9F;
}

.service-item a {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #B0B0B0;
  transition: .3s ease-in;
}

.service-item a:hover {
  color: #fff;
}

.other {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline;
  margin-top: 14px;
  color: #fff;
  display: block;
}

/* Header end */

/* Banner */

.banner {
  margin-top: 67px;
  position: relative;
  z-index: 3;
}

.crumbs-container {
  margin-bottom: 15px;
}

.blog .crumbs-container {
  margin-top: 68px;
  margin-bottom: 9px;
}

.crumbs-list {
  list-style: none;
  display: flex;
}

.article .crumbs-list {
  justify-content: center;
}

.article .crumbs-container {
  margin-bottom: 9px;
}

.crumb {
  position: relative;
  color: #fff;
  transition: .2s linear;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.crumb a {
  text-decoration: none;
  color: #969A9F;
  font-size: 14px;
  line-height: 120%;
  white-space: nowrap;
}

.crumb:not(:last-child) {
  margin-right: 37px;
  color: #969A9F;
}

.crumb:last-child a {
  color: #fff;
}

.crumb:hover a {
  color: #fff;
}

.crumb:not(:last-child)::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  width: 10px;
  top: 12px;
  right: -24px;
  background-color: #fff;
}

.heading {
  font-size: 55px;
  line-height: 120%;
  font-weight: 500;
}

.banner .heading {
  max-width: 730px;
}

.banner .title {
  max-width: 1060px;
}

.sub-heading {
  font-weight: 400;
  font-size: 22px;
  line-height: 26.4px;
  margin-top: 57px;
  margin-bottom: 18px;
}

.banner-img {
  width: 100%;
  /* max-width: 1920px; */
  height: auto;
  object-fit: cover;
  margin: 105px auto 0;
  display: block;
  min-height: 500px;
  /* parallax */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax {
  /* parallax */
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.boolat .banner-img {
  margin-top: 60px;
}

.banner-btn {
  background: rgba(38, 38, 38, 0);
  border: 2px solid #505050;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: 20px 53px;
  border-radius: 30px;
}

.banner-btn:hover {
  background: rgba(38, 38, 38, 1);
  border-color: rgba(38, 38, 38, 1);
}

.banner-btn * {
  position: relative;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  -o-transition: transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
}

.banner-btn:hover * {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}

.banner-btn img {
  margin-right: 20px;
}

.banner-btn span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.banner-list {
  display: flex;
  justify-content: space-between;
  margin-top: 79px;
  padding-right: 9%;
  padding-bottom: 80px;
  border-bottom: 1px solid #464646;
}

.banner-list .banner-list__column:first-child {
  margin-right: 20px;
}

.banner-list__column--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 71px;
}

.banner-list__item {
  max-width: 400px;
}

.banner-list__column--grid .banner-list__item {
  max-width: 260px;
}

.bl-item__title {
  font-weight: 400;
  font-size: 16px;
  color: #777777;
  margin-bottom: 10px;
  line-height: 120%;
}

.bl-item__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
}

@media screen and (max-width: 1090px) {
  .banner {
    margin-top: 44px;
  }

  .heading {
    font-size: 30px;
    line-height: 36px;
  }

  .sub-heading {
    margin-top: 29px;
    margin-bottom: 11px;
  }

  .banner-img {
    margin-top: 60px;
  }

  .banner-list {
    flex-direction: column;
    padding-right: 0;
  }

  .banner-list .banner-list__column:first-child {
    margin-right: 0;
  }

  .banner-list .banner-list__column:not(:last-child) {
    margin-bottom: 30px;
  }

  .banner-list__column--grid {
    grid-template-columns: 1fr;
  }

  .banner-list__item {
    /* text-align: center; */
  }

  .banner-list .banner-list__item {
    max-width: unset;
  }
}

/* Banner end */

/* You need section */

.you-need .container {
  padding-bottom: 90px;
  border-bottom: 1px solid #464646;
}

.you-need .title {
  line-height: 132%;
}

.you-need-wrapper {
  display: flex;
  justify-content: space-between;
}

.you-need .you-need-wrapper:not(:last-child) {
  margin-bottom: 155px;
}

.you-need-title {
  max-width: 510px;
  margin-right: 20px;
}

.you-need-description {
  /* max-width: 730px; */
  max-width: 711px;
  font-size: 18px;
  font-weight: 400;
  padding-top: 5px;
  line-height: 150%;
}

.boolat .you-need-description {
  max-width: 747px;
}

@media screen and (max-width: 767.9px){
  .boolat .you-need-description {
    max-width: 100% !important;
    min-width: 100% !important;
    width: 100%;
  }
}

.you-need-description p:not(:last-child) {
  margin-bottom: 26px;
}

.you-need .list-title {
  font-weight: 600;
}

.you-need ol,
.you-need ul {
  padding-left: 28px;
}

.you-need ol li:not(:last-child),
.you-need ul li:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (max-width: 1090px) {
  .you-need-wrapper {
    flex-direction: column;
    /* text-align: center; */
  }

  .you-need-rating {
    margin: 0 auto;
    width: min-content;
    display: block;
  }

  .you-need-title {
    margin-right: 0;
    margin-bottom: 20px;
    max-width: unset;
    font-size: 26px;
    line-height: 31px;
  }

  .you-need .you-need-description {
    max-width: unset;
    font-size: 16px;
    line-height: 22.4px;
  }
}

/* You need section end */

/* Solution */

.corporate .solutions-section {
  margin-bottom: 231px;
}

.solutions-list {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  gap: 55px 37px;
}

.solution,
.solutions-list>.title {
  max-width: 360px;
}

.solution-icon {
  margin-bottom: 20px;
}

.solution-title {
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 16px;
  font-weight: 500;
}

.solution-description {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

@media screen and (max-width:1370px) {
  .solutions-list {
    grid-template-columns: repeat(2, 1fr);
    /* margin: 0 auto; */
  }
}

@media screen and (max-width:832px) {
  .solutions-list {
    grid-template-columns: 1fr;
  }

  .solution,
  .solutions-list .title {
    /* text-align: center; */
  }
}

/* Solution end */

/* Stages */

.img-8 {
  margin: 0 auto 16px;
  width: 163px;
  height: auto;
}

.bl-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 99px;
  display: none;
  top: 34px;
}

.center {
  text-align: center;
}

.stages {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 72px;
}

.stage {
  display: flex;
  max-width: 510px;
  position: relative;
}

.stage::after {
  content: '';
  width: 40px;
  height: 1px;
  top: 13px;
  position: absolute;
  background-color: #223C59;
}

.stage:nth-child(2n - 1) {
  align-self: end;
}

.stage:nth-child(2n - 1)::after {
  left: -60px;
}

.stage:nth-child(2n)::after {
  right: -60px;
}

.stage:nth-child(2n - 1) .stage-num {
  margin-right: 23px;
}

.stage:nth-child(2n) .stage-num {
  margin-left: 23px;
}

.stage:nth-child(2n) {
  text-align: right;
  flex-direction: row-reverse;
}

.stage-num {
  font-size: 26px;
  letter-spacing: 1px;
}

.stage-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 13px;
}

.stage-text {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

.stage-img {
  position: absolute;
  height: 100%;
  width: 99px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 1260px) {
  .stage-img {
    display: none;
  }

  .bl-line {
    display: block;
  }

  .stages {
    /* padding-left: 80px; */
    padding: 0;
    padding-top: 30px;
  }

  .stages .stage {
    text-align: start;
    flex-direction: row;
    align-self: flex-start;
    max-width: 96%;
    flex-direction: column;
  }

  .stages .stage:not(:last-child) {
    margin-bottom: 37px;
  }

  .stages .stage .stage-num {
    margin: 0;
    margin-bottom: 14px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 21px;
  }

  .stage-title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 10px;
  }

  .stage-text {
    font-size: 16px;
    line-height: 140%;
  }

  .stages .stage::after {
    display: none;
  }
}

/* Stages end  */

/* Methods */

.corporate .methods-section {
  margin-bottom: 287px;
}

.method {
  width: 400px;
  /* height: 140px; */
  height: 130px;
  background: linear-gradient(110.74deg, rgba(255, 255, 255, 0.15) 0%, rgba(205, 192, 255, 0.04) 100%);
  backdrop-filter: blur(42px);
  -webkit-backdrop-filter: blur(42px);
  backdrop-filter: blur(42px);
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  padding: 54px 20px 23px;
  text-align: center;
  z-index: 3;
}

.method:not(.method-group .method) {
  margin: 0 auto;
}

.method-group {
  display: flex;
  justify-content: space-between;
}

.method-group {
  margin-bottom: 94px;
}

.methods>.method:last-child {
  margin-top: -119px;
}

.method-icon-wrapper {
  position: absolute;
  top: -25%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/Ellipse\ 19.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.method-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.circles-with-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.circles-with-text h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}

.circles-with-text p {
  font-size: 18px;
  max-width: 280px;
}

.circles-with-text p,
.circles-with-text h2 {
  position: relative;
  z-index: 1;
  line-height: 100%;
}

.circles-with-text img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25%;
  right: -25%;
  margin: auto;
  z-index: 0;
  width: 33%;
  max-width: 633px;
  animation: pulse infinite 5s;
}

@keyframes pulse {
  25% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

@media screen and (max-width:1255px) {
  .circles-with-text {
    position: relative;
    margin-bottom: 75px;
    margin-top: 200px;
  }

  .circles-with-text h2 {
    font-size: 26px;
    line-height: 31.2px;
    margin-bottom: 12px;
  }

  .circles-with-text p {
    font-size: 16px;
    line-height: 20.8px;
  }

  .circles-with-text img {
    /* display: none; */
    width: 150%;
  }

  .method-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .method {
    margin-bottom: 63px;
    height: auto;
    width: 100%;
  }

  .method:not(.method-group .method) {
    margin-bottom: 63px;
  }

  .methods>.method:last-child {
    margin-top: 0;
  }
}

/* Methods end */

/* Works */

.corporate .works {
  margin-bottom: 50px;
}

.corporate .works .section__header {
  max-width: 100%;
}

/* Works end */

/* Partnership */

.partnership {
  /* margin-top: 229px; */
  position: relative;
  z-index: 3;
  margin-bottom: 120px !important;
}

.corporate .partnership {
  margin-top: 0;
}

.check-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 49px 0px;
  margin-top: 38px;
}

.check-list li {
  position: relative;
  font-size: 20px;
  padding-left: 51px;
}

.check-list li::before {
  position: absolute;
  content: url(../img/check.png);
  left: 0;
  top: -25%;
  width: 35px;
  height: 35px;
}

.contact-block {
  background: linear-gradient(90.08deg, #0D2330 0.06%, #181037 102.4%);
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 98px;
  padding: 38px 94px 38px 71px;
}

.contact-block-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-block-text p {
  font-size: 20px;
}

.estimate-link-wrap {
  background: linear-gradient(90.88deg, #2BA6D2 -15.68%, #8817F1 51.2%, #1B2FD7 114.19%);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 60px;
  width: 224px;
}

.estimate-link {
  text-decoration: none;
  color: #fff;
  background: inherit;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  font-family: inherit;
  cursor: pointer;
}

@media screen and (max-width: 970px) {
  .partnership .title {
    font-size: 26px;
    line-height: 120%;
    text-align: left;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .check-list li {
    font-size: 16px;
    line-height: 21px;
  }

  .check-list li::before {
    top: 0;
  }

  .contact-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 30px;
  }

  .estimate-link-wrap {
    /* width: 100%; */
  }

  .contact-block-text {
    margin-bottom: 40px;
  }
}

/* Partnership end */

/* Comments */

.comments {
  /* background: url(../img/laptop-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background: transparent;
  padding: 80px 0 90px;
  /* margin-top: 185px; */
  position: relative;
  z-index: 3;
}

.comments-block {
  background-color: #16161A;
  box-sizing: border-box;
  width: 760px;
  padding: 47px 70px 49px;
  position: absolute;
  top: 70px;
  overflow: hidden;
}

/* .comments-block-about-page {
  top: -50px;
} */

.comments_parallax {
  height: 540px;
  position: relative;
}

.comments-block .title {
  font-size: 32px;
  margin-bottom: 22px;
}

.comments-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  min-height: 260px;
  justify-content: space-between;
}

.comment-text,
.read-completely {
  font-size: 18px;
  line-height: 150%;
}

.read-completely {
  text-decoration: underline;
  margin-top: 16px;
  cursor: pointer;
}

a.privacy-policy {
  cursor: pointer;
  text-decoration: underline;
}

.comment-author {
  margin-top: 67px;
}

.comment-pop-up .comment-author {
  margin-top: 0;
}

.comment-author a,
.comment-pop-up a {
  display: flex;
  color: #fff;
  text-decoration: none;
  width: 70%;
  color: #fff;
  text-decoration: none;
}

.link-icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/Ellipse\ 19.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 68px;
  height: 68px;
  margin-right: 20px;
}

.author-name {
  font-weight: 500;
  font-size: 22px;
  line-height: 28.38px;
  margin-bottom: 7px;
  color: #fff;
  text-decoration: none;
}

.author-position {
  color: #969A9F;
  font-size: 18px;
}

.comments-nav {
  position: absolute;
  bottom: 43px;
  right: 72px;
  display: flex;
  justify-content: space-between;
}

.comm-nav-btn,
.employee-nav-btn,
.ratings-nav-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.comm-nav-btn.swiper-button-disabled,
.employee-nav-btn.swiper-button-disabled,
.ratings-nav-btn.swiper-button-disabled {
  opacity: .5;
}

.comm-nav-btn:hover:not(.swiper-button-disabled),
.employee-nav-btn:hover:not(.swiper-button-disabled),
.ratings-nav-btn:hover:not(.swiper-button-disabled) {
  background-color: #262428;
  border: 1px solid #2054c8;
}

.comm-nav-btn--prev {
  margin-right: 18px;
}

.comment-pop-up {
  opacity: 0;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: all .3s ease-in, left 0s;
  -o-transition: all .3s ease-in, left 0s;
  transition: all .3s ease-in, left 0s;
}

.comment-pop-up.active {
  opacity: 1;
}

.comment-body::-webkit-scrollbar {
  display: none;
}

.comment-body {
  position: absolute;
  width: 75%;
  max-width: 760px;
  height: fit-content;
  height: -moz-fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 60px 70px;
  background-color: #16161A;
  display: flex;
  align-items: center;
  /* text-align: center; */
  /* border-radius: 15px; */
  font-size: 22px;
  line-height: 130%;
  max-height: 80%;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 540px) {

  .banner-img {
    background-attachment: scroll;
    min-height: 310px;
  }

  .comment-body {
    width: 85%;
  }
}

.comment-body .container {
  height: 100%;
  display: flex;
  align-items: baseline;
}

.comment-body .full-comment-text-wrapper {
  height: 100%;
}

.comment-body .btn-close-comment {
  top: 0;
  right: 0;
}

.comment-body .btn-close-comment i {
  background: transparent;
}

.comment-body a {
  margin-bottom: 30px;
  margin-right: 0;
  width: 100%;
}

.full-comment-text:not(.full-comment-text a) {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .full-comment-text:not(.full-comment-text a) {
    font-size: 16px;

  }
}

.comments-bullets {
  text-align: center;
  display: none;
  margin-top: 29px;
  display: none;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin: 32px auto 0;
}

.comments-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8x;
  background: #2F2F36;
  /* margin-right: 22px;
  margin-left: 22px; */
  /* box-sizing: content-box; */
}

.comments-bullets .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  /* padding: 2px; */
  background: #215AEE;
  /* border: 1px solid #215AEE; */
  position: relative;
  z-index: 4;
}

.comments-bullets .swiper-pagination-bullet-active::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: -65%;
  left: -66%;
  margin: auto;
  background: transparent;
  padding: 2px;
  border: 1px solid #215AEE;
  border-radius: 50%;
  z-index: 2;
}

@media screen and (max-width:900px) {
  /* .comments {
      padding-top: 62px;
    } */

  .comments-block {
    width: 100%;
  }

  .comments-block .title {
    font-size: 26px;
    margin-bottom: 13px;
  }
}

@media screen and (max-width:768px) {
  .comments-block {
    padding: 34px 30px;
  }

  .comments-slider .swiper-slide {
    min-height: 230px;
  }

  .comment-text {
    font-size: 16px;
    line-height: 150%;
  }

  .read-completely {
    font-size: 14px;
    line-height: 150%;
    margin-top: 12px;
  }

  .comment-author {
    margin-top: 32px;
  }

  .link-icon-wrapper {
    width: 52px;
    height: 52px;
  }

  .author-name {
    font-size: 16px;
    line-height: 21px;
  }

  .author-position {
    font-size: 14px;
    line-height: 18px;
  }

  .comment-author a {
    width: 100%;
  }

  .comments-nav {
    /* bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 86%;
    bottom: 15px; */
    display: none;
  }

  .comments-bullets {
    display: flex;
  }
}

@media screen and (max-width:500px) {
  .comment-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Comments end */

/* Achievments */

.achievments {
  display: flex;
  justify-content: space-around;
}

.ach-num {
  font-weight: 400;
  font-size: 60px;
  margin-bottom: 29px;
}

.ach-title {
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .achievments {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* margin: 0 auto; */
    gap: 42px 1px;
  }

  .achievment {
    text-align: left;
  }
}

@media screen and (max-width: 400px) {
  /* .achievments {
    display: block;
  } */

  .ach-num {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 0;
  }

  .ach-title {
    font-size: 16px;
    line-height: 21px;
  }

  .achievment {
    /* text-align: center; */
  }

  .achievments .achievment:not(:last-child) {
    /* margin-bottom: 60px; */
  }
}

/* Achievments end */

/* Customers */

.ecommerce .customers {
  margin-bottom: 183px;
}

.customers {
  margin-top: 180px;
}

.customers-about-page {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .customers {
    margin-top: 120px;
  }

}

/* Customers end */

/* PS */

.ps {
  /* margin-top: 82px; */
  position: relative;
  z-index: 3;
}

.boolat {
  margin-top: 0;
}

.ps p {
  font-weight: 600;
  font-size: 46px;
  line-height: 60px;
}

.ps a {
  /* color: #215AEE; */
  background: linear-gradient(135deg, #09D0F3 0%, #3198F4 47%, #733BF5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  position: relative;
}

.ps a::-moz-selection {
  -webkit-text-fill-color: #000;
}

.ps a::selection {
  -webkit-text-fill-color: #000;
}

.ps a:after {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(135deg, #09D0F3 0%, #3198F4 47%, #733BF5 100%);
  content: "";
  transition: width 0.3s ease-out;
}

.ps a:hover {
  color: #fff;
}

.ps a:hover:after,
.ps a:focus:after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ps p {
    font-size: 25px;
    line-height: 130%;
  }
}

/* PS end */

/* Tablet slider */

.tablet-slider {
  position: relative;
  z-index: 5;
}

.tablet-slide {
  width: 900px;
  height: 543px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.tablet-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
  transform: scale(0.8);
  border-radius: 23px;
}

.tablet-slide.swiper-slide-active img {
  transform: scale(1);
}

.tablet-border {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1017px;
  height: 633px;
}

.tablets {
  display: none;
  padding: 0 40px;
}

.tablet-wrapper {
  background-image: url(../img/tablet.png);
  background-position: center;
  background-size: contain;
  padding: 31%;
  background-repeat: no-repeat;
  position: relative;
  height: 0;
  width: 100%;
}

.tablets .tablet-wrapper:not(:last-child) {
  margin-bottom: 5px;
}

.tablet-wrapper img {
  width: 87%;
  height: 85%;
  position: absolute;
  top: 7%;
  left: 7%;
  object-fit: cover;
  border-radius: 8px;
}

@media screen and (max-width: 1360px) {
  .tablet-slide {
    width: 60vw;
    height: 36vw;
  }

  .tablet-border {
    width: 68vw;
    height: 42vw;
  }

  .tablet-slide img {
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  .tablet-slider {
    /* padding: 0 20px; */
    display: none;
  }

  .tablet-border {
    display: none;
  }

  .tablets {
    display: block;
  }

  .tablet-slide {
    width: 100%;
    /* height: 0;
    padding: 100% 0;
    position: relative; */
  }

  .tablet-slide.swiper-slide img {
    transform: scale(1);
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
  }

  .tablet-slider .swiper-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .tablet-slider .swiper-slide-duplicate {
    display: none;
  }

  .tablet-slide {
    margin: 0;
    margin-bottom: 20px;
  }
}

/* Tablet slider */

/* Box with text */

.box-with-text {
  background: linear-gradient(110.74deg, rgba(255, 255, 255, 0.15) 0%, rgba(205, 192, 255, 0.04) 100%);
  border-radius: 20px;
  /* margin-top: -40px; */
  padding: 48px 62px;
  /* margin-bottom: 120px; */
}

.box-with-text__content .title {
  margin-bottom: 18px;
}

.box-with-text__content .list-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 160%;
}

.box-with-text__content .list {
  padding-left: 25px;
}

.box-with-text__content .list li {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}

.box-with-text__content .list li:not(:last-child) {
  margin-bottom: 20px;
}

.box-with-text__content ol,
.box-with-text__content ul {
  margin-top: 30px;
  padding-left: 28px;
}

.box-with-text__content ol li:not(:last-child),
.box-with-text__content ul li:not(:last-child) {
  margin-bottom: 25px;
}

.box-with-text__content {
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .box-with-text {
    padding: 40px 30px;
  }

  .box-with-text__content .title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }

  .box-with-text__content .list li {
    font-size: 16px;
    line-height: 160%;
  }
}

/* Box with text */

/* Adaptive */

.adaptive {
  /* position: relative; */
  /* margin-top: 208px; */
  overflow: hidden;
}

.adaptive-wrapper {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 28.8px;
}

.adaptive-wrapper .title {
  margin-bottom: 14px;
}

.adaptive-description {
  max-width: 564px;
  width: 50%;
  margin-right: 212px;
  box-sizing: border-box;
}

.devices {
  margin-top: 31px;
  display: flex;
  align-items: center;
}

.devices .device:not(:last-child) {
  margin-right: 54px;
}

.device {
  position: relative;
}

.device:nth-child(2) {
  top: 10px;
}

.device:nth-child(3) {
  top: 2px;
}

.device:nth-child(4) {
  top: 14px;
}

.phone-slider {
  /* width: 50%; */
  overflow: hidden;
  position: relative;
  padding-left: 17px;
  padding-bottom: 30px;
}

.phone-slide {
  width: 276px;
  height: 600px;
  cursor: pointer;
}

.phone-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 36px;
}

.phone-border {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 310px;
  height: 610px;

  /* display: none; */
}

.phone-border img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media(max-width: 1250px) {
  .adaptive-wrapper {
    flex-direction: column;
  }

  .adaptive-description {
    margin: 0;
    margin-bottom: 30px;
    margin-right: 20px;
    max-width: unset;
    width: 100%;
    text-align: center;
  }

  .devices {
    justify-content: center;
  }

  .phone-slider {
    width: 100%;
    padding-top: 20px;
  }

  .phone-border {
    left: 15px;
    right: 0;
    top: 0;
    bottom: -6px;
    margin: auto;
    height: 615px;
  }
}

@media(max-width: 590px) {
  .devices {
    display: none;
  }
}

/* Adaptive end*/

/* Next project */

.next-project {
  text-align: center;
  /* margin-top: 209px; */
}

.next-project h3 {
  font-size: 20px;
  line-height: 25.8px;
  font-weight: 500;
  color: #215AEE;
  margin-bottom: 16px;
}

.next-project h2 {
  margin-bottom: 40px;
}

.next-project img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 200px;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
}

.next-project .img-wrapper {
  overflow: hidden;
}

.next-project .img-wrapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Next project end */

/* Contact us */

.form-section-inner {
  display: flex;
}

.contacts-container {
  margin-right: 126px;
  width: 48%;
}

.map {
  height: 291px;
  overflow: hidden;
  margin-bottom: 38px;
}

.map iframe {
  filter: grayscale(100%) invert(100%);
}

.contacts {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 42px 61px;
}

.contact-title {
  color: #969A9F;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.contact-link-wrap {
  max-width: 360px;
}

.contact-link-wrap .ico {
  margin-left: 16px;
}

.contact-link-wrap a,
.contact-link-wrap a span {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
}

.contact-link-wrap a {
  font-size: 20px;
  line-height: 130%;
}

.contact-link-wrap a span {
  line-height: 220%;
  font-size: 24px;
}

.contact-link-wrap .contact-link-wrap__tel {
  font-size: 16px;
}


.contact-us-form {
  width: 42%;
}

.form-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 41px;
  margin-bottom: 8px;
}

.fake-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s linear;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #969A9F;
  transform-origin: 0 0;
  /* white-space: nowrap; */
}

.fake-placeholder.up {
  transform: translateY(-2rem) scale(.8);
}

.input-wrapper input:not([value=""])~.fake-placeholder {
  transform: translateY(-2rem) scale(.8);
}

@media screen and (max-width: 1130px) {
  .form-section-inner {
    flex-direction: column;
  }

  .form-title {
    font-size: 26px;
    line-height: 120%;
  }

  .contact-us-form {
    margin-top: 80px;
  }

  .contact-us-form,
  .contacts-container {
    width: 100%;
  }

  .contacts {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .contacts .contact-link-wrap:not(:last-child) {
    margin-bottom: 14px;
  }

  .contact-link-wrap {
    max-width: unset;
  }

  .contact-link-wrap .ico {
    width: 22px;
    height: 22px;
    position: relative;
    top: 7px;
  }

  .contacts-container {
    margin-right: 0;
  }

  .map {
    margin-bottom: 30px;
  }

  .contact-title {
    font-size: 14px;
    line-height: 140%
  }

  .contact-link-wrap a {
    font-size: 18px;
    line-height: 140%;
  }

  .contact-link-wrap a span {
    font-size: 22px;
  }

  .fake-placeholder {
    font-size: 16px;
    line-height: 130%;
  }
}

/* Contact us end */

/* Ideas */

.ideas-cols--one-col {
  grid-template-columns: 1fr !important;
}

.ideas-cols--one-col .ideas-col__right {
  padding: 0;
}

.ideas-cols--one-col .ideas-col__right .idea-link {
  padding: 30px 0;
  border-bottom: 1px solid #353535;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  max-height: unset;
}

.ideas-cols--one-col .ideas-col__right .idea-link:hover {
  opacity: .75;
  padding-left: 30px;
  /* left: 30px; */
}

.ideas-cols--one-col .ideas-col__right .idea-link:first-child {
  border-top: 1px solid #353535;
}

@media screen and (max-width: 768px) {
  .ideas-cols--one-col .ideas-col__right .idea-link {
    font-size: 22px;
    line-height: 28px;
    padding: 20px 0;
  }
}

/* Ideas end */


/* Principles */

.principles .title {
  margin-bottom: 38px;
}

.principles-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 59px 51px;
}

.principle {
  max-width: 380px;
}

.pr-num {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #969A9F;
  margin-bottom: 6px;
}

.pr-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 20px;
}

.pr-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}

@media screen and (max-width: 850px) {
  .principles-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 530px) {
  .principles-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .pr-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

/* Principles end */

/* The face of Promodex */

.faces .title {
  margin-bottom: 16px;
}

.faces h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 40px;
}

.employees-slider .employee-slide {
  width: 440px;
}

.employee-slide img {
  object-fit: cover;
  margin-bottom: 16px;
  filter: grayscale(100);
  width: 100%;
}

.employee-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 6px;
}

.employee-position {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #969A9F;
}

.faces-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.employees-slider-nav {
  display: flex;
}

.employee-nav-btn--prev {
  margin-right: 15px;
}

@media screen and (max-width: 580px) {
  .employees-slider .employee-slide {
    width: 280px;
  }

  .employee-name {
    font-size: 18px;
  }

  .employee-position {
    font-size: 16px;
  }

  .employees-slider-nav {
    display: none;
  }
}

/* The face of Promodex end */

/* video section */

main .video-section {
  /* margin-bottom: 250px; */
  margin-bottom: 100px;
}

.video-section video {
  height: 506px;
  width: 100%;
  object-fit: cover;
}

.video-section img {
  position: absolute;
  bottom: -38%;
  right: 18%;
  width: 50%;
  max-width: 710px;
}

@media screen and (max-width:1024px) {
  .you-need .you-need-wrapper:not(:last-child) {
    margin-bottom: 100px;
  }

  section.section.first-screen.container-full {
    min-height: 0;
  }

  .footer__wrapper {
    margin-top: 60px;
  }

  .text-grid p {
    font-size: 16px;
  }

  .corporate .solutions-section {
    margin-bottom: 100px;
  }

  main .video-section {
    margin-bottom: 200px;
  }
}

@media screen and (max-width: 1000px) {
  .video-section img {
    bottom: -25%;
    right: 0;
    /* width: 88%; */
    /* width: 320px; */
    left: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  .video-section video {
    height: 208px;
  }
}

/* video section end */

/* awards section */

.awards-section .title {
  margin-bottom: 17px;
}

.awards-section>h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  max-width: 502px;
  margin-bottom: 60px;
}

.awards-wrapper {
  display: flex;
  align-items: flex-start;
}

.awards-section .awards-wrapper:not(:last-child) {
  margin-bottom: 97px;
}

.awards-list {
  list-style: none;
  width: 100%;
  /* margin-left: 100px; */
  margin-left: 10px;
  margin-top: -14px;
}

.award {
  /* width: 100%; */
  width: 33%;
  display: flex;
  align-items: center;
  align-self: baseline;
  justify-content: center;
  padding: 14px 0;
  /* border-bottom: 1px solid #353535; */
}

@media screen and (max-width: 578px) {
  .award {
    align-self: center;
  }
}
.award-info {
  display: flex;
  align-items: center;
  flex-direction: column;

}

.award-info a {
  color: #fff;
  text-decoration: none;
  transition: color .3s ease-in-out;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.award-info a:hover {
  color: rgb(255, 255, 255, 0.5);
}

.awards-list .position-item__header {
  margin-bottom: 0;
  /* margin-right: 53px; */
  /* padding-left: 44px; */
  /* padding-right: 44px; */
  padding-left: 14px;
  padding-right: 14px;
}

.award-text {
  /* font-weight: 500;
  font-size: 18px;
  line-height: 23px; */
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  transition: .3s ease-in;
  text-align: center;
}

.award-text:hover {
  opacity: .5;
  /* padding-left: 20px; */
}

.zoom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #262626;
  cursor: pointer;
}

.zoom-wrapper,
.zoom-wrapper path {
  transition: .3s linear;
}

.zoom-wrapper:hover {
  background-color: #fff;
}

.zoom-wrapper:hover path {
  fill: #000;
}

.awards-left-col a {
  display: flex;
  justify-content: center;
  background-color: #262626;
  transition: .3s linear;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  text-decoration: none;
  padding: 16px 46px;
  white-space: nowrap;
  border-radius: 30px;
  box-sizing: border-box;
  margin-top: 24px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.awards-left-col a:hover {
  background: transparent;
  border: 1px solid #262626;
}

.awards-left-col a img {
  margin-right: 19px;
}

.awards-left-col a span {
  text-decoration: underline;
}

.award-pop-up {
  opacity: 0;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: all .3s ease-in, left 0s;
  -o-transition: all .3s ease-in, left 0s;
  transition: all .3s ease-in, left 0s;
}

.award-pop-up .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.award-pop-up.active {
  opacity: 1;
}

.award-pop-up img {
  width: 50%;
  height: auto;
  object-fit: cover;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width:1200px) {
  .awards-wrapper {
    flex-direction: column;
  }

  .awards-left-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .awards-list {
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 850px) {
  .awards-left-col {
    margin-bottom: 40px;
  }

  .award-info {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-width: 180px
  }

  .awards-list .position-item__header {
    margin-right: 0;
  }

  .award-text {
    font-size: 14px;
    line-height: 18px;
  }

  .zoom-wrapper {
    display: none;
  }
}

/* awards section end */

/* Ideas */

.ideas-col__left {
  width: 100%;
  height: 100%;
  background-image: url(../img/banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ideas-col__right {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ideas-col__right h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 38px;
}

.ideas-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 47px 40px;
}

.idea-link {
  text-decoration: none;
  padding: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  position: relative;
  max-height: 30px;
}

.idea-link:hover {
  opacity: .75;
  padding-left: 30px;
  /* left: 30px; */
}

.idea-link:hover::before {
  width: 9px;
  height: 9px;
  background-color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width:768px) {
  .ideas-col__left {
    height: 400px;
  }
}

@media screen and (max-width:550px) {
  .ideas-col__left {
    height: 222px;
  }

  .ideas-list {
    grid-template-columns: 1fr;
  }
}

/* Ideas end */

/* Loader */

.preloader_main {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background-color: #171719;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /* background-color: #171719;
  height: 100vh;
	width: 100vw;
  position: relative;
  z-index: 1111111111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;  */
}

.preloader_main__wrapper {
  width: 100vw;
  height: 100vh;

  font-size: 95px;
  /* height: 35vh;
	width: 50vw; */

}

.preloader_main__wrapper.preloader_scale {
  transition: transform 8s;
  transform: scale(.8);
}

.preloader_main__rectangle {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(to right, #4b305f 0%, #129eb3 100%);
  background: linear-gradient(90.08deg, #215AEE 0.06%, #00AAD6 102.4%);
}

.preloader_main__title {
  font-family: 'Manrope', sans-serif;
  /* display: block; */
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* display: none;
  visibility: hidden; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  background-image: -webkit-gradient(linear, right top, left top, from(#4b305f), to(#129eb3));
  background-image: -o-linear-gradient(right, #4b305f 0%, #129eb3 100%);
  background-image: linear-gradient(to left, #4b305f 0%, #129eb3 100%);
  background: linear-gradient(90.08deg, #215AEE 0.06%, #00AAD6 102.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  /* -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; */

  /* opacity: 0; */
  /* -webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); */

}

/* .preloader_main__title.show {
  visibility: visible;
  display: flex;
  opacity: 1;
  transform: scale(.9);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
} */

@media screen and (max-width: 1280px) {
  .preloader_main__wrapper {
    font-size: 75px;
  }
}

@media screen and (max-width: 992px) {
  .preloader_main__wrapper {
    font-size: 65px;
  }
}

/* Loader end */


/* 404 */

.dead-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 174px;
  padding-bottom: 92px;
}

.dead-text {
  max-width: 535px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dead__sub-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #969A9F;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 9px;
}

.dead__heading {
  font-weight: 600;
  font-size: 90px;
  line-height: 130%;
  margin-bottom: 10px;
}

.dead__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 30px;
}

.back-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #080808;
  background: #fff;
  align-self: baseline;
  border-radius: 30px;
  padding: 18px 35px;
  text-decoration: none;
  transition: all .3s ease-in;
}

.back-link:hover {
  background: linear-gradient(90deg, #09D0F3 0%, #3198F4 47%, #733BF5 100%);
  color: #fff;
}

.dead-img {
  width: 39%;
  padding-top: 10px;
}

.dead-img img {
  animation: comp-404 1s infinite linear;
}

@-webkit-keyframes comp-404 {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }

  50% {
    -webkit-transform: rotate(-15deg) scale(.9);
    transform: rotate(-15deg) scale(.9);
  }

  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}

@keyframes comp-404 {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }

  50% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg) scale(.9);
  }

  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}

/* 404 end */

.just-img {
  display: block;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1920px;
  height: auto;
  object-fit: cover;
}

.about .title {
  line-height: 51.6px;
}

.quality-text .title {
  font-size: 40px;
  line-height: 52px;
}

.ach-num {
  position: absolute;
}

.ach-title {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  .quality-text .title {
    font-size: 26px;
    line-height: 34px;
  }

  .about .title {
    font-size: 24px;
    line-height: 31px;
  }
}

.scroll-down-btn {
  position: absolute;
  bottom: 40px;
  left: 90px;
  width: 89px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .scroll-down-btn {
    bottom: 30px;
  }
}

@media screen and (max-width: 1600px) {
  .scroll-down-btn {
    left: 35px;
  }
}

.scroll-down-circle {
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate 30s infinite linear;
}

.footer-address a {
  color: var(--footer-color);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.sitemap-block {
  margin-left: 25px;
}

.sitemap-block ul a {
  color: #fff;
  font-size: 18px;
}

.sitemap-block li ul {
  margin-left: 20px;
}

.sitemap-block li {
  margin-bottom: 15px;
}

.sitemap-block ul {
  margin: 15px 0;
}

.sitemap-block>ul>li {
  margin-bottom: 30px;
}

.form-error {
  margin: 10px 0;
  color: #f00;
}

.alert {
  border: 1px solid #353535;
  padding: 15px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  font-size: 20px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.header__contacts .hover-drop__body {
  min-width: 160px;
}

#scroll-to {
  padding-top: 150px;
  margin-top: -150px;
}

/* .clutch-img {
  max-width: 160px;
} */
.it-rating-img {
  height: 50px;
  width: 162.5px;
}

.webawards-img {
  height: 31.370656967163086px;
  width: 162.5px;
}

.clutch-img {
  height: 37px;
  width: 132px;
}

.firms99-img {
  height: 54px;
  width: 111px;
}

.dan-img {
  width: 162px;
  height: 70px;
}

.dan-img-rating {
  object-fit: contain;
}

.awards-tab:not(.active) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity, height .3s ease-in;
  -o-transition: opacity, height .3s ease-in;
  transition: opacity, height .3s ease-in;
}

.awards-tab.active {
  opacity: 1;
  height: auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;

  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

@media screen and (max-width: 578px) {
  .awards-tab.active {
    flex-flow: column wrap;
  }
  
}

.awards-left-col {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-self: center;
  max-width: 47%;
}

.awards-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  /* margin-right: 30px; */
  margin-right: 10px;
  height: 145px;
  width: 254px;
  transition: background .3s ease-in-out;
}

.awards-logo.active {
  /* border-right: 1px solid #fff; */
  background: #191919;
  padding: 47px 45.5px 48px 47px;
}

.ratings {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ratings:not(:last-child) {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .ratings:not(:last-child) {
    padding-bottom: 30px;
  }
}

.ratings-content:not(:last-child) {
  padding-bottom: 30px;
}

.ratings-content {
  box-sizing: content-box;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 104px;
  width: 100%;
}

.ratings-swiper-wrapper {
  display: flex;
  max-width: 1216px;
  align-items: center;
}

.ratings-swiper-slide {
  display: flex;
  justify-content: center;
}

.ratings-swiper-slide.swiper-slide-active {
  margin: 0 20px;
}

@media screen and (max-width: 380px) {
  .ratings-swiper-slide.swiper-slide-active {
    margin: 0;
  }
}

.ratings-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #191919;
  /* border-bottom: 0.75px solid transparent; */
  height: 78px;
  max-width: 216px;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  margin: 0 10px;
  /* padding: 6px; */
  box-sizing: border-box;
  border-radius: 12px;
}

@media screen and (max-width: 380px) {
  .ratings-logo {
    margin: 0 auto;
  }
}

.rating {
  /* width: 100%; */
  width: 220px;
  display: flex;
  align-items: center;
  align-self: baseline;
  justify-content: center;
  padding: 14px 0;
  /* border-bottom: 1px solid #353535; */
}

@media screen and (max-width: 990px) {
  .rating {
    padding: 0;
    width: 190px;
  }
}

@media screen and (max-width: 660px) {
  .rating {
    padding: 0;
    width: 170px;
  }
}

.swiper-slide-active .ratings-logo {
  opacity: 1;
  background: #202020;
  height: 104px;
  /* transform: scale(1.3); */
  width: 100%;
  margin: 0;
  border-radius: 20px;
}

.swiper-slide-active .ratings-logo::after {
  position: absolute;
  content: "";
  display: block;
  height: 0.75px;
  background-color: #2054c8;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.ratings-img {
  height: 70%;
  max-width: 80%;
  object-fit: contain;
  object-position: center;
}

.ratings-bullets {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 23px;
}

.ratings-bullets .swiper-pagination-bullet {
  border-radius: 0%;
}

@media screen and (max-width: 768px) {
  .ratings-bullets {
    justify-content: space-between;
    gap: 10px;
  }
}

.ratings-bullets span {
  width: 6px;
  height: 6px;
  background-color: #838383;
}

@media screen and (max-width: 768px) {
  .ratings-bullets span {
    width: 8px;
    height: 8px;
  }
}

.ratings-bullets .swiper-pagination-bullet-active {
  background-color: #1675e6;
  position: relative;
}

.ratings-bullets .swiper-pagination-bullet-active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #1675e6;you
}

.ratings-tab:not(.active) {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 0;
  overflow: hidden;
  -webkit-transition: opacity, height .3s ease-in;
  -o-transition: opacity, height .3s ease-in;
  transition: opacity, height .3s ease-in;
}

.ratings-tab.active {
  opacity: 1;
  height: 280px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  gap: 40px;
  row-gap: 10px;
  width: 100%;
  -webkit-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

@media screen and (max-width: 1080px) {
  .ratings-tab.active {
    gap: 20px;
  }
}

@media screen and (max-width: 610px) {
  .ratings-tab.active {
    height: max-content;
  }
}

@media screen and (max-width: 580px) {
  .ratings-tab.active {
    gap: 10px;
  }
}

.ratings-nav-btn {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .ratings-nav-btn {
    display: none;
  }
}

.banner-list-technology {
  display: flex;
  flex-wrap: wrap;
}

.banner-list-technology-item {
  margin-right: 20px;
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 20px;
}

.technology-block {
  margin-top: 30px;
}

.project-form-block {
  padding: 40px 90px 40px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90.08deg, #0D2330 0.06%, #181037 102.4%) padding-box, linear-gradient(to right, #41545c, #192395) border-box;
  border-radius: 20px;
  border: 2px solid transparent;
  margin-bottom: 120px;
}

.project-form-title {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 40px;
}

.project-form-text {
  font-size: 20px;
}

.project-form-button {
  background: linear-gradient(90.88deg, #2BA6D2 -15.68%, #8817F1 51.2%, #1B2FD7 114.19%);
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  padding: 22px 50px;
}

@media screen and (max-width: 767px) {
  .project-form-block {
    flex-direction: column;
    padding: 20px 30px;
    margin-bottom: 100px;
  }


  .project-form-right {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

h1.title.success {
  margin: 50px 0 25px;
}

.text-grid__right.text span {
  color: #ffffff;
}

/* vy end */


/* #region comment and working cards */

a.work-card {
  width: 523px;
  height: 799px;
  display: flex;
  flex-flow: column nowrap;
}

a.work-card .half_image {
  width: 523px;
  height: 799px;
  overflow: hidden;
}

a.work-card .half_image .video-wrapper {
  position: relative;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

a.work-card .half_image .video-wrapper video.work-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 130%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}



a.work-card .half_image .image_zoom {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

a.work-card .half_image .image_zoom picture.work-cover {
  width: 100%;
  height: 100%;
}



a.work-card .half_image .image_zoom picture.work-cover img {
  /* top: -10%; */
  /* left: -11%;
    width: 120%;
    height: 120%; */
  position: absolute;
  opacity: 1;
  transition: opacity .4s linear;
  object-fit: contain;
  width: 523px;
  height: 550px;
  transform-origin: center bottom;
  -webkit-transform-origin-y: -10%;
}

a.work-card .half_image .image_zoom picture.work-cover img.is-inview {
  opacity: 1;

}



.section.module-html {
  margin-bottom: 0;
}

.scroll-down-btn,
.scroll-down-circle {
  width: 60px;
  height: 60px;
}

.scroll-down-btn .scroll-down-arrow {
  height: 15px;
}

#scroll-to {
  padding-left: 20px;
  padding-top: 100px;
}

#scroll-to h2.title {
  max-width: 75.67%;
}

/* comments */

.comments {
  overflow: initial;
  height: 560px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

/* .work-card-video-wrapper {
height: 654px !important;
    width: 451px !important;
} */



.comments_parallax-wrapper {
  min-height: 720px;
  width: 100%;
  position: unset;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.comments-block {
  width: 760px;
  top: 50%;
  left: 30%;
  transform: translate(-30%, -50%);
}

.work-tab {
  margin-bottom: 30px;
}

.works-grid .work-card img,
.works-grid .work-card source {
  transition: filter .1s linear;
  will-change: filter;
}

.works-grid .work-card img:hover,
.works-grid .work-card source:hover {
  filter: brightness(1);
}

.works-grid .work-card {

  justify-content: center;
}


@media screen and (max-width: 1024px) {

  .comments-block {
    transform: translate(-50%, -50%);
    left: 50%;

  }
}



  /* #region Media min-width: 1024px */
  @media screen and (max-width: 1024px) {

    a.work-card,
    a.work-card .half_image {
      width: 350px;
      height: 600px;
    }

    a.work-card .half_image .image_zoom picture.work-cover img {
      width: 350px;
      height: 440px;
    }

    /* .work-card__media {
    position: unset;
    background-attachment: unset;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

  } */

    /* .works-grid .work-card:nth-of-type(odd) .work-card__media {
    background-position: 14%;
  } */

  }

  /* #endregion */

  /* #region Media max-width: 1024px */


  @media screen and (max-width: 1024px) {
    .comments_parallax-wrapper {
      min-height: 600px;
    }

    .work-card__media {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .works-grid {
      justify-content: center;
      justify-items: center;
    }

    .work-card__media {
      width: auto;
      height: auto;

    }

    .work-card__media {
      min-height: 450px;
      width: 370px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }




    .work-card__content {
      margin-top: 20px;
      gap: 10px;
    }

    /* .works-grid .work-card-video-wrapper {
    width: unset !important;
    height: unset !important;

  } */

    /* .works-grid .work-card-video-wrapper {
    width: 411px;
    height: 560px;
  } */

    .works-grid .work-card__media video {
      width: 370px;
      height: 450px;
      object-fit: cover;
    }

    .work-card__media {
      display: flex;
      align-items: center;
      justify-content: center;
    }


  }

  /* #endregion */

  /* #region Media min-width: 768px */

  @media screen and (min-width: 768px) {

    /* comments */

    .comments-block {
      width: 760px;
    }
  }

  /* #enregion */

  /* #region Media max-width: 768px */

  @media screen and (max-width: 768px) {



    .works-grid div.work-card__media {
      width: 296px;
      height: 362px;
      min-height: unset;
    }

    .works-grid .work-card__media video {
      width: 296px;
      height: 362px;
    }

    /* comments */

    .comments {
      height: 560px;
    }

    .comments_parallax-wrapper {
      min-height: 540px;
    }

    .comments-block {
      width: 90%;
    }

    .works-grid {
      -ms-grid-columns: unset !important;
      grid-template-columns: unset !important;
    }

  }

  /* #endregion */




  /* #region Media min-width: 610px */

  @media screen and (min-width: 610px) {
    .works-grid {
      -ms-grid-columns: (calc(50% - 10px))[2];
      grid-template-columns: repeat(2, calc(50% - 10px));
    }
  }

  /* #endregion */

  /* #region Media  max-width: 610px */

  @media screen and (max-width: 610px) {
    a.work-card {
      width: 310px;
      height: 500px;
    }

    a.work-card .half_image {
      width: 290px;
      height: 499px;
    }

    a.work-card .half_image .image_zoom picture.work-cover img {
      height: 500px;
      width: 300px;
    }

    .preloader_main__wrapper {


      font-size: 50px;
    }

    .works-grid {
      -ms-grid-columns: unset;
      grid-template-columns: unset;
    }

  }

  /* #endregion */

  /* #region Media max-width: 400px */
  @media screen and (max-width: 400px) {

    .preloader_main__wrapper {
      font-size: 40px;
    }



    /* comments */

    .comments {
      overflow: initial;
      height: 660px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: center;
    }

    .comments_parallax-wrapper {
      min-height: 670px;
      width: 100%;
      position: unset;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .comments-block {
      width: 90%;
    }


  }

  /* #endregion */

  /* #endregion */

  .header {
    display: flex;
    align-items: center;
  }

  .header__contacts {
    margin-right: 80px;
  }

  .hover-drop__btn {
    display: flex;
    align-items: baseline;
  }

  .hover-drop__btn::before {
    content: '';
    display: inline-flex;
    margin-right: 8px;
    margin-bottom: 2px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3534_7662)'%3E%3Cpath d='M3.21778 7.42445C4.49778 9.94 6.56 11.9934 9.07552 13.2822L11.0311 11.3266C11.2711 11.0866 11.6266 11.0066 11.9378 11.1134C12.9334 11.4422 14.0089 11.62 15.1111 11.62C15.6 11.62 16 12.02 16 12.5089V15.6111C16 16.1 15.6 16.5 15.1111 16.5C6.76445 16.5 0 9.73552 0 1.38889C0 0.9 0.4 0.5 0.888888 0.5H4C4.48889 0.5 4.88889 0.9 4.88889 1.38889C4.88889 2.5 5.06666 3.56666 5.39555 4.56222C5.49334 4.87334 5.42222 5.22 5.17334 5.46889L3.21778 7.42445Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3534_7662'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat;
    background-position: center;
    align-self: center;
  }

  .hover-drop__btn::after {
    content: '';
    display: inline-flex;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99902 8.5L9.49902 4.5H2.49902L5.99902 8.5Z' fill='white'/%3E%3C/svg%3E%0A") center/contain no-repeat;
  }

  .hover-drop__body {
    min-width: 220px !important;
    margin-top: 18px;
    padding: 22px 26px 17px !important;
    background: linear-gradient(110.74deg, rgba(255, 255, 255, 0.15) 0%, rgba(205, 192, 255, 0.04) 100%);
    backdrop-filter: blur(21px);
    border-radius: 20px;
  }

  .header-contact-text-wrapper {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 12px !important;

  }

  .header-contact-text-wrapper span {
    font-size: 14px;
    line-height: 18px;
    color: #969A9F;
    margin-bottom: 2px;
  }

  .header-contact-social-wrapper {
    border-top: 1px solid #576269;
    padding-top: 12px;
  }

  .header-contact-social-wrapper {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .header-burger-wrapper {
    display: flex;
    align-items: center;
  }

  .header-burger-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-right: 16px;
  }

  .header .nav {
    margin-top: 6px;
  }

  .awards-top-content {
    border-bottom: 1px solid #464646;
    margin-bottom: 40px;
  }

  .awards-top-content h3 {
    width: 100%;
    padding-bottom: 40px;
  }

  .hover-blur {
    filter: blur(7px) brightness(.1);
  }

  .form-error-partner {
    margin: 10px 0;
    color: #f00;
    font-size: 14px;
  }

  .header__top {
    height: 34px;
    width: 100%;
    padding: 0;
    background: linear-gradient(90deg, #e6e9a6 0%, #3787ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

  /* .block-error-name {
    display: none;
  } */

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


   @media screen and (min-width:1200px)  and (max-width:1350px){
    .header__content .nav {
        left: 42%!important;
    }
  }

  @media screen and (min-width:1349px)  and (max-width:1400px){
    .header__content .nav {
        left: 48%!important;
    }
  }
    @media screen and (min-width:1399px)  and (max-width:1560px){
    .header__content .nav {
        left: 46%!important;
    }
  }