


.atest-wrap {
    padding: 11px 0;
    background: #ffffff;
}
.atest-btn-purple:hover{
    text-decoration: none !important;
}
.atest-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
margin-top: 49px;
    border-radius: 0px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.atest-buttons img {
   border-radius: 0px !important; 
}
.atest-content-into{
        background: #fff;
    padding: 42px 42px;
}
.text-2xl {
    font-size: 1.4rem;
}

.atest-title {
 
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.atest-subtitle {
    
    font-size: 18px;
    margin-bottom: 19px;
}

/* Expert Section */
.atest-expert {
display: flex;
    gap: 15px;
    margin-bottom: 18px;
    align-items: flex-start;
    align-items: center;
}

.atest-expert-photo {
    flex-shrink: 0;
}

.atest-expert-img {
width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.atest-expert-info {
    flex: 1;
}

.atest-expert-name {

    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 5px !important;
    /* border-bottom: 1px solid #000; */
    display: inline-block !important;
    /* padding-bottom: 5px;*/
}

.atest-expert-position {

    font-size: 16px;
    margin-bottom: 15px !important;
}

.atest-expert-text {

    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 400;
}

.atest-btn-purple {
    display: inline-block;
    background: #9333ea !important;
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.atest-btn-purple:hover {
    background: #7c3aed !important;
}

/* Features Section */
.atest-features {
      display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 23px;
    margin-top: 42px;
}

.atest-cta .text-component h2 {
    margin-top: 0rem !important;
}

.atest-feature-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.atest-feature-icon {
flex-shrink: 0;
    width: 100px;
    height: 100px;
}

.atest-feature-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.atest-feature-content {
    flex: 1;
}

.atest-feature-title {
    color: #212121;
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
    padding-top: 0px;
}

.atest-feature-text {
    color: #4F4F4F;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}
.atest-feature-item p{

}
/* CTA Section */
.atest-cta {
    text-align: center;
    padding-top: 9px;
    /* border-top: 1px solid #e2e8f0; */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding-bottom: 33px;
    padding-left: 35px;
    padding-right: 35px;
}
.atest-cta-title.ez-toc-ignore{
    font-size: 20px !important;
}

.atest-wrap .atest-cta-title .ez-toc-section{
    display: none !important;
}
.atest-wrap .ez-toc-section-end{

}

.atest-cta-title {
 .atest-cta-title {
    color: #212121;
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 15px !important;
}
}

.atest-cta-link {
 margin-bottom: 15px !important;
    line-height: 18px;
}

.atest-cta-link a {
   color: #3B23D9;
    text-decoration: underline;
    font-size: 16px
}

.atest-cta-link a:hover {
    color: #1d4ed8;
}
.atest-buttons a{
    color: white !important;
}
.atest-buttons a:hover{
    text-decoration: none !important;
}
.atest-cta-text {
    color: #4F4F4F;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px !important;
}

.atest-cta-note {
color: #4F4F4F;
    font-size: 16px;
    margin-bottom: 30px !important;
}

.atest-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.atest-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.atest-btn-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.atest-btn-purple {
    background: #3B23D9 !important;
    color: #ffffff !important;
    border-radius: 40px;
    font-size: 16px;
}

.atest-btn-purple:hover {
    background: #7c3aed;
}

.atest-btn-green {
       background: #10b981 !important;
    color: #ffffff;
    border-radius: 40px;
}

.atest-btn-green:hover {
    background: #059669 !important;
}

.atest-btn-pink {
    border-radius: 50px;
    background: #F25E6C !important;
    color: #ffffff;
}

.atest-btn-pink:hover {
    background: #db2777 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .atest-content {
        padding: 20px;
    }

    .atest-title {
        font-size: 28px;
    }

    .atest-subtitle {
        font-size: 18px;
    }

    .atest-expert {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .atest-expert-name {
        border-bottom: none;
    }

    .atest-feature-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .atest-buttons {
        flex-direction: column;
    }

    .atest-btn {
        width: 100%;
        justify-content: center;
    }
}
@media (max-width: 500px) { 
.atest-content-into {
    background: #fff;
    padding: 23px 17px;
}
.atest-content-into .atest-title {
        margin-top: 0rem;
}

.atest-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 18px;
    margin-top: 15px;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.atest-content-into .text-component h2 {
    margin-top: 1.25rem;
    margin-bottom: 0rem;
    font-size: 2rem;
    font-weight: 700;
}
    .atest-expert {
        flex-direction: row;
        align-items: center;
        text-align: inherit;
    }
    .atest-features {
        display: block;
        margin-bottom: 20px;
        margin-top: 42px;
    }
    .atest-feature-item {
        display: block !important;
        width: 100%;
        margin-bottom: 20px;
        background: #fff;
        border-radius: 12px;
        padding: 20px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    }
    .atest-feature-icon {
        float: left !important;
        width: 92px;
        height: auto;
        margin-right: 20px;
        margin-bottom: 3px;
        flex-shrink: 0;
    }
    .atest-feature-icon img {
        width: 100px;
        height: auto;
        object-fit: contain;
        display: block;
    }
    .atest-feature-content {
        display: block !important;
        flex: none !important;
        text-align: start;
    }
    .atest-feature-title {
        margin-top: 0;
        margin-bottom: 8px;
    }
    .atest-feature-text {
        margin: 0;
    }
    .atest-feature-title {
        margin-top: 0;
        margin-bottom: 8px;
    }
    .atest-feature-text {
        margin: 0;
    }
    /* RTL поддержка */
    [dir="rtl"] .atest-feature-icon,
    .rtl .atest-feature-icon {
        float: right !important;
        margin-right: 0;
        margin-left: 20px;
    }
    [dir="ltr"] .atest-feature-title{

    
    font-size: 17px !important;
    }

 .atest-features>div:nth-child(5) .atest-features{
        float: left !important;
        width: 92px;
        height: auto;
        margin-right: 20px;
        margin-bottom: 19px;
        flex-shrink: 0;
    }
.atest-wrap .container{
        width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0rem;
    padding-left: 0rem;
}
.atest-wrap{
        width: auto;
    margin-left: -15px;
    margin-right: -15px;
}
.atest-cta {
    text-align: center;
    padding-top: 30px;
    /* border-top: 1px solid #e2e8f0; */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding-bottom: 33px;
    padding-left: 11px;
    padding-right: 11px;
}
 }
 @media (max-width: 395px) {  
    .atest-btn-purple{
font-size: 14px;
    }

 }

