

/* Start:/local/templates/dresscode_lk/components/bitrix/news.list/guaranty/style.css?17903352494884*/

.container-ng {
    display: flex;
    margin: 80px auto 0;
    width: 100%;
    justify-content: center;
    max-width: 1680px;
    padding: 0 18px;
}
@media (max-width: 800px) {
    .container-ng {
        margin: 60px auto 0;
    }
}
@media (max-width: 480px) {
    .container-ng {
        margin: 40px auto 0;
    }
}

.ng-zero {
    margin-top: 0 !important;
}
@media (max-width: 480px) {
    .ng-zero {
        margin-top: 0 !important;
    }
}

.wrapper_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.h2-title{
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 24px;
    @media(max-width: 900px){
        text-align: center;
    }
    @media(max-width: 480px){
        font-size: 16px;
    }
}
.page_title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
    @media (max-width: 800px) {
        text-align: center;
    }
    @media (max-width: 480px) {
            gap: 16px;
            margin-bottom: 24px;
            text-align: center;  
    }
}
.page_title .primary_btn{
    @media(max-width: 800px){
        margin-inline: auto;
    }
}


.header_page_title {
    font-family: Roboto;
    font-weight: 500 !important;
    font-style: Medium;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
@media (max-width: 480px) {
    .header_page_title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
        
    }
}

.text-start {
    text-align: start;
}

.header_page_title.text-start{
    @media(max-width: 800px){
        text-align: center;
    }
}


.garant .defaul_txt{
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    max-width: 1394px;
    @media(max-width: 480px){
        font-size: 14px;
        line-height: 140%;
        text-align: start;
    }
}
.garant_wrapper{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 24px;
    @media(max-width: 800px){
        grid-template-columns: repeat(2, 1fr);

    }
    @media(max-width: 480px){
          grid-template-columns: 1fr;
          gap: 12px;
    }
}

.garant_card{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #6EC1F90F;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #DFDFDF;
    position: relative;
    @media(max-width: 480px){
        gap: 12px;
        padding: 12px;
    }
}
.garant_card .full_size_img {
    width: 100%;
    max-height: 370px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.garant_card .full_size_img img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

/* Стили для попапа */
/* Попап (оверлей) */
.popup_zoom {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9); 
    backdrop-filter: blur(5px); 
    z-index: 1000;
    transition: all 0.3s ease;
}

.popup_zoom.active {
    display: flex;
}

/* Контейнер для изображения */
.popup_zoom .zoom-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 90vh;
    @media(max-width: 800px){
        height: 70vh;
    }
}

/* Само изображение */
.popup_zoom .zoom-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Кнопка закрытия (крестик) */
.popup_zoom .zoom-wrapper svg[close-popup] {
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
    z-index: 11;
    @media(max-width: 800px){
        top:90px;
    }
}

.popup_zoom .zoom-wrapper svg[close-popup]:hover {
    cursor: pointer;
}

.h3-grand,
.garant_card .default_text{
    color: #1F1F1F;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

    @media(max-width: 800px){
        font-family: Roboto;
        font-size: 18px;
    }
}
.garant_card .default_text{
font-weight: 500;
}


.limiter {
    padding: 0 !important;
}

#right {
    padding-left: 0 !important;
    padding-bottom: 80px !important;
}
/* End */
/* /local/templates/dresscode_lk/components/bitrix/news.list/guaranty/style.css?17903352494884 */
