.header__burger {
  position: absolute;
  transform: translateY(-100vh);
}

.header__burger.is-open {
  display: flex;
  position: fixed;
  transform: translateY(0);
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 13;
  overflow: hidden;
  transition: all 0.4s;
  top: 0;
  left: 0;
}
.shadow.review-shadow { 
  box-shadow: inset 0px -195px 80px 4px rgba(0, 0, 0, 0.54);
}



.review__btn-hidden{
  background: linear-gradient(to bottom, #f44545 0%, #ad0808 110%, #f44545 100%);
  padding: 10px;
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 0.5s ease;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-family: 'Myriadpro';
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

.review__btn-span.span-hidden { 
  font-size: 19px;
  line-height: 10px;
}

.review__btn-hidden.hide {
  transform: translateY(100px);
}

@media screen and (max-width: 1500px) {
  .promo__thumbnail-item {
    max-width: 100% !important;
  }

  .promo__thumbnail-img {
    max-width: 100% !important;
  }

  .promo__thumbnail-top,
  .promo__thumbnail-bottom {
    gap: 10px 4px;
  }
}

@media screen and (max-width: 1476px) {
  .promo__card-top {
    max-width: 100%;
    flex-basis: 19%;
  }
}

@media screen and (max-width: 1460px) {
  .promo__card-bottom {
    flex-basis: 33%;
  }
}

@media screen and (max-width: 1450px) {
  .promo__card-top {
    flex-basis: 24%;
  }
}


@media screen and (min-width: 1251px) {
  .review__img { 
    max-width: 928px;
    height: 580px;
  }
}

@media screen and (max-width: 1250px) {
  .review__exposition {
    flex-direction: column;
  }

  .review__exposition-right {
    display: flex;
    gap: 0 50px;
    margin-top: 30px;
  }

  .review__btn {
    max-width: 370px;
  }

  .review__exposition-left {
    max-width: 100%;
    margin-right: 0;
    max-height: 100%;
  }

  .shadow {
    max-height: 750px;
    height: calc(100% - 4px);
  }

  .review__img {
    width: 100%;
    height: 100%;
  }

  .review__feedback-text {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .header__nav-list {
    gap: 0 35px;
  }
}

@media screen and (max-width: 1145px) {
  .promo__thumbnail-top {
    justify-content: left;
  }

  .promo__card-top {
    flex-basis: 33%;
  }
}

@media screen and (max-width: 1095px) {
  .promo__card-bottom {
    flex-basis: 49%;
  }

  .header__nav-list {
    gap: 0 20px;
  }
}

@media screen and (max-width: 1030px) {
  .header__nav {
    display: none;
    transform: translateY(-50%);
  }

  .header__burger-btn {
    display: block;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    z-index: 14;
    position: relative;
  }

  .header__burger-btn span {
    width: 100%;
    height: 4px;
    background: #000;
    position: absolute;
    display: block;
    left: 0;
    border-radius: 12px;
    transition: all 0.4s;
  }

  .first { 
    top: 0;
  }

  .second, .third { 
    top: 50%;
    transform: translateY(-50%);
  }

  .fourth {
    bottom: 0;
  }

  .is-active .first, .is-active .fourth { 
    opacity: 0;
  }

  .is-active .second { 
    transform: translateY(-50%) rotate(45deg);
  }
 
  .is-active .third { 
    transform: translateY(-50%) rotate(-45deg);
  }


  .third { 
    display: none;
  }

  .header__burger ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px 0;
    padding: 44px 20px 0;
  }

  .header__burger ul > li:not(:last-child) {
    padding-left: 10px;
  }


  /* .header__burger.is-open::after { 
    position: absolute;
    content: '';
    background-image: url(../media/icons/plus-icon.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    right: 45px;
    top: 45px;
  } */

  .promo__card-bottom,
  .promo__card-top {
    background-color: #ffffff;
    border-radius: 12px 0 12px 0;
    box-shadow: 0.3px 0.3px 0px 0.3px rgba(0, 0, 0, 0.1);
  }

  .review__btn-hidden{
    background: linear-gradient(to bottom, #f44545 0%, #ad0808 110%, #f44545 100%);
    padding: 10px;
    display: flex;
    flex-direction: column;
    transform: translateY(0);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.5s ease;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-family: 'Myriadpro';
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .review__btn-span.span-hidden { 
    font-size: 19px;
    line-height: 10px;
  }
  
  .review__btn-hidden.hide {
    transform: translateY(100px);
  }
}

@media screen and (max-width: 870px) {
  .promo__thumbnail-top {
    justify-content: space-between;
  }

  .promo__card-top {
    flex-basis: 49%;
  }
}

@media screen and (max-width: 768px) {
  .review__feedback {
    flex-direction: column;
  }

  .review__data-person {
    max-width: 100%;
  }
}

@media screen and (max-width: 735px) {
  .promo__card-bottom {
    flex-basis: 100%;
  }

  .promo__thumbnail-item.item-big,
  .promo__thumbnail-img.img-big {
    height: 395px;
  }

  .promo {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .review__prices-list {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) {
  
}


@media screen and (max-width: 640px) {
  .shadow.review-shadow { 
    box-shadow: inset 0px -120px 80px 4px rgba(0, 0, 0, 0.54);
  }
  
  .review__prices {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    width: 97%;
  }

  .review__actual-price {
    font-size: 60px;
  }

  .review__exposition-right {
    flex-direction: column;
  }

  .review__description-text {
    font-size: 16px;
    margin-top: 15px;
  }

  .review__btn-wrapper {
    margin-top: 20px;
  }

  .review__overview-title {
    margin-bottom: 10px;
  }

  .review__overview-text:nth-child(2) {
    margin-bottom: 10px;
  }

  .review__flag-discount {
    top: 13px;
    left: 0;
    width: 67px;
    height: 58px;
    padding: 10px 10px 0;
    font-size: 14px;
    letter-spacing: -1px;
  }

  .review__flag-procent {
    font-family: 'RobotoCondensed';
    font-weight: 700;
    font-size: 24px;
    display: block;
    margin-top: -7px;
    letter-spacing: 0;
  }

  .review__includes-title {
    font-size: 20px;
  }

  .review__includes-list {
    font-size: 18px;
  }

  .review__keystats-person {
    min-height: auto;
  }

  .review__keystats-title {
    font-size: 20px;
  }

  .review__general {
    font-size: 18px;
  }

  .review__keystats-item {
    font-size: 18px;
  }

  .review__keyitems-wrapper {
    font-size: 18px;
  }

  .footer__copyright {
    max-width: 270px;
  }
}

@media screen and (max-width: 585px) {
  .promo__card-top {
    flex-basis: 100%;
  }

  .promo__thumbnail-item.item-big,
  .promo__thumbnail-img.img-big {
    height: 305px;
  }

  .thumbnail-btn.big-btn {
    height: 51px;
    width: 270px;
  }

  .shadow.review-shadow {
    height: calc(100% - 4px);
    box-shadow: inset 0px -90px 80px 4px rgba(0, 0, 0, 0.54);
  }

  .shadow,
  .big-shadow {
    height: 305px;
  }

  .promo__thumbnail-img {
    height: 305px;
  }

  .exposition__inner p:nth-child(2) {
    margin-bottom: 20px;
    line-height: 1.25;
  }

  .exposition__inner p:nth-child(3) {
    line-height: 1.25;
  }

  .promo__thumbnail-bottom {
    margin-top: 10px;
  }

  .footer__inner {
    flex-direction: column;
  }

  .footer__copyright {
    margin-top: 15px;
  }
}

@media screen and (max-width: 515px) {
  .review__prices {
    align-items: end;
  }

  .review__prices-list {
    font-size: 18px;
  }

  .review__actual-price {
    font-size: 50px;
  }

  .review__btn, .review__btn-hidden {
    max-width: 100%;
    font-size: 40px;
  }

  .review__btn-span {
    font-size: 24px;
  }

  .review__info-verifed {
    font-size: 18px;
  }

  .review__img-person {
    width: 90px;
    height: 90px;
  }

  .review__price-item {
    font-size: 18px;
  }

  .footer {
    background-position: bottom;
  }
}

@media screen and (max-width: 450px) {
  .review__prices-list {
    font-size: 16px;
  }


  .shadow.review-shadow {
    box-shadow: inset 0px -70px 80px 4px rgba(0, 0, 0, 0.54);
  }

  .review__actual-price {
    font-size: 40px;
    margin-right: 10px;
    line-height: normal;
    margin-bottom: 18px;
  }

  .review__price-item {
    font-size: 16px;
  }
}

@media screen and (max-width: 400px) {
  .review__keyitems-wrapper:last-child { 
    align-items: end;
  }

  .review__keyitems-wrapper:last-child dt {
    max-width: 90px;
  }
}

@media screen and (max-width: 390px) {
  .review__price-item {
    font-size: 14px;
  }

  .review__actual-price {
    font-size: 30px;
  }

  .review__prices-list {
    font-size: 14px;
  }
}

@media screen and (max-width: 330px) {
  .review__actual-price {
    font-size: 20px;
    align-items: end;
  }

  .review__info-verifed {
    font-size: 16px;
  }

  .review__includes-title {
    font-size: 16px;
  }

  .review__includes-list {
    font-size: 16px;
  }

  .review__keystats-title {
    font-size: 16px;
  }

  .review__keystats-item {
    font-size: 16px;
  }

  .review__general {
    font-size: 16px;
  }

  .review__keyitems-wrapper {
    font-size: 16px;
  }
}
