:root {
    --swiper-navigation-sides-offset: 50px;
    --swiper-pagination-bottom: 4em;
    
    --button-width: 3em;

    --top-slider-padding: 60px;

    --top-slider-btn-size: 40px;

    --top-slider-thumb-width: calc((50vw - 2 * var(--top-slider-padding)) / 2.5);
    --top-slide-active-width: calc(var(--top-slider-thumb-width) * 1.1);
    --top-slide-toolbox-width: calc(var(--top-slide-active-width) * 0.5);

    --top-slider-pg-point-width: var(--top-slider-padding);
}


/*****************************************/

.visitmo_logo_onlsider {
    display: block;
    position: absolute;
    height: 25%;
    width: 17%;
    top: -20px;
    left: -25px;
}

/*.visitmo_logo_onlsider {
    display: block;
    position: absolute;
    /* height: 20%; *//*
    width: 12%;
    top: 33px;
    left: 33px;
    opacity: 95%;
}*/

.visitmo_logo_onlsider_obj {
    mix-blend-mode: normal;
    opacity: 100%;
    background-position: center left;
    background-repeat: no-repeat;
}

#categoriesBlockList {
    padding-top: 1em;
    padding-bottom: 3em;
}

.full_page__block .first_page_inner__block .chapter_header {
    position: relative;
}


#eventShortList .mg-slider .swiper-button {
	top: calc( var(--events-short-slider-height) / 2 );
}

.top_slider__block_alt.row {
    height: 50vw;
    max-height: calc(100vh - 140px);

}

.layer-self {
    /*transition: .8s ease-out;*/
}

@keyframes scroll {
	0% { opacity: .4;}
	100% { opacity: 1;}
}

#fpSlider .top_slider__block_alt .swiper-container {
    width: var(--top-slider-thumb-width);
    overflow: visible;
}

.top_slider__block_alt .top-slider__wrapper {
    margin: var(--top-slider-padding);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    overflow: hidden;
    width: calc(50% - var(--top-slider-thumb-width) / 3);
}

.top_slider__block_alt .slider-wrapper {
    /*padding-left: calc(var(--top-slider-thumb-width) * .05);*/
}

.top_slider__block_alt .swiper-slide {
    /*width: var(--top-slider-thumb-width);*/
    height: calc(var(--top-slider-thumb-width) / 3 * 4);
    /*aspect-ratio: 3 / 4;*/
    overflow: hidden;
}

.top_slider__block_alt .swiper-slide .thumb {
    margin-top: calc(var(--top-slider-thumb-width) * .1);
    padding: calc(var(--top-slider-padding) / 3);
    margin-left: calc(var(--top-slider-padding) / 2);
    margin-right: calc(var(--top-slider-padding) / 2);
    height: calc(100% - var(--top-slider-thumb-width) * .1);
    /*transition: .3s ease-out;*/
}

.top_slider__block_alt .swiper-slide-active .thumb {
    height: 100%;
    margin-top: 0;
    margin-left: 0;
}

.top_slider__block_alt .swiper-slide-prev { opacity: .3; }

.top_slider__block_alt .swiper-slide.slide .slide_text .slide_title {
    font-size: 22.4px;
    font-size: 1.4em;
    text-align: left;
    margin-bottom: 0;
    
    /*-webkit-line-clamp: 2; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden;
    
    line-height: 1.2em;
    /*height: 2.4em;*/
}

.top_slider__block_alt .swiper-slide.slide .slide_text .slide_subtitle {
    font-size: 17.6px;
    font-size: 1.1em;
    text-align: left;
    margin-bottom: 0;
    padding-left: 5px;
    font-style: italic;
    /*-webkit-line-clamp: 2; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden;
    line-height: 1.15em;
    /*height: 2.3em;*/
    
}

.top_slider__block_alt .toolbox {
    width: var(--top-slide-toolbox-width);
}

.top_slider__block_alt .swiper-btns.relative {
    height: var(--sw-button-width);
    margin-top: calc(var(--top-slider-padding) / 2 );
}

.top_slider__block_alt .swiper-button-prev { left: 0; }
.top_slider__block_alt .swiper-button-next { left: 120px; }

.top_slider__block_alt .swiper-button {
    color: #fff;
    background-color: transparent;
    width: var(--top-slider-btn-size);
    height: var(--top-slider-btn-size);
    box-shadow: none;
    border: 1px solid;
    border-radius: 0;
}

.top_slider__block_alt .swiper-pagination-out .pagintation-point {
    /*background-color: rgba(0,0,0,.4); 
    width: var(--top-slider-pg-point-width); 
    height: var(--top-slider-pg-point-width);
    line-height: var(--top-slider-pg-point-width);
    border-radius: 50%;*/
    text-shadow: 1px 1px 3px rgba(0,0,0,.6);
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 2.4em;
    font-weight: 900;
    font-family: monospace;
    margin-top: calc(var(--top-slider-padding) / 2 );
}

.top_slider__block_alt .swiper-pagination-out .pagination-delimeter {
    display: inline-block;
    width: 5ch;
    margin: 0 .3ch 0ch 1ch;
    background-color: #fff;
    height: 4px;
    margin-bottom: 0.6em;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,.4);
}

.pagination-delimeter { 
    opacity: .6; 
    position: relative;
    left: 20px;
    
}

.pagintation-point.last-point { 
    opacity: .6;
    position: relative;
    left: 40px;
}

.top_slider__block_alt .swiper-pagination-out { 
    padding-left: 1ch;
    white-space: nowrap;
}

.top_slider__block_alt .swiper-button:hover { color: #fff; }

.top_slider__block_alt .shadow {
    background-color: #000;
    opacity: .2;
}

/*****************************************/



#eventShortList {
    padding-top: 3em;
}

.top_slider__block { color: #fff; }

.top_slider__block .swiper-pagination-bullet {
    width: 2em;
    height: 0.25em;
    margin: 0.25em;
    background: #fff;
    border-radius: 0;
    cursor: pointer;
    opacity: 1;
}

.top_slider__block .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--active-color);
    width: 4em;
}

.top_slider__block .swiper-slide .wrapper { 
    margin: auto; 
    max-width: calc(100% - 2 * var(--button-width) - 4 * var(--swiper-navigation-sides-offset));
}

.top_slider__block .swiper-button {
    width: var(--button-width);
    height: var(--button-width);
    color: inherit;
    border: 1px solid;
}

.swiper-button { transition: .3s ease-out; }

.swiper-button:hover {
    background-color: var(--active-color);
    border-color: var(--active-color);
}

.swiper-button:after {
    font-size: 1.2em !important;
}

.top_slider__block {
    display: block;
    box-sizing: border-box;
}
    
.main-carousel {
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.main-carousel .carousel-cell {
	width: 100%;
	display: block;
	box-sizing: border-box;
}

.slide {
	/*display: block;*/
	width: 100%;
	text-align: center;
	color: #fff;
}

.slide .slide_text .slide_button {
	color: #fff;
	text-decoration: none;
	border: 1px #fff solid;
	font-size: 1.25em;
	padding: 0.25em 3em 0.25em 3em;
	border-radius: 3px;
	background: none;
}

.slide .slide_text .slide_button:hover {
	background: #AD8138;
	border: 1px #AD8138 solid;
}

/********************* до 430px********************/

@media screen and (max-width: 430px) {
    
    :root {
        --events-short-slider-height: 30vw !important;
        --events-short-slider-min-height: 40vh !important;
    }
    
    .bottom-three {
        position: relative;
        z-index: 0;
    }
    
    .top_slider__block {
        height: 20em;
        margin-bottom: 3em;
    }
    .main-carousel {
        height: 20em;
    }
    .main-carousel .carousel-cell {
        height: 20em;
    }
    .slide .slide_text {
        padding-top: 4em;
        margin: 0 auto;
        bottom: 6vh;
        left: 35px;
        font-size: 1.1em;
        width: 80%;
    }

    .slide .slide_text .slide_description {
        display: none;
        margin-bottom: 1.5em;
    }
    
    .slide .slide_text .slide_title {
	font-weight: 700;
	font-size: 2em;
        margin-bottom: 1em;
    }
    .slide_subtitle {
	   display: block;
 	   padding-bottom: 40px;
    }
    .flickity-page-dots {
        bottom: 1em !important;
    }

    .top_slider__block_alt .swiper-slide {
        height: 70vh;
        /* aspect-ratio: 3 / 4; */
        overflow: hidden;
    }
    
    .top_slider__block_alt.row {
        height: 70vh;
        width: 100%;
        background-image: none !important;
    }

    .top_slider__block_alt .top-slider__wrapper {
        margin: 0px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
    }
    
    .top_slider__block_alt .shadow {
        display: none;
    }

    #fpSlider .top_slider__block_alt .swiper-container {
        width: 100%;
        overflow: hidden;
    }    
    
    #topSlider {
        display: block;
    }

    .mg-slider .swiper-button {
        display: none;
    }
    
    .mg-slider {
        width: 96% !important;
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
    
    .swiper-backface-hidden .swiper-slide {
        width: 100% !important;
    }   
    
    .top_slider__block_alt .swiper-slide-active .thumb {
        width: 100%;
    }
    
    .top_slider__block_alt .toolbox {
        bottom: 0px;
        position: relative;
    }    

    .top_slider__block_alt .swiper-pagination-out {
            position: absolute;
            z-index: 1000;
            bottom: 8px;
            left: calc(50vw - 57.422px);
            font-size: 8px;
            font-weight: 100;
            width: 104px;
    }        
    
    #categoriesBlockList {
        padding-top: 0em !important;
        padding-bottom: 0em !important;
        top: -10px;
    }
    
    .top_slider__block_alt .swiper-button {
        color: #fff;
        border: none;
        border-radius: 0;
    }
    
    .top_slider__block_alt .swiper-button-next {
        left: calc(100vw - 40px);
    }

    .top_slider__block_alt .swiper-btns.relative {
        position: absolute;
        bottom: -5px;
        margin-top: 0px;
        margin-bottom: 0px;        
    }

    .top_slider__block_alt .swiper-pagination-out .pagintation-point {
        margin-top: 0px;
        margin-bottom: 5px;
        
    }
    
    .swiper-button:hover {
        background-color: initial;
    }
    
    .top_slider__block_alt .swiper-slide.slide .slide_text .slide_title {
        height: auto;
    }

    .top_slider__block_alt .swiper-slide.slide .slide_text .slide_subtitle {
        padding-left: 0px;
    }

    .chapter_header, .chapter_header a {
        margin-bottom: 0.2em;
        font-size: xx-large;
        text-align: center;
    }

    .selfroute-greatPadding {
        padding-top: 60px !important;
        padding-bottom: 30px !important;
    }

    .selfroute-form .chapter_header {
        font-size: 3vh !important;
    }

    .map_ballon {
        width: 17em;
        position: absolute;
        top: 43em;
        right: 1em;
        z-index: 300;
        padding: 1.5em;
        border-radius: 0.25em;
        border: 1px #282323 solid;
        font-size: smaller;
    }

    .d_events, .d_objects, .d_services, .d_routes {
      background-size: contain;  
    }

    .first_page_inner__block {
        margin-left: 0px;
        width: 100%;
        max-width: 100%;
    }

    .thumb_r:hover{
        transform: none !important;
    }
    
    .thumb_r {
        transition: none !important;
    }
    
    #eventShortList {
        padding-top: 0px;
        top: -7px;
    }
    
    #blogShortList {
        padding-top: 0px;
        top: -32px;
    }
    #eventShortList .swiper-backface-hidden .swiper-slide, #blogShortList .swiper-backface-hidden .swiper-slide {
        /*width: calc( 3 * (100vw + 30px - 4%)) !important;*/
        width: 80vw !important;
    }
    
    #eventShortList .event_qsuare, #blogShortList .event_qsuare {
        /*width: 96vw;
        margin-right: 30px;*/
        width: 100%;
        margin-right: 20px;
        height: 100%;
        border: 5px;
    }
    
    .places-short-list-wrapper, .tour-short-list-wrapper {
        margin-top: 0em !important;
        padding-top: 0.7em !important;
        padding-bottom: 0em !important;
    }
    
    #placeShortList, #routeShortList, #tourShortList {
        top: -20px;
    }

    .node_description_main, .node_description {
        margin-left: 15px;
        padding: 1em 1em 1em 0;
    }

    .bottom-three {
        margin-bottom: 0em;
    }

    .tour_title {
        margin-bottom: 0em !important;
        height: 4em !important;
    }

    .tour_link {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.25em;
        height: 2.5em;
        color: #383838;
        text-decoration: none;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .tour_price1 {
        display: block;
        box-sizing: border-box;
        font-size: 1.3em;
        font-weight: 700;
        color: #AD8138;
        float: right;
        position: relative;
        bottom: 0em;
    }

    #eventShortList, #placeShortList, #routeShortList, #tourShortList, #blogShortList  {
        font-size: 0.8em;
    }

    #selfRouteWidget {
        margin-top: 20px;
    }

     .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -23px;
        left: 0;
        width: 100%;
    }

    .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: #ad8138;
    }
        

}

@media screen and (max-width: 600px) {
     #eventShortList .swiper-backface-hidden .swiper-slide, #blogShortList #blogShortSlider .swiper-slide {
        width: 80vw !important;
    }
    
    .selfroute-form .chapter-wrapper p.small.bold {
        margin: 2px 0 2px !important;
    }
    
    .selfroute-form .chapter-wrapper {
        padding: 10px 12px 12px;
        background-color: rgba(255,255,255,.85);
        margin: 20px 50px -15px 50px;
    }

}

/*********************431 до 768px********************/

@media screen and (min-width: 431px) and (max-width: 768px) {
    
    .bottom-three {
        position: relative;
        z-index: 0;
    }
    
    .node_icon_block {
        width: 60vw !important;
    }
    .top_slider__block {
        height: 22em;
        margin-bottom: 3em;
    }
    .main-carousel {
        height: 22em;
    }
    .main-carousel .carousel-cell {
        height: 22em;
    }
    
    .slide .slide_text .slide_title {
        font-size: 2.5em;
        font-weight: 700;
        margin-bottom: 0.5em;
    }
    .slide .slide_text .slide_subtitle {
        font-weight: 400;
        font-size: 1.125em;
        margin-bottom: 2em;
    }
    
    .flickity-page-dots {
        bottom: 1em !important;
    }
        .slide .slide_text .slide_description {
        display: none;
        margin-bottom: 1.5em;
    }
    
    .top_slider__block {
        height: 20em;
        margin-bottom: 3em;
    }
    .main-carousel {
        height: 20em;
    }
    .main-carousel .carousel-cell {
        height: 20em;
    }
    .slide .slide_text {
        margin-top: 3em;
        padding-top: 4em;
        margin: 0 auto;
        bottom: 5vh;
        left: 35px;
        font-size: 1.1em;
        width: 80%;
        height: auto;
        /*bottom: 55px;*/
    }

    .slide .slide_text .slide_description {
        display: none;
        margin-bottom: 1.5em;
    }
    
    .slide .slide_text .slide_title {
	font-weight: 700;
	font-size: 2em;
        margin-bottom: 1em;
    }
    .slide_subtitle {
	   display: block;
 	   padding-bottom: 40px;
    }
    .flickity-page-dots {
        bottom: 1em !important;
    }

    .top_slider__block_alt .swiper-slide {
        height: 70vh;
        /* aspect-ratio: 3 / 4; */
        overflow: hidden;
    }
    
    .top_slider__block_alt.row {
        height: 70vh;
        width: 100%;
        background-image: none !important;
    }

    .top_slider__block_alt .top-slider__wrapper {
        margin: 0px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
    }
    
    .top_slider__block_alt .shadow {
        display: none;
    }

    #fpSlider .top_slider__block_alt .swiper-container {
        width: 100%;
        overflow: hidden;
    }    
    
    #topSlider {
        display: block;
    }

    .mg-slider .swiper-button {
        display: none;
    }
    
    .mg-slider {
        width: 96% !important;
        margin-left: 2% !important;
        margin-right: 2% !important;
    }
    
    .swiper-backface-hidden .swiper-slide {
        width: 100% !important;
    }   
    
    .top_slider__block_alt .swiper-slide-active .thumb {
        width: 100%;
    }
    
    .top_slider__block_alt .toolbox {
        bottom: 0px;
        position: relative;
    }    

    .top_slider__block_alt .swiper-pagination-out {
            position: absolute;
            z-index: 1000;
            bottom: 5px;
            left: calc(50vw - 57.422px);
            font-size: 8px;
            font-weight: 100;
            width: 104px;
    }        
    
    #categoriesBlockList {
        padding-top: 0em !important;
        padding-bottom: 0em !important;
        top: -10px;
    }
    
    .top_slider__block_alt .swiper-button {
        color: #fff;
        border: none;
        border-radius: 0;
    }
    
    .top_slider__block_alt .swiper-button-next {
        left: calc(100vw - 40px);
    }

    .top_slider__block_alt .swiper-btns.relative {
        position: absolute;
        bottom: -8px;
        margin-top: 0px;
        margin-bottom: 0px;        
    }

    .top_slider__block_alt .swiper-pagination-out .pagintation-point {
        margin-top: 0px;
        margin-bottom: 5px;
        
    }
    
    .swiper-button:hover {
        background-color: initial;
    }
    
    .top_slider__block_alt .swiper-slide.slide .slide_text .slide_title {
        height: auto;
    }

    .top_slider__block_alt .swiper-slide.slide .slide_text .slide_subtitle {
        padding-left: 0px;
    }

    .chapter_header, .chapter_header a {
        margin-bottom: 0.2em;
        font-size: xx-large;
        text-align: center;
    }

    .selfroute-greatPadding {
        padding-top: 60px !important;
        padding-bottom: 30px !important;
    }

    .selfroute-form .chapter_header {
        font-size: 3vh !important;
    }

    .map_ballon {
        width: 17em;
        position: absolute;
        top: 43em;
        right: 1em;
        z-index: 300;
        padding: 1.5em;
        border-radius: 0.25em;
        border: 1px #282323 solid;
        font-size: smaller;
    }

    .d_events, .d_objects, .d_services, .d_routes {
      background-size: contain;  
    }

    .first_page_inner__block {
        margin-left: 0px;
        width: 100%;
        max-width: 100%;
    }

    .thumb_r:hover{
        transform: none !important;
    }
    
    .thumb_r {
        transition: none !important;
    }
    
    #eventShortList {
        padding-top: 0px;
        top: -14px;
    }
    
    #blogShortList {
        padding-top: 0px;
        top: -32px;
    }


    #eventShortList .swiper-backface-hidden .swiper-slide, #blogShortList #blogShortSlider .swiper-slide {
        /*width: calc( 3 * (100vw + 30px - 4%)) !important;*/
        width: 80vw !important;
    }
    
    #eventShortList .event_qsuare, #blogShortList .event_qsuare {
        /*width: 96vw;
        margin-right: 30px;*/
        width: 100%;
        margin-right: 20px;
        height: 100%;
        border: 5px;
    }    
    
    .places-short-list-wrapper, .tour-short-list-wrapper {
        margin-top: 0em !important;
        padding-top: 0.7em !important;
        padding-bottom: 0em !important;
    }
    
    #placeShortList, #routeShortList, #tourShortList {
        top: -20px;
    }

    .node_description_main, .node_description {
        margin-left: 15px;
        padding: 1em 1em 1em 0;
    }

    .bottom-three {
        margin-bottom: 0em;
    }

    .tour_title {
        margin-bottom: 0em !important;
        height: 4em !important;
    }

    .tour_link {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.25em;
        height: 2.5em;
        color: #383838;
        text-decoration: none;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .tour_price1 {
        display: block;
        box-sizing: border-box;
        font-size: 1.3em;
        font-weight: 700;
        color: #AD8138;
        float: right;
        position: relative;
        bottom: 0em;
    }

    #eventShortList, #placeShortList, #routeShortList, #tourShortList, #blogShortList  {
        font-size: 1.2em;
    }

    #selfRouteWidget {
        margin-top: 20px;
    }

    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -23px;
        left: 0;
        width: 100%;
    }

    .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: #ad8138;
    }
        
}



@media screen and (min-width: 769px) and (max-width: 1023px) {
    .top_slider__block {
        height: 25em;
        margin-bottom: 3em;
    }
    .main-carousel {
        height: 25em;
    }
    .main-carousel .carousel-cell {
        height: 25em;
    }
    
    .slide .slide_text .slide_title {
        font-size: 3em;
        font-weight: 700;
        margin-bottom: 0.5em;
    }
    
    .slide .slide_text .slide_subtitle {
        font-weight: 400;
        font-size: 1.8em;
        margin-bottom: 2em;
    }
    
    .flickity-page-dots {
        bottom: 1.5em !important;
    }
        .slide .slide_text .slide_description {
        display: none;
        margin-bottom: 1.5em;
    }
    
    #eventShortList .mg-slider .swiper-button {
        /*top: 59%;*/
    }
    
    .slide .slide_text {
        bottom: 20px;
        height: 9em;
        padding: 0px 10px 7px 25px;
        font-size: 0.65em;
        width: 95%;
        height: auto;
        bottom: 10px;
    }     
    
    #fpSlider .top_slider__block_alt .swiper-container {
        width: calc((57vw - 2 * var(--top-slider-padding)) / 2.5);
        
    }    
    
    .top_slider__block_alt .swiper-slide .thumb {
        margin-left: calc(var(--top-slider-padding) / 5);
        margin-right: calc(var(--top-slider-padding) / 5);
    }    
    
    
    
}

@media screen and (min-width: 1024px) and (max-width: 1513px) {
    .top_slider__block {
        height: 28em;
        margin-bottom: 3em;
    }
    .main-carousel {
        height: 28em;
    }
    .main-carousel .carousel-cell {
        height: 28em;
    }
        
    .slide .slide_text {
        bottom: 20px;
        height: 9em;
        padding: 0px 10px 7px 25px;
        font-size: 0.65em;
        width: 95%;
        height: auto;
        bottom: 15px;
    }     
    
    #fpSlider .top_slider__block_alt .swiper-container {
        width: calc((57vw - 2 * var(--top-slider-padding)) / 2.5);
        
    }    
    
    .top_slider__block_alt .swiper-slide .thumb {
        margin-left: calc(var(--top-slider-padding) / 5);
        margin-right: calc(var(--top-slider-padding) / 5);
    }
    
    .slide .slide_text .slide_description {
        margin:0 auto;
        width:30%;
        padding-bottom: 2em;
    }
    
    .slide .slide_text .slide_title {
        font-size: 17.6px !important;
        font-size: 1.7em !important;
        font-weight: 700;
        margin-bottom: 0.5em;

        text-align: left;
        margin-bottom: 0;
        display: -webkit-box;
        overflow: hidden;
        line-height: 1.2em;
    }
    
    .slide .slide_text .slide_subtitle {
        font-weight: 400;
        font-size: 15.5px !important;
        font-size: 1.5em !important;
        padding-bottom: 7px;
    }
    
    .flickity-page-dots {
        bottom: 1.5em !important;
    }
}

@media screen and (min-width: 1514px) {
    
    .top_slider__block {
        height: 36.5em;
    }
    .main-carousel {
        height: 36.5em;
    }
    .main-carousel .carousel-cell {
        height: 36.5em;
    }

    .slide .slide_text {
        padding: 15px 55px 15px 55px;
        height: auto;
        bottom: 13px;
    }
    
    .swiper-slide-active .slide_text {
        padding: 15px 55px 15px 25px !important;
    } 
    
    .slide .slide_text .slide_title {
    	font-weight: 700;
    	font-size: 4em;
    	margin-bottom: 0.3em;
    }
    
    .slide .slide_text .slide_subtitle {
            font-weight: 700;
            font-size: 2.5em;
            margin-bottom: 1em;
    }
    
    .slide .slide_text .slide_description {
        margin:0 auto;
        width:30%;
        padding-bottom: 3em;
    }
}


@media screen and (max-width: 760px){
    .slide .slide_text .slide_button{
        padding: 0.25em 1em 0.25em 1em;
    }
}




/******************************/

.node_icon_wrapper { 
    height: min(265px , 15vw);
    overflow: hidden;
}

.tour_icon_wrapper { aspect-ratio: 16 / 11; }

.event_qsuare:hover .event_icon_image,
.node_icon_wrapper:hover .node_icon_image,
.tour_icon_wrapper:hover .tour_icon_image {
    transform: scale(1.05);
}

.event_icon_image, .node_icon_image, .tour_icon_image {
    transition: .3s ease-out;
}

.event_qsuare, .tour_icon_wrapper {
    overflow: hidden;
}


.thumb_r:hover{
    transform: scale(1.05);
}

.thumb_r {
    transition: .3s ease-out;
}

@media screen and (min-width: 631px) and (max-width: 991px) {
    .node_icon_wrapper {
        height: 18vw;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .node_icon_wrapper {
        height: 15vw;
    }
}

@media screen and (max-width: 768px) {
    .node_icon_wrapper {
        height: 325px;
    }
}

@media screen and (max-width: 630px) {
    .node_icon_wrapper {
        height: 65vw;
    }     
}


