

/* Start:/local/templates/family/components/custom/special_offers/special_offers/style.css?1765812846970*/
/* news*/
.news-section .main_title_desc   {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 37px;
    text-align: center;
    margin-bottom: 50px;
}
.news-section .main_title_h1 {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    margin-bottom: 70px;
}
@media (max-width: 1530px) {
    .news-section .main_title_h1 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (max-width: 1024px) {
    .news-section .main_title_desc {font-size: 20px;line-height: 28px;}
    .news-section .main_title_h1 {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 500px) {
    .news-section .main_title_desc {font-size: 16px;line-height: 23px;}
    .news-section .main_title_h1 {
        margin-bottom: 20px;
        font-size: 26px;
        line-height: 31px;
    }
}

/*end news*/
/* End */


/* Start:/local/templates/family/components/bitrix/news.detail/special_offers/style.css?17658128466424*/
.news-item {
    display: grid;
    grid-template-columns: 6fr 8fr;

    position: relative;
    gap: 30px;
    margin-bottom: 140px;
}
.news-detai__item-date { color: white; font-size: 16px;line-height: 19px;margin-bottom: 40px;
}
.gallery-news-list {
    color: white;
}

.gallery-news-item {
    height: 100%;
    display: block;
}

.gallery-news-item img {
    width: 100%;
    height: 100%;border-radius: 70px
}

.gallery-news-list .left {    display: grid;
    grid-template-columns: 1010px auto;
    grid-template-areas:
        "block1 block2"
        "block1 block3";   gap: 30px;margin-bottom:30px;align-content: space-between;
    justify-content: space-between; }
.gallery-news-list .left .block1 {grid-area: block1; }
.gallery-news-list .left .block2 {min-height: 50%;        max-width: 490px;grid-area: block2; }
.gallery-news-list .left .block3 {      max-width: 490px;min-height: 50%;grid-area: block3;     }

.gallery-news-list .right {    display: grid;
    grid-template-columns:  auto 1010px;
    grid-template-areas:
        " block2 block1"
        " block3 block1";   gap: 30px;margin-bottom:30px;align-content: space-between;
    justify-content: space-between; }
.gallery-news-list .right .block1 {grid-area: block1; }
.gallery-news-list .right .block2 {min-height: 50%;        max-width: 490px;grid-area: block2; }
.gallery-news-list .right .block3 {      max-width: 490px;min-height: 50%;grid-area: block3;     }
.gellery_title {  font-size: 60px;line-height: 72px;text-align: center; margin-bottom: 60px}

.news-item__title {
    font-size: 50px;
    color: white;
    padding-bottom: 50px;
    line-height: 62px;
}
.news-item__text {
    color: white;
    font-size: 30px;
    line-height: 37px;
}
.news-item__right {
    width: 100%;
    height: 100%;
}
.news-item__img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.news-item__img img {
    width: 100%;
    object-fit: contain;
}
.news-item__img.news-item__img_mobile {
    display: none;
}
.news-item__button {
    display: inline-block;
    margin-top: 25px;
    background: #A3897A;
    opacity: 0.5;
    padding: 17px 30px 15px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.form_end_event {      border-radius: 70px;
    background: #FC0;

    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 297px;
    overflow: hidden;
    margin-bottom: 140px;}
.form_end_event .bg {        position: absolute;
    left: -3px;
    bottom: 47px;}
.form_end_event .bg-two {      position: absolute;
    right: 0;
    bottom: -122px;}
.form_end_event .mob-bg {     display: none;
    position: absolute;
    left: -3px;
    bottom: 41px; }
.form_end_event .mob-bg-two {      display: none;
    position: absolute;
    right: 0;
    bottom: 0px;}
.form_end_event h3 {  font-size: 50px;line-height: 52px; text-align: center;position: relative;}

@media (max-width: 1700px) {
    .gallery-news-list .left {         gap: 30px;   grid-template-columns: 68% auto;}
    .gallery-news-list .left {         gap: 30px;   grid-template-columns: 68% auto;}
    .gallery-news-list .right {         gap: 30px;   grid-template-columns:  auto 68%;}
    .gallery-news-list .right {         gap: 30px;   grid-template-columns:  auto 68%;}
    .form_end_event h3 {  font-size: 40px; line-height: 50px;}

}
@media (max-width: 1400px) {
    .news-item {
        grid-template-columns: 5fr 7fr;
    }
}
@media (max-width: 1200px) {
    .form_end_event h3 {  font-size: 30px; line-height: 37px;}
    .gellery_title {  font-size: 50px;line-height: 60px; margin-bottom: 60px}
    .news-item {
        grid-template-columns: 1fr 1fr;
    }
    .news-item__title {
        font-size: 40px;line-height: 50px;
    }
    .gallery-news-item img {
        border-radius: 40px
    }

}
@media (max-width: 1024px) {
    .gellery_title {  font-size: 40px;line-height: 48px; margin-bottom: 40px}
    .news-item  {      display: flex;flex-direction: column;}
    .news-item__title { padding-bottom: 20px }
    .news-detai__item-date { margin-bottom: 30px}
    .news-item__text {font-size: 20px;line-height: 28px;}
    .news-item__img img { max-height: 100%}
    .gallery-news-list .block {         gap: 20px;  }
    .form_end_event {  margin-bottom: 80px}
}

@media (max-width: 992px) {
    .news-item {
        grid-template-columns: 1fr;
        padding-top: 0;
        margin-top: 0;
    }

    .news-item__right {
        grid-column-start: 1;
        grid-row-start: 1;
    }
    .bottom-img {
        grid-column-start: 1;
        grid-row-start: 1;
    }
}
@media (max-width: 768px) {
    .form_end_event .bg-two {     position: absolute;
        right: -106px;
        bottom: -64px; }

    .gellery_title {  font-size: 26px;line-height: 31px; margin-bottom: 20px}

    .news-item {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .news-item__title{
        padding-bottom: 17px;
    }
    .news-detai__item-date { font-size: 14px}
    .news-item__text {font-size: 16px;line-height: 20px}
    .news-item__title {
        font-size: 26px;line-height: 32px;
    }
    .gallery-news-item img {
        border-radius: 20px
    }
    .gallery-news-list .block {  display: block; margin-bottom: 10px}
    .gallery-news-item {     height: auto;}
    .gallery-news-item img  {     height: auto;}
    .gallery-news-list  .block1 { margin-bottom:10px }
    .gallery-news-list  .block2 {   min-height: auto !important;   max-width: 100% !important; margin-bottom:10px }
    .gallery-news-list  .block3 {   min-height: auto !important;   max-width: 100% !important; margin-bottom:10px }
}

@media (max-width: 576px) {
    .form_end_event {  margin-bottom: 10px}
    .form_end_event .mob-bg {     display: block;}
    .form_end_event .mob-bg-two {     display: block;}
    .form_end_event .bg {    display: none }
    .form_end_event .bg-two {    display: none }
    .form_end_event h3 {  font-size: 20px;line-height: 25px;    padding: 0 10px;}
    .form_end_event {  height: 202px;}
    .news-item {
        margin-bottom: 20px;
    }
    .news-item__img img {
        max-height: 290px;
    }
}


/* End */
/* /local/templates/family/components/custom/special_offers/special_offers/style.css?1765812846970 */
/* /local/templates/family/components/bitrix/news.detail/special_offers/style.css?17658128466424 */
