

/* Start:/local/templates/family/components/custom/news/news/style.css?1765812846647*/
/* news*/
.news-section .main_title_h1 {
    color: #FFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    margin-bottom: 60px;
}
@media (max-width: 1530px) {
    .news-section .main_title_h1 {
        font-size: 50px;
        line-height: 60px;
    }
}
@media (max-width: 1024px) {
    .news-section .main_title_h1 {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 500px) {
    .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/news/style.css?176581284614812*/
.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: 30px;
color: white;
    padding-bottom: 56px;
    line-height: 36px;
}
.news-item__text {
    color: #FFF;
    font-size: 24px;
    line-height: 33px;
}
.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: #fff;
    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: 35px;
    }
    .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__title {
        font-size: 30px;
    }
    .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: 0 0 30px 0;
    }
    .news-detai__item-date { font-size: 14px}
    .news-item__text {font-size: 16px;}
    .news-item__title {
        font-size: 26px;
    }
    .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;
    }
}














.form-input__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    width: 100%;
    color:white;
}
.form-input__counter {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    padding: 16px;
    border: 1px solid #fff;
    font-size: 24px;
    font-weight: 700;
}
.form-input__minus, .form-input__plus {
    cursor: pointer;
    width: 20px;
}

.form-input__minus:hover, .form-input__plus:hover {
    color:#FC0;
    -webkit-transition: all .3s;
    transition: all .3s;
}


.news-form__all{
    /*border: 1px solid white;*/
    left: 0;
    /*padding: 60px 50px;*/
    top: 1350px;
    margin: 50px 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-form__all h3 {
    color:white;
    font-size: 35px;
    line-height: 100%;
    margin-bottom: 40px;
    font-family: "Mulish";
}

.news-form {
    max-width:1000px;
    display: grid;
    grid-template-columns: 460px 1fr;
    justify-content: center;
}

/*.news__form {*/
/*    max-width: 400px;*/
/*    width: 100%;*/
/*    min-width: 400px;*/
/*    padding-top: 30px;*/
/*}*/

.news__form-text {
    padding-bottom: 10px;
}

.news__form-input{
    padding-bottom: 15px;
    width: 100%;
}

.news__form-input input {
    border: 1px solid #fff;
    outline: none;
    max-width: 600px;
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    padding: 8px 0 8px 12px;
    margin-bottom: 16px;
    background-color: transparent;
}

.news__form-input input::-webkit-input-placeholder {
    color: #fff;
}

.news__form-input input::-ms-input-placeholder {
    color: #fff;
}

.news__form-input input:-ms-input-placeholder {
    color: #fff;
}

.news__form-input input::placeholder {
    color: #fff;
}

.news__form-inputinput input.error {
    border-color: red;
}

.error-message {
    color: red;
    font-size: 16px;
    display: none;
    margin-top: 5px;
    margin-bottom: 8px;
}

.news__form-input input:hover, .news__form-input input:focus {
    border-color: #FC0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news__form-agreement {
    color:white;
    padding-top: 30px;
}

.news__form-agreement a {
    color: #FC0;
}

.barto-logo{
    max-width: 500px;
    padding-left: 80px;
}

.news__form-radio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.news__form-btn {
    display: block;
    border: 1px solid #FC0;
    position: relative;
    margin: 0 0 30px 0;
}

.news__form-btn label {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px;
    cursor: pointer;
    font-family: "IBM Plex Serif", serif;
}

.news__form-btn label p {

    padding: 0;
}

.news__form-btn label p:first-child {
    font-size: 20px;
    font-weight: 500;
}

.news__form-btn label p:last-child {
    margin-top: 15px;
    font-size: 30px;
    font-weight: 600;
}

input#with-map, input#without-map {
    display: none;
}

input[type="radio"]:checked + label {
    background: #FC0;
    color: #FFFFFF;
    opacity: 0.5;
}

.news__form-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-top: 40px;*/
    font-family: "IBM Plex Serif", serif;
}

.news__form-text {
    color:white;
}

.news__form-text span:first-child {
    font-size: 20px;
    font-weight: 500;
}

.news__form-text span:last-child {
    font-size: 30px;
    font-weight: 600;
}

.news__form-text span {
    font-size: 20px;
}

.news-form__button {
    background: transparent;
    padding: 17px 30px 15px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
    font-family: "Mulish";
}
.news-form__button:hover{
    background-color:white;
    color:black;
}

.news__form-img {
    justify-self: center;
    align-self: center;
}

.news__form-img svg:first-child {
    margin: 0 auto;
}

.news__form-img svg:last-child {
    margin-top: 30px;
}

.news__form-img svg {
    max-width: 300px;
    display: block;
}


.modal-times__input {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
}

.modal-times__input label {
    width: 100%;
    padding: 8px 15px;
    background: #fff;
    color: #191A1C;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-right: 40px;
}

.modal-times__input:last-child {
    margin-right: 0;
}

.news__form-promocode {
    padding-bottom: 40px;
}

.news__form-promocode input{
    flex: 1 1 0;
}

.news__form-promocode-wrapper {
    display: flex;
    padding-bottom: 15px;
}

.promo__result{
    color: green;
}

.promo-error{
    color: red;
}


.news__form-promocode button{
    margin-left: 40px;
    border: 1px solid #D4D4D4;
    width: 140px;
    padding: 8px 10px;
}

.order-table {
    display: flex;
    height: 500px;
    border: #FC0 solid 2px;
    border-radius: 10px;
    padding: 30px 150px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 15;
    font-family: 'Mulish';
    color: white;
}

.order-table p {
    font-family: "IBM Plex Serif", serif;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

@media (max-width: 1400px) {

    .news-form__all {
        left: 0;
        padding: 30px 50px;
        top: 1350px;
        margin: 50px 0 30px;
    }

    .news-form__all h3 {
        font-size: 35px;
    }

    .order-table {
        width: 100%;
        padding: 30px 50px;
        height: 700px;
    }
}

@media (max-width: 1200px) {

    .news-form__all h3 {
        font-size: 30px;
        line-height: 100%;
    }
}


@media (max-width: 1120px) {

    .news-form__all {
        padding: 30px;
        margin: 50px 0 30px;
    }

    .bottom-img {
        grid-column-start: 1;
        grid-row-start: 1;
    }

    .news__form-img svg {
        max-width: 210px;
    }

    .news__form-img {
        display: none;
    }

    .order-table {
        width: 100%;
        padding: 30px;
        height: 500px;
    }
}

@media (max-width: 768px) {
    .news-form__all {
        margin: 40px 0;
        padding: 20px 15px;
    }

    .news-form {
        display: block;
    }

    .news-form__all h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .news__form-text span {
        font-size: 20px;
    }

    .order-table p {
        font-size: 25px;
    }
}

@media (max-width: 576px) {

    .news-form__all {
        margin: 20px 0;
    }
    .news-item__button {
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }

    .news__form-btn label p:first-child {
        font-size: 12px;
        text-align: center;
        line-height: 120%;
    }

    .news__form-btn label p:last-child {
        font-size: 20px;
        text-align: center;
    }

    .news__form-submit {
        display: block;
        /*margin-top: 20px;*/
    }

    .news-form__button {
        width: 100%;
        margin-top: 30px;
    }

    .news-form__all h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .news__form-btn {
        margin-bottom: 15px;
    }

    .news__form-btn label {
        padding: 20px 10px;
    }

    .news__form-text {
        display: flex;
        justify-content: space-between;
    }

    .news__form-text span {
        display: block;
    }

    #summary {
        display: inline-block;
    }

    .news__form-text span:first-child {
        font-size: 16px;
    }

    .news__form-text span:last-child {
        font-size: 20px;
        white-space: nowrap;
    }


    /*.news__form-agreement {
        padding: 0;
    }*/

    .order-table {
        width: 100%;
        padding: 30px;
        height: 350px;
        gap: 0;
    }
}

/* End */
/* /local/templates/family/components/custom/news/news/style.css?1765812846647 */
/* /local/templates/family/components/bitrix/news.detail/news/style.css?176581284614812 */
