

/* Start:/local/assets/css/components.css?1716377375808*/
/** navigation button */
.navigation-ajax {
    color: var(--black, #1F2238);
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 500;
}
.navigation-ajax a,
.navigation-ajax a:hover {
    font-weight: inherit;
    color: inherit;
}
.navigation-ajax--button {
    margin: 48px 0 0;
    padding: 12px 24px;
    text-align: center;
    border: 1px solid var(--alpha-gray-200, #1F223833);
    border-radius: 12px;
    background-color: var(--secondary-25, #FBFAF9);
}
.news__body[data-scheme="cards"] .navigation-ajax--button {
    margin: 48px 0 72px;
}
/** navigation button; */

@media (min-width: 768px) {
    .news__body[data-scheme="cards"] .navigation-ajax--button {
        margin: 48px 0 0;
    }
}
@media (min-width: 1024px) {}
@media (min-width: 1200px) {}
@media (min-width: 1600px) {}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1664274592666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news/articles-and-places/bitrix/news.detail/.default/style.css?174498191017795*/
/*region BASE*/
.hide {
    visibility: hidden;
}
.place-wrapper{
    overflow: hidden
}
.place__map {
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid var(--alpha-gray-100, rgba(31, 34, 56, 0.10));
}
.place{
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: -32px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    padding: 48px 0 88px 0;
    background-color: white;
    gap: 80px;
}
.place-wrapper{
    height: 100%;
}
.place-title{
    font-size: 32px;
    font-weight: 600;
}
.place-subtitle{
    font-size: 16px;
    color: var(--gray-500);
}
.place-container{
    max-width: 872px;
}
.place-block{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.place [class*="js-"]:not(.disabled, [disabled]):hover{
    background-color: unset;
}
/*endregion*/
/*region SLIDER*/
.place__slider{
    position: relative;
    height: 560px;
    overflow: hidden;
    --top-offset: 24px;
}
.place-breadcrumbs .breadcrumb-wrapper {
    margin-bottom: 0;
}
.place-close,
.place-close-alt{
    z-index: 20;
    width: 48px;
    height: 48px;
    position: absolute;
    top: var(--top-offset);
    left: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    -webkit-border-radius: var(--border-radius--sm);
    -moz-border-radius: var(--border-radius--sm);
    border-radius: var(--border-radius--sm);
}
.place-close svg,
.place-close-alt svg{
    width: 24px;
    height: 24px;
}
.place-close-alt{
    display: none;
    background-color: rgba(255,255,255, 0.3);
    right: 36px;
    left: unset;
}
.place__slider--progress-items{
    z-index: 10;
    position: absolute;
    left: 108px;
    right: 108px;
    top: var(--top-offset);
    display: flex;
    height: 3px;
    gap: 8px;
}
.place__slider--progress-item{
    flex: 1;
    height: 100%;
    background-color: rgba(255,255,255,0.3);
}
.place__slider .place__slider--progress-item-fill{
    width: 0;
    height: 100%;
    background-color: var(--white);
}
.swiper-slide{
    aspect-ratio: 3/2;
}
.place__slider-swiper img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px;
}

.place__slider-swiper .swiper-button-disabled {
    display: none !important;
}

.place__slider-swiper .place__slider--button-next:after,
.place__slider-swiper .place__slider--button-prev:after {
    display: none;
}

.place__slider-swiper .place__slider--button-prev,
.place__slider-swiper .place__slider--button-next {
    z-index: 10;
    position: absolute;
    top: calc(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    padding: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFFFFF;
    color: #000000 !important;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-out;
}
.place__slider-swiper .place__slider--button-prev:hover,
.place__slider-swiper .place__slider--button-next:hover {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    transition: all 0.2s ease-out;
}

.place__slider-swiper .place__slider--button-prev svg,
.place__slider-swiper .place__slider--button-next svg {
    max-width: 24px;
    max-height: 25px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}
.place__slider-swiper .place__slider--button-next:before,
.place__slider-swiper .place__slider--button-prev:before {
    position: absolute;
    width:42px;
    height: 42px;
    content: "";
    border-radius: 50%;
    border: 2px dashed var(--color-secondary-500);
}
.place__slider-swiper .place__slider--button-prev{
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.place__slider-swiper .place__slider--button-prev svg{
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.place__slider-swiper .place__slider--button-next{
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.place__slider-swiper .place__slider--button-next svg{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.place__slider-swiper {
    position: relative;
    overflow: visible !important;
}
.place__slider-swiper .place__slider--button-prev{
    left: 0;
}
.place__slider-swiper .place__slider--button-next{
    right: 0;
}
/*endregion*/
/*region MAIN*/
.place__main-info{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.place__main-info a:hover {
    text-decoration: none;
}
.place__main--type{
    color: #E86A4D;
    font-size: 16px;
}
.place__main--title{
    display: flex;
    font-size: 44px;
    line-height: 100%;
    gap: 4px;
    margin: 0;
}
.place__main--title svg{
    width: 20px;
    height: 20px;
    color: #E86A4D;
}
.place__main--tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.place__main--tag{
    padding: 6px 8px;
    background-color: #1F22380D;
    font-size: 16px;
    border-radius: 8px;
}
.place__main--tag-special{
    padding: 6px 8px;
    background-color: #E86A4D1A;
    font-size: 16px;
    border-radius: 8px;
}
.place__main--tag-city,
.place__main--tag-map{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    font-size: 16px;
    gap: 8px;
}
.place__main--tag-map{
    cursor: pointer;
}
.place__main--tag-city{
    color: var(--gray-500);
}
.place__main--tag-map{
    color: var(--primary-500);
}
.tag-separate{
    height: 3px;
    width: 3px;
    background-color: var(--gray-500);
}
/*endregion*/
/*region DETAIL*/
.place__detail--text{
    padding-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
}

.place__detail--schedule-item-title {
    font-weight: 400;
}
/*endregion*/
/*region SCHEDULE*/
.place__detail--schedule{
    border-bottom: 1px solid var(--gray-100);
}
.place__detail--schedule-main{
    display: flex;
    padding: 24px 0;
    gap: 8px;
    align-items: center;
    border-top: 1px solid var(--gray-100);
    background-color: unset;
    cursor: pointer;
}
.place__detail--schedule-main-status{
    width: 24px;
}
.place__detail--schedule-main-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.place__detail--schedule-main-info-status{
    font-size: 18px;
    font-weight: 500;
}
.place__detail--schedule-main-info-interval{
    font-size: 15px;
    font-weight: 400;
}
.place__detail--schedule-main-open{
    flex: 0 0 24px;
}
.place__detail--schedule-main-open svg,
.place__questions--item-show svg{
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: var(--transition-duration-base);
    -moz-transition: var(--transition-duration-base);
    -ms-transition: var(--transition-duration-base);
    -o-transition: var(--transition-duration-base);
    transition: var(--transition-duration-base);
    transform: unset;
}
.place__detail--schedule-main.items-show .place__detail--schedule-main-open svg,
.place__questions--item.question-show .place__questions--item-show svg{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.place__detail--schedule-items-wrapper{
    display: none;
    background-color: unset;
}
.place__detail--schedule-items{
    display: flex;
    flex-direction: column;
}
.place__detail--schedule-item{
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid var(--gray-100);
}
.place__detail--schedule-items .place__detail--schedule-item:last-child{
    border: unset;
}
.place__detail--schedule-item-title{
    font-size: 20px;
}
.place__detail--schedule-item-time{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.place__detail--schedule-item-time-interval{
    font-size: 20px;
    text-align: end;
    font-weight: 400;
}
.place__detail--schedule-item-time-break{
    font-size: 16px;
    color: var(--gray-500);
}
.schedule-item-today{
    font-weight: 600;
}
/*endregion*/
/*region QUESTIONS*/
.place__questions--header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.place__questions--header-button{
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.place__closest--swiper {
    width: 100%;
}
.place__questions--header-button{
    padding: 8px 20px;
    font-size: 18px;
    background-color: var(--primary-500);
    color: var(--white);
    -webkit-border-radius: var(--border-radius--sm);
    -moz-border-radius: var(--border-radius--sm);
    border-radius: var(--border-radius--sm);
}
.place__questions--items{
    display: flex;
    flex-direction: column;
}
.place__questions--items-tab{
    display: flex;
    flex-direction: column;
}
.place__questions--items-tab:not(:first-child){
    display: none;
}
.place__questions--item-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 0;
    gap: 24px;
    border-top: 1px solid var(--alpha-gray-100);
}
.place__questions--items > .place__questions--item-wrapper:last-child{
    border-bottom: 1px solid var(--alpha-gray-100);
}
.place__questions--item{
    display: flex;
    flex: 1;
    background-color: unset;
}
.place__questions--item-content{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.place__questions--item-content-info{
    display: flex;
    align-items: center;
    gap: 8px;
}
.place__questions--item-show{
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: end;
}
.place__questions--item-show svg{
    width: 24px;
    height: 24px;
}
.place__questions--item-answer{
    display: none;
}
.place__questions--show{
    width: 100%;
    text-align: center;
    color: var(--primary-500);
}
/*endregion*/
/*region CONTACTS*/
.place__contacts--wrapper{
    display: flex;
}
.place__contacts--side{
    display: flex;
    flex-direction: column;
    flex: 1 0 50%;
    gap: 40px;
}
.place__contacts--wrapper .place__contacts--side:first-child{
    gap: 24px;
}
.place__contacts--side-contact{
    display: flex;
    gap: 16px;
}
.place__contacts--side-contact-icon{
    height: 24px;
    flex: 0 0 24px;
    display: flex;
}
.place__contacts--side-contact-icon svg{
    color: var(--primary-500);
}
.place__contacts--side-contact-items{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.place__contacts--side-contact-item{
    font-size: 18px;
}
.place__contacts--side-contact-item:hover,
.place__contacts--side-contact-item a:hover{
    text-decoration: none;
}
.place__contacts--side-social{
    display: flex;
    gap: 4px;
}
.place__contacts--side-social-item{
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: var(--border-radius--sm);
    -webkit-transition: var(--transition-duration-base);
    -moz-transition: var(--transition-duration-base);
    -ms-transition: var(--transition-duration-base);
    -o-transition: var(--transition-duration-base);
    transition: var(--transition-duration-base);
}
.place__contacts--side-social-item a{
    display: flex;
}
.place__contacts--side-social-item:hover{
    background-color: #f3f4f5
}
.place__contacts--side-social-item svg{
    width: 24px;
    height: 24px;
}
.place__contacts--side-address{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.place__contacts--side-address-item{
    font-size: 18px;
}
.place__contacts--side-address .place__contacts--side-address-item:not(:first-child){
    color: var(--gray-500);
}
/*endregion*/
.place__map{
    width: 100%;
    height: 400px;
    margin-top: -40px;
}
/*region PLACES */
.place-title-wrapper{
    gap: 8px;
}
.place-wrapper > .place .place__closest > .place__closest--swiper{
    overflow: visible;
    background-color: unset;
}
.place__slider-image-background{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(31, 34, 56, 0.60) 0%, rgba(31, 34, 56, 0.40) 34.94%, rgba(31, 34, 56, 0.40) 100%);
}
.place__slider-image-background img{
    z-index: -1;
    position: relative;
}
.place__closest--swiper-item-background{
    position: relative;
    height: 160px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-background-size: cover;
}
.place__closest--swiper-item-background__img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 9px;
}
.place__closest--swiper-item-background svg{
    display: block;
    width: 24px;
    height: 24px;
    color: white;
}
.place__closest--swiper-item-price{
    position: absolute;
    width: fit-content;
    padding: 4px 12px;
    color: white;
    font-size: 14px;
    bottom: 12px;
    left: 12px;
    background-color: var(--black);
    border-radius: var(--border-radius--xs);
}
.place__closest--swiper-item-fav {
    position: absolute;
    width: fit-content;
    padding: 10px;
    backdrop-filter: blur(5px);
    -webkit-border-radius: var(--border-radius-sm);
    -moz-border-radius: var(--border-radius-sm);
    border-radius: var(--border-radius-sm);
}
.place__closest--swiper-item-fav{
    top: 12px;
    right: 12px;
}
.place__closest--swiper-item-save{
    position: absolute;
    top: 58px;
    right: 12px;
}
.place__closest--swiper-item-title{
    padding: 16px 0 8px 0;
    font-size: 20px;
}
.place__closest--swiper-item-info{
    display: flex;
    font-size: 14px;
    gap: 8px;
}
.place__closest--swiper-item-info-time::after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    margin-left: 3px;
    background-color: var(--black);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    zoom: 3;

}
.place__closest--swiper-item-info-place{
    color: var(--gray-500);
}
/*endregion*/
/*region FOOTER*/
.place__footer{
    margin-top: -40px !important;
    display: flex;
    justify-content: center;
    gap: 12px;
}
.place__footer-button{
    display: flex;
    flex: 1;
    gap: 10px;
    padding: 0;
    font-size: 18px;
    -webkit-border-radius: var(--border-radius--sm);
    -moz-border-radius: var(--border-radius--sm);
    border-radius: var(--border-radius--sm);
    justify-content: center;
    align-items: center;
}
.place__footer .place__footer-button:nth-child(2){
    border: 1px solid var(--gray-200);
}
.place__footer .place__footer-button .js-favorite{
    color: var(--black, #1F2238);
    width: 100%;
    height: auto;
    padding: 12px;
}
.place__closest--swiper-item-fav .js-favorite {
    padding: 0;
    width: auto;
    height: auto;
}
.place__footer-button svg{
    width: 24px;
    height: 24px;
    display: block;
}
/*endregion*/
@media(max-width: 1440px){
    .place-container{
       max-width: 744px;
    }
}
@media(max-width: 1023px){
    .place__footer .place__footer-button:nth-child(2){
        max-width: 48px;
    }
}
@media(max-width: 1024px){
    .place{
        gap: 72px;
        padding-bottom: 80px;
    }
    .place-title{
        font-size: 28px;
    }
    .place-subtitle{
        font-size: 15px;
    }
    .place__main--title{
        font-size: 36px;
    }
    .place__detail--text{
        font-size: 18px;
    }
    .place-container{
        max-width: 766px;
    }
}
@media(max-width: 768px){
    .place{
        padding-left: 0;
        padding-right: 0;
        padding-top: 48px;
    }
    .place-container{
        max-width: 100%;
    }
    .place__slider--progress-items{
        left: 36px;
    }
    .place__slider{
        height: 512px;
    }
    .place-close{
        display: none;
    }
    .place-close-alt{
        display: flex;
    }
}
@media(max-width: 576px){
    .place{
        padding-top: 40px;
        padding-bottom: 72px;
        gap: 64px;
    }
    .place-container{
    }
    .place-title{
        font-size: 26px;
    }
    .place__slider{
        height: 384px;
    }
    .place__main--title{
        font-size: 30px;
    }
    .place__contacts--wrapper{
        flex-direction: column;
        gap: 32px;
    }
    .place__contacts--side{
        gap: 32px;
    }
    .place__closest--swiper-item-fav, .place__closest--swiper-item-save{
        padding: 8px;
    }
    .place__footer-button{
        flex: 0 0 48px;
    }
    .place__footer .place__footer-button:first-child{
        flex: 1;
    }
    .place__footer-text{
        display: none;
    }
    .place__slider-swiper .place__slider--button-prev,
    .place__slider-swiper .place__slider--button-next {
        display: none;
    }
}
@media(max-width: 375px){
    .place__footer-button {
        text-wrap: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 70%;
    }
    .place-container{
    }
    .place__slider{
        height: 280px;
    }
}
@media(max-width: 320px){
    .place__slider{
        height: 240px;
    }
}
.place-close{
    display: none;
}
/* End */


/* Start:/local/templates/mendeleev-redesign/assets/libs/swiperv10/swiper-bundle.min.css?169443328213872*/
/**
 * Swiper 6.5.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 8, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/mendeleev-redesign/components/bitrix/breadcrumb/.default/style.css?17513530761078*/
.breadcrumb-wrapper {
    margin-bottom: 72px;
}
.bx-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: 500;
}
.bx-breadcrumb > a {
    text-decoration: none;
}
.bx-breadcrumb > a:hover {
    text-decoration: underline;
}
.bx-breadcrumb > span {
    padding: 0 0.3em;
}
.bx-breadcrumb-item {
    white-space: nowrap;
    transition: color var(--transition-duration-base) linear;
}
.bx-breadcrumb-item > a:hover {
    color: var(--primary-500, #E86A4D);
}
.bx-breadcrumb-item > a:active {
    color: var(--primary-400, #ED8168);
}
.bx-breadcrumb-item a {
    color: inherit;
}
.bx-breadcrumb-item:last-child {
    color: var(--alpha-gray-500, #1F223880);
    overflow: hidden;
    text-overflow: ellipsis;
}
.bx-breadcrumb-item.js-html-extract {
    height: 20px;
    border-radius: var(--border-radius--xxs);
}
@media (min-width: 576px) {
    .bx-breadcrumb {
        flex-wrap: nowrap;
    }
}
@media (min-width: 1200px) {
    .breadcrumb-wrapper {
        margin-bottom: 80px;
    }
}
/* End */


/* Start:/local/components/mendeleev/routes/templates/.default/style.css?170204176010522*/
.route-pop-up_add-orange-my-route {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 12px 0;
    width: 100%;
    height: fit-content;
    color: #FFFFFF;
    backdrop-filter: blur(5px);
    background-color: var(--primary-500);
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.route-pop-up_add-orange-my-route:hover {
    background-color: var(--primary-600) !important;
}

.route-pop-up_add-orange-my-route:active {
    background-color: var(--primary-400) !important;
}

.route-pop-up_add-orange-my-route.in-route {
    background: var(--gray-900, #35384C);
}

.route-pop-up {
    display: none;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.route-pop-up p + p {
    margin: 0;
}

.route-pop-up::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: var(--alpha-gray-600, rgba(31, 34, 56, 0.60));
}

/* region add */

.route-pop-up-add-orange__container {
    z-index: 1;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: fit-content;
    flex-direction: column;
    padding: 16px;
    border-radius: 12px 12px 0 0;
    background: var(--white, #FFF) !important;
    box-shadow: 0 8px 48px -8px rgba(31, 34, 56, 0.12);
}

.route-pop-up-add-orange__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.route-pop-up-add-orange__head--title {
    color: var(--gray-900, #1F1B1D);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.route-pop-up-add-orange__head--close {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
}

.route-pop-up-add-orange__place {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 40px;
}

.route-pop-up-add-orange__place figure {
    width: 60px;
    height: 60px;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

.route-pop-up-add-orange__place figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.route-pop-up-add-orange__place__inner {
    z-index: 1;
    display: grid;
    gap: 4px;
    padding: 0;
    margin: 0;
}

.route-pop-up-add-orange__place--category {
    color: var(--primary-500, #E86A4D);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.route-pop-up-add-orange__place--title {
    color: var(--black, #1F2238);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.route-pop-up-add-orange__routes {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    max-height: 303px;
}

.route-pop-up-add-orange__routes.scroll {
    margin: 0 0 0 -6px;
    padding: 3px 6px 3px 6px;
    overflow-y: scroll;
}

.route-pop-up-add-orange__routes.scroll::-webkit-scrollbar {
    width: 4px;
    background-color: #FBFAF9;
}

.route-pop-up-add-orange__routes.scroll::-webkit-scrollbar-thumb {
    background-color: #29222438;
    border-radius: 9em;
}

.route-pop-up-add-orange__route {
    display: grid;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--alpha-gray-200, rgba(31, 34, 56, 0.20));
    padding: 16px;
    transition: .3s;
    cursor: pointer;
}

.route-pop-up-add-orange__route.active {
    border: 1px solid var(--primary-500, #E86A4D);
}

.route-pop-up-add-orange__route:hover {
    box-shadow: none;
}

.route-pop-up-add-orange__route--title {
    color: var(--black, #1F2238);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.route-pop-up-add-orange__route--params {
    display: flex;
    gap: 16px;
    align-items: center;
}

.route-pop-up-add-orange__route--params-count-day {
    color: var(--gray-700, #626474);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.route-pop-up-add-orange__route--params-count-place span{
    color: var(--gray-700, #626474);
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.route-pop-up-add-orange__create {
    color: var(--black, #1F2238);
    font-family: var(--font-family-base);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--alpha-gray-200, rgba(31, 34, 56, 0.20));
    background: transparent;
    cursor: pointer;
    margin-top: 24px;
}


.route-pop-up-add-orange__create svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    color: var(--black, #1F2238);
}

.route-pop-up-add-orange__add {
    display: flex;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--white, #FFF);
    font-family: var(--font-family-base);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 12px;
    background: var(--primary-500, #E86A4D);
    border: none;
    cursor: pointer;
    margin-top: 40px;
}

.route-pop-up-add-orange__add:hover {
    background: var(--primary-400, #ED8168);
    transition: .3s;
}

.route-pop-up-add-orange__add.disabled {
    background: var(--gray-200, #D2D3D7);
    cursor: not-allowed;
}

/* endregion */

/* region create */
.route-pop-up-create__container {
    z-index: 1;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: fit-content;
    flex-direction: column;
    padding: 16px;
    border-radius: 12px 12px 0 0;
    background: var(--white, #FFF) !important;
    box-shadow: 0 8px 48px -8px rgba(31, 34, 56, 0.12);
}

.route-pop-up-create__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.route-pop-up-create__head--title {
    color: var(--gray-900, #1F1B1D);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.route-pop-up-create__head--close {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
}

.route-pop-up-create__container label {
    display: block;
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
}

.route-pop-up-create__container label input[type="text"] {
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    height: 48px;
    padding: 4px 12px 4px 16px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 12px;
    border: 2px solid var(--primary-500, #E86A4D);
    background: var(--white, #FFF);
}

.route-pop-up-create__container label input[type="text"]:hover {
    box-shadow: 0 0 0 3px rgba(245, 95, 60, 0.20);
}

.route-pop-up-create__container label input[type="text"]::placeholder {
    color: var(--gray-300, #BCBDC3);
}

.route-pop-up-create__controls {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
}

.route-pop-up-create__cancel {
    color: var(--black, #1F2238);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--alpha-gray-200, rgba(31, 34, 56, 0.20));
    background: transparent;
    cursor: pointer;
}

.route-pop-up-create__apply {
    display: flex;
    height: 48px;
    width: 100%;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--white, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 12px;
    background: var(--primary-500, #E86A4D);
    border: none;
    margin-top: auto;
    cursor: pointer;
}

.route-pop-up-create__apply:hover {
    background: var(--primary-400, #ED8168);
    transition: .3s;
}

.route-pop-up-create__apply.disabled {
    background: var(--gray-200, #D2D3D7);
    cursor: not-allowed;
}

/* endregion */

@media (min-width: 375px) {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    /* region add */
    .route-pop-up-add-orange__container {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 440px;
        padding: 24px;
        border-radius: 12px;
    }

    .route-pop-up-add-orange__head--title {
        font-size: 22px;
    }

    .route-pop-up-add-orange__add {
        margin-bottom: 0;
    }

    .route-pop-up-add-orange__route:hover {
        box-shadow: 0 0 0 3px rgba(245, 95, 60, 0.20);
    }

    /* endregion */
    /* region create */
    .route-pop-up-create__container {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 440px;
        padding: 24px;
        border-radius: 12px;
    }

    .route-pop-up-create__head {
        margin-bottom: 48px;
    }

    .route-pop-up-create__head--title {
        font-size: 22px;
    }

    .route-pop-up-create__container label {
        margin: 0 0 48px;
    }

    .route-pop-up-create__controls {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }

    /* endregion */
}

@media (min-width: 1024px) {
}

@media (min-width: 1200px) {
    /* region add */
    .route-pop-up-add-orange__head--title {
        font-size: 24px;
        line-height: 30px
    }

    .route-pop-up-add-orange__route--title {
        font-size: 20px;
        line-height: 26px;
    }

    .route-pop-up-add-orange__route--params-count-day {
        font-size: 16px;
        font-weight: 400;
    }

    .route-pop-up-add-orange__route--params-count-place span{
        font-size: 16px !important;
        font-weight: 400;
    }

    /* endregion */
}

@media (min-width: 1600px) {
}
/* End */


/* Start:/local/components/mendeleev/favorites.choice/templates/.default/style.css?17056477344108*/
.js-favorite {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    backdrop-filter: blur(5px);
    -webkit-border-radius: var(--border-radius-sm, 8px);
    -moz-border-radius: var(--border-radius-sm, 8px);
    border-radius: var(--border-radius-sm, 8px);
    cursor: pointer;
}
.js-favorite.active {
    color: #F24046;
}
.js-favorite.active * {
    fill: #F24046;
    color: #F24046;
}
.js-favorite.text-mode {
    width: max-content;
}

.js-favorite.text-mode:after {
    content: attr(title);
    padding-left: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: var(--black, #1F2238);
}

.favorite-popup {
    z-index: 999;
    position: fixed;
    display: flex;
    align-items: flex-end;
    cursor: default;
}
.favorite-popup,
.favorite-popup .favorite-popup__background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.favorite-popup:not(.active) {
    display: none;
}
.favorite-popup .favorite-popup__background {
    position: absolute;
    background: var(--alpha-gray-600, #1F223899);
}
.favorite-popup .favorite-popup__container {
    position: relative;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    border-radius: 12px 12px 0 0;
    background: var(--white, #FFF);
    box-shadow: 0 8px 48px -8px rgba(31, 34, 56, 0.12);
}
.favorite-popup .favorite-popup__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.favorite-popup .favorite-popup__header--title {
    margin-top: 16px;
    color: var(--gray-900, #1F1B1D);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.favorite-popup .favorite-popup__header .favorite-popup--button {
    outline: none;
    border: none;
    color: var(--gray-500, #8F909B);
    background: transparent;
}
.favorite-popup .favorite-popup__body {}
.favorite-popup .favorite-popup__body .favorite-popup--description {
    margin-bottom: 16px;
    color: var(--gray-700, #626474);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.favorite-popup .favorite-popup__body:not(.visible) {
    display: none;
}
.favorite-popup .favorite-popup__footer {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.favorite-popup .favorite-popup__footer .favorite-popup--button {
    padding: 12px 16px;
    width: 100%;
    border-radius: var(--sm, 12px);
    border: 1px solid var(--alpha-gray-200, #1F223833);
    background: transparent;
    text-align: center;
    color: var(--black, #1F2238);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.favorite-popup .favorite-popup__footer .favorite-popup--button[data-popup-action="confirm"] {
    background: var(--primary-500, #E86A4D);
    color: var(--white, #FFF);
}

@keyframes rotatePreload {
    0% {
        transform: rotate(0deg);
    }
    50% {
        color: #EC6A51;
    }
    100% {
        transform: rotate(360deg);
    }
}
.favorite-popup--preload {
    text-align: center;
}
.favorite-popup:not(.loading) .favorite-popup--preload {
    display: none;
}
.favorite-popup .favorite-popup--preload svg {
    color: #555;
}
.favorite-popup.loading .favorite-popup--preload svg {
    animation: rotatePreload 1600ms infinite;
}
@media (max-width: 1023px) {
    .js-favorite.text-mode {
        max-width: 44px;
    }
    .js-favorite.text-mode:after {
        content: "";
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .favorite-popup {
        justify-content: center;
        align-items: center;
    }
    .favorite-popup .favorite-popup__container {
        width: 440px;
        border-radius: 12px;
    }
    .favorite-popup .favorite-popup__footer {
        flex-wrap: nowrap;
        gap: 8px;
    }
    .favorite-popup .route-pop-up-add__route {
        cursor: default;
    }
    .favorite-popup .route-pop-up-add__route:hover {
        box-shadow: none;
    }
}
/* End */
/* /local/assets/css/components.css?1716377375808 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1664274592666 */
/* /local/templates/.default/components/bitrix/news/articles-and-places/bitrix/news.detail/.default/style.css?174498191017795 */
/* /local/templates/mendeleev-redesign/assets/libs/swiperv10/swiper-bundle.min.css?169443328213872 */
/* /local/templates/mendeleev-redesign/components/bitrix/breadcrumb/.default/style.css?17513530761078 */
/* /local/components/mendeleev/routes/templates/.default/style.css?170204176010522 */
/* /local/components/mendeleev/favorites.choice/templates/.default/style.css?17056477344108 */
