@import "swiper-bundle.min.css";
@import "fonts.css";
@import "global.css";
@import "header.css";
@import "footer.css";

/* ================================= */

.main__catalog {
  margin-top: 71px;
}

.catalog__top{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  margin-bottom: 149px;
}
.catalog__title {
  display: block;
  max-width: 850px;
}
.catalog__title-text {
  display: block;
  max-width: 650px;
  text-align: center;
}
.catalog__list {
  display: flex;
  justify-content: center;
  gap: 140px;
  margin-bottom: 95px;
}
.catalog__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 144px;
  height: 290px;
}

.catalog__item:nth-child(even){
  margin-top: -4%;
}

.catalog__img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 24px;
  width: 144px;
  height: 144px;
  background: #fff;
}
.catalog__item-procent {
  font-size: 30px;
  line-height: 1.3;
  color: #4bd879;
}
.catalog__item-profit {
  font-size: 20px;
  line-height: 1.3;
  border-radius: 18px;
  padding: 6px 12px;
  background: #262626;
  text-align: center;
}

.catalog__bottom{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
}

.catalog__text {
  text-align: center;
}
.catalog__button-bg {
  max-width: 376px;
  height: 100%;
  font-size: 22px;
  line-height: 1.59;
}

/* ========================= */

.slider-blackout{
  position: relative;
  display: none;
} 

.slider-blackout::before, .slider-blackout::after{
  content: '';
  position: absolute;
  width: 150px;
  height: 270px;
  z-index: 5;
  right: 0%;
  top: 0%;
}
.slider-blackout::before{
  background: linear-gradient(-90deg, #0E0E12, #00000000);
  right: -1%;
}
.slider-blackout::after{
  left: -1%;
  background: linear-gradient(90deg, #0E0E12, #00000000);
}



/* ====================================*/

.tools__inner{
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
}

.tools__title{
  display: flex;
  justify-content: center;
  margin-bottom: 93px;
}

.tools__item{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  max-width: 570px;
  padding: 30px 40px;
  border-radius: 20px;
}

.tools__img img{
  width: 50px;
  height: 50px;
}

.tools__img{
  max-height: 150px;
  max-width: 150px;
  padding: 50px;
  border-radius: 10px;
  border: solid 3px #3d4f3b68;  
  height: auto;
  background: white;

  display: flex;
  align-items: center;
  justify-content: center;
}

svg:hover path {
  transition: all 4.s;
}

.tools__text{
  text-align: center;
}

.tools__text span{
  display: block;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 10px;
}

/* --------------------------- */

.steps__head{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-bottom: 98px;
}

.steps__title-text{
  max-width: 570px;
  text-align: center;
}

.steps__inner{
  display: flex;
  justify-content: center;
  gap: 150px;
}

.steps__item{
  position: relative;
  max-width: 377px;
}

.steps__item--one::after{
  content: "1";
}
.steps__item--two::after{
  content: "2";
}
.steps__item--three::after{
  content: "3";
}

.steps__item::after{
  position: absolute;
  top: -16%;
  left: 78%;
  font-weight: 700;
  font-size: 300px;
  line-height: 117%;
  text-align: center;
  background: linear-gradient(180deg, #3d4f3b 0%, rgba(61, 79, 59, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .57;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}


.steps__step{
  display: block;
  font-size: 21px;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.steps__text{
  font-size: 22px;
  line-height: 1.59;
}
.steps__text span{
  margin-bottom: 75px;
  display: block;
  font-weight: 500;
  font-size: 35px;
  line-height: 1.3;
}

.steps__text--bottom span{
  margin-bottom: 29px;
}

/* =============================== */

.bonus__content{
  display: flex; 
  justify-content: center;
}
.bonus__inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 33px;
  max-width: 772px;
}

.bonus__text{
  max-width: 685px;
  text-align: center;
  margin-bottom: 24px;
}

.bonus__button-bg{
  font-size: 22px;
  height: 100%;
  font-weight: 700;
}

.bonus-right, .bonus-left{
  position: absolute;
}

.bonus-right{
  top: -69%;
  right: -12%;
}

.bonus-left{
  top: -95%;
  left: -10%;
}

.bonus__title{
  position: relative;
}

.bonus__bonus{
  position: absolute;
  top: -87%;
  left: -9%;
  z-index: -1;
  font-weight: 700;
  font-size: 200px;
  line-height: 1.17;
  text-align: center;
  background: linear-gradient(180deg, #4b5951 0%, rgba(61, 82, 70, 0.1) 98.9%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.bonus-left::after, .bonus-right::after{
  content: "";
  position: absolute;
  width: 415px;
  height: 415px;
  border-radius: 100%;
  background: linear-gradient(180deg, #98c269 0%, #9edfb6 100%);
  filter: blur(500px);
}

.bonus-left::after{
  top: 32%;
  right: 70%;
}

.bonus-right::after{
  top: 22%;
  right: -28%;
}

/* ================================ */

.dignity__title {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.dignity__title h2{
  max-width: 980px;
}
.dignity__inner {
  display: grid;
  gap: 21px;
  grid-template-columns: repeat(4, 1fr);
}
.dignity__item {
  display: flex;
  flex-direction: column;
  padding: 52px 33px 30px 43px;
  border: 2px solid #98c2692b;
  border-radius: 20px;
}
.dignity__img {
  width: 48px;
  height: 48px;
  margin-bottom: 35px;
}
.dignity__img img{
  width: 100%;
}
.dignity__text {
  font-size: 22px;
  line-height: 1.57;
  margin-bottom: 12px;
}
.dignity__text span{
  display: block;
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.25;
}
.dignity__more {
  display: flex;
  margin-top: auto;
  justify-content: end;
  align-items: center;
  font-size: 18px;
  gap: 5px;

}
.dignity__more span, .dignity__item{
  transition: all .4s;
}

.dignity__item:hover .dignity__more span{
  transform: translateX(5px);
}
.dignity__item:hover{
  border: 2px solid #9edfb6;
}

.dignity__more-text{
  text-decoration: underline;
}

/* ================================== */

.briefcase__inner{
  display: flex;
  gap: 179px;
  justify-items: start;
}

.briefcase__content{
  max-width: 687px;
}

.briefcase__title{
  font-weight: 500;
  font-size: 65px;
  line-height: 1.17;
  margin-bottom: 18px;
  text-align: start;
}

.briefcase__text{
  margin-bottom: 50px;
}

.briefcase__button-bg{
  max-width: 378px;
  height: 106px;
  font-weight: 700;
  font-size: 22px;
  line-height: 159%;
  /* padding: 35px 0; */
}

.briefcase__img{
  position: relative;
}

.briefcase__progress{
  position: absolute;
  top: -17.5%;
  left: 0%;
}


.briefcase__progress circle{
  fill: none;
  stroke: url(#GradientColor);
  stroke-width: 20px;
  stroke-dasharray: 2075;
  stroke-dashoffset: 1000;
  transition: all .4s;
}

.briefcase__progress--low circle {
  stroke-dashoffset: -1850;
}

.briefcase__progress--medium circle{
  stroke-dashoffset: -1500;
}

.briefcase__progress--high circle{
  stroke-dashoffset: -1000;
}


.briefcase__progress--low {
  --gradient-start: #6adb83;
  --gradient-end: #405548;
}

.briefcase__progress--medium {
  --gradient-start: #ffa500;
  --gradient-end: #ff4500;
}

.briefcase__progress--high {
  --gradient-start: #ff0000;
  --gradient-end: #8b0000;
}

.briefcase__info{
  position: absolute;
  top: 28%;
  left: 19%;
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: center;
  font-size: 30px;
}


.briefcase__risk{
  padding: 5px 25px;
  background:  linear-gradient(120deg, rgba(66, 89, 74, 0.4) 0%, rgba(101, 204, 125, 0.22) 100%);
  border-radius: 35px;
  font-size: 18px;
  line-height: 126%;
  text-align: center;
  color: #c5c5c5;
  margin-bottom: 31px;
}


.briefcase__risk--low{
  background: linear-gradient(120deg, rgba(66, 89, 74, 0.4) 0%, rgba(101, 204, 125, 0.22) 100%);
}
.briefcase__risk--medium{
  background: linear-gradient(120deg, #ff4500 0%, #ffa500 100%);
}
.briefcase__risk--high{
  background: linear-gradient(120deg, #8b0000 0%, #ff0000 100%);
}


.briefcase__radios{
  display: flex;
  gap: 22px;
  flex-direction: column;
}

.briefcase__percent{
  font-weight: 500;
  font-size: 65px;
  line-height: 1.17;
}

.briefcase__range{
  appearance: none;
  background: transparent;
  width: 412px;
  accent-color:#61bb75;
  margin-bottom: 48px;
}

.briefcase__range::-webkit-slider-runnable-track{
  height: 11px;
  background: #303030;
  background: linear-gradient(to right, #61bb75 0%, #61bb75 var(--progress, 33%), #303030 var(--progress, 33%), #303030 100%);
}

.briefcase__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -5px;
  width: 21px;
  height: 21px;
  background: #61bb75;
  border-radius: 100%;
}

.briefcase__radios label{
  display: flex; 
  align-items: center;
  gap: 32px;
  font-size: 25px;
}

.briefcase__radio{
  appearance: none;
  position: relative;
  width: 42px;
  height: 42px;
  background: url(../img/icon/radio-def.svg) no-repeat 50% 50%/cover;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 0.2);
  border-radius: 10px;
  transition: 500ms;
}

.briefcase__radio:checked{
  background: url(../img/icon/radio-actv.svg)  no-repeat 50% 50%/cover;
}


/* ================================== */

.info__inner {
  display: flex;
  gap: 45px 30px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.info__item {
  max-width: 465px;
  text-align: center;
}

.info__digit {
  background: linear-gradient(165deg, #66ce7d 0%, #4d7e5a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.info__text {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.9);
}

/* ============================ */

.telephon__inner {
  display: flex;
  justify-content: space-between;
  gap: 35px 20px;
}
.telephon__info {
  max-width: 560px;
}
.telephon__title {
  text-align: start;
  margin-bottom: 26px;
  margin-top: 80px;
}

.telephon__text {
  max-width: 529px;
}
.telephon__img {
  max-width: 1052px;
  align-self: center;
}
.telephon__img img{
  filter: drop-shadow(0 4px 4px #00000040);
  width: 100%;
}


/* ================================ */


.app__inner {
  display: flex;
  justify-content: space-between;
  gap: 35px 20px;
}
.app__img {
  position: relative;
  align-self: center;
  max-width: 939px;
}
.app__img::after {
  content: "";
  display: block;
  position: absolute;
  top: 12%;
  left: 25%;
  z-index: -1;
  width: 275px;
  height: 275px;
  border-radius: 100%;
  filter: blur(500px);
  background: linear-gradient(180deg, #98c269 0%, #9edfb6 100%);
}
.app__img img{
  width: 100%;
}
.app__info {
  max-width: 539px;
}
.app__title {
  text-align: start;
  margin-bottom: 25px;
}

.app__text {
  margin-bottom: 52px;
}

.app__buttons{
  display: flex;
  gap: 20px;

}

.app__button{
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 24px 23px;
  font-weight: 400;
  font-size: 16px;
  line-height: 126%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 35px;
}

/* ================================== */

.questions__inner {
  display: flex;
  gap: 50px;
}
.questions__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.questions__info-top {
  max-width: 670px;
}
.questions__title {
  text-align: start;
  margin-bottom: 21px;
}

.questions__text {
  max-width: 343px;
}
.questions__button-bg {
  font-weight: 700;
font-size: 22px;
  max-width: 376px;
  height: auto;
}

.accordion-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion-list__item {
  overflow: hidden;
}

.accordion-list__control-left{
  display: flex;
  align-items: center;
  gap: 82px;
}
.accordion-list__control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 1080px;
  padding: 30px 15px;
  background: transparent;
  font-size: 40px;
  line-height: 1.17;
  color: #fff;

  transition: all .4s;
}
.accordion-list__control-questions-sign{
  position: relative;
  font-weight: 500;
  font-size: 35px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #24242d;

  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  transition: all .4s;
}
.accordion-list__control-questions-sign::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: linear-gradient(150deg, #6ba758 0%, #23503d 100%);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 1;
}
.accordion-list__control-questions-sign span {
  position: relative;
  z-index: 2;
  margin-top: 5px;
}
.accordion-list__control:hover .accordion-list__control-questions-sign::after {
  opacity: 1;
}
.accordion-list__control p{
  text-align: start;
}

.accordion-list__item--opened .accordion-list__control-questions-sign::after {
  opacity: 1;
}

.accordion-list__control circle, .accordion-list__control line{
  transition: all .4s;
}
.accordion-list__control:hover circle, .accordion-list__control:hover line{
  stroke: #62666f;
}

.accordion-list__item--opened .accordion-list__control circle,.accordion-list__item--opened .accordion-list__control line{
  stroke: #62666f;
} 

.accordion-list__content {
  max-height: 0px;
  overflow: hidden;
  transition: all .4s;

}

.accordion-list__item--opened .accordion-list__content{
  max-height: 800px;
}


.accordion-content {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 0 15px;
  margin-top: -5px;
}


.accordion-list__control svg{
  flex-shrink: 0;
}

/* ====================================== */

.bid__title {
  margin-bottom: 84px;
}
.bid__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 132px;
}
.bid__item {
  position: relative;
  max-width: 377px;
}

.bid__img {
  position: relative;
  width: 135px;
  height: 135px;
  border-radius: 24px;

  display: flex; 
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}

.bid__item:nth-child(1) .bid__img::before{
  content: "1";
}
.bid__item:nth-child(2) .bid__img::before{
  content: "2";
}
.bid__item:nth-child(3) .bid__img::before{
  content: "3";
}

.bid__img::before{
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background:  linear-gradient(180deg, #fff 0%);

  position: absolute;
  top: -10%;
  right: -10%;

  color: #000;
  font-weight: 500;
  font-size: 22px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.bid__item:nth-child(1) .bid__img{
  background: linear-gradient(137deg, #16373a 0%, #0a1f24 29.28%, #0b1b23 49.12%, #122b31 100%);
}
.bid__item:nth-child(2) .bid__img{
  background: linear-gradient(322deg, #82c36d 0%, #25523e 100%);
}
.bid__item:nth-child(3) .bid__img{
  background: linear-gradient(135deg, #76b467 0%, #295740 100%);
}

.bid__text {
  font-size: 22px;
}
.bid__text span{
  display: block;
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 23px;
}

.bid__arrow::before {
  content: url(../img/icon/arrow/start.svg);
  position: absolute;
  top: 65%;
  right: -1%;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bid__arrow::after {
  content: url(../img/icon/arrow/end.svg);
  position: absolute;
  top: 70%;
  left: -3%;
  height: 9px;
  width: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bid__arrow{
  position: absolute;
  top: 10%;
  right: -30%;
  max-width: 305px;
}

.bid__form-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px 15px;
}

.bid__form-input{
  padding: 40px 67px 40px 45px;
  border: 4px solid rgba(255, 255, 255, 0.29);
  border-radius: 20px;
  background: #202020;
  color: #fff;
  font-size: 22px;
}

.bid__form-input::placeholder{
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.bid__form-button-bg {
  max-width: 376px;
  font-weight: 700;
  font-size: 22px;
  height: 100px;
}

.bid__arrow svg{
  width: 279px;
  height: 1px;
}


/* =============================== */
/* =============================== */
/* =============================== */


@media (max-width: 1800px) {
  .hero__iphone{
    position: absolute;
    top: -301px;
    right: -511.5px;
    z-index: -1;
    transform: scale(0.8);
  }
}
@media (max-width: 1600px) {
  .catalog__list {
    justify-content: center;
    gap: 100px;
  }
  .hero__iphone{
    transform: scale(0.65);
    top: -325px;
    right: -590px;
  }


  /* -------------------- */
  .counter__text{
    max-width: 700px;
  }

  /* ------------------- */

  .briefcase__inner{
    justify-content: space-between;
    gap: 100px 50px;
  }

  /* ---------------------- */

  .bid__form-input {
    padding: 35px 50px 35px 35px;
}

.bid__arrow svg{
  width: 230px;
}

.bid__arrow {
  top: 10%;
  right: -15%;
}

}
@media (max-width: 1400px) {

  .main__briefcase{
    margin-bottom: 390px;
  }

  /* ======================= */
  .hero__iphone {
    transform: scale(0.45) rotate(9deg);
    top: -455px;
    right: -556px;
}
  .hero__title {
  font-size: 50px;
  max-width: 1200px;
}
.hero__list {
  font-size: 25px;
}

.hero__row{
  left: 10px;
    top: 145px;
}

.nav__list {
  display: flex;
  margin-top: 10px;
  gap: 45px;
}
.language {
  margin-right: 25px;
}
/* --------------------- */
.catalog__list{
  gap: 5vw;
}

/* ---------------- */

.steps__inner{
  gap: 70px;
  flex-wrap: wrap
}

/* ----------------- */
.bonus-left, .bonus-right{
  display: none;
}

/* --------------------- */

.dignity__inner {
  grid-template-columns: repeat(3, 1fr);
}

.dignity__item:nth-last-child(2) {
  transform: translateX(50%);
}

.dignity__item:last-child {
  grid-column: 3/4;
  transform: translateX(-50%);
}

/* ------------------------ */

.briefcase__inner{
  flex-wrap: wrap-reverse;
  justify-content: center;
  text-align: center;
}

.briefcase__content{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
}

.briefcase__title{
  text-align: center;
}

/* ----------------------- */

.bid__form-input {
  padding: 35px 50px 35px 35px;

}

.bid__arrow svg{
  width: 180px;
}

.bid__arrow {
  top: 10%;
  right: 6%;
}

.bid__form-inner {
  flex-wrap: wrap;
  justify-content: center;
}

.bid__form-input {
  padding: 35px 40px 35px 35px;
}



}

@media (max-width: 1200px) {

  .main__catalog{
    margin-bottom: 130px;
  }

  /* --------------------------- */
  .burger-icon{
    display:block;
  }
  .nav__list{
    position: fixed;
    inset: 0;
    background: var(--general-bg);
    z-index: 10;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 30px;

    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
  }

  .body--opened-menu .nav__list{
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
  }

  .header__logo{
    margin-left: 30px;
  }

  .hero__inner{
    flex-direction: column;
  }

  .hero__iphone {
    transform: scale(0.65) rotate(-2deg);
    top: 100px;
    right: -464px;
}

  /*------------------------------*/


  .catalog__top{
    margin-bottom: 70px; 
  }

  .catalog__list{
    display: none;
    gap: 10vw;
  }


  .slider-blackout{
    display: block;
  }

  /* -------------------------- */

  .tools__text{
    font-size: 18px;
  }
  .tools__text span{
    font-size: 25px;
  }

  /* --------------------- */

  .dignity__item {
    padding: 47px 30px 25px 40px;
}
  .dignity__text span{
    font-size: 25px;
  }
  .dignity__text{
    font-size: 20px;
  }

  /* --------------------- */

  .info__item:last-child {
    margin: 0 auto;
  }

  /* ------------------- */

  .telephon__info{
    align-self: center;

  }

  .telephon__title{
    font-size: 50px;
    margin-top: 0;
  }

  .telephon__text{
    font-size: 20px;
  }

  /* ===================== */

  .app__title{
    font-size: 50px;
  }

  .app__text{
    font-size: 20px;
    margin-bottom: 35px;
  }

  .app__button{
    padding: 20px 18px;
  }

  /* -------------------------- */

  .questions__title {
    font-size: 50px;
  }

  .questions__text{
    font-size: 20px;
  }

  .questions__button-bg{
    font-size: 17px;
    padding: 25px 15px;
  }

  .accordion-list__control-left p{
    font-size: 30px;
  }

  .accordion-list__control-left {
    gap: 55px;
  }

  .questions__title {
    text-align: center;
  }
  

  /* ----------------------- */

  .bid__inner{
    flex-wrap: wrap;
  }

  .bid__item:last-child{
    margin: 0 auto;
  }
  .bid__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .bid__form-input {
    padding: 35px 50px 35px 35px;
  }
  
  .bid__arrow {
    display: none;
}
  
  .bid__form-inner {
    flex-wrap: wrap;
  }
  
  .bid__form-input {
    padding: 35px 24px 35px 24px;
  }


}

@media (max-width: 1000px){
  .counter__inner{
    flex-direction: column-reverse;
    align-items: start;
  }
  .timer{
    padding-left: 70px;
  }
  
  .header__logo {
    margin-left: 0px;
  }
  .hero__iphone {
    transform: scale(0.55) rotate(-1deg);
    top: 95px;
    right: -514px;
}
.hero__row {
  transform: scale(.8);
  left: 15px;
  top: 126px;
}


.hero__list {
  font-size: 20px;
}
/* ---------------------------------- */

.catalog__top {
  margin-bottom: 50px;
}


/* ------------------------- */


.tools__text {
  font-size: 15px;
}

/* ------------------------ */

.dignity__inner {
  grid-template-columns: repeat(2, 1fr);
}

.dignity__item:nth-last-child(2) {
  transform: translateX(0);
}

.dignity__item:last-child {
  grid-column: auto;
  transform: translateX(0);
}

/* ------------------------------ */

.app__inner{
  flex-direction: column-reverse;
  align-items: center;
}

.app__info{
  max-width: none;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app__title, .app__text{
  text-align: center;
}

/* --------------------------------- */

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

.questions__info {
  align-items: center;
  text-align: center;
  gap: 30px;
}
.questions__info-top {
  max-width: none;
  display: flex; 
  flex-direction: column;
  align-items: center;
}


/* ------------------------ */

.bid__inner{
  justify-content: center;
  gap: 50px;
  margin-bottom: 80px;
}

.bid__item:last-child{
  margin: 0;
}

.bid__form-inner {
  flex-wrap: nowrap;
  flex-direction: column;
}

.bid__form-input {
  padding: 35px 24px 35px 24px;
}

.bid__form-button-bg {
  max-width: 320px;
  font-size: 20px;
  height: 90px;
}

}

@media (max-width: 800px){

  .main__briefcase{
    margin-bottom: 190px;
  }

  .main__bonus {
    margin-bottom: 175px;
}

.main__info {
  margin-bottom: 170px;
}
.main__telephon {
  margin-bottom: 170px;
}

  .title{
    font-size: 50px;
  }
  /* ------------------------ */
  .language{
    display: none;
  }
  .header__button-bg{
    font-size: 15px;
    padding: 25px 15px;
  }
  .header__button-br{
    height: 55px;
    font-size: 15px;
    padding: 0px 30px;
  }

  .timer{
    grid-template-columns: 2.5rem .9rem 2.5rem .9rem 2.5rem .9rem 2.5rem;
    font-size: 19px;
    padding-left: 29px;
  }

  .timer__item::before {
    font-size: 15px;
  }

  .counter__info {
    flex-direction: row-reverse;
    padding-left: 29px;
  }
  .counter__text{
    font-size: 15px;
  }


  .hero__list {
    font-size: 18px;
  }

  .hero__buttons {
    max-width: 700px;
    justify-content: start;
}

.hero__button-bg {
  font-size: 19px;
  max-width: 300px;
  padding: 35px 20px;
}


.hero__button-br--gradient,.hero__button-br {
  font-size: 19px;
  max-width: 300px;
}

.hero__iphone {
  transform: scale(0.49) rotate(-10deg);
  right: -425px;
  top: 150px;
}

.hero__row{
  top: 150px;
}

.header__logo {
  margin-right: 20px;
}

.slider-blackout::before, .slider-blackout::after {
  width: 100px;
}
/* ------------------------ */

/* ------------------------------------ */
  .tools__inner{
    grid-template-columns: repeat(2, 1fr);
  }

  .tools__img{
    max-height: 130px;
    max-width: 130px;
    padding: 40px;
  }

  /* ------------------------ */


  .steps__text span {
    margin-bottom: 29px;
  }

  /* ---------------------- */

  .bonus__bonus{
    top: -87%;
    left: -11%;
    font-size: 150px;
  }


  .bonus__button-bg {
    font-size: 18px;
    padding: 20px 15px;
  }

  .bonus__button-br{
      padding: 20px 15px;
    }

    /* -------------------------- */

    .dignity__item {
      padding: 42px 25px 20px 30px;
  }
    .dignity__text span{
      font-size: 22px;
    }
    .dignity__text{
      font-size: 18px;
    }

    /* ------------------- */

    .briefcase__income{
      display: none;
    }


    /* ------------------------ */

    .info__digit{
      font-size: 50px;
    }

    .info__text{
      font-size: 22px;
    }

    /* ------------------------- */

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

    .telephon__title{
      text-align: center;
    }

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


}

@media (max-width: 600px){
  .main__catalog {
    margin-bottom: 90px;
}

  .main__steps {
    margin-bottom: 250px;
  }

  .title{
    font-size: 40px;
  }

  .main__briefcase {
    margin-bottom: 150px;
}

.main__app {
  margin-bottom: 150px;
}

.main__info {
  margin-bottom: 120px;
}
.main__telephon {
  margin-bottom: 120px;
}

  /* --------------------------- */
  .header__top-inner {
    gap: 5px;
}

  .nav__item--mobile{
    display: flex;
  }

  .nav__button-bg{
    font-size: 15px;
    padding: 15px 5px;
  }

  .nav__list{
    font-size: 20px;
  }

  .header__top-buttons{
    display: none;
  }

  .header__logo{
    margin-right: 10px;
  }

  .header__button-br{
    padding: 8px 13px;
    border-radius: 10px;
    width: 100%;
  }
  .header__button-bg{
    border-radius: 10px;

  }
  .hero__buttons{
    margin-bottom: 20px;
  }
  .hero__button-bg{
    padding: 28px 5px;
    font-size: 12px;
  }

  .hero__row {
    display: none;
}

.hero__body {
  margin-left: 0px;
}

  .hero__button-br--gradient{
    border-radius: 10px;
  }
  .hero__button-br{
    border-radius: 10px;
    font-size: 13px;
    padding: 23px 15px;
  }

  .hero__button-bg::after {
    display: none;
}

.hero__title {
  font-size: 30px;
}

.hero__list{
  font-size: 15px;
}

.hero__button-bg{
  justify-content: center;
}

.hero__ellipse {
  width: 390px;
  height: 390px;
}

.hero__iphone {
  transform: scale(0.39) rotate(0deg);
  top: -80px;
  right: -540px;}

.counter__text {
    font-size: 12px;
}

  .counter__info-img{
    max-width: 40px;
  }

  .counter__info, .timer {
    padding-left: 15px;
}

.counter__inner{
  margin-bottom: 25px;
}


.users__list{
  gap:5px;
}

.users__item:nth-child(3) {
  left: -43%;
}
.users__item:nth-child(2) {
  left: -22%;
}
  .users__item{
    max-width: 40px;
}
  .users__text{
    font-size: 12px;
  }

  .catalog__title {
    font-size: 39px;}
    .catalog__text{
      font-size: 20px;
    }
    .catalog__top{
      margin-bottom: 20px;
    }

    .blackout::before, .blackout::after{
      width: 50px;
  }

  /* --------------------- */

  .catalog__button-bg{
    padding: 25px 15px;
  }
  /* ----------------------- */

  .tools__inner{
    grid-template-columns: 1fr;
  }

  .tools__title{
    margin-bottom: 35px;
  }

  .tools__item{
    max-width: 370px;
  }

  .tools__img{
    padding: 30px;
  }

  .tools__text span{
    font-size: 18px;
  }


  /* ----------------------- */

  .social{
    justify-content: center;
  }

  .footer{
    margin-top: 100px;
    max-height: none;
  }
  .footer__inner{
    padding: 10px 0 30px;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-self: center;
  }

  .footer__button-bg {
    font-size: 18px;
}
.footer__logo {
  margin-left: 30px;
}

/* -------------------- */

.steps__item::after {

  left: 65%;}



  /* ----------------- */


  .bonus__text{
    font-size: 20px;
  }

  .bonus__bonus{
    top: -63%;
    left: 2%;
    font-size: 90px;
  }

  .bonus__button-br{
    font-size: 12px;
  }

  .bonus__button-bg {
    font-size: 12px;
    padding: 20px 10px;
}

/* ------------------------------ */

.dignity__inner {
  grid-template-columns: repeat(1, 1fr);
}


/* ----------------------------- */



.briefcase__text{
  font-size: 18px;
}

.briefcase__button-bg {
  height: auto;
  width: auto;
  font-size: 22px;
  padding: 30px 30px;
}

/* ------------------------- */


.info__inner{
  flex-direction: column;
}

.info__item:last-child{
  margin: 0 0;
}

/* --------------------------- */


.app__img::after {
    width: 230px;
    height: 230px;
}

/* ----------------------------- */

.accordion-list__control svg{
  width: 35px;
  height: 35px;
}

.accordion-list__control-questions-sign{
  width: 35px;
  height: 35px;
  font-size: 25px;
}

.accordion-list__control-left p{
  font-size: 25px;
}
.accordion-list__control-left{
  gap: 35px;
}

.accordion-content{
  font-size: 18px;
}
.accordion-content img{
  width: 120px;
}

}