
.corporate-identity-block-what .text {
  margin-top: 12px;
}

.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;
}

.developments-slider {
  margin-top: 40px;
}

.corporate-identity-page .main-banner .col-12 {
  position: relative;
}

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

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

.animated-banner-image {
  width: 800px;
  height: 800px;
  max-width: 100%;
  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-papper {
  width: 500px;
  height: 550px;
  top: 100px;
  left: 150px;
  z-index: 1;
}

.animated-banner-image .a-light-splash {
  width: 150px;
  height: 200px;
  top: 60px;
  right: 350px;
  z-index: 2;
  animation: 8s ease-in-out .1s normal none infinite running light-splash;
}

.animated-banner-image .a-piker {
  width: 200px;
  height: 170px;
  top: 60px;
  right: 10px;
  z-index: 2;
  animation: 8s ease-in-out 2s normal none infinite running piker;
}

.animated-banner-image .a-cap {
  width: 300px;
  height: 370px;
  bottom: 180px;
  right: -40px;
  z-index: 3;
  transform: rotate(-10deg);
  animation: 8s ease-in-out .1s normal none infinite running a-cap;
}

.animated-banner-image .a-veer {
  width: 150px;
  height: 150px;
  bottom: 210px;
  left: 200px;
  z-index: 3;
  animation: 8s ease-in-out .1s normal none infinite running veer;
}

.animated-banner-image .a-box {
  width: 200px;
  height: 200px;
  top: 236px;
  left: 50px;
  z-index: 3;
  animation: 8s ease-in-out .1s normal none infinite running a-box;
}

@keyframes veer {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}

@-webkit-keyframes veer {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}

@keyframes piker {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  0% {
    transform: translateY(0);
  }
}

@-webkit-keyframes piker {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  0% {
    transform: translateY(0);
  }
}

@keyframes a-box {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(15deg) translateY(-50px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}

@-webkit-keyframes a-box {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(30deg) translateY(-50px);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}

@keyframes light-splash {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-50px) translateX(30px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

@-webkit-keyframes light-splash {
  0% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-50px) translateX(30px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}

@keyframes a-cap {
  0% {
    transform: rotate(-10deg) translateX(0) translateY(0);
  }
  50% {
    transform: rotate(10deg) translateX(50px) translateY(10px);
  }
  100% {
    transform: rotate(-10deg) translateX(0) translateY(0);
  }
}

@-webkit-keyframes a-cap {
  0% {
    transform: rotate(-10deg) translateX(0) translateY(0);
  }
  50% {
    transform: rotate(10deg) translateX(50px) translateY(10px);
  }
  100% {
    transform: rotate(-10deg) translateX(0) translateY(0);
  }
}

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

.corporate-identity-page .banner-image {
  height: 306px;
}

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

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

.corporate-identity-page .float-circles:before {
  top: calc(87% - 50px);
  left: calc(82% - 30px);
}

.corporate-identity-page .float-circles:after {
  left: calc(50% - 20px);
  top: -7%;
}

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

.corporate-identity-block-analytics .heading-2 + .text {
  margin-bottom: 40px;
}

.block__dop__big {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 400;
  color: #5E78FF;
  font-family: Muller, sans-serif;
  margin-top: 20px;
}

.block__dop__middle {
  margin-top: -6px;
  color: #5E78FF;
  font-family: Muller, sans-serif;
}

.corporate-identity-block__new__get {
  margin-bottom: 40px;
}

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

  .corporate-identity-page .banner-float-support {
    display: flex;
    justify-content: center;
  }

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

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

  .corporate-identity-page .banner-float-support {
    margin-left: -100px;
    margin-bottom: -120px;
  }

  .corporate-identity-page .banner-image {
    height: 466px;
  }

  .counters-block {
    margin-top: 100px;
  }

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

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

  .corporate-identity-block-what .float-circles:before {
    top: calc(87% - 30px);
    left: calc(70% - 30px);
  }

  .corporate-identity-block-what .float-circles:after {
    left: calc(50% - 20px);
    top: -7%;
  }

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

@media (min-width: 992px) {
  .corporate-identity-page .main-banner {
    min-height: 600px;
  }

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

  .corporate-identity-page .banner-float-support {
    right: auto;
    left: 50%;
    top: 0;
    transform: translate(-200px, -190px) scale(.6);
    margin: 0;
  }

  .corporate-identity-page .main-banner .text {
    max-width: 400px;
  }

  .corporate-identity-page .banner-image {
    height: 500px;
  }

  .corporate-identity-page .main-banner ul.list-dotted {
    max-width: 500px;
  }

  .corporate-identity-block__new__get .heading-2 + .text {
    margin-bottom: 80px;
  }
}

@keyframes popUp_2 {
  0% {
    transform: scale(0);
    animation-timing-function: linear;
  }
  60% {
    transform: scale(1.2);
    animation-timing-function: ease;
  }
  100% {
    transform: scale(1);
  }
}

@media (min-width: 1200px) {
  .corporate-identity-block-icons .button-case {
    margin-top: 20px;
  }

  .corporate-identity-page .banner-image {
    height: 900px;
  }

  .corporate-identity-page .banner-float-support {
    transform: translate(-230px, -140px) scale(.8);
  }

  .corporate-identity-page .image-block-before img {
    max-width: 460px;
    margin-left: 0;
    margin-top: 0;
  }

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

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

  .corporate-identity-block-analytics {
    padding-bottom: 15px;
  }

  .corporate-identity-block__work .col-12:last-child .imgblock-item {
    padding-bottom: 20px
  }
}

@media (min-width: 1450px) {
  .corporate-identity-page .banner-float-support {
    transform: translate(-210px, -110px) scale(1);
  }

  .corporate-identity-page .main-banner .text {
    max-width: 490px;
  }
}

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

@media (min-width: 1200px) {
  .our-projects-block {
    padding-top: 100px;
    padding-bottom: 17px;
  }
}

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

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

  .corporate-identity-page .main-banner .heading-1 {
    max-width: unset;
  }
}

@media (max-width: 767px) {
  .corporate-identity-block__you-get .block-image-right {
    margin-top: 20px;
  }
}