/**================== ROOT ==================**/
:root {
    --cl-main: #7a973d;
    --cl-main-hover:#000000;
    --cl-light-hover:#ffeceb;
    --cl-black: #000000;
    --cl-white: #ffffff;
    --cl-gray:#f2f2f2;
    --cl-light-gray:#d9d9d9;
    --cl-dark-gray: #8e8e8e;
    --cl-dark-red:#990a00;
    --cl-red:#c72528;
    --cl-yl:#f9f86c;
    --cl-green:#009739;
    --cl-blue:#7a973d;
    --cl-light-blue:#dbedf9;
    --cl-orange:#fa6400;
    --cl-dark-orange:#ff3102;
    --font-aws: FontAwesome;
    --main-cl: #0197C7;
    --main-cl-dark: #0C54A2;
    --yellow-cl: #FFC122;
    --red-cl: #E4111A;
    --purple-cl: #840771;
    --black-3-cl: #333333;
    --container-w: 72.917rem;
}

/**================== WOOCOMMERCE - MINI CART BOX ==================**/
.CR-mini-cart-box .CR-load-ajax:before{
    background-position: center;
}
.CR-show-mini-cart.hide{
    opacity: 0.5;
    pointer-events: none;
}
.CR-show-mini-cart.hide a{
    pointer-events: none;
}
.CR-show-mini-cart{
    position: relative;
}
.CR-show-mini-cart:hover .CR-mini-cart-box {
    opacity: 1;
    pointer-events: visible;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.CR-mini-cart-box{
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 1.25rem  /* 20/16 */;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.CR-mini-cart-box .CR-mini-cart-content{
    padding: 1rem  /* 16/16 */;
    width: 25rem  /* 400/16 */;
    background-color: var(--cl-white);
    border-radius: 1rem  /* 16/16 */;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 7%);
    border: 1px solid var(--cl-light-gray);
}
.CR-mini-cart-box .empty{
    font-size: 0.875rem  /* 14/16 */;
    font-style: italic;
    font-weight: 700;
    color:var(--cl-black);
    line-height: normal;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.CR-mini-cart-box .mini-cart-head{
    margin-bottom: 1rem  /* 16/16 */;
}
.CR-mini-cart-box .mini-cart-head *{
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.CR-mini-cart-box .mini-cart-head .total-mini-cart {
    color: var(--cl-black);
}
.CR-mini-cart-box .mini-cart-head .view-all {
    color: var(--cl-blue);
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}
.CR-mini-cart-box .mini-cart-list{
    max-height: 28.125rem  /* 450/16 */;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 0.75rem;
}
.CR-item-mini-cart{
    width: 100%;
}
.CR-item-mini-cart:not(:last-child){
    margin-bottom: 1rem  /* 16/16 */;
}
.CR-item-mini-cart .wrap{
    cursor: pointer;
}
.CR-item-mini-cart .thumb img{
    max-width: 6.25rem  /* 100/16 */;
    border-radius: 1rem  /* 16/16 */;
    border-style: none;
    vertical-align: middle;
    height: auto;
}
.CR-item-mini-cart .cont{
    flex: 1;
    height: 100%;
    position: relative;
    padding: 0 1.5rem 0 1rem;
}
.CR-item-mini-cart .title{
    font-size: 0.875rem /* 14/16 */;
    font-weight: 700;
    line-height: 1.25rem  /* 20/16 */;
    margin: 0;
    color: var(--cl-black);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.5rem  /* 40/16 */;
    width: 100% !important;
    word-break: break-word;
}
.CR-item-mini-cart .sub-title *{
    font-size: 0.875rem /* 14/16 */;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    color: var(--cl-black);
}
.CR-item-mini-cart .sub-title .variation{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.CR-item-mini-cart .sub-title dd:not(:last-child):after {
    content: '/';
    margin: 0 0.25rem;
}
.CR-item-mini-cart .sub-title dt{
    display: none;
}
.CR-item-mini-cart .qty{
    font-size: 0.875rem  /* 14/16 */;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    color: var(--cl-black);
}
.CR-item-mini-cart .price{
    display: inline-block;
    margin-top: 0.5rem;
}
.CR-item-mini-cart .CR-woo-prices *{
    font-size: 1.1rem;
}
.CR-item-mini-cart .CR-woo-prices .percentage{
    display: none;
}
.CR-item-mini-cart .CR-remove-item-mini-cart-btn:hover {
    background: var(--cl-black);
    color: var(--cl-white);
}
.CR-item-mini-cart .CR-remove-item-mini-cart-btn {
    position: absolute !important;
    top: 0;
    right: 0;
    font-size: 0.875rem /* 14/16 */;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    color: var(--cl-black);
    width: 1.5rem;
    height: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.15rem;
    background: transparent;
}

body::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
    width: 0.417rem;
    background-color: #cedbff;
}

body::-webkit-scrollbar-thumb
{
    background-color: var(--main-cl);
}

input, optgroup, select, textarea{
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,0);
    box-shadow: inset 0.052rem 0.052rem 0.15625rem rgba(0,0,0,.0);
    outline: none !important;
}
.site-footer .wpcf7-not-valid-tip{
    display: none !important;
}
body.unscrollable{
    overflow: hidden;
}
body{
    overflow-x: hidden;
    background-color: #fff;
}
@media (min-width: 1280px) {
    body, html {
        font-size: 1vw;
    }
}


.processing {
    position: relative;
    display:flex;
    align-items:center;
    justify-content: center;
    pointer-events: none;
}
.processing:before {
    animation: spin .6s linear infinite;
    border-bottom: 3px solid rgba(0,0,0,.1)!important;
    border-left: 3px solid #446084;
    border-radius: 50%;
    border-right: 3px solid rgba(0,0,0,.1)!important;
    border-top: 3px solid rgba(0,0,0,.1)!important;
    content: "";
    font-size: 10px;
    height: 30px;
    margin: 0 auto;
    opacity: .8;
    pointer-events: none;
    text-indent: -9999em;
    width: 30px;
    position:absolute;
}


.grid-container{
    max-width: 72.917rem;
}
.section{
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
}
.text_white{
    color: #FFF;
}
.text_3{
    color: var(--black-3-cl);
}
.text_6{
    color: #666666;
}
.text_underline{
    text-decoration: underline;
}
.text_center{
    text-align: center;
}
.text_right{
    text-align: right;
}
.text_uppercase{
    text-transform: uppercase;
}
.over_hidden{
    overflow: hidden;
}
.bdrs_20{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.bdrs_10{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.obj_cover{
    object-fit: cover;
}
.text_italic{
    font-style: italic;
}
.text_primary{
    color: var(--main-cl)
}
.text_yellow{
    color: var(--yellow-cl);
}
.text_red{
    color: var(--red-cl)
}
.al_center{
    align-items: center;
}
.al_baseline{
    align-items: baseline;
}
.img_center{
    margin-left: auto;
    margin-right: auto;
}
.img_wrap{
    overflow: hidden;
}
.img_wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts_03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts_04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts_05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.fs_11{
    font-size: 0.573rem;
}
.fs_12{
    font-size: 0.625rem;
}
.fs_13{
    font-size: 0.677rem;
}
.fs_14{
    font-size: 0.729rem;
}
.fs_15{
    font-size: 0.78125rem;
}
.fs_16{
    font-size: 0.833rem;
}
.fs_17{
    font-size: 0.885rem;
}
.fs_18{
    font-size: 0.9375rem;
}
.fs_19{
    font-size: 0.99rem;
}
.fs_20{
    font-size: 1.042rem;
}
.fs_21{
    font-size: 1.09375rem;
}
.fs_22{
    font-size: 1.146rem;
}
.fs_23{
    font-size: 1.198rem;
}
.fs_24{
    font-size: 1.25rem;
}
.fs_25{
    font-size: 1.302rem;
}
.fs_30{
    font-size: 1.5625rem;
}
.lh_20{
    line-height: 1.042rem;
}
.lh_21{
    line-height: 1.09375rem;
}
.lh_22{
    line-height: 1.146rem;
}
.lh_23{
    line-height: 1.198rem;
}
.lh_24{
    line-height: 1.25rem;
}
.lh_25{
    line-height: 1.302rem;
}
.lh_26{
    line-height: 1.354rem;
}
.lh_27{
    line-height: 1.40625rem;
}
.lh_28{
    line-height: 1.458rem;
}
.lh_29{
    line-height: 1.51rem;
}
.lh_30{
    line-height: 1.5625rem;
}
.lh_31{
    line-height: 1.615rem;
}
.lh_32{
    line-height: 1.667rem;
}
.lh_33{
    line-height: 1.71875rem;
}
.lh_34{
    line-height: 1.771rem;
}
.lh_38{
    line-height: 1.979rem;
}
.lh_58{
    line-height: 3.021rem;
}
.lh_40{
    line-height: 2.083rem
}
.fw200{
    font-weight: 200;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.wrap_link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m_auto{
    margin: auto;
}
.col_1{flex:0 0 auto;width:8.33333333%}
.col_2{flex:0 0 auto;width:16.66666667%}
.col_3{flex:0 0 auto;width:25%}
.col_4{flex:0 0 auto;width:33.33333333%}
.col_5{flex:0 0 auto;width:41.66666667%}
.col_6{flex:0 0 auto;width:50%}
.col_7{flex:0 0 auto;width:58.33333333%}
.col_8{flex:0 0 auto;width:66.66666667%}
.col_9{flex:0 0 auto;width:75%}
.col_10{flex:0 0 auto;width:83.33333333%}
.col_11{flex:0 0 auto;width:91.66666667%}
.col_12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p_unset{
    position: unset !important;
}
.flex_box{
    display: flex;
}
.flex_wrap{
    flex-wrap: wrap;
}
.flex_row{
    flex-direction: row !important;
}
.flex_col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al_start{
    align-items: flex-start;
}
.al_end{
    align-items: flex-end;
}
.jus_start{
    justify-content: flex-start;
}
.jus_end{
    justify-content: flex-end;
}
.jus_center{
    justify-content: center;
}
.jus_between{
    justify-content: space-between;
}
.grid_box{
    display: grid;
}
.grid_2{
    grid-template-columns: repeat(2, 1fr);
}
.grid_3{
    grid-template-columns: repeat(3, 1fr);
}
.grid_4{
    grid-template-columns: repeat(4, 1fr);
}
.grid_5{
    grid-template-columns: repeat(5, 1fr);
}
.d_block{
    display: block;
}
.limit_line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit_line.limit_1{
    -webkit-line-clamp: 1;
}
.limit_line.limit_2{
    -webkit-line-clamp: 2;
}
.limit_line.limit_3{
    -webkit-line-clamp: 3;
}
.limit_line.limit_4{
    -webkit-line-clamp: 4;
}
.limit_line.limit_5{
    -webkit-line-clamp: 5;
}
.m_0{
    margin: 0;
}
.p_middle{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.pl_cont{
    padding-left: calc(calc(100vw - 72.917rem) / 2);
}
.pr_cont{
    padding-right: calc(calc(100vw - 72.917rem) / 2);
}
.left_cont{
    left: calc(calc(100vw - 72.917rem) / 2);
}
.right_cont{
    right: calc(calc(100vw - 72.917rem) / 2);
}
.h_full{
    height: 100%;
}
.w_full{
    width: 100%;
}
.ls_none{
    list-style: none;
}
@keyframes fade_up {
    0%{
        opacity: 0;
        transform: translateY(2.083rem);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}
footer.footer_wrap{
    padding: 11.979rem 0 0 0;
}
footer.footer_wrap .footer_main{
    padding: 2.8125rem 0 3.229rem;
}
footer.footer_wrap .logo_footer img{
    max-width: 11.0625rem;
    width: 9.479rem;
    height: auto;
}
footer.footer_wrap .copyright{
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer.footer_wrap .copyright > .flex_box > .flex_box > span{
    width: max-content;
}
.title_footer{
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.354rem;
    padding-bottom: 0.417rem;
    margin-bottom: 1.146rem;
    position: relative;
    text-transform: uppercase;
}
.title_footer:before{
    width: 3.646rem;
    height: 2px;
    position: absolute;
    content: '';
    background: var(--yellow-cl);
    left: 0;
    bottom: 0;
}
.menu_footer  li{
    display: flex;
}
.menu_footer  li:not(:last-child){
    margin-bottom: 0.521rem;
}
.menu_footer  li > a,
.cont_footer,
.cont_footer p,
.cont_footer a{
    color: #FFF;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.354rem;
}
.cont_footer > *:last-child{
    margin-bottom: 0 !important;
}
.cont_footer p{
    margin-bottom: 0.521rem;
}
.footer_block .wpcf7 p{
    margin-bottom: 0;
}
.footer_block .wpcf7{
    margin-top: 0.78125rem;
}
.footer_block input[type='email']::placeholder{
    opacity: 0.8;
    color: #666666;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.302rem;
}
.footer_block input[type='email']{
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    background: #FFF;
    color: #666666;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.302rem;
    height: 2.604rem;
    padding-left: 1.5625rem;
    padding-right: 2.604rem;
    padding-bottom: 0.78125rem;
}
.footer_block .wpcf7-spinner{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.footer_block .form_group.absolute{
    right: 0.3125rem;
    top: 0.26rem;
}
.footer_block .form_group input[type='submit']{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.footer_block .form_group .btn_arrow > p{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_block .form_group .btn_arrow{
    width: 2.083rem;
    height: 2.083rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-cl);
}
.footer_block:nth-child(4){
    padding-left: 0.521rem;
}
.footer_block:nth-child(3){
    padding-left: 5.208rem;
}
footer.footer_wrap .copyright p:last-child{
    margin-bottom: 0;
}
.socials_footer li{
    width: 1.823rem;
    height: 1.823rem;
    margin-left: 0.78125rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 0.052rem solid #FFF;
}
.socials_footer li:first-child{
    margin-left: 2.083rem;
}
footer.footer_wrap{
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec_title{
    font-size: 2.604rem;
    font-weight: 900;
    line-height: 3.021rem;
    color: var(--main-cl);
    text-transform: uppercase;
}
.sec_title.text_white{
    color: #FFF !important
}
.sec_title:has(+.sec_des){
    margin-bottom: 0.78125rem;
}
.sec_title_2{
    font-size: 2.083rem;
    font-weight: 900;
    line-height: 2.5rem;
    color: var(--main-cl);
    text-transform: uppercase;
}
.sec_des.text_white,
.sec_des.text_white *{
    color: #FFF !important
}
.sec_des{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: var(--black-3-cl);
}
.sec_des > *:last-child{
    margin-bottom: 0 !important;
}
.sec_des p{
    margin-bottom: 0.521rem;
}
.sec_des blockquote{
    padding: 0 0 0 0.78125rem;
    font-style: normal;
    border-left: 3px solid var(--main-cl);
    margin-bottom: 0.78125rem;
}
.sec_des blockquote p{
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.458rem;
    color: #333333;
}
.swiper_fraction{
    width: max-content;
    display: flex;
    align-items: baseline;
    margin: 0 1.5625rem;
    justify-content: center;
    min-width: 2.34375rem;
}
.swiper_fraction > .swiper-pagination-current{
    font-size: 1.823rem;
    font-weight: 800;
    line-height: 1.302rem;
    color: var(--red-cl)
}
.swiper_fraction > .swiper-pagination-total{
    font-size: 1.042rem;
    font-weight: 400;
    line-height: 1.302rem;
}
.promotion_page .sec_heading{
    margin-bottom: 2.083rem;
}
.terms_menu ul > li:not(:last-child){
    margin-right: 1.042rem;
}
.terms_menu ul > li > a svg{
    margin-right: 0.521rem;
}
.terms_menu ul > li > a{
    padding: 0.625rem 1.042rem;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    border: 1px solid #66666680;
    margin-bottom: 1.042rem;
}
.terms_menu ul > li.active path{
    fill: var(--cl-white);
}
.terms_menu ul > li.active {
    pointer-events: none !important;
}
.terms_menu ul > li.active > a{
    background: var(--main-cl);
    border-color: var(--main-cl);
    color: var(--cl-white);
}
svg, path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.prom_list{
    grid-gap: 2.083rem;
}
.prom_item{
    box-shadow: 0rem 0.104rem 1.042rem 0rem #0E7DA314;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    overflow: hidden;
    background: var(--cl-white);
}
.prom_item img{
    height: 15.625rem;
    width: 100%;
}
.prom_item .cont_wrap{
    background: rgba(0, 191, 252, 0);
    padding: 1.5625rem 2.1875rem 1.823rem;
}
.prom_item .post_term svg{
    margin-right: 0.521rem;
}
.prom_item .post_term{
    margin-bottom: 0.78125rem
}
.prom_item a:has(h3){
    margin-bottom: 1.042rem;
    padding-bottom: 1.042rem;
    border-bottom: 0.052rem solid rgba(102, 102, 102, 0.2);
    position: relative;
    display: block;
}
.prom_item a:has(h3):before{
    width: 5.208rem;
    height: 2px;
    bottom: -1px;
    left: 0;
    position: absolute;
    content: '';
    background: var(--main-cl);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.prom_list > .prom_item:first-child{
    grid-column: 1/3;
}
.prom_list > .prom_item:first-child img,
.prom_list > .prom_item:first-child .img_wrap{
    height: 100%;
    max-height: 28.333rem;
}
.prom_list > .prom_item:first-child:before{
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none;
    content: '';
}
.prom_list > .prom_item:first-child .cont_wrap{
    position: absolute;
    bottom: 0;
    padding: 0 3.646rem 2.083rem 2.604rem;
    left: 0;
    z-index: 3;
    width: 100%;
}
.prom_list > .prom_item:first-child *{
    color: var(--cl-white) !important
}
.prom_list > .prom_item:first-child h3{
    max-width: 28.385rem;
}
.prom_list > .prom_item:first-child a:has(h3):before{
    background: var(--cl-white);
}
.prom_list > .prom_item:first-child .post_date path{
    stroke: var(--cl-white);
}
.prom_list > .prom_item:first-child a:has(h3){
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.promotion_page{
    padding-top: 5.208rem;
    padding-bottom: 2.604rem;
}
.promotion_page .patterns_wrap > svg:first-of-type{
    top: 0;
    left: 0;
}
.promotion_page .patterns_wrap > svg:nth-of-type(2){
    top: 0;
    right: 0;
}
.promotion_page .patterns_wrap > svg:nth-of-type(3){
    bottom: 0;
    left: 0;
}
.promotion_page .patterns_wrap > svg:nth-of-type(4){
    right: 0;
    bottom: 2.34375rem;
}
.promotion_page .prom_list+.text_center{
    margin-top: 3.125rem;
}
.promotion_page .terms_menu{
    margin-bottom: 1.042rem;
}
.btn{
    cursor: pointer;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    padding: 0 0.26rem 0 1.5625rem;
}
.btn_primary{
    background: var(--main-cl);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn_primary span{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn_primary span:first-child{
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: var(--cl-white)
}
.btn_primary span:last-child{
    width: 2.083rem;
    min-width: 2.083rem;
    height: 2.083rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--yellow-cl);
    margin-left: 1.458rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.btn_primary.loading{
    pointer-events: none;
}
.btn_primary.loading span:last-child:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    right: 0;
    top: 0;
    background-image: linear-gradient(var(--main-cl) , var(--main-cl) ), radial-gradient(circle at top left, #FFF, var(--yellow-cl));
    background-origin: border-box;
    background-clip: content-box, border-box;
    border: double 0.208rem transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: spin 1s infinite;
    z-index: 6;
}
.add_pattern:before,
.add_pattern:after,
section:before,
section:after{
    position: absolute;
    content: '';
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}
section .grid-container{
    position: relative;
    z-index: 5;
}
.add_pattern{
    position: relative;
}
.post_content_wrap{
    padding: 4.583rem 4.948rem 2.865rem;
    box-shadow: 0rem 0rem 1.042rem 0rem #0041561A;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
.post_content_wrap .post_content{
    margin-bottom: 3.125rem;
}
.post_content,
.post_content p,
.post_content li{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
}
.post_content strong,
.post_content b{
    font-weight: 700;
}
.post_content p,
.post_content li{
    margin-bottom: 0.521rem;
}
.post_content ul{
    margin-left: 1.302rem;
    margin-bottom: 0.78125rem;
}
.post_content p:last-child,
.post_content li:last-child{
    margin-bottom: 0;
}
.post_content h2{
    font-size: 1.146rem;
    font-weight: 700;
    line-height: 1.667rem;
    margin-bottom: 0.78125rem;
}
.post_content h3{
    font-size: 1.042rem;
    font-weight: 700;
    line-height: 1.458rem;
    margin-bottom: 0.78125rem;
}
.post_content h4{
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.354rem;
    margin-bottom: 0.78125rem;
}
.post_content h5{
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.25rem;
    margin-bottom: 0.78125rem;
}
.post_content .post_excerpt{
    margin-bottom: 1.5625rem;
}

.post_content .post_excerpt p{
    font-weight: 500 !important;
}
.post_content.text_white *{
    color: #FFF !important;
}
section.single_post{
    padding: 5.208rem 0 2.604rem;
}
section.single_post .patterns_wrap > svg:nth-of-type(1){
    left: 0;
    top: 0;
}
section.single_post .patterns_wrap > svg:nth-of-type(2){
    right: 0;
    top: 4.6875rem;
}
section.single_post h1.sec_title_2{
    margin-bottom: 1.042rem;
    max-width: 52.083rem;
    margin-left: auto;
    margin-right: auto;
}
section.single_post .date_group{
    margin-bottom: 2.708rem;
}
section.single_post .date_group > div{
    font-size: 0.833rem;
    line-height: 1.25rem;
}
section.single_post .date_group .expired_date{
    padding: 0.729rem 1.146rem;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    background: rgba(102, 102, 102, 0.1);
    margin-left: 2.083rem;
    position: relative;
}
section.single_post .date_group .expired_date:before{
    left: -1.042rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    background: rgba(102, 102, 102, 0.1);
    height: 0.9375rem;
    width: 2px;
}
section.related_posts{
    padding: 2.604rem 0 0;
}
section.related_posts .patterns_wrap > svg:nth-of-type(1){
    left: 7.552rem;
    top: 2.083rem;
}
section.related_posts .patterns_wrap > svg:nth-of-type(2){
    top: 0;
    right: 0;
}
section.related_posts .related_swiper{
    padding: 2.083rem 1.5625rem 2.604rem;
    margin-right: -1.5625rem;
    margin-left: -1.5625rem;
}
section.related_posts h2{
    margin-bottom: 0
}
.swiper_arrow{
    display: flex;
    width: 2.604rem;
    height: 2.604rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 0.052rem solid rgba(102, 102, 102, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.swiper_arrow.white{
    border-color: #FFF;
}
.swiper_arrow.white path{
    stroke: rgba(255, 255, 255, 0.7)
}
.box_swiper{
    position: relative;
}
.box_swiper .swiper_arrow{
    position: absolute;
    top: 50%;
}
.box_swiper .swiper_arrow.next{
    left: 100%;
    transform: translate(1.5625rem, -50%);
}
.box_swiper .swiper_arrow.prev{
    right: 100%;
    transform: translate(-1.5625rem, -50%);
}
.social_share{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--main-cl);
    margin-left: 0.78125rem;
}
section.checkout_steps{
    padding: 2.8125rem 0 1.302rem;
    background: linear-gradient(270deg, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.1) 50.52%, rgba(102, 102, 102, 0) 100%);
}
.site-content{
    padding: 0 !important;
}
section.checkout_steps .divider{
    margin: 0 1.354rem;
}
section.checkout_steps .step span.icon{
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    min-width: 2.083rem;
    height: 2.083rem;
    border: 1px solid #33333380;
    margin-right: 1.042rem;
}
section.checkout_steps .step span.icon > svg{
    width: 1.302rem;
}
section.checkout_steps .step.active svg path{
    fill: var(--cl-white);
}
section.checkout_steps .step.active span{
    color: var(--main-cl) !important;
}
section.checkout_steps .step.active span.icon{
    background: var(--main-cl);
    border-color: var(--main-cl);
}
section.thanks_page{
    padding: 3.125rem 0 2.604rem
}
.chosen_place > svg{
    margin-right: 0.78125rem;
    margin-top: 0.26rem;
}
.chosen_place > span{
    font-size: 1.5625rem;
    line-height: 3.021rem;
}
section.thanks_page .chosen_place{
    margin-bottom: 2.083rem;
}
.thanks_box{
    box-shadow: 0rem 0.104rem 1.5625rem 0rem #002E3E0D;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    padding: 1.979rem 1.042rem 2.292rem;
}
.thanks_box svg{
    margin-bottom: 0.78125rem;
}
.thanks_box .post_content p{
    font-size: 1.042rem;
    font-weight: 400;
    line-height: 1.458rem;
}
.thanks_box .post_content strong{
    font-weight: 700;
}
.tags > a{
    padding: 0.521rem 1.042rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    background: #6666661A;
    display: inline-block;
    margin-left: 0.78125rem;
}
/*================ Destination ==================*/
.destination_1{
    padding-top: 5.208rem;
    padding-bottom: 2.604rem;
    overflow: unset;
}
.patterns_wrap  > svg{
    position: absolute;
}
.destination_1 .patterns_wrap  > svg:first-child{
    left: 0;
    top: 0;
}
.destination_1 .patterns_wrap  > svg:nth-child(2){
    right: 2.1875rem;
    bottom: -3.125rem;
}
.destination_1 .sec_des{
    margin-bottom: 2.083rem;
}
.destination_1 .col_6:first-child{
    padding-right: 6.51rem;
}
.destination_2 .patterns_wrap  > svg:first-child{
    left: calc(calc(100vw - var(--container-w)) / 2);
    top: 0;
}
.destination_2{
    padding-top: 2.604rem;
}
.destination_2 .sec_heading{
    margin-bottom: 2.083rem;
}
.destination_2 .img_wrap{
    position: relative;
}
.destination_2 .img_wrap:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.50026) 40.1%, rgba(0, 0, 0, 0.85) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    pointer-events: none;
    content: '';
    z-index: 1;
}
.destination_2 .cont_wrap{
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 2.604rem 2.1875rem;
    z-index: 5;
    box-sizing: border-box;
}
.destination_2 .cont_wrap h3{
    font-size: 1.5625rem;
    line-height: 1.979rem;
    padding-bottom: 1.198rem;
    margin-bottom: 1.042rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
}
.destination_2 .cont_wrap h3:before{
    position: absolute;
    content: '';
    bottom: -1px;
    width: 7.552rem;
    height: 2px;
    left: 0;
    background: var(--red-cl);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.destination_2 .swiper_pagination{
    margin-top: 2.083rem;
}
.swiper_pagination{
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_pagination > .swiper-pagination-bullet{
    width: 0.729rem;
    height: 0.729rem;
    background-color: rgba(51, 51, 51, 0.5);
    margin: 0 0.26rem;
    opacity: 1;
}
.swiper_pagination > .swiper-pagination-bullet-active{
    background: var(--red-cl);
}
.destination_3{
    padding-top: 4.167rem;
    padding-bottom: 5.208rem;
    overflow: unset;
}
.destination_3 .related_swiper{
    padding: 2.083rem 1.042rem 1.5625rem;
    margin: 0 -1.042rem;
}
.destination_3 .patterns_wrap > svg:first-child{
    left: 0;
    top: -1.25rem;
}
.destination_3 .patterns_wrap > svg:nth-child(2){
    right: 0;
    top: -2.8125rem;
}
.destination_3 .patterns_wrap > svg:nth-child(3){
    bottom: 1.042rem;
    right: 0;
}
.destination_4{
    padding-top: 5.208rem;
    padding-bottom: 9.635rem;
}
.destination_4 .sec_heading, .destination_4 .tabs_title, .destination_4 .tabs_content{
    margin-bottom: 2.083rem;
}
.destination_4 .terms_menu{
    margin: 0 -0.365rem;
}
.destination_4 .terms_menu ul > li{
    margin: 0 0.365rem;
}
.destination_4 .terms_menu ul > li > a{
    border-color: #FFFFFF80;
}
.destination_4 .terms_menu ul > li > a svg{
    fill: var(--red-cl);
}
.destination_4 .terms_menu ul > li.active > a,
.destination_4 .terms_menu ul > li > a:hover{
    background: var(--red-cl);
    border-color: var(--red-cl);
}
.destination_4 .btn_primary:first-child{
    background: var(--red-cl);
    border: 1px solid var(--red-cl);
}
.destination_4 .btn_primary:last-child{
    border: 1px solid #FFF;
}
.destination_4 .btn_primary{
    margin: 0 0.78125rem;
}
.destination_4 .btn_primary span:last-child{
    background: #FFF;
}
.destination_4 .patterns_wrap > svg{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.destination_5{
    padding-bottom: 6.875rem;
    padding-top: 1.823rem;
    overflow: unset;
}
.destination_5 .img:first-child,
.destination_5 .img:nth-child(3){
    width: 22%;
}
.destination_5 .img:nth-child(2){
    width: calc(56% - 2.5rem);
    margin: 0 1.25rem;
}
.destination_5 .img img{
    width: 100%;
    height: 20.833rem;
    object-fit: cover;
}
.destination_5 .sec_heading{
    margin-bottom: 2.083rem;
}
.destination_5 .patterns_wrap > svg:first-child{
    left: 12.76rem;
    top: 5.365rem;
}
.destination_5 .patterns_wrap > svg:nth-child(2){
    top: -2.604rem;
    right: 0;
}
.tab_content{
    -webkit-animation: fade_up 1s;
    -o-animation: fade_up 1s;
    animation: fade_up 1s;
}
.tab_content:not(.active){
    display: none;
}
.game_swiper .item .img_wrap{
    position: relative;
}
.game_swiper .item .img_wrap:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    pointer-events: none;
}
.game_swiper .item .cont_wrap{
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 2.708rem 2.1875rem;
}
.game_swiper .item .cont_wrap h3{
    margin-bottom: 0;
}
.game_swiper .item .cont_wrap .fs_16{
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.game_swiper .item:hover .cont_wrap .fs_16{
    max-height: 10.417rem;
    padding-top: 0.521rem;
}
.destination_6{
    padding-top: 4.427rem;
    padding-bottom: 2.604rem;
}
.destination_6 .sec_heading{
    margin-bottom: 2.083rem;
}
.destination_7{
    padding-top: 2.604rem;
    padding-bottom: 2.604rem;
}
.swiper-button-disabled{
    opacity: 0.35 !important;
    cursor: not-allowed;
}
.fill_primary{
    fill: var(--main-cl)
}
.stroke_primary{
    stroke: var(--main-cl)
}
.destination_7 .sec_heading{
    margin-bottom: 3.333rem;
}
.des_swiper_5{
    width: 54.6875rem;
    max-width: 100%;
}
.des_swiper_5 .swiper-wrapper{
    align-items: center;
}


.hot_posts_wrap .item{
    background: rgba(210, 177, 126, 0);
    height: 16.823rem;
    display: flex;
}
.hot_posts_wrap .item:nth-child(2){
    flex-direction: row-reverse;
}
.hot_posts_wrap .item .cont_wrap h3{
    margin-bottom: 0;
}
.hot_posts_wrap .item .cont_wrap a:has(h3){
    padding-bottom: 1.042rem;
    margin-bottom: 1.042rem;
    display: block;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    position: relative;
}
.hot_posts_wrap .item .cont_wrap a:has(h3):before{
    bottom: -1px;
    left: 0;
    width: 5.208rem;
    position: absolute;
    content: '';
    background: var(--red-cl);
    height: 2px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.hot_posts_wrap .item .cont_wrap .des{
    margin-bottom: 1.5625rem;
}
.hot_posts_wrap .item:not(:first-child) .cont_wrap{
    padding: 2.083rem 2.604rem;
    border: 1px solid #33333333
}
.hot_posts_wrap .item:not(:first-child) > div{
    width: 50%;
    box-sizing: border-box;
}
.hot_posts_wrap .item:nth-child(2){
    border-top-right-radius: 0.521rem;
}
.hot_posts_wrap .item:nth-child(3){
    border-bottom-right-radius: 0.521rem;
}
.hot_posts_wrap .item:first-child{
    grid-row-start: 1;
    grid-row-end: 3;
    height: 33.646rem;
    flex-direction: column;
    -webkit-border-radius: 0.521rem 0 0 0.521rem;
    -moz-border-radius: 0.521rem 0 0 0.521rem;
    border-radius: 0.521rem 0 0 0.521rem;
}
.hot_posts_wrap .item:first-child > div{
    height: 16.823rem;
    box-sizing: border-box;
}
.hot_posts_wrap .item:first-child .cont_wrap{
    padding: 2.34375rem 4.167rem 3.125rem 3.385rem;
    border: 1px solid #33333333;
    border-bottom-left-radius: 1.042rem;
}
.hot_posts_wrap .item:last-child .cont_wrap{
    border-bottom-right-radius: 1.042rem;
}
.hot_posts_wrap .item:first-child .cont_wrap .des{
    padding-right: 1.979rem;
}
/*================ End Destination ==================*/
/*================ Contact Page ==================*/
.contact_1 {
    padding-top: 5.208rem;
    padding-bottom: 5.208rem;
}
.contact_1 .col_5{
    background: linear-gradient(0deg, rgba(1, 151, 199, 0.1), rgba(1, 151, 199, 0.1)), #FFFFFF;
    border-radius: 1.5625rem;
    padding: 3.854rem 4.948rem 4.6875rem;
}
.contact_1 .col_5 > h3.fs_20{
    margin-bottom: 1.042rem;
}
.contact_1 .col_5 .logo_cus{
    margin-bottom: 2.083rem;
}
.contact_1 .col_5 .item{
    margin-bottom: 0.78125rem;
    padding-bottom: 0.78125rem;
}
.contact_1 .col_5 .item:before{
    bottom: 0;
    position: absolute;
    left: 0;
    content: '';
    width: 4.6875rem;
    height: 0.052rem;
    background: rgba(51, 51, 51, 0.3);
}
.contact_1 .col_5 .item p:last-child{
    margin-bottom: 0;
}
.contact_1 .col_5 > .flex_box{
    margin-top: 1.5625rem;
}
.contact_1 .col_5 .item a{
    color: #333333
}
.contact_1 .col_5 .item a:hover{
    text-decoration: underline !important;
}
.social{
    width: 1.875rem;
    height: 1.875rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0.78125rem;
    border: 0.052rem solid var(--main-cl);
}
.contact_1 h2.sec_title+div.fs_16{
    margin-bottom: 1.302rem;
}
.contact_1 h2.sec_title{
    margin-bottom: 0.521rem;
}
.social:hover{
    background: var(--main-cl);
}
.social:hover img{
    filter: brightness(0) invert(1);
}
.form_wrap label{
    display: block;
    margin-bottom: 0.26rem;
    font-size: 0.729rem;
    line-height: 1.354rem;
    color: #333333;
}
.form_wrap p{
    margin-bottom: 0 !important;
}
.form_wrap .col_6{
    width: calc(50% - 0.625rem);
}
.form_wrap .form_group:not(:last-child){
    margin-bottom: 0.833rem;
}
.form_wrap .btn{
    pointer-events: none;
}
.form_wrap input[type='submit']{
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
}
.form_wrap .select-styled{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.form_wrap .select-styled,
.form_wrap input:not([type='submit']),
.form_wrap select{
    height: 2.34375rem;
    padding: 0 0.78125rem;
}
.form_wrap .select-styled,
.form_wrap input:not([type='submit']),
.form_wrap select,
.form_wrap textarea{
    background: #FFF;
    border: 0.052rem solid rgba(1, 151, 199, 0.3);
    border-radius: 0.521rem;
    width: 100%;
    font-weight: 400;
    font-size: 0.729rem;
    line-height: 1.354rem;
    color: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form_wrap input:not([type='submit']):focus,
.form_wrap select:focus,
.form_wrap textarea:focus{
    border: 0.052rem solid rgba(1, 151, 199, 1);
}
.form_wrap .wpcf7-form-control-wrap{
    display: block;
}
.form_wrap .wpcf7-form-control-wrap:has(select):before{
    position: absolute;
    width: 0.9375rem;
    height: 0.9375rem;
    content: '';
    background-image: url("../../images/CaretDown.png");
    background-repeat: no-repeat;
    background-size: contain;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    background-position: 50% 50%;
}
.form_wrap textarea{
    height: 6.25rem;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
}
.wpcf7-response-output{
    color: #FFF !important;
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
    font-family: 'Montserrat 600';
}
.wpcf7-not-valid-tip{
    font-size: 0.677rem;
    position: absolute;
}
.form_wrap .submit_btn{
    margin-top: 1.042rem;
    width: max-content;
}
.form_wrap .submit_btn .btn_primary > p{
    cursor: pointer;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    padding: 0 0.26rem 0 1.5625rem;
}
.wpcf7-spinner{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(100%, -50%);
}
.contact_2 iframe{
    width: 100%;
    display: block;
    height: 26.5625rem;
}
.form_wrap .select-options{
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    background: #FFF;
    z-index: 2;
    box-shadow: 0 0 0.521rem rgba(102, 102, 102, 0.2);
    margin: 0;
    list-style: none;
}
.form_wrap .select-options > li{
    border-bottom: 0.052rem solid #FFF;
    padding: 0.521rem 0.9375rem;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    font-size: 0.833rem;
    line-height: 1.354rem;

    color: #333333;
}
.form_wrap .select-options > li.active,
.form_wrap .select-options > li:hover{
    background-color: var(--main-cl);
    color: #FFF
}
/*================ End Contact Page ==================*/
/*================ Checkout Page ==================*/
section.checkout_page{
    padding-top: 3.125rem;
    padding-bottom: 2.604rem;
}
section.checkout_page .chosen_place{
    margin-bottom: 2.083rem;
}
section.checkout_page .col_7 .block{
    margin-bottom: 2.083rem;
    box-shadow: 0rem 0.104rem 1.5625rem 0rem #002E3E0D;
}
section.checkout_page .checkout_title{
    font-size: 1.042rem;
    font-weight: 900;
    line-height: 3.021rem;
    background: rgba(0, 0, 0, 0.05);
    padding: 0.729rem 2.34375rem;
}
section.checkout_page .col_7{
    width: calc(58% - 0.26rem);
}
section.checkout_page .col_5{
    width: calc(42% - 1.302rem);
}
section.checkout_page .col_7 .customer_information > .flex_box{
    padding: 1.5625rem 2.34375rem 1.302rem;
}
section.checkout_page .input_group{
    width: calc(50% - 0.78125rem);
}

section.checkout_page .input_group .error-text {
  font-size: 13px;
  color: #e4111a;
}
span.required{
    color: var(--red-cl) !important;
}
section.checkout_page .input_group{
    margin-bottom: 1.042rem;
}
section.checkout_page .input_group label{
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.354rem;
    color: #333333;
    margin-bottom: 0.521rem;
}
section.checkout_page .input_group input{
    height: 2.34375rem;
    background: transparent;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.146rem;
}
section.checkout_page .payments_method > .flex_box{
    padding: 1.146rem 0 0.9375rem;
    margin: 0 2.708rem;
}
section.checkout_page .payments_method > .flex_box:nth-child(2){
    border-bottom:  1px solid #D9D9D9;
}
section.checkout_page .payments_method .check_box{
    min-width: 1.40625rem;
    height: 1.40625rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
section.checkout_page .payments_method .name-payment-method {
    cursor: pointer;
}

section.checkout_page .payments_method .check_box svg{
    width: 0.885rem;
}
section.checkout_page .payments_method > .flex_box.active .check_box{
    background: var(--main-cl);
    border-color: var(--main-cl);
}
section.checkout_page .payments_method .check_box+div.fs_18{
    margin-right: auto;
    margin-left: 1.042rem;
}
section.checkout_page .col_5{
    box-shadow: 0rem 0.104rem 1.5625rem 0rem #002E3E0D;
}
section.checkout_page .col_5 .checkout_title{
    background: var(--main-cl);
    color: #FFF;
}
section.checkout_page .col_5 .orders_details{
    padding: 1.5625rem 2.34375rem 2.604rem;
    background: #FFFFFF;
}
section.checkout_page .col_5 .use_date{
    /* padding-bottom: 1.354rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); */
    margin-bottom: 0.521rem;
}
section.checkout_page .col_5 .use_date svg{
    margin-right: 0.521rem;
}
section.checkout_page .col_5 .ticket{
    padding: 1.302rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section.checkout_page .col_5 .ticket h3{
    margin-bottom: 0.521rem;
}
section.checkout_page .col_5 .name_group{
    max-width: 20.3125rem;
}
section.checkout_page .col_5 .sub_total_box{
    padding: 1.302rem 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
section.checkout_page .col_5 .total_box{
    padding: 1.302rem 0 1.5625rem;
}
section.checkout_page .col_5 .total_box > .flex_box{
    align-items: baseline;
    margin-bottom: 0.26rem;
}
section.checkout_page .col_5 .total_box strong{
    color: var(--red-cl);
    font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.979rem;
}
section.checkout_page .col_5 .coupon_form{
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    overflow: hidden;
    margin-bottom: 2.083rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.checkout_page .col_5 .coupon_form > button{
    width: 7.03125rem;
    background: rgba(102, 102, 102, 0.1);
    height: 2.604rem;
    padding: 0;
}
section.checkout_page .col_5 .coupon_form > input,
section.checkout_page .col_5 .coupon_form > input::placeholder{
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.146rem;
}
section.checkout_page .col_5 .coupon_form > input::placeholder{
    color: #666666;
}
section.checkout_page .col_5 .coupon_form > input{
    color: #333333;
    padding: 0 0 0 1.146rem;
    background: transparent;
    flex-grow: 1;
    -webkit-border-radius: 5.208rem 0 0 5.208rem;
    -moz-border-radius: 5.208rem 0 0 5.208rem;
    border-radius: 5.208rem 0 0 5.208rem;
}
section.checkout_page .col_5 .coupon_form input:focus{
    border-color:transparent;
}
section.checkout_page .col_5 .coupon_form:has(input:focus){
    border-color: var(--main-cl);
}
section.checkout_page .col_5 .button_group > a{
    height: 2.604rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
}
section.checkout_page .col_5 .button_group > a.continue_checkout{
    background: var(--main-cl);
    margin-bottom: 0.521rem;
}

section.checkout_page .col_5 .button_group > a.continue_checkout.disabled{
    cursor: not-allowed;
    pointer-events: none;
}
section.checkout_page .col_5 .button_group > a.back_to_cart{
    background: rgba(102, 102, 102, 0.1);
}
/*================ End Checkout Page ==================*/
/*================ Header ==================*/
header.site-header .before_header{
    background: linear-gradient(90deg, #0C54A2 0%, #0197C7 100%);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 2.604rem;
    display: flex;
    z-index: 99;
    align-items: center;
    justify-content: space-between;
}
header.site-header .before_header > .grid-container{
    width: 100%;
}
.language_switcher .flag_wrap{
    width: 1.25rem;
    height: 1.25rem;
    background: #FFF;
    padding: 0.104rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0.26rem;
}
.language_switcher .flag_wrap > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.show_search_form{
    padding: 0 1.042rem;
    margin: 0 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: none;
    border-bottom: none;
    cursor: pointer;
}
.before_header .right .account_icon > svg{
    margin-right: 0.521rem;
}
header.site-header{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    background: transparent;
}
header.site-header:before{
    width: 100%;
    height: 7.5rem;
    left: 50%;
    transform: translateX(-50%);
    top: -2px;
    position: absolute;
    content: '';
    background-image: url('../../images/header_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    background-position: center;
}
header.site-header .inside-header{
    position: relative;
    padding: 2.604rem 0 0 ;
}
header.site-header .site-logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 6.354rem;
    height: 6.354rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    top: 0.833rem;
    padding: 0.521rem;
}
header.site-header .site-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
header.site-header .main-navigation{
    width: 100%;
    background: transparent;
}
header.site-header .main-navigation .CR-show-mini-cart{
    height: 100%;
}
header.site-header .main-navigation .CR-show-mini-cart-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2.292rem;
    background: var(--red-cl);
    height: 100%;
    min-width: 11.302rem;
}
header.site-header .main-navigation .CR-show-mini-cart-btn svg{
    margin-right: 0.78125rem;
}
header.site-header .main-navigation .CR-show-mini-cart-btn .total-quantity{
    width: 0.833rem;
    height: 0.833rem;
    background-color: #FFF;
    color: var(--red-cl);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 0.78125rem;
    transform: translate(20%, -50%);
}
header.site-header .main-navigation .CR-show-mini-cart{
    position: relative;
}
.mini-cart{
    position: absolute;
    width: 20.833rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    background-color: #FFF;
    right: 0;
    top: 100%;
    padding: 1.042rem;
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(2.083rem);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
}
.mini-cart ul.mini-cart-items{
    max-height: 50vh;
    overflow: auto;
    padding-right: 0.521rem;
}
.list-place .list-place-inner::-webkit-scrollbar-track,
.mini-cart ul.mini-cart-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.list-place .list-place-inner::-webkit-scrollbar,
.mini-cart ul.mini-cart-items::-webkit-scrollbar {
    width: 0.208rem;
    background-color: #cedbff;
}

.list-place .list-place-inner::-webkit-scrollbar-thumb,
.mini-cart ul.mini-cart-items::-webkit-scrollbar-thumb {
    background-color: var(--red-cl);
}
.mini-cart ul.mini-cart-items > li.ticket_row > .fs_16{
    margin-bottom: 0.521rem;
}
.mini-cart ul.mini-cart-items > li.ticket_row .info-item{
    display: flex;
    align-items: flex-start;
}
.mini-cart ul.mini-cart-items > li.ticket_row:not(:last-of-type){
    padding-bottom: 0.833rem;
    margin-bottom: 0.833rem;
    border-bottom: 1px solid #dfdfdf;
}
.mini-cart ul.mini-cart-items > li.ticket_row .info-item .img_wrap{
    width: 4.167rem;
    height: 3.125rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    margin-right: 0.521rem;
}
.mini-cart ul.mini-cart-items > li.ticket_row .info-item .cont_wrap{
    flex-grow: 1;
}
.mini-cart ul.mini-cart-items > li.ticket_row .info-item .sub_row .quantity_wrap{
    display: flex;
    justify-content: space-between;
}
.mini-cart .total_cart{
    margin-top: 1.042rem;
}
.ml_auto{
    margin-left: auto;
}
.mini-cart .total_cart .flex_box.jus_between{
    margin-bottom: 0.625rem;
}
.mini-cart .total_cart .fs_18 > span{
    display: block;
    font-size: 12px;
    line-height: 20px;
}
header.site-header .main-navigation .inside-navigation{
    align-items: unset;
    height: 3.333rem;
}
header.site-header .main-navigation .inside-navigation > div#mega-menu-wrap-primary{
    flex-grow: 1;
    background: transparent;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    font-size: 0.833rem;
    font-weight: 500;
    line-height: 1.146rem;
    color: #333333;
    height: auto;
    padding: 1.068rem 1.458rem;
    text-transform: uppercase;
    background: transparent !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-of-type > a.mega-menu-link{
    padding: 0;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    width: 0.9375rem;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-logo_center {
    margin-left: 1.042rem !important
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link path,
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover path{
    fill: var(--main-cl)
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    color: var(--main-cl)
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
    background-image: url('../../images/CaretDown.png');
    content: '';
    width: 0.9375rem;
    height: 1.042rem;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}
div#page{
    margin-top: 6.042rem;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
    max-width: var(--container-w);
    width: var(--container-w);
    -webkit-border-radius: 0 0 1.042rem 1.042rem;
    -moz-border-radius: 0 0 1.042rem 1.042rem;
    border-radius: 0 0 1.042rem 1.042rem;
    background: #FFF;
    overflow: hidden;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    width: 23%;
    background: #F9F9F9;
    padding: 1.198rem 1.5625rem 1.198rem 3.021rem;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before{
    position: absolute;
    content: url('../../images/Marker_2.png');
    top: 50%;
    transform:translateY(-50%);
    left: 1.875rem;
    z-index: 1;
    pointer-events:none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:after{
    position: absolute;
    content: url('../../images/Marker.png');
    top: 50%;
    transform:translateY(-50%);
    left: 1.875rem;
    z-index: 2;
    pointer-events:none;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu{
    width: 77%;
    left: 23%;
    border-left: 0;
    padding: 1.302rem 1.042rem 1.302rem 1.5625rem;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-current_page_item > a.mega-menu-link:before,
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:before{
    opacity: 0;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-current_page_item > a.mega-menu-link:after,
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link:after{
    opacity: 1;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
    background: #FFFF !important;
    font-weight: 500;
    color: var(--red-cl);
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-current_page_item > a.mega-menu-link{
    background: #FFFF !important;
    font-weight: 500;
    color: var(--red-cl)
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item img{
    display: block;
    height: 100%;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    object-fit: cover;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
    padding: 0;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p{
    margin-bottom: 0;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:not(:last-child) .textwidget{
    margin-bottom: 0.885rem;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p,
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p a{
    color: #333333;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.25rem;
}
header.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item p a:hover{
    color: var(--red-cl)
}
/*================ End Header ==================*/
/*================ Service ==================*/
section.service_1 .grid_box{
    grid-gap: 1.5625rem 1.25rem
}
.service_item{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 0rem 0.104rem 1.042rem 0rem #0E7DA314;
}
.service_item .img_wrap{
    height: 15.625rem;
}
.service_item .cont_wrap{
    padding: 1.5625rem 2.083rem;
}
.service_item+.ticket_detail{
    display: none;
}
.service_item h3{
    margin-bottom: 1.302rem;
}
.service_item .total_price_wrap{
    padding-bottom: 1.042rem;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    position: relative;
}
.service_item .total_price_wrap > .price_total{
    margin-left: auto;
}
.service_item .total_price_wrap:before{
    width: 5.208rem;
    height: 2px;
    bottom: -1px;
    position: absolute;
    content: '';
    background: var(--main-cl);
    left: 0;
    pointer-events: none;
}
.quantity_box{
    width: 7.083rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    border: 1px solid #979797;
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    padding: 0 1.042rem;
}
.quantity_box > div{
    display: flex;
}
.quantity_box svg{
    width: 0.9375rem;
}

.quantity_box .minus,
.quantity_box .plus {
  cursor: pointer;
}
.quantity_box input{
    border: none !important;
    background: transparent;
    width: 3.125rem;
    padding: 0 !important;
    text-align: center;
    font-size: 0.885rem;
    font-weight: 400;
    line-height: 1.354rem;
}
.service_item .view_detail svg{
    margin-right: 0.521rem;
}
.service_item .price_box{
    padding-top: 1.042rem;
}
.service_item .price_box > .price_single{
    margin-bottom: 0.625rem;
}
.service_item .price_box > .price_single > .fs_18{
    margin-bottom: 0.26rem;
}
.service_item .btn:first-of-type{
    margin-right: 5px;
}
.service_item .btn:last-of-type{
    margin-left: 5px;
}
.service_item .btn span:first-of-type{
    flex-grow: 1;
    text-align: center;
}
.service_item .btn span:last-of-type{
    margin-left: 0.521rem;
}
.service_item .actions-wrap{
    margin-top: 1.25rem;
}
.service_item .actions-wrap > *{
    width: 100%;
}
.service_item .actions-wrap a{
    display: flex;
    margin-left: 10px;
}
.service_item .btn{
    padding-left: 0.521rem;
    width: 100%;
}
section.service_1{
    padding-top: 3.125rem;
    padding-bottom: 5.208rem;
}
section.service_1 .ticket_type svg{
    margin-right: 0.521rem;
}
section.service_1 .ticket_type li{
    cursor: pointer;
    margin-bottom: 0.521rem;
}
section.service_1 .ticket_type li span{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.service_1 .ticket_type li.active span{
    color: var(--main-cl)
}
section.service_1 .ticket_type li.active path{
    fill: var(--main-cl)
}
section.service_1 .ticket_type li:not(:last-child){
    margin-right: 3.125rem;
}
section.service_1 .ticket_type{
    padding-bottom: 0.521rem;
    border-bottom: 1px solid #D9D9D9;
    width: calc(66.666666666% - 0.625rem);
}
section.service_1 .grid-container > .flex_box:nth-child(2){
    margin-bottom: 2.083rem;
}
section.service_1 .date_box{
    padding: 0.9375rem 1.5625rem;
    border: 1px solid #D9D9D9
}
section.service_1 .date_box .icon{
    margin-right: 1.042rem;
    width: 2.5rem;
}
section.service_1 .date_box .text_red{
    position: relative;
}
section.service_1 .date_box .text_red input::-webkit-calendar-picker-indicator{
    width: 100%;
    height: 100%;
}
section.service_1 .date_box .text_red input{
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 5;
    left: 0;
    top: 0;
}
section.service_1 .date_box .text_red > svg{
    margin-left: 0.78125rem;
}
section.service_2{
    padding-top: 4.167rem;
    padding-bottom: 2.604rem;
}
section.service_2 h2.text_primary{
    margin-bottom: 2.083rem;
    font-size: 1.5625rem;
    line-height: 3.021rem;
}
.cart_table{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    overflow: hidden;
    box-shadow: 0rem 0.104rem 1.5625rem 0rem #002E3E0D;
}
.cart_table > li{
    display: flex;
    justify-content: space-between;
}
.cart_table > li > div:first-of-type{
    width: 30%;
    display: flex;
    align-items: center;
    padding-right: 1.042rem;
}
.cart_table > li > div:nth-of-type(2){
    width: 18%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart_table > li.title{
    padding: 0.885rem 2.8125rem;
    background: rgba(0, 0, 0, 0.05);
}
.cart_table > li.title > div:nth-of-type(3){
    width: 18%;
    text-align: center;
}
.cart_table > li.title > div:nth-of-type(4){
    width: 16%;
    text-align: center;
}
.cart_table > li.title > div:nth-of-type(5){
    width: 18%;
    text-align: center;
}
.cart_table > li.ticket_row > div:nth-of-type(3){
    width: 52%;
}
.cart_table > li:not(.title){
    margin: 0 2.8125rem;
    padding: 1.042rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cart_table > li.ticket_row .sub_row{
    display: flex;
    align-items: center;
}
.cart_table > li.ticket_row .sub_row:not(:last-child){
    margin-bottom: 0.521rem;
}
.cart_table > li.ticket_row .sub_row > div:first-of-type{
    width: calc(var(--container-w) * 18 / 100);
    display: flex;
    justify-content: space-between;
    padding: 0 0.521rem;
}
.cart_table > li.ticket_row .sub_row > div:nth-of-type(2){
    width: calc(var(--container-w) * 16 / 100);
    text-align: center;
}
.cart_table > li.ticket_row .sub_row > div:nth-of-type(3){
    width: calc(var(--container-w) * 18 / 100);
    text-align: center;
}
.cart_table > li.total_cart{
    justify-content: flex-end;
    padding-bottom: 1.771rem;
}
.cart_table > li.total_cart > .wrap > .flex_box{
    width: max-content;
    margin-bottom: 0.26rem;
}
.cart_table > li.total_cart > .wrap{
    display: block;
    padding: 0;
    width: auto !important;
}
.cart_table > li.total_cart .text_red{
    margin-left: 2.1875rem;
}
.cart_table > li.button_submit{
    padding-bottom: 1.354rem;
    border-bottom: none !important;
    justify-content: flex-end;
}
section.policy_sec{
    padding: 1.667rem;
    margin-bottom: 2.604rem;
    background: linear-gradient(270deg, rgba(102, 102, 102, 0) 0%, rgba(102, 102, 102, 0.1) 50%, rgba(102, 102, 102, 0) 100%);
}
section.policy_sec .fw900{
    margin-bottom: 0.521rem;
}
/*================ End Service ==================*/
/*================ Home ==================*/
section.home_1{
    padding-top: 2.083rem;
    padding-bottom: 7.8125rem;
}
section.home_1 .utilities_wrap{
    grid-gap: 1.458rem;
    margin-bottom: 4.792rem;
}
section.home_1 .utilities_wrap .item{
    padding: 2.292rem 1.5625rem;
    background: #0C54A20D;
}
section.home_1 .utilities_wrap .icon img{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.home_1 .utilities_wrap .icon{
    min-width: 2.865rem;
    margin-right: 1.302rem;
}
.destination_wrap{
    grid-gap: 1.25rem;
}
.destination_item .img_wrap:after{
    background: linear-gradient(180deg, rgba(14, 125, 163, 0.9) 0%, rgba(0, 54, 112, 0.9) 100%);
    height: 0;
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.destination_item .img_wrap:before{
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.destination_item{
    position: relative;
}
.destination_item .cont_wrap{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 1.979rem 2.1875rem;
    box-sizing: border-box;
}
.destination_item h3{
    margin-bottom: 0;
}
.destination_item .hide_cont .fs_16{
    margin-bottom: 1.042rem;
    margin-top: 0.78125rem;
}
.destination_item .hide_cont{
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.home_1 .sec_des{
    margin-bottom: 2.083rem;
}
section.home_1 .patterns_wrap > svg:first-of-type{
    right: 0;
    top: 13.542rem;
}
section.home_2{
    padding-top: 2.083rem;
    min-height: 44.271rem;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
/*section.home_2:before{*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0;*/
/*    background-image: url('../../images/cloud.png');*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: bottom;*/
/*    height: 16.40625rem;*/
/*    bottom: -2.083rem;*/
/*}*/
@keyframes bannermove {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: -100vw;
    }

}
@-webkit-keyframes bannermove {
    0% {
        margin-left: 0px;
    }
    100% {
        margin-left: -100vw;
    }
}
section.home_2 img.cloud{
    position: absolute;
    width: 200%;
    height: auto;
    left: 0;
    bottom: -2.083rem;
    pointer-events: none;
    -webkit-animation: bannermove 70s linear infinite;
    -moz-animation: bannermove 70s linear infinite;
    -ms-animation: bannermove 70s linear infinite;
    -o-animation: bannermove 70s linear infinite;
    animation: bannermove 70s linear infinite;
}
section.home_2 img.cloud:nth-of-type(2){
    transform: translateX(100%);
}
section.home_2 .sub_title{
    margin-bottom: 0.78125rem;
}
section.home_2 .sub_title svg{
    margin-right: 0.521rem;
}
section.home_2 .sec_title{
    margin-bottom: 1.25rem;
}
section.home_2 .sec_des{
    margin-bottom: 1.458rem;
}
section.home_3{
    padding-top: 4.0625rem;
    padding-bottom: 3.125rem
}
section.home_3 .swiper{
    padding: 2.083rem 1.5625rem 3.385rem;
    margin: 0 -1.5625rem;
}
section.home_3 .patterns_wrap > svg:nth-of-type(2){
    right: 0;
    top: 0;
}
section.home_3 .patterns_wrap > svg:nth-of-type(3){
    right: 0;
    bottom: 2.604rem;
}
section.home_3 .patterns_wrap > svg:first-of-type{
    left: 0;
    top: 0;
}
section.home_4{
    padding-top: 2.083rem;
}
section.home_5{
    padding-top: 6.25rem;
    padding-bottom: 2.604rem;
}
section.home_5 .sec_heading{
    margin-bottom: 2.083rem;
}
section.gallery_section .grid_box{
    grid-template-rows: 1fr 1fr;
    grid-gap: 1.25rem;
}
section.gallery_section .item{
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    overflow: hidden;
    height: 17.995rem;
}
section.gallery_section .item img{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
section.gallery_section .item:nth-child(1){
    grid-row: 1/2;
    grid-column: 1/2;
}
section.gallery_section .item:nth-child(2){
    grid-row: 2/3;
    grid-column: 1/2;
}
section.gallery_section .item:nth-child(3){
    grid-row: 1/3;
    grid-column: 2/3;
    height: 37.24rem;
}
section.gallery_section .item:nth-child(4){
    grid-row: 1/2;
    grid-column: 3/4;
}
section.gallery_section .item:nth-child(5){
    grid-row: 1/2;
    grid-column: 4/5;
}
section.gallery_section .item:nth-child(6){
    grid-row: 2/3;
    grid-column: 3/5;
}
section.gallery_section .item:nth-child(7){
    grid-row: 1/3;
    grid-column: 5/6;
    height: 37.24rem;
}
section.gallery_section .item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.gallery_section .gallery_wrap{
    margin: 0 -11.198rem;
}
section.gallery_section .item.text_item{
    padding: 0 2.1875rem;
    box-shadow: 0rem 0.104rem 1.042rem 0rem #0E7DA31A;
}
section.gallery_section .item.text_item h2{
    margin-bottom: 0.78125rem;
}
section.gallery_section .item.text_item .sec_des{
    margin-bottom: 1.458rem;
}
.list-place {
    background-color: #ffffff;
    position: absolute;
    z-index: -1;
    opacity: 0;
    left: 320.796875px;
    width: 891.34375px;
    top: -562.140625px;
}
.banner_gr{
    position: relative;
}
.banner_gr .img_wrap:before{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 5.729rem;
    background-image: url('../../images/banner_bg.png');
    content: '';
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.pick_ticket_box{
    width: var(--container-w);
    height: 10.573rem;
    mask-image: url('../../images/bg_ticket.svg');
    -webkit-mask-image: url('../../images/bg_ticket.svg');
    background: linear-gradient(180deg, #0197C7 -21.43%, #0C54A2 141.13%);
    margin-top: -5.208rem;
    padding: 1.667rem 3.28125rem;
    -webkit-mask-position: center;
    -webkit-mask-size: 300% 99%;
    -webkit-mask-repeat: no-repeat;
}
.pick_ticket_box .name{
    margin-bottom: 0.365rem;
}
.pick_ticket_box .name > svg{
    margin-right: 0.625rem;
}
.pick_ticket_box .name+.fs_16{
    margin-bottom: 1.146rem;
}
.pick_ticket_box form{
    -webkit-border-radius: 5.208rem;
    -moz-border-radius: 5.208rem;
    border-radius: 5.208rem;
    background: #FFF;
    height: 2.604rem;
    overflow: hidden;
}
.pick_ticket_box .col_6{
    width: calc(50% - 2.34375rem);
}
.pick_ticket_box form  > .pick_date{
    padding: 0 0.78125rem 0 1.042rem;
    width: 20%;
    justify-content: space-between;
}
.pick_ticket_box form  > .choose_place{
    padding: 0 0.78125rem 0 1.042rem;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    width: 70%;
}
.pick_ticket_box form  > .choose_place svg:last-of-type{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.78125rem;
    pointer-events: none;
}
.pick_ticket_box form svg:last-of-type{
    margin-left: 0.9375rem;
}
.pick_ticket_box form svg:first-of-type{
    margin-right: 0.521rem;
    margin-left: 0 !important;
}
.pick_ticket_box form .submit{
    flex-grow: 1;
}
.pick_ticket_box form select{
    background: transparent !important;
    border: none !important;
    padding: 0 1.042rem 0 0!important;
    font-size: 0.833rem;
    font-weight: 500;
    line-height: 1.25rem;
    max-width: 11.71875rem;
    width: 11.71875rem;
    height: 100%;
    cursor: pointer;
}
.pick_ticket_box form button > a{
    color: var(--main-cl-dark);
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.25rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pick_ticket_box form button{
    padding: 0;
    background: var(--yellow-cl);
    width: 100%;
    height: 100%;
    color: var(--main-cl-dark);
    font-size: 0.833rem;
    font-weight: 700;
    line-height: 1.25rem;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.pick_ticket_box form div.pick_date > .fs_16{
    width: 5.208rem;
}
.pick_ticket_box form input.pick_date{
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 5;
}
.pick_ticket_box form input.pick_date::-webkit-calendar-picker-indicator{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.default_page_2 .sec_heading{
    margin-bottom: 2.083rem;
}
.default_page_2{
    padding-top: 2.604rem;
    padding-bottom: 2.604rem;
}
.default_page .share_btn:before{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    content: '';
    background: rgba(102, 102, 102, 0.2);
    height: 0.9375rem;
    width: 2px;
}
.default_page .share_btn{
    padding-left: 1.042rem;
    margin-left: 1.042rem;
    position: relative;
}
.default_page_2 .patterns_wrap > svg:nth-of-type(1){
    left: 7.552rem;
    top: 5.208rem;
}
.default_page_2 .patterns_wrap > svg:nth-of-type(2){
    right: 0;
    top: 0;
}
.ticket_detail{
    width: 41.667rem;
    max-width: 95%;
    -webkit-border-radius: 0.78125rem;
    -moz-border-radius: 0.78125rem;
    border-radius: 0.78125rem;
    padding: 0;
}
.ticket_detail .post_content{
    padding: 1.042rem 2.083rem 0;
    margin-bottom: 1.5625rem;
}
.ticket_detail .heading{
    padding: 1.042rem 2.083rem;
    background: var(--main-cl);
    color: #FFF;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 600;
    text-align: center;
}
.CR-action-head-box{
    height: 100%;
}
header.site-header .left_btn, header.site-header .right_btn, header.site-header #mobile_menu{
    display: none;
}
#ticket_wrap.loading{
    min-height: 20.833rem;
    position: relative;
}
#ticket_wrap.loading:before{
    width: 7.8125rem;
    height: 7.8125rem;
    position: absolute;
    content: '';
    background-image: url("../../images/loading.gif");
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
/*================ End Home ==================*/
/*================ Account ==================*/
section.account_page_nk{
    padding-top: 2.083rem;
    padding-bottom: 3.125rem;
}
section.account_page_nk .woocommerce-MyAccount-navigation{
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    overflow: hidden;
    background: var(--main-cl-dark);
    padding-top: 2rem;
}
section.account_page_nk .woocommerce-MyAccount-navigation ul > li > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    border: 1px solid #FFF;
    margin-bottom: 0.78125rem;
    color: #FFF !important;
}
section.account_page_nk .woocommerce-MyAccount-navigation h3.name{
    color: #FFF !important;
    text-transform: uppercase;
}
section.account_page_nk .woocommerce-MyAccount-navigation ul > li.is-active > a,
section.account_page_nk .woocommerce-MyAccount-navigation ul > li > a:hover{
    background: var(--red-cl);
    border-color: var(--red-cl);
}
section.account_page_nk .woocommerce:before,
section.account_page_nk .woocommerce:after{
    display: none !important;
}
section.account_page_nk .woocommerce{
    justify-content: space-between;
}
section.account_page_nk .woocommerce-MyAccount-content{
    width: 67%;
    box-shadow: 0 0 0.78125rem #e1e1e1;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    overflow: hidden;
    padding: 3rem 2.5rem;
}
section.account_page_nk .woocommerce-MyAccount-content .CR-account-woo-box > div:first-of-type{
    margin-bottom: 2.083rem;
}
section.account_page_nk .woocommerce-MyAccount-content .list_coupon{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.25rem;
}
section.account_page_nk .woocommerce-MyAccount-content .list_coupon .item_coupon{
    display: flex;
    align-items: center;
    background-image: url('../../images/coupon_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    position: relative;
}
section.account_page_nk .woocommerce-MyAccount-content .list_coupon .item_coupon .coupon_name{
    color: #FFF;
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 1.354rem;
    margin-bottom: 0.521rem;
}
section.account_page_nk .woocommerce-MyAccount-content .list_coupon .item_coupon .start_date{
    font-size: 0.677rem;
    color: #FFF;
    line-height: 1.042rem;
}
section.account_page_nk .woocommerce-MyAccount-content .list_coupon .item_coupon .copy_text{
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
section.account_page_nk .woocommerce-MyAccount-content .list_coupon .item_coupon .image-wrapper{
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-right: 20px;
}
section.account_page_nk .woocommerce-MyAccount-navigation .scroll-box{
    background: transparent;
    border: none;
    text-align: center;
}
/*================ End Account ==================*/
/*================ Gallery ==================*/

.gallery_2{
    padding-top: 5.208rem;
    padding-bottom: 2.083rem;
}
.gallery_2 h1{
    margin-bottom: 2.083rem;
}
#gallery_inner{
    display: flex;
    flex-wrap: wrap;
}
#gallery_inner + div.text_center{
    margin-top: 2.604rem;
}
#gallery_inner > .item{
    position: relative;
    width: calc(25% - 0.104rem);
    margin-bottom: 0.15625rem;
    height: 23.4375rem;
    margin-right: 0.104rem !important
}
#gallery_inner > .item:nth-child(3n){
    margin-right: 0 !important
}
#gallery_inner > .item:nth-child(6n + 1),
#gallery_inner > .item:nth-child(6n + 6) {
    width: calc(50% - 0.104rem);
}
#gallery_inner > .item .img_wrap{
    height: 100%;
    width: 100%;
}

#gallery_inner > .item:before{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    width: 100%;
    height: 75%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
#gallery_inner > .item .media_title{
    font-size: 1.25rem;
    line-height: 1.823rem;
    color: #FFFFFF;
    margin-bottom: 0;
}
#gallery_inner > .item .cont_wrap{
    position: absolute;
    display: flex;
    width: 100%;
    bottom: 2.083rem;
    left: 0;
    padding: 0 1.302rem;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
#gallery_inner > .item:hover .img_wrap img{
    transform: scale(1.2);
}
#gallery_inner > .item:hover .plus_btn svg{
    transform: rotate(360deg);
}
#ticket_wrap > .text_center{
    margin-top: 2.5rem;
}
/*================ End Gallery ==================*/
/*================ Search ==================*/

.wrap_search_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .3s all;
    pointer-events: none;
}

.wrap_search_popup.show {
    opacity: 1;
    pointer-events: unset;
}

.wrap_search_popup .inner {
    background: #353535e8;
    padding: 1.25rem calc(calc(100vw - 56.25rem) / 2) 1.25rem;
    position: relative;
    z-index: 2;
    transform: translateY(-120%);
    transition: .3s all;
}

.wrap_search_popup.show .inner {
    transform: translateY(0%);
    transition-delay: .3s;
}

.wrap_search_popup .inner .button_close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);right: 2.8125rem;
    cursor: pointer;
}

.wrap_search_popup .inner .button_close path {
    fill: white;
}

.wrap_search_popup .inner h2 {
    font-size: 2.5rem;
    margin-bottom: 1.875rem;
}

.wrap_search_popup input::placeholder {
    font-size: 1.5625rem;
    color: #929292;
}

.wrap_search_popup input#s {
    margin-bottom: 0;
    height: 3.125rem;
    width: 100%;
    margin-right: 0.625rem;
    outline: none;
    background-color: #232323;
    border-radius: 0;
    border: 0.0625rem solid transparent;
    color: white;
    font-size: 1rem;
    transition: .5s all;
    padding: 0 1.25rem;
}

.wrap_search_popup input#s:focus {
    border-color: var(--main-cl);
}

.wrap_search_popup input#s::placeholder {
    font-size: 1.125rem;
}

.wrap_search_popup input#searchsubmit {
    height: 3.125rem;
    width: 12.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    color: white;
    flex: 0 0 auto;
    background: var(--main-cl);
    border-radius: 0.3125rem;
    position: unset;
    opacity: 1;
    border: none;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.wrap_search_popup input#searchsubmit:hover{
    background: var(--main-cl);
}
.wrap_search_popup form {
    display: flex;
}

.wrap_search_popup h2 {
    color: #fff;
}
.wrap_search_popup .bg_close{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
section.section.search_page{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
section.section.search_page h1{
    margin-bottom: 2.5rem;
}
section.section.search_page h2{
    margin-bottom: 1.5rem;
}
section.section.search_page .grid_box{
    grid-gap: 1.25rem;
}
section.section.search_page .grid_box+.text_center{
    margin-top: 3rem;
}
section.section.search_page .search_grid:not(:last-child){
    margin-bottom: 4.5rem;
}
#home_popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*opacity: 0;*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 99999;
    display: none;
    padding: 0;
}
#home_popup .swiper_arrow svg{
    width: 2.865rem;
    height: 2.865rem;
}
#home_popup .swiper_arrow{
    position: absolute;
    width: 3.646rem;
    height: 3.646rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
#home_popup .swiper_arrow.prev{
    left: 5%;
}
#home_popup .swiper_arrow.next{
    right: 5%;
}
#home_popup .fancybox-button svg{
    width: 1.771rem;
    height: 1.771rem;
}
#home_popup .fancybox-button svg path{
    fill: #FFF
}
#home_popup .fancybox-close-small{
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery_swiper,
.gallery_swiper .img_wrap,
.gallery_swiper img{
    height: 100%;
}
.gallery_swiper .swiper-slide .img_wrap:before{
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(to top,rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
    z-index: 2;
}
.gallery_swiper .swiper-slide .cont_wrap{
    position: absolute;
    bottom: 0;
    width: var(--container-w);
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    margin-bottom: 3.646rem
}
.gallery_swiper .swiper-slide .btn_primary span:first-child{
    width: max-content;
}
.gallery_swiper .swiper-slide .cont_wrap .post_content{
    padding-right: 2.083rem;
}
.gallery_swiper .swiper-slide .cont_wrap .post_content h2{
    font-size: 1.979rem;
    line-height: 2.292rem;
}
.gallery_swiper .swiper-slide .cont_wrap .post_content h3{
    font-size: 1.771rem;
    line-height: 2.083rem;
}
.gallery_swiper .swiper-slide .cont_wrap .post_content h4{
    font-size: 1.5625rem;
    line-height: 1.875rem;
}
.gallery_swiper .swiper-slide .cont_wrap .post_content h5{
    font-size: 1.458rem;
    line-height: 1.771rem;
}
.gallery_swiper .swiper-slide .cont_wrap .post_content h6{
    font-size: 1.25rem;
    line-height: 1.5625rem;
}
.gallery_swiper_thumb{
    position: absolute;
    top: 1.042rem;
    left: 50%;
    transform: translateX(-50%);
    width: var(--container-w);
    z-index: 99;
}
.gallery_swiper_thumb img{
    height: 6.25rem;
}
.gallery_swiper_thumb .img_wrap{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 2px solid transparent;
    opacity: 0.5;
    cursor: pointer;
}
.gallery_swiper_thumb .swiper-slide-thumb-active .img_wrap{
    border-color: #FFF;
    opacity: 1;
}
.home_banner_swiper:before{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 5.729rem;
    background-image: url('../../images/banner_bg.png');
    content: '';
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
}
.home_banner_swiper .img_wrap img{
    height: 31.25rem;
}
/*================ End Search ==================*/
.CR-account-woo-box .CR-item-order .product-list {
    margin: 0;
}
.CR-account-woo-box .CR-item-order .CR-item-product-order:after {
    left: 1rem;
    right: 1rem;
}
.CR-account-woo-box .CR-item-order .CR-item-product-order {
    width: 100%;
}
.CR-account-woo-box .CR-item-product-order .info--box .main-title--box {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.CR-account-woo-box .CR-item-product-order .info--box .quantity {
    flex-shrink: 0;
}
.policy_page{
    padding: 5.208rem 0 2.083rem;
    overflow: unset;
}
.policy_page .col_3 ul li a{
    position: relative;
    padding: 1.042rem 0.521rem 1.042rem 2.604rem;
    font-size: 0.885rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #333333;
    border-left: 3px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.policy_page .col_3 ul li a:before{
    position: absolute;
    background-image: url('../../images/qb-faq-tat-ca-icon.png');
    content: '';
    top: 50%;
    left: 1.042rem;
    width: 1.042rem;
    height: 1.042rem;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
}
.policy_page .col_3 ul{
    box-shadow: 0rem 0.417rem 1.667rem rgba(99, 45, 142, 0.1);
    position: sticky;
    top: 7.03125rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.policy_page .col_9{
    padding-left: 2.083rem;
}
.policy_page .col_9 .policy_item:not(:last-child){
    margin-bottom: 2.604rem;
}
.policy_page .col_9 .policy_item .policy_title{
    font-weight: 700;
    border-bottom: 1px solid #999999;
    padding-bottom: 0.26rem;
    font-size: 1.823rem;
}
.policy_page .col_3 ul li a:hover,
.policy_page .col_3 ul li.active a{
    border-color: var(--red-cl);
    background: rgba(228, 17, 26, 0.05);
}
.q_a_page{
    padding: 5.208rem 0 2.083rem;
    overflow: unset;
}
.q_a_page .col_3 li > a{
    position: relative;
    padding: 1.042rem 0.521rem 1.042rem 2.604rem;
    border-left: 3px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.q_a_page .col_3 ul{
    box-shadow: 0rem 0.417rem 1.667rem rgba(99, 45, 142, 0.1);
    position: sticky;
    top: 7.03125rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
}
.q_a_page .col_3 li > a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 1.042rem;
    width: 1.042rem;
    height: 1.042rem;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
}
.q_a_page .col_3 li a:hover,
.q_a_page .col_3 li.active a{
    border-color: var(--red-cl);
    background: rgba(228, 17, 26, 0.05);
}
.q_a_page .col_9{
    padding-left: 2.083rem;
}
.q_a_page .col_9 .quest_list{
    animation: 1.5s fade_up;
}
.q_a_page .col_9 .quest_list:not(.active){
    display: none;
}
.q_a_page .col_9 .quest_list .quest{
    background: rgba(153, 153, 153, 0.2);
    padding: 0.521rem 3.125rem 0.521rem 1.042rem;
    position: relative;
    margin-bottom: 0.521rem;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.354rem;
}
.q_a_page .col_9 .quest_list .quest_item{
    padding: 0.78125rem 0 0.26rem;
}
.q_a_page .col_9 .quest_list .quest:before{
    position: absolute;
    content: '';
    top: 50%;
    width: 1.042rem;
    height: 1.042rem;
    right: 1.042rem;
    background-image: url('../../images/CaretDown.png');
    background-repeat: no-repeat;
    background-size: cover;
    transform: translateY(-50%);
}
.q_a_page .col_9 .quest_list .answer{
    display: none;
    font-size: 0.885rem;
    line-height: 1.5;
    font-weight: 400;
}
.q_a_page .col_9 .quest_list .quest_item:first-child{
    padding-top: 0;
}
.list-place .col_6.item-place{
    display: flex;
}
.list-place .col_6.item-place .img_wrap{
    min-width: 5.208rem;
    width: 5.208rem;
    height: 3.125rem;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    margin-right: 0.625rem;
}
.list-place {
    padding: 2.083rem;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
    box-sizing: border-box;
}
.list-place .list-place-inner {
    max-height: 16.667rem;
    overflow: auto
}
.list-place .col_6.item-place{
    margin-bottom: 1.042rem;
    padding-right: 1.5625rem;
    cursor: pointer;
}
.pick_ticket_box form > .choose_place .place-select{
    flex-grow: 1;
    cursor: pointer;
    font-size: 0.833rem;
    line-height: 1.25rem;
    font-weight: 500;
}
#form_popup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none !important;
    z-index: -999999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#form_popup.show{
    z-index: 9999999;
    opacity: 1;
    visibility: unset;
    pointer-events: unset !important;
}
#form_popup .bg_close{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}
#form_popup .form_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36.458rem;
    max-width: 95%;
    transform: translate(-50%, -50%);
    padding: 2.604rem 3.125rem;
    background-color: #FFF;
    -webkit-border-radius: 1.042rem;
    -moz-border-radius: 1.042rem;
    border-radius: 1.042rem;
}
#form_popup .form_inner .form_title{
    margin-bottom: 1.042rem;
}
#form_popup .form_inner .btn_close{
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 20px;
}
#form_popup .form_inner .form_des{
    font-size: 0.833rem;
    line-height: 1.25rem;
    margin-bottom: 1.5625rem;
}
#form_popup .popup_close{
    cursor: pointer;
}
.woocommerce-account .woocommerce-MyAccount-content .CR-account-woo-box ul{
    gap: 0 1.042rem
}
.woocommerce-account .woocommerce-MyAccount-content .CR-account-woo-box ul > li.input-half{
    width: calc(50% - 0.521rem);
}
.custom_checkbox_wrap > input[type='radio'],
.custom_checkbox_wrap > input[type='checkbox']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.custom_checkbox_wrap{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 1.5625rem;
    margin-top: 0.521rem;
}
.custom_checkbox_wrap > span.custom_checkbox{
    width: 1.25rem;
    height: 1.25rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid var(--red-cl);
    position: relative;
    background-color: #FFF;
    display: flex;
    margin-right: 0.521rem;
}
.custom_checkbox_wrap > span.custom_checkbox:before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    border: 0.365rem solid var(--red-cl);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom_checkbox_wrap > input:checked+span.custom_checkbox:before{
    opacity: 1;
}
.woocommerce-MyAccount-content.notify .grid_box.grid_2{
    grid-gap: 2.083rem
}
.fixed_ads{
    position: fixed;
    bottom: 3.125rem;
    left: 0;
    z-index: 999;
    background-color: #FFF;
    width: 18.229rem;
    padding: 0.26rem 0.26rem 0.26rem 0;
    -webkit-border-radius: 0 1.042rem 1.042rem 0;
    -moz-border-radius: 0 1.042rem 1.042rem 0;
    border-radius: 0 1.042rem 1.042rem 0;
    box-shadow: 0 0 5px #dedede;
}
.fixed_ads .img_wrap{
    width: 4.167rem;
    min-width: 4.167rem;
    height: 4.167rem;
}
.fixed_ads .cont_wrap{
    margin: 0 0.521rem;
}
.fixed_ads .cont_wrap,
.fixed_ads .cont_wrap p,
.fixed_ads .cont_wrap li{
    font-size: 0.521rem;
    line-height: 1.4;
}
.fixed_ads .close_ads{
    position: absolute;
    right: 0.521rem;
    top: 0.521rem;
    z-index: 99;
    cursor: pointer;
    display: flex;
}
.fixed_ads .show_ads{
    box-shadow: 0 0 5px #dedede;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    padding: 0.3125rem 0.208rem;
    display: flex;
    background-color: #FFF;
    cursor: pointer;
    -webkit-border-radius: 0 0.521rem 0.521rem 0;
    -moz-border-radius: 0 0.521rem 0.521rem 0;
    border-radius: 0 0.521rem 0.521rem 0;
    opacity: 0;
    pointer-events: none !important;
}
.fixed_ads.not-show .show_ads{
    opacity: 1;
    pointer-events: unset !important;
}
.fixed_ads.not-show{
    transform: translateX(-100%);
}
.fixed_ads .btn{
    font-size: 0.625rem;
    padding: 0.208rem 0.625rem ;
    height: auto;
    color: #FFF;
}
.fixed_ads .cont_wrap > *:last-child{
    margin-bottom: 0;
}
.fixed_ads_swiper .swiper-slide:not(.swiper-slide-active){
    opacity: 0 !important;
}
@media only screen and (min-width: 1280px){
    .list-place .col_6.item-place:hover .img_wrap img{
        transform: scale(1.1);
    }
    .socials_footer li:hover{
        background: #FFF;
    }
    .menu_footer li > a:hover{
        text-decoration: underline !important;
    }
    .socials_footer li:hover img{
        filter: brightness(0);
    }
    .section{
        padding-left: 0.208rem !important;
    }
    .btn_primary:hover{
        background: var(--yellow-cl);
    }
    .btn_primary:hover span:last-child path{
        stroke: var(--yellow-cl);
    }
    .btn_primary:hover span:last-child{
        background: var(--main-cl);
    }
    .load_more_btn:hover > span:last-child{
        transform: rotate(-90deg);
    }
    .terms_menu ul > li > a:hover svg{
        transform: rotateY(360deg);
    }
    .terms_menu ul > li > a:hover path{
        fill: var(--cl-white);
    }
    .terms_menu ul > li > a:hover{
        background: var(--main-cl);
        border-color: var(--main-cl);
        color: var(--cl-white);
    }
    .prom_item:hover .cont_wrap{
        background: rgba(0, 191, 252, 0.1);
    }
    .prom_item:hover img{
        transform: scale(1.2);
    }
    .prom_item:hover h3{
        color: var(--red-cl);
    }
    .prom_item:hover{
        box-shadow: 0 0.104rem 1.042rem 0.521rem rgba(14, 125, 163, 0.15);
    }
    .prom_item:hover a:has(h3):before{
        width: 100%;
    }
    .form_wrap .submit_btn:hover .btn_primary{
        background: var(--yellow-cl);
    }
    .form_wrap .submit_btn:hover .btn_primary span:last-child path{
        stroke: var(--yellow-cl);
    }
    .form_wrap .submit_btn:hover .btn_primary span:last-child{
        background: var(--main-cl);
    }
    .pick_ticket_box form button:hover{
        color: #FFF;
        background: var(--red-cl);
    }
    .pick_ticket_box form button:hover > a{
        color: #FFF;
    }
    .cont_footer a:hover{
        text-decoration: underline !important;
    }
    .swiper_arrow:hover{
        background: var(--red-cl);
    }
    .swiper_arrow.next:hover svg{
        transform: translateX(3px);
    }
    .swiper_arrow.prev:hover svg{
        transform: translateX(-3px);
    }
    .swiper_arrow:hover path{
        stroke: #FFF
    }
    .destination_2 .item:hover img{
        transform: scale(1.15);
    }
    .destination_2 .item:hover .cont_wrap h3:before{
        width: 100%;
    }
    .destination_4 .btn_primary:hover{
        background: var(--yellow-cl) !important;
        border-color: var(--yellow-cl) !important;
    }
    .destination_4 .btn_primary:hover span:last-of-type {
        background: #FFF !important;
    }
    .destination_item:hover .img_wrap:before{
        height: 0;
    }
    .destination_item:hover .img_wrap:after{
        height: 100%;
    }
    .destination_item:hover .hide_cont{
        max-height: 9.375rem;
    }
    .destination_item a:hover{
        color: #FFF !important;
    }
    section.home_1 .utilities_wrap .item:hover img{
        transform: rotateY(360deg);
    }
    section.gallery_section .item:hover img{
        transform: scale(1.2);
    }
    .hot_posts_wrap .item:hover .cont_wrap{
        background: #0197C710;
    }
    .hot_posts_wrap .item:hover h3{
        color: var(--red-cl)
    }
    .hot_posts_wrap .item:hover img{
        transform: scale(1.2);
    }
    .hot_posts_wrap .item:hover .cont_wrap a:has(h3):before{
        width: 100%;
    }
    header.site-header .main-navigation .CR-show-mini-cart:hover .mini-cart{
        opacity: 1;
        visibility: unset;
        transform: translateY(0);
        pointer-events: unset;
    }
}
@media only screen and (max-width: 1199px){
    :root{
        --container-w: 59.375rem
    }
    .grid-container{
        max-width: 59.375rem;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }
    .left_cont{
        left: calc(calc(100vw - 57.5rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 57.5rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 57.5rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 57.5rem) / 2);
    }
    .contact_1 .col_5{
        padding: 3.5rem 3rem 4.5rem;
    }
    .contact_1{
        padding: 4rem 0;
    }
    .sec_title{
        font-size: 2rem;
        line-height: 2.375rem;
    }
    .sec_title_2{
        font-size: 1.75rem;
        line-height: 2rem;
    }
    footer.footer_wrap{
        padding-top: 9rem;
    }
    .footer_block:nth-child(3){
        padding-left: 3rem;
    }
    footer.footer_wrap .footer_main{
        padding-bottom: 1.5rem;
    }
    .patterns_wrap{
        display: none !important;
    }
    .promotion_page{
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    .terms_menu ul > li:not(:last-child){
        margin-right: 0.5rem;
    }
    .terms_menu ul > li > a{
        padding: 0.5rem 0.625rem;
    }
    .sec_title:has(+.sec_des){
        margin-bottom: 0.5rem;
    }
    .prom_list{
        grid-gap: 0.9375rem;
    }
    .prom_item .cont_wrap{
        padding: 1.5rem;
    }
    .prom_list > .prom_item:first-child .cont_wrap{
        padding: 0 2rem 2rem 2rem;
    }
    .prom_item img{
        height: 12.5rem;
    }
    .prom_list > .prom_item:first-child img, .prom_list > .prom_item:first-child .img_wrap{
        height: 25rem;
    }
    section.single_post{
        padding-top: 3rem;
    }
    .post_content_wrap{
        padding: 3rem 3rem 2rem;
    }
    .post_content_wrap .post_content{
        margin-bottom: 1.5rem;
    }
    section.related_posts{
        padding-top: 0.5rem;
    }
    section.related_posts .related_swiper{
        padding: 2rem 1rem 1rem;
        margin: 0 !important;
    }
    section .box_swiper .swiper{
        padding-left: 1rem;
        padding-right: 1rem;
        margin: 0 1rem !important;
    }
    .box_swiper .swiper_arrow.prev{
        transform: translate(0.4375rem, -50%);
    }
    .box_swiper .swiper_arrow.next{
        transform: translate(-0.4375rem, -50%);
    }
    section.thanks_page{
        padding: 2.5rem 0 2rem;
    }
    .chosen_place > span{
        font-size: 1.375rem;
        line-height: 1.625rem;
    }
    section.checkout_page .col_5 .orders_details{
        padding: 1rem 1.5rem 2rem;
    }
    section.checkout_page .checkout_title{
        padding: 0.5rem 1.5rem !important;
    }
    section.checkout_page .col_7 .customer_information > .flex_box{
        padding: 1rem 1.5rem 2rem;
    }
    section.checkout_page .col_5 .total_box strong{
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .destination_wrap{
        grid-gap: 0.625rem;
    }
    .destination_item .cont_wrap{
        padding: 0 1rem 1.5rem;
    }
    .destination_item h3{
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    .default_page_2{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    header.site-header .main-navigation .inside-navigation{
        flex-wrap: nowrap;
    }
    header.site-header .main-navigation .CR-show-mini-cart-btn{
        padding: 0 1rem;
        min-width: unset;
        width: 3.75rem;
    }
    header.site-header .main-navigation .CR-show-mini-cart-btn svg{
        margin-right: 0;
    }
    header.site-header .main-navigation .CR-show-mini-cart-btn span{
        display: none;
    }
    header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:first-of-type{
        width: 3.75rem;
    }
    header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
        padding: 1rem 0.5rem;
    }
    header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-align: center;
    }
    header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:not(:first-of-type){
        width: calc(calc(100% - 3.75rem) / 6);
    }
    header.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-logo_center{
        margin-left: 0 !important;
        opacity: 0;
    }
    section.home_1 .utilities_wrap .item{
        padding: 1.5rem 1rem;
        text-align: center;
        flex-direction: column;
    }
    section.home_1 .utilities_wrap .icon{
        margin: 0 0 0.625rem 0;
    }
    section.home_1 .utilities_wrap{
        grid-gap: 0.5rem;
        margin-bottom: 2rem;
    }
    section.home_1{
        padding-bottom: 2rem;
    }
    section.home_2{
        min-height: 30rem;
    }
    section.home_2 .sec_title{
        margin-bottom: 0.5rem;
    }
    section.home_3{
        padding-top: 3rem;
        padding-bottom: 0;
    }
    section.home_3 .swiper{
        padding: 1.25rem;
    }
    section.gallery_section .item{
        height: 15.625rem
    }
    section.gallery_section .grid_box{
        grid-gap: 0.9375rem
    }
    section.gallery_section .item:nth-child(3),
    section.gallery_section .item:nth-child(7){
        height: 32.1875rem;
    }
    section.home_5{
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    section.home_5 .box_swiper .swiper{
        padding: 0 !important;
    }
    .hot_posts_wrap .item:not(:first-child) .cont_wrap{
        padding: 1.5rem;
    }
    .hot_posts_wrap .item .cont_wrap a:has(h3){
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .hot_posts_wrap .item .cont_wrap .des{
        margin-bottom: 0.75rem;
    }
    .hot_posts_wrap .item{
        height: 14rem;
    }
    .hot_posts_wrap .item:first-child{
        height: 28rem;
    }
    .hot_posts_wrap .item:first-child .cont_wrap{
        padding: 1.5rem 2.5rem 0.5rem;
    }
    section.service_1 .date_box{
        padding: 0.5rem 0.75rem;
    }
    section.service_1 .grid_box{
        grid-gap: 1rem;
    }
    section.service_1 .grid_box .service_item .cont_wrap{
        padding: 1rem 0.75rem;
    }
    .service_item .btn span:first-of-type{
        font-size: 12px;
    }
    .service_item .btn span:last-of-type{
        width: 28px;
        min-width: 28px;
        height: 28px;
    }
    .quantity_box{
        width: 5.5rem;
        padding: 0 0.5rem;
        height: 2rem;
        justify-content: space-between;
    }
    .quantity_box input{
        width: 2.125rem;
    }
    .quantity_box svg{
        width: 0.75rem;
    }
    .service_item h3{
        font-size: 1.125rem;
        margin-bottom: 0.625rem;
    }
    .service_item .total_price_wrap{
        padding-bottom: 0.625rem;
    }
    .cart_table > li.title{
        padding: 0.75rem 1.5rem;
    }
    .cart_table > li:not(.title){
        margin: 0 1.5rem;
    }
    section.service_1 .ticket_type li:not(:last-child){
        margin-right: 1.5rem;
    }
    .destination_item .hide_cont{
        max-height: unset !important;
    }
    .pick_ticket_box > .flex_box{
        flex-wrap: wrap;
    }
    .pick_ticket_box .col_6{
        /*width: 100%;*/
    }
    .pick_ticket_box form{
        -webkit-border-radius: 0.9375rem;
        -moz-border-radius: 0.9375rem;
        border-radius: 0.9375rem;
        height: auto;
    }
    .list-place .list-place-inner{
        max-height: 12.5rem;
    }
    .list-place{
        padding: 1rem;
    }
    .pick_ticket_box form > div{
        height: 2.5rem;
        justify-content: space-between;
    }
    .pick_ticket_box form > div:not(.submit){
        padding: 0 0.9375rem !important;
        border: none !important;
    }
    .pick_ticket_box{
        height: auto;
        padding-right: 1.875rem;
        padding-left: 1.875rem;
    }
    .pick_ticket_box form select{
        width: 100%;
        max-width: 100%;
    }
    .pick_ticket_box form div.pick_date > .fs_16{
        width: auto;
        margin-right: auto;
    }
    .home_banner_swiper .img_wrap img,
    .banner_gr img{
        max-height: 28.125rem;
    }
    .destination_1 .col_6:first-child{
        padding-right: 2rem;
    }
    .destination_1 .sec_des{
        margin-bottom: 1rem;
    }
    .destination_1{
        padding-top: 4rem;
        padding-bottom: 1rem;
    }
    .destination_2{
        padding-top: 1.5rem;
    }
    .destination_3{
        padding-top: 3rem;
        padding-bottom: 2.5rem;
    }
    .destination_4 .patterns_wrap{
        display: block !important;
    }
    .destination_4 .patterns_wrap > svg{
        width: 100%;
        height: auto;
    }
    .destination_4{
        padding-top: 2.5rem;
        padding-bottom: 5rem;
    }
    .destination_5{
        padding-top: 1rem;
        padding-bottom: 3rem;
    }
    .des_swiper_3,
    .game_swiper{
        padding: 0 !important;
    }
    .game_swiper .item .cont_wrap{
        padding: 0 1rem 1rem;
        max-height: 100%;
        overflow: auto;
    }
    .destination_5 .img img{
        height: 17rem;
    }
    .des_swiper_4{
        padding: 0 !important;
    }
    .destination_6{
        padding-top: 2.5rem;
        padding-bottom: 1rem;
    }
    .destination_7{
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }
    .pick_ticket_box form > .choose_place svg:last-of-type{
        right: 0.9375rem;
    }
    #gallery_inner > .item{
        height: 18rem;
    }
    .gallery_2{
        padding-top: 2.5rem;
    }
    section.account_page_nk .woocommerce-MyAccount-navigation h3.name{
        font-size: 1.5625rem !important;
    }
    .wrap_search_popup .inner .button_close{
        right: 1.5rem;
        display: flex;
    }
    .bct_logo{
        margin: 0 0.9375rem;
    }
    .q_a_page .col_3 li > a{
        padding-left: 2rem
    }
    .q_a_page .col_3 li > a:before{
        left: 0.75rem;
    }
    .q_a_page, .policy_page{
        padding-top: 3rem;
    }
    .policy_page .col_9 .policy_item .policy_title{
        font-size: 28px;
    }
    .service_item .img_wrap{
        height: 12rem;
    }
    body.page-template-coupon section.account_page_nk .woocommerce-MyAccount-content{
        padding: 1.5rem 1rem;
    }
    section.account_page_nk .woocommerce-MyAccount-content .list_coupon .item_coupon{
        padding: 14px 40px 14px 20px;
    }
    section.account_page_nk .woocommerce-MyAccount-content .list_coupon .item_coupon .image-wrapper{
        width: 70px;
        min-width: 70px;
        height: 70px;
        margin-right: 10px;
    }
    section.account_page_nk .woocommerce-MyAccount-content .list_coupon .item_coupon .coupon_name{
        font-size: 14px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 991px){
    :root{
        --container-w: 45rem;
    }
    .grid-container{
        max-width: 45rem;
    }
    .tablet_col_1{flex:0 0 auto;width:8.33333333% !important}
    .tablet_col_2{flex:0 0 auto;width:16.66666667% !important}
    .tablet_col_3{flex:0 0 auto;width:25% !important}
    .tablet_col_4{flex:0 0 auto;width:33.33333333% !important}
    .tablet_col_5{flex:0 0 auto;width:41.66666667% !important}
    .tablet_col_6{flex:0 0 auto;width:50% !important}
    .tablet_col_7{flex:0 0 auto;width:58.33333333% !important}
    .tablet_col_8{flex:0 0 auto;width:66.66666667% !important}
    .tablet_col_9{flex:0 0 auto;width:75% !important}
    .tablet_col_10{flex:0 0 auto;width:83.33333333% !important}
    .tablet_col_11{flex:0 0 auto;width:91.66666667% !important}
    .tablet_col_12{flex:0 0 auto;width:100% !important}
    .tablet_flex_col{
        flex-direction: column;
    }
    .left_cont{
        left: calc(calc(100vw - 45rem) / 2);
    }
    .pl_cont{
        padding-left: calc(calc(100vw - 45rem) / 2);
    }
    .right_cont{
        right: calc(calc(100vw - 45rem) / 2);
    }
    .pr_cont{
        padding-right: calc(calc(100vw - 45rem) / 2);
    }
    .tablet_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .tablet_grid_1{
        grid-template-columns: 1fr;
    }
    .tablet_col{
        flex-direction: column;
    }
    .tablet_col_reverse{
        flex-direction: column-reverse;
    }
    .contact_1 .tablet_col_6{
        width: calc(50% - 1rem) !important;
    }
    .contact_1 .col_5{
        padding: 3rem 2rem 4rem;
    }
    .contact_1 h2.sec_title+div.fs_16{
        margin-bottom: 2rem;
    }
    .contact_1{
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .sec_title{
        font-size: 1.625rem;
        line-height: 2rem;
    }
    .sec_title_2{
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    .footer_main .footer_block{
        padding: 0 1rem !important;
        margin-bottom: 1.5rem;
    }
    .title_footer{
        margin-bottom: 0.5rem;
    }
    .copyright > .flex_box{
        flex-wrap: wrap;
    }
    .copyright > .flex_box > div{
        width: 100%;
        text-align: center;
    }
    .copyright > .flex_box > .flex_box > span{
        margin-top: 0.75rem;
        margin-bottom: 0.35rem;
    }
    .copyright > .flex_box > .flex_box{
        flex-direction: column;
        align-items: center;
    }
    .socials_footer li:first-child{
        margin-left: 0;
    }
    .post_content_wrap{
        padding: 2rem;
    }
    .post_content_wrap .tags_wrap{
        flex-direction: column;
    }
    .post_content_wrap .tags_wrap .tags{
        margin-bottom: 1rem;
    }
    .chosen_place{
        flex-direction: column;
        align-items: center;
    }
    .chosen_place > *{
        margin: 0 0 1rem 0 !important;
    }
    .chosen_place{
        margin-bottom: 1rem;
    }
    section.thanks_page{
        padding: 1.5rem 0;
    }
    section.checkout_steps .divider{
        margin: 0 1rem;
    }
    section.checkout_steps .divider > svg{
        width: 50px;
    }
    section.checkout_page{
        padding-top: 1.5rem;
    }
    section.home_2:after{
        background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, .7), rgba(255, 255, 255, 0));
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .hot_posts_wrap .item:first-child .cont_wrap{
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }
    section.gallery_section .item.text_item{
        padding: 0 1rem;
    }
    section.service_1 .grid-container > .flex_box:nth-child(2){
        align-items: center;
    }
    section.service_1 .date_box{
        margin-bottom: 1.25rem;
    }
    section.service_1 .ticket_type{
        justify-content: center;
        flex-wrap: wrap;
    }
    section.service_1{
        padding-top: 1.5rem;
        padding-bottom: 3rem;
    }
    .cart_table > li.title{
        display: none !important;
    }
    .cart_table > li.ticket_row{
        flex-direction: column;
    }
    .cart_table > li > div:first-of-type{
        width: 100%;
        padding-right: 0;
        font-weight: 700 !important;
        font-size: 1.25rem;
        margin-bottom: 0.3125rem;
    }
    .cart_table > li > div:nth-of-type(2){
        font-size: 0.875rem;
        margin-bottom: 0.625rem;
        width: 100%;
        justify-content: flex-start;
    }
    .cart_table > li.ticket_row .sub_row > div{
        width: calc(100% / 3) !important;
    }
    .cart_table > li.ticket_row .sub_row > div:nth-of-type(2),
    .cart_table > li.ticket_row .sub_row > div:nth-of-type(3){
        text-align: right;
    }
    .cart_table > li.ticket_row > div:nth-of-type(3){
        width: 100%;
    }
    .cart_table > li.total_cart{
        padding: 1rem 0 !important;
    }
    section.policy_sec .text_center{
        width: 100%;
        margin-bottom: 0.9375rem;
    }
    section.policy_sec{
        margin-bottom: 1rem;
    }
    .pick_ticket_box .col_6{
        width: calc(50% - 1.25rem);
    }
    .pick_ticket_box{
        padding: 1.5rem 1rem;
    }
    .home_banner_swiper .img_wrap img,
    .banner_gr img{
        max-height: 21.875rem;
    }
    .destination_4 .sec_heading, .destination_4 .tabs_title, .destination_4 .tabs_content{
        margin-bottom: 1rem;
    }
    .destination_5 .images_wrap{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .destination_5 .img{
        -webkit-border-radius: 0.625rem;
        -moz-border-radius: 0.625rem;
        border-radius: 0.625rem;
    }
    .destination_5 .img:first-child, .destination_5 .img:nth-child(3){
        width: calc(50% - 0.3125rem);
    }
    .destination_5 .img:nth-child(2){
        width: 100%;
        margin: 0 0 0.625rem;
        order: -1;
    }
    .destination_1 .col_6:first-child{
        padding-right: 0;
        margin-bottom: 2rem;
    }
    .destination_1{
        padding-top: 2.5rem;
    }
    .pick_ticket_box .name+.fs_16{
        font-size: 0.75rem;
    }
    .before_header .right .CR-open-popup > span{
        display: none;
    }
    .before_header .right .CR-open-popup > svg{
        margin-right: 0;
    }
    .show_search_form{
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    .language_switcher{
        display: none;
    }
    .has-inline-mobile-toggle .mobile-menu-control-wrapper{
        display: none !important;
    }
    #mobile_menu{
        position: fixed;
        right: 0;
        top: 6.0625rem;
        width: 50vw;
        height: calc(100vh - 4.1875rem);
        background: var(--main-cl);
        padding: 2.5rem 1.5rem 2.5rem 2.5rem;
        max-width: 25rem;
        transform: translateX(100%);
        z-index: 99;
        transition: all 0.4s ease-in-out;
    }
    header.site-header:before{
        z-index: 999;
        pointer-events: unset;
    }
    header.site-header .before_header{
        z-index: 999;
    }
    #mobile_menu.active{
        transform: translateX(0);
    }
    #mobile_menu ul{
        flex-direction: column;
        list-style: none;
    }
    #mobile_menu > ul{
        padding-right: 1rem;
        margin: 0;
        max-height: 100%;
        overflow: auto;

    }
    header.site-header nav{
        display: none !important;
    }
    header.site-header #mobile_menu ul > li{
        width: 100%;
    }
    header.site-header #mobile_menu > ul > li.current-menu-item > a{

    }
    header.site-header #mobile_menu ul > li > a > div{
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        height: 100%;
        display: flex;
        align-items: center;
    }
    header.site-header #mobile_menu ul > li > a > div.active > svg{
        transform: rotate(180deg);
    }
    header.site-header #mobile_menu ul > li > a{
        text-transform: uppercase;
        font-weight: 500;
        color: #FFF !important;
        padding:  0 !important;
        height: 3.125rem;
        padding-left: 0.625rem !important;
        display: flex !important;
        align-items: center;
        border-bottom: 1px solid #FFF !important;
        font-size: 1rem !important;
        justify-content: space-between;
    }
    .menu-item-has-children .dropdown-menu-toggle{
        display: flex;
        align-items: center;
    }
    header.site-header .gp-icon svg{
        position: unset !important;
        width: 1.25rem;
        height: 1.25rem;
    }
    #mobile_menu{
        display: block !important;
    }
    header.site-header #mobile_menu > ul > li > ul.sub-menu{
        position: unset !important;
        margin-left: 1.5rem;
        width: calc(100% - 1.5rem);
        background: transparent;
        box-shadow: unset !important;
        /*display: none;*/
        height: auto;
    }
    header.site-header #mobile_menu > ul > li:before{
        display: none;
    }
    header.site-header #mobile_menu > ul > li.menu-item-has-children:has(li.current-menu-item) > a{
        background: var(--main-cl);
    }
    header.site-header #mobile_menu > ul > li.menu-item-has-children:has(li.current-menu-item) > ul.sub-menu{
        opacity: 1;
    }
    header.site-header #mobile_menu ul > li.current-menu-item > a{
        background: var(--main-cl);
    }
    .hamburger{
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    .hamburger .line{
        width: 2.1875rem;
        height: 0.1875rem;
        background-color: var(--main-cl);
        display: block;
        margin: 0.5rem 0;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        border-radius: 1.25rem;
        margin-left: auto;
    }
    .hamburger.active .line:nth-child(2){
        opacity: 0;
    }
    .hamburger .line:nth-child(1){
        width: 1.75rem;
    }
    .hamburger .line:nth-child(3) {
        width: 1.25rem;
    }
    .hamburger.active .line:nth-child(1){
        -webkit-transform: translateY(0.6875rem) rotate(45deg);
        -ms-transform: translateY(0.6875rem) rotate(45deg);
        -o-transform: translateY(0.6875rem) rotate(45deg);
        transform: translateY(0.6875rem) rotate(45deg);
        width: 2.1875rem;
    }
    .hamburger.active .line:nth-child(3){
        -webkit-transform: translateY(-0.6875rem) rotate(-45deg);
        -ms-transform: translateY(-0.6875rem) rotate(-45deg);
        -o-transform: translateY(-0.6875rem) rotate(-45deg);
        transform: translateY(-0.6875rem) rotate(-45deg);
        width: 2.1875rem;
    }
    header.site-header .left_btn{
        position: fixed;
        top: 3.4375rem;
        height: 1.5625rem;
        display: flex !important;
        left: calc(calc(100vw - 45rem) / 2);
        z-index: 9999;
    }
    header.site-header .left_btn .show_search_form{
        display: none;
        padding-left: 0;
        margin-left: 0.9375rem;
    }
    header.site-header .left_btn path{
        stroke: var(--main-cl)
    }
    .language_mobile img{
        height: 1.5625rem;
    }
    header.site-header .before_header > .grid-container{
        padding: 0 !important;
    }
    header.site-header .right_btn{
        display: flex !important;
        position: fixed;
        right: calc(calc(100vw - 45rem) / 2);
        top: 3rem;
        align-items: center;
        z-index: 10001;
    }
    header.site-header .right_btn a path{
        stroke: var(--main-cl)
    }
    header.site-header .right_btn a{
        display: none;
    }
    #gallery_inner{
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        grid-gap: 2px;
        margin-right: 2px;
        margin-left: 2px;
    }
    #gallery_inner > .item{
        width: 100% !important;
        margin: 0 !important;
    }
    #gallery_inner > .item .cont_wrap{
        bottom: 1rem;
    }
    #gallery_inner > .item .media_title{
        font-size: 1.15rem;
    }

    .gallery_2{
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    #gallery_inner + div.text_center{
        margin-top: 2rem;
    }
    section.account_page_nk .woocommerce{
        flex-direction: column;
        min-height: unset;
    }
    section.account_page_nk .woocommerce > *{
        width: 100% !important;
    }
    section.account_page_nk .woocommerce-MyAccount-navigation{
        margin-bottom: 1.25rem;
    }
    section.account_page_nk .woocommerce{
        padding: 0;
    }
    .wrap_search_popup form{
        margin-left: 1.25rem;
        max-width: 88%;
    }
    section.section.search_page h1{
        margin-bottom: 1.5rem;
    }
    section.section.search_page .grid_box+.text_center{
        margin-top: 1.5rem;
    }
    section.section.search_page .search_grid:not(:last-child){
        margin-bottom: 2.5rem;
    }
    .bct_logo{
        margin-top: 0.9375rem;
    }
    .q_a_page .col_9{
        padding-left: 20px;
    }
    .q_a_page .col_3 li > a{
        padding-left: 2.5rem;
    }
    .policy_page .col_9 .policy_item .policy_title{
        font-size: 24px;
    }
    .policy_page .col_9 .policy_item:not(:last-child){
        margin-bottom: 30px;
    }
    .pick_ticket_box form > .choose_place{
        width: 60%;
    }
    .pick_ticket_box form > .pick_date{
        width: 23%;
    }
    .pick_ticket_box form > .pick_date svg:last-of-type{
        margin-left: 0;
    }
    header.site-header .right_btn .total-quantity{

        width: 0.833rem;
        height: 0.833rem;
        background-color: var(--red-cl);
        color: #FFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.625rem;
        font-weight: 500;
        line-height: 0.78125rem;
        transform: translate(-25%, -50%);
    }
}
@media only screen and (max-width: 767px){
    :root{
        --container-w: 100%;
    }
    .grid-container{
        max-width: 100%;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
    }

    .mobile_col_1{flex:0 0 auto;width:8.33333333% !important;}
    .mobile_col_2{flex:0 0 auto;width:16.66666667% !important;}
    .mobile_col_3{flex:0 0 auto;width:25% !important;}
    .mobile_col_4{flex:0 0 auto;width:33.33333333% !important;}
    .mobile_col_5{flex:0 0 auto;width:41.66666667% !important;}
    .mobile_col_6{flex:0 0 auto;width:50% !important;}
    .mobile_col_7{flex:0 0 auto;width:58.33333333% !important;}
    .mobile_col_8{flex:0 0 auto;width:66.66666667% !important;}
    .mobile_col_9{flex:0 0 auto;width:75% !important;}
    .mobile_col_10{flex:0 0 auto;width:83.33333333% !important;}
    .mobile_col_11{flex:0 0 auto;width:91.66666667% !important;}
    .mobile_col_12{flex:0 0 auto;width:100% !important;}
    .mobile_flex_col{
        flex-direction: column;
    }
    .mobile_al_center{
        align-items: center;
    }
    .mobile_al_start{
        align-items: flex-start;
    }
    .mobile_al_end{
        align-items: flex-end;
    }
    .mobile_jus_start{
        justify-content: flex-start;
    }
    .mobile_jus_end{
        justify-content: flex-end;
    }
    .mobile_jus_center{
        justify-content: center;
    }
    .mobile_jus_between{
        justify-content: space-between;
    }

    .mobile_grid_2{
        grid-template-columns: 1fr 1fr;
    }
    .mobile_grid_1{
        grid-template-columns: 1fr;
    }
    .mobile_col_reverse{
        flex-direction: column-reverse;
    }
    .sec_title{
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
    .sec_title_2{
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .mobile_text_center{
        text-align: center;
    }
    .contact_1 .tablet_col_6{
        width: 100% !important;
    }
    .contact_1{
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .contact_1 .tablet_col_6:last-of-type{
        margin-bottom: 1.5rem;
    }
    .contact_1 .col_5 .logo_cus{
        margin-bottom: 1.5rem;
    }
    .contact_1 h2.sec_title+div.fs_16{
        margin-bottom: 1rem;
    }
    .footer_main .footer_block{
        text-align: center;
        padding: 0 !important;
    }
    .title_footer:before{
        left: 50%;
        transform: translateX(-50%);
    }
    .menu_footer li{
        justify-content: center;
    }
    footer.footer_wrap .footer_main{
        padding-bottom: 0;
    }
    .promotion_page{
        padding-top: 2rem;
    }
    section.section .sec_heading{
        margin-bottom: 1rem;
    }
    .prom_list > .prom_item:first-child{
        grid-column: unset;
    }
    .terms_menu ul > li{
        width: 100%;
        margin: 0 !important;
    }
    .terms_menu ul > li > a{
        justify-content: center;
        position: relative;
    }
    .terms_menu ul > li > a > svg{
        left: 1rem;
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
    }
    section.single_post{
        padding-top: 2rem;
    }
    section.single_post .date_group{
        margin-bottom: 1.5rem;
    }
    section.single_post h1.sec_title_2{
        margin-bottom: 0.5rem;
    }
    .post_content_wrap{
        padding: 1rem;
    }
    .tags > a{
        margin-left: 0.5rem;
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }
    section.single_post{
        padding-bottom: 1rem;
    }
    .box_swiper .swiper_arrow{
        display: none !important;
    }
    section .box_swiper .swiper{
        margin: 0 !important;
    }
    .chosen_place > span{
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
    section.thanks_page .chosen_place > *{
        margin: 0 0 0.5rem 0 !important;
    }
    .thanks_box{
        padding: 1.5rem 1rem;
    }
    .checkout_steps .steps{

    }
    .checkout_steps .steps > a{
        flex-direction: column;
        text-align: center;
    }
    section.checkout_steps .step span.icon{
        margin: 0 0 0.5rem;
    }
    section.checkout_steps .step span.fs_20{
        font-size: 0.75rem;
    }
    section.checkout_steps .divider{
        margin: 0 0.5rem;
    }
    section.checkout_steps .grid-container{
        padding: 0 !important;
    }
    section.checkout_steps .divider > svg{
        width: 20px;
    }
    section.checkout_page .chosen_place{
        margin-bottom: 1rem;
    }
    section.checkout_page .checkout_title{
        padding: 0.5rem 1rem !important;
        line-height: 1.875rem;
        font-size: 0.9375rem;
        text-align: center;
    }
    section.checkout_page .col_5 .total_box strong{
        font-size: 1rem;
        line-height: 1.25rem;
    }
    section.checkout_page .input_group{
        width: 100%;
    }
    section.checkout_page .payments_method > .flex_box{
        margin:  0 1rem;
    }
    section.checkout_page .payments_method .check_box+div.fs_18{
        margin-left: 0.5rem;
        font-size: 0.875rem;
    }
    section.checkout_page .col_5 .ticket h3{
        font-size: 0.9375rem;
    }
    section.checkout_page .col_7 .customer_information > .flex_box,
    section.checkout_page .col_5 .orders_details{
        padding: 1rem 1rem 1.5rem;
    }
    section.home_2{
        min-height: unset;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    section.home_2:after{
        width: 100%;
        background: rgba(255, 255, 255, 0.6);
    }
    section.home_3{
        padding-top: 1.5rem;
    }
    section.gallery_section .item{
        height: calc(50vw - 1.25rem)!important;
        grid-row: unset !important;
        grid-column: unset !important;
        width: calc(50% - 0.3125rem);
        margin-bottom: 0.625rem;
    }
    section.gallery_section .item.text_item{
        order: -1;
        padding: 1rem;
        height: auto !important;
        text-align: center;
        width: 100% !important;
    }
    section.gallery_section .item.text_item > .flex_box{
        align-items: center;
    }
    section.gallery_section .grid_box{
        grid-gap: 0;
        padding: 0 0.625rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    section.gallery_section .gallery_wrap{
        margin: 0;
    }
    section.service_1 .ticket_type li{
        width: 100% !important;
        margin-right: 0 !important;
    }
    section.service_1 .ticket_type svg{
        position: absolute;
    }
    section.service_1 .ticket_type li span{
        margin-left: auto;
        margin-right: auto;
    }
    section.gallery_section:not(.home_4) .item:first-of-type{
        width: 100% !important;
        height: calc(100vw - 1.25rem) !important;
    }
    section.service_2 h2.text_primary{
        font-size: 1.25rem;
        line-height: 1.65rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    .cart_table > li:not(.title){
        margin: 0 0.5rem;
    }
    .cart_table > li > div:nth-of-type(2),
    .cart_table > li > div:first-of-type{
        justify-content: center;
    }
    .cart_table > li.ticket_row .sub_row > div:nth-of-type(2), .cart_table > li.ticket_row .sub_row > div:nth-of-type(3){
        font-size: 0.8125rem;
        width: calc(73% /2) !important;
        margin-top: 0.9375rem;
    }
    .cart_table > li.ticket_row .sub_row > div:first-of-type{
        width: 27% !important;
    }
    .hot_posts_wrap .item:first-child .cont_wrap{
        padding: 1rem 1.5rem 0.5rem;
    }
    .pick_ticket_box .col_6{
        width: 100%;
    }
    .pick_ticket_box{
        -webkit-mask-image: unset;
        margin-top: 0;
        padding: 1rem 0.5rem;
    }
    .banner_gr .img_wrap:before{
        display: none;
    }
    .home_banner_swiper:before{
        display: none !important;
    }
    .home_banner_swiper .img_wrap img,
    .banner_gr img{
        height: 15.625rem;
    }
    .pick_ticket_box .name+.fs_16{
        margin-bottom: 0.625rem;
    }
    .pick_ticket_box .col_6:first-of-type{
        margin-bottom: 1.25rem;
    }
    .destination_3{
        padding-top: 2rem;
        padding-bottom: 1rem;
    }
    .destination_4{
        padding-bottom: 3rem;
    }
    .destination_4 .tabs_container+.flex_box{
        flex-direction: column;
    }
    .destination_4 .btn_primary:first-child{
        margin-bottom: 0.9375rem;
    }
    .destination_2 .swiper_wrap{
        padding: 0 0.625rem;
    }
    .destination_5 .img:first-child img, .destination_5 .img:nth-child(3) img{
        height: 10rem;
    }
    header.site-header .left_btn{
        left: 0.9375rem;
    }
    .hamburger{
        right: 0.9375rem;
    }
    #mobile_menu{
        width: 100vw;
        max-width: 100vw;
    }
    header.site-header .site-logo{
        width: 4.8rem;
        height: 4.8rem;
        top: 2.625rem;
        padding: 0.35rem;
    }
    header.site-header .right_btn .hamburger{
        margin-left: 10px;
    }
    header.site-header .right_btn{
        right: 10px;
    }
    header.site-header .right_btn a{
        display: flex !important;
    }
    header.site-header .left_btn .show_search_form{
        display: block !important;
    }
    .before_header .right{
        display: none !important;
    }
    header.site-header .before_header > .grid-container{
        padding: 0 0.9375rem !important;
    }
    header.site-header .before_header > .grid-container .flex_box{
        justify-content: center;
    }
    #gallery_inner > .item{
        height: 12rem;
    }
    #gallery_inner > .item .cont_wrap{
        bottom: 0.5rem;
        padding: 0 0.5rem;
    }
    #gallery_inner > .item .plus_btn{
        display: none;
    }
    #gallery_inner > .item .media_title{
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    section.account_page_nk{
        padding-top: 3rem;
        padding-bottom: 1rem;
    }
    .wrap_search_popup form{
        max-width: 100%;
        margin-left: 0;
    }
    .wrap_search_popup .inner{
        padding: 0;
    }
    .wrap_search_popup .inner .button_close{
        right: 0.75rem;
    }
    .wrap_search_popup input#searchsubmit{
        display: none;
    }
    .wrap_search_popup input#s{
        margin-right: 0;
    }
    .destination_item .hide_cont .fs_16{
        display: none !important;
    }
    .destination_item .cont_wrap{
        padding:  0 0.5rem 1rem;
    }
    .destination_item .btn > span:last-child{
        height: 1.625rem;
        width: 1.625rem;
        margin-left: 0.5rem;
    }
    .destination_item .btn_primary span:first-child{
        font-size: 0.6875rem;
    }
    .destination_item .btn{
        padding: 0 0.25rem 0 0.5rem;
        height: 1.875rem;
        margin-top: 10px;
    }
    .destination_item .cont_wrap > .fw500.lh_26.fs_18{
        font-size: 0.875rem;
    }
    .destination_item h3{
        font-size: 1.1rem;
    }
    footer.footer_wrap .logo_footer img{
        max-width: 8rem;
    }
    footer.footer_wrap{
        padding-top: 6rem;
    }
    .gallery_swiper .swiper-slide .cont_wrap{
        margin-bottom: 1.25rem;
        padding: 0 0.9375rem;
        max-height: 60vh;
        overflow: auto;
    }
    .gallery_swiper .swiper-slide .cont_wrap > .flex_box{
        flex-direction: column;
    }
    .gallery_swiper .swiper-slide .cont_wrap .post_content{
        padding-right: 0;
        margin-bottom: 0.9375rem;
    }
    #home_popup .swiper_arrow{
        display: none;
    }
    .q_a_page .col_9{
        padding-left: 0;
        padding-top: 40px;
    }
    .q_a_page, .policy_page{
        padding: 2rem 0;
    }
    .policy_page .col_9{
        padding-left: 0;
        padding-top: 40px;
    }
    .pick_ticket_box form > div{
        width: 100% !important;
    }
    .pick_ticket_box form{
        flex-direction: column;
    }
    .list-place .col_6.item-place .img_wrap{
        width: 80px;
        min-width: 80px;
        height: 60px;
    }
    .list-place .col_6.item-place{
        margin-bottom: 15px;
        padding-right: 10px;
        width: 100%;
    }
    .service_item .btn span:first-of-type{
        font-size: 14px;
    }
    .woocommerce-account .woocommerce-MyAccount-content .CR-account-woo-box ul > li.input-half{
        width: 100%;
    }
    #form_popup .form_inner{
        padding: 40px 30px;
    }
    #form_popup .form_inner .form_des{
        font-size: 12px;
        line-height: 16px;
    }
    section.account_page_nk .woocommerce-MyAccount-content .list_coupon{
        grid-template-columns: 1fr;
    }
    section.account_page_nk .woocommerce-MyAccount-content .list_coupon .item_coupon .image-wrapper{
        height: 80px;
        min-width: 80px;
    }
}