

/* Start:/local/templates/.default/components/bitrix/news/tickets/bitrix/news.detail/.default/style.css?17108680865648*/
.kurort_manager .manager{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.kurort_manager .manager .title{
    -ms-flex-item-align: center;
    align-self: center;
    margin: 5px 30px 5px 0;
}
.kurort_manager .manager__block{
    margin: 0;
    width: auto;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: center;
    align-self: center;
}
.kurort_manager .manager__left{
    margin: 0;
    float: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -ms-flex-preferred-size: 65px;
    flex-basis: 65px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.kurort_manager .manager__left .manager__img{
    align-self: center;
}
.kurort_manager .manager__center{
    margin: 5px 0 5px 10px;
    float: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.kurort_manager .manager__name-dop{
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.kurort_manager .manager__right{
    margin: 5px 0 5px 20px;
    float: none;
    width: auto;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    -webkit-box-flex: 10;
    -ms-flex-positive: 10;
    flex-grow: 10;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: center;
    align-self: center;
}
.kurort_manager .manager__right .manager__rt{
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    white-space: nowrap;
    min-width: 170px;
}
#kurort_detail{
    padding-top: 0;
}
#kurort_detail > div > .row {
    margin-top: 30px;
}
#kurort_detail > div > .row.kurort_head{
    margin-top: 0;
}
#kurort_detail > div > .row.kurort_tags{
    margin-bottom: 50px;
}
#kurort_detail > div > .row.kurort_description{
    margin-top: 0;
}
#kurort_detail > div > .row.kurort_description > div:first-child:not(:empty){
    margin-top: 30px;
}
#kurort_detail > div > .row.kurort_description > div + div:not(:empty){
    margin-top: 20px;
}
#kurort_detail .kurort_image {
    text-align: center;
}
#kurort_detail .kurort_image:only-child {
    width: 100%;
}
#kurort_detail .kurort_image .kurort_image_cont{
    position: relative;
    height: 200px;
    overflow: hidden;
    border-radius: 2px;
}
#kurort_detail .kurort_image img {
    display: block;
    position: absolute;
    left: calc(50% - 585px);
}

.relink_container.tags .row.season{
    padding: 15px 0;
}

#kurort_detail .kurort_subsections:only-child {
    width: 100%;
}
#kurort_detail .kurort_subsections:only-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
}
#kurort_detail .kurort_subsections:only-child ul li {
    padding: 3px 5px;
}

@media (max-width: 991px) {
    #kurort_detail .kurort_subsections {
        margin-top: 20px;
    }
    #kurort_detail .kurort_subsections ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
    }
    #kurort_detail .kurort_subsections ul li {
        padding: 3px 10px;
    }
}

#kurort_detail .kurort_subsections p {
    font-weight: bold;
    font-size: 16px;
}
#kurort_detail .kurort_subsections a {
}

#kurort_detail .kurort_tags a {
}
/* End */
/* /local/templates/.default/components/bitrix/news/tickets/bitrix/news.detail/.default/style.css?17108680865648 */
