.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{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;-webkit-overflow-scrolling:touch;touch-action:pan-y}.carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .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-next,.carousel__button.is-prev{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}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,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:0;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 ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:0}@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,.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.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;-webkit-overflow-scrolling:touch;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::after,.fancybox__slide::before{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,0) 0 env(safe-area-inset-left,0);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__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:-36px;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}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.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{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{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(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.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;touch-action:none;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background: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__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-html5video .fancybox__content,.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{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-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .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{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: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:0 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:5px solid var(--fancybox-accent-color,rgba(1,210,232,.94));opacity:0;transition:opacity .15s ease;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:4px}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(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,.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(1,210,232,.94));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}@font-face{font-family:"Playfair Display";src:url(../fonts/PlayfairDisplay-Black.eot);src:url(../fonts/PlayfairDisplay-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/PlayfairDisplay-Black.woff2) format("woff2"),url(../fonts/PlayfairDisplay-Black.woff) format("woff"),url(../fonts/PlayfairDisplay-Black.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:"Playfair Display";src:url(../fonts/PlayfairDisplay-Regular.eot);src:url(../fonts/PlayfairDisplay-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/PlayfairDisplay-Regular.woff2) format("woff2"),url(../fonts/PlayfairDisplay-Regular.woff) format("woff"),url(../fonts/PlayfairDisplay-Regular.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Playfair Display";src:url(../fonts/PlayfairDisplay-Bold.eot);src:url(../fonts/PlayfairDisplay-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/PlayfairDisplay-Bold.woff2) format("woff2"),url(../fonts/PlayfairDisplay-Bold.woff) format("woff"),url(../fonts/PlayfairDisplay-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"Playfair Display";src:url(../fonts/PlayfairDisplay-Italic.eot);src:url(../fonts/PlayfairDisplay-Italic.eot?#iefix) format("embedded-opentype"),url(../fonts/PlayfairDisplay-Italic.woff2) format("woff2"),url(../fonts/PlayfairDisplay-Italic.woff) format("woff"),url(../fonts/PlayfairDisplay-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"Playfair Display";src:url(../fonts/PlayfairDisplay-BlackItalic.eot);src:url(../fonts/PlayfairDisplay-BlackItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/PlayfairDisplay-BlackItalic.woff2) format("woff2"),url(../fonts/PlayfairDisplay-BlackItalic.woff) format("woff"),url(../fonts/PlayfairDisplay-BlackItalic.ttf) format("truetype");font-weight:900;font-style:italic}@font-face{font-family:"Playfair Display";src:url(../fonts/PlayfairDisplay-BoldItalic.eot);src:url(../fonts/PlayfairDisplay-BoldItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/PlayfairDisplay-BoldItalic.woff2) format("woff2"),url(../fonts/PlayfairDisplay-BoldItalic.woff) format("woff"),url(../fonts/PlayfairDisplay-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;outline:0!important}::-moz-selection{background:#a17f11;color:#fff}::selection{background:#a17f11;color:#fff}@media all and (min-width:1201px){*{scrollbar-width:thin;scrollbar-color:#a17f11 rgba(61,33,22,.2)!important}::-webkit-scrollbar{width:7px;height:7px;background:rgba(61,33,22,.2)}::-webkit-scrollbar-thumb{background:#a17f11;width:100%;cursor:pointer;border-radius:5px}}html{width:100%;max-width:100%;min-height:100%}body{overflow-x:hidden;position:relative;display:block;min-width:320px;margin:0;background:#fff;font:400 18px/1.44 "Open Sans",sans-serif}@media all and (min-width:1201px){body.compensate-for-scrollbar .header{right:7px}}ol,ul{margin:0;padding:0}ol li,ul li{list-style-type:none}input,textarea{font-family:inherit}textarea{resize:none}a{-webkit-transition:.3s all ease;transition:.3s all ease;text-decoration:none;color:inherit}img,svg{max-width:100%;display:block;height:auto;width:auto}svg{-ms-flex-negative:0;flex-shrink:0}p{margin:0}[data-target],[data-toggle]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}h1,h2,h3,h4,h5,h6{margin:0}.j-wow{visibility:hidden}.j-wow.animated{visibility:visible}.j-title{opacity:0}.j-title span{opacity:0}.wrapper{overflow:hidden}.container{max-width:1170px;width:100%;margin:0 auto;padding:0 30px}.container--big{max-width:1550px}.row{margin:-15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.col{padding:15px}.btn{width:240px;-ms-flex-negative:0;flex-shrink:0;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:-webkit-gradient(linear,left top,right top,from(#d1ba61),color-stop(#a17f11),color-stop(#a17f11),to(#d1ba61));background:linear-gradient(to right,#d1ba61,#a17f11,#a17f11,#d1ba61);background-size:200% auto;background-position:left top;border-radius:20px;fill:#fff;padding:0 12px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.3s ease;transition:.3s ease;cursor:pointer;border:0;color:#fff;font:700 18px/1.3 "Open Sans",sans-serif;position:relative;z-index:1}.btn:hover{background-position:right top}.btn--border{border:2px solid #d1ba61;color:#d1ba61;background:0 0;overflow:hidden}.btn--border:hover{color:#fff;-webkit-box-shadow:0 14px 41px rgba(41,12,12,.11);box-shadow:0 14px 41px rgba(41,12,12,.11)}.btn--border:hover::before{opacity:1}.btn--border::before{content:"";background:-webkit-gradient(linear,left top,right top,from(#d1ba61),to(#a17f11));background:linear-gradient(to right,#d1ba61,#a17f11);position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;border-radius:15px;-webkit-transition:.3s ease;transition:.3s ease;z-index:-1}.btn--border-white{border:2px solid #fff;background:0 0}.btn--border-white:hover{background:#fff;color:#d1ba61}.about1__list-li:first-child,.about2__list-li:first-child,.footer__list li:first-child,.margin-no:first-child,.packages__list-li:first-child,.text p:first-child{margin-top:0}.about1__list-li:last-child,.about2__list-li:last-child,.footer__list li:last-child,.margin-no:last-child,.packages__list-li:last-child,.text p:last-child{margin-bottom:0}.about1__img img,.about2__img img,.catalog-item__img img,.fit-cover{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%;height:100%}.fit-contain{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:100%;height:100%}.header{position:fixed;top:0;left:0;right:0;background:#3d2116;color:#fff;z-index:100}.header.fixed .header__wrapper{height:90px}.header__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:120px;-webkit-transition:.3s ease;transition:.3s ease}.header__logo{height:100%;-ms-flex-negative:0;flex-shrink:0;position:relative;z-index:1}.header__logo-wrapper{display:block;width:160px;height:142px;padding:0 1px 1px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.8)),to(rgba(255,255,255,.3)));background:linear-gradient(to bottom,rgba(255,255,255,.8),rgba(255,255,255,.3));border-radius:0 0 10px 10px}.header__logo-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(61,33,22,.9)),color-stop(30%,#3d2116));background:linear-gradient(to bottom,rgba(61,33,22,.9),#3d2116 30%);border-radius:0 0 10px 10px}.header__logo-inner img{width:121px}.header__menu{font:600 15px/1 "Open Sans",sans-serif;padding:0 30px}.header__menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -26px}.header__menu-list li{padding:0 26px}.header__menu-list a{display:block;text-align:center}.header__menu-list a.active-page,.header__menu-list a:hover{color:#d1ba61}.header__btn{width:230px}.header__btn-icon{-ms-flex-negative:0;flex-shrink:0;margin:0 12px 0 0}.header__btn-icon svg{width:22px;height:22px}.header__btn-title{font:700 14px/1 "Open Sans",sans-serif}.header__btn-number{font:700 18px/1 "Open Sans",sans-serif;margin:6px 0 0}.header__toggle{display:none}@media screen and (max-width:1600px){.header__wrapper{height:90px}.header__logo-wrapper{height:110px;width:120px}.header__logo-inner img{width:90px}.header__menu-list{margin:0 -20px}.header__menu-list li{padding:0 20px}}@media screen and (max-width:1300px){.header__menu-list{margin:0 -15px}.header__menu-list li{padding:0 15px}}@media screen and (max-width:1200px){.header__menu{position:fixed;top:0;left:0;right:0;bottom:0;background:#3d2116;visibility:hidden;opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px);-webkit-transition:.3s ease;transition:.3s ease;padding:120px 0 30px;overflow-y:auto;font-size:35px}.header__menu.active-target{visibility:visible;opacity:1;-webkit-transform:none;transform:none}.header__menu-list{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0}.header__menu-list li{padding:0;width:100%}.header__menu-list a{padding:35px 0}.header__btn{margin-left:auto}.header__toggle{display:block;-ms-flex-negative:0;flex-shrink:0;width:60px;height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;margin:0 0 0 15px}.header__toggle.active-target span:nth-child(2),.header__toggle.active-target span:nth-child(4),.header__toggle.active-target span:nth-child(6),.header__toggle.active-target span:nth-child(8){opacity:0}.header__toggle-inner{width:24px;height:24px;position:relative}.header__toggle span{display:block;position:absolute;width:6px;height:6px;border-radius:50%;-webkit-transition:.3s ease;transition:.3s ease}.header__toggle span:nth-child(1){top:0;left:0;background:#d1ba61}.header__toggle span:nth-child(2){top:9px;left:0;background:#d1ba61}.header__toggle span:nth-child(3){left:0;bottom:0;background:#d1ba61}.header__toggle span:nth-child(4){left:9px;top:0;background:-webkit-gradient(linear,left top,right top,from(#d1ba61),to(#a17f11));background:linear-gradient(to right,#d1ba61,#a17f11)}.header__toggle span:nth-child(5){left:9px;top:9px;background:-webkit-gradient(linear,left top,right top,from(#d1ba61),to(#a17f11));background:linear-gradient(to right,#d1ba61,#a17f11)}.header__toggle span:nth-child(6){left:9px;bottom:0;background:-webkit-gradient(linear,left top,right top,from(#d1ba61),to(#a17f11));background:linear-gradient(to right,#d1ba61,#a17f11)}.header__toggle span:nth-child(7){top:0;right:0;background:#a17f11}.header__toggle span:nth-child(8){top:9px;right:0;background:#a17f11}.header__toggle span:nth-child(9){right:0;bottom:0;background:#a17f11}}@media screen and (max-width:767px){.header__wrapper{height:82px!important}.header__logo-wrapper{width:102px;height:92px}.header__logo-inner img{width:76px}.header__btn{min-width:176px;width:auto;height:50px;padding:0}.header__btn-icon{margin:0;display:none}.header__btn-number{font:700 16px/1 "Open Sans",sans-serif;margin:6px 0 0}.header__toggle{margin:0 -10px 0 5px}.header__menu{font-size:25px}.header__menu-list a{padding:25px 0}}.title-sec{font:600 50px/1.34 "Playfair Display"}.title-sec--center{text-align:center}.desc-sec{text-align:center;margin:18px 0 0;color:rgba(0,0,0,.66)}.subtitle{color:#d1ba61;font-weight:600;margin:0 0 6px}.subtitle--center{text-align:center}.h2{font:600 28px/1.32 "Playfair Display"}.text p{margin:20px 0}@media screen and (max-width:767px){.title-sec{font-size:25px}.desc-sec{margin:15px 0 0}.h2{font-size:18px}.text p{margin:15px 0}}.circle{width:737px;height:737px;background:radial-gradient(50% 50% at 50% 50%,rgba(208,184,95,.2) 0,rgba(208,184,95,0) 100%);position:absolute;z-index:-1}@media screen and (max-width:1200px){.row{margin:-10px}.col{padding:10px}}@media screen and (max-width:767px){body{font-size:16px}.container{padding:0 15px}.row{margin:-7px}.col{padding:7px}}.banner{min-height:100vh;padding:120px 0 0;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.banner::before{content:"";position:absolute;top:0;left:0;right:0;height:200px;background:#3d2116;z-index:-1}.banner__inner{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:80px 0 180px}.banner__bg{position:absolute;left:0;top:0;right:0;bottom:0;background:#3d2116;-webkit-mask:url(../img/banner/banner__mask.svg) center/100% 100% no-repeat;mask:url(../img/banner/banner__mask.svg) center/100% 100% no-repeat}.banner__bg-img{position:absolute;left:0;top:0;right:0;bottom:0;background:center/cover,#3d2116}.banner__bg-circle1{position:absolute;width:3158px;height:3158px;background:radial-gradient(50% 50% at 50% 50%,#2c0808 0,rgba(0,0,0,0) 100%);top:-1162px;left:-1300px}.banner__bg-circle2{position:absolute;width:2752px;height:2752px;background:radial-gradient(50% 50% at 50% 50%,#2c0808 0,rgba(0,0,0,0) 100%);top:-1776px;right:-1830px}.banner__bg-overlay{position:absolute;left:0;top:0;right:0;bottom:0;background:-webkit-gradient(linear,left top,right top,color-stop(30%,rgba(44,8,8,.8)),color-stop(rgba(44,8,8,.3)),to(rgba(44,8,8,.4)));background:linear-gradient(to right,rgba(44,8,8,.8) 30%,rgba(44,8,8,.3),rgba(44,8,8,.4))}.banner__bg-line1{width:545px;height:428px;position:absolute;left:0;top:0;opacity:.1}.banner__bg-line2{width:1337px;height:793px;position:absolute;right:0;bottom:0;opacity:.1}.banner__wrapper{position:relative;z-index:1}.banner__subtitle{font-size:18px}.banner__title{font:700 60px/1.33 "Playfair Display";margin:10px 0 0;max-width:622px}.banner__line{height:1px;width:0;background:-webkit-gradient(linear,left top,right top,from(#a17f11),to(rgba(255,255,255,0)));background:linear-gradient(to right,#a17f11,rgba(255,255,255,0));margin:30px 0;-webkit-transition:2s ease;transition:2s ease}.banner__line.animated{width:438px}.banner__desc{max-width:542px;color:rgba(255,255,255,.66)}.banner__phone{display:block;height:140px;width:476px;padding:16px;border:1px solid #a17f11;border-radius:90px;margin:11vh auto 0;position:absolute;bottom:30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.banner__phone:hover{background:#a17f11}.banner__phone-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;border:1px solid #a17f11;border-radius:100px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(61,33,22,.4)),to(rgba(0,0,0,0)));background:linear-gradient(180deg,rgba(61,33,22,.4),rgba(0,0,0,0) 100%);-webkit-backdrop-filter:blur(24.5px);backdrop-filter:blur(24.5px)}.banner__phone-icon{-ms-flex-negative:0;flex-shrink:0;margin:0 20px 0 0;fill:url(#gradient-svg)}.banner__phone-icon svg{width:40px;height:40px}.banner__phone-title{font:400 28px/1 "Playfair Display"}.banner__phone-phone{font:600 28px/1 "Open Sans",sans-serif;margin:10px 0 0}@media screen and (max-width:1900px){.banner__bg-line2{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);right:unset;margin-left:500px}}@media screen and (max-width:1600px){.banner{padding:90px 0 0}.banner__bg{-webkit-mask:url(../img/banner/banner__mask.svg) center/1900px 100% no-repeat;mask:url(../img/banner/banner__mask.svg) center/1900px 100% no-repeat}}@media screen and (max-width:767px){.banner{padding:82px 0 0}.banner__inner{padding:50px 0 180px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.banner__bg-line1{display:none}.banner__title{font-size:30px}.banner__line{margin:20px 0}.banner__phone{width:290px;height:100px;padding:10px}.banner__phone-icon{margin:0 10px 0 0}.banner__phone-title{font-size:18px}.banner__phone-phone{font-size:18px;margin:8px 0 0}}.about1{padding:90px 0 0;position:relative}.about1__circle-top{right:-264px;top:-277px}.about1__circle-bottom{left:-332px;bottom:-200px}.about1__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.about1__img{width:445px;min-height:575px;border-radius:80px 80px 0 0;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;margin:0 80px 0 0;position:relative}.about1__img::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(44,8,8,.8),rgba(0,0,0,0));z-index:1}.about1__img-inner{width:100%;height:100%}.about1__text{padding:44px 0}.about1__desc{color:rgba(0,0,0,.66);margin:22px 0 30px}.about1__list{font-weight:700;color:rgba(0,0,0,.66)}.about1__list-li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.about1__list-icon{-ms-flex-negative:0;flex-shrink:0;margin:0 13px 0 0;fill:url(#gradient-svg)}.about1__list-icon svg{width:27px;height:13px}@media screen and (max-width:1600px){.about1__img{margin:0 50px 0 0}}@media screen and (max-width:1200px){.about1__img{margin:0 30px 0 0;width:380px;min-height:530px}}@media screen and (max-width:992px){.about1{padding:60px 0 0}.about1__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.about1__text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding:0 0 44px}.about1__img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;min-height:unset;height:418px}}@media screen and (max-width:767px){.about1{padding:40px 0 0}.about1__text{padding:0 0 30px}.about1__desc{margin:22px 0}.about1__img{height:246px}}.about2{position:relative;z-index:3}.about2__wrapper{background:rgba(61,33,22,.03);border-radius:0 0 80px 80px;padding:117px 0 95px;overflow:hidden}.about2__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -15px}.about2__row--top{margin-bottom:42px}.about2__row--items .about2__col{margin:0 0 20px}.about2__col{width:50%;padding:0 15px}.about2__text{padding:0 0 0 190px}.about2__list{color:rgba(0,0,0,.66);margin:22px 0 0}.about2__list-li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.about2__list-icon{-ms-flex-negative:0;flex-shrink:0;margin:0 12px 0 0;fill:url(#gradient-svg)}.about2__list-icon svg{width:32px;height:32px}.about2__img{width:90%;height:100%;border-radius:80px 0 0 80px;margin:0 0 0 auto;overflow:hidden;position:relative}.about2__img::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:linear-gradient(-45deg,rgba(44,8,8,.8),rgba(0,0,0,0));z-index:1}.about2__img-inner{width:100%;height:100%}.about2__item{border:1px solid #d1ba61;height:100%;padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.about2__item--left{padding-left:190px;padding-right:43px;border-left:0;border-radius:0 90px 90px 0}.about2__item--left .about2__item-icon{margin:0 0 0 75px}.about2__item--right{padding-right:190px;padding-left:43px;border-right:0;border-radius:90px 0 0 90px}.about2__item--right .about2__item-icon{margin:0 75px 0 0}.about2__item-icon{-ms-flex-negative:0;flex-shrink:0}.about2__desc{color:rgba(0,0,0,.66);max-width:830px;margin:6px auto 0;text-align:center}@media screen and (max-width:1600px){.about2__text{padding-left:10%}.about2__item--left{padding-left:10%}.about2__item--right{padding-right:140px}}@media screen and (max-width:1200px){.about2__wrapper{padding:80px 0 30px}.about2__text{padding-left:30px}.about2__row{margin:0 -10px}.about2__row--top .about2__col:first-child{width:55%}.about2__row--top .about2__col:last-child{width:45%}.about2__col{padding:0 10px}.about2__img{width:100%}.about2__item--left{padding-left:30px}.about2__item--left .about2__item-icon{margin:0 0 0 30px}.about2__item--right{padding-right:30px}.about2__item--right .about2__item-icon{margin:0 30px 0 0}}@media screen and (max-width:992px){.about2__wrapper{padding:30px 0}.about2__row{-ms-flex-wrap:wrap;flex-wrap:wrap}.about2__row--top{margin-bottom:30px}.about2__row--top .about2__col:first-child{width:100%}.about2__row--top .about2__col:last-child{width:100%}.about2__img{width:calc(100% - 30px);margin-top:40px;height:66vw}.about2__item-title{font-size:18px}.about2__text{padding:0 30px}.about2__desc{max-width:658px}}@media screen and (max-width:767px){.about2__wrapper{padding:30px 0 20px}.about2__row--top{margin-bottom:20px}.about2__row--items{-ms-flex-wrap:wrap;flex-wrap:wrap}.about2__row--items .about2__col{width:100%;margin:0 0 10px}.about2__text{padding:0 15px}.about2__img{height:66vw;width:calc(100% - 15px);margin-top:20px}.about2__item{padding:10px 20px}.about2__item--left{margin-right:15px}.about2__item--left .about2__item-icon{margin:0 0 0 20px}.about2__item--right{margin-left:15px}.about2__item--right .about2__item-icon{margin:0 20px 0 0}.about2__item-title{font-size:16px}.about2__item-icon img{max-width:33px;max-height:33px}.about2__desc{padding:0 15px;font-size:14px}}.packages{padding:84px 0 120px;position:relative}.packages__circle-top{top:-70px;right:-336px}.packages__circle-bottom{bottom:-212px;left:-374px}.packages__wrapper{margin:38px 0 0}.packages__slider-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-15px}.packages__slider-slide{padding:15px;width:50%}.packages__item{border:1px solid rgba(209,186,97,.3);border-radius:20px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fff;-webkit-transition:.3s box-shadow ease,.3s border-color ease,.3s background ease;transition:.3s box-shadow ease,.3s border-color ease,.3s background ease}.packages__item:hover{-webkit-box-shadow:0 4px 30px rgba(54,45,15,.06);box-shadow:0 4px 30px rgba(54,45,15,.06);border-color:#fff;background:#fff}.packages__text{padding:25px 20px 28px}.packages__list{color:rgba(0,0,0,.66);margin:20px 0 0}.packages__list-li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.packages__list-icon{-ms-flex-negative:0;flex-shrink:0;margin:0 13px 0 0;fill:url(#gradient-svg)}.packages__list-icon svg{width:27px;height:13px}.packages__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;border-top:1px solid rgba(209,186,97,.3)}.packages__price{margin:0 20px 0 0;font:600 30px/1 "Open Sans",sans-serif;color:#d1ba61}.packages__individual{height:100%;border-radius:20px;background:-webkit-gradient(linear,left top,right top,from(#d1ba61),to(#a17f11));background:linear-gradient(to right,#d1ba61,#a17f11);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px;text-align:center;position:relative}.packages__individual-line1{position:absolute;left:0;top:0;right:0;bottom:0;background:left -630px top -133px/1000px auto no-repeat;opacity:.2}.packages__individual-line2{position:absolute;left:0;top:0;right:0;bottom:0;background:right -170px bottom -400px/1000px auto no-repeat;opacity:.2}.packages__individual-text{max-width:375px;width:100%;margin:0 auto;position:relative;z-index:1}.packages__individual-desc{color:rgba(255,255,255,.66);margin:20px 0}.packages__individual .btn{margin:0 auto}.packages__mobile{display:none}.packages__dots{display:none}@media screen and (max-width:1200px){.packages{padding:70px 0 80px}.packages__slider-wrapper{margin:-10px}.packages__slider-slide{padding:10px}.packages__bottom{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.packages__price{margin:0 0 15px;width:100%;text-align:center}}@media screen and (max-width:767px){.packages{padding:35px 0 46px}.packages__wrapper{margin:20px 0 0}.packages__slider-wrapper{margin:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.packages__slider-slide{padding:0;width:100%;-ms-flex-negative:0;flex-shrink:0}.packages__slider-slide--individual{display:none}.packages__item{-webkit-box-shadow:0 4px 30px rgba(54,45,15,.06);box-shadow:0 4px 30px rgba(54,45,15,.06)}.packages__title{text-align:center}.packages__price{font-size:25px}.packages__mobile{display:block;margin:27px 0 0}.packages__dots{display:block;margin:18px 0 0}.packages__individual-line1{background:left -530px top -110px/800px auto no-repeat}.packages__individual-line2{display:none}.packages__individual-desc{margin:12px 0 20px}}.cats{background:rgba(61,33,22,.03);padding:120px 0;border-radius:80px}.cats__wrapper{margin:35px 0 0}.cats .row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cats .col{width:33.333%}.cats__item{display:block;background:#fff;padding:20px;height:100%;border-radius:20px;position:relative;overflow:hidden}.cats__item:hover{color:#fff}.cats__item:hover .cats__item-bg{opacity:1}.cats__item-bg{position:absolute;left:0;right:0;bottom:0;top:0;background:-webkit-gradient(linear,left top,right top,from(#d1ba61),to(#a17f11));background:linear-gradient(to right,#d1ba61,#a17f11);z-index:1;opacity:0;-webkit-transition:.3s ease;transition:.3s ease}.cats__item-line{position:absolute;left:0;right:0;bottom:0;top:0;z-index:1;background:left -420px top -200px/1000px auto no-repeat;opacity:.2}.cats__item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;position:relative;z-index:2}.cats__item-icon{width:100px;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;margin:0 30px 0 0}.cats__item-icon img{max-width:100%;max-height:100%}.cats__item-title{font-size:23px}.cats__btn{margin:30px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width:1200px){.cats{padding:80px 0}.cats .col{width:50%}}@media screen and (max-width:767px){.cats{border-radius:0;padding:40px 0 46px}.cats__wrapper{margin:20px 0 0}.cats__item{padding:15px}.cats__item-inner{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cats__item-line{background:left -300px top -130px/700px auto no-repeat}.cats__item-icon{width:60px;height:60px;margin:0 auto}.cats__item-icon img{max-height:100%;max-width:100%}.cats__item-title{font-size:14px;width:100%;text-align:center;margin:10px 0 0}}.services{padding:120px 0;position:relative}.services--catalog{background:rgba(61,33,22,.03);border-radius:80px 80px 0 0}.services--catalog .services__circle-bottom{bottom:unset;top:276px;left:-375px}.services__circle-top{right:-292px;top:-100px}.services__circle-bottom{left:-418px;bottom:-350px}.services__wrapper{border:1px solid rgba(209,186,97,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;margin:35px 0 0;border-radius:20px}.services__item{width:33.33333333%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:25px 20px 40px;min-height:250px;position:relative;border-right:1px solid rgba(209,186,97,.3);border-bottom:1px solid rgba(209,186,97,.3);margin-bottom:-1px;-webkit-transition:.3s color ease;transition:.3s color ease}.services__item:hover{color:#fff}.services__item:hover::before{opacity:1}@media screen and (min-width:1201px){.services__item:nth-child(3n){border-right:0}}.services__item:last-child{border-right:0}.services__item::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:linear-gradient(135deg,#d1ba61,#a17f11);opacity:0;-webkit-transition:.3s ease;transition:.3s ease;z-index:-1}.services__desc{font:400 18px/1.44 "Open Sans",sans-serif;margin:10px 0 0}.services__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:30px 0 0}@media screen and (max-width:1200px){.services{padding:80px 0}.services__item{width:50%;min-height:180px}.services__item:nth-child(2n){border-right:0}}@media screen and (max-width:767px){.services{padding:40px 0}.services--catalog{border-radius:0}.services__wrapper{margin:20px 0 0}.services__item{padding:20px 15px 30px;width:100%;border-right:0;min-height:unset}}.reviews{position:relative;color:#fff}.reviews__bg{z-index:-1;position:absolute;left:0;right:0;bottom:0;top:0;background:#3d2116}.reviews__bg::before{content:"";position:absolute;left:0;right:0;bottom:0;top:0;z-index:1;background:-webkit-gradient(linear,left top,right top,color-stop(20%,rgba(44,8,8,.8)),color-stop(rgba(44,8,8,.3)),color-stop(80%,rgba(44,8,8,.8)));background:linear-gradient(to right,rgba(44,8,8,.8) 20%,rgba(44,8,8,.3),rgba(44,8,8,.8) 80%)}.reviews__bg-inner{position:absolute;left:0;right:0;bottom:0;top:0;background:center/cover;opacity:.5}.reviews__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.reviews__col{width:50%;padding:120px 0 65px}.reviews__col:first-child{border-right:1px solid #a17f11;padding-right:80px}.reviews__col:last-child{padding-left:100px}.reviews__desc{color:rgba(255,255,255,.66);margin:20px 0 0}.reviews__slider{position:relative}.reviews__slider-blockquote{fill:#d1ba61;position:absolute;top:-65px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.reviews__slider-blockquote svg{width:55px;height:39px}.reviews__slider-container{overflow:hidden;background:-webkit-gradient(linear,left top,left bottom,from(rgba(61,33,22,.4)),to(rgba(0,0,0,0)));background:linear-gradient(180deg,rgba(61,33,22,.4) 0,rgba(0,0,0,0) 100%);-webkit-backdrop-filter:blur(24.5px);backdrop-filter:blur(24.5px);border-radius:20px;border:1px solid rgba(209,186,97,.5)}.reviews__slider-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.reviews__slider-slide{-ms-flex-negative:0;flex-shrink:0;width:100%}.reviews__slider-item{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:33px 30px 26px}.reviews__slider-desc{color:rgba(255,255,255,.66);width:100%}.reviews__slider-bottom{border-top:1px solid rgba(209,186,97,.2);margin:35px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:27px 0 0}.reviews__slider-name{font:400 20px/1 "Playfair Display";margin:0 20px 0 0}.reviews__slider-city{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px}.reviews__slider-city svg{width:8px;height:10px;fill:#fff;margin:0 10px 0 0}.reviews__slider-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:20px 0 13px}.reviews__slider-arrows .arrow{margin:0 6px}@media screen and (max-width:1600px){.reviews__col:last-child{padding-left:80px}}@media screen and (max-width:1200px){.reviews__col:first-child{padding-right:40px}.reviews__col:last-child{padding-left:40px}}@media screen and (max-width:992px){.reviews{padding:80px 0}.reviews__col:first-child{width:100%;border:0;border-top:1px solid #a17f11;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:105px 0 0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:35px -30px 0}.reviews__col:last-child{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:0}.reviews__text{text-align:center}.reviews__desc{max-width:446px;margin:20px auto 0}.reviews__slider{max-width:476px;margin:0 auto}}@media screen and (max-width:767px){.reviews{padding:40px 0}.reviews__col:first-child{margin:0;border:0;padding:95px 0 0}.reviews__desc{margin:15px 0 0}.reviews__slider-item{padding:20px 20px 0}.reviews__slider-bottom{padding:14px 0;margin:15px 0 0}}.contacts{background:#3d2116;color:#fff}.contacts__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.contacts__text{padding:75px 100px 90px 0;width:60%}.contacts__desc{margin:20px 0 0;color:rgba(255,255,255,.6)}.contacts__info{margin:17px 0 0}.contacts__info-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 16px}.contacts__info-item:last-child{margin:0}.contacts__info-item--email .contacts__info-icon svg{width:20px;height:16px}.contacts__info-item--address .contacts__info-icon svg{width:16px;height:20px}.contacts__info-item--time .contacts__info-icon svg{width:20px;height:20px}.contacts__info-item--phone .contacts__info-icon svg{width:22px;height:22px}.contacts__info-icon{width:60px;height:60px;background:-webkit-gradient(linear,left top,right top,from(#d1ba61),to(#a17f11));background:linear-gradient(to right,#d1ba61,#a17f11);border-radius:20px;margin:0 10px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;fill:#fff;-ms-flex-negative:0;flex-shrink:0}.contacts__info-text{font-weight:600}.contacts__info-text a:hover{color:#d1ba61}.contacts__map{width:40%;position:relative}.contacts__map::before{content:"";width:300px;height:100%;position:absolute;background:-webkit-gradient(linear,left top,right top,from(#3d2116),to(rgba(0,0,0,0)));background:linear-gradient(90deg,#3d2116,rgba(0,0,0,0) 100%);z-index:1;pointer-events:none}.contacts__map iframe{width:100%;height:100%;display:block;width:49vw}@media screen and (max-width:1200px){.contacts__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.contacts__text{width:100%;padding:65px 0}.contacts__info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-13px}.contacts__info-item{width:50%;margin:0 0 13px!important}.contacts__map{width:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 -30px;height:600px}.contacts__map::before{width:100%;height:200px;background:-webkit-gradient(linear,left top,left bottom,from(#3d2116),to(rgba(0,0,0,0)));background:linear-gradient(to bottom,#3d2116,rgba(0,0,0,0))}.contacts__map iframe{width:100%}}@media screen and (max-width:767px){.contacts__text{padding:35px 0 0}.contacts__desc{margin:14px 0 0}.contacts__info{font-size:18px}.contacts__info-item{width:100%}.contacts__info-icon{width:40px;height:40px;border-radius:10px}.contacts__map{height:400px}}.arrow{width:50px;height:50px;border-radius:20px;padding:0}.arrow svg{height:17px;width:10px}.arrow.next svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.arrow.swiper-button-disabled{background:#686868}.arrow-big{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:2px solid #d1ba61;border-radius:20px;fill:#d1ba61;position:absolute;overflow:hidden;cursor:pointer;-webkit-transition:.3s ease;transition:.3s ease}.arrow-big:hover{fill:#fff}.arrow-big:hover::before{opacity:1}.arrow-big.next svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.arrow-big.swiper-button-disabled{visibility:hidden;opacity:0}.arrow-big::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:-webkit-gradient(linear,left top,right top,from(#d1ba61),to(#a17f11));background:linear-gradient(to right,#d1ba61,#a17f11);opacity:0;-webkit-transition:.3s ease;transition:.3s ease;z-index:-1}.arrow-big svg{width:14px;height:22px}.dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dots .swiper-pagination-bullet{width:12px;height:12px;border:1px solid #d1ba61;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;margin:0 2.5px;cursor:pointer}.dots .swiper-pagination-bullet-active::before{opacity:1!important}.dots .swiper-pagination-bullet::before{content:"";width:6px;height:6px;display:block;background:-webkit-gradient(linear,left top,right top,from(#d1ba61),to(#a17f11));background:linear-gradient(to right,#d1ba61,#a17f11);border-radius:50%;opacity:0;-webkit-transition:.3s ease;transition:.3s ease}.scrollbar{position:relative;height:10px;background:-webkit-gradient(linear,left top,right top,color-stop(-13.65%,#c7c7c7),color-stop(-13.64%,#ccc),color-stop(99.99%,rgba(204,204,204,0)));background:linear-gradient(90deg,#c7c7c7 -13.65%,#ccc -13.64%,rgba(204,204,204,0) 99.99%);border-radius:20px;margin:38px 0 0;cursor:pointer;z-index:99;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.scrollbar .swiper-scrollbar-drag{height:100%;border-radius:20px;background:-webkit-gradient(linear,left top,right top,from(#d1ba61),to(#a17f11));background:linear-gradient(to right,#d1ba61,#a17f11);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:1200px){.scrollbar{margin:30px 0 0}}.banner-page{min-height:unset;position:relative;z-index:1}.banner-page .banner__bg{-webkit-mask:url(../img/banner/banner__mask.svg) center bottom/100% 600px no-repeat;mask:url(../img/banner/banner__mask.svg) center bottom/100% 600px no-repeat}.banner-page .banner__bg-line2{bottom:unset;top:0}.banner-page .banner__inner{padding:34px 0 52px}.banner-page .banner__title{text-align:center;max-width:100%;margin:0}.banner-page .banner__desc{max-width:100%;text-align:center;margin:10px 0 0}@media screen and (max-width:1200px){.banner-page .banner__bg{-webkit-mask:url(../img/banner/banner__mask.svg) center bottom/100% 300px no-repeat;mask:url(../img/banner/banner__mask.svg) center bottom/100% 300px no-repeat}}@media screen and (max-width:767px){.banner-page::before{height:150px}.banner-page .banner__bg{-webkit-mask:url(../img/banner/banner__mask.svg) center bottom/1000px 300px no-repeat;mask:url(../img/banner/banner__mask.svg) center bottom/1000px 300px no-repeat}.banner-page .banner__inner{padding:34px 0}.banner-page .banner__desc{display:none}}.catalog-slider{padding:50px 0 0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:auto;touch-action:auto}.catalog-slider::after{content:"";height:100%;width:20%;background:-webkit-gradient(linear,right top,left top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to left,#fff,rgba(255,255,255,0));position:absolute;right:0;top:0;z-index:1;pointer-events:none}.catalog-slider::before{content:"";height:100%;width:20%;background:-webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0));position:absolute;left:0;top:0;z-index:1;pointer-events:none}.catalog-slider__slider{margin-left:auto;margin-right:auto;position:relative;list-style:none;padding:0;z-index:1}.catalog-slider__slider-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.catalog-slider__slider-slide{-ms-flex-negative:0;flex-shrink:0}.catalog-slider__item{display:block;background:#fff;padding:10px 20px;height:100%;border-radius:20px;position:relative;overflow:hidden;-webkit-box-shadow:0 4px 30px rgba(54,45,15,.06);box-shadow:0 4px 30px rgba(54,45,15,.06)}.catalog-slider__item.active,.catalog-slider__item:hover{color:#fff}.catalog-slider__item.active .catalog-slider__item-bg,.catalog-slider__item:hover .catalog-slider__item-bg{opacity:1}.catalog-slider__item-bg{position:absolute;left:0;right:0;bottom:0;top:0;background:-webkit-gradient(linear,left top,right top,from(#d1ba61),to(#a17f11));background:linear-gradient(to right,#d1ba61,#a17f11);z-index:1;opacity:0;-webkit-transition:.3s ease;transition:.3s ease}.catalog-slider__item-line{position:absolute;left:0;right:0;bottom:0;top:0;z-index:1;background:left -420px top -200px/1000px auto no-repeat;opacity:.2}.catalog-slider__item-inner{height:100%;position:relative;z-index:2}.catalog-slider__item-icon{width:100px;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;margin:0 auto;padding:10px 0}.catalog-slider__item-icon img{max-width:100%;max-height:100%}.catalog-slider__item-title{font-size:16px;text-align:center}@media screen and (max-width:1600px){.catalog-slider::after,.catalog-slider::before{width:80px}}@media screen and (max-width:1200px){.catalog-slider::after,.catalog-slider::before{content:none}.catalog-slider__item{padding:0 10px 10px}.catalog-slider__item-icon{width:74px;height:74px}.catalog-slider__item-title{font-size:14px}}@media screen and (max-width:767px){.catalog-slider{padding:30px 0 0}}.catalog{padding:76px 0 94px;position:relative}.catalog__circle-top{top:76px;right:-264px}.catalog__circle-bottom{top:475px;left:-332px}.catalog__description{margin:30px 0 0}.catalog__wrapper{margin:30px 0 0}.catalog .row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.catalog .col{width:33.333%}.pagination{margin:35px 0 0}.pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-5px}.pagination__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font:700 18px/1 "Open Sans",sans-serif;color:#d1ba61;fill:#d1ba61;border-radius:20px;border:2px solid #d1ba61;position:relative;width:60px;height:60px;margin:5px;overflow:hidden;z-index:1}.pagination__item.active,.pagination__item:hover{color:#fff;fill:#fff}.pagination__item.active::before,.pagination__item:hover::before{opacity:1}.pagination__item::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,right top,from(#a17f11),to(#d1ba61));background:linear-gradient(to right,#a17f11,#d1ba61);z-index:-1;opacity:0;-webkit-transition:.3s ease;transition:.3s ease}.pagination__item svg{height:16px;width:10px}.pagination__item--next svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:1200px){.catalog{padding:50px 0 94px}.pagination__item{width:60px;height:60px}}@media screen and (max-width:992px){.catalog .col{width:50%}}@media screen and (max-width:767px){.catalog{padding:40px 0 45px}.catalog .title-sec{text-align:center}.catalog__wrapper{margin:15px 0 0}.pagination__list{margin:-3px}.pagination__item{width:42px;height:42px;margin:3px}}@media screen and (max-width:560px){.catalog .col{width:100%}}.catalog-item{position:relative;border-radius:20px;background:#fff;-webkit-box-shadow:0 4px 30px rgba(54,45,15,.06);box-shadow:0 4px 30px rgba(54,45,15,.06);-webkit-transition:.3s ease;transition:.3s ease}.catalog-item:hover{-webkit-box-shadow:0 4px 30px rgba(54,45,15,.15);box-shadow:0 4px 30px rgba(54,45,15,.15)}.catalog-item__video{position:absolute;top:20px;right:20px;z-index:10}.catalog-item__video .btn-video{border:0;outline:0;background:url(../img/play.svg) center no-repeat;width:46px;height:46px;cursor:pointer}.catalog-item__video .btn-video:hover{-webkit-box-shadow:0 4px 30px 0 rgba(54,45,15,.06);box-shadow:0 4px 30px 0 rgba(54,45,15,.06)}.catalog-item__img{height:296px;border-radius:20px;overflow:hidden;cursor:pointer}.catalog-item__text{text-align:center;padding:0 0 10px}.catalog-item__title{padding:14px 26px 20px;line-height:1.05}.catalog-item__line{height:1px;background:-webkit-gradient(linear,left top,right top,from(rgba(161,127,17,.2)),to(rgba(209,186,97,.2)));background:linear-gradient(to right,rgba(161,127,17,.2),rgba(209,186,97,.2))}.catalog-item__desc{color:rgba(0,0,0,.66);padding:14px 22px}@media screen and (max-width:767px){.catalog-item__img{height:188px}.catalog-item__title{padding:20px 15px}}.partners{position:relative;padding:150px 0 100px;margin:-50px 0 0;color:#fff}.partners__bg{position:absolute;left:0;top:0;right:0;bottom:0;background:center/cover;z-index:-1}.partners__bg::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:-webkit-gradient(linear,left top,right top,color-stop(30%,rgba(44,8,8,.8)),color-stop(rgba(44,8,8,.4)),color-stop(80%,rgba(44,8,8,.6)));background:linear-gradient(to right,rgba(44,8,8,.8) 30%,rgba(44,8,8,.4),rgba(44,8,8,.6) 80%)}.partners__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.partners .h2{font-size:25px}.partners__form{max-width:444px;width:100%;padding:22px 25px 34px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(61,33,22,.4)),to(rgba(0,0,0,0)));background:linear-gradient(180deg,rgba(61,33,22,.4) 0,rgba(0,0,0,0) 100%);-webkit-backdrop-filter:blur(24.5px);backdrop-filter:blur(24.5px);border-radius:20px;border:1px solid #a17f11;-ms-flex-negative:0;flex-shrink:0;margin:0 30px 0 0}.partners__form-title{text-align:center;margin:0 0 15px}.partners__form-btn{margin:27px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.partners__desc{color:rgba(255,255,255,.66);margin:20px 0 0}.partners__partners{margin:30px 0 0}.partners__partners .row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.partners__partners .col{width:16.66%}@media screen and (min-width:992px){.partners__partners .col:nth-child(5n) .tooltip,.partners__partners .col:nth-child(6n) .tooltip{left:unset;right:0}}.partners__partners-title{text-align:center}.partners__partners-wrapper{margin:25px 0 0}.partners__partners-bl{position:relative}.partners__partners-bl:hover .tooltip{visibility:visible;opacity:1;-webkit-transform:none;transform:none}.partners__partners-bl .tooltip{left:0;margin:20px 0 0}.partners__partners-item{height:78px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(61,33,22,.4)),to(rgba(0,0,0,0)));background:linear-gradient(180deg,rgba(61,33,22,.4) 0,rgba(0,0,0,0) 100%);-webkit-backdrop-filter:blur(24.5px);backdrop-filter:blur(24.5px);border-radius:20px;border:1px solid #a17f11;padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:.3s ease;transition:.3s ease}.partners__partners-item:hover{-webkit-box-shadow:0 0 30px 0 rgba(209,186,97,.8);box-shadow:0 0 30px 0 rgba(209,186,97,.8)}.partners__partners-item img{max-height:100%}@media screen and (max-width:992px){.partners{padding:120px 0 65px}.partners__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.partners__text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.partners__form{max-width:100%;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:30px 0 0}.partners__partners-wrapper{max-width:700px;margin:25px auto 0}.partners__partners .col{width:190px}}@media screen and (max-width:992px)and (min-width:768px){.partners__partners .col:nth-child(3n) .tooltip{left:unset;right:0}}@media screen and (max-width:767px){.partners{padding:92px 0 40px}.partners__desc{margin:15px 0 0}.partners__partners .col{width:50%}.partners__partners .col:nth-child(2n) .tooltip{left:unset;right:0}}.tooltip{background:#fff;-webkit-box-shadow:0 4px 30px rgba(54,45,15,.06);box-shadow:0 4px 30px rgba(54,45,15,.06);border-radius:20px;width:350px;position:absolute;color:#000;padding:20px 40px;-webkit-transition:.3s ease;transition:.3s ease;visibility:hidden;opacity:0;top:100%;text-align:center;-webkit-transform:translateY(8px);transform:translateY(8px);z-index:5}.tooltip__title{font:600 16px/1 "Playfair Display"}.tooltip__desc{font:400 14px/1.44 "Open Sans",sans-serif;color:rgba(0,0,0,.66);margin:5px 0 0}@media screen and (max-width:767px){.tooltip{width:290px;padding:20px}}.piety{padding:150px 0 100px;margin:-50px 0 0;color:#fff;position:relative}.piety__bg{position:absolute;left:0;top:0;right:0;bottom:0;background:center/cover;z-index:-1}.piety__bg::before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;background:-webkit-gradient(linear,left top,right top,color-stop(30%,rgba(44,8,8,.8)),color-stop(rgba(44,8,8,.4)),color-stop(80%,rgba(44,8,8,.6)));background:linear-gradient(to right,rgba(44,8,8,.8) 30%,rgba(44,8,8,.4),rgba(44,8,8,.6) 80%)}.piety__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.piety__img{width:55%;-ms-flex-negative:0;flex-shrink:0;margin:0 30px 0 0}.piety__desc{margin:20px 0 0;color:rgba(255,255,255,.66)}.piety__reviews{margin:50px 0 0}.piety__reviews .row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.piety__reviews .col{width:33.3333%}.piety__reviews-item{background:-webkit-gradient(linear,left top,left bottom,from(rgba(61,33,22,.4)),to(rgba(0,0,0,0)));background:linear-gradient(180deg,rgba(61,33,22,.4) 0,rgba(0,0,0,0) 100%);-webkit-backdrop-filter:blur(24.5px);backdrop-filter:blur(24.5px);border-radius:20px;padding:28px 25px;border:1px solid #a17f11;height:100%}.piety__reviews-date{font:600 18px/1.2 "Playfair Display";color:#d1ba61}.piety__reviews-title{font-weight:600;font:600 18px/1.44 "Open Sans",sans-serif;margin:10px 0 8px}.piety__reviews-desc{font:400 18px/1.44 "Open Sans",sans-serif;color:rgba(255,255,255,.66)}@media screen and (max-width:1200px){.piety{padding:120px 0 80px}.piety__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.piety__text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}.piety__img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:35px 0}.piety__reviews{margin:0}}@media screen and (max-width:992px){.piety__reviews .col{width:50%}}@media screen and (max-width:767px){.piety{padding:92px 0 40px}.piety__img{margin:30px 0}.piety__desc{margin:15px 0 0}.piety__reviews .col{width:100%}}.documents{padding:100px 0;position:relative}.documents__circle-bottom1{left:-332px;bottom:-350px}.documents__circle-bottom2{right:-264px;bottom:-20px}.documents__wrapper{position:relative}.documents__row{display:-webkit-box;display:-ms-flexbox;display:flex}.documents__bigicon{width:140px;height:140px;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:40px}.documents__bigicon-icon{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:linear-gradient(93deg,#d1ba61 .66%,#a17f11);border-radius:20px}.documents__line1{width:194px;height:63px;background:right bottom no-repeat;position:absolute;right:100%;top:-20px;margin-right:23px}.documents__line2{width:22px;height:61px;background:center/contain no-repeat;position:absolute;left:50%;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:27px}.documents__line3{width:194px;height:63px;background:left bottom no-repeat;position:absolute;left:100%;top:-20px;margin-left:23px}.documents__item{width:33.333%}.documents__item:nth-child(2){margin:300px 0 0}.documents__item:nth-child(2) .documents__img{height:202px}.documents__icon{width:72px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #a17f11;border-radius:10px;margin:0 auto}.documents__title{text-align:center;margin:22px 0 25px;padding:0 40px}.documents__img{height:290px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.documents__img-inner{height:100%;-webkit-transition:.3s ease;transition:.3s ease;cursor:pointer}.documents__img-inner:hover{-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.2);box-shadow:0 0 30px 0 rgba(0,0,0,.2)}.documents__img img{max-height:100%;width:auto}.documents__desc{text-align:center;margin:18px 0 0;color:rgba(0,0,0,.66)}@media screen and (max-width:1200px){.documents{padding:80px 0}.documents__title{padding:0 15px}.documents__line1,.documents__line3{width:160px}}@media screen and (max-width:992px){.documents__bigicon{display:none}.documents__row{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -15px -60px}.documents__item{width:50%;margin:0 0 60px!important;padding:0 15px}.documents__item:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.documents__item:nth-child(2){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.documents__item:nth-child(3){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width:767px){.documents{padding:40px 0}.documents__item{width:100%}.documents__title{margin:20px 0}}.inv1{background:center/cover #3d2116;color:#fff;margin:-50px 0 0;padding:130px 0 80px}.inv1__text{max-width:796px;margin:0 auto;width:100%;text-align:center}.inv1__desc{color:rgba(255,255,255,.66);margin:20px 0 0}.inv1__wrapper{position:relative;margin:45px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex}.inv1__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:300px;margin-right:100px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.inv1__img{margin:0;-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.inv1 .h2{font-size:22px}.inv1__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:300px;margin-bottom:40px}.inv1__item--1,.inv1__item--2,.inv1__item--3,.inv1__item--4,.inv1__item--5,.inv1__item--6{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.inv1__item--1::before,.inv1__item--2::before,.inv1__item--3::before,.inv1__item--4::before,.inv1__item--5::before,.inv1__item--6::before{left:100%;background:url(../img/invention/line-left.svg) right bottom no-repeat}.inv1__item:last-child{margin-bottom:0}.inv1__item::before{content:"";width:148px;height:29px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.inv1__icon{background:linear-gradient(134.23deg,#d1ba61 -31.24%,rgba(161,127,17,0) 102.58%);-webkit-backdrop-filter:blur(24.5px);backdrop-filter:blur(24.5px);border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:70px;height:72px;border:1px solid #d1ba61;-ms-flex-negative:0;flex-shrink:0}.inv1__title{padding:0 17px}.inv1__colors{display:-webkit-box;display:-ms-flexbox;display:flex;margin:10px -3px 0}.inv1__colors li{padding:0 3px}.inv1__colors span{display:block;width:14px;height:14px;border-radius:4px}@media screen and (max-width:767px){.inv1{padding:90px 0 60px}.inv1__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.inv1__list{width:100%;-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.inv1__item{position:relative;width:100%}.inv1__item--1,.inv1__item--2,.inv1__item--3,.inv1__item--4,.inv1__item--5,.inv1__item--6{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;top:0;margin:24px 0 0}.inv1__item::before{content:none}.inv1__icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.inv1__title{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}}.models{padding:108px 0 122px}.models__desc{color:rgba(0,0,0,.66);margin:26px 0 0;max-width:632px}.models__wrapper{margin:36px 0 0;position:relative}.models__slider{padding:30px;margin:-30px;overflow:hidden}.models__slider-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.models__slider-slide{-ms-flex-negative:0;flex-shrink:0}.models .arrow-big{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.models .arrow-big.prev{left:-150px}.models .arrow-big.next{right:-150px}.models__dots{margin:40px 0 0}@media screen and (max-width:767px){.models{padding:54px 0 61px}}.inv2{background:center/cover,#3d2116;padding:120px 0;color:#fff}.inv2__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -18px}.inv2__gallery{margin-top:45px}.inv2__gallery-img img{border-radius:20px;border:1px solid #d1ba61}.inv2 .col{width:33.3333%}.inv2__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:50%;padding:0 18px}.inv2__text{width:100%}.inv2__desc{margin:20px 0 0;color:rgba(255,255,255,.66)}.inv2__img{width:50%;padding:0 18px}.inv2__img img{border-radius:20px;border:1px solid #d1ba61}.inv2__preims{margin:44px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex}.inv2__preims-bl{position:relative;margin-left:-24px}.inv2__preims-bl:hover .tooltip{visibility:visible;opacity:1;-webkit-transform:none;transform:none}.inv2__preims-bl:first-child{margin-left:0}.inv2__preims-bl .tooltip{margin:8px 0 0;left:0}.inv2__preims-item{padding:20px 40px 20px 20px;border:1px solid #d1ba61;border-radius:20px;background:#4e4135;-webkit-backdrop-filter:blur(24.5px);backdrop-filter:blur(24.5px);cursor:pointer;-webkit-transition:.3s ease;transition:.3s ease}.inv2__preims-item:hover{-webkit-box-shadow:0 0 30px 0 rgba(209,186,97,.6);box-shadow:0 0 30px 0 rgba(209,186,97,.6)}.inv2__preims-icon{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.inv2__preims-title{font:600 16px/1.2 "Playfair Display";margin:16px 0 0}.inv3{margin:45px 0 0}.inv3 .h2{font-size:22px}.inv3__desc{max-width:488px;margin:12px 0 0;color:rgba(255,255,255,.66)}.inv3__wrapper{margin:25px 0 0}.inv3 .col{width:33.3333%}.inv3__item{height:100%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(61,33,22,.4)),to(rgba(0,0,0,0)));background:linear-gradient(180deg,rgba(61,33,22,.4) 0,rgba(0,0,0,0) 100%);-webkit-backdrop-filter:blur(24.5px);backdrop-filter:blur(24.5px);border-radius:20px;border:1px solid #d1ba61}.inv3__item-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:82px;padding:0 25px;position:relative}.inv3__item-top::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:-webkit-gradient(linear,left top,right top,from(#d1ba61),to(rgba(255,255,255,.2)));background:linear-gradient(to right,#d1ba61,rgba(255,255,255,.2))}.inv3__item-icon{width:40px;height:40px;-ms-flex-negative:0;flex-shrink:0;margin:0 20px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.inv3__item-title{font:600 18px/1 "Playfair Display"}.inv3__item-desc{padding:20px 25px;color:rgba(255,255,255,.66);font-size:16px}@media screen and (max-width:767px){.inv2{padding:60px 0}.inv2__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.inv2__content{width:100%}.inv2__gallery{margin-top:14px}.inv2 .col{width:100%}.inv2__img{width:100%;margin-top:20px}.inv2__preims{-ms-flex-wrap:wrap;flex-wrap:wrap}.inv2__preims-bl{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 24px 0}.inv2__preims-bl .tooltip{width:100%;right:0}.inv2__preims-item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.inv2__preims-title{margin:0 0 0 20px}.inv3{margin:30px 0 0}.inv3 .col{width:100%}}.label{display:block;position:relative;fill:#fff;margin:0 0 10px}.label--user svg{width:24px;height:24px;top:13px}.label--phone svg{width:22px;height:22px;top:15px}.label svg{position:absolute;right:15px}.input{padding:16px 60px 16px 20px;border:0;border-bottom:1px solid rgba(209,186,97,.3);display:block;width:100%;background:0 0;color:#fff}.input:focus{border-color:#d1ba61}.input:focus::-webkit-input-placeholder{color:rgba(255,255,255,0)}.input:focus::-moz-placeholder{color:rgba(255,255,255,0)}.input:focus:-ms-input-placeholder{color:rgba(255,255,255,0)}.input:focus::-ms-input-placeholder{color:rgba(255,255,255,0)}.input:focus::placeholder{color:rgba(255,255,255,0)}.input.is-valid+.invalid-message{display:none}.input::-webkit-input-placeholder{color:#fff}.input::-moz-placeholder{color:#fff}.input:-ms-input-placeholder{color:#fff}.input::-ms-input-placeholder{color:#fff}.input::placeholder{color:#fff}.invalid-message,.wpcf7-not-valid-tip{background:red;font-size:14px;padding:5px 20px;border-radius:0 0 5px 5px}.wpcf7-not-valid-tip{display:block}.screen-reader-response,.wpcf7-response-output{display:none}.loader{position:absolute;left:0;top:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:55px;background:rgba(61,33,22,.8);z-index:10}.loader img{width:100px;height:100px;-webkit-animation:.5s circle linear infinite;animation:.5s circle linear infinite}@-webkit-keyframes circle{0%{-webkit-transform:none;transform:none}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes circle{0%{-webkit-transform:none;transform:none}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fancybox__backdrop{background:-webkit-gradient(linear,left top,left bottom,from(rgba(61,33,22,.9)),to(rgba(0,0,0,0)));background:linear-gradient(180deg,rgba(61,33,22,.9) 0,rgba(0,0,0,0) 100%)}.modal{display:none;color:#fff;background:-webkit-gradient(linear,left top,left bottom,from(rgba(44,8,8,.5)),to(rgba(61,33,22,.5)));background:linear-gradient(180deg,rgba(44,8,8,.5) 0,rgba(61,33,22,.5) 100%);-webkit-backdrop-filter:blur(24.5px);backdrop-filter:blur(24.5px);border-radius:55px;max-width:446px;width:100%;padding:0;border:1px solid #a17f11;position:relative}.modal__inner{padding:25px 22px 0}.modal__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:27px 0 0}.modal__phone{height:108px;margin:47px 0 0}.modal__desc{font-size:22px;max-width:266px;text-align:center;margin:12px auto 33px}.modal .carousel__button.is-close{width:42px;height:42px;border:2px solid #fff;border-radius:50%;right:-40px;-webkit-transition:.3s ease;transition:.3s ease}.modal .carousel__button.is-close:hover{background:#fff;color:#a17f11}.modal .carousel__button.is-close svg{width:20px;height:20px;-webkit-filter:none;filter:none}@media screen and (max-width:767px){.modal{border-radius:40px}.modal__phone{height:78px;margin:30px 0 0}.modal__desc{font-size:16px;margin:12px auto 25px}.modal .carousel__button.is-close{right:0;top:-50px}}.footer{padding:50px 0}.footer__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__logo{width:121px;height:111px;-ms-flex-negative:0;flex-shrink:0}.footer__list{font:600 16px/1.44 "Open Sans",sans-serif;-webkit-column-count:2;-moz-column-count:2;column-count:2;max-width:500px;width:100%;margin-left:60px}.footer__list li{margin:10px 0}.footer__list a.active-page,.footer__list a:hover{color:#d1ba61}.social__list{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -6px}.social__list li{padding:0 6px}.social__list a{width:60px;height:60px;padding:0}.copyright{color:#8c8c8c;background:rgba(61,33,22,.03);padding:18px 15px;text-align:center;font-size:16px}.up{width:80px;height:80px;padding:0;bottom:30px;right:30px;position:fixed;visibility:hidden;opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);z-index:50}.up.active{visibility:visible;opacity:1;-webkit-transform:none;transform:none}.up svg{width:16px;height:27px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@-webkit-keyframes call_btn{0%{-webkit-transform:none;transform:none}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:none;transform:none}}@keyframes call_btn{0%{-webkit-transform:none;transform:none}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:none;transform:none}}.call-btn{width:80px;height:80px;padding:0;bottom:130px;right:30px;position:fixed;z-index:50}.call-btn svg{width:29px;height:29px;-webkit-animation:1s call_btn infinite ease;animation:1s call_btn infinite ease}.gradient-svg{position:absolute;top:-10000px;left:-10000px}@media screen and (max-width:1400px){.footer__wrapper{padding-right:90px}}@media screen and (max-width:992px){.footer__wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.footer__logo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0 38px 0 0}.footer .social{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:20px 0}.footer__list{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%;max-width:unset;-webkit-column-count:1;-moz-column-count:1;column-count:1;text-align:center;margin:20px 0 0;border-top:1px solid rgba(0,0,0,.1);padding:20px 0 0}.footer__list li{margin:20px 0}}@media screen and (max-width:767px){.footer{padding:40px 0}.footer__logo{width:95px;height:87px}.copyright{font-size:14px;text-align:left;padding-right:150px}.social__list{margin:0 -4px}.social li{padding:0 4px}.social a{width:48px;height:48px}.up{width:60px;height:60px;right:15px;bottom:15px}.up svg{width:12px;height:20px}.call-btn{width:60px;height:60px;right:15px;bottom:90px}.call-btn svg{width:22px;height:22px}}@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0,100px)}to{transform:translate(0,0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0,100px);-moz-transform:translate(0,100px);-ms-transform:translate(0,100px);-o-transform:translate(0,100px);transform:translate(0,100px)}.modal-video-body{max-width:960px;width:100%;height:100%;margin:0 auto;padding:0 10px;display:flex;justify-content:center;box-sizing:border-box}.modal-video-inner{display:flex;justify-content:center;align-items:center;width:100%;height:100%}@media (orientation:landscape){.modal-video-inner{padding:10px 60px;box-sizing:border-box}}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-45px;right:0;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:0 0}@media (orientation:landscape){.modal-video-close-btn{top:0;right:-45px}}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:after,.modal-video-close-btn:before{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}