.section__license {
  display: flex;
  gap: 90px;
  margin-top: 100px;
}

.license__bg {
  background-color: #b8976c;
  border-radius: 8px;
  display: block;
  flex-basis: 50%;
  position: relative;
  min-height: 300px;
}

.license__bg img {
  position: absolute;
  object-fit: contain;
  /* top: 0;
    left: 0; */
}

img.bg-gerb {
  top: 40px;
  right: 40px;
  padding: 5px 12px;
  background-color: #fff;
  border-radius: 9px;
  width: 93px;
  height: 61px;
}

img.bg-letter {
  top: -30px;
  left: 6%;
}

img.bg-doc {
  top: 0;
  left: 25%;

}

.license__content {
  flex-basis: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.license__button {
  margin: 30px 0;

  color: #b8976c;
  border-radius: 4px;
  border: 1px solid #b8976c;
  padding: 10px 20px;
  background-color: transparent;
  text-decoration: none;

  align-self: flex-start;

  transition: color .3s, background-color .3s;

}

.license__button:hover,
.license__button:active,
.license__button:focus {
  text-decoration: none;
  color: #fff;
  border: 1px solid #b8976c;
  background-color: #ae762dfc;

}

@media (max-width:1199px) {
  .section__license {
    display: flex;
    gap: 5vw;
  }

  img.bg-gerb {
    top: 30px;
    right: 30px;
    padding: 5px 12px;
    background-color: #fff;
    border-radius: 9px;
    width: 93px;
    height: 61px;
  }

  img.bg-letter {
    top: -30px;
    left: -10px;
  }

  img.bg-doc {
    top: inherit;
    bottom: -30px;

  }
}

@media (max-width:991px) {

  .document-verification__image {
    width: 275px;
  }

  .section__license {
    flex-direction: column;
  }


  img.bg-doc {
    top: -10px;
    bottom: inherit;
    width: 320px;

  }

}


@media (max-width:520px) {
  .license__bg {

    min-height: 200px;
  }

  img.bg-gerb {
    top: inherit;
    right: inherit;
    left: 25px;
    bottom: 20px;



    padding: 3px 9px;

    border-radius: 6px;
    width: 43px;
    height: 33px;
  }

  img.bg-doc {
    top: -10px;
    bottom: inherit;
    width: 216px;

    left: 20%;

  }

  img.bg-letter {
    width: 200px;
    left: 0;
  }

}


.modal__license {

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .64);
  height: 100%;
  z-index: 1000;

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

  display: none;
  cursor: pointer;
}

.modal__license.active {
  display: flex;
}

.modal__license img {
  max-width: 600px;
  width: 100%;
  object-fit: contain;
  cursor: default;
}

.noscroll {
  overflow: hidden;
  /* position: fixed; */

  height: 100%;
  width: 100%;
}

.out-container {
  background-color: #e6e6e6;
  height: 500px;
}

.content__wrapper {

  background: url(images/rassrochka/bg-rassrochka.png) no-repeat right/ contain;
  padding-top: 30px;
  z-index: 10;
}

/* ***<instalments>**** */
.instalments__wrapper {
  position: relative;
  height: 300px;
}

.instalments {

  padding: 50px;
  background-color: #b8976c;
  position: relative;
  transform: translateY(10%);
}

.instalments .bg-inner {
  position: absolute;
  /* height: 110%; */
  width: 60%;
  /*background: url(images/rassrochka/bg-rassrochka.png) no-repeat right bottom/ contain;*/
  right: 0;
  bottom: 0;
  /* left: 35%; */
  top: -10%;
  z-index: -1;
}


.instalments__title {
  margin: 0;
  padding-bottom: 60px;
  font-weight: 900;
  font-size: 70px;
  color: #FFF;
  line-height: 85px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 5px 5px 20px rgba(0, 0, 0, 0.25);
  width: 60%;
  position: relative;
}

.instalments__title::after {
  content: "";
  position: absolute;
  display: block;
  height: 5px;
  width: 100px;
  background-color: #ffac49;
  bottom: 30px;
  left: 0;
}

.instalments__subtitle {
  color: #FFF;
  line-height: 140%;
  font-weight: 600;
  font-size: 20px;
  width: 40%;
  margin: 0;
}

@media (max-width: 1199px) {
  .instalments .bg-inner {
    width: 75%;
  }

  .instalments__title {
    font-size: 65px;
    line-height: 80px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .instalments__wrapper {
    height: 200px;
  }

  .instalments {
    padding: 30px;
    transform: translateY(0);
  }

  .instalments .bg-inner {
    display: none;
  }

  .instalments__title {
    font-size: 50px;
    line-height: 60px;
  }

  .instalments__subtitle {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .instalments__wrapper {
    height: 150px;
  }

  .instalments__title {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 40px;
  }

  .instalments__title::after {
    bottom: 20px;
  }

  .instalments__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 520px) {

  .instalments {
    padding: 15px;
  }

  .instalments__title {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 40px;
  }

  .instalments__subtitle {
    font-size: 16px;
  }
}

/* </instalments> */

/* <section__payment> */
.section__payment {
  position: relative;
  margin-bottom: 100px;

}

.payment__title {
  position: absolute;
  top: -200px;
  font-size: 22px;
  color: #000;
  font-weight: bold;
}

.advantages__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  counter-reset: number;

  transform: translateY(-50%);
}

.advantages__item {
  background-color: #34404e;
  padding: 70px 20px 30px;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 600;

}

.advantages__item::before {
  content: "0" counter(number);
  counter-increment: number;
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0 20px;
  border-radius: 100px;
  background-color: #ffac49;
}

.advantages__item::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  top: 5px;
  right: 20px;

  border-radius: 50%;
  background-color: #b8976c;

  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
}

.advantages__item:nth-child(1):after {
  background-image: url(images/rassrochka/icon-advantages-1.svg);
}

.advantages__item:nth-child(2):after {
  background-image: url(images/rassrochka/icon-advantages-2.svg);
}

.advantages__item:nth-child(3):after {
  background-image: url(images/rassrochka/icon-advantages-3.svg);
}

.advantages__item:nth-child(4):after {
  background-image: url(images/rassrochka/icon-advantages-4.svg);
}

.payment__content {
  /*background: url(images/rassrochka/bg-payment.png) no-repeat right center;*/
}

.payment__content p {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  max-width: 370px;
  margin: 0;
  padding: 0;
  padding-bottom: 50px;
  line-height: 140%;
}

.payment__content p:last-child {
  padding-bottom: 0;
}


.payment__link {
  display: inline-block;
  padding: 0 20px;
  border-radius: 100px;
  border: 1px solid #b8976c;
  color: inherit;


}


.payment__content p:last-child span {
  border-color: #78c5b6;
}

@media (max-width:1199px) {
  .payment__content {
    background-position: 200% 50%;
  }
}

@media (max-width:991px) {
  .out-container {
    height: 400px;
  }

  .payment__title {
    top: -250px;
    font-size: 20px;
  }

  .advantages__list {
    grid-template-columns: repeat(2, 1fr);
    transform: translateY(-40%);
  }

  .payment__content {
    background-position: -1200% 50%;
  }
}

@media (max-width:767px) {
  .section__payment {
    margin-bottom: 50px;

  }

  .out-container {
    height: 200px;
  }

  .payment__title {
    position: inherit;
    top: 0;
    font-size: 20px;
    margin-bottom: 20px;
  }

  .advantages__list {
    grid-template-columns: 1fr;
    transform: translateY(0);
  }



  .payment__content {
    background-position: 200% 50%;
    background: none;
    margin-top: 30px;
  }

  .payment__content p {
    font-size: 22px;

    max-width: 100%;


    padding-bottom: 10px;

  }
}

/* </section__payment> */

/* <section__payment-desc> */
.section__payment-desc {
  background-color: #e6e6e6;
}

.payment-desc {
  padding: 50px;
  position: relative;
  display: flex;
  gap: 25px;
}

.payment-desc .bg-inner {
  position: absolute;
  display: block;
  width: 260px;
  top: 0;
  bottom: 0;
  right: 0;
  /*background: url(images/rassrochka/bg-payment-desc.png) no-repeat bottom/contain;*/

}

.payment-desc__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.payment-desc__title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 0;
  margin-bottom: 20px;

}

.payment-desc__subtitle {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.payment-desc__subtitle a {
  color: inherit;
  text-decoration: underline;
}

.payment-desc__subtitle a:hover,
.payment-desc__subtitle a:active {
  color: inherit;
  text-decoration: none;
}

.payment-desc__subtitle:last-child {
  margin-bottom: 0;
}

.payment-desc__text {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background-color: #b8976c;
  padding: 30px 50px;
  padding-right: 139px;
  margin: 0;
  width: 50%;
}

@media (max-width:1199px) {
  .payment-desc .bg-inner {
    width: 215px;
  }

  .payment-desc__text {
    font-size: 28px;
    padding: 20px 35px;
    padding-right: 77px;

  }
}

@media (max-width:991px) {
  .payment-desc {
    padding: 25px;

    gap: 15px;
  }

  .payment-desc .bg-inner {
    display: none;
  }

  .payment-desc__title {
    font-size: 25px;
  }

  .payment-desc__text {
    padding: 20px 35px;
    font-size: 25px;
  }
}

@media (max-width:767px) {
  .payment-desc {
    flex-direction: column;
  }

  .payment-desc .bg-inner {
    display: block;
    width: 115px;
    top: 60%;
  }

  .payment-desc__inner,
  .payment-desc__text {
    width: 100%;
  }

  .payment-desc__text {
    padding: 10px;
    padding-right: 120px;
    font-size: 20px;
  }
}

@media (max-width:520px) {
  .payment-desc .bg-inner {
    display: none;
  }

  .payment-desc__text {
    padding: 10px;
  }
}

/* </section__payment-desc> */

/* <section__percent-desc> */
.section__percent-desc {
  margin: 100px 0;
}

.percent-desc {
  display: flex;
  gap: 20px;
  height: 300px;

}

.percent__bg {
  /*background: url(images/rassrochka/bg-percent.png) no-repeat center/cover;*/
  display: flex;

  width: 50%;
}

.percent__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
}

.percent__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}

.percent__subtitle {
  border: 1px solid #b8976c;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  padding: 10px 20px;
  margin: 0;
  align-self: flex-start;
}

@media (max-width: 1199px) {
  .percent__title {
    font-size: 26px;
  }

  .percent__subtitle {
    font-size: 16px;
    padding: 5px 15px;
  }
}

@media (max-width: 991px) {
  .percent__title {
    font-size: 24px;
  }

  .percent__subtitle {
    font-size: 16px;
    padding: 5px 15px;
  }
}

@media (max-width: 767px) {
  .section__percent-desc {
    margin: 50px 0;
  }

  .percent-desc {
    flex-direction: column;
    height: inherit;
  }

  .percent__bg {
    display: none;
  }

  .percent__content {
    width: 100%;
  }

  .percent__title {
    margin-bottom: 30px;
  }
}

@media (max-width: 520px) {

  .percent__title {
    font-size: 20px;
  }

  .percent__subtitle {
    font-size: 14px;
  }
}

/* </section__percent-desc> */

/* <section__benefit> */
.section__benefit {
  background-color: #e6e6e6;
  padding-bottom: 350px;
}

.benefit__title {
  font-size: 30px;
  font-weight: 700;
  margin: 50px 0;
}

.benefit__list {
  margin: 0;
  list-style: none;
  padding: 0;


  display: grid;
  gap: 50px 20px;
  grid-template-areas: 'A B C' 'D D D';
}

.benefit__item:nth-child(1) {
  grid-area: A;
}

.benefit__item:nth-child(2) {
  grid-area: B;

}

.benefit__item:nth-child(3) {
  grid-area: C;

}

.benefit__item:nth-child(4) {
  grid-area: D;
  flex-direction: row;
}

.benefit__item {
  display: flex;
  flex-direction: column;
  background-color: #fff;

  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  width: 100%;
}

.bg__benefit {
  min-height: 150px;
  background-color: rebeccapurple;
  flex-shrink: 0;
  max-width: 380px;
  width: 100%;


  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.benefit__item:nth-child(1) .bg__benefit {
  /*background-image: url(images/rassrochka/bg-benefit-1.jpg);*/
}

.benefit__item:nth-child(2) .bg__benefit {
  /*background-image: url(images/rassrochka/bg-benefit-2.jpg);*/

}

.benefit__item:nth-child(3) .bg__benefit {
  /*background-image: url(images/rassrochka/bg-benefit-3.jpg);*/

}

.benefit__item:nth-child(4) .bg__benefit {
  /*background-image: url(images/rassrochka/bg-benefit-4.jpg);*/
}

.benefit__content {
  margin: 20px;
}

.benefit__text {
  margin-bottom: 20px;
}

.benefit-desc__list {
  margin: 0;
  padding: 0;
  list-style: none;

}

.benefit-desc__item {
  padding-left: 30px;
  margin-bottom: 20px;
  background: url(images/rassrochka/icon-star.svg) no-repeat left top/20px;
}

.benefit__text-footer {
  padding: 20px;
  margin: 0;
  border: 1px solid #b8976c;
}

@media (max-width: 1199px) {
  .section__benefit {

    padding-bottom: 250px;
  }
}

@media (max-width: 991px) {
  .section__benefit {

    padding-bottom: 150px;
  }

  .benefit__list {

    gap: 20px;
    grid-template-areas: 'A' 'B' 'C' 'D';
  }

  .benefit__item:nth-child(1),
  .benefit__item:nth-child(2),
  .benefit__item:nth-child(3),
  .benefit__item:nth-child(4) {
    flex-direction: column;
  }

  .bg__benefit {
    min-height: 150px;
    background-position: top;
    max-width: 100%;
    width: 100%;
  }

}

@media (max-width:767px) {
  .section__benefit {

    padding-bottom: 50px;
  }
}

/* </section__benefit> */

/* <section__motivation> */
.section__motivation {
  margin-bottom: -355px;
}

.motivation {}

.motivation .bg-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 45%;
  /*background: url(images/rassrochka/bg-motivation.png) no-repeat right bottom/contain;*/
}

.motivation__content {
  position: relative;
  padding-top: 100px;
  transform: translateY(-60%);

}

.motivation__inner {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;

  padding: 70px 50px;
  padding-right: 45%;
  background-color: #b8976c;
}

.motivation__inner::after {
  position: absolute;
  display: block;
  content: "";
  width: 45%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fabe34;
  border-top-left-radius: 180px;
  border-bottom-left-radius: 180px;
}

.motivation__inner p {
  margin: 0;
}

.motivation__inner span {
  display: inline-block;
  color: #000;
  background-color: #fff;
  padding: 5px 20px;
  margin: 10px 0;
  border-radius: 100px;

}


@media (max-width:1199px) {
  .section__motivation {
    margin-bottom: -300px;
  }

  .motivation__inner {

    font-size: 25px;

  }
}

@media (max-width:991px) {
  .section__motivation {
    margin-bottom: -200px;
  }

  .motivation__content {
    padding-top: 35px;

    transform: translateY(-50%);

  }

  .motivation__inner {
    font-size: 22px;
    padding: 20px;
    padding-right: 40%;
  }

  .motivation__inner::after {

    width: 40%;

  }

  .motivation .bg-inner {
    width: 40%;
  }

}

@media (max-width:767px) {
  .section__motivation {
    margin-bottom: -100px;
  }

  .motivation__content {

    padding: 50px 0;
    transform: translateY(0);

  }

  .motivation__inner {
    font-size: 16px;
    padding: 20px;
  }

  .motivation__inner::after {
    display: none;

  }

  .motivation .bg-inner {
    display: none;

  }

}

@media (max-width:520px) {


  .motivation__inner {
    font-size: 14px;
    padding: 10px;
  }

  .motivation__inner a {
    display: inline-block;
    color: #000;
    background-color: #fff;
    padding: 1px 10px;

    border-radius: 100px;
  }


}

/* </section__motivation> */

/* ******************************************** */
.other-title__h1 {
  letter-spacing: -.1px;
}

.other-title__h1 el:first-child {
  margin-right: -5px;
}

.other-title__h1 el:last-child {
  margin-left: -5px;
}

.top-add-menu-wrapper {
  margin-top: 25px;
}

.top-add-menu {
  align-items: center;
}

@media (max-width: 991px) {
  #top_slogan {
    top: 0;
  }

  .top-add-menu {
    flex-wrap: wrap;
    justify-content: end;
  }

  .present-certificate {
    width: 100%;
    justify-content: end;
    margin-bottom: 10px;
  }

  .present-certificate:hover .top-add-menu__title,
  .present-certificate:focus .top-add-menu__title {
    text-decoration: none;
  }

  .present-certificate .top-add-menu__item:hover .top-add-menu__title,
  .present-certificate .top-add-menu__item:focus .top-add-menu__title {
    text-decoration: underline;
  }

  .top-add-menu-wrapper {
    margin-top: 14px;
  }
}



.modal-question {
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  display: none;
}




.modal-question .modal-header {
  padding: 15px 30px;

  border-bottom: 1px solid #ECECEC;
}

.modal-question .modal-header h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #34404E;
  text-align: center;
  margin: 0;
}

.modal-question .modal-body {
  padding: 0;
}


.question-form {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.question-form input,
.question-form label,
.question-form p {
  margin: 0;
}

.question-form .wrapper-input input[type=text],
.question-form .wrapper-input textarea {
  width: 100%;
  padding: 12px 28px;
  font-weight: 500;
  font-size: 16px;
  color: #515151;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  margin: 0;
}

.question-form .wrapper-input input[type=text]::placeholder,
.question-form .wrapper-input textarea::placeholder {

  color: #515151;

}

.question-form textarea {
  resize: none;
  min-height: 90px;
}


.question-form input[type=button] {
  background: #33444E;
  border-radius: 4px;
  padding: 12px 20px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  text-align: center;

  max-width: 270px;
  width: 100%;
  align-self: center;
  margin-top: 14px;
}

.question-form .need-help__agree {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  color: #515151;

}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox+label {

  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 12px;
  color: #515151;
  font-weight: 400;
  cursor: pointer;
}


.custom-checkbox+label a {

  text-decoration: underline;
  color: #515151
}

.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #ADB5BD;
  border-radius: 3px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;

  cursor: pointer;
}

.custom-checkbox+label:hover::before {
  outline: 1px solid #515151;
}

.custom-checkbox:checked+label::before {

  border: 1px solid #ADB5BD;
  background-image: url("./images/checked_transparent.svg");
  background-size: 23px;
  background-color: #353131;
}

@media (max-width: 600px) {
  .question-form {
    padding: 15px;
  }

  .modal-question .modal-header h2 {
    font-size: 16px;
  }

  .custom-checkbox+label {
    align-items: flex-start;

  }

  .question-form .wrapper-input input[type=text],
.question-form .wrapper-input textarea {

  padding: 12px 20px;

  font-size: 14px;
}
.question-form input[type=button] {



  font-size: 14px;

  max-width: 100%;

}
}

.ndtuo{
  display: none;
  height: 0;
  overflow: hidden;
}

.rating-badge {
    border: 0 !important;
}


.banner_info_head { background: #54B9E3 url("images/banner_jul25_bg.jpg") left center no-repeat; background-size: cover; border-radius: 4px; padding: 14px 20px; display: flex; position: sticky; z-index: 500; gap: 30px; align-items: center; width: 100%; height: 100px; max-width: 1160px; flex-direction: row; justify-content: space-between; top: 0; margin: auto; cursor: pointer; }
#banner_info_head_txt1 { width: 300px; height: 63px; position: relative; margin-left: 120px; z-index: 510; background: url("images/banner_info_head_txt1_jul25.png") left center no-repeat; background-size: contain; }
#banner_info_head_txt2 { width: 330px; height: 100px; position: relative; z-index: 510; background: url("images/banner_info_head_txt2_jul25.png") left bottom no-repeat; background-size: contain; }
#banner_info_head_lstar { width: 140px; height: 100px; position: absolute; left: 0; top: 0; z-index: 500; background: url("images/banner_wmv.png") right center no-repeat; background-size: cover; }
#banner_info_head_rstar { display: none; width: 140px; height: 100px; position: absolute; right: 0; top: 0; z-index: 500; background: url("images/banner_info_head_rstar.png") center bottom no-repeat; background-size: contain; mix-blend-mode: luminosity; }
#banner_info_head_btn, a#banner_info_head_btn, .banner_info_head a#banner_info_head_btn { width: 180px; height: 50px; text-align: center; border-radius: 4px; border: 1px solid #fff; background: #E7534F; color: #FFF; font-size: 16px; font-style: normal; font-weight: 700; line-height: 50px; padding: 0; position: relative; z-index: 504; cursor: pointer; }
#banner_info_head_timer_container_intro { color: #FFF; font-size: 14px; font-weight: 700; line-height: 15.4px; margin-bottom: 6px; text-align: center; }
#banner_info_head_timer { display: flex; width: 176px; padding: 6px 8px; justify-content: center; align-items: center; border-radius: 30px; background: #0C2FB1; color: #fff; font-size: 16px; font-weight: 700; line-height: 17.6px; letter-spacing: 0.64px; }
.timer__days { margin-right: 7px; }
.timer__hours { margin-left: 7px; }

.banner_info_head.banner_new { background: #860FC3 url("images/banner_jul25_bg_new.png") left center no-repeat; background-size: cover; border-radius: 4px; padding: 14px 20px; display: flex; position: sticky; z-index: 500; gap: 5px; align-items: center; width: 100%; height: 100px; max-width: 1160px; flex-direction: row; justify-content: space-between; top: 0; margin: auto; cursor: pointer; }
.banner_new #banner_info_head_txt0 { width: 195px; height: 45px; position: relative; z-index: 510; background: url("images/banner_info_head_txt0_jul25_new.png") left center no-repeat; background-size: contain; }
.banner_new #banner_info_head_txt1 { width: 259px; height: 48px; margin-left: 0px; position: relative; z-index: 510; background: url("images/banner_info_head_txt1_jul25_new.png") left center no-repeat; background-size: contain; }
.banner_new #banner_info_head_txt2 { width: 230px; height: 100px; position: relative; z-index: 510; background: url("images/banner_info_head_txt2_jul25_new.png") left center no-repeat; background-size: contain; }
.banner_new #banner_info_head_txt3 { width: 115px; height: 48px; position: relative; z-index: 510; background: url("images/banner_info_head_txt3_jul25_new.png") left center no-repeat; background-size: contain; }
.banner_new #banner_info_head_rstar { display: none; width: 140px; height: 100px; position: absolute; right: 0; top: 0; z-index: 500; background: url("images/banner_info_head_rstar.png") center bottom no-repeat; background-size: contain; mix-blend-mode: luminosity; }
.banner_new #banner_info_head_btn, .banner_new a#banner_info_head_btn, .banner_info_head.banner_new a#banner_info_head_btn {margin-left: 20px; width: 180px; height: 50px; text-align: center; border-radius: 4px; border: 1px solid #FFE713; background: #FFE713; color: #000; font-size: 16px; font-style: normal; font-weight: 700; line-height: 50px; padding: 0; position: relative; z-index: 504; cursor: pointer; }
.banner_new #banner_info_head_timer_container_intro { color: #FFF; font-size: 14px; font-weight: 700; line-height: 15.4px; margin-bottom: 6px; text-align: center; }
.banner_new #banner_info_head_timer {margin-left: 5px; display: flex; width: 160px; padding: 6px 8px; justify-content: center; align-items: center; border-radius: 30px; background: #C4EB2D; color: #323232; font-size: 16px; font-weight: 700; line-height: 17.6px; letter-spacing: 0.64px; }
.banner_new .timer__days { margin-right: 7px; }
.banner_new .timer__hours { margin-left: 7px; }
.banner_new #banner_info_head_txt4 {display: none;}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  #banner_info_head.banner_info_head { height: 100px; gap: 9px; width: 100%; min-width: calc(100% - 54px); }
  #banner_info_head_txt1 { width: 273px; height: 60px; position: relative; margin-left: 100px; z-index: 510; background: url("images/banner_info_head_txt1_jul25.png") left center no-repeat; background-size: contain; }
  #banner_info_head_txt2 { width: 262px; height: 85px; position: relative; z-index: 510; background: url("images/banner_info_head_txt2_compaq1_jul25.png") left center no-repeat; background-size: contain; }
  #banner_info_head_lstar { width: 140px; height: 100px; position: absolute; left: 0; top: 0; z-index: 500; background: url("images/banner_wmv.png") right center no-repeat; background-size: cover; }
  #banner_info_head_rstar { width: 140px; height: 100px; position: absolute; right: 0; top: 0; z-index: 500; background: url("images/banner_info_head_rstar.png") center bottom no-repeat; background-size: contain; mix-blend-mode: luminosity; }
  #banner_info_head_btn, a#banner_info_head_btn, .banner_info_head a#banner_info_head_btn { width: 142px; height: 40px; text-align: center; border-radius: 4px; background: #DE462B; color: #FFF; font-size: 14px; font-style: normal; font-weight: 700; line-height: 40px; padding: 0; position: relative; z-index: 504; cursor: pointer; }
  #banner_info_head_timer_container_intro { color: #FFF; font-size: 12px; font-weight: 700; line-height: 15.4px; margin-bottom: 6px; text-align: center; }
  #banner_info_head_timer { display: flex; padding: 6px 8px; justify-content: center; align-items: center; border-radius: 30px; background: #0C2FB1; color: #fff; font-size: 14px; font-weight: 700; line-height: 17.6px; letter-spacing: 0.64px; }
  .timer__days { margin-right: 5px; }
  .timer__hours { margin-left: 5px; }
}

@media (max-width: 799px) {
    .header {
     padding-top: 0 !important;
    }
  }

@media screen and (min-width: 768px) and (max-width: 991px) {

  #banner_info_head.banner_info_head { height: 70px; gap: 9px; width: 722px; min-width: 722px; overflow: hidden; }
  #banner_info_head_txt1 { width: 273px; height: 60px; position: relative; margin-left: 74px; z-index: 510; background: url("images/banner_info_head_txt1_jul25.png") left center no-repeat; background-size: contain; }
  #banner_info_head_txt2 { width: 262px; height: 85px; position: relative; z-index: 510; background: url("images/banner_info_head_txt2_compaq1_jul25.png") left center no-repeat; background-size: contain; }
  #banner_info_head_lstar { width: 100px; height: 70px; position: absolute; left: 0; top: 0; z-index: 500; background: url("images/banner_wmv.png") right center no-repeat; background-size: cover; }
  #banner_info_head_rstar { width: 100px; height: 70px; position: absolute; right: 0; top: 0; z-index: 500; background: url("images/banner_info_head_rstar.png") center bottom no-repeat; background-size: contain; mix-blend-mode: luminosity; }
  #banner_info_head_btn, a#banner_info_head_btn, .banner_info_head a#banner_info_head_btn { display: none; width: 142px; height: 40px; text-align: center; border-radius: 4px; background: #DE462B; color: #FFF; font-size: 14px; font-style: normal; font-weight: 700; line-height: 40px; padding: 0; position: relative; z-index: 504; cursor: pointer; }
  #banner_info_head_timer_container { position: relative; z-index: 504; }
  #banner_info_head_timer_container_intro { color: #FFF; font-size: 12px; font-weight: 700; line-height: 15.4px; margin-bottom: 6px; text-align: center; }
  #banner_info_head_timer { display: flex; padding: 6px 8px; justify-content: center; align-items: center; border-radius: 30px; background: #0C2FB1; color: #fff; font-size: 14px; font-weight: 700; line-height: 17.6px; letter-spacing: 0.64px; }
  .timer__days { margin-right: 5px; }
  .timer__hours { margin-left: 5px; }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .banner_new #banner_info_head_timer_container_intro {
    color: #FFF;
    font-size: 8px;
    font-weight: 700;
    line-height: 9.4px;
    margin-bottom: 6px;
    text-align: center;
  }
  .banner_info_head.banner_new {padding: 10px 12px; gap: 5px !important;}
  .banner_new #banner_info_head_txt0 {display: none;}
  .banner_new #banner_info_head_txt1 {display: none;}
  .banner_new #banner_info_head_txt2 {display: none;}
  .banner_new #banner_info_head_txt3 {display: none;}
  .banner_new #banner_info_head_timer {font-size: 10px; width: 110px; line-height: 10.6px;}
  .banner_new #banner_info_head_txt5 {width: 255px; height: 76px; position: relative; z-index: 510; background: url("images/banner_info_head_txt5_jul25_new.png") left center no-repeat; background-size: contain;}
  #banner_info_head.banner_info_head { height: 80px; gap: 9px; width: 100%; min-width: 320px; overflow: hidden; }
  #banner_info_head_txt1 { width: 273px; height: 50px; position: relative; margin-left: 80px; margin-bottom: 28px; margin-top: 3px; z-index: 510; background: url("images/banner_info_head_txt1_compaq2_jul25.png") left center no-repeat; background-size: contain; }
  #banner_info_head_txt2 { width: 262px; height: 74px; position: relative; margin-top: 3px; z-index: 510; background: url("images/banner_info_head_txt2_compaq2_jul25.png") left top no-repeat; background-size: contain; }
  #banner_info_head_lstar { width: 90px; height: 80px; position: absolute; left: 0; top: 0; z-index: 500; background: url("images/banner_wmv_compaq.png") left center no-repeat; background-size: contain; }
  #banner_info_head_rstar { width: 100px; height: 70px; position: absolute; right: 0; top: 0; z-index: 500; background: url("images/banner_info_head_rstar.png") center bottom no-repeat; background-size: contain; mix-blend-mode: luminosity; }
  #banner_info_head_btn, a#banner_info_head_btn, .banner_info_head a#banner_info_head_btn { display: none; width: 142px; height: 40px; text-align: center; border-radius: 4px; background: #DE462B; color: #FFF; font-size: 14px; font-style: normal; font-weight: 700; line-height: 40px; padding: 0; position: relative; z-index: 504; cursor: pointer; }
  #banner_info_head_timer_container { position: absolute; left: 90px; bottom: 6px; z-index: 504; }
  #banner_info_head_timer_container_intro { display: none; color: #FFF; font-size: 12px; font-weight: 700; line-height: 15.4px; margin-bottom: 6px; text-align: center; }
  #banner_info_head_timer { display: flex; width: 136px; padding: 0 8px; justify-content: center; align-items: center; border-radius: 30px; background: #0C2FB1; color: #fff; font-size: 10px; font-weight: 700; line-height: 17.6px; letter-spacing: 0.64px; }
  .timer__days { margin-right: 5px; }
  .timer__hours { margin-left: 5px; }
  .banner_new #banner_info_head_timer_container_intro {
    display: block;
  }
  .banner_new #banner_info_head_timer_container {position: relative; left: 0; bottom: 0;}
  @media screen and (min-width: 320px) and (max-width: 440px) {
      #banner_info_head_txt1 { width: 273px; height: 50px; position: relative; margin-left: 70px; margin-bottom: 28px; margin-top: 3px; z-index: 510; background: url("images/banner_info_head_txt1_compaq2_jul25.png") left center no-repeat; background-size: contain; }
      #banner_info_head_txt2 { width: 262px; height: 74px; position: relative; margin-top: 3px; z-index: 510; background: url("images/banner_info_head_txt2_compaq2_jul25.png") left top no-repeat; background-size: contain; }
      #banner_info_head_lstar { width: 100px; height: 70px; position: absolute; left: 0; top: 0; z-index: 500; background: url("images/banner_wmv_compaq.png") left center no-repeat; background-size: contain; }

      #banner_info_head_timer_container { position: absolute; left: 84px; bottom: 6px; z-index: 504; }



  }
}


.banner_info_head_green {
  overflow: hidden;
  padding: 12px 20px;
  padding-left: 122px;
  background-color: #33404E;
  background-image: url("/sale/img/banner_info_head_green.png");
  background-position-x: left;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_info_head_orange {
  background-image: url("/sale/img/banner_info_head_orange.png");
  background-position-x: left;
  background-position-y: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12px 20px;
  padding-left: 122px;
  gap: 20px;
}
.banner_info_head.banner_info_head_orange img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.banner_info_head.banner_info_head_orange p.timer {
  background-color: #FCE445;
}
.banner_info_head.banner_info_head_orange p {
  color: #fff;
}
.banner_info_head.banner_info_head_orange .timer_container {
  flex-direction: column;
  gap: 6px;
}
.sale_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.banner_info_head_orange .sale {
  padding: 7px;
  border-radius: 7px;
  background-color: #FCE445;
  color: #45230B !important;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.banner_info_head_green svg {
  position: absolute;
  z-index: 1;
  left: 0;
}
.banner_info_head img {
  width: 55px;
  height: 55px;
  margin-right: -10px;
  position: static;
  object-fit: contain;
}
.banner_info_head p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  color: #adb3b8;
  margin-bottom: 0;
}
.banner_info_head .big_title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.banner_info_head .big_title .color_title {
  color: #ff710a;
}
.banner_info_head .big_title .small_title {
  color: #d6d9dc;
  font-size: 14px;
  font-weight: 500;
}
.banner_info_head p.timer {
  padding: 6px 8px;
  border-radius: 30px;
  background-color: #c4eb2d;
  color: #33404e;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  width: fit-content;
  margin-bottom: 0;
}
.banner_info_head .timer_container {
  display: flex;
  gap: 20px;
  align-items: center;
}
.banner_info_head a {
  padding: 18px 30px;
  border-radius: 4px;
  background-color: #FF6200;
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.1;
}
.banner_info_head_green p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.banner_info_head_green .big_title, .banner_info_head_orange .big_title {
  font-size: 23px;
  line-height: 0.9;
}
.banner_info_head_green .sale {
  padding: 7px;
  border-radius: 7px;
  background-color: #D6FC45;
  color: #193346;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.banner_info_head_green a {
  background-color: #D6FC45;
  padding: 15px 32px;
  color: #000000 !important;
}
.banner_info_head_orange a {
  background-color: #FCE445;
  padding: 15px 32px;
  color: #000000 !important;
}
.reques_price h2 {
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
  font-weight: 500;
}

.reques_price .modal-content {
  background-color: #34404E;
  border-radius: 10px;
}
.reques_price .modal-body {
  padding: 40px 50px;
}
.reques_price .question-form {
  padding: 0;
  gap: 15px;
}
.reques_price .question-form label, .reques_price .question-form label a {
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
}
.reques_price .question-form input[type=button] {
  width: 100%;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  padding: 17px;
  background-color: #B8976C;
  border: none;
  max-width: 100%;
}
.reques_price .question-form .wrapper-input input[type="email"] {
  width: 100%;
  padding: 12px 28px;
  font-weight: 500;
  font-size: 16px;
  color: #515151;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  border-radius: 4px;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .banner_info_head_orange {
    padding-left: 104px;
  }
  .banner_info_head:not(.banner_info_head_green) .timer_container {
    flex-direction: column;
    gap: 6px;
  }
  .banner_info_head {
    max-width: 940px;
  }
  .banner_info_head_green .big_title {
    font-size: 20px;
  }
  .banner_info_head_green {
    padding-left: 80px;
  }
  .banner_info_head_green svg {
    width: 73px;
    height: 73px;
  }
  .banner_info_head_orange .big_title {
    font-size: 18px;
    line-height: 0.9;
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .banner_info_head_green .timer_container {
    flex-direction: column;
    gap: 6px;
  }

  .banner_info_head_green .sale {
    font-size: 24px;
  }
  .banner_info_head_green {
    padding: 13px 5px !important;
    padding-left: 60px !important;
  }
  .banner_info_head_green p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
  }
  .banner_info_head_green svg {
    width: 60px;
    height: 60px;
  }
  .banner_info_head:not(.banner_info_head_green) .big_title {
    font-size: 16px;
  }
  .banner_info_head p, .banner_info_head .big_title .small_title, .banner_info_head a, .banner_info_head p.timer {
    font-size: 12px;
  }
  .banner_info_head:not(.banner_info_head_green) a {
    padding: 10px;
  }
  .banner_info_head {
    max-width: 720px;
    gap: 27px;
    padding: 10px;
  }
  .banner_info_head_orange {
    padding-left: 104px;
  }

  .banner_info_head img {
    width: 48px;
    height: 48px;
  }
  .banner_info_head_orange a  {
    display: none;
  }
  .banner_info_head_orange {
    padding-left: 82px;
  }
  .banner_info_head_orange .sale {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .banner_info_head_orange {
    padding-left: 52px;
    gap: 0px !important;
  }
  .sale_container {
    gap: 5px;
  }
  .banner_info_head.banner_info_head_orange img {
    left: -12px;
  }
  .banner_info_head_green svg {
    left: -13px;
    bottom: -12px;
  }
  .banner_info_head_orange .sale {
    font-size: 13px !important;
    padding: 5px;
    white-space: nowrap;
  }
  .banner_info_head_orange .timer{
    white-space: nowrap;
    font-size: 8px !important;
  }
  .banner_info_head_orange .big_title {
    font-size: 10px !important;
    width: 113px;
  }
  .banner_info_head_green {
    padding: 8px !important;
    padding-left: 60px !important;
  }
  .reques_price .question-form .wrapper-input input[type="email"] {
    padding: 12px 20px;
    font-size: 14px;
  }
  .reques_price h2 {
    font-size: 28px;
  }
  .reques_price .modal-body {
    padding: 32px 24px;
  }
  .banner_info_head a  {
    display: none;
  }
  .banner_info_head_green .big_title {
    font-size: 14px;
  }
  .banner_info_head_green p {
    font-size: 10px;
  }
  .banner_info_head_orange p {
    font-size: 8px;
  }
  .banner_info_head_green .sale {
    padding: 5px;
    font-size: 16px;
  }
  .banner_info_head img {
    width: 32px;
    height: 32px;
    margin-right: 0;
  }
  .banner_info_head {
    gap: 12px;
  }
  .banner_info_head .big_title {
    font-size: 14px;
  }
}

.promo-agree_wrap{
  display: flex;
  gap: 5px;
  align-items: flex-start;
  clear: both;
}

.policy__agree{
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.policy__agree a{
  color: inherit;
}


/* promo check */
.checkbox-item{
  margin-bottom: 7px;
}
.checkbox-item .checkbox-input{
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border: 1px solid #868E96;
  border-radius: 2px;
  background-color: transparent;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 5px 0 0;
  padding: 0;
  vertical-align: middle;
}
.need-help .checkbox-input {
  border: 1px solid #FFFFFF;
}

.modal .need-help .checkbox-input{
  border: 1px solid #868E96;
}

.checkbox-item .checkbox-input:checked{
  border-color: #868E96;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23868E96' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");

}

.need-help .checkbox-input:checked{
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23b8976c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
}

.modal .need-help .checkbox-input:checked{
  border-color: #868E96;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23868E96' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.checkbox-input:active {
  filter: brightness(90%);
}
.checkbox-input:focus{
  outline: none !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.need-help .checkbox-input:focus {
  border-color: #FFFFFF;
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.modal .need-help .checkbox-input:focus{
  border-color: #868E96;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.checkbox-input:disabled {
  filter: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.checkbox-input:disabled ~ .checkbox-label {
  opacity: 0.5;
  cursor: not-allowed;
}

.checkbox-label{
  margin-bottom: 0;
  color: inherit;
  opacity: 0.5;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.checkbox-label a{
  color: inherit;
  text-decoration: underline;
}

.checkbox-label a:hover{
  color: inherit;
}

.main-page__course__big__form__row .promo-agree_wrap{
  color: #fff;
  padding-top: 10px;
  margin-bottom: 0;
  clear: both;
}

.main-page__course__big__form__row .checkbox-input{
  border: 1px solid #FFFFFF;
}

.main-page__course__big__form__row .checkbox-input:checked{
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23b8976c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.gcf-default-input .checkbox-item{
  margin-top: 18px;
}

.fdf-form__form .checkbox-item{
  margin-bottom: 0;
}

.fdf-form__form .checkbox-label{
  color: #292929;
}

.closed-course-form .checkbox-item{
  margin-top: 20px;
}

.closed-course-form .checkbox-input {
  border: 1px solid #FFFFFF;
}

.closed-course-form .checkbox-label{
  color: #FFFFFF;
}

.closed-course-form .checkbox-input:checked{
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23b8976c' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}
