

/* Start:/local/templates/mendeleev/css/sanatoriums-resorts.css?174400562417562*/
.sanatoriums-resorts{}
.sanatoriums-resorts .first-screen{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    min-height: 900px;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}
.sanatoriums-resorts .first-screen::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.sanatoriums-resorts .first-screen__background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
}
.sanatoriums-resorts .first-screen__background iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    outline: none !important;
    border: 0 !important;
    z-index: -1;
}
.sanatoriums-resorts .first-screen__inner{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    padding-top: 20%;
}
.sanatoriums-resorts .first-screen__section{
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.50);
}
.sanatoriums-resorts .first-screen__title{
    font-size: 64px;
    line-height: 100%;
    color: #FFFFFF;
    padding-top: 10px;
}
.sanatoriums-resorts .first-screen__description{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    padding-top: 20px;
}
.sanatoriums-resorts .first-screen__buttons{
    padding-top: 40px;
}
.sanatoriums-resorts .first-screen__chevron{
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    color: #FFFFFF;
    transform: translate(-50%, 0);
    cursor: pointer;
}
.sanatoriums-resorts .first-screen__chevron svg{
    width: 100%;
    height: 100%;
}

.sanatoriums-resorts .information{
    background-color: #E6E2DC;
    padding: 100px 0;
}
.sanatoriums-resorts .information__inner{
    display: flex;
    flex-direction: column;
}
.sanatoriums-resorts .information__top{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sanatoriums-resorts .information__title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 80px;
    line-height: 100%;
    text-transform: uppercase;
}
.sanatoriums-resorts .information__title img{
    display: inline-flex;
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    object-fit: contain;
    object-position: center;
}
.sanatoriums-resorts .information__bottom{
    display: flex;
    align-items: center;
    gap: 32px;
    padding-top: 40px;
    border-bottom: 1px solid #cdc5b8;
}
.sanatoriums-resorts .information__image img{
    display: inline-flex;
    width: 100%;
    max-width: 628px;
    object-fit: contain;
    object-position: bottom center;
    margin-right: 15px;
}
.sanatoriums-resorts .information__counts{
    display: flex;
    justify-content: center;
    gap: 32px;
}
.sanatoriums-resorts .information__count{
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 150%;
}
.sanatoriums-resorts .information__count--number{
    font-weight: 800;
    font-size: 96px;
    line-height: 100%;
    color: #B5A994;
    margin-right: 16px;
}
.sanatoriums-resorts .information__count span{
    max-width: 126px;
    padding-bottom: 10px;
}
.sanatoriums-resorts .information__description{
    max-width: 850px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding-top: 40px;
}

.sanatoriums-resorts .medical-city{
    padding: 104px 0;
    background-color: #B03B3F;
    overflow: hidden;
}
.sanatoriums-resorts .medical-city__inner{
    display: flex;
    flex-direction: column;
}
.sanatoriums-resorts .medical-city__header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sanatoriums-resorts .medical-city__name{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #B8A58F;
}
.sanatoriums-resorts .medical-city__title{
    font-weight: 400;
    font-size: 48px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    padding-top: 16px;
}
.sanatoriums-resorts .medical-city__description{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #F7F6F3;
    padding-top: 28px;
}
.sanatoriums-resorts .medical-city__image{
    position: relative;
    height: 564px;
    margin: 80px 0;
}
.medical-city-image{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-position: center;
    background-size: cover;
    z-index: 1;
}
.sanatoriums-resorts .medical-city__image::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}
.sanatoriums-resorts .medical-city__ticker{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 16px 0;
    border-top: 1px solid #B8A58F;
    border-bottom: 1px solid #B8A58F;
}
.sanatoriums-resorts .medical-city__ticker--text{
    font-style: normal;
    font-weight: 700;
    font-size: 88px;
    line-height: 88px;
    text-transform: uppercase;
    white-space: nowrap;
}
.sanatoriums-resorts .medical-city__ticker--dim{
    color: #D9CDBF;
}
.sanatoriums-resorts .medical-city__ticker--normal{
    color: #F7F6F3;
}
.sanatoriums-resorts .medical-city__ticker--icon{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #B8A58F;
}
.sanatoriums-resorts .medical-city__ticker--icon svg{
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
}
.sanatoriums-resorts .medical-city__slider--wrapper{
    position: relative;
    padding: 5px;
}
.sanatoriums-resorts .medical-city__center-benefits{
    padding-top: 80px;
}
.sanatoriums-resorts .medical-city__center-benefits--title{
    font-weight: 400;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
.sanatoriums-resorts .medical-city__center-benefits--items{
    padding-top: 70px;
}
.sanatoriums-resorts .medical-city__center-benefits--item-icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
.sanatoriums-resorts .medical-city__center-benefits--item-name{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #F7F6F3;
    text-align: center;
    padding: 12px 10px 0 10px;
}
.sanatoriums-resorts .medical-city__organization-treatment{
    padding-top: 72px;
}
.sanatoriums-resorts .medical-city__organization-treatment--title{
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
.sanatoriums-resorts .medical-city__organization-treatment--items{
    padding-top: 56px;
    gap: 40px 0;
}
.sanatoriums-resorts .medical-city__organization-treatment--item{
    display: flex;
    gap: 32px;

}
.sanatoriums-resorts .medical-city__organization-treatment--item-icon{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #FFFFFF;
}
.sanatoriums-resorts .medical-city__organization-treatment--item-icon svg{
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
}
.sanatoriums-resorts .medical-city__organization-treatment--item-name{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
}
.sanatoriums-resorts .medical-city__buttons{
    padding-top: 80px;
}
.sanatoriums-resorts .medical-city__button-title{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
.sanatoriums-resorts .medical-city__button--wrapper{
    display: flex;
    justify-content: center;
    padding-top: 32px;
}
.sanatoriums-resorts .medical-city__button{
    height: 60px;
    color: #40373A;
    background-color: #FFFFFF;
    border-radius: 999px;
    padding: 18px 32px;
}

.what-to-do__path{
    display: none;
}

@media (max-width: 1399px){
    .sanatoriums-resorts .information__title img{
        display: none;
    }
    .sanatoriums-resorts .information__bottom{
        border: none;
    }
}

@media (max-width: 1200px){
    .sanatoriums-resorts .information__title{
        justify-content: center;
        text-align: center;
        font-size: 68px;
    }
    .sanatoriums-resorts .information__bottom{
        border: none;
        padding-top: 32px;
        gap: 24px;
    }
    .sanatoriums-resorts .information__counts{
        gap: 24px;
    }
    .sanatoriums-resorts .information__count{
        font-size: 18px;
    }
    .sanatoriums-resorts .information__count--number{
        font-size: 84px;
        line-height: 84px;
    }
    .sanatoriums-resorts .information__description{
        font-size: 15px;
        text-align: center;
        max-width: 100%;
    }
}

@media (max-width: 1023px){
    .sanatoriums-resorts .first-screen{
        height: 640px;
        min-height: 640px;
    }
    .sanatoriums-resorts .first-screen__background{
        display: none;
    }
    .sanatoriums-resorts .first-screen::before {
        background: rgba(0, 0, 0, 0.5);
    }
    .sanatoriums-resorts .first-screen__inner{
        padding-top: 165px;
    }
    .sanatoriums-resorts .first-screen__section{
        font-size: 14px;
    }
    .sanatoriums-resorts .first-screen__title{
        font-size: 36px;
    }
    .sanatoriums-resorts .first-screen__description{
        font-size: 16px;
    }
    .sanatoriums-resorts .information{
        padding: 80px 0;
        overflow: hidden;
    }
    .sanatoriums-resorts .information .container{

    }
    .sanatoriums-resorts .information__title{
        font-size: 68px;
        padding-bottom: 0;
        border: 0;
    }
    .sanatoriums-resorts .information__bottom{
        flex-direction: column;
        gap: 32px;
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding-top: 48px;
    }
    .sanatoriums-resorts .information__image{
        display: none;
    }
    .sanatoriums-resorts .information__description{
        width: 100%;
        font-size: 15px;
        padding-top: 48px;
    }
    .sanatoriums-resorts .information__description img{
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
    }
    .sanatoriums-resorts .information__counts{
        width: 100%;
        gap: initial;
        justify-content: space-between;
    }
    .sanatoriums-resorts .information__count{
        flex-basis: 50%;
    }
    .sanatoriums-resorts .information__count--number{
        font-size: 84px;
        line-height: 100%;
        margin-right: 16px;
    }
    .sanatoriums-resorts .information__count span{
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        max-width: 100%;
        padding-bottom: 0;
    }
    .sanatoriums-resorts .medical-city{
        padding: 88px 0;
    }
    .sanatoriums-resorts .medical-city__name{
        font-size: 15px;
    }
    .sanatoriums-resorts .medical-city__title{
        font-size: 40px;
        padding-top: 12px;
    }
    .sanatoriums-resorts .medical-city__description{
        font-size: 18px;
        padding-top: 24px;
    }
    .sanatoriums-resorts .medical-city__image{
        height: 414px;
        margin: 64px 0;
    }
    .sanatoriums-resorts .medical-city__center-benefits{
        padding-top: 64px;
    }
    .sanatoriums-resorts .medical-city__center-benefits--title{
        font-size: 40px;
    }
    .sanatoriums-resorts .medical-city__center-benefits--items{
        gap: 48px 0;
        padding-top: 48px;
    }
    .sanatoriums-resorts .medical-city__center-benefits--item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sanatoriums-resorts .medical-city__center-benefits--item-icon{
        max-width: 200px;
    }
    .sanatoriums-resorts .medical-city__center-benefits--item-name{
        font-size: 15px;
        max-width: 200px;
    }
    .sanatoriums-resorts .medical-city__organization-treatment--title{
        font-size: 28px;
    }
    .sanatoriums-resorts .medical-city__organization-treatment--items{
        gap: 20px 0;
        padding-top: 40px;
    }
    .sanatoriums-resorts .medical-city__organization-treatment--item{
        gap: 24px;
    }
    .sanatoriums-resorts .medical-city__organization-treatment--item-icon svg{
        width: 24px;
        min-width: 24px;
        height: 24px;
        min-height: 24px;
    }
    .sanatoriums-resorts .medical-city__organization-treatment--item-name{
        font-size: 18px;
    }
    .sanatoriums-resorts .medical-city__buttons{
        padding-top: 64px;
    }
    .sanatoriums-resorts .medical-city__button-title{
        max-width: 400px;
        margin: auto;
    }
}

@media (max-width: 767px){
    .sanatoriums-resorts .medical-city{
        padding: 64px 0;
    }
    .sanatoriums-resorts .medical-city__name{
        font-size: 14px;
    }
    .sanatoriums-resorts .medical-city__title{
        font-size: 32px;
        font-weight: 500;
        line-height: 110%;
        padding-top: 8px;
    }
    .sanatoriums-resorts .medical-city__description{
        font-size: 16px;
        padding-top: 20px;
    }
    .sanatoriums-resorts .medical-city__image{
        height: 287px;
        margin: 56px 0;
    }
    .sanatoriums-resorts .medical-city__ticker--text{
        font-size: 64px;
    }
    .sanatoriums-resorts .medical-city__center-benefits{
        padding-top: 56px;
    }
    .sanatoriums-resorts .medical-city__center-benefits--title{
        font-size: 32px;
    }
    .sanatoriums-resorts .medical-city__center-benefits--items{
        padding-top: 40px;
        gap: 40px 0;
    }
    .sanatoriums-resorts .medical-city__organization-treatment--title{
        font-size: 24px;
    }
    .sanatoriums-resorts .medical-city__organization-treatment--items{
        gap: 16px 0;
    }
    .sanatoriums-resorts .medical-city__organization-treatment--item{
        gap: 16px;
    }
    .sanatoriums-resorts .medical-city__organization-treatment--item-name{
        font-size: 16px;
    }
    .sanatoriums-resorts .medical-city__buttons{
        padding-top: 56px;
    }
    .sanatoriums-resorts .medical-city__button-title{
        font-size: 14px;
        max-width: 400px;
        margin: auto;
    }
    .sanatoriums-resorts .medical-city__button--wrapper{
        padding-top: 24px;
    }
}

@media (max-width: 576px){
    .sanatoriums-resorts .first-screen{
        height: 640px;
        min-height: 640px;
    }
    .sanatoriums-resorts .first-screen__inner{
        padding-top: 165px;
    }
    .sanatoriums-resorts .first-screen__section{
        font-size: 14px;
    }
    .sanatoriums-resorts .first-screen__title{
        font-size: 36px;
    }
    .sanatoriums-resorts .first-screen__description{
        font-size: 16px;
    }
    .sanatoriums-resorts .first-screen__buttons{
        width: 100%;
    }
    .sanatoriums-resorts .information{
        padding: 80px 0;
        overflow: hidden;
    }
    .sanatoriums-resorts .information .container{
        max-width: 100%;
    }
    .sanatoriums-resorts .information__top{

    }
    .sanatoriums-resorts .information__title{
        font-size: 48px;
        padding-bottom: 0;
        border: 0;
    }
    .sanatoriums-resorts .information__title img{
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
    }
    .sanatoriums-resorts .information__bottom{
        flex-direction: column;
        gap: 40px;
        width: 100%;
        padding-top: 40px;
    }
    .sanatoriums-resorts .information__description{
        flex-direction: column;
        gap: 15px;
        width: 100%;
        font-size: 14px;
        text-align: center;
        padding-top: 40px;
    }
    .sanatoriums-resorts .information__description img{
        width: 50px;
        min-width: 50px;
        height: 50px;
        min-height: 50px;
        margin-right: 0;
    }
    .sanatoriums-resorts .information__counts{
        justify-content: space-around;
        width: 100%;
        gap: 16px;
    }
    .sanatoriums-resorts .information__count{
        flex-direction: column;
        align-items: center;
        flex-basis: 50%;
        gap: 4px;
        text-align: center;
        max-width: 150px;
    }
    .sanatoriums-resorts .information__count--number{
        font-size: 56px;
        line-height: 100%;
        margin-right: 0;
    }
    .sanatoriums-resorts .information__count span{
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        max-width: 100%;
        padding-bottom: 0;
    }
    .sanatoriums-resorts .medical-city__image{
        height: 160px;
    }
    .sanatoriums-resorts .medical-city__ticker--text{
        font-size: 52px;
        line-height: 110%;
    }
    .sanatoriums-resorts .medical-city__ticker--text.medical-city__ticker--normal{
        white-space: normal;
        text-align: center;
    }

}

@media (min-width: 1440px) {
    .sanatoriums-resorts .first-screen__background iframe {
        width: 120vw;
        height: 100vw;
    }
    .sanatoriums-resorts .information__title img{

    }
}

/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.detail/first-screen-sanatoriums-resorts/style.css?16990258773937*/
.first-screen {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100vh;
}

.first-screen::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.first-screen > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.first-screen .container {
    height: 100%;
}

.first-screen__video {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.first-screen__video iframe {
    position: relative;
    transform: scale(1.2);
}

.first-screen__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.first-screen__inner {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 265px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.first-screen__section {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.50);
    margin: 0;
}

.first-screen__title {
    font-size: 64px;
    line-height: 100%;
    color: var(--color-white);
    max-width: 850px;
    padding-bottom: 20px;
    margin: 0;
}

.first-screen__description {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: var(--color-white);
    max-width: 630px;
    padding-bottom: 40px;
}

.first-screen__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 30px;
    gap: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 50px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    color: var(--color-white);
    background: var(--color-gorbusha);
    border: none;
}

.first-screen__button:hover {
    background: var(--color-gorbusha-hover);
    color: var(--color-white);
}

.first-screen__chevron{
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
    color: #FFFFFF;
    transform: translate(-50%, 0);
    cursor: pointer;
}
.first-screen__chevron svg{
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .first-screen__inner {
        padding-top: 255px;
    }
}

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

@media (max-width: 600px) {
    .first-screen {
        height: 640px;
    }

    .first-screen__inner {
        padding-top: 145px;
    }

    .first-screen__title {
        font-size: 36px;
        max-width: 100%;
    }

    .first-screen__description {
        font-size: 16px;
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .first-screen__button {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/travel-time-2025/style.css?175135307630477*/
.travel-time{
    position: relative;
    margin: 8px;
    padding: 56px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 32px;
}
.travel-time .container{
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.travel-time .hidden{
    display: none;
}
.travel-time__type{
    margin-top: 36px;
    margin-left: -16px;
    width: calc(100% + 32px);
    padding: 0 16px;
    overflow: auto;
    scrollbar-width: none;
}
.travel-time .form-group{
    z-index: 1;
    margin-bottom: 0;
}
.travel-time__head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    width: 100%;
    margin: auto;
    row-gap: 40px;
    font-family: "NunitoSans";
    text-align: center;
}
.travel-time__head-top{
    display: flex;
    flex-direction: column;
    flex-shrink: 1;
    flex-grow: 0;
}
.travel-time__head--sub-title{
    margin-bottom: 16px;
    color: var(--black, #1F2238) !important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.travel-time__head--title{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
}
.travel-time__head--title span {
    display: none;
}
.travel-time__head--description{
    color: var(--black, #1F2238);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.travel-time__head-center{
    display: none;
    overflow: hidden;
    flex-shrink: 3;
    flex-grow: 0;
}
.travel-time__head-center svg{
    width: 100%;
}
.travel-time__head-bottom{
    font-weight: 400;
    color: var(--black, #1F2238);
    flex-shrink: 1;
    flex-grow: 0;
}
.travel-time__head-bottom:has(.travel-time__head--time[data-value=""]){
    visibility: hidden;
}
.travel-time__head-bottom .travel-time__head--inaway{
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.travel-time__head-bottom .travel-time__head--time{
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: var(--primary-500, #E86A4D);
    white-space: nowrap;
}
.travel-time__head-bottom .travel-time__head--distance{
    font-size: 20px;
    line-height: 28px;
}
.travel-time__body--form{
    display: flex;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.form-group.form-group__text,
.form-group.form-group__combobox{
    width: 100%;
    display: flex;
    justify-content: center;
}
.travel-time__body--form label{
    color: var(--gray-500, #8F909B);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.travel-time__body--form input{
    max-width: 240px;
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.travel-time__body--inner{
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.travel-time__body--inner::after{
    position: absolute;
    left: 32%;
    bottom: 16px;
    background-image: url("/local/templates/mendeleev/img/icons/streak.svg");
    height: 2px;
    width: 35%;
    content: "";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.travel-time__body--inner::before{
    position: absolute;
    left: 32%;
    top: 16px;
    background-image: url("/local/templates/mendeleev/img/icons/streak.svg");
    height: 2px;
    width: 35%;
    content: "";
    -webkit-transform: rotate(90deg) translateY(0);
    -ms-transform: rotate(90deg) translateY(0);
    transform: rotate(90deg) translateY(0);
}
.travel-time__body--text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "NunitoSans";
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #574E51;
    padding: 0 0 8px;
    gap: 5px;
    margin: auto;
}
.travel-time__body--time{
    color: var(--primary-500, #E86A4D);
    text-align: center;
    font-family: "NunitoSans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.travel-time__body--distance{
    color: var(--black, #1F2238);
    text-align: center;
    font-family: "NunitoSans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-transform: lowercase;
}
.passengers_count_minus, .passengers_count_plus{
    border: 1px solid var(--color-gorbusha) !important;
    color: var(--color-gorbusha) !important;
}
body .flatpickr-day.selected{
    background: var(--color-gorbusha) !important;
    color: #fff;
    border-color: var(--color-gorbusha) !important;
}
body .flatpickr-day.today{
    border-color: var(--color-gorbusha) !important;
}
.pass_group_container .passengers_input_dropdown .flight_classes_item.active,
.pass_group_container .passengers_input_dropdown .flight_classes_item:active{
    background: var(--color-gorbusha) !important;
    color: #fff !important;
}
.pass_group_container .passengers_input_dropdown .flight_classes_item{
    border: 1px solid var(--color-gorbusha) !important;
    color: var(--color-gorbusha) !important;
}
.passengers_count_result{
    border-top: 1px solid var(--color-gorbusha) !important;
    border-bottom: 1px solid var(--color-gorbusha) !important;
}
.form-group{
    position: relative !important;
}
.form-group label{
    left: 0 !important;
}
.travel-time #widget-container .tabs svg{
    display: none
}
.travel-time #widget-container .tabs [data-tab-header="avia"]{
    background-image: url("/local/templates/.default/components/bitrix/news.list/travel-time-2025/img/plane.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.travel-time #widget-container .tabs [data-tab-header="avia"][data-state="active"]{
    background-image: url("/local/templates/.default/components/bitrix/news.list/travel-time-2025/img/plane-white.svg");
}
.travel-time #widget-container .tabs [data-tab-header="train"]{
    background-image: url("/local/templates/.default/components/bitrix/news.list/travel-time-2025/img/train.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.travel-time #widget-container .tabs [data-tab-header="train"][data-state="active"]{
    background-image: url("/local/templates/.default/components/bitrix/news.list/travel-time-2025/img/train-white.svg");
}
.travel-time #widget-container .tabs [data-tab-header="bus"]{
    background-image: url("/local/templates/.default/components/bitrix/news.list/travel-time-2025/img/bus.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.travel-time #widget-container .tabs [data-tab-header="bus"][data-state="active"]{
    background-image: url("/local/templates/.default/components/bitrix/news.list/travel-time-2025/img/bus-white.svg");
}
.travel-time .form_field_input{
    font-family: "NunitoSans";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 24px !important;
}
.travel-time .form_submit{
    color: var(--white, #FFF);
    font-family: "NunitoSans";
    font-size: 18px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 24px !important;
}
.tabs_types {
    z-index: 0 !important;
    justify-content: flex-start !important;
}
.tabs_types > div{
    display: block;
}
.tabs_types .travel-time__type-button{
    padding: 8px 16px;
    display: block;
    border: 1px solid var(--alpha-gray-200, #1F223833);
    border-radius: 12px;
    width: max-content;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.tabs_types label:not(:has(input[type="radio"]:disabled, input[type="radio"]:checked)){
    cursor: pointer;
}
.tabs_types label:has(input[type="radio"]:checked){
    background-color: var(--secondary-400, #C7B6A6);
    border-color: var(--secondary-400, #C7B6A6);
    color: #ffffff;
}
.tabs_types input[type="radio"]{
    display: none;
}
.tabs_types label span{
    user-select: none;
    display: inline-block;
    width: max-content;
}
/** region #template-2025# */
.travel-time.template-2025{
    margin: 0;
    transform: translate(0, 32px);
}
.gorod-otkrytiy__inner > .travel-time.template-2025,
.first-screen + .travel-time.template-2025,
.main-slider + .travel-time.template-2025,
.main-slider + div + .travel-time.template-2025{
    z-index: 3;
    margin: -32px 0 0 0;
    transform: translate(0, 0);
}
.travel-time.template-2025 .travel-time__head-bottom{
    text-align: center;
}
.travel-time.template-2025 + .stories-group{
    z-index: 4;
    position: relative;
    margin: 42px 0;
    padding: 0;
}
.travel-time.template-2025 + .stories-group .swiper-wrapper{
    background: white;
}
.travel-time.template-2025 + .stories-group .slider__button-next{
    right: 390px;
}
.travel-time.template-2025 + .stories-group .stories-group__inner{
    gap: 24px;
}
.travel-time.template-2025 + .stories-group .stories-group__head--sub-title{
    display: none;
}
.travel-time.template-2025 + .stories-group .stories-group__head--title{
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-align: left;
}
.travel-time.template-2025 .travel-time__forms{
    padding: 24px;
    border: 1px solid var(--secondary-200, #E3DBD3);
    border-radius: 12px;
    background-color: #ffffff;
}
.travel-time.template-2025 .travel-time__form > form{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.travel-time.template-2025 .travel-time__form > form .field{
    position: relative;
    padding: 12px 16px;
    width: 100%;
    min-width: 206px;
    display: flex;
    gap: 16px;
    border: 1px solid var(--alpha-gray-200, #1F223833);
    border-radius: 12px;
}
.travel-time.template-2025 .travel-time__form > form .field.field--date label{
    display: flex;
    width: 100%;
}
.travel-time.template-2025 .travel-time__form > form .field input{
    border: none;
    outline: none;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    box-shadow: none;
    color: #8F909B;
    width: 100%;
}
.travel-time.template-2025 .travel-time__form > form .field:has(select){
    padding: 0;
}
.travel-time.template-2025 .travel-time__form > form .field:has(select) select{
    padding: 12px 16px;
    border: none;
    border-radius: 12px;
    outline: none;
    width: 98%;
    min-width: 206px;
    height: 50px;
    font-size: 18px;
    line-height: 1.5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #262626;
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4736 16.5314C11.7665 16.8243 12.2413 16.8243 12.5342 16.5314L19.5342 9.53143C19.8271 9.23854 19.8271 8.76366 19.5342 8.47077C19.2413 8.17788 18.7665 8.17788 18.4736 8.47077L12.0039 14.9404L5.53424 8.47077C5.24134 8.17788 4.76647 8.17788 4.47358 8.47077C4.18068 8.76366 4.18068 9.23854 4.47358 9.53143L11.4736 16.5314Z' fill='%238F909B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 24px;
}
.travel-time.template-2025 .travel-time__form button[type="submit"]{
    outline: none;
    width: 161px;
    padding: 12px 20px;
    border-radius: 12px;
    border: none;
    background: var(--color-gorbusha);
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #ffffff;
}
.travel-time.template-2025 .travel-time__form button[type="submit"]:hover{
    background: var(--color-gorbusha-hover);
}
/** region #widget# */
.travel-time.template-2025 #widget-container .widget{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.travel-time.template-2025 #widget-container .widget .tabs{
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.travel-time.template-2025 #widget-container .widget .tabs_control{
    margin: 0;
    padding: 0;
    min-width: 60px;
    width: 60px;
    max-width: 60px;
    min-height: 48px;
    height: 48px;
    max-height: 48px;
    border: 1px solid var(--secondary-400, #C7B6A6);
    border-radius: 12px;
    background-color: #ffffff;
}
.travel-time.template-2025 #widget-container .widget .tabs_control[data-state="active"]{
    background-color: var(--secondary-400, #C7B6A6);
}
.travel-time.template-2025 #widget-container .widget .tab_content{
    margin: 0;
    padding: 0;
    border: none;
}
.travel-time.template-2025 #widget-container .widget .tab_content .form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 16px;
}
.travel-time.template-2025 #widget-container .widget .tab_content .form_group{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px
}
.travel-time.template-2025 #widget-container .widget .tab_content .form_field{
    margin: 0;
    padding: 0;
    min-width: 240px;
    width: 240px;
    max-width: 100%;
}
.travel-time.template-2025 #widget-container .widget .tab_content .form_field input[type="text"]::placeholder{
    font-size: 18px;
    line-height: 24px;
    color: var(--gray-500, #8F909B);
}
.travel-time.template-2025 #widget-container .tabs span,
.travel-time.template-2025 .widget .form_header,
.travel-time.template-2025 .widget .tutu_icon_placeholder,
.travel-time.template-2025 .widget[data-size=large] .tab_content .form_field_tips{
    display: none;
}
.travel-time.template-2025 #widget-container .widget .tab_content .form_field_input,
.travel-time.template-2025 #widget-container .widget .tab_content .date_input,
.travel-time.template-2025 #widget-container .widget .tab_content .passengers_count_result,
.travel-time.template-2025 #widget-container .widget .tab_content .passengers_count_minus,
.travel-time.template-2025 #widget-container .widget .tab_content .passengers_count_plus{
    height: 48px;
}
.travel-time.template-2025 #widget-container .widget .tab_content .form_field_input{
    border-radius: 12px;
}
.travel-time.template-2025 #widget-container .widget .tab_content .tab_item[data-tab-content="avia"] .form_group.passengers,
.travel-time.template-2025 #widget-container .widget[data-size=large] .tab_content .form_group,
.travel-time.template-2025 #widget-container .widget[data-size=medium] .tab_content .form_group{
    width: 100%;
}
.travel-time.template-2025 #widget-container .widget .tab_content .passengers_input > button{
    height: 48px;
    border-radius: 12px;
    color: var(--primary-500, #E86A4D);
}
.travel-time.template-2025 #widget-container .widget .tab_content .passengers_count_result{
    color: var(--primary-500, #E86A4D);
}
.travel-time.template-2025 #widget-container .widget .tab_content .passengers_count_result{
    line-height: 48px;
}
.travel-time.template-2025 #widget-container .widget .tab_content .passengers_count_minus,
.travel-time.template-2025 #widget-container .widget .tab_content .passengers_count_plus{
    width: 48px;
    line-height: 48px;
}
.travel-time.template-2025 #widget-container .widget .tab_content .passengers_input > button + svg,
.travel-time.template-2025 #widget-container .widget .tab_content .date_input > .date_icon{
    top: 20px;
    right: 14px;
}
.travel-time.template-2025 #widget-container .widget .tab_content .passengers_input > button + svg path{
    fill: var(--primary-500, #E86A4D);
}
.travel-time.template-2025 #widget-container .widget .tab_content .passengers_input > button:hover{
    border-color: rgba(0, 125, 222, .2);
}
.travel-time.template-2025 .widget[data-size=large] .tab_content .form_submit{
    padding: 12px 20px;
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-gorbusha);
    border-radius: 12px;
    height: auto;
    min-height: auto;
    max-height: max-content;
    width: min-content;
    min-width: min-content;
    max-width: max-content;
}
.travel-time.template-2025 .widget[data-size=large] .tab_content .form_submit:hover{
    margin-bottom: 0 !important;
    background: var(--color-gorbusha-hover);
}
.travel-time.template-2025 #widget-container .tabs svg{
    visibility: hidden;
    width: 20px;
    height: 20px;
}
.travel-time.template-2025 #widget-container .tabs [data-tab-header="avia"]{
    background-image: url("/local/templates/.default/components/bitrix/news.list/travel-time-2025/img/plane.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.travel-time.template-2025 #widget-container .tabs [data-tab-header="avia"][data-state="active"]{
    background-image: url("/local/templates/.default/components/bitrix/news.list/travel-time-2025/img/plane-white.svg");
}
.travel-time.template-2025 #widget-container .tabs [data-tab-header="train"]{
    background-image: url("/local/templates/.default/components/bitrix/news.list/travel-time-2025/img/train.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.travel-time.template-2025 #widget-container .tabs [data-tab-header="train"][data-state="active"]{
    background-image: url("/local/templates/.default/components/bitrix/news.list/travel-time-2025/img/train-white.svg");
}
.travel-time.template-2025 #widget-container .tabs [data-tab-header="bus"]{
    background-image: url("/local/templates/.default/components/bitrix/news.list/travel-time-2025/img/bus.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.travel-time.template-2025 #widget-container .tabs [data-tab-header="bus"][data-state="active"]{
    background-image: url("/local/templates/.default/components/bitrix/news.list/travel-time-2025/img/bus-white.svg");
}
.travel-time__head--city{
    display: flex;
    gap: 8px;
    width: fit-content;
    position: relative;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    white-space: nowrap;
}
.travel-time__head--city .city-choose{
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.travel-time__head--city .city-choose select{
    user-select: none;
    pointer-events: none;
    outline: none;
    border: none;
    background-color: transparent;
    appearance: none;
    display: none;
}
.travel-time__head--city .travel-time__head--city-text{
    color: var(--primary-500, #E86A4D);
    text-decoration-line: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}
.travel-time__head--city button{
    margin-top: 5px;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    background: none;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-500, #E86A4D);
    transition: .3s;
    pointer-events: none;
}
.travel-time__head--city .city-choose .button--arrow svg{
    width: 20px;
    height: 20px;
}
.city-selector.active + * + .button--arrow {
    transform: rotate(-180deg);
}
.city-selector:not(.active){
    display: none;
}
.city-selector{
    z-index: 999;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.city-selector__background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, black, transparent);
    backdrop-filter: blur(4px);
    /*opacity: 0;*/
    transition: opacity, 340ms linear;
    cursor: pointer;
}
.city-selector__container{
    overflow: auto;
    z-index: 2;
    padding: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 70%;
    background-color: #ffffff;
    border-radius: 12px 12px 0 0;
}
.city-selector__list{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    list-style-type: none;
}
.city-selector__item{
    user-select: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black, #1F2238);
}
.city-selector__item label{
    cursor: pointer;
    width: 100%;
}
.travel-time.template-2025 label{
    color: var(--black, #1F2238);
}
.travel-time.template-2025 .field label{
    padding: 0;
}
.travel-time.template-2025 .city-selector__item label{
    user-select: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.city-selector__item:has(input[type="radio"]:checked) label{
    cursor: default;
}
.city-selector__item input[type="radio"]{
    display: none;
}
/*.city-selector__item:has(input[type="radio"]:checked),*/
/*.travel-time.template-2025 .city-selector__item label:has(input[type="radio"]:checked){*/
/*    color: var(--primary-500, #E86A4D);*/
/*}*/
@media (min-width: 375px){
    .travel-time{
        margin: 16px;
    }
    .travel-time__head--title{
        white-space: nowrap;
    }
}
@media (min-width: 456px){
    .travel-time.template-2025 #widget-container .widget .tab_content .form_field{
        min-width: 340px;
        width: 340px;
    }
}
@media (max-width: 576px){
    .flatpickr-calendar{
        left: 0 !important;
        width: 100% !important;
    }
    .pass_group_container{
        width: 100%;
        left: 0 !important;
    }
}
@media (min-width: 574px){
    .travel-time__head{
        max-width: 462px;
    }
    .travel-time__body--form{
        max-width: 320px;
        margin: auto;
    }
}
@media (min-width: 768px){
    .travel-time{
        padding: 64px 0;
    }
    .travel-time__head{
        max-width: 100%;
        width: 100%;
        text-align: initial;
        flex-direction: row;
        gap: 24px;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
    }
    .travel-time__head--title{
        font-size: 32px;
        line-height: 38px;
    }
    .travel-time.template-2025 + .stories-group .stories-group__head--title{
        font-size: 28px;
        line-height: 34px;
    }
    .travel-time__head-bottom .travel-time__head--time{
        font-size: 40px;
        line-height: 48px;
    }
    .travel-time__head--city{
        font-size: 32px;
        line-height: 38px;
    }
    .travel-time__head--city button{
        padding: 7px;
    }
    .travel-time__head--city .city-choose .button--arrow svg{
        width: 24px;
        height: 24px;
    }
    .city-selector{
        position: absolute;
        top: 100%;
    }
    .city-selector__background{
        opacity: 0;
    }
    .city-selector__container{
        margin-top: 12px;
        bottom: initial;
        top: 0;
        height: max-content;
        max-height: 400px;
        border-radius: 12px;
    }
    .tabs_types{
        justify-content: center;
    }
    .travel-time.template-2025 .travel-time__form > form{
        flex-wrap: nowrap;
    }
    .travel-time.template-2025 .travel-time__form > form .field{
        width: auto;
    }
    .travel-time.template-2025 #widget-container .widget .tab_content .form_field{
        min-width: 300px;
        width: 300px;
    }
    .travel-time.template-2025 .travel-time__form > form .field:has(input[type="search"]){
        flex-grow: 9;
    }
}
@media (min-width: 996px){
    .travel-time__body--form{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
    }
    .travel-time__body--inner::after{
        position: absolute;
        left: 0;
        top: 45%;
        background-image: url("/local/templates/mendeleev/img/icons/streak.svg");
        height: 2px;
        width: 38%;
        content: "";
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .travel-time__body--inner::before{
        position: absolute;
        right: 0;
        left: auto;
        top: 45%;
        background-image: url("/local/templates/mendeleev/img/icons/streak.svg");
        height: 2px;
        width: 38%;
        content: "";
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@media (min-width: 1024px){
    .travel-time__head-center{
        display: block;
    }
    .travel-time__head--sub-title{
        font-size: 16px;
        line-height: 22px;
    }
    .travel-time__body--form{
        justify-content: space-between;
    }
    .travel-time__body--inner{
        width: 424px;
    }
    .travel-time.template-2025 + .stories-group .stories-group__inner{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .travel-time.template-2025 + .stories-group .stories-group__head{
        margin-top: 32px;
        min-width: 312px;
    }
}
@media (min-width: 1140px){
    .travel-time .form-group__dropdown-items{
        max-height: 100px;
    }
}
@media (min-width: 1440px){
    .travel-time{
        padding: 96px 0;
    }
    .travel-time__head--title,
    .travel-time__head--city{
        font-size: 38px;
        line-height: 44px;
    }
    .travel-time__body--form input{
        max-width: 312px;
    }
    .travel-time__body--inner{
        width: 472px;
    }
    .travel-time__head--description{
        font-size: 20px;
        line-height: 28px;
    }
    .travel-time__head-bottom .travel-time__head--time{
        font-size: 48px;
        line-height: 56px;
    }
    .travel-time__body--inner{
        width: 664px;
    }
    .travel-time.template-2025 + .stories-group .stories-group__head--title{
        font-size: 32px;
        line-height: 38px;
    }
    .travel-time.template-2025 #widget-container .widget{
        flex-direction: row;
        justify-content: space-between;
    }
    .travel-time.template-2025 #widget-container .widget .tabs{
        width: min-content;
        justify-content: initial;
    }
    .travel-time.template-2025 #widget-container .widget .tab_content .form{
        max-width: 100%;
        display: grid;
        grid-template-columns: minmax(34px, 2fr) minmax(34px, 2fr) minmax(34px, 1fr) minmax(34px, 1fr);
    }
    .travel-time.template-2025 #widget-container .widget .tab_content .tab_item[data-tab-content="train"] .form{
        grid-template-columns: minmax(34px, 2fr) minmax(34px, 2fr) minmax(34px, 1fr);
    }
    .travel-time.template-2025 #widget-container .widget .tab_content .tab_item[data-tab-content="bus"] .form{
        grid-template-columns: minmax(34px, 2fr) minmax(34px, 1fr) minmax(34px, 1fr) minmax(34px, 1fr);
    }
    .travel-time.template-2025 #widget-container .widget .tab_content .form,
    .travel-time.template-2025 #widget-container .widget .tab_content .form_group{
        flex-wrap: nowrap;
    }
    .travel-time.template-2025 #widget-container .widget .tab_content .form_group{
        gap: 0;
    }
    .travel-time.template-2025 #widget-container .widget .tab_content .form_field + .form_field{
        margin-left: 16px;
    }
    .travel-time.template-2025 #widget-container .widget .tab_content .form_field{
        min-width: 100px;
        width: 100%;
    }
    .tabs_types{
        justify-content: flex-start;
    }
}
@media (min-width: 1600px){
    .travel-time.template-2025 #widget-container .widget .tab_content .tab_item[data-tab-content="train"] .form{
        grid-template-columns: minmax(34px, 3fr) minmax(34px, 2fr) minmax(34px, 1fr);
    }
    .travel-time.template-2025 #widget-container .widget .tab_content .tab_item[data-tab-content="bus"] .form{
        grid-template-columns: minmax(34px, 3fr) minmax(34px, 1fr) minmax(34px, 1fr) minmax(34px, 1fr);
    }
}
.travel-time.template-2025 .form-group{
    position: relative;
    margin-bottom: 0;
    color: rgba(38, 38, 38, 0.5);
}
.travel-time.template-2025 .form-group .field--icon{
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
}
.travel-time.template-2025 .form-group .field--icon svg{
    position: relative;
    left: initial;
    top: initial;
    right: initial;
    margin: 0;
}
.travel-time.template-2025 .form-group input{
    width: 100%;
    padding: 0;
    height: auto;
}
.travel-time.template-2025 .form-group input.with-icon{
    padding: 0 20px 0 56px;
}
.travel-time.template-2025 .form-group__dropdown-items{
    z-index: 5;
    display: none;
    position: absolute;
    left: -16px;
    top: 52px;
    width: calc(100% + 32px);
    max-height: 200px;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    gap: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 24px -4px rgba(31, 27, 29, 0.06), 0 8px 8px -4px rgba(31, 27, 29, 0.03);
    box-shadow: 0 20px 24px -4px rgba(31, 27, 29, 0.06), 0 8px 8px -4px rgba(31, 27, 29, 0.03);
    border-radius: 12px;
    margin: 0;
    scrollbar-color: #29222438 #FFFFFF;
    scrollbar-width: 4px;
    --transition: .3s;
}
.travel-time.template-2025 .form-group__dropdown-items::-webkit-scrollbar{
    width: 4px;
    background-color: #FBFAF9;
}
.travel-time.template-2025 .form-group__dropdown-items::-webkit-scrollbar-thumb{
    background-color: #29222438;
    border-radius: 9em;
}
.travel-time.template-2025 .form-group__dropdown-item{
    font-size: 16px;
    padding: 8px 12px;
    margin: 4px 4px 0 4px;
    line-height: 24px;
    border-radius: 8px;
    color: #292224;
    cursor: pointer;
}
.travel-time.template-2025 .form-group__dropdown-item:last-child{
    margin-bottom: 4px;
}
.travel-time.template-2025 .form-group__dropdown-item:hover{
    background: #FFF7F5;
}
.travel-time.template-2025 .form-group__combobox{
    position: static;
}
.travel-time.template-2025 .form-group__combobox input{
    cursor: pointer;
}
.travel-time.template-2025 .form-group svg.arrow {
    margin: 0;
    top: -6px;
    right: -6px;
    pointer-events: none;
}
.list_dropdown_container.show {
    max-width: 76.2%;
}
/* End */


/* Start:/local/templates/mendeleev/css/form.css?174402634619728*/
.new-event {
    z-index: 1000;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    background-image: linear-gradient(45deg, black, transparent);
    backdrop-filter: blur(4px);
}
.new-event__overlay {
    position: relative;
    width: 100%;
    height: 100vh;
}
.new-event__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 48px 87px;
    isolation: isolate;
    min-width: 768px;
    max-width: 768px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    background: #FBFAF9;
    scrollbar-color: #29222438 #FFFFFF;
    scrollbar-width: 6px;
    --transition: .3s;
}

.new-event__form::-webkit-scrollbar {
    width: 6px;
    background-color: #FBFAF9;
}

.new-event__form::-webkit-scrollbar-thumb {
    background-color: #29222438;
    border-radius: 9em;
}

.new-event__form--back {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px 24px 12px 20px;
    gap: 8px;
    width: 124px;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.03), 0 6px 18px -2px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #292224;
    margin-bottom: 40px;
    border: none;
}

.new-event__form--back svg {
    transform: rotate(180deg);
}

.new-event__form--title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #292224;
    margin-bottom: 32px;
}

.new-event__form--text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #292224;
    margin-bottom: 16px;
}

.new-event__form--memo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
    width: 196px;
    height: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-gorbusha);
    margin-bottom: 40px;
}

.new-event__form--memo:hover {
    color: var(--color-gorbusha-hover);
}

.new-event__form--contact-info {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    color: #292224;
    margin-top: 16px;
}

.form-group {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
    color: rgba(38, 38, 38, 0.5);
}

.form-group__textarea {
    height: 100%;
}

.form-group .form-group__file--upload {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 24px;
    width: 100%;
    height: 56px;
    border-radius: 12px;
}

.form-group .form-group__file--upload input[type="file"] {
    position: absolute;
    width: 0;
    opacity: 0;
}

.form-group .form-group__file--uploaded {
    display: none;
    position: relative;
    height: 100%;
}

.form-group__file--uploaded-inner {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 42px 0 16px;
    gap: 16px;
}

.form-group .form-group__file--uploaded-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 3px 8px;
    gap: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 24px;
    background: #E46D4E;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}

.form-group .form-group__file--uploaded-name {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #292224;
}

.form-group .form-group__file--uploaded-size {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #A19C9D;
}

.form-group .form-group__file--uploaded-clear-button {
    margin: 13px;
}

.form-group label {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 8px 16px 16px 16px;
    font-size: 13px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.form-group__privacy {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 24px 15px auto;
    grid-template-columns: 24px auto;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.form-group__privacy input {
    position: fixed;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form-group__privacy label {
    position: relative;
    width: 24px;
    height: 24px;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: var(--color-black);
    letter-spacing: 0.05em;
    cursor: pointer;
}

.form-group__privacy label::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    border: 1px solid #B3B3B3;
    background-color: transparent;
}

.form-group__privacy input:checked + label::before {
    border: 3px solid var(--color-gorbusha);
    background-color: white;
    content: url("/local/templates/mendeleev/img/icons/events/label.svg");
}

.form-group__privacy input:checked + .form-group__privacy label.label-fill::before {
    background-color: var(--color-gorbusha);
    content: url("/local/templates/mendeleev/img/icons/events/label-white.svg");
}

.form-group__privacy p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #40373A;
    margin: 0;
}

.form-group__privacy a,
.form-group__privacy a:hover {
    color: var(--color-gorbusha);
}

.form-group label.empty {
    padding: 16px;
    font-size: 16px;
}

.form-group .form-group__file--upload label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 24px;
    gap: 16px;
    min-width: 219px;
    white-space: nowrap;
    height: 56px;
    border: 1px dashed #D1CFD0;
    border-radius: 12px;
    cursor: pointer;
}

.form-group textarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 42px 6px 16px;
    gap: 16px;
    width: 100%;
    height: 115px;
    max-height: 300px;
    background: #FFFFFF;
    border: 1px solid #D1CFD0;
    resize: none;
    border-radius: 12px;
}

.form-group input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 42px 6px 16px;
    gap: 16px;
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid #D1CFD0;
    border-radius: 12px;
}

.form-group input.empty {
    padding: 16px;
    font-size: 0;
}

.form-group input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.form-group input[type="number"]::-webkit-outer-spin-button,
.form-group input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.form-group input.error,
.form-group textarea.error {
    border: 2px solid #E46D4E;
}

.form-group svg {
    position: absolute;
    right: 0;
    top: 0;
    margin: 16px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    cursor: pointer;
}

.form-group svg.form-group__clear-button {
    display: none;
    opacity: 0;
    margin: 22px;
    color: #D1CFD0;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.form-group input:focus + svg.form-group__clear-button,
.form-group textarea:focus + svg.form-group__clear-button {
    opacity: 1;
}

.form-group svg.form-group__clear-button:hover {
    color: rgba(38, 38, 38, 0.5);
}

.form-group svg.form-group__file--clip {
    position: relative;
    left: 0;
    margin: 0;
}

.form-group .form-group__file--info {
}

.form-group .form-group__message {
    font-size: 14px;
    color: rgba(38, 38, 38, 0.5);
}

.form-group .form-group__message.error {
    color: #E46D4E;
}

svg.form-group__dropdown {
    transform: rotate(180deg);
}

.form-group__dropdown-items {
    z-index: 5;
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    gap: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 24px -4px rgba(31, 27, 29, 0.06), 0 8px 8px -4px rgba(31, 27, 29, 0.03);
    box-shadow: 0 20px 24px -4px rgba(31, 27, 29, 0.06), 0 8px 8px -4px rgba(31, 27, 29, 0.03);
    border-radius: 12px;
    margin: 0;
    scrollbar-color: #29222438 #FFFFFF;
    scrollbar-width: 4px;
    --transition: .3s;
}

.form-group__dropdown-items::-webkit-scrollbar {
    width: 4px;
    background-color: #FBFAF9;
}

.form-group__dropdown-items::-webkit-scrollbar-thumb {
    background-color: #29222438;
    border-radius: 9em;
}


.form-group__dropdown-item {
    font-size: 16px;
    padding: 8px 12px;
    margin: 4px 4px 0 4px;
    line-height: 24px;
    border-radius: 8px;
    color: #292224;
    cursor: pointer;
}

.form-group__dropdown-item:last-child {
    margin-bottom: 4px;
}

.form-group__dropdown-item:hover {
    background: #FFF7F5;
}

.form-group__dropdown-item.active {
    background: #FFEEEB;
}

.form-group__button-send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 40px;
    gap: 32px;
    width: 100%;
    height: 56px;
    background-color: var(--color-gorbusha);
    border: none;
    border-radius: 12px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.form-group__button-send:hover {
    background-color: var(--color-gorbusha-hover);
}

.form-group__button-send.disabled {
    background: var(--gray-200, #D2D3D7);
    cursor: not-allowed !important;
}
.form-group__button-send.loading {
    cursor: not-allowed !important;
}
#ui-datepicker-div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
    background-color: #F9E2DB;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none !important;
    background-color: transparent !important;
    font-weight: normal;
    color: #454545;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: #454545 !important;
    background: #F9E2DB !important;
    border: 2px solid #E16E4D !important;
    border-radius: 15px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none !important;
    background: transparent !important;
}

.ui-icon-circle-triangle-e,
.ui-icon-circle-triangle-w {
    background-position: center !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.ui-datepicker .ui-datepicker-next {
    right: 0 !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) rotate(90deg) !important;
    -ms-transform: translateY(-50%) rotate(90deg) !important;
    transform: translateY(-50%) rotate(90deg) !important;
}

.ui-widget-header .ui-icon {
    background-image: url("/local/templates/mendeleev/img/icons/events/arrow.svg") !important;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 0 !important;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 0 !important;
    cursor: pointer;
}

.form-notification {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px !important;
    isolation: isolate;
    width: 400px;
    height: fit-content;
    background: #FFFFFF;
    box-shadow: 0 20px 24px -4px rgba(31, 27, 29, 0.06), 0 8px 8px -4px rgba(31, 27, 29, 0.03);
    border-radius: 18px;
}

.form-notification--head {
    display: none;
    height: 40px;
    margin-bottom: 16px;
}

.form-notification--body {
}

.form-notification--body__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #1F1B1D;
    margin-bottom: 8px;
}

.form-notification--body__text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #736E70;
    margin-bottom: 32px;
}

.form-notification--body__text b {
    font-weight: 700 !important;
}

.form-notification--control {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 8px;
    width: 352px;
    height: 48px;
}

.form-notification__button-cancel {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 16px;
    width: 172px;
    height: 48px;
    border: 1px solid #E9E8E9;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #292224;
    border: none;
}

.form-notification__button-reset {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 16px;
    width: 172px;
    height: 48px;
    background: #F24046;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
}

.form-notification__button-success {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 16px;
    width: 352px;
    height: 48px;
    background: #E86A4D;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
}

.form-notification__button-failure {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 16px;
    width: 352px;
    height: 48px;
    background: #F24046;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    border: none;
}

.form-notification .fancybox-close-small {
    position: absolute;
    color: #D1CFD0 !important;
    right: 10px !important;
    top: 10px !important;
}

.form-notification .fancybox-close-small:hover {
    color: rgba(38, 38, 38, 0.5) !important;
}

.form-group__add-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 8px;
    width: fit-content;
    height: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #292224;
    cursor: pointer;
}

.form-group__add-field:hover {
    color: var(--color-gorbusha);
}

.form-group__add-field svg {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
}
/*.address-hint*/
.form-group__combobox{
    position: relative;
}
.tooltip.form-tooltip {
    z-index: 99999 !important;
    border-radius: 4px;
    padding: 10px !important;
    max-width: 200px;
    color: #262626;
    background-color: black;
}
.form-tooltip-item-mobile {
    display: none;
}
.form-tooltip-item {
    position: absolute;
    left: 0;
    top: 0;
    color: black;
}
.form-tooltip-item svg {
    width: 24px;
    height: 24px;
}
.tooltip.form-tooltip .tooltip-inner{
    padding: 10px;
    color: #262626;
    text-align: left;
    background-color: #F8F6F5;
    border-radius: 4px;
}
/*.address-hint*/
@media (max-width: 768px) {
    .new-event__form {
        min-width: 100%;
        padding: 100px 15px;
        margin: 0;
    }
    .form-tooltip-item-mobile {
        display: flex;
        padding-bottom: 16px;
    }
    .form-tooltip-item {
        display: none;
    }
}

@media (max-width: 574px) {
    .form-group__file {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .form-group .form-group__file--upload {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .form-group__privacy {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }

    .form-notification {
        width: 100%;
    }

    .form-notification--control {
        width: 100%;
    }
    .form-notification__button-cancel,
    .form-notification__button-reset {
        width: 50%;
    }
}
/* End */


/* Start:/local/templates/mendeleev/css/jquery-ui.css?168179559637633*/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

    /* We use html here because we need a greater specificity to make sure disabled
    works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/local/templates/mendeleev/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("/local/templates/mendeleev/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("/local/templates/mendeleev/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("/local/templates/mendeleev/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("/local/templates/mendeleev/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/local/templates/mendeleev/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("/local/templates/mendeleev/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}
/* End */


/* Start:/local/components/mendeleev/search.elements/templates/travel-time/style.css?17495515168132*/
:root{
    --color-black: #292224;
}
.travel-time {
    z-index: 1;
}
.travel-time .search-group{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px;
    width: 100%;
    height: 48px;
    background-color: var(--white, #FFFFFF);
    box-shadow: none;
    border-radius: 12px;
}
.travel-time .search-group::after{
    z-index: 5;
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    width: 150%;
    height: 1px;
    background-color: var(--color-gray-100);
    content: "";
}
.travel-time .search-group__form{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
}
.travel-time .search-group__form:hover{
    background-color: var(--white, #FFFFFF) !important;
    transform: none !important;
}
.travel-time .search-group__form label{
    width: 100%;
    height: 100%;
    padding: 0;
}
.travel-time .search-group__form input:hover{
    background-color: var(--white, #FFFFFF) !important;
    transform: none;
}
.travel-time .search-group__inner{
    z-index: 999;
    position: absolute;
    left: 0;
    top: 52px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: none;
    overflow: hidden;
}
.travel-time .search-popup__close-mobile{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 0 0 8px;
    width: 24px;
    height: 24px;
    background: transparent;
    border: none;
    transform: rotate(180deg);
    color: var(--gray-300, #BCBDC3);
}
.travel-time .search-group__items{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: var(--white, #FFFFFF);
    border-radius: 12px;
}
.travel-time .search-group__items::-webkit-scrollbar{
    width: 4px;
    background-color: #FBFAF9;
}
.travel-time .search-group__items::-webkit-scrollbar-thumb{
    background-color: #29222438;
    border-radius: 9em;
}
.travel-time .search-group__item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: calc(100% - 4px);
    height: fit-content;
    padding: 8px 0;
    margin: 4px auto 0;
    border-radius: 8px;
    cursor: pointer;
    color: var(--gray-900, #35384C);
}
.travel-time .search-group__recent-requests{
    display: none;
    width: calc(100% - 8px);
    height: fit-content;
    font-size: 14px;
    cursor: pointer;
    color: var(--gray-600, #797A88);
}
.travel-time .search-group__recent-requests:hover{
    background-color: transparent !important;
}
.travel-time .search-group__item a{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
    width: 100%;
    height: fit-content;
    cursor: pointer;
}
.travel-time .search-group__item a:hover{
    text-decoration: none;
    background-color: transparent !important;
}
.travel-time .search-group__item a span:hover{
    text-decoration: none;
    background-color: transparent !important;
}
.travel-time .search-group__item > svg{
    margin-top: 5px;
}
.travel-time .search-group__item.last{
    margin-bottom: 4px;
}
.travel-time .search-group__item--name{
    width: 100%;
    overflow: hidden;
    color: var(--gray-900, #35384C);
}
.travel-time .search-group__item--category{
    font-size: 13px;
    color: var(--gray-600, #797A88);
}
.travel-time .search-group__go-to-results{
    display: none;
    align-items: center;
    gap: 12px;
    width: calc(100% - 8px);
    height: fit-content;
    padding: 8px 12px;
    margin: 4px auto;
    border-radius: 8px;
    cursor: pointer;
    color: var(--gray-900, #35384C);
}
.travel-time .search-group__item:hover,
.travel-time .search-group__go-to-results:hover{
    background: #FFF7F5 !important;
}
.travel-time .search-group__clear{
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(-75px, -50%);
    width: 16px;
    height: 16px;
    border: none;
    color: var(--gray-300, #BCBDC3);
    background-color: transparent;
    transition: .3s;
    opacity: 0;
}
.travel-time .search-group__clear.visible{
    opacity: 1;
}
.travel-time .search-group__clear:hover{
    color: var(--gray-900, #35384C);
    background-color: transparent !important;
}
.travel-time .search-group input{
    width: calc(100% - 20px);
    height: 100%;
    padding: 10px;
    color: var(--gray-900, #35384C);
    font-weight: 500;
    border: none;
}
.travel-time .search-popup{
    display: none;
    align-items: flex-start;
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 16px 0;
    background-color: var(--white, #FFFFFF);
    backdrop-filter: blur(4px);
    overflow: hidden;
}
.travel-time .search-popup__inner{
    border: 2px solid transparent;
}
.travel-time .search-popup__inner:hover{
    /*border: 2px solid var(--color-gray-100);*/
}
.travel-time .search-popup__inner.focus{
    border: 2px solid var(--primary-500, #E86A4D);
}
.travel-time .search-popup__overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.travel-time .search-popup__close{
    z-index: 2;
    display: none;
    position: fixed;
    right: 24px !important;
    top: 24px !important;
    background: transparent !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #FFFFFF !important;
    transition: .3s !important;
    border: none;
}
.travel-time .search-popup__close:hover{
    background: rgba(255, 255, 255, 0.15) !important;
}
.travel-time .search-group__form--submit{
    width: fit-content;
    height: 100%;
    background: transparent;
    border: none;
}
.travel-time .search-popup .travel-time .search-group__form--submit span{
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    height: 100%;
    width: 72px;
    margin: 0;
    color: var(--white, #FFFFFF);
    background-color: var(--primary-500, #E86A4D);
    border-radius: 8px;
    transition: .3s;
}
.travel-time .search-popup .travel-time .search-group__form--submit span:hover{
    background-color: var(--primary-500, #E86A4D);
}
@media (min-width: 574px){
    .travel-time .search-popup,
    .travel-time .search-popup:hover{
        background-color: rgba(15, 13, 14, 0.40) !important;
    }
    .travel-time .search-popup__close-mobile{
        display: none;
    }
    .travel-time .search-group__item,
    .travel-time .search-group__recent-requests{
        width: calc(100% - 8px);
        padding: 8px 12px;
        margin: auto;
    }
    .travel-time .search-group__inner{
        box-shadow: 0 6px 6px -4px rgba(31, 27, 29, 0.02), 0 10px 20px -4px rgba(31, 27, 29, 0.03);
    }
    .travel-time .search-group{
        box-shadow: 0 6px 6px -4px rgba(31, 27, 29, 0.02), 0 10px 20px -4px rgba(31, 27, 29, 0.03);
    }
    .travel-time .search-group::after{
        display: none;
    }
}
@media (min-width: 768px){
    .travel-time .search-group{
        height: 72px;
        padding: 8px;
    }
    .travel-time .search-popup .travel-time .search-group__form--submit span{
        padding: 16px 24px;
        width: 96px;
    }
    .travel-time .search-group__clear{
        transform: translate(-100px, -50%);
    }
}
@media (min-width: 996px){
    .travel-time .search-group{
        height: 72px;
    }
    .travel-time .search-group input{
        padding: 24px 16px;
        width: calc(100% - 50px);
    }
    .travel-time .search-popup{
        padding: 64px 0;
    }
    .travel-time .search-popup__close{
        display: flex;
    }
    .travel-time .search-popup .travel-time .search-group{
        max-width: 768px;
        margin: auto;
    }
    .travel-time .search-group__clear{
        transform: translate(-116px, -50%);
    }
}
@media (min-width: 1400px){
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/stories-list-new/style.css?17440263465378*/
.stories-group {
    padding: 48px 0;
    overflow: hidden;
}

.excurs-tours .stories-group {
    padding: 56px 0;
}

.stories-group__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 56px;
}

.stories-group__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    gap: 16px;
}

.stories-group .stories-group__head--sub-title {
    margin: 0 0 16px 0;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.stories-group__head--title {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
}

.stories-group__items {
    position: relative;
    width: 100%;
}

.stories-group__item {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 4px;
    gap: 10px;
    max-width: 200px;
    border-radius: 24px;
    border: 2px solid #E46D4E;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.excurs-tours .stories-group__item{
    max-width: 128px;
}

.excurs-tours .stories-group{
    border-radius: 32px 32px 0 0;
    border-radius: 32px 32px 0 0;
    background-color: white;
    margin-top: -32px;
    position: relative;
    z-index: 12;
}

.stories-group__item.visited {
    border: 2px solid transparent;
}

.stories-group__item:hover {
    border: 2px solid #F2A391;
}

.stories-group__item:hover {
    border: 2px solid #F2A391;
}

.stories-group__item article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 12px;
    isolation: isolate;
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 18px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    overflow: hidden;
}
.stories-group__item--img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    z-index: 0;
}
.stories-group__item article::before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: var(--color-gradient-card);
    border-radius: 18px;
    overflow: hidden;
}

.stories-group__item--title {
    z-index: 1;
    position: relative;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.stories-group__overlay {
    display: none;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.stories-group__turn-device {
    display: none;
    z-index: 99999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 375px){
    .excurs-tours .stories-group__item {
        max-width: 144px;
    }
}

@media (min-width: 576px){
    .excurs-tours .stories-group__item {
        max-width: 204px;
    }
}

@media (min-width: 768px){
    .excurs-tours .stories-group__item {
        max-width: 208px;
    }
    .excurs-tours .stories-group {
        padding: 72px 0;
    }
}

@media (min-width: 1024px){
    .excurs-tours .stories-group__item {
        max-width: 208px;
    }
}

@media (min-width: 1400px){
    .stories-group__item {
        max-width: 252px;
    }
    .excurs-tours .stories-group {
        padding: 88px 0;
    }
}

@media (min-width: 769px) {
    .stories-group {
        padding: 56px 0;
    }

    .stories-group__item--title {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (min-width: 1140px) {
    .stories-group {
        padding: 64px 0;
    }

    .stories-group__item--title {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (min-width: 1400px) {
    .stories-group {
        padding: 64px 0;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/stories-list-new/stories-popup.css?171024099814131*/
.stories-popup {
    display: none;
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #000000c7;
    backdrop-filter: blur(15px);
    --scenePerspective: 1000;
    --width: 22;
    --height: calc(var(--width) * 1.77);
    --translateZ: calc(var(--width) / 2);
    --first-layer: 100;
    --second-layer: 80;
    --third-layer: 30;
}

.stories-popup__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.stories-popup__close {
    z-index: var(--third-layer);
    position: fixed;
    right: 24px !important;
    top: 24px !important;
    background: transparent !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #FFFFFF !important;
    transition: .3s !important;
    border: none;
}

.stories-popup__duration {
    display: none;
    z-index: 100000;
    position: fixed;
    bottom: 10px;
    right: 10px;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: green;
    padding: 5px;
    border-radius: 100px;
    background-color: #fff;
}

.stories-popup__close.mobile {
    display: none;
    z-index: var(--first-layer);
    position: fixed;
    right: 0 !important;
    top: 0 !important;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 36px;
    height: 36px;
    border: none;
}

.stories-popup__mute {
    z-index: var(--first-layer);
    position: fixed;
    right: -2px !important;
    top: 42px !important;
    background: transparent;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 36px;
    height: 36px;
    border: none;
}

.stories-popup__close > svg {
    display: block;
    height: 100%;
    width: 100%;
    overflow: visible;
    position: relative;
}

.stories-popup__close:hover {
    background: rgba(255, 255, 255, 0.15) !important;
}

.stories-popup__inner {
    width: calc(var(--width) * 1vw);
    height: auto;
    aspect-ratio: 9/16;
    perspective: calc(var(--scenePerspective) * 1px);
    perspective-origin: 50% 50%;
}

.stories-popup__items {
    width: calc(var(--width) * 1vw);
    height: auto;
    aspect-ratio: 9/16;
    transform-style: preserve-3d;
    transform: translateZ(-100px) rotateY(0deg);
    -webkit-backface-visibility: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    /*transition: all 1s;*/
}

.stories-popup__item-prev,
.stories-popup__item-next {
    z-index: var(--second-layer);
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

.stories-popup__item-prev {
    left: 0;
}

.stories-popup__item-url {
    z-index: var(--first-layer);
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(100% - 38px);
    height: 52px;
    bottom: 10px;
    margin: auto 19px;
    padding: 16px 40px;
    background: transparent;
    border: none;
}

.stories-popup__item {
    opacity: 0;
    position: absolute;
    width: calc(var(--width) * 1vw);
    height: auto;
    aspect-ratio: 9/16;
    backface-visibility: inherit;
    border-radius: 12px;
    overflow: hidden;
}

.stories-popup__item.visible {
    opacity: 1;
}

.stories-popup__item:nth-child(4n+1) {
    transform: rotateY(0deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item:nth-child(4n+2) {
    transform: rotateY(90deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item:nth-child(4n+3) {
    transform: rotateY(180deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item:nth-child(4n+4) {
    transform: rotateY(-90deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item.prev {
    transform: rotateY(0deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item.current {
    transform: rotateY(90deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item.next {
    transform: rotateY(180deg) translateZ(calc(var(--translateZ) * 1vw));
}

.stories-popup__item > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stories-popup__item--pagination {
    z-index: var(--first-layer);
    position: absolute;
    left: 0;
    top: -5px;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    list-style: none;
}

.stories-popup__item--pagination > li {
    z-index: var(--third-layer);
    opacity: 1;
    width: 100%;
    height: auto;
    border-radius: 100px;
    overflow: hidden;
}

.stories-popup__item--pagination > li > svg {
    width: auto;
    height: auto;
    border-radius: 100px;
    overflow: hidden;
}

.stories-popup__item--close {
    display: none;
    z-index: var(--first-layer);
    position: fixed;
    right: 7px;
    top: 5px;
    background: rgba(255, 255, 255, 0.15) !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #FFFFFF !important;
    transition: .3s !important;
    border: none;
}

.stories-popup__item--mute,
.stories-popup__item--unmute {
    display: none;
    z-index: var(--first-layer);
    position: fixed;
    right: 7px;
    top: 55px;
    background: #00000080 !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    color: #FFFFFF !important;
    transition: .3s !important;
    border: none;
}

.stories-popup__item-next {
    right: 0;
}

.stories-popup__item--slides {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}

.stories-popup__item--slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.stories-popup__item--slide::before {
    z-index: var(--third-layer);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    content: "";
    background-image: linear-gradient(0deg, rgba(38, 32, 34, 0.0) 0%, rgba(38, 32, 34, 0.3) 40%, rgba(38, 32, 34, 0.8) 100%);
}

.stories-popup__item--slide.video::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(0deg, rgba(20, 17, 18, 0.0) 0%, rgba(20, 17, 18, 0.3) 30%, rgba(20, 17, 18, 0.6) 100%);
}

.stories-popup__item--slide:first-child {
    display: block;
}

.stories-popup__item--slide > img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.stories-popup__item--slide-video {
    display: none;
}

.stories-popup__item .stories-popup__item--slide-preloader {
    z-index: 10000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
}

.stories-popup__item--slide-video iframe {
    z-index: var(--second-layer);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.22);
    height: 100%;
    width: 100%;
    aspect-ratio: 9/16;
}

.stories-popup__item--slide-video iframe.no-scale {
    transform: translate(-50%, -50%) scale(1);
    transition: 1s;
}

.stories-popup__item--slide-content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 37px 19px 19px;
    gap: 16px;
    color: var(--color-white);
    height: 100%;
}

.stories-popup__item--slide-content.full-screen {
    justify-content: start;
}

.stories-popup__item--slide-content.start {
    justify-content: start;
}

.stories-popup__item--slide-content.center {
    height: 100%;
    justify-content: center;
}

.stories-popup__item--slide-content.end {
    height: 100%;
    justify-content: end;
}

.stories-popup__item--slide-content.gradient::before,
.stories-popup__item--slide-content.start.gradient::before,
.stories-popup__item--slide-content.center::before {
    z-index: var(--third-layer);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: var(--color-gradient-card-inverted);
}

.stories-popup__item--slide-content.end::before {
    z-index: var(--third-layer);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: var(--color-gradient-card);
}

.stories-popup__item--slide-content-title {
    z-index: var(--third-layer);
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #FFFFFF;
    margin: 0;
}

.stories-popup__item--slide-content-subtitle {
    z-index: var(--third-layer);
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
}

.stories-popup__item--slide-content-text {
    z-index: var(--third-layer);
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #FFFFFF;
    margin: 0;
}

.stories-popup__item--slide-url {
    z-index: var(--first-layer);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 40px;
    width: 100%;
    height: 52px;
    background: #E46D4E;
    border-radius: 12px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: auto;
}

.stories-popup__item--slide-url:hover {
    color: #FFFFFF;
    background: #D75935;
}

.stories-popup__navigation button {
    z-index: var(--first-layer);
    position: absolute;
    top: 50%;
    height: 50px;
    width: 50px;
    border: none;
    border-radius: 999px;
    overflow: hidden;
    background: #FFFFFF;
    color: #262626;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.stories-popup__navigation--prev {
    left: 50%;
    transform: translate(calc(50% - var(--width) * 1vw), -50%);
}

.stories-popup__navigation--prev > svg {
    transform: rotate(-90deg);
}

.stories-popup__navigation--next {
    right: 50%;
    transform: translate(calc(-50% + var(--width) * 1vw), -50%);
}

.stories-popup__navigation--next > svg {
    transform: rotate(90deg);
}

.stories-popup__navigation--prev.disabled,
.stories-popup__navigation--next.disabled {
    display: none;
}

.stories-popup__video-control button {
    z-index: var(--first-layer);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    object-position: center;
    object-fit: contain;
    padding: 0;
    border: none;
    background: transparent;
    box-sizing: content-box;
    transform: translate(-50%, -50%) scale(1);
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.stories-popup__video-control-play,
.stories-popup__video-control-pause {
    display: none;
}

.stories-popup__video-control-pause {
    opacity: 0.2;
}

.stories-popup__video-control-play:hover,
.stories-popup__video-control-pause:hover {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}

.stories-popup__video-loader {
    display: none;
    z-index: var(--first-layer);
    position: absolute;
    top: auto;
    left: auto;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
    .stories-popup {
        --width: 30;
    }
}

@media (max-width: 992px) {
    .stories-popup {
        --width: 35;
    }
}

@media (max-width: 768px) {
    .stories-popup {
        --width: 45;
    }

    .stories-popup__navigation--prev {
        left: 0;
        transform: translate(50%, -50%);
    }

    .stories-popup__navigation--next {
        right: 0 !important;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 574px) {
    .stories-popup {
        --width: 60;
    }

    .stories-popup__close {
        display: none;
    }

    .stories-popup__close.mobile,
    .stories-popup__item > svg {
        display: flex;
    }

    .stories-popup__item--mute {
        display: block;
    }

    .stories-popup__item--pagination {
        width: calc(100% - 36px);
    }

    .stories-popup__navigation--prev,
    .stories-popup__navigation--next {
        display: none;
    }

    .stories-popup__item {
        border-radius: 0;
    }
}

@media (max-width: 425px) {
    .stories-popup {
        --width: 85;
    }
}

@media (max-width: 375px) {
    .stories-popup {
        --width: 90;
    }
}
/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.detail/banner.info/style.css?17440263467703*/
.sibirskie-sezony-banner,
.sibirskie-sezony-banner *{
    box-sizing: border-box;
}
.sibirskie-sezony-banner{
    width: 100%;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible;
    position: relative;
}
.sibirskie-sezony-banner__img{
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-position: center;
    object-fit: cover;
    height: 100%;
}
.sibirskie-sezony-banner:after{
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    border-radius: 0;
    top: 50%;
    left: 0;
    background-color: #B52645;
}
.sibirskie-sezony-banner:before{
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)),
                linear-gradient(176deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
.sibirskie-sezony-banner__icon{
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display:inline-flex;
}
.sibirskie-sezony-banner__content_wrapper .container{
    height: 100%;
}
.sibirskie-sezony-banner__content{
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}
.sibirskie-sezony-banner__content_title{
    display: block;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 4px;
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.sibirskie-sezony-banner__content_lines{}
.sibirskie-sezony-banner__content_line{
    font-size: 70px;
    line-height: 92px;
    font-weight: 600;
    color: #fff;
}
.sibirskie-sezony-banner__content_description{
    width: 100%;
    font-family: "NunitoSans";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #FBFAF9;
}
.sibirskie-sezony-banner__content_line{
    display: none;
}
.sibirskie-sezony-banner__content_line:first-child{
    display: flex;
}


.sibirskie-sezony-banner__content_addons{
    display: flex;
    flex-direction: row;
    gap: 36px;
    flex-wrap: wrap;

}
.sibirskie-sezony-banner__content_addon{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.sibirskie-sezony-banner__content_addon-title{
    font-size: 96px;
    line-height: 96px;
    font-weight: 700;
    color: #D7CABD;
}
.sibirskie-sezony-banner__content_addon-description{
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #D7CABD;
}

@media (min-width: 320px){
    .sibirskie-sezony-banner__content{
        padding: 40px 0;
    }
    .sibirskie-sezony-banner{
        min-height: 570px;
    }
    .sibirskie-sezony-banner__content_title{
        font-size: clamp(26px, 8vw, 36px);
        font-weight: 600;
        line-height: 38px;
    }
    .sibirskie-sezony-banner__icon{
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
    }
    .sibirskie-sezony-banner__content_line{
        font-size: 26px;
        line-height: 38px;
    }
    .sibirskie-sezony-banner__content_description{
        font-size: 18px;
        line-height: 24px;
    }
    .sibirskie-sezony-banner__content_addon-title{
        font-size: 76px;
        line-height: 76px;
    }
    .sibirskie-sezony-banner__content_addon-description{
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 375px){
    .sibirskie-sezony-banner{
        min-height: 640px;
    }
}
@media (min-width: 576px){
    .sibirskie-sezony-banner{
        min-height: 525px;
    }
    .sibirskie-sezony-banner__content_title{
        font-size: 48px;
        line-height: 49px;
    }
    .sibirskie-sezony-banner__icon{
        min-width: 31.758px;
        min-height: 31.758px;
        width: 31.758px;
        height: 31.758px;
    }
    .sibirskie-sezony-banner__content_line{
        font-size: 36px;
        line-height: 48px;
    }
    .sibirskie-sezony-banner__content_description{
        font-size: 20px;
        line-height: 28px;
    }
    .sibirskie-sezony-banner__content_addon-title{
        font-size: 80px;
        line-height: 80px;
    }
    .sibirskie-sezony-banner__content_addon-description{
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 768px){
    .sibirskie-sezony-banner__content_addon{
        flex-direction: row;
    }
    .sibirskie-sezony-banner__content{
        padding: 40px 32px;
    }
    .sibirskie-sezony-banner{
        min-height: 525px;
    }
    .sibirskie-sezony-banner__content_title{
        font-size: 56px;
        line-height: 59px;
    }
    .sibirskie-sezony-banner__icon{
        min-width: 45px;
        min-height: 45px;
        width: 45px;
        height: 45px;
    }
    .sibirskie-sezony-banner__content_line{
        font-size: 46px;
        line-height: 58px;
    }
    .sibirskie-sezony-banner__content_description{
        font-size: 20px;
        line-height: 28px;
    }
    .sibirskie-sezony-banner__content_addon-title{
        font-size: 86px;
        line-height: 86px;
    }
    .sibirskie-sezony-banner__content_addon-description{
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 1024px){
    .sibirskie-sezony-banner__content{
        padding: 40px 56px;
    }
    .sibirskie-sezony-banner{
        min-height: 560px;
    }
    .sibirskie-sezony-banner__content_title{
        font-size: 72px;
        line-height: 78px;
    }
    .sibirskie-sezony-banner__icon{
        min-width: 55px;
        min-height: 55px;
        width: 55px;
        height: 55px;
    }
    .sibirskie-sezony-banner__content_line{
        font-size: 56px;
        line-height: 68px;
    }
    .sibirskie-sezony-banner__content_description{
        font-size: 28px;
        line-height: 36.4px;
    }
    .sibirskie-sezony-banner__content_addon-title{
        font-size: 90px;
        line-height: 90px;
    }
    .sibirskie-sezony-banner__content_addon-description{
        font-size: 20px;
        line-height: 24px;
        max-width: 220px;
    }
}
@media (min-width: 1440px){
    .sibirskie-sezony-banner__content{
        padding: 80px 0;
    }
    .sibirskie-sezony-banner__content_description{
        max-width: 832px;
    }
    .sibirskie-sezony-banner{
        min-height: 900px;
    }
    .sibirskie-sezony-banner__content_title{
        font-size: 90px;
        line-height: 92px;
    }
    .sibirskie-sezony-banner__icon{
        min-width: 70px;
        min-height: 70px;
        width: 70px;
        height: 70px;
    }
    .sibirskie-sezony-banner__content_line{
        font-size: 70px;
        line-height: 92px;
    }
    .sibirskie-sezony-banner__content_description{
        font-size: 22px;
        line-height: 30px;
    }
    .sibirskie-sezony-banner__content_addon-title{
        font-size: 96px;
        line-height: 96px;
    }
    .sibirskie-sezony-banner__content_addon-description{
        font-size: 20px;
        line-height: 24px;
    }
}
@media (min-width: 1920px){
    .sibirskie-sezony-banner__content_description{
        max-width: 873px;
    }
}
/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.list/advantages/style.css?16987365944766*/
.advantages{
    position: relative;
    background-color: #273C70;
    padding: 6rem 0;
}
.advantages__inner{
    display: flex;
    flex-direction: column;
}
.advantages__icon{
    display: flex;
    justify-content: center;
    color: #B8A58F;
}
.advantages__icon svg{
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
}
.advantages__name{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    padding-top: 44px;
    color: #B8A58F;
}
.advantages__title{
    font-weight: 600;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 16px;
}
.advantages__title-icon{
    text-align: unset;
    padding-top: 32px;
}
.advantages__images{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 4rem;
}
.advantages__image{
    position: relative;
    width: 100%;
    height: 0;
    border-radius: 20px;
    padding-top: 100%;
    overflow: hidden;
}
.advantages__image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.advantages__wrapper{
    height: 100%;
    padding-top: 4rem;
}
.advantages__sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 100%;
    min-height: 75vh;
    padding-top: 100%;
}
.advantages__item{
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

    gap: 0 25px;
    padding: 0 110px;
}
.advantages__item.active{
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.advantages__item--info{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #FFFFFF;
}
.advantages__item--info-count{
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #B8A58F;
}
.advantages__item--info-name{
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    padding-top: 16px;
}
.advantages__item--info-description{
    font-size: 20px;
    line-height: 150%;
    padding-top: 28px;
}
.advantages__item--info-link{
    margin: 1.6em 0 0 0;
}
.advantages__item--info-link a,
.advantages__item--info-link a:hover{
    color: var(--color-white);
}

@media (max-width: 1440px){
    .advantages__item{
        padding: 0 95px;
    }
    .advantages__item--line{
        height: 135%;
    }
}

@media (max-width: 1200px){
    .advantages .container{

    }
    .advantages__inner{

    }
    .advantages__item{
        padding: 0 40px;
    }
    .advantages__item--info{

    }
}

@media (max-width: 1024px){
    .advantages__inner{
        margin-right: 0;
    }
    .advantages__name{
        padding-top: 40px;
    }
    .advantages__title{
        font-size: 40px;
        padding-top: 12px;
    }
    .advantages__images{
        padding-top: 56px;
    }
    .advantages__wrapper{
        padding-top: 56px;
    }
    .advantages__item{}
    .advantages__item--info{}
    .advantages__item--info-count{
        font-size: 14px;
    }
    .advantages__item--info-name{
        font-size: 28px;
        padding-top: 12px;
    }
    .advantages__item--info-description{
        font-size: 16px;
        padding-top: 24px;
    }
}

@media (max-width: 768px){
    .advantages{
        padding: 64px 0;
    }
    .advantages__images{
        gap: 40px;
    }
    .advantages__image{
        padding-top: 75%;
    }
    .advantages__item--info{
        align-items: center;
        text-align: center;
        padding-bottom: 32px;
    }
}
@media (max-width: 767px){
    .advantages{
        overflow: hidden;
    }
}
@media (max-width: 576px){
    .advantages .container{

    }
    .advantages__title{
        font-size: 32px;
        line-height: 130%;
        padding-top: 8px;
    }
    .advantages__images{
        gap: 48px;
    }
    .advantages__image{
        padding-top: 100%;
    }
    .advantages__item{

    }
    .advantages__item--info{
        padding-bottom: 24px;
    }
    .advantages__item--info-count{
        font-size: 14px;
    }
    .advantages__item--info-name{
        font-size: 28px;
        padding-top: 8px;
    }
    .advantages__item--info-description{
        font-size: 14px;
        padding-top: 20px;
    }
}

/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.list/main-places-new-tabs/style.css?174772702311613*/
.main-places{
    padding: 64px 0 0;
    overflow: hidden;
}
.main-places .main-places__sub-title{
    margin-bottom: 8px;
    text-align: center;
}
.main-places .main-places__title{
    margin-bottom: 32px;
    text-align: center;
}
.main-places__title{
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}
.main-places__tab{
    margin-bottom: 32px;
}
.main-places__tab--items{
    display: flex;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    list-style: none;
    gap: 16px;
}
.main-places__tab--items::-webkit-scrollbar{
    display: none;
}
.main-places__tab--item{
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    width: fit-content;
    height: 40px;
    padding: 8px 24px !important;
    border: 1px solid var(--color-gray-100);
    border-radius: 12px;
    color: var(--color-gray-900);
    cursor: pointer;
    white-space: nowrap;
    gap: 12px;
}
.main-places__slider--item-description-price .RUB{
    top: 2px;
}
.main-places__slider--item-price .RUB{
    top: -1px;
}
.main-places__slider--item-add-route{
    position: absolute;
    top: 64px;
    right: 12px;
    margin: 0;
    padding: 0;
}
.main-places__tab--item:hover,
.main-places__tab--item.active{
    border: 1px solid var(--color-gray-200);
    color: var(--color-primary-600);
}
.main-places .main-places__slider{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
}
.main-places .main-places__slider .main-places__slider--item.first{
    position: relative;
    display: none;
    width: 443px !important;
    height: 709px;
    margin-right: 32px;
    z-index: 2;
    background-color: inherit;
}
.main-places .main-places__slider .main-places__slider--item.first figure::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    z-index: 1;
    background-image: var(--color-gradient-card);
    content: "";
}
.main-places .main-places__slider .main-places__slider--item.first::before{
    position: absolute;
    top: 0;
    left: -1000%;
    width: 1000%;
    height: 101%;
    z-index: 2;
    background-color: inherit;
    content: "";
}
.main-places .main-places__slider .main-places__slider--item.first::after{
    position: absolute;
    top: 0;
    right: -32px;
    width: 32px;
    height: 101%;
    z-index: 2;
    background-color: inherit;
    content: "";
}
.main-places .main-places__slider .main-places__slider--item.first figure{
    width: 443px !important;
    height: 709px;
}
.main-places .main-places__slider--wrapper{
    position: relative;
    width: 100%;
}
.main-places .main-places__slider{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.main-places .main-places__slider--inner{
    position: absolute;
    top: 0;
    left: calc(100% + 32px);
    width: 100%;
    min-width: 628px;
}
.main-places .main-places__slider--item{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    user-select: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    gap: 32px;
    -webkit-touch-callout: none; /* iOS Safari */
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}
.main-places__slider--item .js-favorite{
    position: absolute;
    top: 12px;
    right: 12px;
}
.main-places .main-places__slider--item.empty::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgb(247, 246, 243);
    background-image: none;
    content: "";
}
.main-places .main-places__slider--pagination{
    margin: 0 0 16px 0;
}
.main-places .main-places__slider--name{
    margin: 0 0 28px 0;
    cursor: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}
.main-places__slider--name.medium{
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
}
.main-places .main-places__slider--description{
    margin: 0 0 15px 0;
    -ms-word-break: break-word;
    word-break: break-word;
    cursor: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -webkit-user-select: text;
    user-select: text;
}
.main-places__slider--item-description-phones{
    display: flex;
}
.main-places__slider--item-description-phone,
.main-places__slider--item-description-phone:hover{
    color: var(--color-gorbusha);
}
.main-places__slider--url{
    color: var(--color-gorbusha);
}
.main-places__slider--url:hover{
    color: var(--color-gorbusha-hover);
}
.main-places .main-places__slider--item figure{
    position: relative;
    width: 100%;
    height: 181px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.main-places .main-places__slider--item figure img{
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.main-places .main-places__slider--item figure img.first{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-places .main-places__slider--item-pagination{
    margin: 0 0 8px 0;
    color: var(--color-secondary-500);
}
.main-places .main-places__slider--item-price{
    position: absolute;
    top: 16px;
    left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 8px;
    color: var(--color-white);
    background: var(--color-gray-900);
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.main-places .main-places__slider--item-name{
    position: relative;
    margin: 0 0 20px 0;
}
.main-places .main-places__slider--item.first .main-places__slider--item-name{
    position: absolute;
    bottom: 16px;
    left: 50%;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
    padding: 16px;
    font-size: 32px !important;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2;
}
.main-places .main-places__slider--item-description{
    margin: 0 0 20px 0;
}
.main-places .main-places__slider--item-url{
    color: var(--color-gorbusha);
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.main-places .main-places__slider--item-url:hover{
    color: var(--color-gorbusha-hover);
}
@media (min-width: 574px){
    .main-places .main-places__slider--item{
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
    }
    .main-places .main-places__slider--item figure{
        height: 310px;
    }
    .main-places .main-places__slider--item-name{
        margin: 0 0 24px 0;
    }
    .main-places .main-places__slider--item-description{
        margin: 0 0 24px 0;
    }
}
@media (min-width: 768px){
    .main-places{
        padding: 72px 0;
    }
    .main-places .main-places__sub-title{
        margin-bottom: 16px;
    }
    .main-places .main-places__title{
        margin-bottom: 64px;
    }
    .main-places__title{
        font-size: 40px;
        line-height: 110%;
    }
    .main-places .main-places__slider--item{
        position: relative;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        gap: 32px;
    }
    .main-places .main-places__slider--item:not(.first) figure{
        min-width: 300px;
        min-height: 480px;
    }
    .main-places__tab{
        margin-bottom: 64px;
    }
    .main-places__tab--items{
        flex-wrap: wrap;
        justify-content: center;
        overflow-x: revert;
    }
    .main-places .main-places__slider--item-pagination{
        margin: 0 0 16px 0;
    }
    .main-places .main-places__slider--item-name{
        margin: 0 0 28px 0;
    }
    .main-places .main-places__slider--item-description{
        margin: 0 0 32px 0;
    }
    .main-places__slider--name.medium{
        font-size: 28px;
        line-height: 130%;
    }
}
@media (min-width: 996px){
    .main-places .main-places__slider--item:not(.first) figure{
        min-width: 300px;
        min-height: 400px;
    }
}
@media (min-width: 1140px){
    .main-places{
        padding: 96px 0;
    }
    .main-places__slider--items{
        align-items: end;
        -webkit-box-align: end;
        -ms-flex-align: end;
    }
    .main-places__title{
        font-size: 48px;
        line-height: 110%;
    }
    .main-places__slider--item-inner{
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: end;
        width: 100%;
        height: 100%;
        padding: 16px;
        z-index: 2;
        -webkit-box-align: end;
        -ms-flex-align: end;
    }
    .main-places__slider--item-pagination,
    .main-places__slider--item-description{
        display: none;
    }
    .main-places__slider--item-name{
        margin: 0 !important;
        font-size: 20px !important;
        color: #FFFFFF;
        line-height: 130% !important;
    }
    .main-places .main-places__slider .main-places__slider--item.first{
        display: block;
    }
    .main-places .main-places__slider--item:not(.first) figure{
        min-width: unset;
        min-height: unset;
    }
    .main-places .main-places__slider .main-places__slider--item:not(.first)::before{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 18px;
        overflow: hidden;
        z-index: 1;
        background-image: var(--color-gradient-card);
        content: "";
    }
    .main-places .main-places__slider--inner{
        max-height: 390px;
        overflow: hidden;
    }
    .main-places__slider--name.medium{
        font-size: 32px;
        line-height: 120%;
    }
}
@media (min-width: 1400px){
    .main-places .main-places__slider .main-places__slider--item.first{
        position: relative;
        width: 518px !important;
        height: 750px;
        margin-right: 32px;
        z-index: 2;
        background-color: inherit;
    }
    .main-places .main-places__slider .main-places__slider--item:not(.first){
        opacity: .6;
    }
    .main-places .main-places__slider .main-places__slider--item.active,
    .main-places .main-places__slider .main-places__slider--item:not(.first):hover{
        opacity: 1;
    }
    .main-places .main-places__slider .main-places__slider--item.first figure{
        width: 518px !important;
        height: 750px;
    }
    .main-places .main-places__slider--wrapper{
        width: calc(1320px - 518px);
    }
    .main-places .main-places__slider--item figure{
        height: 352px;
    }
    .main-places .slider__button-prev,
    .main-places .slider__button-next{
        display: flex;
    }
}
@media (max-width: 1023px){
    .main-places .slider__button-prev,
    .main-places .slider__button-next{
        display: none;
    }
}
/* 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 */


/* Start:/local/components/mendeleev/routes/templates/add/style.css?17020417609973*/
.route-pop-up_add-my-route {
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    padding: 8px;
    backdrop-filter: blur(5px);
    -webkit-border-radius: var(--border-radius-sm);
    -moz-border-radius: var(--border-radius-sm);
    border-radius: var(--border-radius-sm);
    cursor: pointer;
}

.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__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__head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

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

.route-pop-up-add__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__place {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 40px;
}

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

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

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

.route-pop-up-add__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__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__routes {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    max-height: 303px;
}

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

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

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

.route-pop-up-add__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__route.active {
    border: 1px solid var(--primary-500, #E86A4D);
}

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

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

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

.route-pop-up-add__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__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__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__create svg {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    color: var(--black, #1F2238);
}

.route-pop-up-add__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__add:hover {
    background: var(--primary-400, #ED8168);
    transition: .3s;
}

.route-pop-up-add__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__container {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 440px;
        padding: 24px;
        border-radius: 12px;
    }

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

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

    .route-pop-up-add__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__head--title {
        font-size: 24px;
        line-height: 30px
    }

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

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

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

    /* endregion */
}

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


/* Start:/local/templates/mendeleev/components/bitrix/news.list/sanatoriums-resorts.directions-treatment/style.css?16786992622707*/
.directions-treatment{
    padding-top: 104px;
    overflow: hidden;
}
.directions-treatment__inner{
    display: flex;
    flex-direction: column;
}
.directions-treatment__header{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.directions-treatment__title{
    font-weight: 400;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}
.directions-treatment__description{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #F7F6F3;
    padding-top: 28px;
}
.directions-treatment__slider--wrapper{
    position: relative;
    margin-top: 56px;
}
.directions-treatment__slider{
    position: relative;
    height: 100%;
}
.directions-treatment__items{
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.directions-treatment__item{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border: 1px solid #B8A58F;
    border-radius: 999px;
    cursor: default;
}
.directions-treatment__item--icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.directions-treatment__item--icon svg{
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
}
.directions-treatment__item--name{
    z-index: 2;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    color: #F7F6F3;
}
.directions-treatment__item--description{
    z-index: 2;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    text-align: left;
}

@media (max-width: 1199px){
    .directions-treatment .slider__button-prev,
    .directions-treatment .slider__button-next{
        display: none;
    }
}

@media (max-width: 1024px){

}

@media (max-width: 1023px){
    .directions-treatment{
        padding-top: 76px;
    }
    .directions-treatment__title{
        font-size: 40px;
    }
    .directions-treatment__description{
        max-width: initial;
        font-size: 18px;
    }
    .directions-treatment__slider--wrapper{
        margin-top: 40px;
    }
    .directions-treatment__item--name{
        font-size: 15px;
    }
    .directions-treatment__item--description{
        font-size: 20px;
    }
}

@media (max-width: 767px){
    .directions-treatment{
        padding-top: 68px;
    }
    .directions-treatment__title{
        font-size: 32px;
    }
    .directions-treatment__slider--wrapper{
        margin-top: 32px;
    }
    .directions-treatment__item{
        padding: 15px 24px;
    }
    .directions-treatment__item--name{
        font-size: 14px;
    }
}

@media (max-width: 576px){

}

/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.list/moments/style.css?17477270238653*/
.moments{
    background-color: #F0ECE8;
    padding: 100px 0;
    overflow: hidden;
}
.moments__inner{
    display: flex;
    flex-direction: column;
    gap: 48px;
    align-self: stretch;
}
.moments__title{
    color: var(--black, #1F2238);
    font-family: "NunitoSans";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
}
.moments__slider--wrapper{
    position: relative;
}
.moments__slider{
    position: relative;
    height: 100%;
    padding-bottom: 20px;
}
.moments__slider--pagination.swiper-pagination-progressbar{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 1px;
    background-color: #7D9A8E;
}
.moments__slider--pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #E16E4D;
}
.moments__items{
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.moments__item{
    position: relative;
    height: 650px !important;
    border-radius: 24px;
    overflow: hidden;
    padding: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #B5A99480;
}
.moments__item::before{
    z-index: 100;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#22202200, #26202240, #262022cc);
    border-radius: 24px;
    overflow: hidden;
}
.moments__item.type-text::before{
    display: none;
}
.moments__item--background{
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}
.moments__item--background img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    overflow: hidden;
}
.popup-review__inner .swiper-slide{
    display: flex !important;
}
.moments__item--background .swiper-slide-active.scale img,
.moments__item--background .swiper-slide-prev.scale img{
    animation-name: background-zoom;
    animation-duration: 8s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
    border-radius: 24px;
    overflow: hidden;
}

@keyframes background-zoom{
    0%{
        transform: translate(-50%, -50%);
    }
    100%{
        transform: translate(-50%, -50%) scale(1.2);
    }
}

.moments__item--inner{
    z-index: 101;
    position: relative;
    display: grid;
    grid-template-rows: 525px auto;
    width: 100%;
    height: 100%;
    gap: 10px;
}
.moments__item--top{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 100%;
    height: 100%;
    gap: 10px;
    cursor: pointer;
}
.moments__item--bottom{
    height: 100%;
    overflow: hidden;
}
.moments__item.type-text .moments__item--inner{
    justify-content: flex-start;
}
.moments__item--play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: transparent;
    transition: all 200ms;
}
.moments__item--play:hover{
    transform: translate(-50%, -50%) scale(1.2);
}
.moments__item--author{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 10px;
    width: 100%;
}
.moments__item--author-photo{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.moments__item--author-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.moments__item--author-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    gap: 3px;
    width: calc(100% - 60px);
}
.moments__item--author-name{
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    white-space: nowrap;
}
.moments__item.type-text .moments__item--author-name{
    color: #262626;
}
.moments__item--author-city{
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #E6E2DC;
    white-space: nowrap;
}
.moments__item.type-text .moments__item--author-city{
    color: #262626;
}
.moments__item--stars{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 5px;
    width: 100px;
    height: 16px;
}
.moments__item--text{
    width: 100%;
    max-height: 60px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    cursor: pointer;
}
.moments__item.type-text .moments__item--text{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    max-height: calc(100% - 60px);
    flex-grow: 1;
    color: #262626;
}
.moments__item--text-popup{
    font-weight: 700;
    border: none;
    background: transparent;
    color: inherit;
    padding: 0;
    margin: 0;
}
.moments__item--place{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
    width: 100%;
    height: 80px;
    background: rgba(248, 246, 245, 0.6);
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
}
.moments__item.type-text .moments__item--place{
    margin-top: auto;
}
.moments__item--place-photo{
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}
.moments__item--place-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.moments__item--place-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 3px;
    width: calc(100% - 70px);
}
.moments__item--place-name{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #262626;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.moments__item--place-city{
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #595959;
}

@media (min-width: 768px){
    .moments__inner{
        gap: 56px;
    }
    .moments__title{
        font-size: 40px;
        line-height: 48px;
    }
}

@media (min-width: 1440px){
    .moments__inner{
        gap: 64px;
    }
    .moments__title{
        font-size: 48px;
        line-height: 56px;
    }
}

/* photos-video */
@media (max-width: 1024px){
    .moments{
        padding: 80px 0;
    }
    .moments__title{
        font-size: 32px;
    }
}

@media (max-width: 600px){
    .moments .container{
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .moments__item{
        height: 520px !important;
    }
    .moments__item--inner{
        grid-template-rows: 426px auto;
    }
    .moments__item--text{
        font-size: 12px;
    }
    .moments__item--author-photo{
        width: 30px;
        height: 30px;
    }
    .moments__item--author-inner{
        display: block;
        width: calc(100% - 30px);
    }
    .moments__item--author-name,
    .moments__item--author-city{
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        color: #FFFFFF;
        display: inline;
        white-space: break-spaces;
    }
    .moments__item--author-city{
        padding-left: 15px;
    }
    .moments__item--author-city::before{
        position: absolute;
        content: "•";
        left: 0;
        top: 0;
    }
    .moments__item.type-text .moments__item--text{
        font-size: 15px;
        max-height: calc(100% - 35px);
    }
    .moments__item--place{
        width: 100%;
        height: fit-content;
        background: none;
        overflow: hidden;
        padding: 0;
        border: none;
    }
    .moments__item--place-photo{
        display: none;
    }
    .moments__item--place-inner{
        display: block;
        width: 100%;
    }
    .moments__item--place-name,
    .moments__item--place-city{
        font-weight: 500;
        font-size: 15px;
        line-height: 160%;
        letter-spacing: 0.05em;
        color: #FFFFFF;
        display: inline;
        white-space: break-spaces;
    }
    .moments__item.type-text .moments__item--place-name,
    .moments__item.type-text .moments__item--place-city{
        color: #262626;
    }
    .moments__item--place-city{
        padding-left: 19px;
    }
    .moments__item--place-city::before{
        position: absolute;
        content: "•";
        left: 0;
        top: -3px;
    }
    .moments__item--place-name{
        display: block;
        white-space: nowrap;
    }
}
/* End */


/* Start:/local/templates/mendeleev/css/popup-review.css?170107413611819*/
.popup-review {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.popup-review__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(30px);
}

.popup-review__inner {
    position: absolute;
    z-index: 1001;
    padding: 0;
    width: 67vw;
    height: 98vh;
}

.popup-review__close {
    position: absolute;
    cursor: pointer;
    width: 36px;
    height: 36px;
    padding: 0;
    right: -60px;
    top: 10px;
    opacity: 1;
}

.popup-review__first {
    width: 100%;
    height: 100%;
}

.popup-review__first-overlay {
    z-index: 1003;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.popup-review__first-overlay-text {
    display: flex;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    font-feature-settings: 'kern' off;
    color: #FFFFFF;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.popup-review__first .slider__button-prev {
    transform: translate(-85px, -50%);
}

.popup-review__first .slider__button-next {
    transform: translate(85px, -50%);
}

.popup-review__first--item {
    background-color: #F8F6F5;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.popup-review__text {
    width: 50%;
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
    margin-bottom: 30px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
    backdrop-filter: blur(10px);
}

.popup-review__text.fixed {
    z-index: 3;
    position: fixed;
    left: 0;
    top: 30px;
    justify-content: flex-start;
    min-height: 100%;
    padding: 30px 15px 15px;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(10px);
}

.popup-review__text--head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 5px;
    gap: 10px;
    height: fit-content;
    width: 100%;
}

.popup-review__text--author {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex: none;
    gap: 10px;
    order: 0;
    flex-grow: 0;
}

.popup-review__text--author-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.popup-review__text--author-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.popup-review__text--author-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 3px;
    order: 5;
    flex-grow: 0;
}

.popup-review__text--author-name {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #262626;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.popup-review__text--author-city {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #595959;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.popup-review__text--rate {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    gap: 10px;
    height: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
    color: #595959;
}

.popup-review__text--rate span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.popup-review__text--content {
    height: 70vh;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #262626;
    flex: none;
    order: 0;
    flex-grow: 1;
    margin-bottom: 20px;
    padding-bottom: 60px;
    overflow: auto;
}

.popup-review__text--content-short {
    display: none;
    margin-bottom: 20px;
}

.popup-review__text--content-short button,
.popup-review__text--content button {
    white-space: nowrap;
    font-weight: 900;
    border: none;
    background: transparent;
    color: inherit;
    padding: 0;
    margin-left: 10px;
}

.popup-review__text--content button {
    display: none;
}

.popup-review__text--bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 80px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.popup-review__text--place {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

.popup-review__text--place-photo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.popup-review__text--place-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.popup-review__text--place-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 3px;
    width: 100%;;
    height: 45px;
    flex: none;
    order: 1;
    flex-grow: 1;
}

.popup-review__text--place-city {
    height: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #262626;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.popup-review__text--place-name {
    height: 18px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #595959;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.popup-review__media {
    z-index: -1;
    position: relative;
    width: 50%;
    min-height: 100%;
    height: 100%;
    /*background-image:*/
    background-color: #d0d0d0;
    overflow: hidden;
}

.popup-review__second--items {
    width: 100%;
    height: 100%;
}

.popup-review__second--item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-review__second--item::before {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.popup-review__second--item iframe {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 105%;
    height: 120%;
    transform: translate(-50%, -50%);
}

.popup-review__second--item-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(30px);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.popup-review__second--item-video {
    z-index: 1006;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.popup-review__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: transparent;
}

.popup-review__play:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.popup-review__second--item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.popup-review__media--pagination {
    z-index: 2;
    position: absolute;
    bottom: 20px !important;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.popup-review__media--pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background: #E5E5E5;
    overflow: hidden;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

.popup-review__media--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E16E4D;
}

@media (max-width: 1023px) {
    .popup-review__first--item {
        background-color: revert;
        border: none;
    }

    .popup-review__text {
        position: absolute;
        z-index: 2;
        left: 0;
        bottom: 0;
        width: 100%;
        /*background-color: rgba(0, 0, 0, .7);*/
        /*backdrop-filter: blur(10px);*/
        justify-content: flex-end;
        min-height: fit-content;
        height: fit-content;
    }

    .popup-review__text--author-name,
    .popup-review__text--author-city,
    .popup-review__text--rate {
        color: #ffffff;
    }

    .popup-review__text--content-short {
        color: #ffffff;
        flex-grow: 0;
        font-size: 14px;
        display: block;
    }

    .popup-review__text--content {
        color: #ffffff;
        flex-grow: 0;
        font-size: 14px;
        display: none;
    }

    .popup-review__text--content button {
        display: block;
    }

    .popup-review__text--bottom {
        height: 24px;
        border: none;
    }

    .popup-review__text--place {
        padding: 0;
    }

    .popup-review__text--place-photo {
        display: none;
    }

    .popup-review__text--place-inner {
        display: block;
    }

    .popup-review__text--place-city,
    .popup-review__text--place-name {
        font-weight: 500;
        font-size: 15px;
        line-height: 160%;
        letter-spacing: 0.05em;
        color: #FFFFFF;
        flex: none;
        order: 1;
        flex-grow: 1;
    }

    .popup-review__text--place-city {
        position: relative;
        margin-left: 20px;
    }

    .popup-review__text--place-city::before {
        position: absolute;
        content: "●";
        left: -15px;
        color: #ffffff;
        font-size: 6px;
    }

    .popup-review__media {
        width: 100%;
    }

    .popup-review__second--item iframe {
        position: relative;
    }

    .popup-review__media--pagination {
        left: 50% !important;
        flex-direction: row;
    }

    .popup-review__media--pagination .swiper-pagination-bullet {
        height: 3px;
        width: 56px;
        background: rgba(255, 255, 255, 0.2);
        overflow: hidden;
        border-radius: 100px;
        opacity: 1;
        -webkit-transition: background 1s;
        -o-transition: background 1s;
        transition: background 1s;
    }

    .popup-review__media--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #FFFFFF;
    }

    .popup-review__first .slider__button-next,
    .popup-review__first .slider__button-prev {
        display: none;
    }

    .popup-review__close {
        width: 44px;
        height: 44px;
        background: rgba(0, 0, 0, 0.2);
        z-index: 3;
        right: 20px;
        top: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .popup-review__close svg {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 768px) {
    .popup-review__inner {
        width: 100vw;
        height: 100vh;
    }
}
/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.list/doctors-comments/style.css?16785441684999*/
.comments{
    background-color: #F0ECE8;
    padding: 100px 0;
}
.comments__inner{
    display: flex;
    flex-direction: column;
}
.comments__title{
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    padding-bottom: 25px;
}
.comments__description{
    max-width: 50%;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #262626;
}
.comments__icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.comments__icon svg{
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
}
.comments__slider--wrapper{
    position: relative;
}
.comments__slider{
    position: relative;
    height: 100%;
    padding-bottom: 60px;
    overflow: hidden;
}
.comments__slider--pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 60px;
}
.comments__slider--pagination.disabled{
    display: none;
}
.comments__slider--pagination .swiper-pagination-bullet{
    height: 1px;
    width: 80px;
    background: #B5A994;
    transition: background 1s;
}
.comments__slider--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #404040;
}
.comments__slider--pagination.swiper-pagination-progressbar{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 1px;
    padding: 0;
    display: block;
    gap: 0;
    background-color: #7D9A8E;
}
.comments__slider--pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background-color: #E16E4D;
}
.comments__items{
    display: flex;
    align-items: flex-start;
    height: 100%;
}
.comments__item{
    top: 0;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex-grow: 1;
    height: auto !important;
    border: 1px solid #B5A99480;
    border-radius: 24px;
    padding: 15px;
    overflow: hidden;
}
.comments__item.swiper-slide{
    transition-property: transform, top;
    transition-duration: 1s;
}
.comments__item.swiper-slide.swiper-slide-next{
    top: 60px;
}
.comments__item--photo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 370px;
    border-radius: 9px;
    overflow: hidden;
}
.comments__item--photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.comments__item--comment{
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #234395;
    text-align: center;
    padding-top: 20px;
}
.comments__item--name{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding-top: 20px;
    margin-top: auto;
}
.comments__item--post{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #595959;
    text-align: center;
    padding-top: 5px;
}

@media (max-width: 1200px){
    .comments{
        overflow: hidden;
    }
    .comments__title{
        padding-bottom: 60px;
    }
    .comments__icon{
        display: none;
    }
    .comments__slider{
        padding-bottom: 20px;
        overflow: initial;
    }
    .comments__item.swiper-slide.swiper-slide-next{
        top: 0;
    }
    .comments__item--photo{
        height: 280px;
        min-height: 280px;
    }
    .comments__item--comment{
        font-size: 18px;
    }
}

@media (max-width: 1024px){
    .comments{
        overflow: hidden;
        padding: 80px 0;
    }
    .comments__title{
        font-size: 32px;
        padding-bottom: 60px;
    }
    .comments__icon{
        display: none;
    }
    .comments__slider{
        padding-bottom: 20px;
        overflow: initial;
    }
    .comments__item--photo{
        position: relative;
        flex-basis: auto;
        height: 0;
        min-height: 0;
        max-height: 0;
        padding-top: 100%;
    }
    .comments__item--photo img{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .comments__item--comment{
        font-size: 16px;
    }
    .comments__item--name{
        font-size: 14px;
    }
    .comments__slider--pagination.swiper-pagination-progressbar{
        width: 130px;
    }
}

@media (max-width: 576px){
    .comments{
        overflow: hidden;
        padding: 80px 0;
    }
    .comments__title{
        font-size: 32px;
        padding-bottom: 60px;
    }
    .comments__icon{
        display: none;
    }
    .comments__slider{
        padding-bottom: 20px;
        overflow: initial;
    }
    .comments__item--photo{
        position: relative;
        flex-basis: auto;
        height: 0;
        min-height: 0;
        max-height: 0;
        padding-top: 100%;
    }
    .comments__item--photo img{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .comments__item--name{
        font-size: 14px;
    }
    .comments__slider--pagination.swiper-pagination-progressbar{
        width: 60px;
    }
}

/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.list/slider-photo-video/style.css?17440056245142*/
.section__headline {
    padding: 64px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider-photo-video__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slider-photo-video__slider--wrapper {
    position: relative;
    overflow: hidden;
}

.slider-photo-video__slider {
    position: relative;
    height: 100%;
}

.slider-photo-video__slider--pagination {
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
}

.slider-photo-video__slider--pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background: #E5E5E5;
    overflow: hidden;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
}

.slider-photo-video__slider--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E16E4D;
}

.slider-photo-video__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.slider-photo-video__item {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #CCCCCC;
    outline: hidden;
    overflow: hidden;
    cursor: grab;
}
.slider-photo-video__item--img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-position: 50%;
    object-fit: cover;
    z-index: 1;
}
.slider-photo-video__item::before {
    z-index: 2;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.slider-photo-video__item.swiper-slide {
    width: 100%;
    height: 676px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: transform, top;
    transition-property: transform, top;
    transition-property: transform, top, -webkit-transform;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.slider-photo-video__item--video {
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-photo-video__item--video iframe {
    z-index: -1;
    position: relative;
    transform: scale(1.2);
}

.slider-photo-video__item--video-play-icon {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 40px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    cursor: pointer;
}

.slider-photo-video__item--video-play-icon:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
}

.slider-photo-video__items.disabled {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

@media (max-width: 1440px) {
    .slider-photo-video__item.swiper-slide {
        height: 506px;
    }
}

@media (max-width: 1200px) {
    .slider-photo-video__item.swiper-slide {
        height: 608px;
    }
}

@media (max-width: 1024px) {
    .slider-photo-video__item.swiper-slide {
        height: 500px;
    }

    .slider-photo-video__item--video,
    .slider-photo-video__item--video-play-icon {
        display: none;
    }
}

@media (max-width: 644px) {
    .slider-photo-video__slider--pagination {
        gap: 4px;
        overflow: hidden;
    }
    .slider-photo-video__slider--pagination .swiper-pagination-bullet {
        min-width: 8px;
        width: 8px;
        min-height: 8px;
        height: 8px;
    }
}
@media (max-width: 576px) {
    .slider-photo-video__item.swiper-slide {
        height: 250px;
    }
}
@media (min-width: 768px) {
    .section__headline {
        padding: 72px 0 64px;
    }
}
@media (min-width: 1140px) {
    .section__headline {
        padding: 96px 0 64px;
    }
}
/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.list/catalog-places/style.css?16819969238508*/
.places{
    padding: 100px 0;
    overflow: hidden;
}
.places__inner{
    display: flex;
    flex-direction: column;
}
.places__title{
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-align: left;
    padding-bottom: 60px;
    max-width: 435px;
}
.places__items{
    display: flex;
    flex-direction: column;
    gap: 60px 0;
}
.places__item{
    display: flex;
    flex-direction: row;
    height: 560px;
    background-color: #F0ECE8;
    border-radius: 24px;
    overflow: hidden;
}
.places__item .RUB{
    font-weight: 500;
}
.places__item:nth-child(even){
    flex-direction: row-reverse;
}
.places__item--gallery{
    width: 65%;
    height: 100%;
}
.places__item--gallery-slider-wrapper{
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
}
.places__item--gallery-slider{
    width: 100%;
    height: 100%;
}
.places__item--gallery-slider-pagination{
    z-index: 2;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}
.places__item--gallery-slider-pagination .swiper-pagination-bullet{
    height: 12px;
    width: 12px;
    background: #E5E5E5;
    overflow: hidden;
    border-radius: 50%;
    opacity: 1;
    transition: background 1s;
}
.places__item--gallery-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #E16E4D;
}
.places__item--gallery-slider-items{
    display: flex;
}
.places__item--gallery-slider-item{
    width: 100%;
    height: 100%;
}
.places__item--gallery-slider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}
.places__item--info{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 35%;
    padding: 60px 30px;
}
.places__item--info-title{
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
}
.places__item--info-distance{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    color: #262022;
    padding-top: 20px;
}
.places__item--info-address{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #26202299;
    padding-top: 6px;
}
.places__item--info-price-includes{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}
.places__item--info-price{
    display: flex;
    flex-direction: column;
}
.places__item--info-price-name{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
}
.places__item--info-price-value{
    display: flex;
    align-items: flex-start;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    font-feature-settings: "kern" off;
    color: var(--color-gorbusha);
}
.places__item--info-includes{
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.places__item--info-include{
    min-width: 44px;
    width: 44px;
    min-height: 44px;
    height: 44px;
}
.places__item--info-include img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.places__item--info-button{
    display: inline-flex;
    align-items: center;
    gap: 0 15px;
    width: fit-content;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    text-transform: uppercase;
    border: 1px solid #B5A994;
    background-color: transparent;
    color: #262626;
    border-radius: 10px;
    padding: 15px 30px;
    margin-top: 40px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}
.places__item--info-button:hover{
    background-color: #B5A994;
    color: #FFFFFF;
}
.places__show-more{
    display: flex;
    justify-content: center;
}
.places__show-more--button{
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    text-transform: uppercase;
    border: 1px solid #B5A994;
    background-color: transparent;
    color: #262626;
    border-radius: 10px;
    padding: 12px 95px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}
.places__show-more--button:hover{
    background-color: #B5A994;
    color: #FFFFFF;
}
.places-not-clickable {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 8px;
    align-items: flex-start;
    padding: 24px;
    width: 100%;
    height: fit-content;
    background: #F1ECE9;
    border-radius: 24px;
}

.places-not-clickable__item {
    display: flex;
    flex-direction: row;
    padding: 12px;
    gap: 12px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    overflow: hidden;
}

.places-not-clickable figure {
    min-width: 56px;
    width: 56px;
    height: 56px;
    margin: 0;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

.places-not-clickable figure img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden;
}

.places-not-clickable__item--inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 2px;
    margin: 0;
}

.places-not-clickable__item--name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1F1B1D;
}

.places-not-clickable__item--address {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #6E6669;
}

.places-not-clickable__item--phone {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    color: #6E6669;
}

.places-not-clickable__item--site {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #E46D4E;
}

@media (max-width: 1440px){
    .places__item--gallery{
        width: 60%;
    }
    .places__item--info{
        width: 40%;
    }
}

@media (max-width: 1200px){
    .places__item,
    .places__item:nth-child(even){
        flex-direction: column;
        height: auto;
    }
    .places__item--gallery{
        width: 100%;
        height: 600px;
    }
    .places__item--info{
        width: 100%;
        padding: 40px 30px;
    }
    .places__item--info-price-includes{
        padding-top: 30px;
    }
    .places__item--info-button{
        margin-top: 30px;
    }
    .places__item--gallery-slider-pagination{
        gap: 10px;
    }
}

@media (max-width: 1024px){
    .places{
        padding: 80px 0;
    }
    .places__title{
        font-size: 32px;
        padding-bottom: 40px;
    }
    .places__items{
        gap: 40px 0;
    }
    .places__item,
    .places__item:nth-child(even){
        flex-direction: column;
        height: auto;
    }
    .places__item--gallery{
        width: 100%;
        height: 480px;
    }
    .places__item--gallery-slider-pagination{
        gap: 10px;
    }
    .places__item--info{
        width: 100%;
        padding: 30px 25px;
    }
    .places__item--info-title{
        font-size: 22px;
    }
    .places__item--info-address{
        font-size: 12px;
    }
    .places__item--info-price-includes{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding-top: 30px;
    }
    .places__item--info-button{
        margin-top: 30px;
    }
    .places-not-clickable {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px){
    .places{
        padding: 80px 0;
    }
    .places__title{
        font-size: 32px;
        padding-bottom: 30px;
    }
    .places__items{
        gap: 40px 0;
    }
    .places__item,
    .places__item:nth-child(even){
        flex-direction: column;
        height: auto;
    }
    .places__item--gallery{
        width: 100%;
        height: 300px;
    }
    .places__item--gallery-slider-pagination{
        gap: 10px;
    }
    .places__item--info{
        width: 100%;
        padding: 25px 15px 15px 15px;
    }
    .places__item--info-title{
        font-size: 20px;
    }
    .places__item--info-address{
        font-size: 14px;
    }
    .places__item--info-price-value{
        font-size: 20px;
    }
    .places__item--info-price-includes{
        flex-direction: column;
        align-items: flex-start;
        padding-top: 30px;
    }
    .places__item--info-button{
        justify-content: center;
        width: 100%;
        margin-top: 30px;
    }
    .places-not-clickable {
        grid-template-columns: 1fr;
        padding: 16px;
    }
}

/* End */


/* Start:/local/templates/mendeleev/components/bitrix/news.list/tourist-info/style.css?17440056243924*/
.tourist-info {
    padding: 100px 0;
    color: var(--color-black);
    text-align: center;
    background-color: #F0ECE8;
    overflow: hidden;
}

.tourist-info__inner {
    position: relative;
}

.tourist-info__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 25px;
}

.tourist-info__figure {
    margin-bottom: 50px;
}

.tourist-info__slider--wrapper {
    position: relative;
}

.tourist-info__item {
    position: relative;
    display: -ms-grid;
    display: grid !important;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 225px auto;
    grid-template-rows: 225px auto;
    border-radius: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: var(--color-black);
    overflow: hidden;
    height: 372px !important;
    background-color: var(--color-white);
}

.tourist-info__item:hover {
    color: var(--color-black);
}

.tourist-info__item:last-child {
    margin-right: 0 !important;
}

.tourist-info__item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.tourist-info__item > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.tourist-info__item--image {
    object-fit: cover !important;
    object-position: 50%;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    z-index: 0;
}

.tourist-info__item--description {
    background: var(--color-white);
    text-align: left;
    padding: 20px 15px;
}

.tourist-info__slider--pagination {
    text-align: center;
    margin: 50px auto 0;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

.tourist-info__slider--pagination span:last-child {
    margin: 0;
}

.tourist-info .slider__button-prev,
.tourist-info .slider__button-next {

}

.tourist-info__slider--pagination .swiper-pagination-bullet {
    width: 80px !important;
    height: 1px !important;
    display: inline-block;
    border-radius: 0 !important;
    margin-right: 20px;
    opacity: .5 !important;
}

.tourist-info__slider--pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.my-route__button a {
    color: var(--color-natural-beige)
}

@media (max-width: 1600px) {
    .tourist-info__slider .tourist-info__items {
        justify-content: start !important;
    }
}

@media (max-width: 1024px) {
    .tourist-info {
        padding: 80px 0;
    }
    .tourist-info__item,
    .tourist-info__item--image {
        border-radius: 22px;
    }
}

@media (max-width: 768px) {
    .tourist-info__slider--pagination {
        display: none;
    }

    .tourist-info__title {
        font-size: 32px;
    }

    .my-route__button {
        width: 100%;
    }
    .tourist-info__title{
        font-size: 32px;
    }
    .my-route__button a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: 40px;
        font-size: 15px;
        line-height: 160%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        padding: 15px 65px 15px 15px;
        border: 1px solid var(--color-white);
        border-radius: 3px;
    }

    .my-route__button a svg {
        position: relative;
        right: 0;
        top: 0;
        margin-bottom: 0;
        margin-left: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media (min-width: 1440px) {
    .tourist-info__items.center {
        justify-content: center;
    }
}
@media (max-width: 576px) {
    .tourist-info__item {
        font-size: 20px;
    }
    .tourist-info__item,
    .tourist-info__item--image {
        border-radius: 20px;
    }
}

/* End */
/* /local/templates/mendeleev/css/sanatoriums-resorts.css?174400562417562 */
/* /local/templates/mendeleev/components/bitrix/news.detail/first-screen-sanatoriums-resorts/style.css?16990258773937 */
/* /local/templates/.default/components/bitrix/news.list/travel-time-2025/style.css?175135307630477 */
/* /local/templates/mendeleev/css/form.css?174402634619728 */
/* /local/templates/mendeleev/css/jquery-ui.css?168179559637633 */
/* /local/components/mendeleev/search.elements/templates/travel-time/style.css?17495515168132 */
/* /local/templates/.default/components/bitrix/news.list/stories-list-new/style.css?17440263465378 */
/* /local/templates/.default/components/bitrix/news.list/stories-list-new/stories-popup.css?171024099814131 */
/* /local/templates/mendeleev/components/bitrix/news.detail/banner.info/style.css?17440263467703 */
/* /local/templates/mendeleev/components/bitrix/news.list/advantages/style.css?16987365944766 */
/* /local/templates/mendeleev/components/bitrix/news.list/main-places-new-tabs/style.css?174772702311613 */
/* /local/components/mendeleev/favorites.choice/templates/.default/style.css?17056477344108 */
/* /local/components/mendeleev/routes/templates/add/style.css?17020417609973 */
/* /local/templates/mendeleev/components/bitrix/news.list/sanatoriums-resorts.directions-treatment/style.css?16786992622707 */
/* /local/templates/mendeleev/components/bitrix/news.list/moments/style.css?17477270238653 */
/* /local/templates/mendeleev/css/popup-review.css?170107413611819 */
/* /local/templates/mendeleev/components/bitrix/news.list/doctors-comments/style.css?16785441684999 */
/* /local/templates/mendeleev/components/bitrix/news.list/slider-photo-video/style.css?17440056245142 */
/* /local/templates/mendeleev/components/bitrix/news.list/catalog-places/style.css?16819969238508 */
/* /local/templates/mendeleev/components/bitrix/news.list/tourist-info/style.css?17440056243924 */
