@media(max-width: 960px) {
    .main-boost-header {
        margin-top: 20px;
    }
    .main-boost-order-form-data {
        height: 860px;
    }
    .main-header {
        display: none;
    }
    .main-header-mobile {
        display: flex;
        flex-direction: column;
    }
    .main-header-mobile .main-header-logo {
        display: flex;
        margin-top: 24px;
        justify-content: space-between;
    }
    .main-header-mobile .mobile-menu-item img {
        width: 42px;
        height: 42px;
    }
    .main-header-mobile .main-header-logo a img {
        width: 152px;
        height: 37px;
    }
    .main-header-mobile-menu {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 50;
        background: var(--color-white);
    }
    .main-header-mobile-menu-logo {
        padding: 24px 20px 20px 19px;
        display: flex;
        justify-content: space-between;
    }
    .main-header-mobile-menu-logo a img {
        width: 152px;
        height: 37px;
    }
    .main-header-mobile-menu-close {
        width: 42px;
        height: 42px;
    }
    .main-header-mobile-menu .main-header-menu a {
        font-size: 18px;
        font-family: var(--font-family-m);
        color: #536E84;
        border-top: 1px solid #E2E2E2;
        padding: 18px 0 22px 20px;
    }
    .mobile-btn-auth {
        padding: 20px;
    }
    .mobile-btn-auth a {
        color: var(--color-blue);
        border: 1px solid var(--color-blue);
        padding: 17px 0 16px 0;
        display: flex;
        justify-content: center;
        border-radius: 11px;
        font-size: 14px;
        margin-left: 0;
        font-family: var(--font-family-m);
    }
    .mobile-btn-register {
        padding: 0 20px;
    }
    .mobile-btn-register a {
        background: var(--color-blue);
        padding: 17px 0 16px 0;
        display: flex;
        height: auto;
        justify-content: center;
        border-radius: 11px;
        font-size: 14px;
        margin-left: 0;
        font-family: var(--font-family-m);
    }
    .main-header-mobile-menu .main-header-menu a:last-child {
        border-bottom: 1px solid #E2E2E2;
    }
    .main-header-menu,
    .main-header-auth {
        display: flex;
        flex-direction: column;
    }
    .footer-logo img {
        height: 50px;
    }
    .footer-pc {
        display: none;
    }
    .main {
        padding-bottom: 40px;
    }
    .main-boost-order-social-networks,
    .main-boost-order-categories,
    .main-background-left,
    .main-background-right
    {
        display: none;
    }
    .main-boost-order,
    .main-statistic-items
    {
        flex-direction: column;
    }
    .container {
        width: 100%;
        padding: 0 19px;
    }
    .main-boost-order-form-data,
    .main-boost-order-form-header {
        border-left: none;
    }
    .main-statistic {
        margin-top: 27px;
    }
    .main-statistic-title {
        font-size: 32px;
    }
    .main-statistic-description {
        font-size: 15px;
    }
    .main-statistic-item {
        margin-top: 20px;
    }
    .main-statistic-item:first-child {
        margin-top: 0;
    }
    .advantages-items {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(8, 1fr);
    }
    .advantages-item1 {
        grid-column: 1 / 1;
        grid-row: 1 / 2;
    }
    .advantages-item2 {
        grid-column: 1 / 1;
        grid-row: 2 / 3;
    }
    .advantages-item3 {
        grid-column: 1 / 1;
        grid-row: 3 / 4;
    }
    .advantages-item4 {
        grid-column: 1 / 1;
        grid-row: 4 / 5;
    }
    .advantages-item5 {
        grid-column: 1 / 1;
        grid-row: 5 / 6;
    }
    .advantages-item6 {
        grid-column: 1 / 1;
        grid-row: 6 / 7;
    }
    .advantages-item7 {
        grid-column: 1 / 1;
        grid-row: 7 / 8;
    }
    .advantages-item8 {
        grid-column: 1 / 1;
        grid-row: 8 / 9;
    }
    .calculator-data-item-title {
        font-size: 13px;
    }
    .advantages-item-layout {
        height: 175px;
    }
    .calculator-items {
        flex-direction: column;
    }
    .calculator-layout {
        display: none;
    }
    .calculator-data {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
    }
    .calculator-item-header {
        margin-top: 60px;
    }
    .calculator .main-boost-header {
        margin-bottom: 15px;
    }
    .calculator-item-header-information-user h2,
    .calculator-item-header-information-blogger h2 {
        margin-top: 15px;
    }
    .calculator-calculate {
        padding-bottom: 40px;
    }
    .team-items {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    .team-item1 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .team-item2 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .team-item3 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    .team-item4 {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }
    .team-item-layout {
        height: 175px;
    }
    .reviews-items {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
    .reviews-item1 {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .reviews-item2 {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .reviews-item3 {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }
    .reviews-item-layout {
        height: 160px;
    }
    .faq-items {
        grid-template-columns: repeat(1, 1fr);
    }
    .faq-item-second {
        grid-column-start: 1;
    }
    .footer-mobile {
        padding: 0 20px;
        display: flex;
        flex-direction: column;
    }
    .footer-mobile-top {
        display: flex;
        justify-content: space-between;
    }
    .footer-links-items ul,
    .footer-support ul {
        display: flex;
        flex-direction: column;
    }
    .footer-links-items li,
    .footer-support li {
        margin-top: 7px;
    }
    .footer-links-items li a,
    .footer-support li a {
        font-size: 14px;
    }
    .footer-links-items {
        margin-top: 10px;
    }
    .footer-support {
        margin: 20px 0 0 0;
    }
    .footer-support-email {
        margin: 0;
    }
    .footer-mobile-copyrates {
        margin-top: 33px;
        color: #fff;
    }
    .main-boost-order-form-header {
        display: none;
    }
    .main-boost-order-form-header-mobile {
        display: block;
    }
    .mobile-order-form-data {
        display: block;
    }
    .api-documentation-services-item-category-name {
        font-size: 16px;
    }
    .api-documentation-services-item-service-header-title {
        font-size: 14px;
    }
    .response_example {
        overflow-x: scroll;
    }
}