

/* Start:/local/templates/fastener/components/bitrix/catalog/fastener/bitrix/catalog.section.list/.default/style.css?1694343452954*/
.header__infoPopUp{
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 1rem;
    justify-content: center;
    z-index: 1000;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0, 0.5);
    display: none;
}

.header__infoPopUp.active{
    display: flex;
}

.infoPopUp__wrap{
    width: 100%;
    max-width: 600px;
    background: #fff;
    height: fit-content;
    border-radius: 0.5rem;
    overflow: hidden;
}

.infoPopUp__header{
    padding: 1rem 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #0b9a42;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5;
}

.infoPopUp__content{
    padding:1.5rem 2rem;
}

.infoPopUp__close{
    cursor: pointer;
    transition: 0.3s;
}

.infoPopUp__close:hover{
    opacity: 0.85;
}

.infoPopUp__close svg{
    width: 20px;
    height: 20px;
    fill: #fff;
}
/* End */
/* /local/templates/fastener/components/bitrix/catalog/fastener/bitrix/catalog.section.list/.default/style.css?1694343452954 */
