.load-win{
    height: 100vh;
    width: 100%;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

    visibility: visible;
    opacity: 1;
    /* transition: all 0.5s; */
}
#preloader_malc {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 999
}
body.loaded .load-win{
    /* display: none; */
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}





.loading-container {
  width: 100%;
  max-width: 520px;
  text-align: center;
  color: #fff;
  position: relative;
  /* margin: 0 32px; */
}
/* .loading-container:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  animation: movingLine 2.4s infinite ease-in-out;
} */
@keyframes movingLine {
  0% {
    opacity: 0;
    width: 0;
  }
  33.3%, 66% {
    opacity: 0.8;
    width: 100%;
  }
  85% {
    width: 0;
    left: initial;
    right: 0;
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 0;
  }
}
.loading-text {
  font-size: 5vw;
  line-height: 64px;
  letter-spacing: 10px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-evenly;
}
.loading-text span {
  animation: moveLetters 2.4s infinite ease-in-out;
  transform: translatex(0);
  position: relative;
  display: inline-block;
  opacity: 0;
  text-shadow: 0px 2px 10px rgba(46, 74, 81, 0.3);
}
.loading-text span:nth-child(1) {
  animation-delay: 0.1s;
}
.loading-text span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading-text span:nth-child(3) {
  animation-delay: 0.3s;
}
.loading-text span:nth-child(4) {
  animation-delay: 0.4s;
}
.loading-text span:nth-child(5) {
  animation-delay: 0.5s;
}
.loading-text span:nth-child(6) {
  animation-delay: 0.6s;
}
.loading-text span:nth-child(7) {
  animation-delay: 0.7s;
}
@keyframes moveLetters {
  0% {
    transform: translateX(-15vw);
    opacity: 0;
  }
  33.3%, 66% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(15vw);
    opacity: 0;
  }
}
.socials {
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: center;
}
.social-link {
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  margin-right: 12px;
}



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 0em;
	margin: 0 0;
	font-weight: unset;
}

h2{
	font-weight: unset;
}

h3{
	margin: 0 0;
}
/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */

	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}





@font-face {
    font-family: 'GothamLight';
    src: url(../font/GothamPro-Light.woff2);
}

@font-face {
    font-family: 'GothamMedium';
    src: url(../font/GothamPro-Medium.woff2);
}
@font-face {
    font-family: 'GothamPro';
    src: url(../font/GothamPro.woff2);
}
@font-face {
    font-family: 'GothamBold';
    src: url(../font/GothamPro-Bold.woff2);
}


/* Main Style Start */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.stop-body{
    overflow: hidden;
}
.GoL{
    font-family: 'GothamLight';
}
.GoM{
    font-family: 'GothamMedium';
}
.GoB{
    font-family: 'GothamBold';
}
.GoR{
    font-family: 'GothamPro';
}

body{
    background: #000;
}

a{
    color: #fff;
    text-decoration: none;
}

/* Main Style End */



.container{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.header {
    padding: 20px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-nav{
    display: flex;
    gap: 30px;
}
.header-nav a{
    text-decoration:none; 
display: inline-block; 
line-height: 1; 
color:#fff;
}
.header-nav a:after {
    display: block; /*превращаем его в блочный элемент*/
    content: ""; /*контента в данном блоке не будет поэтому в кавычках ничего не ставим*/
    height: 1px; /*задаём высоту линии*/
    width: 0%; /*задаём начальную ширину элемента (линии)*/
    background-color: #fff; /*цвет фона элемента*/
    transition: width 0.4s ease-in-out; /*данное свойство отвечает за плавное изменение ширины. Здесь можно задать время анимации в секундах (в данном случае задано 0.4 секунды)*/
}
.header-nav a:hover:after,
.header-nav a:focus:after {
width: 100%;
}  
header{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;

    max-width: 1170px;
    width: 100%;
}
.main-window{
    color: #fff;
}
/* main{
    overflow: hidden;
} */
.main-window-text{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 280px;
}
.main-window-subtitle{
    color: #fff;
    font-size: 20px;
}
.main-window-subtitle-desc{
    color: #fff;
    font-size: 24px;
    max-width: 580px;
}
.main-window-title span{
    background: linear-gradient(87.07deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 50%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 96px;
}

h1 .main-window-title{
    background: linear-gradient(87.07deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 50%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 96px;
}

.main-window_text{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.main-window-button{
    margin-top: 80px;
    position: relative;
    padding: 20px 40px;
    border: 1.5px solid transparent;
    border-image: linear-gradient(#D07BF1 , #8A9EF6);
    -moz-border-image: -moz-linear-gradient(#D07BF1 , #8A9EF6);
    -webkit-border-image: -webkit-linear-gradient(#D07BF1 , #8A9EF6);
    border-image-slice: 1;
    transition: all 1s;
    max-width: max-content;
}
.main-window-button a{
    text-transform: uppercase;
    font-size: 16px;
}
.main-window-button a span{
    /* position: relative;
    padding: 20px 40px;
    border: 1.5px solid transparent;
    border-image: linear-gradient(#D07BF1 , #8A9EF6);
    -moz-border-image: -moz-linear-gradient(#D07BF1 , #8A9EF6);
    -webkit-border-image: -webkit-linear-gradient(#D07BF1 , #8A9EF6);
    border-image-slice: 1;
    transition: all 1s;
    z-index: 3; */
    position: relative;
    z-index: 2;
}
.main-window-button a::after{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(91.46deg, rgba(208, 123, 241, 0.5) 0%, rgba(138, 158, 246, 0.5) 100%);
    /* box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03); */
    box-shadow: 0 3px 10px rgba(208, 123, 241, 1);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1;
}
.main-window-button a:hover::after {
    opacity: 1;
}

.main-window{
    max-height: 100vh;
    position: relative;
}
.main-window .container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 90vh; */
    position: relative;
}


.block-info-down{
    background: linear-gradient(91.46deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 14px;
    max-width: max-content;

}

.main-info-down {
    display: flex;
    gap: 20px;
    margin-top: 120px;
}

.block-sphera-main img{
    max-width: 900px;
    /* max-height: 790px; */
}
.block-sphera-main{
    position: absolute;
    z-index: 1;
    top: 42%;
    left: -6%;
}
.block-circle-blue{
    position: absolute;
    width: 400px;
    height: 356px;
    right: -10px;
    top: -10px;

    background: #42C3FB;
    opacity: 0.8;
    filter: blur(250px);
    -webkit-filter: blur(8rem);
    /* -webkit-filter: blur(250px);
    -webkit-backdrop-filter: blur(250px);
    -moz-filter: blur(250px); */
    /* -ms-filter: blur(250px); */
    border-radius: 50%;
    z-index: 2;
}
.block-img-main{
    position:  absolute;
    top: 0;

    display: flex;
    justify-content: end;
}
.block-img-main img{
    position: relative;
    width: 81%;
    height: 70%;
    right: 0;
}
.blcok-cirlce-main-pink{
    /* position: absolute;
    bottom: -41%;
    left: -20%;
    width: 650px;
    height: 400px;
    background: linear-gradient(180deg, #D07BF1 44.08%, rgba(208, 123, 241, 0.427083) 53.09%, rgba(208, 123, 241, 0) 57.13%);
    opacity: 0.5;
    filter: blur(168.022px);
    z-index: 2; */

    position: absolute;
    bottom: -54%;
    z-index: 2;
}

.blcok-cirlce-main-pink img{
    /* max-width: 1200px; */
    max-width: 100%;
}
.why-me-block{
    color: #fff;
    position: relative;
    z-index: 9;
}
.why-me-block {
    margin-top: 200px;
}
.why-we-title{
    font-size: 32px;
    max-width: 100%;
    line-height: 50px;
}

.why-one-title{
    color: #fff;
    font-size: 24px;

    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

.why-one-subtitle{
    color: rgba(255, 255, 255, 0.65);
    line-height: 23px;
    margin-top: 20px;
    max-width: 450px;
    font-size: 16px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.why-me-descr {
    position: relative;
    z-index: 2;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap:  80px 130px;
}

.main-potfolio-title{
    font-size: 36px;
    color: #fff;
    text-align: end;
    line-height: 50px;
}
.main-portfolio {
    margin-top: 100px;
    position: relative;
}
.main-portfolio-us .main-potfolio-title{
    text-align: start;
    margin-bottom: 40px;
    width: 100%;
}
.main-portfolio-us{
    margin-top: 100px;
}

.main-portfolio-img img{
    /* max-width: 100%; */
    border-radius: 12px;
}
.main-portfolio-us-block .title{
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
}
.main-portfolio-us-block .main-portfolio-img img{
    transition: all 0.5s;
}
.main-portfolio-us-block:hover .main-portfolio-img img{
    transform: scale(1.1);
    transition: all 0.5s;
}
.main-portfolio-us-block .subtitle span{
    font-size: 18px;
    background: linear-gradient(89.29deg, #D07BF1 0%, #8A9EF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-portfolio-us-block .subtitle{
    margin-top: 15px;
}

.main-portfolio-us-block{
   
}
.stBlock img{
    max-width: 650px;
    max-height: 361px;
}
.leBlock img{
    max-width: 460px;
    max-height: 365px;
}
.rdBlock img{
    max-width: 100%;
}
.main-all-portfolio{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

    gap: 50px 0px;
}

.main-portfolio-us{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-portfolio-sphera{
    position: absolute;
    top: -27%;
}
.block-portfolio-sphera img{
    max-width: 100%;
}
.main-portfolio .container{
    position: relative;
    z-index: 2;
}


.stack-us-tecnologies{
    margin-top: 150px;
    position: relative;
}
.stack-us-sphera-img{
    position: absolute;
    top: 4%;
}
.stack-us-sphera-img img{
    max-width: 100%;
}
.stack-us-text-title{
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    max-width: 360px;
}
.stack-us-info-subtitle{
    margin-top: 20px;
    font-size: 24px;
    max-width: 360px;
    color: rgba(255, 255, 255, 0.65);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    line-height: 33px;
}
.gradient-text{
    background: linear-gradient(89.29deg, #D07BF1 0%, #8A9EF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stack-block{
    max-width: 327px;
    width: 100%;
    height: 317px;
    border: 1.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 40px 0px 0px 30px;
    position: relative;
    
}
.stack-block-title{
    color: #fff;
    font-size: 36px;
}
.stack-block-subtitle{
    color: #fff;    
    font-size: 18px;

    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}
.stack-block-img{
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.stack-us-tecnologies .container{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.step-work{
    margin-top: 150px;
    position: relative;
}
.step-work-title{
    font-size: 36px;
    color: #fff;
}
.step-work-block-title {
    color: #fff;
    font-size: 24px;

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

.step-work-block-subtitle span{
    color: #fff;
    opacity: 0.7;
    line-height: 23px;
}
.step-work-block-subtitle{
    margin-top: 20px;
}
.step-work-block{
    max-width: 500px;
    width: 100%;
    height: 140px;
    padding: 25px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}
.step-work-info{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
}
.step-bck-img{
    position: absolute;
    top: 0;
}
.step-bck-img img{
    max-width: 100%;
}

.step-work .container {
    position: relative;
    z-index: 2;
}


.us-price{
    position: relative;
    margin-top: 150px;
}
.us-price-title {
    color: #fff;
    font-size: 36px;
}
.us-price-block{
    max-width: 310px;
    width: 100%;
    height: 290px;
    padding: 30px 20px 30px 30px;

    background: linear-gradient(91.46deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
}
.us-price-many-block {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.us-price-block-title{
    font-size: 18px;
    color: #fff;
}
.us-price-block-title .gradient-text{
    font-size: 24px;
}
.us-price-block-title {
    display: flex;
    justify-content: space-between;
}
.us-price-block-title span:nth-child(1){
    padding-top: 5px;
}
.us-price-block-count{
    color: #fff;
}
.us-price-block-subtitle{
    color: #fff;
    opacity: 0.6;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 23px;
}
.us-price-block-btn a{
    position: relative;
    padding: 10px 30px;
    border: 1.5px solid transparent;
    border-image: linear-gradient(#D07BF1 , #8A9EF6);
    -moz-border-image: -moz-linear-gradient(#D07BF1 , #8A9EF6);
    -webkit-border-image: -webkit-linear-gradient(#D07BF1 , #8A9EF6);
    border-image-slice: 1;
}
.us-price-block-btn a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(91.46deg, rgba(208, 123, 241, 0.5) 0%, rgba(138, 158, 246, 0.5) 100%);
    /* box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03); */
    box-shadow: 0px 3px 10px rgba(208, 123, 241, 0.5);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1;
}
.us-price-block-btn a span{
    position: relative;
    z-index: 2;
}
.us-price-block-btn a:hover::after{
    opacity: 1;
}
.us-count-btn{
    display: flex;
    justify-content: space-between;
}
.price-btn-all a{
    position: relative;
    margin-top: 0px;
    text-align: center;
    width: 360px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1.5px solid transparent;
    border-image: linear-gradient(#D07BF1 , #8A9EF6);
    -moz-border-image: -moz-linear-gradient(#D07BF1 , #8A9EF6);
    -webkit-border-image: -webkit-linear-gradient(#D07BF1 , #8A9EF6);
    border-image-slice: 1;
}
.price-btn-all a::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(91.46deg, rgba(208, 123, 241, 0.5) 0%, rgba(138, 158, 246, 0.5) 100%);
    /* box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03); */
    box-shadow: 0px 3px 10px rgba(208, 123, 241, 1);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1;
}
.price-btn-all a span{
    position: relative;
    z-index: 2;
}
.price-btn-all a:hover::after{
    opacity: 1;
}
.price-btn-all a span {

    /* display: flex;
    flex-direction: column;
    justify-content: flex-end; */
    padding: 0;
    border: none;
}
/* .price-btn-all{
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
} */
.price-btn-all a{

}
.btn-fuck-100{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.rev-info-title {
    font-size: 36px;
    color: #fff;
    line-height: 50px;
}
.rev-info-subtitle{
    font-size: 24px;
    color: #fff;
    opacity: 0.6;
    line-height: 33px;
}

.rev-info {
    margin-top: 100px;
    margin-bottom: 100px;
}

.rev-info-block{
    display: flex;
    gap: 20px;
    flex-direction: column;
    max-width: 360px;
}

.rev-swiper-name {
    color: #ffff;
    font-size: 24px;
}
.rev-swiper-header {
    display: flex;
    align-items: center;
    gap: 30px;
}
.rev-swiper-company {
    font-size: 14px;
    text-align: start;
    margin-top: 15px;
}

.rev-swiper-img img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
}
.rev-swiper-comment{
    color: #fff;
    opacity: 0.6;
    text-align: start;
}
.rev-swiper-comment{
    margin-top: 30px;
    font-size: 16px;
    line-height: 23px;
}
.block-swiper{
    position: relative;
}
.swiper-button-next, .swiper-button-prev{
    top: inherit;
    bottom: 0;
}
.rev-info{
    position: relative;
}
.rev-back {
    position: absolute;
    top: -40%;

}

.rev-back img{
    max-width: 100%;
}
.us-price{
    position: relative;
}
.contact-block-title{
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
}
.contact-form{
    margin-top: 150px;
    position: relative;
}
.contact-block-subtitle{
    color: #fff;
    opacity: 0.6;
    font-size: 24px;
    line-height: 33px;
    margin-top: 20px;
}
.contact-company-title{
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    gap: 15px;

    color: #fff;
    font-size: 28px;
}

.form-main-contact{
    margin-top: 50px;
}
.block-input input{
    max-width: 360px;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    outline:none;

    color: #fff;
    font-size: 20px;
}

.block-input-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.block-input {
    margin-top: 50px;
}

.form-main-contact {
    /* display: flex;
    gap: 30px; */
}

.form_wrapper{
    display:flex;
    gap:30px;
}
.contact-company{
    max-width: 360px;
    width: 100%;
}

.check-box-input .block-input-title{
    margin-bottom: 13px;
}
.block-with-checkbox{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.desc-project {
    margin-top: 75px;
}
.block-with-textarea textarea{
    width: 100%;
    height: 91px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    color: #fff;
    resize: none;
}
.form-btn button{
    margin-top: 70px;

    border: 1.5px solid transparent;
    border-image: linear-gradient(#D07BF1 , #8A9EF6);
    -moz-border-image: -moz-linear-gradient(#D07BF1 , #8A9EF6);
    -webkit-border-image: -webkit-linear-gradient(#D07BF1 , #8A9EF6);
    border-image-slice: 1;

    background: linear-gradient(91.46deg, rgba(208, 123, 241, 0.3) 0%, rgba(138, 158, 246, 0.15) 100%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);

    /* background: none; */

    color: #fff;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    cursor: pointer;
    position: relative;
}
.form-btn button::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(91.46deg, rgba(208, 123, 241, 0.5) 0%, rgba(138, 158, 246, 0.5) 100%);
    /* box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03); */
    box-shadow: 0px 3px 10px rgba(208, 123, 241, 1);
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 1;
}
.form-btn button:hover::after{
    opacity: 1;
}
.form-btn button span{
    position: relative;
    z-index: 2;
}
.bck-contact img{
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.bck-contact{
    position: absolute;

    pointer-events: none;
    width: 100%;
    height: 1200px;
}
.contact-form .container{
    z-index: 2;
    position: relative;
}
.form-btn{
    position: relative;
}
.footer-logo-text{
    font-size: 24px;
    color: #fff;
}
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-logo-subtitle {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    line-height: 21px;
    margin-top: 30px;
}
.st-Block{
    max-width: 320px;
}

.footer-nav-title{
    font-size: 18px;
    color: #fff;
}

.footer-nav-link{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-info-footer{
    font-size: 16px;
    color: #fff;
    opacity: 0.6;

    display: flex;
    gap: 10px;
}
.footer-contact-phone{
    margin-top: 10px;
}

.footer-contact-title{
    font-size: 18px;
    color: #fff;
}

.footer-contact-number{
    margin-top: 22px;
}

.footer-quest-title{
    font-size: 18px;
    color: #fff;
}

.footer-quest-subtitle{
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    margin-top: 22px;
    margin-bottom: 22px;
}

.footer-quest{
    max-width: 360px;
    width: 100%;
}

.footer-quest-form input{
    width: 65%;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 10px;
    color: #fff;
    outline: none;
    font-size: 14px;
}
.footer-quest-form button{
    background: none;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    cursor: pointer;

    border: 1.5px solid transparent;
    border-image: linear-gradient(#D07BF1 , #8A9EF6);
    -moz-border-image: -moz-linear-gradient(#D07BF1 , #8A9EF6);
    -webkit-border-image: -webkit-linear-gradient(#D07BF1 , #8A9EF6);
    border-image-slice: 1;
    border-radius: 15px;
}
.footer-quest-form form{
    display: flex;
    justify-content: space-between;
}
footer{
    margin-top: 100px;
}
footer .container{
    display: flex;
    /* justify-content: space-between; */

    gap: 80px;
}

.all-rights{
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
}

.info-dev-company{
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
}
.under{
    width: 100%;
    border-top: 1px solid #404040;
    margin-top: 50px;
    padding: 20px 0px 20px 0px;
}
.info-dev{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mobile-header{
    display: none;
}
.header-mobile-block{
    display: none;
}
.step-work-title-mobile{
    display: none;
}



/* Services */

.services-title{
    background: linear-gradient(87.07deg, #FFFFFF 0%, rgba(255, 255, 255, 0.6) 50%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 96px;
    text-transform: uppercase;
    margin-bottom: 100px;
}
.other-page-style-null{
    max-height: max-content;
}

.services-bck-main{
    position: absolute;
}
.services-bck-main img{
    max-width: 880px;
}

.services-bck-under{
    position: absolute;
    bottom: 0%;
    right: 0;
}
.services-bck-under img{
    max-width: 880px;
}
/* Services END */

/* CASE START */
.case-title{
    margin-bottom: 150px;
    margin-top: 50px;
    width: 100%;
}

.case-page-portfolio{
    margin-top: 0px;
}
/* CASE END */

/* PAGE CASE */

.page-case .main-window-title span{
    font-size: 64px;
    text-transform: uppercase;
}
.page-case .main-window-subtitle{
    font-size: 16px;
    opacity: 1.6;
    background: linear-gradient(89.29deg, #D07BF1 0%, #8A9EF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-case .main-window-subtitle-desc{
    font-size: 20px;
    max-width: 45%;
    line-height: 30px;
}
.page-case .main-window-button{
    margin-top: 20px;
}
.main-mockup.sdelki img{
    max-width: 840px;
}
.main-mockup.sdelki{
    position: absolute;
    right: -10%;
    top: 25%;
}
.page-case.descr{
    margin-top: 370px;
}
.page-case .title-descr{
    color: #fff;
    font-size: 23px;
    max-width: 360px;
    width: 100%;
}
.page-case .subtitle-descr{
    color: #fff;
    opacity: 0.6;
    font-size: 18px;
    text-align: left;
    max-width: 830px;
    width: 100%;
}
.page-case .block-descr{
    display: flex;

}
.page-case.descr .container{
    display: flex;
    flex-direction: column;
}
.descr-line{
    padding: 50px 0px 50px 0px;
    border-bottom: 1px solid #ffffff39;
    border-top: 1px solid #ffffff39;
}
.descr-pd-top{
    padding-top: 50px;
}
.descr-pd-bottom{
    padding-bottom: 50px;
}
.page-case.descr{
    position: relative;
    z-index: 2;
}
.title-block-desk{
    font-size: 36px;
    color: #fff;
}
.info-page-case{
    position: relative;
    margin-top: 150px;
}
.subtitle-block-desk{
    color: #fff;
    max-width: 340px;
    line-height: 35px;
    opacity: 0.8;
    margin-top: 30px;
}
.img-block-desk img{
    max-width: 750px;
}
.block-desk-vr{
    display: flex;
}
.title-task{
    font-size: 36px;
    color: #fff;
}
.subtitle-task{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    opacity: 0.6;
    margin-top: 20px;
}
.img-task{
    margin-top: 60px;
    margin-bottom: 60px;
}
.img-task img{
    width: 100%;
}
.imb-mobile-desk img{
    max-width: 550px;
    max-height: 505px;
}
.mobile-adapt{
    gap: 100px;
    margin-top: 50px;
    align-items: center;
}
.tech-title{
    font-size: 28px;
    color: #fff;
    margin-top: 100px;
}

.tech-img img{
    max-width: 100px;
}

.tech-img{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}
.img-task img{
    border-radius: 30px;
}
.info-page-case .container{
    position: relative;
    z-index: 2;
}
.img-block-desk{

}
.info-page-case{
    position: relative;
}
.bck-fst-sdelki{
    position: absolute;
    z-index: 1;
    top: 10%;
}
.bck-fst-sdelki img{
    max-width: 100%;
}
.bck-le-sdelki{
    position: absolute;
    z-index: -1;
    bottom: -5%;
}
.bck-le-sdelki img{
    width: 100%;
}
.mobile-more-st{
    justify-content: space-around;
}
.mobile-more-img {
    position: absolute;
    /* right: 0%; */
    left: 25%;
    top: 12%;
}
.booking-case .main-mockup.sdelki img{
    max-width: 620px ;
}

.modal-background{

}
.footer-contact-wa-tg{
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
}
.modal-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-form .modal-desk-title{
    text-align: center;
    max-width: 320px;
}
.failed-form .modal-desk-title{
    max-width: 380px;
}

.mobile-info_wrapper{
    position: relative;
}
.mobile-info_wrapper .task.page-case {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
}
.mobile-info_wrapper .subtitle-block-desk {
    flex: 1;
}
.mobile-info_wrapper .img-task {
    margin: 0;
    flex: 0 0 auto;
    max-width: 50%;
}
.mobile-info_wrapper .img-task img {
    width: 100%;
}
.mobile-info_wrapper .img-mobile-left {
    order: -1;
}
.mobile-info_wrapper .img-mobile-right {
    order: 1;
}
.desktop-info_wrapper{
    position: relative;
}

.title-case_wrapper{
    display: flex;
    flex-direction: column;
}



.img-mobile-phone{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0px;
}


/* NEWS */
.card-news{
    background: linear-gradient(91.46deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 14px;
    max-width: 42%;
    border: 1px solid #FFFFFF26;
}
.card-news_img{
    margin-top: 40px;
}
.card-news_img img{
    max-width: 100%;
    width: 100%;
    border-radius: 12px;
    max-height: 329px;
}

.card-news_btn .main-window-button{
    margin-top: 40px;
    max-width: 100%;
    text-align: center;
}
.card-news_title{
    font-size: 28px;
}

.new .card-news{
    max-width: 100%;
    margin-top: 40px;
}

.new .card-news_img img{
    width: 100%;
}
.card-hews_subtitle{
    font-size: 18px;
    margin-top: 40px;
    line-height: 26px;
    overflow-wrap: break-word;
    word-break: break-word;
}

.card-hews_subtitle a{
    font-size: 18px;
    background: linear-gradient(89.29deg, #D07BF1 0%, #8A9EF6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-skip-ink: none;
    text-decoration-color: currentColor;
}
.card-hews_subtitle img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.card-hews_subtitle img:nth-child(1){
    width: 100%;
}
.card-hews_subtitle * {
    max-width: 100%;
}
.card-hews_subtitle pre,
.card-hews_subtitle code {
    white-space: pre-wrap;
    word-break: break-all;
    overflow-wrap: break-word;
}
.card-news_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}


.bread-crumbs{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}


/* END NEWS */


.policy{
    display: flex;
    align-items: center;
    color: #fff;
    gap: 15px;
    margin-top: 20px;
    font-size: 18px;
}

.policy-text a{
    text-decoration: underline;
    text-decoration-color: #8A9EF6;
    background: linear-gradient(135deg, #D07BF1, #8A9EF6);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

/* cookies */

/* Баннер cookie */
.cookie-banner {
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%) translateY(300%);
    background: linear-gradient(91.46deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 16px 24px;
    z-index: 9999;
    transition: transform 0.4s ease;
    width: calc(100% - 40px);
    max-width: 800px;
}

.cookie-banner .form-btn button{
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cookie-banner.show {
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.cookie-banner_container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.cookie-banner_text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    flex: 1;
}

.cookie-banner_text a {
    color: #8A9EF6;
    text-decoration: underline;
    transition: opacity 0.2s;
}

.cookie-banner_text a:hover {
    opacity: 0.8;
}

.cookie-banner_btn {
    background: linear-gradient(135deg, #D07BF1, #8A9EF6);
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.cookie-banner_btn:hover {
    transform: scale(1.02);
    opacity: 0.9;
}


/* Политика конфд */
.card-policy_title{
    font-size: 20px;
    margin-top: 20px;
}

.card-policy_subtitle{
    padding-top: 10px;
    line-height: 24px;
}

.card-policy_wrapper{
    background: linear-gradient(91.46deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 14px;
    max-width: 100%;
    border: 1px solid #FFFFFF26;

    margin-top: 40px;
}
.policy-text._city{
    margin-top: 15px;
    margin-bottom: 15px;
}

.policy-text{
    line-height: 24px;
}

.p_pading_l{
    padding-left: 15px;
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .cookie-banner_container {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

     .cookie-banner {
        bottom: 10px;
        padding: 16px 20px;
        border-radius: 12px;
    }
    
    .cookie-banner_btn {
        white-space: normal;
        width: 100%;
        max-width: 200px;
    }
}


/* cookies end */

    .block-mobile-phone-img{
        width: 24%;
    }
    .block-mobile-phone-img img{
        width: 100%;
    }
    @media(max-width: 576px){
        .block-mobile-phone-img{
            width: 48%;
        }
        .img-tast.img-mobile-phone-phone img{
            border-radius: 16px;
        }
    }
@media (max-width:1278px){
    .container{
        max-width: 98%;
    }
}

@media(max-width:1200px){

}

@media (max-width:981px){
    .why-me-descr{
        gap: 80px 30px;
    }
    
    .main-info-down {
        flex-wrap: wrap;
    }
    .blcok-cirlce-main-pink {
        bottom: -25%;
    }

    .stBlock img {
        max-width: 545px;
        width: 100%;
        max-height: 306px;
    }
    .main-portfolio-us-block .title {
        max-width: 540px;
    }
    .leBlock img {
        max-width: 385px;
        max-height: 306px;
    }
    .main-all-portfolio{
        gap: 20px;
    }
    .main-window-button {
        margin-top: 40px;
    }
    .stack-block {
        max-width: 255px;
        padding: 20px 0px 0px 20px;
    }
    .stack-block-img svg{
        width: 100px;
    }
    .stack-us-text-title{
        max-width: 278px;
    }
    .stack-us-info-subtitle{
        max-width: 278px;
        font-size: 20px;
    }
    .step-work-info{
        gap: 20px;
    }
    .step-work-block{
        max-width: 415px;
    }
    .stack-us-tecnologies .container{
        justify-content: center;
    }
    .stack-block-title{
        font-size: 32px;
    }
    .swiper{
        max-width: 600px !important;
    }
    .us-price-block {
        max-width: 292px;
        width: 100%;
        height: 290px;
        padding: 10px 10px 10px 10px;
        background: linear-gradient(91.46deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03);
        backdrop-filter: blur(5px);
        border-radius: 10px;
        /* background: #612c2c; */
    }
    .us-price-many-block{
        gap: 10px;
    }
    .rev-back {
        top: -0%;
    }
    .form-btn button{
        margin-top: 40px;
    }
    .footer-nav{
        display: none;
    }
}

@media (max-width: 821px){
    .block-sphera-main img {
        max-width: 80%;
    }
    .why-one-subtitle{
        max-width: 380px;
    }
    .why-me-descr{
        gap: 50px 30px;
    }
    .main-portfolio{
        margin-top: 60px;
    }
    .main-portfolio-us{
        margin-top: 60px;
    }
    .stBlock img {
        max-width: 420px;
    }
    .main-portfolio-us-block .title {
        max-width: 420px;
        max-height: 236px;
        margin-top: 20px;
    }
    .leBlock img {
        max-width: 300px;
        max-height: 236px;
    }
    .leBlock .title{
        max-width: 250px;
    }
    .step-work-block {
        max-width: 340px;
        height: auto;
    }
    .rev-info-block-swiper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .swiper {
        max-width: 100% !important;
    }
    .rev-info-block{
        max-width: 100%;
    }
    .rev-info-subtitle{
        max-width: 70%;
    }
    .swiper-button-next{
        bottom: -25% !important;
    }
    .swiper-button-prev{
        bottom: -25% !important;
    }
    .us-price-many-block{
        justify-content: center;
    }
    .form-main-contact{
        flex-direction: column;
    }
    .contact-company{
        max-width: 100%;
    }
    .block-all-input{
        display: flex;
        flex-wrap: wrap;
        gap: 20px 40px;
    }
    .block-input input{
        max-width: 100%;
    }
    .block-input{
        width: 47%;
        margin-top: 20px;
    }
    .contact-info .block-all-input{
        flex-direction: column;
    }
    .contact-info .block-input{
        width: 100%;
    }
    .desc-project{
        margin-top: 20px;
    }
    .contact-info .block-input{
        margin-top: 20px;
    }
    .block-with-textarea textarea{
        height: 60px;
    }
    footer .container{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }
}
@media(max-width:769px){
    .why-one-subtitle {
        max-width: 360px;
    }
    .step-work-block {
        max-width: 315px;
        height: auto;
    }
}

@media(max-width:576px){
    
    .mobile-header{
        display: flex;
    }
    .img-double-desk{
        width: 70%;
    }
    .img-double-desk img{
        width: 70%;
    }
    .mobile-more-img {
        position: absolute;
        /* right: 0%; */
        left: 40%;
        top: 45%;
    }
    .booking-case .main-mockup.sdelki img{
        max-width: 100% ;
    }
    .services-title{
        font-size: 64px;
    }
    .header-mobile-block{
        display: block; 
    }
    .us-price-many-block{
        gap: 30px;
    }
    .container{
        max-width: 96%;
    }
    .header-x-mobile{
        display: flex;
        justify-content: flex-end;
        padding-right: 30px;
        padding-top: 30px;
    }
    .header-mobile-contact{
        display: flex;
        justify-content: flex-end;
        padding-right: 30px;
        padding-top: 15px;
        gap: 20px;
    }

    .main-window-title span{
        font-size: 64px;
    }
    .main-window-subtitle{
        font-size: 16px;
    }
    .main-window-subtitle-desc{
        font-size: 16px;
    }
    .main-info-down{
        display: none;
    }
    .main-window-text{
        margin-top: 80px;
    }
    .block-img-main img {
        position: relative;
        width: 200%;
        height: 100%;
        right: -75%;
    }
    .block-circle-blue {
        width: 350px;
        height: 256px;
    }
    .block-sphera-main img{
        max-width: 600px;
    }
    .block-sphera-main {
        position: absolute;
        z-index: 1;
        top: 68%;
        left: -40%;
    }
    .blcok-cirlce-main-pink {
        bottom: -65%;
    }
    .why-we-title{
        font-size: 22px;
    }
    .why-me-block {
        margin-top: 215px;
    }
    .why-one-title{
        font-size: 20px;
    }
    .why-one-title svg{
        width: 30px;
        height: 21px;
    }
    .why-one-subtitle{
        font-size: 14px;
    }
    .why-me-descr{
        margin-top: 40px;
        gap: 40px;
    }
    .block-portfolio-sphera {
        position: absolute;
        top: 0%;
    }
    .main-potfolio-title{
        font-size: 24px;
        text-transform: uppercase;
    }
    .block-portfolio-sphera {
        position: absolute;
        top: -30%;
        left: -145%;
    }
    .block-portfolio-sphera img {
        max-width: 100%;
        max-width: 1500px;
    }
    .main-portfolio-us-block{
        width: 100%;
    }
    .leBlock img {
        max-width: 100%;
        width: 100%;
    }
    .main-portfolio-us-block .title{
        font-size: 20px;
    }
    .main-portfolio-us-block .subtitle span{
        font-size: 14px;
    }
    .main-portfolio-us-block .subtitle {
        margin-top: 10px;
    }
    .main-window-button a{
        font-size: 14px;
    }
    .stack-us-tecnologies .container{
        justify-content: start;
    }
    .stack-us-text-title{
        font-size: 24px;
    }
    .stack-us-info-subtitle {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
        margin-top: 10px;
    }
    .stack-block{
        max-width: 100%;
    }
    .stack-block-img svg{
        width: 130px;
        height: 100px;
    }
    .stack-us-sphera-img img {
        max-width: 2000px;
    }
    .stack-us-sphera-img {
        position: absolute;
        top: 1%;
        left: -56%;
    }
    .step-work-block-title{
        display: none;
    }
    .step-work-title-mobile{
        color: #fff;
        font-size: 18px;
        display: flex;
        justify-content: space-between;
    }
    .step-work-block {
        max-width: 100%;
        height: 15px;
        overflow: hidden;
        border: 0.5px solid #000;
    }
    .step-bck-img {
        position: absolute;
        top: -50%;
        left: -170%;
    }
    .step-bck-img img {
        max-width: 2200px;
    }
    .rev-info{
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .rev-info-title {
        font-size: 24px;
        max-width: 70%;
        line-height: 33px;
    }
    .rev-info-subtitle {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    .rev-info-block{
        gap: 10px;
    }
    .rev-swiper-name{
        font-size: 20px;
    }
    .rev-swiper-company{
        margin-top: 10px;
    }
    .rev-swiper-header{
        gap: 20px;
    }
    .rev-swiper-comment{
        margin-top: 10px;
        font-size: 14px;
    }
    .us-price-block{
        max-width: 100%;
    }
    .us-price-block-title span:nth-child(1){
        max-width: 70%;
    }
    .us-price-block-subtitle{
        max-width: 90%;
    }
    .us-price-title{
        font-size: 24px;
        text-transform: uppercase;
    }
    .rev-back {
        top: -30%;
        left: -250%;
    }
    
    .rev-back img {
        max-width: 3600px;
    }  
    .main-window-button {
        margin-top: 10px;
    }
    .contact-form {
        margin-top: 40px;
        position: relative;
    } 
    .contact-block-title{
        font-size: 24px;
        max-width: 70%;
        line-height: 34px;
    } 
    .contact-block-subtitle{
        margin-top: 10px;
        font-size: 16px;
        line-height: 25px;
    }
    .form-main-contact{
        margin-top: 30px;
    }
    .contact-company-title{
        font-size: 24px;
    }
    .block-input-title{
        font-size: 18px;
    }
    .block-input input{
        font-size: 16px;
        padding-bottom: 10px;
        max-width: 96%;
    }
    .block-input{
        width: 100%;
    }
    .block-with-textarea textarea{
        width: 96%;
    }
    .bck-contact img {
        max-width: 2900px;
        /* height: 2090px; */
    }
    .bck-contact {
        position: absolute;
        left: -326%;
    }
    .page-case .main-window-text{
        margin-top: 310px;
        bottom: 5%;
        left: 50%;
        background: linear-gradient(91.46deg, rgb(255 255 255 / 8%) 0%, rgba(255, 255, 255, 0.03) 100%);
        backdrop-filter: blur(40px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 16px;
        padding: 16px 24px;
        z-index: 9999;
        transition: transform 0.4s ease;
        max-width: 800px;
    }
    .page-case .block-img-main img {
        position: relative;
        width: 300%;
        height: 200%;
        right: -115%;
    }
    .main-mockup.sdelki img{
        max-width: 100%;
    }
    .main-mockup.sdelki {
        position: absolute;
        right: 0;
        top: 12%;
    }
    .page-case .main-window-title span{
        font-size: 36px;
    }
    .page-case .main-window-subtitle-desc{
        font-size: 16px;
        max-width: 100%;
        line-height: 25px;
    }
    .page-case.descr {
        margin-top: 170px;
    }
    .page-case .block-descr {
        display: flex;
        flex-direction: column;
    }
    .descr-pd-bottom{
        padding-bottom: 20px;
    }
    .page-case .subtitle-descr{
        font-size: 16px;
        margin-top: 15px;
        line-height: 25px;
    }
    .descr-line{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .block-desk-vr {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .info-page-case{
        margin-top: 80px;
    }
    .img-block-desk img{
        max-width: 100%;
    }
    .subtitle-block-desk {
        color: #fff;
        max-width: 100%;
        line-height: 30px;
        opacity: 0.8;
        margin-top: 30px;
    }
    .bck-fst-sdelki img {
        max-width: 900px;
    }
    .img-task {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .bck-fst-sdelki {
        position: absolute;
        z-index: 1;
        top: 12%;
        left: -70%;
    }
    .bck-le-sdelki img {
        width: 900px;
    }
    .bck-le-sdelki {
        position: absolute;
        z-index: -1;
        bottom: 2%;
        left: -50%;
    }
    .tech-img {
        display: flex;
        gap: 10px;
        align-items: center;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .main-portfolio-us .main-window-button{
        margin-top: 30px;
    }
     
    .show-block-step{
        height: 100%;
        transition: all 3s;
    }
    .header-nav a:after{
        content: none;
    }
    .modal-form{
        transform: translate(-50%, 50%) !important; 
    }
    .main-portfolio-us-block:hover .main-portfolio-img img{
        transform:none;
        transition: all 0.5s;
    }
    .case-title {
        margin-bottom: 60px;
        margin-top: 50px;
        width: 100%;
    }
    .main-portfolio-us {
        margin-top: 0px;
    }


    .form_wrapper{
        flex-direction: column;
    }


    .card-news{
        max-width: 100%;
        padding: 15px 20px;
    }

    .card-hews_subtitle{
        text-align: justify;
        margin-top: 20px;
    }

    .card-news_title{
        font-size: 22px;
        letter-spacing: 4%;
        line-height: 32px;
    }

    .bread-crumbs {
        flex-wrap: wrap;
    }


    .mobile-info_wrapper .task.page-case {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    }

    .mobile-info_wrapper .img-task{
        max-width: 100%;
    }
}




.swiper {
    max-width: 650px;
    height: 100%;
  }

  .swiper-slide {
    text-align: start;
    font-size: 18px;
    /* background: #a73c3c; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .rev-info-block-swiper{
        display: flex;
        justify-content: space-between;
        
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: inherit;
    left: 60px;
    top: inherit;
    bottom: -20%;
    color: #fff;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,0px);
    right: auto;
    top: inherit;
    bottom: -20%;
    color: #fff;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: " ";
}
.swiper-button-prev:after{
    content: " ";
}


#menuToggle
{
  display: block;
  position: relative;
  /* top: 50px;
  left: 50px; */
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 11; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */


#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

@media(max-width:576px){
    .header-mobile-burger{
        z-index: 11;
    }
    .desk-header{
        display: none;
    }
    .header-nav{
      display: none;
    }

    .header-mobile-block{
        position: absolute;
        right: 0%;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 10;

        background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
        box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;

        overflow: hidden;
      }

      .show-navbar.header-mobile-block{
        overflow: visible;
      }
      
      .header-nav a:nth-child(1){
        position: relative;
        right: -100%;
      }
      .header-nav a:nth-child(2){
        position: relative;
        right: -100%;
      }
      .header-nav a:nth-child(3){
        position: relative;
        right: -100%;
      }
      .header-nav a:nth-child(4){
        position: relative;
        right: -100%;
      }

      .show-navbar .header-nav a:nth-child(1){
        position: relative;
        right: 0%;
        transition: all 0.7s;
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transform:translate3d(0,0,0);
        
      }
      .show-navbar .header-nav a:nth-child(2){
        position: relative;
        right: 0%;
        transition: all 1s;
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transform:translate3d(0,0,0);
      }
      .show-navbar .header-nav a:nth-child(3){
        position: relative;
        right: 0%;
        transition: all 1.3s;
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 1.3s;
        -moz-transition: all 1.3s;
        -webkit-transform:translate3d(0,0,0);
      }
      .show-navbar .header-nav a:nth-child(4){
        position: relative;
        right: 0%;
        transition: all 1.6s;
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 1.6s;
        -moz-transition: all 1.6s;
        -webkit-transform:translate3d(0,0,0);
      } 
      .header-mobile-contact{
        position: relative;
        right: -100%;
        margin-top: 20px;
      }
      .show-navbar .header-mobile-contact{
        right: 0%;
        transition: all 1.9s;
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 1.9s;
        -moz-transition: all 1.9s;
        -webkit-transform:translate3d(0,0,0);

        display: flex;
        align-items: center;
      }


    .show-navbar{
        right: 0%;
        transition: all 0.5s;
        opacity: 1;
        visibility: visible;
    }
    .header-nav{
        display: flex;
    flex-direction: column;
    padding-top: 50px;
    text-align: end;
    padding-right: 30px;
    }
    .header-burger-logo{
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
    }

    .header{
      padding: 10px 0px 0px 0px;
    }

}


.checkbox-btn {
	display: inline-block;
	margin: 0 5px 0 0;
	user-select: none;
	position: relative;


}
.checkbox-btn input[type=checkbox] {
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.checkbox-btn span {
	display: inline-block;
	cursor: pointer;
	padding: 5px 30px;
	line-height: 30px;
	color: #fff;
    font-size: 14px;
	border-radius: 30px;
    border: 0.5px solid rgba(255, 255, 255, 0.2);
	transition: background 0.2s ease;
    background: linear-gradient(91.46deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 30px;
    
    
}
 
/* Checked */
.checkbox-btn input[type=checkbox]:checked + span {
	background: linear-gradient(91.46deg, rgba(208, 123, 241, 0.5) 0%, rgba(138, 158, 246, 0.5) 100%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
}
 
/* Focus */
.focused span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover */
.checkbox-btn:hover {

}
 
/* Active */
/* .checkbox-btn input[type=checkbox]:active:not(:disabled) + span {
	background: #d2c5ac;
	color: #000;
} */
 
/* Disabled */
/* .checkbox-btn input[type=checkbox]:disabled + span {
	background: #efefef;
	color: #666;
	cursor: default;
}
.checkbox-btn input[type=checkbox]:checked:disabled + span {
	background: #f7efdc;
} */


/* Кастомный чекбокс для политики */
.checkbox-police {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    flex-shrink: 0;
}

/* Скрываем стандартный чекбокс */
.checkbox-police input {
    display: none;
}

/* Создаем кастомный квадрат */
.checkbox-police .checkmark {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    position: relative;
    transition: all 0.2s ease;
    display: inline-block;
}

/* Эффект при наведении */
.checkbox-police:hover .checkmark {
    border-color: #8A9EF6;
    background: rgba(138, 158, 246, 0.1);
}

/* Состояние checked */
.checkbox-police input:checked + .checkmark {
    background: linear-gradient(135deg, #D07BF1, #8A9EF6);
    border-color: transparent;
}

/* Галочка */
.checkbox-police .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Показываем галочку при checked */
.checkbox-police input:checked + .checkmark::after {
    display: block;
}

/* Анимация при клике */
.checkbox-police input:active + .checkmark {
    transform: scale(0.95);
}

#menuToggle
{
  display: block;
  position: relative;
  /* top: 50px;
  left: 50px; */
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 11; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */


#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

@media(max-width:576px){
    .header-mobile-burger{
        z-index: 10;
    }
    .desk-header{
        display: none;
    }
    .header-nav{
      display: none;
    }

    .header-mobile-block{
        position: absolute;
        right: 0%;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 10;

        background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
        box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        transition: all 0.5s;
        opacity: 0;
        visibility: hidden;

        overflow: hidden;
      }

      .show-navbar.header-mobile-block{
        overflow: visible;
      }
      
      .header-nav a:nth-child(1){
        position: relative;
        right: -100%;
      }
      .header-nav a:nth-child(2){
        position: relative;
        right: -100%;
      }
      .header-nav a:nth-child(3){
        position: relative;
        right: -100%;
      }
      .header-nav a:nth-child(4){
        position: relative;
        right: -100%;
      }

      .show-navbar .header-nav a:nth-child(1){
        position: relative;
        right: 0%;
        transition: all 0.7s;
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transform:translate3d(0,0,0);
        
      }
      .show-navbar .header-nav a:nth-child(2){
        position: relative;
        right: 0%;
        transition: all 1s;
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transform:translate3d(0,0,0);
      }
      .show-navbar .header-nav a:nth-child(3){
        position: relative;
        right: 0%;
        transition: all 1.3s;
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 1.3s;
        -moz-transition: all 1.3s;
        -webkit-transform:translate3d(0,0,0);
      }
      .show-navbar .header-nav a:nth-child(4){
        position: relative;
        right: 0%;
        transition: all 1.6s;
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 1.6s;
        -moz-transition: all 1.6s;
        -webkit-transform:translate3d(0,0,0);
      } 
      .header-mobile-contact{
        position: relative;
        right: -100%;
        margin-top: 20px;
      }
      .show-navbar .header-mobile-contact{
        right: 0%;
        transition: all 1.9s;
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 1.9s;
        -moz-transition: all 1.9s;
        -webkit-transform:translate3d(0,0,0);
      }


    .show-navbar{
        right: 0%;
        transition: all 0.5s;
        opacity: 1;
        visibility: visible;
    }
    .header-nav{
        display: flex;
    flex-direction: column;
    padding-top: 50px;
    text-align: end;
    padding-right: 30px;
    }
    .header-burger-logo{
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
    }

    .header{
      padding: 10px 0px 0px 0px;
    }

}


.modal-window-services{
    position: fixed;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 40px;

    max-width: 860px;

    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 11;

    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;


}
.modal-background{
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10;

    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.show-modal{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}
.modal-title{
    color: #fff;
    font-size: 28px;
}
.modal-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.modal-desk-title{
    color: #fff;
    opacity: 0.6;
    margin-bottom: 40px;
}
.modal-step-main-title{
    color: #fff;
    font-size: 24px;
}
.modal-step-one{
    display: flex;
    margin-top: 40px;
}
.modal-step-title{
    max-width: 320px;
    width: 100%;
    color: #fff;
    font-size: 18px;
}
.modal-step-subtitle{
    max-width: 710px;
    width: 100%;

    color: #fff;
    font-size: 18px;
    line-height: 23px;
    opacity: 0.5;
}
.modal-instrumental-title{
    margin-bottom: 40px;
    margin-top: 40px;
    color: #fff;
    font-size: 24px;
}
.modal-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-amount {
    color: #fff;
    font-size: 24px;
}
.modal-close svg path {
    fill-opacity: 0.8;
}
.modal-close{
    cursor: pointer;
}
.us-price-block-btn {
    cursor: pointer;
}
@media(max-width:578px){
    .modal-step-one {
        display: flex;
        margin-top: 20px;
        gap: 20px;
        flex-direction: column;
    }
    .modal-window-services{
        padding: 20px;
        transform: translate(-50%, 0%);
        top: 0;
    }
    .modal-title{
        font-size: 24px;
    }
    .modal-step{
        /* overflow: scroll;
        max-height: 400px;
        padding-right: 10px; */
    }
    .modal-step-content{
        /* overflow: scroll;
        height: 290px;
        margin-top: 10px; */
    }
    .modal-window-services {
        padding: 20px;
        transform: translate(-50%, -15%);
        top: 15%;
        max-height: 90%;
        overflow: scroll;
    }
    .modal-background{
        background: rgba(0, 0, 0, 0.8);
    }

}



@media(min-width:1460px){
    .block-portfolio-sphera img {
        max-width: 100%;
    }

    .block-portfolio-sphera{
        top: 50%;
        left: 40%;
        transform: translate(-20%, -50%);
    }

    .stack-us-sphera-img {
        top: 50%;
        left: 15%;
        transform: translate(-20%, -40%);
    }

    .rev-back{
        top: 50%;
        left: 28%;
        transform: translate(-40%, -50%);
    }
    .rev-back img {
    max-width: 70%;
    }

    .bck-le-sdelki {
        top: 10%;
        left: 30%;
        transform: translate(0%, -35%);
        bottom: inherit;
    }

    .bck-le-sdelki img {
    width: 60%;
    }
    .bck-fst-sdelki{
        top: 139%;
        left: 34%;
        transform: translate(-54%, -50%);
    }
    .bck-fst-sdelki img {
    max-width: 60%;
    }

    .block-img-main {
    right: 0;
    }
}