.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{-webkit-box-sizing:inherit;box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;-ms-touch-action:pan-y;touch-action:pan-y}.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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;-webkit-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;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:-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;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%);-webkit-box-shadow:var(--carousel-button-shadow,none);box-shadow:var(--carousel-button-shadow,none);-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter, none);filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;-ms-touch-action:none;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);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:0;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container :focus{outline:0}body:not(.is-using-mouse) .fancybox__container :focus{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94));box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.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,.92))}.fancybox__carousel{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;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:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;-ms-scroll-chaining:none;overscroll-behavior:contain;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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:"";-webkit-box-flex:0;-ms-flex:0 0 0px;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;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;-webkit-box-shadow:none;box-shadow:none}.fancybox__caption{-ms-flex-item-align:center;-ms-grid-row-align:center;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;-ms-flex-negative:0;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.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{-webkit-animation:.15s ease backwards fancybox-fadeIn;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{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,.2);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:-webkit-grab;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-ms-touch-action:none;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:none;-o-transition: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;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;-o-object-fit:contain;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;-ms-touch-action:none;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%;-o-object-fit:cover;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{max-width:100%;-ms-flex-negative:1;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{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;-webkit-box-sizing:content-box;box-sizing:content-box;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;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,.96));opacity:0;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),color-stop(8.1%,rgba(0,0,0,.006)),color-stop(15.5%,rgba(0,0,0,.021)),color-stop(22.5%,rgba(0,0,0,.046)),color-stop(29%,rgba(0,0,0,.077)),color-stop(35.3%,rgba(0,0,0,.114)),color-stop(41.2%,rgba(0,0,0,.155)),color-stop(47.1%,rgba(0,0,0,.198)),color-stop(52.9%,rgba(0,0,0,.242)),color-stop(58.8%,rgba(0,0,0,.285)),color-stop(64.7%,rgba(0,0,0,.326)),color-stop(71%,rgba(0,0,0,.363)),color-stop(77.5%,rgba(0,0,0,.394)),color-stop(84.5%,rgba(0,0,0,.419)),color-stop(91.9%,rgba(0,0,0,.434)),to(rgba(0,0,0,.44)));background:-o-linear-gradient(bottom,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%);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;-ms-touch-action:none;touch-action:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;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{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:-webkit-box;display:-ms-flexbox;display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}*{-webkit-box-sizing:border-box;box-sizing:border-box;outline:0!important}body{font-family:Gilroy-Regular;font-size:16px;height:100%;padding:0;margin:0;line-height:1;color:#434343;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}.main-wrapper{padding-top:90px;overflow:hidden}
@media only screen and (max-width:991px/*1170.98px*/){.main-wrapper{padding-top:222px}}
.wrapper{padding:40px 0}@media only screen and (max-width:1170.98px){.wrapper{padding:15px 0}}img{max-width:100%;width:auto;height:auto;display:block}a{outline:0;-webkit-tap-highlight-color:transparent}button,input{font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1}h1,h2,h3,h4,h5{margin-top:0;line-height:1.2}ol,ul{margin-top:0;padding:0}ul{list-style:none;}p{margin-top:0;line-height:1.2}p:last-child{margin-bottom:0}p:not(:last-child){margin-bottom:15px}figure{display:block;margin:0}.table-responsive{overflow-x:auto;margin-bottom:30px}@media only screen and (max-width:991px/*1023.98px*/){.table-responsive{border:1px solid #cdcdcd}.table-responsive table tr td{padding:10px 15px}}.container{width:100%;max-width:1170px;margin:0 auto;padding:0 15px}@media only screen and (max-width:1170.98px){.container{max-width:100%}}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.row>*{padding:0 15px}[class^=col-]{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.col-1{width:8.333333%}.col-2{width:16.666667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.666667%}.col-6{width:50%}.col-7{width:58.333333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.333333%}.col-11{width:91.666667%}.col-12{width:100%}.col-five{width:20%}@media only screen and (max-width:1170.98px){.col-12-lg{width:100%}.col-6-lg{width:50%}.col-4-lg{width:33.33333%}.col-3-lg{width:25%}.col-7-lg{width:58.333333%}.col-9-lg{width:75%}}@media only screen and (max-width:991px/*1023.98px*/){.col-3-md{width:25%}.col-6-md{width:50%}.col-9-md{width:75%}.col-12-md{width:100%}}@media only screen and (max-width:767.98px){.col-12-sm{width:100%}.col-6-sm{width:50%}.col-5-sm{width:41.666667%}.col-7-sm{width:58.333333%}}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-arrow{top:50%;z-index:100;-webkit-transform:translateY(calc(-50% - 30px));-ms-transform:translateY(calc(-50% - 30px));transform:translateY(calc(-50% - 30px));cursor:pointer}.swiper-arrow:hover .icon{fill:#cae707}.swiper-arrow .icon{fill:#7b0404;width:52px;height:100px;-webkit-transition:fill .3s;-o-transition:fill .3s;transition:fill .3s}@media only screen and (max-width:767.98px){.swiper-arrow .icon{width:30px;height:30px}}.swiper-pagination-bullets{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.swiper-pagination-bullet{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:12px;height:12px;border:2px solid #7b0404;border-radius:50%;background-color:#fff;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s;margin:0 2.5px;display:block;cursor:pointer}.swiper-pagination-bullet-active{background-color:#7b0404;cursor:default}.swiper-button{-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;opacity:1}.swiper-button-disabled{opacity:0}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}@media only screen and (max-width:991px/*1023.98px*/){.slider{padding-left:30px;padding-right:30px;overflow:hidden}.slider-wrap{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;margin-left:0!important;margin-right:0!important}.slider-wrap__item{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}}.certificates{margin:-30px}@media only screen and (max-width:991px/*1023.98px*/){.certificates{padding:0 15px}}.certificates__grid{height:100%;margin-bottom:0!important}.certificates__grid-wrap{max-height:940px}@media only screen and (max-width:991px/*1023.98px*/){.certificates__grid-wrap{max-height:initial!important;overflow:visible!important}}.certificates__grid .certificates-scrollbar{margin-top:0}@media only screen and (max-width:991px/*1023.98px*/){.certificates__grid .certificates-scrollbar{margin-top:30px}}.certificates__grid .swiper{height:100%;padding-bottom:0!important}.certificates__grid .swiper-slide{height:calc((100% - 60px)/ 2)!important}.certificates .swiper{overflow:visible;padding:30px}.certificates .swiper-slide{height:auto}.certificates__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}.certificates__item a{-webkit-box-shadow:0 15px 20px rgba(0,0,0,.05);box-shadow:0 15px 20px rgba(0,0,0,.05);display:block;margin-bottom:15px;-webkit-transition:-webkit-box-shadow .3s;transition:-webkit-box-shadow .3s;-o-transition:box-shadow .3s;transition:box-shadow .3s;transition:box-shadow .3s,-webkit-box-shadow .3s;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.certificates__item a img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.certificates__item:hover a{-webkit-box-shadow:0 15px 20px rgba(123,4,4,.065);box-shadow:0 15px 20px rgba(123,4,4,.065)}.certificates__item-title{color:#7b0404;font-family:Gilroy-Medium;text-align:center;line-height:1.2;padding:0 15px;cursor:pointer;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;min-height:40px;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}.certificates-scrollbar{position:relative;margin-top:30px;bottom:0;z-index:50;height:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.certificates-scrollbar:after{content:"";width:100%;height:1px;position:absolute;left:0;background:#434343}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:#7b0404;left:0;top:0}.swiper-grid-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-button__prev{left:0;z-index:10;top:50%;display:none;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width:991px/*1023.98px*/){.swiper-button__prev{display:block}}.swiper-button__prev .icon{width:30px;height:30px;fill:#7b0404}.swiper-button__next{right:0;z-index:10;top:50%;display:none;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (max-width:991px/*1023.98px*/){.swiper-button__next{display:block}}.swiper-button__next .icon{width:30px;height:30px;fill:#7b0404}.fancybox__thumbs{display:none}.slider .slider-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}@font-face{font-family:Gilroy-Regular;font-weight:400;font-style:normal;font-display:swap;src:url(../fonts/gilroy/Gilroy-Regular.woff2) format("woff2"),url(../fonts/gilroy/Gilroy-Regular.woff) format("woff")}@font-face{font-family:Gilroy-Medium;font-weight:500;font-style:normal;font-display:swap;src:url(../fonts/gilroy/Gilroy-Medium.woff2) format("woff2"),url(../fonts/gilroy/Gilroy-Medium.woff) format("woff")}@font-face{font-family:Gilroy-SemiBold;font-weight:600;font-style:normal;font-display:swap;src:url(../fonts/gilroy/Gilroy-SemiBold.woff2) format("woff2"),url(../fonts/gilroy/Gilroy-SemiBold.woff) format("woff")}@font-face{font-family:Gilroy-Bold;font-weight:700;font-style:normal;font-display:swap;src:url(../fonts/gilroy/Gilroy-Bold.woff2) format("woff2"),url(../fonts/gilroy/Gilroy-Bold.woff) format("woff")}@font-face{font-family:"Arian AM USerif";font-weight:400;font-style:normal;font-display:swap;src:url(../fonts/ArianAmuSerif/arianamuserif.woff2) format("woff2"),url(../fonts/ArianAmuSerif/arianamuserif.woff) format("woff")}@font-face{font-family:"Arian AM USerif Bold";font-weight:700;font-style:normal;font-display:swap;src:url(../fonts/ArianAmuSerifBold/arianamuserifbold.woff2) format("woff2"),url(../fonts/ArianAmuSerifBold/arianamuserifbold.woff) format("woff")}.h1,h1{font-size:36px;font-weight:400}@media only screen and (max-width:1170.98px){.h1,h1{font-size:28px}}.h1 span,h1 span{color:#7b0404}
.h2,
h2 {
  /* margin-top: 20px; */
  font-size: 36px;
  font-weight: 400
}

@media only screen and (max-width:1170.98px) {
  .h2,
  h2 {
    /* margin-top: 16px; */
    font-size: 28px
  }
}
.h2 span,h2 span{color:#7b0404}.h3,h3{font-size:36px;font-weight:400}@media only screen and (max-width:1170.98px){.h3,h3{font-size:28px}}.h3 span,h3 span{color:#7b0404}.text-muted{color:#393939}.text-20{font-size:20px}.text-18{font-size:18px}.text-16{font-size:16px}.text-14{font-size:14px}.text-12{font-size:12px}.text-right{text-align:right}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}@media only screen and (max-width:1170.98px){.text-left-lg{text-align:left}}.w-300{font-weight:300}.w-400{font-weight:400!important}.w-500{font-weight:500!important}.w-600{font-weight:600!important}.w-700{font-weight:700!important}.text-secondary{font-family:Nunito,sans-serif}.text-block__info{font-family:Nunito,sans-serif;font-size:16px;padding:20px;background:#f2f2f2;border-left:4px solid #7b0404;margin-bottom:30px!important}
.text-block .title {
  margin-bottom: 20px
}

.text-block p {
  margin-bottom: 15px
}

.text-block p strong {
  font-size: 20px;
  /*color:#7b0404;*/
  font-family: Gilroy-Bold
}

.text-block a {}

.text-block a:hover {
  text-decoration: none;
}

.text-block blockquote strong {
  font-size: inherit;
}

.text-block ul,
.text-block ol {
  padding-left: 40px;
}

.text-block ul{margin-bottom:30px}
.text-block ul li {
  /* padding-left: 22px; */
  padding-left: 0;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
}
.text-block ul li:not(:last-child){margin-bottom:10px}
.text-block ul li:before {
  content: "";
  /* width: 12px; */
  /* max-width: 12px; */
  /* height: 12px; */
  /* margin-right: 10px; */
  /* top: 5px; */
  /* left: 0; */
  width: 6px;
  height: 6px;
  position: absolute;
  top: 8px;
  left: -18px;
  background-color: #7b0404;
  border-radius: 50%;
}
.text-block li a {
  /*display: block;*/
  display: inline-block;
  position: relative;
  /* color: #434343; */
  color: var(--theme-red);
  /* text-decoration: none; */
}
.text-block li a:before {
  content: attr(data-text);
  position: absolute;
  top: -1px;
  /* left: -1px; */
  /* font-weight: 700; */
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}
.text-block li a:hover:before{opacity:1}
.text-block--services li a {
  text-decoration: none;
  color: #434343;
}
.text-block h1,
.text-block h2 {
  font-size: 36px;
  margin-bottom: 0
}

.text-block h3,
.text-block h4 {
  margin-bottom: 0
}

@media only screen and (max-width:1170.98px) {
  .text-block h1,
  .text-block h2
  /*,.text-block h3,
  .text-block h4*/
    {
    font-size: 28px
  }
}

.text-block h1 strong,
.text-block h2 strong,
.text-block h3 strong,
.text-block h4 strong {
  color: #7b0404;
  font-weight: 400
}
.file-block ul li {
  font-size: 18px;
  line-height: 1.2;
  display: none
}

.file-block ul li:nth-child(-n+4) {
  display: block
}

.file-block ul li:not(:last-child) {
  margin-bottom: 10px
}

.file-block ul li a {
  position: relative;
  color: inherit;
  text-decoration: none;
  /* color: #7b0404; */
}

.file-block ul li a:before {
  /* left: 25px; */
  /* font-weight: 700; */
  content: attr(data-text);
  position: absolute;
  top: -1px;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.file-block ul li a:hover:before {
  opacity: 1
}
.file-block ul li .icon{width:20px;height:18px;fill:#7b0404;margin-right:5px}/*.page-content.text-block h3{font-size:32px}*/.page-content p{line-height:1.5}.page-content ul li{font-size:16px;line-height:1.5}.lawyer .price__wrap-item .price__wrap-item-block-header{pointer-events:none}img{display:block;max-width:100%;width:auto;height:auto}.cover{-o-object-fit:cover;object-fit:cover}.rounded{border-radius:50%}.avatar{width:96px;height:96px}@media only screen and (max-width:991px/*1023.98px*/){.avatar{width:60px;height:60px}}.avatar__md{width:50px;height:50px;margin-right:15px}.mix{mix-blend-mode:multiply}.icon__wrap{padding:15px}.icon__wrap-full{padding-top:30px;padding-bottom:30px}.icon__item a{text-decoration:none;color:#434343;padding:10px 0}.icon__item a:hover .title{color:#7b0404}.icon__item a img{margin-bottom:15px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-height:74px}.icon__item a p{padding:0 3px;font-size:15px}.icon__item a p.title{font-size:20px;margin-bottom:10px;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}.icon__item p{margin-bottom:0;padding:0 15px}.icon__item p strong{color:#7b0404}.icon__stroke{fill:none;stroke:currentColor}.icon__fill{fill:currentColor}.list__services:last-child{margin-bottom:0!important}.list__services-rows .row{display:none}.list__services-rows .row:nth-child(2){display:-webkit-box;display:-ms-flexbox;display:flex}.list__services-rows ul>li{display:block!important}.list__services.full .row,.list__services.toggled .row{display:-webkit-box;display:-ms-flexbox;display:flex}.list__services.full ul li,.list__services.toggled ul li{display:-ms-inline-grid!important;display:inline-grid!important}.list__services.full ul li ul li,.list__services.toggled ul li ul li{display:block!important}.list__services.full .btn,.list__services.toggled .btn{display:none}.list__services-img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:35px;max-width:35px}.list__services-img img{max-width:30px}.list__services ul{margin-bottom:0}.list__services ul.service-list{-webkit-column-count:3;-moz-column-count:3;column-count:3}@media only screen and (max-width:1170.98px){.list__services ul.service-list{-webkit-column-count:1;-moz-column-count:1;column-count:1}}.list__services ul>li{display:none;margin-bottom:10px;width:100%}@media only screen and (max-width:1170.98px){.list__services ul>li{width:100%}}.list__services ul>li:nth-child(-n+9){display:-ms-inline-grid;display:inline-grid}.list__services ul>li a{font-size:18px;color:#434343;text-decoration:none;line-height:1.2;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;position:relative}.list__services ul>li a:before{content:attr(data-text);position:absolute;/*left:35px;font-weight:700;*/opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}.list__services ul>li a:hover:before{opacity:1}.list__services ul>li>ul{padding-left:35px}.list__services ul>li>ul>li{display:none!important;margin-bottom:0;margin-top:10px}.list__services ul>li>ul>li:nth-child(-n+3){display:block!important}.list__services ul>li>ul>li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;line-height:1.2}.list__services ul>li>ul>li a:before{left:16px}.list__services ul>li>ul>li a:after{content:"";-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:6px;max-width:6px;height:6px;background-color:#7b0404;margin-right:10px;position:relative;top:7px}.form .h2,.form h2{margin-bottom:10px}.form form input:not([type=checkbox],[type=submit]){background-color:transparent;border:none;border-bottom:1px solid #fff;width:100%;padding:10px;color:#fff}.form form input[type=checkbox]{-webkit-appearance:auto;margin-right:10px}.form form select{background-color:transparent;border:none;border-bottom:1px solid #fff;width:100%;padding:10px;color:#fff;font-family:Gilroy-Regular}.form form select option{color:#434343}.form form label{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:100%;font-size:14px}.form form .btn{padding-left:30px;padding-right:30px}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;color:#fff}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{opacity:0}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;-moz-transition:opacity .3s ease;transition:opacity .3s ease;color:#fff}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{opacity:0}.star-rating{font-family:stars;font-size:22px;position:relative;overflow:hidden;width:5em;height:22px}.star-rating:before{content:"\e901\e901\e901\e901\e901";color:#f2994a;position:absolute;top:0;left:0}.star-rating span{height:22px;font-size:0;position:absolute;top:0;left:0;float:left;overflow:hidden}.star-rating span:before{content:"\e900\e900\e900\e900\e900";font-size:22px;color:#f2994a}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{display:none;margin:0}input{appearance:textfield;-webkit-appearance:none;-moz-appearance:textfield}.btn{text-decoration:none;text-transform:uppercase;border-radius:3px;display:inline-block;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;border:none;cursor:pointer;border-radius:5px;font-size:16px;font-family:Gilroy-Regular}.btn__primary{background-color:#7b0404;color:#fff;border:2px solid #7b0404}.btn__primary:hover{background-color:transparent}.btn__primary-outline{border:2px solid #7b0404;color:#fff}.btn__primary-outline:hover{color:#7b0404;background-color:transparent;border-color:#7b0404}.btn__primary-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn__primary-icon .icon__btn{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:30px;max-width:30px;height:30px;border-radius:50%;background-color:#fff;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;color:#434343;margin-left:15px;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.btn__primary-icon .icon__btn .icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:18px;height:18px}.btn__primary-icon:hover .icon__btn{background-color:#f2f2f2}.btn__white{color:#fff}.btn__white-outline{border:2px solid #fff;background-color:transparent}.btn__white-outline:hover{background-color:#fff;color:#434343}.btn__grey{background-color:#f2f2f2;-webkit-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.btn__grey-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #f2f2f2;padding-top:8px!important;padding-bottom:8px!important}.btn__grey-vertical.active .icon__btn{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.btn__grey-vertical .icon__btn{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:30px;max-width:30px;height:30px;border-radius:50%;background-color:#fff;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;color:#434343;margin-left:60px;-webkit-transition:background-color .3s,-webkit-transform .3s;transition:background-color .3s,-webkit-transform .3s;-o-transition:background-color .3s,transform .3s;transition:background-color .3s,transform .3s;transition:background-color .3s,transform .3s,-webkit-transform .3s}.btn__grey-vertical .icon__btn .icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:18px;height:18px}.btn__grey-vertical:hover{background-color:#fff}.btn__grey-vertical:hover .icon__btn{background-color:#f2f2f2}.btn__lg{padding:15px 11px}.btn__md{padding:9px 10px}.read-more{text-decoration:none;color:#7b0404;font-family:Gilroy-Bold;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.read-more:hover{color:#434343}.read-more .icon{width:10px;height:10px;fill:currentColor;margin-left:5px;display:block;position:relative;top:1px}.page__header img{min-height:285px;-o-object-fit:cover;object-fit:cover}.title .line{margin-left:15px}.line{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:95px;max-width:95px;height:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (max-width:991px/*1023.98px*/){.line{width:50px;max-width:50px}}.line:after{content:"";height:3px;width:60px;background-color:#7b0404;position:absolute;left:0}@media only screen and (max-width:991px/*1023.98px*/){.line:after{width:30px}}.line:before{content:"";width:100%;height:1px;position:absolute}.line__light:before{background-color:#fff}.line__dark:before{background-color:#434343}.breadscrumb{font-size:14px;margin-top:15px}.breadscrumb a{color:#434343;text-decoration:none}.breadscrumb>span:last-child{color:#7b0404}.header{position:fixed;left:0;top:0;width:100%;background-color:#fff;z-index:100;-webkit-box-shadow:0 15px 20px rgba(0,0,0,.05);box-shadow:0 15px 20px rgba(0,0,0,.05)}@media only screen and (max-width:991px/*1170.98px*/){.header{position:absolute}}.header.sticky .header__nav-mobile{position:fixed;width:100%;top:0;-webkit-box-shadow:0 15px 20px rgba(0,0,0,.05);box-shadow:0 15px 20px rgba(0,0,0,.05)}
.header__logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #7b0404;
  text-decoration: none;
  color: #fff;
  padding: 13px 21px 13px 18px;
}
.header__licence{/*-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.header__licence p{margin-bottom:0;*/line-height:1.5}
.header__locaton {
  padding-right: 15px;
  padding-left: 3px;
  margin-left: 15px;
  position: relative;
  /* border-left: 1px solid #ddd; */
  white-space: nowrap
}
.header__locaton::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ddd;
}
.header__locaton-icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:46px;max-width:46px;height:46px; margin-right: 4px;}
.header__locaton-icon .icon{width:100%;height:100%}.header__locaton-text{line-height:1.3}@media only screen and (max-width:991px/*1170.98px*/){.header__locaton-text{position:absolute;background-color:#fff;top:calc(100% + 17px);padding:10px;border-radius:10px;width:200px;left:-80px;text-align:center;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;opacity:0;z-index:-1;pointer-events:none}}.header__locaton-text span{font-size:18px}@media only screen and (max-width:991px/*1170.98px*/){.header__locaton-text span{font-size:14px}}.header__locaton-text a{text-decoration:none;color:#7b0404}@media only screen and (max-width:991px/*1170.98px*/){.header__locaton-text a{-ms-flex-wrap:wrap;flex-wrap:wrap}}.header__locaton-text a span{display:block}.header__locaton-text a span:nth-child(2){margin-right:10px}@media only screen and (max-width:991px/*1170.98px*/){.header__locaton-text a span:nth-child(2){margin-right:0;text-align:left}}.header__locaton-text a span:last-child{font-size:16px;position:relative;top:2px}@media only screen and (max-width:991px/*1170.98px*/){.header__locaton-text a span:last-child{width:100%;font-size:14px;text-align:left}}.header__locaton-text a svg{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:18px;max-width:18px;height:18px;margin-right:5px}
.header__phone{border-left:1px solid #ddd;padding-left:15px;margin-left:auto/*15px*/;white-space:nowrap}
@media only screen and (max-width:991px/*1170.98px*/){.header__phone{padding:10px 0;padding-left:0;margin-left:0;border-left:none}}.header__phone-icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:36px;max-width:36px;height:36px;margin-right:10px}@media only screen and (max-width:991px/*1170.98px*/){.header__phone-icon{width:20px;max-width:20px;height:20px}}.header__phone-icon .icon{width:100%;height:100%}.header__phone-text{line-height:1.3}.header__phone a{display:block;text-decoration:none}@media only screen and (max-width:991px/*1170.98px*/){.header__phone a{color:#434343!important}.header__phone a span{color:#7b0404!important}}.header__phone a:first-child{text-decoration:none;font-size:18px;color:#434343}.header__phone a:first-child span{color:#7b0404}.header__phone a:last-child{color:#7b0404}.header__nav{background-color:#5e5e5e}.header__nav-mobile{background-color:#5e5e5e;padding:5px 0}.header__nav-mobile button{background-color:transparent;padding:0;border:none;color:#fff;font-size:0}.header__nav-mobile button .icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:30px;max-width:30px;height:30px;/*margin-right:10px;*/display:block}.header__nav-mobile-location.active button{color:#7b0404}.header__nav-mobile-location.active #location:after{opacity:1}.header__nav-mobile-location.active .header__locaton-text{opacity:1;pointer-events:all}.header__nav-mobile-menu{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;height:100%}.header__nav-mobile-menu:after{content:"";height:220px;background-color:#fff;position:absolute;top:0;width:200px;-webkit-filter:drop-shadow(0 0 2.5px rgba(0, 0, 0, .35));filter:drop-shadow(0 0 2.5px rgba(0, 0, 0, .35));z-index:-1;margin:0 -10px;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;opacity:0;pointer-events:none}.header__nav-mobile-menu.active:after{z-index:1;opacity:1}.header__nav-mobile-menu.active button{position:relative;z-index:2;color:#434343;font-size:16px}.header__nav-mobile-menu.active button .icon{color:#7b0404}.header__nav-mobile-menu.active nav{opacity:1;pointer-events:all}.header__nav-mobile-menu nav{position:absolute;top:100%;z-index:2;border-top:1px solid #ddd;padding-top:7px;width:180px;opacity:0;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;pointer-events:none}.header__nav-mobile-menu nav ul{margin-bottom:0}.header__nav-mobile-menu nav ul li a{display:block;padding:5px 3px;text-decoration:none;color:#434343}.header__nav nav ul{margin-bottom:0}.header__nav nav ul li:not(:last-child){margin-right:45px}.header__nav nav ul li a{font-size:18px;text-transform:uppercase;color:#fff;text-decoration:none;/*padding:16px 0;*/display:block;position:relative;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;/*letter-spacing:1px*/}.header__nav nav ul li a:before{content:attr(data-text);position:absolute;left:0;font-weight:700;opacity:0;-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.header__nav nav ul li a:after{content:"";position:absolute;left:0;top:38px;width:100%;height:1px;background-color:#fff;-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;opacity:0}.header__nav nav ul li a:hover{text-shadow:0 0 0 #fff}.header__nav nav ul li a:hover:before{opacity:1}.header__nav nav ul li a:hover:after{opacity:1}/*@media only screen and (max-width:991px/*1170.98px*/){.header__nav-lang{margin-right:-15px}}*/.header__nav-lang ul{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__nav-lang ul li:first-child{border-right:1px solid #fff}/*@media only screen and (max-width:991px/*1170.98px*/){.header__nav-lang ul li:first-child{border-right-color:#434343}}*/.header__nav-lang ul li.current-lang a{font-family:Gilroy-Bold;pointer-events:none}.header__nav-lang ul li.current-lang a:after{content:"";width:calc(100% - 30px);height:1px;top:calc(100% + 2px);position:absolute;left:15px;background-color:#fff}@media only screen and (max-width:991px/*1170.98px*/){.header__nav-lang ul li.current-lang a:after{background-color:#434343}}.header__nav-lang ul li a{text-decoration:none;color:#fff;padding:0 15px;position:relative;display:block}@media only screen and (max-width:991px/*1170.98px*/){.header__nav-lang ul li a{color:#434343}}.logo{width:278px}@media only screen and (max-width:991px/*1170.98px*/){.logo{align-items:center;max-width:initial;width:calc(100% + 30px);margin:0 -15px}.logo__img{margin-right:10px}}
.logo__title {
  position: relative;
  top: -3px;
  font-family: "Arian AM USerif Bold";
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.logo__description{margin-top: 2px;font-family:"Arian AM USerif";font-size:11px;letter-spacing:2px;text-transform:uppercase}/*.logo a{width: 100%;text-decoration:none;color:#fff;padding:14px 15px 13px}*/#location{position:relative;font-size:24px}#location:after{display:inline-block;width:0;height:0;margin-left:.3em;vertical-align:middle;content:"";border-width:.25rem;border-bottom:.3em solid #fff;border-right:.3em solid transparent;border-left:.3em solid transparent;position:absolute;left:0;top:calc(100% + 10px);-webkit-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s;opacity:0}
.footer__logo {
  max-width: 263px;
  margin-left: -7px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #fff;
}
@media only screen and (max-width:1170.98px) {
  .footer__logo {
    max-width: 263px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px
  }
}

.footer__logo a {
  padding: 0;
  margin-bottom: 30px;
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width:1170.98px) {
  .footer__logo a {
    margin-bottom: 10px
  }
}
.footer__logo .line{margin-left:7px}@media only screen and (max-width:1170.98px){.footer__logo .line{margin-left:3px}}.footer__top{background:url(../images/src/footer-bg.png) 0 0/cover no-repeat;color:#fff;padding:30px 0}.footer__top-license{line-height: 1.2;}@media only screen and (max-width:1170.98px){.footer__top-license{width:100%;text-align:center}}.footer__top-license p{margin-bottom:15px}.footer__top-license ul{margin-top: 8px;}@media only screen and (max-width:1170.98px){.footer__top-license ul{margin-bottom:0;margin-left:auto;margin-right:auto}}@media only screen and (max-width:1170.98px){.footer__top-license ul li{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer__top-license ul li span{width:initial!important;max-width:initial!important;margin-right:10px}}.footer__top-license ul li:not(:last-child){margin-bottom:2px}.footer__top-license ul li span{line-height:1.2;font-size:14px}.footer__top-license ul li span:first-child{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%;max-width:25%}@media only screen and (max-width:1170.98px){.footer__top nav{width:100%;text-align:center;margin-bottom:20px}}.footer__top nav:last-child{margin-left:60px}@media only screen and (max-width:1170.98px){.footer__top nav:last-child{margin-left:0}}.footer__top nav .title{font-size:18px;text-transform:uppercase;margin-bottom:10px}.footer__top nav ul{margin-bottom:0}.footer__top nav ul li:not(:last-child){margin-bottom:5px}.footer__top nav ul li a{font-size:14px;color:#fff;text-decoration:none;line-height:1.2;-webkit-transition:color .3s ease-in-out;-o-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.footer__top nav ul li a:hover{color:#7b0404}.footer__top nav ul li a span{display:block} nav.footer__contacts ul li:not(:last-child) {margin-bottom: 14px;}.footer__bottom{padding:15px 0}@media only screen and (max-width:1170.98px){.footer__bottom span{width:100%;text-align:center;line-height:1.2}}.page__header-title{background-color:rgba(38,38,38,.7);padding:30px 0;margin-top:-70px;z-index:1;position:relative}.page__header-title .h2,.page__header-title h2{margin-bottom:0;color:#fff;text-align:center}.zoom span{bottom:15px;right:15px;width:32px;height:32px;border-radius:50%;background-color:#f2f2f2;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}.zoom span .icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:18px;max-width:18px;height:18px;fill:#7b0404;-webkit-transition:fill .3s;-o-transition:fill .3s;transition:fill .3s}.zoom:hover span .icon{fill:#434343}.team.toggled .team__wrap-item{display:block!important}@media only screen and (max-width:991px/*1023.98px*/){.team__wrap{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}.team__wrap-item{display:none;margin-bottom:30px}@media only screen and (max-width:991px/*1023.98px*/){.team__wrap-item{margin-bottom:0;display:block;padding:0}}.team__wrap-item:nth-child(-n+4){display:block}.team__wrap-item-img{margin-bottom:15px}.team__wrap-item-img img{width:100%}.team__wrap-item-description .title{font-size:20px;font-family:Gilroy-Bold;line-height:1.2;margin-bottom:5px}.team__wrap-item-description .position{line-height:1.2}.stereotype{position:relative}.stereotype__title{font-family:Gilroy-Bold;font-size:20px;color:#7b0404}.stereotype .subtitle{font-size:28px;text-transform:uppercase;padding:31px 0;color:#7b0404;padding-left:30px}.stereotype .subtitle__bg{background-color:#5e5e5e;color:#fff;z-index:1}.stereotype .subtitle__bg:before{content:"";width:calc(50% - 15px);height:90px;position:absolute;left:0;top:0;background-color:#5e5e5e;z-index:-1}.stereotype__wrap .row .col-6 div{height:100%}.stereotype__wrap .row:nth-child(even) .col-6:first-child div{background-color:#f2f2f2}.stereotype .myths__item div{padding:15px;font-weight:700;line-height:1.2}.stereotype .myths__item div:nth-child(even){background-color:#f2f2f2}.stereotype .facts__item{padding-top:15px;padding-bottom:15px}.stereotype .facts__item p:last-child{margin-bottom:0}.all-team{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.all-team__item{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;max-width:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:15px}@media only screen and (max-width:991px/*1023.98px*/){.all-team__item{width:100%;max-width:100%;background-color:#fff!important;padding:0;height:auto}}.all-team__item-img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:180px;max-width:180px}@media only screen and (max-width:991px/*1023.98px*/){.all-team__item-img{width:100%;max-width:100%;margin-bottom:15px}}.all-team__item-img img{width:100%}.all-team__item-content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 195px);max-width:calc(100% - 195px);padding-left:15px}@media only screen and (max-width:991px/*1023.98px*/){.all-team__item-content{width:100%;max-width:100%;padding-left:0}}.all-team__item-content .title{font-size:20px;color:#7b0404;font-family:Gilroy-Medium;margin-bottom:5px}.all-team__item-content .position{font-size:18px;font-family:Gilroy-Medium;margin-bottom:15px}.all-team__item-content p:last-child{margin-bottom:0}.affairs{margin:0 -15px}@media only screen and (max-width:991px/*1023.98px*/){.affairs{margin:0}.affairs .docs-pagination{display:none}}.affairs.accordion.full .accordion__item,.affairs.accordion.toggled .accordion__item{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}@media only screen and (max-width:991px/*1023.98px*/){.affairs.accordion.full .accordion__item,.affairs.accordion.toggled .accordion__item{display:block!important}}.affairs__item{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:30px 15px}@media only screen and (max-width:991px/*1023.98px*/){.affairs__item{display:block!important;padding:0;height:auto}}.affairs__item:nth-child(-n+3){display:-webkit-box;display:-ms-flexbox;display:flex}@media only screen and (max-width:991px/*1023.98px*/){.affairs__item:nth-child(-n+3){display:block!important}}.affairs__item:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;background-color:#f2f2f2}@media only screen and (max-width:991px/*1023.98px*/){.affairs__item:nth-child(even){background-color:#fff}}.affairs__item-img{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:165px;max-width:165px;-webkit-filter:drop-shadow(0 0 2.5px rgba(0, 0, 0, .35));filter:drop-shadow(0 0 2.5px rgba(0, 0, 0, .35))}@media only screen and (max-width:991px/*1023.98px*/){.affairs__item-img{width:100%;max-width:100%;margin-bottom:15px}}.affairs__item-img a{display:none}@media only screen and (max-width:991px/*1023.98px*/){.affairs__item-img a{display:none!important}}.affairs__item-img a span{bottom:10px;right:10px}.affairs__item-img a:first-child{display:block}@media only screen and (max-width:991px/*1023.98px*/){.affairs__item-img a:first-child{display:block!important}}.affairs__item-img a img{width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.affairs__item-content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 195px);max-width:calc(100% - 195px)}@media only screen and (max-width:991px/*1023.98px*/){.affairs__item-content{width:100%;max-width:100%}}.affairs__item-content .title{font-size:20px;font-family:Gilroy-Bold;margin-bottom:15px}.affairs__item-content p{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:5px}@media only screen and (max-width:991px/*1023.98px*/){.affairs__item-content p{-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center}}.affairs__item-content p span:first-child{font-family:Gilroy-Bold;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:10%}@media only screen and (max-width:1170.98px){.affairs__item-content p span:first-child{width:12%}}@media only screen and (max-width:991px/*1023.98px*/){.affairs__item-content p span:first-child{width:100%;margin-bottom:10px}}.affairs__item-content p span:last-child{line-height:1.2}.affairs__item-content a{text-decoration:none;color:#7b0404;margin-top:20px;display:block}@media only screen and (max-width:991px/*1023.98px*/){.affairs__item-content a{text-align:center;margin-top:0}}.arbitr__icons-item p{line-height:1.5}.arbitr__icons-item:first-child .icon__item-img:before{content:url(../images/src/leline1.png);position:absolute;bottom:0;left:0}.arbitr__icons-item:nth-child(2) .icon__item-img:before{content:url(../images/src/2line4.png);position:absolute;bottom:0;left:-37px}.arbitr__icons-item:nth-child(3) .icon__item-img:before{content:url(../images/src/2line4.png);position:absolute;bottom:0;left:-37px}.arbitr__icons-item:nth-child(4) .icon__item-img:before{content:url(../images/src/2line4.png);position:absolute;bottom:0;left:-37px}.arbitr__icons-item:nth-child(4) .icon__item-img:after{content:url(../images/src/riline2.png);position:absolute;bottom:0;right:0}.price__full .price__wrap .price__wrap-item-block-header{pointer-events:none}.price__full .price__wrap .price__wrap-item-block-header-currency .icon{display:none}.price__wrap-item:not(:last-child){margin-bottom:30px}.price__wrap-item-title{font-size:20px;color:#7b0404;font-family:Gilroy-Medium}.price__wrap-item-block-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.price__wrap-item-block-header.active .price__wrap-item-block-header-currency .icon{-webkit-transform:none;-ms-transform:none;transform:none}.price__wrap-item-block-header-title{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:80%;max-width:80%;background-color:#5e5e5e;font-size:26px;color:#fff;padding:15px}@media only screen and (max-width:767.98px){.price__wrap-item-block-header-title{font-size:18px;width:60%;max-width:60%}}.price__wrap-item-block-header-currency{font-size:24px;color:#7b0404;padding-left:15px;white-space:nowrap;position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:20%;max-width:20%}@media only screen and (max-width:991px/*1023.98px*/){.price__wrap-item-block-header-currency{white-space:normal}}@media only screen and (max-width:767.98px){.price__wrap-item-block-header-currency{font-size:18px;width:30%;max-width:30%}}.price__wrap-item-block-header-currency span{font-size:16px;color:#434343}@media only screen and (max-width:991px/*1023.98px*/){.price__wrap-item-block-header-currency span{display:block}}@media only screen and (max-width:767.98px){.price__wrap-item-block-header-currency span{font-size:12px}}.price__wrap-item-block-header-currency .icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:30px;max-width:30px;height:30px;fill:#434343;position:absolute;right:15px;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}@media only screen and (max-width:991px/*1023.98px*/){.price__wrap-item-block-header-currency .icon{width:20px;max-width:20px;height:20px;top:10px;right:0}}.price__wrap-item-block-content-row{display:-webkit-box;display:-ms-flexbox;display:flex}.price__wrap-item-block-content-row:nth-child(even){background-color:#f2f2f2}.price__wrap-item-block-content-row span{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;padding:15px}@media only screen and (max-width:767.98px){.price__wrap-item-block-content-row span{padding:10px}}.price__wrap-item-block-content-row span:first-child{width:80%;max-width:80%}@media only screen and (max-width:767.98px){.price__wrap-item-block-content-row span:first-child{width:60%;max-width:60%}}.price__wrap-item-block-content-row span:last-child{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.video p:not(:last-child){margin-bottom:30px}.video p:last-child{margin-bottom:0}.lawyer__description{padding:15px 0}.lawyer__description-title{font-family:Gilroy-Bold;margin-bottom:0}.lawyer__description-position{margin-bottom:0}.lawyer__description-phone{font-size:28px;color:#434343;font-family:Gilroy-Bold;margin-right:30px;text-decoration:none;-webkit-transition:color .3s;-o-transition:color .3s;transition:color .3s}@media only screen and (max-width:991px/*1023.98px*/){.lawyer__description-phone{margin-right:0;margin-bottom:15px}}.lawyer__description-phone:hover{color:#7b0404}.accordion.full .accordion__item{display:block!important}.accordion.full .accordion__btn{display:none}.accordion.toggled .accordion__item{display:block!important}.help__wrap{padding:15px;margin-left:-15px;margin-right:-15px}.help__wrap-title p{font-size:18px;font-family:Gilroy-Medium}.help__wrap-title p:first-child{font-size:20px;color:#7b0404;margin-bottom:0}.help__wrap-title p:last-child{margin-bottom:15px}.help__wrap ol{counter-reset:counters}.help__wrap ol li{counter-increment:counters;line-height:1.2}.help__wrap ol li:not(:last-child){margin-bottom:15px}.help__wrap ol li:before{content:counter(counters) ".";margin-right:5px}.bg__light{background-color:#f2f2f2}
.bg__form {
  padding: 30px;
  color: #fff;
  /* background: url(../images/dest/form-1.png) 0 0/cover no-repeat; */
}

.bg__form::after {
  content: '';
  display: inline-block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw + 8px);
  z-index: -1;
  background-image: url(../images/dest/form-1.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.bg__white{background-color:#fff}.consultation{background:url(../images/dest/consult-bg.jpg) 0 0/cover no-repeat;color:#fff;padding:80px 0}@media only screen and (max-width:991px/*1023.98px*/){.consultation{padding:30px 15px}}.consultation .btn{width:360px}.bs-primary{-webkit-box-shadow:0 10px 20px rgba(47,128,237,.05);box-shadow:0 10px 20px rgba(47,128,237,.05)}.bs-blocks{-webkit-box-shadow:0 20px 40px rgba(0,0,0,.05);box-shadow:0 20px 40px rgba(0,0,0,.05)}.bs-forms{-webkit-box-shadow:0 0 50px rgba(154,192,208,.1);box-shadow:0 0 50px rgba(154,192,208,.1)}.bt{border-top:1px solid #eaeaea}.bb{border-bottom:1px solid #eaeaea}.r-30{border-radius:30px}.r-20{border-radius:20px}.r-10{border-radius:10px}.r-5{border-radius:5px}@media only screen and (max-width:991px/*1023.98px*/){.r-10-md{border-radius:10px}}@media only screen and (max-width:767.98px){.r-0-sm{border-radius:0}}.d-block{display:block}.d-i-block{display:inline-block}.d-none{display:none!important}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-i-flex{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.align-self-end{-ms-flex-item-align:end;align-self:flex-end}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-around{-ms-flex-pack:distribute;justify-content:space-around}.row-reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.column-reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.hidden{width:0;height:0;visibility:hidden;display:block}@media only screen and (max-width:1170.98px){.d-flex-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.nowrap-lg{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.d-none-lg{display:none!important}.d-block-lg{display:block!important}.flex-wrap-lg{-ms-flex-wrap:wrap;flex-wrap:wrap}.row-reverse-lg{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.column-reverse-lg{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-column-lg{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.justify-center-lg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-end-lg{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-start-lg{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.align-center-lg{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.align-start-lg{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.justify-between-lg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media only screen and (max-width:991px/*1023.98px*/){.justify-center-md{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-start-md{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex-column-md{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.align-center-md{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.d-flex-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-none-md{display:none!important}.d-block-md{display:block!important}}@media only screen and (max-width:767.98px){.d-none-sm{display:none}.d-flex-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.align-start-sm{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.justify-between-sm{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-start-sm{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex-column-sm{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.priority{z-index:10}.overflow{overflow:hidden}.w-100{width:100%}.h-100{height:100%}.vw-100{width:100vw}.vh-100{height:100vh}.h-auto{height:initial}@media only screen and (max-width:1170.98px){.w-65{width:65px;max-width:65px}}@media only screen and (max-width:991px/*1023.98px*/){.w-full{max-width:initial;width:calc(100% + 30px);margin-left:-15px;margin-right:-15px}}.mb-0{margin-bottom:0}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mt-30{margin-top:30px}.mb-30{margin-bottom:30px}.mb-40{margin-bottom:40px}.mb-50{margin-bottom:50px}@media only screen and (max-width:1170.98px){.mb-0-lg{margin-bottom:0}.mb-20-lg{margin-bottom:20px}.mb-30-lg{margin-bottom:30px}}@media only screen and (max-width:991px/*1023.98px*/){.mb-0-md{margin-bottom:0}.mb-15-md{margin-bottom:15px}.mt-15-m{margin-top:-15px}}
