.baner {
  padding-top: 50px;
  display: flex;
  gap: 30px;
}
.baner .right {
  display: flex;
  flex-direction: column;
}
.baner .right .title {
  display: flex;
  align-items: end;
  gap: 16px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 11px;
}
.baner .right .title h2 {
  color: #170C2C;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.baner .right .title img {
  position: absolute;
  bottom: 7px;
  right: -71px;
}
.baner .right .about {
  color: #170C2C;
  font-family: Gilroy;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 15px;
}
.baner .right .help {
  color: #170C2C;
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 20px;
}
.baner .right .buttons {
  display: flex;
  align-items: center;
  gap: 21px;
  padding-bottom: 30px;
}
.baner .right .buttons .blue {
  color: #FFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 99.926%; /* 17.987px */
  padding: 19px 0px;
  flex: 1;
  border-radius: 8px;
  background: #2B19FF;
  box-shadow: 2px 2px 15.4px 0 rgba(43, 25, 255, 0.25);
}
.baner .right .buttons .border {
  color: #170C2C;
  text-align: center;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 99.926%; /* 17.987px */
  border-radius: 8px;
  outline: 2px solid #2B19FF;
  padding: 17px 0px;
  flex: 1.2;
}
.baner .right .percent {
  display: flex;
  align-items: center;
  gap: 23px;
  padding: 11px 20px;
  border-radius: 14px;
  background: #2B19FF;
  margin-bottom: 30px;
}
.baner .right .percent h4 {
  color: #F3FCFF;
  text-align: center;
  font-family: Gilroy;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.baner .right .places {
  color: #FF8C19;
  font-family: Gilroy;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.hiddenDesc {
  display: none;
}

@media screen and (max-width: 1200px) {
  #wrapper .baner {
    flex-direction: column;
    align-items: center;
  }
  #wrapper .baner .right {
    align-items: center;
    flex-direction: column;
  }
  #wrapper .baner .right .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }
  #wrapper .baner .right .title h2 {
    font-size: 30px;
  }
  #wrapper .baner .right .about {
    font-size: 26px;
    padding-bottom: 10px;
    text-align: center;
  }
  #wrapper .baner .right .help {
    font-size: 18px;
    text-align: center;
    padding-bottom: 30px;
  }
  #wrapper .baner .left {
    display: none;
  }
  #wrapper .baner img.hiddenDesc {
    display: block;
    width: 100%;
    padding-bottom: 20px;
  }
  #wrapper .baner .buttons {
    flex-direction: column;
    width: 100%;
    gap: 15px;
  }
  #wrapper .baner .buttons button {
    width: 100%;
    font-size: 18px;
  }
  #wrapper .baner .percent {
    gap: 19px;
    padding: 8px 15px;
    margin-bottom: 15px;
  }
  #wrapper .baner .percent img {
    width: 65px;
    height: 76px;
  }
  #wrapper .baner .percent h4 {
    font-size: 24px;
  }
  #wrapper .baner .places {
    font-size: 32px;
  }
}/*# sourceMappingURL=main.css.map */