

/* Start:/local/templates/inner_pages_2022/components/bitrix/catalog/news/bitrix/news.detail/.default/style.css?1758620221598*/
.news-gallery__foto-block {
    margin-bottom: 120px;
 }
.news-gallery__foto-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-gallery__foto-item {
    height: 220px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.news-gallery__foto-item img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/* End */


/* Start:/local/templates/inner_pages_2022/components/realweb/subscribe/subscribe_2022/style.css?17586202214012*/
.subscribe {
    margin: 64px 0 95px;
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.subscribe__container {
    max-width: 1000px;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.subscribe__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.subscribe__title-text {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    
    color: #000000;

    margin: 0 0 17px;
    text-align: left;
}

.subscribe__email-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;


    color: #000000;
    margin: 0 0 14px;
}


.subscribe__email {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 15px;
}

.subscribe__email input {
    background: #EFEFEF;
    border-radius: 10px;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    padding: 6px 15px;

    min-width: 360px;
    box-sizing: border-box;
    color: #000000;
}

.subscribe__check label,
.subscribe__check input:checked + label, 
.subscribe__check input:not(:checked) + label {
    display: inline-block;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    padding-left: 25px;
    color: #424242;
    min-height: 14px;
    position: relative;
}

.subscribe__check input {
    display: none;
}

.subscribe__check input:checked + label:after {
    content: "";
    position: absolute;
    left: 0px;
    top: calc(50% - 7px);
    border-radius: 2px;
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 60% 60%;
    background-position: center;
    background-image: url('/news/img/check.svg');
}

.subscribe__check input:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: calc(50% - 7px);
    border-radius: 2px;
    width: 14px;
    height: 14px;
    background-color: #FFFFFF;
    border: none;
}


.rslt_msg {
    display: none;
    margin: 0 0 15px;
    color: #BF0724;
    font-size: 14px;
}

.rslt_msg.show {
    display: block;
}

.subscribe__btn {
    background: #BF0724;
    border-radius: 10px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;

    color: #FFFFFF;
    padding: 6px 35px;
    border: none;
}

.subscribe__btn--mobile {
    display: none;
}

.subscribe__btn--desktop {
    display: inline-block;
}

.pop_up.pop_up--success.open {
    background-color: rgba(255, 255, 255, 0.6);
}

.pop_up--success .pop_up_body {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.pop_up--success p {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin-bottom: 41px;
}

.rslt_check {
    display: none;
}

.rslt_check.show {
    display: block;
    color: #BF0724;
    font-size: 14px;
}

@media (max-width: 1000px) {
    .subscribe__btn--mobile {
        display: inline-block;
        margin: auto;
    }

    .subscribe__btn--desktop {
        display: none;
    }

    .subscribe {
        padding: 25px 25px 30px;
    }


    .subscribe__container {
        max-width: 400px;

        flex-direction: column;
        gap: 20px;
    }

    .subscribe__title-text {
        text-align: center;
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .subscribe__check {
        margin-bottom: 30px;
    }

    main {
        width: 100% !important;
    }


}
/* End */
/* /local/templates/inner_pages_2022/components/bitrix/catalog/news/bitrix/news.detail/.default/style.css?1758620221598 */
/* /local/templates/inner_pages_2022/components/realweb/subscribe/subscribe_2022/style.css?17586202214012 */
