

/* Start:/bitrix/templates/rodnik72/components/bitrix/news/tours/style.css?169709588910697*/
.camp-session {
    display: flex;
    padding: 24px;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    align-self: stretch;

    border-radius: 16px;
    background: #F9F9F9;
    margin-bottom: 24px;
}

.camp-session:last-child {
    margin-bottom: 0;
}

.camp-session__title {
    color: #262626;

    font-size: 34px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 40.8px */
    margin-bottom: 16px;
}

.camp-session__description {
    margin-top: 24px;
    color: #302F2F;

    font-size: 16px;
    font-style: normal;
    line-height: 170%; /* 27.2px */
}

.camp-session__container {
    position: relative;
    margin-top: 120px;
}

.camp-session-main-info__container {
    position: absolute;
    top: -190px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1086px;
    width: 100%;

    padding: 24px 36px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);

    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.06);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.camp-session-main-info__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.camp-session-main-info__item {
    color: #1193B8;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    max-width: 25%;
}

.camp-session-main-info__content {
    min-height: 54px;
    color: #757575;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-link__item {
    display: flex;
    padding: 24px 22px;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;

    border-radius: 16px;
    background: #FFF;

    transition: all .2s linear;

    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.06);
}

.document-link__item:hover {
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.12);
}

.document-link__item img {
    width: 59px;
    height: 59px;
}

.camp-session__container .banner-colored__tours h2 a {
    color: inherit;
    font: inherit;
    text-decoration: underline;
    text-underline-offset: 4px;
}

@media screen and (max-width: 1000px) {
    .camp-session {
        flex-wrap: wrap;
    }

    .camp-session__container {
        margin-top: 36px;
    }
    .camp-session__title {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 30px */
    }

    .camp-session-main-info__container {
        position: unset;
        padding: 16px;
        flex-direction: column;
        gap: 16px;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 24px;

        box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.06);
    }

    .camp-session-main-info__item {
        max-width: 100%;
        width: 100%;
    }

    .camp-session-main-info__item .only-desktop {
        display: none;
    }

    .camp-session-main-info__title {
        font-size: 18px;
    }

    .camp-session-main-info__content {
        font-size: 14px;
        font-weight: 400;
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .camp-session__description {
        font-size: 14px;
    }
}

/* Блок, взятый из /kupit-putevku/index */
.cashback {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.cashbaсk__title {
    color: #3A539B;
    margin-bottom: 48px;

    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.cashback__title2 {
    margin-bottom: 32px;
}

.warning {
    background: rgba(242, 101, 34, 0.4);
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 54px;
}

.warning__title {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
}

.warning__text {
    max-width: 554px;
    color: #1F1F1F;
    font-family: 'Roboto Condensed';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.warning__text_note {
    font-weight: 300;
}

.cashback__cards {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.cashback__card {
    max-width: 320px;
    background-color: rgba(34, 167, 240, 0.4);

    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card__number {
    padding: 30px 32px 0 20px;

    font-family: 'Sansita';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
}

.card__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;

}

.card__title {
    margin: 32px 32px 16px 0;
    align-self: center;
    font-size: 17px;
    line-height: 18px;
}

.card__description {
    margin: 32px 18px 40px;
}

.button__register {
    margin: 0 30px;
    padding: 10px 88px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    box-shadow: -3px 3px 3px -2px rgba(0,0,0,0.3);
    background-color: #22A7F0;
    transition: all 0.3s ease-in-out;
}

.button__register:hover {
    color: rgba(34, 167, 240, 0.8);
    background: #fff;
}

.shift__table {

}

.shift {
    margin-bottom: 26px;
}
.shift:last-child {
    margin-bottom: 46px;
}

.shift__title {
    color: #3A539B;
    font-size: 22px;
}

.shift__description {
    margin: 16px 0 0;
}

.shift__container {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #A7DCF9;
}

.shift__button {
    padding: 8px 78px;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    background-color: #22A7F0;
    border: 2px solid #22A7F0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.shift__button.grey {
    background-color: #afafaf;
    border: 2px solid #afafaf;
    color:#000;
}
.shift__button:hover {
    color: rgba(34, 167, 240, 0.8);
    background: #fff;
}

.shift__button:hover {
    color: rgba(34, 167, 240, 0.8);
    background: #fff;
}

.status { padding:20px; font-size:20px; margin: 20px 0;text-align: center;}
.status.success { background-color: #baeeba; }
.status.failure { background-color: #eebaba;}

.flex1{-webkit-box-flex: 1;-ms-flex: 1 0 0px;flex: 1 0 0;}
.flex2{-webkit-box-flex: 2;-ms-flex: 2 0 0px;flex: 2 0 0;}


.fancybox-inner {
    scrollbar-width: thin;
    scrollbar-color: #ebebeb transparent;
}
.fancybox-inner::-webkit-scrollbar {
    width: 8px;
}
.fancybox-inner::-webkit-scrollbar-thumb {
    background: #bfbfbf;
}
.fancybox-inner::-webkit-scrollbar-track {
    background: #fff;
}

.modals__order-w textarea,
.modals__order-w input[type="text"],
.modals__order-w input[type="password"],
.modals__order-w input[type="date"],
.modals__order-w select {
    border: 1px solid #c0cad5;
    font-family: Tahoma;
    font-size: 13px;
    margin: 0;
    padding: 6px;
    width: 100%;
    background: #fff;
}
.modals__order-w * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.modals__order-w { width:60vw; padding: 10px; }
.modals__order-w [type="text"] {
    padding: 10px;
}
.modals__order-w div.h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; }
.modals__order-w .modal__field-title{ margin-top: 0px; margin-bottom: 5px; }
.modals__order-w .consult-form-title{font-size: 20px;  text-align: center;}
.modals__order-w textarea {height: 65px; resize: none;}
.voucher-col{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between}
.voucher-col .modal__row:first-child{margin-right: 10px;}
.voucher-date-input{width: 213px;}
.voucher-date-input input{ padding: 8px;}
.modals__order-w .voucher-input-w div:first-child{margin-right: 10px;}
.modals__order-w .chill__green-btn{background: #f26522; border: 1px solid #f26522; border-radius: 5px;}
.modals__order-w .chill__green-btn:hover{background: #fbcd1f; border: 1px solid #f26522}
.modals__order-w .modal__rows > .modal__row+.modal__row { padding-top:10px;}

.logo__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 28px;
    padding: 14px 162px 14px 42px;
    background-color: rgba(34, 167, 240, 0.4);
}

.mir__title {
    font-family: 'Roboto Condensed';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.mir__description {
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.available__buy {
    margin: 36px 0;
    font-weight: bold;
    font-size:20px;
    text-align: center;
}


@media screen and (max-width: 700px){
    .modals__order-w { width:initial;  }
}
@media screen and (max-width: 480px){
    /*ÐœÐ¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ðµ Ð¾ÐºÐ½Ð¾ */

    /*Ð—Ð°ÐºÐ°Ð·Ð°Ñ‚ÑŒ Ð¿ÑƒÑ‚ÐµÐ²ÐºÑƒ*/
    .voucher-col, .voucher-input-w{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .voucher-date-input{width: 100%}
    .modals__order-w .voucher-input-w div:first-child{margin-right: 0;}
    .modals__order-w .voucher-col .modal__row:first-child{margin: 0}
    .modals__order-w .voucher-email input{width: 100%}

}
/* Блок, взятый из /kupit-putevku/index */


.tour__slider {
    margin-bottom: 40px;
}

.tour-item__container img {
    max-width: 304px;
    min-width: 304px;
    min-height: 260px;
    max-height: 260px;
    width: 100%;
    margin: 0 12px;
}

.tour-item__container {
    position: relative;
}

.gallery__description {
    display: block;
    position: absolute;
    text-align: right;
    right: 32px;
    left: 32px;
    bottom: 16px;
    color: #fff;
    padding: 4px 16px;
    margin-left: 16px;
    background-color: rgba(0, 0, 0, 0.4);
    max-width: fit-content;
}

.gallery__description {
    display: block;
    position: absolute;
    text-align: right;
    right: 32px;
    bottom: 16px;
    color: #fff;
    padding: 4px 16px;
    margin-left: 16px;
    background-color: rgba(0, 0, 0, 0.4);
    max-width: fit-content;
}

@media screen and (max-width: 767px) {
    .tour__slider-arrow-container {
        display: none !important;
    }
}
/* End */


/* Start:/bitrix/templates/rodnik72/components/bitrix/catalog.section.list/tours/style.css?17649133311879*/
.tours__main-page {
    overflow: hidden;
    position: relative;
}

.tours__main-page .container {
    position: relative;
}

.news-item {
    /*max-width: 414px;*/
    /*margin: 0 12px;*/
}

.news-list-main .news-item {
    max-width: 638px;
    margin: 0;
}

.news-list.news-list--tours {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

@media screen and (max-width: 1000px) {
    .news-list.news-list--tours {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 758px) {
    .news-list.news-list--tours {
        grid-template-columns: 1fr;
    }
}

.news-list--tours {
    margin-bottom: 44px;
}

.news-list--tours__description {
    margin-top: -20px;
    margin-bottom: 32px;
}

.news-list--tours h3 {
    color: #262626;

    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 36px */
}

.news-list--tours .slick-list {
    padding: 0 0 38px 12px;
}

.news-list--tours h3 {
    margin: 0;
}

.tours__main-page .left-position {
    position: absolute;
    object-fit: contain;
    max-width: 308px;
    left: 280px;
    bottom: 0;
}

.tours__main-page .right-position {
    position: absolute;
    object-fit: contain;
    max-width: 538px;
    right: 60px;
    top: 20%;
}

@media screen and (max-width: 767px) {
    .news-list--tours .arrow__container {
        display: none;
    }
    .news-list--tours h3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 36px */
    }


    .news-list--tours .slick-list {
        padding: 0;
    }

    .news-list--tours {
        margin-top: 16px;
    }

    .news-item {
        /*margin: 0 12px;*/
        max-width: 91vw;
    }

    .tours__main-page .left-position,
    .tours__main-page .right-position {
        display: none;
    }
}

/* End */
/* /bitrix/templates/rodnik72/components/bitrix/news/tours/style.css?169709588910697 */
/* /bitrix/templates/rodnik72/components/bitrix/catalog.section.list/tours/style.css?17649133311879 */
