

/* Start:/local/templates/tm_waveanapa/components/bitrix/news.detail/sr_offer_for_sponsor/style.css?17878252192610*/
.sr-offers-top {
    position: relative;
    margin-bottom: 4rem; 
   
}
.sr-offer-main{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.sr-ano-badge-card-name {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
} 
.sr-section-title { 
    letter-spacing: -0.02em;
}

  .sr-grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.2rem;
    align-items: stretch;
}  

.sr-offers-top-ds{
    flex: 1;
}
 
.sr-text-content {
    font-size: 1.8rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 1);
}

  .sr-media-frame {
    position: relative;
    border-radius: 1rem;
    overflow: hidden; 
    display: flex;
}  

  .sr-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}  

 
.sr-offer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.6rem;
} 
.sr-comp-timeline {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}   
.sr-statement-card {  
    display: flex;
    flex-direction: column;
}

.sr-statement-body-item {
    flex: 1; 
}

.sr-statement-body-item>span {
    font-weight: 800;
    display: flex;
    justify-content: center;
    width: 100%;
}

.sr-statement-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
    margin-bottom: 2.4rem;
    padding-bottom: 2rem;
    border-bottom: 0.1rem solid var(--color-black--008);
}
 
.sr-statement-icon {
    color: var(--color-blue-500);
}

.sr-statement-body {
    font-size: 1.8rem;
    line-height: 1.7;
    color: var(--color-white);
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.sr-include-wrapper {
    margin-top: 6rem;
    padding-top: 5rem;
    border-top: 0.1rem solid var(--color-black--008);
}

@media (max-width: 992px) {
    .sr-ano-badge-card {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        margin: 1rem 1rem 0 1rem;
        max-width: inherit;
        width: inherit;
        background: var(--color-black--04);
    }

    .sr-offers-top {
        margin-bottom: 2rem;
        height: inherit;
    }
}

@media (max-width: 768px) {
    .sr-statement-body {
        flex-direction: column;
    }

    .sr-statement-card {
        padding: 2rem 1rem;
    }

    .sr-statement-header {
        padding: 0;
        justify-content: center;
    } 
    .sr-grid-2col {
        grid-template-columns: 1fr;
    } 
}
/* End */
/* /local/templates/tm_waveanapa/components/bitrix/news.detail/sr_offer_for_sponsor/style.css?17878252192610 */
