:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}.f-carousel{--f-carousel-theme-color: #706f6c;--f-carousel-spacing: 0px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: auto;--f-carousel-slide-padding: 0;--f-button-width: 42px;--f-button-height: 42px;--f-button-color: var(--f-carousel-theme-color, currentColor);--f-button-hover-color: var(--f-carousel-theme-color, currentColor);--f-button-bg: transparent;--f-button-hover-bg: var(--f-button-bg);--f-button-active-bg: var(--f-button-bg);--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-next-pos: 10px;--f-button-prev-pos: 10px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75;position:relative;box-sizing:border-box}.f-carousel *,.f-carousel *:before,.f-carousel *:after{box-sizing:inherit}.f-carousel.is-ltr{direction:ltr}.f-carousel.is-rtl{direction:rtl}.f-carousel__viewport{overflow:hidden;transform:translate3d(0, 0, 0);backface-visibility:hidden;width:100%;height:100%}.f-carousel__viewport.is-draggable{cursor:move;cursor:grab}.f-carousel__viewport.is-dragging{cursor:move;cursor:grabbing}.f-carousel__track{display:flex;margin:0 auto;padding:0;height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}.f-carousel__slide{position:relative;flex:0 0 auto;width:var(--f-carousel-slide-width);max-width:100%;height:var(--f-carousel-slide-height);margin:0 var(--f-carousel-spacing) 0 0;padding:var(--f-carousel-slide-padding);outline:0;transform-origin:center center}.f-carousel__slide img.is-preloading{visibility:hidden}.f-carousel__slide>.f-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.f-carousel.is-vertical{--f-carousel-slide-height: 100%}.f-carousel.is-vertical .f-carousel__track{flex-wrap:wrap}.f-carousel.is-vertical .f-carousel__slide{margin:0 0 var(--f-carousel-spacing) 0}:root{--f-carousel-dots-width: 24px;--f-carousel-dots-height: 30px;--f-carousel-dot-width: 8px;--f-carousel-dot-height: 8px;--f-carousel-dot-radius: 50%;--f-carousel-dot-color: var(--f-carousel-theme-color, currentColor);--f-carousel-dot-opacity: 0.2;--f-carousel-dot-hover-opacity: 0.4}.f-carousel.has-dots{margin-bottom:var(--f-carousel-dots-height)}.f-carousel__dots{position:absolute;bottom:calc(var(--f-carousel-dots-height)*-1);left:0;right:0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin:0 auto !important;padding:0;list-style:none !important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-carousel__dots li{margin:0;padding:0;border:0;display:flex;align-items:center;justify-content:center;opacity:var(--f-carousel-dot-opacity);transition:opacity .15s ease-in-out}.f-carousel__dots li+li{margin:0}.f-carousel__dots li:hover{opacity:var(--f-carousel-dot-hover-opacity)}.f-carousel__dots li.is-current{opacity:1}.f-carousel__dots li button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;margin:0;padding:0;width:var(--f-carousel-dots-width);height:var(--f-carousel-dots-height);border:0;background:rgba(0,0,0,0);cursor:pointer;transition:all .2s linear}.f-carousel__dot{display:block;margin:0;padding:0;border:0;width:var(--f-carousel-dot-width);height:var(--f-carousel-dot-height);border-radius:var(--f-carousel-dot-radius);background-color:var(--f-carousel-dot-color);line-height:0;font-size:0;cursor:pointer;pointer-events:none}.f-carousel__dots.is-dynamic li:not(.is-prev,.is-next,.is-current,.is-after-next,.is-before-prev) button{transform:scale(0);width:0}.f-carousel__dots.is-dynamic li.is-before-prev button,.f-carousel__dots.is-dynamic li.is-after-next button{transform:scale(0.22)}.f-carousel__dots.is-dynamic li.is-prev button,.f-carousel__dots.is-dynamic li.is-next button{transform:scale(0.66)}.f-carousel__dots.is-dynamic li.is-current button{transform:scale(1)}.f-carousel__dots.is-dynamic li.is-before-prev button,.f-carousel__dots.is-dynamic li.is-after-next button{transform:scale(0.33)}.f-carousel__dots.is-dynamic li.is-current:first-child{margin-left:calc(var(--f-carousel-dots-width)*2)}.f-carousel__dots.is-dynamic li.is-prev:first-child{margin-left:var(--f-carousel-dots-width)}.f-carousel__dots.is-dynamic li.is-next:last-child{margin-right:var(--f-carousel-dots-width)}.f-carousel__dots.is-dynamic li.is-current:last-child{margin-right:calc(var(--f-carousel-dots-width)*2)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:first-child{margin-left:0;margin-right:var(--f-carousel-dots-width)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-prev:first-child{margin-left:0;margin-right:var(--f-carousel-dots-width)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-current:last-child{margin-left:0;margin-right:var(--f-carousel-dots-width)}.f-carousel.is-rtl .f-carousel__dots.is-dynamic .is-next:last-child{margin-right:0;margin-left:var(--f-carousel-dots-width)}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

b {
  font-weight: 700;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
  font-family: var(--font-base);
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a {
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  max-width: 100%;
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-family: var(--font-base);
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

@media screen and (max-width: 1441px) {
  html {
    font-size: 14px;
  }
}
.-opensans {
  font-family: "Open Sans";
}
.-opensans input, .-opensans textarea, .-opensans button {
  font-family: "Open Sans";
}

.-roboto {
  font-family: "Roboto";
}
.-roboto input, .-roboto textarea, .-roboto button {
  font-family: "Roboto";
}

.-roboto-cond {
  font-family: "Roboto Condensed";
}
.-roboto-cond input, .-roboto-cond textarea, .-roboto-cond button {
  font-family: "Roboto Condensed";
}

.-montserrat {
  font-family: "Montserrat";
}
.-montserrat input, .-montserrat textarea, .-montserrat button {
  font-family: "Montserrat";
}

.-source-sans {
  font-family: "Source Sans Pro";
}
.-source-sans input, .-source-sans textarea, .-source-sans button {
  font-family: "Source Sans Pro";
}

.tourDetails-text img,
.blog-inner .content img,
.seo-text img,
.legal-page__body img,
.content img {
  max-width: 100% !important;
  height: auto !important;
}

@media screen and (max-width: 768px) {
  .tourDetails-text div, .tourDetails-text span, .tourDetails-text p, .tourDetails-text figure,
  .blog-inner div,
  .blog-inner span,
  .blog-inner p,
  .blog-inner figure,
  .seo-text div,
  .seo-text span,
  .seo-text p,
  .seo-text figure,
  .legal-page__body div,
  .legal-page__body span,
  .legal-page__body p,
  .legal-page__body figure,
  .content div,
  .content span,
  .content p,
  .content figure {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
:root {
  --font-base: "Open Sans", sans-serif;
  --color-base: #67B500;
}

.title {
  font-size: 36px;
  font-size: 2.25em;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.title.-tour-inner {
  padding: 0 30px;
  text-align: left;
}
.title span {
  font-weight: 300;
}

.text {
  font-size: 36px;
  font-size: 2.25em;
  color: #000;
  font-weight: 300;
  text-align: center;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

@media screen and (max-width: 769px) {
  .title {
    font-size: 20px;
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .title.-tour-inner {
    padding: 0 20px;
  }
  .text {
    padding: 0 10px;
    font-size: 16px;
    font-size: 1em;
  }
}
.swiper-container {
  width: 80%;
}

.header {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  height: 123px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header.-fixed {
  position: fixed;
  width: 100%;
  height: 62px;
  z-index: 9;
}
.header.-fixed .header-top {
  display: none;
  transition: height 0.2s ease-in;
}
.header.overflow {
  box-shadow: none;
  transition: all 0.2s ease-out;
  height: 100%;
}
.header.overflow .overlay {
  opacity: 1;
  position: fixed;
  height: 100%;
}
.header-container {
  width: 1180px;
  margin: auto;
  position: relative;
}
.header-top {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #E2E2E2;
  padding: 15px 0;
  height: 62px;
  transition: height 0.2s ease-out;
  display: flex;
  align-items: center;
  background: #fff;
}
.header-top span {
  margin-top: 3px;
}
.header-heading {
  font-size: 14px;
  font-size: 0.875em;
  color: #909090;
  max-width: 250px;
  border-left: 2px solid #000;
  display: inline-block;
  padding-left: 10px;
}
.header-text {
  font-size: 1em;
  color: #000;
  font-weight: 400;
}
.header-phoneWrp {
  margin: 0 40px;
  text-align: right;
  position: relative;
}
.header-phoneWrp img {
  position: absolute;
  right: -20px;
  top: 10px;
  z-index: 1;
}
.header-phone {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
  display: inline-block;
}
.header-phoneText {
  font-size: 12px;
  font-size: 0.75em;
  font-weight: 400;
  color: #909090;
}
.header-langWrp {
  padding-top: 3px;
}
.header-lang {
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: #000;
}
.header-bot {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 10px 0;
  height: 62px;
  display: flex;
  align-items: center;
}
.header-logo {
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 400;
  color: #000;
  display: flex;
}
.header-logo b {
  font-weight: 700;
}
.header-link {
  cursor: pointer;
  display: inline-block;
  padding: 10px 28px;
  border-right: 1px solid #E2E2E2;
}
.header-link:last-child {
  border-right: none;
}
.header-link.active img {
  transform: rotate(180deg);
}
.header-cartLink {
  position: relative;
  display: block;
}
.header-counter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  min-width: 20px;
  line-height: 20px;
  background: var(--color-base);
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 999px;
  transform: translate(50%, -50%);
}
.header-burger {
  position: absolute;
  left: -50px;
  top: 9px;
  width: 22px;
  height: 21px;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  /*span {
      display: inline-block;
      width: 100%;
      height: 2px;
      background: #000;
      position: relative;
  }
  span:before,
  span:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0;
  }
  span:before {
      top: -8px;
  }
  span:after {
      bottom: -8px;
  }*/
}
.header-burger .burger-line2 {
  transform: translate(0px, 12px);
}
.header-burger .burger-line3 {
  transform: translate(0px, 6px);
}
.header-burger svg, .header-burger svg rect {
  transition: all 0.3s ease-in-out;
}
.header-burger.active svg {
  margin: 3px 0 0 3px;
}
.header-burger.active .burger-line3 {
  transform: translateX(-40px);
}
.header-burger.active .burger-line2 {
  transform: translate(11.8408px) scale(-1, 1) rotate(42.2626deg);
}
.header-burger.active .burger-line1 {
  transform: translate(1.34473px) rotate(42.2626deg);
}

@media screen and (max-width: 1281px) {
  .header-container {
    max-width: 1090px;
  }
}
@media screen and (max-width: 1200px) {
  .header-container {
    max-width: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  .header-container .row {
    width: 100%;
  }
  .header-burger {
    position: static;
    margin-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    display: none;
  }
}
.menu {
  position: relative;
  background: #fff;
  z-index: 3;
}
.menu-headingWrp {
  position: relative;
}
.menu-headingWrp img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menu-headingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.menu-heading {
  font-size: 56px;
  font-size: 3.5em;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
.menu-bot {
  padding-top: 25px;
  padding-bottom: 40px;
}
.menu-list {
  height: 100%;
  padding-left: 18px;
  border-left: 1px solid rgba(112, 112, 112, 0.1);
}
.menu-listItem {
  margin-bottom: 30px;
}
.menu-listItem:last-child {
  margin-bottom: 0;
}
.menu-listItem a {
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: #404040;
}
.menu .col:first-child .menu-list {
  padding-left: 0;
  border-left: 0;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: opacity 0.4s ease;
  opacity: 0;
  display: block;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .overlay {
    opacity: 0.7;
  }
}
.hero {
  position: relative;
  height: calc(100vh - 125px);
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.hero.-aic {
  align-items: center;
}
.hero .overlay {
  opacity: 1;
}
.hero-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-videoHidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
}
.hero-playBtn {
  border: none;
  background: transparent;
  padding: 0;
  margin-top: 25px;
}
.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: auto;
}
.hero-title {
  font-size: 60px;
  font-size: 3.75em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.74);
  margin-bottom: 30px;
  max-width: 900px;
}
.hero-subtitle {
  max-width: 900px;
  font-size: 28px;
  font-size: 1.75em;
  font-weight: 400;
  color: #fff;
}
.hero-subtitle.-mb {
  margin-bottom: 20px;
}
.hero-text {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 400;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.76);
  margin-top: 20px;
  display: block;
}
.hero-price {
  font-size: 80px;
  font-size: 5em;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.76);
}

@media screen and (max-width: 768px) {
  .hero {
    align-items: center;
    padding-bottom: 0;
    height: 100vh;
  }
  .hero.-reports-inner .hero-text {
    text-align: left;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-size: 1em;
  }
  .hero-price, .hero-text {
    display: none;
  }
  .hero-title {
    font-size: 40px;
    font-size: 2.5em;
    text-align: left;
  }
  .hero-subtitle {
    text-align: left;
    font-size: 24px;
    font-size: 1.5em;
    margin-top: 15px;
  }
  .hero-inner {
    padding: 0 10px;
  }
}
.heroForm {
  width: 1070px;
  margin: auto;
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  text-align: left;
  margin-top: 40px;
}
.heroForm-title {
  font-size: 36px;
  font-size: 2.25em;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.heroForm-input {
  box-sizing: border-box;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  padding: 20px 30px;
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  width: 330px;
}
.heroForm-input:focus {
  border: 1px solid var(--color-base);
}
.heroForm-inputWrp {
  display: flex;
  justify-content: space-between;
}
.heroForm-button {
  border: none;
  background: var(--color-base);
  border-radius: 4px;
  width: 330px;
  text-align: left;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding: 20px 30px;
}

@media screen and (max-width: 1200px) {
  .heroForm {
    width: auto;
    max-width: 100%;
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 769px) {
  .heroForm {
    display: none;
  }
}
.advantages {
  position: relative;
  padding-top: 130px;
  text-align: center;
}
.advantages-bg {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: auto;
}
.advantages .text {
  margin-bottom: 40px;
}
.advantages-subtitle {
  font-size: 16px;
  font-size: 1em;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
  margin-top: 28px;
}
.advantages-text {
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  max-width: 230px;
}
.advantages-icon {
  min-height: 100px;
}
.advantages .row {
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
}
.advantages .col {
  width: 315px;
  height: 387px;
  padding-top: 90px;
  justify-content: center;
  flex: initial;
  border-right: 1px solid #D8D8D8;
}
.advantages .col:last-child {
  border-right: none;
}

@media screen and (max-width: 1200px) {
  .advantages .col {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .advantages {
    padding-top: 80px;
  }
  .advantages .col {
    width: 50%;
    height: 50vh;
    padding-top: 10vh;
    flex: initial;
  }
}
@media screen and (max-width: 426px) {
  .advantages {
    display: none;
  }
}
.reviewsSlider {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 50px 0 30px;
}
.reviewsSlider .container {
  max-width: 1180px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.reviewsSlider-title {
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 700;
  max-width: 630px;
  width: 100%;
  margin: 0 auto 50px;
}
.reviewsSlider .f-carousel__slide {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
}
.reviewsSlider .item {
  max-width: 250px;
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.reviewsSlider .item:hover img {
  transform: scale(1.2);
}
.reviewsSlider-image {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.reviewsSlider-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.reviewsSlider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: RGBA(0, 0, 0, 0.4);
  z-index: 1;
}
.reviewsSlider-inner.-comment {
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px 20px;
}
.reviewsSlider-inner.-comment .reviewsSlider-text {
  margin-top: 20px;
  word-wrap: break-word;
}
.reviewsSlider-inner.-video {
  text-align: center;
  padding-top: 174px;
}
.reviewsSlider-inner-place {
  max-width: 255px;
  margin: auto;
  opacity: 1;
}
.reviewsSlider-inner-playBtn {
  border: none;
  background: transparent;
  padding: 0;
  margin-bottom: 5px;
  display: block;
}
.reviewsSlider-inner-title {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}
.reviewsSlider-inner-title.-border {
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 20px;
}
.reviewsSlider-inner-title.-border:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.reviewsSlider-inner-text, .reviewsSlider-inner-place {
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
}
.reviewsSlider-inner-avatar {
  width: 112px;
  height: 112px;
  flex-shrink: 0;
}
.reviewsSlider-inner-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviewsSlider-inner-nameWrp {
  width: auto;
  flex: 1;
  padding-left: 25px;
}
.reviewsSlider-inner-nameWrp .reviewsSlider-place {
  margin-top: 10px;
}
.reviewsSlider-inner-date {
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 40px;
  z-index: 1;
}

@media screen and (max-width: 800px) {
  .reviewsSlider .f-carousel__slide {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 769px) {
  .reviewsSlider-title {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1.2;
  }
}
@media screen and (max-width: 600px) {
  .reviewsSlider .f-carousel__slide {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 426px) {
  .reviewsSlider-title {
    text-align: left;
  }
  .reviewsSlider .f-carousel__slide {
    width: 100%;
  }
}
.gallery .row {
  flex-wrap: wrap;
}
.gallery .col {
  width: 25%;
  flex: initial;
}
.gallery .col:hover .gallery-title {
  opacity: 1;
  transform: translateY(0);
}
.gallery .col:hover .gallery-blockImg {
  transform: scale(1.05);
}
.gallery .col:hover .overlay {
  opacity: 1;
}
.gallery .title {
  margin-top: 30px;
}
.gallery .text {
  margin-bottom: 30px;
}
.gallery-btnWrp {
  display: none;
}
.gallery-block {
  position: relative;
  width: 100%;
  height: 42vh;
  overflow: hidden;
}
.gallery-blockImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  will-change: transform;
  backface-visibility: hidden;
}
.gallery-inner {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-title {
  text-align: center;
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  max-width: 80%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(20px);
}

@media screen and (max-width: 1024px) {
  .gallery.-tourInner .gallery-btnWrp {
    display: none;
  }
  .gallery .title {
    margin-top: 10px;
  }
  .gallery .col {
    width: 50%;
  }
  .gallery-block .overlay {
    opacity: 0 !important;
  }
  .gallery-title {
    text-shadow: 0 0 6px #010401;
  }
  .gallery-btnWrp {
    display: block;
    padding: 10px;
  }
  .gallery-add {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px;
    background: var(--color-base);
    border: none;
    border-radius: 4px;
    position: relative;
  }
  .gallery-add:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../svg/shopping-bag-white.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .gallery-add span {
    font-size: 16px;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
  }
}
.similar {
  text-align: center;
}
.similar .title {
  margin-top: 30px;
}
.similar .title.-mt0 {
  margin-top: 0;
}
.similar-subtitle {
  text-align: center;
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: var(--color-base);
  margin-bottom: 40px;
  margin-top: 30px;
  display: inline-block;
}
.similar-subtitle.-icon span {
  margin-left: 20px;
  display: inline-block;
  transform: translateY(4px);
}
.similar .fancy-slider .similar-block {
  width: 25%;
}
.similar-block {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}
.similar-block:hover .overlay {
  opacity: 1;
}
.similar-block:hover .similar-img {
  transform: scale(1.05);
}
.similar-blockInner {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.similar-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  will-change: transform;
  backface-visibility: hidden;
}
.similar-link {
  height: auto;
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding-bottom: 50px;
}
.similar-name {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}
.similar-add {
  margin: auto;
  margin-bottom: 20px;
  border: none;
  background: var(--color-base);
  padding: 8px 16px;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  position: relative;
  z-index: 2;
  border-radius: 4px;
}
.similar-add span {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .similar {
    display: none;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .similar.-reports-inner {
    display: block;
  }
  .similar-block .overlay {
    opacity: 0 !important;
  }
  .similar-name {
    text-shadow: 0 0 6px #010401;
  }
}
@media screen and (max-width: 1200px) {
  .similar .fancy-slider .similar-block {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 900px) {
  .similar .fancy-slider .similar-block {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .similar .fancy-slider .similar-block {
    width: 100%;
  }
}
.mob-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 10;
  background: #fff;
  display: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mob-header .row {
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 58px;
}
.mob-header .row div {
  display: flex;
  align-content: center;
  align-items: center;
}
.mob-header-logo {
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 700;
  color: #000;
}
.mob-header-logo span {
  font-weight: 300;
}
.mob-header-phone {
  margin-right: 3px;
}
.mob-header-cart {
  display: block;
  width: 14px;
  height: 16px;
  position: relative;
}
.mob-header-counter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  min-width: 16px;
  line-height: 16px;
  background: var(--color-base);
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 999px;
  transform: translate(55%, -50%);
}
.mob-header-burger {
  width: 22px;
  height: 21px;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 10px;
  /*span {
      display: inline-block;
      width: 100%;
      height: 2px;
      background: #000;
      position: relative;
  }
  span:before,
  span:after {
      content: '';
      width: 100%;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0;
  }
  span:before {
      top: -8px;
  }
  span:after {
      bottom: -8px;
  }*/
}
.mob-header-burger .burger-line2 {
  transform: translate(0px, 12px);
}
.mob-header-burger .burger-line3 {
  transform: translate(0px, 6px);
}
.mob-header-burger svg, .mob-header-burger svg rect {
  transition: all 0.3s ease-in-out;
}
.mob-header-burger.active svg {
  margin: 3px 0 0 3px;
}
.mob-header-burger.active .burger-line3 {
  transform: translateX(-40px);
}
.mob-header-burger.active .burger-line2 {
  transform: translate(11.8408px) scale(-1, 1) rotate(42.2626deg);
}
.mob-header-burger.active .burger-line1 {
  transform: translate(1.34473px) rotate(42.2626deg);
}

@media screen and (max-width: 991px) {
  .mob-header {
    display: block;
  }
}
.mob-advs {
  display: none;
  padding: 20px 10px;
  padding-bottom: 40px;
}
.mob-advs.-contacts {
  display: none;
}
.mob-advs .row {
  flex-wrap: nowrap;
  margin-top: 30px;
}
.mob-advs .title,
.mob-advs .text {
  padding: 0;
  text-align: left;
}
.mob-advs-icon {
  flex-shrink: 0;
  width: 50px;
  margin-right: 15px;
}
.mob-advs-subtitle {
  font-size: 16px;
  font-size: 1em;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
.mob-advs-text {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-size: 1em;
}

@media screen and (max-width: 426px) {
  .mob-advs {
    display: block;
  }
}
.mobMenu {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow-y: auto;
  background: #fff;
  padding-top: 58px;
  transition: height 0.2s ease-in;
  opacity: 1;
  display: none;
}
.mobMenu.active {
  height: 100vh;
  transition: height 0.2s ease-out;
}
.mobMenu-close {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background: url("../svg/close-icon.svg") center no-repeat;
  background-size: cover;
  padding: 0;
  border: none;
}
.mobMenu-logo {
  flex-grow: 1;
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 700;
  color: #000;
}
.mobMenu-logo span {
  font-weight: 300;
}
.mobMenu-phone {
  width: 18px;
  height: 18px;
  background: url("../svg/phone-icon.svg") center no-repeat;
  background-size: cover;
  display: block;
}
.mobMenu-cart {
  margin-left: 40px;
  display: block;
  width: 18px;
  height: 20px;
  background: url("../svg/shopping-bag.svg") center no-repeat;
  background-size: cover;
}
.mobMenu-top {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  position: relative;
  z-index: 1;
}
.mobMenu-langs {
  display: flex;
}
.mobMenu-langs a {
  flex: 1;
  text-align: center;
  padding: 15px 0;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  font-weight: 700;
  font-size: 16px;
  font-size: 1em;
  color: #000;
}
.mobMenu-langs a:last-child {
  border-right: none;
}
.mobMenu-main {
  padding: 25px 10px;
  border-bottom: 1px solid #DBDBDB;
}
.mobMenu-link {
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  padding: 15px 0;
  display: inline-block;
}
.mobMenu-botList {
  padding: 25px 10px;
}
.mobMenu-botList a {
  display: inline-block;
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .mobMenu {
    display: block;
  }
}
body.lock-scroll, html.lock-scroll {
  overflow: hidden !important;
  height: 100% !important;
}

.callback {
  position: relative;
  text-align: center;
  margin: 30px 0 0;
  padding: 50px 0 80px;
  background-size: cover;
  background-repeat: no-repeat;
}
.callback .overlay {
  opacity: 1;
}
.callback-title {
  font-size: 36px;
  font-size: 2.25em;
  font-weight: 700;
  color: #fff;
}
.callback-subtitle {
  font-size: 36px;
  font-size: 2.25em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 60px;
}
.callback-inner {
  position: relative;
  z-index: 2;
  padding-top: 47px;
}
.callback-captcha {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.callback-captcha .g-recaptcha {
  width: 304px;
  height: 78px;
}
.callback-button {
  margin: 0;
  width: 304px;
  height: 76px;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  padding: 20px 0;
  border: none;
  background: var(--color-base);
  transition: all 0.5s;
}
.callback-button:hover {
  background: #79cd23;
}
.callback-input {
  display: block;
  width: 640px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 20px 0;
  margin: auto;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 400;
}
.callback-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.callback-input::placeholder {
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 769px) {
  .callback {
    height: auto;
    padding: 30px 0 15px;
  }
  .callback-title {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .callback-subtitle {
    font-size: 16px;
    font-size: 1em;
  }
  .callback-captcha {
    font-size: 1em;
    width: 80%;
    justify-content: center;
  }
  .callback-inner {
    padding: 0 10px;
  }
  .callback-input {
    font-size: 1em;
    width: 80%;
  }
  .callback-button {
    font-size: 1em;
    margin-top: 10px;
    width: 100%;
    height: 61px;
  }
}
@media screen and (max-width: 426px) {
  .callback-title, .callback-subtitle {
    text-align: left;
  }
  .callback-subtitle {
    margin-bottom: 30px;
  }
  .callback-input, .callback-button {
    width: 304px;
    padding: 15px 0;
  }
  .callback-captcha {
    width: 100%;
  }
}
.footer {
  position: relative;
  text-align: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url("../images/footer_bg.jpg"), lightgray 50%/cover no-repeat;
  background-position: center;
  padding: 100px 0 10px;
  color: #fff;
}
.footer .container {
  max-width: 1180px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-info {
  max-width: 320px;
  width: 100%;
  text-align: left;
  flex-shrink: 0;
}
.footer-info-logo {
  display: block;
  font-size: 35px;
  font-size: 2.1875em;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff;
}
.footer-info-logo b {
  font-weight: 700;
}
.footer-info-text {
  font-size: 16px;
  font-size: 1em;
  font-weight: 300;
  color: #fff;
  margin-bottom: 25px;
}
.footer-info-phone, .footer-info-email {
  font-size: 16px;
  font-size: 1em;
  font-weight: 300;
  line-height: 143.5%;
  margin-bottom: 25px;
}
.footer-info-phone a, .footer-info-email a {
  color: #fff;
  font-size: 25px;
  font-size: 1.5625em;
  font-weight: 700;
  display: block;
}
.footer-info-email {
  margin-bottom: 30px;
}
.footer-info-social {
  margin: 0 0 50px;
  display: block;
}
.footer-info-social a {
  color: #fff;
  display: inline-block;
}
.footer-info-social a + a {
  margin-left: 10px;
}
.footer-links {
  display: flex;
  text-align: left;
  width: 100%;
  justify-content: flex-end;
}
.footer-links ul {
  list-style: none inside;
  width: 100%;
  max-width: 355px;
  margin-left: 85px;
}
.footer-links ul li:first-child {
  padding: 0 0 6px;
}
.footer-links ul li {
  padding: 9px 0;
}
.footer-links ul li a {
  color: #fff;
  font-size: 16px;
  font-size: 1em;
  font-weight: 700;
  text-decoration: none;
}
.footer-links ul li a:hover {
  text-decoration: underline;
}
.footer-links ul li.tour {
  padding: 6px 0;
}
.footer-links ul li.tour a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 300;
  text-decoration: none;
}
.footer-links ul li.tour a:hover {
  text-decoration: underline;
}
.footer-links ul + ul {
  max-width: 225px;
  margin-top: 22px;
}
.footer .container_bottom {
  max-width: 1180px;
  margin: auto;
  width: 100%;
  padding: 50px 15px 0;
}
.footer-text {
  font-size: 12px;
  font-size: 0.75em;
  font-weight: 300;
  color: #fff;
}
.footer-text a {
  color: #fff;
  text-decoration: none;
}
.footer-text a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1280px) {
  .footer.-tourInner {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 80px 0 10px;
  }
  .footer-info {
    max-width: 280px;
  }
  .footer-links ul {
    margin-left: 40px;
  }
}
@media screen and (max-width: 769px) {
  .footer {
    height: auto;
  }
  .footer.-full-height .footer-title {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1.4;
  }
  .footer.-full-height .footer-subtitle {
    font-size: 18px;
    font-size: 1.125em;
    line-height: 1.4;
    margin-top: 10px;
  }
  .footer .container {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer-info {
    margin-bottom: 30px;
  }
  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-links ul {
    margin-left: 0;
    width: 100%;
    max-width: unset;
  }
  .footer-links ul + ul {
    margin-top: 0;
    width: 100%;
    max-width: unset;
  }
}
.success {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 16px;
}
@media (min-width: 1000px) {
  .success {
    padding: 100px 16px;
  }
}
.success-icon {
  width: 66px;
  height: 66px;
}
@media (min-width: 1000px) {
  .success-icon {
    width: 94px;
    height: 94px;
  }
}
.success-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-top: 23px;
  margin-bottom: 22px;
}
@media (min-width: 1000px) {
  .success-title {
    font-size: 36px;
    margin-top: 37px;
  }
}
.success-sub {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin-bottom: 50px;
}
@media (min-width: 1000px) {
  .success-sub {
    font-size: 20px;
  }
}
.success-link {
  background: #6FB512;
  border-radius: 5px;
  color: #fff;
  padding: 10px 23px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: 0 3px 16px #9CC565;
}

.homeTours-title {
  margin: 50px 0;
  padding: 0 12%;
  font-size: 40px;
  font-size: 2.5em;
  font-weight: 700;
}
.homeTours-block {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.homeTours-block:hover .overlay {
  opacity: 1;
}
.homeTours-block:hover .homeTours-img {
  transform: scale(1.05);
}
.homeTours-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.homeTours-inner.-aife {
  align-items: flex-end;
}
.homeTours-label {
  position: absolute;
  z-index: 3;
  top: 50px;
  left: 0;
  border-radius: 0 30px 30px 0;
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 700;
}
.homeTours-label.-gray {
  background: rgba(80, 80, 80, 0.75);
}
.homeTours-label.-pink {
  background: rgba(220, 53, 69, 0.85);
}
.homeTours-label.-violet {
  background: rgba(185, 39, 154, 0.85);
}
.homeTours-label.-green {
  background: rgba(5, 200, 170, 0.85);
}
.homeTours-label.-blue {
  background: rgba(30, 100, 220, 0.85);
}
.homeTours-label.-orange {
  background: rgba(230, 120, 20, 0.85);
}
.homeTours-label.-dark {
  background: rgba(20, 20, 20, 0.85);
}
.homeTours-nameWrp {
  padding: 0 10px;
  padding-bottom: 30px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 2;
  text-align: center;
}
.homeTours-name {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  line-height: 33px;
  text-shadow: 0 0 6px #010401;
}
.homeTours-add {
  border-radius: 4px;
  border: none;
  background: var(--color-base);
  padding: 8px 16px;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
.homeTours-add span {
  display: inline-block;
  margin-right: 20px;
}
.homeTours-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  will-change: transform;
  backface-visibility: hidden;
}
.homeTours-img.-large {
  height: 100vh;
}
.homeTours-img.-small {
  height: 50vh;
}
.homeTours-row {
  flex-wrap: wrap;
}
.homeTours-row .col {
  flex: initial;
  width: 33.3%;
}
.homeTours-hidden {
  display: none !important;
}
.homeTours-visible {
  display: block !important;
  animation: tourFadeIn 0.4s ease forwards;
}
.homeTours-moreWrp {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px;
}
.homeTours-moreBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 48px;
  background: var(--color-base, #b9279a);
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: background 0.3s ease, transform 0.2s ease;
}
.homeTours-moreBtn:hover {
  background: #8c1a73;
  transform: translateY(-2px);
}
.homeTours-moreArrow {
  font-size: 1.2em;
  display: inline-block;
  animation: arrowBounce 1.2s infinite;
}

@keyframes tourFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes arrowBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
@media screen and (max-width: 1441px) {
  .homeTours-name {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .homeTours-nameWrp {
    padding: 20px;
    padding-top: 0;
    flex-wrap: wrap;
  }
  .homeTours-add {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1100px) {
  .homeTours-add {
    margin-top: 20px;
  }
  .homeTours-block .overlay {
    opacity: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  .homeTours-row .col {
    width: 33.3%;
  }
}
@media screen and (max-width: 769px) {
  .homeTours-name {
    font-size: 1em;
  }
  .homeTours-row .col {
    width: 50%;
  }
  .homeTours-title {
    font-size: 30px;
    font-size: 1.875em;
    padding: 0 10px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 426px) {
  .homeTours-row .col {
    width: 100%;
  }
  .homeTours-img.-small, .homeTours-img.-large {
    height: 45vh;
  }
  .homeTours-nameWrp {
    text-align: center;
    display: block;
    padding-bottom: 30px;
  }
  .homeTours-name {
    display: block;
    max-width: 100%;
  }
}
.reviews-row {
  text-align: center;
}
.reviews-row .title {
  margin-top: 30px;
}
.reviews-row .row {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
.reviews-row .col {
  border-right: 1px solid #E2E2E2;
  height: 58vh;
}
.reviews-link {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 30px;
}
.reviews-link span {
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: var(--color-base);
  display: inline-block;
  margin-left: 30px;
}
.reviews-name {
  font-size: 16px;
  font-size: 1em;
  font-weight: 700;
  color: #000;
  margin-top: 34px;
  margin-bottom: 20px;
}
.reviews-text {
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  max-width: 450px;
  margin-bottom: 55px;
}
.reviews-avatar img {
  display: block;
  width: 116px;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin: auto;
}
.reviews-btn {
  border: none;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.reviews-btn span {
  display: inline-block;
  margin-left: 30px;
  font-weight: 700;
  color: #000;
  font-size: 16px;
  font-size: 1em;
}

@media screen and (max-width: 1200px) {
  .reviews-row.-tourInner {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .reviews-text {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .reviews-link {
    display: none;
  }
  .reviews-linkWrp {
    display: block;
    padding: 0 10px;
  }
  .reviews-linkWrp .reviews-link {
    background: var(--color-base);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
  }
  .reviews-linkWrp .reviews-link span {
    color: #fff;
  }
}
.tourDetails .title {
  margin: 30px 0;
}
.tourDetails-day {
  font-size: 36px;
  font-size: 2.25em;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.tourDetails-text {
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: #000;
  line-height: 1.4;
  font-family: inherit !important;
}
.tourDetails-text * {
  font-family: inherit !important;
  font-size: inherit !important;
}
.tourDetails-textWrp {
  padding: 0 40px;
}
.tourDetails-img {
  display: block;
  width: 50vw;
  height: 84vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .tourDetails-img {
    height: 50vh;
    width: 100%;
  }
  .tourDetails .col {
    order: 1;
  }
  .tourDetails .col.-aic {
    order: 2;
  }
  .tourDetails-textWrp {
    padding: 30px 20px;
  }
  .tourDetails-day {
    font-size: 1.25em;
    margin-bottom: 16px;
  }
}
.tourPrice .title {
  margin-top: 30px;
  margin-bottom: 20px;
}
.tourPrice-block {
  margin: 0 50px;
}
.tourPrice-block p {
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 400;
  color: #646464;
  max-width: 300px;
  position: relative;
  margin-bottom: 60px;
  line-height: 1.4;
}
.tourPrice-block p:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: var(--color-base);
  position: absolute;
  top: 0;
  left: -40px;
}
.tourPrice-price {
  font-size: 36px;
  font-size: 2.25em;
  font-weight: 700;
  color: #000;
  text-align: center;
  position: relative;
  padding-top: 20px;
  margin-bottom: 50px;
}
.tourPrice-price:before {
  content: "";
  width: 60px;
  height: 2px;
  background: var(--color-base);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 769px) {
  .tourPrice {
    padding: 0 10px;
  }
  .tourPrice-price {
    margin-bottom: 35px;
    font-size: 20px;
  }
  .tourPrice-block p {
    margin-bottom: 25px;
    padding-left: 30px;
    font-size: 16px;
  }
  .tourPrice-block p:before {
    left: 0;
  }
  .tourPrice-block {
    margin: 0;
    width: 100%;
  }
}
.tourProgram {
  text-align: center;
}
.tourProgram h2.title {
  margin-top: 30px;
}
.tourProgram p.title {
  margin-bottom: 65px;
}
.tourProgram-icon {
  width: 120px;
  height: 120px;
  margin: auto;
  border: 1px solid var(--color-base);
  background: #fff;
  border-radius: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tourProgram-text p {
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 400;
  color: #646464;
  line-height: 27px;
  max-width: 95%;
  margin: auto;
}
.tourProgram-line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
}
.tourProgram-map {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  background: #EAEAEA;
}
.tourProgram-map h1 {
  font-size: 200px;
  font-size: 12.5em;
  font-weight: 700;
  opacity: 0.1;
}
.tourProgram .row {
  max-width: 1180px;
  margin: auto;
  margin-bottom: 45px;
  position: relative;
}
.tourProgram .col {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .tourProgram .col {
    margin-bottom: 80px;
  }
  .tourProgram-line {
    display: none;
  }
  .tourProgram-text p {
    font-size: 16px;
    font-size: 1em;
    line-height: 1.4;
  }
  .tourProgram-map h1 {
    font-size: 2rem;
  }
  .tourProgram-icon {
    width: 80px;
    height: 80px;
  }
  .tourProgram-icon img {
    max-width: 30px;
  }
}
.tour-inner-header {
  position: sticky;
  top: 123px;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #E2E2E2;
}
.tour-inner-header-container {
  max-width: 1180px;
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
}
.tour-inner-header-link {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  display: inline-flex;
  align-items: center;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid #E2E2E2;
  align-self: stretch;
}
.tour-inner-header-link:last-of-type {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.tour-inner-header-price {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #E2E2E2;
}
.tour-inner-header-cart-btn {
  border: none;
  background: #67B500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  width: 250px;
}
.tour-inner-header-cart-wrp {
  display: flex;
  align-items: center;
  margin-left: auto;
}

@media (min-width: 320px) {
  .tour-inner-header {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
  }
  .tour-inner-header-price {
    font-size: 16px;
    flex-grow: 1;
    text-align: center;
  }
  .tour-inner-header-link {
    display: none;
  }
  .tour-inner-header-cart-wrp {
    margin-left: 0;
    width: 100%;
  }
  .tour-inner-header-cart-btn {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .tour-inner-header {
    position: sticky;
    bottom: auto;
    left: auto;
    top: 62px;
    z-index: 10;
  }
  .tour-inner-header-price {
    font-size: 24px;
    flex-grow: initial;
    text-align: left;
  }
  .tour-inner-header-link {
    display: flex;
  }
  .tour-inner-header-cart-wrp {
    margin-left: auto;
    width: auto;
  }
  .tour-inner-header-cart-btn {
    width: 260px;
  }
}
.tour-inner-callback {
  padding: 60px 0;
}
.tour-inner-callback .title {
  text-align: left;
  margin-bottom: 22px;
}
.tour-inner-callback .row {
  justify-content: space-between;
}
.tour-inner-callback-inner {
  max-width: 1020px;
  margin: 0 auto;
}
.tour-inner-callback-input, .tour-inner-callback-btn {
  box-sizing: border-box;
  width: 330px;
  display: block;
}
.tour-inner-callback-input {
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.tour-inner-callback-btn {
  border: none;
  background: #67B500;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

@media (min-width: 320px) {
  .tour-inner-callback {
    padding: 28px 10px;
  }
  .tour-inner-callback .title {
    text-align: center;
  }
  .tour-inner-callback-input {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    width: 100%;
  }
  .tour-inner-callback-btn {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .tour-inner-callback {
    padding: 60px 0;
  }
  .tour-inner-callback .title {
    text-align: left;
  }
  .tour-inner-callback-input {
    padding: 20px 30px;
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    width: 330px;
  }
  .tour-inner-callback-btn {
    width: 330px;
    line-height: initial;
    font-size: 16px;
  }
}
.tour-extras {
  margin-bottom: 67px;
}
.tour-extras .title {
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 56px;
}
.tour-extras .title:after {
  content: "";
  width: 62px;
  height: 2px;
  background: #8ADC1D;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.tour-extras .row {
  justify-content: center;
  flex-wrap: wrap;
}
.tour-extras-item {
  width: 305px;
  margin: 15px;
}
.tour-extras-img-wrp {
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.tour-extras-img-wrp:after {
  content: "";
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  position: absolute;
  bottom: 0;
  left: 0;
}
.tour-extras-img-wrp img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tour-extras-price {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  font-size: 24px;
}
.tour-extras-name {
  margin: 12px 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.tour-extras-btn {
  width: 100%;
  background: #67B500;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0;
  border: none;
}
.tour-extras-btn.-added {
  opacity: 0.6;
}

@media (min-width: 320px) {
  .tour-extras {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .tour-extras .row {
    display: inline-flex;
    padding: 0 10px;
    flex-wrap: nowrap;
  }
  .tour-extras .title {
    margin-bottom: 20px;
  }
  .tour-extras-container {
    display: flex;
    overflow-x: auto;
    margin-top: 20px;
  }
  .tour-extras-item {
    flex-shrink: 0;
    width: 75vw;
    margin: 0;
    margin-right: 20px;
  }
  .tour-extras-item:last-child {
    margin-right: 0;
  }
  .tour-extras-img-wrp {
    height: 140px;
  }
  .tour-extras-btn {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .tour-extras-item {
    width: 305px;
  }
}
@media (min-width: 1280px) {
  .tour-extras {
    margin-bottom: 67px;
  }
  .tour-extras .row {
    display: flex;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
  }
  .tour-extras .title {
    margin-bottom: 56px;
  }
  .tour-extras-item {
    margin: 15px;
    margin-right: 15px;
  }
  .tour-extras-item:last-child {
    margin-right: 15px;
  }
  .tour-extras-img-wrp {
    height: 140px;
  }
  .tour-extras-btn {
    padding: 10px 0;
  }
}
.tour-map {
  padding-top: 28px;
}

.mobile-reviews .title {
  margin-bottom: 20px;
}
.mobile-reviews .swiper-pagination {
  position: static;
  padding: 20px 0;
}
.mobile-reviews .row {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mobile-reviews .reviewsSlider-title {
  font-size: 1.25em;
}

@media (min-width: 1100px) {
  .mobile-reviews {
    display: none;
  }
}
.reports .row {
  flex-wrap: wrap;
}
.reports .col {
  flex: initial;
  width: 25%;
}
.reports-link, .reports-block {
  display: block;
  width: 100%;
  height: 42vh;
  position: relative;
  overflow: hidden;
}
.reports-link:hover .overlay, .reports-block:hover .overlay {
  opacity: 1;
}
.reports-link:hover .reports-img, .reports-block:hover .reports-img {
  transform: scale(1.05);
}
.reports-link:hover .reports-icon, .reports-block:hover .reports-icon {
  opacity: 1;
  transform: translateY(0);
}
.reports-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
  backface-visibility: hidden;
  will-change: transform;
}
.reports-name {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 70%;
}
.reports-icon {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateY(30px);
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 769px) {
  .reports .row {
    flex-wrap: wrap;
  }
  .reports .col {
    width: 50%;
  }
  .reports-link .overlay, .reports-block .overlay {
    opacity: 0 !important;
  }
  .reports-name {
    font-size: 18px;
    font-size: 1.125em;
    text-shadow: 0 0 6px #010401;
  }
}
@media screen and (max-width: 426px) {
  .reports .col {
    width: 100%;
  }
}
.cart .row {
  max-width: 1180px;
  margin: auto;
}
.cart .title {
  margin: 40px 0;
}
.cart-mobAdd {
  display: none;
}
.cart-left {
  flex: 1;
  padding-right: 25px;
}
.cart-right {
  width: 290px;
}
.cart-item {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  position: relative;
}
.cart-item:last-child {
  border-bottom: none;
}
.cart-remove {
  border: none;
  background: transparent;
  position: absolute;
  z-index: 1;
  display: flex;
  top: 5px;
  right: 0;
  padding: 0;
  cursor: pointer;
}
.cart-img {
  width: 250px;
  flex-shrink: 0;
}
.cart-img img {
  display: block;
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-itemRight {
  flex: 1;
  padding-left: 34px;
}
.cart-nameWrp {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.cart-nameWrp .cart-title {
  flex: 1;
}
.cart-price {
  flex-shrink: 0;
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
}
.cart-date {
  display: none;
}
.cart-title {
  font-size: 16px;
  font-size: 1em;
  font-weight: 700;
  color: #000;
}
.cart-list {
  margin-top: 20px;
}
.cart-listItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.cart-listItem.-disabled {
  opacity: 0.3;
}
.cart-label {
  display: flex;
  cursor: pointer;
}
.cart-label input {
  display: none;
}
.cart-label input:checked ~ .cart-checkmark {
  background: var(--color-base);
}
.cart-checkboxText {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 400;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.cart-extraPrice {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 700;
  color: #000;
  min-width: 35px;
  text-align: right;
}
.cart-checkmark {
  width: 16px;
  height: 16px;
  border: 1px solid #D0D0D0;
  display: block;
  border-radius: 2px;
  margin-right: 10px;
  flex-shrink: 0;
}

@media screen and (max-width: 1281px) {
  .cart .row {
    max-width: 1090px;
  }
}
@media screen and (max-width: 769px) {
  .cart .row {
    max-width: 100%;
    padding: 0 10px;
  }
  .cart-mobAdd {
    display: block;
    margin-top: 20px;
  }
  .cart-mobAdd button {
    border: none;
    width: 100%;
    padding: 12px 0;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 3px 16px #9CC565;
    font-size: 16px;
    font-size: 1em;
    font-weight: 700;
    background: var(--color-base);
  }
  .cart-left {
    padding-right: 0;
    width: 100%;
    order: 2;
  }
  .cart-right {
    order: 1;
    width: 100%;
  }
  .cart-list, .cart-remove {
    display: none;
  }
  .cart-nameWrp {
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 0;
    border-bottom: none;
    flex-wrap: wrap;
  }
  .cart-nameWrp ~ .cart-title {
    display: none;
  }
  .cart-item {
    flex-wrap: wrap;
    width: 100%;
  }
  .cart-img, .cart-itemRight, .cart-title, .cart-price {
    width: 100%;
  }
  .cart-img img {
    height: 42vh;
  }
  .cart-price {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .cart-itemRight {
    padding-left: 0;
    margin-top: 20px;
  }
  .cart-date {
    display: inline-block;
    font-size: 14px;
    color: #909090;
    font-weight: 400;
  }
}
@media screen and (max-width: 426px) {
  .cart .title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 376px) {
  .cart-price {
    font-size: 20px;
    font-size: 1.25em;
  }
}
.cartTotal {
  box-shadow: 0 3px 16px #DFDFDF;
  padding: 40px 25px;
}
.cartTotal .row {
  flex-wrap: wrap;
}
.cartTotal-title {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 400;
  color: #909090;
  margin-bottom: 24px;
}
.cartTotal-price {
  font-size: 36px;
  font-size: 2.25em;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.cartTotal-button {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px 40px;
  background: var(--color-base);
  border: none;
  box-shadow: 0 3px 16px #9CC565;
  border-radius: 5px;
}
.cartTotal .paypal-buttons {
  z-index: 0;
}

@media screen and (max-width: 769px) {
  .cartTotal {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
  .cartTotal .row {
    padding: 0;
    align-items: center;
  }
  .cartTotal-price {
    margin-right: 45px;
  }
}
@media screen and (max-width: 376px) {
  .cartTotal-price {
    font-size: 20px;
    font-size: 1.25em;
  }
}
.cartRemove {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.cartRemove.-open {
  display: flex;
}
.cartRemove .overlay {
  opacity: 1;
}
.cartRemove-inner {
  background: #fff;
  padding: 30px;
  padding-top: 40px;
  border-radius: 8px;
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 550px;
  width: 100%;
}
.cartRemove-title {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
  margin-bottom: 45px;
}
.cartRemove-btnWrp {
  display: flex;
  justify-content: space-between;
}
.cartRemove-btn {
  background: var(--color-base);
  padding: 10px 0;
  width: 220px;
  text-align: center;
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px 16px #9CC565;
}
.cartRemove-btn.-inverted {
  background: #fff;
  border: 1px solid var(--color-base);
  color: var(--color-base);
  margin-left: 50px;
  box-shadow: none;
}

.cartAddModal {
  position: fixed;
  z-index: 10;
  top: 0;
  transition: top 0.2s ease-in;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: flex-end;
}
.cartAddModal.active .cartAddModal-overlay {
  transition: opacity 0.2s ease-in;
  opacity: 1;
}
.cartAddModal.active .cartAddModal-inner {
  transition: bottom 0.2s ease-in;
  bottom: 0;
}
.cartAddModal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  transition: opacity 0.2s ease-in;
  opacity: 0;
}
.cartAddModal-inner {
  padding: 30px 10px;
  position: relative;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  background: #fff;
  width: 100%;
  transition: bottom 0.2s ease-in;
  bottom: -100%;
}
.cartAddModal .cart-list {
  display: block;
}
.cartAddModal-title {
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 700;
  color: #000;
}
.cartAddModal-text {
  font-size: 12px;
  font-size: 0.75em;
  font-weight: 400;
  color: #909090;
  display: flex;
  justify-content: space-between;
}
.cartAddModal-remove {
  margin-top: 30px;
}
.cartAddModal-remove button {
  box-shadow: 0 3px 16px #9CC565;
  display: block;
  padding: 10px 0;
  border: none;
  border-radius: 4px;
  background: var(--color-base);
  color: #fff;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 700;
  width: 100%;
}

.pagination {
  margin-bottom: 20px;
}
.pagination-buttons {
  display: inline-block;
  margin: 0 5px 20px;
}
.pagination li {
  display: inline-block;
  margin: 0 15px;
  color: #000;
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 300;
}
.pagination li a {
  color: #000;
  text-decoration: none;
}
.pagination li a:hover {
  text-decoration: underline;
}
.pagination li b {
  font-weight: 700;
}

.blog {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 0 0 30px;
  border-bottom: 0.5px solid #CECECE;
}
.blog.blog-slider {
  border-top: 0.5px solid #CECECE;
  border-bottom: none;
  padding: 50px 0 30px;
}
.blog .container {
  max-width: 1180px;
  margin: auto;
  width: 100%;
  padding: 0;
  text-align: center;
}
.blog-title {
  font-size: 30px;
  font-size: 1.875em;
  font-weight: 700;
  max-width: 630px;
  width: 100%;
  margin: auto;
}
.blog-subtitle {
  font-size: 16px;
  font-size: 1em;
  font-weight: 300;
  max-width: 630px;
  width: 100%;
  margin: 20px auto 50px;
}
.blog-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.blog .f-carousel__slide {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  text-align: center;
}
.blog-item {
  border-radius: 11px;
  border: 0.5px solid #A9A9A9;
  width: 100%;
  max-width: 370px;
  margin: 0 0 30px;
  overflow: hidden;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
}
.blog-item img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.blog-item div {
  padding: 25px;
  width: 100%;
  text-align: left;
}
.blog-item div h5 {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-item div p {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875em;
  font-weight: 400;
  color: #808080;
}
.blog-item div span {
  font-size: 10px;
  font-size: 0.625em;
  font-weight: 400;
  color: #585858;
}
.blog-item a {
  margin: 0 15px 15px;
  border-radius: 8px;
  background: var(--color-base);
  display: flex;
  width: auto;
  padding: 20px;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 400;
  color: #fff;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: all 0.5s;
}
.blog-item a:hover {
  background: #79cd23;
}
.blog-link {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 40px auto 0;
}
.blog-link:hover {
  -webkit-text-decoration: navy;
          text-decoration: navy;
}

@media screen and (max-width: 1180px) {
  .blog .container {
    padding: 0 15px;
  }
  .blog-item {
    max-width: calc((100% - 40px) / 3);
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 830px) {
  .blog .f-carousel__slide {
    width: calc((100% - 20px) / 2);
  }
  .blog-item {
    max-width: calc((100% - 20px) / 2);
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 769px) {
  .blog {
    height: auto;
    padding: 30px 0 15px;
  }
  .blog-title {
    font-size: 24px;
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .blog-subtitle {
    font-size: 16px;
    font-size: 1em;
  }
}
@media screen and (max-width: 530px) {
  .blog .f-carousel__slide {
    width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .blog-title, .blog-subtitle {
    text-align: left;
  }
  .blog-subtitle {
    margin-bottom: 30px;
  }
  .blog-item {
    max-width: 100%;
    margin: 0 0 20px;
  }
}
.blog-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: linear-gradient(102deg, rgba(0, 0, 0, 0.8) 20.13%, rgba(0, 0, 0, 0) 75.48%), url("/images/blog/blog-page.jpg") center/cover no-repeat;
}
.blog-hero .container {
  max-width: 1180px;
  margin: auto;
  width: 100%;
  padding: 0 15px;
  text-align: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 400px;
}
.blog-hero-title {
  font-size: 65px;
  font-size: 4.0625em;
  font-weight: 400;
  max-width: 900px;
  width: 100%;
  color: #FFF;
  display: block;
}
.blog-hero-title b {
  font-weight: 700;
}
.blog-hero-subtitle {
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 300;
  max-width: 600px;
  width: 100%;
  margin: 30px 0 0;
  color: #FFF;
  display: block;
}

@media screen and (max-width: 1180px) {
  .blog-hero .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 769px) {
  .blog-hero-title {
    font-size: 32px;
    font-size: 2em;
    line-height: 1.2;
  }
  .blog-hero-subtitle {
    font-size: 16px;
    font-size: 1em;
    max-width: 350px;
    margin-top: 20px;
  }
}
.blog-bread {
  width: 100%;
  position: relative;
  margin: 40px 0 0;
  display: block;
  padding-bottom: 10px;
}
.blog-bread .container {
  max-width: 1180px;
  margin: auto;
  width: 100%;
  padding: 0;
  text-align: left;
}
.blog-bread p {
  font-size: 12px;
  font-size: 0.75em;
  color: #000;
  font-weight: 400;
}
.blog-bread p a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}
.blog-bread p a:hover {
  text-decoration: underline;
}
.blog-bread p b {
  font-weight: 700;
}

@media screen and (max-width: 1180px) {
  .blog-bread .container {
    padding: 0 15px;
  }
}
.blog-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 0.5px solid #CECECE;
  padding: 30px 0 60px;
}
.blog-inner .container {
  max-width: 1180px;
  margin: auto;
  width: 100%;
  padding: 0;
  text-align: left;
}
.blog-inner .content {
  width: 100%;
  max-width: 745px;
  position: relative;
  overflow: hidden;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.blog-inner .content * {
  font-family: inherit !important;
  font-size: inherit !important;
}
.blog-inner .content div {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.blog-inner .content div img {
  margin-right: 20px;
  flex-shrink: 0;
}
.blog-inner .content div span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #808080;
  line-height: 130%;
  margin: 8px 0;
}
.blog-inner .content div span b, .blog-inner .content div span strong {
  font-weight: 700;
}
.blog-inner .content h1, .blog-inner .content h2, .blog-inner .content h3, .blog-inner .content h4, .blog-inner .content h5, .blog-inner .content h6 {
  font-style: normal;
  font-weight: 700;
}
.blog-inner .content h1 {
  font-size: 30px;
  margin: 15px 0;
}
.blog-inner .content h2 {
  font-size: 27px;
  margin: 13px 0;
}
.blog-inner .content h3 {
  font-size: 24px;
  margin: 11px 0;
}
.blog-inner .content h4 {
  font-size: 21px;
  margin: 10px 0;
}
.blog-inner .content h5 {
  font-size: 18px;
  margin: 9px 0;
}
.blog-inner .content h6 {
  font-size: 16px;
  margin: 8px 0;
}
.blog-inner .content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #808080;
  line-height: 130%;
  margin: 8px 0;
}
.blog-inner .content p b, .blog-inner .content p strong {
  font-weight: 700;
}
.blog-inner .content small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #808080;
}
.blog-inner .content ul, .blog-inner .content ol {
  list-style-position: inside;
  color: #808080;
}

@media screen and (max-width: 1140px) {
  .blog-inner .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 745px) {
  .blog-inner .content {
    margin: 40px auto 0;
    padding: 0 10px;
  }
  .blog-inner .content h1 {
    font-size: 23px;
    margin: 11px 0;
  }
  .blog-inner .content h2 {
    font-size: 21px;
    margin: 10px 0;
  }
  .blog-inner .content h3 {
    font-size: 19px;
    margin: 9px 0;
  }
  .blog-inner .content h4 {
    font-size: 17px;
    margin: 8px 0;
  }
  .blog-inner .content h5 {
    font-size: 15px;
    margin: 7px 0;
  }
  .blog-inner .content h6 {
    font-size: 13px;
    margin: 6px 0;
  }
  .blog-inner .content p {
    font-size: 13px;
    margin: 6px 0;
  }
  .blog-inner .content div {
    flex-wrap: wrap;
  }
  .blog-inner .content div img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
  }
  .blog-inner .content div span {
    font-size: 12px;
    margin: 6px 0;
  }
  .blog-inner .content small {
    font-size: 11px;
  }
}
.legal-page {
  width: 100%;
  background: #f7f8fa;
  padding: 40px 0 80px;
}
.legal-page .container {
  max-width: 860px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
.legal-page__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
  position: relative;
  z-index: 2;
}
.legal-page__nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 8px 24px rgba(26, 26, 46, 0.06);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #4a5568;
  text-decoration: none;
  transition: color 0.2s, border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.legal-page__nav-link:hover {
  color: #1a1a2e;
  border-color: rgba(103, 181, 0, 0.35);
  box-shadow: 0 10px 28px rgba(26, 26, 46, 0.08);
}
.legal-page__nav-link.is-active {
  background: var(--color-base);
  border-color: var(--color-base);
  color: #fff;
  box-shadow: 0 10px 28px rgba(103, 181, 0, 0.28);
}
.legal-page__card {
  background: #fff;
  border: 1px solid #e8ebf0;
  border-radius: 18px;
  box-shadow: 0 18px 50px rgba(26, 26, 46, 0.07);
  overflow: hidden;
}
.legal-page__body {
  padding: 40px 44px 48px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #4a5568;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}
.legal-page__body * {
  max-width: 100%;
  box-sizing: border-box;
}
.legal-page__body > *:first-child {
  margin-top: 0;
}
.legal-page__body > *:last-child {
  margin-bottom: 0;
}
.legal-page__body p,
.legal-page__body li,
.legal-page__body td,
.legal-page__body th {
  font-size: 16px;
  line-height: 1.75;
  color: #4a5568;
  margin: 0 0 16px;
}
.legal-page__body h1,
.legal-page__body h2,
.legal-page__body h3,
.legal-page__body h4,
.legal-page__body h5,
.legal-page__body h6 {
  color: #1a1a2e;
  font-weight: 700;
  line-height: 1.3;
  scroll-margin-top: 110px;
}
.legal-page__body h1 {
  font-size: 28px;
  margin: 0 0 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf0f4;
}
.legal-page__body h2 {
  font-size: 22px;
  margin: 36px 0 14px;
  padding-left: 16px;
  border-left: 4px solid var(--color-base);
}
.legal-page__body h3 {
  font-size: 18px;
  margin: 28px 0 12px;
}
.legal-page__body h4,
.legal-page__body h5,
.legal-page__body h6 {
  font-size: 16px;
  margin: 22px 0 10px;
}
.legal-page__body strong,
.legal-page__body b {
  color: #1a1a2e;
  font-weight: 700;
}
.legal-page__body a {
  color: #4f8f00;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
.legal-page__body a:hover {
  color: var(--color-base);
}
.legal-page__body ul,
.legal-page__body ol {
  margin: 0 0 18px;
  padding-left: 1.4em;
}
.legal-page__body ul {
  list-style: disc;
}
.legal-page__body ol {
  list-style: decimal;
}
.legal-page__body li {
  margin-bottom: 8px;
}
.legal-page__body li::marker {
  color: var(--color-base);
}
.legal-page__body blockquote {
  margin: 24px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--color-base);
  border-radius: 0 12px 12px 0;
  background: #f4f8ec;
  color: #364152;
}
.legal-page__body blockquote p:last-child {
  margin-bottom: 0;
}
.legal-page__body hr {
  border: 0;
  height: 1px;
  margin: 32px 0;
  background: linear-gradient(90deg, rgba(103, 181, 0, 0.35), rgba(228, 231, 236, 0.9));
}
.legal-page__body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
  border-radius: 12px;
}
.legal-page__body table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  overflow: hidden;
  font-size: 15px;
}
.legal-page__body thead {
  background: #f4f6f9;
}
.legal-page__body th,
.legal-page__body td {
  padding: 12px 14px;
  border: 1px solid #e4e7ec;
  text-align: left;
  vertical-align: top;
  margin: 0;
}
.legal-page__body th {
  color: #1a1a2e;
  font-weight: 700;
  background: #f4f6f9;
}
.legal-page__body pre,
.legal-page__body code {
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 14px;
}
.legal-page__body pre {
  margin: 20px 0;
  padding: 16px 18px;
  border-radius: 12px;
  background: #f4f6f9;
  overflow-x: auto;
  white-space: pre-wrap;
}
.legal-page__body [style*="text-align: center"],
.legal-page__body [style*="text-align:center"],
.legal-page__body [align=center],
.legal-page__body .aligncenter,
.legal-page__body .text-center,
.legal-page__body .has-text-align-center,
.legal-page__body .mce-align-center {
  text-align: left !important;
}
.legal-page__body [style*="text-align: right"],
.legal-page__body [style*="text-align:right"],
.legal-page__body [align=right],
.legal-page__body .alignright,
.legal-page__body .has-text-align-right,
.legal-page__body .mce-align-right {
  text-align: right !important;
}
.legal-page__body [style*="text-align: left"],
.legal-page__body [style*="text-align:left"],
.legal-page__body [align=left],
.legal-page__body .alignleft,
.legal-page__body .has-text-align-left,
.legal-page__body .mce-align-left {
  text-align: left !important;
}
.legal-page__body [style*="text-align: justify"],
.legal-page__body [style*="text-align:justify"],
.legal-page__body .has-text-align-justify,
.legal-page__body .mce-align-justify {
  text-align: justify !important;
}

@media screen and (max-width: 745px) {
  .legal-page {
    padding-bottom: 60px;
  }
  .legal-page .container {
    padding: 0 15px;
  }
  .legal-page__nav {
    margin-bottom: 20px;
    gap: 8px;
  }
  .legal-page__nav-link {
    width: 100%;
    justify-content: center;
    min-height: 42px;
    font-size: 13px;
  }
  .legal-page__body {
    padding: 24px 18px 30px;
    font-size: 15px;
  }
  .legal-page__body p,
  .legal-page__body li,
  .legal-page__body td,
  .legal-page__body th {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 14px;
  }
  .legal-page__body h1 {
    font-size: 24px;
  }
  .legal-page__body h2 {
    font-size: 19px;
    margin-top: 28px;
    padding-left: 12px;
  }
  .legal-page__body h3 {
    font-size: 17px;
  }
  .legal-page__body table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.about-staff {
  max-width: 1210px;
  margin: 70px auto;
}
.about-staff .title {
  margin-bottom: 70px;
}
.about-staff .row {
  flex-wrap: wrap;
}
.about-staff-item {
  width: 226px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
}
.about-staff-item:nth-child(5n) {
  margin-right: 0;
}
.about-staff-info {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 18px;
}
.about-staff-img {
  width: 226px;
  height: 278px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-staff-name {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 4px;
}
.about-staff-position {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

@media (min-width: 320px) {
  .about-staff {
    margin-top: 30px;
  }
  .about-staff .title {
    margin-bottom: 30px;
  }
  .about-staff-inner {
    display: flex;
    overflow: hidden;
    text-align: center;
    line-height: 1.2;
  }
  .about-staff .row {
    display: inline-flex;
    flex-wrap: nowrap;
    padding: 0 10px;
  }
  .about-staff-item {
    width: 226px;
  }
  .about-staff-item:nth-child(5n) {
    margin-right: 20px;
  }
  .about-staff-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .about-staff {
    margin-top: 70px;
  }
  .about-staff .title {
    margin-bottom: 70px;
  }
  .about-staff-inner {
    overflow-x: hidden;
  }
  .about-staff .row {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
  }
  .about-staff-item {
    width: 20%;
    margin-right: 0;
    padding-right: 20px;
  }
  .about-staff-item:nth-child(5n) {
    margin-right: 0;
  }
  .about-staff-info {
    width: calc(100% - 20px);
  }
}
.contacts-page {
  background: #f7f8fa;
  min-height: 60vh;
}

.contacts-section {
  max-width: 1210px;
  margin: 0 auto;
  padding: 70px 15px;
}

.contacts-section__inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.contacts-section__info {
  flex: 0 0 380px;
  max-width: 380px;
}

.contacts-section__title {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 40px;
}

.contacts-section__row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.contacts-section__icon {
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.contacts-section__label {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  margin-bottom: 4px;
}

.contacts-section__value {
  font-size: 1rem;
  font-weight: 500;
  color: #1a1a2e;
  line-height: 1.5;
  margin: 0;
}

.contacts-section__link {
  text-decoration: none;
  color: var(--color-base);
  transition: opacity 0.2s;
}
.contacts-section__link:hover {
  opacity: 0.75;
}

.contacts-section__map {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.contacts-section__map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

@media screen and (max-width: 900px) {
  .contacts-section__inner {
    flex-direction: column;
    gap: 40px;
  }
  .contacts-section__info {
    flex: none;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contacts-section {
    padding: 40px 15px;
  }
  .contacts-section__title {
    font-size: 1.5rem;
    margin-bottom: 28px;
  }
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.wrapper-content {
  flex: 1;
  padding-top: 125px;
}

.row {
  display: flex;
}

.col {
  flex: 1;
  display: flex;
  align-items: flex-start;
}

.-jcc {
  justify-content: center;
}

.-jcfe {
  justify-content: flex-end;
}

.-jcsb {
  justify-content: space-between;
}

.-aic {
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 991px) {
  .wrapper-content {
    padding-top: 58px;
  }
}
@media screen and (max-width: 426px) {
  .col {
    flex: initial;
    width: 100%;
  }
}
.add_palitra {
  display: block;
  width: 80px;
  height: 150px;
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 99999;
}

@media screen and (max-width: 480px) {
  .add_palitra {
    top: 100px !important;
  }
}
.mob-phone {
  font-weight: bold;
  color: black;
}

.popup {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.show-popup .popup {
  opacity: 1;
  visibility: visible;
}

.popup > iframe {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -280px;
}

.tour-captcha {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 78px;
  margin-left: auto;
  margin-right: 1px;
  width: 304px;
}

@media screen and (max-width: 1200px) {
  .tour-captcha {
    margin-right: auto;
  }
}
.video-button a {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 70px;
  vertical-align: top;
}

.video-button img {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 10px;
}

@media screen and (max-width: 769px) {
  .video-button a {
    font-weight: bold;
    font-size: 1rem;
    line-height: 50px;
  }
  .video-button img {
    width: 50px;
    height: 50px;
  }
}
.seo {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-top: 0.5px solid #CECECE;
}
.seo .content {
  max-width: 640px;
  width: 100%;
  margin: 50px auto 0;
  position: relative;
  overflow: hidden;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.seo .content h1, .seo .content h2, .seo .content h3, .seo .content h4, .seo .content h5, .seo .content h6 {
  font-style: normal;
  font-weight: 700;
}
.seo .content h1 {
  font-size: 30px;
  margin: 15px 0;
}
.seo .content h2 {
  font-size: 27px;
  margin: 13px 0;
}
.seo .content h3 {
  font-size: 24px;
  margin: 11px 0;
}
.seo .content h4 {
  font-size: 21px;
  margin: 10px 0;
}
.seo .content h5 {
  font-size: 18px;
  margin: 9px 0;
}
.seo .content h6 {
  font-size: 16px;
  margin: 8px 0;
}
.seo .content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #808080;
  line-height: 130%;
  margin: 8px 0;
}
.seo .content p b, .seo .content p strong {
  font-weight: 700;
}
.seo .content small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #808080;
}
.seo .content ul, .seo .content ol {
  list-style-position: inside;
  color: #808080;
}
.seo .content.wrapped {
  max-height: 300px;
}
.seo .content.wrapped:after {
  pointer-events: none;
  width: 100%;
  height: 100px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgb(255, 255, 255) 100%);
}
.seo-button {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: 30px auto 50px;
}

@media screen and (max-width: 769px) {
  .seo {
    margin-top: 25px;
  }
  .seo .content {
    margin: 40px auto 0;
    padding: 0 10px;
  }
  .seo .content h1 {
    font-size: 23px;
    margin: 11px 0;
  }
  .seo .content h2 {
    font-size: 21px;
    margin: 10px 0;
  }
  .seo .content h3 {
    font-size: 19px;
    margin: 9px 0;
  }
  .seo .content h4 {
    font-size: 17px;
    margin: 8px 0;
  }
  .seo .content h5 {
    font-size: 15px;
    margin: 7px 0;
  }
  .seo .content h6 {
    font-size: 13px;
    margin: 6px 0;
  }
  .seo .content p {
    font-size: 13px;
    margin: 6px 0;
  }
  .seo .content small {
    font-size: 11px;
  }
  .seo-button {
    font-size: 16px;
    margin: 25px auto 40px;
  }
}
.fixed-phone {
  position: fixed;
  left: -150px;
  bottom: 50px;
  width: 0.5em;
  max-width: 105px;
  height: 0.5em;
  max-height: 105px;
  z-index: 50;
  display: block;
  margin: 0;
  font-size: 25vmin;
  background-color: #3498db;
  border-radius: 0.5em;
  background-size: cover;
  box-shadow: 0 0 0 0 rgba(52, 152, 219, 0), 0 0.05em 0.1em rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
  transform: translate3d(0, 0, 0) scale(1);
}
.fixed-phone--show {
  left: 50px;
}
.fixed-phone:before, .fixed-phone:after {
  position: absolute;
  content: "";
}
.fixed-phone:before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(0);
}
.fixed-phone:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
}
.fixed-phone.whatsapp {
  background-color: #4caf50 !important;
  right: -150px !important;
  left: unset !important;
}
.fixed-phone.whatsapp--show {
  right: 50px !important;
  left: unset !important;
}
.fixed-phone.whatsapp:after {
  background: url("../img/whatsapp_fixed.svg") !important;
  background-size: cover !important;
}
.fixed-phone.whatsapp span {
  border: 10px solid transparent;
  border-left: 15px solid #4caf50;
  position: absolute;
  left: 15%;
  bottom: -5%;
  transform: rotate(15deg);
}

.is-animating-whatsapp {
  animation: phone-outer 3000ms infinite;
}
.is-animating-whatsapp::before {
  animation: phone-inner 3000ms infinite;
}
.is-animating-whatsapp::after {
  animation: phone-icon 3000ms infinite;
}

@keyframes phone-outer {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0), 0 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.1), 0 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0), 0 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}
@keyframes phone-inner {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
@keyframes phone-icon {
  0% {
    transform: translate3d(0em, 0, 0);
  }
  2% {
    transform: translate3d(0.01em, 0, 0);
  }
  4% {
    transform: translate3d(-0.01em, 0, 0);
  }
  6% {
    transform: translate3d(0.01em, 0, 0);
  }
  8% {
    transform: translate3d(-0.01em, 0, 0);
  }
  10% {
    transform: translate3d(0.01em, 0, 0);
  }
  12% {
    transform: translate3d(-0.01em, 0, 0);
  }
  14% {
    transform: translate3d(0.01em, 0, 0);
  }
  16% {
    transform: translate3d(-0.01em, 0, 0);
  }
  18% {
    transform: translate3d(0.01em, 0, 0);
  }
  20% {
    transform: translate3d(-0.01em, 0, 0);
  }
  22% {
    transform: translate3d(0.01em, 0, 0);
  }
  24% {
    transform: translate3d(-0.01em, 0, 0);
  }
  26% {
    transform: translate3d(0.01em, 0, 0);
  }
  28% {
    transform: translate3d(-0.01em, 0, 0);
  }
  30% {
    transform: translate3d(0.01em, 0, 0);
  }
  32% {
    transform: translate3d(-0.01em, 0, 0);
  }
  34% {
    transform: translate3d(0.01em, 0, 0);
  }
  36% {
    transform: translate3d(-0.01em, 0, 0);
  }
  38% {
    transform: translate3d(0.01em, 0, 0);
  }
  40% {
    transform: translate3d(-0.01em, 0, 0);
  }
  42% {
    transform: translate3d(0.01em, 0, 0);
  }
  44% {
    transform: translate3d(-0.01em, 0, 0);
  }
  46% {
    transform: translate3d(0em, 0, 0);
  }
}
@media screen and (max-width: 630px) {
  .fixed-phone {
    left: -100px;
    bottom: 100px;
  }
  .fixed-phone--show {
    left: 50px;
  }
  .fixed-phone.whatsapp {
    right: -100px;
  }
  .fixed-phone.whatsapp--show {
    right: 50px !important;
    left: unset !important;
  }
}