:root {
  --slider-width: 80vw;
  --slider-height: 20vh;
  --slider-elements-displayed: 5;
  --slider-element-width: calc(var(--slider-width) / var(--slider-elements-displayed));
  --slider-animation-duration: calc(var(--slider-elements) * 5s);
}

.wrapper {
  position: relative;
  overflow-x: hidden;
  display: block;
  max-width: 100%;
  width: 100%;
}
/* body {
  font-family: 'Montserrat';
} */
.green-block {
    height:350px;
}
.container {
  display: flow-root!important;
  box-sizing: content-box!important;
  max-width: 1286px!important;
  margin-left: auto!important;
  margin-right: auto!important;
  padding-left: 15px!important;
  padding-right: 15px!important;
}

@media (min-width: 960px) {
  .container {
    padding-left: 40px!important;
    padding-right: 40px!important;
  }
}

@media (min-width: 640px) {
  .container {
    padding-left: 40px!important;
    padding-right: 40px!important;
    box-sizing:none!important;
  }
}
@media (max-width: 1000px) {
  .container {
    box-sizing:border-box!important;
  }
  .green-block {
    height:180px;
    }
}
.header-slider {
  height: calc(100vh - 8rem);
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke-width:5.5;
  stroke-linecap:round;
}
.hamRotate.active-nav-btn {
  transform: rotate(45deg);
}
.hamRotate180.active-nav-btn {
  transform: rotate(180deg);
}
.ham1 .top {
  stroke-dasharray: 40 139;
  stroke:#000; 
}
.ham1 .middle {
  stroke:#000; 
}
.ham1 .bottom {
  stroke:#000; 
  stroke-dasharray: 40 180;
}
.ham1.active-nav-btn .top {
  stroke-dashoffset: -98px;
  stroke: rgb(12, 160, 44);
}
.ham1.active-nav-btn .middle {
  stroke: rgb(12, 160, 44);
}
.ham1.active-nav-btn .bottom {
  stroke-dashoffset: -138px;
  stroke: rgb(12, 160, 44);
}
.to-top-btn {
  display: none;
}
.show {
    display: block;
}
/*@media (min-width: 1024px) {*/
/*  .show {*/
/*    display: block;*/
/*  }*/
/*}*/


.navigation ul li {
  list-style: none;
  display: inline-block;
  font-family: Play;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

/*.navigation ul li:nth-child(1),*/
/*.navigation ul li:nth-child(2),*/
/*.navigation ul li:nth-child(3),*/
/*.navigation ul li:nth-child(4),*/
/*.navigation ul li:nth-child(5),*/
/*.navigation ul li:nth-child(6) {*/
/*  margin-left: 2.49805%;*/
/*}*/

/*.navigation ul li.lime-block {*/
/*  position: relative;*/
/*  top: 24px;*/
/*  left: 31rem;*/
/*}*/

/*.navigation ul li a {*/
/*  color: #000;*/
/*  text-decoration: none;*/
/*}*/

/*.navigation__lime-btn {*/
/*  font-style: normal;*/
/*  font-weight: normal;*/
/*  font-size: 18px;*/
/*  line-height: 21px;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*  color: #89B805 !important;*/
/*}*/

.navigation__lime-btn img {
  position: relative;
  left: 10px;
}

.starting-block__title {
  background: linear-gradient(152.33deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 98.7%);
  width: 100%;
  position: relative;
  top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.03em;
  font-weight: 500;
}

.starting-block__title span:nth-child(3)::after {
  content: '';
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  width: 3px;
  height: 60px;
  background: #9BD100;
}

.lime-circle {
  background: radial-gradient(69.31% 69.31% at 50.11% 84.6%, #9BD100 0%, #E2FFA4 100%);
}
.blur-block {
  position: absolute;
  width: 1135.82px;
  height: 272px;
  background: linear-gradient(152.33deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 98.7%);
  backdrop-filter: blur(32.6923px);
  border-radius: 26.1538px;
  z-index: 1;
}
.card-blur {
  background: linear-gradient(151.74deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100.76%);
  backdrop-filter: blur(32.6923px);
  border-radius: 20px;
}

.slider {
  max-width: 1280px;
  width: var(--slider-width);
  height: var(--slider-height);
  background: transparent;
  color: #eee;
  overflow: hidden;
  top: 60%;
}

.slider:before,
.slider:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}

.slider:before {
  left: 0;
  background: -webkit-linear-gradient(to right, #fff 0%, transparent 100%);
  background: -o-linear-gradient(left, #fff 0%, transparent 100%);
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}

.slider:after {
  right: 0;
  background: -webkit-linear-gradient(to left, #fff 0%, transparent 100%);
  background: -o-linear-gradient(right, #fff 0%, transparent 100%);
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}

.slider-content {
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scrolling var(--slider-animation-duration) linear infinite;
          animation: scrolling var(--slider-animation-duration) linear infinite;
}

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

  100% {
    -webkit-transform: translateX(calc(-1 * var(--slider-element-width) * var(--slider-elements)));
            transform: translateX(calc(-1 * var(--slider-element-width) * var(--slider-elements)));
  }
}

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

  100% {
    -webkit-transform: translateX(calc(-1 * var(--slider-element-width) * var(--slider-elements)));
            transform: translateX(calc(-1 * var(--slider-element-width) * var(--slider-elements)));
  }
}

.slider-content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: var(--slider-element-width);
  max-height: 100%;
  font-size: calc(var(--slider-height)*3/4);
  white-space: nowrap;
}

.slider-content li img {
  max-width: 100%;
}

.service-block {
  max-width: 100%;
  width: 100%;
  background: #fafafa;
  font-family: Montserrat;
  font-style: normal;
}

.our-experience-block {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  background: #202126;
}

.our-projects-block {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  background: #fafafa;
}

.our-achievements-block {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  background: #202126;
}

.about-us-work-block {
  max-width: 100%;
  width: 100%;
  background: #fff;
}

.advantages-block {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  background: #fafafa;
}

.benefit-block {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.company-in-numbers-block {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  background: #fafafa;
}

.contact-us-block {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  background: #202126;
  overflow: hidden;
}

.team-block {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.footer {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  background: #000;
}

.mobile-header__btn {
  position: relative;
  width: 5%;
  z-index: 12;
}

.mobile-header__contact-btn {
  cursor: pointer;
  position: relative;
  top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 20%;
  height: 20px;
}

.mobile-header__contact-btn p {
  font-family: Play;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 21px;
  z-index: 12;
}

.mobile-header__contact-btn img {
  position: relative;
  left: 5px;
  max-width: 100%;
  width: 10%;
  height: 90%;
}

.mobile-nav {
  position: absolute;
  top: 0;
  left: -350px;
  max-width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 350px;
  background: #fff;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: 10;
}

.mobile-nav__container {
  position: relative;
  top: 140px;
  left: 45px;
}

.mobile-nav__container .menu-list li {
  list-style: none;
  margin: 0 0 32px 0;
}

.mobile-nav__container .menu-list li a {
  text-decoration: none;
  font-family: Play;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}

.mobile-nav__container .menu-social-links {
  position: relative;
  top: 20px;
}

.mobile-nav__container .menu-social-links li {
  list-style: none;
  display: inline-block;
  margin: 0 15px 0 0;
}

.active-mobile-nav {
  left: 0 !important;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.active-nav-btn {
  background: #fff !important;
}

.active-nav-btn::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 10px !important;
  background: #89B805 !important;
}

.active-nav-btn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  background: #89B805 !important;
}

@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/Play-Bold.woff2") format("woff2"), url("../../assets/fonts/Play-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/Play-Regular.woff2") format("woff2"), url("../../assets/fonts/Play-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("../../assets/fonts/Montserrat-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("../../assets/fonts/Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("../../assets/fonts/Montserrat-Medium.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
}

body .wrapper {
  max-width: 100%;
  width: 100%;
  max-height: auto;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 900px) {
  .mobile-header {
    display: none;
  }
}

@media screen and (min-width: 1350px) {
  .starting-block__title {
    top: calc(165px + 10vh);
  }
  .company-in-numbers-block {
    height: 2100px;
  }

}

@media screen and (max-width: 1350px) {
  .navigation {
    right: 4rem;
  }
}

@media screen and (max-width: 900px) {
  .header-slider {
    height:calc(70vh);
  }
  .mobile-header__logo {
    left: 16rem;
  }
  .notification.active {
      bottom:80px!important;
  }
  .slider {
      top:50%;
  }
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blur-block {
    width: 98%;
    left: -20px;
  }
}

@media screen and (max-width: 750px) {
  .mobile-header__logo {
    left: 14rem;
  }

}

@media screen and (max-width: 650px) {
  .mobile-header__contact-btn p {
    font-size: .8rem;
  }
}

@media screen and (max-width: 610px) {
  .mobile-header__logo {
    left: 12rem;
  }

}

@media (max-width: 600px) {
  html {
    font-size: 12px;
  }

  :root {
    --slider-width: 100vw;
    --slider-height: 16vh;
    --slider-elements-displayed: 3;
  }

  .slider:before,
  .slider:after {
    width: 5rem;
  }
}

@media screen and (max-width: 520px) {
  .mobile-header__logo {
    left: 9rem;
  }

}

@media screen and (max-width: 500px) {
  .mobile-header__contact-btn p {
    line-height: 15px;
  }
}

@media screen and (max-width: 360px) {
  .mobile-header__logo {
    left: 7rem;
  }

}
.circle-0-card:hover,
.circle-1-card:hover {
  background: rgba(227, 93, 113, 0.1);
  transition: .5s;
}
.circle-2-card:hover,
.circle-3-card:hover {
  background: rgba(249, 124, 33, .1);
  transition: .5s;
}
.circle-4-card:hover {
  background: linear-gradient(179.28deg, #FFFFF9 -21.84%, #FFF896 99.28%);
  transition: .5s;
}
.circle-5-card:hover {
  background: rgba(4, 201, 12, 0.1);
  transition: .5s;
}
.circle-0-card,
.circle-1-card,
.circle-2-card,
.circle-3-card,
.circle-4-card,
.circle-5-card {
  transition: .4s;
}

.circle-0-card > .first-circle {
  background: radial-gradient(51.3% 51.3% at 63.23% 74.4%, #DB0626 0%, rgba(219, 6, 38, 0.45) 100%);
  filter: blur(20px);
  width: 107px;
  height: 107px;
  position: absolute;
  left: -10px;
  top: 10px;
}
.circle-0-card > .second-circle {
  background: radial-gradient(69.31% 69.31% at 50.11% 84.6%, #DB0626 0%, rgba(219, 6, 38, 0.54) 100%);
  transform: rotate(-41.51deg);
  width: 138.01px;
  height: 138.01px;
  right: -50px;
  bottom: 20px;
  position: absolute;
  z-index: 0;
  
}
.circle-1-card > .first-circle {
  background: radial-gradient(69.31% 69.31% at 50.11% 84.6%, #DB0626 0%, rgba(255, 195, 204, 0.18) 100%);
  filter: blur(4px);
  transform: rotate(64.92deg);
  width: 182px;
  height: 182px;
  position: absolute;
  left: -50px;
  top: -60px;
}
.circle-1-card > .second-circle {
  background: radial-gradient(69.31% 69.31% at 50.11% 84.6%, #DB0626 0%, rgba(255, 157, 171, 0.41) 100%);
  transform: rotate(-41.51deg);
  width: 165px;
  height: 165px;
  position: absolute;
  right: -30px;
  bottom: -40px;
}

.circle-2-card > .first-circle {
  background: radial-gradient(69.31% 69.31% at 50.11% 84.6%, #F98321 0%, #FFCCA1 100%);
  filter: blur(4px);
  width: 182px;
  height: 182px;
  position: absolute;
  top: -60px;
  left: -60px;
}
.circle-2-card > .second-circle {
  background: radial-gradient(69.31% 69.31% at 50.11% 84.6%, #F98321 0%, #FFCCA1 100%);
  filter: blur(4px);
  width: 165px;
  height: 165px;
  position: absolute;
  right: -50px;
  bottom: 10px;
}

.circle-3-card > .first-circle {
  background: radial-gradient(69.31% 69.31% at 50.11% 84.6%, #F98321 0%, #FFCCA1 100%);
  filter: blur(4px);
  position: absolute;
  width: 182px;
  height: 182px;
  top: -60px;
  left: -60px;
}
.circle-3-card > .second-circle {
  background: radial-gradient(69.31% 69.31% at 50.11% 84.6%, #F98321 0%, #FFCCA1 100%);
  filter: blur(4px);
  width: 165px;
  height: 165px;
  position: absolute;
  right: -50px;
  bottom: 10px;
}

.circle-4-card > .first-circle {
  background: radial-gradient(69.31% 69.31% at 50.11% 84.6%, #FCEE21 0%, #FFFCD4 100%);
  filter: blur(4px);
  position: absolute;
  width: 182px;
  height: 182px;
  bottom: 10px;
  left: -60px;
}
.circle-4-card > .second-circle {
  background: radial-gradient(69.31% 69.31% at 50.11% 84.6%, #FCEE21 0%, #FFFCD4 100%);
  filter: blur(4px);
  width: 165px;
  height: 165px;
  position: absolute;
  right: -50px;
  top: -60px;
}

.circle-5-card > .first-circle {
  background: radial-gradient(69.31% 69.31% at 50.11% 84.6%, #2DC460 0%, rgba(214, 255, 195, 0.18) 100%);
  filter: blur(4px);
  position: absolute;
  width: 182px;
  height: 182px;
  top: -60px;
  left: -60px;
}
.circle-5-card > .second-circle {
  background: radial-gradient(69.31% 69.31% at 50.11% 84.6%, #2DC460 0%, rgba(157, 255, 172, 0.41) 100%);
  width: 165px;
  height: 165px;
  position: absolute;
  right: -50px;
  bottom: 10px;
}
.notification {
    bottom:-400px;
    transition:.2s;
}
.notification.active {
    bottom:40px;
    transition:.2s;
}
.sending >.normal-btn {
    display:block
}
.sending.active>.normal-btn {
    display: none;
}
.sending.active>.wait-btn {
    display: flex!important;
}
.green-line {
    position: relative;
}
.green-line:before {
    content: ' ';
    display:block;
    position: absolute;
    left:-10px;
    top: 2px;
    height:100%;
    width:2px;
    background:#a3e635;
}
@media only screen and (max-width: 600px) {
    .contact-us-block input[type="text"], .contact-us-block input[type="email"] {
     position: relative;
    }
}