@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .founders {
        padding-top: 200px;
    }
    .privileges__content {
        flex-direction: column;
    }
    .privileges__img {
        display: none;
    }
    .privileges__list {
        padding-left: 0;
    }
    .pricing__col {
        flex: 0 0 50%;
    }
    .input-group {
        flex-direction: column;
    }
    .projects__item .project:before {
        left: 10px;
        content: none;
    }
    .project {
        margin-left: 0;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .project__title {
        margin-bottom: 15px;
    }

    .form-section__body .tab-billing {
        flex-direction: column;
    }

    .form-section__body .tab-billing .input-group .input-wrap {
        margin-left: 0;
    }
}

@media (max-width: 850px) {
    .offer {
        padding-bottom: 350px;
    }
}

@media (max-width: 767.98px) {
    .page-title {
        font-size: 40px;
        line-height: 50px;
    }
    .offer .btn-blue {
        margin-top: 30px;
    }
    .offer {
        padding-bottom: 50px;
    }
    .founders,
    .privileges,
    .pricing {
        padding: 50px 0;
    }
    .offer__vodeo {
        position: static;
        margin-top: 50px;
    }
    .header__burger {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 5;
    }
    .header__burger:before,
    .header__burger:after {
        content: '';
        background-color: #191919;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .header__burger:before {
        top: 0;
    }
    .header__burger:after {
        bottom: 0;
    }
    .header__burger.active:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 8px;
    }
    .header__burger.active:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 8px;
    }
    .header__burger.active span {
        -webkit-transform: translateX(-35px);
        -ms-transform: translateX(-35px);
        transform: translateX(-35px);
    }
    .header__burger span {
        background-color: #191919;
        position: absolute;
        width: 100%;
        height: 4px;
        left: 0;
        top: 8px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
    .founders__list {
        flex-wrap: wrap;
    }
    .founders__item {
        flex: 0 0 100%;
    }
    .footer__body {
        flex-wrap: wrap;
    }
    .footer__logo {
        flex: 0 0 100%;
        margin-bottom: 10px;
    }
    .footer__menu {
        justify-content: flex-start;
    }
    .footer__menu .menu__list {
        flex-wrap: wrap;
    }
    .section-title {
        font-size: 30px;
        line-height: initial;
    }
    .section-subtitle {
        line-height: initial;
    }
    .mobile-wrapper {
        position: fixed;
        left: -110%;
        top: 0;
        height: 100%;
        flex-direction: column;
        width: 300px;
        background-color: white;
        box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
        padding-bottom: 40px;
        z-index: 500;
        transition: all 0.3s ease;
    }
    .mobile-wrapper.active {
        left: 0;
    }
    .header__menu {
        align-items: flex-start;
        padding-top: 60px;
        width: 100%;
    }
    .header__menu .menu__list {
        width: 100%;
        flex-direction: column;
    }
    .header__menu .menu__list li {
        width: 100%;
    }
    .header__menu .menu__list li a {
        padding: 20px;
        text-align: center;
    }
    .header__menu .menu__list li:not(:last-of-type) a {
        margin-right: 0;
    }
    .header__logo {
        flex: auto;
    }
    .header__buttons {
        margin-top: 50px;
    }
    .form__item .section-title {
        margin-bottom: 20px;
    }
    .project_imgs_wrpr {
        flex-wrap: wrap;
        margin: -10px;
        width: 100%;
    }
    .project__img {
        margin: 10px;
        width: calc(50% - 20px);
    }
}

@media (max-width: 575.98px) {
    .footer__menu .menu__list li:not(:last-of-type) a {
        margin-right: 40px;
    }
    .footer__menu .menu__list li a {
        margin-bottom: 20px;
    }
    .pricing__title-wrapp {
        margin-bottom: 20px;
    }
    .pricing__head {
        flex-direction: column;
    }
    .pricing__col {
        flex: 0 0 100%;
    }
    .pricing__title-wrapp .section-title,
    .pricing__title-wrapp .section-subtitle {
        text-align: center;
    }
    .form__col {
        flex: 0 0 100%;
    }
    .projects__item {
        flex-direction: column;
    }
    .project__buttons {
        flex-direction: revert;
        margin-left: 0;
        margin-top: 15px;
    }
    .project__buttons .btn+.btn {
        margin-top: 0;
        margin-left: 10px;
    }
    .projects__item .project:before {
        transform: none;
        top: 18px;
    }
    .projects__list .projects__item+.projects__item {
        margin-top: 20px;
    }

    .form.account-payment-form {
        margin-top: 30px;
    }
}

@media (max-width: 400px) {
    .project__img {
        width: calc(100% - 20px);
    }

    .app-title p {
        font-size: 19px;
    }
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}