@media(max-width: 1400px) {
    /* Basic */
    body {
        line-height: 28px;
        font-size: 16px;
    }

    h1, h2 {
        font-size: 28px;
        line-height: 42px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    /* Header */
    .site-header .full-width {
        padding: 0 25px 0 25px;
    }

    .site-header .full-width .full-img-left,
    .site-header .full-width .full-img-right {
        display: none;
    }

    .site-header .full-width .info .full-audit {
        font-size: 24px;
        line-height: 32px;
    }

    .site-header .full-width .info .full-audit-price .price,
    .site-header .full-width .info .full-audit-price .price-free {
        font-size: 20px;
    }

    .site-header .full-width .info .full-audit-price .price-free {
        padding: 4px 20px;
    }

    .site-header .full-width .info .full-more {
        font-size: 16px;
    }

    .site-header .container {
        width: calc(100% - 100px);
    }

    .site-header .container .info .tick-phone:nth-child(4),
    .site-header .container .info .tick-phone:nth-child(6){
        display: none;
    }

    .site-header .container .info .mobile-menu-button {
        display: block;
    }

    .site-header .container .menu-contain-main {
        flex-direction: column;
        justify-content: flex-start;
        position: absolute;
        width: 100%;
        height: auto;
        top: -200vh;
        left: 0;
        padding: 0 50px;
        background-color: var(--white);
        transition: all 0.5s ease-in-out;
        z-index: 9999;
    }

    #cssmenu > .menu > li > ul {
        transform: translateX(-25%);
    }

    .site-header .container .menu-contain-main.open {
        top: 0;
    }

    #header-menu-contain .mob-head {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0;
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: var(--violet);
    }

    #header-menu-contain .mob-head-2 {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        padding-bottom: 15px;
    }

    #header-menu-contain .mob-head-2 .tick-phone {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    #header-menu-contain .mob-head-2 .tick-phone .phone-number {
        font-family: "Unbounded", sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: var(--dark);
        background-color: var(--yellow);
        border: 1px solid var(--yellow);
        border-radius: 100px;
        padding: 6px 12px;
        transition: all 0.3s ease-in-out;
    }

    #header-menu-contain .mob-head-2 .tick-phone .opis {
        font-family: "Jura", sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        text-align: center;
        color: var(--dark);
    }

    #header-menu-contain .mob-head-2 .tick-phone:hover .phone-number {
        background-color: var(--white);
    }

    #header-menu-contain .mob-head-2 .mail-link {
        font-family: "Jura", sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        color: var(--white);
        background-color: var(--violet);
        border: 1px solid var(--violet);
        border-radius: 100px;
        padding: 6px 12px;
        transition: all 0.3s ease-in-out;
    }

    #header-menu-contain .mob-head-2 .mail-link:hover {
        color: var(--violet);
        background-color: var(--white);
    }

    #header-menu-contain .mob-head-2 .social-block {
        display: flex;
        flex-direction: row;
        gap: 15px;
        list-style: none;
    }

    #header-menu-contain .mob-head-2 .social-block li a {
        font-size: 24px;
        line-height: 0;
    }

    #header-menu-contain .mob-head-2 .social-block li a i {
        transition: all 0.3s;
    }

    #header-menu-contain .mob-head-2 .social-block li a:hover i {
        transform: scale(1.1);
    }

    #header-menu-contain .mob-head-2 .social-block li:nth-child(1) a {
        color: #2EC155;
    }

    #header-menu-contain .mob-head-2 .social-block li:nth-child(2) a {
        color: #308FFF;
    }

    #header-menu-contain .mob-head-2 .social-block li:nth-child(3) a {
        color: #5AB0FF;
    }

    #cssmenu {
        padding: 15px 0;
    }

    #cssmenu > .menu {
        flex-direction: column;
    }

    /* Footer */
    .site-footer .container {
        width: calc(100% - 100px);
    }

    .site-footer .container .footer-grid .item .footer-phone {
        font-size: 18px;
    }

    /* Main Page */
    .container-main .container {
        width: calc(100% - 100px);
    }

    .container-main .container.grid {
        padding: 50px 0 0 0;
        border: none;
        border-radius: 0;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .container-main .container.grid .item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px
    }

    .brearcrumbs {
        font-size: 16px;
    }

    .container-main .container.grid .pcimage {
        display: none;
    }

    .container-main .container.grid .notebookimage {
        display: block;
        align-self: center;
        justify-self: center;
    }

    .wpcf7-form p span input {
        font-size: 16px;
    }

    .wpcf7-form p .wpcf7-submit {
        font-size: 16px;
    }

    .container .grid-4 .item .bolded {
        font-size: 30px;
    }

    .container .grid-3 .item {
        padding: 12px 15px 25px 15px;
    }

    .container .grid-3 .item .bolded,
    .container .grid-3 .item .back {
        font-size: 18px;
    }

    .container.preimusch .item:first-child img {
        margin-top: 0;
        margin-left: 100px;
    }

    .container.preimusch .item .first {
        padding-left: 0;
    }

    .container.preimusch .item .two img {
        margin-left: -121px;
    }

    .container .tabs-preim .header-button .tab-title {
        font-size: 16px;
    }

    .container .tabs-preim .tabs-content .tabs-panel .item h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .container .grid-4.up .item .text {
        font-size: 16px;
        line-height: 24px;
    }

    .container .grid-3 .item .text {
        font-size: 20px;
        line-height: 24px;
    }

    .container .quest-grid .item .text {
        font-size: 24px;
        line-height: 32px;
    }

    .container .quest-grid .item .fio {
        font-size: 24px;
        line-height: 32px;
    }

    .container .quest-grid .item .dolzhn {
        font-size: 16px;
    }

    .container .block-reviews a p {
        font-size: 18px;
        line-height: 28px;
    }

    .container .block-reviews a .buttn {
        font-size: 16px;
    }

    .container .accordion .details .details__content {
        font-size: 14px;
        line-height: 24px;
    }

    .container.grid-contacts .item .phone a {
        font-size: 16px;
    }

    .container.grid-contacts .item .soc-block .title {
        font-size: 18px;
        line-height: 24px;
    }

    /* Web Dev Page */
    body.page-template-web-dev-php .container.grid {
        gap: 0;
    }

    body.page-template-web-dev-php .container.grid .item {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    body.page-template-web-dev-php .container.grid .button-block .yell {
        font-size: 16px;
    }

    .container .tabs-steps .tabs-content .tabs-panel .content-grid .content .title {
        font-size: 20px;
        line-height: 32px;
    }

    .container .tabs-steps .tabs-content .tabs-panel .subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .container .web-more-grid .web-more-link .name {
        font-size: 18px;
        line-height: 28px;
    }

    /* Web Dev Template Page */
    body.page-template-web-dev-template .container.grid {
        gap: 0;
    }

    body.page-template-web-dev-template .container.grid .item {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .container .tabs-twenty .header-button .tab-title {
        font-size: 16px;
    }

    .container .tabs-twenty .tabs-content .tabs-panel .item h3 {
        font-size: 28px;
    }

    /* Marketing Page */
    body.page-template-marketing .container.grid {
        gap: 0;
    }

    body.page-template-marketing .container.grid .item {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    body.page-template-marketing .container.grid .button-block .yell {
        font-size: 16px;
    }

    /* SEO */
    body.page-template-seo-template .container.grid {
        gap: 0;
    }

    body.page-template-seo-template .container.grid .item {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .container .title .title-down .back {
        font-size: 16px;
    }

    .nishi-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .seo-preim-grid .item .name {
        font-size: 28px;
        line-height: 42px;
    }

    .container .tabs-perechen .header-button .tab-title {
        font-size: 14px;
    }

    .container .tabs-perechen .tabs-content .tabs-panel .content-grid .content .title {
        line-height: 32px;
    }

    .tarify-grid .tarif-item img {
        width: 100px;
        height: 100px;
    }

    .tarify-grid .tarif-item .name {
        font-size: 20px;
        line-height: 28px;
    }

    .tarify-grid .tarif-item .subtitle {
        font-size: 16px;
        line-height: 28px;
    }

    .tarify-grid .tarif-item .price {
        font-size: 18px;
        line-height: 28px;
    }

    .tarify-grid .tarif-item .price .bold {
        font-size: 24px;
        line-height: 32px;
    }

    .tarify-grid .tarif-item .yell {
        font-size: 16px;
    }

    .container .viol {
        font-size: 16px;
    }

    /* SMM */
    body.page-template-smm-template .container.grid {
        gap: 0;
    }

    body.page-template-smm-template .container.grid .item {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .container .tabs-perechen .tabs-content .tabs-panel .subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    /* Avito */
    body.page-template-avito-template .container.grid .item {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    body.page-template-kontekst-template .container.grid .item {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    body.page-template-targeting-template .container.grid .item {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    body.page-template-business-support .container.grid .item {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    body.page-template-design .container.grid .item {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    body.page-template-design .container .tabs-steps .header-button {
        flex-wrap: wrap;
        justify-content: center;
    }

    body.page-template-design-template .container.grid .item {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    /* About Page */
    .requis-grid .item {
        padding: 20px 20px;
    }

    .requis-grid .item .name {
        font-size: 28px;
        line-height: 32px;
    }

    .requis-grid .item .links a {
        font-size: 16px;
    }

    .requis-grid .item .requists .nazv {
        font-size: 20px;
    }

    body.page-template-contacts .container.grid-contacts {
        padding: 25px 0 0 0;
        border: none;
        border-radius: 0;
    }

    body.page-template-contacts .container.grid-contacts .item .phone {
        justify-content: flex-start;
    }

    body.page-template-contacts .container.grid-contacts .item ul {
        align-self: flex-start;
    }

    body.page-template-contacts .container.grid-contacts .item .soc-block {
        align-items: flex-start;
    }

    /* Secret Page */
    .container.secret {
        border: none;
        border-radius: 0;
        padding: 0 !important;
        margin-top: 25px;
    }

    .container.secret .item .secret-list li .text {
        font-size: 14px;
        line-height: 24px;
    }

    .container.secret .item .yell {
        font-size: 16px;
    }

    .container.secret .item .image:before {
        top: 190px;
        left: 0;
    }

    .container.secret .item .image .figcaption {
        top: 50px;
        left: -70px;
    }

    .etapy .main h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .etapy .main h2 br {
        display: none;
    }

    .vigody-grid .item img {
        height: 100px;
    }

    .vigody-grid .item .text {
        text-align: center;
    }

    .vigody-grid .item:nth-child(1) .text {
        padding: 20px 15px;
    }

    .vigody-grid .item:nth-child(2) .text,
    .vigody-grid .item:nth-child(3) .text {
        padding: 15px 15px;
    }

    .garanty-secret .item .zagolovok {
        font-size: 20px;
    }

    .why-start .item {
        padding: 20px 20px;
    }

    .grid-chto .item img {
        height: 100px;
    }

    .violet-back .quote {
        font-size: 20px;
    }

    body.page-template-cases-page .container.grid-cases {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-top: 50px;
}

@media(max-width: 1200px) {
    /* Basic */
    body {
        line-height: 24px;
        font-size: 14px;
    }

    h1, h2 {
        font-size: 24px;
        line-height: 32px;
    }

    /* Scrollbar */
    *::-webkit-scrollbar {
		height: 8px;
		width: 8px;
	}

	*::-webkit-scrollbar-track {
		background: transparent;
	}


	*::-webkit-scrollbar-thumb {
		background-color: var(--violet);
	}

    /* Header */
    .site-header .full-width .info {
        gap: 15px;
    }

    .site-header .fixed-block {
        flex-direction: row;
        bottom: 0;
        right: 0;
        width: 100%;
        justify-content: center;
        border-radius: 0;
        transform: translateY(0);
    }

    .site-header .full-width .info .full-audit {
        font-size: 20px;
    }

    .site-header .full-width .info .full-audit-price {
        margin-left: 0;
    }

    .site-header .full-width .info .full-audit-price .price,
    .site-header .full-width .info .full-audit-price .price-free {
        font-size: 16px;
    }

    .site-header .full-width .info .full-audit-price .price-free {
        left: 25px;
    }

    .site-header .full-width .info .full-more {
        font-size: 14px;
        padding: 12px 16px;
        margin-left: auto;
    }

    .site-header .container {
        width: calc(100% - 50px);
    }

    .site-header .container .info .mail-link {
        display: none;
    }

    .site-header .container .info .tick-phone:nth-child(3) {
        margin-left: auto;
    }

    #cssmenu > .menu > li {
        font-size: 14px;
    }

    .site-header .container .menu-contain-main {
        padding: 0 25px;
    }

    /* Footer */
    .site-footer .container {
        width: calc(100% - 50px);
    }

    .site-footer .container .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer .container .footer-grid .item .copyright,
    .site-footer .container .footer-grid .item .footer-phone,
    .site-footer .container .footer-grid .item .footer-mail,
    .site-footer .container .footer-grid .item .sub li a,
    .site-footer .container .privacy-block .privacy,
    .site-footer .container .privacy-block .copyr {
        font-size: 14px;
    }

    .site-footer .container .privacy-block {
        flex-wrap: wrap;
    }

    /* Main Page */
    .container-main {
        gap: 50px;
    }

    .container-main .container {
        width: calc(100% - 50px);
    }

    .container-main .container.grid .notebookimage {
        width: 100%;
        height: auto;
        order: 1;
    }

    .container-main .container.grid .item {
        order: 2;
    }

    .container-main .container.grid .item {
        grid-template-columns: 1fr;
    }

    .container-main .container.grid .item .feedback p:nth-child(2) {
        font-size: 16px;
        font-weight: 600;
    }

    .container-main .container .title {
        flex-direction: column;
    }

    .container-main .container .title svg {
        height: 30px;
        width: auto;
    }

    .container .grid-4,
    .container .grid-3 {
        grid-template-columns: repeat(2, 1fr);
    }

    .container .preim {
        padding: 15px 15px;
    }

    .container .preim .right,
    .container .preim .left {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .container .preim .right img,
    .container .preim .left img {
        width: 150px;
        height: 150px;
        order: 1;
        align-self: center;
        justify-self: center;
    }

    .container .preim .right .text-back,
    .container .preim .left .text-back {
        order: 2;
        padding: 15px 15px;
    }

    .container.preimusch {
        grid-template-columns: 1fr;
    }

    .container.preimusch .item {
        align-items: center;
    }

    .container.preimusch .item .title h2,
    .container.preimusch .item p {
        text-align: center;
    }

    .container.preimusch .item .viol {
        align-self: center;
    }

    .container.preimusch .item:first-child img {
        display: none;
    }

    .container.preimusch .item .three img {
        display: block;
    }

    .container.preimusch .item .two img {
        margin-left: 0;
    }

    .container.preimusch .item .three p {
        margin-top: 0;
        margin-left: 0;
    }

    .container .grid-2 {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .container .title .yell {
        font-size: 16px;
    }

    .container .cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .container .cases-grid .case-item {
        padding: 15px 15px;
    }

    .container .tabs-preim {
        gap: 25px;
    }

    .container .tabs-preim .header-button .tab-title {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 24px;
    }

    .container .tabs-preim .tabs-content .tabs-panel {
        grid-template-columns: 100px 1fr;
        padding: 15px 15px;
    }

    .container .tabs-preim .tabs-content .tabs-panel svg {
        width: auto;
        height: 100px;
    }

    .container .tabs-preim .tabs-content .tabs-panel .item h3 {
        font-size: 20px;
    }

    .container .tabs-preim .tabs-content .tabs-panel .item h3 br {
        display: none;
    }

    .container .feedbacks .wpcf7-form p {
        flex-direction: column;
    }

    .container .feedbacks .wpcf7-form p .wpcf7-form-control-wrap {
        width: 100%;
    }

    .container .feedbacks .wpcf7-form p .wpcf7-form-control-wrap:nth-child(5) {
        order: 3;
    }

    .container .feedbacks .wpcf7-form p .wpcf7-submit {
        order: 4;
        width: 100%;
    }

    .container .navigation .viol {
        font-size: 16px;
        padding: 6px 6px 6px 20px;
    }

    .container .swiper-personal .swiper-wrapper .swiper-slide .dolzhn {
        font-size: 16px;
    }

    .container .quest-grid {
        grid-template-columns: 1fr;
    }

    .container .quest-grid .item {
        order: 1;
        align-items: center;
    }

    .container .quest-grid .item .text {
        font-size: 16px;
    }

    .container .quest-grid .item .fio {
        text-align: center;
    }

    .container .quest-grid .item .dolzhn {
        align-self: center;
    }

    .container .quest-grid img {
        order: 2;
    }

    .container .block-reviews {
        grid-template-columns: 1fr;
    }

    .container.grid-contacts {
        grid-template-columns: 1fr;
    }

    .container.grid-contacts .title {
        flex-direction: row;
    }

    .container.grid-contacts .item .phone {
        justify-content: center;
    }

    .container.grid-contacts .item ul {
        align-self: center;
    }

    .container.grid-contacts .item .soc-block {
        align-items: center;
    }

    .container.grid-contacts iframe {
        height: 300px;
    }

    /* Web Dev Page */
    body.page-template-web-dev-php .container.grid {
        gap: 0;
        grid-template-columns: 1fr;
        padding-top: 25px;
        background-size: cover;
    }

    body.page-template-web-dev-php .container.grid img,
    .container .tabs-steps .tabs-content .tabs-panel .content-grid img {
        width: auto;
    }

    body.page-template-web-dev-php .container.grid .item {
        padding: 40px 0;
    }

    .container .tabs-steps .header-button {
        flex-wrap: wrap;
    }

    .container .tabs-steps .header-button .tab-title {
        width: calc((100% / 3) - 25px);
    }

    .container .tabs-steps .tabs-content .tabs-panel {
        padding: 20px 20px;
    }

    .container .tabs-steps .tabs-content .tabs-panel .content-grid {
        grid-template-columns: 1fr;
    }

    .container .tabs-steps .tabs-content .tabs-panel .content-grid img {
        justify-self: center;
    }

    .container .tabs-steps .tabs-content .tabs-panel .content-grid .content .title {
        font-size: 18px;
        line-height: 28px;
    }

    .container .tabs-steps .tabs-content .tabs-panel .subtitle {
        font-size: 20px;
        line-height: 28px;
    }

    .feedbacks.grid {
        grid-template-columns: 1fr;
    }

    .feedbacks.grid .consul {
        font-size: 16px;
        line-height: 24px;
    }

    .container .web-more-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Web Dev Template Page */
    body.page-template-web-dev-template .container.grid {
        gap: 0;
        grid-template-columns: 1fr;
        padding-top: 25px;
        background-size: cover;
    }

    body.page-template-web-dev-template .container.grid img {
        width: auto;
        justify-self: center;
    }

    .container.grid .viol {
        font-size: 16px;
    }

    .cms-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cms-grid .cms-item {
        width: calc((100% / 3) - 17px);
    }

    .container .tabs-twenty .tabs-content .tabs-panel .item h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .design-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* Marketing Page */
    body.page-template-marketing .container.grid {
        gap: 0;
        grid-template-columns: 1fr;
        padding-top: 25px;
        background-size: cover;
    }

    body.page-template-marketing .container.grid img {
        width: auto;
        justify-self: center;
    }

    body.page-template-marketing .container.grid .item {
        padding: 40px 0;
    }

    .container .tabs-steps .header-button .tab-title {
        font-size: 14px;
    }

    /* SEO */
    body.page-template-seo-template .container.grid {
        grid-template-columns: 1fr;
        background-size: cover;
    }

    body.page-template-seo-template .container.grid img {
        justify-self: center;
    }

    .garanty-grid,
    .nishi-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .garanty-grid .garanty-item .garanty-name {
        font-size: 20px;
    }

    .seo-preim-grid .item .images {
        flex-wrap: wrap;
    }

    .seo-preim-grid .item .images a {
        width: calc(50% - 13px);
    }

    .seo-preim-grid .item .name {
        font-size: 24px;
        line-height: 32px;
    }

    .container .tabs-perechen .header-button .tab-title {
        padding: 6px 12px;
    }

    .container .tabs-perechen .tabs-content .tabs-panel .content-grid .content .title {
        font-size: 24px;
        line-height: 28px;
    }

    .ploschadka-grid .ploschadka-item img {
        width: 50px;
    }

    .tarify-grid .tarif-item .subtitle {
        font-size: 14px;
        line-height: 24px;
    }

    .tarify-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tarify-grid .tarif-item {
        width: calc(50% - 8px);
    }

    .seo-cases {
        grid-template-columns: repeat(2, 1fr);
    }

    /* SMM */
    body.page-template-smm-template .container.grid {
        grid-template-columns: 1fr;
    }

    body.page-template-smm-template .container.grid img {
        justify-self: center;
    }

    body.page-template-smm-template .container .tabs-perechen .header-button {
        flex-wrap: wrap;
    }

    /* Avito */
    body.page-template-avito-template .container.grid {
        grid-template-columns: 1fr;
    }

    body.page-template-avito-template .container.grid img {
        justify-self: center;
    }

    body.page-template-kontekst-template .container.grid {
        grid-template-columns: 1fr;
    }

    body.page-template-kontekst-template .container.grid img {
        justify-self: center;
    }

    body.page-template-targeting-template .container.grid {
        grid-template-columns: 1fr;
    }

    body.page-template-targeting-template .container.grid img {
        justify-self: center;
    }

    body.page-template-business-support .container.grid {
        grid-template-columns: 1fr;
    }

    body.page-template-business-support .container.grid img {
        justify-self: center;
    }

    body.page-template-design .container.grid {
        grid-template-columns: 1fr;
    }

    body.page-template-design .container.grid img {
        justify-self: center;
    }

    body.page-template-design-template .container.grid {
        grid-template-columns: 1fr;
    }

    body.page-template-design-template .container.grid img {
        justify-self: center;
    }

    /* About Page */
    .container.requis-grid {
        grid-template-columns: 1fr;
    }

    .container.requis-grid img {
        order: 2;
    }

    .container.requis-grid .item .name {
        font-size: 24px;
        line-height: 28px;
    }

    .requis-grid .item .text {
        line-height: 24px;
    }

    .requis-grid .item .links a {
        font-size: 14px;
        padding: 2px 12px;
    }

    .requis-grid .item .requists .nazv {
        font-size: 16px;
    }

    /* Secret Page */
    .container.secret {
        grid-template-columns: 1fr;
    }

    .container.secret .item .image:before {
        top: 190px;
        left: 60px;
    }

    .container.secret .item .image .figcaption {
        top: 90px;
        left: 60px;
    }

    .text-secret .back {
        font-size: 14px;
    }

    .etapy .main {
        gap: 15px;
    }

    .etapy .main img {
        width: auto;
        height: 80px;
    }

    .etapy .main h2 {
        font-size: 16px;
        line-height: 28px;
    }

    .vigody-grid {
        gap: 15px;
    }

    .vigody-grid .item img {
        height: 80px;
    }

    .vigody-grid .item:nth-child(1) .text,
    .vigody-grid .item:nth-child(2) .text,
    .vigody-grid .item:nth-child(3) .text {
        padding: 0;
    }

    .garanty-secret {
        grid-template-columns: 1fr;
    }

    .garanty-secret .item {
        grid-template-columns: 100px 1fr;
    }

    .garanty-secret .item .zagolovok {
        font-size: 16px;
    }

    .secret-whe-we .item .text {
        padding: 0;
    }

    .why-start {
        grid-template-columns: 1fr;
    }

    .why-start .item .textback {
        padding: 15px 15px;
    }

    .grid-chto {
        grid-template-columns: repeat(2, 1fr);
    }

    .swiper-cases .content-grid {
        grid-template-columns: 1fr;
    }

    .swiper-cases .content-grid .more .titles .back {
        font-size: 16px;
    }

    .swiper-cases .content-grid .more .titles .name {
        font-size: 16px;
    }

    .swiper-cases .content-grid .more .table .item-name {
        font-size: 16px;
    }

    /* Cases */
    body.page-template-cases-page .container.grid-cases {
        margin-top: 25px;
    }

    .container.grid-cases {
        grid-template-columns: 1fr;
    }

    .container.grid-cases img {
        order: 1;
    }

    .container.grid-cases .item {
        order: 2;
    }
}

@media(max-width: 700px) {
    /* Basic */
    h1, h2 {
        font-size: 20px;
        line-height: 32px;
    }

    h1 {
        text-align: center;
    }

    /* Header */
    #wpadminbar {
        position: fixed !important;
    }

    .site-header {
        border-bottom: 1px solid var(--violet);
    }

    .site-header .fixed-block {
        justify-content: space-between;
    }

    .site-header .fixed-block a {
        font-size: 32px;
    }

    .site-header .full-width {
        padding: 0 10px 0 10px;
    }

    .site-header .full-width .info {
        gap: 5px;
        flex-wrap: wrap;
    }

    .site-header .full-width .info .full-audit {
        max-width: 100%;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .site-header .full-width .info .full-audit br {
        display: none;
    }

    .site-header .full-width .info .full-audit-price .price,
    .site-header .full-width .info .full-audit-price .price-free {
        line-height: 24px;
        font-size: 14px;
    }

    .site-header .full-width .info .full-audit-price .price-free {
        top: 5px;
        left: 50px;
    }

    .site-header .container {
        width: calc(100% - 20px);
        padding: 15px 0;
    }

    .site-header .container .goToMain,
    .site-header .container .info .mobile-menu-button {
        line-height: 0;
    }

    .site-header .container .info {
        justify-content: space-between;
    }

    .site-header .container .info .tick-phone,
    .site-header .container .info .social-block {
        display: none;
    }

    .site-header .full-width .info .full-more {
        padding: 6px 20px;
    }

    .site-header .container .menu-contain-main {
        padding: 0 10px;
    }

    /* Footer */
    .site-footer {
        padding: 25px 0 100px 0;
    }

    .site-footer .container {
        width: calc(100% - 20px);
    }

    .site-footer .container .footer-grid {
        grid-template-columns: 1fr;
    }

    .site-footer .container .footer-grid .item {
        align-items: center;
    }

    .site-footer .container .footer-grid .item .footer-phone {
        align-self: center;
    }

    .site-footer .container .footer-grid .item .sub {
        align-items: center;
    }

    .site-footer .container .privacy-block {
        flex-direction: column;
        gap: 15px;
    }

    .site-footer .container .privacy-block .privacy {
        text-align: center;
    }

    .site-footer .container .privacy-block .copyr {
        margin-left: 0;
    }

    /* Main Page */
    .container-main {
        padding-top: 25px;
        gap: 50px;
    }

    .container-main .container {
        width: calc(100% - 20px);
    }

    .container-main .container:last-child {
        padding-bottom: 25px;
    }

    .container-main .container.grid {
        padding-top: 15px;
    }

    .container-main .container.grid .notebookimage {
        display: none;
    }

    .container-main .container.grid .phoneimage {
        display: block;
        align-self: center;
        justify-self: center;
    }

    .container-main .container.grid .item {
        gap: 25px;
    }

    .container-main .container.grid .item .feedback {
        padding: 15px 15px;
        border-radius: 16px;
        margin-top: 0;
    }

    .wpcf7-form p span input {
        font-size: 14px;
    }

    .wpcf7-form p span .wpcf7-acceptance span label span {
        font-size: 12px;
    }

    .wpcf7-form p .wpcf7-submit {
        font-size: 14px;
    }

    .container .grid-4,
    .container .grid-3 {
        grid-template-columns: 1fr;
    }

    .container .grid-4 .item img {
        width: 100px;
    }

    .container .grid-4 .item .bolded {
        font-size: 20px;
        line-height: 32px;
        padding-top: 0;
    }

    .container .grid-3 .item svg {
        margin: 0;
        width: auto;
        height: 100px;
    }

    .container .preim {
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .container .preim .right,
    .container .preim .left {
        gap: 15px;
    }

    .container .preim .right img,
    .container .preim .left img {
        width: 100px;
        height: 100px;
    }

    .container.preimusch .item:first-child p {
        text-align: left;
    }

    .container.preimusch .item:first-child p br {
        display: none;
    }

    .container.preimusch .item .first img,
    .container.preimusch .item .two img,
    .container.preimusch .item .three img {
        width: 160px;
        height: 160px;
    }

    .container.preimusch .item .first,
    .container.preimusch .item .two,
    .container.preimusch .item .three {
        gap: 10px;
    }

    .container .grid-2 .item.grid {
        grid-template-columns: 1fr;
    }

    .container .grid-2 .item.grid svg {
        width: auto;
        height: 60px;
    }

    .container .title .yell {
        font-size: 14px;
    }

    .container .cases-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .container .tabs-preim .tabs-content .tabs-panel {
        grid-template-columns: 1fr;
    }

    .container .feedbacks {
        padding: 15px 15px;
    }

    .container .feedbacks div:nth-child(3) br {
        display: block;
    }

    .container .navigation {
        flex-direction: column;
    }

    .container .swiper-blog,
    .container .swiper-personal {
        margin: 0;
        gap: 10px
    }

    .container .swiper-personal .swiper-wrapper .swiper-slide .name {
        font-size: 26px;
    }

    .container .navigation .nav-btn .prev-button svg,
    .container .navigation .nav-btn .next-button svg,
    .container .navigation .nav-btn .pers-prev-button svg,
    .container .navigation .nav-btn .pers-next-button svg {
        width: auto;
        height: 40px;
    }

    .container .quest-grid img {
        height: 280px;
    }

    .container .quest-grid .item {
        padding: 15px 15px;
    }

    .container .quest-grid .item .fio {
        padding-top: 0;
    }

    .container .block-reviews a p {
        font-size: 14px;
        line-height: 24px;
    }

    .container .block-reviews a .buttn {
        padding: 6px 6px 6px 20px;
    }

    .container .block-reviews a .buttn svg {
        width: auto;
        height: 30px;
    }

    .container .accordion .details {
        padding: 15px 15px;
        border-radius: 15px;
    }

    .container.grid-contacts .title,
    .container.grid-contacts .item .phone {
        flex-direction: column;
    }

    /* Web Dev Page */
    body.page-template-web-dev-php .container.grid img {
        width: 100%;
    }

    body.page-template-web-dev-php .container.grid .button-block .yell {
        font-size: 14px;
        padding: 6px 6px 6px 20px;
    }

    body.page-template-web-dev-php .container.grid .button-block .yell svg {
        height: 30px;
    }

    .container .text-back {
        padding: 15px 15px;
    }

    .container .tabs-steps .header-button .tab-title {
        width: calc((100% / 2) - 20px);
    }

    .container .tabs-steps .tabs-content .tabs-panel {
        gap: 20px;
    }

    .container .web-more-grid {
        grid-template-columns: 1fr;
    }

    /* Web Dev Template Page */
    body.page-template-web-dev-template .container.grid img {
        width: 100%;
    }

    .container.grid .viol {
        font-size: 14px;
        align-self: center;
        padding: 6px 6px 6px 20px;
    }

    .container.grid .viol svg {
        height: 30px;
    }

    .cms-grid .cms-item {
        width: calc((100% / 2) - 13px);
    }

    .cms-grid .cms-item .cms-name,
    .design-grid .design-item .design-name {
        font-size: 18px;
        line-height: 24px;
    }

    .container .tabs-twenty .tabs-content .tabs-panel {
        grid-template-columns: 1fr;
        padding: 20px 20px;
    }

    .container .tabs-twenty .tabs-content .tabs-panel img {
        justify-self: center;
    }

    .container .tabs-twenty .tabs-content .tabs-panel .item h3 {
        font-size: 20px;
    }

    .design-grid {
        grid-template-columns: 1fr;
    }

    /* Marketing Page */
    body.page-template-marketing .container.grid img {
        width: 100%;
    }

    body.page-template-marketing .container.grid .button-block .yell {
        font-size: 14px;
        padding: 6px 6px 6px 20px;
    }

    body.page-template-marketing .container.grid .button-block .yell svg {
        height: 30px;
    }

    /* SEO */
    body.page-template-seo-template .container.grid img {
        width: 100%;
    }

    .garanty-grid,
    .nishi-grid {
        grid-template-columns: 1fr;
    }

    .garanty-grid .garanty-item .garanty-name {
        font-size: 16px;
        line-height: 28px;
    }

    .container .title .title-down .back {
        font-size: 14px;
    }

    .nishi-grid .item .text {
        font-size: 16px;
        line-height: 28px;
    }

    .seo-preim-grid {
        grid-template-columns: 1fr;
    }

    .seo-preim-grid .item .name {
        font-size: 20px;
    }

    .container .tabs-perechen .header-button .tab-title {
        padding: 6px 5px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .container .tabs-perechen .tabs-content .tabs-panel {
        padding: 20px 20px;
    }

    .container .tabs-perechen .tabs-content .tabs-panel .content-grid {
        grid-template-columns: 1fr;
    }

    .container .tabs-perechen .tabs-content .tabs-panel .content-grid img {
        width: 50%;
        justify-self: center;
    }

    .container .tabs-perechen .tabs-content .tabs-panel .content-grid .content .title {
        font-size: 20px;
    }

    .ploschadka-grid {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .tarify-grid .tarif-item {
        width: 100%;
    }

    .tarify-grid .tarif-item .yell svg {
        height: 30px;
    }

    .tarify-grid .tarif-item .yell {
        justify-content: space-between;
    }

    .seo-cases {
        grid-template-columns: 1fr;
    }

    .container .viol {
        padding: 12px 20px;
        font-size: 14px;
    }

    /* SMM */
    body.page-template-smm-template .container.grid img {
        width: 100%;
    }

    /* Avito */
    body.page-template-avito-template .container.grid img {
        width: 100%;
    }

    body.page-template-kontekst-template .container.grid img {
        width: 100%;
    }

    body.page-template-targeting-template .container.grid img {
        width: 100%;
    }

    body.page-template-business-support .container.grid img {
        width: 100%;
    }

    .container.grid .button-block .yell {
        font-size: 14px;
    }

    .container.grid .button-block .yell svg {
        height: 30px;
    }

    body.page-template-design .container.grid img {
        width: 100%;
    }

    body.page-template-design .container .tabs-steps .header-button .tab-title {
        width: 100%;
    }

    body.page-template-design-template .container.grid img {
        width: 100%;
    }

    /* About Page */
    .requis-grid img {
        height: 500px;
    }

    .container.requis-grid .item .name {
        font-size: 20px;
    }

    .requis-grid .item .links {
        flex-direction: column;
        gap: 15px;
    }

    .requis-grid .item .links a {
        align-self: flex-start;
    }

    .requis-grid .item .requists .nazv {
        font-size: 14px;
        line-height: 24px;
    }

    /* Contacts Page */
    body.page-template-contacts .container.grid-contacts {
        padding: 0;
    }

    /* Cases */
    .container.grid-cases img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }

    .pagination .nav-links .page-numbers {
        width: 30px;
        height: 30px;
    }
}

/* 404 page */
@media (max-width: 1400px) { 
    .lamp {
      zoom: .5;
    }

    .error__content {
      top: 55%;
    }

    .message__title {
      font-size: 3.5rem;
    }
}

@media (max-width: 900px) {
    .message__title {
      font-size: 34px;
    }

    .error__content {
      top: 55%;
    }
}

@media (max-width: 950px) {
    .lamp__wrap {
      max-height: 100vh;
      overflow: hidden;
      max-width: 100vw;
    }

    .error__social {
      bottom: 30px;
      top: auto;
      transform: none;
      width: 100%;
      position: fixed;
      left: 0;
    }

    .e-social__icon {
      display: inline-block;
      padding-right: 30px;
    }

    .e-social__icon:last-child {
      padding-right: 0;
    }

    .e-social__icon {
      padding-bottom: 0;
    }
}

@media (max-width: 750px) {
    body.error404, html {
      max-height: 100vh;
    }

    .error__content {
      position: static;
      margin: 0 auto;
      transform: none;
      padding-top: 300px;
    }

    .error {
      padding-top: 0;
      padding-bottom: 100px;
      height: 100vh;
    }
}

@media (max-width: 650px) {
    .message__title {
      font-size: 36px;
      padding-bottom: 20px;
    }

    .message__text {
      font-size: 16px;
      line-height: 2;
      padding-right: 20px;
      padding-left: 20px;
    }

    .lamp {
      zoom: .6;
    }

    .error__content {
      padding-top: 180px;
    }
}

@media (max-width: 480px) {
    .message__title {
      font-size: 30px;
    }

    .message__text {
      padding-left: 10px;
      padding-right: 10px;
      font-size: 15px;
    }

    .error__nav {
      margin-top: 20px;
    }
}