

/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_main-page_slider/style.css?16970905573792*/
.color__black {
    color: #000 !important;
}

.color__white {
    color: #fff !important;
}

.main-page_banner__container {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px;
}

.main-page_banner__item {
    position: relative;
}

.main-page_banner__item:first-child {
    grid-column: span 2;
    grid-row: span 2;
}

.main-page-slider__item {
    position: relative;
}


.main-page-slider__item h1 {
    margin-bottom: 0;
}


.main-page-slider__item .gradient {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 883px;
    opacity: 0.8;
    background: rgba(255, 255, 255, 0.90);
    filter: blur(33.67166519165039px);
    width: 100%;
    height: 45%;
}


.main-page_banner__news .gradient {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -40px;
    border-radius: 883px;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.90);
    filter: blur(33.67166519165039px);
    width: 100%;
    height: 45%;
}

.main-page_banner__item .slick-slider,
.main-page_banner__item .slick-list,
.main-page_banner__item .slick-track {
    height: 100%;
}


.main-page_banner__item .slick img {
    max-width: 740px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    height: 100%;
}

.main-page-slider__item .text {
    position: absolute;
    left: 55px;
    bottom: 92px;
    color: #fff;
}

.text.flex-column {
    display: flex;
    flex-direction: column;
    padding-right: 32px;
    gap: 16px;
}

.text .button {
    max-width: fit-content;
    text-align: center;
}

.main-page-slider__item h1 {
    color: #fff;
}

.main-page_banner__news,
.main-page_banner__gosuslugi {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    max-width: 428px;
    width: 100%;
    height: 100%;

}

.main-page_banner__gosuslugi {
    max-height: 268px;
}

.main-page_banner__news {
    position: relative;
}

.main-page-slider-arrow__container {
    position: absolute;
    top: 44px;
    right: 30px;
    z-index: 100;
}

.main-page_banner__news-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px 16px;

    display: flex;
    align-items: center;
    gap: 24px;
    color: #fff;
    font-size: 12px;
    z-index: 3;
}

@media screen and (max-width: 1030px) {
    .main-page_banner__container {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: inherit;
    }

    .main-page_banner__item:first-child {
        grid-column: span 2;
        grid-row: inherit;

        max-height: 400px;
        max-width: calc(100vw - 32px);
    }

    .main-page_banner__news,
    .main-page_banner__gosuslugi {
        max-width: 100%;
        max-height: 256px;
    }
}

@media screen and (max-width: 767px) {
    .main-page_banner__item .arrow__container {
        display: none;
    }
    .main-page_banner__container {
        grid-template-columns: 1fr;
    }

    .main-page_banner__item:first-child {
        grid-column: inherit;
        max-height: 256px;
        margin-bottom: 36px;
    }

    .main-page_slider__item .gradient {
        height: 65%;
    }

    .main-page_banner__news .gradient {
        height: 65%;
    }

    .main-page-slider__item .text {
        left: 16px;
        bottom: 24px;
    }

    .main-page-slider__item .text h1 {
        font-size: 20px;
    }

    .main-page-slider__item p {
        margin: 0;
    }

    .main-page_banner__news {
        order: 3;
    }

    .main-page_banner__news-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .main-page_banner__news-content .button {
        order: 2;
    }

    .main-page-slider__item h1,
    .main-page-slider__item p{
        line-height: 130%;
    }
}

/* End */


/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_main-page_about/style.css?16951063942528*/
.main-about {
    overflow: hidden;
}

.main-about__container {
    display: flex;
    gap: 56px;
}

.main-about__title {

}

.h2-mainpage {
    color: #262626;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 48px */
}

.main-about__container .left {
    width: 50%;
}

.main-about__container .right {
    position: relative;
    width: 50%;
    height: 100%;
}

.main-about__image {
    position: absolute;
    right: -100px;
    top: 14px;
    height: 200%;
    max-height: 700px;
    overflow: visible;
}

.main-about__text {
    color: #302F2F;

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

    max-height: 565px;
    overflow: hidden;

}

.main-about-advantages__container {
    margin-top: 50px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, 1fr);

    z-index: 2;
}

.main-about-advantages__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 19px;
    min-width: 332px;
    min-height: 75px;
    max-height: fit-content;
    border-radius: 540px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.grid1 {
    grid-area: 1 / 1 / 2 / 2;
}

.grid2 {
    grid-area: 5 / 2 / 6 / 3;
    margin-left: 200px;
}

.grid3 {
    grid-area: 6 / 1 / 7 / 2;
}

.main-about-advantages__item img {
    max-width: 48px;
    max-height: 48px;
}

.main-about-advantages__text {
    margin: 0;
}

@media screen and (max-width: 1750px) {
    .main-about-advantages__container {
        margin-top: 0;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
        gap: 16px;
    }

    .grid1,
    .grid2,
    .grid3 {
        grid-area: inherit;
        margin-left: 0;
        max-width: 518px;
    }

    .main-about__image {
        position: inherit;
        right: 0;
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .main-about__container {
        position: relative;
        flex-direction: column;
        gap: 24px;
    }

    .main-about__container .left,
    .main-about__container .right{
        width: 100%;
    }

    .main-about__container .left {
        order: 2;
    }

    .grid1, .grid2, .grid3 {
        max-width: 100%;
    }

    .main-about__image {
        margin-top: 72px;
    }

    .main-about__title {
        position: absolute;
        top: 0;
        left: 0;
    }

    .main-about__text {
        font-size: 14px;
    }
}
/* End */


/* Start:/bitrix/templates/rodnik72/components/brsoft/iblock.polls/rodnik/style.css?16953859891576*/
.vote__container {
    position: relative;
    display: flex;
    width: 100%;
    background-color: #14ADD9;
    height: fit-content;
    padding: 142px 0;
    color: #fff;
}

.vote__container h2 {
    color: #fff;
    margin: 0;

}

.vote__container-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    object-fit: cover;
    z-index: 1;
}

.vote__container .container {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    gap: 50px;
}

.question-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.answer-container {
    display: flex;
    align-items: center;
    gap: 50px;
}

.answer-container label {
    padding: 16px 40px;
    color: #14ADD9;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    background: #fff;
    border-radius: 16px;
    cursor: pointer;

}

.success__answer {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
}

.frm_vopros_button {
    font-weight: 700;
    min-height: 52px;
    min-width: 230px;
    border: 1px solid #1193B8;
    background: #1193B8;
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .vote__container {
        padding: 50px 0;
    }

    .vote__container .container {
        gap: 24px;
    }

    .answer-container {
        flex-direction: column;
        gap: 24px;
    }

    .answer-container label {
        width: 100%;
        padding: 16px;
    }

    form .btn-container {
        display: flex;
        justify-content: center;
    }
}
/* End */


/* 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?16964084081540*/
.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--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:last-child {
    margin-bottom: 0;
}

.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 */


/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_news-list_main/style.css?1694162262259*/
.load_more__container {
    margin-top: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.load_more {
    margin: 10px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    max-width: fit-content;
    margin: 0 auto;
}

/* End */


/* Start:/bitrix/templates/rodnik72/components/bitrix/system.pagenavigation/r_pagination_more/style.css?1692191060188*/
.load_more__container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.load_more {
    margin: 10px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
}
/* End */


/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_main-page_honors_slider/style.css?1694498802412*/
.honors-slider {

}

.honors-slider-item__container {
    border-radius: 16px;
    background: #EFF0F0;
    padding: 36px 70px;
}

.honors-slider .slick-track {
    display: flex;
    gap: 50px;
}

.honors-slider-item__container img {
    width: 146px;
    height: 146px;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .honors__container .arrow__container {
        display: none;
    }
}
/* End */


/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_main-page_brandbook/style.css?1741343319326*/
.brandbook-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
}

.brandbook-item {
    width: 100%;
    /*max-width: calc(33% - 32px);*/
}

/*@media screen and (max-width: 1000px) {*/
/*    .brandbook-item {*/
/*        width: 100%;*/
/*        max-width: calc(50% - 16px);*/
/*    }*/
/*}*/
/* End */


/* Start:/bitrix/templates/rodnik72/components/bitrix/news.detail/r_contacts_main/style.css?17398653721991*/
.map-block__wrapper {
    position: relative;
}

.map-block__content {
    min-height: 584px;
    border-radius: 10px;
    overflow: hidden;
}

.map-popup {
    position: absolute;
    top: 46px;
    left: 50px;
    max-width: 512px;
    width: 100%;
    padding: 36px;
    background: #F9F9F9;
    border-radius: 16px;

    display: flex;
    flex-direction: column;
    gap: 26px;
}

.map-popup__title {
    color: #262626;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.map-popup__address {
    margin: 0;
    color: #009BA0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
}

.map-popup__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
}

.map-block__wrapper a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #827F7F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
}

.map-popup__row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 32px;
    z-index: 2;
    transition: all .4s linear;
}

.map-popup__row_bg,
.map-popup__row_bg.custom {
    position: absolute;
    left: -16px;
    padding: 26px;
    z-index: -1;
    transition: all .2s linear;
}

.map-popup__row_bg.custom {
    left: -14px;
}

.map-popup__text_description {
    color: #827F7F;
    transition: all .2s linear;
}

.map-popup__row:hover .map-popup__row_bg {
    border-radius: 100px;
}

.map-popup__text_title {
    transition: all .2s linear;
}

.map-popup__icons {
    margin-top: 40px;

    display: flex;
    align-items: center;
    gap: 22px;
}

@media screen and (max-width: 1000px) {
    .map-popup {
        position: initial;
        /*margin-bottom: 50px;*/
        max-width: 100%;
        box-shadow: none;
        background: #F9F7F7;
    }
}

@media screen and (max-width: 767px) {
    .map-block__content {
        min-height: 282px;
    }
}

/* End */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_main-page_slider/style.css?16970905573792 */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_main-page_about/style.css?16951063942528 */
/* /bitrix/templates/rodnik72/components/brsoft/iblock.polls/rodnik/style.css?16953859891576 */
/* /bitrix/templates/rodnik72/components/bitrix/news/tours/style.css?169709588910697 */
/* /bitrix/templates/rodnik72/components/bitrix/catalog.section.list/tours/style.css?16964084081540 */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_news-list_main/style.css?1694162262259 */
/* /bitrix/templates/rodnik72/components/bitrix/system.pagenavigation/r_pagination_more/style.css?1692191060188 */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_main-page_honors_slider/style.css?1694498802412 */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_main-page_brandbook/style.css?1741343319326 */
/* /bitrix/templates/rodnik72/components/bitrix/news.detail/r_contacts_main/style.css?17398653721991 */
