.numered {
  position: relative;
}

.numered::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -27px;
  width: 28px;
  height: 28px;
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.first-numered::before {
  content: '1. ';
}

.second-numered::before {
  content: '2. ';
}

.third-numered::before {
  content: '3. ';
}

.bankg-page #Task {
  overflow-x: hidden;
}

.bankg-page #first_img .head__image_logo {
  max-width: 100%;
  top: 300px;
}

.bankg-page #first_img img {
  width: auto !important;
}

.bankg-page #first_img .top-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.bankg-page .head__left_bottom {
  left: 0;
  color: #fff;
  left: 10px;
  top: 465px;
}

.bankg-page .technology {
  max-width: 250px;
}

.bankg-page .head__h2 {
  max-width: 500px;
}

.main-case {
  position: relative;
}

.main-case .main-case__img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.main-case .main-case__icon {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: absolute;
  z-index: 2;
}

.main-case .main-case__icon.active {
  opacity: 1;
}

.main-case_1 .main-case__icon1 {
  top: 23%;
  left: 22%;
}

.main-case_1 .main-case__icon2 {
  top: 7%;
  left: 39%;
}

.main-case_1 .main-case__icon3 {
  top: 14%;
  left: 60%;
}

.main-case_1 .main-case__icon4 {
  top: 18%;
  right: 22%;
}

.main-case_1 .main-case__icon5 {
  left: 55%;
  top: 27%;
  max-width: 170px;
}

.main-case_1 .main-case__icon6 {
  top: 24%;
  right: 12%;
}

.main-case_2 .main-case__icon1 {
  left: 10%;
  top: 28%;
  max-width: 155px;
}

.main-case_2 .main-case__icon2 {
  max-width: 155px;
  left: 37%;
  top: 15%;
}

.main-case_2 .main-case__icon3 {
  max-width: 155px;
  left: 62%;
  top: 21%;
}

.bottom-img-wrap {
  opacity: 0;
  max-width: 455px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
  bottom: -150px;
}

.bottom-img-wrap .bottom-img__layer {
  background: #f0f0f0;
  content: '';
  display: block;
  border-radius: 25px 25px 0 0;
  height: calc(100% - 10px);
  width: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: 98px 609px;
          transform-origin: 98px 609px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 2;
}

.bottom-img-wrap .bottom-img__slayer {
  background: #dddddd;
  height: calc(100% - 20px);
  z-index: 1;
}

.bottom-img {
  background: linear-gradient(160.87deg, #FF671B 6.77%, #DB3A17 96.06%);
  border-radius: 37px 37px 0 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 130px;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
}

.bottom-img .bottom-img__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.bottom-img p,
.bottom-img h3,
.bottom-img .bottom-img__logo {
  position: relative;
  z-index: 2;
}

.bottom-img .bottom-img__logo {
  margin: 105px 0 35px;
  max-width: 100%;
}

.bottom-img h3 {
  font-weight: normal;
  font-size: 29px;
}

.bottom-img .bottom-img__shadow {
  display: block;
  content: '';
  border-radius: 25px 25px 0 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.bottom-img .bottom-img__eye {
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  position: absolute;
  z-index: 5;
}

.bottom-img-wrap_slided {
  opacity: 1;
  bottom: 0;
}

.bottom-img-wrap_active .bottom-img__flayer {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}

.bottom-img-wrap_active .bottom-img__slayer {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.bottom-img-wrap_eye-active .bottom-img__shadow {
  background: rgba(255, 255, 255, 0.5);
}

.bottom-img-wrap_eye-active .bottom-img__eye {
  opacity: 1;
}

.bottom-img-wrap_eye-active .bottom-img__flayer {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.bottom-img-wrap_eye-active .bottom-img__slayer {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

@media (min-width: 1000px) {
  .main-case:hover .main-case__icon {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .bottom-img-wrap:hover .bottom-img__shadow {
    background: rgba(255, 255, 255, 0.5);
  }

  .bottom-img-wrap:hover .bottom-img__eye {
    opacity: 1;
  }

  .bottom-img-wrap:hover .bottom-img__flayer {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }

  .bottom-img-wrap:hover .bottom-img__slayer {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@media (max-width: 1040px) {
  .top-img {
    display: none;
  }
}

@media (max-width: 1000px) {
  .main-case .main-case__icon {
    width: 5vw;
  }

  .main-case .main-case__icon5 {
    width: 15vw;
  }

  .main-case_2 .main-case__icon {
    width: 11vw;
  }
}

@media (max-width: 768px) {
  .numered {
    margin-left: 27px;
  }

  .bankg-page #first_img .head__image_logo {
    top: 15px;
    width: calc(100% - 30px) !important;
  }

  .bankg-page #first_img .head__left {
    margin-top: 100px;
  }

  .lashoestring .head {
    padding-top: 80px;
  }

  .lashoestring .head__left_bottom h2 {
    font-weight: normal;
    font-size: 25px;
  }

  .main-case {
    min-width: 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  #Result .grid__page_left {
    grid-column: 1/13;
  }
}

@media (max-width: 500px) {
  .bottom-img-wrap {
    width: calc(100% - 120px);
  }

  .bottom-img-wrap .bottom-img__mask {
    border-radius: 37px 37px 0 0;
  }

  .bottom-img-wrap .bottom-img {
    padding: 20px 40px;
    height: auto;
  }

  .bottom-img-wrap .bottom-img .bottom-img__logo {
    margin-top: 35px;
  }

  .bottom-img-wrap .bottom-img__eye {
    height: 200px;
  }

  .main-case_1 .main-case__icon2 {
    top: 11%;
    left: 41%;
  }
}

