.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter, none);filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;-webkit-transform-origin:top left;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{-webkit-animation:.15s ease backwards fancybox-fadeIn;animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-user-select:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.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{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.section-swiper {
  overflow: hidden;
  margin-bottom: 70px;
}
.section-swiper .nav-tabs {
  margin-top: 46px;
}
.section-swiper .swiper-btn {
  margin-top: 30px;
  margin-bottom: 20px;
}
.swiper-nav {
  display: flex;
}
.swiper-nav .swiper-button-prev {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.swiper-nav .swiper-button-prev svg {
  transform: rotate(90deg);
}
.swiper-nav .swiper-button-next {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.swiper-nav .swiper-button-next svg {
  transform: rotate(-90deg);
}
.swiper-nav .swiper-bullets {
  margin: 0 5px;
}
.swiper-nav .swiper-bullets ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.swiper-nav .swiper-bullets ul li {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  padding: 2px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-width: 42px;
  text-align: center;
}
.swiper-nav .swiper-bullets ul li.active {
  color: var(--red);
  cursor: auto;
}
.swiper-nav .swiper-bullets ul li.hide {
  display: none;
}
.swiper-pagination {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #A1A1A1;
  margin: 0 9px;
  cursor: pointer;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--red);
}
.swiper-pagination-lock {
  display: none;
}
.swiper-button-lock {
  display: none;
}
@media (min-width: 992px) {
  .swiper-nav {
    position: absolute;
    right: 6px;
    top: -15px;
  }
}
@media (max-width: 991px) {
  .section-swiper .nav-tabs {
    margin-top: 36px;
  }
  .section-swiper .swiper-btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  .swiper-nav {
    margin-top: 30px;
    justify-content: center;
  }
}
.banner {
  min-height: 580px;
  padding-bottom: 90px;
  position: relative;
  display: flex;
}
.banner .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.banner .container > *:not(.img) {
  position: relative;
  z-index: 1;
}
.banner .h1 {
  font-weight: 600;
  font-size: 76px;
  line-height: 91px;
  text-transform: uppercase;
  margin: 0 0 19px;
  padding: 0;
}
.banner .h2 {
  font-size: 36px;
  line-height: 45px;
}
.banner .h3 {
  font-size: 36px;
  line-height: 45px;
}
.banner p {
  font-weight: 400;
  margin: 0 0 22px;
}
.banner .line {
  background: var(--red);
  display: table;
  margin-top: 58px;
  margin-bottom: 40px;
  height: 5px;
  width: 143px;
}
.banner .img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: calc(100% - 320px);
}
.form-choose-car {
  background: #fff;
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-width: 932px;
  padding: 20px 40px 30px;
  margin: -80px auto 80px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.form-choose-car .title {
  color: var(--blue);
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
.form-choose-car .form-group {
  margin-right: 30px;
  margin-bottom: 0;
  max-width: 280px;
  flex: 1;
}
.card .form-choose-car {
  margin: 0 auto 80px;
}
@media (max-width: 1439px) {
  .banner .img {
    max-width: 50%;
  }
}
@media (max-width: 1199px) {
  .banner {
    min-height: 520px;
    padding-bottom: 70px;
  }
  .banner .img {
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  .banner {
    min-height: auto;
    padding: 40px 0 140px;
    flex-direction: column;
    text-align: center;
  }
  .banner br {
    display: none;
  }
  .banner .h1 {
    font-size: clamp(32px, 8vw, 48px);
    line-height: 1.15;
    margin-bottom: 16px;
  }
  .banner .h2,
  .banner .h3 {
    margin: 0 15px 20px;
  }
  .banner .line {
    margin: 30px auto 24px;
  }
  .banner .img {
    position: static;
    max-width: auto;
    margin: 20px -20px 0;
  }
  .form-choose-car {
    margin: -60px 20px 60px;
    padding: 24px 20px 32px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 24px 0 120px;
    margin-bottom: -100px;
  }
  .banner .h1 {
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .banner .h2 {
    font-size: clamp(20px, 5.5vw, 26px);
    line-height: 1.25;
    margin: 0 16px 20px;
  }
  .banner .h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 8px 16px 12px;
  }
  .banner .line {
    margin: 20px auto 20px;
    width: 120px;
  }
  .banner .img {
    margin: 16px -16px 0;
  }
  .form-choose-car {
    margin: 0 16px 48px;
    padding: 20px 16px 28px;
  }
  .form-choose-car .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .form-choose-car .form-group {
    flex: 1 1 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
  .form-choose-car .btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .banner .line {
    width: 100px;
  }
  .form-choose-car {
    padding: 16px 12px 24px;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Regular.woff2?58a8d7ebc386843b62c53592b03d09b1) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Medium.woff2?81db2cb671137248fa6bfe2e223863bf) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-SemiBold.woff2?109e3207d9afea8524be998dd34b3704) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-Bold.woff2?c3c7d60814126f2efc479403ede2e63a) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/fonts/Montserrat-ExtraBold.woff2?fb5221ab245b6064f85fdd4dcf433243) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
input::-moz-placeholder {
  color: #A2A2A2;
}
input::placeholder {
  color: #A2A2A2;
}
button {
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}
input[type="text"],
.form-control {
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  border: 1px solid var(--gray);
  border-radius: 5px;
  padding: 11px 16px;
  resize: none;
  display: block;
  width: 100%;
}
input[type="text"].is-invalid,
.form-control.is-invalid {
  border-color: var(--red) !important;
}
input[type="text"].is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-feedback {
  display: block;
  margin-bottom: -16px;
}
.invalid-feedback {
  color: var(--red);
  font-size: 11px;
  line-height: 13px;
  margin-top: 3px;
  text-align: right;
  display: none;
}
.form-group {
  margin-bottom: 28px;
}
label {
  cursor: pointer;
}
.form-radio {
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid var(--blue);
  margin: 0 10px 0 0;
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
  flex: none;
}
.form-radio:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.5' r='6.5' fill='white' stroke='%232A3D68' stroke-width='2'/%3E%3Ccircle cx='7.50006' cy='7.5' r='3.875' fill='%232A3D68' stroke='%232A3D68'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.form-checkbox {
  border-radius: 50%;
  border: 2px solid var(--blue);
  margin: 0 10px 0 0;
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
  flex: none;
  cursor: pointer;
  border: 1px solid #E0E2E7;
  border-radius: 2px;
  margin: 0;
  height: 16px;
  width: 16px;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.5' r='6.5' fill='white' stroke='%232A3D68' stroke-width='2'/%3E%3Ccircle cx='7.50006' cy='7.5' r='3.875' fill='%232A3D68' stroke='%232A3D68'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.form-checkbox:checked {
  background-color: var(--blue);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.47136 0.861939C9.59634 0.986958 9.66655 1.1565 9.66655 1.33327C9.66655 1.51005 9.59634 1.67959 9.47136 1.80461L4.13803 7.13794C4.01301 7.26292 3.84347 7.33313 3.66669 7.33313C3.48992 7.33313 3.32038 7.26292 3.19536 7.13794L0.528694 4.47127C0.407255 4.34554 0.340059 4.17714 0.341578 4.00234C0.343097 3.82754 0.41321 3.66033 0.536815 3.53673C0.66042 3.41312 0.827629 3.34301 1.00243 3.34149C1.17722 3.33997 1.34563 3.40717 1.47136 3.52861L3.66669 5.72394L8.5287 0.861939C8.65371 0.736958 8.82325 0.666748 9.00003 0.666748C9.1768 0.666748 9.34634 0.736958 9.47136 0.861939Z' fill='white'/%3E%3C/svg%3E ");
}
.form-hide {
  display: none;
}
.modal#modalDiscount img {
  display: block;
}
.modal#modalDiscount .form-discount {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
}
.modal#modalDiscount .form-discount img {
  display: block;
}
.modal#modalDiscount .form-discount .form-group {
  margin-right: 20px;
  margin-bottom: 0;
}
.modal#modalDiscount .form-discount .btn {
  margin: 0;
}
@media (max-width: 600px) {
  .modal#modalDiscount .form-discount {
    flex-direction: column;
  }
  .modal#modalDiscount .form-discount .form-group {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .modal#modalDiscount .form-discount .btn {
    width: 100%;
  }
}
@supports (-webkit-touch-callout: none) {
  .form-control:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
  }
  .form-control,
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
:root {
  --red: #E53934;
  --blue: #2A3D68;
  --gray: #333333;
  --gray2: #4F4F4F;
  --gray3: #2B2A29;
  --orange: #F2994A;
  --bg: #FBFBFB;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
}
html,
body {
  margin: 0;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
body {
  color: var(--gray);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body[data-over="modal-open"] {
  overflow: hidden;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1380px;
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: var(--red);
}
img:not(.height-fix) {
  max-width: 100%;
  height: auto;
}
.img-fluid img {
  width: 100%;
  display: block;
}
svg {
  fill: currentColor;
  stroke: currentColor;
}
.color-blue {
  color: var(--blue);
}
.color-red {
  color: var(--red);
}
.bg {
  background: var(--bg);
}
.toggle-btn {
  cursor: pointer;
}
.btn {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  background: var(--red);
  border-radius: 5px;
  border: none;
  text-align: center;
  padding: 9px 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  color: #fff;
  background: var(--blue);
}
.btn-blue {
  background: var(--blue);
}
.btn-blue:hover {
  color: #fff;
  background: var(--red);
}
.main-title {
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  position: relative;
  padding-bottom: 11px;
}
.main-title::after {
  content: "";
  background: var(--red);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -38px;
  height: 5px;
  width: 76px;
}
.main-title.line-left {
  display: table;
  margin: 0 auto;
}
.main-title.line-left::after {
  left: 0;
  margin-left: 45px;
}
.main-title.noline {
  padding-bottom: 0;
}
.main-title.noline::after {
  content: none;
}
.main-title .bline {
  border-bottom: 5px solid var(--red);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.tooltip {
  position: relative;
  cursor: auto;
}
.tooltip:hover div {
  display: block;
}
.tooltip div {
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  background: #fff;
  box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin: 0 0 6px;
  position: absolute;
  display: none;
  left: 8px;
  bottom: 100%;
  padding: 9px 7px;
  width: 124px;
}
.tooltip div::before {
  content: "";
  position: absolute;
  display: block;
  width: 0px;
  left: 3px;
  bottom: -5px;
  border: 6px solid transparent;
  border-bottom: 0;
  border-top: 5px solid #fff;
}
.hr {
  border-bottom: 2px solid #F2F2F7;
  border-top: none;
}
.mb-1 {
  margin-bottom: 80px;
}
.h2 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
}
.h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .color-blue-xs {
    color: var(--blue);
  }
  .color-red-xs {
    color: var(--red);
  }
  .color-gray-xs {
    color: var(--gray);
  }
  .main-title {
    font-size: 30px;
    line-height: 33px;
  }
  .h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .mb-1 {
    margin-bottom: 50px;
  }
}
.main-header {
  padding-bottom: 22px;
}
.main-header .header-top {
  padding: 24px 0;
  margin-bottom: 24px;
  border-bottom: 1px solid #BFBFBF;
}
.main-header .header-top .container {
  align-items: center;
}
.main-header .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-header .search {
  position: relative;
  margin-left: 8%;
  margin-right: 30px;
  flex: 1;
}
.main-header .search input {
  padding: 10px 40px 10px 20px;
  border-color: #BFBFBF;
  position: relative;
  z-index: 3;
}
.main-header .search input:not(:-moz-placeholder-shown) ~ .search-btn {
  pointer-events: all;
}
.main-header .search input:not(:placeholder-shown) ~ .search-btn {
  pointer-events: all;
}
.main-header .search input.open ~ .search-result__close {
  display: block;
}
.main-header .search .search-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 16px 0 0;
  height: 40px;
  pointer-events: none;
  z-index: 3;
}
.main-header .search .search-result {
  margin-top: 20px;
  display: none;
}
.main-header .search .search-result__close {
  color: #A1A1A1;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 1px;
  z-index: 3;
  height: 40px;
  padding: 10px;
  display: none;
}
.main-header .search .search-result__categories {
  border-top: 1px solid #DBDBDB;
  padding-top: 12px;
}
.main-header .search .search-result__categories .item {
  padding-bottom: 10px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.main-header .search .search-result__categories .item .name {
  color: var(--gray3);
  font-size: 16px;
  font-weight: 400;
  flex: 1;
}
.main-header .search .search-result__categories .item .amt {
  color: #8D8D8D;
  font-size: 12px;
  font-weight: 400;
}
.main-header .search .search-result__products {
  border-top: 1px solid #DBDBDB;
}
.main-header .search .search-result__products .item {
  padding-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-header .search .search-result__products .item .name {
  color: var(--gray3);
  font-size: 12px;
  font-weight: 400;
  flex: 1;
}
.main-header .search .search-result__products .item .price {
  color: var(--red);
  font-size: 14px;
  font-weight: 600;
  display: table;
}
.main-header .search .search-result__products .item .price span {
  color: var(--gray3);
  margin-left: 5px;
}
.main-header .search .search-result__products .item picture {
  flex: none;
}
.main-header .search .search-result__products .item img {
  display: block;
  width: 120px;
  height: auto;
}
.main-header .search .search-result .all-result {
  color: var(--gray3);
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: underline;
  margin-bottom: 16px;
  display: table;
}
.main-header .phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.main-header .phone svg {
  vertical-align: middle;
}
.main-header .account {
  font-weight: 600;
  margin-right: 56px;
}
.main-header .account svg {
  margin-right: 8px;
}
.main-header .lang-switcher {
  position: relative;
  margin-left: auto;
  text-align: right;
}
.main-header .lang-switcher > *:not(.lang-btn) {
  color: #BFBFBF;
  font-size: 14px;
  font-weight: 400;
}
.main-header .lang-switcher .active {
  cursor: pointer;
  color: var(--red);
  font-weight: 700;
}
.main-header .lang-switcher .separator::before {
  content: "/";
  margin-right: 4px;
}
.main-header .lang-switcher .lang-btn {
  font-size: 12px;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid #E53934;
  padding: 4px 16px;
  margin-top: 4px;
  display: table;
}
.main-header .lang-switcher .lang-btn span {
  font-size: 16px;
  font-weight: 700;
}
.main-header .main-menu {
  margin-top: 13px;
  position: relative;
  flex: 0 0 100%;
}
.main-header .main-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .main-menu ul li {
  list-style: none;
  padding: 10px 0;
}
.main-header .main-menu ul li:first-child {
  padding: 10px 34px;
  border-radius: 8px;
  background: var(--red);
  font-size: 16px;
  font-weight: 600;
}
.main-header .main-menu ul li:first-child > a,
.main-header .main-menu ul li:first-child > svg {
  color: #fff;
}
.main-header .main-menu ul li:first-child svg {
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
}
.main-header .main-menu ul li:first-child .menu-dropdown {
  max-width: 100%;
}
.main-header .main-menu ul li:nth-child(n + 4) .menu-dropdown {
  left: auto;
  right: 0;
}
.main-header .main-menu ul li + li {
  position: relative;
}
.main-header .main-menu ul li:hover .menu-dropdown {
  visibility: visible;
  transition: all 0s ease 0.2s;
}
.main-header .main-menu ul li > svg {
  margin-left: 6px;
}
.main-header .main-menu .menu-dropdown {
  position: absolute;
  left: 0;
  right: auto;
  width: -moz-max-content;
  width: max-content;
  top: 100%;
  visibility: hidden;
  background: #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  padding: 22px 40px 30px 23px;
  z-index: 10;
  display: flex;
  gap: 50px;
}
.main-header .main-menu .menu-dropdown .submenu a {
  display: table;
  margin-bottom: 9px;
}
.main-header .main-menu .menu-dropdown .menu-img {
  margin-left: auto;
}
.menu-icons-mob,
.menu-search {
  display: none;
}
@media (min-width: 992px) {
  .main-header .search .search-result {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    z-index: 2;
    margin-top: 8px;
  }
  .main-header .search .search-result__inner {
    background: #fff;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.11);
    border-radius: 4px;
    padding: 16px;
    position: relative;
    z-index: 12;
  }
  .main-header .search .search-result::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
  }
}
@media (max-width: 1350px) {
  .main-header .main-menu ul li + li .menu-dropdown {
    right: 0;
    left: auto;
  }
}
@media (max-width: 991px) {
  .main-header {
    padding: 12px 0;
    align-items: center;
    box-shadow: 0 4px 7px 0 rgba(27, 27, 27, 0.1);
    position: relative;
    overflow: auto;
    z-index: 1;
  }
  .main-header#catalogOpen,
  .main-header#menuOpen {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 60px;
    padding: 32px 20px;
    z-index: 10000;
  }
  .main-header#catalogOpen .burger,
  .main-header#menuOpen .burger,
  .main-header#catalogOpen .logo,
  .main-header#menuOpen .logo,
  .main-header#catalogOpen .search-btn,
  .main-header#menuOpen .search-btn {
    display: none;
  }
  .main-header#catalogOpen .container,
  .main-header#menuOpen .container {
    padding: 0;
  }
  .main-header#catalogOpen .header-top,
  .main-header#menuOpen .header-top,
  .main-header#catalogOpen .main-menu,
  .main-header#menuOpen .main-menu {
    display: block;
  }
  .main-header#catalogOpen .header.phone,
  .main-header#menuOpen .header.phone {
    border-top: 1px solid #DBDBDB;
    padding-top: 24px;
    margin-top: 8px;
    width: 100%;
    order: 1;
  }
  .main-header#catalogOpen .header.phone a,
  .main-header#menuOpen .header.phone a {
    font-size: 20px;
  }
  .main-header#catalogOpen .lang-switcher,
  .main-header#menuOpen .lang-switcher {
    width: 100%;
  }
  .main-header#catalogOpen .lang-switcher .title,
  .main-header#menuOpen .lang-switcher .title {
    color: var(--gray);
    font-size: 14px;
    font-weight: 600;
    margin-top: -10px;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .main-header#catalogOpen .lang-switcher .lang-btn,
  .main-header#menuOpen .lang-switcher .lang-btn {
    margin-left: auto;
  }
  .main-header#catalogOpen .menu-info {
    display: none;
  }
  .main-header#catalogOpen .main-menu ul li:first-child {
    border: none;
    padding: 0;
  }
  .main-header#catalogOpen .main-menu ul li:first-child > a {
    display: none;
  }
  .main-header#catalogOpen .main-menu ul li:first-child .menu-dropdown {
    display: block;
  }
  .main-header#catalogOpen .main-menu ul li + li {
    display: none;
  }
  .main-header#searchOpen {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 60px;
    padding: 32px 20px;
    z-index: 10000;
  }
  .main-header#searchOpen .burger,
  .main-header#searchOpen .logo,
  .main-header#searchOpen .header.phone,
  .main-header#searchOpen .search-btn {
    display: none;
  }
  .main-header#searchOpen .container {
    padding: 0;
  }
  .main-header#searchOpen .search {
    display: block;
    margin: 0;
  }
  .main-header#searchOpen .search .search-btn {
    display: block;
  }
  .main-header#searchOpen .menu-search {
    display: block;
    margin-top: 8px;
    width: 100%;
  }
  .main-header#searchOpen .menu-search a {
    display: table;
    font-weight: 400;
    margin-top: 20px;
  }
  .main-header .menu-info {
    border-top: 1px solid #DBDBDB;
    margin-top: 16px;
    width: 100%;
    order: 1;
  }
  .main-header .menu-info a {
    font-weight: 600;
    display: table;
    margin-top: 20px;
  }
  .main-header .header-top {
    border-color: #DBDBDB;
    padding: 0 0 16px;
    margin: 0;
  }
  .main-header .burger {
    height: 36px;
    width: 34px;
    display: flex;
    align-items: center;
  }
  .main-header .burger span {
    display: block;
    background: var(--gray);
    cursor: pointer;
    position: relative;
    height: 2px;
    width: 100%;
  }
  .main-header .burger span::after,
  .main-header .burger span::before {
    content: "";
    background: var(--gray);
    display: table;
    position: absolute;
    left: 0;
    top: -11px;
    height: 2px;
    width: 100%;
  }
  .main-header .burger span::after {
    top: 11px;
  }
  .main-header .search {
    display: none;
  }
  .main-header .search .search-result .all-result {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .main-header .search .search-result__categories {
    padding-top: 16px;
  }
  .main-header .search .search-result__categories .item {
    margin-bottom: 10px;
    padding-bottom: 9px;
    gap: 22px;
  }
  .main-header .search .search-result__categories .item .name {
    font-size: 14px;
  }
  .main-header .search .search-result__categories .item .amt {
    font-size: 10px;
  }
  .main-header .search .search-result__products {
    padding-top: 4px;
  }
  .main-header .search .search-result__products .item {
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  .main-header .logo {
    text-align: center;
    flex: 1;
  }
  .main-header .logo img {
    width: 100px;
  }
  .main-header .header.phone {
    margin: -5px 5px 0 0;
    overflow: hidden;
    white-space: nowrap;
    width: 36px;
  }
  .main-header .account {
    display: none;
  }
  .main-header .lang-switcher > *:not(.lang-btn) {
    font-size: 18px;
  }
  .main-header .header-top {
    display: none;
  }
  .main-header .main-menu {
    margin: 0;
    display: none;
  }
  .main-header .main-menu ul {
    display: block;
  }
  .main-header .main-menu ul li {
    font-weight: 600;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .main-header .main-menu ul li:first-child {
    background: transparent;
    border-radius: 0;
    margin: 0 0 8px;
    padding: 24px 0;
    border-bottom: 1px solid #DBDBDB;
  }
  .main-header .main-menu ul li:first-child > a {
    font-size: 20px;
    color: var(--gray);
  }
  .main-header .main-menu ul li:first-child > a > svg {
    margin-right: 2px;
    height: 24px;
    width: 24px;
  }
  .main-header .main-menu ul li.open .menu-dropdown {
    display: block;
  }
  .main-header .main-menu ul li.open > svg {
    transform: scale(-1);
  }
  .main-header .main-menu ul li > svg {
    margin-left: auto;
    width: 20px;
    height: 11px;
  }
  .main-header .main-menu ul li a.toggle-btn {
    margin: -23px 0;
    padding: 23px 0;
    flex: 1;
  }
  .main-header .main-menu .menu-dropdown {
    font-size: 14px;
    position: static;
    visibility: visible;
    box-shadow: none;
    padding: 0;
    display: none;
    width: auto;
    flex: 0 0 100%;
  }
  .main-header .main-menu .menu-dropdown .submenu a {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .main-header .main-menu .menu-dropdown .menu-img {
    display: none;
  }
  .main-header .main-menu .location-list {
    border-top: 1px solid #DBDBDB;
    padding-top: 36px;
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .main-header .main-menu .location-list * {
    color: var(--gray);
    font-weight: 500;
    font-size: 18px;
    opacity: 0.5;
    text-decoration: underline;
    display: table;
    margin-bottom: 20px;
  }
  .menu-icons-mob {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    padding-top: 18px;
    background-color: #fff;
    box-shadow: 0 -4px 7px 0 rgba(27, 27, 27, 0.1);
    z-index: 100000;
    display: flex;
  }
  .menu-icons-mob .item {
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .menu-icons-mob .item.active .icon,
  .menu-icons-mob .item.active .name {
    color: var(--red);
  }
  .menu-icons-mob .item .icon {
    height: 20px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
  }
  .menu-icons-mob .item .icon .count {
    align-items: center;
    background: var(--red);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 9px;
    height: 18px;
    justify-content: center;
    position: absolute;
    right: 50%;
    top: -4px;
    margin-right: -22px;
    width: 18px;
    z-index: 1;
  }
  .menu-icons-mob .item .name {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.2px;
  }
}
.main-footer {
  background: var(--bg);
  margin-top: auto;
  padding: 28px 0 80px;
}
.main-footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.main-footer .container > .contacts {
  border-bottom: 1px solid #4F4F4F;
  padding-bottom: 30px;
  margin-left: auto;
}
.main-footer .container > .contacts li:nth-child(2) ~ li {
  margin-top: 54px;
}
.main-footer .container > .contacts a {
  display: table;
  margin-top: 14px;
}
.main-footer .menu-footer {
  max-width: 180px;
  flex: 1;
}
.main-footer .menu-footer a {
  font-weight: 600;
  display: table;
  margin-bottom: 5px;
}
.main-footer .location-list {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.main-footer .location-list a {
  color: var(--gray);
  opacity: 0.5;
  text-decoration: underline;
  display: table;
  margin-bottom: 5px;
}
.main-footer .contacts {
  font-size: 12px;
  line-height: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 433px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-footer .contacts li {
  min-width: 162px;
}
.main-footer .contacts .contact-mail {
  font-size: 14px;
  line-height: 17px;
  align-self: flex-end;
}
.main-footer .footer-bottom {
  padding-top: 24px;
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.main-footer .social-list {
  display: flex;
  flex: 1;
}
.main-footer .social-list a {
  color: #fff;
  background: var(--red);
  border-radius: 4px;
  margin-right: 43px;
  height: 25px;
  width: 27px;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-footer .social-list a:hover {
  background: var(--blue);
}
@media (max-width: 1024px) {
  .main-footer {
    padding: 34px 0 36px;
  }
  .main-footer .container > .contacts {
    border: none;
    padding-top: 40px;
  }
  .main-footer .container > .contacts li:nth-child(2) ~ li {
    margin-top: 30px;
  }
  .main-footer .contacts {
    width: 100%;
  }
  .main-footer .contacts .contact-mail {
    text-align: center;
    width: 100%;
    order: 1;
  }
  .main-footer .menu-footer {
    order: -1;
  }
  .main-footer .menu-footer a {
    margin-bottom: 12px;
  }
  .main-footer .location-list {
    flex: 100%;
    -moz-columns: 4;
         columns: 4;
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-top: 30px;
  }
  .main-footer .location-list a {
    margin-bottom: 12px;
  }
  .main-footer .social-list {
    margin-bottom: 20px;
    position: relative;
  }
  .main-footer .footer-bottom {
    padding-top: 17px;
  }
  .main-footer .footer-bottom .contacts li:not(.contact-mail) {
    margin-left: auto;
    margin-top: -6px;
    margin-bottom: 40px;
  }
}
@media (max-width: 385px) {
  .main-footer .contacts li {
    min-width: auto;
  }
}
.breadcrumb {
  padding: 0 0 2px;
  margin: 18px 0;
}
.breadcrumb .breadcrumb-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  list-style: none;
  margin-bottom: 5px;
  display: inline;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '/';
  margin-right: 5px;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .banner .breadcrumb {
    text-align: left;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane.active {
  display: block;
}
.nav-tabs {
  margin-left: -19px;
  display: flex;
}
.nav-tabs .nav-link {
  color: rgba(51, 51, 51, 0.5);
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding: 0px 10px 10px;
  margin: 0 9px;
  min-height: 42px;
  display: flex;
  align-items: flex-end;
}
.nav-tabs .nav-link + *::before {
  content: "";
  background: var(--gray);
  display: block;
  position: absolute;
  left: -9px;
  top: -2px;
  height: 100%;
  width: 1px;
}
.nav-tabs .nav-link.active {
  color: var(--gray);
}
.nav-tabs .nav-link.active::after {
  content: "";
  background: var(--red);
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -38px;
  height: 5px;
  width: 76px;
}
@media (max-width: 991px) {
  .nav-tabs {
    margin: 0 -10px;
  }
  .nav-tabs .nav-link {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin: 0 7px;
    padding: 0 0 10px;
    flex: 1;
    justify-content: center;
  }
  .nav-tabs .nav-link + * {
    margin: 0 7px;
    padding-left: 0;
  }
  .nav-tabs .nav-link + *::before {
    content: none;
  }
  .nav-tabs .nav-link.active::after {
    margin-left: 0;
    left: 5px;
    right: 5px;
    width: auto;
  }
}
.product-preview {
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 23px 15px 20px;
  display: flex;
  flex-direction: column;
}
.product-preview .img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 5px;
  height: 218px;
}
.product-preview .img:hover a img {
  transform: scale(1.05);
}
.product-preview .img .icons {
  position: absolute;
  left: 20px;
  top: 13px;
  z-index: 1;
}
.product-preview .img .stickers {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  z-index: 1;
  max-width: calc(100% - 60px);
}
.product-preview .img .stickers span {
  background: var(--gray3);
  padding: 7px 19px;
  display: block;
}
.product-preview .img img {
  width: 100%;
  display: block;
  transition: all 0.5s linear;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-preview .body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-preview .title {
  color: var(--blue);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 4px;
  display: table;
}
.product-preview .year {
  color: var(--blue);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 4px;
  display: table;
  color: var(--red);
  margin-bottom: 7px;
}
.product-preview .features {
  margin-top: auto;
}
.product-preview .features .tr {
  display: grid;
  grid-template-columns: 1fr auto;
}
.product-preview .features .item {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 11px;
  display: flex;
  align-items: center;
}
.product-preview .features .item img,
.product-preview .features .item svg {
  margin-right: 13px;
}
.product-preview .price-new {
  color: var(--red);
  font-weight: 700;
  font-size: 23px;
  line-height: 28px;
  white-space: nowrap;
}
.product-preview .price-new small {
  color: var(--gray3);
  font-size: 16px;
  line-height: 1;
  display: block;
}
.product-preview .price-new span {
  font-size: 21px;
}
.product-preview .price {
  display: flex;
}
.product-preview .price .tooltip {
  margin: -10px 0 0 1px;
}
.product-preview .price .tooltip svg {
  color: var(--blue);
}
.product-preview .btn {
  font-size: 14px;
  line-height: 17px;
  padding: 8px 30px;
}
.product-preview .footer {
  border-top: 1px solid #D8D8D8;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.product-swiper {
  padding: 20px 0;
  margin-top: 16px;
  overflow: visible;
}
.product-swiper .product-preview {
  margin-right: 23px;
  height: auto;
  width: 25%;
}
@media (max-width: 991px) {
  .product-swiper {
    padding-bottom: 34px;
  }
}
.popular-brands .list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto 25px;
  padding: 48px 0 24px;
  border-top: 2px solid #f2f2f7;
  border-bottom: 2px solid #f2f2f7;
  justify-items: center;
  align-items: center;
}
.popular-brands .list .container {
  -moz-columns: auto 8em;
       columns: auto 8em;
}
.popular-brands .list .card {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 95px;
  align-items: center;
}
.popular-brands .list .card img {
  width: -moz-max-content;
  width: max-content;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.popular-brands .list .card span {
  text-align: center;
}
.popular-brands .list a {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.popular-brands .list a:hover {
  text-decoration: none;
}
.popular-brands .dropdown-toggle {
  background: unset;
}
.popular-brands .dropdown-menu {
  left: -50px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-width: 220px;
}
@media (max-width: 767px) {
  .popular-brands {
    margin-bottom: 50px;
    border-bottom: 2px solid #F2F2F7;
    padding-bottom: 48px;
  }
  .popular-brands.open .list {
    max-height: none;
  }
  .popular-brands.open .list::after {
    content: none;
  }
  .popular-brands.open .toggle-btn {
    display: none;
  }
  .popular-brands .list {
    border: none;
    padding: 0;
    max-height: 255px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
  }
  .popular-brands .list::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    bottom: 0;
    background: linear-gradient(180deg, #FFFFFF 12.97%, rgba(255, 255, 255, 0.54) 70.33%, rgba(255, 255, 255, 0.58) 193.75%);
    transform: rotate(180deg);
  }
  .popular-brands .list .container {
    -moz-columns: auto 9em;
         columns: auto 9em;
  }
  .popular-brands .toggle-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration: underline;
    display: table;
    margin: 20px auto 0;
  }
}
.section-faq {
  margin-bottom: 128px;
}
.section-faq .main-title {
  margin-bottom: 40px;
}
.section-faq .item {
  background: var(--bg);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 auto 24px;
  max-width: 1111px;
}
.section-faq .item.open .title {
  padding-bottom: 12px;
}
.section-faq .item.open .title svg {
  color: var(--red);
  transform: scale(-1);
}
.section-faq .item.open .body {
  display: block;
}
.section-faq .item .title {
  font-weight: 600;
  font-size: 24px;
  padding: 26px 40px 26px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-faq .item .title svg {
  margin-left: 26px;
  flex: none;
}
.section-faq .item .body {
  font-weight: 400;
  padding: 0 36px 30px;
  display: none;
}
.section-faq .item .body p {
  margin: 0;
}
.section-faq .item .body a {
  color: var(--red);
}
.section-faq .item .body a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .section-faq {
    border-bottom: 2px solid #F2F2F7;
    padding-bottom: 40px;
    margin-bottom: 44px;
  }
  .section-faq .item .title {
    font-size: 18px;
    padding: 14px 20px 14px 20px;
  }
  .section-faq .item .body {
    padding: 0 20px 20px;
  }
}
.section-seo {
  margin-bottom: 70px;
  max-width: 1151px;
}
.section-seo .section-seo .seo-inner {
  position: relative;
  isolation: isolate;
}
.section-seo.open {
  max-height: 5000px;
}
.section-seo.open .seo-inner > *:not(.section-seo.open .seo-inner > *:nth-child(-n+3)) {
  display: block;
}
.section-seo.open .toggle-btn {
  font-size: 0;
}
.section-seo.open .toggle-btn::after {
  content: attr(data-text);
  font-size: 16px;
}
.section-seo .seo-inner > *:not(.section-seo .seo-inner > *:nth-child(-n+3)) {
  display: none;
}
.section-seo h1,
.section-seo h2,
.section-seo h3,
.section-seo h4,
.section-seo h5,
.section-seo h6,
.section-seo .main-title {
  margin: 0 0 24px;
}
.section-seo h2,
.section-seo h3 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
}
.section-seo p {
  font-weight: 400;
  margin: 0 0 30px;
}
.section-seo .toggle-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  display: table;
  margin: 20px 0 0;
}
.section-seo .toggle-btn:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .section-seo {
    text-align: center;
  }
  .section-seo h1,
  .section-seo h2,
  .section-seo h3,
  .section-seo h4,
  .section-seo h5,
  .section-seo h6,
  .section-seo .main-title {
    margin: 0 0 20px;
  }
  .section-seo h1 span,
  .section-seo h2 span,
  .section-seo h3 span,
  .section-seo h4 span,
  .section-seo h5 span,
  .section-seo h6 span,
  .section-seo .main-title span {
    display: inline-block;
  }
  .section-seo h2 {
    font-size: 30px;
    line-height: 33px;
  }
  .section-seo h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .section-seo p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 18px;
  }
  .section-seo .toggle-btn {
    margin: 0 auto;
  }
}
.section-order-calculation {
  margin-left: calc((calc(100vw - 20px) - 1130px) / 2);
  margin-bottom: 90px;
  width: auto;
  display: flex;
  align-items: flex-end;
}
.section-order-calculation .main-title {
  margin-bottom: 40px;
  max-width: 750px;
}
.section-order-calculation .text {
  margin-bottom: 33px;
}
.section-order-calculation .form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.section-order-calculation .form .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.section-order-calculation .form .form-group {
  margin-right: 30px;
  margin-bottom: 0;
  flex: 1;
}
.section-order-calculation .img {
  margin-right: 34px;
  margin-left: 7px;
  flex: none;
}
.section-order-calculation .img img {
  display: block;
}
@media (max-width: 1150px) {
  .section-order-calculation {
    margin-left: auto;
  }
  .section-order-calculation .main-title {
    margin-bottom: 24px;
  }
  .section-order-calculation .form {
    justify-content: space-between;
  }
  .section-order-calculation .form .form-group {
    margin: 0 0 28px;
    flex: 0 0 48%;
  }
  .section-order-calculation .form .btn {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .section-order-calculation {
    border-top: 2px solid #F2F2F7;
    padding-top: 70px;
    display: block;
    text-align: center;
  }
  .section-order-calculation .main-title {
    margin-left: auto;
    margin-right: auto;
  }
  .section-order-calculation .form {
    flex-direction: column;
    align-items: center;
  }
  .section-order-calculation .form .title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .section-order-calculation .form .form-group {
    width: 100%;
    max-width: 280px;
  }
  .section-order-calculation .form .btn {
    max-width: 280px;
  }
  .section-order-calculation .img {
    margin: 0;
  }
  .section-order-calculation .img img {
    margin: 0 auto;
  }
}
.modal {
  position: fixed;
  top: -1000%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  overflow: hidden;
  outline: 0;
}
.modal.is-visible {
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  z-index: 999991;
}
.modal.is-visible .modal-dialog {
  transform: translate(0, 0);
}
.modal .modal-dialog {
  margin: 1.75rem auto;
  position: relative;
  transition: transform 0.3s ease-out;
  min-height: calc(100% - 3.5rem);
  max-width: 480px;
  width: 100%;
  transform: translate(0, -10%);
  display: flex;
  align-items: center;
}
.modal .modal-dialog .modal-content {
  position: relative;
  width: 100%;
}
.modal .modal-dialog .modal-body {
  color: var(--dark-grey);
  background-color: #fff;
  border-radius: 7px;
  padding: 50px;
}
.modal .close-modal {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 13px;
  height: 40px;
  width: 40px;
}
.modal .close-modal:hover {
  color: var(--red);
}
.modal p {
  font-weight: 400;
  margin: 0 0 40px;
}
.modal .form-control {
  width: 100%;
}
.modal .btn {
  display: flex;
  margin: 40px auto 0;
  min-width: 100px;
}
#modalDiscount .modal-dialog {
  max-width: 600px;
}
@media (max-width: 500px) {
  .modal .modal-dialog {
    padding: 0 20px;
  }
  .modal .modal-dialog .modal-body {
    padding: 40px 20px 30px;
  }
  .modal .btn[type="submit"] {
    width: 100%;
  }
}
.links-credit .modal-dialog {
  max-width: 580px;
}
.links-credit .modal-dialog .modal-body {
  background: transparent;
  border-radius: 0;
  padding: 0;
}
.links-credit .modal-dialog .modal-inner {
  background: #Fff;
  padding: 50px 40px;
  border-radius: 0 5px 5px 5px;
  position: relative;
  z-index: 1;
}
.links-credit .nav-tabs {
  margin: 0;
}
.links-credit .nav-tabs .nav-link {
  color: var(--gray);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  background: #F2F2F2;
  border-radius: 5px 5px 0 0;
  margin: 0;
  padding: 9px 36px;
  position: relative;
  align-items: center;
}
.links-credit .nav-tabs .nav-link.active {
  background: #fff;
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.links-credit .nav-tabs .nav-link + .nav-link.active {
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.25);
}
.links-credit .nav-tabs .nav-link::before,
.links-credit .nav-tabs .nav-link::after {
  content: none;
}
.links-credit .main-title {
  margin-bottom: 35px;
}
.links-credit .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.links-credit .item + .item {
  margin-top: 30px;
}
.links-credit .item img {
  display: block;
}
.links-credit .item .btn {
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  .links-credit .modal-dialog .modal-inner {
    padding: 20px 15px;
    border-radius: 0 0 5px 5px;
  }
  .links-credit .nav-tabs .nav-link {
    font-size: 15px;
    padding: 10px;
  }
  .links-credit .main-title {
    font-size: 23px;
  }
  .links-credit .item {
    gap: 8px;
  }
}
.breadcrumb .breadcrumb-item:last-child {
  color: var(--blue);
}
.card {
  overflow: hidden;
  border-bottom: 2px solid #F2F2F7;
  margin-bottom: 100px;
}
.card-title .main-title {
  color: var(--blue);
  margin: -7px 0 26px;
  padding: 0 0 15px;
}
.card-title .main-title::after {
  margin: 0;
  left: 0;
}
.card-title .price {
  color: var(--red);
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 20px;
}
.card-title .price.usd {
  color: var(--blue);
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin-left: 5px;
  margin-bottom: 20px;
}
.card-title .price small {
  color: var(--gray3);
  font-size: 22px;
  line-height: 1;
  display: block;
}
.card-title .price span {
  font-size: 24px;
}
.card-btn {
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  clear: right;
}
.card-btn .btn {
  padding: 9px 20px;
  min-width: 130px;
  margin-top: 10px;
}
.card-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F2F2F7;
  height: 1px;
  width: 100vw;
}
.card-features .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 28px;
  display: table;
}
.card-features .list {
  margin: 0;
  padding: 0;
}
.card-features .list li {
  list-style: none;
  margin-bottom: 28px;
  display: flex;
  align-items: flex-start;
}
.card-features .list li:last-child {
  margin-bottom: 0;
}
.card-features .list li .icon {
  line-height: 1;
  width: 36px;
  flex: none;
}
.card-features .list li .icon img {
  max-width: 21px;
}
.card-features .list li .dt {
  color: var(--blue);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  width: 54%;
  display: flex;
  align-items: center;
}
.card-features .list li .dd {
  font-weight: 600;
  display: flex;
  flex: 1;
}
.card-features .list li .dd .tooltip {
  margin: -6px 0 0 1px;
}
.card-features .list li .dd .tooltip svg {
  color: var(--blue);
}
.card-gallery img {
  display: block;
  margin: auto;
}
.card-gallery .gallery-swiper {
  position: relative;
}
.card-gallery .gallery-swiper .swiper-nav {
  pointer-events: none;
  position: absolute;
  margin: -20px 0 0;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
}
.card-gallery .gallery-swiper .swiper-nav .swiper-button-prev {
  pointer-events: auto;
  margin-left: 15px;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px 7px;
}
.card-gallery .gallery-swiper .swiper-nav .swiper-button-next {
  pointer-events: auto;
  margin-left: 15px;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px 7px;
  margin-right: 15px;
  padding: 5px 10px;
  margin-left: auto;
}
.card-gallery .swiper-slide {
  height: auto;
}
.card-gallery .swiper-slide.video {
  padding-top: 66%;
}
.card-gallery .swiper-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  height: 100%;
  width: 100%;
}
.card-gallery .gallery-thumbs {
  margin: 0 -10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  flex-wrap: wrap;
}
.card-gallery .gallery-thumbs .item {
  cursor: pointer;
  margin: 20px 10px 0;
  position: relative;
  width: calc(25% - 20px);
}
.card-gallery .gallery-thumbs .item:nth-child(4):not(.open) ~ .item {
  display: none;
}
.card-gallery .gallery-thumbs .item:nth-child(4).open .more {
  display: none;
}
.card-gallery .gallery-thumbs .item img {
  filter: brightness(50%);
}
.card-gallery .gallery-thumbs .item.active {
  border: 3px solid var(--red);
}
.card-gallery .gallery-thumbs .item.active img {
  filter: none;
}
.card-gallery .gallery-thumbs .item .play {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card-gallery .gallery-thumbs .item .more {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-description {
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 70px;
  clear: both;
}
.card-description .main-title {
  margin-bottom: 40px;
  -moz-column-span: all;
       column-span: all;
}
.card-description p {
  margin: 0 0 16px;
}
.card .hashtags {
  margin-top: 20px;
}
.card .hashtags a {
  font-weight: 400;
  opacity: 0.5;
  text-transform: capitalize;
  margin-right: 11px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  .card {
    margin-top: -63px;
  }
  .card .bg {
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 60px;
  }
  .card-nav,
  .card-btn_mob {
    display: none;
  }
  .card-title {
    width: 400px;
    float: right;
  }
  .card-gallery {
    padding-right: 50px;
    float: left;
    width: calc(100% - 400px);
  }
  .card-btn,
  .card-features {
    margin-left: auto;
    width: 400px;
  }
  .card-btn a + a {
    margin-left: 30px;
  }
  .card-description {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 991px) {
  .card {
    margin-top: 0;
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
  }
  .card .inner {
    background: var(--bg);
    padding-bottom: 0;
  }
  .card .bg {
    padding-top: 5px;
  }
  .card-gallery .gallery-thumbs {
    margin: 0 -5px;
  }
  .card-gallery .gallery-thumbs .item {
    margin: 15px 5px 0;
    width: calc(25% - 10px);
  }
  .card-gallery .gallery-thumbs .item.active {
    border-width: 1px;
  }
  .card-gallery .gallery-thumbs .item .play {
    width: 20px;
  }
  .card-gallery .gallery-thumbs .item .more {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .card-title {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .card-title .main-title {
    font-variant: small-caps;
    margin: 0 0 13px;
    padding: 0 0 11px;
    flex: 100%;
  }
  .card-title .price {
    font-size: 30px;
    margin-bottom: 0;
  }
  .card-title .card-btn {
    margin: 0 0 0 auto;
    padding: 0;
    flex: 0 0 50%;
  }
  .card-title .card-btn .btn {
    margin: 0;
  }
  .card-nav {
    margin-bottom: 30px;
    display: flex;
  }
  .card-nav .item {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    margin-right: 50px;
  }
  .card-nav .item.active::after {
    content: "";
    background: var(--red);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
    height: 5px;
    width: 100px;
  }
  .card-nav .item.active:first-child::after {
    left: 0;
    margin: 0;
  }
  .card-btn,
  .card-btn_mob {
    margin: 30px auto 0;
    padding-bottom: 20px;
    max-width: 290px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .card-btn::after,
  .card-btn_mob::after {
    content: none;
  }
  .card-btn .btn,
  .card-btn_mob .btn {
    margin-bottom: 30px;
  }
  .card-features {
    margin-bottom: 30px;
  }
  .card-features .list li .dt {
    width: 59%;
  }
  .card-description {
    margin-bottom: 30px;
  }
  .card-description p {
    margin: 0 0 5px;
  }
  .card:not(#Tab_2) .card-description,
  .card:not(#Tab_2) .card-btn_mob {
    display: none;
  }
  .card#Tab_2 .card-gallery,
  .card#Tab_2 .card-features,
  .card#Tab_2 .container > .card-btn {
    display: none;
  }
}

