/* MARK: - Base */
/* #region Base */

.appdev {
  position: relative;
  letter-spacing: -0.03em;
}

.appdev .container {
  position: relative;
  margin: 0 auto;
  width: 1010px;
  max-width: calc(100% - 20px);
}

/* #endregion Base */


/* MARK: - Abstract Decor */
/* #region Abstract Decor */

.appdevdecor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4000px;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.appdevdecor__el {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appdevdecor__el--1 {
  left: calc(50% - 1315px);
  top: 372px;
  width: 1074.545px;
  height: 1073.159px;
}

.appdevdecor__el--2 {
  left: calc(50% + 370px);
  top: 506px;
  width: 1074.545px;
  height: 1073.159px;
}

.appdevdecor__inner {
  width: 752.446px;
  height: 768.909px;
  border-radius: 145px;
  background: linear-gradient(to bottom, #fdda22, #fee40d 43.269%);
  transform: rotate(48.41deg);
}

/* #endregion Abstract Decor */


/* MARK: - Block 1 — Hero */
/* #region Block 1 — Hero */

.appdevblk1 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 54px;
  z-index: 1;
}

.appdevblk1__bg {
  position: absolute;
  left: -12%;
  top: -34%;
  width: 449.962px;
  height: 451.46px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.appdevblk1__bginner {
  width: 318.948px;
  height: 325.927px;
  border-radius: 70px;
  background: linear-gradient(to bottom, #fdda22, #fee40d 43.269%);
  transform: rotate(36.27deg);
}

.appdevblk1__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
}

.appdevblk1__content {
  max-width: 709px;
  flex-shrink: 1;
  flex-grow: 1;
  z-index: 4;
}

.appdevblk1__title {
  font-size: 48px;
  font-weight: 600;
  line-height: 57px;
  text-transform: uppercase;
  letter-spacing: -0.07em;
  margin: 0;
  color: #ff3425;
}

.appdevblk1__title span {
  color: #000;
  font-weight: 600;
}

.appdevblk1__picmob{
  display: none;
}

.appdevblk1__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  color: #000;
  margin-top: 20px;
}

.appdevblk1__subtitle p {
  margin: 0;
}

.appdevblk1__text {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
  margin-top: 20px;
  max-width: 521px;
}

.appdevblk1__text p {
  margin: 0;
}

.appdevblk1__text strong {
  font-weight: 600;
}

.appdevblk1__button {
  width: 336px;
  max-width: 100%;
  height: 82px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 40px;
}

.appdevblk1__picwrap {
  z-index: 1;
  margin-left: auto;
  position: relative;
}

.appdevblk1__pic {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(28.5%, -14%);
  width: 665px;
  height: auto;
}
/* #endregion Block 1 — Hero */


/* MARK: - Block 2 — Cards */
/* #region Block 2 — Cards */

.appdevblk2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 58px;
}

.appdevblk2__titlebar {
  background: #000;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appdevblk2__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 57px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  white-space: nowrap;
}

.appdevblk2__cards {
  display: flex;
  gap: 18px;
  margin-top: 50px;
}

.appdevblk2__card {
  width: 231px;
  height: 218px;
  border-radius: 16px;
  background: rgba(247, 247, 247, 0.83);
  backdrop-filter: blur(7.9px);
  box-shadow: 0px 4px 7.1px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 10px;
}

.appdevblk2__cardtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  color: #000;
  min-height: 54px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.appdevblk2__cardicon {
  width: 100px;
  height: 100px;
}

.appdevblk2__cardicon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.appdevblk2__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #000;
  max-width: 969px;
  margin-top: 24px;
}

.appdevblk2__text p {
  margin: 0;
}

.appdevblk2__text strong {
  font-weight: 700;
}

/* #endregion Block 2 — Cards */


/* MARK: - Cite */
/* #region Cite */

.appdevcite {
  position: relative;
  padding-top: 0px;
  z-index: 6;
  padding-bottom: 40px;
}

.appdevcite__inner {
  position: relative;
  z-index: 1;
  height: 188px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fddd1b;
}

.appdevcite__text {
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #000;
  text-align: center;
  max-width: 940px;
}

.appdevcite__text p {
  margin: 0;
}

.appdevcite__quote {
  width: 51.84px;
  height: 41.728px;
  position: absolute;
}

.appdevcite__quote img {
  display: block;
  width: 100%;
  height: 100%;
}

.appdevcite__quote--left {
  top: 0;
  transform: translateY(-50%);
  left: 16px;
}

.appdevcite__quote--right {
  bottom: 0;
  right: 16px;
  transform: translateY(50%) rotate(180deg);
}

/* #endregion Cite */


/* MARK: - Block 4 — Important */
/* #region Block 4 — Important */

.appdevblk4 {
  position: relative;
  padding-top: 95px;
  padding-bottom: 80px;
}

.appdevblk4__titlebar {
  background: #000;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appdevblk4__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.appdevblk4__subtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin-top: 12px;
  white-space: nowrap;
}

.appdevblk4__main {
  position: relative;
  margin-top: 55px;
}

.appdevblk4__overpic {
  position: absolute;
  right: 0;
  top: 0;
  width: 431px;
  height: auto;
  aspect-ratio: 1 / 1;
  pointer-events: none;
  z-index: 2;
  transform: translate(17%, -36%);
}

.appdevblk4__overpic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appdevblk4__redbar {
  position: relative;
  z-index: 1;
  height: 144px;
  border-radius: 30px;
  background: linear-gradient(-0.671788deg, #ff4525 46.283%, #ff6025 96.636%);
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 0 56px;
}

.appdevblk4__reditems {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 56px;
  justify-content: flex-start;
  width: 100%;
}

.appdevblk4__reditem {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
  flex-shrink: 0;
}

.appdevblk4__redsep {
  width: 3px;
  height: 92px;
  background: #fff;
  flex-shrink: 0;
}

.appdevblk4__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  margin-top: 40px;
}

.appdevblk4__text p {
  margin-bottom: 20px;
}

.appdevblk4__text p:last-child{
  margin-bottom: 0;
}

.appdevblk4__text strong {
  font-weight: 700;
}

/* #endregion Block 4 — Important */


/* MARK: - Block 5 — Steps */
/* #region Block 5 — Steps */

.appdevblk5 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 75px;
}

.appdevblk5__titlebar {
  background: #000;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.appdevblk5__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
  text-transform: uppercase;
  text-wrap: balance;
  color: #fff;
  text-align: center;
}

.appdevblk5__steps {
  display: flex;
  gap: 77px;
  margin-top: 60px;
}

.appdevblk5__step {
  position: relative;
  flex-shrink: 0;
}

.appdevblk5__stepnum {
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  text-align: left;
  transform: translate(0, 14px);
}

.appdevblk5__stepicon {
  position: absolute;
}

.appdevblk5__stepicon img {
  display: block;
  max-width: 100%;
  height: auto;
}

.appdevblk5__step--1 .appdevblk5__stepicon {
  top: 19px;
  left: 44px;
  width: 144px;
  height: 83px;
}

.appdevblk5__step--2 .appdevblk5__stepicon {
  top: 24px;
  left: 77px;
  width: 78px;
  height: 78px;
}

.appdevblk5__step--3 .appdevblk5__stepicon {
  top: 24px;
  left: 85px;
  width: 78px;
  height: 78px;
}

.appdevblk5__step--4 .appdevblk5__stepicon {
  top: 26px;
  left: 81px;
  width: 96px;
  height: 76px;
}

.appdevblk5__steptext {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #000;
  margin-top: 22px;
  width: 192px;
}

.appdevblk5__steptext p {
  margin: 0;
}

.appdevblk5__step--2 .appdevblk5__steptext {
  width: 154px;
}

.appdevblk5__step--3 .appdevblk5__steptext {
  width: 158px;
}

/* #endregion Block 5 — Steps */


/* MARK: - Bottom Form */
/* #region Bottom Form */

.appdevform {
  position: relative;
  padding-top: 52px;
  padding-bottom: 0;
}

.appdevform__inner {
  position: relative;
  z-index: 1;
  border-radius: 55px;
  padding: 60px 0 40px;
  background: linear-gradient(to bottom, #fdda22, #fee40d);
}

.appdevform__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

.appdevform__subtitle {
  font-size: 25px;
  text-wrap: balance;
  line-height: 29px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin-top: 30px;
}

.appdevform__subtitle p {
  margin: 0;
}

.appdevform__formwrap{
  margin-top: 40px;
  max-width: 899px;
  margin-left: auto;
  margin-right: auto;
}

.appdevform__row {
  display: flex;
  align-items: center;
  gap: 28px;

}

.appdevform__input {
  width: 256px;
  height: 82px;
  border-radius: 50px;
  border: 1px solid #cecece;
  background: #fff;
  padding: 0 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  outline: none;
  box-sizing: border-box;
}

.appdevform__input::placeholder {
  color: #c6c6c6;
}

.appdevform__submit {
  width: 336px;
  height: 82px;
  border-radius: 50px;
  border: none;
  background: linear-gradient(-1.11453deg, #ff4525 46.283%, #ff6025 96.636%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  cursor: pointer;
  flex-shrink: 0;
}

.appdevform__accept {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  justify-content: center;
}

.appdevform__checkbox {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  border: 0.5px solid #cecece;
  background: #fff;
  flex-shrink: 0;
  cursor: pointer;
}

.appdevform__accepttext {
  font-size: 12px;
  font-weight: 500;
  line-height: 29px;
  color: #000;
  text-transform: uppercase;
}

.appdevform__accepttext a {
  color: #000;
  text-decoration: underline;
}

/* #endregion Bottom Form */


/* MARK: - Media */
/* #region Media */

@media (max-width: 1200px) {
  .appdevblk1__title {
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -0.05em;
  }

  .appdevblk1__content {
    max-width: 620px;
  }

  .appdevblk1__pic {
    width: 480px;
    transform: translate(8%, -8%);
  }

  .appdevblk2__cards {
    gap: 14px;
  }

  .appdevblk2__card {
    width: calc(25% - 14px);
  }

  .appdevblk4__overpic {
    width: 320px;
    transform: translate(5%, -25%);
  }
}

@media (max-width: 992px) {
  .appdev .container {
    width: auto;
    max-width: none;
    padding: 0 20px;
  }

  .appdevblk1 {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .appdevblk1__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .appdevblk1__content {
    max-width: none;
  }

  .appdevblk1__picwrap {
    position: relative;
    order: -1;
    margin: 0 0 24px;
    width: 100%;
    max-width: 360px;
  }

  .appdevblk1__pic {
    position: static;
    transform: none;
    width: 100%;
    height: auto;
  }

  .appdevblk1__title {
    font-size: 34px;
  }

  .appdevblk1__subtitle {
    font-size: 14px;
    line-height: 1.5;
  }

  .appdevblk1__subtitle br {
    display: none;
  }

  .appdevblk1__text {
    max-width: none;
    font-size: 16px;
    line-height: 1.4;
  }

  .appdevblk1__button {
    margin-left: auto;
    margin-right: auto;
  }

  .appdevblk1__bg {
    width: 360px;
    top: -150px;
    left: auto;
    right: calc(50% + 200px);
  }

  .appdevblk2__cards {
    gap: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .appdevblk2__card {
    width: 100%;
    max-width: none;
  }

  .appdevblk2__text {
    font-size: 16px;
  }

  .appdevblk2__text br {
    display: none;
  }

  .appdevblk2__title {
    font-size: 26px;
    line-height: 1.2;
    white-space: normal;
  }

  .appdevblk4{
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .appdevblk4__title {
    font-size: 26px;
    line-height: 1.2;
    white-space: normal;
  }

  .appdevblk4__main{
    margin-top: 0;
  }

  .appdevblk4__subtitle {
    white-space: normal;
  }

  .appdevblk4__overpic {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 80%;
    max-width: 320px;
    margin: 0 auto 20px;
  }

  .appdevblk4__redbar {
    height: auto;
    flex-direction: column;
    padding: 24px;
    gap: 12px;
  }

  .appdevblk4__reditems {
    flex-direction: column;
    gap: 10px;
  }

  .appdevblk4__redsep {
    width: 60px;
    height: 2px;
  }

  .appdevblk4__reditem {
    font-size: 16px;
    text-align: center;
  }

  .appdevblk5__title {
    font-size: 26px;
    line-height: 1.2;
  }

  .appdevblk5__title br,
  .appdevblk4__reditem br{
    display: none;
  }

  .appdevblk5__steps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .appdevblk5__step {
    width: calc(50% - 12px);
    max-width: 260px;
  }

  .appdevblk5__steptext,
  .appdevblk5__step--2 .appdevblk5__steptext,
  .appdevblk5__step--3 .appdevblk5__steptext {
    width: auto;
    max-width: none;
  }

  .appdevblk5__steptext{
    margin-top: 40px;
  }

  .appdevblk5__stepnum {
    font-size: 72px;
  }

  .appdevblk5__stepicon {
    transform: scale(0.85);
    transform-origin: top left;
  }

  .appdevcite__inner {
    height: auto;
    padding: 30px 20px;
  }

  .appdevcite__text {
    font-size: 22px;
    line-height: 1.25;
  }

  .appdevform{
    margin-bottom: 30px;
  }

  .appdevform__inner {
    border-radius: 30px;
    padding: 40px 20px;
  }

  .appdevform__title {
    font-size: 32px;
    line-height: 1.1;
  }

  .appdevform__subtitle {
    font-size: 20px;
    line-height: 1.25;
  }
}









@media (max-width: 767px) {
  .appdev .container {
    padding: 0 15px;
  }

  .appdevblk1__content{
    width: 100%;
    min-width: 0;
  }

  .appdevblk1 {
    padding-top: 40px;
    width: 100%;
    overflow: hidden;
    text-wrap: balance;
  }

  .appdevblk1__picmob{
    width: 480px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    display: block;
    margin: -30px 0 -40px;
  }

  .appdevblk1__title {
    font-size: 24px;
    line-height: 1.3;
  }

  .appdevblk1__picwrap {
    display: none;
  }

  .appdevblk1__button {
    width: 100%;
    max-width: none;
    height: 70px;
    font-size: 14px;
  }

  .appdevblk1__bg {
    width: 280px;
    top: 500px;
    right: calc(50% + 150px);
    transform: rotate(12deg);
  }

  .appdevblk2{
    padding-top: 40px;
  }

  .appdevblk2__titlebar,
  .appdevblk4__titlebar,
  .appdevblk5__titlebar {
    height: auto;
    padding: 14px 16px;
  }

  .appdevblk2__title {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .appdevblk2__cards{
    margin-top: 30px;
  }

  .appdevblk2__card {
    height: auto;
    min-height: 180px;
    padding: 16px 10px 10px;
    gap: 10px;
  }

  .appdevblk2__cardtitle {
    font-size: 13px;
    line-height: 1.2;
    min-height: auto;
  }

  .appdevblk2__cardicon {
    width: 70px;
    height: 70px;
  }

  .appdevblk2__text {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 20px;
  }

  .appdevblk2__text br {
    display: none;
  }

  .appdevcite__inner {
    padding: 24px 16px;
  }

  .appdevcite__text {
    font-size: 18px;
    line-height: 1.3;
    text-wrap: balance;
  }

  .appdevcite__quote {
    width: 32px;
    height: 26px;
  }

  .appdevcite__quote--left {
    left: 10px;
  }

  .appdevcite__quote--right {
    right: 10px;
  }

  .appdevblk4 {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .appdevblk4__title {
    font-size: 20px;
  }

  .appdevblk4__subtitle {
    font-size: 17px;
    margin-top: 30px;
    text-wrap: balance;
  }

  .appdevblk4__text {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 24px;
  }

  .appdevblk4__text p {
    margin-bottom: 14px;
  }

  .appdevblk4__overpic {
    max-width: none;
    width: 100%;
    transform: translateX(-5%);
    margin-top: -30px;
    margin-bottom: -70px;
    pointer-events: none;
  }

  .appdevblk4__redbar {
    border-radius: 20px;
    padding: 40px 20px 20px;
  }

  .appdevblk4__reditems{
    gap: 15px;
  }

  .appdevblk4__reditem {
    font-size: 16px;
    line-height: 1.3;
  }

  .appdevblk5 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .appdevblk5__title {
    font-size: 20px;
  }

  .appdevblk5__steps {
    gap: 24px 16px;
    margin-top: 30px;
  }

  .appdevblk5__step {
    width: calc(50% - 8px);
    max-width: none;
  }

  .appdevblk5__stepnum {
    font-size: 56px;
    transform: translate(0, 10px);
  }

  .appdevblk5__stepicon {
    transform: none;
  }

  .appdevblk5__step--1 .appdevblk5__stepicon {
    top: 12px;
    left: 30px;
    width: 90px;
    height: 52px;
  }

  .appdevblk5__step--2 .appdevblk5__stepicon {
    top: 16px;
    left: 48px;
    width: 50px;
    height: 50px;
  }

  .appdevblk5__step--3 .appdevblk5__stepicon {
    top: 16px;
    left: 52px;
    width: 50px;
    height: 50px;
  }

  .appdevblk5__step--4 .appdevblk5__stepicon {
    top: 18px;
    left: 50px;
    width: 60px;
    height: 48px;
  }

  .appdevblk5__steptext {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 22px;
    text-wrap: balance;
  }

  .appdevcite{
    margin-top: 30px;
  }

  .appdevform{
    padding-top: 30px;
  }

  .appdevform__inner {
    border-radius: 14px;
    padding: 30px 0;
  }

  .appdevform__title {
    font-size: 24px;
  }

  .appdevform__subtitle {
    font-size: 16px;
    margin-top: 16px;
  }

  .appdevform__formwrap {
    margin-top: 24px;
    max-width: none;
    padding: 0 15px;
  }

  .appdevform__accepttext {
    line-height: 1.3;
  }
}

/* #endregion Media */

