@media screen and (max-width: 1380px) {

  .dashboard {
    position: relative;
    right: -40px;
  }


  .dashboard__image {
    left: 0;
  }

  .dashboard img {
    max-width: 100%;
  }
  .main-content {
    flex-direction: column;
    padding: 40px 0px 17px 0px;
    align-items: center;
  }

  .main-wrapper {
    background-position: unset;
  }

  .plans-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plans-item {
    padding: 20px;
  }


}

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

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

  .dashboard {
    right: 0px;
  }
  .main-benefits {
    padding-bottom: 0;
  }

  .plans-title {
    margin-bottom: 40px;
  }

  .paid-content, .reviews-content {
    padding: 40px 0px;
  }

  .plans-item {
    min-height: 182px;
    gap: 32px;
  }

  .plans-text {
    font-size: 20px;
  }

  .plans-number {
    font-size: 38px;
  }

  .plans-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }

  .faq {
    padding: 40px 0;
  }

  .faq h2 {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 32px;
  }

  .faq .tabs__nav {
    margin: 30px 0;
    position: relative;
    z-index: 10;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .faq .tabs__nav a {
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.06);
  }

  .faq .tabs__nav .tabs__btn_active {
    background: rgba(255, 255, 255, 0.16);
  }

  .faq .tabs__nav:after {
    content: "";
    display: flex;
    height: 20px;
    width: 20px;
    background: transparent;
    flex: 1 0 auto;
    max-width: 20px;
  }

  .faq .accordeon__button {
    padding-right: 20px;
    gap: 20px;
  }

  .faq .accordeon__item:before,
  .faq .accordeon__item:last-child:after {
    width: 100%;
    background-size: 120% !important;
  }


  .main-header {
    padding: 20px 0;
  }

  .main-title {
    font-size: 36px;
    line-height: 43.57px;
  }

  .main-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .text-content {
    max-width: 390px;
  }

  .dashboard__image {
    left: 0;
  }

  .main-benefits-item {
    height: 100%;
  }

  .main-benefits-number {
    font-size: 34px;
  }
  .main-benefits-text {
    font-size: 16px;
  }

  .benefits {
    margin-top: -50px;
    z-index: 4;
    position: relative;
    background: none;
  }

  .benefits-content {
    padding: 0px 0px 40px;
  }

  .benefits-image {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    max-width: none;
  }

  .benefits-swiper {
    padding-bottom: 70px;
  }

  .benefits-list {
    gap: 0;
  }

  .benefits-item {
    max-width: 100%;
  }

  .benefits-title {
    margin-bottom: 32px;
  }

  .howstart {
    padding: 40px 0px 48px;
  }

  .howstart-list::after {
    top: 40%;
  }


  .video-subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 40px;
  }

  iframe {
    height: 340px;
    width: 100%;
  }

  .plans-content {
    padding: 40px 0px;
  }



}

@media screen and (max-width: 768px) {
  .container {
    padding: 0px 16px;
  }

  .plans-items {
    display: flex;
    flex-direction: column;
  }

  .reviews-content {
    position: sticky;
    top: 0;
    background: linear-gradient(
      180deg,
      #000 60%,
      rgba(0, 0, 0, 0) 100%
    );    z-index: 10;
    padding: 16px 16px 122px;
    margin: 0 -16px;
    transition: 300ms;
  }

  .reviews-item-container {
    opacity: 0;
    transform: translateY(100px);
    transition: 300ms;
  }

  .mob-mt {
    margin-top: 16px;
  }

  .reviews-swiper {
    position: relative;
    padding-bottom: 40px;
  }

  .reviews-subtitle {
    margin-bottom: 0;
  }

  .reviews-item-container.animate__fadeInUp {
    transform: translateY(0);
    opacity: 1;
  }

  .reviews-list { 
    display: flex;
    flex-direction: column;
    margin-top: -60px;
  }

  .reviews-list-col {
    display: unset;
  }

  .btn-green {
    width: 100%;
    max-width: fit-content;
  }

  .btn-green-container {
    width: 100%;
  }

  .dashboard {
    margin-top: -40px;
  }

  .main-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .main-title br {
    display: none;
  }

  .main-subtitle {
    text-align: center;
  }

  .text-content {
    align-items: center;
    text-align: center;
  }

  .dashboard__image {
    left: 0;
  }


  .profits {
    flex-direction: column;
  }

  .profits-content {
    gap: 40px;
  }

  .howstart-list {
    flex-direction: column;
    margin-bottom: 8px;
  }

  .howstart-rows {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 16px;
  }

  .howstart-item_text {
    margin-left: 48px;
    max-width: 236px;
    font-size: 24px;
  }

  .howstart-item_subtext {
    margin-left: 48px;
    font-size: 14px;
  }

  .howstart-title {
    margin-bottom: 32px;
  }

  .howstart-list::after {
    top: 0;
    transform: rotate(90deg) translate(182px, 167px);
    width: 368px;
  }

  .howstart-item {
    margin-bottom: 40px;
  }

  .howstart-item_number {
    font-size: 28px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .howstart-item_icon {
    margin-bottom: 8px;
  }

  .video-block {
    padding: 40px 0px;
  }

  .video-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px;
  }



  .footer__inner {
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    gap: 16px;
  }

}

@media screen and (max-width: 480px) {
  .desktop-none {
    display: block;
  }

  .header-content {
    margin-bottom: 22px;
  }

  .header-right {
    background-color: #1c1e4e;
    padding: 8px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-header {
    padding: 10px 0px;
  }

  .media-none {
    display: none;
  }

  .profits-content {
    flex-direction: column;
  }

  .profits-item {
    align-items: center;
  }

  .profits-text {
    text-align: center;
  }

  .profits {
    padding: 40px 0px 48px 0px;
  }


  .mobile-primary {
    max-width: 188px;
  }


  .dashboard__ellipse {
    left: 0;
  }



}
