/* Main page isolated stylesheet: extracted from templates/temp-home-copy.php */
        .breadcrumbs-custom {
            display: none;
        }
        .metrix-box-item {
            padding: 0 30px;
        }
        .hero {
            position: relative;
            padding: 34px 0 36px;
            background-image: url("../img/new-main-bg.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            overflow: hidden;
        }




        .nav__link--active {
            padding: 0;
        }
		.manpad{
			padding-top:100px;
		}
        .hero__container {
            position: relative;
            z-index: 1;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 40px;
            min-height: 404px;
        }

        .hero__content {
            max-width: 560px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 28px;
        }

        .hero__title {
            display: none;
        }

        .hero__descr {
            margin: 0;
            max-width: 390px;
            font-weight: 700;
            font-size: 62px;
            line-height: 0.96;
            letter-spacing: -0.02em;
            color: #fff;
        }

        .hero__block-container {
            width: 100%;
        }

        .hero__block-container-test {
            width: 100%;
            max-width: 460px;
        }

        .hero__block-container-test p {
            margin: 0;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.4;
            color: rgba(255, 255, 255, 0.95);
        }

        .calculate-button {
            width: 232px;
            height: 51px;
            padding: 16px 30px;
            border: 0;
            border-radius: 40px;
            outline: 0;
            background: linear-gradient(185deg, #ffe588 0%, #ffc702 100%);
            color: #121212;
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            text-align: center;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }

/*         .calculate-button:hover {
            transform: translateY(-2px);
            
        } */

        .calculate-button:active {
            transform: translateY(0);
        }

        .hero__stats {
            position: relative;
            width: 340px;
            min-height: 404px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-shrink: 0;
        }

        .hero__stats-blur {
            position: absolute;
            pointer-events: none;
        }

        .hero__stats-blur--big {
            width: 262px;
            top: -6px;
            right: -14px;
        }

        .hero__stats-blur--small {
            width: 88px;
            bottom: 26px;
            left: 34px;
            opacity: 0.72;
        }

        .hero__stats-frame {
            position: absolute;
            top: -8px;
            right: 2px;
            width: 70px;
            max-width: none;
            opacity: 1;
        }

        .hero__stats-cards {
            position: relative;
            z-index: 2;
            width: 260px;
            margin-right: 8px;
            display: flex;
            flex-direction: column;
            gap: 12px;
        }

        .hero__stats-card {
            position: relative;
            min-height: 78px;
            padding: 13px 14px;
            border-radius: 13px;
            display: flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(118deg, #eff3ff 0%, #d9e5ff 100%);
            border: 1px solid rgba(255, 255, 255, 0.88);
            box-shadow: 0 10px 20px rgba(9, 35, 126, 0.2);
        }



        .hero__stats-card--tilt {
            transform: rotate(-7deg);
/*             margin-top: -10px; */
        }

        .hero__stats-value {
            min-width: 72px;
            font-weight: 600;
            font-size: 43px;
            line-height: 1;
            color: #1f58e8;
            letter-spacing: -0.01em;
            position: relative;
            z-index: 2;
        }

        .hero__stats-value span {
            font-size: 26px;
        }

        .hero__stats-label {
            font-weight: 500;
            font-size: 13px;
            line-height: 1.05;
            color: #11308e;
            position: relative;
            z-index: 2;
        }

        @media (max-width: 1200px) {
            .hero__descr {
                font-size: 58px;
            }

            .hero__content {
                max-width: 500px;
            }
        }

        @media (max-width: 992px) {
            .hero::after {
                display: none;
            }

            .hero {
                padding: 54px 0 58px;
            }

            .hero__container {
                min-height: 0;
                flex-direction: column;
                align-items: flex-start;
                gap: 36px;
            }

            .hero__stats {
                align-self: center;
            }
        }

        @media (max-width: 768px) {
            .hero__descr {
                max-width: 320px;
                font-size: 48px;
            }

            .hero__block-container-test p {
                font-size: 15px;
            }

            .hero__stats {
                width: 300px;
                min-height: 370px;
            }

            .hero__stats-cards {
                width: 250px;
                margin-right: 0;
            }

            .hero__stats-value {
                font-size: 38px;
                min-width: 64px;
            }

            .hero__stats-value span {
                font-size: 22px;
            }

            .hero__stats-label {
                font-size: 12px;
            }

            .calculate-button {
                width: 208px;
            }
        }

        @media (max-width: 576px) {
            .hero {
                padding: 40px 0 46px;
            }

            .hero__content {
                gap: 22px;
            }

            .hero__descr {
                font-size: 42px;
            }

            .hero__stats {
                width: 100%;
                min-height: 348px;
                justify-content: center;
            }

            .hero__stats-blur--small {
                left: 0;
            }

            .hero__stats-card {
                min-height: 78px;
                padding: 13px 14px;
            }
        }

        #main-page-seo-per .hero {
            padding: 74px 0 88px;
            background-image: url("../img/new-main-bg.png");
            background-repeat: no-repeat;
            background-position: bottom;
            background-size: cover;
        }

        #main-page-seo-per .hero::before {
            background: radial-gradient(circle at 67% 37%, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 40%);
        }

        #main-page-seo-per .hero::after {
            top: 43%;
        }

        #main-page-seo-per .hero__container {
            min-height: 476px;
            gap: 46px;
            align-items: center;
        }

        #main-page-seo-per .hero__content {
            max-width: 560px;
            gap: 32px;
        }

        #main-page-seo-per .hero__title {
            display: none;
        }

        #main-page-seo-per .hero__descr {
            max-width: 430px;
            font-size: 96px;
            line-height: 0.95;
        }

        #main-page-seo-per .hero__block-container-test {	
            max-width: 530px;
        }

        #main-page-seo-per .hero__block-container-test p {
            font-size: 20px;
            line-height: 1.4;
        }

        #main-page-seo-per .calculate-button {
            width: 250px;
            height: 51px;
            font-size: 16px;
            font-weight: 500;
        }

        #main-page-seo-per .hero__stats {
            width: 370px;
            min-height: 430px;
        }

        #main-page-seo-per .hero__stats-blur--big {
            width: 100%;
            top: -27px;
            right: -225px;
			z-index:9999;
        }

        #main-page-seo-per .hero__stats-blur--small {
            width: 84px;
            left: 42px;
            bottom: 48px;
            opacity: 0.58;
        }

        #main-page-seo-per .hero__stats-frame {
            top: 30px;
            right: 8px;
            opacity: 0.96;
        }

        #main-page-seo-per .hero__stats-cards {
            width: 305px;
            margin-right: 24px;
            gap: 10px;
            transform: translateY(-18px);
			justify-content:space-between;
        }

        #main-page-seo-per .hero__stats-card {
            min-height: 86px;
            padding: 14px 16px;
            border-radius: 16px;
            gap: 14px;
        }

        #main-page-seo-per .hero__stats-card::before {
            left: 92px;
            top: 15px;
            bottom: 15px;
        }

        #main-page-seo-per .hero__stats-card:nth-child(2)::after {
            left: 74px;
            right: 96px;
        }

        #main-page-seo-per .hero__stats-card--tilt {
            transform: rotate(-7deg) translateY(-1px);
			box-shadow: 0 -11px 20.7px 0 rgba(0, 22, 119, 0.15);

        }

        #main-page-seo-per .hero__stats-value {
			min-width: 84px;
			font-size: 65px;
			display: flex;
			align-items: center;
        }

        #main-page-seo-per .hero__stats-value span {
            font-size: 28px;
        }

        #main-page-seo-per .hero__stats-label {
            font-size: 22px;
            line-height: 1.05;
        }

        @media (max-width: 992px) {
            #main-page-seo-per .hero {
                padding: 58px 0 64px;
            }

            #main-page-seo-per .hero__container {
                min-height: 0;
                flex-direction: column;
                align-items: flex-start;
                gap: 42px;
            }

            #main-page-seo-per .hero__descr {
                font-size: 58px;
            }

            #main-page-seo-per .hero__stats {
                width: 340px;
                min-height: 404px;
                align-self: center;
            }

            #main-page-seo-per .hero__stats-cards {
                transform: none;
            }
        }

        @media (max-width: 576px) {
            #main-page-seo-per .hero {
                padding: 44px 0 50px;
            }

            #main-page-seo-per .hero__descr {
                font-size: 46px;
            }

            #main-page-seo-per .hero__content {
                gap: 24px;
            }

            #main-page-seo-per .hero__block-container-test p {
                font-size: 15px;
            }

            #main-page-seo-per .hero__stats {
                width: 100%;
                min-height: 370px;
                justify-content: center;
            }

            #main-page-seo-per .hero__stats-cards {
                width: 260px;
                margin-right: 0;
                gap: 12px;
            }

            #main-page-seo-per .hero__stats-value {
                font-size: 46px;
                min-width: 72px;
            }

            #main-page-seo-per .hero__stats-value span {
                font-size: 24px;
            }

            #main-page-seo-per .hero__stats-label {
                font-size: 13px;
            }
        }
        .new__stage-block-text span {
            height: 105px
        }

        .new__stage-block {
            height: 420px
        }

        .nav__link--active {
            background-color: transparent;
        }

        .new__stage_sliders {
            padding-top: 50px;
        }




    
        #main-page-seo-per .about-result {
            padding: 78px 0 150px;
            background: #F2F7FF;
        }

        #main-page-seo-per .about-result .about__us-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            justify-content: center;

            margin: 0 auto;
        }

        #main-page-seo-per .about-result__content {
            max-width: 500px;
        }

        #main-page-seo-per .about-result__title {
            margin: 0;
            font-size: 48px;
            font-weight: 600;
            line-height: 1;
            letter-spacing: -0.02em;
            color: #2f3139;
        }

        #main-page-seo-per .about-result__title span {
            color: #4a5fe6;
        }

        #main-page-seo-per .about-result__descr {
            margin: 30px 0 0;
            max-width: 450px;
            font-size: 16px;
			font-weight:400;
            line-height: 1.46;
            color: #4a4d58;
        }

        #main-page-seo-per .about-result__proof {
            position: relative;
            display: flex;
            justify-content: flex-end;
            width: 100%;
            padding-top: 6px;
        }

        #main-page-seo-per .about-result__card {
            position: relative;
            width: 570px;
            border-radius: 16px;
            background: rgba(255, 255, 255, 0.96);
            box-shadow: 0 18px 34px rgba(40, 64, 165, 0.18);
            transform: rotate(4deg);
            overflow: visible;
        }

        #main-page-seo-per .about-result__item {
            position: relative;
            padding: 27px 22px 20px 44px;
        }

        #main-page-seo-per .about-result__item + .about-result__item {
            border-top: 1px solid rgba(74, 95, 230, 0.2);
        }

        #main-page-seo-per .about-result__check {
			position: absolute;
			top: 50%;
			left: 8px;
			width: 38px;
			height: 56px;
			transform: translate(-50%, -50%);
			pointer-events: none;
        }

        #main-page-seo-per .about-result__item-title {
            margin: 0;
            font-size: 24px;
            font-weight: 500;
            line-height: 1.18;
            color: #2f58e3;
        }

        #main-page-seo-per .about-result__item-note {
            margin: 4px 0 0;
            font-size: 18px;
			font-weight:400;
            line-height: 1.25;
            color: #4f515d;
        }

        #main-page-seo-per .about-result__decor {
			position: absolute;
			right: -74px;
			bottom: -257px;
			width: 344px;
			height: auto;
			pointer-events: none;
			filter: blur(2.2px);
        }

        @media (max-width: 1200px) {
            #main-page-seo-per .about-result .about__us-container {
                grid-template-columns: 434px 446px;
                column-gap: 62px;
            }

            #main-page-seo-per .about-result__title {
                font-size: 44px;
            }

            #main-page-seo-per .about-result__item-title {
                font-size: 18px;
            }

            #main-page-seo-per .about-result__item-note {
                font-size: 14px;
            }
        }

        @media (max-width: 992px) {
            #main-page-seo-per .about-result {
                padding: 68px 0 62px;
            }

            #main-page-seo-per .about-result .about__us-container {
                grid-template-columns: 1fr;
                row-gap: 36px;
            }

            #main-page-seo-per .about-result__content {
                max-width: 500px;
            }

            #main-page-seo-per .about-result__descr {
                max-width: 390px;
            }

            #main-page-seo-per .about-result__proof {
                justify-content: center;
            }

            #main-page-seo-per .about-result__card {
                width: min(100%, 468px);
                transform: rotate(3deg);
            }

            #main-page-seo-per .about-result__decor {
                right: -18px;
                bottom: -64px;
            }
        }

        @media (max-width: 576px) {
            #main-page-seo-per .about-result {
                padding: 52px 0;
            }

            #main-page-seo-per .about-result__title {
                font-size: 34px;
                line-height: 1.02;
            }

            #main-page-seo-per .about-result__descr {
                margin-top: 22px;
                max-width: 100%;
                font-size: 15px;
                line-height: 1.42;
            }

            #main-page-seo-per .about-result__card {
                width: min(100%, 360px);
            }

            #main-page-seo-per .about-result__item {
                padding: 11px 10px 9px 28px;
            }

            #main-page-seo-per .about-result__check {
                width: 26px;
                height: 26px;
                left: 0;
            }

            #main-page-seo-per .about-result__item-title {
                font-size: 13px;
            }

            #main-page-seo-per .about-result__item-note {
                margin-top: 2px;
                font-size: 11px;
            }

            #main-page-seo-per .about-result__decor {
                width: 140px;
                right: -12px;
                bottom: -48px;
            }
        }

        #main-page-seo-per .cases-showcase {
            position: relative;
            padding: 86px 0 92px;
            background: #F2F7FF;
            overflow: hidden;
        }

        #main-page-seo-per .cases-showcase__header {
            text-align: center;
        }

        #main-page-seo-per .cases-showcase__title {
            margin: 0;
            font-size: 40px;
			font-weight:600;
            line-height: 1.05;
            color: #4a5fe6;
        }

        #main-page-seo-per .cases-showcase__subtitle {
            margin: 16px auto 0;
            max-width: 620px;
            font-size: 16px;
			font-weight:400;
            line-height: 1.35;
            color: #4f5565;
        }

        #main-page-seo-per .cases-showcase__grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: repeat(12, minmax(0, 1fr));
            gap: 12px;
            width: 100%;
			height:850px;
            max-width: 1240px;
            margin: 40px auto 0;
        }

        #main-page-seo-per .cases-showcase__card {
            position: relative;
            display: flex;
            flex-direction: column;
            min-height: 0;
            padding: 14px 14px 12px;
            border: 1px solid #d6dbee;
            border-radius: 16px;
            background: #f8f9ff;
            text-decoration: none;
            color: inherit;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        #main-page-seo-per .cases-showcase__card:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 24px rgba(54, 76, 170, 0.14);
        }

        #main-page-seo-per .cases-showcase__card--1 {
            grid-column: 1 / span 3;
            grid-row: 1;
            background: #edeeff;
        }

        #main-page-seo-per .cases-showcase__card--2 {
            grid-column: 4 / span 5;
            grid-row: 1;
        }

        #main-page-seo-per .cases-showcase__card--3 {
            grid-column: 9 / span 4;
            grid-row: 1;
            background: #fcfdff;
        }

        #main-page-seo-per .cases-showcase__card--4 {
            grid-column: 1 / span 5;
            grid-row: 2;
            background: #fcfdff;
        }

        #main-page-seo-per .cases-showcase__card--5 {
            grid-column: 6 / span 3;
            grid-row: 2;
            background: #fcfdff;
        }

        #main-page-seo-per .cases-showcase__card--6 {
            grid-column: 9 / span 4;
            grid-row: 2;
            background: #edeeff;
        }

        #main-page-seo-per .cases-showcase__card--7 {
            grid-column: 1 / span 7;
            grid-row: 3;
            padding-right: 340px;
        }

        #main-page-seo-per .cases-showcase__card--7::after {
			content: "";
			position: absolute;
			left: -290px;
			bottom: -234px;
			width: 600px;
			transform: rotate(45deg);
			height: 400px;
			background: url(https://seo-performance.ru/wp-content/themes/seo/img/ai-stars.png) no-repeat center / contain;
			pointer-events: none;
        }

        #main-page-seo-per .cases-showcase__card--8 {
            grid-column: 8 / span 5;
            grid-row: 3;
            background: #fcfdff;
        }

        #main-page-seo-per .cases-showcase__card--accent {
            border-color: rgba(93, 112, 233, 0.45);
            background-color: #2d47d7;
            background-image:
               
                url("../img/bloc-three-card-bg.png");
            background-repeat: no-repeat;
            background-size: cover, 130% auto;
            background-position: center, right -18px bottom -20px;
        }

        #main-page-seo-per .cases-showcase__tag {
            align-self: flex-start;
            padding: 3px 10px;
            border: 1px solid #b9c4ff;
            border-radius: 999px;
            font-size: 12px;
            line-height: 1.2;
            font-weight: 600;
            color: #4c63e0;
            background: rgba(255, 255, 255, 0.62);
        }

        #main-page-seo-per .cases-showcase__card--accent .cases-showcase__tag {
            border-color: rgba(211, 219, 255, 0.5);
            color: #f3f6ff;
            background: rgba(149, 169, 255, 0.24);
        }

        #main-page-seo-per .cases-showcase__card-title {
            margin: 10px 0 0;
            font-size: 22px;
            line-height: 1.2;
            font-weight: 500;
            color: #2f3443;
        }

        #main-page-seo-per .cases-showcase__card--1 .cases-showcase__card-title,
        #main-page-seo-per .cases-showcase__card--6 .cases-showcase__card-title {
            color: #4a5fe6;
        }

        #main-page-seo-per .cases-showcase__card--accent .cases-showcase__card-title {
            color: #f4f6ff;
        }
		.cases-showcase__card-title--2{
			width:400px;
		}
		.cases-showcase__card-title--4{
			width:400px;
		}
		.cases-showcase__card-title--6{
			width:260px;
		}
		.cases-showcase__card-title--7{
			width:300px;
		}
		.cases-showcase__card-title--8{
			width:300px;
		}

        #main-page-seo-per .cases-showcase__line {
            margin-top: 10px;
            width: 100%;
            height: 1px;
            background: #c8d0ec;
        }

        #main-page-seo-per .cases-showcase__card--accent .cases-showcase__line {
            background: rgba(224, 231, 255, 0.5);
        }

        #main-page-seo-per .cases-showcase__meta {
            margin: 8px 0 0;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.3;
            color: #798096;
        }

        #main-page-seo-per .cases-showcase__card--accent .cases-showcase__meta {
            color: rgba(243, 246, 255, 0.9);
        }
		.cases-showcase__meta--2{
			width:220px;	
		}
		.cases-showcase__meta--3{
			width:250px;
		}
		.cases-showcase__meta--4{
			width:250px;
		}
		.cases-showcase__meta--6{
			width:300px;
		}
		.cases-showcase__meta--7{
			width:300px;
		}
		.cases-showcase__meta--8{
			width:350px;
		}
		
        #main-page-seo-per .cases-showcase__arrow {
            position: absolute;
            right: 12px;
            bottom: 10px;
            width: 17px;
            height: 17px;
        }

        #main-page-seo-per .cases-showcase__laptop {
			position: absolute;
			right: 10px;
			bottom: 40px;
			width: 300px;
			height: auto;
			pointer-events: none;
			user-select: none;
        }

        #main-page-seo-per .cases-showcase__more {
            margin: 26px auto 0;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 11px 20px;
            border: 1px solid #6f7481;
            border-radius: 999px;
            color: #2b3141;
            text-decoration: none;
            font-size: 14px;
            line-height: 1;
            background: transparent;
        }

        #main-page-seo-per .cases-showcase__more-wrap {
            text-align: center;
        }

        #main-page-seo-per .cases-showcase__more-icon {
            width: 14px;
            height: 14px;
        }

        #main-page-seo-per .cases-showcase + .chart-section {
            display: none;
        }

        @media (max-width: 1200px) {
            #main-page-seo-per .cases-showcase__grid {
                grid-auto-rows: 230px;
				height:740px;
            }

            #main-page-seo-per .cases-showcase__card-title {
                font-size: 16px;
            }

            #main-page-seo-per .cases-showcase__card--7 {
                padding-right: 286px;
            }

            #main-page-seo-per .cases-showcase__card--7::after {
				left: -100px;
				bottom: -85px;
				width: 222px;
				height: 180px;
            }

            #main-page-seo-per .cases-showcase__laptop {
				width: 230px;
				right: 20px;
				bottom: 40px;
            }
			.approach-process__card-number{
				font-size:60px;
			}
			.approach-process__card{
				grid-template-columns: 42px minmax(0, 1fr);
			}
        }

        @media (max-width: 992px) {
            #main-page-seo-per .cases-showcase {
                padding: 62px 0 70px;
            }

            #main-page-seo-per .cases-showcase__title {
                font-size: 42px;
            }

            #main-page-seo-per .cases-showcase__grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                grid-auto-rows: auto;
            }

            #main-page-seo-per .cases-showcase__card {
                min-height: 168px;
            }

            #main-page-seo-per .cases-showcase__card--1,
            #main-page-seo-per .cases-showcase__card--2,
            #main-page-seo-per .cases-showcase__card--3,
            #main-page-seo-per .cases-showcase__card--4,
            #main-page-seo-per .cases-showcase__card--5,
            #main-page-seo-per .cases-showcase__card--6,
            #main-page-seo-per .cases-showcase__card--7,
            #main-page-seo-per .cases-showcase__card--8 {
                grid-column: auto;
                grid-row: auto;
            }

            #main-page-seo-per .cases-showcase__card--7 {
                min-height: 176px;
                padding-right: 212px;
            }

            #main-page-seo-per .cases-showcase__card--7::after {
                left: -86px;
                bottom: -64px;
                width: 142px;
                height: 90px;
            }
        }

        @media (max-width: 576px) {
            #main-page-seo-per .cases-showcase {
                padding: 48px 0 54px;
            }

            #main-page-seo-per .cases-showcase__title {
                font-size: 33px;
            }

            #main-page-seo-per .cases-showcase__subtitle {
                margin-top: 12px;
                font-size: 13px;
            }

            #main-page-seo-per .cases-showcase__grid {
                grid-template-columns: 1fr;
                margin-top: 28px;
            }

            #main-page-seo-per .cases-showcase__card {
                min-height: 154px;
            }

            #main-page-seo-per .cases-showcase__card--7 {
                padding-right: 142px;
                min-height: 162px;
            }

            #main-page-seo-per .cases-showcase__card--7::after {
                left: -78px;
                bottom: -56px;
                width: 126px;
                height: 82px;
            }

            #main-page-seo-per .cases-showcase__laptop {
                width: 132px;
                right: 4px;
                bottom: 2px;
            }

            #main-page-seo-per .cases-showcase__card-title {
                font-size: 15px;
            }

            #main-page-seo-per .cases-showcase__meta {
                font-size: 11px;
            }

            #main-page-seo-per .cases-showcase__tag {
                font-size: 11px;
            }
        }

        html,
        html.page,
        html:has(body#main-page-seo-per),
        body#main-page-seo-per,
        #main-page-seo-per,
        #main-page-seo-per .site-container,
        #main-page-seo-per .main {
            width: 100%;
            max-width: 100%;
            overflow-x: hidden;
        }

        @supports (overflow: clip) {
            html,
            html.page,
            html:has(body#main-page-seo-per),
            body#main-page-seo-per,
            #main-page-seo-per,
            #main-page-seo-per .site-container {
                overflow-x: clip;
            }
        }

        #main-page-seo-per .site-container,
        #main-page-seo-per .main {
            position: relative;
        }

        #main-page-seo-per *,
        #main-page-seo-per *::before,
        #main-page-seo-per *::after {
            box-sizing: border-box;
        }

        #main-page-seo-per .main > section {
            max-width: 100%;
        }

        #main-page-seo-per .hero,
        #main-page-seo-per .cases-showcase,
        #main-page-seo-per .chart-section,
        #main-page-seo-per .packaje-uslugi,
        #main-page-seo-per .fallback-contact,
        #main-page-seo-per .trust-reasons,
        #main-page-seo-per .approach-process,
        #main-page-seo-per .home-reviews,
        #main-page-seo-per .about-result,
        #main-page-seo-per .mn-team-result,
        #main-page-seo-per .external-articles-slider,
        #main-page-seo-per .articles-slider-section,
        #main-page-seo-per .more-services,
        #main-page-seo-per .faq-wysiwyg-page {
            max-width: 100%;
            overflow-x: hidden;
        }

        @supports (overflow: clip) {
            #main-page-seo-per .hero,
            #main-page-seo-per .cases-showcase,
            #main-page-seo-per .chart-section,
            #main-page-seo-per .packaje-uslugi,
            #main-page-seo-per .fallback-contact,
            #main-page-seo-per .trust-reasons,
            #main-page-seo-per .approach-process,
            #main-page-seo-per .home-reviews,
            #main-page-seo-per .about-result,
            #main-page-seo-per .mn-team-result,
            #main-page-seo-per .external-articles-slider,
            #main-page-seo-per .articles-slider-section,
            #main-page-seo-per .more-services,
            #main-page-seo-per .faq-wysiwyg-page {
                overflow-x: clip;
            }
        }

        
        #main-page-seo-per .external-articles-slider .splide__track,
        #main-page-seo-per .articles-slider .splide__track,
        #main-page-seo-per .mn-team-result__slider .splide__track {
            overflow: hidden;
        }

        #main-page-seo-per .mn-team-result__slider .mn-team-result__arrow,
        #main-page-seo-per .mn-team-result__slider .mn-team-result__arrow:hover,
        #main-page-seo-per .mn-team-result__slider .mn-team-result__arrow:focus,
        #main-page-seo-per .mn-team-result__slider .mn-team-result__arrow:active {
            animation: none;
            transition: none;
            transform: none;
            filter: none;
            box-shadow: none;
            background: #c4d2fd;
            border: 0;
            opacity: 1;
        }

        #main-page-seo-per .mn-team-result__slider .mn-team-result__arrow img,
        #main-page-seo-per .mn-team-result__slider .mn-team-result__arrow svg,
        #main-page-seo-per .mn-team-result__slider .mn-team-result__arrow path {
            animation: none;
            transition: none;
            filter: none;
        }

        @media (max-width: 1024px) {
            #main-page-seo-per .container {
                width: min(100% - 32px, 1240px);
                max-width: min(100% - 32px, 1240px);
                margin-left: auto;
                margin-right: auto;
                padding-left: 0;
                padding-right: 0;
            }

            #main-page-seo-per img,
            #main-page-seo-per svg,
            #main-page-seo-per video {
                max-width: 100%;
            }

            #main-page-seo-per .cases-showcase,
            #main-page-seo-per .packaje-uslugi,
            #main-page-seo-per .fallback-contact,
            #main-page-seo-per .trust-reasons,
            #main-page-seo-per .approach-process,
            #main-page-seo-per .home-reviews,
            #main-page-seo-per .about-result,
            #main-page-seo-per .mn-team-result,
            #main-page-seo-per .external-articles-slider,
            #main-page-seo-per .articles-slider-section,
            #main-page-seo-per .more-services,
            #main-page-seo-per .faq-wysiwyg-page {
                overflow-x: hidden;
            }

/*             #main-page-seo-per .home-reviews .review-slider .splide__track, */
            #main-page-seo-per .external-articles-slider .splide__track,
            #main-page-seo-per .articles-slider .splide__track,
            #main-page-seo-per .mn-team-result__slider .splide__track {
                overflow: hidden;
            }
        }

        @media (max-width: 768px) {
            #main-page-seo-per .cases-showcase {
                padding: 44px 0 50px;
            }

            #main-page-seo-per .cases-showcase__header {
                text-align: left;
            }

            #main-page-seo-per .cases-showcase__title {
                font-size: 28px;
                line-height: 1.08;
            }

            #main-page-seo-per .cases-showcase__subtitle {
                margin-top: 10px;
                max-width: 100%;
                font-size: 13px;
                line-height: 1.25;
            }

            #main-page-seo-per .cases-showcase__grid {
                display: grid;
                grid-template-columns: 1fr;
                grid-auto-rows: auto;
                height: auto;
                gap: 10px;
                margin-top: 24px;
                overflow: hidden;
            }

            #main-page-seo-per .cases-showcase__card {
                grid-column: auto;
                grid-row: auto;
                width: 100%;
                min-width: 0;
                min-height: 138px;
                padding: 14px 44px 16px 14px;
                border-radius: 10px;
            }

            #main-page-seo-per .cases-showcase__card-title,
            #main-page-seo-per [class*="cases-showcase__card-title--"],
            #main-page-seo-per .cases-showcase__meta,
            #main-page-seo-per [class*="cases-showcase__meta--"] {
                width: auto;
                max-width: 100%;
                overflow-wrap: anywhere;
            }

            #main-page-seo-per .cases-showcase__card-title {
                font-size: 15px;
                line-height: 1.15;
            }

            #main-page-seo-per .cases-showcase__meta {
                font-size: 12px;
                line-height: 1.2;
            }

            #main-page-seo-per .cases-showcase__card--7 {
                padding-right: 44px;
            }

            #main-page-seo-per .cases-showcase__card--7::after,
            #main-page-seo-per .cases-showcase__laptop {
                display: none;
            }

            #main-page-seo-per .cases-showcase__arrow {
                right: 14px;
                bottom: 14px;
            }

            #main-page-seo-per .packaje-uslugi {
                padding: 44px 0;
            }

            #main-page-seo-per .packaje-uslugi__shell {
                margin-top: 22px;
                padding: 12px;
                border-radius: 16px;
                overflow: hidden;
            }

            #main-page-seo-per .packaje-uslugi__top {
                display: block;
            }

            #main-page-seo-per .packaje-uslugi__top-label {
                margin-bottom: 10px;
                font-size: 17px;
            }

            #main-page-seo-per .packaje-uslugi__tabs {
                display: flex;
                flex-wrap: nowrap;
                gap: 8px;
                max-width: 100%;
                overflow-x: auto;
                padding-bottom: 4px;
                scrollbar-width: none;
            }

            #main-page-seo-per .packaje-uslugi__tabs::-webkit-scrollbar {
                display: none;
            }

            #main-page-seo-per .packaje-uslugi__tab {
                flex: 0 0 auto;
                padding: 8px 12px;
                font-size: 12px;
            }

            #main-page-seo-per .packaje-uslugi__card {
                padding: 14px;
                border-radius: 14px;
                overflow: hidden;
            }

            #main-page-seo-per .packaje-uslugi__name {
                font-size: 28px;
                line-height: 1.05;
            }

            #main-page-seo-per .packaje-uslugi__subtitle {
                font-size: 18px;
            }

            #main-page-seo-per .packaje-uslugi__chips {
                gap: 8px;
            }

            #main-page-seo-per .packaje-uslugi__chip,
            #main-page-seo-per .packaje-uslugi__price {
                max-width: 100%;
                font-size: 14px;
                overflow-wrap: anywhere;
            }

            #main-page-seo-per .packaje-uslugi__cta {
                min-height: 0;
                padding: 22px 14px;
                border-radius: 14px;
            }

            #main-page-seo-per .packaje-uslugi__cta-title {
                font-size: 24px;
                line-height: 1.08;
            }

            #main-page-seo-per .packaje-uslugi__cta-text {
                font-size: 13px;
                line-height: 1.2;
            }

            #main-page-seo-per .packaje-uslugi__cta .calculate-button {
                width: 100%;
                max-width: 260px;
                height: 44px;
                font-size: 14px;
            }

            #main-page-seo-per .approach-process__inner {
                padding: 24px 12px;
                border-radius: 14px;
            }

            #main-page-seo-per .approach-process__title,
            #main-page-seo-per .approach-process__work-title {
                width: auto;
                font-size: 28px;
                line-height: 1.05;
            }

            #main-page-seo-per .approach-process__lead {
                font-size: 12px;
                line-height: 1.25;
            }

            #main-page-seo-per .approach-process__card {
                grid-template-columns: 42px minmax(0, 1fr);
                padding: 12px;
                border-radius: 10px;
            }

            #main-page-seo-per .approach-process__card-number {
                font-size: 42px;
            }

            #main-page-seo-per .approach-process__card-title {
                font-size: 20px;
                line-height: 1.05;
                overflow-wrap: anywhere;
            }

            #main-page-seo-per .approach-process__card-text {
                font-size: 12px;
            }

            #main-page-seo-per .approach-process__timeline {
                width: 100%;
                max-width: 100%;
                overflow: hidden;
            }

            #main-page-seo-per .approach-process__steps {
                gap: 38px;
            }

            #main-page-seo-per .approach-process__step {
                grid-template-columns: 52px minmax(0, 1fr);
                column-gap: 10px;
            }

            #main-page-seo-per .approach-process__step-icon {
                width: 52px;
                height: 52px;
            }

            #main-page-seo-per .approach-process__line {
                left: 20px;
                width: 10px;
            }

            #main-page-seo-per .approach-process__step-title {
                font-size: 21px;
                line-height: 1.05;
                overflow-wrap: anywhere;
            }

            #main-page-seo-per .approach-process__step-text {
                width: auto;
                max-width: 100%;
                font-size: 12px;
                overflow-wrap: anywhere;
            }

            #main-page-seo-per .external-articles_list .splide__arrows,
            #main-page-seo-per .article-splide-list .splide__arrows {
                left: 0;
                right: auto;
                top: 0;
                gap: 12px;
            }

            #main-page-seo-per .external-articles_list .splide__arrows,
            #main-page-seo-per .article-splide-list .splide__arrows {
                display: none;
            }

            #main-page-seo-per .external-articles_list .splide__arrow,
            #main-page-seo-per .article-splide-list .splide__arrow {
                width: 36px;
                height: 36px;
                min-width: 36px;
                min-height: 36px;
            }

            #main-page-seo-per .trust-reasons__panel {
                margin: 0;
                min-height: 0;
                padding: 22px 12px;
                border-radius: 14px;
                grid-template-columns: 1fr;
            }

            #main-page-seo-per .trust-reasons__title {
                font-size: 28px;
                line-height: 1.05;
            }

            #main-page-seo-per .trust-reasons__card {
                width: 100%;
                max-width: 100%;
                padding: 4px 10px 4px 24px;
                transform: none;
            }

            #main-page-seo-per .trust-reasons__item {
                font-size: 13px;
                line-height: 1.2;
                padding: 12px 0 12px 8px;
            }

            #main-page-seo-per .trust-reasons__item::before {
                left: -24px;
                width: 26px;
                height: 26px;
            }

            #main-page-seo-per .trust-reasons__stars,
            #main-page-seo-per .about-result__decor,
            #main-page-seo-per .fallback-contact__star {
                display: none;
            }

            #main-page-seo-per .about-result .about__us-container {
                grid-template-columns: 1fr;
                gap: 24px;
            }

            #main-page-seo-per .about-result__content,
            #main-page-seo-per .about-result__descr,
            #main-page-seo-per .about-result__proof,
            #main-page-seo-per .about-result__card {
                width: 100%;
                max-width: 100%;
            }

            #main-page-seo-per .about-result__card {
                transform: none;
            }

            #main-page-seo-per .external-articles-slider,
            #main-page-seo-per .articles-slider-section {
                padding: 46px 0;
            }

            #main-page-seo-per .external-articles_list,
            #main-page-seo-per .article-splide-list {
                width: 100%;
                max-width: 100%;
                padding-top: 0;
                overflow: hidden;
            }

            #main-page-seo-per .more-services__nav {
                display: none;
            }

            #main-page-seo-per .external-articles__list,
            #main-page-seo-per .articles-slider__list {
                gap: 0;
                width: 100%;
            }

            #main-page-seo-per .external-articles-slider .splide__slide,
            #main-page-seo-per .articles-slider .splide__slide {
                display: flex;
                justify-content: center;
                flex: 0 0 100%;
                width: 100%;
                max-width: 100%;
                min-width: 0;
                margin-right: 0;
                padding-right: 0;
            }

            #main-page-seo-per .external-article-card,
            #main-page-seo-per .article-card {
                box-sizing: border-box;
                width: calc(100% - 32px);
                min-width: 0;
                max-width: 400px;
                margin: 0 auto;
            }

            #main-page-seo-per .external-article-card > a,
            #main-page-seo-per .external-article-card__link,
            #main-page-seo-per .article-card__link {
                display: flex;
                flex-direction: column;
                height: 100%;
                width: 100%;
                max-width: 100%;
                color: inherit;
                text-decoration: none;
            }

            #main-page-seo-per .external-article-card__image,
            #main-page-seo-per .article-card__image {
                min-height: 0;
            }

            #main-page-seo-per .external-article-card__image {
                height: 180px;
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                gap: 12px;
                padding: 16px;
            }

            #main-page-seo-per .article-card__image {
                height: 180px;
            }

            #main-page-seo-per .external-article-card__content {
                flex: 1;
                padding: 15px;
                display: flex;
                flex-direction: column;
            }

            #main-page-seo-per .external-article-card__title,
            #main-page-seo-per .article-card__title,
            #main-page-seo-per .article-card__excerpt,
            #main-page-seo-per .external-article-card__excerpt {
                overflow-wrap: anywhere;
            }

            #main-page-seo-per .external-article-card__excerpt {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
                margin: 0;
            }

            #main-page-seo-per .more-services__grid {
                max-width: 100%;
            }

            #main-page-seo-per .more-services__card {
                box-sizing: border-box;
                min-width: 0;
            }

            #main-page-seo-per .more-services__actions {
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
                gap: 10px;
            }

            #main-page-seo-per .more-services__order-btn,
            #main-page-seo-per .more-services__details {
                min-width: 0;
                font-size: 13px;
            }

            #main-page-seo-per .fallback-contact .wdc-contact-box {
                min-height: 0;
                padding: 28px 14px 24px;
                border-radius: 14px;
            }

            #main-page-seo-per .fallback-contact .wdc-contact-box > h2 {
                font-size: 28px;
                line-height: 1.05;
            }

            #main-page-seo-per .fallback-contact .wdc-contact-box > p {
                font-size: 14px;
                line-height: 1.25;
            }

            #main-page-seo-per .fallback-contact .mone__form {
                width: 100%;
                grid-template-columns: 1fr;
            }

            #main-page-seo-per .fallback-contact .mone__form .wpcf7-form-control-wrap {
                grid-column: 1;
                grid-row: auto;
            }

            #main-page-seo-per .faq-wysiwyg-page .questions__container {
                width: min(100% - 32px, 1240px);
                max-width: min(100% - 32px, 1240px);
            }

            #main-page-seo-per .faq-wysiwyg-page__title {
                font-size: 28px;
            }

            #main-page-seo-per .faq-wysiwyg-page .spoiler__title {
                font-size: 21px;
                line-height: 1.08;
            }

            #main-page-seo-per .faq-wysiwyg-page .spoiler__content p {
                font-size: 13px;
                line-height: 1.25;
            }
        }

        @media (max-width: 480px) {
            #main-page-seo-per .container,
            #main-page-seo-per .faq-wysiwyg-page .questions__container {
                width: min(100% - 24px, 1240px);
                max-width: min(100% - 24px, 1240px);
            }

            #main-page-seo-per .cases-showcase__title,
            #main-page-seo-per .packaje-uslugi__title h2,
            #main-page-seo-per .external-article-title h2,
            #main-page-seo-per .articles-slider-title h2,
            #main-page-seo-per .more-services__title {
                font-size: 25px;
                line-height: 1.08;
            }

            #main-page-seo-per .more-services__actions {
                grid-template-columns: 1fr;
            }

            #main-page-seo-per .more-services__details {
                justify-self: start;
            }

            #main-page-seo-per .home-reviews .review__body-slide,
            #main-page-seo-per .external-article-card,
            #main-page-seo-per .article-card {
                width: calc(100% - 24px);
            }

            #main-page-seo-per .article-card__image {
                height: 150px;
            }

            #main-page-seo-per .external-article-card__image {
                height: 150px;
            }
        }
