.brandbook-development-block-what img {
  max-width: 120%;
}

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

.brandbook-development-page .main-banner .col-12 {
  position: relative;
}

/* animations */
.brandbook-development-page .banner-float-support {
  display: none;
}

.banner-float-support__mb {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 20px 0 50px 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-book {
  width: 400px;
  height: 400px;
  top: 200px;
  left: 150px;
  z-index: 2;
  transform: rotate(-10deg);
}

.animated-banner-image .a-lightsplash {
  width: 100px;
  height: 140px;
  top: 50px;
  right: 300px;
  z-index: 2;
  animation: 8s ease-in-out .2s normal none infinite running light-splash;
}

.animated-banner-image .a-leafe {
  width: 300px;
  height: 300px;
  top: 250px;
  left: -30px;
  z-index: 1;
  animation: 8s ease-in-out .2s normal none infinite running leafe;
  transform: rotate(-15deg);
}

.animated-banner-image .a-leafe2 {
  width: 300px;
  height: 300px;
  top: 240px;
  right: 80px;
  z-index: 1;
  animation: 4s ease-in-out .2s normal none infinite running leafe2;
}

.animated-banner-image .a-cap {
  width: 200px;
  height: 220px;
  top: 60px;
  left: 100px;
  z-index: 3;
  animation: 8s ease-in-out .2s normal none infinite running a-cap;
}

.animated-banner-image .a-pencil {
  width: 200px;
  height: 270px;
  top: 360px;
  right: 200px;
  z-index: 3;
  animation: 2s ease-in-out .2s normal none infinite running pencil;
}

.animated-banner-image .a-stars1 {
  width: 100px;
  height: 110px;
  top: 300px;
  left: 100px;
  z-index: 3;
  transform: rotate(-10deg);
  animation: 2s ease-in-out 1s normal none infinite running a-stars1;
}

.animated-banner-image .a-stars2 {
  width: 60px;
  height: 70px;
  top: 380px;
  left: 190px;
  z-index: 3;
  transform: rotate(-10deg);
  animation: 2s ease-in-out .2s normal none infinite running a-stars2;
}

.animated-banner-image .a-speech {
  width: 150px;
  height: 100px;
  bottom: 200px;
  left: 130px;
  z-index: 3;
  animation: 2s ease-in-out .2s normal none infinite running a-speech;
}

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

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

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

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

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

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

@keyframes a-stars1 {
  0% {
    transform: scale(1) rotate(-10deg);
  }
  20% {
    transform: scale(1.3) rotate(-10deg);
  }
  36% {
    transform: scale(1.1) rotate(-10deg);
  }
  44% {
    transform: scale(1.3) rotate(-10deg);
  }
  70% {
    transform: scale(1) rotate(-10deg);
  }
}

@keyframes a-stars2 {
  0% {
    transform: scale(1) rotate(-10deg);
  }
  20% {
    transform: scale(1.3) rotate(-10deg);
  }
  50% {
    transform: scale(1) rotate(-10deg);
  }
}

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

.brandbook-development-page .banner-image {
  height: 306px;
}

.brandbook-development-page .image-block-before {
  margin-top: 50px;
  margin-bottom: 50px;
}

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

.brandbook-development-page .image-block-before .float-circles:before {
  bottom: calc(0% - 50px);
  left: calc(61% - 30px);
}

.brandbook-development-page .image-block-before .float-circles:after {
  left: calc(50% - 20px);
  top: -7%;
}

.brandbook-development-block-analytics .image-block-before {
  margin-top: 0;
}

.brandbook-development-block-analytics .heading-2 + .text,
.brandbook-development-block-what .heading-2 + .text {
  margin-bottom: 50px
}

.brandbook-development-block-analytics .counters-block {
  margin-top: 50px;
}

.brandbook-development-block-what {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .brandbook-development-page .banner-float-support {
    display: flex;
    justify-content: center;
    margin-bottom: -130px;
  }

  .banner-float-support__mb {
    display: none;
  }

  .brandbook-development-page .main-banner .heading-1 {
    max-width: 550px;
  }

  .brandbook-development-page .main-banner .text {
    max-width: 500px;
  }

  .brandbook-development-page .banner-image {
    height: 466px;
  }

  .brandbook-development-block-analytics .image-block-before {
    margin-top: 34px;
  }

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

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

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

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

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

@media (min-width: 992px) {
  .brandbook-development-page .main-banner .text {
    max-width: 400px;
  }

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

  .brandbook-development-page .banner-float-support {
    top: 0;
    left: 50%;
    transform: translate(-157px, -170px) scale(.65);
  }

  .brandbook-development-page .banner-image {
    height: 500px;
  }

  .brandbook-development-block-analytics .image-block-before {
    margin-top: 0px;
  }

  .brandbook-development-block__work .col-12:last-child .imgblock-item {
    padding-bottom: 20px;
  }
}

.block__new__get--picture {
  margin-top: 70px;
  width: 100%;
  margin-bottom: 50px;
}

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

@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) {
  .brandbook-development-page .main-banner .heading-1 {
    margin-bottom: 37px;
  }

  .brandbook-development-page .main-banner .text {
    max-width: 480px;
  }

  .brandbook-development-page .main-banner .button-blue {
    margin-top: 46px;
    margin-bottom: 46px;
  }

  .brandbook-development-page .banner-image {
    height: 900px;
  }

  .brandbook-development-page .banner-float-support {
    transform: translate(-127px, -140px) scale(.85);
  }

  .brandbook-development-page .image-block-before img {
    max-width: 480px;
    margin-left: 0;
    margin-top: 0;
  }

  .brandbook-development-block-analytics .image-block-before .float-circles:before {
    top: unset;
    bottom: calc(20% - 50px);
    left: calc(85% - 30px);
  }

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

  .brandbook-development-block-analytics {
    padding-bottom: 15px;
  }
}

@media (min-width: 1450px) {
  .brandbook-development-page .banner-float-support {
    transform: translate(-77px, -140px) scale(1);
  }

  .brandbook-development-page .main-banner .text {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
}

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

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