.fullscreen {
  padding: 13% 0 0 0;
  position: relative;
}

@media (max-width: 1400px) {
  .fullscreen {
    padding: 220px 0 0 0;
  }
}

@media (max-width: 768px) {
  .fullscreen {
    padding: 145px 0 0 0;
  }
}

@media (max-width: 650px) {
  .fullscreen {
    padding: 170px 0 0 0;
  }
}

.fullscreen__container {
  overflow: hidden;
  padding: 0 20px 0% 20px;
}

@media (max-width: 550px) {
  .fullscreen__container {
    overflow: visible;
  }
}

.fullscreen__content {
  display: flex;
  align-items: center;
  padding: 0 0 15% 0;
}

@media (max-width: 1400px) {
  .fullscreen__content {
    padding: 0 0 120px 0;
  }
}

@media (max-width: 650px) {
  .fullscreen__content {
    padding: 0 0 90px 0;
  }
}

@media (max-width: 500px) {
  .fullscreen__content {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 470px) {
  .fullscreen__content {
    padding: 0 0 60px 0;
  }
}

@media (max-width: 650px) {
  .fullscreen__content {
    flex-wrap: wrap;
    max-width: 500px;
  }
}

.fullscreen__column:last-child {
  flex: 0 1 60%;
}

.fullscreen__column:first-child {
  flex: 0 1 40%;
}

@media (max-width: 1400px) {
  .fullscreen__column:last-child {
    flex: 0 1 50%;
  }

  .fullscreen__column:first-child {
    flex: 0 1 50%;
  }
}

@media (max-width: 800px) {
  .fullscreen__column:last-child {
    flex: 0 1 40%;
  }

  .fullscreen__column:first-child {
    flex: 0 1 60%;
  }
}

@media (max-width: 650px) {
  .fullscreen__column:last-child {
    flex: 0 1 100%;
  }

  .fullscreen__column:first-child {
    flex: 0 1 100%;
  }
}

.item-fullscreen__content {
  position: relative;
  z-index: 6;
}

@media (max-width: 650px) {
  .item-fullscreen__content {
    left: 20px;
  }
}

@media (max-width: 580px) {
  .item-fullscreen__content {
    left: 0px;
  }
}

.item-fullscreen__title {
    position: relative;
    z-index: 2;
    max-width: 650px;
    font-family: "TT Norms", sans-serif;
    font-size: clamp(22px, 1.6666666667vw + 16px, 40px);
    font-weight: 700;
    color: #fff;
    line-height: 130%;
    letter-spacing: 2%;
    text-transform: uppercase;
}

@media (max-width: 1300px) {
  .item-fullscreen__title {
    font-size: 29px;
  }
}

@media (max-width: 1150px) {
  .item-fullscreen__title {
    font-size: 26px;
  }
}

@media (max-width: 1000px) {
  .item-fullscreen__title {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  .item-fullscreen__title {
    font-size: 22px;
  }
}

@media (max-width: 830px) {
  .item-fullscreen__title {
    font-size: 22px;
  }
}

@media (max-width: 800px) {
  .item-fullscreen__title {
    max-width: 385px;
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .item-fullscreen__title {
    font-size: 19px;
  }
}

@media (max-width: 690px) {
  .item-fullscreen__title {
    font-size: 17px;
  }
}

@media (max-width: 650px) {
  .item-fullscreen__title {
    font-size: 20px;
  }
}

.item-fullscreen__desp {
  font-family: "Geometria-Light";
  font-weight: 400;
  font-size: 18px;
  line-height: 138.888889%;
  color: #ffffff;
  max-width: 450px;
  margin: 40px 0 0 0;
}

@media (max-width: 1150px) {
  .item-fullscreen__desp {
    font-size: 16px;
    margin: 25px 0 0 0;
  }
}

@media (max-width: 1000px) {
  .item-fullscreen__desp {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .item-fullscreen__desp {
    font-size: 14px;
    max-width: 340px;
  }
}

@media (max-width: 700px) {
  .item-fullscreen__desp {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .item-fullscreen__desp {
    font-size: 12px;
  }
}

.item-fullscreen__btn {
  margin: 60px 0 0 0;
  max-width: 320px;
}

@media (max-width: 1150px) {
  .item-fullscreen__btn {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 650px) {
  .item-fullscreen__btn {
    max-width: 100%;
  }
}

.image-fullscreen {
  position: relative;
  top: 115px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

@media (max-width: 1850px) {
  .image-fullscreen {
    top: 175px;
  }
}

@media (max-width: 1700px) {
  .image-fullscreen {
    top: 200px;
  }
}

@media (max-width: 1400px) {
  .image-fullscreen {
    justify-content: start;
  }
}

@media (max-width: 1100px) {
  .image-fullscreen {
    top: 130px;
  }
}

@media (max-width: 650px) {
  .image-fullscreen {
    justify-content: center;
    top: 110px;
  }
}

@media (max-width: 500px) {
  .image-fullscreen {
    top: 105px;
  }
}

@media (max-width: 400px) {
  .image-fullscreen {
    top: 75px;
  }
}

.image-fullscreen__fon img {
  min-width: 700px;
}

@media (max-width: 1250px) {
  .image-fullscreen__fon img {
    min-width: 600px;
  }
}

@media (max-width: 1100px) {
  .image-fullscreen__fon img {
    min-width: 510px;
  }
}

@media (max-width: 970px) {
  .image-fullscreen__fon img {
    min-width: 450px;
  }
}

@media (max-width: 850px) {
  .image-fullscreen__fon img {
    min-width: 390px;
  }
}

@media (max-width: 800px) {
  .image-fullscreen__fon img {
    min-width: auto;
    max-width: 320px;
  }
}

@media (max-width: 370px) {
  .image-fullscreen__fon img {
    max-width: 280px;
  }
}

.image-fullscreen__konb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.image-fullscreen__konb img {
  position: absolute;
  min-width: 680px;
  top: -28%;
  left: -8%;
}

@media (max-width: 1400px) {
  .image-fullscreen__konb img {
    left: -16%;
  }
}

@media (max-width: 1250px) {
  .image-fullscreen__konb img {
    min-width: 600px;
  }
}

@media (max-width: 1100px) {
  .image-fullscreen__konb img {
    min-width: 510px;
  }
}

@media (max-width: 970px) {
  .image-fullscreen__konb img {
    min-width: 450px;
    left: -19%;
  }
}

@media (max-width: 850px) {
  .image-fullscreen__konb img {
    min-width: 390px;
  }
}

@media (max-width: 800px) {
  .image-fullscreen__konb img {
    min-width: auto;
    max-width: 320px;
  }
}

@media (max-width: 650px) {
  .image-fullscreen__konb img {
    left: 3%;
  }
}

.image-fullscreen__elems {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.image-fullscreen__elem img {
  position: absolute;
}

.image-fullscreen__elem:first-child img {
  top: 0%;
  left: 25%;
}

@media (max-width: 1400px) {
  .image-fullscreen__elem:first-child img {
    left: 170px;
  }
}

@media (max-width: 1250px) {
  .image-fullscreen__elem:first-child img {
    left: 150px;
  }
}

@media (max-width: 1100px) {
  .image-fullscreen__elem:first-child img {
    left: 124px;
  }
}

@media (max-width: 970px) {
  .image-fullscreen__elem:first-child img {
    max-width: 90px;
    left: 105px;
    top: 10px;
  }
}

@media (max-width: 850px) {
  .image-fullscreen__elem:first-child img {
    max-width: 75px;
    left: 93px;
  }
}

@media (max-width: 800px) {
  .image-fullscreen__elem:first-child img {
    max-width: 65px;
    left: 75px;
  }
}

@media (max-width: 650px) {
  .image-fullscreen__elem:first-child img {
    left: 150px;
  }
}

@media (max-width: 405px) {
  .image-fullscreen__elem:first-child img {
    left: 120px;
    top: 11%;
  }
}

@media (max-width: 370px) {
  .image-fullscreen__elem:first-child img {
    max-width: 60px;
  }
}

.image-fullscreen__elem:nth-child(2) img {
  top: 20%;
  left: 60%;
}

@media (max-width: 1400px) {
  .image-fullscreen__elem:nth-child(2) img {
    left: 455px;
  }
}

@media (max-width: 1250px) {
  .image-fullscreen__elem:nth-child(2) img {
    left: 400px;
  }
}

@media (max-width: 1100px) {
  .image-fullscreen__elem:nth-child(2) img {
    left: 342px;
  }
}

@media (max-width: 970px) {
  .image-fullscreen__elem:nth-child(2) img {
    max-width: 95px;
    left: 300px;
  }
}

@media (max-width: 850px) {
  .image-fullscreen__elem:nth-child(2) img {
    max-width: 80px;
    left: 260px;
  }
}

@media (max-width: 800px) {
  .image-fullscreen__elem:nth-child(2) img {
    max-width: 75px;
    left: 200px;
  }
}

@media (max-width: 650px) {
  .image-fullscreen__elem:nth-child(2) img {
    left: 280px;
  }
}

@media (max-width: 405px) {
  .image-fullscreen__elem:nth-child(2) img {
    left: 234px;
  }
}

@media (max-width: 370px) {
  .image-fullscreen__elem:nth-child(2) img {
    max-width: 50px;
    left: 215px;
  }
}

.image-fullscreen__elem:nth-child(3) img {
  top: 50%;
  left: 53%;
}

@media (max-width: 1400px) {
  .image-fullscreen__elem:nth-child(3) img {
    left: 470px;
  }
}

@media (max-width: 1250px) {
  .image-fullscreen__elem:nth-child(3) img {
    left: 410px;
  }
}

@media (max-width: 1100px) {
  .image-fullscreen__elem:nth-child(3) img {
    left: 340px;
    max-width: 140px;
  }
}

@media (max-width: 970px) {
  .image-fullscreen__elem:nth-child(3) img {
    max-width: 110px;
    left: 295px;
  }
}

@media (max-width: 850px) {
  .image-fullscreen__elem:nth-child(3) img {
    max-width: 95px;
    left: 250px;
  }
}

@media (max-width: 800px) {
  .image-fullscreen__elem:nth-child(3) img {
    max-width: 70px;
    left: 205px;
  }
}

@media (max-width: 650px) {
  .image-fullscreen__elem:nth-child(3) img {
    left: 280px;
  }
}

@media (max-width: 405px) {
  .image-fullscreen__elem:nth-child(3) img {
    left: 235px;
  }
}

@media (max-width: 370px) {
  .image-fullscreen__elem:nth-child(3) img {
    max-width: 60px;
  }
}

@media (max-width: 370px) {
  .image-fullscreen__elem:nth-child(3) img {
    max-width: 60px;
    left: 205px;
  }
}

.image-fullscreen__elem:nth-child(4) img {
  top: 68%;
  left: 24%;
}

@media (max-width: 1400px) {
  .image-fullscreen__elem:nth-child(4) img {
    left: 160px;
  }
}

@media (max-width: 1250px) {
  .image-fullscreen__elem:nth-child(4) img {
    left: 140px;
  }
}

@media (max-width: 1100px) {
  .image-fullscreen__elem:nth-child(4) img {
    left: 110px;
  }
}

@media (max-width: 970px) {
  .image-fullscreen__elem:nth-child(4) img {
    max-width: 100px;
    top: 71%;
    left: 98px;
  }
}

@media (max-width: 850px) {
  .image-fullscreen__elem:nth-child(4) img {
    max-width: 80px;
    left: 90px;
  }
}

@media (max-width: 800px) {
  .image-fullscreen__elem:nth-child(4) img {
    max-width: 70px;
    left: 70px;
  }
}

@media (max-width: 650px) {
  .image-fullscreen__elem:nth-child(4) img {
    left: 150px;
  }
}

@media (max-width: 405px) {
  .image-fullscreen__elem:nth-child(4) img {
    left: 120px;
  }
}

@media (max-width: 370px) {
  .image-fullscreen__elem:nth-child(4) img {
    max-width: 60px;
  }
}

@media (max-width: 370px) {
  .image-fullscreen__elem:nth-child(4) img {
    max-width: 50px;
    left: 100px;
    top: 75%;
  }
}

.image-fullscreen__elem:nth-child(5) img {
  top: 82%;
  left: 47%;
}

@media (max-width: 1400px) {
  .image-fullscreen__elem:nth-child(5) img {
    left: 350px;
  }
}

@media (max-width: 1250px) {
  .image-fullscreen__elem:nth-child(5) img {
    left: 320px;
    top: 86%;
  }
}

@media (max-width: 1100px) {
  .image-fullscreen__elem:nth-child(5) img {
    left: 260px;
  }
}

@media (max-width: 970px) {
  .image-fullscreen__elem:nth-child(5) img {
    max-width: 90px;
    left: 240px;
  }
}

@media (max-width: 850px) {
  .image-fullscreen__elem:nth-child(5) img {
    max-width: 75px;
    left: 200px;
  }
}

@media (max-width: 800px) {
  .image-fullscreen__elem:nth-child(5) img {
    max-width: 65px;
    left: 165px;
  }
}

@media (max-width: 650px) {
  .image-fullscreen__elem:nth-child(5) img {
    left: 240px;
  }
}

@media (max-width: 405px) {
  .image-fullscreen__elem:nth-child(5) img {
    left: 200px;
  }
}

@media (max-width: 370px) {
  .image-fullscreen__elem:nth-child(5) img {
    max-width: 60px;
    left: 170px;
  }
}

@media (max-width: 475px) {
  .image-fullscreen__fon {
    position: relative;
    left: 10px;
  }
}

@media (max-width: 450px) {
  .image-fullscreen__fon {
    left: 30px;
  }
}

@media (max-width: 405px) {
  .image-fullscreen__fon {
    left: 10px;
  }

  .image-fullscreen__konb img {
    left: 1%;
    max-width: 285px;
    top: -15%;
  }
}

@media (max-width: 385px) {
  .image-fullscreen__fon {
    left: 20px;
  }
}

@media (max-width: 370px) {
  .image-fullscreen__fon {
    left: 10px;
  }

  .image-fullscreen__konb img {
    left: 2%;
    max-width: 250px;
    top: -16%;
  }
}

.fullscreen-two {
  position: relative;
}

.fullscreen__fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.fullscreen__fon img {
  width: 80%;
  height: 90%;
  object-fit: fill;
  display: flex;
  margin: auto 0 auto auto;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.6;
}

@media (max-width: 650px) {
  .fullscreen__fon img {
    height: 60%;
    bottom: 0;
    margin: auto auto 0 auto;
  }
}

@media (max-width: 500px) {
  .fullscreen__fon img {
    height: 58%;
  }
}

@media (max-width: 470px) {
  .fullscreen__fon img {
    height: 58%;
  }
}

@media (max-width: 405px) {
  .fullscreen__fon img {
    height: 56%;
  }
}

@media (max-width: 360px) {
  .fullscreen__fon img {
    height: 55%;
  }
}

.fullscreen__column-bottom {
  flex: 0 1 55% !important;
}

@media (max-width: 1400px) {
  .fullscreen__column-bottom {
    flex: 0 1 45% !important;
  }
}

@media (max-width: 810px) {
  .fullscreen__column-bottom {
    flex: 0 1 35% !important;
  }
}

@media (max-width: 650px) {
  .fullscreen__column-bottom {
    flex: 0 1 100% !important;
  }
}

.fullscreen__column-left {
  flex: 0 1 45% !important;
}

@media (max-width: 1400px) {
  .fullscreen__column-left {
    flex: 0 1 55% !important;
  }
}

@media (max-width: 810px) {
  .fullscreen__column-left {
    flex: 0 1 65% !important;
  }
}

@media (max-width: 650px) {
  .fullscreen__column-left {
    flex: 0 1 100% !important;
  }
}

.image-fullscreen-two {
  top: 60px;
  left: 0;
  justify-content: center;
}

@media (max-width: 650px) {
  .image-fullscreen-two {
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .image-fullscreen-two {
    top: 40px;
  }
}

.image-fullscreen-two__children {
  position: relative;
  z-index: 2;
}

@media (max-width: 820px) {
  .image-fullscreen-two__children {
    top: -30px;
  }
}

.image-fullscreen-two__children img {
  max-width: 100%;
}

@media (max-width: 1100px) {
  .image-fullscreen-two__children img {
    max-width: 400px;
  }
}

@media (max-width: 870px) {
  .image-fullscreen-two__children img {
    max-width: 350px;
  }
}

@media (max-width: 820px) {
  .image-fullscreen-two__children img {
    max-width: 300px;
  }
}

@media (max-width: 650px) {
  .image-fullscreen-two__children img {
    max-width: 270px;
  }
}

@media (max-width: 500px) {
  .image-fullscreen-two__children img {
    max-width: 255px;
  }
}

@media (max-width: 470px) {
  .image-fullscreen-two__children img {
    max-width: 245px;
  }
}

.image-fullscreen-two__text-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -5%;
  left: -50%;
  display: flex;
  align-items: end;
}

@media (max-width: 1100px) {
  .image-fullscreen-two__text-img img {
    max-width: 230px;
  }
}

@media (max-width: 820px) {
  .image-fullscreen-two__text-img img {
    max-width: 190px;
  }
}

@media (max-width: 650px) {
  .image-fullscreen-two__text-img {
    top: -5%;
    left: -30%;
  }
}

@media (max-width: 600px) {
  .image-fullscreen-two__text-img {
    top: 5%;
    left: -30%;
  }
}

@media (max-width: 390px) {
  .image-fullscreen-two__text-img {
    left: 0%;
  }
}

.image-fullscreen__smoke {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


@keyframes shadow {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.87);
  }

  to {
    transform: scale(1);
  }
}

.smoke-fullscreen__item {
  position: absolute;
  width: 100%;
  height: 100%;
}

.smoke-fullscreen__item img {
  width: 100%;
}

.smoke-fullscreen__item:first-child {
  z-index: 1;
  animation: shadow 5s infinite ease-in-out;
}

.smoke-fullscreen__item:first-child img {
  position: relative;
  top: 35%;
  left: 3%;
}

@media (max-width: 1400px) {
  .smoke-fullscreen__item:first-child img {
    top: 40%;
    left: 8%;
  }
}

@media (max-width: 1300px) {
  .smoke-fullscreen__item:first-child img {
    top: 48%;
    left: 7%;
  }
}

@media (max-width: 1070px) {
  .smoke-fullscreen__item:first-child img {
    top: 55%;
    left: 15%;
  }
}

@media (max-width: 810px) {
  .smoke-fullscreen__item:first-child img {
    top: 60%;
    left: 18%;
  }
}

@media (max-width: 650px) {
  .smoke-fullscreen__item:first-child img {
    top: 15%;
    left: 7%;
  }
}

@media (max-width: 500px) {
  .smoke-fullscreen__item:first-child img {
    top: 17%;
    left: 9%;
  }
}

@media (max-width: 470px) {
  .smoke-fullscreen__item:first-child img {
    top: 10%;
  }
}

.smoke-fullscreen__item:nth-child(2) {
  z-index: 1;
  animation: shadow 7s infinite ease-in-out;
}

.smoke-fullscreen__item:nth-child(2) img {
  position: absolute;
  top: -15%;
  left: -15%;
  transform: rotate(10deg);
}

@media (max-width: 1400px) {
  .smoke-fullscreen__item:nth-child(2) img {
    top: -4%;
    left: 2%;
    transform: rotate(-180deg);
  }
}

@media (max-width: 1300px) {
  .smoke-fullscreen__item:nth-child(2) img {
    top: 0%;
    left: -8%;
  }
}

@media (max-width: 1070px) {
  .smoke-fullscreen__item:nth-child(2) img {
    top: 5%;
    left: -10%;
  }
}

@media (max-width: 810px) {
  .smoke-fullscreen__item:nth-child(2) img {
    top: 15%;
    left: -20%;
  }
}

@media (max-width: 650px) {
  .smoke-fullscreen__item:nth-child(2) img {
    top: 5%;
    left: -5%;
    max-width: 350px;
    transform: rotate(0deg);
  }
}

@media (max-width: 470px) {
  .smoke-fullscreen__item:nth-child(2) img {
    top: -7%;
  }
}

.smoke-fullscreen__item:nth-child(3) {
  z-index: 1;
  animation: shadow 8s infinite ease-in-out;
}

.smoke-fullscreen__item:nth-child(3) img {
  position: absolute;
  top: 6%;
  left: 0%;
  transform: rotate(7deg);
}

@media (max-width: 1400px) {
  .smoke-fullscreen__item:nth-child(3) img {
    top: 12%;
    left: -10%;
  }
}

@media (max-width: 1300px) {
  .smoke-fullscreen__item:nth-child(3) img {
    top: 13%;
    left: -5%;
  }
}

@media (max-width: 1070px) {
  .smoke-fullscreen__item:nth-child(3) img {
    top: 15%;
    left: 0%;
  }
}

@media (max-width: 810px) {
  .smoke-fullscreen__item:nth-child(3) img {
    top: 15%;
    left: 10%;
  }
}

@media (max-width: 650px) {
  .smoke-fullscreen__item:nth-child(3) img {
    top: 5%;
    left: 11%;
    max-width: 401px;
  }
}

@media (max-width: 550px) {
  .smoke-fullscreen__item:nth-child(3) img {
    top: 9%;
    left: 8%;
    max-width: 370px;
  }
}

@media (max-width: 470px) {
  .smoke-fullscreen__item:nth-child(3) img {
    max-width: 320px;
  }
}

@media (max-width: 400px) {
  .smoke-fullscreen__item:nth-child(3) img {
    max-width: 280px;
  }
}


@keyframes shadows {
  50% {
    opacity: 0;
  }
}

.fullscreen__pik {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0;
  height: 100%;
  z-index: 1;
}

.fullscreen__pik img {
  position: relative;
  top: 0px;
  animation: shadows 3.5s infinite ease;
  opacity: 0.3;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

@media (max-width: 650px) {
  .fullscreen__pik img {
    object-fit: cover;
  }
}

.fullscreen-two {
  position: relative;
}

.global-copy-fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.global-copy-fon__img {
  position: absolute;
  width: 120%;
  top: 43%;
  left: -10%;
  transform: translate(0, -50%);
  height: 300px;
  background: #272727;
  transform: rotate(-13deg);
}

.global-copy-global {
  top: 0;
}

@media (max-width: 650px) {
  .global-copy-global {
    flex-direction: column;
  }
}

.item-fullscreen__desp-copy {
  max-width: 575px;
}

.global-copy-global__border {
  position: absolute;
  bottom: -30%;
  left: 10%;
  background: #272727;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 30px;
  max-width: 550px;
}

.global-copy-global__border span {
  font-weight: 700;
}

@media (max-width: 768px) {
  .global-copy-global__border span {
    color: rgb(184, 0, 1);
  }
}

@media (max-width: 810px) {
  .global-copy-global__border {
    padding: 20px;
  }
}

.global-copy-global__chlidren img {
  max-width: 550px;
}

.copywriting-global {
  position: relative;
}

.copywriting-global__container {
  position: relative;
}

.copywriting-global__content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  padding: 0px 0 150px;
}

@media (max-width: 1050px) {
  .copywriting-global__content {
    padding: 100px 0 120px;
  }
}

@media (max-width: 850px) {
  .copywriting-global__content {
    padding: 80px 0 100px;
  }
}

@media (max-width: 768px) {
  .copywriting-global__content {
    padding: 0 0 100px;
    margin: -80px 0 0 0;
  }
}

@media (max-width: 730px) {
  .copywriting-global__content {
    margin: -20px 0 0 0;
  }
}

@media (max-width: 650px) {
  .copywriting-global__content {
    margin: 0;
  }
}

@media (max-width: 550px) {
  .copywriting-global__content {
    padding: 50px 0 30px;
  }
}

@media (max-width: 420px) {
  .copywriting-global__content {
    padding: 20px 0 30px;
  }
}

.copywriting-global__image {
  flex: 0 1 50%;
}

@media (max-width: 1050px) {
  .copywriting-global__image img {
    max-width: 370px;
  }
}

@media (max-width: 850px) {
  .copywriting-global__image img {
    max-width: 310px;
  }
}

@media (max-width: 730px) {
  .copywriting-global__image img {
    max-width: 250px;
  }
}

.copywriting-global__deps {
  flex: 0 1 50%;
}

.copywriting-global__deps p:last-child {
  margin: 30px 0 0 0;
}

.copywriting-global__arr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.copywriting-global__arr svg {
  position: relative;
  left: -17%;
  max-height: 705px;
}

@media (max-width: 1050px) {
  .copywriting-global__arr svg {
    position: relative;
    left: -17%;
    top: 13%;
    max-height: 520px;
  }
}

@media (max-width: 850px) {
  .copywriting-global__arr svg {
    top: 19%;
    max-height: 430px;
  }
}

@media (max-width: 768px) {
  .copywriting-global__arr svg {
    top: 0%;
    max-height: 400px;
  }
}

@media (max-width: 550px) {
  .copywriting-global__arr svg {
    top: 17%;
    max-height: 360px;
  }
}

@media (max-width: 420px) {
  .copywriting-global__arr svg {
    top: 23%;
    max-height: 310px;
    left: -40px;
  }
}

@media (max-width: 380px) {
  .copywriting-global__arr svg {
    top: 23%;
  }
}

@media (max-width: 340px) {
  .copywriting-global__arr svg {
    top: 25%;
  }
}

.image-copywriting__text img {
  max-width: 340px;
}

.image-copywriting__text {
  position: absolute;
  bottom: 17%;
  left: 13%;
}

@media (max-width: 768px) {
  .image-copywriting__text {
    bottom: 6%;
  }
}

@media (max-width: 730px) {
  .image-copywriting__text {
    bottom: 17%;
  }
}

@media (max-width: 1050px) {
  .image-copywriting__text img {
    max-width: 300px;
  }
}

@media (max-width: 850px) {
  .image-copywriting__text img {
    max-width: 250px;
  }
}

@media (max-width: 730px) {
  .image-copywriting__text img {
    max-width: 200px;
  }
}

.сopywriting-globals {
  overflow: hidden;
}

.fullscreen__container {
  overflow: visible;
}

@media (max-width: 1250px) {
  .global-copy-global__border {
    bottom: -35%;
    left: -18%;
  }
}

@media (max-width: 900px) {
  .global-copy-global__border {
    left: -30%;
    bottom: -48%;
  }
}

@media (max-width: 850px) {
  .global-copy-global__border {
    bottom: -43%;
  }
}

@media (max-width: 730px) {
  .global-copy-global__border {
    bottom: -57%;
  }
}

@media (max-width: 670px) {
  .global-copy-global__border {
    bottom: -61%;
  }
}

@media (max-width: 650px) {
  .global-copy-global__border {
    left: 0;
    bottom: 0;
    position: relative;
  }
}

@media (max-width: 340px) {
  .global-copy-global__border {
    max-width: 270px;
  }
}

@media (max-width: 810px) {
  .fullscreen__column-bottom {
    flex: 0 1 45% !important;
  }
}

@media (max-width: 650px) {
  .fullscreen__column-bottom {
    flex: 0 1 100% !important;
  }
}

@media (max-width: 650px) {
  .fullscreen__content {
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
}

@media (max-width: 650px) {
  .global-copy-global__chlidren img {
    max-width: 400px;
  }
}

@media (max-width: 500px) {
  .global-copy-global__chlidren img {
    max-width: 350px;
  }
}

@media (max-width: 400px) {
  .global-copy-global__chlidren img {
    max-width: 300px;
  }
}

.global-copy-global__chlidren {
  transform: translate(0, 30%);
  opacity: 0;
  transition: all 1s ease 0.5s;
}

.global-copy-global__chlidren._active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.image-copywriting-ones {
  transform: translate(-120%, 60%);
  opacity: 0;
  transition: all 1s ease 0.3s;
}

.image-copywriting-ones._active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.image-copywriting__text {
  transform: translate(0, 30%);
  opacity: 0;
  transition: all 1s ease 0.8s;
}

.image-copywriting__text._active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.global-serm {
  position: relative;
}

.global-serm .copywriting-selling__fon {
  top: 0px;
}

.global-serm .copywriting-selling__content {
  position: relative;
  z-index: 2;
}

.videos__container {
  position: relative;
}

.global-copy-global__dom {
  position: absolute;
  top: -580px;
  right: -36%;
  z-index: 1;
}

.global-copy-global__dom img {
  max-width: 1325px;
}

@media (max-width: 1400px) {
  .global-copy-global__dom img {
    max-width: 1200px;
  }
}

@media (max-width: 1150px) {
  .global-copy-global__dom img {
    max-width: 1100px;
  }
}

@media (max-width: 1000px) {
  .global-copy-global__dom img {
    max-width: 1000px;
  }
}

@media (max-width: 900px) {
  .global-copy-global__dom img {
    max-width: 920px;
  }
}

@media (max-width: 750px) {
  .global-copy-global__dom img {
    max-width: 830px;
  }
}

@media (max-width: 650px) {
  .global-copy-global__dom img {
    max-width: 550px;
  }
}

@media (max-width: 1400px) {
  .global-copy-global__dom {
    top: -330px;
  }
}

@media (max-width: 1100px) {
  .global-copy-global__dom {
    right: -47%;
  }
}

@media (max-width: 768px) {
  .global-copy-global__dom {
    right: -60%;
  }
}

@media (max-width: 750px) {
  .global-copy-global__dom {
    right: -50%;
  }
}

@media (max-width: 650px) {
  .global-copy-global__dom {
    top: 10%;
    right: -10%;
  }
}

@media (max-width: 520px) {
  .global-copy-global__dom {
    right: -25%;
  }
}

@media (max-width: 440px) {
  .global-copy-global__dom {
    right: -40%;
  }
}

@media (max-width: 380px) {
  .global-copy-global__dom {
    right: -50%;
  }
}

.dom-global-copy-global__item {
  position: absolute;
  z-index: 2;
}

.dom-global-copy-global__item:first-child {
  top: 65%;
  left: 15%;
  animation: globalChild 10.5s infinite;
}

.dom-global-copy-global__item:nth-child(2) {
  top: 75%;
  left: 38%;
  animation: globalChild 4.5s infinite;
}

.dom-global-copy-global__item:nth-child(3) {
  top: 40%;
  left: 10%;
  animation: globalChild 7.5s infinite;
}

.dom-global-copy-global__item:nth-child(4) {
  top: 25%;
  left: 5%;
  animation: globalChild 9.5s infinite;
}

.dom-global-copy-global__item:nth-child(5) {
  top: 65%;
  left: 55%;
  animation: globalChild 9.5s infinite;
}

.dom-global-copy-global__item:nth-child(6) {
  top: 25%;
  left: 55%;
  animation: globalChild 4.5s infinite;
}

.dom-global-copy-global__item:nth-child(7) {
  top: 15%;
  left: 40%;
  animation: globalChild 10.5s infinite;
}

.dom-global-copy-global__item:nth-child(8) {
  top: 43%;
  left: 53%;
  animation: globalChild 10.5s infinite;
}

.dom-global-copy-global__item:nth-child(9) {
  top: 45%;
  left: 77%;
  animation: globalChild 10.5s infinite;
}

.dom-global-copy-global__item img {
  max-width: 220px;
  max-height: 300px;
}

@media (max-width: 650px) {
  .dom-global-copy-global__item img {
    max-width: 120px;
    max-height: 200px;
  }
}

.global-copy-global__chlidren {
  position: relative;
  z-index: 2;
  top: 50px;
}

@media (max-width: 1300px) {
  .global-copy-global__chlidren {
    left: -100px;
  }
}

@media (max-width: 1100px) {
  .global-copy-global__chlidren {
    left: -60px;
  }
}

@media (max-width: 900px) {
  .global-copy-global__chlidren {
    top: 0px;
  }
}

@media (max-width: 650px) {
  .global-copy-global__chlidren {
    top: 15px;
  }
}

.global-copy-global__chlidren img {
  max-width: 400px;
}

@media (max-width: 991px) {
  .global-copy-global__chlidren img {
    max-width: 350px;
  }
}

@media (max-width: 750px) {
  .global-copy-global__chlidren img {
    max-width: 280px;
  }
}

@media (max-width: 650px) {
  .global-copy-global__chlidren img {
    max-width: 240px;
  }
}

.global-copy-global__img-text {
  position: absolute;
  bottom: 30%;
  left: 40%;
}

.global-copy-global__img-text img {
  max-width: 300px;
}

@media (max-width: 991px) {
  .global-copy-global__img-text img {
    max-width: 240px;
  }
}

@media (max-width: 650px) {
  .global-copy-global__img-text img {
    max-width: 190px;
  }
}

.fullscreen__content-ten {
  padding: 0;
}

.image-copywriting__text-ten {
  position: absolute;
  bottom: 28%;
  left: 15%;
  background: #272727;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 25px 30px;
  z-index: 2;
}

.image-copywriting__text-ten span {
  color: rgb(184, 0, 1);
}

@media (max-width: 1150px) {
  .image-copywriting__text-ten {
    left: 10%;
  }
}

.image-copywriting__fire {
  position: absolute;
  top: -20%;
  left: -5%;
  z-index: 1;
}

@media (max-width: 1150px) {
  .image-copywriting__fire {
    left: -1%;
  }
}

.image-copywriting__fire img {
  max-width: 770px;
  max-height: 900px;
}

@media (max-width: 1150px) {
  .image-copywriting__fire img {
    max-height: 700px;
  }
}

.image-copywriting-ten img {
  position: relative;
  z-index: 2;
}

.copywriting-global__deps-ten p {
  padding: 0 0 30px 0;
}

.copywriting-global__deps-ten p:last-child {
  padding: 0;
  margin: 0;
}

@media (max-width: 1150px) {
  .copywriting-global__arr svg {
    top: -10%;
  }
}

.copywriting-global__arr-ten {
  left: auto;
  right: 0;
  display: flex;
  justify-content: end;
}

.copywriting-global__arr-ten svg {
  position: relative;
  left: auto;
  max-height: 705px;
}

@media (max-width: 1180px) {
  .copywriting-global__arr-ten svg {
    max-height: 580px;
  }
}

@media (max-width: 11150px) {
  .copywriting-global__arr-ten svg {
    top: 0%;
  }
}

.image-copywriting-tens {
  max-width: 475px;
  position: relative;
  top: -20%;
  right: -20%;
}

@media (max-width: 1150px) {
  .image-copywriting-tens {
    max-width: 380px;
  }
}

.image-copywriting__text-tens {
  right: 15%;
  left: auto;
}

@media (max-width: 1150px) {
  .image-copywriting__text-tens {
    right: 7%;
  }
}

.image-copywriting__fire-two {
  right: -15%;
  left: auto;
  top: 0%;
}

.image-copywriting__fire-two img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1150px) {
  .image-copywriting__fire-two img {
    max-width: 770px;
  }
}

.copywriting-selling__column-ten .copywriting-selling__image {
  top: -90px;
}

.copywriting-selling__column-ten:nth-child(2) .copywriting-selling__image {
  top: -150px;
}

.copywriting-selling__column-ten:first-child .copywriting-selling__image {
  top: -70px;
}

.image-copywriting-ones {
  transform: translate(-60%, 0%);
  transition: all 1s ease 0s;
}

@media (max-width: 1150px) {
  .image-copywriting-ones {
    max-width: 480px;
  }
}

@media (max-width: 850px) {
  .image-copywriting-ones {
    max-width: 340px;
  }
}

.image-copywriting-tens {
  transform: translate(0, 60%);
  opacity: 0;
}

.image-copywriting-tens._active {
  transform: translate(0, 0%);
  opacity: 1;
  transition: all 0.6s ease 0s;
}

@media (max-width: 1180px) {
  .copywriting-global__arr svg {
    max-height: 550px;
  }
}

@media (max-width: 1150px) {
  .global-copy-global__img-text {
    left: 30%;
  }
}

@media (max-width: 1050px) {
  .copywriting-global__image img {
    max-width: 480px;
  }

  .image-copywriting-tens {
    max-width: 380px !important;
  }

  .copywriting-global__arr svg {
    top: 1%;
  }

  .copywriting-global__arr-ten svg {
    top: 15%;
  }

  .copywriting-global__content {
    padding: 60px 0 120px;
  }
}

@media (max-width: 991px) {
  .copywriting-global__arr svg {
    max-height: 500px;
  }
}

@media (max-width: 850px) {
  .image-copywriting-ones {
    max-width: 410px !important;
  }
}

@media (max-width: 850px) {
  .copywriting-global__arr svg {
    max-height: 450px;
  }

  .image-copywriting__text-ten {
    bottom: 15%;
  }

  .copywriting-global__content {
    padding: 70px 0 60px;
  }
}

@media (max-width: 760px) {
  .image-copywriting-ones {
    max-width: 360px !important;
  }

  .image-copywriting-tens {
    max-width: 270px !important;
  }

  .copywriting-global__arr svg {
    max-height: 380px;
  }

  .copywriting-global__arr svg {
    top: 11%;
  }

  .copywriting-global__arr-ten svg {
    top: 28%;
  }

  .image-copywriting__text-ten {
    padding: 15px 20px;
  }

  .copywriting-global__deps-ten p {
    padding: 0 0 15px 0;
  }

  .copywriting-global__content {
    padding: 86px 0 60px;
  }

  .image-copywriting__fire {
    top: 0%;
  }

  .copywriting-global__image img {
    max-width: 270px;
  }

  .image-copywriting__fire-two {
    top: 30%;
  }

  .image-copywriting__fire-two img {
    max-width: 390px;
  }
}

@media (max-width: 700px) {
  .image-copywriting-ones {
    max-width: 330px !important;
  }

  .image-copywriting-tens {
    max-width: 245px !important;
  }
}

@media (max-width: 680px) {
  .copywriting-global__arr svg {
    max-height: 350px;
  }

  .copywriting-global__arr svg {
    top: 15%;
  }

  .copywriting-global__arr-ten svg {
    top: 30%;
  }

  .copywriting-global__content {
    padding: 50px 0 60px;
  }
}

@media (max-width: 650px) {
  .copywriting-global__content {
    flex-direction: column-reverse;
  }

  .copywriting-global__content-two {
    flex-direction: column;
  }

  .image-copywriting-ones {
    max-width: 400px !important;
  }

  .copywriting-global__arr svg {
    top: 45%;
  }

  .image-copywriting__text-ten {
    bottom: 6%;
  }

  .copywriting-global__image {
    margin: 20px 0 0 0;
  }

  .image-copywriting__fire {
    top: 35%;
    left: 30%;
  }

  .image-copywriting__text-ten {
    left: 25%;
    max-width: 280px;
  }

  .copywriting-global__arr-ten svg {
    top: 50%;
  }

  .copywriting-global__content-two {
    padding: 15px 0 115px;
  }
}

@media (max-width: 420px) {
  .copywriting-global__arr svg {
    top: 50%;
  }

  .image-copywriting__text-ten {
    left: 15%;
  }
}

@media (max-width: 370px) {
  .copywriting-global__arr svg {
    top: 60%;
  }

  .copywriting-global__arr-ten svg {
    top: 50%;
  }
}

@media (max-width: 1100px) {
  .copywriting-selling__column-ten:nth-child(2) .copywriting-selling__image {
    top: -105px;
  }
}

@media (max-width: 900px) {
  .copywriting-selling__image img {
    max-height: 240px !important;
    max-width: 250px;
  }

  .copywriting-selling__column-ten:nth-child(2) .copywriting-selling__image {
    top: -70px;
  }

  .copywriting-selling__column-ten:first-child .copywriting-selling__image {
    top: -35px;
  }

  .copywriting-selling__column-ten .copywriting-selling__image {
    top: -70px;
  }
}

@media (max-width: 740px) {
  .copywriting-selling__image img {
    max-height: 205px !important;
    max-width: 250px;
  }

  .copywriting-selling__column-ten .copywriting-selling__image {
    top: -60px;
  }

  .copywriting-selling__column-ten:first-child .copywriting-selling__image {
    top: -45px;
  }
}

@media (max-width: 500px) {
  .copywriting-selling__image img {
    max-height: 184px !important;
    max-width: 205px;
  }
}

@media (max-width: 400px) {
  .copywriting-selling__image img {
    max-height: 158px !important;
    max-width: 180px;
  }

  .copywriting-selling__column-ten:nth-child(2) .copywriting-selling__image {
    top: -45px;
  }
}


@keyframes globalChild {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.8) rotate(1deg) translate(10%, 0);
  }

  70% {
    transform: scale(0.8) rotate(-1deg) translate(-10%, 0);
  }

  to {
    transform: scale(1);
  }
}

.item-fullscreen__content {
  top: -50px;
}

@media (max-width: 900px) {
  .item-fullscreen__content {
    top: 0;
  }
}

.fullscreen__pik {
  top: -350px;
  left: -500px;
}

.fullscreen__pik-two {
  top: 340px;
  right: -600px;
  left: auto;
}

.fullscreen__dron {
  position: absolute;
  top: 55%;
  left: 15%;
  z-index: 2;
  animation: globalChild 11.5s infinite;
}

.fullscreen__dron img {
  max-width: 650px;
}

@media (max-width: 1000px) {
  .fullscreen__dron img {
    max-width: 550px;
  }
}

@media (max-width: 800px) {
  .fullscreen__dron img {
    max-width: 350px;
  }
}

@media (max-width: 850px) {
  .fullscreen__dron {
    top: 65%;
    left: 0%;
  }
}

@media (max-width: 650px) {
  .fullscreen__dron {
    top: 35%;
    left: -5%;
  }
}

@media (max-width: 550px) {
  .fullscreen__dron {
    display: none;
  }
}

.fullscreen__dron-two {
  position: absolute;
  animation: globalChild 7.5s infinite;
  top: -5%;
  left: 20%;
  z-index: 2;
  transform: scale(-1, 1);
}

.fullscreen__dron-two img {
  max-width: 350px;
}

@media (max-width: 800px) {
  .fullscreen__dron-two img {
    max-width: 250px;
  }
}

@media (max-width: 1650px) {
  .fullscreen__dron-two {
    top: 0%;
    left: 30%;
  }
}

@media (max-width: 850px) {
  .fullscreen__dron-two {
    top: -3%;
    left: 16%;
  }
}

@media (max-width: 800px) {
  .fullscreen__dron-two {
    left: 70%;
  }
}

@media (max-width: 550px) {
  .fullscreen__dron-two {
    display: none;
  }
}

.copywriting-selling {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .copywriting-selling {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .copywriting-selling {
    padding: 50px 0;
  }
}

.copywriting-selling__container {
  position: relative;
  z-index: 2;
}

.copywriting-selling__title {
  max-width: 350px;
  text-align: left;
}

.copywriting-selling__subtitle {
  max-width: 550px;
  margin: 40px 0 0 0;
}

@media (max-width: 600px) {
  .copywriting-selling__subtitle {
    margin: 20px 0 0 0;
  }
}

.copywriting-selling__content {
  display: flex;
  margin: 340px 0 -80px 0;
}

@media (max-width: 1100px) {
  .copywriting-selling__content {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 75px 0 0 0;
  }
}

@media (max-width: 500px) {
  .copywriting-selling__content {
    margin: 20px 0 0 0;
  }
}

.copywriting-selling__column {
  flex: 0 1 25%;
  margin: 0 22.5px;
  position: relative;
}

@media (max-width: 1250px) {
  .copywriting-selling__column {
    margin: 0 10px;
  }
}

@media (max-width: 1100px) {
  .copywriting-selling__column {
    flex: 0 1 48%;
  }
}

@media (max-width: 1100px) {
  .copywriting-selling__column {
    margin: 60px 10px 0 10px;
  }
}

@media (max-width: 1050px) {
  .copywriting-selling__column {
    flex: 0 1 45%;
  }
}

@media (max-width: 500px) {
  .copywriting-selling__column {
    flex: 0 1 100%;
  }
}

@media (max-width: 600px) {
  .copywriting-selling__column {
    margin: 40px 10px 0 10px;
  }
}

.copywriting-selling__column:first-child {
  margin: 0 22.5px 0 0;
}

@media (max-width: 1250px) {
  .copywriting-selling__column:first-child {
    margin: 0 10px;
  }
}

@media (max-width: 1100px) {
  .copywriting-selling__column:first-child {
    margin: 60px 10px 0 10px;
  }
}

@media (max-width: 600px) {
  .copywriting-selling__column:first-child {
    margin: 40px 10px 0 10px;
  }
}

.copywriting-selling__column:last-child {
  margin: 0 0 0 22.5px;
}

@media (max-width: 1250px) {
  .copywriting-selling__column:last-child {
    margin: 0 10 0 10px;
  }
}

@media (max-width: 1100px) {
  .copywriting-selling__column:last-child {
    margin: 60px 10px 0 10px;
  }
}

@media (max-width: 600px) {
  .copywriting-selling__column:last-child {
    margin: 40px 10px 0 10px;
  }
}

.copywriting-selling__column:nth-child(odd) {
  top: -200px;
}

@media (max-width: 1100px) {
  .copywriting-selling__column:nth-child(odd) {
    top: 0px;
  }
}

.copywriting-selling__column:nth-child(2) .copywriting-selling__item .copywriting-selling__text {
  margin: 80px 0 0 0;
}

.copywriting-selling__column:nth-child(4) {
  top: -80px;
}

@media (max-width: 1100px) {
  .copywriting-selling__column:nth-child(4) {
    top: 0px;
  }
}

.copywriting-selling__item {
  display: flex;
  align-items: end;
  background: #272727;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 30px;
  position: relative;
}

@media (max-width: 1100px) {
  .copywriting-selling__item {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .copywriting-selling__item {
    padding: 15px;
  }
}

@media (max-width: 420px) {
  .copywriting-selling__item {
    padding: 10px;
  }
}

.copywriting-selling__image {
  display: flex;
  justify-content: center;
  align-items: start;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 0;
}

@media (max-width: 1100px) {
  .copywriting-selling__image {
    top: -65px;
  }
}

@media (max-width: 900px) {
  .copywriting-selling__image {
    top: -30px;
  }
}

@media (max-width: 740px) {
  .copywriting-selling__image {
    top: -40px;
  }
}

@media (max-width: 600px) {
  .copywriting-selling__image {
    top: -10px;
  }
}

@media (max-width: 500px) {
  .copywriting-selling__image {
    top: -30px;
  }
}

.copywriting-selling__image img {
  max-height: 270px;
}

@media (max-width: 900px) {
  .copywriting-selling__image img {
    max-height: 170px;
  }
}

@media (max-width: 740px) {
  .copywriting-selling__image img {
    max-height: 160px;
  }
}

@media (max-width: 600px) {
  .copywriting-selling__image img {
    max-height: 125px;
  }
}

.copywriting-selling__text {
  text-align: center;
  margin: 135px 0 0 0;
}

@media (max-width: 740px) {
  .copywriting-selling__text {
    margin: 100px 0 0 0;
  }
}

@media (max-width: 600px) {
  .copywriting-selling__text {
    margin: 90px 0 0 0;
  }
}

.copywriting-selling__fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 150px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.copywriting-selling__fon img {
  width: 100%;
  max-height: 355px;
}

.copywriting-selling__column {
  transform: translate(0, 60%);
  opacity: 0;
}

.copywriting-selling__column:first-child {
  transition: all 1s ease 0.1s;
}

@media (max-width: 600px) {
  .copywriting-selling__column:first-child {
    transition: all 1s ease 0s;
  }
}

.copywriting-selling__column:nth-child(2) {
  transition: all 1s ease 0.3s;
}

@media (max-width: 600px) {
  .copywriting-selling__column:nth-child(2) {
    transition: all 1s ease 0s;
  }
}

.copywriting-selling__column:nth-child(3) {
  transition: all 1s ease 0.5s;
}

@media (max-width: 600px) {
  .copywriting-selling__column:nth-child(3) {
    transition: all 1s ease 0s;
  }
}

.copywriting-selling__column:nth-child(4) {
  transition: all 1s ease 0.7s;
}

@media (max-width: 600px) {
  .copywriting-selling__column:nth-child(4) {
    transition: all 1s ease 0s;
  }
}

.copywriting-selling__column._active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.copywriting-selling__column:nth-child(2) .copywriting-selling__item .copywriting-selling__text {
  margin: 80px 0 0 0;
}

@media (max-width: 1100px) {
  .copywriting-selling__column:nth-child(2) .copywriting-selling__item .copywriting-selling__text {
    margin: 135px 0 0 0;
  }
}

@media (max-width: 740px) {
  .copywriting-selling__column:nth-child(2) .copywriting-selling__item .copywriting-selling__text {
    margin: 100px 0 0 0;
  }
}

.slider {
  overflow: hidden;
  background: #1b1b1b;
}

@media (max-width: 1100px) {
  .slider {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 500px) {
  .slider {
    padding: 0 0 25px 0;
  }
}

.slider__container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 900px) {
  .slider__container {
    padding: 0 10px;
  }
}

.slider__subtitle {
  font-family: "TTNorms-Regular";
  font-weight: 400;
  font-size: 30px;
  line-height: 133.333333%;
  text-align: center;
  text-transform: uppercase;
  color: #b80001;
  margin: 20px 0 0 0;
  position: relative;
}

@media (max-width: 1100px) {
  .slider__subtitle {
    font-size: 25px;
  }
}

@media (max-width: 750px) {
  .slider__subtitle {
    font-size: 21px;
  }
}

@media (max-width: 500px) {
  .slider__subtitle {
    font-size: 16px;
  }
}

.slider__text {
  font-family: "Geometria-Light";
  font-weight: 400;
  font-size: 18px;
  line-height: 138.888889%;
  text-align: center;
  color: #ffffff;
  max-width: 700px;
  margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
  .slider__text {
    font-size: 16px;
    margin: 20px auto 0 auto;
  }
}

@media (max-width: 768px) {
  .slider__text {
    font-size: 14px;
    margin: 20px auto 0 auto;
  }
}

@media (max-width: 500px) {
  .slider__text {
    font-size: 12px;
  }
}

.slider__content {
  margin: 70px 0 0 0;
}

@media (max-width: 950px) {
  .slider__content {
    margin: 100px 0 0 0;
  }
}

@media (max-width: 650px) {
  .slider__column {
    height: auto !important;
  }
}

@media (max-width: 650px) {
  .slider__item {
    height: 100%;
  }
}

.item-slider {
  display: flex;
  align-items: center;
}

@media (max-width: 650px) {
  .item-slider {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
}

.item-slider__content {
  position: relative;
}

@media (max-width: 650px) {
  .item-slider__content {
    flex: 1 1 auto;
  }
}

.item-slider__num {
  color: #b80001;
  font-size: 100px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -80px;
  left: 70px;
}

@media (max-width: 1200px) {
  .item-slider__num {
    font-size: 90px;
    top: -74px;
  }
}

@media (max-width: 780px) {
  .item-slider__num {
    font-size: 75px;
    top: -62px;
  }
}

.item-slider__text {
  font-family: "Geometria-Light";
  font-weight: 400;
  font-size: 18px;
  line-height: 138.888889%;
  color: rgba(255, 255, 255, 0.8);
  background: #272727;
  padding: 60px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .item-slider__text {
    font-size: 16px;
  }
}

@media (max-width: 1100px) {
  .item-slider__text {
    padding: 40px;
  }
}

@media (max-width: 1000px) {
  .item-slider__text {
    padding: 30px;
  }
}

@media (max-width: 870px) {
  .item-slider__text {
    font-size: 14px;
  }
}

@media (max-width: 740px) {
  .item-slider__text {
    font-size: 13px;
  }
}

.item-slider__image {
  padding: 0 0 0 30px;
}

.item-slider__image img {
  max-width: 580px;
}

@media (max-width: 1200px) {
  .item-slider__image img {
    max-width: 490px;
  }
}

@media (max-width: 991px) {
  .item-slider__image img {
    max-width: 390px;
  }
}

@media (max-width: 870px) {
  .item-slider__image img {
    max-width: 304px;
  }
}

@media (max-width: 700px) {
  .item-slider__image img {
    max-width: 270px;
  }
}

@media (max-width: 650px) {
  .item-slider__image img {
    max-width: 304px;
  }
}

@media (max-width: 800px) {
  .item-slider__image {
    padding: 0 0 0 10px;
  }
}

.bullets-slider__bullet {
  cursor: pointer;
  position: relative;
  z-index: 100;
}

.bullets-slider__bullet.active .bullets-slider__title {
  color: #b80001;
}

.bullets-slider {
  position: relative;
}

.bullets-slider__bullet {
  flex: 0 1 25%;
  padding: 0 50px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 991px) {
  .bullets-slider__bullet {
    padding: 0 25px;
  }
}

@media (max-width: 650px) {
  .bullets-slider__bullet {
    display: none;
  }
}

.bullets-slider__cont {
  display: flex;

  margin: 50px auto 50px auto;
}

.bullets-slider__num {
  font-weight: 700;
  font-size: 30px;
  line-height: 116.666667%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  flex: 1 1 auto;
}

@media (max-width: 770px) {
  .bullets-slider__num {
    font-size: 24px;
  }
}

.bullets-slider__title {
  padding: 10px 0 0 0;
  font-family: "TTNorms-Regular";
  font-weight: 400;
  font-size: 18px;
  line-height: 116.666667%;
  text-align: center;
  text-transform: capitalize;
  color: #838383;
}

@media (max-width: 770px) {
  .bullets-slider__title {
    font-size: 14px;
  }
}

.bullets-slider__cont {
  position: relative;
}

.pag-slider__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 150%;
  left: 0;
}

.pag-slider__image img {
  width: 100%;
}

span.swiper-pagination-bullet:after {
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

span.swiper-pagination-bullet {
  position: relative !important;
  top: 75px;
}

.swiper-pagination {
  display: flex;
  justify-content: space-between;
}

span.swiper-pagination-bullet {
  opacity: 1;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 0px 8px #ffffff;
  width: 25px;
  height: 25px;
  animation: pulse 2s infinite;
}

@media (max-width: 650px) {
  span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}

span.swiper-pagination-bullet-active {
  background: #b80001;
  box-shadow: 0px 0px 17px #ff2324;
}

.bullets-slider__title.active {
  color: #b80001;
}

.swiper-button-prevs {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -70px;
  z-index: 5;
}

@media (max-width: 1450px) {
  .swiper-button-prevs {
    left: -5px;
  }
}

.swiper-button-prevs:after {
  content: "";
  width: 20px;
  height: 4px;
  transition: all 0.4s ease 0s;
  position: absolute;
  top: 39.5%;
  transform: translate(0, 63%) rotate(-45deg);
  left: 10px;
  background-color: #fff;
  cursor: pointer;
}

.swiper-button-prevs:before {
  content: "";
  width: 20px;
  transition: all 0.4s ease 0s;
  height: 4px;
  position: absolute;
  top: 61.5%;
  transform: translate(0, 61.5%) rotate(45deg);
  left: 10px;
  background-color: #fff;
  cursor: pointer;
}

.swiper-button-prevs:hover:after {
  background-color: #b80001;
}

.swiper-button-prevs:hover:before {
  background-color: #b80001;
}

.swiper-button-nexts {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: -70px;
  z-index: 5;
  transition: all 0.4s ease 0s;
}

@media (max-width: 1450px) {
  .swiper-button-nexts {
    right: -5px;
  }
}

.swiper-button-nexts:after {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  top: 39.5%;
  transform: translate(0, 63%) rotate(45deg);
  right: 10px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}

.swiper-button-nexts:before {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  top: 61.5%;
  transform: translate(0, 61.5%) rotate(-45deg);
  right: 10px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}

.swiper-button-nexts:hover:after {
  background-color: #b80001;
}

.swiper-button-nexts:hover:before {
  background-color: #b80001;
}

.slider__cont {
  position: relative;
}

.dont-push {
  padding: 150px 0 100px 0;
  overflow: hidden;
}

@media (max-width: 650px) {
  .dont-push {
    padding: 60px 0 60px 0;
  }
}

.dont-push__container {
  position: relative;
}

.dont-push__content {
  display: flex;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .dont-push__content {
    align-items: center;
  }
}

@media (max-width: 650px) {
  .dont-push__content {
    flex-direction: column;
  }
}

.dont-push__column {
  flex: 0 1 50%;
}

.dont-push__column:last-child {
  padding: 0 0 0 30px;
}

@media (max-width: 850px) {
  .dont-push__column:last-child {
    flex: 0 1 40%;
  }
}

@media (max-width: 850px) {
  .dont-push__column:first-child {
    flex: 0 1 60%;
  }
}

.dont-push__arr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: end;
  align-items: end;
}

.dont-push__arr svg {
  max-height: 1200px;
  position: relative;
  top: 10%;
  left: 9%;
}

@media (max-width: 1200px) {
  .dont-push__arr svg {
    max-height: 1050px;
  }
}

@media (max-width: 991px) {
  .dont-push__arr svg {
    left: 13%;
    max-height: 950px;
  }
}

@media (max-width: 850px) {
  .dont-push__arr svg {
    max-height: 750px;
    top: -11%;
  }
}

@media (max-width: 650px) {
  .dont-push__arr svg {
    top: -7%;
  }
}

@media (max-width: 400px) {
  .dont-push__arr svg {
    top: -15%;
  }
}

@media (max-width: 650px) {
  .item-dont-push__image {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 1150px) {
  .item-dont-push__image img {
    max-width: 490px;
  }
}

@media (max-width: 991px) {
  .item-dont-push__image img {
    max-width: 400px;
  }
}

@media (max-width: 850px) {
  .item-dont-push__image img {
    max-width: 350px;
  }
}

@media (max-width: 740px) {
  .item-dont-push__image img {
    max-width: 300px;
  }
}

@media (max-width: 485px) {
  .item-dont-push__image img {
    max-width: 260px;
  }
}

.item-dont-push__desp {
  max-width: 560px;
}

.item-dont-push__desp p {
  padding: 0 0 30px 0;
}

.item-dont-push__desp p:last-child {
  padding: 0;
}

.item-dont-push__title {
  text-align: left;
}

.item-dont-push__image-one {
  display: flex;
  justify-content: end;
}

.item-dont-push__image-one img {
  max-width: 490px;
}

@media (max-width: 1150px) {
  .item-dont-push__image-one img {
    max-width: 420px;
  }
}

@media (max-width: 991px) {
  .item-dont-push__image-one img {
    max-width: 350px;
  }
}

@media (max-width: 850px) {
  .item-dont-push__image-one img {
    max-width: 310px;
  }
}

@media (max-width: 740px) {
  .item-dont-push__image-one img {
    max-width: 280px;
  }
}

@media (max-width: 485px) {
  .item-dont-push__image-one img {
    max-width: 240px;
  }
}

.item-dont-push-two {
  position: relative;
  top: -25%;
}

.item-dont-push__image img {
  transform: translate(30%, 100%);
  transition: all 0.6s ease 0s;
  opacity: 0;
}

.item-dont-push__image img._active {
  transform: translate(0%, 0%);
  opacity: 1;
}

.item-dont-push__image-one img {
  transform: translate(30%, 100%);
}

.item-dont-push__image-one img._active {
  transform: translate(0%, 0%);
}

@media (max-width: 850px) {
  .item-dont-push__desps.subtitle {
    position: relative;
    z-index: 3;
    padding: 40px 0 0 0;
  }
}

.slider-one {
  overflow: hidden;
}

.slider-one__container {
  position: relative;
  padding: 90px 0;
}

@media (max-width: 800px) {
  .slider-one__container {
    padding: 60px 0;
  }
}

@media (max-width: 650px) {
  .slider-one__container {
    padding: 30px 0;
  }
}

.slider-one__con {
  overflow: hidden;
}

@media (max-width: 1480px) {
  .slider-one__con {
    padding: 0 20px;
  }
}

.slider-one__title {
  text-align: left;
  margin: 0 0 40px 0;
  max-width: 750px;
}

@media (max-width: 800px) {
  .slider-one__title {
    margin: 0 0 20px 0;
  }
}

.slider-one__text {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #ffffff;
  font-family: "Geometria-Medium";
}

@media (max-width: 768px) {
  .slider-one__text {
    font-size: 16px;
  }
}

.slider-one__content {
  position: relative;
}

.slider-one__wrapper {
  margin: 100px 0 0 0;
}

@media (max-width: 800px) {
  .slider-one__wrapper {
    margin: 50px 0 0 0;
  }
}

@media (max-width: 500px) {
  .slider-one__wrapper {
    margin: 20px 0 0 0;
  }
}

.slider-one__img {
  position: absolute;
  top: -55%;
  right: 0;
}

@media (max-width: 650px) {
  .slider-one__img {
    position: relative;
  }
}

.slider-one__slide {
  position: absolute;
}

@media (max-width: 1480px) {
  .slider-one__slide {
    padding: 0 20px;
  }
}

.slider-one__conts {
  max-width: 780px;
}

.slider-one__conts:nth-child(2) {
  margin: 40px 0 0 auto;
}

@media (max-width: 550px) {
  .slider-one__conts:nth-child(2) {
    margin: 20px 0 0 auto;
  }
}

.slider-one__cont {
  background: #272727;
  border-radius: 20px;
  padding: 30px;
}

.slider-one__text-num {
  font-family: "Geometria-Light";
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 900px) {
  .slider-one__text-num {
    font-size: 16px;
    line-height: 21px;
  }
}

.slider-one__nums {
  font-weight: 700;
  font-size: 64px;
  line-height: 76px;
  color: #b80001;
}

@media (max-width: 900px) {
  .slider-one__nums {
    font-size: 50px;
    line-height: 70px;
  }
}

.slider-one__img {
  right: 70px;
}

@media (max-width: 1320px) {
  .slider-one__img {
    right: 0px;
  }
}

.slider-one__img img {
  max-height: 380px;
  max-width: 370px;
}

.swiper-button-prevsss {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: -70px;
  z-index: 5;
}

@media (max-width: 1600px) {
  .swiper-button-prevsss {
    left: 0px;
  }
}

.swiper-button-prevsss:before {
  content: "";
  width: 20px;
  transition: all 0.4s ease 0s;
  height: 4px;
  position: absolute;
  top: 61.5%;
  transform: translate(0, 61.5%) rotate(45deg);
  left: 10px;
  background-color: #fff;
  cursor: pointer;
}

.swiper-button-prevsss:after {
  content: "";
  width: 20px;
  height: 4px;
  transition: all 0.4s ease 0s;
  position: absolute;
  top: 39.5%;
  transform: translate(0, 63%) rotate(-45deg);
  left: 10px;
  background-color: #fff;
  cursor: pointer;
}

.swiper-button-nextsss {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: -70px;
  z-index: 5;
  transition: all 0.4s ease 0s;
}

@media (max-width: 1600px) {
  .swiper-button-nextsss {
    right: 0px;
  }
}

.swiper-button-nextsss:before {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  top: 61.5%;
  transform: translate(0, 61.5%) rotate(-45deg);
  right: 10px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}

.swiper-button-nextsss:after {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  top: 39.5%;
  transform: translate(0, 63%) rotate(45deg);
  right: 10px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}

.swiper-button-nextsss:hover:before {
  background-color: #b80001;
}

.swiper-button-nextsss:hover:after {
  background-color: #b80001;
}

.swiper-button-prevsss:hover:before {
  background-color: #b80001;
}

.swiper-button-prevsss:hover:after {
  background-color: #b80001;
}

@media (max-width: 1400px) {
  .slider-one__img img {
    max-height: 400px;
    max-width: 340px;
  }

  .slider-one__img {
    top: -50%;
  }
}

@media (max-width: 1220px) {
  .slider-one__conts {
    max-width: 640px;
  }
}

@media (max-width: 1100px) {
  .slider-one__img img {
    max-height: 300px;
    max-width: 300px;
  }

  .slider-one__img {
    top: -25%;
  }
}

@media (max-width: 1000px) {
  .slider-one__conts {
    max-width: 500px;
  }
}

@media (max-width: 900px) {
  .slider-one__img img {
    max-height: 250px;
  }

  .slider-one__img {
    top: -10%;
  }
}

@media (max-width: 800px) {
  .slider-one__conts {
    max-width: 400px;
  }
}

@media (max-width: 700px) {
  .slider-one__img img {
    max-height: 200px;
    max-width: 240px;
  }

  .slider-one__img {
    top: 0%;
  }
}

@media (max-width: 650px) {
  .slider-one__img {
    top: 0%;
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
  }
}

@media (max-width: 500px) {
  .slider-one__text-num {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .slider-one__nums {
    font-size: 40px;
    line-height: 60px;
  }
}

.slider-one__desp-ten {
  max-width: 550px;
}

.slider-one__desp-ten p:last-child {
  margin: 30px 0 0 0;
}

@media (max-width: 600px) {
  .slider-one__desp-ten p:last-child {
    margin: 15px 0 0 0;
  }
}

.slider-one__img img {
  max-height: 450px;
  max-width: 450px;
}

@media (max-width: 1350px) {
  .slider-one__img img {
    max-height: 380px;
    max-width: 360px;
  }
}

@media (max-width: 1050px) {
  .slider-one__img img {
    max-height: 290px;
    max-width: 290px;
  }
}

@media (max-width: 768px) {
  .slider-one__img img {
    max-height: 260px;
    max-width: 250px;
  }
}

@media (max-width: 700px) {
  .slider-one__img img {
    max-width: 210px;
  }
}

@media (max-width: 1350px) {
  .slider-one__img {
    top: -32%;
  }
}

@media (max-width: 1100px) {
  .slider-one__img {
    top: -24%;
  }
}

@media (max-width: 1050px) {
  .slider-one__img {
    top: -5%;
  }
}

@media (max-width: 768px) {
  .slider-one__img {
    top: 4%;
  }
}

@media (max-width: 700px) {
  .slider-one__img {
    top: 7%;
  }
}

@media (max-width: 650px) {
  .slider-one__img img {
    max-width: 275px;
  }
}

@media (max-width: 370px) {
  .slider-one__img img {
    max-height: 210px;
  }
}

@media (max-width: 500px) {
  .slider-one__container {
    padding: 10px 0;
  }
}

.cling {
  padding: 100px 0;
}

@media (max-width: 1200px) {
  .cling {
    padding: 50px 0 100px 0;
  }
}

@media (max-width: 700px) {
  .cling {
    padding: 50px 0 50px 0;
  }
}

.cling__container {
  position: relative;
}

.cling__content {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 650px) {
  .cling__content {
    flex-direction: column-reverse;
  }
}

.cling__column {
  flex: 0 1 50%;
}

@media (max-width: 650px) {
  .cling__column {
    flex: 0 1 100%;
  }
}

@media (max-width: 1280px) {
  .cling__column:first-child:first-child {
    padding: 0 15px 0 0;
  }
}

@media (max-width: 650px) {
  .cling__image {
    padding: 10px 0 0 0;
  }

  .cling__image img {
    max-width: 320px;
  }
}

@media (max-width: 450px) {
  .cling__image img {
    max-width: 280px;
  }
}

.cling__title {
  text-align: left;
}

.cling__deps p:last-child {
  margin: 30px 0 0 0;
}

@media (max-width: 768px) {
  .cling__deps p:last-child {
    margin: 0;
  }
}

.cling__arr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cling__arr svg {
  max-height: 668px;
  position: relative;
  left: -23%;
  top: -25%;
}

@media (max-width: 1300px) {
  .cling__arr svg {
    max-height: 580px;
    position: relative;
    left: -15%;
    top: 10%;
  }
}

@media (max-width: 1150px) {
  .cling__arr svg {
    max-height: 510px;
  }
}

@media (max-width: 990px) {
  .cling__arr svg {
    max-height: 457px;
  }
}

@media (max-width: 880px) {
  .cling__arr svg {
    max-height: 402px;
    left: -12%;
    top: 18%;
  }
}

@media (max-width: 800px) {
  .cling__arr svg {
    max-height: 350px;
  }
}

@media (max-width: 740px) {
  .cling__arr svg {
    max-height: 300px;
  }
}

@media (max-width: 650px) {
  .cling__arr svg {
    max-height: 370px;
    top: 35%;
  }
}

@media (max-width: 450px) {
  .cling__arr svg {
    top: 40%;
  }
}

@media (max-width: 370px) {
  .cling__arr svg {
    top: 44%;
  }
}

@media (max-width: 350px) {
  .cling__arr svg {
    top: 50%;
  }
}

.cling-line {
  margin: 20px 0;
}

@media (max-width: 768px) {
  .cling-line {
    margin: 10px 0;
  }

  .cling-line img {
    height: 40px;
  }
}

.cling__sub {
  display: none;
}

@media (max-width: 768px) {
  .cling__sub {
    display: block;
    margin: 80px 0 0 0;
  }
}

@media (max-width: 740px) {
  .cling__sub {
    margin: 60px 0 0 0;
  }
}

@media (max-width: 450px) {
  .cling__sub {
    margin: 70px 0 0 0;
  }
}

@media (max-width: 390px) {
  .cling__sub {
    margin: 40px 0 0 0;
  }
}

.cling__image {
  transform: translate(-60%, 0);
  opacity: 0;
  transition: all 1s ease 0s;
}

.cling__image._active {
  transform: translate(0px, 0px);
  opacity: 1;
  transition: all 1s ease 0.2s;
}

.cling__text-bottom {
  position: absolute;
  bottom: -15%;
  left: -10%;
}

@media (max-width: 1250px) {
  .cling__text-bottom {
    left: -5%;
    bottom: -10%;
  }

  .cling__text-bottom img {
    max-width: 550px;
  }
}

@media (max-width: 1220px) {
  .cling__text-bottom {
    bottom: -8%;
  }
}

@media (max-width: 1170px) {
  .cling__text-bottom {
    bottom: 0%;
    left: -4%;
  }
}

@media (max-width: 1025px) {
  .cling__text-bottom img {
    max-width: 480px;
  }
}

@media (max-width: 860px) {
  .cling__text-bottom img {
    max-width: 400px;
  }
}

@media (max-width: 730px) {
  .cling__text-bottom img {
    max-width: 330px;
  }
}

@media (max-width: 1025px) {
  .cling__text-bottom {
    bottom: 4%;
    left: -4%;
  }
}

@media (max-width: 950px) {
  .cling__text-bottom {
    bottom: 6%;
  }
}

@media (max-width: 880px) {
  .cling__text-bottom {
    bottom: 8%;
  }
}

@media (max-width: 860px) {
  .cling__text-bottom {
    bottom: 17%;
  }
}

@media (max-width: 770px) {
  .cling__text-bottom {
    bottom: -7%;
  }
}

@media (max-width: 730px) {
  .cling__text-bottom {
    bottom: -4%;
  }
}

@media (max-width: 650px) {
  .cling__text-bottom {
    left: 18%;
  }
}

@media (max-width: 450px) {
  .cling__text-bottom {
    left: 5%;
  }
}

.cling__image {
  position: relative;
  z-index: 3;
}

.cling {
  padding: 100px 0 300px 0;
  overflow: hidden;
}

@media (max-width: 1150px) {
  .cling {
    padding: 0px 0 100px 0;
  }
}

@media (max-width: 800px) {
  .cling {
    padding: 0px 0 60px 0;
  }
}

@media (max-width: 650px) {
  .cling {
    padding: 30px 0 30px 0;
  }
}

@media (max-width: 770px) {
  .cling__arr svg {
    top: -3%;
  }
}

@media (max-width: 650px) {
  .cling__arr svg {
    top: 25%;
  }
}

@media (max-width: 450px) {
  .cling__arr svg {
    top: 30%;
  }
}

@media (max-width: 400px) {
  .cling__arr svg {
    top: 35%;
  }
}

.cling__sub {
  position: relative;
  z-index: 5;
}

@media (max-width: 350px) {
  .cling__arr svg {
    top: 40%;
  }
}

@media (max-width: 335px) {
  .cling__arr svg {
    top: 43%;
  }
}

@media (max-width: 1150px) {
  .copywriting-selling__content {
    margin: 200px 0 -80px 0;
  }
}

@media (max-width: 1100px) {
  .copywriting-selling__content {
    margin: 0px 0 -50px 0;
  }
}

.cling__image {
  left: -65px;
}

@media (max-width: 1250px) {
  .cling__image {
    left: -10px;
  }
}

.cling__text-bottom-text {
  position: absolute;
  top: 30%;
  left: 30%;
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
}

@media (max-width: 1250px) {
  .cling__text-bottom-text {
    top: 27%;
    left: 35%;
    font-size: 23px;
    line-height: 32px;
  }
}

@media (max-width: 1150px) {
  .cling__text-bottom-text {
    left: 27%;
  }
}

@media (max-width: 1000px) {
  .cling__text-bottom-text {
    font-size: 21px;
    line-height: 30px;
  }
}

@media (max-width: 900px) {
  .cling__text-bottom-text {
    left: 20%;
  }
}

@media (max-width: 860px) {
  .cling__text-bottom-text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 700px) {
  .cling__text-bottom-text {
    font-size: 16px;
    line-height: 24px;
    left: 16%;
    top: 24%;
  }
}

.how-to-choose {
  background: #1b1b1b;
  padding: 160px 0 0 0;
}

@media (max-width: 1200px) {
  .how-to-choose {
    padding: 170px 0 0 0;
  }
}

@media (max-width: 991px) {
  .how-to-choose {
    padding: 150px 0 0 0;
  }
}

@media (max-width: 768px) {
  .how-to-choose {
    padding: 100px 0 0 0;
  }
}

@media (max-width: 600px) {
  .how-to-choose {
    padding: 60px 0 0 0;
  }
}

.how-to-choose__container {
  max-width: 1350px;
}

.how-to-choose__title {
  max-width: 790px;
  margin: 0 auto 130px auto;
  display: flex;
  align-items: center;
  position: relative;
}

.how-to-choose__title span {
  margin: 0 20px;
}

.how-to-choose__title span:before {
  font-size: 11px;
  color: #b80001;
}

.how-to-choose__title h2 span {
  margin: 0;
}

.how-to-choose__title:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  top: 110px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
}

@media (max-width: 850px) {
  .how-to-choose__title:before {
    height: 40px;
    top: 55px;
  }
}

@media (max-width: 655px) {
  .how-to-choose__title:before {
    top: 80px;
  }
}

@media (max-width: 600px) {
  .how-to-choose__title:before {
    top: 80px;
  }
}

@media (max-width: 500px) {
  .how-to-choose__title:before {
    display: none;
  }
}

@media (max-width: 1200px) {
  .how-to-choose__title {
    margin: 0 auto 120px auto;
  }
}

@media (max-width: 850px) {
  .how-to-choose__title {
    margin: 0px auto 80px auto;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .how-to-choose__title {
    flex-direction: column;
    margin: 0px auto 30px auto;
  }
}

@media (max-width: 450px) {
  .how-to-choose__title {
    margin: 0px auto 20px auto;
  }
}

.how-to-choose__subtitle {
  max-width: 585px;
  text-align: center;
  margin: 0 auto;
}

.how-to-choose__content {
  margin: 50px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .how-to-choose__content {
    margin: 20px 0 0 0;
  }
}

.how-to-choose__item {
  background: #272727;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 228px;
}

@media (max-width: 850px) {
  .how-to-choose__item {
    padding: 20px;
  }
}

@media (max-width: 810px) {
  .how-to-choose__item {
    min-height: 210px;
    max-height: 210px;
  }
}

@media (max-width: 715px) {
  .how-to-choose__item {
    min-height: 225px;
    max-height: 225px;
  }
}

@media (max-width: 650px) {
  .how-to-choose__item {
    min-height: 100%;
    max-height: 190px;
  }
}

.how-to-choose__column {
  flex: 0 1 50%;
  padding: 23px;
}

@media (max-width: 810px) {
  .how-to-choose__column {
    padding: 15px;
  }
}

@media (max-width: 600px) {
  .how-to-choose__column {
    flex: 0 1 100%;
  }
}

.how-to-choose__column:hover .how-to-choose__item .item-how-to-choose__num {
  color: #d85252;
  text-shadow: 1px 1px 1px #df7b7b;
}

@media (max-width: 600px) {
  .how-to-choose__column {
    padding: 10px;
  }
}

.item-how-to-choose__title {
  flex: 1 1 auto;
}

@media (max-width: 810px) {
  .item-how-to-choose__title {
    font-size: 14px;
  }
}

.item-how-to-choose__num {
  font-weight: 700;
  font-size: 64px;
  line-height: 76px;
  color: #b80001;
  text-align: right;
  transition: all 0.6s ease 0s;
}

@media (max-width: 991px) {
  .item-how-to-choose__num {
    font-size: 55px;
  }
}

@media (max-width: 850px) {
  .item-how-to-choose__num {
    font-size: 45px;
  }
}

@media (max-width: 760px) {
  .item-how-to-choose__num {
    font-size: 42px;
  }
}

.item-how-to-choose-none {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.item-how-to-choose-none picture {
  width: 100%;
  display: block;
  max-height: 228px;
  min-height: 228px;
}

@media (max-width: 810px) {
  .item-how-to-choose-none picture {
    min-height: 210px;
    max-height: 210px;
  }
}

@media (max-width: 715px) {
  .item-how-to-choose-none picture {
    min-height: 225px;
    max-height: 225px;
  }
}

@media (max-width: 650px) {
  .item-how-to-choose-none picture {
    min-height: 100%;
    max-height: 190px;
  }
}

.item-how-to-choose-none img {
  width: 100%;
  max-height: 228px;
  min-height: 228px;
}

@media (max-width: 810px) {
  .item-how-to-choose-none img {
    min-height: 210px;
    max-height: 210px;
  }
}

@media (max-width: 715px) {
  .item-how-to-choose-none img {
    min-height: 225px;
    max-height: 225px;
  }
}

@media (max-width: 650px) {
  .item-how-to-choose-none img {
    min-height: 100%;
    max-height: 190px;
  }
}

@media (max-width: 1025px) {
  .how-to-choose__title:before {
    top: 75px;
  }
}

@media (max-width: 850px) {
  .how-to-choose__title:before {
    top: 60px;
  }
}

@media (max-width: 768px) {
  .how-to-choose__title:before {
    top: 50px;
  }
}

@media (max-width: 670px) {
  .how-to-choose__title:before {
    top: 80px;
  }
}

.story-maker-info__cont-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 650px) {
  .story-maker-info__cont-two {
    grid-template-columns: 1fr;
  }
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(3) {
  -ms-grid-row-span: 2;
  grid-row: 2 span;
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(3) .item-how-to-choose-none {
  min-height: 100%;
  height: 100%;
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(3) .item-how-to-choose-none .item-how-to-choose__image {
  height: 100%;
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(3) .item-how-to-choose-none .item-how-to-choose__image picture {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100%;
  min-height: 100%;
  height: 100%;
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(3) .item-how-to-choose-none .item-how-to-choose__image picture img {
  height: 90%;
  max-height: 90%;
  min-height: 90%;
}

@media (max-width: 1100px) {
  .story-maker-info__cont-two .how-to-choose__column:nth-child(3) .item-how-to-choose-none .item-how-to-choose__image picture img {
    height: 70%;
    max-height: 70%;
    min-height: 70%;
  }
}

@media (max-width: 650px) {
  .story-maker-info__cont-two .how-to-choose__column:nth-child(3) .item-how-to-choose-none .item-how-to-choose__image picture img {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(9) {
  -ms-grid-row-span: 2;
  grid-row: 2 span;
  padding: 0;
  position: relative;
  top: 23px;
}

@media (max-width: 650px) {
  .story-maker-info__cont-two .how-to-choose__column:nth-child(9) {
    top: 15px;
  }
}

@media (max-width: 600px) {
  .story-maker-info__cont-two .how-to-choose__column:nth-child(9) {
    top: 10px;
  }
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(9) .item-how-to-choose-none {
  min-height: 100%;
  height: 100%;
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(9) .item-how-to-choose-none .item-how-to-choose__image {
  height: 100%;
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(9) .item-how-to-choose-none .item-how-to-choose__image picture {
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(9) .item-how-to-choose-none .item-how-to-choose__image picture img {
  height: 85%;
  max-height: 85%;
  min-height: 85%;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .story-maker-info__cont-two .how-to-choose__column:nth-child(9) .item-how-to-choose-none .item-how-to-choose__image picture img {
    height: 75%;
    max-height: 75%;
    min-height: 75%;
  }
}

@media (max-width: 650px) {
  .story-maker-info__cont-two .how-to-choose__column:nth-child(9) .item-how-to-choose-none .item-how-to-choose__image picture img {
    height: 100%;
    max-height: 100%;
    min-height: 100%;
  }
}

@media (max-width: 650px) {
  .story-maker-info__cont-two .how-to-choose__column:nth-child(9) .image-info-five__arrow {
    display: none;
  }
}

.image-info-five {
  position: relative;
}

.image-info-five__arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.image-info-five__arrow img {
  max-height: none;
  max-width: 230px;
  min-height: auto;
  position: relative;
  top: -55px;
  left: -35px;
}

@media (max-width: 1100px) {
  .image-info-five__arrow img {
    max-width: 170px;
  }
}

.story-maker-info {
  overflow: hidden;
  padding: 50px 0 50px 0;
}

@media (max-width: 500px) {
  .story-maker-info {
    padding: 20px 0 20px 0;
  }
}

.story-maker-info__content {
  display: flex;
  padding: 0 0 120px 0;
  align-items: end;
}

@media (max-width: 650px) {
  .story-maker-info__content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0px 0 75px 0;
  }
}

.story-maker-info__column {
  flex: 0 1 50%;
}

@media (max-width: 650px) {
  .story-maker-info__column {
    flex: 0 1 100%;
  }
}

@media (max-width: 650px) {
  .story-maker-info__column:first-child {
    margin: 20px 0 0 0;
  }
}

.story-maker-info__cont .line-gold {
  margin: 20px 0;
}

.story-maker-info__title {
  text-align: left;
}

.story-maker-info__subtitle p:last-child {
  margin: 30px 0 0 0;
}

.image-maker-info {
  position: relative;
}

.image-maker-info__elem {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -60px;
}

@media (max-width: 1550px) {
  .image-maker-info__elem {
    left: -10px;
  }
}

.image-maker-info__elem-one {
  animation: shads 2.5s infinite ease;
}

.image-maker-info__elem-two {
  animation: shad 2.5s infinite ease;
}

.image-maker-info_lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 110px;
  left: -180px;
  display: flex;
  align-items: end;
}

@media (max-width: 1320px) {
  .image-maker-info_lines {
    top: 80px;
  }
}

@media (max-width: 1250px) {
  .image-maker-info_lines {
    left: -100px;
  }
}

@media (max-width: 1060px) {
  .image-maker-info_lines {
    left: -70px;
  }
}

@media (max-width: 991px) {
  .image-maker-info_lines {
    top: 60px;
  }
}

@media (max-width: 970px) {
  .image-maker-info_lines {
    left: -50px;
  }
}

@media (max-width: 930px) {
  .image-maker-info_lines {
    left: -20px;
  }
}

@media (max-width: 850px) {
  .image-maker-info_lines {
    left: -55px;
    min-width: 395px;
  }
}

@media (max-width: 500px) {
  .image-maker-info_lines {
    left: -100px;
  }
}

.image-maker-info_lines img {
  min-width: 395px;
}

.image-maker-info__elem img {
  height: 100%;
}

@media (max-width: 950px) {
  .item-maker-infos {
    min-height: 100%;
    max-height: 100%;
  }
}

@media (max-width: 800px) {
  .image-info-five__arrow img {
    max-width: 130px;
    top: -40px;
    left: -20px;
  }
}

@media (max-width: 800px) {
  .story-maker-info__image.image-maker-info img {
    max-width: 270px;
  }
}

@media (max-width: 500px) {
  .story-maker-info__image.image-maker-info img {
    max-width: 210px;
  }
}

@media (max-width: 700px) {
  .story-maker-info__cont .line-gold {
    margin: 10px 0;
  }
}

@media (max-width: 768px) {
  .story-maker-info__cont .line-gold img {
    max-height: 45px;
  }
}

@media (max-width: 650px) {
  .story-maker-info__cont-two .how-to-choose__column .item-how-to-choose-none {
    max-height: 300px;
  }
}

@media (max-width: 500px) {
  .story-maker-info__cont-two .how-to-choose__column .item-how-to-choose-none {
    max-height: 100%;
  }

  .how-to-choose__column {
    padding: 10px 0;
  }
}

.video-clips-keys {
  position: relative;
  overflow: hidden;
}

.video-clips-keys__fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 25%;
  left: 0;
}

.video-clips-keys__fon img {
  width: 100%;
}

.video-clips-keys__tit {
  max-width: 750px;
  margin: 0 auto;
}

.video-clips-keys__text-glob {
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-family: "TTNorms-Regular";
  color: #b80001;
  margin: 0 0 20px 0;
}

.video-clips-keys__title {
  padding: 0 0 130px 0;
  position: relative;
}

.video-clips-keys__title:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 70px;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
}

@media (max-width: 700px) {
  .video-clips-keys__title:before {
    height: 50px;
    bottom: 20px;
  }
}

@media (max-width: 700px) {
  .video-clips-keys__title {
    padding: 0 0 90px 0;
  }
}

.video-clips-keys__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  font-family: "Geometria-Light";
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 3;
}

@media (max-width: 700px) {
  .video-clips-keys__subtitle {
    font-size: 21px;
    line-height: 23px;
  }
}

@media (max-width: 500px) {
  .video-clips-keys__subtitle {
    font-size: 18px;
  }
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(9) .item-how-to-choose-none .item-how-to-choose__images {
  height: 100%;
  position: relative;
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(9) .item-how-to-choose-none .item-how-to-choose__images picture {
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-how-to-choose__images__ones {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.item-how-to-choose__images__ones picture {
  align-items: end !important;
  justify-content: end !important;
}

.item-how-to-choose__images__ones img {
  position: relative;
  top: 0;
  height: auto !important;
  height: 100%;
  max-height: none !important;
  min-height: auto !important;
  width: 235px;
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(9) .item-how-to-choose-none .item-how-to-choose__images picture img {
  height: 70%;
  max-height: 70%;
  min-height: 70%;
  object-fit: contain;
}

@media (max-width: 650px) {
  .item-how-to-choose-none img {
    min-height: 100% !important;
    height: 100%;
    max-height: 100%;
    object-fit: cover !important;
    border-radius: 20px;
  }
}

@media (max-width: 650px) {
  .story-maker-info__cont-two .how-to-choose__column:nth-child(9) {
    padding: 10px;
    top: 0px;
  }
}

.video-clips-keys__cont {
  position: relative;
  z-index: 2;
}

.video-clips-keys__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -14%;
  left: 5%;
}

@media (max-width: 1320px) {
  .video-clips-keys__image {
    top: -12%;
  }
}

@media (max-width: 1150px) {
  .video-clips-keys__image {
    top: -11%;
  }
}

@media (max-width: 991px) {
  .video-clips-keys__image {
    top: -10%;
  }
}

@media (max-width: 700px) {
  .video-clips-keys__image {
    top: -7%;
  }
}

@media (max-width: 650px) {
  .video-clips-keys__image {
    top: -5%;
  }
}

@media (max-width: 991px) {
  .video-clips-keys__image img {
    max-width: 135px;
  }
}

@media (max-width: 700px) {
  .video-clips-keys__image img {
    max-width: 100px;
  }
}

.story-maker-info__cont-two {
  position: relative;
  z-index: 2;
}

.video-clips-keys__image {
  transform: translate(-60%, 0);
  opacity: 0;
  transition: all 1s ease 0s;
}

.video-clips-keys__image._active {
  transform: translate(0px, 0px);
  opacity: 1;
}

.item-how-to-choose__images__ones {
  transform: translate(60%, 0);
  opacity: 0;
  transition: all 1s ease 0s;
}

.item-how-to-choose__images__ones._active {
  transform: translate(0px, 0px);
  opacity: 1;
}

@media (max-width: 991px) {
  .how-to-choose__column {
    padding: 10px;
  }

  .item-how-to-choose__images__ones img {
    max-width: 180px;
    position: relative;
    top: -30px;
  }
}

@media (max-width: 991px) and (max-width: 650px) {
  .item-how-to-choose__images__ones img {
    max-width: 150px;
    position: relative;
    top: 10px;
    min-height: auto !important;
  }
}

@media (max-width: 991px) and (max-width: 400px) {
  .item-how-to-choose__images__ones img {
    max-width: 120px;
  }
}

@media (max-width: 800px) {
  .story-maker-info__cont-two .how-to-choose__column:nth-child(3) .item-how-to-choose-none .item-how-to-choose__image picture img {
    object-fit: cover;
    border-radius: 20px;
  }
}

@media (max-width: 650px) {
  .spheres {
    padding: 30px 0 0 0;
  }
}

.spheres__container {
  overflow: hidden;
  padding: 0 0 180px 0;
}

@media (max-width: 1050px) {
  .spheres__container {
    padding: 0 0 150px 0;
  }
}

@media (max-width: 400px) {
  .spheres__container {
    padding: 0 0 100px 0;
  }
}

.spheres__content {
  display: flex;
  margin: 100px 0 0 0;
}

@media (max-width: 1050px) {
  .spheres__content {
    flex-wrap: wrap;
    max-width: 700px;
    margin: 30px auto 0 auto;
  }
}

@media (max-width: 490px) {
  .spheres__content {
    max-width: 350px;
  }
}

.spheres__column {
  flex: 0 1 50%;
  padding: 25px 25px;
}

@media (max-width: 1200px) {
  .spheres__column {
    padding: 15px 15px;
  }
}

@media (max-width: 1050px) {
  .spheres__column {
    flex: 0 1 50%;
  }
}

@media (max-width: 620px) {
  .spheres__column {
    padding: 10px;
  }
}

@media (max-width: 490px) {
  .spheres__column {
    flex: 0 1 100%;
  }
}

.spheres__item {
  background: #272727;
  border: 0.5px solid #b80001;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 30px;
  height: 100%;
}

@media (max-width: 1050px) {
  .spheres__item {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .spheres__item {
    padding: 20px 10px;
  }
}

@media (max-width: 1050px) {
  .item-spheres__cont {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
  }
}

.item-spheres__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}

@media (max-width: 550px) {
  .item-spheres__title {
    font-size: 16px;
    line-height: 22px;
  }
}

.item-spheres__title:before {
  content: "";
  width: 1px;
  height: 50px;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: rgb(184, 0, 1);
}

.item-spheres__desp {
  margin: 70px 0 0 0;
  flex: 1 1 auto;
}

.item-spheres__desp p {
  text-align: center;
  padding: 5px 0;
}

.item-spheres__text-red {
  padding: 5px 0 0 0;
  color: rgb(153, 2, 2);
  text-align: center;
}

.viewport {
  display: flex;
  position: relative;
  height: 50px;
  transform: rotate(-5deg);
  padding: 140px 0 0 0;
}

@media (max-width: 1050px) {
  .viewport {
    padding: 110px 0 0 0;
  }
}

@media (max-width: 400px) {
  .viewport {
    padding: 60px 0 0 0;
  }
}

.viewport p {
  display: inline-block;
  font-weight: 700;
  animation: move 6s linear infinite alternate;
  font-size: 32px;
  line-height: 26px;
  text-transform: uppercase;
  color: #b80001;
  position: relative;
  white-space: nowrap;
  margin: 0 45px 0 0;
}

.viewport p:before {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  top: -20px;
  left: 0;
  background-color: #b80001;
}

.viewport p:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: -45px;
  left: 0;
  background-color: #b80001;
}


@keyframes move {
  0% {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.item-spheres__image {
  display: flex;
  justify-content: center;
  margin: 0 0 15px 0;
  min-height: 124px;
}

@media (max-width: 550px) {
  .item-spheres__image {
    min-height: 105px;
  }
}

.item-spheres__image img {
  max-width: 230px;
  max-height: 125px;
}

@media (max-width: 1300px) {
  .item-spheres__image img {
    max-width: 190px;
  }
}

@media (max-width: 1150px) {
  .item-spheres__image img {
    max-width: 180px;
  }
}

@media (max-width: 1050px) {
  .item-spheres__image img {
    max-width: 160px;
  }
}

@media (max-width: 1050px) {
  .development__title:after {
    content: "";
    display: none;
  }
}

.development__title:after {
  content: "";
  top: 150px !important;
}

.prise__title.development__title.item-info__title:after {
  content: "";
  top: 140px !important;
}

@media (max-width: 1100px) {
  .development__title:after {
    content: "";
    display: none;
  }

  .spheres__content {
    margin: 50px 0 0 0;
  }
}

@media (max-width: 1050px) {
  .spheres__content {
    margin: 30px auto 0 auto;
  }
}

.study-marketing {
  overflow: hidden;
}

.study-marketing__container {
  position: relative;
}

.study-marketing__content {
  display: flex;
  position: relative;
  z-index: 2;
}

@media (max-width: 650px) {
  .study-marketing__content {
    flex-direction: column;
  }
}

.study-marketing__column {
  flex: 0 1 50%;
}

@media (max-width: 650px) {
  .study-marketing__column {
    flex: 0 1 100%;
  }
}

.study-marketing__column:first-child {
  padding: 0 30px 0 0;
}

@media (max-width: 730px) {
  .study-marketing__column:first-child {
    padding: 0 15px 0 0;
  }
}

@media (max-width: 650px) {
  .study-marketing__column:first-child {
    padding: 0 0px 30px 0;
  }
}

.study-marketing__arr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: end;
}

.study-marketing__arr svg {
  max-height: 615px;
  position: relative;
  left: -50px;
}

@media (max-width: 1050px) {
  .study-marketing__arr svg {
    max-height: 380px;
  }
}

@media (max-width: 900px) {
  .study-marketing__arr svg {
    max-height: 335px;
  }
}

@media (max-width: 730px) {
  .study-marketing__arr svg {
    max-height: 260px;
  }
}

@media (max-width: 650px) {
  .study-marketing__arr svg {
    max-height: 340px;
    left: 50px;
  }
}

@media (max-width: 650px) {
  .study-marketing__arr {
    align-items: end;
  }
}

.item-study-marketing__title {
  text-align: left;
}

.item-study-marketing__desp {
  margin: 40px 0 0;
}

@media (max-width: 768px) {
  .item-study-marketing__desp {
    margin: 20px 0 0;
  }
}

.item-study-marketing__desp p:first-child {
  margin: 0 0 30px 0;
}

@media (max-width: 768px) {
  .item-study-marketing__desp p:first-child {
    margin: 0 0 15px 0;
  }
}

@media (max-width: 650px) {
  .item-study-marketing__image {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 650px) {
  .item-study-marketing__image img {
    max-width: 400px;
  }
}

@media (max-width: 415px) {
  .item-study-marketing__image img {
    max-width: 340px;
  }
}

.study-marketing-two__container {
  position: relative;
}

.study-marketing-two__content {
  display: flex;
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 1100px) {
  .study-marketing-two__content {
    padding: 150px 0 100px 0;
  }
}

@media (max-width: 1050px) {
  .study-marketing-two__content {
    padding: 150px 0 0px 0;
  }
}

@media (max-width: 650px) {
  .study-marketing-two__content {
    flex-direction: column-reverse;
    padding: 40px 0 0px 0;
  }
}

.study-marketing-two__column {
  flex: 0 1 50%;
}

@media (max-width: 650px) {
  .study-marketing-two__column {
    flex: 0 1 100%;
  }
}

.study-marketing-two__column:first-child {
  padding: 0 40px 0 0;
}

@media (max-width: 850px) {
  .study-marketing-two__column:first-child {
    padding: 0 20px 0 0;
  }
}

@media (max-width: 650px) {
  .study-marketing-two__column:first-child {
    padding: 100px 0 0 0;
  }
}

.study-marketing-two__arr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.study-marketing-two__arr svg {
  max-height: 708px;
  position: relative;
  top: -70px;
  left: -200px;
}

@media (max-width: 1050px) {
  .study-marketing-two__arr svg {
    max-height: 635px;
  }
}

@media (max-width: 900px) {
  .study-marketing-two__arr svg {
    max-height: 590px;
  }
}

@media (max-width: 768px) {
  .study-marketing-two__arr svg {
    max-height: 515px;
  }
}

@media (max-width: 515px) {
  .study-marketing-two__arr svg {
    max-height: 380px;
  }
}

@media (max-width: 650px) {
  .study-marketing-two__arr {
    display: flex;
    align-items: end;
  }
}

@media (max-width: 515px) {
  .study-marketing-two__arr {
    top: -60px;
  }
}

@media (max-width: 345px) {
  .study-marketing-two__arr {
    top: -90px;
  }
}

.study-marketing-two__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.study-marketing-two__image img {
  max-width: 520px;
  position: relative;
  z-index: 2;
}

@media (max-width: 980px) {
  .study-marketing-two__image img {
    max-width: 440px;
  }
}

@media (max-width: 900px) {
  .study-marketing-two__image img {
    max-width: 370px;
  }
}

@media (max-width: 768px) {
  .study-marketing-two__image img {
    max-width: 300px;
  }
}

@media (max-width: 650px) {
  .study-marketing-two__image img {
    max-width: 350px;
  }
}

@media (max-width: 380px) {
  .study-marketing-two__image img {
    max-width: 280px;
  }
}

.item-study-marketing-two__ul {
  margin: 40px 0 0 40px;
}

@media (max-width: 800px) {
  .item-study-marketing-two__ul {
    margin: 20px 0 0 40px;
  }
}

@media (max-width: 768px) {
  .item-study-marketing-two__ul {
    margin: 5px 0 0 40px;
  }
}

.item-study-marketing-two__ul li {
  position: relative;
  padding: 15px 0;
}

.item-study-marketing-two__ul li ._icon-curved-line:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 25px;
  left: 0;
  font-size: 8px;
  left: -35px;
  color: #b80001;
}

.image-tudy-marketing {
  position: relative;
}

.image-tudy-marketing__img {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: 1;
}

@media (max-width: 1300px) {
  .image-tudy-marketing__img img {
    max-width: 350px;
  }
}

@media (max-width: 800px) {
  .image-tudy-marketing__img img {
    max-width: 270px;
  }
}

@media (max-width: 650px) {
  .image-tudy-marketing__img img {
    max-width: 200px;
  }
}

@media (max-width: 1300px) {
  .image-tudy-marketing__img {
    top: -120px;
  }
}

@media (max-width: 650px) {
  .image-tudy-marketing__img {
    left: auto;
    right: 0;
    top: -80px;
  }
}

@media (max-width: 1050px) {
  .item-study-marketing-two__uls {
    display: flex;
  }

  .item-study-marketing-two__uls li {
    flex: 0 1 50%;
  }

  .item-study-marketing-two__uls li:first-child {
    padding: 15px 40px 15px 0;
  }
}

@media (max-width: 500px) {
  .item-study-marketing-two__uls {
    display: block;
  }

  .item-study-marketing-two__uls li:first-child {
    padding: 15px 0;
  }
}

.prise {
  padding: 130px 0 200px 0;
  background: #1b1b1b;
  overflow: hidden;
}

@media (max-width: 1150px) {
  .prise {
    padding: 130px 0 130px 0;
  }
}

@media (max-width: 1050px) {
  .prise {
    padding: 70px 0 100px 0;
  }
}

@media (max-width: 991px) {
  .prise {
    padding: 70px 0 70px 0;
  }
}

@media (max-width: 768px) {
  .prise {
    padding: 50px 0 70px 0;
  }
}

.prise__container {
  max-width: 1440px;
}

.prise__title {
  display: flex;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin: 0 auto 100px auto;
}

.prise__title ._icon-curved-line:before {
  font-size: 14px;
  color: rgb(184, 0, 1);
}

.prise__title:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  top: 140px;
  left: 45%;
  background-color: rgb(255, 255, 255);
  transform: rotate(90deg) translate(0, -50%);
}

@media (max-width: 991px) {
  .prise__title:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .prise__title {
    margin: 0 auto 30px auto;
    display: flex;
    justify-content: center;
  }
}

.prise__swiper {
  position: relative;
}

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

@media (max-width: 991px) {
  .prise__content {
    flex-wrap: nowrap;
  }
}

.prise__slider {
  flex: 0 1 33.333%;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 25px;
}

@media (max-width: 1300px) {
  .prise__slider {
    padding: 15px 15px;
  }
}

@media (max-width: 1100px) {
  .prise__slider {
    padding: 10px 10px;
  }
}

@media (max-width: 770px) {
  .prise__slider {
    padding: 20px 0;
  }
}

.slider-prise__content {
  padding: 0 20px;
}

.slider-prise__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
}

.slider-prise__title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -10px;
  left: 0%;
  background-color: #b80001;
}

@media (max-width: 1080px) {
  .slider-prise__title {
    font-size: 18px;
  }
}

.slider-prise__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 290px;
}

.slider-prise__image img {
  object-fit: contain;
}

@media (max-width: 770px) {
  .slider-prise__image img {
    max-width: 260px;
  }
}

.slider-prise__prise {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 0px 50px 50px 0px;
  padding: 12px 0;
  max-width: 370px;
  text-align: center;
}

@media (max-width: 1300px) {
  .slider-prise__prise {
    max-width: 320px;
    font-size: 19px;
  }
}

@media (max-width: 1150px) {
  .slider-prise__prise {
    max-width: 270px;
  }
}

@media (max-width: 770px) {
  .slider-prise__prise {
    font-size: 17px;
  }
}

.slider-prise ul {
  margin: 0 0 40px 0;
}

@media (max-width: 768px) {
  .slider-prise ul {
    margin: 0 0 10px 0;
  }
}

.slider-prise ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin: 15px 0 0 0;
  display: flex;
  font-family: "Geometria-Light";
}

.slider-prise ul li span {
  color: #b80001;
  margin: 0 5px 0 0;
  display: block;
}

.slider-prise ul li:first-child {
  margin: 0;
}

.slider-prise__btn {
  margin: 30px auto 0 auto;
  max-width: 290px;
  width: 100%;
}

.prise-slider__text {
  position: relative;
  left: 15px;
}

@media (max-width: 1300px) {
  .prise-slider__text {
    left: 30px;
  }
}

@media (max-width: 1150px) {
  .prise-slider__text {
    left: 35px;
  }
}

@media (max-width: 991px) {
  .prise__slider {
    flex: 1 1 auto;
    height: auto !important;
  }

  .slider-prise__content {
    flex: 1 1 100%;
  }

  .prise__content {
    display: block;
  }

  .swipers {
    max-width: 440px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .swipers {
    max-width: 380px;
  }
}

@media (max-width: 500px) {
  .swipers {
    max-width: 350px;
  }
}

@media (max-width: 768px) {
  .prise__title ._icon-curved-line:before {
    font-size: 12px;
    color: rgb(184, 0, 1);
  }
}

@media (max-width: 500px) {
  .slider-prise__image img {
    max-width: 220px;
  }

  .slider-prise ul li {
    font-size: 13px;
  }

  .slider-prise__prise {
    font-size: 16px;
  }

  .slider-prise__title {
    font-size: 16px;
  }

  .prise__title ._icon-curved-line:before {
    font-size: 10px;
    color: rgb(184, 0, 1);
  }
}

@media (max-width: 400px) {
  .swipers {
    max-width: 320px;
  }

  .prise__title {
    margin: 0 auto 35px auto;
  }

  .prise__title ._icon-curved-line:before {
    font-size: 8px;
    color: rgb(184, 0, 1);
  }
}

.prise-slid {
  display: none;
}

@media (max-width: 991px) {
  .prise-slid {
    display: block;
    margin: 0 0 30px 0;
  }
}

.paginations-swiper {
  display: flex;
  justify-content: space-between;
}

.paginations-swiper span {
  position: relative;
}

.paginations-swiper span:first-child {
  left: 0px;
  top: 0px;
}

@media (max-width: 991px) {
  .paginations-swiper span:first-child {
    top: -5px;
  }
}

@media (max-width: 650px) {
  .paginations-swiper span:first-child {
    top: 0;
  }
}

.paginations-swiper span:nth-child(2) {
  left: 0px;
  top: 0px;
}

@media (max-width: 991px) {
  .paginations-swiper span:nth-child(2) {
    top: -5px;
  }
}

@media (max-width: 650px) {
  .paginations-swiper span:nth-child(2) {
    top: 0;
  }
}

.paginations-swiper span:nth-child(3) {
  left: 0px;
  top: 0px;
}

@media (max-width: 991px) {
  .paginations-swiper span:nth-child(3) {
    top: -5px !important;
  }
}

@media (max-width: 650px) {
  .paginations-swiper span:nth-child(3) {
    top: 0px !important;
  }
}

.slider-pag-image {
  top: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -50px !important;
  right: auto !important;
  top: 15px !important;
  color: #fff !important;
  display: none !important;
}

@media (max-width: 1000px) {

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    display: block !important;
  }
}

@media (max-width: 500px) {

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    top: 10px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 440px) {

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -30px !important;
  }
}

@media (max-width: 370px) {

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0px !important;
    top: 40px !important;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 35px !important;
}

@media (max-width: 500px) {

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px !important;
  }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -50px !important;
  left: auto !important;
  top: 15px !important;
  color: #fff !important;
  display: none !important;
}

@media (max-width: 1000px) {

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    display: block !important;
  }
}

@media (max-width: 500px) {

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    top: 10px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 440px) {

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -30px !important;
  }
}

@media (max-width: 370px) {

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0px !important;
    top: 40px !important;
  }
}

.slider-prise__cont {
  background: #272727;
  border-radius: 20px;
  padding: 40px 0;
  box-shadow: 3px 5px 6px 5px rgba(0, 0, 0, 0.4588235294);
  height: 100%;
  display: flex;
  flex-direction: column;
}


@keyframes bounce {

  0%,
  17%,
  26%,
  33%,
  6% {
    transform: rotate(0deg);
  }

  13%,
  14% {
    transform: rotate(-1deg);
  }

  23% {
    transform: rotate(-20deg);
  }

  30% {
    transform: rotate(-1deg);
  }

  33%,
  to {
    transform: rotate(0deg);
  }
}

.swiper-cards .swiper-slide {
  overflow: visible !important;
}

.swiper-slide-active .slider-prise__cont {
  border-top: 2px solid red;
}

.is-flipped {
  animation: bounce 8s infinite ease-in-out;
  animation-delay: 6s;
}

.slider-prise__subtitle {
  margin: 0 0 40px 0;
}

.item-info__title-nine {
  max-width: 725px;
}

.item-info__title-nine:after {
  top: 180px;
}

.item-info__content {
  position: relative;
}

.item-info__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 133.333333%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 40px 0;
}

@media (max-width: 1200px) {
  .item-info__title {
    font-size: 27px;
  }
}

@media (max-width: 1100px) {
  .item-info__title {
    font-size: 24px;
  }
}

.item-info__title span {
  color: rgb(184, 0, 1);
}

@media (max-width: 950px) {
  .item-info__title {
    font-size: 21px;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 890px) {
  .item-info__title {
    font-size: 19px;
  }
}

@media (max-width: 750px) {
  .item-info__title {
    font-size: 17px;
  }
}

@media (max-width: 650px) {
  .item-info__title {
    font-size: 16px;
  }
}

.development {
  position: relative;
  padding: 70px 0 100px 0;
}

@media (max-width: 1000px) {
  .development {
    padding: 35px 0 80px 0;
  }
}

@media (max-width: 760px) {
  .development {
    padding: 35px 0 20px 0;
  }
}

.development__container {
  position: relative;
  z-index: 2;
}

.development__title {
  text-align: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}

.development__title h2 {
  margin: 0 px;
}

.development__title:after {
  content: "";
  top: 165px;
}

.development__text {
  font-family: "TTNorms-Regular";
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #b80001;
  position: relative;
  margin: 0 0 130px 0;
}

.development__content {
  margin: 80px 0 0 0;
}

.development__subtitle {
  max-width: 945px;
  margin: 0 auto;
  text-align: center;
}

.development__item {
  height: auto;
}

.development__fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.development-cont__item {
  flex: 1 1 auto;
}

.development-cont__item .slider-prise__image {
  height: 210px;
}

.slider-prise__text.subtitle {
  margin: 0 0 50px 0;
}

@media (max-width: 1100px) {
  .development__text {
    margin: 0 0 80px 0;
  }

  .development__title:after {
    content: "";
    top: 130px;
    width: 50px;
  }
}

@media (max-width: 991px) {
  .development__content {
    display: flex;
  }

  .development__item {
    flex: 0 1 33.333%;
  }

  .development__text {
    font-size: 25px;
    line-height: 34px;
  }
}

@media (max-width: 1050px) {
  .development__content {
    margin: 40px 0 0 0;
  }
}

@media (max-width: 991px) {
  .development__text {
    font-size: 21px;
    line-height: 28px;
  }

  .development__text {
    margin: 0 0 25px 0;
  }
}

@media (max-width: 950px) {
  .development__item-text {
    font-size: 15px;
  }

  .evelopment-slider {
    max-width: 210px;
  }

  .development-cont__item .slider-prise__image {
    height: 160px;
    align-items: start;
  }

  .development-btn {
    max-width: 205px;
  }
}

@media (max-width: 900px) {
  .development__item-text {
    font-size: 14px;
  }
}

@media (max-width: 850px) {
  .development__text {
    font-size: 19px;
    line-height: 22px;
  }
}

@media (max-width: 820px) {
  .development__content {
    display: flex;
    flex-wrap: wrap;
  }

  .development__item {
    flex: 0 0 48%;
  }

  .development__item:nth-child(3) {
    flex: 0 1 100%;
  }

  .evelopment-slider {
    max-width: 300px;
  }
}

@media (max-width: 790px) {
  .development__item {
    flex: 0 0 47%;
  }

  .development__content {
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .slider-prise__text.subtitle {
    margin: 0 0 35px 0;
  }

  .evelopment-slider {
    max-width: 260px;
  }
}

@media (max-width: 680px) {
  .evelopment-slider {
    max-width: 250px;
  }

  .development__item {
    flex: 0 0 48%;
    padding: 10px 0;
  }

  .development__item:first-child {
    margin: 0 10px 5px 0;
  }

  .development__item:nth-child(2) {
    margin: 0 10px 5px 0;
  }
}

@media (max-width: 660px) {
  .development__item {
    flex: 0 0 100%;
  }

  .development__fon {
    top: 0;
  }

  .development-btn {
    max-width: 310px;
  }
}

@media (max-width: 550px) {
  .development__text {
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 15px 0;
  }

  .development__title {
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 370px) {
  .development-btn {
    max-width: 280px;
  }
}

@media (max-width: 335px) {
  .development-btn {
    max-width: 270px;
  }
}

.item-how-to-choose__image-ten {
  position: relative;
  z-index: -1;
}

.item-how-to-choose__image-ten img {
  max-width: 270px;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  width: auto !important;
  position: relative;
  top: 6%;
  z-index: 3;
  position: absolute;
}

.image-ten-how-to-boom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.image-ten-how-to-boom img {
  top: 50%;
  max-width: none;
  z-index: 2;
  left: 40%;
  max-width: 350px;
}

.image-ten-how-to-logo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.image-ten-how-to-logo img {
  top: 0;
  max-width: none;
  z-index: 1;
  max-width: 666px;
  top: -15%;
  left: -25%;
}

.item-how-to-choose-none img {
  max-height: none;
}

.image-info-five {
  position: relative;
  z-index: -1;
}

.image-info-five img {
  position: relative;
  z-index: 3;
  top: 17%;
}

.image-info-five__booms {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.image-info-five__booms img {
  position: relative;
  z-index: 1;
  top: 5%;
}

.image-info-five__tumans {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.image-info-five__tumans img {
  position: relative;
  z-index: 3;
  top: 45%;
  left: 15%;
}

.story-maker-info__cont-two .how-to-choose__column:nth-child(9) .item-how-to-choose-none .item-how-to-choose__images picture img {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

.image-info-five__arrow img {
  top: 0;
}

.video-clips-keys {
  padding: 0 0 100px 0;
}

.item-how-to-choose__image-ten img._anim-items {
  transform: translate(0, 100%);
  opacity: 0;
  transition: all 0.6s ease 0s;
}

.item-how-to-choose__image-ten img._active {
  transform: translate(0, 0%);
  opacity: 1;
}

.image-info-five img._anim-items {
  transform: translate(0, 100%);
  opacity: 0;
  transition: all 0.6s ease 0s;
}

.image-info-five img._active {
  transform: translate(0, 0%);
  opacity: 1;
}

@media (max-width: 1200px) {
  .image-ten-how-to-logo img {
    max-width: 600px;
    top: 0%;
    left: -32%;
  }
}

@media (max-width: 1100px) {
  .image-ten-how-to-boom img {
    top: 65%;
    max-width: none;
    z-index: 2;
    left: 38%;
    max-width: 290px;
  }
}

@media (max-width: 991px) {
  .image-ten-how-to-logo img {
    max-width: 510px;
    top: 15%;
    left: -34%;
  }

  .image-ten-how-to-boom img {
    top: 63%;
    max-width: none;
    z-index: 2;
    left: 38%;
    max-width: 250px;
  }
}

@media (max-width: 850px) {
  .item-how-to-choose__image-ten img {
    max-width: 200px;
  }

  .image-ten-how-to-boom img {
    top: 55%;
    left: 38%;
    max-width: 210px;
  }

  .image-ten-how-to-logo img {
    max-width: 420px;
  }
}

@media (max-width: 680px) {
  .item-how-to-choose__image-ten {
    top: 12%;
  }
}

@media (max-width: 650px) {
  .item-how-to-choose__image-ten img {
    position: relative;
    top: -3%;
  }

  .image-ten-how-to-boom img {
    position: absolute;
    top: 35%;
  }

  .image-ten-how-to-logo img {
    position: absolute;
    top: -10%;
    left: 5%;
  }
}

@media (max-width: 430px) {
  .image-ten-how-to-logo img {
    position: absolute;
    top: -10%;
    left: -5%;
  }
}

@media (max-width: 380px) {
  .image-ten-how-to-logo img {
    position: absolute;
    top: -10%;
    left: -15%;
  }
}

@media (max-width: 600px) {
  .video-clips-keys {
    padding: 0 0 40px 0;
  }
}

@media (max-width: 1250px) {
  .image-info-five__booms img {
    position: relative;
    z-index: 1;
    top: 20%;
  }
}

@media (max-width: 1150px) {
  .image-info-five__booms img {
    position: relative;
    z-index: 1;
    top: 8%;
  }
}

@media (max-width: 700px) {
  .image-info-five__booms img {
    position: relative;
    z-index: 1;
    top: 22%;
  }
}

@media (max-width: 650px) {
  .story-maker-info__cont-two .how-to-choose__column:nth-child(3) .item-how-to-choose-none .item-how-to-choose__image picture img {
    max-width: 140px;
  }

  .image-ten-how-to-boom img {
    max-width: 250px !important;
  }

  .image-ten-how-to-logo img {
    max-width: 420px !important;
  }

  .story-maker-info__cont-two .how-to-choose__column:nth-child(9) .item-how-to-choose-none .item-how-to-choose__images picture img {
    object-fit: contain !important;
    max-width: 380px;
  }

  .image-info-five__booms img {
    max-width: 400px;
    top: 7%;
  }

  .image-info-five__tumans img {
    top: 50%;
  }
}

.item-how-to-choose__image-ten img._anim-items {
  transform: translate(0, 40%);
}

.item-how-to-choose__image-ten img._active {
  transform: translate(0, 0%);
  opacity: 1;
}

.image-info-five img._anim-items {
  transform: translate(0, 40%);
}

.image-info-five img._active {
  transform: translate(0, 0%);
}

.video-clips-keys__subtitle-text {
  text-align: center;
  padding: 0 0 60px 0;
}

@media (max-width: 550px) {
  .video-clips-keys__subtitle-text {
    padding: 0 0 45px 0;
  }
}

@media (max-width: 400px) {
  .video-clips-keys__subtitle-text {
    padding: 0 0 20px 0;
  }
}

.video-clips-keys__subtitle {
  font-family: "Geometria-Medium";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 850px) {
  .video-clips-keys__subtitle {
    font-size: 18px;
    line-height: 23px;
  }
}

@media (max-width: 750px) {
  .video-clips-keys__subtitle {
    font-size: 16px;
    line-height: 21px;
  }
}

.video-clips-keys__title {
  padding: 0 0 20px 0;
  position: relative;
}

.video-clips-keys__tit {
  max-width: 850px;
}

.video-clips-keys__title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  bottom: -85px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
}

@media (max-width: 400px) {
  .video-clips-keys__title:before {
    display: none;
  }
}

.development-cont__item .slider-prise__image {
  height: 310px;
}

.development {
  overflow: hidden;
}

@media (max-width: 1200px) {
  .development-cont__item .slider-prise__image {
    height: auto;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 820px) {
  .development__item:nth-child(3) {
    flex: 0 1 48%;
  }

  .development__content {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .prise__slider {
    padding: 20px 10px;
  }
}

@media (max-width: 650px) {
  .development__content {
    max-width: 400px;
    margin: 0 auto;
  }

  .development__item:nth-child(3) {
    flex: 0 1 100%;
  }
}

.development__title:after {
  content: "";
  top: 200px;
}

.prise__swiper {
  margin: 40px auto 0 auto;
}

.study-marketing {
  padding: 100px 0 35px 0;
}

@media (max-width: 1200px) {
  .study-marketing {
    padding: 0px 0 0 0;
  }
}

.item-study-marketing__desp p {
  margin: 0 0 30px 0;
}

.item-study-marketing__desp p:last-child {
  margin: 0;
}

.study-marketing-two__arr svg {
  top: 15px;
  left: -110px;
}

.study-marketing__arr svg {
  top: 40px;
}

.study-marketing__content {
  align-items: center;
}

.study-marketing-two__content {
  padding: 150px 0 100px 0;
}

@media (max-width: 1100px) {
  .study-marketing-two__content {
    padding: 70px 0 60px 0;
  }
}

@media (max-width: 1050px) {
  .item-study-marketing__image img {
    max-width: 325px;
  }

  .study-marketing__arr svg {
    top: 135px;
  }

  .study-marketing-two__image img {
    max-width: 400px;
  }

  .study-marketing-two__arr svg {
    max-height: 540px;
  }
}

@media (max-width: 900px) {
  .study-marketing-two__arr svg {
    max-height: 465px;
  }

  .study-marketing-two__image img {
    max-width: 325px;
  }

  .study-marketing-two__column:first-child {
    padding: 0 15px 0 0;
  }

  .study-marketing__column:first-child {
    padding: 0 15px 0 0;
  }

  .study-marketing-two__content {
    padding: 70px 0 30px 0;
  }

  .study-marketing__arr svg {
    top: 55px;
  }

  .item-study-marketing__despss.subtitle {
    margin: 30px 0 0 0;
    position: relative;
    z-index: 2;
  }

  .item-study-marketing__desps.subtitle {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 730px) {
  .item-study-marketing__image img {
    max-width: 250px;
  }

  .study-marketing-two__arr svg {
    max-height: 420px;
  }

  .study-marketing-two__image img {
    max-width: 280px;
  }
}

@media (max-width: 650px) {
  .study-marketing__arr svg {
    top: -35px;
  }

  .study-marketing-two__arr svg {
    top: -5px;
  }
}

@media (max-width: 550px) {
  .study-marketing-two__arr svg {
    top: 10px;
  }
}

@media (max-width: 480px) {
  .study-marketing__arr svg {
    top: -55px;
  }
}

@media (max-width: 420px) {
  .study-marketing__arr svg {
    top: -80px;
  }
}

.button-serm {
  overflow: hidden;
}

.button-serm__container {
  position: relative;
  padding: 130px 20px 200px 20px;
}

@media (max-width: 1350px) {
  .button-serm__container {
    padding: 110px 20px 90px 20px;
  }
}

@media (max-width: 1200px) {
  .button-serm__container {
    padding: 30px 20px 60px 20px;
  }
}

@media (max-width: 650px) {
  .button-serm__container {
    padding: 30px 10px 60px 10px;
  }
}

.button-serm__content {
  display: flex;
  position: relative;
  z-index: 2;
}

@media (max-width: 650px) {
  .button-serm__content {
    flex-direction: column;
  }
}

.button-serm__column {
  flex: 0 1 50%;
}

.button-serm__column:first-child {
  padding: 0 20px 0 0;
}

@media (max-width: 900px) {
  .button-serm__column:first-child {
    flex: 0 1 60%;
  }
}

@media (max-width: 650px) {
  .button-serm__column:first-child {
    padding: 0 0px 0 0;
  }
}

@media (max-width: 900px) {
  .button-serm__column:last-child {
    flex: 0 1 40%;
  }
}

@media (max-width: 991px) {
  .button-serm__column:last-child {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.button-serm__arr {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: end;
}

@media (max-width: 1300px) {
  .button-serm__arr {
    align-items: center;
  }
}

@media (max-width: 950px) {
  .button-serm__arr {
    top: -50px;
  }
}

@media (max-width: 650px) {
  .button-serm__arr {
    top: 100px;
  }
}

.button-serm__arr svg {
  max-height: 1205px;
  position: relative;
  left: 9%;
  top: 4%;
}

@media (max-width: 1350px) {
  .button-serm__arr svg {
    max-height: 1050px;
  }
}

@media (max-width: 1300px) {
  .button-serm__arr svg {
    max-height: 1025px;
  }
}

@media (max-width: 1200px) {
  .button-serm__arr svg {
    max-height: 980px;
  }
}

@media (max-width: 950px) {
  .button-serm__arr svg {
    max-height: 850px;
  }
}

@media (max-width: 850px) {
  .button-serm__arr svg {
    max-height: 700px;
  }
}

@media (max-width: 360px) {
  .button-serm__arr svg {
    top: 9%;
  }
}

.item-button-serm__title {
  text-align: left;
}

.item-button-serm__desp {
  margin: 40px 0 0 0;
}

@media (max-width: 650px) {
  .item-button-serm__desp {
    margin: 20px 0 0 0;
  }
}

.item-button-serm__desp p {
  padding: 0 0 30px 0;
}

@media (max-width: 650px) {
  .item-button-serm__desp p {
    padding: 0 0 15px 0;
  }
}

.item-button-serm__desp p:last-child {
  padding: 0;
}

.item-button-serm ul {
  margin: 40px 0 0 0;
}

@media (max-width: 650px) {
  .item-button-serm ul {
    margin: 20px 0 0 0;
  }
}

.item-button-serm ul li {
  padding: 15px 0;
}

.item-button-serm ul li span {
  color: rgb(184, 0, 1);
}

.item-button-serm__image-two {
  position: relative;
}

@media (max-width: 420px) {
  .item-button-serm__image-two {
    display: flex;
    justify-content: center;
  }
}

.item-button-serm__image-two img {
  position: relative;
  z-index: 2;
}

@media (max-width: 1300px) {
  .item-button-serm__image-two img {
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .item-button-serm__image-two img {
    max-width: 375px;
  }
}

@media (max-width: 850px) {
  .item-button-serm__image-two img {
    max-width: 300px;
  }
}

@media (max-width: 420px) {
  .item-button-serm__image-two img {
    max-width: 240px;
  }
}

.item-button-serm__iskra {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: end;
}

@media (max-width: 1300px) {
  .item-button-serm__iskra {
    align-items: center;
  }
}

.item-button-serm__iskra img {
  max-width: 918px;
  position: relative;
  left: 5%;
}

@media (max-width: 1300px) {
  .item-button-serm__iskra img {
    max-width: 600px;
  }
}

@media (max-width: 650px) {
  .item-button-serm__iskra img {
    left: -18%;
    top: 23%;
  }
}

@media (max-width: 500px) {
  .item-button-serm__iskra img {
    left: 10%;
  }
}

.item-button-serm__tuman {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}

.item-button-serm__tuman img {
  z-index: 1;
  max-width: 918px;
  position: relative;
  left: 10%;
}

@media (max-width: 1300px) {
  .item-button-serm__tuman img {
    max-width: 770px;
  }
}

@media (max-width: 850px) {
  .item-button-serm__tuman img {
    max-width: 600px;
  }
}

@media (max-width: 650px) {
  .item-button-serm__tuman img {
    top: 25%;
    left: -3%;
  }
}

@media (max-width: 500px) {
  .item-button-serm__tuman img {
    left: 15%;
  }
}

.item-button-serm__despin.subtitle {
  position: relative;
  z-index: 2;
}
/* 
.form {
  background: #363636;
  padding: 50px 0 60px 0;
  overflow: hidden;
}

.form__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 123.255814%;
  text-align: center;
  letter-spacing: 0.02em;
  z-index: 7;
  position: relative;
  color: #ffffff;
}

@media (max-width: 991px) {
  .form__title {
    font-size: 38px;
  }
}

@media (max-width: 850px) {
  .form__title {
    font-size: 33px;
  }
}

@media (max-width: 768px) {
  .form__title {
    font-size: 24px;
  }
}

.form__subtitle {
  font-family: "TTNorms-Regular";
  font-weight: 400;
  font-size: 24px;
  line-height: 137.5%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 20px 0 0 0;
  max-width: 605px;
  margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
  .form__subtitle {
    font-size: 21px;
  }
}

@media (max-width: 850px) {
  .form__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .form__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .form__subtitle {
    font-size: 13px;
  }
}

.form__content {
  margin: 60px 0 0 0;
}

.form__row {
  position: relative;
}

.form__row:last-child {
  margin: 80px 0 0 0;
}

@media (max-width: 605px) {
  .form__row:last-child {
    margin: 40px 0 0 0;
  }
}

.form__image {
  position: absolute;
  width: 43%;
  height: 100%;
  top: 78px;
  right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  z-index: 5;
  -webkit-transform: translate(120%, 0);
  transform: translate(120%, 0);
  opacity: 0;
  -webkit-transition: all 1.3s ease 0s;
  transition: all 1.3s ease 0s;
}

.form__image img {
  max-width: 475px;
  position: relative;
  z-index: 5;
}

@media (max-width: 1100px) {
  .form__image img {
    max-width: 370px;
  }
}

@media (max-width: 900px) {
  .form__image img {
    max-width: 280px;
  }
}

@media (max-width: 755px) {
  .form__image img {
    max-width: 180px;
  }
}

@media (max-width: 1620px) {
  .form__image {
    right: 0px;
  }
}

@media (max-width: 755px) {
  .form__image {
    top: 40px;
  }
}

.form__image._active {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

.form__btn {
  margin: 50px 0 0 0;
}

@media (max-width: 650px) {
  .form__btn {
    width: 100%;
    max-width: 100%;
  }
}

.item-form {
  background: #272727;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 20px 40px;
  position: relative;
  z-index: 5;
}

@media (max-width: 768px) {
  .item-form {
    padding: 20px 30px;
  }
}

@media (max-width: 500px) {
  .item-form {
    padding: 20px 15px;
  }
}

.item-form__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 460px) {
  .item-form__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.item-form__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #ffffff;
  font-family: "Geometria-Light";
}

@media (max-width: 991px) {
  .item-form__title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .item-form__title {
    font-size: 20px;
  }
}

.item-form__subtitle {
  font-family: "Geometria-Light";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  text-align: right;
  color: #ffffff;
  text-transform: none;
  margin: 0 0 0 60px;
}

@media (max-width: 991px) {
  .item-form__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .item-form__subtitle {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .item-form__subtitle {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 460px) {
  .item-form__subtitle {
    margin: 0;
    text-align: left;
    font-size: 13px;
  }
}

@media (max-width: 370px) {
  .item-form__subtitle {
    font-size: 12px;
  }
}

.item-form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}

.item-form__check {
  margin: 30px 0 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-form__check input {
  cursor: pointer;
}

@media (max-width: 991px) {
  .item-form__check {
    margin: 20px 0 0 0;
  }
}

@media (max-width: 650px) {
  .item-form__check {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.content-form__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-form {
  margin: 0 0 25px;
}

.bottom-form__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 650px) {
  .bottom-form__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.bottom-form__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.bottom-form__item:first-child {
  padding: 0 22.5px 0 0;
}

@media (max-width: 768px) {
  .bottom-form__item:first-child {
    padding: 0 15px 0 0;
  }
}

@media (max-width: 650px) {
  .bottom-form__item:first-child {
    padding: 0;
  }
}

.bottom-form__item:last-child {
  padding: 0 0 0 22.5px;
}

@media (max-width: 768px) {
  .bottom-form__item:last-child {
    padding: 0 0 0 15px;
  }
}

@media (max-width: 650px) {
  .bottom-form__item:last-child {
    padding: 0;
  }
}

.bottom-form__item input {
  width: 100%;
  background: #f1f2f3;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2),
    inset 0px 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2),
    inset 0px 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  height: 50px;
  margin: 50px 0 0 0;
  padding: 0 20px;
}




.bottom-form__item input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  font-family: "Geometria-Light";
  color: rgba(0, 0, 0, 0.5);
}

.bottom-form__item input::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  font-family: "Geometria-Light";
  color: rgba(0, 0, 0, 0.5);
}

.footer-fon-form {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-checkbox {
  position: absolute;
  z-index: 20;
  opacity: 0;
}

.custom-checkbox+label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox+label:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background: #f1f2f3;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3),
    inset 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3),
    inset 0px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  width: 24px;
  height: 24px;
  border-radius: 0.25em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  margin: 0 15px 0px 0;
}

.custom-checkbox:checked+label:after {
  content: "";
  background-image: url("../image/form/2.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 1em;
  height: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-radius: 6px;
  width: 33px;
  height: 24px;
  position: absolute;
  left: 0%;
}

.custom-checkbox:disabled+label:before {
  background-color: #e9ecef;
}

label {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  font-family: "Geometria-Light";
  position: relative;
}

@media (max-width: 991px) {
  label {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  label {
    font-size: 13px;
  }
}

@media (max-width: 500px) {
  .custom-checkbox+label:before {
    width: 19px;
    height: 19px;
  }
}

.check-item-form label {
  font-family: "Geometria-Light";
  font-weight: 400;
  font-size: 14px;
  line-height: 142.857143%;
  color: #ffffff;
}

.check-item-form label span a {
  font-size: 14px;
  display: block;
  color: rgb(222, 13, 14);
}

.check-item-form label span a:hover {
  text-decoration: underline;
}

@media (max-width: 1050px) {
  .check-item-form label span a {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .check-item-form label span a {
    font-size: 13px;
  }
}

@media (max-width: 425px) {
  .check-item-form label span a {
    font-size: 12px;
  }
}

@media (max-width: 1250px) {
  .check-item-form label span a {
    display: inline;
  }
}

@media (max-width: 1050px) {
  .check-item-form label {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .check-item-form label {
    font-size: 13px;
  }
}

@media (max-width: 425px) {
  .check-item-form label {
    font-size: 12px;
  }
}

.bottom-form__item.bottom-form__itemm {
  padding: 0;
}

.input.error {
  background: #ffbbbb;
  border: 1.5px solid #b80001;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2),
    inset 0px 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2),
    inset 0px 5px 20px rgba(0, 0, 0, 0.3);
}

.tel-form {
  position: relative;
}

.tel-form label {
  font-family: "Geometria-Light";
  position: absolute;
  top: 25px;
  left: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 142.857143%;
  color: #b80001;
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

@media (max-width: 768px) {
  .tel-form label {
    left: 35px;
  }
}

.tel-form label.active {
  opacity: 1;
}

.email-form {
  position: relative;
}

.email-form label {
  font-family: "Geometria-Light";
  position: absolute;
  top: 25px;
  left: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 142.857143%;
  color: #b80001;
  opacity: 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.email-form label.active {
  opacity: 1;
}

@media (max-width: 500px) {
  .form__content {
    padding: 30px 0 0 0;
  }
}

.check-item-form label span {
  text-align: left;
  text-transform: none;
}

@media (max-width: 768px) {
  .bottom-form__item input {
    margin: 25px 0 0 0;
  }

  .tel-form label {
    top: 2px;
  }

  .email-form label {
    top: 3px;
  }
}

@media (max-width: 650px) {
  .tel-form label {
    left: 22px;
  }
}

@media (max-width: 500px) {
  .form__content {
    margin: 25px 0 0 0;
    padding: 0 0 0 0;
  }
}

@media (max-width: 1000px) {
  .form__image-two img {
    max-width: 220px;
  }
}

@media (max-width: 768px) {
  .form__image-two img {
    max-width: 180px;
  }
}

@media (max-width: 750px) {
  .form__image-two img {
    max-width: 130px;
  }
}

.content-mark-form {
  position: relative;
}

.form__image-mark {
  right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  top: -28.5%;
}

@media (max-width: 850px) {
  .form__image-mark {
    top: -21.5%;
  }
}

.form__image-mark img {
  max-width: 310px;
}

.form-mark {
  padding: 80px 0 60px 0;
}

@media (max-width: 768px) {
  .form-mark {
    padding: 50px 0 60px 0;
  }
}

.form__subtitle {
  position: relative;
  z-index: 7;
}

@media (max-width: 850px) {
  .form__image-mark img {
    max-width: 230px;
  }
}

@media (max-width: 650px) {
  .form__image-mark {
    top: -14.5%;
  }
}

@media (max-width: 550px) {
  .form__image-mark img {
    max-width: 160px;
  }
}

@media (max-width: 500px) {
  .form__image-mark {
    top: -9.5%;
  }
}

.calback-popup__title {
  text-align: left;
}

.calback-popup {
  padding: 40px 50px;
}

@media (max-width: 650px) {
  .calback-popup {
    padding: 25px 25px;
  }
}

.calback-popup__desp {
  margin: 10px 0 0 0;
  max-width: 500px;
}

.form__item-popup {
  background-color: #272727;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  padding: 0;
}

.form__btn-popup {
  margin: 25px 0 0 0;
  width: 100%;
}

.bottom-form__item-popup:last-child {
  padding: 0 0px 0 15px;
}

.bottom-form__item-popup:first-child {
  padding: 0 15px 0 0;
}

@media (max-width: 650px) {
  .bottom-form__item-popup:last-child {
    padding: 0 0px 0 0px;
  }

  .bottom-form__item-popup:first-child {
    padding: 0 0px 0 0;
  }
}

.bottom-form__item-popup textarea {
  min-width: 100%;
  max-width: 335px;
}

.custom-checkbox {
  width: 24px !important;
  height: 24px !important;
}

.item-form__check.check-item-form input {
  margin: 5px 0 0 0;
}

@media (max-width: 950px) {
  .calback-popup-three .calback-popup-four .calback-popup-three__column:first-child {
    display: none;
  }

  .calback-popup-three .calback-popup-four .calback-popup-three__column:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 40px 50px 40px 50px !important;
  }
}

@media (max-width: 768px) {
  .bottom-form__column-last-three button {
    margin: 25px 0px 0 15px !important;
  }
}

@media (max-width: 650px) {
  .bottom-form__column-last-three button {
    margin: 25px 0px 0 0px !important;
  }
}

@media (max-width: 550px) {
  .calback-popup-three .calback-popup-four .calback-popup-three__column:last-child {
    padding: 40px 30px !important;
  }
}

@media (max-width: 500px) {
  .bottom-form__item input {
    height: 40px;
  }
}

.item-form-top__first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 600px) {
  .item-form-top__first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .item-form-top__first .item-form__subtitle {
    margin: 0;
  }
}

.item-form__top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .item-form__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}

.item-form-top__last.subtitle {
  padding: 0 0 0 20px;
}

@media (max-width: 900px) {
  .item-form-top__last.subtitle {
    padding: 5px 0 0 0;
  }
} */

.custom-checkbox {
  width: 24px !important;
}

.item-button-serm-one .item-button-serm__image {
  position: absolute;
  top: -13%;
  right: 0;
}

.item-button-serm-one .item-button-serm__image img {
  max-height: 645px;
}

.do-not-drain {
  overflow: hidden;
}

.do-not-drain__container {
  padding: 100px 20px 200px 20px;
}

@media (max-width: 1350px) {
  .do-not-drain__container {
    padding: 30px 20px 150px 20px;
  }
}

@media (max-width: 1100px) {
  .do-not-drain__container {
    padding: 30px 20px 60px 20px;
  }
}

@media (max-width: 650px) {
  .do-not-drain__container {
    padding: 30px 20px 59px 20px;
  }
}

@media (max-width: 500px) {
  .do-not-drain__container {
    padding: 30px 10px 60px 10px;
  }
}

.do-not-drain-tuman img {
  max-width: 978px;
  left: 13%;
  top: 35%;
  z-index: 2;
}

.do-not-drain-boom img {
  left: 13%;
  top: 30%;
}

@media (max-width: 1350px) {
  .do-not-drain-boom img {
    top: 15%;
  }
}

.do-not-drain-text {
  position: absolute;
  bottom: -25%;
  right: -6%;
}

.do-not-drain-text img {
  max-width: 768px;
  position: relative;
  z-index: 2;
}

.item-button-serm__iskra-two {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: end;
}

@media (max-width: 1300px) {
  .item-button-serm__iskra-two {
    align-items: center;
  }
}

.item-button-serm__iskra-two img {
  max-width: 918px;
  position: relative;
  left: 5%;
}

@media (max-width: 750px) {
  .form__image-two img {
    max-width: 175px;
  }
}

@media (max-width: 1250px) {
  .do-not-drain-boom img {
    left: 13%;
    top: 5%;
  }

  .item-button-serm-one .item-button-serm__image img {
    max-height: 500px;
  }

  .do-not-drain-tuman img {
    top: 15%;
  }

  .do-not-drain-text {
    bottom: 0;
    right: -3%;
  }

  .do-not-drain-text img {
    max-width: 600px;
  }
}

.item-button-serm__cont {
  position: relative;
  z-index: 5;
}

@media (max-width: 1100px) {
  .item-button-serm-one .item-button-serm__image img {
    max-height: 400px;
    top: 115px;
  }

  .do-not-drain-boom img {
    top: 0%;
    max-width: 800px;
  }
}

@media (max-width: 1000px) {
  .do-not-drain-boom img {
    max-width: 700px;
  }

  .item-button-serm-one .item-button-serm__image img {
    max-height: 350px;
    top: 215px;
  }

  .do-not-drain-text img {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .do-not-drain-boom img {
    max-width: 600px;
  }

  .do-not-drain-tuman img {
    max-width: 550px;
  }

  .item-button-serm-one .item-button-serm__image img {
    max-height: 305px;
    top: 215px;
  }
}

@media (max-width: 650px) {
  .item-button-serm-one .item-button-serm__image {
    position: relative;
  }

  .item-button-serm-one .item-button-serm__image img {
    top: 5px;
    left: -13%;
  }

  .do-not-drain-boom img {
    left: 0%;
    top: 3%;
    max-width: 550px;
  }

  .do-not-drain-tuman img {
    top: 250px;
    left: -6%;
  }

  .do-not-drain-text {
    bottom: -5%;
    right: 14%;
  }
}

@media (max-width: 600px) {
  .item-button-serm-one .item-button-serm__image img {
    left: -20%;
  }
}

@media (max-width: 560px) {
  .item-button-serm-one .item-button-serm__image img {
    left: -30%;
  }
}

@media (max-width: 505px) {
  .item-button-serm-one .item-button-serm__image img {
    min-width: 465px;
  }
}

@media (max-width: 485px) {
  .item-button-serm-one .item-button-serm__image img {
    left: -35%;
  }
}

@media (max-width: 460px) {
  .item-button-serm-one .item-button-serm__image img {
    left: -45%;
  }

  .do-not-drain-text {
    right: 4%;
  }

  .do-not-drain-tuman img {
    left: 7%;
  }

  .do-not-drain-boom img {
    left: 6%;
  }
}

@media (max-width: 400px) {
  .item-button-serm-one .item-button-serm__image img {
    left: -55%;
  }
}

@media (max-width: 400px) {
  .do-not-drain-text {
    right: -5%;
  }

  .do-not-drain-boom img {
    left: 20%;
  }
}

@media (max-width: 350px) {
  .item-button-serm-one .item-button-serm__image img {
    left: -70%;
  }

  .do-not-drain-text {
    right: -14%;
  }
}

.item-button-serm__image {
  position: relative;
  z-index: 2;
}

@media (max-width: 650px) {
  .item-button-serm-one .item-button-serm__image img {
    position: relative;
  }
}

@media (max-width: 1220px) {
  .item-button-serm-one .item-button-serm__image {
    top: -5%;
  }
}

@media (max-width: 1100px) {
  .item-button-serm-one .item-button-serm__image {
    top: 17%;
  }
}

@media (max-width: 650px) {
  .do-not-drain-boom img {
    left: 0%;
    top: 160px;
  }
}

.copywriting-selling__image img {
  max-height: 250px;
}

@media (max-width: 1100px) {
  .copywriting-selling__column-ten:nth-child(2) .copywriting-selling__image {
    top: -105px;
  }
}

@media (max-width: 900px) {
  .copywriting-selling__image img {
    max-height: 210px !important;
    max-width: 250px;
  }

  .copywriting-selling__column-ten:nth-child(2) .copywriting-selling__image {
    top: -70px;
  }

  .copywriting-selling__column-ten:first-child .copywriting-selling__image {
    top: -35px;
  }

  .copywriting-selling__column-ten .copywriting-selling__image {
    top: -70px;
  }
}

@media (max-width: 740px) {
  .copywriting-selling__image img {
    max-height: 190px !important;
    max-width: 250px;
  }

  .copywriting-selling__column-ten .copywriting-selling__image {
    top: -60px;
  }

  .copywriting-selling__column-ten:first-child .copywriting-selling__image {
    top: -45px;
  }
}

@media (max-width: 560px) {
  .copywriting-selling__image img {
    max-height: 174px !important;
    max-width: 205px;
  }
}

@media (max-width: 500px) {
  .copywriting-selling__image img {
    max-height: 174px !important;
    max-width: 205px;
  }
}

@media (max-width: 400px) {
  .copywriting-selling__image img {
    max-height: 148px !important;
    max-width: 180px;
  }

  .copywriting-selling__column-ten .copywriting-selling__image {
    top: -55px;
  }

  .copywriting-selling__column-ten:nth-child(2) .copywriting-selling__image {
    top: -45px;
  }
}

@media (max-width: 650px) {
  .item-button-serm__iskra img {
    top: 250px;
  }

  .item-button-serm__tuman img {
    top: 250px;
  }
}

@media (max-width: 768px) {
  main {
    padding: 80px 0 0 0;
  }
}

@media (max-width: 650px) {
  main {
    padding: 0px 0 0 0;
  }

  .fullscreen__content {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .study-marketing-two__content {
    padding: 15px 0 30px 0;
  }
}

@media (max-width: 450px) {
  .copywriting-selling__image img {
    max-height: 140px !important;
    max-width: 205px;
  }

  .copywriting-selling__column-ten .copywriting-selling__image {
    top: -45px;
  }

  .copywriting-selling__column-ten:nth-child(2) .copywriting-selling__image {
    top: -35px;
  }
}

@media (max-width: 400px) {
  .copywriting-selling__image img {
    max-height: 140px !important;
    max-width: 180px;
  }

  .copywriting-selling__column-ten .copywriting-selling__image {
    top: -45px;
  }
}

.item-info__line.cling-line img {
  height: 40px;
}

.cling-line {
  margin: 15px 0;
}

@media (max-width: 768px) {
  .cling-line {
    margin: 10px 0;
  }
}

.image-copywriting__text-ten.subtitle span {
  font-weight: 700;
  font-family: "TTNorms-Bold", sans-serif;
}

@media (max-width: 850px) {
  .copywriting-global__image img {
    max-width: 410px;
  }

  .image-copywriting__text-ten {
    bottom: 10%;
  }

  .fullscreen-global.сopywriting-globals.сopywriting-globalsss .copywriting-globals svg {
    left: -260px;
  }

  .copywriting-global__arr.copywriting-global__arr-ten svg {
    left: auto;
    right: -191px;
    top: 30%;
  }
}

@media (max-width: 750px) {
  .copywriting-global__image img {
    max-width: 350px;
  }
}

@media (max-width: 650px) {
  .copywriting-global__arr svg {
    top: 35%;
  }

  .copywriting-global__arr.copywriting-global__arr-ten svg {
    left: auto;
    right: -90px;
    top: 50%;
  }
}

@media (max-width: 1350px) {
  .cling__text-bottom {
    bottom: -10%;
  }
}

@media (max-width: 1250px) {
  .cling__text-bottom {
    left: 2%;
    bottom: 2%;
  }
}

@media (max-width: 1220px) {
  .cling__text-bottom {
    bottom: 5%;
  }
}

@media (max-width: 1170px) {
  .cling__text-bottom {
    bottom: 7%;
    left: 2%;
  }
}

@media (max-width: 1025px) {
  .cling__text-bottom {
    bottom: 11%;
    left: 0%;
  }
}

@media (max-width: 950px) {
  .cling__text-bottom {
    bottom: 12%;
  }
}

@media (max-width: 880px) {
  .cling__text-bottom {
    bottom: 14%;
    left: -40px;
  }
}

@media (max-width: 860px) {
  .cling__text-bottom {
    bottom: 13%;
  }
}

@media (max-width: 770px) {
  .cling__text-bottom {
    bottom: 4%;
  }
}

@media (max-width: 730px) {
  .cling__text-bottom {
    bottom: 13%;
  }
}

@media (max-width: 650px) {
  .cling__text-bottom {
    left: 21%;
    bottom: -6%;
  }

}

@media (max-width: 550px) {
  .cling__text-bottom {
    left: 10%;
    bottom: -6%;
  }
}

@media (max-width: 360px) {
  .cling__text-bottom {
    left: -2%;
  }
}

@media (max-width: 950px) {
  .cling__arr svg {
    left: -30%;

  }
}

@media (max-width: 880px) {
  .cling__arr svg {
    left: -37%;
    top: 11%;
  }
}

@media (max-width: 800px) {
  .cling__arr svg {
    top: 24%;
  }
}

@media (max-width: 770px) {
  .cling__arr svg {
    top: 19%;
  }
}

@media (max-width: 650px) {
  .cling__arr svg {
    top: 40%;
    left: -25%;
  }
}

@media (max-width: 550px) {
  .cling__arr svg {
    top: 40%;
    left: -56%;
  }
}

@media (max-width: 450px) {
  .cling__arr svg {
    top: 38%;
    left: -68%;
  }
}

@media (max-width: 340px) {
  .cling__arr svg {
    top: 37%;
    left: -95%;
  }
}

@media (max-width: 650px) {
  .slider-one__slide {
    padding: 0 10px;
  }

  .dont-push {
    padding: 40px 0 30px 0;
  }

  h2.slider-one__title.title br {
    display: none;
  }
}

@media (max-width: 1300px) {
  .study-marketing__arr svg {
    left: 150px;
  }
}

@media (max-width: 900px) {
  .study-marketing__arr svg {
    top: 140px;
  }

  .study-marketing-two__content {
    align-items: center;
  }

  .study-marketing-two__arr svg {
    top: 116px;
    left: -160px;
  }

  .button-serm__arr svg {
    left: 25%;

  }
}

@media (max-width: 850px) {
  .study-marketing-two__arr svg {
    top: 80px;
    left: -250px;
  }
}

@media (max-width: 800px) {
  .study-marketing-two__arr svg {
    top: -10px;

  }
}

@media (max-width: 650px) {
  .study-marketing-two__arr svg {
    top: 25px;
    left: -150px;
  }

  .study-marketing__arr svg {
    top: 29px;
  }
}

@media (max-width: 550px) {
  .button-serm__arr svg {
    top: 15%;
  }
}

@media (max-width: 380px) {
  .button-serm__arr svg {
    top: 25%;
  }
}

@media (max-width: 900px) {
  .dont-push__arr svg {
    left: 35%;
  }
}

@media (max-width: 650px) {
  .dont-push__arr svg {
    left: 16%;
    top: -13%;
  }

}

@media (max-width: 500px) {
  .copywriting-global__arr svg {
    top: 50%;
  }
}

@media (max-width: 950px) {
  .study-marketing {
    padding: 0px 0 20px 0;
  }
}

@media (max-width: 550px) {
  .study-marketing {
    padding: 0px 0 0px 0;
  }
}

@media (max-width: 1200px) {
  .button-serm__content {
    align-items: center;
  }
}

.prise__title.development__title.item-info__title:after {
  content: "";
  top: 200px;
}

@media (max-width: 1100px) {
  .development__text {
    margin: 0 0 25px 0;
  }
}

@media (max-width: 900px) {
  .slider-one__container {
    padding: 30px 0;
  }
}

@media (max-width: 750px) {
  .slider-one__container {
    padding: 20px 0;
  }
}

.prise__title.development__title.item-info__title:after {
  content: "";
  top: 200px !important;
}

.spheres .prise__title.development__title.item-info__title:after {
  top: 145px !important;
}

@media (max-width: 650px) {

  .item-fullscreen__content {
    position: static;
  }

  .fullscreen__column.fullscreen__column-bottom {
    padding: 0 0 160px 0;
  }

  .image-fullscreen-two {
    top: 0px;
  }

  .global-copy-global__dom {
    top: -10%;
    right: -10%;
  }

  h1.item-fullscreen__title {
    position: relative;
    z-index: 10;
  }

  .fullscreen-global {
    padding: 140px 0 0px 0 !important;
  }

  .fullscreen__dron {
    top: 50%;
    left: auto;
    left: 250px
  }

  .fullscreen__dron-two {
    left: 50%;
    top: 10%;
  }

  .item-fullscreen__desps {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    max-width: 400px;
    text-align: center;
    z-index: 10;
  }

  .item-fullscreen__desp {
    max-width: 100% !important;
  }

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

  .global-copy-global__img-text {
    left: 55%;
  }

  .fullscreen__dron {
    display: block;
  }

  .fullscreen__dron-two {
    display: block;
  }

  .dom-global-copy-global__item img {
    max-width: 90px;
    max-height: 100px;
  }
}

@media (max-width: 550px) {
  .global-copy-global__dom img {
    max-width: 480px;
  }

  .global-copy-global__dom {
    top: 0%;
    right: -10%;
  }

  .global-copy-global__chlidren img {
    max-width: 200px;
  }

  .item-fullscreen__desps {
    padding: 0 10px;
  }

  .fullscreen__dron {
    left: 90px;
  }

  .global-copy-global__dom img {
    max-width: 420px;
  }

  .dom-global-copy-global__item img {
    max-width: 90px;
    max-height: 100px;
  }

  .copywriting-global__content {
    padding: 25px 0 60px;
  }
}

@media (max-width: 480px) {
  .global-copy-global__dom img {
    max-width: 420px;
  }

  .fullscreen__dron {
    left: 170px;
  }

  .global-copy-global__img-text {
    left: 30%;
    bottom: 24%;
  }

  .global-copy-global__img-text img {
    max-width: 160px;
  }

  .dom-global-copy-global__item img {
    max-width: 90px;
    max-height: 100px;
  }

  .global-copy-global__dom {
    top: 3%;
    right: -10%;
  }
}

.development__text {
  margin: 0 0 25px 0;
}

.prise__title.development__title.item-info__title:after {
  display: none;
}

.prise__title {
  max-width: 770px;
}

.copywriting-global__deps.copywriting-global__deps-ten.subtitle ._icon-curved-line:before {
  position: relative;
  top: 0px;
  margin: 0 10px 0 0;
  left: 0;
  color: rgb(184, 0, 1);
  font-size: 10px;
}

.copywriting-global__deps.copywriting-global__deps-ten.subtitle p {
  position: relative;
}

@media (max-width: 650px) {
  .copywriting-global__deps.copywriting-global__deps-ten.subtitle ._icon-curved-line:before {
    margin: 0 5px 0 0;
    font-size: 7px;
  }
}

@media (max-width: 650px) {
  .copywriting-selling__content {
    margin: 20px 0 0px 0;
  }
}

@media (max-width: 1300px) {
  .cling__arr svg {
    left: -30%;
    top: 0%;
  }
}

@media (max-width: 900px) {
  .cling__arr svg {
    left: -38% !important;
    top: 7% !important;
  }
}

@media (max-width: 850px) {
  .cling__arr svg {
    left: -47% !important;
    top: 5% !important;
  }
}

@media (max-width: 650px) {
  .cling__arr svg {
    left: -55% !important;
    top: 30% !important;
  }
}

@media (max-width: 480px) {
  .cling__arr svg {
    left: -80% !important;
    top: 30% !important;
  }
}

@media (max-width: 390px) {
  .cling__arr svg {
    left: -95% !important;
    top: 30% !important;
  }
}

.item-button-serm__desp.subtitle.item-button-serm__desp-two {
  padding: 20px;
  background: #272727;
  border-radius: 20px;
}

@media (max-width: 480px) {
  .item-button-serm-one .item-button-serm__image img {
    left: -30%;
  }
}

.slider-one__text-num p span {
  font-family: "TTNorms-Bold", sans-serif !important;
}

@media (max-width: 650px) {
  .fullscreen__column.fullscreen__column-bottom {
    padding: 0 0 200px 0;
  }

  .item-button-serm__image {
    margin: 120px 0 0 0;
    top: 0 !important;
  }

  .do-not-drain-boom img {
    left: 0%;
    top: 240px;
  }
}





.breadcrumb {
  padding: 280px 0 0 0;
  z-index: 6 !important;
}

.fullscreen {
  padding: 100px 0 0 0;

}

.fullscreen-global {
  margin: -120px 0 0 0;
}

@media (max-width: 1100px) {
  .breadcrumb {
    padding: 320px 0 0 0;
    z-index: 6 !important;
  }
}

@media (max-width: 991px) {
  .breadcrumb {
    padding: 215px 0 0 0;
  }

}

@media (max-width: 730px) {}

@media (max-width: 650px) {
  .breadcrumb {
    padding: 145px 0 0 0;
  }

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


@media (max-width: 768px) {
  .breadcrumb {
    padding: 130px 0 0 0;
  }
}

@media (max-width: 650px) {
  .breadcrumb {
    padding: 150px 0 0 0;
    z-index: 10 !important;
  }
}

@media (max-width: 650px) {
  .fullscreen-global {
    padding: 120px 0 0px 0 !important;
  }
}

@media (max-width: 991px) {
  .slider-one__con {
    padding: 0;
  }
}

@media (max-width: 1050px) {
  .viewport {
    padding: 50px 0 80px 0;
  }
}

.slider-one .swiper-button-nextsss:before {
  display: none;
}

.slider-one .swiper-button-nextsss:after {
  display: none;
}

.slider-one .swiper-button-prevsss:after {
  display: none;
}

.slider-one .swiper-button-prevsss:before {
  display: none;
}


.uslugi-custom__pag span.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  background-color: #2B2B2B !important;
  box-shadow: none !important;
  margin: 0 8px !important;
  transition: all 0.4s ease 0s;
  display: block;
  animation: none !important;

}

.uslugi-custom__pag span.swiper-pagination-bullet-active {
  width: 32px !important;
  border-radius: 30px !important;
  background-color: #CC001E !important;
}

.slider-one.slider-one-serm .swiper-button-nextsss {
  right: 20px;
}

.slider-one.slider-one-serm .swiper-button-prevsss {
  left: 20px;
}



.uslugi-custom__arrows {
  position: absolute;
  top: 26% !important;

}

.slider-one-row {
  padding: 0;
}

.slider-one__con {
  padding: 0;
  margin-top: 20px;
}



@media (min-width: 991px) {
  .uslugi-custom__pag.swiper-paginationsss {
    bottom: -20px;
  }

  .slider-one__content {
    position: relative;
    padding: 0 0 30px 0;
  }

  .uslugi-custom__pags.pag {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
  }

  .pag .uslugi-custom__pag.swiper-paginationsss {
    bottom: -70px !important;
  }
}