






.order {
  width: 100%;
  position: relative;
  background-color: #fff;
}

.order__subname {
  background-color: rgb(0, 40, 80);
  color: #fff;
  font-size: 25px;
  text-align: center;
  font-weight: 700;
  padding: 6px 0;
}

.order .container {
  display: flex;
  flex-direction: column;
}

.order__title {
  width: 100%;
  max-width: 380px;
  color: #000;
  margin: 30px auto 20px;
  font-size: 22px;
  font-weight: 700;
}

.order__list {
  display: flex;
  flex-direction: column;
  list-style-type: disc;
  margin: 0 auto;
  gap: 5px;
}

.order__list_item {
  list-style-type: disc;
}

.order__form {
  display: flex;
  flex-direction: column;
  margin: 40px 0 0;
}

.order__images {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.order__prod {
  width: 100%;
  /* max-width: 400px; */
  max-height: 250px;
  object-fit: contain;
}

.order__images span {
  font-size: 44px;
}

.order__book {
  width: 100%;
  max-width: 200px;
}

.order__block {
  width: 100%;
  max-width: 525px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.order__payments {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}

.order__payments span {
  font-size: 18px;
  font-weight: 300;
  padding-left: 4px;
}

.order__payments span strong {
  font-size: 19px;
  font-weight: 700;
}

.order__payments img {
  width: 100%;
  max-width: 200px;
}

.order__offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #6f0505;
  border-radius: 6px;
  color: #fff;
  padding-bottom: 10px;
  width: 100%;
  max-width: 360px;
}

.order__offer_title {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 24px;
  background-color: #910f0b;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.order__offer_price {
  padding-top: 8px;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 5px;
}

.order__offer_oldprice {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.order__btn {
  width: 100%;
  max-width: 525px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #910f0b;
  padding: 12px 30px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.2s all ease-in-out;
  animation: pulse 1.8s ease-in-out infinite;
}

.order__btn:hover {
  text-decoration: underline;
  background-color: #ac1812;
}

.order__conditions {
  width: 100%;
  max-width: 475px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.order__conditions_item span {
  font-size: 18px;
}

.pay-imgs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.pay-imgs img {
  max-width: 60px;
}


.motivation {
  width: 100%;
  background-color: #f2eded;
}

.motivation .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 25px 0;
}

.motivation__title {
  max-width: 450px;
  font-size: 32px;
  font-weight: 900;
  margin: 0 auto;
  margin-bottom: 12px;
}

.motivation__descr {
  max-width: 370px;
  font-size: 22px;
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 25px;
}

.motivation__btn {
  width: auto;
  max-width: 470px;
  background-color: #a6221d;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 700;
  padding: 12px 30px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: 0.13s all ease-in-out;
  animation: pulse 1.8s ease-in-out infinite;
}

.motivation__btn:hover {
  background-color: #be2924;
  text-decoration: underline;
}





.ask {
  width: 100%;
  position: relative;
  border-top: 8px solid #036;
  border-bottom: 8px solid #036;
  padding: 20px 0;
}

.ask__title {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 8px;
}

.ask__subtitle {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.ask__block {
  height: auto;
  width: 100%;
  max-width: 900px;
  position: relative;
  border: 1px solid silver;
  margin: 0 auto;
  border-radius: 8px;
}

.ask__item {
  position: relative;
  padding: 18px 25px 18px 18px;
  border-bottom: 1px solid silver;
}

.ask__item_name {
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
}

.ask__item_name img {
  transform: rotate(180deg);
  margin-right: 8px;
  position: absolute;
  left: 2px;
  top: 7px;
}

.ask__descr {
  padding-left: 32px;
  padding-top: 12px;
}

.ask__descr.hide {
  display: none;
}

.ask__item_name img.rotate {
  transform: rotate(360deg);
}






.results {
    width: 100%;
    background-color: rgb(0, 31, 63);
    padding: 22px 0 35px;
}

.results__title {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.results__subtitle {
    font-size: 22px;
    color: #e0e0e0;
    font-weight: 100;
    text-align: center;
    margin: 12px 0;
}

.results__table {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    display: flex;
    flex-direction: column;
}

.results__table_stroke {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    border-bottom: 1px solid silver;
}

.results__table_stroke:last-child {
    border: none;
}

.results__table_item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    /* padding-left: 28%; */
    padding-left: 20px;
    font-size: 17px;;
}

.results__table_item img {
    width: 50px;
    margin-right: 10px;
}

.results__table_item span {
    font-weight: normal;
    font-size: 18px;
    color: rgb(56, 56, 56);
}

.results__table_item span strong {
    font-weight: bolder;
    font-size: 17px;
    color: rgb(0, 0, 0);
}



.results__table_item:nth-child(even) {
    border-left: 1px solid silver;
}

.results__table_item-2 {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    min-height: 62px;
}

.results__table_item-2 strong {
    font-size: 15px;
    font-weight: 700;
}

.results__descr {
    text-align: center;
    margin-top: 20px;
    color: #cfcfcf;
}




@media (max-width: 769px) {
    .main__title {
        font-size: 32px;
        line-height: 39px;
    }

    .main__descr {
        font-size: 20px;
    }

    .content__title {
        font-size: 20px;
        padding: 0 70px;
    }

    .content__title img {
        width: 20px;
        height: 20px;
    }

    .content__subtitle {
        font-size: 17px;
        line-height: 24px;
    }

    .results__title {
        font-size: 36px;
    }

    .results__table_item {
        /* padding-left: 15%; */
    }

    .results__table_item:nth-child(even) {
        padding-left: 5%;
    }

    .testimonials__img {
        width: 70px;
        height: 90px;
        object-fit: cover;
    }

    .topic .container {
        max-width: 510px;
    }

    .topic__block {
        gap: 10px;
        padding-right: 40px;
    }
}

@media (max-width: 560px) {
    .main__title {
        font-size: 28px;
        line-height: 34px;
    }

    .main__descr {
        font-size: 19px;
        padding: 0 8px;
    }

    .content__title {
        font-size: 19px;
        padding: 0 19px;
    }

    .content__subtitle {
        font-size: 16px;
        line-height: 22px;
    }

    .order__prod {
        width: 100%;
        max-width: 350px;
    }

    .order__book {
        width: 100%;
        max-width: 170px;
    }

    .order__payments span strong {
        font-size: 17px;
        font-weight: 700;
    }

    .order__payments span {
        font-size: 17px;
        font-weight: 300;
        padding-left: 1px;
    }

    .order__payments img {
        width: 100%;
        max-width: 170px;
    }

    .order__offer_title {
        font-size: 14px;
        font-weight: 500;
        padding: 8px 24px;
    }

    .order__offer_price {
        padding-top: 5px;
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .order__offer_oldprice {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 4px;
    }

    .order__offer_available {
        font-size: 14px;
    }

    .order__btn {
        font-size: 23px;
    }

    .testimonials__info_descr span {
        font-size: 15px;
    }

    .motivation .container {
        padding: 25px 5%;
    }

    .motivation__title {
        font-size: 27px;
    }

    .motivation__btn {
        font-size: 20px;
    }

    .topic .container {
        padding: 15px 5% 25px;
    }

    .results__table_item strong {
        font-size: 13px;
    }

    .results__table_item span strong {
        font-weight: bolder;
        font-size: 13px;
        color: rgb(0, 0, 0);
    }

    .results__table_item {
        font-size: 13px;
    }

    .results__table_item span {
        font-weight: normal;
        font-size: 16px;
        color: rgb(56, 56, 56);
    }

    .results__table_item-2 {
        font-size: 17px;
    }
}

@media (max-width: 431px) {
    .main {
        margin-bottom: 25px;
    }

    .main .container {
        padding: 0 8px;
    }

    .main__title {
        font-size: 24px;
        line-height: 27px;
    }

    .main__descr {
        font-size: 17px;
        padding: 0 8px;
    }

    .content__title {
        font-size: 17px;
        padding: 0 9px;
    }

    .content__title img {
        width: 16px;
        height: 16px;
    }

    .content__subtitle {
        font-size: 15px;
        line-height: 19px;
    }

    .results__title {
        font-size: 29px;
    }

    .results__subtitle {
        font-size: 18px;
        color: #e0e0e0;
        font-weight: 100;
        text-align: center;
        margin: 9px 0;
    }

    .results__table_item {
        /* padding-left: 5%; */
    }

    .results__table_item img {
        width: 40px;
    }

    /* .results__table_item strong {
        font-size: 14px;
    } */

    /* .results__table_item span strong {
        font-weight: bolder;
        font-size: 14px;
        color: rgb(0, 0, 0);
    } */

    .not-bold strong {
        font-size: 13px;
    }

    .results__table_item span {
        font-weight: normal;
        font-size: 16px;
        color: rgb(56, 56, 56);
    }

    .results__table_item-2 {
        font-size: 17px;
    }

    .order .container {
        padding: 0 10px;
    }

    .order__list {
        padding-left: 20px;
    }

    .order__payments span strong {
        font-size: 16px;
        font-weight: 700;
    }

    .order__subname {
        font-size: 21px;
    }

    .order__title {
        font-size: 19px;
    }

    .order__prod {
        /* max-width: 330px; */
        max-height: 200px;
    }

    .order__book {
        width: 100%;
        max-width: 200px;
    }

    .order__payments img {
        max-width: 150px;
    }

    .order__offer_title {
        font-size: 13px;
        font-weight: 500;
        padding: 8px 10px;
    }

    .order__offer_available {
        font-size: 12px;
    }

    .order__btn {
        font-size: 20px;
    }

    .order__conditions_item span {
        font-size: 15px;
    }

    .testimonials__block_item {
        gap: 8px;
    }

    .testimonials__img {
        width: 60px;
        height: 70px;
    }

    .testimonials__info_name {
        font-size: 14px;
        gap: 8px;
    }

    .testimonials__date {
        font-size: 14px;
    }

    .testimonials__info_descr span {
        font-size: 14px;
    }

    .motivation__title {
        font-size: 23px;
    }

    .motivation__descr {
        font-size: 18px;
    }

    .ask__subtitle {
        font-size: 15px;
    }

    .ask__item_name {
        font-size: 16px;
    }

    .ask__descr {
        font-size: 14px;
    }

    .topic {
        padding: 15px 0 30px;
    }

    .topic__block {
        gap: 7px;
    }

    .topic__item {
        padding: 3px 10px;
        font-weight: 700;
        font-size: 13px;
    }

    .footer__wrap {
        gap: 30px;
    }

    .footer__left,
    .footer__right {
        gap: 7px;
    }

    .footer__title {
        font-size: 18px;
    }

    .footer__name {
        font-size: 15px;
    }
}