/*overlays*/
.block-travelMainSlider .overlay-primary,
.block-travelSubpageHeroImg .overlay-primary,
.travel-article-single-block .overlay-primary,
.travel-product-card-block .overlay-primary {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.1)) !important;
}

/*links*/
.travel-headline-text-block a,
.content-text-area-columns-block a,
.highlightbox-multiple-block .text-container a,
.travel-text-image-video-block a,
.travel-product-card-block .general-sidebar a,
.text-image-video-block a,
.staff-list-block .item a,
.cource-card .cource-tabs-content a,
.cource-card .cource-card-info a {
    text-decoration: underline;
}

.travel-headline-text-block a:hover,
.content-text-area-columns-block a:hover,
.highlightbox-multiple-block .text-container a:hover,
.travel-text-image-video-block a:hover,
.travel-product-card-block .general-sidebar a:hover,
.text-image-video-block a:hover,
.staff-list-block .item a:hover,
.cource-card .cource-tabs-content a:hover,
.cource-card .cource-card-info a:hover,
.travel-headline-text-block a:focus,
.content-text-area-columns-block a:focus,
.highlightbox-multiple-block .text-container a:focus,
.travel-text-image-video-block a:focus,
.travel-product-card-block .general-sidebar a:focus,
.text-image-video-block a:focus,
.staff-list-block .item a:focus,
.cource-card .cource-tabs-content a:focus,
.cource-card .cource-card-info a:focus,
.travel-headline-text-block a:active,
.content-text-area-columns-block a:active,
.highlightbox-multiple-block .text-container a:active,
.travel-text-image-video-block a:active,
.travel-product-card-block .general-sidebar a:active,
.text-image-video-block a:active,
.staff-list-block .item a:active,
.cource-card .cource-tabs-content a:active,
.cource-card .cource-card-info a:active {
    color: var(--dark) !important;
}

/*fonts*/
.travel-main-slider .item-title,
.travel-subpage-hero-img-block h1,
.hero-video-block .h1,
.travel-product-card-block h1 {
    font-size: 5.75rem !important;
    font-family: 'Alex Brush', sans-serif;
    font-weight: 400;
}

@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

.travel-main-slider .item-title:lang(ru),
.travel-subpage-hero-img-block h1:lang(ru),
.hero-video-block .h1:lang(ru),
.travel-product-card-block h1:lang(ru) {
    font-family: 'Marck Script', cursive;
}

/*buttons*/
.travel-article-list-hl-block .btn-primary {
    border-color: var(--secondary) !important;
    background-color: transparent !important;
    border: 4px solid;
}

.travel-article-list-hl-block .btn-primary:hover,
.travel-article-list-hl-block .btn-primary:focus,
.travel-article-list-hl-block .btn-primary:active {
    background-color: var(--secondary) !important;
    color: var(--primary);
}

.travel-article-single-block .share-buttons a,
.travel-product-card-block .share-buttons a {
    display: inline-block;
    text-decoration: none;
}

.travel-article-single-block .share-buttons i, 
.travel-product-card-block .social-btn {
    width: 45px !important;
    height: 45px !important;
    font-size: 1.3rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background-color: var(--primary);
    border-color: var(--primary);
}

.travel-article-single-block .share-buttons i:hover,
.travel-article-single-block .share-buttons i:focus,
.travel-article-single-block .share-buttons i:active,
.travel-product-card-block .social-btn:hover,
.travel-product-card-block .social-btn:focus,
.travel-product-card-block .social-btn:active {
    color: var(--primary);
    background-color: var(--secondary);
    border-color: var(--secondary);
}

/*megaheader-block*/
/*.megaheader-block.megaheader-travel.transparent-header {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.8) 80% , rgba(0,0,0,0)) !important;
}*/

.megaheader-block .mainmenu-list ul {
    padding-left: 0;
}

.megaheader-block .mainmenu-list-item-link {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

.megaheader-block .mainmenu-list-item-child-link {
    font-size: 1rem !important;
}

.megaheader-block.megaheader-travel .mainmenu-list-item:last-child {
    border: none !important;
}

.megaheader-block.megaheader-travel .mainmenu-list-item:last-child::before {
    content: none !important;
    padding-right: 0 !important;
}

.megaheader-block.megaheader-travel .mainmenu-list-item:last-child {
    padding: 15px 10px !important;
    margin-left: 0 !important;
}

.megaheader-block.transparent-header .subheader-bg {
    background: var(--secondary) !important;
    padding-bottom: 5px;
}

.megaheader-block.transparent-header #searchInput::placeholder {
    color: var(--brown) !important;
}

.megaheader-block.megaheader-travel .mainmenu-list-item:last-child ul {
    border: none !important;
    margin-left: inherit;
    align-items: center;
    right: 15px;
}

.megaheader-block.megaheader-travel .mainmenu-list-item:last-child .mainmenu-list-children.menu-depth-1::before {
    left: auto;
    right: 43px;
}

/*travel-main-slider*/
.travel-main-slider .item {
    position: relative;
    overflow: hidden;
}

.travel-main-slider .item img {
    border-radius: 0;
}

/*travel-breadcrumb-block*/
.travel-breadcrumb-block {
    background: transparent !important;
}

/*content-text-area-columns-block*/
.content-text-area-columns-block .first-of-two {
    padding-right: 30px !important;
}

.content-text-area-columns-block .second-of-two {
    padding-left: 30px !important;
}

/*content-text-area-columns-block*/
.content-text-area-columns-block {
    text-align: left !important;
}

/*image-link-hl-item*/
.image-link-hl-item {
    border-radius: 1rem;
}

/*image-link-hl-item-info-box*/
.image-link-hl-item-info-box .image-link-hl-item-title, 
.image-link-hl-item-content .image-link-hl-item-title {
    font-size: 1.25rem !important;
}

.image-link-hl-item-title-box {
    padding: 10px !important;
}

/*icon-link-list-block*/
.icon-link-list-block .text-link {
    display: inline-block !important;
    margin-bottom: 1rem !important;
    margin-right: 2rem;
}

/*image-text-mosaic-block*/
.image-text-mosaic-block {
    text-align: center;
}

.image-text-mosaic-block img {
    border-radius: 0;
}

.image-text-mosaic-block h3::after {
    content: '';
    display: block;
    margin: 1rem;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 153.4 51.5' style='enable-background:new 0 0 153.4 51.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E6C342;%7D%0A%3C/style%3E%3Cpath class='st0' d='M13.4,37.7c3.1-3.1,0.9-6.8,0.9-6.8s0.6,3.6-2.9,6c-0.4-1.3-0.1-1.9-0.1-1.9s-5,2.7-8-0.3 c-2.9-3-1.4-7.1,0.3-8.8c6.8-6.6,23.1-2.4,40,10.2c-5.7,4-12,7-17.6,5.9c-1.8-0.3-4.5-2.7-2.2-4.9c1.7-1.7,4.9-0.7,4.9-0.7 s-3.1-2.9-5.8-0.4c-2.2,2-1.1,4.6,0.1,5.7c2.3,2.4,11.7,4.8,24.4-2.7c3.8,3.1,7.6,6.7,11.4,10.7c-0.3,0.6,0.3,1.2,0.7,1.6 c3-3.8,6.2-7.6,9.5-11.3c0.5,0.4,0.8,0.6,0.8,0.6c0.2-0.3,0.6-0.6,0.3-0.9c0,0-0.2-0.2-0.4-0.5c3.1-3.5,6.3-6.9,9.5-10.1 c4.2,3.7,7.4,6.8,8.4,7.8c3.5-4.2,8-10,8.6-10.7c1.3,0.6,1.9,1.5,1.9,1.5s-8.2,9-8.7,10.7c-0.5,1.9,0.6,2.7,0.6,2.7l0.6-0.8 c0,0,4.7,4.3,7.9,9.6c1.1-1.5,4.4-5.5,11.9-11.9c5.5,3.1,17.3,6.7,21.3,2.6c2.3-2.3,2-4.1,0.3-5.8c-1.8-1.8-5.3-2.3-6-0.5 c0.9-0.5,2.5-0.8,4.6,1c1.6,1.4,1.4,3.2-0.1,4.4c-1.8,1.6-10.4,1.8-18.6-3.2c13.3-11.3,30-21.2,38-13c4.5,4.6,2.2,7.5,0.6,9.1 c-2.3,2.3-4.3,0.9-6-0.3c-0.5,0.2-0.5,2.1-1,1.7c-0.4-0.4-2.5-1.8-2.6-5.7c-2.2,2.3-1,6.7,2.2,8c3.1,1.3,6,0.3,8.2-1.8 c2.2-2.1,4-7-0.7-11.8c-7.1-7.3-25.2-4.6-43.3,11.4c0,0-10.1-9.8-11.2-10.8c-2.5,3.8-7.6,10.9-9.1,11.6c-0.4-0.5-3.5-3.5-7-6.7 c9.7-9.6,19-16.9,24.9-17.7c4.8-0.7,4.7,3.3,5.1,3.6c0.4-1.3-0.8-8.5-13.4-3.9c-1.8,0.7-5.2,2.3-8.9,4.6 C87.2,14.1,77.3,0.6,76.8,0.3c-3.2,4.5-8.8,12-12.4,14.9c-6.9-4.3-15.7-7.5-19.3-3.9c-3,3-1,5.5-1,5.5s-0.5-2.3,1.9-4.6 c4.7-4.5,17.9,4.5,28.1,12.9c-3.3,3.1-6.4,6.2-9.3,9.3c-3.8-4-8.4-8.9-8.8-9.2c-3,2.9-7,6.7-11.4,10c-4.4-3.4-9.3-6.9-13.7-9 c-10.7-5.2-22.2-7-28.3-1.1c-4.4,4.3-2.4,9.8-0.2,12.1c0.8,0.9,3.3,2.3,6,2.4c0.7,0,1.4-0.1,2.1-0.3C11.7,39,12.6,38.5,13.4,37.7 M133.7,21.1c-11.8,4-22,12.2-36.2,25.4c-0.2-0.2-0.6-1.5-0.6-1.5C112.7,29.3,126.2,22,133.7,21.1 M106.1,34.8 c-2,1.3-10.2,9.3-10.2,9.3s-3.4-3.6-4.3-4.9c0.3-0.3,6.9-8.9,8-9.6C100.5,30.3,106.2,34.8,106.1,34.8 M76.5,2.9c0,0,1,0.6,1.5,1.7 c0.4,1.1-8.4,11.1-10,13.1c-0.2-0.1-1.8-1.5-1.8-1.5C73.1,8.1,76.5,2.9,76.5,2.9 M87.2,15c-2.2,1.3-4.4,2.9-6.4,4.5 c-1.8,1.5-3.6,3-5.3,4.6c-2.6-2.4-4.9-4.4-5.6-4.8c1.7-2.5,9.1-11.7,9.9-12.3c1.4,1.9,6.6,8.4,6.6,8.4L87.2,15z M66,35.5 c10-10.9,25.3-24.1,35.3-25.1c-10,2.4-24.3,16.8-33.5,27c-0.3,0.3-0.6,0.6-0.8,0.9c-4.9,5.5-8.1,9.6-8.1,9.6l-1.6-1.6 c1.5-2.4,4.3-5.9,7.7-9.7C65.4,36.2,65.7,35.8,66,35.5 M48.6,38.2c3.3-2.1,6.8-4.8,10.4-8.3c4.2,4.5,3.5,3.9,4.5,5.1 c0.2,0.2,0.3,0.4,0.5,0.6c-2.8,3.2-5.4,6.4-7.6,9.4C56.4,45,53.1,41.9,48.6,38.2 M56.2,26.9c0,0,1.2,1,1.5,1.5 c-5.5,5.5-14,13.3-25.1,14.2C40.8,40.5,50.4,32.5,56.2,26.9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

/*highlightbox-multiple-block*/
.highlightbox-multiple-block img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.highlightbox-multiple-block .item {
    border-radius: 1rem;
    border: 1px solid var(--light);
}

.highlightbox-multiple-block .full-image img {
    padding: 1rem;
}

/*travel-article-list-hl-block*/
.travel-article-list-hl-block .collage-view .description span {
    display: none;
}

/*travel-article-list-archive-block*/
.travel-article-list-archive-block .item .description span {
    display: none;
}

/*travel-article-single-block*/
.travel-article-single-block .date {
    display: none !important;
}

.travel-article-single-block .attachments ul {
    display: flex;
    flex-wrap: wrap;
}

.travel-article-single-block .heading-attachments {
    display: none;
}

.travel-article-single-block .article-single-hero-container-divider {
    display: block;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1920 39' style='enable-background:new 0 0 1920 39;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M1662.1,36.1c-134.3-2.7-259.8-26.7-392.7-33c-108-5.1-202.6,8.2-291.5,32.7C889.1,11.3,794.5-2,686.4,3.1 C553.5,9.4,428,33.3,293.7,36.1C198,38,91.1,31.4,0.5,12.9V39h1920V19.3C1838.1,33,1745.8,37.8,1662.1,36.1z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    transform: none;
    bottom: 0;
    top: auto;
    width: 100%;
    position: absolute;
}


/*travel-subpage-hero-img-block*/
.travel-subpage-hero-img-block .item {
    min-height: 600px;
}

.travel-subpage-hero-img-block .item-image {
    border-radius: 0;
}

/*travel-text-image-video-block*/
.travel-text-image-video-block h2 {
    display: inline-block;
}

.travel-text-image-video-block h2::after {
    content: '';
    display: block;
    margin: 1rem 0;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 153.4 51.5' style='enable-background:new 0 0 153.4 51.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E6C342;%7D%0A%3C/style%3E%3Cpath class='st0' d='M13.4,37.7c3.1-3.1,0.9-6.8,0.9-6.8s0.6,3.6-2.9,6c-0.4-1.3-0.1-1.9-0.1-1.9s-5,2.7-8-0.3 c-2.9-3-1.4-7.1,0.3-8.8c6.8-6.6,23.1-2.4,40,10.2c-5.7,4-12,7-17.6,5.9c-1.8-0.3-4.5-2.7-2.2-4.9c1.7-1.7,4.9-0.7,4.9-0.7 s-3.1-2.9-5.8-0.4c-2.2,2-1.1,4.6,0.1,5.7c2.3,2.4,11.7,4.8,24.4-2.7c3.8,3.1,7.6,6.7,11.4,10.7c-0.3,0.6,0.3,1.2,0.7,1.6 c3-3.8,6.2-7.6,9.5-11.3c0.5,0.4,0.8,0.6,0.8,0.6c0.2-0.3,0.6-0.6,0.3-0.9c0,0-0.2-0.2-0.4-0.5c3.1-3.5,6.3-6.9,9.5-10.1 c4.2,3.7,7.4,6.8,8.4,7.8c3.5-4.2,8-10,8.6-10.7c1.3,0.6,1.9,1.5,1.9,1.5s-8.2,9-8.7,10.7c-0.5,1.9,0.6,2.7,0.6,2.7l0.6-0.8 c0,0,4.7,4.3,7.9,9.6c1.1-1.5,4.4-5.5,11.9-11.9c5.5,3.1,17.3,6.7,21.3,2.6c2.3-2.3,2-4.1,0.3-5.8c-1.8-1.8-5.3-2.3-6-0.5 c0.9-0.5,2.5-0.8,4.6,1c1.6,1.4,1.4,3.2-0.1,4.4c-1.8,1.6-10.4,1.8-18.6-3.2c13.3-11.3,30-21.2,38-13c4.5,4.6,2.2,7.5,0.6,9.1 c-2.3,2.3-4.3,0.9-6-0.3c-0.5,0.2-0.5,2.1-1,1.7c-0.4-0.4-2.5-1.8-2.6-5.7c-2.2,2.3-1,6.7,2.2,8c3.1,1.3,6,0.3,8.2-1.8 c2.2-2.1,4-7-0.7-11.8c-7.1-7.3-25.2-4.6-43.3,11.4c0,0-10.1-9.8-11.2-10.8c-2.5,3.8-7.6,10.9-9.1,11.6c-0.4-0.5-3.5-3.5-7-6.7 c9.7-9.6,19-16.9,24.9-17.7c4.8-0.7,4.7,3.3,5.1,3.6c0.4-1.3-0.8-8.5-13.4-3.9c-1.8,0.7-5.2,2.3-8.9,4.6 C87.2,14.1,77.3,0.6,76.8,0.3c-3.2,4.5-8.8,12-12.4,14.9c-6.9-4.3-15.7-7.5-19.3-3.9c-3,3-1,5.5-1,5.5s-0.5-2.3,1.9-4.6 c4.7-4.5,17.9,4.5,28.1,12.9c-3.3,3.1-6.4,6.2-9.3,9.3c-3.8-4-8.4-8.9-8.8-9.2c-3,2.9-7,6.7-11.4,10c-4.4-3.4-9.3-6.9-13.7-9 c-10.7-5.2-22.2-7-28.3-1.1c-4.4,4.3-2.4,9.8-0.2,12.1c0.8,0.9,3.3,2.3,6,2.4c0.7,0,1.4-0.1,2.1-0.3C11.7,39,12.6,38.5,13.4,37.7 M133.7,21.1c-11.8,4-22,12.2-36.2,25.4c-0.2-0.2-0.6-1.5-0.6-1.5C112.7,29.3,126.2,22,133.7,21.1 M106.1,34.8 c-2,1.3-10.2,9.3-10.2,9.3s-3.4-3.6-4.3-4.9c0.3-0.3,6.9-8.9,8-9.6C100.5,30.3,106.2,34.8,106.1,34.8 M76.5,2.9c0,0,1,0.6,1.5,1.7 c0.4,1.1-8.4,11.1-10,13.1c-0.2-0.1-1.8-1.5-1.8-1.5C73.1,8.1,76.5,2.9,76.5,2.9 M87.2,15c-2.2,1.3-4.4,2.9-6.4,4.5 c-1.8,1.5-3.6,3-5.3,4.6c-2.6-2.4-4.9-4.4-5.6-4.8c1.7-2.5,9.1-11.7,9.9-12.3c1.4,1.9,6.6,8.4,6.6,8.4L87.2,15z M66,35.5 c10-10.9,25.3-24.1,35.3-25.1c-10,2.4-24.3,16.8-33.5,27c-0.3,0.3-0.6,0.6-0.8,0.9c-4.9,5.5-8.1,9.6-8.1,9.6l-1.6-1.6 c1.5-2.4,4.3-5.9,7.7-9.7C65.4,36.2,65.7,35.8,66,35.5 M48.6,38.2c3.3-2.1,6.8-4.8,10.4-8.3c4.2,4.5,3.5,3.9,4.5,5.1 c0.2,0.2,0.3,0.4,0.5,0.6c-2.8,3.2-5.4,6.4-7.6,9.4C56.4,45,53.1,41.9,48.6,38.2 M56.2,26.9c0,0,1.2,1,1.5,1.5 c-5.5,5.5-14,13.3-25.1,14.2C40.8,40.5,50.4,32.5,56.2,26.9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left;
}

.text-center .travel-text-image-video-block h2::after,
.travel-text-image-video-block.text-center h2::after {
    background-position: center;
}

.travel-text-image-video-block a.btn {
    text-decoration: none;
    color: var(--primary) !important;
}

.travel-text-image-video-block a.btn:hover,
.travel-text-image-video-block a.btn:focus,
.travel-text-image-video-block a.btn:active {
    color: var(--white) !important;
}

/*text-image-video-block*/
.text-image-video-block a.btn {
    text-decoration: none;
    color: var(--primary) !important;
}

.text-image-video-block a.btn:hover,
.text-image-video-block a.btn:focus,
.text-image-video-block a.btn:active {
    color: var(--white) !important;
}

/*travel-image-card-carousel*/
.travel-image-card-carousel .carousel-item-caption {
    border-radius: 1rem;
}

.travel-image-card-carousel .image-carousel-thumb-img {
    padding: 3px;
}

/*question-toggle-block*/
.question-toggle-block .item-title-wrapper {
    border-radius: 0.5rem;
}

.question-toggle-block .item-inner {
    background: var(--white);
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

/*travel-main-footer-block*/
.travel-main-footer-block .bg-primary {
    background-color: var(--secondary) !important;
}

.travel-main-footer-block .bg-primary .text-white {
    color: var(--dark) !important;
}

.travel-main-footer-block .btn-outline-light {
    color: var(--dark) !important;
    border-color: var(--dark) !important;
}

.travel-main-footer-block .btn-outline-light:hover, 
.travel-main-footer-block .btn-outline-light:focus, 
.travel-main-footer-block .btn-outline-light:active {
    background-color: var(--dark) !important;
    color: var(--white) !important;
}

.travel-main-footer-block .footer-bg {
    background-repeat: no-repeat;
    background-position: center 3rem;
    background-size: contain;
    background-image: url(../images/kuvio-101010.svg);
    background-size: 850px 795px;
}

.travel-main-footer-block .cta .btn {
    margin: 5px 15px;
}

/*main-search-filter*/
.main-search-filter .main-filters.bg-primary {
    background-color: transparent !important;
}

.main-search-filter .divider {
    display: none;
}

/*travel-product-card-block*/
.travel-product-card-block .hero-container {
    min-height: 600px;
    padding: 50px !important;
}

.travel-product-card-block .main-content-title {
    margin-bottom: 0.25rem;
}

.travel-product-card-block .location-wrapper {
    margin-bottom: 26px !important;
}

.travel-product-card-block .content {
    padding-top: 2rem;
}

.travel-product-card-block .fullwidth-section .fullwidth-section-title {
    color: var(--dark) !important;
    margin-bottom: 20px;
}

.travel-product-card-block .container-fluid.bg-secondary {
    background-color: var(--light) !important;
}

.travel-product-card-block .hero-container {
    background: rgba(0, 0, 0, 0.3);
}

.travel-product-card-block .hero-container h1 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.travel-product-card-block .fullwidth-section .divider {
    top: -1px;
    transform: rotate(180deg);
}

.travel-product-card-block hr {
    display: none;
}

.travel-product-card-block .btn-outline-light {
    border-color: var(--secondary) !important;
    background-color: var(--secondary) !important;
    color: var(--primary) !important;
    border: 4px solid;
    width: 100%;
}

.travel-product-card-block .btn-outline-light:hover, 
.travel-product-card-block .btn-outline-light:focus, 
.travel-product-card-block .btn-outline-light:active {
    background-color: var(--primary) !important;
    color: var(--white) !important;
}

.travel-product-card-block .reservation-calendar-container {
    border-radius: 1rem;
}

.travel-product-card-block .container-fluid.related-items {
    padding-top: 3rem;
}

.travel-product-card-block .card-layout .product-item {
    background: transparent !important;
}

.travel-product-card-block .card-layout .product-list .text-wrapper {
    padding: 1rem 0 !important;
}

.travel-product-card-block .card-layout .product-list .text-wrapper .price-wrapper {
    margin-top: 0 !important;
}

.travel-product-card-block .card-layout .product-item .col-md-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
}

.travel-product-card-block .container-fluid.bg-secondary {
    padding-left: 0;
    padding-right: 0;
}

.travel-product-card-block .general-sidebar a.btn {
    text-decoration: none;
    color: var(--dark) !important;
}

.travel-product-card-block .general-sidebar a.btn:hover,
.travel-product-card-block .general-sidebar a.btn:focus,
.travel-product-card-block .general-sidebar a.btn:active {
    color: var(--white) !important;
    background-color: var(--dark) !important;
}

/*content-text-area-columns-block*/
.content-text-area-columns-block h2 {
    text-transform: none;
}

/*travel-product-list-highlights-block*/
.travel-product-list-highlights-block hr {
    display: none;
}

.travel-product-list-highlights-block .btn-primary {
    margin-top: 1rem;
}

/*staff-list-block*/
.staff-list-block .nav-tabs .nav-link {
    padding: 15px 30px;
    border: 1px solid #dddddd;
    background-color: var(--white);
    text-decoration: none;
    font-weight: 800;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    margin-right: 1px;
}

.staff-list-block .nav-tabs .nav-link:hover {
    cursor: pointer;
}

.staff-list-block .nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--primary);
    border: 1px solid transparent;
}

.staff-list-block .item .category {
    display: none;
}

/*travel-profile-card*/
.travel-profile-card .nav-link.active {
    background-color: var(--primary) !important;
}

.travel-profile-card .nav-link:hover {
    background-color: var(--brown) !important;
}

@media (min-width: 992px) {

    .image-link-highlight .col-lg-4.image-link-hl {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media (min-width: 1200px) {

    .image-link-highlight .col-lg-4.image-link-hl {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

}

@media screen and (max-width: 1879px) {

    .mainmenu-logo-wrapper:lang(ru) {
        margin: 0 auto;
    }

    .megaheader-block .mainmenu-list:lang(ru) {
        text-align: center;
        width: 100vw;
    }

    .megaheader-block .mainmenu-list-item-link:lang(ru),
    .megaheader-block.megaheader-travel .mainmenu-list-item ul:lang(ru) {
        font-size: 0.9rem !important;
    }

}

@media screen and (max-width: 1560px) {

    .megaheader-block .mainmenu-list-item {
        padding: 15px 6px;
    }

    .megaheader-block .mainmenu-list {
        padding: 0;
    }

    .megaheader-block .svg-logo {
        width: 140px;
    }

    .mainmenu-list-item-dropdown button.dropdown-toggle::after {
        margin: 0;
    }

}

@media screen and (max-width: 1510px) {

    .travel-subpage-hero-img-block .item,
    .travel-product-card-block .hero-container {
        align-items: flex-end !important;
    }

}

@media screen and (max-width: 1499px) {

    .image-link-highlight .image-link-hl-item-info-box {
        padding: 30px 15px !important;
    }

}

@media screen and (max-width: 1440px) {

    .travel-main-slider .item-title,
    .travel-subpage-hero-img-block h1,
    .hero-video-block .h1,
    .travel-product-card-block h1 {
        font-size: 4.5rem !important;
    }

    .travel-subpage-hero-img-block .item,
    .travel-product-card-block .hero-container {
        min-height: 530px !important;
    }

    .megaheader-block .container-fluid {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .megaheader-block .mainmenu-list-item {
        padding: 15px 5px;
    }

    .megaheader-block .mainmenu-list-item-link {
        font-size: 0.9rem !important;
        font-weight: 400 !important;
    }

    .megaheader-block .mainmenu-list-children {
        width: 230px;
    }

}

@media screen and (max-width: 1399px) {

    .image-link-highlight .image-link-hl-item p {
        font-size: 0.9rem;
    }

}

@media screen and (max-width: 1299px) {

    .image-link-highlight .image-link-hl-item-title {
        font-size: 1rem !important;
    }

    .image-link-highlight .image-link-hl-item-info-box .image-link-hl-item-title {
        margin-bottom: 10px;
    }

    .image-link-highlight .image-link-hl-item p {
        font-size: 0.8rem;
    }

    .megaheader-block .svg-logo {
        width: 100px;
    }

}

@media screen and (max-width: 1279px) {

    .megaheader-block .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

}

@media screen and (max-width: 1199px) {

    .content-text-area-columns-block .first-of-two {
        padding-right: 15px !important;
    }

    .content-text-area-columns-block .second-of-two {
        padding-left: 15px !important;
    }

    .megaheader-block .svg-logo {
        width: 140px;
    }

    .mainmenu-logo-wrapper {
        margin: 0 auto;
    }

    .megaheader-block .mainmenu-list {
        text-align: center;
        width: 100vw;
    }

    .megaheader-block .mainmenu-list-item-link {
        font-size: 0.85rem !important;
    }

    .megaheader-block .mainmenu-list-item {
        padding: 15px 2px;
    }

    .megaheader-block.megaheader-travel .mainmenu-list-item ul {
        text-align: left;
        font-size: 0.85rem !important;
    }

}

@media (max-width: 991px) {

    .hero-video-block .content-text {
        width: 100%;
        padding: 50px 15px;
    }

    .travel-main-slider .item-title,
    .travel-subpage-hero-img-block h1,
    .hero-video-block .h1,
    .travel-product-card-block h1 {
        font-size: 3.5rem !important;
    }

    .megaheader-block.transparent-header .mainmenu-list, .megaheader-block.transparent-header .mainmenu-list-alt {
        background: var(--primary);
    }

    .travel-subpage-hero-img-block .item,
    .travel-product-card-block .hero-container {
        min-height: 350px !important;
    }

    .travel-product-card-block .hero-container {
        padding: 50px 30px !important;
    }

    .megaheader-block .mainmenu-list-item-link,
    .megaheader-block.megaheader-travel .mainmenu-list-item ul {
        font-size: 1rem !important;
    }

}

@media screen and (max-width: 639px) {

    .travel-main-slider .content-wrapper {
        align-items: flex-end !important;
        padding-bottom: 3rem;
    }

}

@media screen and (max-width: 480px) {

    .travel-main-slider .item-title,
    .travel-subpage-hero-img-block h1,
    .hero-video-block .h1,
    .travel-product-card-block h1  {
        font-size: 2.5rem !important;
    }

    .image-link-highlight .image-link-hl-item-title {
        font-size: 1.25rem !important;
    }

    .image-link-highlight .image-link-hl-item p {
        font-size: 0.9rem;
    }

}

@media screen and (max-width: 479px) {

    .travel-image-card-carousel .image-carousel-thumb-img {
        display: none;
    }

}

@media screen and (max-width: 374px) {

    .travel-main-slider .item-title,
    .travel-subpage-hero-img-block h1,
    .hero-video-block .h1,
    .travel-product-card-block h1 {
        font-size: 2rem !important;
    }

}

