:root {
    --header-image-height: 35.5em;
    --header-image-crossfade: 200px;
    --publ-date-margin: 1.5em;
    --webkit-line-clamp_tour: 5;
    --line-font_size_tour: 1.2em;
}

.blog_descr.blog p a {
    color: #007ce7;
    text-decoration: underline !important;
}

.printroute {
    place-content: center;
    justify-content: center;
    padding-right: 0px;
}

.printroute .material-symbols-outlined {
    color: var(--active-color) !important;
    margin-right: 5px !important;
}

.printroute.toolkit-handler {
    padding: 5px;
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1em;
    border-right: solid 2px;
    border-left: solid 2px;
    border-top: solid 2px;
    border-bottom: solid 2px;
    border-color: #AD8138;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 0.65em;
}

.printroute_cont {
    width: 100%;
    display: flex;
    justify-content: left;
    margin-bottom: 15px;
    margin-left: 68px;
}

pre {
    display: block;
    margin: 0 0 10px;
    font-size: 0.8em;
    line-height: 1.42857143;
    color: #333;
    padding: 0px;
    background-color: unset;
    border: unset;
    border-radius: unset;
}

.node_props {
    margin-top: 1.75em !important;
    padding-left: 2em !important;
}
    
.any_block {
    margin:0 auto;
    width:75%;
}

.ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
    height: 25px !important;
    width: 25px !important;
}


.notes_on_pic {
    top: calc( -1 * var(--header-image-height));
    position: relative;
}

#node_gallery {
    height: 20vw;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: disc inside;
}

ol {
    list-style: decimal;
/*	list-style-type: none; 
    counter-reset: num;
    margin: 0 0 0 24px;*/
    padding: 0px 0 0px 15px;
}
ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 0px 0;
	padding-left: 10px;
}

/*  ol li:before {
	content: counter(num); 
	counter-increment: num;
	display: inline-block;
	position: absolute;
    top: 0px;
    left: -2.1em;
    width: 2em;
    text-align: center;
    font-size: 1em;
}*/


.node_icon_wrapper {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.node_icon_block.swiper-slide {
    width: 410px;
    border: 1px solid #ddd;
    padding: 25px;
    margin-right: 0px;
    margin-bottom: 1px;
}

.node_icon_wrapper .node_icon_image { transition: .3s ease-out; }

.node_icon_wrapper:hover .node_icon_image {
    transform: scale(1.05);
}


.Button__StyledButton-sc-1nv7ojl-0, .bbirmt {
    background-color: rgb(173, 129, 56) !important;
}
.place_prop .tour_type { display: none; }

.place_prop .tour_type + .brick {
    color: var(--active-color);
    font-weight: 600;
}

/*.tour_node .place_prop .price + .brick {
    color: var(--active-color);
    font-size: 1.5em;
    font-weight: 600;
}*/


/*.place_prop .price + .brick:after { content: '₽'; margin-left: 5px; }*/

img.place_prop_icon {
    width: 24px;
    position: absolute;
    left: 0px;
}

.place_prop .departure_city + .brick:before {
    content: "Город отправления: ";
    font-family: unset;
    vertical-align: middle;
    margin-right: 5px;
    font-weight: 400;
}

.place_prop .departure_city + .brick { font-weight: 600; }

.blog .content img {
    max-width: 85%;
    
}

.share-node-btn-wrapper {
    width: 40px;
    text-align: center;
    height: 35px;
    background-color: #fff;
    border-radius: 5px;
    padding-top: 1px;
}

.share-node-btn-wrapper .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    background: transparent;
}

.place_text_block.marginTop30,
.full_page_inner__block.routes { margin-top: 30px;  }

.place_text_block h2 {
    text-align: left;
}

.publ_date_wrapper {
    margin-top: var(--publ-date-margin);
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0.85em;
    font-style: italic; 
    opacity: 0.8;
}

.toolkit-handler.set-route-mode {
    padding: 15px;
    border: 2px solid transparent;
}

.toolkit-handler.set-route-mode:hover, .toolkit-handler.set-route-mode.active {
    border-color: var(--active-color);
    background-color: var(--active-color);
    color: #fff;
}

.tour_main_block {
    position: relative;
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,.1);
    /*margin-top: calc(50px - var(--header-image-crossfade));
    margin-bottom: 50px;
    */
    margin-top: 30px;
    margin-bottom: 0px; 
}

.guide_chapter_header .guide_chapter_header_inner .guide_chapter_header_inner_content .header {
    padding-left: 0;
    margin: auto;
}

.guide_chapter_header {
	height: var(--header-image-height);
    position: relative;
    /*padding-bottom: var(--header-image-crossfade);*/
}

.guide_chapter_header .guide_chapter_header_inner {
	display: table;
	width: 100%;
	height: 100%;
}
.guide_chapter_header .guide_chapter_header_inner .guide_chapter_header_inner_content {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.guide_chapter_header .guide_chapter_header_inner .guide_chapter_header_inner_content .header {
	font-size: 3em;
	color: #fff;
	font-weight: 600;
}


/****************************************************/
/******                 ROUTES              *********/
/****************************************************/

.tour_shedule_event_header a {
    font-size: 2em;
    font-weight: 700;
    color: #383838;
    text-decoration: underline;
}

.truncate77 {
    padding: 0px;
}

.truncate77 p { margin: 0; }

.tour_shedule_event_text {
    font-size: var(--line-font_size_tour);
    line-height: calc(var(--line-font_size_tour) * 1.15);    
    font-weight: 400;
    color: #383838;

    height: calc(var(--webkit-line-clamp_tour) * (var(--line-font_size_tour) * 1.15));
   /* text-decoration: none;
    -webkit-line-clamp: var(--webkit-line-clamp_tour);
    display: -webkit-box;
    -webkit-box-orient: vertical;*/
    overflow: hidden;
}

.tour_shedule_event_text:after {
    content: "";
    display: block;
    position: sticky;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: calc(var(--line-font_size_tour) * 1);
    background: linear-gradient(90deg, transparent, #fff 66%);
}

.tour_shedule_event_text_short {
    font-size: var(--line-font_size_tour);
    line-height: calc(var(--line-font_size_tour) * 1.15);    
    font-weight: 400;
    color: #383838;
}


span.\33 dot_rm {
    color: #ccc;
    margin-right: 20px;
}

/*.route_more {
    color: #ad8138;
    margin-top: 10px;
    margin-right: 6px;
    color: #ad8138;
    margin-top: 10px;
    text-align: left;
}*/

.route_more {
    color: #ad8138;
    text-align: right;
    z-index: 1000;
    position: absolute;
    line-height: calc(var(--line-font_size_tour) * 1.15);
    width: calc(100% - 36px);
    /* padding-right: 113px; */
    height: calc((var(--line-font_size_tour) * 1.15));
    top: calc((var(--webkit-line-clamp_tour) - 1) * (var(--line-font_size_tour) * 1.15) - 1px);
}

.route_more a {
    color: #ad8138;
    font-weight: 900;
    font-size: smaller;
}

.tour_shedule_event_text p {
    margin: 0 0 0 0px;
    display: inline;
}

.tour_shedule_event_text_short p {
    margin: 0 0 0 0px;
    display: inline;
}

/*.tour_shedule_event_text p::after {
  content: " \A\A";
  white-space: pre;
}*/


.tour_shedule_event_descr {
    margin: 0px 0px 0px 50px;
    padding-left: 130px;
    padding-bottom: 60px;
}

.route-day-line {
    position: absolute;
    left: 50px;
    top: 3px;
    height: 100%;
    border-left: 1px solid var(--active-color);
}

.route-point-number {
    position: absolute;
    top: 0;
    left: -1.25em;
    top: 0px;
    width: 2.5em;
    height: 2.5em;
    background-color: var(--active-color);
    border-radius: 50%;
    line-height: 2.5em;
    text-align: center;
    color: #fff;
}

.node_description_main { padding-left: 1em; }

.chapter_header { margin: 50px 0px 0px; }


@media screen and (max-width: 430px) {
    .guide_chapter_header .guide_chapter_header_inner .guide_chapter_header_inner_content .header {
        font-size: 1.65em;
        line-height: 1.15em;
    }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
    .guide_chapter_header .guide_chapter_header_inner .guide_chapter_header_inner_content .header {
        font-size: 2em;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .guide_chapter_header .guide_chapter_header_inner .guide_chapter_header_inner_content .header {
        font-size: 2.5em;
    }
}
@media screen and (min-width: 1025px){
    .place_text_block h2 {
        font-size: 3em;
    }
}

.guide_breadcrumbs {
	color: #fff;
	font-size: 1.125em;
	margin-bottom: 2em;
	
}

.guide_breadcrumbs a {
	color: #fff;
	text-decoration: none;
}
.place_address_block {
	height: 26.875em;
	background: #F8F8F8;
	border-radius: 0.25em;
	margin-bottom: 1em;
}

.place_address_block .place_contacts {
}


.place_contacts .place_prop {
	display: flex;
	box-sizing: border-box;
	font-size: 1.125em;
	color: #000;
	padding: 0em 1em 1em 2em;
	line-height: 125%;
	background-position: left top;
	background-repeat: no-repeat;
}
.place_contacts .place_prop a {
	color: #F7111B;
	text-decoration: none;
}
.place_contacts .place_prop a:hover {
	text-decoration: underline;
}

.place_prop .icon_place {
    display: flex;
   /* width: 1.125em;*/
    background-size: 0.95em;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0 0 0 33px;
}

.place_contacts .icon_place {
    font-size: 22px;
}

.place_contacts .place_prop .contacts {
	background-image: url(/img/nodes/icons_svg/gray_phone.svg)
}
.place_contacts .place_prop .site {
	background-image: url(/img/nodes/icons_svg/gray_site.svg)
}
.place_contacts .place_prop.worked, .place_contacts .place_prop .opening_hours, .place_contacts .place_prop .time_spending {
	background-image: url(/img/nodes/icons_svg/gray_clock.svg)
}
.place_contacts .place_prop .address {
	background-image: url(/img/nodes/icons_svg/gray_address.svg)
}
.place_contacts .place_prop .price  {
	background-image: url(/img/icon_roubels.svg);

}

.place_contacts .place_prop .spa  {
	background-image: url(/img/icons/spa-hotel.svg);

}

.place_contacts .place_prop .bassein  {
	background-image: url(/img/icon_swim_pool.svg);
}

.place_contacts .place_prop .stars  {
	background-image: url(/img/icons/stars.svg);
}


.place_contacts .place_prop .dates, .place_contacts .place_prop .days_amount {
    background-image: url(/img/icon_calender.svg)
}

.place_contacts .place_prop .children  {
    background-position: -6px -6px;
    background-size: 35px;
    background-image: url(/img/icons/childs.png)
}
.place_contacts .place_prop .animals {
    background-position: -6px -6px;
    background-size: 35px;
    background-image: url(/img/icons/animals.png)
}
.place_contacts .place_prop .invalids {
    background-position: -6px -6px;
    background-size: 35px;
    background-image: url(/img/icons/invalids.png)
}

.tour_descr.event {
    margin: 0 10% 1em;
    width: 800px;
    max-width: 100%;
}

.content {
    font-size: 1.125em;
    line-height: 150%;
    margin-bottom: 1em;
}

.tour_buy .tour_buy_button {
    font-size: 1.25em;
    padding: 0.5em 3em;
    font-weight: 700;
    background: #AD8138;
    border-radius: 0.15em;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}

.text2x { font-size: 2em !important  }

.blog_descr.blog {
    position: relative;
    /*top: -15vw;*/
    background-color: #fff;
    /*margin: 0px auto -15vw;*/
    margin: auto;
    width: 75%;
    max-width: 90em;
    min-width: 300px;
    padding: 70px 10px 0px 10px;
}
.blog_descr.blog h3 {
    color: #000;
    font-size: x-large;
    text-align: left;    
}

.place_text_block {
    /*max-width: 75em;*/
	width: 75%;
	margin: 0 auto 1em auto;
}
.place_text_block h2 {
	color: #282323;
	font-weight: 700;
	margin-bottom: 0.3em;
        margin-top: 0.5em;
}
.place_text_block h3 {
	color: #282323;
	font-weight: 700;
	margin-bottom: 1em;
        margin-top: 0.5em;
        font-size: 1.25em;
}
@media screen and (max-width: 430px) {
    .place_text_block h2 {
        font-size: 1.5em;
    }
}
@media screen and (min-width: 431px) and (max-width: 768px) {
    .place_text_block h2 {
        font-size: 1.75em;
    }
    
    .route-day-line {
        top: 0.25em !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .place_text_block h2 {
        font-size: 2em;
    }
}
@media screen and (min-width: 1025px){
    .place_text_block h2 {
        font-size: 2.175em;
    }
}

.place_text_block .content {
	font-size: 1.125em;
	line-height: 150%;
	margin-bottom: 1em;
}

.tour_main_block {
    display: block;
    box-sizing: border-box;
    background: #FCF9F1;
}

.tour_main_block .address_block {
        display: block;
	box-sizing: border-box;
}
.tour_main_block .address_block .tour_data {
	display: block;
	box-sizing: border-box;
	width: 100%;
}
.tour_main_block .yandex_map {
        display: block;
	box-sizing: border-box;
	height: 26.875em;
}

.tour_data .common {
	font-weight: 400;
	font-size: 1.125em;
	line-height: 125%;
	color: #383838;
	padding-bottom: 1em;
    padding-top: 1em;
}

.chapter_header_actions_block {
    display: flex;
    box-sizing: border-box;
    margin: 2em auto 0 auto;
    text-align: center;
    align-items: center;
    max-width: fit-content;
}

.chapter_header_actions_block .top_likes_button,
.chapter_header_actions_block .top_likes_button2 {
    border-radius: 4px;
    font-size: 1.125em;
    padding: 0.25em 0.5em 0.25em 2.25em;
    color: #383838;
    font-weight: 700;
    margin-right: 1em;
    cursor: pointer;
    background: #FFFFFF url(/img/star_red.png) 8px 4px / 23px  no-repeat;
    
}

.chapter_header_actions_block .top_likes_button2 {
    background: #FFFFFF url(/img/heart_red.svg) 0.5em center no-repeat;
}

.chapter_header_actions_block .top_tour_buy_button {
    background: #FFFFFF;
    border-radius: 4px;
    color: #383838;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}



@media screen and (max-width: 768px) {
    
    .place_text_block .content img {
        width: -webkit-fill-available;
    }

    .colrevers-md {
        flex-direction: column-reverse !important;
        margin-top: -25px;
    }
    
    .tour_main_block .address_block {
        width: 100%;
        height: auto;
    }
    
    .tour_main_block .yandex_map {
        width: 100%;
        min-height: 18em;
    }
    
    .tour_main_block .yandex_map {
    	height: 18em;
    }
    
    .tour_main_block .address_block .tour_data {
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    
    .tour_data .common {
        font-weight: 400;
        font-size: 1.125em;
        line-height: 125%;
        color: #383838;
        padding-bottom: 0em;
        padding-left: 0em;
    }
    

    .noflex-md {
        display: block;
    }
    
    .tour_main_block {
        display: flex;
        flex-direction: column-reverse;
    }

    .place_contacts .place_prop {
        font-size: 1.125em;
        padding: 0em 0.2em 0.5em 0.3em;
        line-height: 130%;
    }    
    
    .place_prop .icon_place {
        background-size: 0.75em;
        background-repeat: no-repeat;
        margin: 0;
        padding: 0 0 0 25px;
    }
    
    .place_contacts .place_prop .invalids {
        background-position: -6px -6px;
        background-size: 28px;
        overflow: visible;
    }
    
    .place_text_block {
        font-size: 13px;
        margin: 25px;
        width: auto;
    }
    
    h2, h3, .h2, .h3 {
        font-size: 1.7em;
        margin: 0.2em 0 .5em;
        text-align: center;
    }
    .full_page_inner__block {
        width: 98%;
        max-width: 98em;
    }
    .place_text_block.marginTop30, .full_page_inner__block.routes {
        margin-top: 15px;
    }    
    
    .tour_shedule_event_descr {
        margin: 0px 5px 0px -17px !important;
        padding-left: 60px !important;
        padding-bottom: 20px !important;
    }
    
    .tour_shedule_event_header a {
        font-size: 1.7em !important;
        font-weight: 600 !important;
    }
    .route-day-line {
        left: 40px !important;
    }
    
    body {
        font-size: 15px !important;
    }
    
    .node_props {
        margin-top: 1.75em !important;
        padding-left: 0.2em !important;
    }
    
    .node_props .common {
        padding-bottom: 0.6em !important;
    }
    
    .tour_data .common {
        font-weight: 400 !important;
        font-size: 1.1em !important;
        line-height: 115% !important;
        padding-bottom: 1em;
        padding-left: 1.75em !important;
    }
    
    .tour_data .description {
        padding-left: 0.6em !important;
        line-height: 123% !important;
        padding-bottom: 0em !important;
    }    
    
    #node_gallery {
        height: 25vw;
    }
    
    .tour_data .vidm {
        padding-bottom: 0em !important;
    }    
    
    .blog_descr.blog {
        font-size: 13px;
        position: relative;
        /* top: -15vw; */
        background-color: #fff;
        /* margin: 0px auto -15vw; */
        margin: auto;
        width: 95%;
        max-width: 90em;
        min-width: 300px;
        padding: 70px 10px 0px 10px;
    }    

    .blog .content img {
        width: 100% !important;
        height: auto !important;
        max-width: 92%  !important;
        align-items: center;
        display: flex;
        /* align-content: center; */
        /* flex-wrap: wrap; */
    }
    
    .blog_descr.blog .content a {
        text-align: -webkit-center;
    }

    .any_block {
        margin:0 auto;
        width:90%;
    }

    .hVeWiu {
        padding-bottom: 20px !important;
    }
 
     .dWpNVt {
        margin-bottom: 10px !important;
    }
    
    .fGzKfl {
        margin-bottom: 10px !important;
    }

    .kxhiDA {
        margin-top: 10px !important;

    }

    .dhFa-Df {
        margin-bottom: 10px !important;
    }
    
    .lb-nav a.lb-next {
        right: -15px !important;
    }
    
    .lb-nav a.lb-prev {
        left: -15px !important;
    }
    
    .lb-nav a.lb-next, .lb-nav a.lb-prev {
        opacity: 0.5 !important;
        position: relative !important;
    }
    
    .route-day-line {
        top: 0.15em;
    }
    
    .route-point-number {
        left: -0.85em;
        top: 0px;
        width: 1.7em;
        height: 1.7em;
        line-height: 1.7em;
    }

}

@media screen and (min-width: 769px) {
    .tour_main_block .address_block {
    	float: left;
    	width: 50%;
        height: auto;
        min-height: 26.875em;
    }
    .tour_main_block .yandex_map {
        float: left;
        width: 50%;
        height: 26.875em;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .tour_main_block .address_block .tour_data {
            padding-left: 5%;
            padding-right: 5%;
            padding-top: 2em;
    }
    
    .rowrevers-lg {
        flex-direction: row-reverse;
    }
    
}

@media screen and (max-width: 430px) {
    .chapter_header_actions_block .top_likes_button {
        font-size: 1em;
        margin-right: 0.5em;
        line-height: normal;
        height: 100%;
        max-width: max-content;
        display: flex;
        margin-left: 5px;
        /* opacity: 70%; */
        height: 35px;
        place-items: center;
        align-items: center;
    }
    .chapter_header_actions_block .top_tour_buy_button {
        font-size: 1em;
        padding: 0.25em 3em;
    }
    
    h2, h3, .h2, .h3 {
        font-size: 1.7em;
        margin: 0.2em 0 .5em;
        text-align: center;
    }
    .full_page_inner__block {
        width: 98%;
        max-width: 98em;
    }
    
    #headBand.full_page_inner__block {
        display: block;
        margin: auto;
        box-sizing: border-box;
        width: 95%;
        max-width: 90em;
        overflow: hidden;
    }    
    
    
    .place_text_block.marginTop30, .full_page_inner__block.routes {
        margin-top: 15px;
    }    
    
    .tour_shedule_event_descr {
        margin: 0px 5px 0px -17px !important;
        padding-left: 60px !important;
        padding-bottom: 20px !important;
    }
    
    .tour_shedule_event_header a {
        font-size: 1.4em !important;
        font-weight: 600 !important;
    }
    .route-day-line {
        left: 40px !important;
    }
    
    body {
        font-size: 16px !important;
    }
    
    .node_props {
        padding-left: 0.2em !important;
    }
    
    .node_props .common {
        padding-bottom: 0.6em !important;
    }
    
    .tour_data .common {
        font-weight: 400 !important;
        font-size: 1.1em !important;
        line-height: 115% !important;
        padding-bottom: 1em;
        padding-left: 1.75em !important;
    }
    
    .tour_data .description {
        padding-left: 0.6em !important;
        line-height: 123% !important;
        padding-bottom: 0em !important;
    }    
    
    #node_gallery {
        height: 35vw;
    }
    
    .tour_data .vidm {
        padding-bottom: 0em !important;
    }
    
    .tour_main_block {
        display: flex;
        flex-direction: column-reverse;
    }
    
    .noflex-md {
        display: block;
    }
    
    .any_block {
        margin:0 auto;
        width:90%;
    }

}
@media screen and (min-width: 431px) {
    .chapter_header_actions_block .top_likes_button,
    .chapter_header_actions_block .top_likes_button2{
        font-size: 1.125em;
        margin-right: 1em;
        line-height: normal;
        height: 100%;
        max-width: max-content;
        display: flex;
        margin-left: 5px;
        height: 35px;
        place-items: center;
        align-items: center;
    }

    .top_likes_button:not(.liked) {
        background-blend-mode: luminosity;
    }

    .chapter_header_actions_block .top_tour_buy_button {
        font-size: 1.125em;
        padding: 0.25em 4em;
    }
}

@media print {
     header, footer, .social_block, .noprint { display: none !important; }
     
     input, textarea { border: none !important; }
     
     .constructor-container {
        height: 100vh !important;
     }
     
     .onlyPrint { display: initial !important; }
 
     p.point-address.onlyPrint {
        padding: 15px;
        float: left;
    }
    
    .constructor-filter-main {
        display: none;
    }
    
    .row.nomargin.cf-items-btn {
        display: none;
    }
    
    .constructor-save-wrapper.text-center {
        display: none;
    }
    
    .constructor-filter-path.pretty-scroll {
        height: auto;
    }
    
    .constructor-day-title .toolkit-action {
        display: none;
    }
    
    a[href]:after {
        content: "" !important;
    }
    
    .very-title .material-symbols-outlined {
        display: none;
    }
    
    .constructor-item-point .blockAddress {
        display: none;
    }
    
    .constructor-filter-path .constructor-item-image {
        width: 100px;
        height: 70px;
    }
    
    .constructor-item-title .very-title {
        width: 200px !important;
    }
    
    .col-6.constructor-item-title.pushRight.nomargin {
        width: 315px;
    }
    
    p.point-address.onlyPrint {
        float: right;
        width: calc(100% - 50px);
    }    
    
    .constructor-filter-part .wrap {
        height: 110px;
    }
    .constructor-filter-part .wrap .padding {
        display:flex;
        float: left;
        height: 105px;
        align-items: baseline;
        width: 100%;
    }
    
    .route_name {
       width: 50%; 
    }
    
    .route_descr {
        width: 50%;
        margin-top: 5px;
        height: 100%;
    }
    
  .constructor-item-point {
        padding-left: 20px;
        background-color: #fff;
        margin-left: .9em;
        padding-top: 5px;
    }  
 
    .constructor-day-container {
        padding: 0px 5px 0px 5px;
    }
    
    .guide_chapter_header .guide_chapter_header_inner {
        display: table;
        width: 100%;
        height: 10%;

    }    
    
    .guide_chapter_header .guide_chapter_header_inner .guide_chapter_header_inner_content .header {
        font-size: 1.5em;
        color: #000;
        font-weight: 600;
    }
    
    .guide_chapter_header.mainpagepic  {
        background-image: url("");
    }  

    .guide_chapter_header {
        height: 80px !important;
    
    }
    
    .notes_on_pic {
        top: 40px;
    }
    
    .tour_data .common {
        font-weight: 400;
        font-size: 14px;
        line-height: 125%;
        color: #383838;
        padding-bottom: 1em;
        padding-top: 1em;
    }
}

