
.block__new__get--picture {
  width: 100%;
}

.block__new__get--picture img {
  width: 100%;
}

.button-transparent {
  font-family: Muller, sans-serif;
  font-size: 18px;
  line-height: 142%;
  color: #ffffff;
  background-color: transparent;
  width: 208px;
  margin: 0 auto;
  max-width: 100%;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  font-weight: 500;
  transition: all 0.2s, transform 0.4s;
  letter-spacing: .5px;
  will-change: transform, opacity;
  border: 2px solid #ffffff;
}

.button-transparent:hover {
  background: #fff;
  color: #000;
}

.create-identity-block-icons {
  margin-top: 70px;
}

.create-identity-block-icons .heading-2 {
  margin-bottom: 20px;
}

.create-identity__work-button {
  margin-top: 40px;
}

/* animations */
.create-identity-page .banner-float-support {
  display: none;
}

.banner-float-support__mb {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 30px 0 40px 0;
}

.animated-banner-image {
  max-width: 100%;
  width: 800px;
  height: 800px;
  position: relative;
}

.animated-banner-image > div img {
  width: 100%;
  height: 100%;
}

.animated-banner-image .animated-banner-image__main {
  height: 100%;
  width: auto;
  position: relative;
  z-index: 2;
}

.animated-banner-image > div {
  position: absolute;
}

.animated-banner-image .a-circles {
  width: 250px;
  height: 256px;
  bottom: 180px;
  right: 0px;
  z-index: 2;
  animation: 8s ease-in-out .1s normal none infinite running a-circles;
}

.animated-banner-image .a-book {
  width: 380px;
  height: 450px;
  top: 60px;
  right: 0;
  z-index: 1;
  animation: 8s ease-in-out .1s normal none infinite running a-book;
}

.animated-banner-image .a-sphere {
  width: 250px;
  height: 250px;
  bottom: 180px;
  left: 0px;
  z-index: 3;
  animation: 8s ease-in-out .1s normal none infinite running a-sphere;
}

.animated-banner-image .a-stand {
  width: 270px;
  height: 450px;
  bottom: 144px;
  right: 381px;
  z-index: 2;
  /*animation: 8s ease-in-out .1s normal none infinite running a-box;*/
  /*-webkit-animation: 8s ease-in-out .1s normal none infinite running a-box;*/
}

.animated-banner-image .a-sphere2 {
  width: 150px;
  height: 150px;
  top: 100px;
  left: 270px;
  z-index: 1;
  animation: 8s ease-in-out .1s normal none infinite running a-sphere2;
}

.animated-banner-image .a-heart {
  width: 70px;
  height: 70px;
  top: 125px;
  left: 50px;
  z-index: 1;
  animation: 4s ease-in-out .1s normal none infinite running a-heart;
}

.animated-banner-image .a-star1 {
  width: 50px;
  height: 50px;
  top: 240px;
  left: 580px;
  z-index: 2;
  animation: 2s ease-in-out .1s normal none infinite running a-star1;
}

.animated-banner-image .a-star2 {
  width: 70px;
  height: 70px;
  right: 320px;
  top: 40px;
  z-index: 2;
  animation: 4s ease-in-out .2s normal none infinite running a-star1;
}

.animated-banner-image .a-leafe {
  width: 190px;
  height: 250px;
  right: 350px;
  bottom: 140px;
  z-index: 3;
  animation: 8s ease-in-out .1s normal none infinite running a-leafe;
}

.animated-banner-image .a-shadow {
  width: 100%;
  height: 240px;
  right: 0;
  bottom: 0;
  z-index: 1;
  /*animation: 8s ease-in-out .1s normal none infinite running a-box;*/
}

@keyframes a-sphere {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(60deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes a-sphere2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes a-book {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(70px);
  }
  0% {
    transform: translateY(0);
  }
}

@keyframes a-leafe {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  0% {
    transform: translateY(0);
  }
}

@keyframes a-heart {
  0% {
    transform: scale(1);
  }
  46% {
    transform: scale(1);
  }
  48% {
    transform: scale(1.3);
  }
  52% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes a-star1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/* animations */
.create-identity-page .banner-float-support {
  height: max-content;
  width: max-content;
  pointer-events: none;
}

.create-identity-page .image-block-before {
  margin-top: 50px;
  margin-bottom: 50px
}

.create-identity-block-analytics .image-block-before {
  margin-top: 0;
}

.create-identity-block-analytics .image-block-before img {
  max-width: 290px;
  margin-left: -10px;
  margin-top: 10px;
}

.create-identity-block-analytics .image-block-before .float-circles:before {
  bottom: calc(0% - 50px);
  left: calc(61% - 30px);
}

.create-identity-block-analytics .image-block-before .float-circles:after {
  left: calc(50% - 20px);
  top: -7%;
}

.create-identity-block-analytics .text + .row {
  padding-top: 50px;
}

.create-identity-block__new__get {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .banner-float-support__mb {
    display: none;
  }

  .create-identity-page .main-banner .heading-1 {
    max-width: 550px;
  }

  .create-identity-page .main-banner .text {
    max-width: 500px;
  }

  .create-identity-page .banner-float-support {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: -50px;
    width: auto;
  }

  .create-identity-page .banner-float-support {
    margin-left: -40px;
  }

  .create-identity-block-analytics .image-block-before img {
    max-width: 383px;
    margin-left: -15px;
    margin-top: -25px;
  }

  .create-identity-block__new__get .float-circles:before {
    top: calc(50% - 50px);
    left: -50px;
    z-index: 3;
  }

  .create-identity-block__dop .float-circles:before {
    top: calc(50% - 50px);
    left: -50px;
    z-index: 3;
  }

  .create-identity-block-analytics .image-block-before .float-circles:before {
    bottom: calc(0% - 50px);
    left: calc(61% - 30px);
  }

  .create-identity-block__new__get .float-circles:after {
    bottom: calc(10px);
    z-index: 3;
    left: calc(70% - 30px);
    top: unset;
  }

  .create-identity-block__dop .float-circles:after {
    bottom: calc(10px);
    z-index: 3;
    left: calc(70% - 30px);
    top: unset;
  }

  .create-identity-block-analytics .image-block-before .float-circles:after {
    left: calc(50% - 20px);
    top: -7%;
    width: 51px;
    height: 51px;
  }
}

.create-identity-page .main-banner ul.list-dotted {
  max-width: unset;
  position: relative;
  z-index: 1;
  padding-top: 12px;
  display: flex;
  align-items: center;
}

ul.list-dotted li {
  padding: 0;
}

ul.list-dotted li:first-child {
  margin-right: 50px;
}

ul.list-dotted li:before {
  display: none;
}

@media (min-width: 992px) {
  .create-identity-block__new__get .heading-2 + .text {
    margin-bottom: 60px;
  }

  .create-identity-block__work .imgblock-item {
    padding-bottom: 40px
  }

  .create-identity-block-icons {
    margin-top: 0;
  }

  .create-identity-page .image-block-before {
    margin-top: 0;
    margin-bottom: 0;
    align-self: flex-start;
  }

  .banner-float-support__mb {
    position: absolute;
    top: 0;
    right: -20%;
    width: 70%;
  }

  .create-identity-page .main-banner {
    min-height: 500px;
  }

  .create-identity-page .banner-float-support {
    top: -85px;
    right: auto;
    left: 50%;
    transform: translate(-120px, -170px) scale(.6);
  }
}

@media (min-width: 1200px) {
  .create-identity__work-button {
    margin-left: -150px;
  }

  .create-identity-page .main-banner {
    min-height: 600px;
  }

  .banner-float-support__mb {
    top: -50px;
    right: -10%;
  }

  .create-identity-block-icons .button-case {
    margin-top: 20px;
  }

  .create-identity-page .banner-float-support {
    top: -15%;
    transform: translate(-140px, -150px) scale(.8);
  }

  .create-identity-block-analytics .image-block-before img {
    max-width: 522px;
    margin-left: 0;
    margin-top: 0;
  }

  .create-identity-block-analytics .image-block-before .float-circles:before {
    bottom: calc(0% - 50px);
    left: calc(61% - 30px);
  }

  .create-identity-block-analytics .image-block-before .float-circles:after {
    left: calc(50% - 20px);
    top: -7%;
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1450px) {
  .create-identity-page .banner-float-support {
    /* top: -15%; */
    transform: translate(-140px, -120px) scale(.9);
  }

  .create-identity-page .main-banner {
    min-height: 670px;
  }
}

/*--- block-advatages ---*/
@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .create-identity-block-icons .button-case {
    margin-top: 0px;
  }

  .block__new__get--picture {
    transform: translateY(100px);
    opacity: 0;
  }

  .scroll-here .block__new__get--picture {
    transform: translateY(0);
    opacity: 1;
  }
}

/*--------------------*/
@media (max-width: 1449px) {
  .animated-banner-image .a-star {
    left: 45px;
  }
}

@media (max-width: 991px) {
  .create-identity-page .banner-image {
    height: unset;
  }
}

@media (max-width: 767px) {
  .image-block-before img {
    z-index: 1;
    max-width: 260px;
  }
}
