.header__wrapper_main {
	position: relative;
    width: 100%;
	background-color: #2a2a2a;
	/*background-color: #1c488d;	
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1);*/
	/*box-shadow: 0 0 2px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,.2);*/
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}
.header__wrapper_row {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.header__wrapper_row {
	margin: 0;
	width: 100%;
	padding: 16px 0;
	height: 66px;
	color: #FFF;
	position: relative;
    overflow: visible;
	background-color: transparent;
	transition: height .4s ease-out;
    -webkit-transition: height .4s ease-out;
    /*z-index: 1100;*/
}
.header__col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	/*-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
    max-width: 33.33333%;*/
}
.header__side_left {
	-webkit-box-flex: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    /*max-width: 280px;*/
}
.header__nav_cc {
	/*-webkit-flex-basis: 0;
    flex-basis: 0;*/
    -webkit-flex-grow: 1;
    flex-grow: 1;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.header__nav_steps {
	-webkit-flex-grow: 1;
    flex-grow: 1;
	padding: 0 24px;
}
.header__side_right {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.header__logo {
    /*margin-right: 5vw;*/
	margin-right: 1.5rem;
}
.header__logo_anch {
	display: inline-block;
}
.logo__type_img {
    height: 60px;
	/*max-width: 220px;
    transition: 200ms;
    transition-timing-function: ease;*/
    vertical-align: middle;
	transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.header__account_login, .header__curr_toggle, .header__lang_toggle, .header__menu_toggle {
    margin-left: 1.5rem;
}
.header__curr_btn {
	/*display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;*/
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    width: 48px;
    padding: 0;
    background-color: transparent;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px; 
    border-radius: 24px;
    -webkit-transition: border-color .5s;
    transition: border-color .5s;
}
.header__menu_btn, .header__lang_btn {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__lang_btn {
    padding-left: 1.42rem;
	cursor: pointer;
	height: 48px;
	border-color: transparent;
    box-shadow: none;
	-webkit-box-shadow: none;
	background-color: transparent;
}
.header__menu_btn {
	padding: 0;
	border: 0;
	height: 48px;
    background-color: transparent;
}
.header__menu_btn, .header__curr_btn, .header__lang_btn {
	/*color: rgb(36, 36, 53);*/
}
.header__menu_toggle {
	display: none;
}
.header__flag_ico {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 2rem;
    height: 2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header__drop_arrw {
	-webkit-transform: rotate(0deg);
    transition: transform 0.2s ease 0s;
	-webkit-transform: rotate(0deg);
    -webkit-transition: transform 0.2s ease 0s;
}
:is(.header__lang_btn.open, .header__account_btn.open) .header__drop_arrw {
    transform: rotate(180deg);
    transition: transform 0.2s ease 0s;
	-webkit-transform: rotate(180deg);
    -webkit-transition: transform 0.2s ease 0s;
}
/*------------------------------------------------------------*/
.header-wrapper--active {
    z-index: 1200 !important;
}
/*.header-wrapper--cherry, .menu--cherry {
    background-color: #1c488d;
}*/
.header-overlay {
    position: fixed;
    top: 0;
    bottom: unset;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: 1099;
}
.header-overlay--active {
    bottom: 0;
    /* background-color: hsla(0, 0%, 4%, .45); */
    background: rgb(36, 36, 53);
    background-color: rgba(0, 0, 0, .5);
}
.header__shadow {
    height: auto;
    visibility: hidden;
}
.menu--dropdown {
    position: absolute;
	display: none;
    left: 0;
    right: 0;
	top: 100%;
	height: auto;
    width: 100%;
	overflow: hidden;
	background-color: #FFF;
	/*max-height: calc(100vh - 80px);*/
	/*overflow: hidden auto;*/
	-webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    /*z-index: 1002;*/
	z-index: 10;
	/*z-index: 1100;*/
}
.menu--active {
	display: block;
    -webkit-box-shadow: 0 1.5rem 1rem rgb(0 0 0 / 19%);
	box-shadow: 0 1.5rem 1rem rgb(0 0 0 / 19%);
}
.menu--innerwrap {
    padding: 14px 0 24px;
}
.menu--basic ul {
	display: block;
    margin: 0;
	padding-left: 0;
    list-style: none;
}
.menu--basic > ul > li {
	margin-bottom: 4px;
}
.menu--basic li a {
	display: block;
    position: relative;
    font-size: 20px;
    line-height: 1.275;
    font-weight: 600;
	cursor: pointer;
	color: rgb(36, 36, 53);
    padding: 16px 0;
	background-color: #FFF;
}
.menu--basic li a:hover {
	opacity: 0.8;
}
.menu--basic > ul > li:not(:last-child) .menu-expander-list {
	margin-bottom: 16px !important;
}
.menu-expander-list > li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.275;
	padding: 4px 0;
}
/*------------------------------------------------------------*/
.header__account_btn {
    background: inherit;
    border: 0px;
    color: inherit;
    font-family: inherit;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    gap: 8px;
    outline: 0px;
    flex-grow: 1;
    cursor: pointer;
}
.header__account_btn {
	width: 68px;
    max-height: 40px;
	color: rgb(34, 34, 34);
    border-radius: 30px;
    padding: 8px 12px 8px 4px;
    background-color: #f6f6f6;
}
.header__account_circle {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__account_circle {
	box-sizing: border-box;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid rgb(245, 245, 245);
	background-color: rgb(233 229 229);
}
/*------------------------------------------------------------*/
.myaccount-dialog {
    position: absolute;
    top: 100%;
    right: 10px;
    z-index: 9;
	width: 100%;
	max-width: 350px;
}
.myaccount-dialog-body {
	overflow: hidden;
	min-height: 140px;
    text-align: initial;
	padding: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(239, 239, 245);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    pointer-events: initial;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.14) 0px 2px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 2px 0px, rgba(0, 0, 0, 0.14) 0px 2px 4px 0px;
}
.myaccount-dialog-title {
	margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.275;
    font-weight: 600;
    color: rgb(36, 36, 53);
}
.myaccount-dialog-promo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	 -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.myaccount-dialog-promo {
	padding: 15px;
	background: #f5f5f5;
	color: rgb(36, 36, 53);
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.myaccount-dialog-promo h3 {
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 1.5rem;
    line-height: 1.275;
    font-weight: 600;
}
.myaccount-user-circle {
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.myaccount-user-circle {
	width: 48px;
	height: 48px;
	margin-right: 8px;
	border-radius: 50%;
	background-color: #e4e4e4;
}
.myaccount-user-name {
	font-size: 1.45rem;
	line-height: 1.475;
	font-weight: 600;
	letter-spacing: normal;
}
.myaccount-user-id {
	font-size: 1.38rem;
	line-height: 1.675;
	font-weight: 500;
	letter-spacing: normal;
}
.myaccount-dialog-body ul {
    margin: 0;
    padding: 0;
	list-style: none;
}
.myaccount-dialog-body li a {
    outline: none;
	border: none;
	cursor: pointer;
	pointer-events: auto;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
	padding: 8px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	transition-property: background;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
    -webkit-transition-property: background;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 200ms;
}
.myaccount-dialog-body li a {
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: rgb(34, 34, 34);
}
.myaccount-dialog-body li a:hover {
	-webkit-border-radius: 6px;
	border-radius: 6px;
    background: #f5f5f5;
}
.myaccount-dialog-body .profile-menu-link {
	padding: 8px 8px 8px 32px;
}
.profile-menu-link::before {
    position: absolute;
    top: 9px;
    left: 8px;
    font-size: 1.5rem;
    font-family: 'FontAwesome';
}
.profile-menu-link.profile::before {
    content: "\f007";
    color: #5168a1;
}
.profile-menu-link.plan::before {
    content: "\f016";
    color: #f9c909;
}
.profile-menu-link.saved::before {
    content: "\f097";
    color: #9c27b0;
}
.profile-menu-link.extras::before {
	top: 8px;
    content: "\f06b";
    color: #525f7f;
}
.profile-menu-link.bookings::before {
	top: 8px;
    content: "\f145";
    color: rgb(0, 170, 0);
}
.profile-menu-link.signout::before {
    content: "\f08b";
    color: rgb(60, 60, 60);
}
/*------------------------------------------------------------*/
.header__nav_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.header__nav_list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}
/*.header__nav_list > li {
    position: relative;
    float: left;
}*/
.header__nav_list a {
	display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__nav_list a {
	position: relative;
    font-size: 14px;
    line-height: 18px;
	padding: 8px 12px;
    /* color: rgb(34, 34, 34);*/
	color: rgb(255, 255, 255);
    font-weight: 500;
	width: 100%;
    /* text-transform: uppercase; */
    cursor: pointer;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px; 
    border-radius: 8px;
}
.header__nav_over {
	position: relative;
}
.header__nav_over:hover .header__nav_float {
	/*transform: translateY(-2%);*/
	visibility: visible;
	opacity: 1;
}
.header__nav_float {
	position: absolute;
	z-index: 12;
	/*top: -4px;*/
	top: 100%;
	left: -10px;
	padding-top: 16px;
	visibility: hidden;
	transition: all .3s;
	/*transform: translateY(20%);*/
	transform: translateY(0);
	opacity: 0;
}
.header__nav_more {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.header__nav_more {
	padding: 6px;
	min-width: 230px;
	border-radius: 12px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 29%), 0 2px 4px 0 rgb(0 0 0 / 15%);
	background-color: #fff;
}
/*.header__nav_more {
	position: absolute;
	z-index: 99;
	top: -4px;
	left: -10px;
	padding: 6px;
	min-width: 230px;
	border-radius: 12px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 29%), 0 2px 4px 0 rgb(0 0 0 / 15%);
	background-color: #fff;
	visibility: hidden;
	transition: all .3s;
	transform: translateY(20%);
	opacity: 0;
}*/
.header__nav_over:hover .header__nav_arrw {
    transform: rotate(180deg);
    transition: transform 0.2s ease 0s;
    -webkit-transform: rotate(180deg);
    -webkit-transition: transform 0.2s ease 0s;
}
.header__nav_more a {
	color: rgb(34, 34, 34);
	font-size: 14px;
    line-height: 22px;
	padding: 8px 12px;
	background-color: transparent;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
}
.header__nav_more a:hover {
	background-color: #f2f2f2;
}
/*------------------------------------------------------------*/
.header__gd_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header__gd_fill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.header__gd_fill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__gd_fill {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 44px;
	min-width: 250px;
    max-width: 556px;
	border-radius: 8px;
	padding: 0 10px;
    overflow: hidden;
	cursor: pointer;
	border: 1px solid #d9dee2;
	background-color: #FFFFFF;
}
.header__gd_collapsed {
	display: none;
}
.header__gd_collapsed {
	width: 100%;
    height: 48px;
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}
.header__gd_collapsed_fill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.header__gd_collapsed_fill {
	color: #3c3c3c;
	padding: 0 12px 0 8px;
    max-width: calc(100% - 52px);
}
.header__gd_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__gd_item {
	color: #3c3c3c;
	font-size: 13px;
    line-height: 18px;
	border: 0;
	outline: 0;
	overflow: hidden;
    background: transparent;
	text-decoration: none;
    background-image: none;
}
.header__gd_fill.disabled {
	cursor: default;
	opacity: 0.5;
}
.header__gd_port {
	display : none;
	padding-bottom: 16px;
}
.header__gd_vr {
    margin: 1px 12px;
    height: 14px;
    border-right: 1px solid #babac0;
}
.header__gd_to {
	max-width: 175px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header__gd_collapsed_text, .header__gd_collapsed_subtext {
    display: inline-block;
    text-align: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}
.header__gd_collapsed_subtext {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}
/*------------------------------------------------------------*/
.langcurr__tabs_wrapper {
	border-bottom: 1px solid #ccc;
}
.langcurr__tabs_float {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: visible;
	margin-left: -10px;
}
.langcurr__tabs_float > div:not(:last-of-type) {
	margin-right: 10px;
}
.langcurr__tab_btn {
	display: block;
	background: transparent;
    border: 0px;
	padding: 8px 10px;
    color: inherit;
    font-family: inherit;
    outline: 0px;
    cursor: pointer;
	border-radius: 8px;
}
.langcurr__tab_btn:hover {
	background: #f2f2f2;
}
.langcurr__tab_label {
	position: relative;
	font-size: 15px;
	line-height: 1.275;
}
.langcurr__tab_btn.active .langcurr__tab_label:before {
    content: "";
    display: inline-block;
    height: 0.2rem;
    bottom: -10px;
    left: 1px;
    position: absolute;
    width: calc(100% - 3px);
    background-color: #333;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
.langcurr__fill_items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
}
.langcurr__item_val {
	display: -webkit-inline-box
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.langcurr__item_val {
	outline: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    margin: 15px 20px 0 0;
	min-width: 100px;
	min-height: 46px;
    user-select: auto;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 8px 10px;
}
.langcurr__item_val:hover {
	background: #f2f2f2;
}
.langcurr__item_val.selected {
    border-color: #2a2a2a;
}
.langcurr__item_label {
	font-size: 15px;
	text-align: inherit;
    text-decoration: none;
    line-height: 1.275rem;
	color: rgb(36, 36, 53);
}
.langcurr__item_label small {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	line-height: 1.475rem;
	color: rgb(106, 106, 106);
}
.country__flag_ico {
	margin-right: 8px;
}
/*------------------------------------------------------------*/
.auth-over-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
    z-index: 800;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
	background: #000;
    background-color: rgba(0, 0, 0, .5);
}
.auth-over-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
}
.auth-over-container {
	margin-top: auto;
	margin-bottom: auto;
	opacity: 1;
	transform: scale(1);
}
.auth-over-block {
	width: 678px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 10px;
	background: rgba(255, 255, 255, 1);
	position: relative;
	border-radius: 12px;
    -webkit-border-radius: 12px;
}
.auth-over-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	height: 100%;
	padding: 48px 0;
}
.w-member-plan {
	width: 480px;
}
.w-member-auth {
	width: 400px;
}
.account-plan-heading {
	margin-bottom: 24px;
	text-align: center;
}
/*------------------------------------------------------------*/
.auth-auto-layout {
    height: 100%;
    margin: 0;
    padding: 0;
}
.auth-main-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url(../../../../../../images/AdobeStock_423277629.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.auth--bg-top {
    background-color: #3c3c3c;
    display: block;
    top: -50px;
    left: 0;
    position: absolute;
    right: 0;
    content: '';
    bottom: -140px;
    height: 200px;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
}
header.auth-banner {
    position: absolute;
    padding: 36px 24px;
    z-index: 1;
}
.auth-inner-section {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.auth-inner-section {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	min-height: 100vh;
	width: 100%;
    z-index: 1;
}
.auth-content-section {
	position: relative;
	margin: 40px 0 80px;
	padding: 40px 30px;
	width: 100%;
    max-width: 400px;
    background-color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}
.auth-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 0;
}
.button-social {
	display: -webkit-inline-box; 
	display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.button-social {
    min-width: min-content;
    white-space: nowrap;
    text-decoration: none;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: inherit;
    cursor: pointer;
    height: 48px;
    padding: 0.5rem 1rem;
    width: 100%;
}
.button-social {
    background-color: #FFF;
    color: rgb(36, 36, 53);
    box-shadow: rgb(0 0 0 / 25%) 0px 1px 5px -1px;
    -webkit-box-shadow: rgb(0 0 0 / 25%) 0px 1px 5px -1px;
}
.auth-options > *+* {
    margin: 0 0 0 10px;
}
.auth-options .button-social .fa {
    font-size: 24px;
}
.auth-options .button-social-ft {
    margin-left: 8px;
    font-weight: 600;
}
.auth-label-decorator {
    border-bottom: 1px solid #d9dee2;
    line-height: .1em;
    margin: 2.25rem 0;
    text-align: center;
}
.registration-label-or {
    padding: 0 1.375rem;
    background-color: #FFF;
}
.auth--head {
    margin-bottom: 24px;
    text-align: center;
}
.auth--title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.275;
    letter-spacing: .2px;
    text-align: center;
}
.auth--title.remargin {
    margin: -5px 0 16px;
}
.auth-alert-ft {
    display: block;
	margin: 10px 0;
    font-size: 1.5rem;
    line-height: 1.675;
    color: #74787c;
    text-align: center;
    text-decoration: none;
    transition: color .2s;
    -webkit-transition: color .2s;
}
.auth-base-ft {
    font-size: 1.45rem;
    color: #333;
    text-align: center;
}
.auth-base-link {
    font-size: 1.4rem;
    line-height: 1.375;
    font-weight: 500;
    text-align: center;
}
.auth-inputs {
    /* margin: 0 30px; */
}
.auth-inputs .auth-input-label {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.275;
    margin-bottom: 8px;
}
.auth-inputs .auth-input-element {
	position: relative;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}
.auth-input-element .form-control {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.auth-error {
	margin-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.auth-error img {
    margin-right: 8px;
}
.auth-security-hint {
    display: block;
    padding: 10px;
    margin: 15px 0 0;
    color: #8C8C92;
    text-align: left;
    font-size: 14px;
    line-height: 1.475;
    font-weight: 500;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
}
.auth-security-hint ul {
    margin: 0;
}
.auth-security-hint ul ul {
    margin-left: 15px;
}
.auth-security-hint li {
    margin-top: 6px;
}
.auth-form-accept {
    margin-top: 20px;
}
.auth-form-accept .checkboxui {
    font-size: 13px;
}
/*------------------------------------------------------------*/
.account-plan-heading h3 {
    margin: 0;
    font-size: 2rem;
	line-height: 1.375;
    font-weight: 600;
    color: rgb(60, 60, 60);
}
.account-plan-heading small {
	display: block;
	margin-top: 10px;
    font-size: 1.45rem;
    line-height: 1.475;
    font-weight: 500;
    color: rgb(60, 60, 60);
}
.account-plan-option {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	padding: 0 24px;
    background-color: #FFF;
    border: 1px solid #e7e7e7;
}
.account-plan-title {
	padding: 24px 0;
	text-align: center;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.account-plan-price {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.275;
    white-space: normal;
}
.account-plan-price .price-label {
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1.275;
    top: -10px;
    margin-right: 8px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
}
.account-plan-base-font {
    font-size: 1.4rem;
    line-height: 1.475;
}
.account-plan-list-section {
    padding: 24px 0;
	text-align: center;
}
.account-plan-list-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.275;
    font-weight: 600;
}
.account-plan-list-items {
    padding: 0;
    list-style: none;
}
.account-plan-list-val {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.account-plan-list-val {
    position: relative;
    padding-left: 24px;
	text-align: left;
}
.account-plan-list-items .account-plan-list-val:not(:last-of-type) {
    margin-bottom: 14px;
}
.account-plan-list-val::before {
    content: "\ea11";
    font-family: 'go_font_v21';
    position: absolute;
    top: 1px;
    left: 0;
    color: #444;
}
.account-plan-list-val::before {
    font-size: 13px;
}
.account-plan-list-txt {
    font-size: 1.46rem;
	line-height: 1.575;
    font-weight: 400;
    color: rgb(60, 60, 60);
}
.account-plan-tooltip {
    margin-left: 16px;
}
.account-plan-tooltip-wrap {
    display: inline-block;
    position: relative;
}
.account-plan-tooltip-reveal {
    background-color: #fff;
    box-shadow: 0 4px 12px rgb(18 18 19 / 5%);
    border: 1px solid #d9dee2;
}
.account-plan-tooltip-reveal {
    border-radius: 4px;
    bottom: 100%;
    right: -48px;
    opacity: 0;
    position: absolute;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    width: 225px;
    z-index: 1;
	transition: visibility .2s linear, opacity .2s linear;
}
.account-plan-tooltip-wrap:hover .account-plan-tooltip-reveal {
    opacity: 1;
    visibility: visible;
}
.account-plan-tooltip-info {
	padding: 10px;
}
.account-plan-tooltip-info p {
	margin: 0;
    font-size: 1.4rem;
    line-height: 1.575;
	font-weight: 400;
	color: rgb(60, 60, 60);
}
@media only screen and (max-width: 991.98px) {
.header__menu_desk, .header__lang_toggle {
	display: none !important;
}
.header__menu_toggle {
	display: block !important;
}
.header__gd_inline {
	display: none;
}
.header__gd_collapsed {
	display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/*Login registration used under hotel*/

/*.header__gd_fill {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
}
.header__gd_fill :is(.header__gd_item:not(:first-of-type), .header__gd_vr) {
	display: none;
}*/
.auth-main-section {
    flex-direction: column;
}
.auth--bg-top {
	display: none;
}
header.auth-banner {
	position: relative;
	display: flex;
	height: 82px;
	padding: 16px 24px;
	align-items: center;
	background: #3c3c3c;
}
}
@media only screen and (max-width: 767.98px) {
.logo__type_img {
    height: 56px;
}
.header__gd_desk {
	display: none !important;
}
.header__gd_port {
	display: block !important;
}/*
.header__gd_fill {
	width: 100%;
	max-width: 100%;
}*/
.header__gd_to {
    max-width: 380px;
}
}
@media only screen and (min-width: 1440px) {
header.auth-banner {
	padding: 36px 7vw;
}
}