* {
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  padding: 0 15px;
}

.case-wrapper {
  width: 100%;
  padding-left: 90px;
  position: relative;
  overflow: hidden;
}

.case-wrapper .text {
  margin: 0 auto;
}

.case-wrapper .text p {
  color: #fff;
  font-size: 21px;
  font-weight: 100;
  text-align: justify;
}

.case-wrapper .text p.title {
  font-size: 25px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.case-wrapper .top {
  height: 1056px;
  width: 100%;
  background-image: url(../img/top.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-wrapper .top .text {
  width: 100%;
  max-width: 374px;
  margin: 0 auto;
  color: #fff;
  font-size: 21px;
  font-weight: 100;
  padding-top: 526px;
  text-align: justify;
}

.case-wrapper .top .text img {
  width: 100%;
}

.case-wrapper .top .text p {
  margin-top: 30px;
}

.case-wrapper .logo {
  height: 1055px;
  width: 100%;
  padding-top: 100px;
  background-image: url(../img/middle.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.case-wrapper .logo .text {
  width: 100%;
  max-width: 475px;
  margin-top: -20px;
}

.case-wrapper .logo .anim-logo {
  width: 550px;
  height: 554px;
  margin: 0 auto;
  position: relative;
  margin-top: 110px;
}

.case-wrapper .logo .anim-logo img {
  position: absolute;
}

.case-wrapper .logo .anim-logo__item1 {
  top: 25px;
  left: 18px;
}

.case-wrapper .logo .anim-logo__item2 {
  top: 15px;
  left: 263px;
}

.case-wrapper .logo .anim-logo__item3 {
  bottom: 138px;
  left: 135px;
}

.case-wrapper .logo .anim-logo__item4 {
  top: 150px;
  left: 236px;
}

.case-wrapper .logo .anim-logo__item5 {
  bottom: 60px;
  right: 137px;
}

.case-wrapper .logo .anim-logo__item6 {
  bottom: 40px;
  right: 140px;
}

.case-wrapper .logo .anim-logo__item7 {
  bottom: 58px;
  left: 43px;
}

.case-wrapper .logo .anim-logo__item8 {
  bottom: 123px;
  left: 0;
}

.case-wrapper .logo .anim-logo__item9 {
  bottom: 172px;
  right: 45px;
}

.case-wrapper .logo .anim-logo__item10 {
  bottom: 0;
  left: 100px;
}

.case-wrapper .main-info {
  background: #030009;
  padding-top: 20px;
  padding-bottom: 20px;
}

.case-wrapper .main-info .logo-elem {
  margin-top: 90px;
  margin-bottom: 140px;
}

.case-wrapper .main-info .logo-elem-container {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case-wrapper .main-info .logo-elem-container > div:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.case-wrapper .main-info .logo-elem-container > div:hover p {
  color: #8636b4;
}

.case-wrapper .main-info .img-container {
  padding: 70px 0;
  margin: 30px 0;
}

.case-wrapper .main-info .img-container.twentytwenty-container img {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.case-wrapper .main-info .img-container.twentytwenty-container .twentytwenty-handle {
  top: 15%;
}

.case-wrapper .main-info .images__arrows {
  max-width: 71px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 130px;
}

.case-wrapper .main-info .images__img1 {
  max-width: 280px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
}

.case-wrapper .main-info .images__img2 {
  max-width: 280px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  margin: 0 auto;
}

.case-wrapper .main-info .text-block {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 50px;
}

.case-wrapper .main-info .text-block p {
  max-width: 326px;
  text-align: justify;
  color: #fff;
  font-size: 21px;
  font-weight: 100s;
}

.case-wrapper .main-info .text-block p span {
  color: #8636b4;
}

.case-wrapper .main-info .text {
  width: 100%;
  max-width: 530px;
}

.case-wrapper .main-info .text_wide {
  max-width: 730px;
}

.case-wrapper .main-info .text_wide img {
  width: 100%;
}

.case-wrapper .bottom {
  width: 100%;
  height: 752px;
  margin-top: -200px;
  background-color: #e3e2e1;
  background-image: url(../img/bottom.png);
}

#img-container {
  display: inline-block;
  line-height: 0;
  position: relative;
  width: 100%;
  padding-top: 103px;
  margin: 30px 0;
}

#img-container > img {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
}

#img-clipper {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  border-right: 1px dashed #fff;
}

#img-clipper img {
  width: 200%;
  position: absolute;
  height: 100%;
}

@media (max-width: 1024px) {
  .case-wrapper {
    padding-left: 75px;
  }
}

@media (max-width: 840px) {
  .case-wrapper .main-info .logo-elem-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .case-wrapper .main-info .images__arrows {
    display: block;
    margin: 20px auto;
  }
}

@media (max-width: 767px) {
  .case-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .case-wrapper .text p {
    font-size: 18px;
  }

  .case-wrapper .text p.title {
    font-size: 20px;
  }

  .case-wrapper .top .text {
    font-size: 18px;
  }

  .case-wrapper .logo .anim-logo {
    -webkit-transform: scale(0.5) translateX(-50%);
    -ms-transform: scale(0.5) translateX(-50%);
    transform: scale(0.5) translateX(-50%);
    margin-left: -125px;
    margin-right: -125px;
    position: absolute;
    left: 50%;
  }
}