.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;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%;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%;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;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;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%;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{animation:fancybox-rotate 2s linear infinite;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;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@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{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{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{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{transform-origin:0 0;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{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;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{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%;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;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.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}
*,::after,::before{box-sizing:inherit;padding:0;margin:0}html{line-height:1.15;box-sizing:border-box;font-family:sans-serif}main{display:block}h1{font-size:2em;margin:.67em 0}a{background-color:transparent}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}button,input,optgroup,select,textarea{line-height:inherit;border:1px solid currentColor}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;padding:1px 6px}input{overflow:visible}input,textarea{padding:1px}fieldset{border:1px solid currentColor;margin:0 2px}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{overflow:auto;vertical-align:top}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=color]{background:inherit}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.5}::-webkit-file-upload-button,::-webkit-search-decoration{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}hr{box-sizing:content-box;height:0;color:inherit;overflow:visible}dl,ol,ul{margin:1em 0}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin:0}b,strong{font-weight:bolder}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border:0}svg:not(:root){overflow:hidden}table{text-indent:0;border-color:inherit}details{display:block}dialog{background-color:inherit;border:solid;color:inherit;display:block;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

@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;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}.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}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{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{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{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;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/**
* Importing by glob example
* https://github.com/maoberlehner/node-sass-magic-importer/tree/master/packages/node-sass-magic-importer#globbing
 */
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Heavy.woff2) format("woff2"), url(../fonts/Gilroy-Heavy.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Medium.woff2) format("woff2"), url(../fonts/Gilroy-Medium.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-ExtraBold.woff2) format("woff2"), url(../fonts/Gilroy-ExtraBold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-SemiBold.woff2) format("woff2"), url(../fonts/Gilroy-SemiBold.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Black.woff2) format("woff2"), url(../fonts/Gilroy-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url(../fonts/Gilroy-Bold.woff2) format("woff2"), url(../fonts/Gilroy-Bold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Black.eot);
  src: local("../fonts/Montserrat Black"), local("../fonts/Montserrat-Black"), url(../fonts/Montserrat-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Black.woff2) format("woff2"), url(../fonts/Montserrat-Black.woff) format("woff"), url(../fonts/Montserrat-Black.ttf) format("truetype"), url(../images/7e5b55d9c3aab209510454cf0d750968.svg#Montserrat-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-SemiBold.eot);
  src: local("../fonts/Montserrat SemiBold"), local("../fonts/Montserrat-SemiBold"), url(../fonts/Montserrat-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.ttf) format("truetype"), url(../images/f46a357b6efb891d7e593633b90ff01f.svg#Montserrat-SemiBold) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-Bold.eot);
  src: local("../fonts/Montserrat Bold"), local("../fonts/Montserrat-Bold"), url(../fonts/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype"), url(../images/7cb2862025524e2c19f9fa3f9d966569.svg#Montserrat-Bold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
a {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  outline: 0 !important;
  font-family: "Gilroy";
}

input[type=text] {
  transition: all 0.25s ease;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
}

* {
  color: #000;
}

h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: content-box;
  height: 100%;
  position: relative;
  padding: 0 15px;
}

html, body {
  scroll-behavior: smooth;
  width: 100%;
  font-size: 10px;
  font-weight: 400;
  color: #000;
  background: #E7E9ED;
  font-family: "Gilroy", sans-serif;
  margin: 0;
}

body {
  overflow-x: hidden;
  position: relative;
}
@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
body.loading {
  overflow: hidden;
}
body.loading .load {
  opacity: 1;
  display: flex;
  z-index: 999;
}
body.opened {
  overflow: hidden;
}

.fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(51, 51, 51, 0.8);
  display: none;
}

.load {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.load body {
  background: #000;
}
.load .pswp__preloader__icn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.75;
  width: 50px;
  height: 50px;
  animation: clockwise 1000ms linear infinite;
}
.load .pswp__preloader__cut {
  width: 25px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.load .pswp__preloader__donut--fake {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 2px solid red;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
.load .pswp__preloader__donut {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border: 5px solid #000;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
  animation: donut-rotate 2000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
.rel {
  position: relative;
  overflow: hidden;
}
.rel:before {
  content: "";
  position: absolute;
  transform: skewX(-45deg) translateX(0);
  left: -100px;
  top: -30px;
  width: 40px;
  height: 250%;
  background: #1ba1fc;
  opacity: 0.7;
  animation: swipe 1.1s linear infinite;
}
@keyframes swipe {
  0% {
    transform: skewX(-45deg) translateX(0);
  }
  to {
    transform: skewX(-45deg) translateX(1000px);
  }
}
.fancybox__content {
  padding: 0;
}

/**
 * alertifyjs 1.13.1 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2019 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
 * Licensed under GPL 3 <https://opensource.org/licenses/gpl-3.0>*/
.alertify .ajs-dimmer {
  position: fixed;
  z-index: 1981;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  background-color: #252525;
  opacity: 0.5;
}

.alertify .ajs-modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  overflow-y: auto;
  z-index: 1981;
}

.alertify .ajs-dialog {
  position: relative;
  margin: 5% auto;
  min-height: 110px;
  max-width: 500px;
  padding: 24px 24px 0 24px;
  outline: 0;
  background-color: #fff;
}

.alertify .ajs-dialog.ajs-capture:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}

.alertify .ajs-reset {
  position: absolute !important;
  display: inline !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}

.alertify .ajs-commands {
  position: absolute;
  right: 4px;
  margin: -14px 24px 0 0;
  z-index: 2;
}

.alertify .ajs-commands button {
  display: none;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  padding: 10px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.alertify .ajs-commands button.ajs-close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC);
}

.alertify .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC);
}

.alertify .ajs-header {
  margin: -24px;
  margin-bottom: 0;
  padding: 16px 24px;
  background-color: #fff;
}

.alertify .ajs-body {
  min-height: 56px;
}

.alertify .ajs-body .ajs-content {
  padding: 16px 24px 16px 16px;
}

.alertify .ajs-footer {
  padding: 4px;
  margin-left: -24px;
  margin-right: -24px;
  min-height: 43px;
  background-color: #fff;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary {
  text-align: right;
}

.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary {
  float: left;
  clear: none;
  text-align: left;
}

.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button {
  margin: 4px;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
  min-width: 88px;
  min-height: 35px;
}

.alertify .ajs-handle {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);
  transform: scaleX(1);
  cursor: se-resize;
}

.alertify.ajs-no-overflow .ajs-body .ajs-content {
  overflow: hidden !important;
}

.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content {
  left: 0;
  right: 0;
  padding: 0;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body {
  margin-left: -24px;
  margin-right: -24px;
}

.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content {
  padding: 0;
}

.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content {
  left: 0;
  right: 0;
}

.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,
.alertify.ajs-maximizable .ajs-commands button.ajs-restore {
  display: inline-block;
}

.alertify.ajs-closable .ajs-commands button.ajs-close {
  display: inline-block;
}

.alertify.ajs-maximized .ajs-dialog {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
  top: 0 !important;
  left: 0 !important;
}

.alertify.ajs-maximized.ajs-modeless .ajs-modal {
  position: fixed !important;
  min-height: 100% !important;
  max-height: none !important;
  margin: 0 !important;
}

.alertify.ajs-maximized .ajs-commands button.ajs-maximize {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=);
}

.alertify.ajs-resizable .ajs-dialog,
.alertify.ajs-maximized .ajs-dialog {
  padding: 0;
}

.alertify.ajs-resizable .ajs-commands,
.alertify.ajs-maximized .ajs-commands {
  margin: 14px 24px 0 0;
}

.alertify.ajs-resizable .ajs-header,
.alertify.ajs-maximized .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 16px 24px;
}

.alertify.ajs-resizable .ajs-body,
.alertify.ajs-maximized .ajs-body {
  min-height: 224px;
  display: inline-block;
}

.alertify.ajs-resizable .ajs-body .ajs-content,
.alertify.ajs-maximized .ajs-body .ajs-content {
  position: absolute;
  top: 50px;
  right: 24px;
  bottom: 50px;
  left: 24px;
  overflow: auto;
}

.alertify.ajs-resizable .ajs-footer,
.alertify.ajs-maximized .ajs-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog {
  min-width: 548px;
}

.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle {
  display: block;
}

.alertify.ajs-movable:not(.ajs-maximized) .ajs-header {
  cursor: move;
}

.alertify.ajs-modeless .ajs-dimmer,
.alertify.ajs-modeless .ajs-reset {
  display: none;
}

.alertify.ajs-modeless .ajs-modal {
  overflow: visible;
  max-width: none;
  max-height: 0;
}

.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin {
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC);
}

.alertify.ajs-modeless.ajs-unpinned .ajs-modal {
  position: absolute;
}

.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=);
}

.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body {
  max-height: 500px;
  overflow: auto;
}

.alertify.ajs-basic .ajs-header {
  opacity: 0;
}

.alertify.ajs-basic .ajs-footer {
  visibility: hidden;
}

.alertify.ajs-frameless .ajs-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 60px;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 1;
}

.alertify.ajs-frameless .ajs-footer {
  display: none;
}

.alertify.ajs-frameless .ajs-body .ajs-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog {
  padding-top: 0;
}

.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands {
  margin-top: 0;
}

.ajs-no-overflow {
  overflow: hidden !important;
  outline: none;
}

.ajs-no-overflow.ajs-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll !important;
}

.ajs-no-selection,
.ajs-no-selection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 568px) {
  .alertify .ajs-dialog {
    min-width: 150px;
  }
  .alertify:not(.ajs-maximized) .ajs-modal {
    padding: 0 5%;
  }
  .alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog {
    min-width: initial;
    min-width: auto;
  }
}
@-moz-document url-prefix() {
  .alertify button:focus {
    outline: 1px dotted #3593D2;
  }
}
.alertify .ajs-dimmer,
.alertify .ajs-modal {
  transform: translate3d(0, 0, 0);
  transition-property: opacity, visibility;
  transition-timing-function: linear;
  transition-duration: 250ms;
}

.alertify.ajs-hidden .ajs-dimmer,
.alertify.ajs-hidden .ajs-modal {
  visibility: hidden;
  opacity: 0;
}

.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-duration: 500ms;
}

.alertify.ajs-out.ajs-hidden .ajs-dialog {
  animation-duration: 250ms;
}

.alertify .ajs-dialog.ajs-shake {
  animation-name: ajs-shake;
  animation-duration: 0.1s;
  animation-fill-mode: both;
}
@keyframes ajs-shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-name: ajs-slideIn;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog {
  animation-name: ajs-slideOut;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-name: ajs-zoomIn;
}

.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog {
  animation-name: ajs-zoomOut;
}

.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-name: ajs-fadeIn;
}

.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog {
  animation-name: ajs-fadeOut;
}

.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-name: ajs-pulseIn;
}

.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog {
  animation-name: ajs-pulseOut;
}

.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-name: ajs-flipInX;
}

.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog {
  animation-name: ajs-flipOutX;
}

.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog {
  animation-name: ajs-flipInY;
}

.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog {
  animation-name: ajs-flipOutY;
}
@keyframes ajs-pulseIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-pulseOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes ajs-zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.25, 0.25, 0.25);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes ajs-zoomOut {
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.25, 0.25, 0.25);
  }
}
@keyframes ajs-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ajs-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ajs-flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes ajs-flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
@keyframes ajs-flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes ajs-slideIn {
  0% {
    margin-top: -100%;
  }
  100% {
    margin-top: 5%;
  }
}
@keyframes ajs-slideOut {
  0% {
    margin-top: 5%;
  }
  100% {
    margin-top: -100%;
  }
}
.alertify-notifier {
  position: fixed;
  width: 0;
  overflow: visible;
  z-index: 1982;
  transform: translate3d(0, 0, 0);
}

.alertify-notifier .ajs-message {
  position: relative;
  width: 260px;
  max-height: 0;
  padding: 0;
  opacity: 0;
  margin: 0;
  transform: translate3d(0, 0, 0);
  transition-duration: 250ms;
  transition-timing-function: linear;
  border-radius: 4px;
  border: 1px solid #FF1717;
  cursor: pointer;
  font-size: 1.4rem;
  background: #fff;
}

.alertify-notifier .ajs-message.ajs-visible {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  max-height: 100%;
  padding: 15px;
  margin-top: 10px;
}

.alertify-notifier .ajs-message.ajs-success {
  background: rgba(91, 189, 114, 0.95);
}

.alertify-notifier .ajs-message.ajs-error {
  background: rgba(217, 92, 92, 0.95);
}

.alertify-notifier .ajs-message.ajs-warning {
  background: rgba(252, 248, 215, 0.95);
}

.alertify-notifier .ajs-message .ajs-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABGdBTUEAALGPC/xhBQAAAFBJREFUGBl1j0EKADEIA+ve/P9f9bh1hEihNBfjVCO1v7RKVqJK4h8gM5cAPR42AkQEpSXPwMTyoi13n5N9YqJehm3Fnr7nL1D0ZEbD5OubGyC7a9gx+9eNAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-right-radius: 2px;
}

.alertify-notifier.ajs-top {
  top: 10px;
}

.alertify-notifier.ajs-bottom {
  bottom: 10px;
}

.alertify-notifier.ajs-right {
  right: 10px;
}

.alertify-notifier.ajs-right .ajs-message {
  right: -320px;
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  right: 290px;
}

.alertify-notifier.ajs-left {
  left: 10px;
}

.alertify-notifier.ajs-left .ajs-message {
  left: -300px;
}

.alertify-notifier.ajs-left .ajs-message.ajs-visible {
  left: 0;
}

.alertify-notifier.ajs-center {
  left: 50%;
}

.alertify-notifier.ajs-center .ajs-message {
  transform: translateX(-50%);
}

.alertify-notifier.ajs-center .ajs-message.ajs-visible {
  left: 50%;
  transition-timing-function: cubic-bezier(0.57, 0.43, 0.1, 0.65);
}

.alertify-notifier.ajs-center.ajs-top .ajs-message {
  top: -300px;
}

.alertify-notifier.ajs-center.ajs-top .ajs-message.ajs-visible {
  top: 0;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message {
  bottom: -300px;
}

.alertify-notifier.ajs-center.ajs-bottom .ajs-message.ajs-visible {
  bottom: 0;
}

.ajs-no-transition.alertify .ajs-dimmer,
.ajs-no-transition.alertify .ajs-modal,
.ajs-no-transition.alertify .ajs-dialog {
  transition: none !important;
  animation: none !important;
}

.ajs-no-transition.alertify-notifier .ajs-message {
  transition: none !important;
  animation: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .alertify .ajs-dimmer,
  .alertify .ajs-modal,
  .alertify .ajs-dialog {
    transition: none !important;
    animation: none !important;
  }
  .alertify-notifier .ajs-message {
    transition: none !important;
    animation: none !important;
  }
}
.home-first {
  background: #fff;
  padding-top: 52px;
}
.home-first__inner {
  background: #FF1717;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 63px 226px 57px 113px;
}
.home-first__title {
  font-weight: 800;
  color: #fff;
  position: relative;
  font-size: 4rem;
  margin-bottom: 14px;
}
.home-first__title:before {
  content: "";
  height: 6px;
  width: 62px;
  background: #fff;
  position: absolute;
  top: -20px;
  left: 0;
}
.home-first__text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  max-width: 400px;
  color: #fff;
}
.home-first__form {
  margin-left: 10px;
  width: 100%;
  max-width: 310px;
}
.home-first__form__input {
  height: 51px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 2px;
  margin-bottom: 12px;
}
.home-first__form__input:last-child {
  margin-bottom: 0;
}
.home-first__form__input input {
  font-size: 1.2rem;
  font-weight: 600;
  text-indent: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.home-first__form__input input:focus::-moz-placeholder {
  opacity: 0.4;
}
.home-first__form__input input:focus::placeholder {
  opacity: 0.4;
}
.home-first__form__input input::-moz-placeholder {
  color: #fff;
  font-weight: 600;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.home-first__form__input input::placeholder {
  color: #fff;
  font-weight: 600;
  transition: all 0.25s ease;
}
.home-first__form__button {
  height: 54px;
  background: #fff;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  border: 2px solid #fff;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  transition: all 0.25s ease;
}
.home-first__form__button:hover {
  background: transparent;
  color: #fff;
}
.home-first__form__confirm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.home-first__form__confirm input {
  width: 0;
  height: 0;
}
.home-first__form__confirm input:checked ~ span svg {
  opacity: 1;
}
.home-first__form__confirm__text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.home-first__form__confirm__text a {
  text-decoration: underline;
}
.home-first__form__confirm__check {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
}
.home-first__form__confirm__check svg {
  opacity: 0;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-first__form__confirm__check:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #fff;
}
@media (max-width: 1100px) {
  .home-first__inner {
    padding: 40px 150px 40px 50px;
  }
}
@media (max-width: 970px) {
  .home-first {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .home-first__bg__left {
    display: none;
  }
  .home-first__bg__right {
    background: transparent;
    margin-left: auto;
  }
  .home-first__bg__right__icon path {
    fill: #000;
  }
  .home-first__inner {
    margin: 0 -15px;
    padding: 40px 15px;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .home-first__inner {
    flex-direction: column;
    padding-top: 56px;
    padding-bottom: 30px;
  }
  .home-first__bg__right__icon {
    width: 50px;
    height: 50px;
  }
  .home-first__bg__right__icon svg {
    width: 100%;
    height: 100%;
  }
  .home-first__title {
    font-size: 3.2rem;
    font-weight: 700;
  }
  .home-first__text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin-bottom: 20px;
    max-width: unset;
  }
  .home-first__left, .home-first__right {
    width: 100%;
  }
  .home-first__form {
    margin-left: 0;
    max-width: unset;
  }
}

.home-about {
  padding-top: 212px;
  background: #E7E9ED;
  padding-bottom: 103px;
  margin-top: -105px;
}
.home-about__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 39px;
}
.home-about__title span {
  color: #FF1717;
}
.home-about__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .home-about__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .home-about__title:before {
    height: 3px;
  }
}
.home-about__content {
  margin-right: 15px;
  max-width: 640px;
}
.home-about__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 66px;
}
.home-about__subtitle {
  max-width: 510px;
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: 800;
  margin-bottom: 24px;
}
.home-about__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}
.home-about__text p {
  margin-bottom: 27px;
}
.home-about__text p:last-child {
  margin-bottom: 0;
}
.home-about__price {
  background: #fff;
  max-width: 530px;
  border-left: 4px solid #FF1717;
  padding: 20px;
  font-weight: 800;
  line-height: 2.4rem;
  font-size: 1.4rem;
  margin-top: 27px;
  margin-bottom: 54px;
}
.home-about__auto__image {
  max-width: 570px;
  position: relative;
  display: flex;
}
.home-about__auto__play {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF1717;
  transition: all 0.25s ease;
}
.home-about__auto__play:hover {
  transform: scale(1.1);
}
.home-about__auto__text {
  background: #000;
  padding: 20px;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #fff;
  font-weight: 800;
  max-width: 470px;
}
.home-about__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home-about__list__item__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.home-about__list__item__number {
  color: #FF1717;
  margin-right: 15px;
  font-family: "Montserrat";
  font-size: 6.4rem;
  font-weight: 900;
}
.home-about__list__item__icon {
  width: 42px;
  height: 42px;
}
.home-about__list__item__icon svg {
  width: 100%;
  height: 100%;
}
.home-about__list__item__text {
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 1200px) {
  .home-about__content {
    width: 65%;
  }
}
@media (max-width: 900px) {
  .home-about {
    margin-top: 0;
    padding-top: 67px;
    padding-bottom: 100px;
  }
  .home-about__inner {
    flex-direction: column-reverse;
    margin-bottom: 100px;
  }
  .home-about__content {
    width: 100%;
  }
  .home-about__auto {
    padding-bottom: 40px;
  }
  .home-about__title {
    margin-bottom: 20px;
  }
  .home-about__subtitle {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
  }
  .home-about__price {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .home-about__list {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
}

.home-services {
  padding-bottom: 103px;
}
.home-services__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 40px;
}
.home-services__title span {
  color: #FF1717;
}
.home-services__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .home-services__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .home-services__title:before {
    height: 3px;
  }
}
.home-services__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 80px 20px;
}
.home-services__list__item:hover img {
  transform: scale(1.1);
}
.home-services__list__item__image {
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  position: relative;
  margin-bottom: 35px;
}
.home-services__list__item__image img {
  transition: all 0.25s ease;
}
.home-services__list__item__image__icon {
  position: absolute;
  top: 0;
  right: 0;
}
.home-services__list__item__title {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 2.4rem;
  text-transform: uppercase;
}
.home-services__list__item__title svg {
  display: inline;
}
@media (max-width: 900px) {
  .home-services {
    padding-bottom: 48px;
  }
  .home-services__list__item__image {
    margin-bottom: 12px;
  }
  .home-services__list__item__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .home-services__list {
    display: flex;
    gap: 30px;
    overflow: auto;
  }
  .home-services__list__item {
    width: 240px;
    flex-shrink: 0;
  }
}

.home-work {
  padding-bottom: 103px;
}
.home-work__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 70px;
}
.home-work__title span {
  color: #FF1717;
}
.home-work__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .home-work__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .home-work__title:before {
    height: 3px;
  }
}
.home-work__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 33px;
}
.home-work__list__item__icon {
  max-width: 285px;
  width: 100%;
  position: relative;
  margin-bottom: 27px;
}
.home-work__list__item__icon svg {
  width: 100%;
  height: 100%;
}
.home-work__list__item__icon__number {
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  left: 30px;
}
.home-work__list__item__text {
  max-width: 285px;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .home-work__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-work__list__item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .home-work {
    padding-bottom: 70px;
  }
  .home-work__title {
    margin-bottom: 30px;
  }
  .home-work__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-work__list__item {
    max-width: 265px;
    align-items: flex-start;
  }
  .home-work__list__item__icon {
    margin-bottom: 20px;
  }
  .home-work__list__item__text {
    font-size: 1.6rem;
  }
}

.home-additional {
  padding-bottom: 90px;
}
.home-additional-service {
  background: #fff;
  padding-top: 120px;
}
.home-additional__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 40px;
}
.home-additional__title span {
  color: #FF1717;
}
.home-additional__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .home-additional__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .home-additional__title:before {
    height: 3px;
  }
}
.home-additional__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 110px;
}
.home-additional__list__item:hover img {
  transform: scale(1.1);
}
.home-additional__list__item__image {
  position: relative;
  display: flex;
  margin-bottom: 40px;
  overflow: hidden;
}
.home-additional__list__item__image img {
  transition: all 0.25s ease;
}
.home-additional__list__item__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.home-additional__list__item__image__icon {
  width: 54px;
  height: 54px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.home-additional__list__item__image__cross {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.home-additional__list__item__image__cross:before, .home-additional__list__item__image__cross:after {
  content: "";
  background: #fff;
  position: absolute;
}
.home-additional__list__item__image__cross:before {
  height: 100%;
  width: 5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-additional__list__item__image__cross:after {
  height: 5px;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home-additional__list__item__image__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #FF1717;
  z-index: 2;
}
.home-additional__list__item__image__top:before {
  content: "";
  height: 29px;
  width: 29px;
  position: absolute;
  top: 0;
  background: #FF1717;
  left: 0;
}
.home-additional__list__item__text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 800;
}
@media (max-width: 1000px) {
  .home-additional__list {
    grid-gap: 20px;
  }
}
@media (max-width: 900px) {
  .home-additional__title {
    margin-bottom: 30px;
  }
  .home-additional__list__item__image {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-additional {
    padding-bottom: 60px;
  }
  .home-additional__list {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

.home-auto {
  padding-bottom: 103px;
}
.home-auto__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 40px;
}
.home-auto__title span {
  color: #FF1717;
}
.home-auto__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .home-auto__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .home-auto__title:before {
    height: 3px;
  }
}
.home-auto__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.home-auto__list__item:hover img {
  transform: scale(1.1);
}
.home-auto__list__item__image {
  display: flex;
  position: relative;
  margin-bottom: 33px;
  overflow: hidden;
}
.home-auto__list__item__image img {
  transition: all 0.25s ease;
}
.home-auto__list__item__image__icon {
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.home-auto__list__item__title {
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .home-auto {
    padding-bottom: 50px;
  }
  .home-auto__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-auto__list {
    display: flex;
    gap: 25px;
    overflow: auto;
  }
  .home-auto__list__item {
    width: 270px;
    flex-shrink: 0;
  }
  .home-auto__list__item__image {
    margin-bottom: 20px;
  }
}

.home-instock {
  padding-bottom: 158px;
  border-bottom: 6px solid #FF1717;
}
.home-instock__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  max-width: 1090px;
  margin-bottom: 30px;
}
.home-instock__title span {
  color: #FF1717;
}
.home-instock__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .home-instock__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .home-instock__title:before {
    height: 3px;
  }
}
.home-instock__subtitle {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 600;
  margin-bottom: 116px;
}
.home-instock__inner {
  padding-top: 44px;
  background: url(../images/f97ec663f45b5f26ef9345a9582a3903.svg) no-repeat right bottom;
}
.home-instock__button {
  width: 100%;
  max-width: 300px;
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 800;
  align-items: center;
  border: 2px solid #FF1717;
  box-sizing: border-box;
  background: #FF1717;
  transition: all 0.25s ease;
  height: 64px;
}
.home-instock__button:hover {
  background: transparent;
  color: #000;
}
@media (max-width: 767px) {
  .home-instock__inner {
    background: unset;
    padding-top: 0;
  }
  .home-instock__title {
    margin-bottom: 20px;
  }
  .home-instock__subtitle {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .home-instock__button {
    max-width: unset;
  }
}

.home-products {
  padding-top: 177px;
  padding-bottom: 160px;
  background: #fff;
}
.home-products__slider {
  margin-bottom: 70px;
}
.home-products__slider:last-child {
  margin-bottom: 0;
}
.home-products__slider__item:hover img {
  transform: scale(1.1);
}
.home-products__slider__item__image {
  width: 100%;
  margin-bottom: 22px;
  overflow: hidden;
}
.home-products__slider__item__image img {
  transition: all 0.25s ease;
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.home-products__slider__item__title {
  font-size: 2rem;
  font-family: "Montserrat";
  font-weight: 900;
  margin-bottom: 5px;
  line-height: 2.4rem;
}
.home-products__slider__item__price {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #FF1717;
  margin-bottom: 25px;
}
.home-products__slider__item__button {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  border-radius: 2px;
  border: 2px solid #FF1717;
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  height: 47px;
  box-sizing: border-box;
  max-width: 186px;
}
.home-products__slider__item__button:hover {
  background: #FF1717;
  color: #fff;
}
.home-products__slider__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.home-products__slider__controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home-products__slider__controls__control {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.home-products__slider__controls__control:nth-child(1) {
  background: #000;
  margin-right: 10px;
}
.home-products__slider__controls__control:nth-child(2) {
  background: #FF1717;
}
.home-products__slider__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
}
.home-products__slider__title span {
  color: #FF1717;
}
.home-products__slider__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .home-products__slider__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .home-products__slider__title:before {
    height: 3px;
  }
}
.home-products__slider__inner {
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-products {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home-products__slider__controls {
    display: none;
  }
  .home-products__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
  }
  .home-products__slider__item__title {
    font-size: 1.3rem;
  }
  .home-products__slider__item__price {
    font-size: 1.3rem;
  }
}

.home-benefits {
  padding-top: 104px;
  padding-bottom: 108px;
}
.home-benefits-service {
  background: #fff;
}
.home-benefits-service .home-benefits__list {
  background: url(../images/0224d140c7374438a7acf9617afeff08.svg) no-repeat top right;
}
.home-benefits__inner {
  display: flex;
  justify-content: space-between;
}
.home-benefits__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 20px;
}
.home-benefits__title span {
  color: #FF1717;
}
.home-benefits__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .home-benefits__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .home-benefits__title:before {
    height: 3px;
  }
}
.home-benefits__text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  margin-bottom: 50px;
}
.home-benefits__content {
  padding-top: 73px;
}
.home-benefits__button {
  width: 330px;
  height: 59px;
  background: #FF1717;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #FF1717;
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 2px;
  transition: all 0.25s ease;
}
.home-benefits__button:hover {
  background: transparent;
  color: #000;
}
.home-benefits__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 27px 20px;
  padding-top: 49px;
  padding-bottom: 77px;
  background: url(../images/d4f5bf01889f912f446a5f108c098777.svg) no-repeat right bottom;
  max-width: 640px;
}
.home-benefits__list__item__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.home-benefits__list__item__title {
  font-weight: 800;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}
.home-benefits__list__item__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
@media (max-width: 1100px) {
  .home-benefits__list {
    padding-top: 0;
    padding-bottom: 0;
    background: unset;
    max-width: 550px;
  }
}
@media (max-width: 970px) {
  .home-benefits {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .home-benefits__inner {
    flex-direction: column;
  }
  .home-benefits__list {
    max-width: unset;
  }
  .home-benefits__content {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .home-benefits__text {
    margin-bottom: 30px;
  }
  .home-benefits__list__item__title {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .home-benefits__list__item__text {
    font-size: 1.2rem;
  }
}
@media (max-width: 500px) {
  .home-benefits__button {
    width: 100%;
  }
}

.home-projects {
  padding-bottom: 105px;
}
.home-projects__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 40px;
}
.home-projects__title span {
  color: #FF1717;
}
.home-projects__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .home-projects__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .home-projects__title:before {
    height: 3px;
  }
}
.home-projects__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 35px 50px;
}
.home-projects__list__item__image {
  height: 203px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 33px;
}
.home-projects__list__item__image__icon {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FF1717;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-projects__list__item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-projects__list__item:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 5;
}
.home-projects__list__item__title {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin-bottom: 12px;
}
.home-projects__list__item__text {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 2.4rem;
}
@media (max-width: 1000px) {
  .home-projects__list {
    grid-gap: 30px 20px;
  }
  .home-projects__list__item__image {
    height: 180px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-projects {
    padding-bottom: 70px;
  }
  .home-projects__title {
    margin-bottom: 30px;
  }
  .home-projects__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-projects__list__item__image {
    height: 108px;
  }
  .home-projects__list__item:nth-child(3) {
    grid-column-start: unset;
    grid-column-end: unset;
  }
  .home-projects__list__item:nth-child(7) {
    display: none;
  }
  .home-projects__list__item__title, .home-projects__list__item__text {
    font-size: 1.2rem;
  }
}

.home-park {
  padding-bottom: 150px;
}
.home-park__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 20px;
}
.home-park__title span {
  color: #FF1717;
}
.home-park__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .home-park__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .home-park__title:before {
    height: 3px;
  }
}
.home-park__inner {
  display: flex;
  justify-content: space-between;
}
.home-park__image {
  width: 100%;
  max-width: 547px;
}
.home-park__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.home-park__image img:nth-child(2) {
  display: none;
}
.home-park__content {
  width: 100%;
  max-width: 530px;
  margin-left: 35px;
  padding-top: 87px;
}
.home-park__list__item {
  margin-bottom: 50px;
}
.home-park__list__item:last-child {
  margin-bottom: 0;
}
.home-park__list__item__title {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 35px;
  position: relative;
}
.home-park__list__item__title:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../images/93484ff6cbe51036bf4e27ca585590d9.svg) no-repeat center;
  position: absolute;
  left: -27px;
  top: 2px;
}
.home-park__list__item__text {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  .home-park {
    padding-bottom: 60px;
  }
  .home-park__inner {
    flex-direction: column;
  }
  .home-park__list {
    padding-left: 24px;
  }
  .home-park__list__item {
    margin-bottom: 25px;
  }
  .home-park__list__item__title {
    margin-bottom: 20px;
  }
  .home-park__list__item__title:before {
    left: -24px;
  }
  .home-park__content {
    padding-top: 0;
    margin-left: 0;
  }
  .home-park__title br {
    display: none;
  }
  .home-park__image {
    display: none;
  }
  .home-park__image img:nth-child(1) {
    display: none;
  }
  .home-park__image img:nth-child(2) {
    display: inline;
  }
}
@media (max-width: 500px) {
  .home-park__image {
    display: block;
    margin-bottom: 50px;
  }
}

.home-guarantee__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 46px;
}
.home-guarantee__title span {
  color: #FF1717;
}
.home-guarantee__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .home-guarantee__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .home-guarantee__title:before {
    height: 3px;
  }
}
.home-guarantee__content {
  max-width: 630px;
}
.home-guarantee__inner {
  display: flex;
  justify-content: space-between;
}
.home-guarantee__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.home-guarantee__text p {
  margin-bottom: 20px;
}
.home-guarantee__text p:last-child {
  margin-bottom: 0;
}
.home-guarantee__quote {
  width: 100%;
  max-width: 530px;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
}
.home-guarantee__certs {
  padding-top: 83px;
  width: 100%;
  max-width: 640px;
  margin-left: 15px;
}
.home-guarantee__certs__image {
  display: flex;
}
.home-guarantee__certs__button {
  cursor: pointer;
  color: #fff;
  background: #FF1717;
  border: 2px solid #FF1717;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.2rem;
  max-width: 234px;
  height: 59px;
  transition: all 0.25s ease;
}
.home-guarantee__certs__button:hover {
  background: transparent;
  color: #000;
}
@media (max-width: 767px) {
  .home-guarantee__title {
    margin-bottom: 20px;
  }
  .home-guarantee__inner {
    flex-direction: column-reverse;
  }
  .home-guarantee__certs {
    padding-top: 0;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .home-guarantee__quote {
    width: unset;
  }
}

.home-gallery {
  margin-top: -198px;
  overflow: hidden;
}
.home-gallery__dots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 300px;
}
.home-gallery__dots__inner {
  display: flex;
  gap: 18px;
}
.home-gallery__dots__inner .swiper-pagination-bullet {
  position: relative;
  z-index: 5;
  border-radius: 0;
  width: 19px;
  height: 19px;
  background: rgba(255, 255, 255, 0.5);
}
.home-gallery__dots__inner .swiper-pagination-bullet-active {
  background: #fff;
}
.home-gallery__slide {
  padding-top: 372px;
  position: relative;
}
.home-gallery__slide__image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home-gallery__slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-gallery__slide__title {
  max-width: 1200px;
}
.home-gallery__slide__title__inner {
  font-size: 6.4rem;
  line-height: 7.4rem;
  max-width: 1200px;
  font-family: "Montserrat";
  font-weight: 900;
  color: #262626;
  display: inline;
  background: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.home-gallery__slide__title__inner span {
  color: #FF1717;
}
.home-gallery__slide__button {
  margin-top: 22px;
  background: #FF1717;
  border-radius: 2px;
  box-sizing: border-box;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 398px;
  height: 59px;
  transition: all 0.25s ease;
}
.home-gallery__slide__button:hover {
  background: #fff;
  color: #000;
}
.home-gallery__slide__benefits {
  margin-top: 78px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px 95px;
  padding-bottom: 86px;
}
.home-gallery__slide__benefits__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.home-gallery__slide__benefits__item__icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  margin-right: 10px;
}
.home-gallery__slide__benefits__item__text {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
@media (max-width: 1000px) {
  .home-gallery__slide__title__inner {
    font-size: 5rem;
    line-height: 6rem;
  }
  .home-gallery__slide__benefits {
    grid-gap: 20px 30px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}
@media (max-width: 900px) {
  .home-gallery__slide__benefits {
    margin-top: 60px;
    grid-gap: 20px;
  }
  .home-gallery__slide__benefits__item__icon {
    width: 48px;
    height: 48px;
  }
  .home-gallery__slide__benefits__item__icon svg {
    height: 100%;
    width: 100%;
  }
  .home-gallery__slide__benefits__item__text {
    font-family: "Gilroy";
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .home-gallery {
    margin-top: 0;
  }
  .home-gallery__dots {
    display: none;
  }
  .home-gallery__slide {
    padding-top: 43px;
  }
  .home-gallery__slide__title__inner {
    font-size: 2.4rem;
    line-height: unset;
    font-family: "Gilroy";
    font-weight: 800;
  }
  .home-gallery__slide__button {
    max-width: 320px;
    padding: 0 20px;
    text-align: center;
  }
  .home-gallery__slide__benefits {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .home-gallery__slide__button {
    max-width: unset;
    width: 100%;
  }
}

.footer-first {
  padding-top: 123px;
  padding-bottom: 108px;
  position: relative;
}
.footer-first.other {
  background: #fff;
}
.footer-first:before {
  content: "";
  position: absolute;
  background: #000;
  height: 284px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.footer-first__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.footer-first__bg__left, .footer-first__bg__right {
  position: relative;
  height: 100%;
  width: 50%;
}
.footer-first__bg__left__icon, .footer-first__bg__right__icon {
  position: absolute;
}
.footer-first__bg__left {
  background: #FF1717;
}
.footer-first__bg__left__icon {
  bottom: -3px;
  left: 0;
}
.footer-first__bg__right {
  background: #222427;
}
.footer-first__bg__right__icon {
  right: 0;
  top: 0;
}
.footer-first__inner {
  position: relative;
  background: #FF1717;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 63px 226px 57px 113px;
}
.footer-first__title {
  font-weight: 800;
  color: #fff;
  position: relative;
  font-size: 4rem;
  margin-bottom: 14px;
}
.footer-first__title:before {
  content: "";
  height: 6px;
  width: 62px;
  background: #fff;
  position: absolute;
  top: -20px;
  left: 0;
}
.footer-first__text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  max-width: 400px;
  color: #fff;
}
.footer-first__left, .footer-first__right {
  position: relative;
  z-index: 2;
}
.footer-first__form {
  margin-left: 10px;
  width: 100%;
  max-width: 310px;
}
.footer-first__form__input {
  height: 51px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 2px;
  margin-bottom: 12px;
}
.footer-first__form__input:last-child {
  margin-bottom: 0;
}
.footer-first__form__input input {
  font-size: 1.2rem;
  font-weight: 600;
  text-indent: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.footer-first__form__input input:focus::-moz-placeholder {
  opacity: 0.4;
}
.footer-first__form__input input:focus::placeholder {
  opacity: 0.4;
}
.footer-first__form__input input::-moz-placeholder {
  color: #fff;
  font-weight: 600;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.footer-first__form__input input::placeholder {
  color: #fff;
  font-weight: 600;
  transition: all 0.25s ease;
}
.footer-first__form__button {
  height: 54px;
  background: #fff;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  border: 2px solid #fff;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  transition: all 0.25s ease;
}
.footer-first__form__button:hover {
  background: transparent;
  color: #fff;
}
.footer-first__form__confirm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.footer-first__form__confirm input {
  width: 0;
  height: 0;
}
.footer-first__form__confirm input:checked ~ span svg {
  opacity: 1;
}
.footer-first__form__confirm__text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #fff;
}
.footer-first__form__confirm__text a {
  text-decoration: underline;
}
.footer-first__form__confirm__check {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
}
.footer-first__form__confirm__check svg {
  opacity: 0;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-first__form__confirm__check:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #fff;
}
@media (max-width: 1100px) {
  .footer-first__inner {
    padding: 40px 150px 40px 50px;
  }
}
@media (max-width: 970px) {
  .footer-first {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .footer-first__bg__left {
    display: none;
  }
  .footer-first__bg__right {
    background: transparent;
    margin-left: auto;
  }
  .footer-first__bg__right__icon path {
    fill: #000;
  }
  .footer-first__inner {
    margin: 0 -15px;
    padding: 40px 15px;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .footer-first__inner {
    flex-direction: column;
    padding-top: 56px;
    padding-bottom: 30px;
  }
  .footer-first__bg__right__icon {
    width: 50px;
    height: 50px;
  }
  .footer-first__bg__right__icon svg {
    width: 100%;
    height: 100%;
  }
  .footer-first__title {
    font-size: 3.2rem;
    font-weight: 700;
  }
  .footer-first__text {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8rem;
    margin-bottom: 20px;
    max-width: unset;
  }
  .footer-first__left, .footer-first__right {
    width: 100%;
  }
  .footer-first__form {
    margin-left: 0;
    max-width: unset;
  }
}

.footer {
  background: #222427;
  padding-top: 54px;
  padding-bottom: 23px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #545454;
  padding-top: 28px;
}
.footer__copyright, .footer__politic {
  color: #989898;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: "Montserrat";
}
.footer__politic {
  text-decoration: underline;
  transition: all 0.25s ease;
}
.footer__politic:hover {
  color: #fff;
}
.footer__menu {
  width: 100%;
  max-width: 310px;
}
.footer__menu__title {
  font-family: "Montserrat";
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 21px;
  color: #fff;
}
.footer__menu__list li {
  margin-bottom: 12px;
}
.footer__menu__list li:last-child {
  margin-bottom: 0;
}
.footer__menu__list a {
  color: #989898;
  transition: all 0.25s ease;
  font-family: "Montserrat";
  font-size: 1.4rem;
}
.footer__menu__list a:hover {
  color: #fff;
}
.footer__contacts {
  flex-shrink: 0;
}
.footer__contacts__work {
  display: flex;
  justify-content: flex-start;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 14px;
}
.footer__contacts__work span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #12CD25;
  margin-right: 10px;
}
.footer__contacts__phone {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 2.4rem;
  color: #fff;
}
.footer__contacts__phone span {
  color: #FF3737;
}
.footer__contacts__official {
  padding: 22px 10px;
  background: #2A2D31;
  font-family: "Montserrat";
  font-weight: 900;
  margin-top: 150px;
  max-width: 272px;
  font-size: 1.2rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer__contacts__official svg {
  margin-right: 20px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 128px;
}
.footer__menus {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
}
.footer__mobile {
  background: #000;
  display: none;
  flex-direction: column;
  align-items: center;
  margin: 0 -15px;
  padding: 107px 15px 51px;
}
.footer__mobile__contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 37px;
  width: 100%;
}
.footer__mobile__contacts__call {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.footer__mobile__contacts__phone {
  font-weight: 600;
  color: #fff;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.footer__mobile__contacts__phone span {
  color: #FF3737;
}
.footer__mobile__contacts__email {
  font-size: 1.2rem;
  font-weight: 500;
  color: #FF3737;
  margin-bottom: 30px;
}
.footer__mobile__contacts__button {
  width: 100%;
  max-width: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 2px;
  font-weight: 600;
  font-size: 1.4rem;
  height: 53px;
}
.footer__mobile__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__mobile__info__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 14px;
}
.footer__mobile__info__item:last-child {
  margin-bottom: 0;
}
.footer__mobile__info__item__head {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__mobile__info__item__head svg {
  margin-right: 10px;
}
.footer__mobile__info__item__text {
  color: #7B7B7B;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .footer {
    padding-top: 0;
  }
  .footer__menus {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer__contacts__work, .footer__contacts__phone {
    display: none;
  }
  .footer__contacts__official {
    max-width: unset;
    margin-top: 0;
  }
  .footer__top {
    flex-direction: column;
    padding-bottom: 25px;
  }
  .footer__bottom {
    border-top: 0;
    padding-top: 0;
    flex-direction: column;
  }
  .footer__menu__title {
    font-family: "Gilroy";
    font-weight: 600;
  }
  .footer__copyright, .footer__politic {
    font-family: "Gilroy";
    font-weight: 500;
    font-size: 1.2rem;
  }
  .footer__copyright {
    margin-bottom: 15px;
  }
  .footer__mobile {
    display: flex;
  }
}
@media (max-width: 500px) {
  .footer__menus {
    flex-wrap: wrap;
    gap: 40px 20px;
  }
  .footer__menu {
    width: calc(50% - 10px);
  }
}

.dynamic-cart {
  width: 50px;
  height: 50px;
  background: #c9c8c8;
  border-radius: 5px;
  position: fixed;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 20px;
  right: 20px;
}
.dynamic-cart.not-empty .dynamic-cart__count {
  display: flex;
}
.dynamic-cart.not-empty {
  background: #FF1717;
}
.dynamic-cart.not-empty path {
  fill: #fff;
}
.dynamic-cart svg {
  width: 40%;
  height: 40%;
}
.dynamic-cart__count {
  background: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -12px;
  right: -14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.2rem;
  display: none;
}
@media (max-width: 767px) {
  .dynamic-cart {
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .dynamic-cart svg {
    width: 40%;
    height: 40%;
  }
  .dynamic-cart__count {
    width: 25px;
    height: 25px;
    font-size: 1.2rem;
  }
}

.catalog {
  background: #fff;
  padding-top: 48px;
  padding-bottom: 40px;
}
.catalog__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  padding-bottom: 47px;
  border-bottom: 1px solid #CFD1D7;
}
.catalog__cats__item {
  font-size: 1.4rem;
  font-weight: 600;
  background: #E4E4E4;
  padding: 0 20px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 2px 0 0 2px;
  transition: all 0.25s ease;
}
.catalog__cats__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.catalog__cats__item:hover, .catalog__cats__item.active {
  background: #FF1717;
  color: #fff;
}
.catalog__inner {
  padding-top: 67px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.catalog__sidebar {
  width: 310px;
  margin-right: 20px;
  flex-shrink: 0;
}
.catalog__sidebar__cats__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.catalog__sidebar__cats__list {
  display: flex;
  flex-direction: column;
}
.catalog__sidebar__cats__list__item {
  font-weight: 500;
  font-size: 1.3rem;
  position: relative;
  color: #676767;
  padding-left: 16px;
  margin-bottom: 20px;
}
.catalog__sidebar__cats__list__item:last-child {
  margin-bottom: 0;
}
.catalog__sidebar__cats__list__item.active {
  color: #FF1717;
}
.catalog__sidebar__cats__list__item.active:before {
  background: #FF1717;
}
.catalog__sidebar__cats__list__item:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #676767;
  transform: translateY(-50%) rotate(45deg);
}
.catalog__content {
  padding-bottom: 50px;
}
.catalog__content__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 22px;
}
.catalog__content__filter {
  height: 40px;
  font-size: 1.2rem;
  font-weight: 600;
  background: #E4E4E4;
  padding: 0 20px;
  margin-right: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.catalog__content__filter svg {
  margin-right: 10px;
}
.catalog__content__search {
  display: flex;
  margin-right: 14px;
}
.catalog__content__search__show {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E4E4E4;
  display: none;
}
.catalog__content__search__show path {
  fill: #000;
}
.catalog__content__search__inner {
  width: 158px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #CFD1D7;
  border-radius: 2px;
  display: flex;
  justify-content: flex-start;
}
.catalog__content__search__inner input[type=text] {
  height: 100%;
  width: 100%;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
}
.catalog__content__search__inner input[type=text]:focus::-moz-placeholder {
  opacity: 0.4;
}
.catalog__content__search__inner input[type=text]:focus::placeholder {
  opacity: 0.4;
}
.catalog__content__search__inner input[type=text]::-moz-placeholder {
  font-size: 1.3rem;
  font-weight: 500;
  color: #676767;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.catalog__content__search__inner input[type=text]::placeholder {
  font-size: 1.3rem;
  font-weight: 500;
  color: #676767;
  transition: all 0.25s ease;
}
.catalog__content__search__inner button {
  flex-shrink: 0;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.catalog__content__search__inner button svg {
  height: 12px;
  width: 12px;
}
.catalog__content__ordering {
  width: 185px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #CFD1D7;
  border-radius: 2px;
}
.catalog__content__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 20px;
  padding-bottom: 78px;
}
.catalog__content__list__item {
  display: flex;
  flex-direction: column;
}
.catalog__content__list__item__image {
  width: 100%;
  margin-bottom: 22px;
  display: flex;
}
.catalog__content__list__item__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.catalog__content__list__item__title {
  font-size: 2rem;
  font-family: "Montserrat";
  font-weight: 900;
  margin-bottom: 5px;
  line-height: 2.4rem;
}
.catalog__content__list__item__price {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #FF1717;
  margin-bottom: 25px;
}
.catalog__content__list__item__button {
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  border-radius: 2px;
  border: 2px solid #FF1717;
  transition: all 0.25s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  height: 47px;
  box-sizing: border-box;
  max-width: 186px;
}
.catalog__content__list__item__button:hover {
  background: #FF1717;
  color: #fff;
}
.catalog__pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}
.catalog__pagination__item {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.3rem;
  width: 30px;
  height: 30px;
  border: 1px solid #CFD1D7;
  border-radius: 2px;
  box-sizing: border-box;
  color: #676767;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}
.catalog__pagination__item:hover {
  background: #FF1717;
  border-color: #FF1717;
  color: #fff;
}
.catalog__description h3 {
  font-weight: 800;
  font-size: 2.4rem;
  padding-bottom: 40px;
}
.catalog__description p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #676767;
  padding-bottom: 40px;
}
.catalog__description p strong {
  font-weight: 800;
}
.catalog__description p:last-child {
  padding-bottom: 0;
}
.catalog__description ul {
  padding-bottom: 50px;
}
.catalog__description ul:last-child {
  padding-bottom: 0;
}
.catalog__description ul li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #676767;
  padding-bottom: 20px;
  padding-left: 22px;
  position: relative;
}
.catalog__description ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/0fd55bec622978036df305c03f13c119.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}
.catalog__description ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 1100px) {
  .catalog__sidebar {
    width: 260px;
  }
}
@media (max-width: 1000px) {
  .catalog__content__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .catalog {
    padding-top: 0;
  }
  .catalog__cats {
    padding-bottom: 30px;
    gap: 20px 28px;
  }
  .catalog__cats__item {
    font-size: 1.3rem;
  }
  .catalog__inner {
    padding-top: 30px;
  }
  .catalog__sidebar {
    display: none;
  }
  .catalog__content__filter {
    display: flex;
  }
  .catalog__content__search {
    margin-right: 0;
    position: relative;
  }
  .catalog__content__search__show {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    transition: all 0.25s ease;
  }
  .active > .catalog__content__search__show {
    opacity: 0;
    z-index: -1;
  }
  .catalog__content__search__inner {
    opacity: 0;
    width: 40px;
    transition: all 0.25s ease;
  }
  .active > .catalog__content__search__inner {
    width: 200px;
    opacity: 1;
  }
  .catalog__content__ordering {
    display: none;
  }
  .catalog__content__list__item__title {
    font-size: 1.3rem;
  }
  .catalog__content__list__item__price {
    font-size: 1.3rem;
  }
}
@media (max-width: 500px) {
  .catalog__content__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.navigation {
  position: relative;
  background: url(../images/df918d918e25808a371168f282b67985.jpg) no-repeat;
  background-size: cover;
  padding-top: 52px;
  padding-bottom: 52px;
}
.navigation__title {
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 15px;
}
.navigation__breadcrumbs {
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.navigation__breadcrumbs a, .navigation__breadcrumbs span {
  font-size: inherit;
  color: inherit;
  text-transform: inherit;
  font-weight: inherit;
  padding-right: 2px;
  padding-left: 2px;
}
.navigation__breadcrumbs a:first-child, .navigation__breadcrumbs span:first-child {
  padding-left: 0;
}
.navigation__breadcrumbs a:last-child, .navigation__breadcrumbs span:last-child {
  padding-right: 0;
}
.navigation__icon {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .navigation {
    background: transparent;
    padding-bottom: 35px;
    padding-top: 0;
    background: #fff;
  }
  .navigation__title {
    text-align: center;
    font-size: 2rem;
    background: #000;
    width: 100%;
    padding: 19px 15px 15px;
    margin: 0 -15px;
  }
  .navigation__icon {
    display: none;
  }
  .navigation__breadcrumbs {
    margin-top: 19px;
    text-align: center;
    color: #634B4B;
    font-family: "Montserrat";
    font-weight: 900;
  }
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: normal;
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select .current {
  height: 100%;
  display: flex;
  align-items: center;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  content: "";
  display: block;
  height: 7px;
  width: 10px;
  background: url(../images/103492c38e7afbf1ea29f52a2276911e.svg) no-repeat;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  left: 10px;
  top: 50%;
  transition: all 0.15s ease-in-out;
}

.nice-select.open:after {
  transform: rotate(-180deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.product {
  padding-top: 105px;
  background: #fff;
}
.product__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 90px;
}
.product__gallery {
  width: 630px;
  margin-right: 20px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.product__gallery__main {
  margin-bottom: 47px;
}
.product__gallery__thumbnails__item {
  width: 83px;
  height: 83px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
}
.product__gallery__thumbnails__item.swiper-slide-thumb-active {
  border-color: #FF1717;
}
.product__gallery__thumbnails__item img {
  width: 100%;
  height: 100%;
}
.product__gallery__video {
  width: 57px;
  height: 57px;
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  background: #FF1717;
  z-index: 2;
  justify-content: center;
  align-items: center;
}
.product__content__price {
  font-weight: 600;
  font-size: 1.8rem;
  color: #FF1717;
  margin-bottom: 27px;
}
.product__content__button {
  height: 47px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1.4rem;
  border: 2px solid #FF1717;
  width: 196px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.25s ease;
  margin-bottom: 27px;
}
.product__content__button:hover {
  background: #FF1717;
  color: #fff;
}
.product__content__description p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  color: #676767;
  padding-bottom: 27px;
}
.product__content__description p strong {
  font-weight: 800;
}
.product__content__description p:last-child {
  padding-bottom: 0;
}
.product__content__description ul {
  padding-bottom: 27px;
}
.product__content__description ul:last-child {
  padding-bottom: 0;
}
.product__content__description ul li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #676767;
  padding-bottom: 20px;
  padding-left: 22px;
  position: relative;
}
.product__content__description ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/0fd55bec622978036df305c03f13c119.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}
.product__content__description ul li:last-child {
  padding-bottom: 0;
}
.product__tabs__menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 27px;
}
.product__tabs__menu__item {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #8D8D8D;
  margin-right: 31px;
  cursor: pointer;
}
.product__tabs__menu__item:last-child {
  margin-right: 0;
}
.product__tabs__menu__item.active {
  cursor: unset;
  font-weight: 800;
  color: #1B1B1B;
}
.product__tabs__content__item {
  display: none;
}
.product__tabs__content__item.active {
  display: block;
}
.product__tabs__content__material h3, .product__tabs__content__delivery h3 {
  font-weight: 800;
  font-size: 2.4rem;
  padding-bottom: 30px;
}
.product__tabs__content__material hr, .product__tabs__content__delivery hr {
  margin-bottom: 30px;
}
.product__tabs__content__material p, .product__tabs__content__delivery p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #676767;
  padding-bottom: 30px;
}
.product__tabs__content__material p strong, .product__tabs__content__delivery p strong {
  font-weight: 800;
}
.product__tabs__content__material p:last-child, .product__tabs__content__delivery p:last-child {
  padding-bottom: 0;
}
.product__tabs__content__material ul, .product__tabs__content__delivery ul {
  padding-bottom: 30px;
}
.product__tabs__content__material ul:last-child, .product__tabs__content__delivery ul:last-child {
  padding-bottom: 0;
}
.product__tabs__content__material ul li, .product__tabs__content__delivery ul li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #676767;
  padding-bottom: 20px;
  padding-left: 22px;
  position: relative;
}
.product__tabs__content__material ul li:before, .product__tabs__content__delivery ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/0fd55bec622978036df305c03f13c119.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}
.product__tabs__content__material ul li:last-child, .product__tabs__content__delivery ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 1100px) {
  .product__gallery {
    width: 500px;
  }
}
@media (max-width: 970px) {
  .product {
    padding-top: 50px;
  }
  .product__gallery {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .product {
    padding-top: 0;
  }
  .product__inner {
    flex-direction: column;
  }
  .product__gallery, .product__content {
    width: 100%;
  }
  .product__gallery {
    margin-bottom: 60px;
  }
  .product__content__description p {
    font-size: 1.3rem;
  }
  .product__content__description ul li {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
  .product__tabs__menu {
    margin-bottom: 20px;
  }
  .product__tabs__menu__item {
    margin-right: 27px;
  }
  .product__tabs__content__meterial p, .product__tabs__content__delivery p {
    font-size: 1.4rem;
    padding-bottom: 20px;
  }
  .product__tabs__content__meterial h3, .product__tabs__content__delivery h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 500px) {
  .product__content__button {
    width: 100%;
  }
}

.in-cart {
  background: #000;
  position: fixed;
  border-radius: 6px;
  top: 32px;
  right: 32px;
  width: 0;
  max-width: 360px;
  padding: 15px 0;
  overflow: hidden;
  z-index: 0;
  box-sizing: border-box;
  transition: width 0.25s linear;
}
.in-cart.show {
  width: 360px;
  padding: 15px 24px;
  z-index: 10;
}
.in-cart__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  opacity: 0;
  width: 100vh;
  max-width: 312px;
  transition: all 0.25s linear 0.25s;
}
.show > .in-cart__inner {
  opacity: 1;
}
.in-cart__controls {
  margin-left: 20px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.in-cart__content {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.in-cart__separator {
  height: 33px;
  width: 1px;
  background: #333333;
  margin-right: 13px;
  margin-left: 13px;
}
.in-cart__close {
  cursor: pointer;
  width: 9px;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}
.in-cart__close svg {
  width: 100%;
  height: 100%;
}
.in-cart__link {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 400px) {
  .in-cart {
    top: 0;
    right: 0;
    border-radius: 0;
    max-width: unset;
  }
  .in-cart__inner {
    max-width: unset;
    width: calc(100vw - 48px);
  }
  .in-cart.show {
    width: 100%;
  }
}

.cart {
  padding-top: 148px;
  background: #fff;
}
.cart__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 40px;
}
.cart__title span {
  color: #FF1717;
}
.cart__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .cart__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .cart__title:before {
    height: 3px;
  }
}
.cart__list {
  margin-bottom: 50px;
}
.cart__list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.cart__list__item:last-child {
  margin-bottom: 0;
}
.cart__list__item__image {
  width: 125px;
  height: 125px;
  margin-right: 30px;
  flex-shrink: 0;
}
.cart__list__item__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.cart__list__item__title {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart__list__item__quantity {
  display: flex;
  justify-content: flex-start;
  flex-shrink: 0;
  padding-left: 20px;
  margin-left: auto;
}
.cart__list__item__quantity__field {
  width: 31px;
}
.cart__list__item__quantity__field input {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.cart__list__item__quantity__button {
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.cart__list__item__quantity__button:hover {
  background: #000;
}
.cart__list__item__quantity__button:hover rect {
  fill: #fff;
}
.cart__list__item__quantity__button.disabled {
  background: #D9D9D9 !important;
  cursor: not-allowed;
}
.cart__list__item__quantity__button.disabled rect {
  fill: #000;
}
.cart__list__item__price {
  width: 55px;
  font-weight: 800;
  font-size: 1.4rem;
  flex-shrink: 0;
  margin-left: 30px;
}
.cart__list__item__remove {
  margin-left: 20px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #D9D9D9;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.25s ease;
}
.cart__list__item__remove:hover {
  background: #000;
}
.cart__list__item__remove.disabled {
  background: #D9D9D9 !important;
  cursor: not-allowed;
}
.cart__total {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 56px;
}
.cart__empty__button {
  height: 67px;
  width: 320px;
  box-sizing: border-box;
  border: 2px solid #FF1717;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  background: #FF1717;
  font-weight: 600;
  font-size: 1.6rem;
  transition: all 0.25s ease;
}
.cart__empty__button:hover {
  background: transparent;
  color: #000;
}
.cart__button, .thanks__button {
  height: 67px;
  width: 320px;
  box-sizing: border-box;
  border: 2px solid #FF1717;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  background: #FF1717;
  font-weight: 600;
  font-size: 1.6rem;
  cursor: pointer;
  transition: all 0.25s ease;
}
.cart__button.disabled, .disabled.thanks__button {
  background: #E7E9ED !important;
  border-color: #E7E9ED !important;
  cursor: not-allowed;
  color: #fff !important;
}
.cart__button:hover, .thanks__button:hover {
  background: transparent;
  color: #000;
}
.cart__form {
  max-width: 450px;
}
.cart__form__button {
  width: 100%;
}
.cart__form__title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 3.6rem;
  margin-bottom: 30px;
}
.cart__form__field {
  margin-bottom: 24px;
}
.cart__form__field:last-child {
  margin-bottom: 0;
}
.cart__form__notice {
  font-size: 1.2rem;
  font-weight: 500;
  color: #B0B0B0;
  margin-bottom: 10px;
}
.cart__form__input {
  height: 54px;
  width: 100%;
}
.cart__form__input input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #E4E4E4;
  border-radius: 2px;
  text-indent: 20px;
  font-size: 1.2rem;
  transition: all 0.25s ease;
}
.cart__form__input input:focus {
  background: #faed9e;
}
.cart__form__label {
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 13px;
}
.cart__form__fields {
  margin-bottom: 60px;
}
@media (max-width: 1000px) {
  .cart {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .cart {
    padding-top: 0;
  }
  .cart__list__item__content {
    flex-wrap: wrap;
  }
  .cart__list__item__title {
    width: 100%;
    margin-bottom: 20px;
  }
  .cart__list__item__image {
    height: 66px;
    width: 66px;
    margin-right: 19px;
  }
  .cart__list__item__quantity {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .cart__button, .thanks__button {
    width: 100%;
  }
}

.vacancies {
  background: #fff;
  padding-top: 96px;
}
.vacancies__first {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}
.vacancies__first__text {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  max-width: 530px;
  margin-right: 40px;
}
.vacancies__first__text p {
  padding-bottom: 20px;
}
.vacancies__first__text p:last-child {
  padding-bottom: 0;
}
.vacancies__first__numbers {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 653px;
}
.vacancies__first__numbers__item {
  display: flex;
  flex-direction: column;
}
.vacancies__first__numbers__item__number {
  text-align: center;
  font-weight: 900;
  margin-bottom: 5px;
  color: #FF1717;
  font-size: 8rem;
}
.vacancies__first__numbers__item__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.vacancies__current {
  margin-bottom: 163px;
}
.vacancies__current__title {
  font-size: 3.6rem;
  font-weight: 800;
  margin-bottom: 55px;
}
.vacancies__current__item {
  margin-bottom: 83px;
}
.vacancies__current__item:last-child {
  margin-bottom: 0;
}
.vacancies__current__item__title {
  font-size: 2.8rem;
  font-weight: 600;
  padding-left: 10px;
  border-left: 5px solid #FF1717;
  margin-bottom: 30px;
  color: #202020;
}
.vacancies__current__item__list__item {
  max-width: 990px;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 20px 30px;
  border-radius: 4px;
  background: #E7E9ED;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease;
}
.vacancies__current__item__list__item:hover {
  background: #FF1717;
  color: #fff;
}
.vacancies__current__item__list__item:hover span path {
  fill: #FF1717;
}
.vacancies__current__item__list__item:last-child {
  margin-bottom: 0;
}
.vacancies__current__item__list__item span {
  width: 32px;
  height: 32px;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-left: 20px;
}
.vacancies__welcome__title, .contacts__welcome__title {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 32px;
}
.vacancies__welcome__text, .contacts__welcome__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 53px;
}
.vacancies__welcome__button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
  color: #fff;
  border-radius: 4px;
  background: #FF1717;
  border: 2px solid #FF1717;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.4rem;
  width: 176px;
  height: 54px;
}
.vacancies__welcome__button:hover {
  background: transparent;
  color: #000;
}
.vacancies__quote {
  margin-bottom: 80px;
  background: #FF1717;
  padding: 34px 49px;
  position: relative;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}
.vacancies__quote p {
  position: relative;
  z-index: 1;
  color: inherit;
}
.vacancies__quote:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 25px;
  height: 25px;
  border: 25px solid transparent;
  border-left: 25px solid #FF1717;
  border-top: 25px solid #FF1717;
}
.vacancies__business {
  margin-bottom: 100px;
}
.vacancies__business__title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 36px;
}
.vacancies__business ul li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #676767;
  padding-bottom: 20px;
  padding-left: 22px;
  position: relative;
}
.vacancies__business ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/0fd55bec622978036df305c03f13c119.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}
.vacancies__business ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 970px) {
  .vacancies {
    padding-top: 50px;
  }
  .vacancies__first {
    flex-wrap: wrap;
  }
  .vacancies__first__text {
    width: 100%;
    max-width: unset;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .vacancies__first__text br {
    display: none;
  }
  .vacancies__first__numbers {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .vacancies {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .vacancies__first {
    padding-bottom: 74px;
  }
  .vacancies__first__text {
    margin-bottom: 40px;
  }
  .vacancies__first__numbers {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
  .vacancies__first__numbers__item__number {
    font-family: "Gilroy";
    font-weight: 600;
  }
  .vacancies__quote {
    font-size: 1.6rem;
    padding: 35px 20px;
    margin-bottom: 60px;
  }
  .vacancies__business {
    margin-bottom: 50px;
  }
  .vacancies__business__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .vacancies__business__title br {
    display: none;
  }
  .vacancies__current {
    margin-bottom: 30px;
  }
  .vacancies__current__title {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .vacancies__current__item {
    margin-bottom: 40px;
  }
  .vacancies__current__item__title {
    font-size: 1.8rem;
  }
  .vacancies__current__item__list__item {
    font-size: 1.6rem;
  }
  .vacancies__welcome__title, .contacts__welcome__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .vacancies__welcome__text, .contacts__welcome__text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .vacancies__welcome__text br, .contacts__welcome__text br {
    display: none;
  }
  .vacancies__welcome__button {
    width: 100%;
  }
}

.not-found {
  background: #fff;
  padding-top: 230px;
  padding-bottom: 100px;
}
.not-found__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found__title {
  text-align: center;
  font-weight: 600;
  font-size: 4.8rem;
  margin-bottom: 30px;
}
.not-found__text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}
.not-found__button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 2px solid #FF1717;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 600;
  height: 59px;
  width: 330px;
  background: #FF1717;
  transition: all 0.25s ease;
}
.not-found__button:hover {
  background: transparent;
  color: #000;
}
@media (max-width: 767px) {
  .not-found {
    padding-top: 0;
    padding-bottom: 0;
  }
  .not-found__text {
    font-size: 1.7rem;
  }
  .not-found__text br {
    display: none;
  }
}

.contacts {
  background: #fff;
  padding-top: 120px;
}
.contacts__title {
  color: #202020;
  font-weight: 600;
  font-size: 6.4rem;
  margin-bottom: 60px;
}
.contacts__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 50px;
}
.contacts__info__item a {
  transition: all 0.25s ease;
}
.contacts__info__item a:hover {
  color: #FF1717;
}
.contacts__info__item__title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #202020;
}
.contacts__info__item__value {
  font-size: 1.6rem;
  font-weight: 600;
  color: #202020;
  line-height: 1.5;
}
.contacts__map {
  height: 360px;
  border-radius: 10px;
  margin-bottom: 80px;
  filter: grayscale(1);
}
.contacts__welcome__button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
  color: #fff;
  border-radius: 4px;
  background: #FF1717;
  border: 2px solid #FF1717;
  box-sizing: border-box;
  font-weight: 800;
  font-size: 1.4rem;
  width: 330px;
  height: 59px;
}
.contacts__welcome__button:hover {
  background: transparent;
  color: #000;
}
@media (max-width: 1100px) {
  .contacts {
    padding-top: 70px;
  }
  .contacts__info {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
  }
  .contacts__info__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .contacts {
    padding-top: 0;
  }
  .contacts__title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .contacts__map {
    height: 500px;
    margin-bottom: 60px;
  }
  .contacts__info {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 40px;
  }
  .contacts__info__item {
    width: 100%;
  }
  .contacts__welcome__button {
    width: 100%;
  }
}

.prices {
  background: #fff;
  padding-top: 68px;
}
.prices__cats {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 77px;
  flex-wrap: wrap;
}
.prices__cats__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-family: "Montserrat";
  font-weight: 900;
  padding: 10px 20px;
  background: #E4E4E4;
  transition: all 0.25s ease;
}
.prices__cats__item:hover, .prices__cats__item.active {
  color: #fff;
  background: #FF1717;
}
.prices__content__title {
  font-size: 2.4rem;
  font-weight: 800;
  margin-bottom: 30px;
}
.prices__content__table {
  padding-bottom: 45px;
}
.prices__content__table__head, .prices__content__table__row {
  display: flex;
  align-items: center;
}
.prices__content__table__head div, .prices__content__table__row div {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
}
.prices__content__table__head div:nth-child(1), .prices__content__table__row div:nth-child(1) {
  width: 100%;
}
.prices__content__table__head div:nth-child(2), .prices__content__table__head div:nth-child(3), .prices__content__table__head div:nth-child(4), .prices__content__table__head div:nth-child(5), .prices__content__table__row div:nth-child(2), .prices__content__table__row div:nth-child(3), .prices__content__table__row div:nth-child(4), .prices__content__table__row div:nth-child(5) {
  width: 16%;
  flex-shrink: 0;
}
.prices__content__table__head {
  background: #FF1717;
  padding: 0 20px;
}
.prices__content__table__head div {
  color: #fff;
}
.prices__content__table__row {
  padding: 0 25px;
}
.prices__content__table__row span {
  display: none;
}
.prices__content__table__row:nth-child(even) {
  background: #E4E4E4;
}
.prices__content__description {
  color: #676767;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
}
.prices__content__description p {
  color: inherit;
}
@media (max-width: 767px) {
  .prices {
    padding-top: 0;
  }
  .prices__cats {
    margin-bottom: 40px;
  }
  .prices__cats__item {
    font-size: 1.3rem;
  }
  .prices__content__title {
    display: none;
  }
  .prices__content__table {
    padding-bottom: 60px;
  }
  .prices__content__table__head {
    display: none;
  }
  .prices__content__table__row {
    padding: 50px 40px;
    background: #E4E4E4;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
  }
  .prices__content__table__row div {
    margin-bottom: 25px;
    padding: 0;
    text-align: left;
    width: 100% !important;
  }
  .prices__content__table__row div:last-child {
    margin-bottom: 0;
  }
  .prices__content__table__row span {
    display: block;
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .prices__content__table__row:last-child {
    margin-bottom: 0;
  }
}

.vacancy {
  padding-top: 140px;
  background: #fff;
}
.vacancy__title {
  font-weight: 800;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
}
.vacancy__pay {
  text-align: center;
  color: #FF1717;
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: 38px;
}
.vacancy__text {
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 860px;
  text-align: center;
  margin: 0 auto 30px;
}
.vacancy__address {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 49px;
  text-align: center;
}
.vacancy__details {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 49px;
}
.vacancy__details__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  border-bottom: 2px solid #CFD1D7;
  padding-top: 22px;
}
.vacancy__details__item:first-child {
  padding-top: 0;
}
.vacancy__details__item__name {
  font-weight: 600;
  font-size: 1.8rem;
  margin-right: 10px;
}
.vacancy__details__item__value {
  font-weight: 500;
  font-size: 1.6rem;
}
.vacancy__button {
  font-weight: 800;
  color: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  width: 221px;
  border-radius: 4px;
  background: #FF1717;
  border: 2px solid #FF1717;
  transition: all 0.25s ease;
  margin: 0 auto 120px;
}
.vacancy__button:hover {
  background: transparent;
  color: #000;
}
.vacancy__lists {
  width: 100%;
  max-width: 970px;
  margin: 0 auto 174px;
}
.vacancy__list {
  padding-bottom: 60px;
}
.vacancy__list:last-child {
  padding-bottom: 0;
}
.vacancy__list__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.vacancy__list ul {
  padding-bottom: 50px;
}
.vacancy__list ul:last-child {
  padding-bottom: 0;
}
.vacancy__list ul li {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #676767;
  padding-bottom: 20px;
  padding-left: 22px;
  position: relative;
}
.vacancy__list ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../images/0fd55bec622978036df305c03f13c119.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 8px;
}
.vacancy__list ul li:last-child {
  padding-bottom: 0;
}
.vacancy__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vacancy__form__title {
  font-weight: 800;
  margin-bottom: 63px;
  line-height: 3.4rem;
  font-size: 2.4rem;
  text-align: center;
  max-width: 640px;
}
.vacancy__form__inner {
  width: 100%;
  max-width: 640px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.vacancy__form__line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.vacancy__form__input {
  height: 51px;
  width: calc(50% - 10px);
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 2px;
}
.vacancy__form__input:last-child {
  margin-bottom: 0;
}
.vacancy__form__input input {
  font-size: 1.2rem;
  font-weight: 600;
  text-indent: 20px;
  width: 100%;
  height: 100%;
  color: #fff;
  color: #000;
}
.vacancy__form__input input:focus::-moz-placeholder {
  opacity: 0.4;
}
.vacancy__form__input input:focus::placeholder {
  opacity: 0.4;
}
.vacancy__form__input input::-moz-placeholder {
  color: #fff;
  font-weight: 600;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.vacancy__form__input input::placeholder {
  color: #fff;
  font-weight: 600;
  transition: all 0.25s ease;
}
.vacancy__form__input input::-moz-placeholder {
  color: #000;
}
.vacancy__form__input input::placeholder {
  color: #000;
}
.vacancy__form__textarea {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #000;
  height: 106px;
  margin-bottom: 35px;
}
.vacancy__form__textarea textarea {
  resize: none;
  padding-top: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  text-indent: 20px;
  width: 100%;
  height: 100%;
  color: #000;
}
.vacancy__form__textarea textarea:focus::-moz-placeholder {
  opacity: 0.4;
}
.vacancy__form__textarea textarea:focus::placeholder {
  opacity: 0.4;
}
.vacancy__form__textarea textarea::-moz-placeholder {
  color: #000;
  font-weight: 600;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.vacancy__form__textarea textarea::placeholder {
  color: #000;
  font-weight: 600;
  transition: all 0.25s ease;
}
.vacancy__form__button {
  height: 54px;
  background: #FF1717;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  border: 2px solid #FF1717;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  max-width: 310px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.vacancy__form__button:hover {
  background: transparent;
  color: #000;
}
.vacancy__form__confirm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.vacancy__form__confirm input {
  width: 0;
  height: 0;
}
.vacancy__form__confirm input:checked ~ span svg {
  opacity: 1;
}
.vacancy__form__confirm__text {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
}
.vacancy__form__confirm__text a {
  text-decoration: underline;
}
.vacancy__form__confirm__check {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
}
.vacancy__form__confirm__check svg {
  opacity: 0;
  transition: all 0.25s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vacancy__form__confirm__check svg path {
  fill: #000;
}
.vacancy__form__confirm__check:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #000;
}
@media (max-width: 970px) {
  .vacancy {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .vacancy {
    padding-top: 0;
  }
  .vacancy__title {
    text-align: left;
  }
  .vacancy__pay {
    text-align: left;
    margin-bottom: 25px;
  }
  .vacancy__text {
    text-align: left;
    margin: 0 0 20px;
  }
  .vacancy__address {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 27px;
  }
  .vacancy__details {
    margin: 0 0 20px;
    max-width: unset;
  }
  .vacancy__details__item {
    flex-direction: column;
    justify-content: flex-start;
  }
  .vacancy__details__item__name {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .vacancy__button {
    width: 100%;
    max-width: 320px;
  }
  .vacancy__lists {
    max-width: unset;
    margin-bottom: 80px;
  }
  .vacancy__form {
    align-items: flex-start;
  }
  .vacancy__form__title {
    text-align: left;
    margin-bottom: 40px;
  }
  .vacancy__form__line {
    flex-direction: column;
    gap: 20px;
  }
  .vacancy__form__input {
    width: 100%;
  }
  .vacancy__form__button {
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .vacancy__form__button {
    max-width: unset;
  }
  .vacancy__button {
    max-width: unset;
    margin-bottom: 60px;
  }
}

.about {
  background: #fff;
  padding-top: 100px;
}
.about__first {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 113px;
}
.about__first__image {
  width: 100%;
  max-width: 680px;
  margin-left: 15px;
  border-radius: 20px;
}
.about__first__content {
  flex-shrink: 0;
}
.about__first__title {
  font-size: 6.4rem;
  color: #202020;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 20px;
}
.about__first__text {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 35px;
}
.about__first__button {
  background: #FF1717;
  border-radius: 4px;
  border: 2px solid #FF1717;
  color: #fff;
  box-sizing: border-box;
  height: 53px;
  font-size: 1.4rem;
  font-weight: 600;
  width: 146px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}
.about__first__button:hover {
  background: transparent;
  color: #000;
}
.about .vacancies__first {
  padding-bottom: 120px;
}
.about .home-benefits__inner {
  padding-bottom: 180px;
}
.about .home-benefits__list {
  background: url(../images/0224d140c7374438a7acf9617afeff08.svg) no-repeat top right;
}
.about-bg {
  background: #E7E9ED;
  padding-bottom: 100px;
}
.about__thanks {
  padding-top: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
}
.about__thanks__content {
  width: 50%;
  margin-right: 10px;
}
.about__thanks__content__title {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 32px;
}
.about__thanks__content__text {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
.about__thanks__certs {
  display: flex;
  gap: 20px;
}
.about__thanks__certs__item {
  max-width: 172px;
  width: 100%;
}
.about__thanks__certs__item__image {
  display: flex;
  width: 172px;
  margin-bottom: 10px;
}
.about__thanks__certs__item__name {
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 5px;
}
.about__thanks__certs__item__text {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5;
}
.about__requisites {
  padding-bottom: 80px;
}
.about__requisites:last-child {
  padding-bottom: 0;
}
.about__requisites__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 52px;
}
.about__requisites__title span {
  color: #FF1717;
}
.about__requisites__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .about__requisites__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .about__requisites__title:before {
    height: 3px;
  }
}
.about__requisites__table__row {
  border-radius: 8px;
  padding: 22px 12px;
  display: flex;
  justify-content: flex-start;
}
.about__requisites__table__row div {
  font-size: 1.6rem;
  font-weight: 600;
}
.about__requisites__table__row div:nth-child(1) {
  width: 40%;
  margin-right: 10px;
}
.about__requisites__table__row div:nth-child(2) {
  font-weight: 500;
}
.about__requisites__table__row:nth-child(odd) {
  background: #fff;
}
@media (max-width: 1000px) {
  .about {
    padding-top: 50px;
  }
  .about__thanks {
    padding-top: 60px;
  }
  .about__thanks__content {
    width: 100%;
  }
  .about__thanks__content__text br {
    display: none;
  }
  .about__thanks__certs {
    display: none;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 0;
  }
  .about__first {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 50px;
  }
  .about__first__image {
    margin-left: 0;
    margin-bottom: 36px;
  }
  .about__first__title {
    font-size: 3.2rem;
    margin-bottom: 10px;
  }
  .about__first__text {
    margin-bottom: 30px;
  }
  .about__first__text br {
    display: none;
  }
  .about__thanks__content__title {
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
  .about__requisites__title {
    margin-bottom: 30px;
  }
  .about__requisites__table__row {
    border-radius: 0;
    margin: 0 -15px;
    padding: 19px 15px;
    flex-direction: column;
  }
  .about__requisites__table__row div {
    width: 100%;
  }
  .about__requisites__table__row div:nth-child(1) {
    margin-bottom: 7px;
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .about__first__button {
    width: 100%;
  }
}

.modal-form {
  display: none;
  width: 100%;
  max-width: 450px;
  padding: 43px 60px;
  border-radius: 20px;
  position: relative;
}
.modal-form__close {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.modal-form__title {
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 13px;
  padding-top: 13px;
  position: relative;
}
.modal-form__title:before {
  content: "";
  width: 60px;
  height: 3px;
  background: #FF1717;
  position: absolute;
  left: 0;
  top: 0;
}
.modal-form__fields {
  margin-bottom: 60px;
}
.modal-form__field {
  margin-bottom: 24px;
}
.modal-form__field:last-child {
  margin-bottom: 0;
}
.modal-form__field__label {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #1B1B1B;
  margin-bottom: 13px;
}
.modal-form__field__input {
  height: 54px;
}
.modal-form__field__input input {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #C8C8C8;
  text-indent: 20px;
  font-size: 1.2rem;
  border-radius: 2px;
  transition: all 0.25s ease;
}
.modal-form__field__input input:focus {
  background: #faed9e;
}
.modal-form__button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 67px;
  background: #FF1717;
  border: 2px solid #FF1717;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  transition: all 0.25s ease;
}
.modal-form__button:hover {
  background: transparent;
  color: #000;
}
.modal-error {
  display: none;
  background: #FF1717;
  border-radius: 20px;
  max-width: 450px;
  width: 100%;
}
.modal-error__inner {
  width: 100%;
  min-height: 187px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-error__icon {
  flex-shrink: 0;
  margin-right: 24px;
}
.modal-error__text {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
.modal-success {
  display: none;
  background: #4ECD68;
  border-radius: 20px;
  max-width: 450px;
  width: 100%;
}
.modal-success__inner {
  min-height: 187px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-success__icon {
  flex-shrink: 0;
  margin-right: 24px;
}
.modal-success__text {
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
}
.modal-error.fancybox__content, .modal-success.fancybox__content {
  padding: 0;
}
@media (max-width: 767px) {
  .modal-form {
    padding: 43px 10px;
  }
}

.header {
  background: #424242;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.header.home {
  background: transparent;
}
.header__top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.header__top__logo {
  margin-right: 47px;
  flex-shrink: 0;
}
.header__top__socials {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__top__socials__text {
  margin-left: 10px;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.6rem;
}
.header__top__call {
  margin-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-family: "Montserrat";
  font-weight: 900;
  color: #fff;
}
.header__top__call svg {
  margin-right: 19px;
  flex-shrink: 0;
}
.header__top__phone {
  margin-left: 19px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.25);
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.8rem;
  padding: 14px;
  color: #fff;
}
.header__top__phone span {
  color: #FF1717;
}
.header__top__ship {
  margin-left: auto;
  padding-left: 10px;
}
.header__top__ship__top {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: 16px;
}
.header__top__ship__bottom {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.4rem;
  color: #fff;
}
.header__bottom {
  display: flex;
  justify-content: flex-start;
}
.header__bottom__menu {
  height: 65px;
  background: #FF1717;
  display: flex;
  justify-content: center;
  padding: 0 20px;
  cursor: pointer;
  margin-right: 50px;
  flex-shrink: 0;
  align-items: center;
  border-radius: 2px;
  position: relative;
}
.header__bottom__menu__inner {
  display: none;
  padding: 24px;
  background: #fff;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  z-index: 2;
  min-width: 280px;
}
.header__bottom__menu__inner ul li {
  margin-bottom: 10px;
  display: flex;
}
.header__bottom__menu__inner ul li:last-child {
  margin-bottom: 0;
}
.header__bottom__menu__inner ul li a {
  flex-shrink: 0;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 2.4rem;
  color: #1B1B1B;
  transition: all 0.25s ease;
}
.header__bottom__menu__inner ul li a:hover {
  color: #FF1717;
}
.header__bottom__menu:hover path, .header__bottom__menu:hover rect {
  fill: #fff;
}
.header__bottom__menu__text {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.4rem;
  margin: 0 10px;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
:hover > .header__bottom__menu__text {
  color: #fff;
}
.header__bottom__menu__arrow, .header__bottom__menu__icon {
  transition: all 0.25s ease;
  display: flex;
}
.active > .header__bottom__menu__arrow {
  transform: rotate(180deg);
}
.header__bottom__menu path, .header__bottom__menu rect {
  transition: all 0.25s ease;
}
.header__bottom__list {
  height: 65px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 40px;
  background: rgba(0, 0, 0, 0.25);
}
.header__bottom__list__item {
  height: 100%;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: flex;
  color: #fff;
  align-items: center;
}
.header__bottom__list__item svg {
  flex-shrink: 0;
  margin-right: 12px;
}
.header__mobile {
  display: none;
  flex-direction: column;
  align-items: center;
}
.header__mobile__top {
  background: #565656;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.header__mobile__top div {
  color: #C6C6C6;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__mobile__top div:nth-child(1) {
  margin-bottom: 10px;
}
.header__mobile__top div svg {
  width: 15px;
  height: 14px;
  margin-right: 5px;
}
.header__mobile__middle {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__mobile__middle__logo {
  width: 70px;
}
.header__mobile__middle__logo svg {
  height: auto;
  width: 100%;
}
.header__mobile__middle__text {
  color: #fff;
  font-weight: 500;
  font-size: 1.3rem;
}
.header__mobile__bottom {
  background: #323232;
  width: 100%;
  margin: 0 -15px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__mobile__bottom__menu {
  background: #FF1717;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 900;
  border-radius: 4px;
  font-size: 1.2rem;
}
.header__mobile__bottom__menu svg {
  width: 14px;
  margin-right: 10px;
}
.header__mobile__bottom__contacts {
  display: flex;
  flex-direction: column;
}
.header__mobile__bottom__contacts__phone {
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 5px;
}
.header__mobile__bottom__contacts__phone span {
  color: #FF3737;
}
.header__mobile__bottom__contacts__call {
  font-weight: 500;
  font-size: 1.3rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__mobile__bottom__contacts__call svg {
  margin-right: 6px;
  width: 12px;
}
@media (max-width: 1200px) {
  .header__top {
    align-items: center;
  }
  .header__top__logo {
    margin-right: 15px;
    width: 110px;
  }
  .header__top__logo svg {
    width: 100%;
  }
  .header__top__phone {
    font-size: 1.6rem;
  }
  .header__top__call {
    font-size: 1.4rem;
  }
  .header__top__call svg {
    margin-right: 5px;
  }
  .header__top__ship__top {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .header__top__ship__bottom {
    font-size: 1.2rem;
  }
  .header__top__socials__text {
    font-size: 1.4rem;
  }
  .header__top__socials__link {
    width: 30px;
  }
  .header__top__socials__link svg {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .header {
    padding-top: 20px;
  }
  .header__bottom__menu {
    margin-right: 20px;
    height: 40px;
    padding: 0 10px;
  }
  .header__bottom__list {
    height: 40px;
    padding: 0 10px;
  }
  .header__bottom__list__item {
    font-size: 1.1rem;
  }
  .header__bottom__list__item svg {
    margin-right: 5px;
  }
  .header__top__ship, .header__top__call {
    display: none;
  }
  .header__top__phone {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .header.home {
    background: #424242;
  }
  .header__top, .header__bottom {
    display: none;
  }
  .header__mobile {
    display: flex;
  }
}

.typical {
  background: #fff;
  padding-top: 58px;
}
.typical__date {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #828282;
  margin-bottom: 35px;
  font-weight: 500;
}
.typical__content {
  padding-bottom: 60px;
}
.typical__content p {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 20px;
}
.typical__content p:last-child {
  padding-bottom: 0;
}
.typical__content blockquote {
  margin-bottom: 80px;
  background: #FF1717;
  padding: 34px 49px;
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.5;
}
.typical__content blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  width: 25px;
  height: 25px;
  border: 25px solid transparent;
  border-left: 25px solid #FF1717;
  border-top: 25px solid #FF1717;
}
.typical__content blockquote p {
  color: #fff;
  position: relative;
  z-index: 2;
}
.typical__content h3 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.2;
  padding-bottom: 20px;
}
.typical__content a {
  color: #FF1717;
  font-size: 1.6rem;
}
.typical__content img {
  border-radius: 10px;
  overflow: hidden;
}
.typical__content ul, .typical__content ol {
  padding-bottom: 20px;
}
.typical__content ul li, .typical__content ol li {
  font-size: 1.6rem;
  line-height: 1.5;
}
.typical__content ul li {
  list-style: disc inside;
}
.typical__content ol li {
  list-style: decimal inside;
}
@media (max-width: 767px) {
  .typical {
    padding-top: 0;
  }
  .typical__content h3 {
    font-size: 2.4rem;
  }
  .typical__content blockquote {
    padding: 35px 20px;
  }
}

.qa {
  padding-top: 90px;
}
.qa__title {
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.15;
  margin-right: 20px;
  max-width: 534px;
  width: 100%;
}
.qa__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.qa__list {
  width: 100%;
}
.qa__list__item {
  margin-bottom: 50px;
}
.qa__list__item:last-child {
  margin-bottom: 0;
}
.qa__list__item__text {
  padding-top: 30px;
  font-size: 1.6rem;
  line-height: 1.6;
  display: none;
}
.qa__list__item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.qa__list__item__head__text {
  font-weight: 500;
  font-size: 2.4rem;
}
.qa__list__item__head__icon {
  width: 49px;
  height: 49px;
  border-radius: 16px;
  border: 2px solid #000;
  box-sizing: border-box;
  margin-left: 10px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.active > .qa__list__item__head__icon span {
  transform: rotate(90deg);
}
.qa__list__item__head__icon span {
  transition: all 0.25s ease;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .qa {
    padding-top: 29px;
  }
  .qa__inner {
    flex-direction: column;
  }
  .qa__title {
    font-size: 2.4rem;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .qa__list__item {
    margin-bottom: 30px;
  }
  .qa__list__item__head__text {
    font-size: 1.6rem;
  }
  .qa__list__item__head__icon {
    width: 35px;
    height: 35px;
    border-radius: 14px;
  }
  .qa__list__item__head__icon svg {
    width: 5px;
    height: 10px;
  }
}

.service {
  background: #fff;
  padding-top: 88px;
}
.service__first {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 140px;
}
.service__first__image {
  max-width: 640px;
  width: 100%;
  padding-top: 33px;
  position: relative;
}
.service__first__image:before {
  width: 251px;
  height: 246px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: url(../images/3527665b7ddd4e69a2e09809aa579090.svg) no-repeat center;
  background-size: cover;
}
.service__first__content {
  width: 100%;
  max-width: 527px;
  margin-right: 20px;
}
.service__first__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 20px;
}
.service__first__title span {
  color: #FF1717;
}
.service__first__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .service__first__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .service__first__title:before {
    height: 3px;
  }
}
.service__first__text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
.service__first__button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #FF1717;
  border-radius: 2px;
  border: 2px solid #FF1717;
  height: 53px;
  width: 146px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1.4rem;
  transition: all 0.25s ease;
}
.service__first__button:hover {
  background: transparent;
  color: #000;
}
@media (max-width: 767px) {
  .service {
    padding-top: 0;
  }
  .service__first {
    padding-bottom: 50px;
    flex-direction: column-reverse;
  }
  .service__first__image {
    max-width: unset;
    margin-bottom: 36px;
  }
  .service__first__image:before {
    width: 164px;
    height: 164px;
  }
}
@media (max-width: 500px) {
  .service__first__button {
    width: 100%;
  }
}

.mobile-menu {
  background: #424242;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 420px;
  bottom: 0;
  z-index: 5;
  padding-top: 63px;
  display: flex;
  flex-direction: column;
  transform: translateX(-100%);
  transition: all 0.25s ease;
}
.mobile-menu.active {
  transform: translateX(0);
}
.mobile-menu__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
}
.mobile-menu__close path {
  transition: all 0.25s ease;
}
.mobile-menu__close:hover {
  background: #FF1717;
}
.mobile-menu__close:hover path {
  fill: #fff;
}
.mobile-menu__inner {
  height: 100%;
  overflow: auto;
  padding: 0 20px 34px;
}
.mobile-menu__title {
  color: #fff;
  flex-shrink: 0;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.9rem;
  margin-bottom: 27px;
  text-transform: uppercase;
  padding: 0 20px;
}
.mobile-menu__list {
  margin-bottom: 21px;
}
.mobile-menu__list li {
  padding: 20px 20px;
  transition: all 0.25s ease;
  margin: 0 -20px;
  position: relative;
}
.mobile-menu__list li:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 23px;
  height: 23px;
  background: url(../images/3bd8df932b7df8725be812515b5cbeb6.svg) no-repeat;
}
.mobile-menu__list li:hover {
  background: #fff;
}
.mobile-menu__list li:hover:before {
  opacity: 0;
}
.mobile-menu__list li:hover a {
  color: #424242;
}
.mobile-menu__list li a {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
.mobile-menu__list li a nobr {
  color: inherit;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: inherit;
}
.mobile-menu__contacts {
  border-radius: 4px;
  border: 1px solid #575757;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 0 20px;
  margin-bottom: 35px;
}
.mobile-menu__contacts__phone {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 10px;
}
.mobile-menu__contacts__phone span {
  color: #FF3737;
}
.mobile-menu__contacts__call {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1rem;
}
.mobile-menu__contacts__call svg {
  margin-right: 10px;
}
.mobile-menu__socials {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
}
.mobile-menu__socials__text {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.3rem;
  color: #fff;
}
.mobile-menu__button {
  background: #FF1717;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  transition: all 0.25s ease;
  height: 59px;
  width: 100%;
}
.mobile-menu__button:hover {
  background: #fff;
  color: #000;
}

.thanks {
  padding-top: 178px;
  background: #fff;
}
.thanks__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanks__title {
  text-align: center;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 1.1;
  margin-bottom: 70px;
}
.thanks__sub {
  font-weight: 600;
  font-size: 3.2rem;
  color: #4ECD68;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  .thanks {
    padding-top: 50px;
  }
  .thanks__title {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .thanks__sub {
    font-size: 1.8rem;
  }
}

.services {
  padding-top: 130px;
}
.services__item {
  display: flex;
  margin-bottom: 100px;
  align-items: center;
}
.services__item:last-child {
  margin-bottom: 0;
}
.services__item__image {
  width: 528px;
  margin-right: 130px;
  flex-shrink: 0;
  display: flex;
  border-radius: 2px;
}
.services__item__title {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.48;
  padding-top: 16px;
  margin-bottom: 20px;
}
.services__item__title span {
  color: #FF1717;
}
.services__item__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 6px;
  background: #FF1717;
}
@media (max-width: 767px) {
  .services__item__title {
    font-size: 2.4rem;
    padding-top: 13px;
    font-weight: 600;
  }
  .services__item__title:before {
    height: 3px;
  }
}
.services__item__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 50px;
}
.services__item__button {
  color: #fff;
  background: #FF1717;
  border-radius: 2px;
  font-size: 1.4rem;
  font-weight: 600;
  border: 2px solid #FF1717;
  box-sizing: border-box;
  padding: 18px;
  transition: all 0.25s ease;
}
.services__item__button:hover {
  background: transparent;
  color: #FF1717;
}
@media (max-width: 1200px) {
  .services__item__image {
    margin-right: 40px;
    width: 40%;
  }
}
@media (max-width: 767px) {
  .services {
    padding-top: 0;
  }
  .services__item {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .services__item__image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
