@font-face {
  font-family: 'SF Pro Display';
  src: url('/fonts/SFProDisplay-Medium.eot');
  src: url('/fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('/fonts/SFProDisplay-Medium.woff2') format('woff2'),
    url('/fonts/SFProDisplay-Medium.woff') format('woff'),
    url('/fonts/SFProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/fonts/SFProDisplay-Heavy.eot');
  src: url('/fonts/SFProDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
    url('/fonts/SFProDisplay-Heavy.woff2') format('woff2'),
    url('/fonts/SFProDisplay-Heavy.woff') format('woff'),
    url('/fonts/SFProDisplay-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/fonts/SFProDisplay-Thin.eot');
  src: url('/fonts/SFProDisplay-Thin.eot?#iefix') format('embedded-opentype'),
    url('/fonts/SFProDisplay-Thin.woff2') format('woff2'),
    url('/fonts/SFProDisplay-Thin.woff') format('woff'),
    url('/fonts/SFProDisplay-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/fonts/SFProDisplay-Light.eot');
  src: url('/fonts/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/SFProDisplay-Light.woff2') format('woff2'),
    url('/fonts/SFProDisplay-Light.woff') format('woff'),
    url('/fonts/SFProDisplay-Light.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/fonts/SFProDisplay-Bold.eot');
  src: url('/fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/SFProDisplay-Bold.woff2') format('woff2'),
    url('/fonts/SFProDisplay-Bold.woff') format('woff'),
    url('/fonts/SFProDisplay-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/fonts/SFProDisplay-Black.eot');
  src: url('/fonts/SFProDisplay-Black.eot?#iefix') format('embedded-opentype'),
    url('/fonts/SFProDisplay-Black.woff2') format('woff2'),
    url('/fonts/SFProDisplay-Black.woff') format('woff'),
    url('/fonts/SFProDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/fonts/SFProDisplay-Ultralight.eot');
  src: url('/fonts/SFProDisplay-Ultralight.eot?#iefix') format('embedded-opentype'),
    url('/fonts/SFProDisplay-Ultralight.woff2') format('woff2'),
    url('/fonts/SFProDisplay-Ultralight.woff') format('woff'),
    url('/fonts/SFProDisplay-Ultralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/fonts/SFProDisplay-Semibold.eot');
  src: url('/fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/SFProDisplay-Semibold.woff2') format('woff2'),
    url('/fonts/SFProDisplay-Semibold.woff') format('woff'),
    url('/fonts/SFProDisplay-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('/fonts/SFProDisplay-Regular.eot');
  src: url('/fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/SFProDisplay-Regular.woff2') format('woff2'),
    url('/fonts/SFProDisplay-Regular.woff') format('woff'),
    url('/fonts/SFProDisplay-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0px;
  font-family: 'SF Pro Display';
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #484844;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
  position: relative;
}

.inside-login-wrapper {
  margin-top: -72px;
}

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

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@font-face {
  font-family: mlh;
  src: url(/fonts/mlh.ttf) format("truetype"),
    url(/fonts/mlh.woff) format("woff"),
    url(/fonts/mlh.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

img.logo-image {
  vertical-align: middle;
}

.mlh {
  font-family: mlh !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link .mlh {
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.link .mlh {
  margin-left: 11px;
  text-decoration: none !important;
}

.arrow-right-big:before {
  content: "";
}

.link:hover .mlh {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0;
  margin-top: 0;
}

a {
  text-decoration: none;
}

.header__container {
  display: flex;
  border-bottom: 1px solid #DFDFDA;
}

header.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 91;
}

.header__container-empty {
  flex-basis: 8%;
}

.header__container-menu {
  flex-basis: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.header__container-menu:hover {
  background: #873CFF;
}

span.toggle-icon span {
  transition: all 0.4s ease-in-out;
}

.header__container-menu:hover span.toggle-icon span {
  background: #fff;
}

.header__container-main {
  flex-basis: 84%;
}

.header__container-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 1px solid #DFDFDA;
  border-right: 1px solid #DFDFDA;
  padding: 5px 50px;
}

.header__container-contact {
  display: flex;
  align-items: center;
}

ul.language__selector {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.language {
  margin-right: 20px;
}

ul.language__selector a {
  font-size: 21px;
  line-height: 29px;
  color: #C3BECA;
}

.header__container-tel {
  margin: 0px 20px;
}

.header__container-tel a {
  font-size: 21px;
  line-height: 31px;
  color: #31312E;
  display: block;
  margin: 5px 0px;
}

.header__container-telegram {
  margin: 0px 20px;
}

a.telegram-link {
  border: 1px solid #31312E;
  border-radius: 41.5px;
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

a.telegram-link:hover {
  background: #873CFF;
  border-color: #873CFF;
}

span.tg_icon {
  display: block;
  line-height: 0;
}

a.telegram-link:hover .tg_icon {
  transform: translate(2px, -2px);
}

a.telegram-link .tg_icon {
  transition: all 0.4s ease-in-out;
}

a.telegram-link svg path {
  transition: all 0.4s ease-in-out;
}

a.telegram-link:hover svg path {
  fill: #fff;
}

.btn__transparent {
  border: 1px solid #000000;
  border-radius: 41.5px;
  background: transparent;
  height: 78px;
  padding: 0px 45px;
  font-family: 'SF Pro Display';
  font-size: 24px;
  line-height: 29px;
  cursor: pointer;
  color: #1E1E1A;
  transition: all 0.4s ease-in-out;
}

.btn__transparent:hover {
  background: #873CFF;
  color: #fff;
  border-color: #873CFF;
}

button.navbar-toggle {
  width: 50px;
  height: 20px;
  background: transparent;
  border: none;
  padding: 0px;
}

span.toggle-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

span.toggle-icon span {
  height: 1px;
  background: #31312E;
}

div#app {
  padding-top: 130px;
}

.container__wrapper {
  margin: 0 8%;
  border-left: 1px solid #DFDFDA;
  border-right: 1px solid #DFDFDA;
}

.speed__row {
  overflow: hidden;
  padding: 30px 0px;
}

span.text__speed-row {
  display: block;
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  font-size: 57px;
  line-height: 69px;
  color: #1E1E1A;
  white-space: nowrap;
}

.slide__home-page {
  background-image: url(/images/catalog/front/main/gradient_bg.jpg);
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 30px 0px;
  border-bottom: 1px solid #DFDFDA;
  border-top: 1px solid #DFDFDA;
}

span.shape__text {
  font-weight: 900;
  font-size: 264px;
  line-height: 315px;
  text-transform: uppercase;
  /* opacity: 0.1; */
  white-space: nowrap;
  z-index: 9;
  position: relative;
  background-image: url(/images/catalog/front/main/shape.png);
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(0 0 0 / 5%);
  background-position-x: 80%;
  background-position-y: 75%;
  background-size: 11%;
}

nav.main-nav.nav {
  display: flex;
}

img.shape__image {
  position: absolute;
  right: 0;
}

.link__slide-flex {
  padding: 40px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yellow__btn {
  background: #EEEFD5;
  border-radius: 74px;
  height: 110px;
  border: none;
  display: flex;
  align-items: center;
  padding: 0px 60px;
  width: 45%;
  justify-content: space-between;
  cursor: pointer;
}

span.btn__text {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #1E1E1A;
}

.yellow__btn .btn__text {
  transition: all 0.4s ease-in-out;
  color: #1E1E1A;
  -webkit-text-stroke: 1px #1e1e1a;
  text-stroke: 1px #1e1e1a;
}

.yellow__btn:hover .btn__text {
  color: transparent;
  -webkit-text-stroke: 1px #1e1e1a;
  text-stroke: 1px #1e1e1a;
}

span.arrow-top-right {
  transform: rotate(-45deg);
}

.yellow__btn:hover span.arrow-top-right svg {
  transform: translate(4px, 0px);
}

.yellow__btn span.arrow-top-right svg {
  transition: all 0.4s ease-in-out;
}

a.more__aboutus-link {
  display: flex;
  align-items: center;
}

span.transparent-text {
  display: block;
  margin-right: 20px;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #1e1e1a;
  text-stroke: 1px #1e1e1a;
  transition: all 0.4s ease-in-out;
}

.more__aboutus-link:hover span.transparent-text {
  color: #31312E;
}

.more__aboutus-link:hover span.arrow-right svg {
  transform: translate(4px, 0px);
}

.more__aboutus-link span.arrow-right svg {
  transition: all 0.4s ease-in-out;
}

span.arrow-right {
  line-height: 0;
}

section.whyus {
  border-bottom: 1px solid #DFDFDA;
}

section.main-slider {
  border-bottom: 1px solid #DFDFDA;
}

.whyus__blocks {
  display: flex;
  overflow: hidden;
}

.whyus__blocks-title {
  flex-basis: 42%;
  border-right: 1px solid #DFDFDA;
  padding: 65px 55px 35px;
  position: relative;
  overflow: hidden;
}

.whyus__lists {
  flex-basis: 58%;
  max-height: 590px;
  overflow-y: scroll;
  padding: 0px 60px;
}

h2.title-transparent {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300;
  font-size: 125px;
  line-height: 0.8;
  margin-bottom: 70px;
  color: transparent;
  -webkit-text-stroke: 1px #1e1e1a;
  text-stroke: 1px #1e1e1a;
  transition: all 1.6s ease-in-out;
}

.title__animate h2.title-transparent {
  color: #1e1e1a;
  -webkit-text-stroke: 1px #1e1e1a;
}

h2.title-transparent span {
  font-size: 125px;
}

.desc_whyus {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #484844;
}

.whyus__blocks-title:before {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  left: -50%;
  background: conic-gradient(from 180deg at 50% 50%, #9757FF 0deg, #E4D4FF 360deg);
  opacity: 0.36;
  filter: blur(200px);
  width: 470px;
  height: 470px;
}

.whyus__lists-item {
  display: flex;
  align-items: center;
  margin: 80px 0px;
}

span.star {
  display: block;
  margin-right: 20px;
  position: relative;
}

img.star_top {
  position: relative;
  z-index: 2;
}

img.star_down {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.whyus__lists-item:hover img.star_top {
  transform: rotate(20deg);
}

.whyus__lists-item img.star_top,
.whyus__lists-item img.star_down {
  transition: all 0.4s ease-in-out;
}

.whyus__lists-item:hover img.star_down {
  transform: rotate(-120deg);
}

span.whyus__lists-inside {
  font-weight: 400;
  font-size: 25px;
  line-height: 39px;
  color: #484844;
}

nav.main-nav.nav {
  display: flex;
}

section.project {
  background-image: url('/images/catalog/front/main/gradient_bg-section.jpg');
  border-bottom: 1px solid #DFDFDA;
  background-size: cover;
}

.project__blocks {
  display: flex;
  overflow: hidden;
}

.project__blocks-title {
  flex-basis: 42%;
  border-right: 1px solid #DFDFDA;
  padding: 65px 55px 35px;
  position: relative;
  overflow: hidden;
}

h2.title-transparent.transparent__font {
  font-size: 125px;
  margin-bottom: 120px;
}

.project__features-item {
  display: block;
  margin: 40px 0px;
}

span.project__features-title {
  display: block;
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  text-transform: uppercase;
  color: #484844;
}

span.project__features-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #484844;
  display: block;
}

.project__lists-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 140px;
}

.project__image {
  flex-basis: 55%;
}

img.image_project {
  width: 100%;
}

.project__item-desc {
  padding: 0px 50px;
  flex-basis: 45%;
}

.project__lists {
  flex-basis: 58%;
  max-height: 750px;
  overflow-y: scroll;
}

span.project__item-title {
  font-weight: 400;
  font-size: 38px;
  line-height: 1.2;
  color: #484844;
  display: block;
}

span.project__item-subtitle {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
  color: #484844;
}

.project__lists-item:nth-child(even) {
  flex-direction: row-reverse;
}

button.fiolet__btn {
  background: #873CFF;
  border-radius: 74px;
  border: none;
  height: 100px;
  padding: 0px 50px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-basis: 60%;
  justify-content: space-between;
}

button.fiolet__btn span {
  font-weight: 700;
  font-size: 36px;
  line-height: 0;
  color: #FFFFFF;
}

.fiolet__btn span.arrow-top-right svg {
  transition: all 0.4s ease-in-out;
}

.fiolet__btn:hover span.arrow-top-right svg {
  transform: translate(4px, 0px);
}

button.fiolet__btn .btn__text {
  transition: all 0.4s ease-in-out;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  line-height: 1;
}

button.fiolet__btn:hover .btn__text {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}

button.fiolet__btn span.arrow-top-right path {
  fill: #fff;
}

button.fiolet__btn span.arrow-top-right svg {
  width: 30px;
}

.fiolet__btn span.arrow-top-right {
  margin-left: 40px;
  position: relative;
  top: 4px;
}

.btn__after-project {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
  padding-left: 50px;
}

.need__consultation {
  margin-left: 20px;
  flex-basis: calc(40% - 20px);
}

span.need__consultation-or {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #BDB9C5;
}

span.need__consultation-text {
  font-weight: 700;
  font-size: 35px;
  line-height: 30px;
  color: transparent;
  -webkit-text-stroke: 1px #1e1e1a;
  text-stroke: 1px #1e1e1a;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

span.need__consultation-text:hover {
  color: #31312E;
}

section.price {
  border-bottom: 1px solid #DFDFDA;
}

.price__title-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 50px;
}

h2.black-title {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 300;
  font-size: 90px;
  line-height: 80px;
  color: #31312E;
  flex-basis: 60%;
}

.subtitle__price-text {
  flex-basis: 40%;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #484844;
  max-width: 440px;
}

.lists__item {
  border-top: 1px solid #DFDFDA;
  padding: 10px 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 135px;
  overflow: hidden;
  position: relative;
}

.lists__item-name {
  font-weight: 400;
  font-size: 32px;
  line-height: 43px;
  color: #484844;
  flex-basis: 52%;
}

.lists__item-description {
  flex-basis: 48%;
  display: flex;
  align-items: center;
}

.lists__item .star_top,
.lists__item .star_down,
.lists__item .star_top,
.lists__item .star {
  transition: all 0.4s ease-in-out;
}

.lists__item:hover .star {
  transform: translate(20px, 0px);
}

.lists__item:hover .star_top {
  transform: rotate(20deg);
}

.lists__item:hover .star_down {
  transform: rotate(60deg);
}

span.lists__item-description-value {
  padding-left: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #867F8F;
  display: block;
  max-width: 475px;
}

.lists__item:nth-child(odd)::before {
  content: "";
  background: conic-gradient(from 180deg at 50% 50%, #9757FF 0deg, #E4D4FF 360deg);
  opacity: 0.36;
  filter: blur(138px);
  display: block;
  position: absolute;
  left: 0;
  bottom: -50%;
  width: 150px;
  height: 150px;
}

.lists__item:nth-child(even)::before {
  content: "";
  background: conic-gradient(from 180deg at 50% 50%, #55A3FF 0deg, #55A3FF 360deg);
  opacity: 0.36;
  filter: blur(138px);
  display: block;
  position: absolute;
  left: 0;
  top: -80%;
  width: 150px;
  height: 150px;
}

section.attention-block {
  background-image: url('/images/catalog/front/main/gradients/gradient_attention.jpg');
}

.attention__text {
  display: flex;
  align-items: center;
  padding: 70px 0px;
}

span.attention__title-text {
  padding: 0px 120px;
  font-weight: 500;
  font-size: 71px;
  line-height: 89px;
  text-align: center;
  color: #31312E;
  font-family: 'Cormorant';
  font-style: normal;
}

.attention__text-desc {
  font-weight: 400;
  font-size: 32px;
  line-height: 50px;
  color: #867F8F;
  max-width: 855px;
}

section.attention-block {
  background-image: url('/images/catalog/front/main/gradients/gradient_attention.jpg');
  overflow: hidden;
}

.attention__text {
  display: flex;
  align-items: center;
  padding: 70px 0px;
}

span.attention__title-text {
  padding: 0px 120px;
  font-weight: 500;
  font-size: 71px;
  line-height: 89px;
  text-align: center;
  color: #31312E;
  font-family: 'Cormorant';
  font-style: normal;
  position: relative;
}

.attention__text-desc {
  font-weight: 400;
  font-size: 32px;
  line-height: 50px;
  color: #867F8F;
  max-width: 855px;
}

span.attention__title-text:before {
  content: "";
  width: 280px;
  height: 280px;
  background: radial-gradient(50% 50% at 50% 50%, #8132FF 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(107.553px);
  position: absolute;
  top: -100%;
}

section.attention-block {
  background-image: url('/images/catalog/front/main/gradients/gradient_attention.jpg');
  overflow: hidden;
}

.attention__text {
  display: flex;
  align-items: center;
  padding: 70px 0px;
}

span.attention__title-text {
  padding: 0px 120px;
  font-weight: 500;
  font-size: 71px;
  line-height: 89px;
  /* identical to box height, or 111% */
  text-align: center;

  /* black_1 */
  color: #31312E;
  font-family: 'Cormorant';
  font-style: normal;
  position: relative;
}

.attention__text-desc {
  font-weight: 400;
  font-size: 32px;
  line-height: 50px;
  /* or 164% */


  /* black_1 */
  color: #867F8F;
  max-width: 855px;
}

span.attention__title-text:before {
  content: "";
  width: 280px;
  height: 280px;
  background: radial-gradient(50% 50% at 50% 50%, #8132FF 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(107.553px);
  position: absolute;
  top: -100%;
}

section.moodboard {
  padding: 70px 0px;
  background-size: cover;
  position: relative;
}

section.moodboard .container__wrapper {
  position: relative;
  z-index: 9;
}

section.moodboard:before {
  background: rgba(250, 250, 250, 0.01);
  backdrop-filter: blur(50px);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

section.moodboard.moodboard__hover:before {
  opacity: 1;
  visibility: visible;
}

section.moodboard .container__wrapper {
  border: none;
  padding: 0px 100px;
}

section.moodboard.moodboard1 {
  background-image: url('/images/catalog/front/main/moodboards/moodboard1.jpg');
}

section.moodboard.moodboard2 {
  background-image: url('/images/catalog/front/main/moodboards/moodboard2.jpg');
}

section.moodboard.moodboard3 {
  background-image: url('/images/catalog/front/main/moodboards/moodboard3.jpg');
}

section.moodboard.moodboard4 {
  background-image: url('/images/catalog/front/main/moodboards/moodboard4.jpg');
}

span.text__moodboard-first {
  font-weight: 500;
  font-size: 100px;
  line-height: 147px;
  margin-bottom: 60px;
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}

.moodboard button.popupUp.yellow__btn {
  margin: auto;
  width: 55%;
}

span.text__moodboard-second {
  font-weight: 500;
  font-size: 100px;
  line-height: 147px;
  margin-top: 60px;
  display: block;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  text-align: right;
}

.develop__flex-block {
  display: flex;
}

.develop__title {
  flex-basis: 36%;
  padding: 35px 50px;
  position: relative;
  overflow: hidden;
}

.develop__title h2.black-title {
  font-weight: 500;
  line-height: 80px;
}

.develop-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #484844;
  display: block;
  margin-top: 50px;
}

.develop__lists {
  flex-basis: 64%;
  padding: 0px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-height: 570px;
  overflow-y: scroll;
  position: relative;
}

.develop__lists:before {
  content: "";
  left: 50%;
  width: 1px;
  background: #DFDFDA;
  top: 0;
  bottom: -67%;
  position: absolute;
}

.develop__lists-item {
  flex-basis: calc(50% - 40px);
  margin: 10px 20px;
  border-bottom: 1px solid #DFDFDA;
  padding: 30px 0px 50px;
  transition: all 0.4s ease-in-out;
}

.develop__lists-item:hover {
  border-color: #873CFF;
}

.develop__lists-item-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #484844;
  margin-bottom: 10px;
}

.develop__lists-item-desc {
  max-width: 300px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #867F8F;
  margin-bottom: 20px;
}

button.fiolet__btn-text {
  font-weight: 700;
  line-height: 33px;
  color: #873CFF;
  background: transparent;
  border: none;
  padding: 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

button.fiolet__btn-text span.btn__text {
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
  color: #873CFF;
}

button.fiolet__btn-text span.arrow-top-right svg {
  width: 21px;
  height: 21px;
}

button.fiolet__btn-text span.arrow-top-right {
  margin-left: 25px;
  position: relative;
  top: 6px;
}

button.fiolet__btn-text span.arrow-top-right svg path {
  fill: #873CFF;
}

button.fiolet__btn-text:hover .arrow-top-right svg {
  transform: translate(4px, 0px);
}

button.fiolet__btn-text .arrow-top-right svg {
  transition: all 0.4s ease-in-out;
}

.develop__lists-item:nth-child(2) {
  padding-top: 140px;
}

.develop__lists-item:nth-child(3) {
  margin-top: -50px;
}

.develop__lists-item:nth-child(5) {
  margin-top: -50px;
  border: none;
}

.form__develop input {
  background: #FFFFFF;
  border-radius: 53px;
  display: block;
  width: 100%;
  border: none;
  height: 64px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #514B59;
  font-family: 'SF Pro Display';
  padding: 0px 25px;
  margin-bottom: 25px;
}

section.develop__website {
  background: #FAFAFA;
}

.form__develop input::placeholder {
  color: #514B59;
}

button.submitForm {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
}

.submitForm span.btn__text {
  font-weight: 700;
  font-size: 42px;
  line-height: 45px;
  color: transparent;
  -webkit-text-stroke: 1px #1e1e1a;
  text-stroke: 1px #1e1e1a;
}

button.submitForm .btn__text {
  transition: all 0.4s ease-in-out;
}

button.submitForm:hover .btn__text {
  color: #873CFF;
  -webkit-text-stroke: 1px #873CFF;
  text-stroke: 1px #873CFF;
}

button.submitForm .arrow-top svg path {
  transition: all 0.4s ease-in-out;
}

button.submitForm:hover .arrow-top svg path {
  fill: #873CFF;
}

span.arrow-top {
  display: block;
  margin-left: 20px;
  transform: rotate(-90deg);
  position: relative;
  top: 2px;
}

.submitForm span.arrow-top svg {
  height: 25px;
}

.develop__lists-item-btn {
  margin-top: 25px;
}


.include__dev-title h2 {
  font-weight: 500;
  font-size: 80px;
  line-height: 75px;
  color: #31312E;
  /* margin-bottom: 20px; */
}

.include__dev-title {
  border-bottom: 1px solid #DFDFDA;
  /* border-right: 1px solid #DFDFDA; */
}

.include__dev-title .content {
  padding: 50px;
}

.include__dev-desc .content {
  padding: 50px;
}

.letter__lists {
  display: grid;
  grid-gap: 00px;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  grid-auto-rows: 50px;
}

.text-desc {
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  color: #867F8F;
  display: block;
  margin-bottom: 40px;
}

.text-desc-bold {
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  color: #514b59;
  display: block;
  margin-bottom: 0;
}

.letter__item {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  border-bottom: 1px solid #DFDFDA;
}

.letter__item .content {
  padding: 50px;
}

.letter__item img {
  margin-bottom: 25px;
  position: relative;
  left: -15px;
}

span.letter__item-title {
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  color: #514B59;
  margin-bottom: 15px;
  display: block;
}

span.letter__item-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #514B59;
  display: block;
}

.letter__item:nth-child(even) {
  border-left: 1px solid #DFDFDA;
}

.include__dev-desc.item {
  border-bottom: 1px solid #DFDFDA;
  border-left: 1px solid #DFDFDA;
}

.letter__lists>div:nth-child(3) img {
  left: 0;
}

section.include__site-development {
  background-image: url(/images/catalog/front/main/gradients/gradient_letters.jpg);
}

.technology__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.technology__flex-title .black-title {
  font-size: 80px;
}

.technology__flex {
  padding: 50px;
}

.technology__flex-title {
  flex-basis: 60%;
}

.technology__flex-desc {
  flex-basis: 40%;
  font-weight: 400;
  font-size: 25px;
  line-height: 42px;
  color: #867F8F;
}

.technology__lists {
  border-top: 1px solid #DFDFDA;
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
}

.technology__lists-other {
  border-left: 1px solid #DFDFDA;
}

.technology__lists-item {
  position: relative;
  padding: 50px;
}

.technology__lists-wp {
  flex-basis: 55%;
}

img.logo-tech {
  width: 64%;
}

.technology__lists-other {
  flex-basis: 45%;
}

.technology__lists-item-backdrop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technology__lists-item-backdrop:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(250, 250, 250, 0.02);
  backdrop-filter: blur(95.5px);
}

.technology__lists-item-front {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  background: rgb(255 255 255 / 20%);
  z-index: 9;
}

.technology__lists-item:hover .technology__lists-item-front {
  opacity: 1;
}

.technology__item-title {
  font-weight: 400;
  font-size: 50px;
  line-height: 40px;
  color: #514B59;
  margin-bottom: 30px;
}

.technology__item-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #514B59;
}

.technology__lists-other .technology__lists-item:last-child {
  border-top: 1px solid #DFDFDA;
}

.technology__lists-item .technology__lists-item-content div {
  transition: all 0.4s ease-in-out;
}

.technology__lists-item:hover .technology__lists-item-content div {
  filter: blur(4px);
}

.technology__lists-item:hover .technology__lists-item-backdrop {
  visibility: hidden;
}

.technology__lists-item .technology__lists-item-backdrop {
  transition: all 0.4s ease-in-out;
}

.technology__lists-item-content {
  position: relative;
  z-index: 9;
}

.technology__lists-wp .technology__lists-item {
  height: 100%;
  display: flex;
  align-items: center;
}

section.new_template {
  background-image: url('/images/catalog/front/main/gradients/gradient_what.jpg');
  background-size: cover;
  padding-top: 70px;
}

section.new_template .container__wrapper {
  border: none;
}

h2.section__what-title {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  color: #514B59;
}

.section__what-desc {
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;
  color: #867F8F;
  margin-top: 10px;
}

.section__what {
  padding: 0px 50px;
}

.what__lists {
  padding: 0px 20px;
  display: flex;
  margin-top: 50px;
}

.what__lists-item {
  flex-basis: 20%;
  padding: 50px 30px;
  font-weight: 600;
  font-size: 21px;
  line-height: 35px;
  color: #873CFF;
  border-top: 1px solid #D9D4E0;
  border-bottom: 1px solid #D9D4E0;
  border-right: 1px solid #D9D4E0;
}

.what__lists-item:last-child {
  border-right: 0px;
}

section.faq__block .container__wrapper {
  border: none;
}

section.faq__block {
  padding-top: 70px;
  padding-bottom: 90px;
}

h2.title-black {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 400;
  font-size: 5em;
  line-height: 80px;
  color: #514B59;
}

.faq__block-title {
  padding: 0px 50px;
}

.faq__lists {
  margin-top: 50px;
}

.faq__question {
  padding: 30px 50px;
  border-top: 1px solid #DFDFDA;
  max-height: 108px;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  align-items: baseline;
  transition: all 0.4s ease-in-out;
}

.faq__question.active {
  max-height: 300px;
}

.faq__question.active .faq__question-text span {
  opacity: 1;
}

.faq__question:last-child {
  border-bottom: 1px solid #DFDFDA;
}

span.faq__question-text {
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  color: #514B59;
}

span.faq__question-text span {
  color: #867f8f;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

span.plus-icon span:first-child {
  background: linear-gradient(91.01deg, #DC78FF -42.29%, #32CEFF 172.11%);
  width: 5px;
  height: 20px;
  display: block;
  position: absolute;
  right: 8px;
  top: -7px;
  transition: all 0.4s ease-in-out;
}

.active span.plus-icon span:first-child {
  transform: rotate(90deg);
}

span.plus-icon {
  margin-right: 40px;
  position: relative;
  top: -9px;
}

span.plus-icon span:last-child {
  background: linear-gradient(91.7deg, #55D6FF -44.51%, #8132FF 137.28%);
  display: block;
  width: 20px;
  height: 5px;
}

section.order {
  background-image: url('/images/catalog/front/main/gradients/gradient_order.jpg');
  padding: 70px 0px;
}

section.order .container__wrapper {
  border: none;
}

.order h2.black-title {
  font-weight: 400;
}

.order__form-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #514B59;
  margin-top: 45px;
}

.order__form-section {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #CAD6E0;
}

.order__form {
  padding: 0px 50px;
}

.order__form-block {
  display: flex;
  align-items: center;
}

span.order__form-block-title {
  font-weight: 400;
  font-size: 50px;
  line-height: 57px;
  color: #514B59;
  max-width: 330px;
}

.order__form-inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.order__form-inputs input {
  background: #FFFFFF;
  border-radius: 53px;
  display: block;
  width: 100%;
  border: none;
  height: 64px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #514B59;
  font-family: 'SF Pro Display';
  padding: 0px 25px;
  margin-bottom: 25px;
  flex-basis: 48%;
}

.order__form-inputs input::placeholder {
  color: #514B59;
}

.order__form-inputs input:nth-child(3),
.order__form-inputs input:nth-child(4) {
  margin-bottom: 0px;
}

.question-btn {
  margin-left: 30px;
}

button.questionSubmit {
  display: flex;
  text-align: left;
  background: transparent;
  border: none;
  padding: 0px;
  align-items: end;
  cursor: pointer;
  max-width: 215px;
  width: 100%;
  min-width: 210px;
}

button.questionSubmit:hover .question__text-btn {
  color: #873CFF;
  -webkit-text-stroke: 1px #873CFF;
  text-stroke: 1px #873CFF;
}

button.questionSubmit .question__text-btn {
  transition: all 0.4s ease-in-out;
}

button.questionSubmit .arrow-right svg path {
  transition: all 0.4s ease-in-out;
}

button.questionSubmit:hover .arrow-right svg path {
  fill: #873CFF;
}

span.question__text-btn {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  max-width: 250px;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}

.order__form-inputs input:focus {
  outline: none;
  box-shadow: none;
}

button.questionSubmit .arrow-right svg {
  width: 24px;
}

footer.footer .container__wrapper {
  border: none;
}

.footer__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__flex-logo {
  flex-basis: 25%;
}

img.logo__footer {
  width: 100%;
  max-width: 320px;
}

.soc-btn-logo {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  max-width: 350px;
}

.soc-btn-logo .btn__transparent {
  padding: 0px 35px;
}

.footer__contact-items {
  flex-basis: 20%;
  text-align: right;
  padding-top: 38px;
}

.footer__contact-phones a {
  font-weight: 400;
  font-size: 32px;
  line-height: 50px;
  color: #31312E;
  display: block;
  margin-bottom: 5px;
}

.footer__contact-adress {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: right;
  color: #31312E;
  margin-bottom: 30px;
}

.footer__contact-phones {
  margin-bottom: 30px;
}

a.mail-link {
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #31312E;
}

.footer__menu {
  padding-top: 38px;
  flex-basis: 44%;
}

.footer__menu-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #514B59;
  display: block;
  margin-bottom: 30px;
}

nav.footer__menu-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__menu-nav a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #514B59;
  margin-bottom: 25px;
  max-width: 180px;
}

.footer__menu-nav {
  flex-basis: 33%;
}

.footer__copyright {
  display: flex;
  justify-content: space-between;
  padding: 40px 0px;
  margin-top: 70px;
  border-top: 1px solid #D9D4E0;
}

span.copyright__text {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #514B59;
}

a.policy-link {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #C3BECA;
  border-bottom: 1px solid #C3BECA;
  display: block;
  line-height: 29px;
}

.social__links a {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: #514B59;
  text-transform: uppercase;
  margin-left: 20px;
}

footer.footer {
  padding-top: 35px;
}


/* width */
.whyus__lists::-webkit-scrollbar,
.project__lists::-webkit-scrollbar,
.develop__lists::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.whyus__lists::-webkit-scrollbar-track,
.project__lists::-webkit-scrollbar-track,
.develop__lists::-webkit-scrollbar-track {
  background: #fafafa;
}

/* Handle */
.whyus__lists::-webkit-scrollbar-thumb,
.project__lists::-webkit-scrollbar-thumb,
.develop__lists::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.whyus__lists::-webkit-scrollbar-thumb:hover,
.project__lists::-webkit-scrollbar-thumb:hover,
.develop__lists::-webkit-scrollbar-thumb:hover {
  background: #555;
}




.overlay-popup {
  background: rgba(249, 249, 249, 0.16);
  backdrop-filter: blur(10px);
  position: fixed;
  inset: 0;
  z-index: 15;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

.havequestion_popup {
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  background-image: url(/images/catalog/front/main/gradients/gradient_order.jpg);
  background-size: cover;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  translate: 0 20px;
  z-index: 16;
}

.havequestion_popup .container__wrapper {
  position: relative;
}

.popup-star {
  position: absolute;
  top: -95px;
  left: 0;
}

.button_close_popup {
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: -70%;
  left: 38%;
}

.button_close_popup span {
  display: block;
  border-top: 1px solid #31312E;
  width: 45px;
  rotate: 45deg;
}

.button_close_popup span:before {
  content: '';
  position: absolute;
  border-top: 1px solid #31312E;
  width: 45px;
  rotate: -90deg;
  top: -1px;
}

.havequestion_popup_blocks {
  display: flex;
  overflow: hidden;
}

.havequestion__block-title {
  padding: 55px 35px 62px;
  border-right: 1px solid #DFDFDA;
  overflow: hidden;
  flex-basis: 42%;
}

.havequestion_title {
  font-family: 'Cormorant';
  font-weight: 500;
  font-size: 92px;
  line-height: 89px;
  color: #514B59;
}

.havequestion__block-form {
  flex-basis: 58%;
  padding: 0px 60px;
  display: flex;
  align-items: center;
}

.havequestion__form-inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}

.havequestion__form-inputs input {
  flex-basis: 48%;
  padding: 0 25px;
  max-width: 450px;
  background: #FFFFFF;
  border-radius: 60px;
  height: 74px;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #514B59;
  transition: 0.4s;
}

.havequestion__form-inputs input::placeholder {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #514B59;
}

.havequestion__form-inputs input:focus-visible {
  border: none;
  outline: none;
}

.question_btn-popup {
  background: #873CFF;
  border-radius: 52.4398px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 26px;
  color: #FFFFFF;
  height: 74px;
  border: 1px solid #873CFF;
  cursor: pointer;
  flex-basis: 48%;
  transition: 0.5s;
}

.question_btn-popup:hover {
  background: white;
  border: 1px solid #873CFF;
  color: #873CFF;
}

.havequestion__form-inputs input.error-form {
  border: 1px solid #ebb4b4;
}

.havequestion_popup_thanks {
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  background-image: url(/images/catalog/front/main/gradients/gradient_order.jpg);
  background-size: cover;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  translate: 0 20px;
  z-index: 16;
}

.havequestion__contacts-side {
  flex-basis: 62%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.havequestion__contact-title {
  font-weight: 400;
  font-size: 35px;
  line-height: 35px;
  color: #514B59;
  display: block;
  margin-bottom: 8px;
}

.havequestion__contact-subtitle {
  font-weight: 400;
  font-size: 19px;
  line-height: 31px;
  color: #514B59;
}

.havequestion__numbers {
  margin-top: 23px;
  display: flex;
  align-items: center;
  gap: 47px;
}

.havequestion__numbers a {
  font-weight: 400;
  font-size: 41px;
  line-height: 56px;
  color: #31312E;
  text-decoration: dashed;
  text-decoration-line: underline;
  text-decoration-style: dotted;
}

.havequestion__block-title-thanks {
  flex-basis: 38%;
}

.show-thanks {
  opacity: 1;
  visibility: visible;
  translate: 0;
}

.havequestion_popup_order {
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
  background-image: url(/images/catalog/front/main/gradients/gradient_order.jpg);
  background-size: cover;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  translate: 0 20px;
  z-index: 16;
}

.active-popup {
  opacity: 1;
  visibility: visible;
  translate: 0;
}

















@media (max-width: 1560px) {
  .container__wrapper {
    margin: 0 6%;
  }

  .header__container-menu {
    flex-basis: 6%;
  }

  .header__container-empty {
    flex-basis: 6%;
  }

  .header__container-main {
    flex-basis: 88%;
  }

  .header__container-row {
    padding: 5px 40px;
  }

  .whyus__blocks-title {
    padding: 35px 40px;
  }

  .whyus__lists {
    padding: 0px 40px;
    max-height: 450px;
  }

  .whyus__lists-item {
    margin: 50px 0px;
  }

  h2.title-transparent {
    font-size: 110px;
  }

  h2.title-transparent span {
    font-size: 110px;
  }

  span.whyus__lists-inside {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    color: #484844;
  }

  h2.title-transparent.transparent__font {
    font-size: 110px;
    margin-bottom: 80px;
  }

  .project__blocks-title {
    padding: 35px 40px;
  }

  .project__lists-item {
    margin-bottom: 80px;
  }

  .project__item-desc {
    padding: 0px 30px;
  }

  .project__lists {
    max-height: 650px;
  }

  h2.black-title {
    font-size: 75px;
    line-height: 70px;
  }

  .lists__item-name {
    font-size: 28px;
    line-height: 1.2;
  }

  span.lists__item-description-value {
    line-height: 1.6;
  }

  .attention__text {
    padding: 40px 0px;
  }

  span.attention__title-text {
    font-size: 60px;
  }

  .attention__text-desc {
    font-size: 28px;
    line-height: 43px;
  }

  section.moodboard {
    padding: 35px 0px;
  }

  span.text__moodboard-first {
    margin-bottom: 35px;
  }

  span.text__moodboard-second {
    margin-top: 35px;
  }

  .develop__title {
    padding: 35px 40px;
  }

  .develop__lists-item:nth-child(5) {
    flex-basis: calc(50% - 40px);
  }

  button.submitForm {
    padding: 0px;
  }

  .develop__lists-item-title {
    font-size: 24px;
    line-height: 1.4;
  }

  .develop__lists-item-desc {
    font-size: 16px;
    line-height: 1.6;
  }

  .develop__lists-item:nth-child(2) {
    padding-top: 110px;
  }

  .text-desc {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .text-desc-bold {
    font-size: 22px;
    line-height: 1.6;
  }

  span.letter__item-title {
    font-size: 28px;
    line-height: 1.4;
  }

  .letter__item img {
    width: 38%;
  }

  .technology__flex-title .black-title {
    font-size: 75px;
  }

  .technology__flex-desc {
    font-size: 21px;
    line-height: 1.8;
  }

  .technology__item-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
  }

  .technology__item-desc {
    font-size: 18px;
  }

  h2.section__what-title {
    font-size: 75px;
    line-height: 1;
  }

  .section__what-desc {
    font-size: 21px;
    line-height: 1.5;
  }

  .what__lists-item {
    font-size: 18px;
    line-height: 1.7;
    padding: 40px 20px;
  }

}

@media (max-width: 1440px) {
  .header__container-row {
    padding: 0px 30px;
  }

  .price__title-block h2.black-title {
    max-width: 650px;
  }

  img.logotype {
    max-width: 376px;
    width: 85%;
  }

  a.telegram-link {
    width: 65px;
    height: 65px;
  }

  .btn__transparent {
    height: 65px;
    font-size: 22px;
  }

  .link__slide-flex {
    padding: 30px;
  }

  .yellow__btn {
    height: 90px;
    padding: 0px 45px;
    width: 40%;
  }

  span.btn__text {
    font-size: 35px;
  }

  span.arrow-top-right svg {
    width: 28px;
  }

  span.transparent-text {
    font-size: 34px;
  }

  span.arrow-right svg {
    width: 25px;
  }

  span.arrow-right {
    position: relative;
    top: 2px;
  }

  .whyus__blocks-title {
    padding: 30px;
  }

  h2.title-transparent {
    font-size: 90px;
    margin-bottom: 50px;
  }

  h2.title-transparent span {
    font-size: 90px;
  }

  span.whyus__lists-inside {
    font-size: 18px;
    line-height: 1.8;
  }

  h2.title-transparent.transparent__font {
    font-size: 90px;
  }

  span.project__features-title {
    font-size: 30px;
  }

  .project__image {
    flex-basis: 50%;
  }

  .project__item-desc {
    padding: 0px 25px;
    flex-basis: 50%;
  }

  span.project__item-title {
    font-size: 32px;
  }

  span.project__item-subtitle {
    font-size: 16px;
  }

  .btn__after-project {
    padding-left: 25px;
  }

  button.fiolet__btn {
    height: 90px;
    padding: 0px 40px;
    justify-content: space-between;
  }

  button.fiolet__btn span {
    font-size: 32px;
  }

  h2.black-title {
    font-size: 68px;
    line-height: 65px;
  }

  .lists__item-name {
    font-size: 24px;
  }

  span.attention__title-text {
    font-size: 50px;
  }

  .attention__text-desc {
    font-size: 22px;
    max-width: 700px;
    display: block;
  }

  span.text__moodboard-first {
    font-size: 85px;
    line-height: 120px;
    margin-bottom: 30px;
  }

  span.text__moodboard-second {
    font-size: 85px;
    line-height: 120px;
    margin-top: 30px;
  }

  .project__blocks-title {
    padding: 30px;
  }

  .price__title-block {
    padding: 40px 30px;
  }

  .lists__item {
    padding: 10px 30px;
  }

  .develop__title {
    padding: 30px;
  }

  .develop__title h2.black-title {
    font-size: 65px;
    line-height: 70px;
  }

  .submitForm span.btn__text {
    font-size: 36px;
  }

  .include__dev-title .content {
    padding: 25px;
  }

  h2.black-title {
    font-size: 65px;
  }

  .text-desc {
    font-size: 20px;
  }

  span.letter__item-title {
    font-size: 26px;
  }

  .letter__item img {
    width: 30%;
  }

  span.letter__item-desc {
    font-size: 16px;
  }

  .letter__item .content {
    padding: 30px;
  }

  .technology__flex {
    padding: 30px;
    justify-content: space-between;
  }

  .technology__flex-title .black-title {
    font-size: 65px;
  }

  .technology__flex-title {
    flex-basis: 50%;
  }

  .technology__flex-desc {
    /* flex-basis: 50%; */
    font-size: 18px;
  }

  .technology__item-title {
    font-size: 36px;
  }

  .technology__lists-wp .technology__lists-item {
    padding: 25px 30px;
  }

  .technology__lists-item {
    padding: 25px 30px;
  }

  h2.section__what-title {
    font-size: 65px;
  }

  .section__what-desc {
    font-size: 19px;
  }

  h2.title-black {
    font-size: 4em;
  }

  section.faq__block {
    padding-top: 50px;
  }

  section.new_template {
    padding-top: 50px;
  }

  .what__lists-item {
    padding: 30px 20px;
  }

  .faq__block-title {
    padding: 0px 30px;
  }

  .faq__question {
    padding: 30px;
  }

  span.faq__question-text {
    font-size: 25px;
  }

  section.order {
    padding: 50px 0px;
  }

  span.order__form-block-title {
    font-size: 42px;
  }

  img.logo__footer {
    width: 80%;
  }

  .footer__menu-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .footer__menu {
    flex-basis: 48%;
  }

  .footer__menu-nav a {
    font-size: 15px;
  }

  .footer__contact-phones a {
    font-size: 26px;
    line-height: 40px;
  }

  .footer__contact-adress {
    font-size: 18px;
  }

  a.mail-link {
    font-size: 18px;
    line-height: 25px;
  }

  span.copyright__text {
    font-size: 18px;
  }

  .social__links a {
    font-size: 18px;
  }

  .footer__copyright {
    padding: 30px 0px;
  }

  .include__dev-desc .content {
    padding: 30px;
  }

  div#app {
    padding-top: 100px;
  }

  .order__form {
    padding: 0px 30px;
  }

  .footer__flex-logo {
    flex-basis: 27%;
  }
}


@media (max-width: 1140px) {
  .header__container-tel a {
    font-size: 18px;
  }

  .header__container-empty {
    flex-basis: 0;
  }

  .header__container-menu {
    flex-basis: auto;
    padding: 0px 15px;
  }

  .header__container-row {
    padding: 0px;
    border: none;
  }

  .header__container {
    padding: 0px 0px 0px 15px;
  }

  .header__container-contact {
    padding-right: 15px;
  }

  .container__wrapper {
    margin: 0px 15px;
  }

  span.text__speed-row {
    font-size: 36px;
    line-height: 35px;
  }

  .slide__home-page {
    padding: 15px 0px;
  }

  span.shape__text {
    font-size: 180px;
    line-height: 230px;
  }

  .header__container-tel a {
    font-size: 16px;
    margin: 0px;
  }

  img.logotype {
    width: 75%;
  }

  .btn__transparent {
    height: 55px;
    font-size: 20px;
  }

  a.telegram-link {
    width: 55px;
    height: 55px;
  }

  a.telegram-link .tg_icon svg {
    width: 25px;
  }

  div#app {
    padding-top: 90px;
  }

  .link__slide-flex {
    padding: 15px;
  }

  .yellow__btn {
    height: 75px;
    padding: 0px 40px;
  }

  span.btn__text {
    font-size: 30px;
  }

  span.arrow-top-right svg {
    width: 23px;
  }

  span.arrow-top-right {
    position: relative;
    top: 2px;
  }

  span.transparent-text {
    font-size: 28px;
    text-align: left;
  }

  span.arrow-right svg {
    width: 22px;
  }

  .whyus__blocks-title {
    padding: 15px;
  }

  .whyus__lists {
    padding: 0px 15px;
    max-height: 380px;
  }

  .whyus__lists-item {
    margin: 30px 0px;
  }

  span.whyus__lists-inside {
    font-size: 16px;
  }

  h2.title-transparent {
    font-size: 80px;
  }

  h2.title-transparent span {
    font-size: 80px;
  }

  .project__lists-item {
    margin-bottom: 60px;
  }

  .project__blocks-title {
    padding: 15px;
  }

  h2.title-transparent.transparent__font {
    font-size: 80px;
    margin-bottom: 60px;
  }

  .project__lists {
    max-height: 590px;
  }

  .btn__after-project {
    display: block;
    text-align: center;
  }

  .btn__after-project button.fiolet__btn {
    margin: auto;
    margin-bottom: 15px;
  }

  .need__consultation {
    margin-left: 0px;
  }

  span.need__consultation-or {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .btn__after-project {
    padding-left: 0px;
    margin-bottom: 60px;
  }

  .price__title-block {
    padding: 25px 15px;
  }

  h2.black-title {
    font-size: 55px;
    line-height: 1;
  }

  .lists__item {
    min-height: 100px;
    padding: 10px 15px;
  }

  .attention__text {
    padding: 20px 0px;
  }

  span.attention__title-text {
    padding: 0px 80px;
  }

  .attention__text-desc {
    font-size: 18px;
    max-width: 530px;
    line-height: 2;
  }

  .moodboard button.popupUp.yellow__btn {
    width: 50%;
  }

  .develop__title {
    padding: 15px;
  }

  .develop__title h2.black-title {
    font-size: 50px;
    line-height: 1.2;
  }

  .develop-desc {
    font-size: 16px;
    margin-top: 40px;
  }

  .develop__lists-item:nth-child(3) {
    margin-top: -25px;
  }

  button.fiolet__btn-text span.btn__text {
    font-size: 20px;
  }

  button.fiolet__btn-text span.arrow-top-right {
    top: 5px;
  }

  .develop__lists-item-title {
    font-size: 21px;
  }

  .form__develop input {
    width: 100%;
    margin-bottom: 15px;
  }

  .submitForm span.btn__text {
    font-size: 26px;
  }

  .submitForm span.arrow-top svg {
    height: 20px;
  }

  .include__dev-title .content {
    padding: 15px;
  }

  .include__dev-desc .content {
    padding: 15px;
  }

  .letter__item .content {
    padding: 15px;
  }

  span.letter__item-title {
    font-size: 22px;
  }

  .technology__flex {
    padding: 15px;
  }

  .technology__flex-title .black-title {
    font-size: 50px;
  }

  .technology__flex-desc {
    font-size: 16px;
    flex-basis: 42%;
  }

  .technology__item-title {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .technology__item-desc {
    font-size: 16px;
    line-height: 2;
  }

  .section__what {
    padding: 0px 15px;
  }

  h2.section__what-title {
    font-size: 50px;
  }

  .section__what-desc {
    font-size: 16px;
  }

  .what__lists {
    margin-top: 35px;
  }

  section.new_template {
    padding-top: 35px;
  }

  .what__lists-item {
    padding: 20px 15px;
    font-size: 16px;
  }

  section.faq__block {
    padding: 35px 0px 55px;
  }

  h2.title-black {
    font-size: 50px;
  }

  .faq__block-title {
    padding: 0px 15px;
  }

  .faq__question {
    padding: 15px;
    max-height: 75px;
  }

  span.faq__question-text {
    font-size: 20px;
  }

  span.plus-icon {
    top: -5px;
    margin-right: 30px;
  }

  section.order {
    padding: 35px 0px;
  }

  .order__form {
    padding: 0px 15px;
  }

  h2.black-title {
    font-size: 50px;
    flex-basis: 50%;
  }

  .order__form-desc {
    margin-top: 30px;
    font-size: 16px;
  }

  .order__form-section {
    margin-top: 35px;
    padding-top: 35px;
  }

  span.order__form-block-title {
    font-size: 32px;
  }

  .order__form-inputs input {
    height: 58px;
    margin-bottom: 15px;
  }

  span.question__text-btn {
    font-size: 32px;
  }

  img.logo__footer {
    width: 70%;
  }

  .footer__menu {
    padding-top: 20px;
  }

  .footer__menu-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .footer__menu-nav a {
    font-size: 14px;
  }

  .footer__contact-phones a {
    font-size: 20px;
    line-height: 30px;
  }

  .footer__contact-adress {
    font-size: 16px;
    line-height: 1.6;
  }

  a.mail-link {
    font-size: 16px;
    line-height: 1.6;
  }

  span.copyright__text {
    font-size: 16px;
  }

  a.policy-link {
    font-size: 14px;
  }

  .social__links a {
    font-size: 16px;
  }

  .footer__copyright {
    padding: 20px 0px;
    margin-top: 40px;
  }

  .header__container-main {
    flex-basis: 100%;
  }

  .price__title-block {
    justify-content: space-between;
  }

  .lists__item-name {
    font-size: 21px;
    flex-basis: 50%;
  }

}

@media (max-width: 768px) {
  .header__container-telegram {
    display: none;
  }

  .header__container-button {
    display: none;
  }

  .header__container-tel a {
    line-height: 1.6;
  }

  img.logotype {
    width: 60%;
  }

  div#app {
    padding-top: 75px;
  }

  span.text__speed-row {
    font-size: 26px;
    line-height: 1;
  }

  .speed__row {
    padding: 25px 0px;
  }

  span.shape__text {
    font-size: 130px;
    line-height: 170px;
  }

  .link__slide-flex {
    display: block;
    text-align: center;
  }

  .yellow__btn {
    margin: auto;
    margin-bottom: 10px;
    width: 60%;
  }

  .more__aboutus {
    text-align: center;
  }

  a.more__aboutus-link {
    justify-content: center;
  }

  .whyus__blocks {
    display: block;
  }

  h2.title-transparent br {
    display: none;
  }

  h2.title-transparent {
    font-size: 65px;
    margin-bottom: 30px;
  }

  h2.title-transparent span {
    font-size: 65px;
  }

  .whyus__blocks-title {
    border-right: none;
    border-bottom: 1px solid #DFDFDA;
  }

  .whyus__lists {
    max-height: 100%;
  }

  .whyus__lists-item {
    margin: 20px 0px;
  }

  .project__blocks {
    display: block;
  }

  .project__blocks-title {
    border-right: none;
    border-bottom: 1px solid #DFDFDA;
  }

  h2.title-transparent.transparent__font {
    font-size: 65px;
    margin-bottom: 30px;
  }

  .project__features {
    display: flex;
    flex-wrap: wrap;
  }

  .project__features>div {
    flex-basis: 50%;
    margin: 10px 0px;
  }

  span.project__features-title {
    font-size: 20px;
    line-height: 2;
  }

  span.project__features-desc {
    font-size: 14px;
    line-height: 1;
  }

  .project__lists {
    max-height: 100%;
  }

  section.project {
    background-size: cover;
  }

  .project__lists-item {
    margin-bottom: 20px;
  }

  .btn__after-project button.fiolet__btn {
    height: 75px;
  }

  .fiolet__btn span.btn__text {
    font-size: 30px;
  }

  .price__title-block {
    display: block;
    padding: 15px;
  }

  .subtitle__price-text {
    margin-top: 30px;
    max-width: 100%;
  }

  .lists__item {}

  .attention__text {
    padding: 15px 0px;
  }

  span.attention__title-text {
    padding: 0px 40px;
    font-size: 40px;
  }

  .attention__text-desc {
    font-size: 16px;
  }

  section.moodboard .container__wrapper {
    padding: 0px 15px;
  }

  section.moodboard {
    padding: 15px 0px;
  }

  span.text__moodboard-first {
    font-size: 65px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  span.text__moodboard-second {
    font-size: 65px;
    line-height: 1.5;
    margin-top: 20px;
  }

  .moodboard button.popupUp.yellow__btn {
    width: 60%;
  }

  .develop__flex-block {
    display: block;
  }

  h2.black-title br {
    display: none;
  }

  .develop-desc {
    margin-top: 30px;
  }

  .develop-desc {}

  .develop__lists {
    max-height: 100%;
    overflow: hidden;
    padding: 0px;
  }

  .develop__title {
    border-bottom: 1px solid #DFDFDA;
  }

  .develop__lists-item:nth-child(2) {
    padding-top: 30px;
  }

  .develop__lists-item:nth-child(3) {
    margin-top: 10px;
  }

  .develop__lists-item:nth-child(5) {
    margin-top: 10px;
    flex-basis: calc(50% - 20px);
  }

  .develop__lists-item {
    padding: 30px 0px 30px;
    min-height: 235px;
    margin: 10px 10px 0px;
    flex-basis: calc(50% - 20px);
  }

  .letter__lists {
    display: block !important;
  }

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

  .text-desc-bold {
    font-size: 18px;
  }

  .letter__item img {
    width: 20%;
  }

  span.letter__item-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  span.letter__item-desc {
    font-size: 14px;
    line-height: 2;
  }

  .technology__flex {
    display: block;
  }

  .technology__flex-title {
    margin-bottom: 30px;
  }

  .technology__lists {
    display: block;
  }

  .include__dev-desc.item {
    border-left: 0px;
  }

  .letter__item:nth-child(even) {
    border-left: 0px;
  }

  .technology__lists-item {
    padding: 15px !important;
  }

  .technology__lists-other {
    border-left: 0px;
    border-top: 1px solid #DFDFDA;
  }

  .technology__item-title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  img.logo-tech {
    width: 35%;
  }

  .section__what {
    padding: 0px;
  }

  .what__lists {
    margin-top: 20px;
    padding: 0px;
    flex-wrap: wrap;
  }

  .what__lists-item {
    padding: 15px;
    flex-basis: 33.33%;
    border-left: 1px solid #D9D4E0;
  }

  .what__lists-item:last-child {
    border-right: 1px solid #D9D4E0;
    flex-basis: 50%;
  }

  .what__lists-item:nth-child(4) {
    flex-basis: 50%;
  }

  section.faq__block {
    padding: 35px 0px;
  }

  .faq__block-title {
    padding: 0px;
  }

  h2.title-black {
    line-height: 1;
  }

  .faq__lists {
    margin-top: 30px;
  }

  .order__form-block {
    display: block;
  }

  .order__form-section {
    margin-top: 30px;
    padding-top: 30px;
  }

  span.order__form-block-title {
    display: block;
    margin-bottom: 15px;
  }

  .order__form {
    padding: 0px;
  }

  .question-btn {
    margin-left: 0px;
    margin-top: 20px;
  }

  .footer__flex {
    display: flex;
    flex-direction: column;
  }

  .footer__flex-logo {
    text-align: center;
    max-width: 300px;
    margin: auto;
    order: 2;
  }

  footer.footer {
    padding-top: 20px;
  }

  .soc-btn-logo {
    margin-top: 15px;
  }

  .footer__contact-items {
    text-align: center;
    padding-top: 0px;
  }

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

  .footer__contact-phones {
    margin-bottom: 15px;
  }

  .footer__contact-adress {
    margin-bottom: 15px;
  }

  .footer__copyright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .social__links {
    margin-top: 10px;
  }

  .social__links a {
    margin: 0px 10px;
  }

  .btn__after-project {
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  div#logo {
    flex-basis: 50%;
  }

  img.logotype {
    width: 100%;
  }

  .header__container-tel a {
    font-size: 14px;
  }

  .header__container-tel {
    margin: 0px;
  }

  div#app {
    padding-top: 45px;
  }

  span.shape__text {
    font-size: 80px;
    line-height: 130px;
  }

  button.yellow__btn {
    width: 100%;
  }

  span.project__features-title {
    font-size: 16px;
  }

  .project__item-desc {
    padding: 0px 15px;
  }

  span.project__item-title {
    font-size: 22px;
  }

  span.project__item-subtitle {
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin-top: 10px;
  }

  .btn__after-project button.fiolet__btn {
    height: 65px;
    width: calc(100% - 30px);
  }

  .fiolet__btn span.btn__text {
    font-size: 25px;
  }

  span.need__consultation-text {
    font-size: 28px;
  }

  h2.black-title {
    font-size: 45px;
  }

  h2.title-transparent {
    font-size: 45px;
    margin-bottom: 20px;
  }

  h2.title-transparent span {
    font-size: 45px;
  }

  span.whyus__lists-inside {
    font-size: 14px;
    line-height: 1.6;
  }

  span.btn__text {
    font-size: 25px;
  }

  h2.title-transparent.transparent__font {
    font-size: 45px;
  }

  .subtitle__price-text {
    margin-top: 25px;
  }

  .lists__item {
    display: block;
  }

  .lists__item-name {
    margin-bottom: 20px;
  }

  span.lists__item-description-value {
    max-width: 100%;
    padding-left: 20px;
  }

  .lists__item-description {
    flex-basis: 100%;
    width: 100%;
  }

  span.lists__item-description-value br {
    display: none;
  }

  .attention__text {
    display: block;
    padding: 15px;
  }

  span.attention__title-text {
    padding: 0px;
    display: block;
    text-align: left;
    line-height: 1;
    margin-bottom: 20px;
  }

  .moodboard button.popupUp.yellow__btn {
    width: 100%;
  }

  span.text__moodboard-first {
    font-size: 40px;
  }

  span.text__moodboard-second {
    font-size: 40px;
  }

  .develop__title h2.black-title {
    font-size: 45px;
  }

  .develop-desc {
    margin-top: 20px;
  }

  .develop__lists {
    flex-direction: column;
  }

  .develop__lists:before {
    display: none;
  }

  .develop__lists-item {
    padding: 15px;
    min-height: auto;
    margin: 0px;
  }

  .develop__lists-item-title {
    font-size: 18px;
  }

  .develop__lists-item-desc {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .develop__lists-item-btn {
    margin-top: 10px;
  }

  .develop__lists-item.develop__lists-form {
    order: 6;
    flex-basis: 100%;
    width: 100%;
  }

  .submitForm span.btn__text {
    font-size: 32px;
  }

  span.letter__item-desc {
    line-height: 1.6;
  }

  .letter__item img {
    margin-bottom: 0px;
  }

  .letter__lists img {
    left: 0;
  }

  .technology__flex-title .black-title {
    font-size: 40px;
  }

  .technology__item-desc {
    font-size: 14px;
    line-height: 1.7;
  }

  .what__lists-item {
    flex-basis: 50% !important;
  }

  h2.section__what-title {
    font-size: 45px;
  }

  .section__what-desc {
    margin-top: 20px;
  }

  .what__lists-item:last-child {
    flex-basis: 100% !important;
  }

  h2.title-black {
    font-size: 45px;
  }

  .order__form-desc {
    margin-top: 20px;
    line-height: 1.8;
  }

  .order__form-inputs input {
    flex-basis: 100%;
  }

  .order__form-inputs input:nth-child(3),
  .order__form-inputs input:nth-child(4) {
    margin-bottom: 15px;
  }

  .question-btn {
    margin-top: 0px;
  }

  .footer__menu-nav {
    flex-basis: 50%;
  }

  button.questionSubmit {
    max-width: 100%;
  }

  .questionSubmit span.arrow-right {
    margin-left: 20px;
  }

  .footer__menu-nav:nth-child(2) {
    order: 3;
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
  }

  .footer__menu-nav:nth-child(2) a {
    flex-basis: 50%;
    max-width: 100%;
  }

  .technology__lists-item .technology__lists-item-backdrop {
    display: none;
  }

  .technology__lists-item-front {
    display: none;
  }


}




@media (max-width: 400px) {
  .btn__after-project button.fiolet__btn {
    padding: 0px 20px;
  }

  h2.black-title {
    font-size: 40px;
  }

  .technology__flex-title .black-title {
    font-size: 36px;
  }

  .footer__menu-nav a {
    margin-bottom: 15px;
  }

}