.banner-uzum-desktop_header {
  background: #813DE7;
  background: -webkit-linear-gradient(45deg, #A67FF4 0%, #813DE7 100%);
  background: -o-linear-gradient(45deg, #A67FF4 0%, #813DE7 100%);
  background: linear-gradient(45deg, #A67FF4 0%, #813DE7 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  position: relative;
  overflow: hidden;
}

.banner-uzum-desktop_header:hover {
  -webkit-box-shadow: 0px 0px 50px rgba(148, 61, 247, 0.75);
          box-shadow: 0px 0px 50px rgba(132, 61, 247, 0.75);
}

.banner-uzum-desktop_header:hover .img1 {
  right: 10%;
}

.banner-uzum-desktop_header:hover .img2 {
  right: 20%;
}

.banner-uzum-desktop_header__title {
  margin: 0px;
  font-family: 'Exo 2', sans-serif;
  font-size: 48px;
  font-weight: 600;
  padding: 50px 0px 0px 10%;
  color: #fff;
  text-transform: uppercase;
}

.banner-uzum-desktop_header__title_uzum {
  margin: 0px;
  font-family: 'Exo 2', sans-serif;
  font-size: 48px;
  font-weight: 900;
  padding: 0px 0px 10px 10%;
  color: #fff;
  text-transform: uppercase;
}

.banner-uzum-desktop_header__text {
  margin: 0px;
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #E5CAFF;
  padding-left: 10%;
}

.banner-uzum-desktop_header__button {
  margin: 20px 0px 0px 10%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  background: #FFFF01;
  color: #000;
  padding: 15px 0px;
  width: 200px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.banner-uzum-desktop_header__button:hover {
  background: #fff;
  color: #813DE7;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}

.banner-uzum-desktop_header__img1 {
  position: absolute;
  width: 300px;
  bottom: -10px;
  right: 5%;
  z-index: 2;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.banner-uzum-desktop_header__img2 {
  position: absolute;
  width: 220px;
  bottom: 140px;
  right: 23%;
  z-index: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}


.banner-uzum-desktop_sidebar {
  background: #813DE7;
  background: -webkit-linear-gradient(45deg, #A67FF4 0%, #813DE7 100%);
  background: -o-linear-gradient(45deg, #A67FF4 0%, #813DE7 100%);
  background: linear-gradient(45deg, #A67FF4 0%, #813DE7 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  position: relative;
  overflow: hidden;
  height: 370px;
}

.banner-uzum-desktop_sidebar:hover {
  -webkit-box-shadow: 0px 0px 50px rgba(126, 61, 247, 0.75);
          box-shadow: 0px 0px 50px rgba(126, 61, 247, 0.75);
}

.banner-uzum-desktop_sidebar:hover .img {
  bottom: -20px;
  right: 5px;
}


.banner-uzum-desktop_sidebar__title {
  margin: 0px;
  font-family: 'Exo 2', sans-serif;
  font-size: 36px;
  font-weight: 600;
  padding: 30px 0px 0px 30px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.banner-uzum-desktop_sidebar__title_uzum {
  margin: 0px;
  font-family: 'Exo 2', sans-serif;
  font-size: 36px;
  font-weight: 900;
  padding: 0px 0px 5px 30px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.banner-uzum-desktop_sidebar__text {
  margin: 0px;
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #E5CAFF;
  padding-left: 30px;
  width: 200px;
  position: relative;
  z-index: 1;
}

.banner-uzum-desktop_sidebar__button {
  margin: 15px 0px 0px 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  background: #FFFF01;
  color: #000;
  padding: 15px 0px;
  width: 200px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.banner-uzum-desktop_sidebar__button:hover {
  background: #000;
  color: #ffed00;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}

.banner-uzum-desktop_sidebar__img {
  position: absolute;
  width: 200px;
  bottom: -35px;
  right: -20px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: 0;
}


.banner-uzum-mobile_header {
  background: #f7ce3d;
 background: -webkit-linear-gradient(45deg, #A67FF4 0%, #813DE7 100%);
  background: -o-linear-gradient(45deg, #A67FF4 0%, #813DE7 100%);
  background: linear-gradient(45deg, #A67FF4 0%, #813DE7 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  position: relative;
  overflow: hidden;
}

.banner-uzum-mobile_header__title {
  margin: 0px;
  font-family: 'Exo 2', sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 38px 0px 0px 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.banner-uzum-mobile_header__title_uzum {
  margin: 0px;
  font-family: 'Exo 2', sans-serif;
  font-size: 32px;
  font-weight: 900;
  padding: 0px 0px 5px 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 850px) and (orientation: landscape) {
  .banner-uzum-mobile_header__title {
    padding: 40px 0px 0px 30px;
  }
  .banner-uzum-mobile_header__title_uzum {
    padding: 00px 0px 5px 30px;
  }
}


@media screen and (max-width: 850px) and (orientation: landscape) {

}

.banner-uzum-mobile_header__button {
  margin: 10px 0px 0px 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  background: #FFFF01;
  color: #000;
  padding: 10px 0px;
  width: 150px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.banner-uzum-mobile_header__img {
  position: absolute;
  width: 175px;
  bottom: 0px;
  right: -40px;
  z-index: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 850px) and (orientation: landscape) {
  .banner-uzum-mobile_header__img {
    width: 220px;
    bottom: -20px;
    right: 0px;
  }
}


@media screen and (max-width: 850px) and (orientation: landscape) {

}

.banner-uzum-mobile_sidebar {
  background: #813DE7;
  background: -webkit-linear-gradient(45deg, #A67FF4 0%, #813DE7 100%);
  background: -o-linear-gradient(45deg, #A67FF4 0%, #813DE7 100%);
  background: linear-gradient(45deg, #A67FF4 0%, #813DE7 100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  position: relative;
  overflow: hidden;
  height: 370px;
}

.banner-uzum-mobile_sidebar__title {
  margin: 0px;
  font-family: 'Exo 2', sans-serif;
  font-size: 32px;
  font-weight: 600;
  padding: 42px 0px 0px 30px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
.banner-uzum-mobile_sidebar__title_uzum {
  margin: 0px;
  font-family: 'Exo 2', sans-serif;
  font-size: 38px;
  font-weight: 900;
  padding: 0px 0px 5px 30px;
  color: #fff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}


.banner-uzum-mobile_sidebar__button {
  margin: 15px 0px 0px 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  background: #FFFF01;
  color: #000;
  padding: 15px 0px;
  width: 200px;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
}

.banner-uzum-mobile_sidebar__img {
  position: absolute;
  width: 250px;
  bottom: -35px;
  right: -20px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  z-index: 0;
}
