@font-face {
  font-family: PRGEB;
  src: url(../fonts/PRGEB.otf.odft);
}

body {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background-color: #121212;
  min-height: 1000px;
  font-weight: 400;
 
}

img {
  max-width: 100%;
}

input:focus {
  outline: none;
}

strong {
  font-family: PRGEB;
  font-weight: 100;
}

.container {
  max-width: 1170px;
}
a {
  color: #111;
}
a:hover {
  text-decoration: none;
  color: #111;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.circle {
  width: 500px;
  height: 500px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -250px;
  margin-top: -250px;
  z-index: 1;
}
.circle:before,
.circle:after {
  content: "";
  position: absolute;
  border: 1px solid #101d4d;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
  animation: pulse 7s linear infinite;
  opacity: 0;
  z-index: -1;
}
.circle:after {
  animation-delay: 5s;
}

.circle2 {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 1;
}
.circle2:before,
.circle2:after {
  content: "";
  position: absolute;
  border: 1px solid #101d4d;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 50%;
  animation: pulse 5s linear infinite;
  opacity: 0;
  z-index: -1;
}
.circle2:after {
  animation-delay: 3s;
}

.big_zag {
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 45px;
  text-transform: uppercase;
}
.big_zag span {
  color: #21fd42;
}
.big_pod_zag {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.but {
  max-width: 100%;
  height: 70px;
  line-height: 70px;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 10px;
  z-index: 4;
  padding: 0px 40px;
}
.but.but1 {
  background: linear-gradient(to top, #0cbe27, #75fd4c);
  box-shadow: 0px 10px 50px rgba(255, 48, 0, 0.65);
}rgba(34, 255, 0, 0.65)
.but.but2 {
  background: linear-gradient(to top, #5811c2, #9c5aff);
  border-bottom: 2px solid #141790;
  box-shadow: 0px 10px 50px rgba(110, 8, 182, 0.65);
}
.but .but_name {
  font-size: 17px;

  text-transform: uppercase;
  position: relative;
  z-index: 2;
  color: #000;
}
.but.but1 .but_name {
  text-shadow: 0px 2px 0px #95ff8d;
}
.but.but2 .but_name {
  color: #fff;
  text-shadow: 0px 2px 0px #5a13c3;
}
.but .but_fon {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 0.2s ease-out;
  border-radius: 100px;
}
.but.but1 .but_fon {
  background: #fde24c;
}
.but.but2 .but_fon {
  background: #9c5aff;
}
.but:hover .but_fon {
  opacity: 1;
}

@keyframes top {
  from {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes top_out {
  from {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0px);
  }
}

.left_menu {
  width: 400px;
  height: 100%;
  position: fixed;
  background-color: rgba(8, 20, 40, 0.9);
  z-index: 100;
  padding-left: 90px;
  padding-top: 50px;
  left: -100%;
}
.left_menu .burger {
  font-family: PRGEB;
  font-size: 16px;
  margin-bottom: 50px;
  padding-left: 25px;
  background: url(../img/clos.svg) no-repeat center left / 15px;
  margin-left: -20px;
  cursor: pointer;
}
.left_menu a {
  display: block;
  font-family: PRGEB;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}
.left_menu a:hover {
  color:#21fd42;
}
.left_menu .tell {
  font-size: 18px;
  line-height: 20px;
}
.left_menu .tell a {
  margin-top: 50px;
}
.left_menu .tell span {
  font-size: 9px;
}

.header {
  position: fixed;
  width: 100%;
  padding-top: 40px;
  z-index: 80;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.header.out {
  transform: translateY(-100%);
}
.header .burger {
  cursor: pointer;
  font-size: 14px;
  padding-left: 25px;
  background: url(../img/burger.svg) no-repeat center left / 15px;
  margin-left: 50px;
}
.header .tell {
  margin-right: 50px;
  font-size: 18px;
  line-height: 20px;
}
.header .tell span {
  font-size: 11px;
}
.header a {
  color: #fff;
}
.header .swich {
  font-size: 13px;
  margin-right: 30px;
  cursor: pointer;
}
.header .swich_in {
  width: 45px;
  margin: 0px 10px;
  height: 24px;
  border-radius: 24px;
  background: #010205;
  cursor: pointer;
  position: relative;
}
.header .swich_in .tab {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: linear-gradient(to top, #5811c2, #9c5aff);
  top: 2px;
  left: 2px;
  transition: all 0.1s ease-out;
}
.header .swich_in.activ .tab {
  left: 23px;
}
.header .n1 {
  margin: 0px;
}

.block_top {
  text-align: center;
  min-height: 800px;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
  background: url('https://s-cdn.sportbox.ru/images/styles/1200-auto/fp_fotos/ff/4c/92726d56b49506cacdd1ffc9a44da1695f2aafde73e1d067263721.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}
.block_top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный фон */
  z-index: 1; /* Разместим псевдоэлемент поверх фоновой картинки */
}
.block_top .logo {
  margin-bottom: 40px;
  width: 250px;
}
.block_top h1 {
  font-size: 48px;
  line-height: 58px;
}
.block_top p {
  font-size: 20px;
  font-weight: 500;
}
.block_top .container {
  z-index: 4;
  position: relative;
}
.block_top .cosmonavt {
  position: absolute;
  z-index: 2;
  right: 30%;
  margin-right: -100px;
  top: 0px;
  transition: all 0.1s ease-out;
  animation: top 6s infinite ease-in-out;
}
.block_top .stone {
  position: absolute;
  z-index: 2;
  left: 30%;
  margin-left: -100px;
  top: 100px;
  transition: all 0.1s ease-out;
  animation: top_out 6s infinite ease-in-out;
}
.block_top .stone2 {
  position: absolute;
  z-index: 2;
  left: 20%;
  margin-left: -100px;
  top: 400px;
  transition: all 0.1s ease-out;
  animation: top 6s infinite ease-in-out;
}
.block_top .stone3 {
  position: absolute;
  z-index: 2;
  right: 25%;
  margin-right: -100px;
  top: 500px;
  transition: all 0.1s ease-out;
  animation: top_out 6s infinite ease-in-out;
}

.vakum {
  padding-top: 100px;
  text-align: center;
}
.vakum .img {
  height: 70px;
  width: 100px;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.vakum .img.im1 {
  background-image: url(../img/vakum.svg);
  background-size: 65px;
}
.vakum .img.im2 {
  background-image: url(../img/vakum2.svg);
  background-size: 50px;
}
.vakum .title {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0px;
}
.vakum .number {
  font-family: PRGEB;
  font-size: 50px;
}
.vakum .number img {
  height: 90px;
  margin-top: -10px;
  margin-bottom: -20px;
}
.vakum .number.n1 {
  text-transform: uppercase;
  background: linear-gradient(to top, #ffbb01, #fde24c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 10px 50px rgba(255, 48, 0, 1);
}
.vakum .number.n2 {
  text-transform: uppercase;
  background: linear-gradient(to top, #5811c2, #9c5aff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 10px 50px rgba(110, 8, 182, 1);
}

.ava {
  max-width: 1920px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.ava .n1 {
  margin: 0px;
}
.ava .name {
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: -40px;
}
.ava .dol {
  color: #584e88;
  font-size: 13px;
  font-weight: 700;
}

.keis {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.keis .but {
  max-width: 180px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  margin-bottom: 50px;
  margin-top: -47px;
  padding: 0px 10px;
}
.keis .but_name {
  font-size: 12px;
}
.keis .block img {
  transition: all 0.2s ease-out;
  height: 250px;
}
.keis .block:hover img {
  transform: translateY(-10px);
}

.keis .blocks {
  text-align: left;
  background-color: #080413;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 20px;
}
.keis .zag {
  font-family: PRGEB;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
}
.keis .zag span {
  color:#21fd42;
}
.keis .list {
  padding-left: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
.keis .list span {
  font-family: PRGEB;
  text-transform: uppercase;
  font-size: 16px;
}
.keis .list .check3 {
  width: 15px;
  margin-right: 5px;
}
.keis .list:before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -5px;
  left: 0px;
}
.keis .list.n1:before {
  background-image: url(../img/icon.svg);
  background-size: 25px;
}
.keis .list.n2:before {
  background-image: url(../img/icon2.svg);
  background-size: 25px;
}
.keis .list.n3:before {
  background-image: url(../img/icon3.svg);
  background-size: 25px;
}
.keis .monit {
  position: relative;
  cursor: pointer;
}
.keis .monit .logo_in {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.keis .but.but1 {
  margin-top: 0px;
}

.video_mess {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 950px;
  max-width: 100%;
  min-height: 200px;
  background-color: #000;
  z-index: 501;
  padding: 0px 15px;
  text-align: center;
  display: none;
}
.video_mess .clos {
  width: 25px;
  height: 25px;
  background-image: url(../img/clos.svg);
  background-size: cover;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -33px;
  transition: all 0.2s ease-out;
}
.video_mess .video-block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.video_mess .video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.step {
  padding-top: 20px;
  padding-bottom: 50px;
}
.step .tap {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: 2px solid #5d6a9e;
  text-align: center;
  line-height: 48px;
  font-size: 17px;
  margin: 0px 10px;
  color: #5d6a9e;
  font-family: PRGEB;
}
.step .tap.activ {
  border: 0px;
  background: linear-gradient(to top, #5811c2, #9c5aff);
  border-bottom: 2px solid #141790;
  box-shadow: 0px 10px 50px rgba(110, 8, 182, 0.65);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.step .owl-theme .owl-dots {
  display: none;
}
.step .zag {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.step .text {
  font-size: 15px;
  margin-bottom: 25px;
}
.step .list {
  font-size: 15px;
  padding-left: 30px;
  background: url(../img/check.svg) no-repeat center left / 20px;
}
.step .but {
  margin-top: 30px;
  max-width: 370px;
  font-size: 12px;
  padding: 0px 5px;
  margin-bottom: 80px;
}
.step img {
  display: block;
  position: relative;
  z-index: 2;
  margin: auto;
  width: 85% !important;
}
.step .img7 {
  width: 60% !important;
}
.step .left {
  background: url(../img/svet.png) no-repeat center;
}
.step .right {
  position: relative;
  z-index: 3;
}

.logos {
  padding-top: 100px;
  padding-bottom: 0;
}
.logos img {
  margin-bottom: 0;
  width: 100%;
  max-width: 95%;
}

.utp {
  min-height: 250px;
  /*background: url(../img/bg_utp.png) no-repeat center bottom -50px;*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*padding-top: 200px;*/
  padding-top: 50px;
  background-size: contain;
  text-align: center;
}
.utp .name {
  font-size: 13px;
  margin: 5px 10px;
  cursor: pointer;
}
.utp .name.activ {
  color:#21fd42;
  font-size: 18px;
}
.utp .swich {
  width: 45px;
  margin: 0px 5px;
  height: 24px;
  border-radius: 24px;
  background: #010205;
  cursor: pointer;
  position: relative;
}
.utp .swich .swich_in {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: linear-gradient(to top, #ffbb01, #fde24c);
  top: 2px;
  left: 2px;
  transition: all 0.1s ease-out;
}
.utp .swich.activ .swich_in {
  left: 23px;
}
.utp .but {
  max-width: 320px;
  padding: 0px 5px;
  margin: auto;
  margin-bottom: 20px;
}
.utp .but_name {
  font-size: 14px;
}
.utp .mini {
  font-size: 12px;
  color: #c7c9e1;
}
.utp input[type="text"] {
  background: #000;
  margin: auto;
  border: none;
  width: 100%;
  max-width: 320px;
  margin-bottom: 20px;
  height: 70px;
  border-radius: 100px;
  padding: 0px 10px 0px 20px;
  font-size: 12px;
  color: #fff;
}
.utp .form {
  padding-top: 30px;
}
.utp .v {
  display: none;
}
.utp .v.activ {
  display: block;
}

textarea {
  background: #000;
  margin: auto;
  border: none;
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  outline-width: 0;
}

.footer {
  min-height: 200px;
  background: #00030c;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .zag {
  font-size: 26px;
}
.footer .logo {
  width: 80px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer .politic {
  text-decoration: underline;
  cursor: pointer;
  font-size: 11px;
  color: #737ca0;
}
.footer .soc img {
  width: 30px;
  margin: 0px 15px;
}
.footer a {
  color: #fff;
}

::-webkit-input-placeholder {
  color: #cad2ea;
  opacity: 1;
}
::-moz-placeholder {
  color: #cad2ea;
  opacity: 1;
}
:-moz-placeholder {
  color: #cad2ea;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #cad2ea;
  opacity: 1;
}

.fon_black {
  background-color: rgba(8, 20, 40, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 200;
  top: 0px;
  display: none;
}
.fon {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  display: none;
}

.mess {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 520px;
  max-width: 100%;
  min-height: 300px;
  background-color: #040c1a;
  z-index: 501;
  padding: 50px 50px;

  display: none;
  text-align: center;
}
.mess .clos {
  width: 46px;
  height: 46px;
  border-radius: 40px;
  background-image: url(../img/clos.svg);
  position: absolute;
  cursor: pointer;
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  background-color: #112447;
  top: -23px;
  right: -23px;
}
.mess .but {
  max-width: 320px;
  padding: 0px 5px;
  margin: auto;
  margin-bottom: 20px;
}
.mess .but_name {
  font-size: 14px;
}
.mess .mini {
  font-size: 12px;
  color: #c7c9e1;
  margin-bottom: 0px;
}
.mess input[type="text"] {
  background: #000;
  border: none;
  width: 100%;
  max-width: 320px;
  margin-bottom: 10px;
  height: 70px;
  border-radius: 100px;
  padding: 0px 10px 0px 20px;
  font-size: 12px;
  color: #fff;
}
.mess .zag {
  font-size: 36px;
  line-height: 36px;
}

.info_popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 1170px;
  max-width: 100%;
  min-height: 300px;
  background-color: #040c1a;
  z-index: 501;
  padding: 30px 50px;
  padding-bottom: 31px;
  display: none;
  text-align: left;
}
.info_popup .clos {
  width: 46px;
  height: 46px;
  border-radius: 40px;
  background-image: url(../img/clos.svg);
  position: absolute;
  cursor: pointer;
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  background-color: #112447;
  top: -23px;
  right: -23px;
}
.info_popup img {
  width: 200px;
}
.info_popup .zag {
  font-size: 36px;
  margin-bottom: 20px;
}
.info_popup .text {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.info_popup .text span {
  color: #ffd200;
}
.info_popup .block {
  display: none;
}
.info_popup .block.n1 {
  display: block;
}

.politika {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 750px;
  max-width: 100%;
  min-height: 300px;
  background-color: #fff;
  z-index: 501;
  padding: 30px;
  display: none;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.05);
  overflow-y: scroll;
  max-height: 100%;
}
.politika p {
  font-size: 15px;
  color: #000;
}
.politika .zag {
  font-size: 24px;
}
.politika .clos {
  width: 20px;
  height: 20px;
  background-image: url(../img/clos_black.svg);
  float: right;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}

.autoflash {
  position: relative;
  overflow: hidden;
}

.flash {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
  transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}

.lighting {
  webkit-animation: moving 3s ease-in-out infinite;
  -moz-animation: moving 3s ease-in-out infinite;
  -ms-animation: moving 3s ease-in-out infinite;
  -o-animation: moving 3s ease-in-out infinite;
  animation: moving 3s ease-in-out infinite;
}

@keyframes moving {
  30% {
    webkit-transform: skewX(-45deg) translateX(53.5em);
    transform: skewX(-45deg) translateX(53.5em);
  }

  100% {
    webkit-transform: skewX(-45deg) translateX(53.5em);
    transform: skewX(-45deg) translateX(53.5em);
  }
}
.close-animatedModal-giperoplus {
  z-index: 99299 !important;
}
#animatedModal-giperoplus {
  background: url(../img/svet_left.png) no-repeat left top 200px,
    url(../img/svet_right.png) no-repeat right top,
    url(../img/svet2_left.png) no-repeat left top 50%,
    url(../img/svet2_right.png) no-repeat right top 50%,
    url(../img/svet3_left.png) no-repeat left bottom 300px,
    url(../img/svet3_right.png) no-repeat right bottom 500px,
    url(../img/bg_keis.png) no-repeat center top 40% / 100%,
    url(../img/bg_klient.png) no-repeat center bottom 1000px / 100%,
    url(../img/rocet.png) no-repeat top 300px left / 600px,
    url(../img/cosmos.png) no-repeat center top / 100%,
    url(../img/bg.jpg) center, #060c21;
}
.modal-content {
  border: none;
  background-color: rgba(255,255,255, 0);
  padding: 0px 60px;
  font-family: "Lucida Sans";
}
.modal-content p {
  margin-bottom: 0em;
  font-size: 20px;
}
.container__lands a {
  color: #D29D25;
}

.cl-btn-2 {
  margin: 20px;
  display: flex;
  justify-content: flex-end;
  z-index: 1000;
  height: 0px;
}
.cl-btn-2 div {
  margin: 12px 20px 0 0;
  cursor: pointer;
  position: relative;  
  /* height: 68px; */
  width: 60px;
}
.cl-btn-2 .leftright {
  height: 4px;
  width: 64px;
  position: absolute;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}
.cl-btn-2 .rightleft {
  height: 4px;
  width: 64px;
  position: absolute;
  margin-top: 24px;
  background-color: #fff;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}
.cl-btn-2 .close-btn {
  margin: 42px 0 0 -34px;
  position: absolute;
  color: #fff;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  transition: all .3s ease-in;
  opacity: 0; 
}
.cl-btn-2 div:hover .leftright {
  transform: rotate(-45deg);
  background-color: #fff
}
.cl-btn-2 div:hover .rightleft {
  transform: rotate(45deg);
  background-color: #fff;
}
.cl-btn-2 div:hover .close-btn {
  opacity: 1;
}
.case__container {
  /* display: flex; */

}
.case-rezult {
  display: flex;
  justify-content: space-around;
  /* padding: 20px; */
}
.case-rezult-info {
  width: 50%;
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.case-rezult__list {
  text-align: left;
}
.case-rezult__list p {
  color:#21fd42;
}
.lands__list {
  width: 50%;
  text-align: left;
}
.case-photos {
  display: flex;
}
.lands-title {
  font-size: 24px;
  color:#21fd42;
}
.giperoplus-info {
  text-align: left;
}

.giperoplus-info span {
  color:#21fd42;
}

/* .lands__item a {
  text-decoration: none;
  background-image: linear-gradient(#fdca21, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
}

.lands__item a:hover {
  background-size: 100% 2px;
} */
.case-photos__leftside p {
  color:#21fd42;
}
.lands__list {
  counter-reset: li; 
  list-style: none; 
  font: 14px "Trebuchet MS", "Lucida Sans";
  padding: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  }
  .lands__list a {
  position: relative;
  display: block;
  padding: .4em .4em .4em .8em;
  margin: .5em 0 .5em 2.5em;
  background: #D3D4DA;
  color: #444;
  text-decoration: none;
  transition: all .3s ease-out;
  }
  .lands__list a:hover {background: #DCDDE1;}       
  .lands__list a:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #9097A2;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  }
  .lands__list a:after {
  position: absolute;
  content: "";
  border: .5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -.5em;
  transition: all .3s ease-out;
  }
  .lands__list a:hover:after {
  left: -.5em;
  border-left-color: #9097A2;
  }

.push {
  margin: 20px auto;
  list-style: none;
  font-family: "Lucida Sans";
}
.push li {
  position: relative;
  padding: 0px 0 20px 40px;
  color: #fff;
  font-variant: small-caps;
  font-weight: bold;
  text-align: left;
}
.push li a {
  color: #fff;
}
.push li:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4F5151;
  content: "";
  left: 0;
  transition: .3s ease-in-out;
  top: 10px;
}
.push li:after {
  position: absolute;
  border-left: 1px dotted #4F5151;
  width: 1px;
  bottom: -12px;
  content: "";
  left: 3px;
  top: 48px;
}
.push li:hover:before{box-shadow: 0 0 1px 10px rgba(210,157,37, .25)}
.push li:last-child:after {content: none;}

.prompt {
  color:#21fd42;
}
.utp__wrapper{
  align-items: center;
}
.image-utp img{
  border-radius: 25px;
}
.case__item{
  width: 100%;
  height: 300px;
  background-size: cover !important;
  display: flex;
  justify-content: center;align-items: center;
  padding: 20px;
  font-size: 15px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.case__text{
  color: #111;
  background-color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 10px;
}
.form form{
  width: 100%;
  padding: 40px;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: #8820ff;
  border-radius: 10px;
}
.form form input{
  margin: 10px 0;
  padding: 15px 20px;
  outline: 0;
  border: 0;
  background-color: #333;
  color: #fff;
  border-radius: 10px;
}
.form form h1{
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: 20px 0;
}
@media(max-width:550px){
  .form form h1{
    font-size: 20px;
  }
}
.iti__country-name{
  color: #333;
}
form input.btn-submit{
  text-transform: uppercase;
  font-weight: bold;
  background-color: #6415bf;
  box-shadow: 0px 6px 1px 1px #4f0a9d;
  color: #fff;
  cursor:pointer;
  transition: box-shadow .4s ease;
}
form input.btn-submit:hover{
  box-shadow: none;
}
.btnsocial{
  width: 100%;
  max-width: 200px;
  text-align: center;
  border-radius: 5px;
  padding: 10px 25px;
  background-color: rgb(64, 125, 255);
}
.was{
  background-color: #0cbe27;
}

.overlay{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 22222;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.form{
  
  position: relative;
  transform: scale(0.5);
  transition: all 0.3s ease;
  opacity: 0;
  display: none; 
}
.form.active {
  display: flex;
  opacity: 1;
  transform: scale(1);
}
.close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
  cursor: pointer;
  padding: 10px 15px;
  font-size: 40px;
  opacity: 1;
  background-color: #fff;
}