/*!
 * Bootstrap Grid v5.0.2 lite version
 */
.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)*-1);margin-right:calc(var(--bs-gutter-x)*-.5);margin-left:calc(var(--bs-gutter-x)*-.5)}.row>*,img{max-width:100%}.row>*{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col,.col-auto-grow{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0%;flex:1 0 0%}.col-auto-grow{-ms-flex:1 0 auto;-webkit-flex:1 0 auto;flex:1 0 auto;width:auto}.no-gutters{margin-right:0;margin-left:0}.gutters-4{margin-right:-4px;margin-left:-4px}.gutters-4>.col,.gutters-4>[class*=col-]{padding-right:4px;padding-left:4px}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.row-cols-1>*,.row-cols-2>*,.row-cols-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-1>*,.row-cols-2>*{width:100%}.row-cols-2>*{width:50%}.col-1,.col-2,.col-auto,.row-cols-3>*,.row-cols-4>*,.row-cols-5>*,.row-cols-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:33.3333333333%}.col-1,.col-2,.col-auto,.row-cols-4>*,.row-cols-5>*,.row-cols-6>*{width:25%}.col-1,.col-2,.col-auto,.row-cols-5>*,.row-cols-6>*{width:20%}.col-1,.col-2,.col-auto,.row-cols-6>*{width:16.6666666667%}.col-1,.col-2,.col-auto{width:auto}.col-1,.col-2{width:8.33333333%}.col-2{width:16.66666667%}.col-10,.col-11,.col-12,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:25%}.col-10,.col-11,.col-12,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{width:33.33333333%}.col-10,.col-11,.col-12,.col-5,.col-6,.col-7,.col-8,.col-9{width:41.66666667%}.col-10,.col-11,.col-12,.col-6,.col-7,.col-8,.col-9{width:50%}.col-10,.col-11,.col-12,.col-7,.col-8,.col-9{width:58.33333333%}.col-10,.col-11,.col-12,.col-8,.col-9{width:66.66666667%}.col-10,.col-11,.col-12,.col-9{width:75%}.col-10,.col-11,.col-12{width:83.33333333%}.col-11,.col-12{width:91.66666667%}.col-12{width:100%}html,svg{height:100%}html{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100%}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,ol,ul{margin:0;padding:0}img{height:auto;display:inline-block}svg{width:100%}a{outline:0!important;text-decoration:underline}a,a a:hover{-webkit-transition:color all .3s ease-out;-o-transition:color all .3s ease-out;transition:color all .3s ease-out}p{margin-top:0;margin-bottom:24px}.range-input,.range-track-selected{position:absolute;top:0;right:0;bottom:0;left:0}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger{display:inline-block;cursor:pointer;-webkit-transition-property:opacity,-webkit-filter;-o-transition-property:opacity,filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;-webkit-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;border:0;margin:0;overflow:visible}.hamburger.is-active:hover,.hamburger:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#fff}.hamburger-box{height:14px;display:inline-block}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:15px;height:2px;background-color:#fff;border-radius:4px;position:absolute;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:.15s;-o-transition-duration:.15s;transition-duration:.15s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;display:block}.hamburger-inner{top:50%}.hamburger-inner::after,.hamburger-inner::before{content:""}.hamburger-inner::before{top:-6px}.hamburger-inner::after{bottom:-6px}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;-webkit-transition-duration:.13s;-o-transition-duration:.13s;transition-duration:.13s;-webkit-transition-delay:.13s;-o-transition-delay:.13s;transition-delay:.13s;-webkit-transition-timing-function:cubic-bezier(.55,.055,.675,.19);-o-transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner::after{top:-12px;-webkit-transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;-o-transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear;transition:top .2s .2s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse .hamburger-inner::before{-webkit-transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);-o-transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s .2s cubic-bezier(.33333,.66667,.66667,1),transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{-webkit-transform:translate3d(0,-6px,0) rotate(-45deg);transform:translate3d(0,-6px,0) rotate(-45deg);-webkit-transition-delay:.22s;-o-transition-delay:.22s;transition-delay:.22s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);-o-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner::after{top:0;opacity:0;-webkit-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;-o-transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .22s linear}.hamburger--collapse.is-active .hamburger-inner::before{top:0;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1);-o-transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1);transition:top .1s .16s cubic-bezier(.33333,0,.66667,.33333),transform .13s .25s cubic-bezier(.215,.61,.355,1),-webkit-transform .13s .25s cubic-bezier(.215,.61,.355,1)}@font-face{font-family:'swiper-icons';src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(to left,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(to right,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(to top,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(to bottom,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-webkit-scroll-snap-type:y mandatory;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-webkit-order:9999;-ms-flex-order:9999;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}@font-face{font-family:'Gilroy';src:local("Gilroy"),local("Gilroy"),url(../fonts/Gilroy/Gilroy-Thin.woff) format("woff"),url(../fonts/Gilroy/Gilroy-Thin.woff2) format("woff2"),url(../fonts/Gilroy/Gilroy-Thin.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:'Gilroy';src:local("Gilroy"),local("Gilroy"),url(../fonts/Gilroy/Gilroy-Regular.woff) format("woff"),url(../fonts/Gilroy/Gilroy-Regular.woff2) format("woff2"),url(../fonts/Gilroy/Gilroy-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:'Gilroy';src:local("Gilroy"),local("Gilroy"),url(../fonts/Gilroy/Gilroy-Medium.woff) format("woff"),url(../fonts/Gilroy/Gilroy-Medium.woff2) format("woff2"),url(../fonts/Gilroy/Gilroy-Medium.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:'Gilroy';src:local("Gilroy"),local("Gilroy"),url(../fonts/Gilroy/Gilroy-Bold.woff) format("woff"),url(../fonts/Gilroy/Gilroy-Bold.woff2) format("woff2"),url(../fonts/Gilroy/Gilroy-Bold.ttf) format("truetype");font-weight:700;font-style:normal}.h1,h1{line-height:1.2;margin-bottom:40px;font-family:Gilroy,sans-serif;font-size:2.188rem;font-weight:400}.h1 p,.h2 p,h1 p,h2 p{margin:0}.h1,.h2,.h3,h1,h2,h3{margin-bottom:1rem}.h2,h2{line-height:1.2;font-family:Gilroy,sans-serif;font-size:1.75rem;font-weight:400}.h3,h3{font-size:1.4rem}.h3,.h4,.h5,h3,h4,h5{line-height:1.2;font-weight:400;font-family:Gilroy,sans-serif}.h4,h4{font-size:1.25rem;margin-bottom:1rem}.h5,h5{font-size:1.125rem}.h5,.h6,h5,h6,p{margin-bottom:1rem}.h6,h6{font-size:1rem;line-height:1.2;font-weight:400;font-family:Gilroy,sans-serif}p{margin-top:0}a{color:inherit;outline:0!important;-webkit-transition:color all .3s ease-out;-o-transition:color all .3s ease-out;transition:color all .3s ease-out}a:hover{color:#000}b,strong{font-weight:700}ol,ul{margin-left:30px}html{font-size:100%}.wrapper,body{min-height:100%}body{color:#000;font-family:Gilroy,sans-serif;font-size:1rem;line-height:1.4;font-weight:400;margin:0;position:relative;height:100%}body.-lock{overflow:hidden}.wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.main{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}.white-card-rounded{background:#fff;border-radius:15px}._centered{text-align:center}._img-fluid,._pic-fluid img{display:block;max-width:100%;height:auto}._no-underline,.footer .list-unstyled li a{text-decoration:none}._hide-mobile{display:none}._hide-desktop{display:inline-block}._text-center{text-align:center}._align-right,._text-right{text-align:right}._smaller-text{font-size:.825rem}._flex-grid-items,.tour-order .tour-form-title.tour-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}._flex-grid-items{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -30px}._pic-fluid{height:0;position:relative;padding-bottom:56%}._pic-fluid img{position:absolute;-o-object-fit:cover;object-fit:cover;top:50%;left:50%;max-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}._pt-xl{padding-top:30px}._mt-1{margin-top:1rem}._mb-1{margin-bottom:1rem}.form-group.checkbox-radio-group input[type=checkbox],.form-group.checkbox-radio-group input[type=radio],[x-cloak=""]{display:none}._hide-xs-sm{display:none!important}._no-padding{padding-left:0;padding-right:0}.tour-order .input-group-addon{width:auto}.tour-order .input-group-addon span{color:#b0191f}.tour-order .tour-form-title.tour-item{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:15px 0;margin:0;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.tour-order .fixed-title{border-bottom:none;padding:0!important}.tour-order span.total_price-currency{margin-left:5px}.tour-order .tour-order-form-total{margin-top:14px;text-align:center}.tour-order .tour-order-form-total .total_price,.tour-order .tour-order-total_price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tour-order .tour-order-form-total .total_price{font-family:Gilroy,sans-serif;font-size:30px;font-weight:700;color:#333}.tour-order .tour-order-form-total .total_price .tour-order-currency{font-family:Gilroy,sans-serif;font-size:17px;font-weight:500;margin-left:5px;margin-top:4px}.tour-order .tour-order-total_price{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tour-order .count-people{margin:0}#tour-inner-terms{padding-top:12px}.tour-order-form{padding:0 15px 15px}.tour-order-head{padding:15px 0}.input-group .form-control{z-index:1}.tour-order-price-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tour-order-duration{display:inline-block;margin-left:auto}.datepicker-invisible{visibility:hidden}.tour-order-from,.tour-order-price .tour-order-currency{font-family:Gilroy,sans-serif;font-size:17px;font-weight:500;margin-left:5px;margin-top:4px}.tour-order-price{font-family:Gilroy,sans-serif;font-size:30px;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:5px;color:#333;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tour-order-safe{width:100%;margin:10px 0}.tour-order-title .fas{color:#cb2229}.tour-order-price-old{font-size:22px;color:#bf1e2d;margin-right:5px;font-family:Gilroy,sans-serif;font-weight:500;margin-left:5px;text-decoration:line-through}.body-wrapper{min-height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#wrapper{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;margin-top:70px}.button,.button.-dark,.button.-orange-gradient{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.button{border-radius:50px;font-family:Gilroy,sans-serif;display:inline-block;font-size:16px;font-weight:700;min-width:100px;text-align:center;line-height:1;text-decoration:none;border:0;padding:8px 12px}.button.-dark,.button.-orange-gradient{color:#fff}.button.-orange-gradient{background:-webkit-gradient(linear,left top,right top,from(#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%)}.button.-orange-gradient:hover{background:-webkit-gradient(linear,left top,right top,color-stop(0,#a51421),color-stop(53.65%,#db2f19),to(#c15b11));background:-o-linear-gradient(left,#a51421 0,#db2f19 53.65%,#c15b11 100%);background:linear-gradient(90deg,#a51421 0,#db2f19 53.65%,#c15b11 100%)}.button.-dark{background:#000}.button.-dark:hover,.filters-panel .selected-buttons a:hover{background:-webkit-gradient(linear,left top,right top,from(#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%)}.button.-xs{padding:8px 12px}.button.-w100,.footer .footer-payments-links a img,.footer .footer-sotial-links a img{width:100%}.button.-iconed-right{padding-right:50px}.button.-icon-left span{padding-left:30px;position:relative}.button.-icon-left img,.button.-icon-right img,.link-arrow-button.-icon-right img{width:17px;height:17px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.button.-icon-left img{left:0}.button.-icon-right span{position:relative;padding-right:30px}.button.-icon-right img,.link-arrow-button.-icon-right img{right:0}.contact-us-buttons,.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.contact-us-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.contact-us-buttons .button{margin:15px}.link-arrow-button span{position:relative;padding-right:22px}.link-arrow-button.-red-color{color:#bf1e2d;font-size:17px;font-weight:500}#tour-inner-buttons{margin:0;padding:20px 0 0}.contactus-in-widget,.contactus-title::after,.contactus-title::before{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.contactus-in-widget{position:fixed;z-index:1000;border:1px solid rgba(0,0,0,.1);padding:15px;background:#bf1e2d;bottom:0;color:#fff;cursor:pointer;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;opacity:0;border-radius:23px 23px 0 0;display:none}.contactus-in-widget.-sticky-active{opacity:1}.contactus-in-widget .contactus-main{width:75px;margin:6px auto;line-height:1.2;text-decoration:none;text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:700;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#fff}.contactus-title{color:#fff;font-size:16px;text-transform:uppercase;text-align:center;position:relative}.contactus-title::after,.contactus-title::before{content:"";position:absolute;top:0;width:16px;height:1px;margin-top:-8px;background:#acacac}.contactus-title::after{top:3px}#content-scrollbar-1,#content-scrollbar-2,#content-scrollbar-3,#content-scrollbar-4{max-height:200px;overflow:hidden;overflow-x:auto;width:100%;height:100%;padding:5px 0}#content-scrollbar-1 .mCSB_container,#content-scrollbar-2 .mCSB_container,#content-scrollbar-3 .mCSB_container,#content-scrollbar-4 .mCSB_container{overflow:inherit;padding:5px 0}.mCSB_scrollTools{background:#e6e6e6!important;width:5px!important;right:5px!important}.mCSB_horizontal .mCSB_scrollTools{background:#e6e6e6!important;width:100%!important;height:30px!important}.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{background-image:url(../images/arrow-up.svg)!important;background-color:#fff;background-repeat:no-repeat;border:1px solid #000;display:-webkit-box!important;display:-ms-flexbox!important;display:-webkit-flex!important;display:flex!important;width:30px!important;background-position:center!important;opacity:1!important;-webkit-transform:rotate(-270deg);-ms-transform:rotate(-270deg);transform:rotate(-270deg)}.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mCSB_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;margin:inherit!important;height:100%!important}.mCSB_horizontal .mCSB_scrollTools a+.mCSB_draggerContainer{margin:0 30px!important}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%!important;border-radius:0!important;border:1px solid #bf1e2d!important;background-color:#bf1e2d!important}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{width:0!important}.mCSB_inside>.mCSB_container{margin-right:5px!important}.mCSB_scrollTools .mCSB_buttonUp{background-image:url(../images/menu-arrow-down.svg)!important;background-color:#fff;background-repeat:no-repeat;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;background-position:center!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;opacity:1!important}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp,.top-destinations-wrapper{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.mCSB_scrollTools .mCSB_buttonDown{background-image:url(../images/menu-arrow-down.svg)!important;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);background-color:#fff;background-repeat:no-repeat;background-position:center!important;opacity:1!important;display:-webkit-box!important;display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.top-destinations-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.destinations-item{position:relative;border-radius:15px;display:block}.destinations-item span{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:22px;font-weight:700;text-shadow:1px 1px 1px rgba(0,0,0,.5);color:#fff}.destinations-item img,.destinations-item img:hover{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.destinations-item img{border-radius:15px;display:block;margin:0 auto;-webkit-box-shadow:none;box-shadow:none}.destinations-item img:hover{-webkit-box-shadow:0 15px 15px rgba(24,24,24,.2),0 1px 0 rgba(24,24,24,.2);box-shadow:0 15px 15px rgba(24,24,24,.2),0 1px 0 rgba(24,24,24,.2)}.filters-panel{margin-bottom:26px;width:300px}.filters-panel .selected-buttons a{padding:3px;margin-right:8px;display:inline-block;background:#bf1e2d;color:#fff;border-radius:6px;text-decoration:none;font-size:.875rem}.filters-panel .selected-buttons a i,.filters-panel .selected-buttons a i svg{width:10px;height:10px;display:inline-block}.filters-panel .button{background-color:#fff;margin-top:14px;text-decoration:none;font-size:.875rem}.filters-panel .button>.remove-i svg{width:12px;height:12px;-webkit-filter:invert(1);filter:invert(1);margin-right:10px}.filter-title{font-weight:700}.filter-mobile-close-button{display:inline-block;position:absolute;right:15px;color:#bf1e2d;padding-top:20px}.filter-clear-button span,.filter-mobile-close-button span,.filters-applied-item span{display:inline-block;line-height:1;vertical-align:middle}.filter-i,.filter-i+.h4{display:inline-block;vertical-align:middle}.filter-i{width:21px;height:24px;margin-right:8px}.filter-i svg,.filter-toggle-button-mobile i svg{-webkit-transform:rotateZ(90deg);-ms-transform:rotate(90deg);transform:rotateZ(90deg)}.filter-i svg{display:block}.filter-i+.h4{margin-bottom:0}.filter-delete-button{display:inline-block;width:18px;height:18px}.filters-panel-container{background:#fff;border-radius:10px}.filters-applied{padding-bottom:10px;margin-bottom:10px;position:relative}.filters-applied-top{margin-bottom:10px;font-weight:700;font-size:18px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.filter-clear-button span,.filters-applied-item span{cursor:pointer}.filter-heading{cursor:pointer;position:relative;margin:20px 0 10px;font-size:1rem;font-weight:700}.filter-heading,.filter-heading .arrow-down,.filter-heading.-open .arrow-down{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.filter-heading .arrow-down{width:15px;height:15px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.filter-heading.-open .arrow-down{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.filters-mobile-results-btn{position:fixed;bottom:15px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:1000}.filter-toggle-button-mobile,.hero-title span::before,.tours-list-heading .h3::before{background:-webkit-gradient(linear,left top,right top,from(#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%)}.filter-toggle-button-mobile{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;color:#fff;margin-bottom:15px;border-radius:50px;padding:10px;width:200px;cursor:pointer}.filter-toggle-button-mobile,.filter-toggle-button-mobile i,.filter-toggle-button-mobile.-sticky{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.filter-toggle-button-mobile.-sticky{position:fixed;top:70px;left:0;z-index:99;border-radius:0 15px 15px 0;width:auto}.filter-toggle-button-mobile i{width:22px;height:22px;display:block}.filter-toggle-button-mobile i svg{color:#fff;-webkit-filter:invert(1);filter:invert(1)}.filter-toggle-button-mobile span{font-size:18px;display:block;line-height:1;margin-left:10px;font-weight:700}.filters-panel.-mobile{max-width:480px;position:fixed;width:100%;left:0;-webkit-box-shadow:0 6px 33px rgba(0,0,0,.11);box-shadow:0 6px 33px rgba(0,0,0,.11);top:0;z-index:2;background:#fff;height:100%}.filters-panel.-mobile .filter-heading{cursor:pointer;position:relative;margin:0}.filters-panel.-mobile .filter-options{padding-top:1rem}.filters-panel.-mobile .filters-panel-container{padding:0;background-color:#fff}.filters-panel.-mobile .filter-option-container{position:relative;border-bottom:1px solid #e6e6e6;padding:1rem;max-height:100%;overflow:auto}.filters-panel.-mobile .filter-option-container::before{content:"";width:12px;height:2px;background-color:#000;display:block;position:absolute;right:1rem;top:25px}.filters-panel.-mobile .filter-option-container::after{content:"";width:2px;height:12px;background-color:#000;display:block;position:absolute;right:21px;top:20px}.filters-panel.-mobile .filter-option-container.-open::after{content:none}.filters-panel.-mobile .filter-option-form-container{position:relative;border-bottom:.1rem solid #eff1f3;padding:1rem;margin-bottom:0}.filters-panel.-mobile .toggle-button{padding:1rem;background:#f9f7f7;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.filters-panel.-mobile .filters-panel-wrapper{display:block;overflow-y:auto;height:100%;max-height:80vh}.filters-panel.-mobile .selected-buttons{-webkit-box-shadow:0 1rem 1rem -1rem inset rgba(26,42,52,.4);box-shadow:0 1rem 1rem -1rem inset rgba(26,42,52,.4);padding:1rem;background:#f9f7f7}.filters-panel.-mobile .selected-buttons a{padding:2px;margin-right:2px}.filters-panel.-mobile .clean-filters{padding:.3rem 1rem;text-align:right;width:100%;background:#f9f7f7;font-size:.875rem;text-decoration:underline;color:#000;border-top:.1rem solid #eff1f3;display:block}.filters-panel.-mobile .clean-filters i svg{width:10px;-webkit-filter:invert(1);filter:invert(1);height:10px}.filters-panel.-mobile .-close-button{position:absolute;width:15px;height:15px;right:13px}.filters-panel.-mobile .-close-button svg{-webkit-filter:invert(1);filter:invert(1);width:15px;height:15px}.filters-panel.-mobile .filter-content-lists{height:100%;max-height:300px}.filters-panel.-mobile .-applica{max-width:calc(100% - 50px);position:absolute;bottom:20px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);background-color:#25c5ec;color:#fff}.filters-panel.-mobile .-search-button{position:absolute;margin:0;height:52px;right:16px;top:36px;color:#fff;padding:0 15px;background:#25c5ec}.filter-toggle-button-mobile,.toggle-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.toggle-button span{color:#00175a}.filter-subcategory-wrapper{padding:10px 0 0 27px}.filter-option-show-more{padding:5px 10px;margin-top:5px}.hero-inner-section .container{height:100%}.tours-list-heading{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;z-index:0;color:#fff;height:100%}.tours-list-heading .h3{position:relative;padding-left:10px;padding-right:10px;display:inline-block;z-index:0}.hero-title span::before,.tours-list-heading .h3::before{content:'';border-radius:12px;display:block;position:absolute;top:-3px;right:0;bottom:-3px;left:0;z-index:-1}.footer{background-color:#333;padding:35px 0;color:#fff}.footer .footer-title{font-size:17px;font-weight:500;color:#fff;margin-bottom:15px}.footer .footer-description{color:gray;margin-bottom:31px}.footer .footer-description,.footer .footer-menu-links{font-size:12px;font-weight:500}.footer .footer-list li a:hover,.footer .footer-menu-links li a:hover,.footer .footer-sotial-links a li a:hover{color:#ff6b1a}.footer .footer-contact-lists,.footer .footer-menu-links,.footer .list-unstyled{list-style:none;margin:0;padding:0}.footer .list-unstyled{font-size:12px}.footer .footer-payments-links,.footer .footer-sotial-links{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer .footer-sotial-links a{width:20px;height:20px;margin-right:5px}.footer .footer-payments-links a{width:40px;height:25px;margin-right:5px}.footer .footer-contact li::before{width:20px!important;height:20px!important;background:red!important;content:""!important;left:0!important;position:absolute;top:0;border-radius:0!important;background:url(../images/loc.svg) no-repeat left center!important;background-size:80%!important}.footer .footer-list li{position:relative;margin-bottom:10px;padding-left:20px;padding-right:5px}.footer .footer-contact li.whatsapp::before{background:url(../images/whatsapp-logo.svg) no-repeat left center!important;background-size:80%!important}.footer .footer-contact li.viber::before{background:url(../images/viber.svg) no-repeat left center!important;background-size:80%!important}.footer .footer-contact li.email::before{background:url(../images/envelope.svg) no-repeat left center!important;background-size:80%!important}.footer .footer-contact li.phone::before{background:url(../images/phone.svg) no-repeat left center!important;background-size:80%!important}.footer .footer-payments-links,.footer .footer-sotial-links,.form-group,div#cookieConsent{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}div#cookieConsent{position:fixed;bottom:0;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:-webkit-gradient(linear,left top,right top,from(#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);padding:15px;text-align:center;color:#fff;z-index:9999999}.form-group{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:15px;position:relative}.form-group.required{color:red}.form-group label{width:100%;margin:0}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px;-webkit-box-sizing:border-box;font-style:normal;background:#fff;font-size:1rem;border:1px solid #e6e6e6;box-sizing:border-box;border-radius:3px}.form-group input::-webkit-input-placeholder,.form-group select::-webkit-input-placeholder,.form-group textarea::-webkit-input-placeholder{color:#c4c4c4}.form-group input::-moz-placeholder,.form-group select::-moz-placeholder,.form-group textarea::-moz-placeholder{color:#c4c4c4}.form-group input:-ms-input-placeholder,.form-group select:-ms-input-placeholder,.form-group textarea:-ms-input-placeholder{color:#c4c4c4}.form-group input::-ms-input-placeholder,.form-group select::-ms-input-placeholder,.form-group textarea::-ms-input-placeholder{color:#c4c4c4}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#c4c4c4}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border:1px solid #9b9b9b;outline:0}.form-group textarea{min-height:300px}.form-group span.visible{color:#e70c0c;display:inline-block;font-size:12px;margin-top:5px}.form-group.checkbox-radio-group input[type=checkbox]:checked+label:before,.form-group.checkbox-radio-group input[type=radio]:checked+label:before{background:#fff url(../images/checkmark.svg) 50% 50% no-repeat;background-size:10px auto}.form-checkbox label,.form-group.checkbox-radio-group input[type=checkbox]+label,.form-group.checkbox-radio-group input[type=radio]+label{cursor:pointer;display:inline-block;position:relative;padding-left:34px}.form-group.checkbox-radio-group input[type=checkbox]+label:before,.form-group.checkbox-radio-group input[type=radio]+label:before{content:"";display:inline-block;position:absolute;left:0;top:-1px;width:22px;height:22px;background-color:#fff;border:1px solid #000;cursor:pointer}.form-group.checkbox-radio-group input[type=radio]+label:before{border-radius:50%}.form-checkbox input[type=checkbox]{display:none}.form-checkbox label{padding-left:32px;font-size:.875rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-checkbox label:before{content:"";display:inline-block;width:20px;height:20px;border-radius:4px;position:absolute;border:1px solid #bf1e2d;background-color:#fff;left:0;top:-2px}.form-checkbox input[type=checkbox]:checked+label::after{content:"";-webkit-transition:.2s;-o-transition:.2s;transition:.2s;display:inline-block;width:12px;height:12px;position:absolute;left:5px;top:2px;background:url(../images/check-solid.svg) 0 0 no-repeat}.form-checkbox input[type=checkbox]:disabled+label:before{background-color:#f4f4f4}.form-checkbox input[type=checkbox]:disabled:checked+label:before{background-color:#f4f4f4}.form-checkbox input[type=checkbox]:disabled:checked+label:after{content:"";-webkit-transition:.2s;-o-transition:.2s;transition:.2s;display:inline-block;width:12px;height:12px;position:absolute;left:6px;top:6px;background-color:#bababa}.form-checkbox{margin-bottom:8px;position:relative}.form-checkbox.-error input[type=checkbox]:checked label::before{content:"";-webkit-transition:.2s;-o-transition:.2s;transition:.2s;display:inline-block;width:12px;height:12px;position:absolute;left:6px;top:7px;background-color:#00175a}.form-checkbox.-error label::before{border:2px solid red}.form-checkbox .arrow-down{width:15px;height:15px;position:absolute;right:0;top:5px;cursor:pointer;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.form-checkbox .arrow-down.-active{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.form-checkbox-nested{margin:15px 0 15px 20px}input[type=range]::-webkit-slider-thumb{pointer-events:all;width:24px;height:24px;-webkit-appearance:none}.range-wrapper{max-width:350px}.range-slider{position:relative;height:8px;margin-top:25px;margin-bottom:16px;display:block}.range-input{pointer-events:none;opacity:0;height:10px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;z-index:20}.range-legend{position:absolute;top:-25px;font-size:12px}.range-legend.-left{left:6px}.range-legend.-right{right:6px}._danger-text-color{color:red}.range-track{position:relative;z-index:0;height:100%;background:#e6e6e6}.range-track-selected{background:#bf1e2d}.range-thumb{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#fff;border:2px solid #bf1e2d;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;cursor:default;height:18px;outline:0;position:absolute;right:-11px;top:-6px;width:18px;z-index:0}.input-group{position:relative;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-align-items:stretch;align-items:stretch;width:100%}.input-group,.input-group-append,.input-group-prepend{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:.375rem .25rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#333;text-align:center;white-space:nowrap;background-color:#e6e6e6;border:1px solid #ced4da;border-radius:.25rem}.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.form-control{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;width:1%;margin-bottom:0}.header{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;position:fixed;top:0;left:0;width:100%;z-index:2;background-color:#fff;-webkit-box-shadow:0 15px 15px rgba(0,0,0,.15);box-shadow:0 15px 15px rgba(0,0,0,.15)}.header.-scroll{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.header li.covid19-info a{color:inherit}.sticky-wrapper.-sticky-active{margin-top:70px;top:70px}.header-wrapper,.header-wrapper .arrow-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.header-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;min-height:70px}.header-wrapper .arrow-menu{width:16px;height:8px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;right:0}.header-wrapper .arrow-menu svg{width:16px;height:8px}.header-wrapper .ul.dropdown-menu.navigation-menu,.language-switch-wrapper ul{background:#fff;-webkit-box-shadow:0 15px 15px rgba(0,0,0,.15);box-shadow:0 15px 15px rgba(0,0,0,.15);border-radius:0 0 15px 15px;padding:30px}.header-wrapper .arrow-menu svg,.header-wrapper .dropdown.-active .arrow-menu,.header-wrapper .dropdown.-active .arrow-menu svg{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.header-wrapper .dropdown.-active .arrow-menu svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dropdown-menu-container{padding-left:10px;padding-top:15px}.dropdown-menu-container.-with-columns{width:400px}.dropdown-menu-container li{padding:0;width:100%;border-bottom:none}.header-rights-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.hamburger{padding:15px;border-radius:50%;background-color:#333;width:40px;position:relative;height:40px}.hamburger-box{position:absolute;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;width:15px}.header-search-button{width:40px;margin-right:15px;height:40px;border-radius:50%;background-color:#fff;border:1px solid #333;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:16px;cursor:pointer;font-weight:500;color:#fff;display:none}.header-search-button svg{width:14px;height:14px}.header-search-button.search_svg{margin-top:0}.language-switch-wrapper{position:relative;text-transform:uppercase;margin-right:5px}.header-menu-body li a,.language-switch-wrapper .locale-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-weight:500}.language-switch-wrapper .locale-button{width:40px;height:40px;border-radius:50%;background-color:#333;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;font-size:15px;cursor:pointer;color:#fff}.language-switch-wrapper ul{margin:0;list-style:none;z-index:1;padding:15px;position:absolute;left:-7px;top:55px}.language-switch-wrapper li{margin-bottom:6px}.header-logo{z-index:6;-webkit-box-flex:0;-webkit-flex:0 0 130px;-ms-flex:0 0 130px;flex:0 0 130px}.header-logo img{display:block;width:100%}.hamburger{z-index:6}.header-menu-body{list-style:none;text-align:center;padding-left:0;margin-left:0}.header-menu-body.-open{visibility:visible;opacity:1!important}.header-menu-body.-open::before{-webkit-transform:translate(50%,-50%) scale(3);-ms-transform:translate(50%,-50%) scale(3);transform:translate(50%,-50%) scale(3)}.header-menu-body ul{margin:0}.header-menu-body .header-menu-list>li{padding:0 8px}.header-menu-body li{display:block;position:relative;text-align:left}.header-menu-body li.active>a::before{background:#bf1e2d;opacity:1}.header-menu-body li a{text-decoration:none;position:relative;font-family:Gilroy,sans-serif;font-size:17px}.header-menu-list,.header-menu-list.-open{-webkit-transition:all .9s;-o-transition:all .9s;transition:all .9s}.header-menu-list{opacity:0;max-width:700px;margin:0 auto;padding:0}.header-menu-list.-open{opacity:1}.header-menu-body .menu-link-level-2,.header-menu-body .menu-link-level-3{font-size:17px;margin-bottom:8px}.dropdown-link-trigger.-active{color:#bf1e2d}ul.menu-level-3-wrapper{margin-bottom:15px}.hero-section{background-position:center;background-size:cover;height:460px}.hero-section,.hero-section .container,.hero-title span{position:relative}.hero-inner-section,.hero-title br{display:none}.hero-title{font-family:Gilroy,sans-serif;position:absolute;top:30px;width:100%;color:#fff;font-weight:500;line-height:1.4}.hero-title span{display:inline-block;padding-left:10px;padding-right:10px;z-index:0}.hero-slide,.hero-slide.-active{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.hero-slide{opacity:0;position:absolute;left:0;right:0;top:0}.hero-slide.-active{opacity:1}.highlights-item{background:#fff;border-radius:15px;padding:15px 30px;margin-bottom:15px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.highlights-item .h6{font-weight:700;display:inline}.highlights-item .h6+p{display:inline}.highlights-item span{margin-right:10px}.news-cards-item{border-radius:15px;background:#fff;border:1px solid #e6e6e6;margin:15px;width:100%;position:relative;max-width:346px}.news-cards-item-link{display:block}.news-cards-item-bottom-text{position:absolute;left:15px;border-top:1px solid #e6e6e6;bottom:15px;font-size:12px;padding-top:15px;width:calc(100% - 30px);font-weight:500}.news-cards-item-image{padding-bottom:100%;overflow:hidden}.news-cards-item-image,.news-cards-item-image img{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;border-radius:15px 15px 0 0}.news-cards-item-text{padding:15px 30px 60px 15px}.news-cards-item-top-text{font-size:17px;font-weight:500}.news-cards-wrapper._flex-grid-items{margin:0}ul.pagination,ul.pagination li a,ul.pagination li.active span,ul.pagination li.disabled span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}ul.pagination{list-style:none;margin:15px 0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.pagination li span{color:#fff}ul.pagination li a,ul.pagination li.active span,ul.pagination li.disabled span{font-size:.875rem;width:36px;height:36px;padding:15px;border-radius:6px}ul.pagination li a,ul.pagination li a:hover{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}ul.pagination li a{text-decoration:none;margin:3px}ul.pagination li a:hover{background:-webkit-gradient(linear,left top,right top,from(#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);color:#fff}ul.pagination li.active span,ul.pagination li.disabled span{margin:0 3px}ul.pagination li a,ul.pagination li.disabled span{color:#00175a;border:1px solid #bf1e2d;background-color:#fff}ul.pagination li.active span{color:#fff;border:2px solid #bf1e2d;background:-webkit-gradient(linear,left top,right top,from(#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%)}.partner-item-image{max-width:283px;margin:0 auto;padding-bottom:80%}.partner-slider-container{overflow:hidden}.review-content-item{padding:20px 20px 75px;border:1px solid #e6e6e6;border-radius:15px;position:relative;margin-bottom:15px}.review-content-item-avatar,.review-content-item-header{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:65px}.review-content-item-header{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:15px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.review-content-item-avatar{padding-left:85px;position:relative}.review-content-item-avatar img{width:65px;height:65px;-o-object-fit:cover;object-fit:cover;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-radius:50%}.avatar-review-based{font-size:17px;font-weight:700}.avatar-review-stars,.avatar-review-type a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.avatar-review-type{width:30px;height:30px;margin-left:5px}.review-content-text,.review-content-text.-open{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.review-content-text{font-size:17px;font-weight:400;line-height:20px;position:relative;height:80px;overflow:hidden}.review-content-text span{color:#bf1e2d}.review-content-text.-open{height:auto}.review-content-text-button{color:#bf1e2d;cursor:pointer}.review-content-item-footer{position:absolute;bottom:15px;padding-top:15px;margin:0 20px;left:0;width:calc(100% - 60px);border-top:1px solid #e6e6e6;font-size:12px;font-weight:400;color:gray}.search-header{position:fixed;top:27px;left:50%;-webkit-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;transform:translateX(-50%)!important;width:750px;z-index:9999;border-radius:15px;-webkit-box-shadow:0 15px 15px rgba(0,0,0,.15);box-shadow:0 15px 15px rgba(0,0,0,.15);border:1px solid #c5202c}.search-header input.search-text{width:100%;padding:15px;border:1px solid #e5e5e5;outline:0;border-radius:15px}.search-header .header_search_close{top:22px;position:absolute;right:15px;width:20px;height:20px}.search-results-wrapper{list-style:none;margin:0;border-radius:15px;background-color:#fff}.search-results-wrapper .fromcat{margin-right:15px;font-weight:700}.search-results-wrapper .itemtitle{text-decoration:underline}.search-results-wrapper .search-see-all{padding:15px 30px}.from-search-link{padding:5px 30px}.from-search-link a,.from-search-link a:hover{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.from-search-link a{text-decoration:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.from-search-link a:hover{-webkit-columns:#b09670;-moz-columns:#b09670;columns:#b09670}.search-hero .search-transfer-input{color:#000;font-size:16px;line-height:1.2;padding:20px 30px 20px 45px;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;border:1px solid #e5e5e5;width:100%;background-image:url(../images/car-side-solid.svg);background-size:20px;background-repeat:no-repeat;background-position:15px center;border-radius:0 0 15px 15px}.search-hero .search-transfer-input:focus-visible{outline:0}.search-hero .transfers-wrapper{width:100%;position:relative;background:#fff;border-radius:0 0 15px 15px}.search-hero .button{position:absolute;right:0;top:0;min-height:62px;border-radius:0 0 15px 15px}.search-hero .transferList-container{padding:15px 30px}.search-hero .itemtitle{font-family:Gilroy,sans-serif;font-size:16px;font-weight:400;line-height:1.2}.search-hero .transfer_location_info,.search-hero form.transfer-body-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.search-hero .transfer_location_info .transfer_location_info-span{margin:0 10px}.search-hero .transfer-info-container{-webkit-box-shadow:0 15px 15px rgba(0,0,0,.15);box-shadow:0 15px 15px rgba(0,0,0,.15);padding:20px 30px;border-radius:0 0 15px 15px}.search-hero .transfer_header{display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex}.search-hero .transfer_seats_quantity{margin:0 10px;font-weight:700}.search-hero .transfer_price{font-weight:700}.search-hero .transfer_fluid{margin-bottom:5px;border-bottom:1px solid #00000026;padding-bottom:10px}.search-hero .sakura-button-in{font-family:Gilroy,sans-serif;display:inline-block;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;font-weight:700;background:-webkit-gradient(linear,left top,right top,color-stop(0,#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);color:#fff;min-width:100px;text-align:center;line-height:1;text-decoration:none;border:0;padding:3px}.search-hero .flatpickr-input{background:#fff;border:1px solid #e0e0e0;-webkit-box-shadow:none;box-shadow:none;padding:5px}.search-hero .transfer_info_fluid{position:relative}.search-hero .transfer_info_fluid.-with-img{padding-left:60px}.search-hero .transfer_img{position:absolute;left:0;top:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:50px;height:50px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}#search.search-hero{top:335px;width:calc(100%);max-width:850px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);right:0;z-index:1;position:absolute;border-radius:15px;padding:0 15px}#search.search-hero .mewtwo-flights--xl{max-width:100%!important}#search.search-hero .itemtitle{font-family:Gilroy,sans-serif;font-size:16px;font-weight:400;line-height:1.2}#search.search-hero .list-inline li:first-child{border-radius:15px 0 0 0;border-left:none}#search.search-hero ul.tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;background:rgba(255,255,255,.35);border-radius:15px 15px 0 0;list-style:none;margin:0}#search.search-hero input.search-text{color:#000;font-size:16px;line-height:1.2;padding:20px 30px 20px 45px;background-color:#fff;-webkit-box-shadow:none;box-shadow:none;border:1px solid #e5e5e5;border-top:1px solid transparent;border-bottom:1px solid #e5e5e5;width:100%;background-image:url(../images/search.svg);background-repeat:no-repeat;background-position:15px center;border-radius:0 0 15px 15px}#search.search-hero #search input.search-text:hover,#search.search-hero input.search-text:focus{outline:0}#search.search-hero .tabContent.flights{background:rgba(255,255,255,.35);border-radius:0 0 15px 15px}#search.search-hero .tabContent.search.search-tabs-wrapper{-webkit-box-shadow:0 15px 15px rgba(0,0,0,.15);box-shadow:0 15px 15px rgba(0,0,0,.15);background-color:#fff;border-radius:0 0 15px 15px}#search.search-hero .flights-wrapper{width:100%;position:relative;padding:30px 15px 0;background:#fff;border-radius:0 0 15px 15px}#search.search-hero .search-in{height:auto}#header_search.search-header .itemtitle{font-family:Gilroy,sans-serif;font-size:16px;font-weight:400;line-height:1.2}.list-inline-item{color:#fff;border-right:1px solid #fff;border-left:1px solid #fff;float:left;padding:11px;font-weight:700;cursor:pointer;-webkit-box-shadow:none;box-shadow:none;position:relative;z-index:11;text-transform:initial;font-size:17px}.list-inline-item.-active{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;background-color:#fff;color:#333}section#mainslider{z-index:0}.ways-travel-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-column-gap:0;grid-row-gap:0}.ways-travel-item{background-size:cover;background-position:center;position:relative;overflow:hidden;height:224px;display:block;margin-bottom:15px}.ways-travel-item,.ways-travel-item:hover,img.section-ways-travel-image{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.ways-travel-description-wrapper{padding:15px;background:rgba(0,0,0,.5);position:absolute;bottom:0;left:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;color:#fff;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.ways-travel-item-title{font-family:Gilroy,sans-serif;font-size:22px;font-weight:700;margin-bottom:0}.toolbar-items .info span,.ways-travel-desk p{font-family:Gilroy,sans-serif;font-size:17px;font-weight:400}img.section-ways-travel-image{width:100%;position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;height:100%;right:0;bottom:0;overflow:hidden}.section-content{padding:20px 0 30px}.section-content.-gray-bg{background-color:#f7f7f7}.section-content.-white-bg{background-color:#fff}.section-content.-no-top-padding{padding:0 0 30px}.section-content .h2{text-transform:initial;color:#333}.section-content.about-slider-section{padding:0;overflow:hidden}.section-content.section-ways-travel{padding:30px 0 0}.section-content-head{margin:0 auto 22px}.section-content-subtitle{font-size:17px;font-weight:400;color:gray}.tourspage-section-wrapper{margin-top:15px;position:relative}.latest-blog{border-top:1px solid #e6e6e6}.signup-register-header-wrapper{position:relative;margin-right:5px}.signup-register-header-wrapper .signup-register-header-icon{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:40px;height:40px;background-color:#bf1e2d;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.signup-register-header-wrapper .signup-register-header-icon svg{width:15px;height:15px}.signup-register-header-wrapper .signup-register-header-icon.-signin{padding:0 5px;color:#fff;border-radius:22px;width:100%;max-width:110px;overflow:hidden}.signup-register-header-wrapper .signup-register-header-content{margin:0;list-style:none;z-index:1;padding:15px;background:#fff;-webkit-box-shadow:0 15px 15px rgba(0,0,0,.15);box-shadow:0 15px 15px rgba(0,0,0,.15);border-radius:0 0 15px 15px;width:300px}.signup-register-header-wrapper .signup-register-header-content form{margin-bottom:15px}.filter-sorting-wrapper-mobile,.toolbar-items{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.toolbar-items{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:21px}.toolbar-items .info{display:none}.toolbar-items .info span{font-size:30px;font-weight:700}.toolbar-items .filter-sorting-heading{position:relative}.toolbar-items .filter-sorting-heading .arrow-down{position:absolute;right:-25px;top:5px;width:15px;height:15px;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.toolbar-items .filter-sorting-heading .arrow-down.-active{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.toolbar-items .filter-sorting-wrapper{position:relative;background:#fff;border-radius:6px;padding:19px 40px 19px 16px;color:#002129;width:100%;z-index:1;max-width:300px;cursor:pointer}.toolbar-items .filter-sorting-content{position:absolute;left:0;top:53px;width:100%;padding:15px;margin:0;list-style:none;background:#fff;-webkit-box-shadow:0 15px 15px rgba(0,0,0,.15);box-shadow:0 15px 15px rgba(0,0,0,.15)}.toolbar-items .filter-sorting-content li a{text-decoration:none}.toolbar-items .filter-sorting-content li a:hover{color:#b09670}.swiper-about-slider .section-content-head.-desktop,.toolbar-items .tags-buttons{display:none}.toolbar-items .filter-sorting-heading .arrow-down.-active,.toolbar-items .tags-buttons a,.toolbar-items .tags-buttons a:hover{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.toolbar-items .tags-buttons a{padding:10px;margin-right:5px;display:inline-block;background:#bf1e2d;color:#fff;border-radius:6px;text-decoration:none;font-size:.875rem}.toolbar-items .tags-buttons a:hover{background:-webkit-gradient(linear,left top,right top,from(#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%)}.filter-sorting-wrapper-mobile{width:100%}.guide-support-item{width:50px;height:50px}.guide-support-item img{display:block;border-radius:50%}.about-slider-order>div,.guides-support{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.swiper-about-slider{position:relative}.swiper-about-slider .swiper-wrapper{overflow:hidden}.swiper-about-slider .section-content-head{margin:30px 15px;text-align:center}.swiper-about-slider .section-content-head.-mobile{display:block}.swiper-about-slider .swiper-slide{background-color:#e6e6e6}.about-slider-order>div{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.about-slider-section-content{font-size:17px;font-weight:400;position:relative;padding:20px 30px 30px;margin-bottom:30px}.about-slider-section-content .swiper{width:100%}.about-slider-section-content .swiper-slide{padding-bottom:20px}.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:-30px;right:15px;left:auto;width:auto}.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span{margin:0 5px}.swiper-pagination-bullet-active{background:#bf1e2d}.section-content-desk{margin-bottom:30px;position:relative}.about-slider-order{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.about-slider-order>.col-lg-6:first-child{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.about-slider-order>.col-lg-6:last-child{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0;width:100%}.swiper-wrapper{margin-bottom:-9px}.about-slider-show-more{font-weight:700;color:#bf1e2d}.about-slider-section-content .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:-20px;right:15px;left:auto;width:auto}.gallery-top .about-slider-content-image,div#transportation_images{width:100vw}.about-slider-content-image{width:100vw;height:100%}.about-slider-content-image img{display:block;max-width:100%;width:100%;-o-object-fit:cover;object-fit:cover}.swiper-pagination{display:block}.gallery-top{height:auto}.swiper-container{overflow:hidden}.swiper-top-slider,.swiper-wrapper{z-index:0}.swiper-top-slider .swiper-slide-image{height:200px;background-size:cover;background-repeat:no-repeat;background-position:center}.swiper-top-slider .swiper-text{position:absolute;text-align:center;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:26px;font-family:Gilroy,sans-serif;color:#fff;font-weight:500;line-height:1.2;background:-webkit-gradient(linear,left top,right top,from(#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);border-radius:15px;padding:5px 30px 10px;display:inline-block}.swiper-top-slider .swiper-button-next,.swiper-top-slider .swiper-button-prev{background-image:none!important}.swiper-top-slider .swiper-button-next svg,.swiper-top-slider .swiper-button-prev svg{color:#fff!important}.tour-card-internal{margin-bottom:30px}.tour-card-internal-image-wrapper img,.tour-card-internal:hover .tour-card-internal-desc-text,.tour-card-internal:hover .tour-card-internal-image-wrapper,.tour-card-internal:hover .tour-card-internal-image-wrapper img{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.tour-card-internal:hover .tour-card-internal-image-wrapper img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.tour-card-internal:hover .tour-card-internal-desc-text{background:-webkit-gradient(linear,left top,right top,color-stop(0,#a51421),color-stop(53.65%,#db2f19),to(#c15b11));background:-o-linear-gradient(left,#a51421 0,#db2f19 53.65%,#c15b11 100%);background:linear-gradient(90deg,#a51421 0,#db2f19 53.65%,#c15b11 100%);color:#fff}.tour-card-internal:hover .discount-percentage-wrapper{background:-webkit-gradient(linear,left top,right top,from(#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);color:#fff}.tour-card-internal .tour-item-desc{padding-bottom:15px}.tour-card-internal .tour-item-desc ul{margin:0;padding:0;list-style:none}.tour-card-internal-desc{padding:15px 20px;background-color:#fff;border-radius:0 0 15px 15px;position:relative}.tour-card-item-countries{font-size:12px;font-weight:500}.tour-card-item-countries .tour-card-item-map-icon{margin-right:5px}.tour-card-internal-desc-head,.tour-card-internal-desc-righthead{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tour-card-internal-desc-head{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.tour-card-internal-desc-righthead{font-size:12px;font-weight:500}.tour-card-internal-desc-text{display:none}.tour-card-internal-desc-text-mobile{display:inline-block;padding:5px;border-radius:15px;border:1px solid #e6e6e6;bottom:60px;right:15px;font-size:14px;position:absolute}.tour-card-internal-image-wrapper{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tour-card-internal-image-wrapper img{width:100%;height:56%;-o-object-fit:cover;object-fit:cover;border-radius:15px 15px 0 0}.reviews-rating-wrapper,.reviews-rating-wrapper .count-reviews-stars,.reviews-rating-wrapper .reviews-stars{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.reviews-rating-wrapper,.reviews-rating-wrapper .count-reviews-stars{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.reviews-rating-wrapper .count-reviews-stars{margin-top:4px;margin-left:5px}.reviews-rating-wrapper .reviews-stars{margin:0}.reviews-rating-wrapper .reviews-stars img{height:15px}.tour-card-internal-desc-title{font-family:Gilroy,sans-serif;font-size:17px;font-weight:700;margin:15px 0}.reviews-rating-wrapper .reviews-stars,.tour-card-internal-footer,.tour-card-internal-price-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tour-card-internal-footer{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-top:70px;position:relative}.tour-card-internal-footer::after,.tour-card-internal-footer::before{content:'';width:100%;height:1px;background-color:#e6e6e6;display:block;position:absolute;left:0;top:60px}.tour-card-internal-footer::after{top:7px}.tour-card-internal-price-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:40px}.tour-card-internal-price{font-family:Gilroy,sans-serif;font-size:30px;font-weight:700;color:#333}.tour-card-internal-price span{font-family:Gilroy,sans-serif;font-size:17px;font-weight:500;margin-left:5px;margin-top:4px}.tour-card-internal-price-old span{font-size:22px;color:#bf1e2d;margin-right:5px;font-family:Gilroy,sans-serif;font-weight:500;margin-left:5px;text-decoration:line-through}.tour-card-internal-more-button,.tour-card-internal-price{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tour-card-internal-more-button.-flex-end{width:100%;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.tour-card-internal-image-wrapper{position:relative;display:block;overflow:hidden}.tour-card-internal-image-wrapper .discount-percentage-wrapper{position:absolute;padding:3px 5px;background:rgba(255,255,255,.75);-webkit-box-shadow:0 4px 15px rgba(0,0,0,.05);box-shadow:0 4px 15px rgba(0,0,0,.05);border-radius:50px;left:50%;top:50%;z-index:1;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tours-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.tour-card-item{width:100%;max-width:400px;border-radius:15px;margin:0 15px 30px}.tour-card-item,.tour-card-item:hover,.tour-card-item:hover .tour-card-item-daystype,.tour-card-item:hover .tour-card-item-image img{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.tour-card-item:hover .tour-card-item-image img{-webkit-transform:scale(1.03) translate(-50%,-50%);-ms-transform:scale(1.03) translate(-50%,-50%);transform:scale(1.03) translate(-50%,-50%);border-radius:15px 15px 0 0}.tour-card-item:hover .tour-card-item-daystype{background:-webkit-gradient(linear,left top,right top,from(#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);color:#fff}.tour-card-item:hover .tour-card-type{color:#fff}.tour-card-item-image,.tour-card-item:hover .tour-card-item-type,.tour-card-item:hover .tour-card-type{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.tour-card-item:hover .tour-card-item-type{background:-webkit-gradient(linear,left top,right top,from(#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);color:#fff}.tour-card-item-image{padding-bottom:56%;overflow:hidden}.tour-card-item-image,.tour-card-item-image img{border-radius:15px 15px 0 0}.about-video video,.tour-card-item-special-offer{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.tour-card-item-special-offer{background:rgba(255,255,255,.75);-webkit-box-shadow:0 4px 15px rgba(0,0,0,.05);box-shadow:0 4px 15px rgba(0,0,0,.05);border-radius:50px;font-size:17px;padding:6px 10px;font-weight:700;white-space:nowrap;line-height:1}.tour-card-item-details{padding:15px 20px;background:#fff;border-radius:0 0 15px 15px}.tour-card-item-top{position:relative;padding-bottom:20px;height:100%}.tour-card-item-countries{margin-bottom:6px;line-height:1.35;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.tour-card-item-countries span{font-size:12px;font-weight:500;color:#bf1e2d;margin-left:3px}.tour-card-title{font-size:17px;font-weight:700;display:block;min-height:50px;color:#333}.tour-card-item-pricetype{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:0;border-bottom:1px solid #e6e6e6;border-top:1px solid #e6e6e6}.tour-card-item-type{font-size:15px;padding:2px 8px;border:1px solid #e6e6e6;border-radius:20px;font-weight:500;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.tour-card-item-duration{color:gray;text-align:right;font-weight:500;position:absolute;right:0;bottom:0;font-size:15px}.tour-card-item-price{font-size:30px;font-weight:700;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;color:#333;position:relative}.tour-card-item-price span{font-size:17px;font-weight:500;margin-left:5px;margin-top:3px}.tour-card-price-old{position:absolute;font-weight:400;right:35px;font-size:17px;top:-14px;color:#bf1e2d;text-decoration:line-through}.tour-card-price-legend{position:absolute;font-size:11px;font-weight:400;color:gray;left:1px;bottom:-9px;min-width:100px}.tour-card-item-details{font-size:12px;font-weight:500}.common_review_fluid{margin:0;padding:0}span.tour-card-item-type-tour{color:#333}.tour-card-item-rating{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}.tour-card-item-rating a{font-size:17px;font-weight:500;color:#bf1e2d}.tour-card-item-rating.-no-rating{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.review_bottom span{font-size:12px;font-weight:400;color:gray;margin-left:5px}.cdsROW.narrow{width:220px!important;max-width:226px}.cdsROW .logo img{max-width:218px!important;width:218px!important}.cdsROW.cx_brand_refresh .logo img{width:210px!important;height:48px!important}.cdsROW.narrow.border{padding:6px 11px 0;margin:0 auto}.cdsROW.border{border:0!important}.about-video{overflow:hidden;position:relative;height:0;padding-bottom:56%}.about-video video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-why{padding:25px 0 10px;overflow:hidden}.whyus-image-wrapper{width:50px;height:50px;-webkit-box-flex:0;-webkit-flex:0 0 50px;-ms-flex:0 0 50px;flex:0 0 50px;margin-right:15px}.whyus-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:15px;margin-right:-15px}.whyus-desk{font-weight:500}.whyus-desk a{color:#333}body>p.flash-message{border-radius:0!important;padding:30px 15px 30px 40px!important;background:#fff!important;color:#000!important;position:fixed;text-align:left!important;z-index:2;width:100%;max-width:400px;top:9px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}body>p.flash-message button.close{top:50%!important;-webkit-transform:translateY(-50%)!important;-ms-transform:translateY(-50%)!important;transform:translateY(-50%)!important;opacity:.8!important;right:20px!important}body>p.flash-message::before{content:'';width:20px;height:100%;display:block;position:absolute;left:0;top:0}body>p.flash-message.success::before{background-color:#8da85e}body>p.flash-message.error::before{background-color:#c30}body>p.flash-message.warning::before{background-color:#f0ad4e}body>p.flash-message.info::before{background-color:#5fb6f5}.review-based,.smallslider-item .small-title a,.title-span,.tour-item-title a{font-weight:700}.inex-title{font-size:18px}.map_desc{color:#000}.mainpage .section-content-reviews{border-top:1px solid #e6e6e6}.tour-details-page .header{-webkit-box-shadow:none;box-shadow:none}.tour-details-page div#order{position:-webkit-sticky;position:sticky;top:156px;height:100%}.tour-details-page div#order .order-in{border-radius:15px;border:0}.tour-card-item-image img,.tour-details-page #topmenu,.tour-details-page #topmenu.-scroll{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.tour-details-page #topmenu{left:0;width:100%;position:fixed;top:71px;z-index:1;-webkit-box-shadow:0 15px 15px rgba(0,0,0,.15);box-shadow:0 15px 15px rgba(0,0,0,.15)}.tour-details-page #topmenu.-scroll{-webkit-transform:translateY(-300%);-ms-transform:translateY(-300%);transform:translateY(-300%)}.tour-details-page #tour-inner{padding-top:15px}.tour-details-page #wrapper{margin-top:106px}.tour-details-page .tour-order.fixed{top:0;position:relative}.tour-details-page .order-internal-wrapper{background:#fff;margin-top:22px;position:-webkit-sticky;position:sticky}.tour-list-page{background-color:#f2f2f2}.transfers-page .fixed-title .input-group-addon:first-child{-webkit-box-flex:0;-webkit-flex:0 0 40px;-ms-flex:0 0 40px;flex:0 0 40px}.transfers-page #transferList .col-lg-6{margin-bottom:15px}.transfers-page .transfer_fluid{background-color:#fff;border-radius:15px}@media (min-width:576px){.container,.container-sm{max-width:calc(576px - 30px)}.col-sm{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-sm-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-sm-1>*,.row-cols-sm-2>*,.row-cols-sm-3>*,.row-cols-sm-4>*,.row-cols-sm-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-sm-2>*,.row-cols-sm-3>*,.row-cols-sm-4>*,.row-cols-sm-5>*{width:50%}.row-cols-sm-3>*,.row-cols-sm-4>*,.row-cols-sm-5>*{width:33.3333333333%}.row-cols-sm-4>*,.row-cols-sm-5>*{width:25%}.row-cols-sm-5>*{width:20%}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-auto,.row-cols-sm-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-auto{width:auto}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5{width:8.33333333%}.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5{width:16.66666667%}.col-sm-3,.col-sm-4,.col-sm-5{width:25%}.col-sm-4,.col-sm-5{width:33.33333333%}.col-sm-5{width:41.66666667%}.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-7,.col-sm-8,.col-sm-9{width:58.33333333%}.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-8,.col-sm-9{width:66.66666667%}.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-9{width:75%}.col-sm-10,.col-sm-11,.col-sm-12{width:83.33333333%}.col-sm-11,.col-sm-12{width:91.66666667%}.col-sm-12{width:100%}}@media (min-width:577px){.hero-title{top:100px;font-size:26px}.news-cards-item{max-width:calc(50% - 30px)}.news-cards-wrapper._flex-grid-items{margin:0 -30px}#search.search-hero{top:250px;bottom:auto}}@media (min-width:665px){.tour-card-item{width:calc(50% - 30px);min-width:280px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:calc(768px - 48px)}.col-md{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-md-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-md-1>*,.row-cols-md-2>*,.row-cols-md-3>*,.row-cols-md-4>*,.row-cols-md-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-md-2>*,.row-cols-md-3>*,.row-cols-md-4>*,.row-cols-md-5>*{width:50%}.row-cols-md-3>*,.row-cols-md-4>*,.row-cols-md-5>*{width:33.3333333333%}.row-cols-md-4>*,.row-cols-md-5>*{width:25%}.row-cols-md-5>*{width:20%}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-auto,.row-cols-md-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-auto{width:auto}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5{width:8.33333333%}.col-md-2,.col-md-3,.col-md-4,.col-md-5{width:16.66666667%}.col-md-3,.col-md-4,.col-md-5{width:25%}.col-md-4,.col-md-5{width:33.33333333%}.col-md-5{width:41.66666667%}.col-md-10,.col-md-11,.col-md-12,.col-md-6,.col-md-7,.col-md-8,.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-md-10,.col-md-11,.col-md-12,.col-md-7,.col-md-8,.col-md-9{width:58.33333333%}.col-md-10,.col-md-11,.col-md-12,.col-md-8,.col-md-9{width:66.66666667%}.col-md-10,.col-md-11,.col-md-12,.col-md-9{width:75%}.col-md-10,.col-md-11,.col-md-12{width:83.33333333%}.col-md-11,.col-md-12{width:91.66666667%}.col-md-12{width:100%}}@media (min-width:769px){._bigger-text,.text-bigger{font-size:1.235rem}.button{padding:17px 30px}.contact-us-buttons .button{margin:0 15px}.contactus-title{-webkit-writing-mode:tb-rl;-ms-writing-mode:tb-rl;writing-mode:tb-rl;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.contactus-title::after,.contactus-title::before{left:30px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:50%;width:1px;height:16px;background:#acacac}.contactus-title::after{left:26px}.footer{padding:75px 0}.header-menu-body .menu-link-level-3{font-size:.875rem;margin-bottom:10px}.hero-inner-section{background-position:center;background-size:cover;position:relative;height:300px;display:block}.ways-travel-item{margin-bottom:0;height:350px}.ways-travel-description-wrapper{padding:15px 8px 30px 15px}div#transportation_images{width:auto;height:100%}div#transportation_images .swiper-slide{height:100%}.about-slider-content-image,.gallery-top .about-slider-content-image{width:auto}.tour-card-item-details{position:relative;padding-bottom:130px}.tour-card-item-footer{position:absolute;bottom:0;left:0;width:100%;padding:15px 20px}.tour-card-item-pricetype{padding:15px 0}.tour-card-item-rating{margin-top:15px}}@media (min-width:975px){.tours-wrapper{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:calc(992px - 32px)}.col-lg{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-lg-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-lg-1>*,.row-cols-lg-2>*,.row-cols-lg-3>*,.row-cols-lg-4>*,.row-cols-lg-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-lg-2>*,.row-cols-lg-3>*,.row-cols-lg-4>*,.row-cols-lg-5>*{width:50%}.row-cols-lg-3>*,.row-cols-lg-4>*,.row-cols-lg-5>*{width:33.3333333333%}.row-cols-lg-4>*,.row-cols-lg-5>*{width:25%}.row-cols-lg-5>*{width:20%}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-auto,.row-cols-lg-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-auto{width:auto}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5{width:8.33333333%}.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5{width:16.66666667%}.col-lg-3,.col-lg-4,.col-lg-5{width:25%}.col-lg-4,.col-lg-5{width:33.33333333%}.col-lg-5{width:41.66666667%}.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-7,.col-lg-8,.col-lg-9{width:58.33333333%}.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-8,.col-lg-9{width:66.66666667%}.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-9{width:75%}.col-lg-10,.col-lg-11,.col-lg-12{width:83.33333333%}.col-lg-11,.col-lg-12{width:91.66666667%}.col-lg-12{width:100%}._hide-mobile{display:inline-block}._hide-desktop{display:none}._pt-xl{padding-top:60px}._hide-xs-sm{display:initial!important}._hide-md-up{display:none!important}.tour-order-head{padding:15px}#wrapper{margin-top:100px}.contactus-in-widget{right:0;left:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;bottom:50%;border-radius:23px 0 0 23px;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.filter-mobile-close-button{display:none}.filters-panel-container{padding:24px 14px 20px 18px;-webkit-box-shadow:0 15px 15px rgba(0,0,0,.15);box-shadow:0 15px 15px rgba(0,0,0,.15)}.filter-toggle-button-mobile,.filters-mobile-results-btn,.filters-panel.-mobile{display:none}.toggle-button{margin-bottom:10px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.sticky-wrapper.-sticky-active{margin-top:100px;top:100px}.header-wrapper{min-height:100px}.header-wrapper .arrow-menu{right:-20px}.dropdown-menu-container,.ways-travel-description-wrapper .button.-visible-on-hover{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;position:absolute}.dropdown-menu-container{z-index:1;margin:0;padding:30px;width:300px;text-align:left;left:-15px;top:61px;background:#fff;-webkit-box-shadow:0 15px 15px rgba(0,0,0,.15);box-shadow:0 15px 15px rgba(0,0,0,.15);border-radius:0 0 15px 15px}.header-search-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.language-switch-wrapper{margin-right:15px}.language-switch-wrapper ul{top:61px}.header-logo{-webkit-box-flex:0;-webkit-flex:0 0 150px;-ms-flex:0 0 150px;flex:0 0 150px}.hamburger{display:none}.header-menu-body{width:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;opacity:1!important;-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.header-menu-body .header-menu-list>li{display:inline-block;vertical-align:middle;padding:0 15px;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.header-menu-body li a:hover{color:#bf1e2d}.header-menu-list{margin:0;opacity:1;max-width:inherit;padding-left:50px}.hero-section{height:600px}.hero-title{font-size:42px}.hero-title br{display:block}.news-cards-item{max-width:calc(33.33% - 30px)}#search.search-hero{top:375px}.list-inline-item{padding:11px 50px}.ways-travel-wrapper{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr)}.ways-travel-wrapper .-ways-travel-grid-item1{grid-area:1/1/2/3}.ways-travel-wrapper .-ways-travel-grid-item2{grid-area:1/3/2/4}.ways-travel-wrapper .-ways-travel-grid-item3{grid-area:1/4/2/5}.ways-travel-wrapper .-ways-travel-grid-item4{grid-area:2/1/3/2}.ways-travel-wrapper .-ways-travel-grid-item5{grid-area:2/2/3/3}.ways-travel-wrapper .-ways-travel-grid-item6{grid-area:2/3/3/5}.ways-travel-description-wrapper .button.-visible-on-hover{opacity:0;bottom:38px}.ways-travel-item-subtitle.-hidden-on-hover,.ways-travel-item:hover .ways-travel-description-wrapper .button.-visible-on-hover,.ways-travel-item:hover .ways-travel-item-subtitle.-hidden-on-hover{opacity:1;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.ways-travel-item:hover .ways-travel-item-subtitle.-hidden-on-hover{opacity:0}.section-content{padding:30px 0}.section-content-head{max-width:700px}.signup-register-header-wrapper{margin-right:0}.signup-register-header-wrapper .signup-register-header-content{position:absolute;right:0;top:70px}.toolbar-items .info,.toolbar-items .tags-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.filter-sorting-wrapper-mobile{min-width:300px;width:auto}.swiper-about-slider .section-content-head{text-align:left;margin:0 auto 35px}.swiper-about-slider .section-content-head.-desktop{display:block}.swiper-about-slider .section-content-head.-mobile{display:none}.about-slider-section-content{padding:30px 20px 0 60px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.about-slider-section-content .swiper-wrapper{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.about-slider-section-content .swiper-slide{height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.about-slider-order>.col-lg-6:last-child{width:50%}.about-slider-content-image img{height:100%}.swiper-top-slider .swiper-slide-image{height:400px}.swiper-top-slider .swiper-text{font-size:50px}.tour-card-internal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.tour-card-internal:hover .tour-card-internal-image-wrapper{border-radius:15px 0 0 15px}.tour-card-internal-desc{padding:30px;-webkit-box-flex:0;-webkit-flex:0 0 60%;-ms-flex:0 0 60%;flex:0 0 60%;border-radius:0 15px 15px 0}.tour-card-internal-desc-text{display:inline-block;padding:5px;margin-right:5px;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;border-radius:15px;border:1px solid #e6e6e6}.tour-card-internal-desc-text span{margin:5px}.tour-card-internal-desc-text-mobile{display:none}.tour-card-internal-image-wrapper{-webkit-box-flex:0;-webkit-flex:0 0 40%;-ms-flex:0 0 40%;flex:0 0 40%;border-radius:15px 0 0 15px}.tour-card-internal-image-wrapper img{width:100%;max-width:450px;height:100%;border-radius:15px 0 0 15px}.tour-card-internal-footer{padding-top:15px;border-top:1px solid #e6e6e6}.tour-card-internal-footer::after,.tour-card-internal-footer::before{content:none}.tour-card-internal-price-wrapper{position:relative;bottom:inherit}.tour-card-item{width:calc(33.3333% - 30px)}.about-video{min-height:70vh;height:100%}.tour-details-page .order-internal-wrapper{margin-top:0;position:inherit;background:0 0}.tour-details-page #topmenu{top:101px;z-index:1}.tour-details-page #wrapper{margin-top:155px}}@media (min-width:1294px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:calc(1294px - 60px)}.col-xl{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xl-1>*,.row-cols-xl-2>*,.row-cols-xl-3>*,.row-cols-xl-4>*,.row-cols-xl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xl-2>*,.row-cols-xl-3>*,.row-cols-xl-4>*,.row-cols-xl-5>*{width:50%}.row-cols-xl-3>*,.row-cols-xl-4>*,.row-cols-xl-5>*{width:33.3333333333%}.row-cols-xl-4>*,.row-cols-xl-5>*{width:25%}.row-cols-xl-5>*{width:20%}.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-auto,.row-cols-xl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-auto{width:auto}.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5{width:8.33333333%}.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5{width:16.66666667%}.col-xl-3,.col-xl-4,.col-xl-5{width:25%}.col-xl-4,.col-xl-5{width:33.33333333%}.col-xl-5{width:41.66666667%}.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-7,.col-xl-8,.col-xl-9{width:58.33333333%}.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-8,.col-xl-9{width:66.66666667%}.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-9{width:75%}.col-xl-10,.col-xl-11,.col-xl-12{width:83.33333333%}.col-xl-11,.col-xl-12{width:91.66666667%}.col-xl-12{width:100%}.h1,h1{font-size:2.4rem}.h2,h2{font-size:1.875rem}.h3,h3{font-size:1.5rem}.news-cards-item{max-width:calc(25% - 30px)}.review-content-item{margin-bottom:0}.review-content-item-header{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ways-travel-description-wrapper{padding:30px 8px 30px 30px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.about-slider-section-content{padding:30px 20px 10px 60px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:660px;margin-left:auto}.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{left:calc(50%);right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.about-slider-order>.col-lg-6:first-child{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.about-slider-order>.col-lg-6:last-child{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}.about-slider-content-image{height:100%}.gallery-top{height:650px}.tours-wrapper{margin-left:-15px;margin-right:-15px}.tour-card-item{width:calc(25% - 30px)}.whyus-desk{font-size:17px}}@media (min-width:1490px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl,.container-xxxl{max-width:calc(1490px - 80px)}.col-xxl{-webkit-box-flex:1;-webkit-flex:1 0 0;-ms-flex:1 0 0%;flex:1 0 0%}.row-cols-xxl-auto>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}.row-cols-xxl-1>*,.row-cols-xxl-2>*,.row-cols-xxl-3>*,.row-cols-xxl-4>*,.row-cols-xxl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.row-cols-xxl-2>*,.row-cols-xxl-3>*,.row-cols-xxl-4>*,.row-cols-xxl-5>*{width:50%}.row-cols-xxl-3>*,.row-cols-xxl-4>*,.row-cols-xxl-5>*{width:33.3333333333%}.row-cols-xxl-4>*,.row-cols-xxl-5>*{width:25%}.row-cols-xxl-5>*{width:20%}.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-auto,.row-cols-xxl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:16.6666666667%}.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-auto{width:auto}.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5{width:8.33333333%}.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5{width:16.66666667%}.col-xxl-3,.col-xxl-4,.col-xxl-5{width:25%}.col-xxl-4,.col-xxl-5{width:33.33333333%}.col-xxl-5{width:41.66666667%}.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:50%}.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-7,.col-xxl-8,.col-xxl-9{width:58.33333333%}.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-8,.col-xxl-9{width:66.66666667%}.col-xxl-10,.col-xxl-11,.col-xxl-12,.col-xxl-9{width:75%}.col-xxl-10,.col-xxl-11,.col-xxl-12{width:83.33333333%}.col-xxl-11,.col-xxl-12{width:91.66666667%}.col-xxl-12{width:100%}.news-cards-item{max-width:calc(20% - 30px)}.news-cards-wrapper-page .news-cards-item{max-width:calc(25% - 30px)}.ways-travel-description-wrapper .button.-visible-on-hover{border-radius:50px;font-size:16px;min-width:100px;padding:8px 12px;bottom:25px}.section-content{padding:42px 0;max-width:1920px;margin:0 auto}.section-content.-no-top-padding{padding:0 0 42px}.section-content.section-ways-travel{padding:42px 0 0}.section-content-head{margin:0 auto 32px}.about-slider-section-content{width:690px;margin-left:auto}}@media (max-width:1293px){.ways-travel-item.-ways-travel-grid-item1 .ways-travel-description-wrapper,.ways-travel-item.-ways-travel-grid-item6 .ways-travel-description-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}}@media (max-width:991px){.filters-panel,.filters-panel.-open{-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.filters-panel{top:0;bottom:0;left:0;z-index:99;width:100%;position:fixed;opacity:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);margin-bottom:0;overflow:auto}.filters-panel.-open{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.filters-col{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}.filter-title{display:inline-block;padding-top:20px}.filters-panel-container{padding:0 15px 45px;border-radius:0 10px 10px 0}.filter-item{position:relative;padding-bottom:10px}.filter-item::after,.filters-applied::after{content:'';height:1px;left:-15px;right:-15px;bottom:0;display:block;position:absolute;background:#e6e6e6}.filters-applied-top{padding-bottom:15px;padding-top:15px;background:-webkit-gradient(linear,left top,right top,from(#bf1e2d),color-stop(53.65%,#ff351a),to(#ff7a1a));background:-o-linear-gradient(left,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);background:linear-gradient(90deg,#bf1e2d 0,#ff351a 53.65%,#ff7a1a 100%);margin-left:-15px;margin-right:-15px;color:#fff}.header-menu-body{visibility:hidden;opacity:0;position:fixed;left:0;right:0;top:0;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%;max-height:103vh;z-index:5;padding:80px 15px 15px;width:100%}.header-menu-body::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#fff;-webkit-transition:all .7s;-o-transition:all .7s;transition:all .7s;border-radius:50%;-webkit-transform:translate(50%,-50%) scale(0);-ms-transform:translate(50%,-50%) scale(0);transform:translate(50%,-50%) scale(0)}.header-menu-body .header-menu-list>li{border-bottom:1px solid #333;margin-bottom:10px;padding-bottom:10px}.news-cards-wrapper._flex-grid-items{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.signup-register-header-wrapper .signup-register-header-content{position:fixed;z-index:2;-webkit-transform:translateX(-50%)!important;-ms-transform:translateX(-50%)!important;transform:translateX(-50%)!important;left:50%;top:70px}.toolbar-items .filter-sorting-wrapper{max-width:100%}}@media (max-width:768px){.col-auto-grow{max-width:100%}.col-auto-grow,.dropdown-menu-container.-with-columns .col{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%}a.btn.dropdown-toggle{display:none}.aboutus-desc,.map_desc,.review-based,.review-buttom-in,body,ul.inex-list>li>span{font-size:16px}}@media (max-width:576px){.hero-title .h1{font-size:26px;line-height:1.3}}@media (min-width:1294px) and (max-width:1489px){.news-cards-item:nth-child(5){display:none}.ways-travel-item:not(.-ways-travel-grid-item1):not(.-ways-travel-grid-item6) .ways-travel-description-wrapper{padding-bottom:8px}}@media (min-width:992px) and (max-width:1293px){.ways-travel-item:not(.-ways-travel-grid-item1):not(.-ways-travel-grid-item6) .ways-travel-description-wrapper{padding-bottom:56px}.about-slider-order>.col-lg-6:first-child{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.about-slider-order>.col-lg-6:last-child{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1}}@media (min-width:576px) and (max-width:1294px){.section-content-tours .container{max-width:initial}}