@media (max-width: 1199.98px) {

}
@media (max-width: 1099.98px) {
    .footer-logo-block {
        text-align: center;
        margin: 0;
        width: 100%;
    }
    .footer-cards-list {
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    .home-social__item{
        padding-bottom: 100px;
    }
    .try-home__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 -2%;
    }
    .try-home__item {
        width: 29%;
        padding-bottom: 14px;
        margin: 0 2% 24px;
        border-bottom: 1px solid #E9E9ED;
    }
    .signup-home__wrap {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
    }
    .signup-home__text {
        margin-bottom: 32px;
    }
}

@media (max-width: 767.98px) {
    .buttons-group {
        flex-direction: column;
    }
    .buttons-group .btn {
        margin-bottom: 18px;
    }
    .buttons-group .btn:not(:last-child) {
        margin-right: 0;
    }
    .main-offer__bg {
        width: 100%;
    }
    .main-offer::before {
        background: rgba(2, 6, 20, 0.7);
    }
    .main-offer {
        padding: 65px 0 225px;
        text-align: center;
    }
    .main-offer__title {
        max-width: 100%;
        font-size: 42px;
        line-height: 49px;
        margin-bottom: 16px;
    }
    .main-offer p {
        line-height: 21px;
    }
    .try-home {
        padding: 40px;
        margin-bottom: 56px;
    }
    .try-home__list {
        margin: 0;
    }
    .try-home__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .testimonials__title{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .btn .btn-text-mob {
        display: block;
    }
    .btn .btn-text {
        display: none;
    }
    .testimonials__item:not(:first-child) {
        display: none;
    }
    .testimonials__item {
        width: 100%;
        text-align: center;
    }
    .testimonials__item-rating {
        justify-content: center;
    }
    .testimonials__star {
        margin: 0 4px;
    }
    .testimonials__item-user {
        flex-direction: column;
    }
    .testimonials__item-user-ava {
        margin-right: 0;
        margin-bottom: 12px;
    }
    .testimonials__item-user-status {
        display: inline-block;
    }
    .testimonials__top {
        padding-bottom: 17px;
    }
    .testimonials__list {
        padding-top: 0;
        padding-bottom: 31px;
    }
    .testimonials__item-quote {
        padding-left: 0;
    }
    .testimonials__item-text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 19px;
    }
    .testimonials__item-rating {
        margin-bottom: 15px;
    }
    .testimonials__total {
        margin-bottom: 17px;
    }
    .testimonials {
        padding-bottom: 52px;
    }
    .testimonials__item-user-status {
        display: none;
    }
    .promotion-home {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .promotion-home__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .promotion-home__text {
        font-size: 16px;
    }
    .promotion-home__top {
        margin-bottom: 26px;
    }
    .promotion-home__item {
        width: 48%;
        height: 95px;
        margin-bottom: 12px;
    }
    .promotion-home__item:last-child {
        width: 100%;
        margin-bottom: 0;
    }
    .steps-home {
        padding-top: 56px;
        padding-bottom: 50px;
    }
    .steps-home__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 26px;
    }
    .steps-home__item-number {
        width: 60px;
        height: 60px;
        margin-bottom: 30px;
    }
    .steps-home__list {
        flex-direction: column;
    }
    .steps-home__item {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .steps-home__item:not(:last-child) {
        margin-bottom: 33px;
    }
    .steps-home__list::before {
        content: '';
        position: absolute;
        background-image: url(../img/steps-decor-mob.png);
        top: 0;
        left: 50%;
        width: 4px;
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }
    .signup-home {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .signup-home__title {
        font-size: 28px;
        line-height: 32px;
    }
    .signup-home__text{
        font-size: 16px;
    }
    .home-bottom {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .home-bottom__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 12px;
    }
    .home-bottom__text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 32px;
    }
    .home-social {
        padding-top: 56px;
    }
    .home-social__item {
        padding-bottom: 56px;
        flex-direction: column;
    }
    .home-social__item-content ,
    .home-social__item-imgs,
    .home-social__item:nth-child(even) .home-social__item-imgs{
        width: 100%;
    }
    .home-social__item:nth-child(even) .home-social__item-imgs {
        order: 2;
    }
    .home-social__item-content {
        text-align: center;
    }
    .home-social__item-icon {
        margin: 0 auto 6px;
    }
    .home-social__item-btns {
        justify-content: center;
        margin-bottom: 22px;
    }
    .home-social__item-btns .btn {
        margin: 0 10px 10px;
    }
    .home-social__item-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .home-social__item-text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 24px;
    }
    .home-social__item-imgs--1,
    .home-social__item-imgs--2,
    .home-social__item-imgs--5{
        margin-bottom: 12%;
    }
    .home-social__item-imgs--3,
    .home-social__item-imgs--4 {
        margin-bottom: 24%;
    }
    .home-social__item-imgs::before {
        width: 116px;
        height: 176px;
    }
    .home-social__item-imgs--5::before {
        width: 205px;
        height: 136px;
        bottom: -30%;
    }
    .home-social__item-imgs--2,
    .home-social__item-imgs--4 {
        margin-top: 10%;
    }
    .blog-top {
        padding-top: 56px;
        padding-bottom: 118px;
    }
    .blog-top__title{
        font-size: 42px;
        line-height: 49px;
        margin-bottom: 16px;
    }
    .posts {
        padding-bottom: 56px;
        margin-top: -56px;
    }
    .posts-item {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .posts-item__img {
        width: 100%;
        min-height: auto;
        aspect-ratio: 1.73;
    }
    .posts-item__content {
        width: 100%;
        padding: 20px;
    }
    .posts-item__title {
        font-size: 28px;
        line-height: 32px;
    }
    .posts-item__text {
        line-height: 20px;
    }
    .post {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .post .posts-item__date {
        margin-bottom: 32px;
    }
    .post__title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 32px;
    }
    .post-text {
        padding-bottom: 56px;
    }
    .post-text p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .post-text h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .related-posts {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .related-posts__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .related-posts__list {
        flex-direction: column;
    }
    .related-posts__item {
        width: 100%;
        margin-bottom: 32px;
    }
    .questions-dropdown-title {
        font-size: 18px;
        line-height: 21px;
        padding-right: 63px;
    }
    .faq__tabs {
        flex-direction: column;
    }
    .faq__tabs-nav-wrap,
    .faq__tabs-content {
        width: 100%;
    }
    .faq__tabs-nav {
        flex-direction: row;
        flex-wrap: wrap;
        border: none;
        margin-bottom: 40px;
    }
    .faq__tabs-nav-link {
        padding: 20px;
    }
    .faq__tabs-nav-link::before {
        width: 100%;
        height: 2px;
        top: 100%;
        left: 0;
    }
    .faq {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .fac__title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .terms-privacy {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .terms-privacy h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .terms-privacy p{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .c-suport,
    .order-history,
    .my-profile,
    .my-discount,
    .page-login,
    .order-info {
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .contact-form {
        padding-bottom: 56px;
    }
    .c-suport__title,
    .contact-form__title,
    .order-history_title,
    .my-profile__title,
    .my-discount__title,
    .page-login__title,
    .order-info__title  {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 32px;
    }
    .c-suport__list {
        flex-direction: column;
    }
    .c-suport__item {
        padding: 20px;
    }
    .c-suport__item-title {
        font-size: 18px;
        line-height: 20px;
    }
    .form__wrap-input {
        margin-bottom: 20px;
    }
    .form__title {
        font-size: 26px;
        line-height: 30px;
    }
    .order-history_table-head {
        display: none;
    }
    .order-history_table-tr {
        grid-template-columns: auto auto;
        grid-template-rows: auto;
    }
    .order-history_table-body .order-history_table-tr:last-child {
        border: none;
    }
    .order-history_table-body .order-history_table-tr {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .order-history_table-td,
    .order-history_table-td:first-child {
        padding: 0 0 12px;
    }
    .order-history_table-td:nth-child(1) {
        order: 1;
        text-align: left;
    }
    .order-history_table-td:nth-child(2) {
        order: 3;
        text-align: left;
    }
    .order-history_table-td:nth-child(3) {
        order: 2;
        text-align: right;
    }
    .order-history_table-td:nth-child(4) {
        order: 4;
        text-align: right;
    }
    .order-history_table-td:nth-child(5) {
        order: 5;
    }
    .order-history_table-body .order-history_table-td:last-child {
        text-align: left;
    }
    .order-history__price {
        font-weight: 700;
    }
    .order-history__date {
        font-size: 14px;
    }
    .my-profile__email-block {
        margin-bottom: 32px;
    }
    .my-discount__table-tr {
        margin-bottom: 20px;
        padding-bottom: 10px;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    .my-discount__table-tr:last-child {
        border: none;
    }
    .my-discount__table-head {
        display: none;
    }
    .my-discount__table-td {
        padding-bottom: 12px;
    }
    .my-discount__table-td:first-child {
        padding: 0;
    }
    .my-discount__table-td:nth-child(even){
        text-align: right;
    }
    .order-info__top {
        flex-direction: column;
        margin-bottom: 12px;
    }
    .order-info__top-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 26px 20px;
        align-items: flex-start;
    }
    .order-info__top-wrap {
        flex-direction: column;
        align-items: flex-end;
    }
    .order-info__top-wrap .order-status {
        margin-bottom: 10px;
    }
    .order-info__top-wrap .btn {
        margin: 0;
    }
    .order-info__detail {
        flex-direction: column;
        margin-bottom: 12px;
    }
    .order-info__detail-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .order-info__total {
        width: 100%;
    }
    .order-info__detail-item-row {
        padding: 0;
    }
    .order-info__detail-item-title {
        padding-left: 0;
        margin-bottom: 12px;
    }
    .order-info__total-title,
    .order-info__total-num,
    .order-info__services-title,
    .order-info__detail-item-title {
        font-size: 20px;
        line-height: 32px;
    }
    .order-info__total {
        padding: 0;
    }
    .order-info__services-block--small-hide {
        display: none;
    }
    .order-info__services-title {
        padding-left: 0;
        margin-bottom: 12px;
    }
    .order-info__services-row {
        flex-direction: column;
    }
    .order-info__services-row-wrap:last-child {
        padding-top: 12px;
        text-align: left;
    }
    .order-info__services {
        margin-bottom: 32px;
    }
    .order-info__btns {
        flex-direction: column;
        align-items: center;
    }
    .order-info__btns-wrap {
        padding-top: 12px;
    }
    .footer-links-wrapper {
        justify-content: flex-start;
    }
    .footer-content-wrapper {
        padding: 56px 0 0;
    }
    .footer-text {
        margin-bottom: 32px;
    }
    .footer-links-items {
        margin-bottom: 32px;
    }
    .footer-links-items.pt-40 {
        padding-top: 0;
        margin-top: -32px;
    }
}

@media (max-width: 575.98px) {

}

@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}
