.indextesting-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.indextesting-hero {
    width: 100%;
    background: linear-gradient(to right, #f0f0f0 50%, #ededed 50%);
}

.indextesting-hero-background {
    height: 500px;
    display: flex;
    align-items: center;
    background-image: url(images/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    justify-content: flex-end;
}

/*.main_10_banner{
    height: 130px;
    background-image: url(images/main/main_banner_10.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    background-position: center;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin:-130px auto 0 auto;
} */

.indextesting-hero-content {
    margin-right: 240px;
}

.indextesting-hero-text {
    text-align: center;
}

h1.indextesting-logo {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: #1d1d1b;
    font-family: "Jost";
    text-align: center;
    line-height: 0;
}

.indextesting-title {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #1d1d1b;
    font-family: "Jost";
    text-align: center;
    margin: 0;
    padding: 0;
}

.indextesting-subtitle {
    font-family: "Jost";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1d1d1b;
}

.indextesting-hero-image {
    flex: 1;
    text-align: right;
}

.indextesting-hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Buttons */
.indextesting-btn {
    font-family: "Jost";
    padding: 16px 40px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-decoration: none;
}

.indextesting-btn-primary {
    background-color: #ff4444;
    color: white;
}

.indextesting-btn-primary:hover {
    background-color: #e63939;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 68, 68, 0.3);
}

.indextesting-btn-secondary {
    background-color: #ff4444;
    color: white;
    margin-top: 50px;
}

.indextesting-btn-secondary:hover {
    background-color: #e63939;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 68, 68, 0.3);
}

/* About Section */
.indextesting-about {
    background-color: white;
    padding: 100px 0;
    position: relative;
}

.indextesting-section-title {
    font-family: "Jost";
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.indextesting-about-text {
    font-family: "Jost";
    font-weight: 300;
    max-width: 500px;
    margin: 0 auto 60px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #1d1d1b;
}

.indextesting-about-text p {
    font-family: "Jost";
    font-weight: 300;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #1d1d1b;
}

.indextesting-features {
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    max-width: 500px;
    justify-content: space-between;
    margin: 0 auto;
}

.indextesting-feature {
    text-align: center;
}

.indextesting-feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
}

.indextesting-feature-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Process Section */
.indextesting-process {
    background: #fbfbfb;
    padding: 80px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.indextesting-process-subtitle {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 60px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.indextesting-steps {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 20px;
}

.indextesting-step {
    flex: 1;
    position: relative;
    text-align: center;
}

.indextesting-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}

.indextesting-step-circle {
    width: 16px;
    height: 16px;
    background-color: #ff4444;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.indextesting-step-line {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 1;
}

.indextesting-step:last-child .indextesting-step-line {
    display: none;
}

.indextesting-step-content {
    text-align: center;
}

.indextesting-step-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.indextesting-step-text {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
}

/**/

.indextesting-container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

/* Прогресс-линия */
.indextesting-progress-wrapper {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
}

.indextesting-progress-line {
    position: relative;
    height: 2px;
    background-color: #9c9c9d;
    width: 100%;
    /* margin:0 50px;*/
}

.indextesting-progress-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #9c9c9d;
}

.indextesting-progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.indextesting-step-circle {
    width: 16px;
    height: 16px;
    background-color: #ff6b5a;
    border: 4px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 2px #9c9c9d;
}

.indextesting-step-circle:nth-child(1) {
    left: 0;
}

.indextesting-step-circle:nth-child(2) {
    left: 50%;
    transform: translate(-50%, -50%);
}

.indextesting-step-circle:nth-child(3) {
    right: 0;
}

.indextesting-steps-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    justify-content: center;
    justify-items: center;
    margin: 30px 0 80px 0;
}

.indextesting-step-item {
    text-align: center;
    padding: 0 20px;
}

.indextesting-step-item:nth-child(1) {
    width: 200px;
}
.indextesting-step-item:nth-child(2) {
    width: 250px;
}
.indextesting-step-item:nth-child(3) {
    width: 280px;
}

.indextesting-step-title {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #1d1d1b;
}

.indextesting-step-description {
    font-family: "Jost";
    font-size: 16px;
    line-height: 1.4;
    color: #1d1d1b;
}

.indextesting_bubble_left {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 1;
}
.indextesting_bubble_left img {
    width: 100%;
}
.indextesting_bubble_right {
    position: absolute;
    top: 246px;
    right: 80px;
    z-index: 1;
}
.indextesting_bubble_right img {
    width: 100%;
}
.indextesting_bubble_right2 {
    position: absolute;
    bottom: -60px;
    right: 0;
    z-index: 1;
}
.indextesting_bubble_right2 img {
    width: 100%;
}


@media (max-width: 575px) {
.limiter {
    max-width: 570px;
    min-width: 320px;
    margin: auto;
    clear: both;
}

.indextesting-progress-wrapper {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
    display: none;
}

.indextesting-container {
    max-width: 570px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.indextesting-hero-background {
        height: 530px;
        display: flex;
        align-items: flex-start;
        background-image: url(images/main_mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        background-position: center;
        justify-content: center;
}

.indextesting-hero-content {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 40px;
}
.indextesting-step-item {
    text-align: center;
    padding: 0 20px;
    position: relative;
}

    .indextesting-steps-content {
        display: flex;
        gap: 50px;
        justify-content: center;
        justify-items: center;
        margin: 30px 0 80px 0;
        flex-direction: column;
        align-items: center;
    }

.indextesting-step-item:before{content:"";width:26px;height:26px;background:url(images/curcle.svg);
	position: absolute;
        margin: 0 auto;
        background-repeat: no-repeat;
	left: 0;
        right: 0;
	top: -30px;
}

.indextesting_bubble_left, .indextesting_bubble_right, .indextesting_bubble_right2 {display:none;}

.indextesting-section-title {
    font-family: "Jost";
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.indextesting-about-text {
    font-family: "Jost";
    font-weight: 300;
    max-width: 500px;
    margin: 0 auto 0px;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    color: #1d1d1b;
}

.indextesting-features {
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
    max-width: 500px;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: column;
}
.indextesting-process {
    background: #fbfbfb;
    padding: 60px 0;
    text-align: center;
    position: relative;
    z-index: 2;
}

.indextesting-about {
    background-color: white;
    padding: 60px 0;
    position: relative;
}




}/*max-width: 575px*/
