
.min-prices-form.tour-selection-wrap .lsfw-rbts .lsfw-rbt label {
    font-weight: bold;
    font-size: 18px;
}

.min-prices-form.tour-selection-wrap .lsfw-rbts .lsfw-rbt {
    width: calc(33.3% - 5px);
    background: #ffffff;
    padding: 8px 10px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.min-prices-form.tour-selection-wrap .lsfw-rbts {
    justify-content: space-between;
}

.grey-item > .bold.fz12.mb10 {
    margin-left: 15px;
}

.cat-bbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cat-bbs.orange-lbc .cat-bb {
    color: inherit;
}

.cat-bbs.orange-lbc .cat-bb:hover {
    color: #e57a31 !important;
}

.cat-bbs .cat-bb span {
    float: right;
    color: #999999;
    font-size: 11px;
}

.cat-bbs .cat-bb b {
    margin-right: 10px;
}

.cat-bbs.cat-bbs--fill {
    background-color: #d0dce3;
    padding: 10px 5px 5px 10px;
    margin-top: 10px;
}


.cat-bbs .cat-bb.cat-bb--blue:hover {
    background: #215f86;
}

.cat-bbs .cat-bb.cat-bb--blue {
    background: #318cc6;
    color: #ffffff;
}

.cat-bbs .cat-bb {
    background-color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 30px;
    padding: 0 10px 0 15px;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    min-width: 135px;
}

.grey-item .grey-item__white:not(:last-child) {
    margin-bottom: 10px;
}

.grey-item .grey-item__white {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
}

.grey-item {
    padding: 15px;
    border-radius: 5px;
    margin: 30px 0;
    background-color: #eeeeee;
}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news .news__col {
    padding-left: 20px;
    width: calc(100% - 425px);
}

.news .news__img .bth__img {
    position: relative;
    z-index: 2;
}

.border-item {
    border: 2px solid #eeeeee;
    border-radius: 5px;
    padding: 15px
}

.news .news__img img {
    border-radius: inherit;
}

.news .bth__txt {
    margin: 10px 0;
}

.news .news__img-blur {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    width: 100%;
    height: 100%;
}

.news .news__img {
    width: 420px;
    height: 230px;
    position: relative;
    display: block;
    background: #eeeeee;
    overflow: hidden;
    border-radius: 5px;
}

.link-bbs .link-bb b {
    font-size: 14px;
}

.link-bbs .link-bb:hover {
    background-color: #d4e4f2;
}

.link-bbs.link-bbs--arrow .link-bb .fz14 {
    padding-right: 20px;
}

.link-bbs.link-bbs--arrow .link-bb {
    padding-left: 37px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-bbs.link-bbs--arrow .link-bb::before {
    content: '\f061';
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 14px;
    top: 13px;
}

.link-bbs.link-bbs--40h .link-bb {
    padding-top: 10px;
    padding-bottom: 10px;
}

.link-bbs.w200px .link-bb {
    min-width: 200px;
}

.link-bbs .link-bb:hover {
    background-color: #cee3f7;
}

.link-bbs .link-bb .pl45 {
    float: right;
}

.link-bbs .link-bb {
    background-color: #d4e4f2;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 6px 0;
    color: #475669;
    font-size: 13px;
    border-radius: 5px;
    text-transform: uppercase;
}

.achievements, .media {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
}

.card-border {
    border-top: 2px solid #eeeeee;
    padding-top: 30px;
}

.media {
    margin: 30px 0;
}

.media .media__item img {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: inherit;
    width: 100%;
    height: 100%;
}

.media .media__line {
    position: relative;
    z-index: 2;
    width: 100%;
    font-size: 13px;
    padding: 5px 5px 8px 5px;
    background: rgba(0, 0, 0, 0.4);
}

.achievements .achievement, .media .media__item {
    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;
    color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 17px;
    text-align: center;
    border-radius: 5px;
    height: 240px;
    position: relative;
    text-transform: uppercase;
}

.achievements .achievement .achievement__img {
    border-radius: 5px;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    padding: 5px;
    position: relative;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
}

.achievements .achievement:hover {
    color: #318cc6;
    background-color: #d4e4f2;
}

.achievements .achievement {
    background: #eeeeee;
    font-weight: bold;
    color: #475669;
    font-size: 14px;
    padding: 15px;
    height: 140px;
}

.link-bbs {
    margin-bottom: 10px;
}

/*РўР•РљРЎРўРћР’РћР• РћРџРРЎРђРќРР•*/

.ckeditor-block-wrap > *:first-child {
    margin-top: 0;
}

.ckeditor-block-wrap.active {
    max-height: none !important;
}

.ckeditor-block-wrap {
    max-height: 240px;
    overflow: hidden;
    display: block;
    font-size: 17px;
    line-height: 24px;
}

.ckeditor-block-wrap.big {
    max-height: 480px;
}

.ckeditor-block-wrap ul li {
    background: url("/i/hotel-profile-full-info-wrap-li-gray.png") no-repeat scroll 0 7px transparent;
    margin-left: 5px !important;
    padding-left: 10px;
}

.ckeditor-block-wrap ol li {
    background-image: none;
    list-style-type: decimal;
    margin-left: 20px;
    padding-left: 2px;
}

.ckeditor-block-wrap p, .ckeditor-block-wrap dl, .ckeditor-block-wrap multicol {
    margin: 1em 0px;
}

.ckeditor-block-wrap i, .ckeditor-block-wrap cite, .ckeditor-block-wrap em, .ckeditor-block-wrap var, .ckeditor-block-wrap dfn {
    font-style: italic;
}

.ckeditor-block-wrap xmp, .ckeditor-block-wrap pre, .ckeditor-block-wrap plaintext {
    display: block;
    font-family: -moz-fixed;
    white-space: pre;
    margin: 10px 0;
}

.ckeditor-block-wrap blockquote, .ckeditor-block-wrap figure {
    display: block;
    margin: 1em 40px;
}

.ckeditor-block-wrap strong {
    display: inline;
}

.special-feature b {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.special-feature {
    margin-bottom: 10px;
    padding: 10px 15px;
    border-left: 5px solid #e27200;
    background: #ffffff;
    border-radius: 5px;
}

/*РЎРџР•Р¦ Р‘Р›РћРљР*/
.anticovid span {
    font-size: 13px
}

.anticovid b {
    font-size: 17px;
    margin-right: 30px;
}

.anticovid * {
    display: inline-block;
    vertical-align: middle;
}

.anticovid {
    background: url(/i/anti-coronavirus-red.svg) 14px 13px/30px no-repeat;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: block;
    color: #475669;
    margin-bottom: 20px;
    position: relative;
    padding: 15px 5px 15px 65px;
    text-transform: uppercase;
}

.russian-hospitality-awards b {
    color: #b47612;
    font-size: 17px;
    margin-right: 30px;
}

.russian-hospitality-awards {
    background: url(/images/tophotels/logo-russian-hospitaly-awards.png) 14px center/30px no-repeat;
    border: 1px solid #ecbd59;
    border-radius: 3px;
    display: block;
    color: #475669;
    margin-bottom: 20px;
    position: relative;
    padding: 15px 5px 15px 65px;
    text-transform: uppercase;
}

.achievements .achievement br {
    display: none;
}

.hotel-order-links .hotel-order-link:hover {
    color: #215f86
}

.hotel-order-links .hotel-order-link:not(:last-child) {
    margin-right: 30px;
}

.hotel-order-links .hotel-order-link {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #318cc6;
}

.hotel-order-links .hotel-order-link i {
    margin: 0 4px 0 0;
    font-size: 11px;
}

.hotel-order-links .hotel-order-link > * {
    display: inline-block;
    vertical-align: middle
}

.link-other-hotels {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
}

.info-tbl.lsfw-fill-tbl tr td:first-of-type {
    font-size: 10px;
}

.info-tbl.lsfw-fill-tbl .lsfw-fill-tbl__detail.active::before {
    transform: rotate(180deg);
}

.info-tbl.lsfw-fill-tbl .lsfw-fill-tbl__detail::before {
    content: '\f078';
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info-tbl.lsfw-fill-tbl .lsfw-fill-tbl__detail {
    padding: 5px 10px;
    cursor: pointer;
    position: relative;
}

@media screen and (min-width: 1200px) {
    .lsfw-fill-tbl tfoot.lsfw-fill-tbl__paginator-orange.big tr td a {
        font-size: 16px;
    }

    .lsfw-fill-tbl tfoot.lsfw-fill-tbl__paginator-orange.big tr td {
        padding-top: 18px;
        padding-bottom: 18px
    }
}

@media screen and (max-width: 1340px) {
    .min-prices-form.tour-selection-wrap .tour-selection-wrap-in.tour-selection-wrap-flex .tour-selection-field:nth-child(1) {
        width: 66.7%;
    }

    .min-prices-form.tour-selection-wrap .tour-selection-wrap-in.tour-selection-wrap-flex .tour-selection-field {
        width: 33.3%;
    }

    .min-prices-form.tour-selection-wrap .tour-selection-wrap-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1200px) {
    .min-prices-form.tour-selection-wrap .lsfw-rbts .lsfw-rbt label {
        font-size: 14px;
    }

    .news .news__img {
        width: 360px;
        height: 195px;
    }

    .news .bth__txt {
        font-size: 14px;
        line-height: 21px;
    }

    .news .news__col {
        padding-left: 20px;
        width: calc(100% - 360px);
    }

    .media .media__item {
        height: 205px;
    }

    .cat-bbs .cat-bb {
        font-size: 11px;
    }

    .grey-item .grey-item__white .bth__txt {
        font-size: 15px;
        line-height: 23px;
    }

    .link-bbs.w200px {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5px;
    }

    .link-bbs.w200px .link-bb:last-child {
        margin-right: 0;
    }

    .link-bbs.w200px .link-bb {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: auto;
    }

    .link-bbs .link-bb {
        font-size: 12px;
    }

    .achievements .achievement br {
        display: block
    }
}

@media screen and (max-width: 1023px) {
    .ckeditor-block-wrap {
        font-size: 14px;
        line-height: 23px;
    }

    .info-tbl.lsfw-fill-tbl tr td:first-of-type {
        width: 200px;
    }

    .hotel-order-links .hotel-order-link:not(:last-child) {
        margin-right: 20px;
    }

    .hotel-order-links {
        white-space: nowrap;
        overflow: auto;
    }

    .hotel-order-links .hotel-order-link {
        font-size: 13px;
    }

    .link-bbs .link-bb .pl45 {
        padding-left: 25px !important;
    }

    .cat-bbs .cat-bb span {
        font-size: 10px;
    }

    .news .news__img {
        width: 310px;
        height: 165px;
    }

    .news .news__col {
        width: calc(100% - 310px);
    }
}

@media screen and (max-width: 767px) {
    .grey-item > .bold.fz12.mb10 {
        font-size: 10px !important;
        margin-left: 10px;
    }

    .grid-left .bth__ttl-h2.mt35.mb20 {
        margin-top: 20px !important;
    }

    .achievements .achievement {
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px;
        text-align: left;
        height: auto;
    }

    .achievements .achievement br {
        display: none;
    }

    .achievements .achievement .achievement__img {
        margin: 0 15px 0 0;
        width: 50px;
        height: 50px;
        padding: 5px;
    }

    .hotel-order-links .hotel-order-link i {
        margin-top: 2px;
    }

    .hotel-order-links .hotel-order-link, .hotel-order-links .hotel-order-link i {
        font-size: 10px;
        font-weight: normal;
    }

    .hotel-order-links .hotel-order-link:not(:last-child) {
        margin-right: 15px;
    }

    .achievements, .news {
        display: block;
    }

    .achievements .achievement, .min-prices-form.tour-selection-wrap .lsfw-rbts .lsfw-rbt {
        width: 100%;
        margin-bottom: 10px;
    }

    .achievements .achievement:last-child {
        margin-bottom: 0;
    }

    .border-item {
        padding: 0;
        border: none;
    }

    .news .news__img {
        width: 260px;
        height: 140px;
    }

    .news .news__col {
        padding: 10px 0 0 0;
        width: 100%;
    }

    .cat-bbs .cat-bb {
        min-width: auto;
    }

    .grey-item .grey-item__white .bth__txt {
        font-size: 14px;
        line-height: 21px;
    }

    .grey-item, .grey-item .grey-item__white {
        padding: 10px;
    }

    .cat-bbs.cat-bbs--fill {
        padding: 5px 5px 5px 10px;
        border-bottom: 5px solid #d0dce3;
        border-top: 5px solid #d0dce3;
        max-height: 200px;
        overflow: auto;
    }

    .link-bbs:not(.link-bbs--arrow) {
        white-space: nowrap;
        overflow: auto;
        display: block !important;
    }

    .link-bbs:not(.link-bbs--arrow) .link-bb {
        width: auto !important;
        display: inline-block;
        font-size: 10px;
        padding: 5px 10px;
        vertical-align: top;
        min-width: auto;
    }

    .info-tbl.lsfw-fill-tbl tr {
        padding: 0;
    }

    .info-tbl.lsfw-fill-tbl tr td.lsfw-fill-tbl__250 {
        width: 100%;
        background: rgba(0, 0, 0, 0.06);
        font-size: 10px;
        color: #666666;
    }

    .link-other-hotels, .link-bbs.no-scrollbar-bbs {
        white-space: nowrap;
        overflow: auto;
        display: block;
    }

    .media {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 5px;
    }

    .media .media__item:not(:last-child) {
        margin-bottom: 10px;
    }

    .achievements, .media {
        display: block;
    }

    .link-bbs .link-bb b {
        font-size: 12px;
    }

    .link-bbs.link-bbs--40h .link-bb .fz14 {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 598px) {
    .min-prices-form.tour-selection-wrap .tour-selection-wrap-white-adaptive {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .min-prices-form.tour-selection-wrap .tour-selection-wrap-white-adaptive .tour-selection-wrap-white-100p {
        width: 100%;
        margin-right: 0;
    }

    .min-prices-form.tour-selection-wrap .tour-selection-wrap-white-adaptive .tour-selection-wrap-white-50p {
        width: calc(50% - 5px);
        display: inline-block !important;
    }

    .news .bth__txt * {
        font-size: inherit !important;
    }
}

@media screen and (max-width: 359px) {
    .achievements .achievement br {
        display: block;
    }
}