@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css');
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

html {
  font-family: 'Manrope', 'Montserrat', 'Roboto', sans-serif;
  font-size: 7px;
  overflow-y: scroll;
  letter-spacing: 0.6px;
}

body {
  background: #020202;

}

section {
  max-width: 110rem;
  margin: 0 auto;
}

a {
  outline: none;
  direction: none;
  transition: 0.4s;
}

mark {
  color: #000;
  background: var(--main-color);
  padding: 0;
  margin: 0;
  padding: 0 0.5rem 0rem 0.5rem;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto;
}

/* root colors 088F95 */
:root {
  --main-color: #00ecfb;
  --bar-color: #125fb7;
  --footer-color: #01151A;
  --ground-color: #03434C;
  --text-color: #96C2CA;
  --decor-color: #5600A1;
  --ui-color-old: #151719;
  --ui-color: #17171c;
  --nav-color: #00ecfb;
}

/* #151719 cool color #009DCF #067893 blue very nice */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

li,
p {
  list-style-type: none;
  color: #DBFCFF;
  margin: 2rem;
}

/* Стили для прелоадера */
 .preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 110vw;
   height: 110vh;
   background: #000;
   z-index: 9999;
   display: flex;
   
   justify-content: center;
   align-items: center;
   transition: opacity 0.5s;
      }
.loading {
  position: relative;

}

#loading {
  
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-animation: 4s linear 0s infinite alternate widthAnimation;
  animation: 4s linear 0s infinite alternate widthAnimation;
  opacity: 0.7;
}

.loading > div {
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700;
  color: #ffffff4f;
  width: 347px;
}

#loading > span:nth-child(1),
#loading > span:nth-child(2) {
  color: #00ecfb;
}

#loading > span:nth-child(3),
#loading > span:nth-child(4) {
  color: #00ecfb;
}

#loading > span:nth-child(5),
#loading > span:nth-child(6) {
  color: #00ecfb;
}

#loading > span:nth-child(7) {
  color: #00ecfb;
}

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


/* container aligns */
.container {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 110rem;
  margin: 0 auto;
}

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;

  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.animate-out {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}


/* Main-media grid */
@media (max-width: 320px) {
  html {
    font-size: 6px;
  }
}

/* Main-media grid */
@media (min-width: 400px) {
  html {
    font-size: 7px;
  }
}

/* Main-media grid */
@media (min-width: 767px) {
  html {
    font-size: 7px;
  }
}

@media (min-width: 809px) {
  html {
    font-size: 8px;
  }
}

@media (min-width: 979px) {
  html {
    font-size: 8px;
  }
}

@media (min-width: 1365px) {
  html {
    font-size: 8px;
  }
}

@media (min-width: 1800px) {
  html {
    font-size: 10px;
  }
}

@media (min-width: 2200px) {
  html {
    font-size: 12px;
  }
}

/*  ---------------------------------------------------------------- */
/* Preloader
/*  ---------------------------------------------------------------- */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 9999999;
}
.pre_wrapper small {
  color: var(--main-color);
  display: block;
  position: relative;
  text-align: center;
  font-size: 15px;
  top: 90%;
}
@media(min-width: 768px){
  #preloader .icon_animate {
  background-size: 740px;
  }
}
#preloader .icon_animate {
  position: absolute;
  width: 1270px;
  height: 940px;
  background: url(../icons/favicon.svg)
  center center no-repeat;
  background-size: 240px;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* centering end */
}

/* slider owl corusel 2*/


.slider-title {
  color: var(--main-color);
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
}

.slider-title mark {
  background: var(--main-color);
  color: #1f1f1f;
}

.slider-content {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  justify-items: center;
  text-align: center;
}

.item-pin {
  max-height: 35rem;
  max-width: 45rem;
  border-radius: 5%;

}

.item-content {
  margin: 0 auto;
}

.item {
  padding: auto;
  margin: 0 auto;
  width: 90%;
  height: 60%;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

.slider-content h5 {
  color: var(--main-color);
  font-size: 3.5rem;
  font-weight: 500;
  margin: 0rem;
}

.slider-content p {
  font-size: 2rem;
  color: whitesmoke;
  margin-bottom: 2rem;
}

.slider-content a {
  justify-content: center;
  justify-items: center;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  padding-top: 1rem;
  font-size: 2.5rem;
  color: white;
}

.see-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 1rem;
  box-shadow: 0px 0px 1.2rem var(--main-color);
  color: white;
  font-weight: 500;
  font-size: 2.5rem;
  border: 1px solid var(--main-color);
}

.arrows-slider {
  height: auto;
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;

}

.js-owl-prev {
  color: var(--main-color);
  font-size: 10rem;
  margin-right: 1rem;

}

.js-owl-next {
  color: var(--main-color);
  font-size: 10rem;
  margin-left: 1rem;
}

.js-owl-next img {
  width: 7rem;
  height: 4rem;
  margin-left: 7rem;
}

.js-owl-prev img {
  width: 15rem;
  height: 4rem;
  margin-right: 7rem;
}

.slider-case {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  width: 100%;
  background: var(--ui-color);
  
}

.slider-items {
  position: relative;
  height: 40rem;
  width: 100%;
  overflow: hidden;
  margin: 2rem 1rem 2rem 1rem;
  border-radius: 10px;
}

@media (min-width: 800px) {
  .slider-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 45%;
  }
}

.slider-items:hover {
  box-shadow: 0px 0px 5px var(--main-color);
}

.portfolio_banner {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--main-color);
  opacity: 0.8;
  text-align: center;
  width: 100%;
  height: 7rem;
  padding: 1rem;
  z-index: 1;
  backdrop-filter: blur(10px);
}

.portfolio_banner h6 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;

}

.slider-items img {
  height: auto;
  width: 100%;
  margin: 0;
  border-radius: 10px;

}

/* FedBack content */

.feedback__bottom-block {
  display: flex;
  justify-content: flex-end;
}

.feedback__top-block {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem 0 2rem;
}

.feedback__inblock {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feedback__client-img {
  max-width: 25rem;
  height: 25rem;
  border-radius: 50%;
  box-shadow: 0 0 5px var(--main-color);
}

.feedback__quotes-img {
  max-width: 15rem;
  height: 15rem
}

@media (max-width:764px) {
  .feedback__quotes-img {
    max-width: 10rem;
    height: 10rem;
  }

  .feedback__client-img {
    max-width: 15rem;
    height: 15rem;
  }
}

.feedback__stars-img {
  height: 5rem;
  max-width: 20rem;
  margin-top: -3rem;
}

.feedback-section {
  height: 100%;
  grid-area: feedback;
}

.feedback__title {
  display: flex;
  justify-content: center;
  font-size: 5rem;
  font-weight: 500;
  color: white;
  margin: 2rem;
}

.feedback-content a {
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: red;
}

.feedback-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  margin: 1rem;
  color: #fff;
  background: linear-gradient(to bottom, var(--main-color), #000);
  width: 95%;
  border-radius: 25px;
  box-shadow: 0 0 5px var(--main-color);
}


.feedback-content p {
  color: white;
  font-size: 2rem;
}

.feedback-content h3 {
  margin-left: .5rem;
  margin-top: .5rem;
  font-size: 2rem;
  color: black;
  text-align: left;
}

.feedback-content h6 {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.slider-2{
  margin-bottom: 2rem;
  padding: 1rem 0 2rem 0;
}

.feedback__footer {
  display: flex;
  justify-content: flex-end;
  height: auto;
  max-width: 110rem;
  margin: 0 auto;
  background: transparent;
}




/* section Price "how i work" */

.price__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.price-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: white;
  text-align: center;
  margin: 2rem;
}
@media(max-width: 767px){
  .price-title {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 1px;
    
  }
}

.price-title mark {
  color: #000;
  background: var(--main-color);
}

.price__level p {
  font-size: 2rem;
  color: whitesmoke;
}

.price__content {
  position: relative;
  height: 70rem;
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-image: linear-gradient(to top,
      rgb(0 0 0 / 1),
      rgb(0 0 0 / 0)), url("/img/uslugi/whyme.jpg");
  background-size: 100%;
  background-position: 50%;
  border-radius: 10px;
}

.price__level {
  padding: 0rem;
  display: flex;
  max-width: 100%;
  color: whitesmoke;
  margin: 0 1rem 0 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  align-items: center;
  justify-content: center;
}

@media(max-width: 768px) {
  .price__level {
    font-size: 2rem;
  }
}

.price__level img {
  margin: 1rem 1rem 1rem 1rem;
  width: 4rem;
}

.price__content__box {
  padding: 2rem 0 2rem 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 10rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  max-width: 80rem;
  max-height: 80rem;
  background: #151719A9;
  border-radius: 10px;
  border: 1px solid var(--main-color);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  
}

.price__img {
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.price__item {
  margin: 1rem;
}

.price__item li:before {
  padding-right: 0.5rem;
  color: var(--main-color);
  content: "■";
  width: 1rem;
  height: 1rem;
}

p:before {
  padding-right: 0.5rem;
  color: var(--main-color);
  content: "■";
  width: 1rem;
  height: 1rem;
}

.price-section h3 {
  margin: 2rem;
  font-weight: 500;
  color: white;
  font-size: 4rem;
  text-align: center;
}

.price-section h6 {
  margin: 2rem;
  font-weight: 500;
  color: var(--main-color);
  font-size: 4rem;
}

.price__item p {
  font-weight: 500;
  color: var(--main-color);
  font-size: 3rem;
}

.price__item li {
  color: white;
  font-size: 2rem;
  font-weight: 500;
}

@media(min-width:1024px) {
  .how_i_work {
    padding: 0;
    max-width: 110rem;
  }
}

.price__content__title {
  margin: 0 auto;
}

/* main Intro content */

#intro_text_animation {
  color:#999;
  text-transform: uppercasee;
  font-size: 4rem;
  font-weight: 700;
  position: absolute;
  width: 300px;
  bottom: 0;
  display:block;
}

#flip {
  height: 50px;
  overflow:hidden;
}

#flip > div > div {
  color: #fff;
  padding: 7px 0px;
  height: 50px;
  margin-bottom: 50px;
  display:inline-block;
}

#flip div:first-child {
  animation: show 10s linear infinite;
  
}

#flip div div {
  color: var(--main-color);
}
#flip div:first-child div {
  color:var(--main-color);
}
#flip div:last-child div {
  color: var(--main-color);
}

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}


.intro {
  grid-area: intro;
  height: 80rem;
  width: 100%;
  padding-left: 1rem;
  display: grid;
  grid-template-areas:
    "text photo";
  grid-template-rows: 5fr 5fr;
  grid-template-columns: 5fr 5fr;
  margin-top: 3rem;
  background: radial-gradient(#203a43A9, #000);
}

.intro__content__dev {
  margin-top: 1rem;
  padding-left: 0rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  color: var(--main-color);
}

@media(min-width: 568px) {
  .intro {
    height: 52rem;
  }
}

.intro__content {
  line-height: 2.7rem;
  position: absolute;
  z-index: 2;
  grid-area: text;
  margin-top: 45rem;
  padding-left: 1rem;
  width: 100%;
  max-width: 92%;
}

.btn-bay {
  margin-top: 3rem;
  margin-left: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media(min-width: 568px){
  .btn-bay {
   align-items: start;
   justify-content: start;
   
  }
}

.btn-bay a {
  font-weight: 700;
  text-decoration: none;
  transition: .4s;
}

@media(min-width:568px) {
  .intro__content {
    top: -30rem;
  }
}
@media(min-width:868px) {
  .intro__content {
    top: -17rem;
  }
}

.intro__photo {
  position: relative;
  z-index: 1;
  grid-area: photo;
  margin-top: 0px;
  margin-right: 0px;

}

.main-foto {
  margin-right: 0rem;
  margin-top: 5rem;
  width: 45rem;
  right: 0;
  bottom: 0;
}

@media (min-width: 837px) {
  .main-foto {
    margin-right: -5rem;
    width: 55rem;
  }

  .intro__content {
    margin-top: 35rem;
  }
}

@media (min-width: 1300px) {
  .main-foto {
    margin-right: -5rem;
    width: 60rem;
  }
}

@media (min-width: 1700px) {
  .main-foto {
    margin-right: -5rem;
    width: 65rem;
  }
}

.text-intro_hi,
.text-intro_design {
  line-height: 5.5rem;
  color: #FFFFFF;
  font-size: 4rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
}

.intro__content h2 {
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
}

.text-intro_red {
  line-height: 5.5rem;
  opacity: 0;
  width: 100%;
  font-size: 4rem;
  font-weight: 800;
  color: black;
  background-color: var(--main-color);
  white-space: nowrap;
  overflow: hidden;
  border-right: 4px solid red;
  animation: flashing 0.75s step-end infinite, text-print 5s steps(14);
  /*animation: flashing 0.75s step-end infinite, text-unprint 4s steps(14);*/
}

@keyframes flashing {
  0% {
    border-color: orange;
  }

  50% {
    border-color: transparent;
  }

  100% {
    border-color: orange;
  }
}


@keyframes text-print {
  from {
    opacity: 1;
    width: 0ch;
  }

  to {
    opacity: 1;
    width: 15.3ch;
  }
}

.text-intro_gray {
  color: gray;
  font-size: 1rem;
  letter-spacing: 0.3rem;
  padding-bottom: 0.5rem;
}

/* icon header */

.icon-main a {
  transition: 0.4s;
  text-decoration: none;
  color: transparent;
  letter-spacing: 3rem;
  font-size: 2.2rem;
}

.icon-main {
  display: none;
  text-align: right;
  margin-right: 7rem;
  margin-top: 1.8rem;
}


.wrapper {
  position: relative;
  overflow-y: auto;
  z-index: 5000;

}

.fab {
  color: #038F95;
}

/* login user authentication */
.login{
  margin-left: 15rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.login img {
  margin: 0 1.5rem 0 1.5rem;
  height: 3.5rem;
  width: 3.5rem;
}

/* menu main burger */

.logo__st {
  position: fixed;
  z-index: 999;
  display: flex;
  margin-left: 1rem;
  margin-top: 1.5rem;
}

@media(min-width: 764px) {
  .logo__st {
    margin-top: 1rem;
  }
}

.logo__st__img {
  max-width: 20rem;
  height: auto;
}

.menu-close-span {
  margin: 2rem;
  transform: scale(1.3);
}

.menu-close-btn {
  width: 100%;
  display: flex;
  position: relative;
  cursor: pointer;
}

.menu-logo {
  margin-top: -7rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

.menu-logo-img {
  max-width: 20rem;
  height: auto;
}

.menu-logo-text {
  font-weight: 800;
  color: #DBFCFF;
  font-size: 2rem;
  text-transform: uppercase;
}

.menu-soc-block {
  height: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}


@media (max-height: 400px) {
  .menu-soc-block {
    padding: 0 10rem 0 10rem;
  }

  .menu-close-img {
    width: 1rem;
  }

  .menu-logo-img {
    width: 3rem;
    height: 3rem;
  }

  .menu-logo {
    margin-top: 0;
  }

  .menu-soc-block a,
  .menu-logo-text,
  .menu-logo-img,
  .menu-list a,
  .menu-logo {
    font-size: 20px !important;
  }
}

.menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, var(--ground-color), #000);
  transition: 0.5s;
  transform: translateX(100%);
}

.menu_active {
  transform: translateX(0%);
}

.menu mark {
  color: #000;
  background-color: var(--main-color);
}

.menu-list {
  margin-top: 0;
  z-index: 999999;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60%;
  flex-direction: column;
  overflow-y: auto;
  width: 100%;
}

.menu-list a {
  font-size: 3.5rem;
  font-weight: 800;
  color: #DBFCFF;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 999999;
  margin-bottom: 0rem;
  transition: .5s;
}

.menu-list a:hover {
  color: #fff;
  transform: scale(1.1);
}

.menu-btn {
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border-radius: 50%;
  position: absolute !important;
  top: 1.2rem;
  left: -4rem;
  border: 1.2rem;
  z-index: 999999;
  cursor: pointer;
}

@media (min-width: 723px) {
  .menu-btn {
    display: none;
  }

  .logo__st__img {
    max-width: 20rem;
    height: auto;

  }
}

.header-menu-pc {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 7rem;
  padding-left: 35%;
  padding-right: 5%;
  z-index: 99;
  transition: 0.4s;
}

@media (min-width: 1025px) {
  .header-menu-pc {
    padding-right: 20%;
  }
}

.nav__color {
  background-color: var(--ui-color);
}

.menu__pc {
  display: flex;
  padding-left: 10rem;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

@media (max-width: 723px) {
  .menu__pc {
    display: none;
  }
}

.menu__pc a {
  color: var(--main-color);
  font-size: 1.6rem;
  font-weight: 700;
  transition: .4s;
}

/* hover подчеркивание */

.social-link:hover{
  color: #a3dceb!important;
  font-weight: 700;
  transform: scale(1.1);
}

path:hover {
  fill: #a3dceb!important;
}

.hover_for_href {
  display: inline;
  background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
  background-position: 0 1.5em;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  transition: background-size 0.1s ease-in-out 0.2s;
}

.hover_for_href:hover {
  background-size: 100% 1px;
  color: var(--main-color) !important;
}

.menu__pc a {
  text-decoration: none;
  display: inline;
  background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
  background-position: 0 1em;
  background-repeat: no-repeat;
  background-size: 0% 3px;
  transition: background-size 0.1s ease-in-out 0.2s;
}

.menu__pc a:hover {
  background-size: 100% 1px;
}

.hover_special_a:hover {
  background-size: 100% 0px !important;
  background-size: 0% 3px !important;
  transition: 0.4s;
}

.hover_special:hover {
  background-color: #a3dceb;
  color: #fff;
}
/*
.menu__pc  a {
 text-decoration: none;
 display: inline;
 background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
 background-position: 0 1em;
 background-repeat: no-repeat;
 background-size: 0% 3px;
 transition: background-size 0.1s ease-in-out 0.2s;
 }
.menu__pc a:hover {
 background-size: 100% 1px;
 }
    /*
.menu__pc a:hover {
  color: #FFF;
  font-weight: 800;
  transform: scale(1.1);
}

.menu__pc mark:hover {
  color: #000;
  background: #fff;
  transform: scale(1.2);
}
*/
.content {
  transition: 0.5s;
  position: relative;
  z-index: 0;
}

.content_active {
  transform: translateX(30%);
}

.menu-btn span,
.menu-btn:before,
.menu-btn:after {
  display: block;
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  margin-top: 1rem;
  left: 50%;
  margin-left: -3.5rem;
  width: 2.8rem;
  height: 0.50rem;
  border-radius: 10px;
  z-index: 999999;
  transform: translateX(1.2rem);
  cursor: pointer;
}

.menu-btn:before,
.menu-btn:after {
  content: '';
  display: block;
  transition: 0.3s;
}

.menu-btn:before {
  width: 3.5rem;
  transform: translate(.5rem, 1.2rem);
}

.menu-btn:after {
  width: 4rem;
  transform: translateY(-1.2rem);
}

.menu-btn_active span {
  height: 0;
}

.menu-btn_active:before {
  transform: rotate(45deg);
}

.menu-btn_active:after {
  transform: rotate(-45deg);
}

/* case section */
.case-content {
  background-color: #0BAB6870;
}

.case-text {
  background: green;
  text-align: center;
  font-size: 4rem;
  font-weight: 800;
  padding: 10px;
}

/* footer */
 hr{
   border: 0.1px solid var(--main-color);
   box-shadow: 0 0 5px var(--main-color);
 }

 .footer-icon{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 0;
 }
 .social-link{
  transition: .4s;
 }
 @media (max-width: 768px){
 .social-link svg{
  width: 3rem;
  height: 3rem;
  }
  .icon-vk svg{
    width: 3.8rem!important;
    height: 3.8rem!important;
  }
 }
 .social-link path{
  fill: var(--main-color);
 }
 .footer {
  margin-top: 3rem;
  height: 100%;
  width: 100%;
  
 }
 .footer_img{
   background-color: var(--ui-color);
   background-image:linear-gradient(to top,
  rgb(0 0 0 / 0.5),
  rgb(0 0 0 / 1)), url(/img/footer.jpg);
     background-size: 500px 100%;
     background-position: 50%;
 }
 @media(min-width: 768px){
    .footer_img {
      background-color: var(--ui-color);
      background-image:linear-gradient(to top,
  rgb(0 0 0 / 0.5),
  rgb(0 0 0 / 1)), url(/img/footer.jpg);
      background-size: 1000px 200%;
      background-position: 50%;
    }
 }
   
 .footer-icon a {
  font-size: 2rem;
  letter-spacing: 2.5rem;
  text-decoration: none;
  color: var(--main-color);
 }
 .footer-link {
  margin-top: 1rem;
  font-size: 1.8rem;
  color: var( --main-color);
  text-decoration: none;
  font-weight: 500;
  
 } 

.footer-content{
 width: 100%;
 height: auto;
 display: flex;
 justify-content: space-between;
}
@media(min-width: 767px){
 .footer-content{
 padding: 4rem;
}
} 
.footer-links {
    margin: 2rem 0 0 2rem;
    width: 8rem;
    display: inline-flex;
    flex-direction: row ;
    justify-content: start;
    flex-wrap: wrap;
    align-items: left;
    white-space : nowrap
 }
  .footer-links  a{
  display: inline;
  background-image: linear-gradient(to bottom, transparent 20%, currentColor 21%);
 background-position: 0 1em;
 background-repeat: no-repeat;
 background-size: 0% 3px;
 transition: background-size 0.1s ease-in-out 0.2s;
 }
 
 .footer-links a:hover {
 background-size: 100% 1px;
 }
.footer-link{
  margin: 1rem 0 1rem 0;
}
.footer-icon {
 padding-left : 5rem;
 margin-top: 3rem;
 display: flex;
 justify-content: space-between ;
 height: 100%;
 margin-right:2rem;
 }
 @media(max-width: 767px){
  .footer-icon{
   width: 50%;
  }
 }
  @media(min-width: 768px) {
   .footer-icon {
    width: 40%;
   }
  }
.footer__link {
 color: var(--main-color);
 font-size: 1rem;
 }
.footer__dev{
 display: flex;
 text-align: center;
 justify-content: center;
 align-items: center ;
 padding: 2rem;
 background-color: transparent;
}
.footer__dev {
  line-height: 2rem;
  margin-top: 4rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* buttons want bay */

.btn-neon-old {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  width: 28rem;
  height: 6rem;
  border: 1px solid var(--main-color);
  outline: none;
  color: #fff;
  background: transparent;
  cursor: pointer;
  z-index: 0;
  border-radius: 50px;
  box-shadow: 0px 0px 5px var(--main-color);
  transition: .4s;
}

.btn-nojs {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  width: 28rem;
  height: 6rem;
  border: none;
  border: 1px solid var(--main-color);
  outline: none;
  color: white;
  background: transparent;
  cursor: pointer;
  z-index: 0;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 5px var(--main-color);
  transition: .4s;
}

.btn-nojs:hover {
  border: 4px solid #01FFE7;
  box-shadow: 0 0 35px #01FFE7;
}

.btn-neon-old:hover {
  color: var(--main-color);
  
}


/* Form modal window*/

.form-site-section {
  height: auto;
  grid-area: form-site;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
  z-index: 5;
  margin: 0 auto;

}

.form-text {
  text-align: left;
  color: whitesmoke;
  font-size: 3rem;
}

.up-text {
  color: red;
}

.flag {
  padding: 0;
  list-style: none;
}

.flag {
  padding: 6px;
}

.flag:before {
  padding-right: 1.1rem;
  font-weight: bold;
  color: red;
  content: "□";
  transition-duration: 0.4s;
}

.flag:hover:before {
  color: red;

  content: "■";
}

.flag {
  padding: 0;
  list-style: none;
}

.flag-list {
  list-style-type: square;
  margin-left: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: white;
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 1rem;
}



/* Modal intro window */

.close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 3.5rem;
  height: 3.5rem;
  opacity: 1;
  z-index: 10;
}

.close:hover {
  transform: scale(1.3);
}

.close:before,
.close:after {
  position: absolute;
  left: 1.5rem;
  content: ' ';
  height: 3rem;
  width: .3rem;
  background-color: var(--main-color);
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.modal-icon {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem 0 1rem;
}

.modal-icon a {
  margin-top: 2rem;
  color: var(--main-color);
  transition: 0.4s;
  text-decoration: none;
  font-size: 3rem;
}

.modal-s__main {

  display: none;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  background-color: #1f1f1fA1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;

}

.show {
  display: flex;
}

.btn__center {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.modal-dialog__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 43rem;
  height: 73rem;
  margin: auto;
  padding: 4rem 2rem 2rem 2rem;
  border-radius: 10px;
  background-color: #171719;
  box-shadow: 0px 0px 5px var(--main-color);
}
 @media (min-width:768px) {
   .modal-dialog__wrapper {
     width: 73rem;
     height: 68rem;
   }
 }


.modal {
  display: flex;
  position: fixed;
  z-index: 999999;
}

/* img watsaap */

.whats__app {
  height: 4rem;

}

/* section ask answer*/
.transition,
ul li i:before,
ul li i:after,
p {
  transition: all 0.25s ease-in-out;
}

.flipIn,
ul li,
.ask-answer h3, .ask-answer h6 {
  animation: flipdown 0.5s ease both;
}
.no-select, .ask-answer h3 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.transition, ul li i:before, ul li i:after, p {
  transition: all 0.25s ease-in-out;
}

.flipIn, ul li, .ask-answer h6, .ask-answer h3 {
  animation: flipdown 0.5s ease both;
}

.no-select, .ask-answer h3 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.ask-answer p {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted var( --main-color);
}
ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
ul li:nth-of-type(3) {
  animation-delay: 1s;
}
ul li:last-of-type {
  padding-bottom: 0;
}
ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
ul li i:before, ul li i:after {
  content: "";
  position: absolute;
  background-color: var(--main-color);
  width: 3px;
  height: 9px;
  margin: 0.5rem;
}
ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  display: none;
  transform: translate(0, 50%);
}
ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

.ask-answer__article {
  font-size: 5.5rem;
  font-weight: 700;
  color: white;
  margin: 2rem;
  text-align: center;
}

.ask-answer__items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 110rem;
  height: auto;
  background: var(--ui-color);
  color: white;
  text-align: left;
  margin: 1rem;
  padding: 2rem;
}

.ask-answer__items mark {
  color: #000;
  background: var(--main-color);
  padding: 0;
  margin: 0;
}

.ask-answer__items a {
  color: var(--main-color);
  font-size: 3rem;
  font-weight: 700;
}

.ask-answer__items h6 {
  font-size: 3rem;
  font-weight: 500;
  color: white;
  text-align: left;
  margin: 1rem;
}

.ask-answer__items p {
  letter-spacing: 1px;
  font-size: 2rem;
  font-weight: 500;
  color: white;
  text-align: left;
  margin: 1rem;
  line-height: 3rem;
}

@media (max-width: 799px) {
  .ask-answer__content {
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 800px) {
  .ask-answer__content {
    height: auto;
    max-width: 110rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-items: center;

  }

}

@media (min-width: 1025px) {
  .ask-answer__content {
    max-height: 340rem;
    max-width: 100rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-items: flex-start;
  }
}

.ask__href {
  transition: 0.4s;
}

.ask__href:hover {
  color: #01FF58;
}
.ask__href__tg:hover{
  color: blue;
}

/* content about me */

.about-me-icon {
  padding-top: 5rem;
  padding-bottom: 5rem;
  width: auto;
  max-width: 130rem;
  justify-content: space-around;
  align-items: center;
  display: flex;
  margin: 0 auto;
  grid-area: icon;
}

.about-me-icon a {
  transition: 0.4s;
  text-decoration: none;
  color: #DBFFFA;
  color: var(--main-color);
  font-size: 3rem;
}


.about_me {
  position: relative;
  width: auto;
  height: 100%;
  padding: 1rem;
  display: flex;
  margin-top: 10rem;
  grid-area: aboutme;
}


@media (max-width: 800px) {
  .about_me {
    flex-direction: column;
  }

  .about_me p {
    margin-top: 0rem;
  }
}

@media (min-width: 568px) {
  .about_me {
    flex-direction: row;
  }

  .about_me p {
    margin-top: 5rem;
  }

  .img__content__text {
    margin-top: 0rem;
  }
}

@media (min-width: 1023px) {
  .about_me {
    flex-direction: row;
  }

  .about_me p {
    margin-top: 5rem;
  }
}

@media (min-width:800px) {
  .about__me {
    margin: 0 auto;
    display: grid;
    grid-template-areas:
      " aboutme  aboutme__text aboutme__text"
      " aboutme  aboutme__text aboutme__text "
      " icon icon icon";
    grid-template-rows: auto;
    grid-template-columns: 30% 30% 30%;
  }

}


.about_me p {
  line-height: 3rem;
  font-size: 2rem;
  color: #C8D8F4;
  color: white;
  margin: 2rem 2rem 0 2rem;
  font-weight: 500;
}

.about__text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  grid-area: aboutme__text;
}

.img__content__text h5 {
  font-size: 6rem;
  color: white;
  font-weight: 700;
  margin-left: 2rem;
  white-space: nowrap;
}
.about__text h6 {
  color: var(--main-color);
  font-size: 2rem;
  font-weight: 500;
  margin: 1rem 1rem 0rem 2rem;
}
@media(max-width: 568px){
  .img__content__text h5 {
   margin-top: 2rem;
  }
}
.img__container{
  width: 100%;
  display: flex;
  justify-content: center;
}

.img_about_me {
  border-radius: 0rem;
  z-index: 1;
  position: relative;
  border-radius: 15px;
  box-shadow: 5px 5px 5px var(--main-color);
}

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

 @media(max-width: 568px) {
   .img__content {
     max-width: 90%;
   }
   .img_about_me{
     width: 100%;
   }
 }
   @media(min-width: 568px) {
   .img_about_me {
     height: 47rem;
   }
 }
 

/* Block services */

.__logo img {
  height: 20rem;
  margin: 0rem 0 0rem 0;
}

.internet-img,
.seo-img {
  width: 20rem;
}


.__items {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: auto;
  padding: 2rem 0 4rem 0;
  color: white;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  transition: 1s;
}


@media (max-width: 799px) {
  .my__services {
    display: flex;
    flex-direction: column;
    justify-content: center;

  }
}

@media (min-width: 800px) {
  .my__services {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .__items:hover {
    box-shadow: 0px 0px 35px var(--main-color);
  }

  .__items {
    width: 45%;
  }
}


.my__services h5 {
  text-align: center;
  font-size: 4rem;
  color: var(--main-color);
  font-weight: 700;
  margin: 1rem;
}

.developement mark {
  background: #1C37A2A9;
  color: #fff;
}

.__services {
  text-align: center;
  font-size: 2rem;
  color: white;
  font-weight: 500;
  line-height: 3rem;
  margin: 8rem 0 1rem 0;
  padding: 1rem;
  white-space: nowrap;
  background: #00000090;
  border-radius: 10px;
  box-shadow: 0 0 5px var(--main-color);
}

.__items a {
  margin: 2rem 0 0 0;
}

.services-title {
  font-size: 6rem;
  font-weight: 700;
  color: white;
  text-align: center;
  margin: 2rem;
}

.services-title mark {
  color: #000;
  background: var(--main-color);
}

.--services {
  margin: 0 0 2rem 0;
  background-color: transparent;
}

.promotion mark {
  background: #5600A1A9;
  color: #fff;
}

.seo mark {
  background: #117264A9;
  color: #fff;
}

.whyme mark {
  background: #A21C65A9;
  color: #fff;
}

.developement {
  height: 100%;
  background: var(--ui-color);
  background-image: linear-gradient(to top,
      rgb(0 0 0 / 1),
      rgb(0 0 0 / 0)), url("/img/uslugi/create-site.jpg");
  background-size: 100%;
  background-position: 50%;
  border-radius: 10px;
}

.promotion {
  height: 100%;
  background-image: linear-gradient(to top,
      rgb(0 0 0 / 1),
      rgb(0 0 0 / 0)), url("/img/uslugi/promotion.jpg");
  background-size: 100%;
  background-position: 50%;
  border-radius: 10px;
}

.seo {
  height: 100%;
  background-image: linear-gradient(to top,
      rgb(0 0 0 / 1),
      rgb(0 0 0 / 0)), url("/img/uslugi/seo.jpg");
  background-size: 100%;
  background-position: 50%;
  border-radius: 10px;
}

.whyme {
  height: 100%;
  background-image: linear-gradient(to top,
      rgb(0 0 0 / 1),
      rgb(0 0 0 / 0)), url("/img/uslugi/whyme.jpg");
  background-size: 100%;
  background-position: 50%;
  border-radius: 10px;
}

/* Modal bay window */

.form {
  width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 1rem;
}

.form * {
  outline: none;
}

.form__body {
  width: 100%;
  height: 100%;
}


.form__item {
  margin: 0px 0px 2rem 0px;
}

.form__label {
  color: whitesmoke;
  font-size: 1.5rem;
  display: block;
  margin: 0px 0px 1rem 0px;
}

.form__input {
  background: transparent;
  color: #ccc9ce;
  margin-left: 0rem;
  height: 5rem;
  padding: 0px;
  width: 100%;
  font-size: 2.5rem;
  transition: all 0.5s ease 0s;
  border: none;
  border-bottom: .3rem solid #424242;
}

.form__input:focus {
  box-shadow: 0 5px 5px -5px var(--main-color);
  border-bottom: .1rem solid var(--main-color);
}

.form__input._error {
  box-shadow: 0 5px 5px -5px red;
  border-bottom: .1rem solid red;
}

textarea.form__input {
  min-height: 7rem;
  resize: vertical;
  background: transparent;
  color: #ccc9ce;
  border: none;
  border-bottom: .3rem solid #424242;
}

.options {
  padding: 1rem 0px 0px 0px;
}

.options__item {
  margin: 0px 0px 1rem 0px;
}

.options__input {
  display: none;
}

.options__input:checkbox__label+.options__label::after {
  transform: scale(1);
}

.options__label {
  display: inline-flex;
  font-size: 1.5rem;
  line-height: 140%;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.options__label::before {
  content: "";
  align-self: flex-start;
  flex: 0 0 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border-radius: 50%;
  margin: 0px 1rem 0px 0px;
}

.options__label::after {
  transition: transform 0.5s ease 0s;
  content: "";
  position: absolute;
  top: .4rem;
  left: .4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #7a956b;
  border-radius: 50%;
  transform: scale(0);
}

.file {}

.file__item {
  position: relative;
}

.file__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
  z-index: 50;
}

.file__button {
  display: inline-flex;
  min-height: 4rem;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  padding: 0px 2rem;
}

.file__preview {
  display: inline-block;
  max-width: 7rem;
  padding: 1rem 0px 0px 0px;
}

.file__preview img {
  max-width: 100%;
}

.checkbox {}

.checkbox._error .checkbox__label::before {
  box-shadow: 0 5px 5px -5px red;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked+.checkbox__label::after {
  transform: scale(1);
}

.checkbox__label {
  font-size: 1.5rem;
  line-height: 140%;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.checkbox__label::before {
  content: "";
  align-self: flex-start;
  flex: 0 0 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border-radius: .4rem;
  margin: 0px 1rem 0px 0px;
}

.checkbox__label::after {
  transition: transform 0.5s ease 0s;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: .4rem;
  left: .4rem;
  background-color: var(--main-color);
  border-radius: .4rem;
  transform: scale(0);
}

.checkbox__label a {
  color: #7a956b;
  color: red;
}

.form__button {
  margin: 0;
  max-width: 100%;
  min-width: 35rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 7rem;

  font-size: 2rem;
  letter-spacing: .2rem;
  font-weight: 700;
  cursor: pointer;

  transition: background-color 0.5s ease 0s;
  position: relative;
  top: 0;
}

.form__button:hover {
  background-color: var(--main-color);
  box-shadow: 0 0 25px #088f94;
  color: #fff;
  outline: none;
}

.form__button:focus {
  outline: none;
}

.form__button:active {
  top: .3rem;
  box-shadow: 0 .2rem 0 #940513;
  outline: none;
}

/* Нижняя форма - down from main */

.form__price * {
  outline: none;
}

.form__price {
  width: 100%;
  height: 100%;
}


.form__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 2rem;
  margin-left: 1rem;
  color: #c1c1c3;
}

.form__item {
  margin: 0px 0px 2rem 0px;
  text-align: start;
}

.form__input__price {
  background: transparent;
  color: white;
  height: 5rem;
  padding: 0;
  border: none;
  border-bottom: .1px solid dimgray;
  width: 100%;
  font-size: 2.5rem;
  transition: all 0.5s ease 0s;

}

.form__input__price:focus {
  box-shadow: 0px 5px 5px -4px var(--main-color);

}

.form__input__price._error {
  box-shadow: 0 5px 5px -4px red;
}

textarea.form__input__price {
  min-height: 7rem;
  resize: vertical;
  background: transparent;
  color: white;
  border: none;
  border-bottom: .1px solid dimgray;
  width: 100%;
}

.checkbox_price {}

.checkbox__price._error .checkbox__label__price::before {
  box-shadow: 0 0 2rem red;
}

.checkbox__input__price {
  display: none;
}

.checkbox__input__price:checked+.checkbox__label__price::after {
  transform: scale(1);
}

.checkbox__label__price {
  font-size: 1.4rem;
  line-height: 140%;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: whitesmoke;

}

@media(min-width: 768px) {
  .checkbox__label__price {
    text-wrap: nowrap;
  }
}

.checkbox__label__price::before {
  content: "";
  align-self: flex-start;
  flex: 0 0 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border-radius: .4rem;
  margin: 0px 1rem 0px 0px;
}

.checkbox__label__price::after {
  transition: transform 0.5s ease 0s;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: .4rem;
  left: .4rem;
  background: var(--main-color);
  border-radius: .4rem;
  transform: scale(0);
}

.form__button__price {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 7rem;

  background: transparent;

  font-size: 2rem;
  letter-spacing: .2rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 50px;
  transition: background-color 0.5s ease 0s;
  position: relative;
  top: 0;
  outline: none;
}

.form__button_price:focus {
  outline: none;
}

.form__button__price:active {
  top: .3rem;
  background-color: var(--main-color);
  box-shadow: 0 0 25px #088f94;
  color: #fff;
  outline: none;
}

.form__button__price:hover {
  top: .3rem;
  box-shadow: 0 0 25px #00FFE3;
  outline: none;
}


/* нижняя форма */

.form__price {
  border-radius: 10px;
  background-color: var(--ui-color);
  max-width: 80rem;
  padding: 2rem 5rem 2rem 5rem;
  text-align: center;
  position: relative;
  z-index: 10;
  background-size: cover;
  box-shadow: 0px 0px 5px var(--main-color);
}

.form__price__bay {
  max-width: 110rem;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}



/* form, button want price */

.btn-sells {
  display: flex;
  justify-content: left;
  margin-top: 1rem;
}

.container__form {
  display: flex;
  justify-content: center;
  padding: 2rem;
}

.form__header {
  text-align: left;
  margin-left: -1rem;
}

.btn-sells a {
  text-decoration: none;
  letter-spacing: .2rem;
  font-size: 1.5rem;
}

/* btn gradient */
.btn-neon {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  width: 28rem;
  height: 6rem;
  outline: none;
  color: #fff;
  cursor: pointer;
  z-index: 0;
  border-radius: 50px;
  transition: all 0.3s ease;
}


.btn-neon-main {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  width: 28rem;
  height: 6rem;
  outline: none;
  color: #fff;
  cursor: pointer;
  z-index: 0;
  border-radius: 50px;
  transition: all 0.3s ease;
}


.btn-gradient-border {
  border: 2px double transparent;
  background-image: linear-gradient(var(--ui-color), rgb(13, 14, 33)), radial-gradient(circle at left top, rgb(0, 236, 251), rgb(255, 0, 255));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.gradient{
   background: -webkit-linear-gradient(90deg, #00ecfb, #ff00ff); 
   background: linear-gradient(90deg, #00ecfb, #5600A1);                                          
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-glow:hover {
  box-shadow: rgba(0, 236, 251, 0.5) 0px 0px 25px 0px;
}

