.navbar-brand img {
	width: 60px;
}

.theme-blog-post > h1,
.theme-blog-post > h2,
.theme-blog-post > h3,
.theme-blog-post > h4,
.theme-blog-post > h5,
.theme-blog-post > ul,
.theme-blog-post > ol,
.theme-blog-post > p {
    background: transparent !important;
}

.theme-blog-post li {
    font-size: 21px;
    color: #555;
    line-height: 1.6em;
}

.theme-blog-post .theme-breadcrumbs li {
    font-size: 14px;
}


.theme-blog-post img {
    height: auto;
    max-width: 100%;
}

.theme-blog-post table {
    width: 100%;

}

.theme-blog-post table {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
}

.theme-blog-post table th,
.theme-blog-post table td {
    padding: 10px;
    font-size: 20px;
    border: 1px solid #333;
    font-weight: normal;
    color: #333;
}

.theme-blog-post table td {
    color: #555;
}


.article-image__container {
    margin-bottom: 30px;
}

.section_under_header {
    margin-top: 120px;
}
.section_under_header_sm_margin {
    margin-top: 50px;
}

.pagination {
    border-top: 1px solid #bcbcbc;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    text-align: left;
    display: block;
}

.social-share-wrap {

}

.social-share-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.social-share-wrap ul li {
    display: inline-block;
    margin-left: 15px;
}

.entry-footer {
    margin: 50px 0;
}

.entry-footer-content li,
.entry-footer-content {
	line-height: 30px;
}

.entry-footer-content .theme-blog-post li {
	font-size: 18px;
}

.post-navigation-wrap {
    margin: 50px 0;
    overflow: hidden;
}

.nav-previous {
    float: left;
    width: 50%;
    text-align: left;
}
.nav-next {
    float: right;
    width: 50%;
    text-align: right;
}

.post-navigation-wrap .meta-nav {
    display: block;
    color: #727272;
    font-size: 16px;
}
.post-navigation-wrap a {
    text-decoration: none;
}

.post-navigation-wrap .entry-header {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.post-navigation-wrap .nav-next .entry-header {
    flex-direction: row-reverse;
}
.post-navigation-wrap .navigation-thumbnail {
    width: 96px;
}
.post-navigation-wrap .navigation-thumbnail img {
    display: block;
}
.post-navigation-wrap .post-title {
    display: block;
    width: calc(100% - 140px);
    font-size: 20px;
    line-height: 1.3;
    word-wrap: break-word;
    margin: auto;
    font-weight: 500;
    text-transform: none;
    color: #181818;
}
.post-navigation-wrap a:hover .post-title,
.post-navigation-wrap a:hover .meta-nav {
    color: #337ab7;
}


.aside {
    padding-left: 30px;
}
.search-form {
    overflow: hidden;
}
.search-form .search-field {
    float: left;
    width: calc(100% - 100px);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 40px;
}
.search-form .search-submit {
    border-left: 0;
    float: left;
    height: 40px;
    border-radius: 0 4px 4px 0;
    width: 100px;
    padding: 0;
    text-align: center;
}

.search-form.on-search-page .search-field{
    padding-left: 15px;
    border-radius: 4px 0 0 4px;
}

.widget_recent_entries {
    margin-top: 70px;
}

.widget_recent_entries ul {
    color: #888888;
}
.widget_recent_entries ul li {
    margin-top: 20px;
    font-size: 18px;
}

.widget_tag_cloud,
.widget_categories,
.widget_archive {
    margin-top: 70px;
}
.widget_categories ul,
.widget_archive ul {
    color: #888888;
}
.widget_categories ul li,
.widget_archive ul li {
    margin-top: 3px;
    font-size: 18px;
}

.widget_categories ul li .count {
    font-size: 12px;
    float: right;
}

.tagcloud a {
    display: inline-block;
    padding: 4px 12px 3px;
    margin: 10px 4px 0 0;
    background: #727272;
    border-radius: 30px;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400;
    transition: .35s;
    text-decoration: none;
}
.tagcloud a:hover {
    background: #181818 !important;
}

.filter_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hotel_main_image {
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.posts_list {
    padding: 0;
    list-style-type: none;
    font-size: 14px;
}

.posts_list.with_margin li {
    margin-top: 20px;
}
.posts_list.with_margin li:first-child {
    margin-top: 0;
}

.widget_categories ul.posts_list li, .widget_archive ul.posts_list li {
    font-size: 14px;
}
.widget_categories ul.posts_list li span,
.widget_archive ul.posts_list li span {
    font-size: 10px;
}

.theme-sidebar-section.widget_categories {
    margin-top: 0;
}

@media (max-width: 992px) {
    .aside {
        padding-left: 15px;
    }

    .theme-search-results-mobile-filters {
        display: block;
        position: static;
    }

    .theme-search-results-mobile-filters-btn {
        margin: 0;
    }

    .filter_btns {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }

    .filter_btns .btn {
        margin-left: 20px;
    }
    .filter_btns .btn:last-child {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .nav-next,
    .nav-previous {
        width: auto;
        float: none;
        text-align: left;
    }

    .nav-next {
        margin-top: 50px;
    }

    .post-navigation-wrap .nav-next .entry-header {
        flex-direction: row;
    }
}
.theme-blog-item-title {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.theme-blog-item-white .banner-bg {
    height: calc(100% - 110px);
}
.theme-blog-item-white .banner-caption {
    min-height: 130px;
}
.blog_more {
    margin-top: 50px;
}
.section_blog_wrap {
    padding: 70px 0;
}

@media (max-width: 640px) {
    .section_blog_wrap {
        padding: 30px 0 50px;
    }
}






.we_use_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 108, 45, .84);
    padding: 10px 0;
    color: #ffffff;
    z-index: 100;
    font-size: 14px;
}
.we_use_cookies .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.we_use_cookies a {
    color: #ffffff;
    text-decoration: underline;
}

.we_use_cookies .text {
    width: calc(100% - 120px);
    padding-right: 15px;
    line-height: 1.1;
    color: #fff;
}

.we_use_cookies .btn {
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 5px 14px;
    border: 0;
    cursor: pointer;
    outline: 0;
    border-radius: 3px;
}

.we_use_cookies:after {
    content: '';
    display: block;
    clear: both;
}


.translated_lang_content {
    display: none;
}
.translate_content_btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
    font-size: 14px;
    color: #999999;
}
.translate_content_btn .text {
    max-width: calc(100% - 60px);
}
.translate_content_btn .toggle {
    width: 40px;
    height: 24px;
    padding: 2px;
    background: #aaaaaa;
    cursor: pointer;
    border-radius: 24px;
    margin-left: 20px;
}
.translate_content_btn .toggle:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    display: block;
    float: left;
    border-radius: 50%;
}
.translate_content_btn .toggle.active {
    background: #ff6c2d;
}
.translate_content_btn .toggle.active:before {
    float: right;
}









.section_best_hotels {
    padding: 35px 0 40px;
}

.section_reviews_slider .h2,
.section_popular_locations .h2,
.section_best_hotels .h2 {
    font-size: 36px;
    line-height: 1;
    color: #333;
    font-weight: 200;
    text-align: center;
}
.section_best_hotels .best_hotels {
    margin-top: 30px;
}
.section_best_hotels .hotel {
    overflow: hidden;
    border-radius: 3px;
}
.section_best_hotels .hotel a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    height: 460px;
}
.section_best_hotels .hotel a:hover {
    color: #feb20e;
}
.section_best_hotels .hotel a img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section_best_hotels .image {
    display: block;
}
.section_best_hotels .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,.85));
    padding: 15px 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-end;
    justify-content: flex-end;
}
.section_best_hotels .name {
    display: block;
    font-size: 20px;
    width: 100%;
}
.section_best_hotels .location {
    display: block;
    font-size: 16px;
    font-weight: 200;
    width: 100%;
}

.section_popular_locations .btn_wrap,
.section_best_hotels .btn_wrap {
    margin-top: 40px;
}

.more_elements_btn,
.yellow_btn,
.section_best_hotels .btn {
    width: 240px;
    height: 44px;
    line-height: 44px;
    background: #feb20e;
    color: #fff;
    font-size: 20px;
    padding: 0;
    font-weight: normal;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
}
.yellow_btn:hover,
.yellow_btn:focus,
.more_elements_btn:hover,
.more_elements_btn:focus,
.section_best_hotels .btn:focus,
.section_best_hotels .btn:hover {
    background: #d59917;
    color: #fff;
    text-decoration: none;
}


.owl-carousel.custom_slider .owl-next,
.owl-carousel.custom_slider .owl-prev {
    font-size: 80px !important;
    color: #333 !important;
    text-shadow: 0 0 15px rgba(0,0,0,.5) !important;
    line-height: 1 !important;
    height: 80px !important;
    opacity: 0.5 !important;
}

.owl-carousel.custom_slider .owl-next:hover,
.owl-carousel.custom_slider .owl-prev:hover {
    opacity: 0.8 !important;
}

.owl-carousel.custom_slider .owl-next {right: -50px;}
.owl-carousel.custom_slider .owl-prev {left: -50px;}

.owl-carousel.custom_slider .owl-next.disabled,
.owl-carousel.custom_slider .owl-prev.disabled {
    display: none;
}

.owl-carousel.custom_slider .owl-next span,
.owl-carousel.custom_slider .owl-prev span {
    margin-top: -10px;
    display: block;
}

.owl-carousel .owl-next span,
.owl-carousel .owl-prev span {
    font-size: 80px;
}


.section_popular_locations {
    padding: 60px 0;
}
.section_popular_locations .locations {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}

.section_popular_locations .location {
    width: 25%;
    display: block;
    height: 345px;
    transition: .3s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.section_popular_locations .location:nth-child(3n+2) {
    width: 50%;
}

.section_popular_locations .info {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 33%, rgba(0,0,0,.85));
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: flex-end;
    justify-content: flex-end;
    color: #fff;
    text-decoration: none;
    padding: 30px 20px;
    transition: .3s;
}
.section_popular_locations .info:hover {
    color: #feb20e;
}
.section_popular_locations .info * {
    z-index: 2;
    position: relative;
}
.section_popular_locations .info:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0);
    transition: .3s;
    z-index: 1;
}

.section_popular_locations .info:hover:before {
    background: rgba(0,0,0,0.2);
}

.section_popular_locations .name {
    font-size: 20px;
}

/* .section_popular_locations .btn {
    width: 240px;
    height: 44px;
    line-height: 44px;
    background: #fff;
    color: #727272;
    font-size: 20px;
    padding: 0;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    font-weight: normal;
}

.section_popular_locations .btn:hover {
    background: #feb20e;
    color: #fff;
} */

@media (max-width: 960px) {
    .section_popular_locations .location {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .section_popular_locations .location {
        width: 100% !important;
        height: 200px;
    }
}


.section_reviews_slider {
    background: #f6fafb;
    padding: 60px 0 30px;
}
.section_reviews_slider .reviews_slider {
    margin: 5px 0 0;
}

.section_reviews_slider .owl-stage {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section_reviews_slider .review {
    padding: 85px 30px 90px;
    border: 2px solid transparent;
    background: #f6fafb url(/img/quote.svg) 30px 40px no-repeat;
    background-size: 20px auto;
    transition: .3s;
    height: 100%;
    position: relative;
    border-radius: 3px;
    transition: .3s;
    box-sizing: border-box;
}
.section_reviews_slider .review:hover {
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.section_reviews_slider .active .review {
    border: 2px solid #d8e4e9;
}

.section_reviews_slider .review_content {
    font-size: 16px;
    color: #727272;
    line-height: 1.625;
}
.section_reviews_slider .hotel {
    font-size: 20px;
    color: #ff6c2d;
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
}

.section_reviews_slider .user_name {
    padding: 10px 0;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    position: absolute;
    left: 30px;
    bottom: 40px;
    padding-left: 55px;
}
.section_reviews_slider .user_name .avatar {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}



.point_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 35px;
}

@media (min-width: 992px) {
    .theme-mobile-app-section {
        height: 620px;
    }
}


.devider_line {
    max-width: 80%;
    width: 1000px;
    background: #dae6eb;
    margin: 0 auto;
    height: 2px;
}


.theme-blog-item.with_hover {
    background: #000;
}

.theme-blog-item.with_hover .banner-bg {
    transition: .3s;
}

.theme-blog-item.with_hover:hover .banner-bg {
    opacity: 0.7;
}


.blog_more_btn {
    width: 240px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
}


.more_elements_wrap {
    margin-top: 40px;
}


.theme-search-results-sidebar-section-checkbox-list-item + .theme-search-results-sidebar-section-checkbox-list-item {
    padding-right: 25px;
}


.alphabet {
    text-align: center;
}
.alphabet .devider {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin: 0 30px;
    border-left: 1px solid #999;
}


@media (max-width: 768px) {
    .section_under_header_locations {
        margin-top: 30px;
    }

    .section_under_header_locations .theme-account-page-title {
        font-size: 32px;
    }

    .alphabet .devider {
        display: block;
        height: 0;
        width: 100%;
        border-left: 0;
        border-bottom: 1px solid #ddd;
        margin: 10px 0;
    }

    .theme-page-header-abs {
        position: static;
    }

    .theme-hero-area-half {
        min-height: 50vh;
        height: auto;
    }

    .theme-page-header {
        padding: 15px 0;
    }
}


.theme-search-results-sidebar-section-search-btn {
    padding: 0;
}

@media (max-width: 690px) {
    .activate_search_form {
        width: 100%;
    }
}



[data-source] {
	display: block;
}
.image_source {
	display: block;
	margin-top: -36px;
	position: relative;
	z-index: 2;
	text-align: right;
	padding: 3px;
    line-height: 1;
}

.image_source a {
	color: #17aad6;
	background: #fff;
	padding: 9px 15px;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	opacity: .8;
	transition: opacity .3s;
}
.image_source a:hover {
	opacity: 1;
}




.section_travel_navigator_banner {
	margin: 80px 0 0;
	font-family: Montserrat, sans-serif;
}
.section_travel_navigator_banner .travel_navigator_link {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1136px;
	margin: 0 auto;
	background: url(/img/travel_navogator_banner.jpg) center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 10px;
	height: 150px;
	color: #fff;
	text-decoration: none;
	font-size: 36px;
	line-height: 46px;
	font-weight: bold;
}
.section_travel_navigator_banner .travel_navigator_link span {
	width: 490px;
}


@media (max-width: 768px) {
	.section_travel_navigator_banner {
		margin: 40px 0 0;
	}
	.section_travel_navigator_banner .travel_navigator_link {
		max-width: 600px;
		background-image: url(/img/travel_navogator_banner_mob.jpg);
		height: 150px;
		font-size: 27px;
		line-height: 1.3333;
	}
	.section_travel_navigator_banner .travel_navigator_link span {
		width: 300px;
		margin-left: 56px;
	}
}


@media (max-width: 480px) {
	.section_travel_navigator_banner .travel_navigator_link {
		height: 120px;
		font-size: 22px;
	}
	.section_travel_navigator_banner .travel_navigator_link span {
		width: 230px;
		margin-left: 45px;
	}
}
@media (max-width: 380px) {
	.section_travel_navigator_banner .travel_navigator_link {
		height: 100px;
		font-size: 17px;
	}
	.section_travel_navigator_banner .travel_navigator_link span {
		width: 170px;
		margin-left: 40px;
	}
}

._h-100 {height: 100px;}
._h-200 {height: 200px;}
._h-300 {height: 300px;}
._h-400 {height: 400px;}
._h-500 {height: 500px;}

@media (max-width: 768px) {
  ._h-sm-100 {height: 100px;}
  ._h-sm-200 {height: 200px;}
  ._h-sm-300 {height: 300px;}
  ._h-sm-400 {height: 400px;}
  ._h-sm-500 {height: 500px;}
}

@media (max-width: 480px) {
  ._h-xs-100 {height: 100px;}
  ._h-xs-200 {height: 200px;}
  ._h-xs-300 {height: 300px;}
  ._h-xs-400 {height: 400px;}
  ._h-xs-500 {height: 500px;}
}

.full_img {
    width: 100%;
}
.theme-search-results-item-hotel-stars {
    line-height: 1;
}

.theme-search-results-item-price-btn {
    padding-left: 10px;
    padding-right: 10px;
}



/* Search */
.loading_wrap {
    margin: 10px 0;
    opacity: 0;
    visibility: hidden;
}

.loading_wrap.visible {
    visibility: visible;
    opacity: 1;
}

.loading_scale_wrap {
    overflow: hidden;
    height: 5px;
    background: #999999;
    border-radius: 5px;
}

.loading_scale {
    height: 100%;
    background: #ff6c2d;
    width: 0%;
    transition: .04s;
    position: relative;
    overflow: hidden;
}

.loading_scale.finished::before {display: none;}

.loading_scale::before {
    content: '';
    width: 80px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,.4) 50%, transparent 100%);
    animation-name: loading;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.search_loading_info {
    font-size: 14px;
    text-align: center;
    margin-top: 7px;
    line-height: 1;
    color: #fff;
}

@keyframes loading {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}


.name_search_wrap {
    position: relative;
    z-index: 1000;
}

.name_search_results {
    position: absolute;
    background: #fff;
    top: 100%;
    width: 100%;
    margin-top: 5px;
    left: 0;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(0, 0, 0, .075);
    border: 1px solid #ccc;
    display: none;
}

.search-result-row {
    cursor: pointer;
    background: transparent;
    transition: .3s;
    padding: 5px;
    color: #444444;
}

.search-result-row:hover {
    background: #e8f0fd;
}

.search_form input:-webkit-autofill,
.search_form input:-webkit-autofill:hover,
.search_form input:-webkit-autofill:focus,
.search_form input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #5c5c5c inset !important;
    color: #fff;
    -webkit-text-fill-color: #ffffff;
}

.dropdown {
    position: relative;
}

.dropdown .selected {
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    align-items: center;
    padding-left: 43px;
}

.dropdown .selected .theme-search-area-section-icon {
    height: 45px;
    line-height: 45px;
}

.dropdown .options {
    position: absolute;
    top: calc(100% + 12px);
    background: #fff;
    color: #292929;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e5e5e5;
    /* display: none; */
    box-shadow: 0 5px 20px rgba(0,0,0,.5);
    max-height: 360px;
    overflow-y: auto;
    padding: 20px 10px 20px 20px;
    width: 260px;
    display: none;
    z-index: 10;
}

.dropdown.active .options {
    display: block;
}

.search_form .hotel_date_guests .counter_wrap:first-child {
    margin-top: 0;
}

.search_form .hotel_date_guests .counter_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    color: #444444;
}

.search_form .hotel_date_guests .counter_wrap:first-child {
    margin-top: 0
}

.search_form .hotel_date_guests .counter_wrap .lbl {
    font-weight: 700;
    color: #444444;
}

.search_form .hotel_date_guests .counter_wrap .lbl .info_row {
    color: #969696;
    display: block;
    font-weight: normal;
    font-size: 12px;
}

.search_form .hotel_date_guests .children_wrap {
    background: #ebebeb;
    padding: 20px 10px 20px 20px;
    margin: 20px -10px -20px -20px;
    position: relative;
    display: none
}

.search_form .hotel_date_guests .children_wrap:before {
    content: '';
    position: absolute;
    right: 35px;
    top: -10px;
    border-bottom: 10px solid #ebebeb;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.search_form .counter button {
    font-weight: 700;
    color: #969696;
    padding: 0 5px;
    cursor: pointer;
    border: 0;
    background: none;
    font-size: 16px;
}

.search_form .counter button:hover {
    color: #292929
}

.search_form .counter .value {
    width: 24px;
    color: #ed111f;
    text-align: center;
    border: 0;
    font-size: 16px;
    background: none;
}


@media(max-width: 992px) {
    .dropdown .options {
        width: 100%;
    }
}


.popup {
    display: none;
    width: 300px;
}
.popup .title {
    font-size: 18px;
    font-weight: bold;
}
.popup_screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}
.popup_screen.open {
    opacity: 1;
    visibility: visible;
}
.popup_wrapped {
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;
    padding: 30px;
    z-index: 1001;
    max-height: calc(100% - 100px);
    overflow: auto;
    visibility: hidden;
    transform: scale(0);
    opacity: 0;
    transition-timing-function: cubic-bezier(0.31, 0.83, 0.81, 1.2);
    transition-duration: 0.3s;
    transition-property: transform, opacity, visibility;
}
.popup_wrapped.open {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.popup_wrapped .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}
@media screen and (max-width: 639px) {
    .popup_wrapped {
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        margin: 0 !important;
        height: 100%;
        max-height: 1000%;
   }
}
.search_bar_inside {
    background: #88847b;
    padding: 30px 30px 5px;
    margin: 20px 0 0;
}