/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,0.1);--f-spinner-color-2:rgba(17,24,28,0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,-150px,0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,150px,0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,0.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,0.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,0.85s) cubic-bezier(0.16,1,0.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255,255,255,0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,0.6);--f-button-active-bg:rgba(0,0,0,0.6);--f-button-hover-bg:rgba(0,0,0,0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,0.3);--f-button-active-bg:rgba(24,24,27,0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left,0)*1px);width:calc(100% - var(--width,0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path:inset(0 calc((var(--f-thumb-width,0) - var(--f-thumb-clip-width,0)) * 0.5 * (1 - var(--progress,0))) round var(--f-thumb-border-radius,0));transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(0.23,1,0.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,0.1),rgba(255,255,255,0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,rgba(255,255,255,0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,0.65);--f-button-hover-bg:rgba(70,70,73,0.65);--f-button-active-bg:rgba(90,90,93,0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}
.cookie_alert_wrapper{left:0;width:100%;position:fixed;transition:all .8s cubic-bezier(.85,.07,.64,.76);z-index:1500;transform:translateY(100%);bottom:0;opacity:0;visibility:hidden;}.cookie_alert_wrapper.active{transform:translateY(0%);bottom:20px;opacity:1;visibility:visible;}.cookie_alert{background:#fff;box-shadow:0 2px 9px rgba(0,0,0,.15);border-radius:12px;margin:0 auto;max-width:740px;padding:16px;display:flex;justify-content:space-between;gap:12px;color:#032542;align-items:center;}.cookie_alert a:hover{text-decoration:none;}.cookie_alert .field--name-body{font-size:12px;}.cookie_alert .btn{font-size:15px;padding:14px 25px;min-width:127px;}.cookie_alert .btn-default:hover{color:#032542;}.cookie_alert p{margin-bottom:0;}.close-zone{display:none;position:absolute;top:0;left:0;right:0;height:40px;}.close-zone .close-el{width:38px;height:4px;position:absolute;top:12px;left:50%;transform:translate(-50%);background:#dddde1;border-radius:2px;}@media screen and (max-width:767px){.close-zone{display:block;}.cookie_alert_wrapper{transform:translateY(0%);}.cookie_alert_wrapper.active{bottom:0;}.cookie_alert{border-bottom-left-radius:0;border-bottom-right-radius:0;padding:32px 15px 15px;}.cookie_alert_wrapper .btn{z-index:5;position:relative;}}@media screen and (max-width:480px){.cookie_alert{display:block;}.cookie_alert .group-right{margin-top:10px;}.cookie_alert .group-right .btn{width:100%;font-size:14px;padding:11px 25px;}}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--next svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
.style-a-100{position:absolute;width:100%;height:100%;top:0;left:0;}.style-title{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}.style-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.style-sm-title{font-size:28px;font-weight:700;color:#41ADFB;}@media screen and (max-width:991px){.style-sm-title{font-size:24px;}}.style-sm-title span{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.style-ul{list-style-type:none;padding:0;margin:0;}.style-ul li{position:relative;margin-bottom:5px;padding-left:17px;}.style-ul li:before{content:'';position:absolute;width:10px;height:10px;background:url('/themes/custom/vesta/img/check-2.webp') no-repeat center;background-size:100%;left:0;top:3px;transition:all 0.4s ease;}.style-ul li .ds-1col{display:flex;justify-content:space-between;}.style-ul li .ds-1col.contextual-region > div:nth-child(1){display:none;}.style-ul li .ds-1col:after{display:none;}.style-ul li .ds-1col div:last-child{white-space:nowrap;text-decoration:line-through;}.style-gradient{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}.style-gradient-2{background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);}.style-ellipse{background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;z-index:-1;}*:not(table) img{max-width:100%;height:auto !important;}body{background:url('/themes/custom/vesta/img/stars.webp') top center #1A1E20;font-family:Arial,sans-serif,Tahoma;color:#fff;font-size:clamp(14px,1.5vw,16px);line-height:normal;margin:0;padding:0;}.tr{transition:all 0.4s ease;}a{transition:all 0.4s ease;}a:not(.btn,.toolbar-tray a){color:#41adfb;}input,select,button{font-family:inherit;}p{margin:0 0 15px 0;}.wr_h1front .views-field-title{margin-bottom:48px;}@media screen and (min-width:768px) and (max-width:991px){.wr_h1front .views-field-title{margin-bottom:35px;}}@media screen and (min-width:575px) and (max-width:767px){.wr_h1front .views-field-title{margin-bottom:25px;}}@media screen and (max-width:575px){.wr_h1front .views-field-title{margin-bottom:20px;}}h1,h2{margin:0 0 25px;}h1.h1-front,h2.h1-front{font-size:clamp(30px,4.5vw,60px);font-weight:700;color:#41ADFB;background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);-webkit-text-fill-color:transparent;background-size:100%;background-clip:text;display:inline;-webkit-background-clip:text;margin:0;}h3,h4,h4,h5,h6{margin:0 0 15px;}h2{font-size:22px;}@media screen and (max-width:767px){h2{font-size:16px;margin-bottom:15px;}}h3{font-size:18px;}#block-vesta-okompanii h3,#block-vesta-okompanii2 h3{font-size:20px;margin-bottom:25px;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-okompanii h3,#block-vesta-okompanii2 h3{font-size:18px;}}@media screen and (max-width:767px){#block-vesta-okompanii h3,#block-vesta-okompanii2 h3{margin-bottom:15px;}}#block-vesta-okompanii h3 u,#block-vesta-okompanii2 h3 u{position:relative;text-decoration:none;}#block-vesta-okompanii h3 u:after,#block-vesta-okompanii2 h3 u:after{content:'';background:url('/themes/custom/vesta/img/line-menu.webp') no-repeat center;width:100%;height:9px;background-size:100% 100%;position:absolute;top:calc(100% + 3px);left:0;z-index:-1;}#block-vesta-kopirayting h3,#block-vesta-seo h3{font-size:20px;margin-bottom:25px;font-weight:400;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-kopirayting h3,#block-vesta-seo h3{font-size:18px;}}@media screen and (max-width:767px){#block-vesta-kopirayting h3,#block-vesta-seo h3{font-size:16px;margin-bottom:15px;}}#block-vesta-kopirayting h3 u,#block-vesta-seo h3 u{text-decoration:none;font-size:40px;}@media screen and (max-width:767px){#block-vesta-kopirayting h3 u,#block-vesta-seo h3 u{font-size:24px;}}ul{margin-top:0;}*,::after,::before{box-sizing:border-box;}#app{position:relative;}@media screen and (max-width:767px){#app{overflow:hidden;}}#app:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;z-index:-1;top:-720px;top:-624px;width:100%;background-position:calc(100% + 555px) 0;right:0;}#app.app-hidden{overflow:hidden;}.flex{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}@media screen and (min-width:575px) and (max-width:767px){.row{margin:0 -9px;}}@media screen and (max-width:575px){.row{margin:0 -9px;}}#header .row{align-items:center;}.bg-calculator .row{margin:0;padding:0 0 0 15px;}@media screen and (max-width:575px){.bg-calculator .row{padding:0 0 0 10px;}}.row > *{padding:0 15px;flex:0 0 auto;width:100%;}@media screen and (min-width:575px) and (max-width:767px){.row > *{padding:0 9px;}}@media screen and (max-width:575px){.row > *{padding:0 9px;}}.container{width:100%;padding:0 15px;margin:0 auto;}@media screen and (min-width:1199px){.container{max-width:1194px;}}@media screen and (min-width:992px) and (max-width:1199px){.container{max-width:960px;}}@media screen and (min-width:768px) and (max-width:991px){.container{max-width:720px;}}@media screen and (min-width:575px) and (max-width:767px){.container{max-width:540px;}}#header .logo{display:flex;justify-content:center;}#header .logo a{color:#FFF;text-decoration:none;}#header .logo img{max-width:100%;}#header .logo .logo-title{font-size:15.3px;display:inline-block;}@media screen and (max-width:767px){#header .logo .logo-title{margin-top:0px;}}@media screen and (min-width:992px) and (max-width:1199px){#header .logo .logo-title{font-size:14.5px;}}@media screen and (max-width:991px){#header .logo .logo-title{display:none;}}#footer .logo{margin-bottom:40px;}@media screen and (min-width:575px) and (max-width:767px){#footer .logo{margin-bottom:17px;}}@media screen and (max-width:575px){#footer .logo{margin-bottom:17px;}}#footer .logo img{max-width:130px;}#footer .logo .logo-title{font-size:11.74px;display:block;}@media screen and (max-width:991px){#footer .logo .logo-title{display:none;}}.btn{border-radius:60px;font-size:16px;font-weight:700;padding:13px 18px;min-width:170px;display:inline-block;text-decoration:none;cursor:pointer;text-align:center;transition:all 0.4s ease;}#block-vesta-views-block-tip-paketa-block-1 .btn{min-width:170px;padding:9px 29px;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-tip-paketa-block-1 .btn{min-width:120px;padding:9px 15px;}}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-tip-paketa-block-1 .btn{min-width:120px;padding:9px 15px;}}.btn.btn-primary{border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);color:#fff;position:relative;z-index:2;overflow:hidden;}.btn.btn-primary:after{content:'';position:absolute;left:2px;top:2px;right:2px;bottom:2px;z-index:-1;transition:all 0.4s ease;opacity:0;background:#042A4B;border-radius:60px;}.btn.btn-primary:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:-2;background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);transition:all 0.4s ease;opacity:0;}.btn.btn-primary:hover,.btn.btn-primary.active{color:#1F87D1;}.btn.btn-primary:hover:after,.btn.btn-primary.active:after,.btn.btn-primary:hover:before,.btn.btn-primary.active:before{opacity:1;}.views-reklama .btn.btn-primary,.bg-calculator .btn.btn-primary{background:#F8953B;border:1px solid #F8953B;}.views-reklama .btn.btn-primary:after,.bg-calculator .btn.btn-primary:after,.views-reklama .btn.btn-primary:before,.bg-calculator .btn.btn-primary:before{display:none;}.views-reklama .btn.btn-primary:hover,.bg-calculator .btn.btn-primary:hover{color:#fff;background:rgba(248,149,59,0.4);}.btn.btn-primary-blue{border:1px solid rgba(31,135,209,0.6);background:#1F87D1;color:#fff;position:relative;z-index:2;overflow:hidden;}.btn.btn-primary-blue:after{content:'';position:absolute;left:2px;top:2px;right:2px;bottom:2px;z-index:-1;transition:all 0.4s ease;opacity:0;background:#042A4B;border-radius:60px;}.btn.btn-primary-blue:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:-2;background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);transition:all 0.4s ease;opacity:0;}.btn.btn-primary-blue:hover,.btn.btn-primary-blue.active{color:#1F87D1;}.btn.btn-primary-blue:hover:after,.btn.btn-primary-blue.active:after,.btn.btn-primary-blue:hover:before,.btn.btn-primary-blue.active:before{opacity:1;}.btn.btn-default{background:#032542;border:2px solid #032542;color:#fff;}.btn.btn-default:hover{background:transparent;}#block-vesta-views-block-tovary-webvesta-block-1 .btn.btn-default:hover{color:#032542;}.modal .btn.btn-default:hover{background:#1F87D1;border-color:#1F87D1;}.btn.btn-default.btn-youtube:hover{background:#1F87D1;border-color:#1F87D1;}.btn.btn-form{background:#1F87D1;border:1px solid #1F87D1;font-weight:600;color:#fff;}.btn.btn-form:hover{border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);}.btn.btn-youtube{padding:7px 25px;}.btn.btn-youtube img{display:inline-block;vertical-align:middle;margin-left:10px;}.views-phonestring{--wd-yamap:60%;--lf-icon:0px;}@media screen and (max-width:991px){.views-phonestring{--wd-yamap:100%;}}.main_page .views-phonestring{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}@media screen and (min-width:575px) and (max-width:767px){.main_page .views-phonestring{margin:0 -9px;}}@media screen and (max-width:575px){.main_page .views-phonestring{margin:0 -9px;}}#header .main_page .views-phonestring{align-items:center;}.bg-calculator .main_page .views-phonestring{margin:0;padding:0 0 0 15px;}@media screen and (max-width:575px){.bg-calculator .main_page .views-phonestring{padding:0 0 0 10px;}}.main_page .views-phonestring > *{padding:0 15px;flex:0 0 auto;width:100%;}@media screen and (min-width:575px) and (max-width:767px){.main_page .views-phonestring > *{padding:0 9px;}}@media screen and (max-width:575px){.main_page .views-phonestring > *{padding:0 9px;}}.main_page .views-phonestring .views-field-field-yandex-map{flex:0 0 var(--wd-yamap);max-width:var(--wd-yamap);}@media screen and (max-width:991px){.main_page .views-phonestring .views-field-field-yandex-map{margin-top:35px;}}@media screen and (min-width:575px) and (max-width:767px){.main_page .views-phonestring .views-field-field-yandex-map iframe{height:300px;}}@media screen and (max-width:575px){.main_page .views-phonestring .views-field-field-yandex-map iframe{height:220px;}}.main_page .views-phonestring .views-field-field-yandex-map .field-content{border-radius:23px;overflow:hidden;}.main_page .views-phonestring .views-field-nothing{align-self:center;flex:0 0 40%;max-width:40%;}@media screen and (max-width:991px){.main_page .views-phonestring .views-field-nothing{flex:0 0 100%;max-width:100%;}}.views-phonestring .views-field-field-city-contact,.views-phonestring .field_adres{position:relative;padding-left:22px;padding-right:20px;display:inline-block;cursor:pointer;}.main_page .views-phonestring .views-field-field-city-contact,.main_page .views-phonestring .field_adres{display:block;margin-bottom:15px;}.views-phonestring .views-field-field-city-contact:after,.views-phonestring .field_adres:after{content:'';background:url('/themes/custom/vesta/img/map.webp') no-repeat center;background-size:100%;width:12px;height:14px;position:absolute;top:0;left:0;}.views-phonestring .views-field-field-city-contact:before,.views-phonestring .field_adres:before{content:'';width:14px;height:14px;background:url('/themes/custom/vesta/img/arrow-down-white.webp') no-repeat center;position:absolute;top:2px;right:0;background-size:100%;}.main_page .views-phonestring .views-field-field-city-contact:before,.main_page .views-phonestring .field_adres:before{display:none;}.views-phonestring .views-field-field-phone-contact,.views-phonestring .field_phone{position:relative;padding-left:23px;display:inline-block;font-size:clamp(16px,1.8vw,18px);}.main_page .views-phonestring .views-field-field-phone-contact,.main_page .views-phonestring .field_phone{display:block;margin-bottom:15px;}.main_page .views-phonestring .views-field-field-phone-contact a,.main_page .views-phonestring .field_phone a{color:#fff;text-decoration:none;}.views-phonestring .views-field-field-phone-contact:after,.views-phonestring .field_phone:after{content:'';background:url('/themes/custom/vesta/img/phone.svg') no-repeat center;width:18px;height:18px;position:absolute;top:2px;left:var(--lf-icon);}@media screen and (max-width:575px){.views-phonestring .views-field-field-phone-contact:after,.views-phonestring .field_phone:after{top:0px;}}.main_page .views-phonestring .field_email{margin-bottom:15px;}.views-phonestring .field_email a{font-size:16px;text-decoration:none;color:#fff;}.commerce-product--view-mode-full.commerce-product--type-default .views-phonestring,.node--type-tipovoy-sayt.node--view-mode-full .views-phonestring,.commerce-product--view-mode-full.commerce-product--type-dizayn .views-phonestring{align-items:center;margin-top:34px;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .views-phonestring,.node--type-tipovoy-sayt.node--view-mode-full .views-phonestring,.commerce-product--view-mode-full.commerce-product--type-dizayn .views-phonestring{margin-top:25px;}}.commerce-product--view-mode-full.commerce-product--type-default .views-phonestring .views-field-field-phone-contact,.node--type-tipovoy-sayt.node--view-mode-full .views-phonestring .views-field-field-phone-contact,.commerce-product--view-mode-full.commerce-product--type-dizayn .views-phonestring .views-field-field-phone-contact{margin-bottom:9px;}.commerce-product--view-mode-full.commerce-product--type-default .views-phonestring header,.node--type-tipovoy-sayt.node--view-mode-full .views-phonestring header,.commerce-product--view-mode-full.commerce-product--type-dizayn .views-phonestring header{flex:0 0 220px;max-width:220px;padding-right:9px;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .views-phonestring header,.node--type-tipovoy-sayt.node--view-mode-full .views-phonestring header,.commerce-product--view-mode-full.commerce-product--type-dizayn .views-phonestring header{flex:0 0 100%;max-width:100%;margin-bottom:15px;}}.commerce-product--view-mode-full.commerce-product--type-default .views-phonestring .views-field-field-phone-contact,.node--type-tipovoy-sayt.node--view-mode-full .views-phonestring .views-field-field-phone-contact,.commerce-product--view-mode-full.commerce-product--type-dizayn .views-phonestring .views-field-field-phone-contact{font-size:16px;padding-left:39px;flex:0 0 calc(100% - 220px);max-width:calc(100% - 220px);}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .views-phonestring .views-field-field-phone-contact,.node--type-tipovoy-sayt.node--view-mode-full .views-phonestring .views-field-field-phone-contact,.commerce-product--view-mode-full.commerce-product--type-dizayn .views-phonestring .views-field-field-phone-contact{flex:0 0 100%;max-width:100%;padding-left:50px;}}.commerce-product--view-mode-full.commerce-product--type-default .views-phonestring .views-field-field-phone-contact a,.node--type-tipovoy-sayt.node--view-mode-full .views-phonestring .views-field-field-phone-contact a,.commerce-product--view-mode-full.commerce-product--type-dizayn .views-phonestring .views-field-field-phone-contact a{color:#fff;text-decoration:none;}.commerce-product--view-mode-full.commerce-product--type-default .views-phonestring .views-field-field-phone-contact:after,.node--type-tipovoy-sayt.node--view-mode-full .views-phonestring .views-field-field-phone-contact:after,.commerce-product--view-mode-full.commerce-product--type-dizayn .views-phonestring .views-field-field-phone-contact:after{content:'';width:29px;height:29px;background:url('/themes/custom/vesta/img/calling.svg') no-repeat;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .views-phonestring .views-field-field-phone-contact:after,.node--type-tipovoy-sayt.node--view-mode-full .views-phonestring .views-field-field-phone-contact:after,.commerce-product--view-mode-full.commerce-product--type-dizayn .views-phonestring .views-field-field-phone-contact:after{left:10px;top:2px;}}.commerce-product--view-mode-full.commerce-product--type-default .views-phonestring .views-field-field-phone-contact .phone-desc,.node--type-tipovoy-sayt.node--view-mode-full .views-phonestring .views-field-field-phone-contact .phone-desc,.commerce-product--view-mode-full.commerce-product--type-dizayn .views-phonestring .views-field-field-phone-contact .phone-desc{display:block;font-size:14px;margin-top:5px;}@media screen and (min-width:768px) and (max-width:991px){.node--type-tipovoy-sayt.node--view-mode-full .views-phonestring .views-field-field-phone-contact{--lf-icon:15px;flex:0 0 100%;max-width:100%;padding-left:50px;margin-top:15px;}}#header{padding:17px 0;position:relative;z-index:10;}@media screen and (max-width:991px){#header{z-index:inherit;}}@media screen and (max-width:575px){#header .row > *{padding:0 5px;}}#header .col-logo{max-width:17%;flex:0 0 17%;}@media screen and (min-width:992px) and (max-width:1199px){#header .col-logo{max-width:20%;flex:0 0 20%;}}@media screen and (max-width:991px){#header .col-logo{max-width:123px;flex:0 0 123px;}}@media screen and (max-width:575px){#header .col-logo{max-width:102px;flex:0 0 102px;padding:0 5px;}}#header .col-right{max-width:83%;flex:0 0 83%;}@media screen and (min-width:992px) and (max-width:1199px){#header .col-right{max-width:80%;flex:0 0 80%;}}@media screen and (max-width:991px){#header .col-right{flex:0 0 calc(100% - 123px - 52px);max-width:calc(100% - 123px - 52px);}}@media screen and (max-width:575px){#header .col-right{flex:0 0 calc(100% - 102px - 43px);max-width:calc(100% - 102px - 43px);}}#header .col-contacts{max-width:calc(100% - 225px);flex:0 0 calc(100% - 225px);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:0;font-size:14px;padding-left:17px;}@media screen and (min-width:1199px){#header .col-contacts{justify-content:initial;}}@media screen and (max-width:767px){#header .col-contacts{padding-left:0;}}@media screen and (max-width:991px){#header .col-contacts{max-width:100%;flex:0 0 100%;}}#header .col-contacts a{color:#fff;text-decoration:none;}#header .col-contacts a:hover{color:#1F87D1;}#header .col-contacts p{margin:0;}#header .col-contacts > *{padding:0 15px;max-width:33.33333%;}@media screen and (min-width:992px) and (max-width:1199px){#header .col-contacts > *{max-width:50%;}}@media screen and (min-width:768px) and (max-width:991px){#header .col-contacts > *{max-width:50%;}}@media screen and (min-width:575px) and (max-width:767px){#header .col-contacts > *{max-width:100%;flex:0 0 100%;}}@media screen and (max-width:575px){#header .col-contacts > *{max-width:100%;flex:0 0 100%;padding:0 5px;}}@media screen and (min-width:1199px){#header .col-contacts .region-email{max-width:30%;flex:0 0 30%;}}@media screen and (min-width:575px) and (max-width:767px){#header .col-contacts .region-email{display:none;}}@media screen and (max-width:575px){#header .col-contacts .region-email{display:none;}}#header .col-contacts .region-email #block-vesta-glavnayapochta{background:url('/themes/custom/vesta/img/mail.svg') no-repeat 0 0;padding-left:26px;padding-top:1px;}@media screen and (min-width:1199px){#header .col-contacts .region-phone{max-width:36.5%;flex:0 0 36.5%;display:flex;justify-content:flex-end;padding-right:42px;}}@media screen and (max-width:767px){#header .col-contacts .region-phone{order:1;margin-bottom:5px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-end;padding-right:10px;}}@media screen and (min-width:1199px){#header .col-contacts .region-city{flex:0 0 33.5%;max-width:33.5%;}}@media screen and (max-width:767px){#header .col-contacts .region-city{order:2;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-end;padding-right:10px;}}#header .col-callback{max-width:225px;flex:0 0 225px;text-align:right;}@media screen and (max-width:991px){#header .col-callback{display:none;}}#header .col-mnav{display:none;max-width:52px;flex:0 0 52px;}@media screen and (max-width:575px){#header .col-mnav{max-width:43px;flex:0 0 43px;}}@media screen and (max-width:991px){#header .col-mnav{display:block;}}#header .col-mnav .btn-mnav{background:transparent;border:0px solid;width:34px;height:24.5px;position:relative;padding:0;display:block;}#header .col-mnav .btn-mnav:after{content:'';position:absolute;width:100%;height:2px;background:#fff;border-radius:15px;left:0;top:0;}#header .col-mnav .btn-mnav:after{content:'';position:absolute;width:100%;height:2px;background:#fff;border-radius:5px;left:0;top:0;}#header .col-mnav .btn-mnav:before{content:'';position:absolute;width:100%;height:2px;background:#fff;border-radius:5px;left:0;bottom:0;}#header .col-mnav .btn-mnav span{position:absolute;width:100%;height:2.5px;background:#fff;border-radius:5px;left:0;top:50%;transform:translateY(-50%);}#header .navigation{margin-top:26px;}@media screen and (max-width:991px){#header .navigation{position:fixed;right:0;top:0;height:100vh;overflow-y:auto;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,0.1);z-index:100;width:80%;min-width:140px;max-width:440px;transform:translateX(100%);visibility:hidden;transition:all 0.4s ease;margin:0;padding-left:0;padding-top:40px;z-index:150;}#header .navigation:after{content:'Навигация';font-family:inherit;border-color:inherit;text-align:center;line-height:40px;font-size:16px;height:40px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0;color:#000;border-bottom:1px solid #e7e7e7;font-weight:bold;}#header .navigation.active{transform:translateX(0);visibility:visible;}}#header .navigation nav > ul{justify-content:space-between;list-style-type:none;margin:0 -15px;padding:0;}@media screen and (min-width:1199px){#header .navigation nav > ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}@media screen and (min-width:992px) and (max-width:1199px){#header .navigation nav > ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -7px;}}#header .navigation nav > ul > li{padding:0 15px;position:relative;}@media screen and (min-width:992px) and (max-width:1199px){#header .navigation nav > ul > li{padding:0 7px;}}@media screen and (max-width:991px){#header .navigation nav > ul > li{border-bottom:1px solid #e7e7e7;}}#header .navigation nav > ul > li > a{font-size:18px;font-weight:700;color:#fff;text-decoration:none;position:relative;z-index:1;}@media screen and (min-width:992px) and (max-width:1199px){#header .navigation nav > ul > li > a{font-size:16px;}}@media screen and (max-width:991px){#header .navigation nav > ul > li > a{text-align:left;display:block;padding:10px 20px;font-size:16px;color:#1A1E20;}#header .navigation nav > ul > li > a:hover{background:#1F87D1;color:#fff;}}#header .navigation nav > ul > li > a:after{content:'';background:url('/themes/custom/vesta/img/line-menu.svg') no-repeat;width:100%;height:9px;background-size:100% 100%;position:absolute;top:0;left:0;transition:all 0.4s ease;visibility:hidden;opacity:0;z-index:-1;}@media screen and (max-width:991px){#header .navigation nav > ul > li > a:after{display:none;}}#header .navigation nav > ul > li > a.is-active:after,#header .navigation nav > ul > li > a:hover:after{visibility:visible;opacity:1;top:calc(100% + 3px);}#header .navigation nav > ul > li:hover ul{max-height:100vh;visibility:visible;}#header .navigation nav > ul ul{list-style-type:none;border-radius:20px;padding:0;position:absolute;top:100%;left:20px;z-index:10;padding:10px 0 5px;overflow:hidden;min-width:190px;max-height:0;visibility:hidden;transition:all 0.4s ease;}@media screen and (max-width:991px){#header .navigation nav > ul ul{padding:0;border-radius:0;position:static;max-height:initial !important;visibility:visible;}}#header .navigation nav > ul ul:after{content:'';position:absolute;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.8);width:100%;height:100%;top:5px;left:0;z-index:-1;border-radius:20px;}@media screen and (max-width:991px){#header .navigation nav > ul ul:after{display:none;}}#header .navigation nav > ul ul li a{display:block;text-decoration:none;padding:7px 10px;color:#fff;}@media screen and (max-width:991px){#header .navigation nav > ul ul li a{color:#1A1E20;padding:7px 20px 7px 30px;}}#header .navigation nav > ul ul li a:hover{background:#1F87D1;color:#fff;}#header .navigation nav > ul ul li:first-child a{border-top-right-radius:12px;border-top-left-radius:12px;}@media screen and (max-width:991px){#header .navigation nav > ul ul li:first-child a{border-radius:0;}}#header .navigation nav > ul ul li:last-child a{border-bottom-right-radius:12px;border-bottom-left-radius:12px;}@media screen and (max-width:991px){#header .navigation nav > ul ul li:last-child a{border-radius:0;}}#main{padding:47px 0 100px;}.app-front #main{padding-bottom:0;}@media screen and (max-width:991px){#main{padding:24px 0 0;}}@media screen and (min-width:575px) and (max-width:767px){#main{padding:1px 0 0;}}@media screen and (max-width:575px){#main{padding:1px 0 0;}}#main.main_page{padding:34px 0 0;}@media screen and (min-width:575px) and (max-width:767px){#main.main_page{padding:7px 0 0;}}@media screen and (max-width:575px){#main.main_page{padding:7px 0 0;}}.slick-track{display:flex !important;}.slick-slide{float:none !important;height:auto !important;}.style-tovar{padding:0 15px;position:relative;}@media screen and (min-width:575px) and (max-width:767px){.style-tovar{padding:0 9px;}}@media screen and (max-width:575px){.style-tovar{padding:0 9px;}}.style-tovar .views-field-nothing{border-radius:20px;background:#1F87D1;height:100%;padding:14px 16px 19px;transition:all 0.4s ease;position:relative;z-index:1;}.style-tovar .views-field-nothing:after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(135deg,#41ADFB 1.77%,#1F87D1 35.36%,#0D5793 66.95%,#094982 98.03%);z-index:-2;border-radius:20px;transition:all 0.4s ease;opacity:0;}.style-tovar .views-field-nothing:before{content:'';position:absolute;background:#032542;top:4px;left:4px;right:4px;bottom:4px;z-index:-1;opacity:0;border-radius:20px;transition:all 0.4s ease;}.style-tovar .views-field-nothing:hover{background:transparent;}.style-tovar .views-field-nothing:hover:after,.style-tovar .views-field-nothing:hover:before{opacity:1;}.style-tovar .views-field-nothing:hover .field-srok{background:#1F87D1;}.style-tovar .views-field-nothing:hover .field-modules .field-label{background:#1F87D1;}.style-tovar .views-field-nothing:hover .field-modules ul li:after{background:#1F87D1;}.style-tovar .views-field-nothing:hover .field-link a{color:#1F87D1;}.style-tovar .views-field-nothing:hover .field-link a:after{opacity:0;}.style-tovar .views-field-nothing:hover .field-link a:before{opacity:1;}.style-tovar .views-field-nothing:hover .field-btn .btn-default{background:#1F87D1;}.style-tovar .views-field-nothing .field-content{height:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.style-tovar .views-field-nothing .field-content > *{width:100%;}.style-tovar .group-title{margin-bottom:15px;}.style-tovar .field-title{font-size:clamp(22px,2vw,25px);font-weight:700;}.style-tovar .field-title a{color:#fff;text-decoration:none;}.style-tovar .field-srok{color:#fff;font-size:14px;text-align:center;transition:all 0.4s ease;position:relative;display:inline-block;background:#329CE8;border-radius:11px;padding:3px 16px 3px 31px;margin-bottom:13px;}.style-tovar .field-srok:before{content:'';width:13px;height:13px;position:absolute;top:50%;transform:translateY(-50%);left:11px;transition:all 0.4s ease;background-size:100% !important;}.style-tovar .field-srok:before{background:url('/themes/custom/vesta/img/clock-f.svg') no-repeat center;}.style-tovar .field-modules .field-label{font-size:14px;margin-bottom:10px;background:#032542;color:#fff;border-top-right-radius:15px;border-bottom-right-radius:15px;display:inline-block;padding:3px 13px 3px 17px;margin-left:-16px;font-weight:bold;transition:all 0.4s ease;}.style-tovar .field-modules ul{list-style-type:none;padding:0;margin:0;}.style-tovar .field-modules ul li{position:relative;margin-bottom:8px;font-size:14px;line-height:19px;padding-left:14px;}.style-tovar .field-modules ul li:after{content:'';position:absolute;width:7px;height:7px;background:#fff;border-radius:50%;left:0;top:5px;transition:all 0.4s ease;}.style-tovar .field-modules ul li .ds-1col{display:flex;justify-content:space-between;}.style-tovar .field-modules ul li .ds-1col.contextual-region > div:nth-child(1){display:none;}.style-tovar .field-modules ul li .ds-1col:after{display:none;}.style-tovar .field-modules ul li .ds-1col div:last-child{white-space:nowrap;text-decoration:line-through;}.style-tovar .field-modules .field--name-node-title{padding-right:10px;}.style-tovar .group-down{align-self:flex-end;margin-top:2px;}.style-tovar .field-link{margin-bottom:17px;}.style-tovar .field-link a{color:#032542;font-size:14px;font-weight:700;text-decoration:none;position:relative;}.style-tovar .field-link a:after{content:url('/themes/custom/vesta/img/arrow-down.svg');vertical-align:middle;margin-left:2px;transition:all 0.4s ease;}.style-tovar .field-link a:before{content:'';right:0;background:url('/themes/custom/vesta/img/arrow-down-2.svg') no-repeat;position:absolute;top:calc(50% - 1px);transform:translateY(-50%);width:14px;height:14px;opacity:0;transition:all 0.4s ease;}.style-tovar .field_price{font-size:27px;font-weight:900;}.style-tovar .field_price span{font-size:20px;margin-right:10px;font-weight:400;}.style-tovar .field-btn{margin-top:14px;}.style-tovar .field-btn .btn-default{background:#032542;border:0px solid;}#block-vesta-views-block-tovary-webvesta-block-1,#block-vesta-views-block-tovary-webvesta-block-2{position:relative;margin:0 -15px;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-tovary-webvesta-block-1,#block-vesta-views-block-tovary-webvesta-block-2{margin:0 -9px;}}@media screen and (max-width:575px){#block-vesta-views-block-tovary-webvesta-block-1,#block-vesta-views-block-tovary-webvesta-block-2{margin:0 -9px;}}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide{padding:0 15px;position:relative;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide{padding:0 9px;}}@media screen and (max-width:575px){#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide{padding:0 9px;}}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing{border-radius:20px;background:#1F87D1;height:100%;padding:14px 16px 19px;transition:all 0.4s ease;position:relative;z-index:1;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing:after,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing:after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(135deg,#41ADFB 1.77%,#1F87D1 35.36%,#0D5793 66.95%,#094982 98.03%);z-index:-2;border-radius:20px;transition:all 0.4s ease;opacity:0;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing:before,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing:before{content:'';position:absolute;background:#032542;top:4px;left:4px;right:4px;bottom:4px;z-index:-1;opacity:0;border-radius:20px;transition:all 0.4s ease;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing:hover,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing:hover{background:transparent;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing:hover:after,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing:hover:after,#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing:hover:before,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing:hover:before{opacity:1;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing:hover .field-srok,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing:hover .field-srok{background:#1F87D1;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing:hover .field-modules .field-label,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing:hover .field-modules .field-label{background:#1F87D1;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing:hover .field-modules ul li:after,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing:hover .field-modules ul li:after{background:#1F87D1;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing:hover .field-link a,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing:hover .field-link a{color:#1F87D1;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing:hover .field-link a:after,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing:hover .field-link a:after{opacity:0;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing:hover .field-link a:before,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing:hover .field-link a:before{opacity:1;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing:hover .field-btn .btn-default,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing:hover .field-btn .btn-default{background:#1F87D1;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing .field-content,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing .field-content{height:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .views-field-nothing .field-content > *,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .views-field-nothing .field-content > *{width:100%;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .group-title,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .group-title{margin-bottom:15px;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-title,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-title{font-size:clamp(22px,2vw,25px);font-weight:700;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-title a,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-title a{color:#fff;text-decoration:none;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-srok,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-srok{color:#fff;font-size:14px;text-align:center;transition:all 0.4s ease;position:relative;display:inline-block;background:#329CE8;border-radius:11px;padding:3px 16px 3px 31px;margin-bottom:13px;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-srok:before,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-srok:before{content:'';width:13px;height:13px;position:absolute;top:50%;transform:translateY(-50%);left:11px;transition:all 0.4s ease;background-size:100% !important;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-srok:before,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-srok:before{background:url('/themes/custom/vesta/img/clock-f.svg') no-repeat center;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-modules .field-label,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-modules .field-label{font-size:14px;margin-bottom:10px;background:#032542;color:#fff;border-top-right-radius:15px;border-bottom-right-radius:15px;display:inline-block;padding:3px 13px 3px 17px;margin-left:-16px;font-weight:bold;transition:all 0.4s ease;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-modules ul,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-modules ul{list-style-type:none;padding:0;margin:0;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-modules ul li,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-modules ul li{position:relative;margin-bottom:8px;font-size:14px;line-height:19px;padding-left:14px;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-modules ul li:after,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-modules ul li:after{content:'';position:absolute;width:7px;height:7px;background:#fff;border-radius:50%;left:0;top:5px;transition:all 0.4s ease;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-modules ul li .ds-1col,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-modules ul li .ds-1col{display:flex;justify-content:space-between;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-modules ul li .ds-1col.contextual-region > div:nth-child(1),#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-modules ul li .ds-1col.contextual-region > div:nth-child(1){display:none;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-modules ul li .ds-1col:after,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-modules ul li .ds-1col:after{display:none;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-modules ul li .ds-1col div:last-child,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-modules ul li .ds-1col div:last-child{white-space:nowrap;text-decoration:line-through;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-modules .field--name-node-title,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-modules .field--name-node-title{padding-right:10px;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .group-down,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .group-down{align-self:flex-end;margin-top:2px;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-link,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-link{margin-bottom:17px;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-link a,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-link a{color:#032542;font-size:14px;font-weight:700;text-decoration:none;position:relative;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-link a:after,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-link a:after{content:url('/themes/custom/vesta/img/arrow-down.svg');vertical-align:middle;margin-left:2px;transition:all 0.4s ease;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-link a:before,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-link a:before{content:'';right:0;background:url('/themes/custom/vesta/img/arrow-down-2.svg') no-repeat;position:absolute;top:calc(50% - 1px);transform:translateY(-50%);width:14px;height:14px;opacity:0;transition:all 0.4s ease;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field_price,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field_price{font-size:27px;font-weight:900;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field_price span,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field_price span{font-size:20px;margin-right:10px;font-weight:400;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-btn,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-btn{margin-top:14px;}#block-vesta-views-block-tovary-webvesta-block-1 .splide__slide .field-btn .btn-default,#block-vesta-views-block-tovary-webvesta-block-2 .splide__slide .field-btn .btn-default{background:#032542;border:0px solid;}.splide__arrow{opacity:1;width:50px;height:50px;border:1px solid #fff;background:#0325421e;border-radius:50%;z-index:10;transition:all 0.4s ease;}@media screen and (max-width:575px){.splide-reklama .splide__arrow{background:rgba(30,62,89,0.36);}}.commerce-product--view-mode-full .field-img-desctop .splide__arrow,#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__arrow,#block-vesta-views-block-keysy-yandeks-direkt-block-1 .splide__arrow,.splide-tipsait .splide__arrow{border-color:#1F87D1;}@media screen and (min-width:575px) and (max-width:767px){.splide__arrow{width:35px;height:35px;}}@media screen and (max-width:575px){.splide__arrow{width:35px;height:35px;}}.splide__arrow:focus{background:#032542;border:2px solid #39A1EB;outline:none;}.splide__arrow svg{fill:transparent;}.splide__arrow svg path{stroke:#fff;stroke-width:1.5;transition:all 0.4s ease;}.commerce-product--view-mode-full .field-img-desctop .splide__arrow svg path,#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__arrow svg path,#block-vesta-views-block-keysy-yandeks-direkt-block-1 .splide__arrow svg path,.splide-tipsait .splide__arrow svg path{stroke:#1F87D1;}.commerce-product--view-mode-full .field-img-desctop .splide__arrow:hover,#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__arrow:hover,#block-vesta-views-block-keysy-yandeks-direkt-block-1 .splide__arrow:hover,.splide-tipsait .splide__arrow:hover{background:#032542;border:2px solid #39A1EB;}.commerce-product--view-mode-full .field-img-desctop .splide__arrow:hover svg path,#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__arrow:hover svg path,#block-vesta-views-block-keysy-yandeks-direkt-block-1 .splide__arrow:hover svg path,.splide-tipsait .splide__arrow:hover svg path{stroke:#fff;}.splide__arrow.splide__arrow--prev{left:clamp(-79px,-5vw,-20px);}@media screen and (max-width:1290px){.splide__arrow.splide__arrow--prev{left:-9px;backdrop-filter:blur(3px);}}.commerce-product--view-mode-full .field-img-desctop .splide__arrow.splide__arrow--prev{left:-34px;}@media screen and (max-width:575px){.commerce-product--view-mode-full .field-img-desctop .splide__arrow.splide__arrow--prev{left:-17px;}}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__arrow.splide__arrow--prev,.splide-tipsait .splide__arrow.splide__arrow--prev{left:-26px;}@media screen and (max-width:767px){#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__arrow.splide__arrow--prev,.splide-tipsait .splide__arrow.splide__arrow--prev{left:-12px;}}#block-vesta-views-block-komanda-block-1 .splide__arrow.splide__arrow--prev{left:25px;}@media screen and (max-width:575px){#block-vesta-views-block-komanda-block-1 .splide__arrow.splide__arrow--prev{left:4px;}}@media screen and (max-width:575px){#block-vesta-views-block-sozdanie-reklamy-block-3 .splide__arrow.splide__arrow--prev{left:0;}}.app-about #block-vesta-views-block-komanda-block-1 .splide__arrow.splide__arrow--prev{left:-10px;}@media screen and (max-width:575px){.app-about #block-vesta-views-block-komanda-block-1 .splide__arrow.splide__arrow--prev{left:-10px;}}.views-nashi-klienti .splide__arrow.splide__arrow--prev{left:-30px;}@media screen and (max-width:575px){.views-nashi-klienti .splide__arrow.splide__arrow--prev{left:-23px;}}.splide__arrow.splide__arrow--next{right:clamp(-79px,-5vw,-20px);}@media screen and (max-width:1290px){.splide__arrow.splide__arrow--next{right:-9px;backdrop-filter:blur(3px);}}.commerce-product--view-mode-full .field-img-desctop .splide__arrow.splide__arrow--next{right:-99px;}@media screen and (min-width:992px) and (max-width:1199px){.commerce-product--view-mode-full .field-img-desctop .splide__arrow.splide__arrow--next{right:-32px;}}@media screen and (min-width:575px) and (max-width:767px){.commerce-product--view-mode-full .field-img-desctop .splide__arrow.splide__arrow--next{right:-32px;}}@media screen and (max-width:575px){.commerce-product--view-mode-full .field-img-desctop .splide__arrow.splide__arrow--next{right:-17px;}}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__arrow.splide__arrow--next,.splide-tipsait .splide__arrow.splide__arrow--next{right:-26px;}@media screen and (max-width:767px){#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__arrow.splide__arrow--next,.splide-tipsait .splide__arrow.splide__arrow--next{right:-12px;}}#block-vesta-views-block-komanda-block-1 .splide__arrow.splide__arrow--next{right:25px;}@media screen and (max-width:575px){#block-vesta-views-block-komanda-block-1 .splide__arrow.splide__arrow--next{right:4px;}}@media screen and (max-width:575px){#block-vesta-views-block-sozdanie-reklamy-block-3 .splide__arrow.splide__arrow--next{right:0;}}.app-about #block-vesta-views-block-komanda-block-1 .splide__arrow.splide__arrow--next{right:-10px;}@media screen and (max-width:575px){.app-about #block-vesta-views-block-komanda-block-1 .splide__arrow.splide__arrow--next{right:-10px;}}.views-nashi-klienti .splide__arrow.splide__arrow--next{right:-30px;}@media screen and (max-width:575px){.views-nashi-klienti .splide__arrow.splide__arrow--next{right:-23px;}}.splide__pagination{top:calc(100% + 46px);bottom:auto;}@media screen and (min-width:768px) and (max-width:991px){.splide__pagination{top:calc(100% + 30px);}}@media screen and (min-width:575px) and (max-width:767px){.splide__pagination{top:calc(100% + 26px);}}@media screen and (max-width:575px){.splide__pagination{top:calc(100% + 16px);}}.splide-proekty .splide__pagination{top:calc(100% + 36px);}@media screen and (min-width:768px) and (max-width:991px){#app:not(.app-about) #block-vesta-views-block-komanda-block-1 .splide__pagination{top:calc(100% - 10px);bottom:auto;}}@media screen and (max-width:767px){#app:not(.app-about) #block-vesta-views-block-komanda-block-1 .splide__pagination{top:calc(100% - 55px);bottom:auto;}}.splide__pagination li{padding:4px;}.splide__pagination li .splide__pagination__page{font-size:0;background:rgba(31,135,209,0.5);transition:all 0.4s ease;border:0px solid;height:2px;width:32px;display:block;cursor:pointer;position:relative;z-index:1;border-radius:4px;margin:0;}@media screen and (max-width:991px){.splide__pagination li .splide__pagination__page{width:26px;}}.splide__pagination li .splide__pagination__page:after{content:'';position:absolute;top:-1px;bottom:-1px;left:-1px;right:-1px;z-index:-1;}.splide__pagination li .splide__pagination__page:focus{outline:none;}.splide__pagination li .splide__pagination__page.is-active{opacity:initial;transform:initial;background:#1F87D1;}.wr_seo,.wr_reviewsPisma{position:relative;}.wr_seo:after,.wr_reviewsPisma:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;left:-1325px;width:100%;left:0;background-position:-935px 0;top:-370px;z-index:-1;}.region-seo{position:relative;}.app-front .region-seo{margin-top:170px;}@media screen and (max-width:991px){.app-front .region-seo{margin-top:70px;}}@media screen and (max-width:575px){.app-front .region-seo{padding:0 15px;}}.main_page .region-seo{margin-top:70px;}@media screen and (min-width:575px) and (max-width:767px){.main_page .region-seo{margin-top:45px;}}@media screen and (max-width:575px){.main_page .region-seo{margin-top:45px;}}.region-seo .block-title{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}.region-seo .block-title span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}.region-seo .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}#block-vesta-views-block-sozdanie-reklamy-block-1 .block-title{margin-bottom:45px;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-sozdanie-reklamy-block-1 .block-title{margin-bottom:30px;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-sozdanie-reklamy-block-1 .block-title{margin-bottom:30px;}}@media screen and (max-width:575px){#block-vesta-views-block-sozdanie-reklamy-block-1 .block-title{margin-bottom:25px;}}#block-vesta-views-block-sozdanie-reklamy-block-2 .block-title{margin-bottom:39px;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-sozdanie-reklamy-block-2 .block-title{margin-bottom:29px;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-sozdanie-reklamy-block-2 .block-title{margin-bottom:25px;text-align:center;}}@media screen and (max-width:575px){#block-vesta-views-block-sozdanie-reklamy-block-2 .block-title{margin-bottom:25px;text-align:center;}}.views-reklama{position:relative;z-index:5;}@media screen and (min-width:1199px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}#header #block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list{align-items:center;}.bg-calculator #block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list{margin:0;padding:0 0 0 15px;}#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list > *{padding:0 15px;flex:0 0 auto;width:100%;}}@media screen and (min-width:1199px) and screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list{margin:0 -9px;}}@media screen and (min-width:1199px) and screen and (max-width:575px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list{margin:0 -9px;}}@media screen and (min-width:1199px) and screen and (max-width:575px){.bg-calculator #block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list{padding:0 0 0 10px;}}@media screen and (min-width:1199px) and screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list > *{padding:0 9px;}}@media screen and (min-width:1199px) and screen and (max-width:575px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list > *{padding:0 9px;}}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}#header #block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list{align-items:center;}.bg-calculator #block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list{margin:0;padding:0 0 0 15px;}#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list > *{padding:0 15px;flex:0 0 auto;width:100%;}}@media screen and (min-width:992px) and (max-width:1199px) and screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list{margin:0 -9px;}}@media screen and (min-width:992px) and (max-width:1199px) and screen and (max-width:575px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list{margin:0 -9px;}}@media screen and (min-width:992px) and (max-width:1199px) and screen and (max-width:575px){.bg-calculator #block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list{padding:0 0 0 10px;}}@media screen and (min-width:992px) and (max-width:1199px) and screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list > *{padding:0 9px;}}@media screen and (min-width:992px) and (max-width:1199px) and screen and (max-width:575px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide__list > *{padding:0 9px;}}.views-reklama .splide-reklama,.views-reklama .splide-tarify{margin:0 -15px;}.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .splide-reklama,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .splide-tovar,#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .splide-reklama,#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .splide-tovar{margin:0 -15px;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide-reklama,#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide-tovar,#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .splide-reklama,#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .splide-tovar{margin:0 -15px;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide-reklama,#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide-tovar,#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .splide-reklama,#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .splide-tovar{margin:0 -9px;}}@media screen and (max-width:575px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide-reklama,#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .splide-tovar,#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .splide-reklama,#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .splide-tovar{margin:0 -9px;}}.views-reklama .views-row{margin-bottom:30px;}.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .views-row,#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .views-row,#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row{padding:0 15px;}@media screen and (min-width:768px) and (max-width:991px){.views-reklama .views-row{padding:0 15px;margin-bottom:0px;}}@media screen and (min-width:575px) and (max-width:767px){.views-reklama .views-row{padding:0 9px;margin-bottom:9px;}}@media screen and (max-width:575px){.views-reklama .views-row{padding:0 9px;margin-bottom:0;}}@media screen and (min-width:1199px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .views-row:not(.on-kontext){flex:0 0 50%;max-width:50%;}}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .views-row:not(.on-kontext){flex:0 0 50%;max-width:50%;}}@media screen and (min-width:1199px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .views-row.on-kontext,#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .views-row#splide02-slide01,#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .views-row#splide02-slide02,#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .views-row#splide02-slide03{flex:0 0 33.33333%;max-width:33.33333%;}}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .views-row.on-kontext,#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .views-row#splide02-slide01,#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .views-row#splide02-slide02,#block-vesta-views-block-sozdanie-reklamy-block-1 .views-reklama .views-row#splide02-slide03{flex:0 0 33.33333%;max-width:33.33333%;}}.views-reklama .views-row .views-field-nothing{height:100%;border-radius:20px;background:#fff;color:#0F172B;padding-bottom:24px;}.views-reklama .views-row .views-field-nothing .field-content{height:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.views-reklama .views-row .views-field-nothing .field-content > *{width:100%;}.views-reklama .views-row .group-title{background:#F8FAFC;border-top-left-radius:20px;border-top-right-radius:20px;padding:19px 16px 24px;border-bottom:1px solid #E2E8F0;margin-bottom:18px;}.views-reklama .views-row .group-down{align-self:flex-end;padding:0 16px;}.views-reklama .views-row .field-title{font-size:clamp(22px,2vw,25px);font-weight:bold;margin-bottom:14px;}.views-reklama .views-row .field-title.type-full{flex:0 0 100% !important;max-width:100% !important;}.views-reklama .views-row .field-srok{color:#0069A8;position:relative;background:#DFF2FE;padding:3px 14px 3px 30px;border-radius:30px;display:inline-block;font-size:14px;margin-bottom:17px;}.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .views-row .field-srok{margin-bottom:0;}.views-reklama .views-row .field-srok::before{content:'';width:13px;height:13px;background:url('/themes/custom/vesta/img/clock-2.svg') no-repeat center;position:absolute;top:50%;transform:translateY(-50%);left:10px;background-size:100%;}.views-reklama .views-row .field-modules .field-label{display:none;}.views-reklama .views-row .field-modules ul{list-style-type:none;padding:0;margin:0;}.views-reklama .views-row .field-modules ul li{position:relative;margin-bottom:5px;padding-left:17px;}.views-reklama .views-row .field-modules ul li:before{content:'';position:absolute;width:10px;height:10px;background:url('/themes/custom/vesta/img/check-2.webp') no-repeat center;background-size:100%;left:0;top:3px;transition:all 0.4s ease;}.views-reklama .views-row .field-modules ul li .ds-1col{display:flex;justify-content:space-between;}.views-reklama .views-row .field-modules ul li .ds-1col.contextual-region > div:nth-child(1){display:none;}.views-reklama .views-row .field-modules ul li .ds-1col:after{display:none;}.views-reklama .views-row .field-modules ul li .ds-1col div:last-child{white-space:nowrap;text-decoration:line-through;}.views-reklama .views-row .field-modules ul li{padding:0;}.views-reklama .views-row .field-modules ul li:before{display:none;}.views-reklama .views-row .kontext-title{font-size:14px;background:#032542;color:#fff;border-top-right-radius:15px;border-bottom-right-radius:15px;display:inline-block;padding:3px 15px 3px 17px;margin-left:-16px;font-weight:bold;}.views-reklama .views-row .field-parametry,.views-reklama .views-row .field-modules{font-size:14px;line-height:19px;padding:0 16px;color:#45556C;}.views-reklama .views-row .field-parametry p,.views-reklama .views-row .field-modules p{margin-bottom:5px;}.views-reklama .views-row .field-parametry table,.views-reklama .views-row .field-modules table{display:block;}.views-reklama .views-row .field-parametry table *,.views-reklama .views-row .field-modules table *{display:block;}.views-reklama .views-row .field-parametry table td:last-child,.views-reklama .views-row .field-modules table td:last-child{text-align:right;}.views-reklama .views-row .field-parametry table tr,.views-reklama .views-row .field-modules table tr{display:flex;justify-content:space-between;gap:10px;margin-bottom:5px;}.app-front .views-reklama .views-row .field-parametry table tr,.app-front .views-reklama .views-row .field-modules table tr,#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .views-row .field-parametry table tr,#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .views-row .field-modules table tr,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .views-row .field-parametry table tr,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .views-row .field-modules table tr{display:none;}.app-front .views-reklama .views-row .field-parametry table tr:nth-child(1),.app-front .views-reklama .views-row .field-modules table tr:nth-child(1),#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .views-row .field-parametry table tr:nth-child(1),#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .views-row .field-modules table tr:nth-child(1),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .views-row .field-parametry table tr:nth-child(1),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .views-row .field-modules table tr:nth-child(1),.app-front .views-reklama .views-row .field-parametry table tr:nth-child(2),.app-front .views-reklama .views-row .field-modules table tr:nth-child(2),#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .views-row .field-parametry table tr:nth-child(2),#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .views-row .field-modules table tr:nth-child(2),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .views-row .field-parametry table tr:nth-child(2),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .views-row .field-modules table tr:nth-child(2),.app-front .views-reklama .views-row .field-parametry table tr:nth-child(3),.app-front .views-reklama .views-row .field-modules table tr:nth-child(3),#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .views-row .field-parametry table tr:nth-child(3),#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .views-row .field-modules table tr:nth-child(3),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .views-row .field-parametry table tr:nth-child(3),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .views-row .field-modules table tr:nth-child(3),.app-front .views-reklama .views-row .field-parametry table tr:nth-child(4),.app-front .views-reklama .views-row .field-modules table tr:nth-child(4),#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .views-row .field-parametry table tr:nth-child(4),#block-vesta-views-block-sozdanie-reklamy-block-3 .views-reklama .views-row .field-modules table tr:nth-child(4),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .views-row .field-parametry table tr:nth-child(4),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .views-reklama .views-row .field-modules table tr:nth-child(4){display:flex;}@media screen and (max-width:991px){#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row .field-parametry table tr,#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row .field-modules table tr{display:none;}#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row .field-parametry table tr:nth-child(1),#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row .field-modules table tr:nth-child(1),#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row .field-parametry table tr:nth-child(2),#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row .field-modules table tr:nth-child(2),#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row .field-parametry table tr:nth-child(3),#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row .field-modules table tr:nth-child(3),#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row .field-parametry table tr:nth-child(4),#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row .field-modules table tr:nth-child(4){display:flex;}}.views-reklama .views-row .field-link{margin-top:10px;}#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row .field-link{display:none;}@media screen and (max-width:991px){#block-vesta-views-block-sozdanie-reklamy-block-2 .views-reklama .views-row .field-link{display:block;}}.views-reklama .views-row .field-link a{color:#1F87D1;font-size:14px;font-weight:700;text-decoration:none;}.views-reklama .views-row .field-link a:after{content:url('/themes/custom/vesta/img/arrow-down-2.svg');vertical-align:middle;margin-left:2px;}.views-reklama .views-row .field-link + .field_price{margin-top:27px;}.views-reklama .views-row .field_price{font-size:27px;font-weight:900;}.views-reklama .views-row .field_price span{font-size:20px;margin-right:7px;font-weight:400;}.views-reklama .views-row .field-btn{margin-top:11px;}.views-kontext-table-price{position:relative;display:table;width:100%;}.views-kontext-table-price .custom-views-tpl{display:table-cell;}.wr_portfolio{position:relative;}.wr_portfolio:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;top:-130px;z-index:-1;width:100%;left:0;background-position:1038px center;}.region-portfolio{padding-top:86px;margin-bottom:100px;}.app-seo .region-portfolio{padding-top:65px;}@media screen and (max-width:991px){.region-portfolio{padding-top:35px;margin-bottom:95px;}}@media screen and (max-width:767px){.region-portfolio{padding-top:65px;}}@media screen and (max-width:575px){.region-portfolio{margin-bottom:70px;}}#block-vesta-views-block-proekty-psevdo-taby-block-1{position:relative;}#block-vesta-views-block-proekty-psevdo-taby-block-1 .block-title{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;margin-bottom:22px;}#block-vesta-views-block-proekty-psevdo-taby-block-1 .block-title span{background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);}#block-vesta-views-block-proekty-psevdo-taby-block-1 .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.app-product #block-vesta-views-block-proekty-psevdo-taby-block-1 .block-title{display:none;}@media screen and (min-width:1199px){.app-product #block-vesta-views-block-proekty-psevdo-taby-block-1 .block-title{margin-bottom:0;}}@media screen and (min-width:992px) and (max-width:1199px){.app-product #block-vesta-views-block-proekty-psevdo-taby-block-1 .block-title{margin-bottom:0;}}@media screen and (max-width:991px){.app-product #block-vesta-views-block-proekty-psevdo-taby-block-1 .block-title{display:block;}}#block-vesta-views-block-proekty-psevdo-taby-block-1 .block-sm-title{font-size:28px;font-weight:700;color:#41ADFB;}#block-vesta-views-block-proekty-psevdo-taby-block-1 .block-sm-title span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}#block-vesta-views-block-proekty-psevdo-taby-block-1 .block-sm-title span::nth-child(2){display:none;}@media screen and (max-width:991px){#block-vesta-views-block-proekty-psevdo-taby-block-1 .block-sm-title{font-size:24px;}}#block-vesta-views-block-proekty-psevdo-taby-block-1 .block-sm-title span{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.app-product #block-vesta-views-block-proekty-psevdo-taby-block-1 .block-sm-title{display:none;}#block-vesta-views-block-proekty-psevdo-taby-block-1 header{margin-bottom:40px;width:100%;padding:0 7px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}#block-vesta-views-block-proekty-psevdo-taby-block-1 header .col-left{flex:0 0 calc(100% - 200px);max-width:calc(100% - 200px);padding-right:20px;align-self:center;}#block-vesta-views-block-proekty-psevdo-taby-block-1 header .col-left .block-title{display:none;}.app-product #block-vesta-views-block-proekty-psevdo-taby-block-1 header .col-left .block-title{display:block;}#block-vesta-views-block-proekty-psevdo-taby-block-1 header .col-right{flex:0 0 200px;max-width:200px;text-align:right;}#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -7px;}@media screen and (max-width:991px){#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project{display:none;}}#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project .views-row{padding:0 7px;margin-bottom:14px;}#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project .views-row .views-field-name a{border-radius:60px;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);font-size:14px;text-decoration:none;color:#fff;font-weight:700;padding:10px 23px;position:relative;overflow:hidden;z-index:1;display:inline-block;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project .views-row .views-field-name a{padding:10px 15px;}}#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project .views-row .views-field-name a:after{content:'';position:absolute;left:2px;top:2px;right:2px;bottom:2px;z-index:-1;transition:all 0.4s ease;opacity:0;background:#042A4B;border-radius:60px;}#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project .views-row .views-field-name a:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:-2;background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);transition:all 0.4s ease;opacity:0;}#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project .views-row .views-field-name a:hover,#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project .views-row .views-field-name a.active{color:#1F87D1;}#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project .views-row .views-field-name a:hover:after,#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project .views-row .views-field-name a.active:after,#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project .views-row .views-field-name a:hover:before,#block-vesta-views-block-proekty-psevdo-taby-block-1 .psevdo-tab-project .views-row .views-field-name a.active:before{opacity:1;}#block-vesta-raskrytayaformanashi-proektyblock-1{display:none;margin-bottom:20px;}@media screen and (max-width:991px){#block-vesta-raskrytayaformanashi-proektyblock-1{display:block;}}#block-vesta-raskrytayaformanashi-proektyblock-1 label{display:none;}#block-vesta-raskrytayaformanashi-proektyblock-1 .form-actions{display:none;}#block-vesta-raskrytayaformanashi-proektyblock-1 select{border-radius:60px;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);min-width:172px;font-size:14px;font-weight:700;color:#fff;height:38px;padding:10px 35px 10px 25px;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:url('/themes/custom/vesta/img/arrow-down-white.svg') no-repeat calc(100% - 15px) center rgba(4,42,75,0.46);transition:all 0.4s ease;}#block-vesta-raskrytayaformanashi-proektyblock-1 select:focus{outline:none;border-color:#fff;}#app #block-vesta-views-block-nashi-proekty-block-1,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo{position:relative;margin-left:-15px;margin-right:-15px;margin-top:40px;}@media screen and (max-width:575px){#app #block-vesta-views-block-nashi-proekty-block-1,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo{margin-top:2px;}}@media screen and (min-width:575px) and (max-width:767px){#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .slick__slide,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .slick__slide,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .slick__slide,#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .views-row,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .views-row,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .views-row{display:none;}#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .slick__slide:nth-child(1),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .slick__slide:nth-child(1),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .slick__slide:nth-child(1),#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .views-row:nth-child(1),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .views-row:nth-child(1),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .views-row:nth-child(1),#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .slick__slide:nth-child(2),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .slick__slide:nth-child(2),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .slick__slide:nth-child(2),#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .views-row:nth-child(2),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .views-row:nth-child(2),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .views-row:nth-child(2),#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .slick__slide:nth-child(3),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .slick__slide:nth-child(3),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .slick__slide:nth-child(3),#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .views-row:nth-child(3),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .views-row:nth-child(3),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .views-row:nth-child(3){display:block;}}@media screen and (max-width:575px){#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .slick__slide,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .slick__slide,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .slick__slide,#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .views-row,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .views-row,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .views-row{display:none;}#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .slick__slide:nth-child(1),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .slick__slide:nth-child(1),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .slick__slide:nth-child(1),#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .views-row:nth-child(1),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .views-row:nth-child(1),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .views-row:nth-child(1),#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .slick__slide:nth-child(2),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .slick__slide:nth-child(2),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .slick__slide:nth-child(2),#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .views-row:nth-child(2),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .views-row:nth-child(2),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .views-row:nth-child(2),#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .slick__slide:nth-child(3),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .slick__slide:nth-child(3),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .slick__slide:nth-child(3),#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .views-row:nth-child(3),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .views-row:nth-child(3),#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .views-row:nth-child(3){display:block;}}@media screen and (min-width:575px) and (max-width:767px){#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .slick__arrow,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .slick__arrow,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .slick__arrow{display:none;}}@media screen and (max-width:575px){#app #block-vesta-views-block-nashi-proekty-block-1 .views-project .slick__arrow,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project .slick__arrow,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project .slick__arrow{display:none;}}#app #block-vesta-views-block-nashi-proekty-block-1 .views-project footer,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project footer,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project footer{overflow:hidden;margin:0 15px;padding-top:83px;display:none;position:relative;z-index:2;margin-top:-85px;}@media screen and (min-width:575px) and (max-width:767px){#app #block-vesta-views-block-nashi-proekty-block-1 .views-project footer,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project footer,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project footer{display:block;}}@media screen and (max-width:575px){#app #block-vesta-views-block-nashi-proekty-block-1 .views-project footer,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project footer,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project footer{display:block;}}#app #block-vesta-views-block-nashi-proekty-block-1 .views-project footer a.btn-arrowdown,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project footer a.btn-arrowdown,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project footer a.btn-arrowdown{background:url('/themes/custom/vesta/img/arrow-down-3.svg') no-repeat center;border:1.3px solid #1F87D1;width:50px;height:50px;border-radius:50%;margin:0 auto;position:relative;display:block;}#app #block-vesta-views-block-nashi-proekty-block-1 .views-project footer a.btn-arrowdown:after,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project footer a.btn-arrowdown:after,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project footer a.btn-arrowdown:after{content:'';width:50vw;height:1.3px;background:rgba(255,255,255,0.54);position:absolute;right:calc(100% + 15px);top:50%;transform:translateY(-50%);}#app #block-vesta-views-block-nashi-proekty-block-1 .views-project footer a.btn-arrowdown:before,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .views-project footer a.btn-arrowdown:before,#app .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .views-project footer a.btn-arrowdown:before{content:'';width:50vw;height:1.3px;background:rgba(255,255,255,0.54);position:absolute;left:calc(100% + 15px);top:50%;transform:translateY(-50%);}.style-portfolio{padding:0 15px;position:relative;}@media screen and (min-width:575px) and (max-width:767px){.style-portfolio{margin-bottom:22px;}}@media screen and (max-width:575px){.style-portfolio{margin-bottom:22px;}}.style-portfolio .views-field-field-izobrazhenie img{border-radius:20px;width:100%;display:block;}.style-portfolio .views-field-nothing{position:absolute;border-radius:20px;background:rgba(255,255,255,0.66);left:15px;right:15px;height:100%;top:0;padding:20px 2px 0;transition:all 0.4s ease;opacity:0;color:#252525;}.style-portfolio .views-field-nothing .field-content{padding:0 23px 0;height:calc(100% - 60px);overflow-y:auto;display:block;}.style-portfolio .views-field-nothing .field-content::-webkit-scrollbar-track{background-color:transparent;}.style-portfolio .views-field-nothing .field-content::-webkit-scrollbar{width:6px;background-color:transparent;}.style-portfolio .views-field-nothing .field-content::-webkit-scrollbar-thumb{background-color:#252525;border-radius:15px;}.style-portfolio .views-field-nothing a{color:#252525;}.style-portfolio .views-field-nothing .field-title{font-size:16px;font-weight:700;margin-bottom:20px;}.style-portfolio .views-field-nothing .field-body{font-size:13px;}.style-portfolio .views-field-nothing .field-body p{margin:0;}.style-portfolio .views-field-nothing .field-link{position:absolute;left:25px;bottom:30px;font-size:16px;}.style-portfolio .views-field-nothing .field-link a{text-decoration:none;}.style-portfolio .views-field-nothing .field-link a:hover{text-decoration:underline;}.style-portfolio:hover .views-field-nothing{opacity:1;}.views-project{position:relative;}.region-portfolio .views-project .pager{display:none;}.views-project .splide__slide,.views-project .views-row{padding:0 15px;position:relative;}@media screen and (min-width:575px) and (max-width:767px){.views-project .splide__slide,.views-project .views-row{margin-bottom:22px;}}@media screen and (max-width:575px){.views-project .splide__slide,.views-project .views-row{margin-bottom:22px;}}.views-project .splide__slide .views-field-field-izobrazhenie img,.views-project .views-row .views-field-field-izobrazhenie img{border-radius:20px;width:100%;display:block;}.views-project .splide__slide .views-field-nothing,.views-project .views-row .views-field-nothing{position:absolute;border-radius:20px;background:rgba(255,255,255,0.66);left:15px;right:15px;height:100%;top:0;padding:20px 2px 0;transition:all 0.4s ease;opacity:0;color:#252525;}.views-project .splide__slide .views-field-nothing .field-content,.views-project .views-row .views-field-nothing .field-content{padding:0 23px 0;height:calc(100% - 60px);overflow-y:auto;display:block;}.views-project .splide__slide .views-field-nothing .field-content::-webkit-scrollbar-track,.views-project .views-row .views-field-nothing .field-content::-webkit-scrollbar-track{background-color:transparent;}.views-project .splide__slide .views-field-nothing .field-content::-webkit-scrollbar,.views-project .views-row .views-field-nothing .field-content::-webkit-scrollbar{width:6px;background-color:transparent;}.views-project .splide__slide .views-field-nothing .field-content::-webkit-scrollbar-thumb,.views-project .views-row .views-field-nothing .field-content::-webkit-scrollbar-thumb{background-color:#252525;border-radius:15px;}.views-project .splide__slide .views-field-nothing a,.views-project .views-row .views-field-nothing a{color:#252525;}.views-project .splide__slide .views-field-nothing .field-title,.views-project .views-row .views-field-nothing .field-title{font-size:16px;font-weight:700;margin-bottom:20px;}.views-project .splide__slide .views-field-nothing .field-body,.views-project .views-row .views-field-nothing .field-body{font-size:13px;}.views-project .splide__slide .views-field-nothing .field-body p,.views-project .views-row .views-field-nothing .field-body p{margin:0;}.views-project .splide__slide .views-field-nothing .field-link,.views-project .views-row .views-field-nothing .field-link{position:absolute;left:25px;bottom:30px;font-size:16px;}.views-project .splide__slide .views-field-nothing .field-link a,.views-project .views-row .views-field-nothing .field-link a{text-decoration:none;}.views-project .splide__slide .views-field-nothing .field-link a:hover,.views-project .views-row .views-field-nothing .field-link a:hover{text-decoration:underline;}.views-project .splide__slide:hover .views-field-nothing,.views-project .views-row:hover .views-field-nothing{opacity:1;}.views-project-full{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}@media screen and (min-width:575px) and (max-width:767px){.views-project-full{margin:0 -9px;}}@media screen and (max-width:575px){.views-project-full{margin:0 -9px;}}#header .views-project-full{align-items:center;}.bg-calculator .views-project-full{margin:0;padding:0 0 0 15px;}@media screen and (max-width:575px){.bg-calculator .views-project-full{padding:0 0 0 10px;}}.views-project-full > *{padding:0 15px;flex:0 0 auto;width:100%;}@media screen and (min-width:575px) and (max-width:767px){.views-project-full > *{padding:0 9px;}}@media screen and (max-width:575px){.views-project-full > *{padding:0 9px;}}@media screen and (max-width:767px){.views-project-full{margin:0 -9px;}}.views-project-full .views-row{flex:0 0 33.33333%;max-width:33.33333%;margin-bottom:30px;}@media screen and (min-width:992px) and (max-width:1199px){.views-project-full .views-row{flex:0 0 50%;max-width:50%;}}@media screen and (max-width:767px){.views-project-full .views-row{padding:0 9px;margin-bottom:18px;}}@media screen and (max-width:575px){.views-project-full .views-row{flex:0 0 100%;max-width:100%;}}@media screen and (max-width:767px){.views-project-full .views-row .views-field-nothing{left:9px;right:9px;}}#block-vesta-views-block-videootzyvy-block-1{position:relative;}#block-vesta-views-block-videootzyvy-block-1:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;left:-1325px;top:-185px;z-index:-1;}#block-vesta-views-block-videootzyvy-block-1 .block-sm-title{font-size:28px;font-weight:700;color:#41ADFB;}#block-vesta-views-block-videootzyvy-block-1 .block-sm-title span{background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);}@media screen and (max-width:991px){#block-vesta-views-block-videootzyvy-block-1 .block-sm-title{font-size:24px;}}#block-vesta-views-block-videootzyvy-block-1 .block-sm-title span{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}#block-vesta-views-block-videootzyvy-block-1 header{margin-bottom:40px;width:100%;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-videootzyvy-block-1 header{margin-bottom:25px;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-videootzyvy-block-1 header{margin-bottom:23px;}}@media screen and (max-width:575px){#block-vesta-views-block-videootzyvy-block-1 header{margin-bottom:18px;}}#block-vesta-views-block-videootzyvy-block-1 header .col-left{flex:0 0 calc(100% - 250px);max-width:calc(100% - 250px);padding-right:20px;align-self:center;}@media screen and (max-width:991px){#block-vesta-views-block-videootzyvy-block-1 header .col-left{flex:0 0 100%;max-width:100%;padding-right:0;}}#block-vesta-views-block-videootzyvy-block-1 header .col-right{flex:0 0 250px;max-width:250px;text-align:right;}@media screen and (max-width:991px){#block-vesta-views-block-videootzyvy-block-1 header .col-right{display:none;}}.js-pager__items{list-style-type:none;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;}.views-infinite-scroll-content-wrapper + .js-pager__items{justify-content:center;overflow:hidden;}.views-infinite-scroll-content-wrapper + .js-pager__items a{background:url('/themes/custom/vesta/img/arrow-down-3.svg') no-repeat center;border:1.3px solid #1F87D1;width:50px;height:50px;border-radius:50%;margin:0 auto;position:relative;display:block;font-size:0;}.views-infinite-scroll-content-wrapper + .js-pager__items a:after{content:'';width:50vw;height:1.3px;background:rgba(255,255,255,0.54);position:absolute;right:calc(100% + 15px);top:50%;transform:translateY(-50%);}.views-infinite-scroll-content-wrapper + .js-pager__items a:before{content:'';width:50vw;height:1.3px;background:rgba(255,255,255,0.54);position:absolute;left:calc(100% + 15px);top:50%;transform:translateY(-50%);}.views-reviews .views-infinite-scroll-content-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}@media screen and (min-width:575px) and (max-width:767px){.views-reviews .views-infinite-scroll-content-wrapper{margin:0 -9px;}}@media screen and (max-width:575px){.views-reviews .views-infinite-scroll-content-wrapper{margin:0 -9px;}}#header .views-reviews .views-infinite-scroll-content-wrapper{align-items:center;}.bg-calculator .views-reviews .views-infinite-scroll-content-wrapper{margin:0;padding:0 0 0 15px;}@media screen and (max-width:575px){.bg-calculator .views-reviews .views-infinite-scroll-content-wrapper{padding:0 0 0 10px;}}.views-reviews .views-infinite-scroll-content-wrapper > *{padding:0 15px;flex:0 0 auto;width:100%;}@media screen and (min-width:575px) and (max-width:767px){.views-reviews .views-infinite-scroll-content-wrapper > *{padding:0 9px;}}@media screen and (max-width:575px){.views-reviews .views-infinite-scroll-content-wrapper > *{padding:0 9px;}}.views-reviews .views-infinite-scroll-content-wrapper + .js-pager__items{display:none;}@media screen and (max-width:991px){.views-reviews .views-infinite-scroll-content-wrapper + .js-pager__items{display:flex;}}.views-reviews.active .views-infinite-scroll-content-wrapper + .js-pager__items{display:block;}.views-reviews .views-row{flex:0 0 25%;max-width:25%;margin-bottom:30px;position:relative;z-index:2;padding:40px calc(15px + 28px);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media screen and (min-width:992px) and (max-width:1199px){.views-reviews .views-row{padding:30px calc(15px + 20px);}}@media screen and (max-width:991px){.views-reviews .views-row{flex:0 0 50%;max-width:50%;}}@media screen and (min-width:575px) and (max-width:767px){.views-reviews .views-row{margin-bottom:17px;padding:23px calc(9px + 18px);}}@media screen and (max-width:575px){.views-reviews .views-row{margin-bottom:17px;padding:23px calc(9px + 18px);}}.views-reviews .views-row > *{width:100%;}.views-reviews .views-row:after{content:'';z-index:-1;position:absolute;left:15px;right:15px;top:0;height:100%;border-radius:20px;background:linear-gradient(152deg,#41ADFB 2.92%,#1F87D1 35.48%,#0D5793 66.09%,#094982 96.20999999999999%);}@media screen and (min-width:575px) and (max-width:767px){.views-reviews .views-row:after{left:9px;right:9px;}}@media screen and (max-width:575px){.views-reviews .views-row:after{left:9px;right:9px;}}.views-reviews .views-row .views-field-field-youtube-review{display:flex;justify-content:center;margin-bottom:35px;align-self:flex-start;}@media screen and (min-width:992px) and (max-width:1199px){.views-reviews .views-row .views-field-field-youtube-review{margin-bottom:25px;}}.views-reviews .views-row .views-field-field-youtube-review a{position:relative;display:block;border-radius:50%;overflow:hidden;}.views-reviews .views-row .views-field-field-youtube-review a:after{content:'';background:url('/themes/custom/vesta/img/play.svg') no-repeat center #fff;width:50px;height:50px;transition:all 0.4s ease;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;}.views-reviews .views-row .views-field-field-youtube-review a img{width:100%;height:210px !important;display:block;}@media screen and (min-width:992px) and (max-width:1199px){.views-reviews .views-row .views-field-field-youtube-review a img{height:170px !important;}}@media screen and (max-width:575px){.views-reviews .views-row .views-field-field-youtube-review a img{height:auto !important;}}.views-reviews .views-row .views-field-field-youtube-review a:hover{box-shadow:0 0 15px 2px rgba(0,0,0,0.3);}.views-reviews .views-row .views-field-field-youtube-review a:hover:after{transform:translate(-50%,-50%) scale(1.1);}.views-reviews .views-row .views-field-title{align-self:flex-end;}.views-reviews .views-row .field-title{font-size:16px;font-weight:700;margin-bottom:10px;}@media screen and (min-width:575px) and (max-width:767px){.views-reviews .views-row .field-title{font-size:14px;}}@media screen and (max-width:575px){.views-reviews .views-row .field-title{font-size:14px;}}.views-reviews .views-row .views-field-field-subtitle{font-size:14px;}@media screen and (min-width:575px) and (max-width:767px){.views-reviews .views-row .views-field-field-subtitle{font-size:12px;}}@media screen and (max-width:575px){.views-reviews .views-row .views-field-field-subtitle{font-size:12px;}}.views-reviews footer{display:none;}@media screen and (max-width:991px){.views-reviews footer{display:block;}}.views-reviews .more-link{text-align:center;margin-top:12px;}#block-vesta-views-block-blagodarstvennye-pisma-block-1 .block-title{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}#block-vesta-views-block-blagodarstvennye-pisma-block-1 .block-title span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}#block-vesta-views-block-blagodarstvennye-pisma-block-1 .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}#block-vesta-views-block-blagodarstvennye-pisma-block-1 header{margin-bottom:40px;width:100%;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-blagodarstvennye-pisma-block-1 header{margin-bottom:30px;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-blagodarstvennye-pisma-block-1 header{margin-bottom:30px;}}@media screen and (max-width:575px){#block-vesta-views-block-blagodarstvennye-pisma-block-1 header{margin-bottom:25px;}}#block-vesta-views-block-blagodarstvennye-pisma-block-1 header .col-left{flex:0 0 calc(100% - 250px);max-width:calc(100% - 250px);padding-right:20px;align-self:center;}@media screen and (max-width:991px){#block-vesta-views-block-blagodarstvennye-pisma-block-1 header .col-left{flex:0 0 100%;max-width:100%;padding-right:0;}}#block-vesta-views-block-blagodarstvennye-pisma-block-1 header .col-right{flex:0 0 250px;max-width:250px;text-align:right;}@media screen and (max-width:991px){#block-vesta-views-block-blagodarstvennye-pisma-block-1 header .col-right{display:none;}}#block-vesta-views-block-blagodarstvennye-pisma-block-1 footer{display:none;}@media screen and (max-width:991px){#block-vesta-views-block-blagodarstvennye-pisma-block-1 footer{display:block;}}.views-reviews-pisma .views-infinite-scroll-content-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}@media screen and (min-width:575px) and (max-width:767px){.views-reviews-pisma .views-infinite-scroll-content-wrapper{margin:0 -9px;}}@media screen and (max-width:575px){.views-reviews-pisma .views-infinite-scroll-content-wrapper{margin:0 -9px;}}#header .views-reviews-pisma .views-infinite-scroll-content-wrapper{align-items:center;}.bg-calculator .views-reviews-pisma .views-infinite-scroll-content-wrapper{margin:0;padding:0 0 0 15px;}@media screen and (max-width:575px){.bg-calculator .views-reviews-pisma .views-infinite-scroll-content-wrapper{padding:0 0 0 10px;}}.views-reviews-pisma .views-infinite-scroll-content-wrapper > *{padding:0 15px;flex:0 0 auto;width:100%;}@media screen and (min-width:575px) and (max-width:767px){.views-reviews-pisma .views-infinite-scroll-content-wrapper > *{padding:0 9px;}}@media screen and (max-width:575px){.views-reviews-pisma .views-infinite-scroll-content-wrapper > *{padding:0 9px;}}.views-reviews-pisma .views-infinite-scroll-content-wrapper + .js-pager__items{display:none;}@media screen and (max-width:991px){.views-reviews-pisma .views-infinite-scroll-content-wrapper + .js-pager__items{display:flex;}}.views-reviews-pisma.active .views-infinite-scroll-content-wrapper + .js-pager__items{display:block;}.views-reviews-pisma .views-infinite-scroll-content-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}@media screen and (min-width:575px) and (max-width:767px){.views-reviews-pisma .views-infinite-scroll-content-wrapper{margin:0 -9px;}}@media screen and (max-width:575px){.views-reviews-pisma .views-infinite-scroll-content-wrapper{margin:0 -9px;}}#header .views-reviews-pisma .views-infinite-scroll-content-wrapper{align-items:center;}.bg-calculator .views-reviews-pisma .views-infinite-scroll-content-wrapper{margin:0;padding:0 0 0 15px;}@media screen and (max-width:575px){.bg-calculator .views-reviews-pisma .views-infinite-scroll-content-wrapper{padding:0 0 0 10px;}}.views-reviews-pisma .views-infinite-scroll-content-wrapper > *{padding:0 15px;flex:0 0 auto;width:100%;}@media screen and (min-width:575px) and (max-width:767px){.views-reviews-pisma .views-infinite-scroll-content-wrapper > *{padding:0 9px;}}@media screen and (max-width:575px){.views-reviews-pisma .views-infinite-scroll-content-wrapper > *{padding:0 9px;}}.views-reviews-pisma .views-row{flex:0 0 25%;max-width:25%;margin-bottom:30px;position:relative;}@media screen and (max-width:991px){.views-reviews-pisma .views-row{flex:0 0 50%;max-width:50%;}}@media screen and (min-width:575px) and (max-width:767px){.views-reviews-pisma .views-row{margin-bottom:17px;}}@media screen and (max-width:575px){.views-reviews-pisma .views-row{margin-bottom:17px;}}.views-reviews-pisma .views-row .views-field-field-scan a{display:block;overflow:hidden;border-radius:20px;}.views-reviews-pisma .views-row .views-field-field-scan a img{width:100%;transition:all 0.4s ease;display:block;filter:blur(2px);}.views-reviews-pisma .views-row .views-field-field-scan a:hover img{transform:scale(1.2);filter:blur(0px);}.views-reviews-pisma .views-row .views-field-field-logo{position:absolute;bottom:-30px;left:-10px;border-radius:50%;width:clamp(70px,10vw,120px);height:clamp(70px,10vw,120px);padding:2px;background:linear-gradient(152deg,#41adfb 2.92%,#1f87d1 35.48%,#0d5793 66.09%,#094982 96.20999999999999%);box-shadow:0px 0px 15px 0px rgba(0,0,0,0.4);z-index:5;}@media screen and (min-width:575px) and (max-width:767px){.views-reviews-pisma .views-row .views-field-field-logo{bottom:-10px;left:-5px;}}@media screen and (max-width:575px){.views-reviews-pisma .views-row .views-field-field-logo{bottom:-10px;left:0px;}}.views-reviews-pisma .views-row .views-field-field-logo img{display:block;width:100%;height:100%;border-radius:50%;object-fit:scale-down;background:#fff;}.views-reviews-pisma .more-link{margin-top:12px;text-align:center;}.region-reviewsPisma{padding-top:59px;}@media screen and (max-width:991px){.region-reviewsPisma{padding-top:0;}}.wr_clients{position:relative;z-index:2;}.wr_kakmirabotaem{position:relative;}@media screen and (max-width:991px){.app-front .wr_kakmirabotaem{display:none;}}.wr_kakmirabotaem:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;z-index:-1;top:-135px;left:0;width:100%;background-position:1038px center;}.region-kakmirabotaem{margin-top:134px;}@media screen and (max-width:991px){.region-kakmirabotaem{margin-top:105px;}}@media screen and (max-width:767px){.region-kakmirabotaem{margin-top:75px;}}.region-kakmirabotaem .block-title{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;margin-bottom:59px;}.region-kakmirabotaem .block-title span{background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);}.region-kakmirabotaem .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}@media screen and (min-width:575px) and (max-width:767px){.region-kakmirabotaem .block-title{margin-bottom:30px;text-align:center;}}@media screen and (max-width:575px){.region-kakmirabotaem .block-title{margin-bottom:30px;text-align:center;}}.views-kakmirabotaem{display:grid;column-gap:30px;grid-template-columns:34.5% 33.5% 32%;}@media screen and (max-width:575px){.views-kakmirabotaem{grid-template-columns:repeat(2,1fr);}}.views-kakmirabotaem .views-row{margin-bottom:70px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media screen and (max-width:767px){.views-kakmirabotaem .views-row{text-align:center;display:block;margin-bottom:20px;}}#block-vesta-views-block-kak-my-rabotaem-block-2 .views-kakmirabotaem .views-row{grid-template-columns:repeat(2,1fr);}.views-kakmirabotaem .views-row .views-field-field-etap{--wd:80px;--fs:102px;--lh:0.9;text-align:center;color:#1F87D1;font-weight:700;flex:0 0 var(--wd);max-width:var(--wd);}@media screen and (min-width:992px) and (max-width:1199px){.views-kakmirabotaem .views-row .views-field-field-etap{--wd:55px;--fs:100px;}}@media screen and (min-width:768px) and (max-width:991px){.views-kakmirabotaem .views-row .views-field-field-etap{--wd:57px;--fs:95px;}}@media screen and (max-width:767px){.views-kakmirabotaem .views-row .views-field-field-etap{--wd:100%;--fs:74px;--lh:1;}}.views-kakmirabotaem .views-row .views-field-field-etap .num_etap{font-size:var(--fs);line-height:var(--lh);font-weight:900;}.views-kakmirabotaem .views-row .views-field-field-etap span{font-size:22px;}@media screen and (max-width:767px){.views-kakmirabotaem .views-row .views-field-field-etap span{display:block;margin-bottom:10px;}}.views-kakmirabotaem .views-row .views-field-title{font-size:22px;font-weight:700;flex:0 0 calc(100% - 80px);max-width:calc(100% - 80px);align-self:center;padding-left:34px;padding-right:35px;text-wrap:balance;}@media screen and (max-width:767px){.views-kakmirabotaem .views-row .views-field-title{padding-right:0;}}@media screen and (min-width:992px) and (max-width:1199px){.views-kakmirabotaem .views-row .views-field-title{padding-left:20px;flex:0 0 calc(100% - 55px);max-width:calc(100% - 55px);font-size:20px;}}@media screen and (min-width:768px) and (max-width:991px){.views-kakmirabotaem .views-row .views-field-title{flex:0 0 calc(100% - 57px);max-width:calc(100% - 57px);padding-left:10px;font-size:15px;}}@media screen and (min-width:575px) and (max-width:767px){.views-kakmirabotaem .views-row .views-field-title{flex:0 0 100%;max-width:100%;font-size:14px;padding-left:0px;}}@media screen and (max-width:575px){.views-kakmirabotaem .views-row .views-field-title{flex:0 0 100%;max-width:100%;font-size:14px;padding-left:0px;word-wrap:break-word;}}.views-kakmirabotaem .views-row .views-field-title .divtitle{position:relative;display:inline;}#block-vesta-views-block-kak-my-rabotaem-block-2 .views-kakmirabotaem .views-row .views-field-title .divtitle{display:block;}.views-kakmirabotaem .views-row .views-field-title .divtitle:after{content:'';width:calc(100% + 30px);min-width:191px;height:108px;background:url('/themes/custom/vesta/img/border.png') no-repeat center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-size:100% 100%;transition:all 0.4s ease;opacity:0;}#block-vesta-views-block-kak-my-rabotaem-block-2 .views-kakmirabotaem .views-row .views-field-title .divtitle:after{left:calc(50% - 7px);width:calc(100% + 55px);height:calc(100% + 73px);background:url('/themes/custom/vesta/img/border-2.png') no-repeat center;background-size:100% 100%;}@media screen and (max-width:991px){.views-kakmirabotaem .views-row .views-field-title .divtitle:after{display:none;}}.views-kakmirabotaem .views-row .field-kropisanie{font-size:15px;font-weight:400;font-style:italic;}.views-kakmirabotaem .views-row:hover .views-field-title .divtitle:after{opacity:1;}.region-chtoPoluchaete{padding:69px 0 0;}@media screen and (min-width:575px) and (max-width:767px){.region-chtoPoluchaete{padding:0 0 50px;}}@media screen and (max-width:575px){.region-chtoPoluchaete{padding:40px 0 40px;}}@media screen and (max-width:767px){.app-kopirating .region-chtoPoluchaete{padding:40px 0 15px;}.app-seo .region-chtoPoluchaete{padding:0 0 15px;}}@media screen and (max-width:991px){.app-front .region-chtoPoluchaete{display:none;}}@media screen and (min-width:768px) and (max-width:991px){.app-product .region-chtoPoluchaete{padding:15px 0 0;}}.region-chtoPoluchaete .block-title{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}.region-chtoPoluchaete .block-title span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}.region-chtoPoluchaete .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}@media screen and (min-width:575px) and (max-width:767px){.region-chtoPoluchaete .block-title{text-align:center;}}@media screen and (max-width:575px){.region-chtoPoluchaete .block-title{text-align:center;}}#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1{min-height:645px;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1{min-height:600px;}}@media screen and (max-width:991px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1{min-height:0;}}#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .block-title{margin-bottom:128px;}@media screen and (max-width:991px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .block-title{margin-bottom:42px;}}#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul{list-style-type:none;padding:0;margin:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;position:relative;padding-left:50%;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul{margin:0 -9px;}}@media screen and (max-width:575px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul{margin:0 -9px;}}#header #block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul{align-items:center;}.bg-calculator #block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul{margin:0;padding:0 0 0 15px;}@media screen and (max-width:575px){.bg-calculator #block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul{padding:0 0 0 10px;}}#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul > *{padding:0 15px;flex:0 0 auto;width:100%;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul > *{padding:0 9px;}}@media screen and (max-width:575px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul > *{padding:0 9px;}}@media screen and (max-width:991px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul{padding-left:0;}}#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul:before{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat;left:-10px;top:-237px;width:707px;height:707px;z-index:-2;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul:before{left:-145px;}}@media screen and (max-width:991px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul:before{display:none;}}#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul:after{content:'';width:553px;height:544px;background:url('/themes/custom/vesta/img/raketa.webp') no-repeat center;position:absolute;left:0;top:-80px;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul:after{width:435px;height:430px;background-size:100%;}}@media screen and (max-width:991px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- ul:after{display:none;}}#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- li{flex:0 0 33.33333%;max-width:33.33333%;padding-top:82px;font-weight:500;margin-bottom:55px;position:relative;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- li{padding-top:70px;margin-bottom:30px;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- li{padding-top:70px;font-size:14px;margin-bottom:22px;}}@media screen and (max-width:575px){#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- li{padding-top:70px;font-size:14px;margin-bottom:22px;}}#block-vesta-views-block-v-rezultate-vy-poluchaete-sayt-block-1 .views-field-field-v-rezultate-vy-poluchaete- li:after{content:'';background:url('/themes/custom/vesta/img/check-krug.svg') no-repeat;width:56px;height:52px;position:absolute;left:15px;top:0;}.views-chto-poluchaete{display:grid;column-gap:30px;grid-template-columns:calc(34% - 15px) calc(40% - 30px) calc(26% - 15px);position:relative;}@media screen and (max-width:767px){.views-chto-poluchaete{column-gap:18px;}}#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-1 .views-chto-poluchaete,#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2 .views-chto-poluchaete,#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3 .views-chto-poluchaete{padding-left:598px;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-1 .views-chto-poluchaete,#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2 .views-chto-poluchaete,#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3 .views-chto-poluchaete{padding-left:430px;}}#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-1 .views-chto-poluchaete:before,#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2 .views-chto-poluchaete:before,#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3 .views-chto-poluchaete:before{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat;left:-50px;top:-270px;width:707px;height:707px;z-index:-1;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-1 .views-chto-poluchaete:before,#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2 .views-chto-poluchaete:before,#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3 .views-chto-poluchaete:before{left:-145px;}}#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-1 .views-chto-poluchaete:after{content:'';position:absolute;background:url('/themes/custom/vesta/img/ludi.webp') no-repeat;top:-85px;left:74px;width:394px;height:534px;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-1 .views-chto-poluchaete:after{width:301px;height:415px;top:-75px;left:60px;background-size:100%;}}@media screen and (max-width:991px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2 .views-chto-poluchaete{padding-left:0;}}#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2 .views-chto-poluchaete:after{content:'';position:absolute;background:url('/themes/custom/vesta/img/kopirating-chel.webp') no-repeat;top:-147px;left:0px;width:521px;height:521px;background-size:100%;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2 .views-chto-poluchaete:after{width:400px;height:400px;top:-90px;}}@media screen and (max-width:991px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2 .views-chto-poluchaete:after{display:none;}}@media screen and (max-width:991px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3 .views-chto-poluchaete{padding-left:0;}}#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3 .views-chto-poluchaete:after{content:'';position:absolute;background:url('/themes/custom/vesta/img/seo_chel.webp') no-repeat;top:-5px;left:70px;width:383px;height:495px;background-size:100%;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3 .views-chto-poluchaete:after{width:330px;height:430px;top:-45px;}}@media screen and (max-width:991px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3 .views-chto-poluchaete:after{display:none;}}#block-chto-my-predagaem-kr .views-chto-poluchaete{padding-left:50%;}@media screen and (max-width:991px){#block-chto-my-predagaem-kr .views-chto-poluchaete{padding-left:0;}}#block-chto-my-predagaem-kr .views-chto-poluchaete:before{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat;left:-172px;top:-185px;width:707px;height:707px;z-index:-2;}@media screen and (min-width:992px) and (max-width:1199px){#block-chto-my-predagaem-kr .views-chto-poluchaete:before{left:-145px;}}@media screen and (max-width:991px){#block-chto-my-predagaem-kr .views-chto-poluchaete:before{display:none;}}#block-chto-my-predagaem-kr .views-chto-poluchaete:after{content:'';width:577px;height:612px;background:url('/themes/custom/vesta/img/ona-kr.webp') no-repeat center;position:absolute;left:0;top:0;}@media screen and (min-width:992px) and (max-width:1199px){#block-chto-my-predagaem-kr .views-chto-poluchaete:after{width:484px;height:521px;background-size:100%;}}@media screen and (max-width:991px){#block-chto-my-predagaem-kr .views-chto-poluchaete:after{display:none;}}.views-chto-poluchaete .views-row{padding-top:78px;font-weight:500;margin-bottom:55px;position:relative;}@media screen and (min-width:768px) and (max-width:991px){.views-chto-poluchaete .views-row{padding-top:70px;margin-bottom:30px;}}@media screen and (min-width:575px) and (max-width:767px){.views-chto-poluchaete .views-row{padding-top:70px;font-size:14px;margin-bottom:22px;}}@media screen and (max-width:575px){.views-chto-poluchaete .views-row{padding-top:70px;font-size:14px;margin-bottom:22px;}}.views-chto-poluchaete .views-row:after{content:'';background:url('/themes/custom/vesta/img/check-krug.svg') no-repeat;width:56px;height:52px;position:absolute;left:0;top:0;}#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-1{min-height:715px;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-1{min-height:522px;}}#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-1 .block-title{margin-bottom:130px;}#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2{min-height:620px;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2{min-height:530px;}}@media screen and (max-width:991px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2{min-height:0;}}#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2 .block-title{margin-bottom:200px;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2 .block-title{margin-bottom:130px;}}@media screen and (max-width:991px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-2 .block-title{margin-bottom:45px;}}#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3{min-height:630px;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3{min-height:520px;}}@media screen and (max-width:991px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3{min-height:0;}}#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3 .block-title{margin-bottom:90px;}@media screen and (max-width:991px){#block-vesta-views-block-chto-vy-poluchaete-rabotaya-s-nami-block-3 .block-title{margin-bottom:45px;}}#block-chto-my-predagaem-kr{min-height:691px;margin-top:65px;}@media screen and (min-width:992px) and (max-width:1199px){#block-chto-my-predagaem-kr{min-height:600px;}}@media screen and (max-width:991px){#block-chto-my-predagaem-kr{min-height:0;}}@media screen and (min-width:575px) and (max-width:767px){#block-chto-my-predagaem-kr{margin-top:35px;}}@media screen and (max-width:575px){#block-chto-my-predagaem-kr{margin-top:35px;}}#block-chto-my-predagaem-kr .block-title{margin-bottom:40px;}.region-clients{padding:24px 0 0;}@media screen and (min-width:768px) and (max-width:991px){.region-clients{padding:30px 0 0;}}@media screen and (min-width:575px) and (max-width:767px){.region-clients{padding:35px 0 0;}}@media screen and (max-width:575px){.region-clients{padding:15px 0 0;}}#block-vesta-views-block-nashi-klienty-block-1{position:relative;padding-bottom:65px;}#block-vesta-views-block-nashi-klienty-block-1 .block-title{margin-bottom:49px;font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-nashi-klienty-block-1 .block-title{margin-bottom:35px;text-align:center;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-nashi-klienty-block-1 .block-title{margin-bottom:33px;text-align:center;}}@media screen and (max-width:575px){#block-vesta-views-block-nashi-klienty-block-1 .block-title{margin-bottom:28px;text-align:center;}}#block-vesta-views-block-nashi-klienty-block-1 .block-title span{background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);}#block-vesta-views-block-nashi-klienty-block-1 .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.views-nashi-klienti{padding:0 28px;position:relative;}@media screen and (min-width:575px) and (max-width:767px){.views-nashi-klienti{padding:0 15px;}}@media screen and (max-width:575px){.views-nashi-klienti{padding:0 15px;}}.views-nashi-klienti .splide__slide{padding:0 24px;}@media screen and (min-width:768px) and (max-width:991px){.views-nashi-klienti .splide__slide{padding:0 10px;}}@media screen and (min-width:575px) and (max-width:767px){.views-nashi-klienti .splide__slide{padding:0 3px;}}@media screen and (max-width:575px){.views-nashi-klienti .splide__slide{padding:0 3px;}}.views-nashi-klienti .views-field-field-logotip,.views-nashi-klienti .views-field-field-image{height:100%;border-radius:10px;background:#FFF;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:10px;}@media screen and (max-width:575px){.views-nashi-klienti .views-field-field-logotip,.views-nashi-klienti .views-field-field-image{padding:5px;}}.views-nashi-klienti .views-field-field-logotip img,.views-nashi-klienti .views-field-field-image img{width:100%;max-height:80px;object-fit:scale-down;}.user-login-form .form-item label{margin-bottom:7px;display:block;}.webform-submission-form .form-item-data-rozhdeniya.js-form-item-data-rozhdeniya input,.user-login-form .form-item-data-rozhdeniya.js-form-item-data-rozhdeniya input{font-size:20px;border-radius:10px;padding:7px;}.webform-submission-form .webform-flex--container > .form-item > input[type="number"],.user-login-form .webform-flex--container > .form-item > input[type="number"]{width:150px;display:inline-block;padding:10px;border-radius:10px;}.webform-submission-form .webform-element-description,.user-login-form .webform-element-description{font-size:12px;}.webform-submission-form .form-item,.user-login-form .form-item{margin-bottom:15px;}.webform-submission-form .form-item.form-disabled .form-tel,.user-login-form .form-item.form-disabled .form-tel,.webform-submission-form .form-item.form-disabled .form-text,.user-login-form .form-item.form-disabled .form-text,.webform-submission-form .form-item.form-disabled .form-email,.user-login-form .form-item.form-disabled .form-email{background:#ddd;cursor:not-allowed;color:#5e5e5e;}.webform-submission-form .form-item-data-rozhdeniya.js-form-item-data-rozhdeniya input,.user-login-form .form-item-data-rozhdeniya.js-form-item-data-rozhdeniya input{font-size:20px;border-radius:10px;padding:7px;}.webform-submission-form .webform-flex--container > .form-item > input[type="number"],.user-login-form .webform-flex--container > .form-item > input[type="number"]{width:150px;display:inline-block;padding:10px;border-radius:10px;}.webform-submission-form .webform-element-description,.user-login-form .webform-element-description{font-size:12px;}.webform-submission-form .form-tel,.user-login-form .form-tel,.webform-submission-form .form-text,.user-login-form .form-text,.webform-submission-form .form-textarea,.user-login-form .form-textarea,.webform-submission-form .form-email,.user-login-form .form-email,.webform-submission-form .form-select,.user-login-form .form-select{width:100%;border-radius:23px;border:1px solid #646565;background:#FFF;padding:12.5px 20px;color:#032542;font-size:18px;transition:all 0.4s ease;min-height:46px;}.wrapper_webform .webform-submission-form .form-tel,.wrapper_webform .user-login-form .form-tel,.wrapper_webform .webform-submission-form .form-text,.wrapper_webform .user-login-form .form-text,.wrapper_webform .webform-submission-form .form-textarea,.wrapper_webform .user-login-form .form-textarea,.wrapper_webform .webform-submission-form .form-email,.wrapper_webform .user-login-form .form-email,.wrapper_webform .webform-submission-form .form-select,.wrapper_webform .user-login-form .form-select{max-width:280px;}.app-seo .wrapper_webform .webform-submission-form .form-tel,.app-seo .wrapper_webform .user-login-form .form-tel,.app-seo .wrapper_webform .webform-submission-form .form-text,.app-seo .wrapper_webform .user-login-form .form-text,.app-seo .wrapper_webform .webform-submission-form .form-textarea,.app-seo .wrapper_webform .user-login-form .form-textarea,.app-seo .wrapper_webform .webform-submission-form .form-email,.app-seo .wrapper_webform .user-login-form .form-email,.app-seo .wrapper_webform .webform-submission-form .form-select,.app-seo .wrapper_webform .user-login-form .form-select,.app-kopirating .wrapper_webform .webform-submission-form .form-tel,.app-kopirating .wrapper_webform .user-login-form .form-tel,.app-kopirating .wrapper_webform .webform-submission-form .form-text,.app-kopirating .wrapper_webform .user-login-form .form-text,.app-kopirating .wrapper_webform .webform-submission-form .form-textarea,.app-kopirating .wrapper_webform .user-login-form .form-textarea,.app-kopirating .wrapper_webform .webform-submission-form .form-email,.app-kopirating .wrapper_webform .user-login-form .form-email,.app-kopirating .wrapper_webform .webform-submission-form .form-select,.app-kopirating .wrapper_webform .user-login-form .form-select{max-width:100%;}.webform-submission-form .form-tel[readonly],.user-login-form .form-tel[readonly],.webform-submission-form .form-text[readonly],.user-login-form .form-text[readonly],.webform-submission-form .form-textarea[readonly],.user-login-form .form-textarea[readonly],.webform-submission-form .form-email[readonly],.user-login-form .form-email[readonly],.webform-submission-form .form-select[readonly],.user-login-form .form-select[readonly]{background:#E1E1E1;color:#717171;border:1px solid #b7b7b7;}.wrapper_webform .webform-submission-form .form-tel,.wrapper_webform .user-login-form .form-tel,.wrapper_webform .webform-submission-form .form-text,.wrapper_webform .user-login-form .form-text,.wrapper_webform .webform-submission-form .form-textarea,.wrapper_webform .user-login-form .form-textarea,.wrapper_webform .webform-submission-form .form-email,.wrapper_webform .user-login-form .form-email,.wrapper_webform .webform-submission-form .form-select,.wrapper_webform .user-login-form .form-select{color:#1F87D1;font-size:20px;font-weight:700;}#block-vesta-vebforma-3 .webform-submission-form .form-tel,#block-vesta-vebforma-3 .user-login-form .form-tel,#block-vesta-vebforma-3 .webform-submission-form .form-text,#block-vesta-vebforma-3 .user-login-form .form-text,#block-vesta-vebforma-3 .webform-submission-form .form-textarea,#block-vesta-vebforma-3 .user-login-form .form-textarea,#block-vesta-vebforma-3 .webform-submission-form .form-email,#block-vesta-vebforma-3 .user-login-form .form-email,#block-vesta-vebforma-3 .webform-submission-form .form-select,#block-vesta-vebforma-3 .user-login-form .form-select{font-weight:normal;}.webform-submission-form .form-tel:focus,.user-login-form .form-tel:focus,.webform-submission-form .form-text:focus,.user-login-form .form-text:focus,.webform-submission-form .form-textarea:focus,.user-login-form .form-textarea:focus,.webform-submission-form .form-email:focus,.user-login-form .form-email:focus,.webform-submission-form .form-select:focus,.user-login-form .form-select:focus{outline:none;border-color:#1F87D1;box-shadow:0px 0px 5px 2px rgba(31,135,209,0.7);}.wrapper_webform .webform-submission-form .form-tel::placeholder,.wrapper_webform .user-login-form .form-tel::placeholder,.wrapper_webform .webform-submission-form .form-text::placeholder,.wrapper_webform .user-login-form .form-text::placeholder,.wrapper_webform .webform-submission-form .form-textarea::placeholder,.wrapper_webform .user-login-form .form-textarea::placeholder,.wrapper_webform .webform-submission-form .form-email::placeholder,.wrapper_webform .user-login-form .form-email::placeholder,.wrapper_webform .webform-submission-form .form-select::placeholder,.wrapper_webform .user-login-form .form-select::placeholder{color:#1F87D1;}.webform-submission-form .form-select,.user-login-form .form-select{--bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);background-repeat:no-repeat;background-position:right 0.75rem center;background-size:16px 12px;-webkit-appearance:none;-moz-appearance:none;appearance:none;}.webform-submission-form .form-textarea,.user-login-form .form-textarea{height:100px;resize:vertical;}.webform-submission-form .form-textarea:disabled,.user-login-form .form-textarea:disabled{background:#e9e9e9;border:1px solid #b9b9b9;color:#7e7e7e;}.webform-submission-form .form-actions,.user-login-form .form-actions{margin-top:39px;}#block-vesta-vebforma-3 .webform-submission-form .form-actions,#block-vesta-vebforma-3 .user-login-form .form-actions,.app_tps .region-feedback-page .webform-submission-form .form-actions,.app_tps .region-feedback-page .user-login-form .form-actions{margin-top:21px;}.modal .webform-submission-form .form-actions,.modal .user-login-form .form-actions{margin-top:0;}@media screen and (min-width:575px) and (max-width:767px){.webform-submission-form .form-actions,.user-login-form .form-actions{margin-top:22px;}}@media screen and (max-width:575px){.webform-submission-form .form-actions,.user-login-form .form-actions{margin-top:22px;}}#modalCalculatorBuy .webform-submission-form,#modalCalculatorBuy .user-login-form,#modalShopSite .webform-submission-form,#modalShopSite .user-login-form{margin:0 -10px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}#modalCalculatorBuy .webform-submission-form > *,#modalCalculatorBuy .user-login-form > *,#modalShopSite .webform-submission-form > *,#modalShopSite .user-login-form > *{width:100%;flex:0 0 auto;padding:0 10px;}#modalCalculatorBuy .webform-submission-form .form-item-inn,#modalCalculatorBuy .user-login-form .form-item-inn,#modalShopSite .webform-submission-form .form-item-inn,#modalShopSite .user-login-form .form-item-inn,#modalCalculatorBuy .webform-submission-form .form-item-adres,#modalCalculatorBuy .user-login-form .form-item-adres,#modalShopSite .webform-submission-form .form-item-adres,#modalShopSite .user-login-form .form-item-adres{display:none;width:50%;}@media screen and (max-width:575px){#modalCalculatorBuy .webform-submission-form .form-item-inn,#modalCalculatorBuy .user-login-form .form-item-inn,#modalShopSite .webform-submission-form .form-item-inn,#modalShopSite .user-login-form .form-item-inn,#modalCalculatorBuy .webform-submission-form .form-item-adres,#modalCalculatorBuy .user-login-form .form-item-adres,#modalShopSite .webform-submission-form .form-item-adres,#modalShopSite .user-login-form .form-item-adres{width:100%;}}#modalCalculatorBuy .webform-submission-form .form-item-inn.active,#modalCalculatorBuy .user-login-form .form-item-inn.active,#modalShopSite .webform-submission-form .form-item-inn.active,#modalShopSite .user-login-form .form-item-inn.active,#modalCalculatorBuy .webform-submission-form .form-item-adres.active,#modalCalculatorBuy .user-login-form .form-item-adres.active,#modalShopSite .webform-submission-form .form-item-adres.active,#modalShopSite .user-login-form .form-item-adres.active{display:block;}#modalShopSite .webform-submission-form .form-item-id-tovara,#modalShopSite .user-login-form .form-item-id-tovara,#modalShopSite .webform-submission-form .form-item-ssylka-na-oplatu,#modalShopSite .user-login-form .form-item-ssylka-na-oplatu{display:none;}@keyframes animation-phone{0%{top:-21px;}50%{top:-41px;}100%{top:-21px;}}@keyframes animation-msg{0%{transform:rotate(27deg);}70%{transform:rotate(-15deg);}100%{transform:rotate(27deg);}}@keyframes animation-search{0%{transform:rotate(0);top:45px;left:169px;}70%{transform:rotate(12deg);top:60px;left:189px;}100%{transform:rotate(0);top:45px;left:169px;}}.wrapper_webform{--wd-left:41.666667%;--wd-right:58.333333%;margin-top:138px;position:relative;z-index:1;}.app_tps .wrapper_webform{--wd-left:50%;--wd-right:50%;}@media screen and (max-width:575px){.app_tps .wrapper_webform{--wd-left:100%;--wd-right:100%;}}@media screen and (min-width:992px) and (max-width:1199px){.wrapper_webform{--wd-left:51%;--wd-right:49%;}}@media screen and (max-width:991px){.wrapper_webform{--wd-left:100%;--wd-right:100%;}}@media screen and (min-width:992px) and (max-width:1199px){.app-nid-62 .wrapper_webform{margin-top:70px;}}.wrapper_webform:before{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;left:-1325px;width:100%;height:1500px;left:0;background-position:-935px 0;top:-520px;z-index:-1;}@media screen and (min-width:768px) and (max-width:991px){.wrapper_webform:before{height:1460px;}}.wrapper_webform:after{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat calc((100% - 1200px)/2 + 1010px) 64px;left:0;top:-245px;width:100%;height:707px;z-index:-1;}@media screen and (min-width:992px) and (max-width:1199px){.wrapper_webform:after{background-position:calc((100% - 960px)/2 + 1010px) 64px;}}@media screen and (min-width:768px) and (max-width:991px){.wrapper_webform:after{background-position:calc((100% - 720px)/2 + 1010px) 64px;}}@media screen and (min-width:575px) and (max-width:767px){.wrapper_webform:after{background-position:calc((100% - 540px)/2 + 1010px) 64px;}}.app_tps .wrapper_webform:after{top:50%;transform:translateY(-50%);background-position:center;}.app-about .wrapper_webform:after,.app-kopirating .wrapper_webform:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;z-index:-1;right:0;width:100%;top:50%;transform:translateY(-50%);}.app-kopirating .wrapper_webform:after{top:20%;}@media screen and (min-width:768px) and (max-width:991px){.wrapper_webform{margin-top:30px;}.app-about .wrapper_webform{margin-top:80px;}}@media screen and (max-width:767px){.wrapper_webform{margin-top:0;}.app-product .wrapper_webform{margin-top:35px;}.app-about .wrapper_webform{margin-top:70px;}}.wrapper_webform .block-title{margin-bottom:54px;font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}@media screen and (max-width:767px){.wrapper_webform .block-title{margin-bottom:20px;}}.wrapper_webform .block-title span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}.wrapper_webform .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.wrapper_webform .col-left{flex:0 0 var(--wd-left);max-width:var(--wd-left);}.wrapper_webform .col-right{flex:0 0 var(--wd-right);max-width:var(--wd-right);}@media screen and (max-width:575px){.app_tps .wrapper_webform .col-right{margin-top:15px;}}@media screen and (max-width:991px){#app:not(.app_tps) .wrapper_webform .col-right{display:none;}}.wrapper_webform .region-feedback,.wrapper_webform .region-feedback-page,.wrapper_webform .region-oplatite{border-radius:20px;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);padding:22px 25px 26px;}.app_tps .wrapper_webform .region-feedback,.app_tps .wrapper_webform .region-feedback-page,.app_tps .wrapper_webform .region-oplatite{height:100%;}@media screen and (min-width:575px) and (max-width:767px){.wrapper_webform .region-feedback,.wrapper_webform .region-feedback-page,.wrapper_webform .region-oplatite{padding:20px 13px 20px;}}@media screen and (max-width:575px){.wrapper_webform .region-feedback,.wrapper_webform .region-feedback-page,.wrapper_webform .region-oplatite{padding:20px 13px 20px;}}#app:not(.app_tps) .wrapper_webform .region-feedback .block-title,#app:not(.app_tps) .wrapper_webform .region-feedback-page .block-title,#app:not(.app_tps) .wrapper_webform .region-oplatite .block-title{margin-bottom:35px;font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}@media screen and (min-width:575px) and (max-width:767px){#app:not(.app_tps) .wrapper_webform .region-feedback .block-title,#app:not(.app_tps) .wrapper_webform .region-feedback-page .block-title,#app:not(.app_tps) .wrapper_webform .region-oplatite .block-title{margin-bottom:22px;}}@media screen and (max-width:575px){#app:not(.app_tps) .wrapper_webform .region-feedback .block-title,#app:not(.app_tps) .wrapper_webform .region-feedback-page .block-title,#app:not(.app_tps) .wrapper_webform .region-oplatite .block-title{margin-bottom:22px;}}#app:not(.app_tps) .wrapper_webform .region-feedback .block-title span,#app:not(.app_tps) .wrapper_webform .region-feedback-page .block-title span,#app:not(.app_tps) .wrapper_webform .region-oplatite .block-title span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}#app:not(.app_tps) .wrapper_webform .region-feedback .block-title span,#app:not(.app_tps) .wrapper_webform .region-feedback-page .block-title span,#app:not(.app_tps) .wrapper_webform .region-oplatite .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.app_tps .wrapper_webform .region-feedback .block-title,.app_tps .wrapper_webform .region-feedback-page .block-title,.app_tps .wrapper_webform .region-oplatite .block-title{font-size:22px;font-weight:bold;margin-bottom:30px;}.wrapper_webform .region-feedback #block-vesta-tekstpodformoy,.wrapper_webform .region-feedback-page #block-vesta-tekstpodformoy,.wrapper_webform .region-oplatite #block-vesta-tekstpodformoy,.wrapper_webform .region-feedback #block-vesta-tekstpodformoy-2,.wrapper_webform .region-feedback-page #block-vesta-tekstpodformoy-2,.wrapper_webform .region-oplatite #block-vesta-tekstpodformoy-2{font-size:14px;color:rgba(255,255,255,0.4);font-weight:400;margin-top:30px;}.wrapper_webform .region-feedback #block-vesta-tekstpodformoy a,.wrapper_webform .region-feedback-page #block-vesta-tekstpodformoy a,.wrapper_webform .region-oplatite #block-vesta-tekstpodformoy a,.wrapper_webform .region-feedback #block-vesta-tekstpodformoy-2 a,.wrapper_webform .region-feedback-page #block-vesta-tekstpodformoy-2 a,.wrapper_webform .region-oplatite #block-vesta-tekstpodformoy-2 a{color:rgba(255,255,255,0.4);}@media screen and (min-width:575px) and (max-width:767px){.wrapper_webform .region-feedback #block-vesta-tekstpodformoy,.wrapper_webform .region-feedback-page #block-vesta-tekstpodformoy,.wrapper_webform .region-oplatite #block-vesta-tekstpodformoy,.wrapper_webform .region-feedback #block-vesta-tekstpodformoy-2,.wrapper_webform .region-feedback-page #block-vesta-tekstpodformoy-2,.wrapper_webform .region-oplatite #block-vesta-tekstpodformoy-2{margin-top:22px;}}@media screen and (max-width:575px){.wrapper_webform .region-feedback #block-vesta-tekstpodformoy,.wrapper_webform .region-feedback-page #block-vesta-tekstpodformoy,.wrapper_webform .region-oplatite #block-vesta-tekstpodformoy,.wrapper_webform .region-feedback #block-vesta-tekstpodformoy-2,.wrapper_webform .region-feedback-page #block-vesta-tekstpodformoy-2,.wrapper_webform .region-oplatite #block-vesta-tekstpodformoy-2{margin-top:22px;}}.app_tps .wrapper_webform .region-feedback input.form-tel,.app_tps .wrapper_webform .region-feedback-page input.form-tel,.app_tps .wrapper_webform .region-oplatite input.form-tel{max-width:281px;}.wrapper_webform .region-oplatite{padding-bottom:10px;}.wrapper_webform .region-oplatite ul:not(.contextual-links){list-style-type:none;padding:0;margin:0;margin-bottom:16px;}.wrapper_webform .region-oplatite ul:not(.contextual-links) li{position:relative;margin-bottom:5px;padding-left:17px;}.wrapper_webform .region-oplatite ul:not(.contextual-links) li:before{content:'';position:absolute;width:10px;height:10px;background:url('/themes/custom/vesta/img/check-2.webp') no-repeat center;background-size:100%;left:0;top:3px;transition:all 0.4s ease;}.wrapper_webform .region-oplatite ul:not(.contextual-links) li .ds-1col{display:flex;justify-content:space-between;}.wrapper_webform .region-oplatite ul:not(.contextual-links) li .ds-1col.contextual-region > div:nth-child(1){display:none;}.wrapper_webform .region-oplatite ul:not(.contextual-links) li .ds-1col:after{display:none;}.wrapper_webform .region-oplatite ul:not(.contextual-links) li .ds-1col div:last-child{white-space:nowrap;text-decoration:line-through;}.wrapper_webform .region-oplatite ul:not(.contextual-links) li{margin-bottom:15px;}.wrapper_webform .region-oplatite ul:not(.contextual-links) li:last-child{margin-bottom:0;}.wrapper_webform .region-oplatite p img{margin:0 8px 8px 0;}.wrapper_webform .wrapper_img{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;transform:scale(0.9);}.app-kopirating .wrapper_webform .wrapper_img,.app-seo .wrapper_webform .wrapper_img{transform:scale(1);}.app-seo .wrapper_webform .wrapper_img{padding-right:140px;}@media screen and (min-width:992px) and (max-width:1199px){.app-seo .wrapper_webform .wrapper_img{padding-right:0;margin-top:-26px;}}.wrapper_webform .wrapper_img .block-img{position:relative;z-index:1;}.wrapper_webform .wrapper_img .block-img .img-phone{position:absolute;top:-21px;left:91px;animation:animation-phone 4s ease infinite;transition:all 0.4s ease;}.wrapper_webform .wrapper_img .block-img .img-msg{position:absolute;right:27px;top:-71px;transform:rotate(-23deg);transform-origin:bottom center;animation:animation-msg 7s ease infinite;}.wrapper_webform .wrapper_img .block-img .img-search{position:absolute;left:179px;top:55px;transform-origin:bottom center;animation:animation-search 5s ease infinite;}.wrapper_webform .wrapper_img.wr-id-62 .block-img::after{right:-25px;top:-140px;}#footer{margin-top:100px;font-size:14px;position:relative;overflow-x:hidden;}.app-front #footer{margin-top:53px;}@media screen and (max-width:991px){#footer{overflow:hidden;}}#footer:before{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat;left:62%;top:-75px;width:607px;height:550px;background-size:100%;z-index:-1;}@media screen and (max-width:991px){#footer:before{top:0;height:100%;}}@media screen and (min-width:768px) and (max-width:991px){#footer{margin-top:70px;}}@media screen and (min-width:575px) and (max-width:767px){#footer{margin-top:25px;}}@media screen and (max-width:575px){#footer{margin-top:25px;}}#footer .container{position:relative;z-index:2;}#footer a{color:#fff;text-decoration:none;}#footer a:hover{color:#1F87D1;}#footer .region-phone{margin-bottom:18px;}@media screen and (min-width:575px) and (max-width:767px){#footer .region-phone{margin-bottom:0;}}@media screen and (max-width:575px){#footer .region-phone{margin-bottom:0;}}#footer .col-left{flex:0 0 100%;max-width:100%;padding:0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}#footer .col-left.col-left-oren{flex:0 0 calc(100% - 298px);max-width:calc(100% - 298px);}@media screen and (max-width:991px){#footer .col-left.col-left-oren{flex:0 0 100%;max-width:100%;}}@media screen and (max-width:991px){#footer .col-left{flex:0 0 100%;max-width:100%;position:relative;padding:0;}}#footer .col-left > *{padding:0 15px;}#footer .col-right{flex:0 0 298px;max-width:298px;}@media screen and (max-width:991px){#footer .col-right{flex:0 0 100%;max-width:100%;}}#footer .col-logo{max-width:29.6%;flex:0 0 29.6%;}@media screen and (max-width:991px){#footer .col-logo{flex:0 0 100%;max-width:100%;}}#footer nav ul{list-style-type:none;padding:0;margin:0;}#footer nav ul li{margin-bottom:7px;}#footer nav ul li a{color:#BDC3CC;}#footer .col-copyright{margin-top:20px;font-size:13px;margin-bottom:15px;}@media screen and (max-width:991px){#footer .col-copyright{display:none;}}@media screen and (max-width:991px){#footer .region-footer1{display:none;}}#footer .col-nav{flex:0 0 37%;max-width:37%;}@media screen and (max-width:991px){#footer .col-nav{display:none;}}#footer .col-contacts{flex:0 0 33.3%;max-width:33.3%;}@media screen and (max-width:991px){#footer .col-contacts{flex:0 0 100%;max-width:100%;}}#footer .wrapper_toprating{border-radius:20px 20px 0 0;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%;align-items:center;text-align:center;}@media screen and (min-width:768px) and (max-width:991px){#footer .wrapper_toprating{margin-top:25px;}}@media screen and (min-width:575px) and (max-width:767px){#footer .wrapper_toprating{margin-top:17px;margin-top:1px;}}@media screen and (max-width:575px){#footer .wrapper_toprating{margin-top:17px;margin-top:2px;}}#footer .wrapper_toprating > *{width:100%;padding:33px 25px;}@media screen and (max-width:991px){#footer .wrapper_toprating > *{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;}}@media screen and (min-width:575px) and (max-width:767px){#footer .wrapper_toprating > *{padding:18px 25px;}}@media screen and (max-width:575px){#footer .wrapper_toprating > *{padding:18px 25px;}}#footer .wrapper_toprating .field-title{font-size:20px;}@media screen and (max-width:991px){#footer .wrapper_toprating .field-title{flex:calc(100% - 119px);max-width:calc(100% - 119px);}}@media screen and (min-width:768px) and (max-width:991px){#footer .wrapper_toprating .field-title{font-size:16px;}}@media screen and (min-width:575px) and (max-width:767px){#footer .wrapper_toprating .field-title{font-size:14px;}}@media screen and (max-width:575px){#footer .wrapper_toprating .field-title{font-size:12px;}}#footer .wrapper_toprating .field-title span{display:block;line-height:1;}#footer .wrapper_toprating .field-title span:last-child{margin-top:7px;}@media screen and (max-width:991px){#footer .wrapper_toprating .field-title span:last-child{margin-top:0px;padding-left:4px;}}#footer .wrapper_toprating .field-title .fsize-type-1{font-size:25.25px;}@media screen and (min-width:768px) and (max-width:991px){#footer .wrapper_toprating .field-title .fsize-type-1{font-size:16px;}}@media screen and (min-width:575px) and (max-width:767px){#footer .wrapper_toprating .field-title .fsize-type-1{font-size:14px;}}@media screen and (max-width:575px){#footer .wrapper_toprating .field-title .fsize-type-1{font-size:12px;}}#footer .wrapper_toprating .field-title .fsize-type-2{font-weight:bold;font-size:40px;}@media screen and (min-width:768px) and (max-width:991px){#footer .wrapper_toprating .field-title .fsize-type-2{font-size:24px;}}@media screen and (min-width:575px) and (max-width:767px){#footer .wrapper_toprating .field-title .fsize-type-2{font-size:22px;}}@media screen and (max-width:575px){#footer .wrapper_toprating .field-title .fsize-type-2{font-size:18px;}}@media screen and (max-width:991px){#footer .wrapper_toprating .field-title .group-1,#footer .wrapper_toprating .field-title .group-2{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:flex-end;}}#footer .wrapper_toprating .field-title .group-2{margin-top:5px;}#footer .wrapper_toprating .field-img{border-radius:12px;background:#FFF;padding:15px;margin-top:19px;}@media screen and (max-width:991px){#footer .wrapper_toprating .field-img{flex:119px;max-width:119px;margin-top:0px;}}#footer .btn-callback{margin:24px 0;}@media screen and (min-width:575px) and (max-width:767px){#footer .btn-callback{margin:9px 0;}}@media screen and (max-width:575px){#footer .btn-callback{margin:9px 0;}}@media screen and (max-width:991px){#footer .region-footer3{display:none;}}#footer .region-footer3-mobile{display:none;}@media screen and (max-width:991px){#footer .region-footer3-mobile{display:block;}}.social{list-style-type:none;padding:0;margin:0 -5px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.main_page .social{margin-bottom:15px;}@media screen and (max-width:991px){#footer .social{display:block;position:absolute;right:28px;bottom:15px;}}.social li{padding:0 5px;}@media screen and (max-width:991px){.social li{margin-bottom:4px;}}.contextual-links a{font-size:14px !important;line-height:1.2 !important;color:#000 !important;}@keyframes animation-phone{0%{top:10px;}50%{top:30px;}100%{top:10px;}}@keyframes animation-phone-lg{0%{top:0;}50%{top:20px;}100%{top:0;}}.wrapper_about{position:relative;}.wrapper_about:after{content:'';background:url('/themes/custom/vesta/img/ellipse-3.svg') no-repeat 30% 30px;position:absolute;left:0;top:-90px;z-index:-1;width:100%;height:659px;}.views-frontpageviews{position:relative;width:50%;margin:0 0 0 auto;}@media screen and (min-width:992px) and (max-width:1199px){.views-frontpageviews{width:60%;}}@media screen and (max-width:991px){.views-frontpageviews{width:100%;}}#block-vesta-views-block-frontpageviews-block-1 .views-frontpageviews{width:100%;}@media screen and (max-width:991px){.views-frontpageviews header{display:none;}}.views-frontpageviews .about-man-img{position:absolute;left:calc(-100% + 96px);top:55px;}@media screen and (min-width:992px) and (max-width:1199px){.views-frontpageviews .about-man-img{left:calc(-100% + 175px);top:20px;}}.views-frontpageviews .about-icon-img{position:absolute;left:calc(-100% + 242px);animation:animation-phone 4s ease infinite;}@media screen and (min-width:992px) and (max-width:1199px){.views-frontpageviews .about-icon-img{left:calc(-100% + 321px);animation:animation-phone-lg 4s ease infinite;}}.views-frontpageviews .views-field-body table{margin:0 -10px 25px;}@media screen and (max-width:575px){.views-frontpageviews .views-field-body table{margin:0 -5px 5px;}}.views-frontpageviews .views-field-body table td,.views-frontpageviews .views-field-body table th{padding:0 10px;vertical-align:top;}@media screen and (max-width:575px){.views-frontpageviews .views-field-body table td,.views-frontpageviews .views-field-body table th{padding:0 5px;}}.views-frontpageviews .views-field-body table td p,.views-frontpageviews .views-field-body table th p{margin-bottom:12px;}.views-frontpageviews .views-field-body p{margin-bottom:clamp(15px,3vw,30px);}.views-frontpageviews .views-field-body h2{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}.views-frontpageviews .views-field-body h2 span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}.views-frontpageviews .views-field-body h2 span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.wrapper_about{padding:123px 0 0;}@media screen and (min-width:1199px){.wrapper_about{min-height:530px;}}@media screen and (min-width:992px) and (max-width:1199px){.wrapper_about{min-height:530px;}}@media screen and (max-width:991px){.wrapper_about{padding:40px 0 0;}}#smoke-js{position:fixed;top:0;left:0;width:100vw;height:100vh;}@media screen and (max-width:575px){.region-product{padding:0 15px;}}.region-product .block-title{margin-bottom:45px;font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}@media screen and (max-width:767px){.region-product .block-title{margin-bottom:35px;text-align:center;}}.region-product .block-title span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}.region-product .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.overlay_modal{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.45);overflow-y:auto;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:center;padding:15px;z-index:9999;visibility:hidden;opacity:0;transition:all 0.4s ease;}.overlay_modal.active{visibility:visible;opacity:1;}.overlay_modal .modal{width:100%;max-width:550px;border-radius:8px;background:#fff;position:relative;color:#032542;}.overlay_modal .modal .modal_title{border-bottom:1px solid #d3d3d3;padding:25px;font-size:20px;}@media screen and (max-width:575px){.overlay_modal .modal .modal_title{padding:20px 30px 20px 20px;font-size:16px;}}.overlay_modal .modal .modal_content{padding:25px;}@media screen and (max-width:575px){.overlay_modal .modal .modal_content{padding:20px;}}.overlay_modal .modal .form-item-soglasie,.overlay_modal .modal .form-item-markup{margin-top:25px;margin-top:15px;color:#979797;font-size:12px;}.overlay_modal .modal .form-item-soglasie a,.overlay_modal .modal .form-item-markup a{color:#979797;}.overlay_modal .close{font-size:26px;font-family:inherit;position:absolute;background:transparent;border:0px solid;right:5px;top:5px;cursor:pointer;}.overlay_modal .close span{display:inline-block;transform:rotate(45deg);}.overlay_modal .vertical-tabs{display:none;}#modalCalculatorBuy .form-actions,#modalShopSite .form-actions{display:flex;gap:20px;align-items:center;}@media screen and (max-width:575px){#modalCalculatorBuy .form-actions,#modalShopSite .form-actions{display:block;}}#modalCalculatorBuy .form-actions .ajax-progress,#modalShopSite .form-actions .ajax-progress{display:none;}#modalCalculatorBuy .form-actions .custom-webform-loader__box,#modalShopSite .form-actions .custom-webform-loader__box{font-size:14px;}@media screen and (max-width:575px){#modalCalculatorBuy .form-actions .custom-webform-loader__box,#modalShopSite .form-actions .custom-webform-loader__box{margin-top:7px;}}#block-vesta-views-block-spisok-gorodov-dlya-modalki-block-1 .views-modalcity{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-spisok-gorodov-dlya-modalki-block-1 .views-modalcity{margin:0 -9px;}}@media screen and (max-width:575px){#block-vesta-views-block-spisok-gorodov-dlya-modalki-block-1 .views-modalcity{margin:0 -9px;}}#header #block-vesta-views-block-spisok-gorodov-dlya-modalki-block-1 .views-modalcity{align-items:center;}.bg-calculator #block-vesta-views-block-spisok-gorodov-dlya-modalki-block-1 .views-modalcity{margin:0;padding:0 0 0 15px;}@media screen and (max-width:575px){.bg-calculator #block-vesta-views-block-spisok-gorodov-dlya-modalki-block-1 .views-modalcity{padding:0 0 0 10px;}}#block-vesta-views-block-spisok-gorodov-dlya-modalki-block-1 .views-modalcity > *{padding:0 15px;flex:0 0 auto;width:100%;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-spisok-gorodov-dlya-modalki-block-1 .views-modalcity > *{padding:0 9px;}}@media screen and (max-width:575px){#block-vesta-views-block-spisok-gorodov-dlya-modalki-block-1 .views-modalcity > *{padding:0 9px;}}#block-vesta-views-block-spisok-gorodov-dlya-modalki-block-1 .views-modalcity .views-row{flex:0 0 50%;max-width:50%;margin-bottom:10px;}#block-vesta-views-block-spisok-gorodov-dlya-modalki-block-1 .views-modalcity .views-row .views-field-name a{font-size:16px;font-weight:700;color:#41ADFB;background:linear-gradient(88deg,#41ADFB 1.77%,#1F87D1 34.81%,#0D5793 65.88%,#094982 96.45999999999999%);-webkit-text-fill-color:transparent;background-size:100%;background-clip:text;-webkit-background-clip:text;text-decoration:none;}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0.25rem;}.alert-dismissible{padding-right:3rem;}.alert-warning{color:#664d03;background-color:#fff3cd;border-color:#ffecb5;}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:0.25em 0.25em;color:#000;background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;border:0;border-radius:0.25rem;opacity:0.5;}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer;}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem;}.btns-page-edit-secondary{list-style-type:none;padding:0;margin:0 -5px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.btns-page-edit-secondary li{padding:0 5px 10px;}.btns-page-edit-secondary li a{border-radius:60px;font-size:16px;font-weight:700;padding:13px 18px;min-width:170px;display:inline-block;text-decoration:none;cursor:pointer;text-align:center;transition:all 0.4s ease;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);color:#fff;position:relative;z-index:2;overflow:hidden;min-width:0;}#block-vesta-views-block-tip-paketa-block-1 .btns-page-edit-secondary li a{min-width:170px;padding:9px 29px;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-tip-paketa-block-1 .btns-page-edit-secondary li a{min-width:120px;padding:9px 15px;}}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-tip-paketa-block-1 .btns-page-edit-secondary li a{min-width:120px;padding:9px 15px;}}.btns-page-edit-secondary li a.btn-primary{border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);color:#fff;position:relative;z-index:2;overflow:hidden;}.btns-page-edit-secondary li a.btn-primary:after{content:'';position:absolute;left:2px;top:2px;right:2px;bottom:2px;z-index:-1;transition:all 0.4s ease;opacity:0;background:#042A4B;border-radius:60px;}.btns-page-edit-secondary li a.btn-primary:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:-2;background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);transition:all 0.4s ease;opacity:0;}.btns-page-edit-secondary li a.btn-primary:hover,.btns-page-edit-secondary li a.btn-primary.active{color:#1F87D1;}.btns-page-edit-secondary li a.btn-primary:hover:after,.btns-page-edit-secondary li a.btn-primary.active:after,.btns-page-edit-secondary li a.btn-primary:hover:before,.btns-page-edit-secondary li a.btn-primary.active:before{opacity:1;}.views-reklama .btns-page-edit-secondary li a.btn-primary,.bg-calculator .btns-page-edit-secondary li a.btn-primary{background:#F8953B;border:1px solid #F8953B;}.views-reklama .btns-page-edit-secondary li a.btn-primary:after,.bg-calculator .btns-page-edit-secondary li a.btn-primary:after,.views-reklama .btns-page-edit-secondary li a.btn-primary:before,.bg-calculator .btns-page-edit-secondary li a.btn-primary:before{display:none;}.views-reklama .btns-page-edit-secondary li a.btn-primary:hover,.bg-calculator .btns-page-edit-secondary li a.btn-primary:hover{color:#fff;background:rgba(248,149,59,0.4);}.btns-page-edit-secondary li a.btn-primary-blue{border:1px solid rgba(31,135,209,0.6);background:#1F87D1;color:#fff;position:relative;z-index:2;overflow:hidden;}.btns-page-edit-secondary li a.btn-primary-blue:after{content:'';position:absolute;left:2px;top:2px;right:2px;bottom:2px;z-index:-1;transition:all 0.4s ease;opacity:0;background:#042A4B;border-radius:60px;}.btns-page-edit-secondary li a.btn-primary-blue:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:-2;background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);transition:all 0.4s ease;opacity:0;}.btns-page-edit-secondary li a.btn-primary-blue:hover,.btns-page-edit-secondary li a.btn-primary-blue.active{color:#1F87D1;}.btns-page-edit-secondary li a.btn-primary-blue:hover:after,.btns-page-edit-secondary li a.btn-primary-blue.active:after,.btns-page-edit-secondary li a.btn-primary-blue:hover:before,.btns-page-edit-secondary li a.btn-primary-blue.active:before{opacity:1;}.btns-page-edit-secondary li a.btn-default{background:#032542;border:2px solid #032542;color:#fff;}.btns-page-edit-secondary li a.btn-default:hover{background:transparent;}#block-vesta-views-block-tovary-webvesta-block-1 .btns-page-edit-secondary li a.btn-default:hover{color:#032542;}.modal .btns-page-edit-secondary li a.btn-default:hover{background:#1F87D1;border-color:#1F87D1;}.btns-page-edit-secondary li a.btn-default.btn-youtube:hover{background:#1F87D1;border-color:#1F87D1;}.btns-page-edit-secondary li a.btn-form{background:#1F87D1;border:1px solid #1F87D1;font-weight:600;color:#fff;}.btns-page-edit-secondary li a.btn-form:hover{border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);}.btns-page-edit-secondary li a.btn-youtube{padding:7px 25px;}.btns-page-edit-secondary li a.btn-youtube img{display:inline-block;vertical-align:middle;margin-left:10px;}.btns-page-edit-secondary li a:after{content:'';position:absolute;left:2px;top:2px;right:2px;bottom:2px;z-index:-1;transition:all 0.4s ease;opacity:0;background:#042A4B;border-radius:60px;}.btns-page-edit-secondary li a:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:-2;background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);transition:all 0.4s ease;opacity:0;}.btns-page-edit-secondary li a:hover,.btns-page-edit-secondary li a.active{color:#1F87D1;}.btns-page-edit-secondary li a:hover:after,.btns-page-edit-secondary li a.active:after,.btns-page-edit-secondary li a:hover:before,.btns-page-edit-secondary li a.active:before{opacity:1;}.views-reklama .btns-page-edit-secondary li a,.bg-calculator .btns-page-edit-secondary li a{background:#F8953B;border:1px solid #F8953B;}.views-reklama .btns-page-edit-secondary li a:after,.bg-calculator .btns-page-edit-secondary li a:after,.views-reklama .btns-page-edit-secondary li a:before,.bg-calculator .btns-page-edit-secondary li a:before{display:none;}.views-reklama .btns-page-edit-secondary li a:hover,.bg-calculator .btns-page-edit-secondary li a:hover{color:#fff;background:rgba(248,149,59,0.4);}.wrapper_one{position:relative;}.wrapper_one .col-left{flex:0 0 48%;max-width:48%;}@media screen and (max-width:991px){.wrapper_one .col-left{flex:0 0 100%;max-width:100%;}}.wrapper_one .col-right{flex:0 0 52%;max-width:52%;}@media screen and (max-width:991px){.wrapper_one .col-right{flex:0 0 100%;max-width:100%;margin-top:60px;}}@media screen and (min-width:768px) and (max-width:991px){.app-about .wrapper_one .col-right{margin-top:15px;}.app-seo .wrapper_one .col-right{margin-top:30px;}}@media screen and (max-width:767px){.app-about .wrapper_one .col-right{margin-top:10px;}.app-kopirating .wrapper_one .col-right{margin-top:10px;}.app-seo .wrapper_one .col-right{margin-top:10px;}}.wrapper_one .block-about-img{position:relative;}.app-seo .wrapper_one .block-about-img{padding-right:77px;margin-top:-38px;text-align:right;}@media screen and (min-width:992px) and (max-width:1199px){.app-seo .wrapper_one .block-about-img{padding-right:0;padding-left:70px;}}@media screen and (max-width:991px){.app-seo .wrapper_one .block-about-img{padding-right:0;margin-top:0;}}@media screen and (max-width:991px){.wrapper_one .block-about-img{max-width:330px;margin:0 auto;}}.wrapper_one .block-about-img .about-icon-img{position:absolute;left:75px;animation:animation-phone 4s ease infinite;}@media screen and (min-width:992px) and (max-width:1199px){.wrapper_one .block-about-img .about-icon-img{animation:animation-phone-lg 4s ease infinite;}}@media screen and (max-width:991px){.wrapper_one .block-about-img .about-icon-img{width:72px;left:50px;}}.wrapper_one.wr_about:after{content:'';position:absolute;left:0;width:100%;height:707px;z-index:-2;bottom:-26px;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat calc((100% - 1200px)/2 + 870px) center;}@media screen and (min-width:992px) and (max-width:1199px){.wrapper_one.wr_about:after{background-position:calc((100% - 960px)/2 + 750px) center;}}@media screen and (min-width:768px) and (max-width:991px){.wrapper_one.wr_about:after{background-position:50% 20px;}}@media screen and (max-width:767px){.wrapper_one.wr_about:after{background-position:50% 20px;}}.h1page-title{font-size:clamp(30px,3.5vw,48px);font-weight:700;margin-bottom:17px;}@media screen and (min-width:575px) and (max-width:767px){.h1page-title{margin-bottom:20px;}}@media screen and (max-width:575px){.h1page-title{margin-bottom:20px;}}.h1page-title span{display:inline-block;background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1{position:relative;margin-bottom:120px;}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1:after{content:'';background:url('/themes/custom/vesta/img/chel-sverhu.webp') no-repeat center;width:245px;height:175px;position:absolute;right:-3px;top:-64px;}@media screen and (max-width:575px){#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1:after{background-size:100%;width:137px;height:98px;top:-36px;right:0;}}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1:before{content:'';width:100%;height:108px;background:url('/themes/custom/vesta/img/nozhka.webp') no-repeat center;position:absolute;bottom:-88px;left:0;}@media screen and (max-width:575px){#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1:before{background-size:contain;height:56px;bottom:-47px;}}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__track{border-radius:20px;background:#FFF;overflow:hidden;}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__slide{padding:20px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__slide > *{width:100%;}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__slide .views-field-body{align-self:flex-start;text-align:center;font-size:19px;font-weight:bold;margin-bottom:20px;color:#5a5a5a;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__slide .views-field-body{font-size:16px;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__slide .views-field-body{font-size:14px;}}@media screen and (max-width:575px){#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__slide .views-field-body{font-size:12px;margin-bottom:15px;}}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__slide .views-field-body p{margin:0;}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__slide .views-field-field-image{align-self:flex-end;}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__slide .views-field-field-image img{max-width:100%;height:260px !important;object-fit:contain;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__slide .views-field-field-image img{height:auto !important;}}@media screen and (max-width:575px){#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__slide .views-field-field-image img{height:auto !important;}}#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__pagination{top:calc(100% + 105px);}@media screen and (max-width:575px){#block-vesta-views-block-keysy-kontekstnaya-reklama-slayd-block-1 .splide__pagination{top:calc(100% + 85px);}}.wrapper_breadcrumb{font-size:14px;margin-bottom:74px;}@media screen and (min-width:768px) and (max-width:991px){.wrapper_breadcrumb{margin-bottom:30px;}}@media screen and (min-width:575px) and (max-width:767px){.wrapper_breadcrumb{margin-bottom:20px;font-size:13px;}}@media screen and (max-width:575px){.wrapper_breadcrumb{margin-bottom:20px;font-size:13px;}}.region-w1-left{font-size:16px;}@media screen and (min-width:575px) and (max-width:767px){.region-w1-left{font-size:14px;}}@media screen and (max-width:575px){.region-w1-left{font-size:14px;}}.region-w1-left .block-title{font-size:22px;font-weight:700;margin-bottom:18px;}@media screen and (min-width:575px) and (max-width:767px){.region-w1-left .block-title{font-size:16px;}}@media screen and (max-width:575px){.region-w1-left .block-title{font-size:16px;}}.region-w1-left .price-p{font-size:20px;}@media screen and (min-width:575px) and (max-width:767px){.region-w1-left .price-p{font-size:16px;}}@media screen and (max-width:575px){.region-w1-left .price-p{font-size:16px;}}.region-w1-left .price-p .price-span{font-size:40px;}@media screen and (min-width:575px) and (max-width:767px){.region-w1-left .price-p .price-span{font-size:24px;}}@media screen and (max-width:575px){.region-w1-left .price-p .price-span{font-size:24px;}}.region-w1-left table{margin:0 -5px;}.region-w1-left table td{padding:0 5px;}@media screen and (min-width:575px) and (max-width:767px){.region-w1-left table td{display:block;padding-bottom:10px;}}@media screen and (max-width:575px){.region-w1-left table td{display:block;padding-bottom:10px;}}.region-w1-left table td table{margin:0 -1px;}.region-w1-left table td table td{padding:0 1px;display:table-cell;}.region-w1-left table td table td a{display:inline-block;}.region-w1-left table td table td p{margin-bottom:3px;}.region-pre-content{padding:50px 0 0;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;position:relative;}.app-kopirating .region-pre-content{margin-bottom:35px;}@media screen and (min-width:575px) and (max-width:767px){.region-pre-content{padding:20px 0 0;font-size:14px;}.app-kopirating .region-pre-content{padding:40px 0 0;}}@media screen and (max-width:575px){.region-pre-content{padding:20px 0 0;font-size:14px;}.app-kopirating .region-pre-content{padding:40px 0 0;}}.region-pre-content:before{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat;left:5%;top:50%;transform:translateY(-50%);width:707px;height:707px;z-index:-1;}.region-pre-content > *{padding:0 15px;width:100%;}.region-pre-content .block-title{font-size:32px;font-weight:700;background:linear-gradient(88deg,#41ADFB 1.77%,#1F87D1 35.36%,#0D5793 66.95%,#094982 98.03%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:27px;}@media screen and (min-width:575px) and (max-width:767px){.region-pre-content .block-title{text-align:center;font-size:26px;}}@media screen and (max-width:575px){.region-pre-content .block-title{text-align:center;font-size:26px;}}.region-pre-content #block-vesta-uvelichimvashiprodazhi{font-size:28px;font-weight:700;margin-bottom:15px;position:relative;}@media screen and (min-width:575px) and (max-width:767px){.region-pre-content #block-vesta-uvelichimvashiprodazhi{font-size:24px;text-align:center;margin-bottom:32px;}}@media screen and (max-width:575px){.region-pre-content #block-vesta-uvelichimvashiprodazhi{font-size:24px;text-align:center;margin-bottom:32px;}}.region-pre-content #block-vesta-uvelichimvashiprodazhi:after{content:'';position:absolute;background:url('/themes/custom/vesta/img/line.svg') no-repeat center;width:137px;height:30px;bottom:-14px;left:334px;}@media screen and (min-width:575px) and (max-width:767px){.region-pre-content #block-vesta-uvelichimvashiprodazhi:after{left:50%;transform:translateX(-50%);}}@media screen and (max-width:575px){.region-pre-content #block-vesta-uvelichimvashiprodazhi:after{left:50%;transform:translateX(-50%);}}.region-pre-content #block-vesta-kontekstnayareklamalevyyblok{margin-top:5px;}.region-pre-content #block-vesta-kontekstnayareklamalevyyblok,.region-pre-content #block-vesta-kontekstnayareklamapravyyblok,.region-pre-content #block-vesta-kopiraytingspisoksleva,.region-pre-content #block-vesta-kopiraytingspisoksprava,.region-pre-content #block-vesta-seospisoksleva,.region-pre-content #block-vesta-seospisoksprava{flex:0 0 50%;max-width:50%;}@media screen and (min-width:575px) and (max-width:767px){.region-pre-content #block-vesta-kontekstnayareklamalevyyblok,.region-pre-content #block-vesta-kontekstnayareklamapravyyblok,.region-pre-content #block-vesta-kopiraytingspisoksleva,.region-pre-content #block-vesta-kopiraytingspisoksprava,.region-pre-content #block-vesta-seospisoksleva,.region-pre-content #block-vesta-seospisoksprava{flex:0 0 100%;max-width:100%;}}@media screen and (max-width:575px){.region-pre-content #block-vesta-kontekstnayareklamalevyyblok,.region-pre-content #block-vesta-kontekstnayareklamapravyyblok,.region-pre-content #block-vesta-kopiraytingspisoksleva,.region-pre-content #block-vesta-kopiraytingspisoksprava,.region-pre-content #block-vesta-seospisoksleva,.region-pre-content #block-vesta-seospisoksprava{flex:0 0 100%;max-width:100%;}}.region-pre-content #block-vesta-kontekstnayareklamalevyyblok ul,.region-pre-content #block-vesta-kontekstnayareklamapravyyblok ul,.region-pre-content #block-vesta-kopiraytingspisoksleva ul,.region-pre-content #block-vesta-kopiraytingspisoksprava ul,.region-pre-content #block-vesta-seospisoksleva ul,.region-pre-content #block-vesta-seospisoksprava ul{padding:0;list-style-type:none;}.region-pre-content #block-vesta-kontekstnayareklamalevyyblok ul li,.region-pre-content #block-vesta-kontekstnayareklamapravyyblok ul li,.region-pre-content #block-vesta-kopiraytingspisoksleva ul li,.region-pre-content #block-vesta-kopiraytingspisoksprava ul li,.region-pre-content #block-vesta-seospisoksleva ul li,.region-pre-content #block-vesta-seospisoksprava ul li{position:relative;padding-left:28px;margin-bottom:15px;}.region-pre-content #block-vesta-kontekstnayareklamalevyyblok ul li:after,.region-pre-content #block-vesta-kontekstnayareklamapravyyblok ul li:after,.region-pre-content #block-vesta-kopiraytingspisoksleva ul li:after,.region-pre-content #block-vesta-kopiraytingspisoksprava ul li:after,.region-pre-content #block-vesta-seospisoksleva ul li:after,.region-pre-content #block-vesta-seospisoksprava ul li:after{content:'';position:absolute;width:8px;height:14px;background:url('/themes/custom/vesta/img/right_li.svg') no-repeat center;top:2px;left:0;}.region-pre-content #block-vesta-kontekstnayareklamalevyyblok table,.region-pre-content #block-vesta-kontekstnayareklamapravyyblok table,.region-pre-content #block-vesta-kopiraytingspisoksleva table,.region-pre-content #block-vesta-kopiraytingspisoksprava table,.region-pre-content #block-vesta-seospisoksleva table,.region-pre-content #block-vesta-seospisoksprava table{margin:0 -8px;}@media screen and (min-width:575px) and (max-width:767px){.region-pre-content #block-vesta-kontekstnayareklamalevyyblok table,.region-pre-content #block-vesta-kontekstnayareklamapravyyblok table,.region-pre-content #block-vesta-kopiraytingspisoksleva table,.region-pre-content #block-vesta-kopiraytingspisoksprava table,.region-pre-content #block-vesta-seospisoksleva table,.region-pre-content #block-vesta-seospisoksprava table{margin:0 -5px;}}@media screen and (max-width:575px){.region-pre-content #block-vesta-kontekstnayareklamalevyyblok table,.region-pre-content #block-vesta-kontekstnayareklamapravyyblok table,.region-pre-content #block-vesta-kopiraytingspisoksleva table,.region-pre-content #block-vesta-kopiraytingspisoksprava table,.region-pre-content #block-vesta-seospisoksleva table,.region-pre-content #block-vesta-seospisoksprava table{margin:0 -5px;}}.region-pre-content #block-vesta-kontekstnayareklamalevyyblok table td,.region-pre-content #block-vesta-kontekstnayareklamapravyyblok table td,.region-pre-content #block-vesta-kopiraytingspisoksleva table td,.region-pre-content #block-vesta-kopiraytingspisoksprava table td,.region-pre-content #block-vesta-seospisoksleva table td,.region-pre-content #block-vesta-seospisoksprava table td{padding:5px 8px;}@media screen and (min-width:575px) and (max-width:767px){.region-pre-content #block-vesta-kontekstnayareklamalevyyblok table td,.region-pre-content #block-vesta-kontekstnayareklamapravyyblok table td,.region-pre-content #block-vesta-kopiraytingspisoksleva table td,.region-pre-content #block-vesta-kopiraytingspisoksprava table td,.region-pre-content #block-vesta-seospisoksleva table td,.region-pre-content #block-vesta-seospisoksprava table td{padding:2px 5px;}}@media screen and (max-width:575px){.region-pre-content #block-vesta-kontekstnayareklamalevyyblok table td,.region-pre-content #block-vesta-kontekstnayareklamapravyyblok table td,.region-pre-content #block-vesta-kopiraytingspisoksleva table td,.region-pre-content #block-vesta-kopiraytingspisoksprava table td,.region-pre-content #block-vesta-seospisoksleva table td,.region-pre-content #block-vesta-seospisoksprava table td{padding:2px 5px;}}.region-pre-content #block-vesta-prisozdaniisaytailistatiklyuchevayarolkontent{font-size:20px;font-weight:bold;margin-bottom:35px;}@media screen and (max-width:767px){.region-pre-content #block-vesta-prisozdaniisaytailistatiklyuchevayarolkontent{font-size:16px;text-align:center;margin-bottom:15px;}}.region-pre-footer{margin-top:70px;}@media screen and (min-width:575px) and (max-width:767px){.region-pre-footer{margin-top:40px;}}@media screen and (max-width:575px){.region-pre-footer{margin-top:40px;}}.region-pre-footer #block-vesta-usloviya .block-title{margin-bottom:32px;}@media screen and (min-width:575px) and (max-width:767px){.region-pre-footer #block-vesta-usloviya .block-title{margin-bottom:20px;}}@media screen and (max-width:575px){.region-pre-footer #block-vesta-usloviya .block-title{margin-bottom:20px;}}.region-pre-footer #block-vesta-usloviya td{padding:0px 0 14px;}.region-pre-footer #block-vesta-usloviya img{margin-right:7px;}#block-vesta-views-block-sozdanie-reklamy-block-3,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait{margin-top:63px;position:relative;padding-bottom:60px;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-sozdanie-reklamy-block-3,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait{margin-top:35px;}}@media screen and (max-width:575px){#block-vesta-views-block-sozdanie-reklamy-block-3,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait{margin-top:35px;}}#block-vesta-views-block-sozdanie-reklamy-block-3:after,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;left:-1325px;top:-490px;z-index:-1;}#block-vesta-views-block-sozdanie-reklamy-block-3 .block-title,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .block-title{margin-bottom:50px !important;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-sozdanie-reklamy-block-3 .block-title,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .block-title{margin-bottom:30px !important;}}@media screen and (max-width:575px){#block-vesta-views-block-sozdanie-reklamy-block-3 .block-title,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .block-title{margin-bottom:30px !important;}}#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized){display:flex;}#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide{display:none;}@media screen and (min-width:1199px){#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide{max-width:25%;flex:0 0 25%;}#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide:nth-child(1),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide:nth-child(1),#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide:nth-child(2),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide:nth-child(2),#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide:nth-child(3),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide:nth-child(3),#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide:nth-child(4),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide:nth-child(4){display:block;}}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide{max-width:33.33333%;flex:0 0 33.33333%;}#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide:nth-child(1),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide:nth-child(1),#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide:nth-child(2),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide:nth-child(2),#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide:nth-child(3),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide:nth-child(3){display:block;}}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide{max-width:50%;flex:0 0 50%;}#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide:nth-child(1),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide:nth-child(1),#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide:nth-child(2),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide:nth-child(2){display:block;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide{max-width:50%;flex:0 0 50%;}#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide:nth-child(1),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide:nth-child(1),#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide:nth-child(2),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide:nth-child(2){display:block;}}@media screen and (max-width:575px){#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide,.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide{max-width:100%;flex:0 0 100%;}#block-vesta-views-block-sozdanie-reklamy-block-3 .slick__slider:not(.slick-initialized) .slick__slide:nth-child(1),.field--name-dynamic-block-fieldnode-drugie-varianti-tpsait .slick__slider:not(.slick-initialized) .slick__slide:nth-child(1){display:block;}}.region-sertificats .block-title,.region-pre-footer .block-title{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}.region-sertificats .block-title span,.region-pre-footer .block-title span{background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);}.region-sertificats .block-title span,.region-pre-footer .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}@media screen and (min-width:575px) and (max-width:767px){.region-sertificats .block-title,.region-pre-footer .block-title{text-align:center;}}@media screen and (max-width:575px){.region-sertificats .block-title,.region-pre-footer .block-title{text-align:center;}}#block-vesta-views-block-nashi-dostizheniya-block-1{margin-top:60px;}@media screen and (max-width:575px){#block-vesta-views-block-nashi-dostizheniya-block-1{padding:0 15px;}}#block-vesta-views-block-nashi-dostizheniya-block-1:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;left:-1325px;top:-590px;z-index:-1;}#block-vesta-views-block-nashi-dostizheniya-block-1:before{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;right:-1325px;top:-390px;z-index:-1;}.field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami-,#block-vesta-views-block-nashi-dostizheniya-block-1{position:relative;}.field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami- .block-title,#block-vesta-views-block-nashi-dostizheniya-block-1 .block-title{margin-bottom:33px;}.field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami- .splide-dostigeniya,#block-vesta-views-block-nashi-dostizheniya-block-1 .splide-dostigeniya{margin:0 -15px;}@media screen and (min-width:575px) and (max-width:767px){.field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami- .splide-dostigeniya,#block-vesta-views-block-nashi-dostizheniya-block-1 .splide-dostigeniya{margin:0 -9px;}}@media screen and (max-width:575px){.field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami- .splide-dostigeniya,#block-vesta-views-block-nashi-dostizheniya-block-1 .splide-dostigeniya{margin:0 -9px;}}.field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami- .splide__slide,#block-vesta-views-block-nashi-dostizheniya-block-1 .splide__slide{padding:0 15px;}@media screen and (min-width:575px) and (max-width:767px){.field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami- .splide__slide,#block-vesta-views-block-nashi-dostizheniya-block-1 .splide__slide{padding:0 9px;}}@media screen and (max-width:575px){.field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami- .splide__slide,#block-vesta-views-block-nashi-dostizheniya-block-1 .splide__slide{padding:0 9px;}}.field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami- .views-field-field-image a,#block-vesta-views-block-nashi-dostizheniya-block-1 .views-field-field-image a{display:block;border-radius:20px;overflow:hidden;}.field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami- .views-field-field-image a img,#block-vesta-views-block-nashi-dostizheniya-block-1 .views-field-field-image a img{display:block;width:100%;transition:all 0.4s ease;}.field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami- .views-field-field-image a:hover img,#block-vesta-views-block-nashi-dostizheniya-block-1 .views-field-field-image a:hover img{transform:scale(1.2);}.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row{margin-bottom:0;}.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left{flex:0 0 58.33333333%;max-width:58.33333333%;}@media screen and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left{flex:0 0 100%;max-width:100%;}}.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left .field--name-field-kratkoe-opisanie{font-size:22px;font-weight:bold;margin-bottom:20px;}@media screen and (min-width:768px) and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left .field--name-field-kratkoe-opisanie{font-size:18px;}}@media screen and (min-width:575px) and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left .field--name-field-kratkoe-opisanie{font-size:16px;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left .field--name-field-kratkoe-opisanie{font-size:16px;}}.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left .field--name-price{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:flex-end;}.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left .field--name-price .field__label{font-size:20px;flex:0 0 220px;max-width:220px;padding-bottom:5px;padding-right:15px;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left .field--name-price .field__label{font-size:16px;flex:initial;max-width:initial;padding-right:10px;}}.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left .field--name-price .field__item{font-size:40px;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left .field--name-price .field__item{font-size:24px;}}.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left .field--name-body{margin-top:30px;}.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_left .field--name-body strong{color:#1F87D1;}.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_right{flex:0 0 41.66666667%;max-width:41.66666667%;}@media screen and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_right{display:none;}}.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_right .field--name-field-izobrazhenie-full{position:relative;}.commerce-product--view-mode-full.commerce-product--type-dizayn .group_row .group_right .field--name-field-izobrazhenie-full:before{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat;left:calc(50% - 140px);top:50%;transform:translate(-50%,-50%);width:707px;height:707px;z-index:-1;}.commerce-product--view-mode-full.commerce-product--type-default .group_row{margin-bottom:140px;}@media screen and (min-width:1199px){.commerce-product--view-mode-full.commerce-product--type-default .group_row{min-height:531px;}}@media screen and (min-width:992px) and (max-width:1199px){.commerce-product--view-mode-full.commerce-product--type-default .group_row{min-height:495px;}}@media screen and (min-width:768px) and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-default .group_row{margin-bottom:187px;}}@media screen and (min-width:575px) and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_row{margin-bottom:175px;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row{margin-bottom:120px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left{flex:0 0 49%;max-width:49%;}@media screen and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left{flex:0 0 100%;max-width:100%;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-body{font-size:16px;}@media screen and (min-width:575px) and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-body{font-size:14px;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-body{font-size:14px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-body h3{font-size:22px;font-weight:700;margin-bottom:16px;}@media screen and (min-width:575px) and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-body h3{font-size:16px;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-body h3{font-size:16px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-body ul{padding:0 0 0 21px;margin:0;}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-body ul li{margin-bottom:8px;}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-prices-tovar{margin-top:27px;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-prices-tovar{margin-top:10px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .price_site{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:flex-end;}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .price_site .label_item{font-size:20px;flex:0 0 220px;max-width:220px;padding-bottom:5px;padding-right:20px;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .price_site .label_item{font-size:16px;flex:initial;max-width:initial;padding-right:10px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .price_site .item{font-size:40px;}@media screen and (min-width:575px) and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .price_site .item{font-size:30px;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .price_site .item{font-size:24px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .price_package_module{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;color:rgba(255,255,255,0.4);}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .price_package_module .label_item{font-size:16px;flex:0 0 220px;max-width:220px;padding-bottom:5px;padding-right:20px;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .price_package_module .label_item{flex:initial;max-width:200px;font-size:14px;padding-right:10px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .price_package_module .item{font-size:20px;text-decoration:line-through;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .price_package_module .item{font-size:18px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-economy{padding-left:100px;margin-top:-5px;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-economy{padding-left:65px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-economy span{display:inline-block;transform:rotate(-3.497deg);background:#1F87D1;font-size:16px;font-weight:bold;border-radius:37px;padding:9px 24px;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_left .field-economy span{font-size:14px;padding:9px 15px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right{flex:0 0 51%;max-width:51%;position:relative;margin-top:-41px;}@media screen and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right{flex:0 0 100%;max-width:100%;}}@media screen and (min-width:768px) and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right{margin-top:55px;}}@media screen and (min-width:575px) and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right{margin-top:60px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right:before{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat;left:-50px;top:110px;width:707px;height:707px;z-index:-1;max-width:calc(100vw + 50px);}@media screen and (max-width:1330px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right:before{left:auto;right:0;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .group_img{display:inline-block;position:relative;padding-top:120px;z-index:1;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .group_img{display:block;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .group_img:after{content:'';width:460px;height:159px;background:url('/themes/custom/vesta/img/girl.webp') no-repeat;z-index:-1;position:absolute;left:88px;top:-33px;}@media screen and (min-width:992px) and (max-width:1199px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .group_img:after{width:380px;height:131px;left:88px;top:-8px;background-size:100%;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .group_img:after{width:275px;height:94px;left:65px;top:27px;background-size:100%;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .group_img:before{content:'';background:url('/themes/custom/vesta/img/line-girl.webp') no-repeat;width:494px;height:510px;position:absolute;top:-4px;left:-39px;z-index:7;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .group_img:before{width:268px;height:287px;top:51px;left:7px;background-size:100%;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-desctop{background:#111415;max-width:515px;border-radius:30px;padding:9px 9px 19px;position:relative;}@media screen and (min-width:992px) and (max-width:1199px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-desctop{max-width:464px;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-desctop{max-width:100%;padding:6px 6px 12px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-desctop:after{content:'';background:url('/themes/custom/vesta/img/nozhka.webp') no-repeat center;width:253px;height:126px;position:absolute;left:50%;transform:translateX(-50%);top:calc(100% - 40px);z-index:-1;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-desctop:after{width:165px;height:82px;background-size:100%;top:calc(100% - 24px);}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-desctop:before{content:'';background:linear-gradient(180deg,rgba(31,135,209,0) 0%,rgba(31,135,209,0.6) 100%);left:9px;right:9px;bottom:19px;height:117px;position:absolute;border-bottom-left-radius:20px;border-bottom-right-radius:20px;z-index:1;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-desctop:before{height:77px;left:6px;right:6px;bottom:12px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-desctop .splide__track{border-radius:20px;}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-desctop img{width:100%;display:block;}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-desctop .splide__pagination{top:calc(100% + 162px);}@media screen and (min-width:575px) and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-desctop .splide__pagination{top:calc(100% + 130px);}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-desctop .splide__pagination{top:calc(100% + 90px);}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-adaptive{width:144px;border:5px solid transparent;border-radius:30px;position:absolute;right:-70px;bottom:-120px;z-index:5;}@media screen and (min-width:992px) and (max-width:1199px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-adaptive{right:-30px;bottom:-120px;}}@media screen and (min-width:575px) and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-adaptive{right:-30px;bottom:-120px;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-adaptive{width:96px;right:15px;bottom:-37px;border:7px solid transparent;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-adaptive:before{content:'';background:linear-gradient(180deg,rgba(31,135,209,0) 0%,rgba(31,135,209,0.6) 100%);left:0;right:0;bottom:4px;height:63px;position:absolute;border-bottom-left-radius:18px;border-bottom-right-radius:18px;z-index:2;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-adaptive:before{bottom:0px;height:41px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-adaptive:after{content:'';position:absolute;left:-5px;top:-5px;right:-5px;bottom:-5px;background:url('/themes/custom/vesta/img/smartfon.webp') no-repeat center;background-size:136px;}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-adaptive img{width:100%;display:block;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-adaptive img{border-radius:4px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-adaptive .splide__track{border-radius:25px;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_row .group_right .field-img-adaptive .splide__track{border-radius:8px;}}.commerce-product--view-mode-full.commerce-product--type-default .group-content-row{background:#1F87D1;color:#fff;border-radius:20px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.commerce-product--view-mode-full.commerce-product--type-default .views-field-field-srok-razrabotki{margin-bottom:17px;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .views-field-field-srok-razrabotki{margin-bottom:15px;}}.commerce-product--view-mode-full.commerce-product--type-default .views-field-field-srok-razrabotki .field-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:center;justify-content:space-between;}.commerce-product--view-mode-full.commerce-product--type-default .views-field-field-srok-razrabotki .field-title{font-size:16px;background:#032542;color:#fff;border-top-right-radius:15px;border-bottom-right-radius:15px;display:inline-block;padding:4px 25px 4px 34px;margin-left:-31px;font-weight:bold;}.commerce-product--view-mode-full.commerce-product--type-default .views-field-field-srok-razrabotki .field-srok{font-size:14px;position:relative;border-radius:25px;background:#DFF2FE;color:#0069A8;padding:3px 16px 3px 30px;}.commerce-product--view-mode-full.commerce-product--type-default .views-field-field-srok-razrabotki .field-srok:before{content:'';width:13px;height:13px;background:url('/themes/custom/vesta/img/clock-2.svg') no-repeat center;position:absolute;top:50%;transform:translateY(-50%);left:10px;background-size:100%;}.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row{display:flex;flex-wrap:wrap;font-size:16px;align-items:center;margin-bottom:10px;}@media screen and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row{font-size:14px;}}.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-title{flex:calc(100% - 155px);max-width:calc(100% - 155px);position:relative;padding-left:13px;padding-right:15px;}@media screen and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-title{flex:calc(100% - 150px);max-width:calc(100% - 150px);}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-title{flex:calc(100% - 99px);max-width:calc(100% - 99px);padding-left:0;}}.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-title:after{content:'';position:absolute;background:#fff;width:7px;height:7px;left:0;top:50%;border-radius:50%;transform:translateY(-50%);}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-title:after{display:none;}}.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-field-price{text-decoration:line-through;flex:0 0 70px;max-width:70px;}@media screen and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-field-price{flex:0 0 65px;max-width:65px;}}.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-body{display:none;}.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-nothing{flex:0 0 85px;max-width:85px;text-align:right;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-nothing{text-align:center;flex:0 0 34px;max-width:34px;}}.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-nothing a{display:inline-block;font-size:14px;font-weight:bold;color:#032542;text-decoration:none;}.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-nothing a:after{content:url('/themes/custom/vesta/img/arrow-right.svg');display:inline-block;vertical-align:middle;margin-left:7px;}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-nothing a:after{display:none;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-nothing a{font-size:0;width:22px;height:22px;background:url('/themes/custom/vesta/img/photo.svg') no-repeat center;background-size:18px;text-align:center;display:block;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .field--name-dynamic-block-fieldcommerce-product-moduli .views-row .views-field-nothing a:hover{background:url('/themes/custom/vesta/img/photo.svg') no-repeat center #042A4B;background-size:18px;}}.commerce-product--view-mode-full.commerce-product--type-default .group-content-right{padding:27px 47px 27px 31px;}@media screen and (min-width:1199px){.commerce-product--view-mode-full.commerce-product--type-default .group-content-right{flex:0 0 51.3%;max-width:51.3%;}}@media screen and (min-width:992px) and (max-width:1199px){.commerce-product--view-mode-full.commerce-product--type-default .group-content-right{flex:0 0 51.3%;max-width:51.3%;}}@media screen and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-default .group-content-right{flex:0 0 100%;max-width:100%;margin-top:20px;}}@media screen and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group-content-right{padding:27px 31px 27px 31px;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group-content-right{padding:20px 15px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_content{position:relative;margin:0;background:#fff;color:#45556C;border-radius:19px;overflow:hidden;}@media screen and (min-width:1199px){.commerce-product--view-mode-full.commerce-product--type-default .group_content{flex:0 0 48.7%;max-width:48.7%;}}@media screen and (min-width:992px) and (max-width:1199px){.commerce-product--view-mode-full.commerce-product--type-default .group_content{flex:0 0 48.7%;max-width:48.7%;}}@media screen and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-default .group_content{flex:0 0 100%;max-width:100%;}}.commerce-product--view-mode-full.commerce-product--type-default .group_content .fild-chto-vhodit{padding-bottom:20px;background:#F8FAFC;padding:34px 38px 23px 34px;border-bottom:1px solid #E2E8F0;line-height:23px;}@media screen and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_content .fild-chto-vhodit{line-height:1.2;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_content .fild-chto-vhodit{padding:25px 15px 10px 15px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_content .fild-chto-vhodit h2{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;margin-bottom:21px;color:#0F172B;line-height:normal;}.commerce-product--view-mode-full.commerce-product--type-default .group_content .fild-chto-vhodit h2 span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}@media screen and (min-width:992px) and (max-width:1199px){.commerce-product--view-mode-full.commerce-product--type-default .group_content .fild-chto-vhodit h2{font-size:35px;}}@media screen and (min-width:575px) and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_content .fild-chto-vhodit h2{text-align:center;margin-bottom:15px;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_content .fild-chto-vhodit h2{text-align:center;margin-bottom:15px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_content:before{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat;left:40%;top:50%;transform:translate(-50%,-50%);width:707px;height:707px;z-index:-1;}.commerce-product--view-mode-full.commerce-product--type-default .group_content .group_left{padding:42px 34px;line-height:23px;}@media screen and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-default .group_content .group_left{padding:30px 34px;}}@media screen and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_content .group_left{line-height:1.2;}}.commerce-product--view-mode-full.commerce-product--type-default .group_content ul{list-style-type:none;padding:0;}.commerce-product--view-mode-full.commerce-product--type-default .group_content ul li{position:relative;padding-left:19px;margin-bottom:7px;}.commerce-product--view-mode-full.commerce-product--type-default .group_content ul li:after{content:'';position:absolute;width:7px;height:7px;border-radius:50%;left:0;top:7px;background:#032542;}.commerce-product--view-mode-full.commerce-product--type-default .group_content h3{font-size:16px;background:#032542;color:#fff;border-top-right-radius:15px;border-bottom-right-radius:15px;display:inline-block;padding:2px 15px 2px 34px;margin-left:-34px;margin-bottom:20px;font-weight:bold;}@media screen and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_content h3{margin-bottom:12px;}}@media screen and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_content h3{font-size:14px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_content h2{font-size:28px;font-weight:700;margin-bottom:30px;}@media screen and (min-width:575px) and (max-width:767px){.commerce-product--view-mode-full.commerce-product--type-default .group_content h2{margin-bottom:15px;font-size:24px;}}@media screen and (max-width:575px){.commerce-product--view-mode-full.commerce-product--type-default .group_content h2{font-size:24px;margin-bottom:15px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_content .field-funcional{margin-bottom:64px;}@media screen and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-default .group_content .field-funcional{margin-bottom:30px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_content .field-funcional ul{height:100%;margin:0;}@media screen and (max-width:991px){.commerce-product--view-mode-full.commerce-product--type-default .group_content .field-funcional ul{height:auto;margin:0 0px 5px;}}.commerce-product--view-mode-full.commerce-product--type-default .group_content .field-komu-podoidet{height:100%;}.commerce-product--view-mode-full.commerce-product--type-default .group_content .field--name-field-video-youtube{margin-top:30px;}.region-calculator-up{margin-bottom:22px;}#stickyCalc{position:sticky;top:5px;}.bg-calculator{border-radius:10px;background:rgba(4,42,75,0.46);}.bg-calculator .col-left{flex:0 0 42%;max-width:42%;padding-bottom:15px;}@media screen and (max-width:767px){.bg-calculator .col-left{flex:0 0 100%;max-width:100%;margin-bottom:30px;}}.bg-calculator .col-right{flex:0 0 58%;max-width:58%;padding-right:0;}@media screen and (min-width:575px) and (max-width:767px){.bg-calculator .col-right{flex:0 0 100%;max-width:100%;}}@media screen and (max-width:575px){.bg-calculator .col-right{flex:0 0 100%;max-width:100%;}}.wrapper-calculator{margin-top:115px;position:relative;}@media screen and (max-width:991px){.wrapper-calculator{margin-top:75px;}}.app-node-489 .wrapper-calculator{margin-top:0;}.wrapper-calculator:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;z-index:-1;top:-974px;left:0;width:100%;background-position:-1300px center;}.wrapper-calculator:before{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;z-index:-1;top:100px;left:50%;transform:translateX(-50%);width:100%;background-position:-300%;}.wrapper-calculator .block-title{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;margin-bottom:38px;}.wrapper-calculator .block-title span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}.wrapper-calculator .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}@media screen and (min-width:575px) and (max-width:767px){.wrapper-calculator .block-title{margin-bottom:22px;text-align:center;}}@media screen and (max-width:575px){.wrapper-calculator .block-title{margin-bottom:22px;text-align:center;}}.app-node-489 .wrapper-calculator .block-title{display:none;}.wrapper-calculator .block-img{margin-bottom:21px;}@media screen and (max-width:767px){.wrapper-calculator .block-img{text-align:center;}}.wrapper-calculator .block-img img{border-radius:20px;width:100%;max-height:calc(100vh - 335px);object-fit:cover;object-position:top;}@media screen and (min-width:992px) and (max-width:1199px){.wrapper-calculator .block-img img{max-height:calc(100vh - 330px);}}@media screen and (min-width:768px) and (max-width:991px){.wrapper-calculator .block-img img{width:450px;max-height:calc(100vh - 390px);}}@media screen and (min-width:575px) and (max-width:767px){.wrapper-calculator .block-img img{width:300px;max-height:initial;}}@media screen and (max-width:575px){.wrapper-calculator .block-img img{width:300px;max-height:initial;}}#block-vesta-views-block-kalkulyator-tovary-block-1{position:relative;}#block-vesta-views-block-kalkulyator-tovary-block-1 .custom-arrow{display:none;background:transparent;position:absolute;top:0;height:100%;font-size:0;width:20px;z-index:5;border:0px solid;}#block-vesta-views-block-kalkulyator-tovary-block-1 .custom-arrow:after{content:'';position:absolute;width:100%;height:100%;top:0;left:0;background:url('/themes/custom/vesta/img/slick-arrow.svg') no-repeat center;filter:drop-shadow(0px 0px 5px black);}#block-vesta-views-block-kalkulyator-tovary-block-1 .custom-arrow.next{right:0;}#block-vesta-views-block-kalkulyator-tovary-block-1 .custom-arrow.next:after{transform:rotate(180deg);}#block-vesta-views-block-kalkulyator-tovary-block-1 .custom-arrow.prev{left:0;}@media screen and (max-width:991px){#block-vesta-views-block-kalkulyator-tovary-block-1 .custom-arrow{display:block;}}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-content{display:flex;}@media screen and (max-width:991px){#block-vesta-views-block-kalkulyator-tovary-block-1 .views-content{overflow-x:auto;}}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row{border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);flex:0 0 calc(100% / 8);max-width:calc(100% / 8);cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;padding:11px 5px 8px;transition:all 0.4s ease;position:relative;overflow:hidden;z-index:1;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row.package-on{display:none;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row.package-on.package-38{display:flex;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row.notactive-package{display:none !important;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row.active-package{display:block !important;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row{flex:0 0 138px;max-width:138px;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row{flex:0 0 98px;max-width:98px;padding:5px;}}@media screen and (max-width:575px){#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row{flex:0 0 98px;max-width:98px;padding:5px;}}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row:after{content:'';bottom:0;width:100%;left:0;background:linear-gradient(152deg,#41ADFB 0%,#1F87D1 35%,#0D5793 68%,#094982 100%);position:absolute;transition:all 0.4s ease;z-index:-1;top:100%;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row.active{background:transparent;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row.active:after{top:0;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row.active .views-field-price__number{color:#fff;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row > *{width:100%;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row:last-child{border-radius:0px 10px 0px 0px;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row:first-child{border-radius:10px 0px 0px 0px;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-view-commerce-product,#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-price__number-1,#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-field-img-calc{display:none;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-title{font-size:18px;font-weight:700;align-self:center;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-title{font-size:13px;}}@media screen and (max-width:575px){#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-title{font-size:13px;}}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-price__number{font-size:16px;color:#1F87D1;font-weight:900;align-self:flex-end;margin-top:5px;transition:all 0.4s ease;}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-price__number .field-content:before{content:'\043E\0442';padding-right:5px;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-price__number{font-size:11px;margin-top:5px;}}@media screen and (max-width:575px){#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-price__number{font-size:11px;margin-top:5px;}}#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-field-aditionalfunction-new,#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-field-tip-paketa,#block-vesta-views-block-kalkulyator-tovary-block-1 .views-row .views-field-product-id{display:none;}#block-vesta-views-block-kalkulyator-block-1 .block-table{border-radius:10px;background:#fff;margin-bottom:10px;font-size:16px;overflow:hidden;transition:all 0.4s ease;color:#45556C;padding:22px 23px 10px;}@media screen and (max-width:991px){#block-vesta-views-block-kalkulyator-block-1 .block-table{margin-bottom:10px;font-size:12px;}}@media screen and (max-width:767px){#block-vesta-views-block-kalkulyator-block-1 .block-table{font-size:14px;}}#block-vesta-views-block-kalkulyator-block-1 .block-table:last-child{margin-bottom:0;}#block-vesta-views-block-kalkulyator-block-1 .block-table.active{padding-bottom:14px;}#block-vesta-views-block-kalkulyator-block-1 .block-table a{text-decoration:none;color:#032542;font-weight:700;display:flex;align-items:center;font-size:14px;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-kalkulyator-block-1 .block-table a{font-size:11px;}}@media screen and (max-width:767px){#block-vesta-views-block-kalkulyator-block-1 .block-table a{font-size:13px;}}#block-vesta-views-block-kalkulyator-block-1 .block-table a:after{content:url('/themes/custom/vesta/img/arrow-right.svg');display:inline-block;vertical-align:middle;margin-left:7px;}#block-vesta-views-block-kalkulyator-block-1 table{width:100%;border-collapse:collapse;border:0px solid;}#block-vesta-views-block-kalkulyator-block-1 table caption{font-size:16px;font-weight:700;padding:4px 46px 4px 24px;cursor:pointer;text-align:left;position:relative;background:#032542;border-top-right-radius:30px;border-bottom-right-radius:30px;margin-bottom:25px;color:#fff;width:max-content;margin-left:-23px;}@media screen and (max-width:991px){#block-vesta-views-block-kalkulyator-block-1 table caption{font-size:13px;padding:4px 20px 4px 15px;margin-bottom:10px;}}#block-vesta-views-block-kalkulyator-block-1 table tbody{margin-top:10px;width:100%;}#block-vesta-views-block-kalkulyator-block-1 table tbody tr{border-bottom:1px solid #E2E8F0;position:relative;z-index:1;}#block-vesta-views-block-kalkulyator-block-1 table tbody tr:last-child{border-bottom:0px solid;}#block-vesta-views-block-kalkulyator-block-1 table tbody tr.active{background:#EEF3F9;color:#1F87D1;}#block-vesta-views-block-kalkulyator-block-1 table tbody tr.active .views-field-title,#block-vesta-views-block-kalkulyator-block-1 table tbody tr.active .views-field-field-price{text-decoration:line-through;}#block-vesta-views-block-kalkulyator-block-1 table tbody tr.active a{color:#45556C;}#block-vesta-views-block-kalkulyator-block-1 table tbody tr.active td:first-child:after{content:'';position:absolute;height:calc(100% + 1px);width:23px;right:100%;background:#EEF3F9;top:0;z-index:-1;}#block-vesta-views-block-kalkulyator-block-1 table tbody tr.active td:last-child:after{content:'';position:absolute;height:calc(100% + 1px);width:23px;left:100%;background:#EEF3F9;top:0;z-index:-1;}@media screen and (max-width:575px){#block-vesta-views-block-kalkulyator-block-1 table tbody tr .views-field-field-modules-img{display:none;}}#block-vesta-views-block-kalkulyator-block-1 table tbody .views-field-nid{padding-right:0px;}#block-vesta-views-block-kalkulyator-block-1 table tbody .views-field-nid label{cursor:pointer;}#block-vesta-views-block-kalkulyator-block-1 table tbody .views-field-nid input{display:none;}#block-vesta-views-block-kalkulyator-block-1 table tbody .views-field-nid input:checked + .custom_check{background:#1F87D1;border-color:#1F87D1;}#block-vesta-views-block-kalkulyator-block-1 table tbody .views-field-nid .custom_check{display:block;width:14px;height:14px;border-radius:2px;border:1px solid #032542;transition:all 0.4s ease;position:relative;margin-top:4px;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-kalkulyator-block-1 table tbody .views-field-nid .custom_check{margin-top:1px;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-kalkulyator-block-1 table tbody .views-field-nid .custom_check{margin-top:3px;}}#block-vesta-views-block-kalkulyator-block-1 table tbody .views-field-title{padding-left:7px;cursor:pointer;}#block-vesta-views-block-kalkulyator-block-1 table tbody .views-field-title .field-body{display:none;}#block-vesta-views-block-kalkulyator-block-1 table tbody .views-field-field-price{white-space:nowrap;text-align:right;}#block-vesta-views-block-kalkulyator-block-1 table tbody td{padding:4px 12px;}@media screen and (max-width:575px){#block-vesta-views-block-kalkulyator-block-1 table tbody td{padding:4px 7px;}}#block-vesta-views-block-kalkulyator-block-1 table tbody td:first-child{padding-left:0;vertical-align:top;}#block-vesta-views-block-kalkulyator-block-1 table tbody td:last-child{padding-right:0;}.block-result{font-size:16px;}@media screen and (max-width:767px){.block-result{font-size:13px;text-align:center;}}.block-result.type-2{display:none;}@media screen and (max-width:767px){.block-result.type-2{display:block;margin-top:12px;}}.block-result .block-btn{margin-top:30px;display:grid;grid-template-columns:repeat(2,1fr);column-gap:10px;align-items:center;}@media screen and (max-width:1199px){.block-result .block-btn{margin-top:25px;}}@media screen and (max-width:991px){.block-result .block-btn{grid-template-columns:repeat(1,1fr);row-gap:10px;}}@media screen and (max-width:767px){.block-result .block-btn{margin-top:25px;text-align:center;justify-content:center;}}@media screen and (max-width:1199px){.block-result .block-btn .btn{min-width:0;}}.block-result .result-title{font-size:27px;font-weight:900;margin-bottom:25px;}@media screen and (max-width:1199px){.block-result .result-title{font-size:25px;margin-bottom:20px;}}@media screen and (max-width:991px){.block-result .result-title{margin-bottom:5px;}}@media screen and (max-width:767px){.block-result .result-title{font-size:14px;}}.block-result .result-price-ex{margin-top:20px;font-size:20px;display:grid;grid-template-columns:repeat(2,1fr);column-gap:20px;align-items:flex-end;}@media screen and (min-width:992px) and (max-width:1199px){.block-result .result-price-ex{font-size:16px;}}@media screen and (max-width:991px){.block-result .result-price-ex{font-size:16px;display:block;margin-bottom:10px;}}.block-result .result-price-ex i{line-height:35px;font-size:40px;font-weight:900;white-space:nowrap;}@media screen and (min-width:992px) and (max-width:1199px){.block-result .result-price-ex i{font-size:30px;line-height:27px;}}@media screen and (max-width:991px){.block-result .result-price-ex i{font-size:25px;line-height:normal;}}.block-result i{font-style:normal;}.block-result .result-calcsum{color:#8391A6;display:grid;grid-template-columns:repeat(2,1fr);column-gap:20px;}@media screen and (max-width:991px){.block-result .result-calcsum{display:block;}}.block-result .result-calcsum i{font-size:20px;text-decoration:line-through;line-height:16px;}@media screen and (max-width:767px){.block-result .result-calcsum i{display:block;}}@media screen and (max-width:991px){.block-result .result-calcsum i{margin-left:7px;}}.block-result .result-pricesite{margin-bottom:15px;display:grid;grid-template-columns:repeat(2,1fr);column-gap:20px;}@media screen and (max-width:991px){.block-result .result-pricesite{display:block;}}.block-result .result-pricesite i{font-size:20px;line-height:16px;}@media screen and (max-width:767px){.block-result .result-pricesite i{display:block;}}@media screen and (max-width:991px){.block-result .result-pricesite i{margin-left:7px;}}.block-result .result-economy{text-align:center;}@media screen and (max-width:1199px){.block-result .result-economy{margin-top:10px;}}@media screen and (max-width:767px){.block-result .result-economy{margin-top:15px;}}.block-result .result-economy i{display:inline-block;transform:rotate(-3.497deg);background:rgba(4,42,75,0.46);border:1px solid rgba(31,135,209,0.6);font-size:16px;font-weight:bold;border-radius:37px;padding:7px 17px;}.wr_questions{position:relative;z-index:2;}.wr_questions:after{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-4.webp') no-repeat 105px center;width:100%;height:966px;top:-150px;left:0;z-index:-1;}@media screen and (max-width:767px){.wr_questions:after{top:50%;transform:translateY(-50%);height:500px;background-size:75%;}}.region-questions{margin-top:107px;}@media screen and (min-width:992px) and (max-width:1199px){.region-questions{margin-top:30px;}}@media screen and (min-width:768px) and (max-width:991px){.region-questions{margin-top:70px;}}@media screen and (max-width:767px){.region-questions{margin-top:0px;}}.region-questions .block-title{margin-bottom:45px;font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}@media screen and (max-width:767px){.region-questions .block-title{margin-bottom:35px;text-align:center;}}.region-questions .block-title span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}.region-questions .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}#block-vesta-views-block-questions-block-1 .views-row,.field--name-dynamic-block-fieldnode-chasto-zadavaemye-voprosy-tipovy .views-row{position:relative;margin-bottom:12px;border-radius:30px;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);}@media screen and (max-width:767px){#block-vesta-views-block-questions-block-1 .views-row,.field--name-dynamic-block-fieldnode-chasto-zadavaemye-voprosy-tipovy .views-row{border-radius:20px;}}#block-vesta-views-block-questions-block-1 .views-row .views-field-title,.field--name-dynamic-block-fieldnode-chasto-zadavaemye-voprosy-tipovy .views-row .views-field-title{font-size:20px;font-weight:700;padding:39px 87px 39px 53px;cursor:pointer;position:relative;}@media screen and (max-width:767px){#block-vesta-views-block-questions-block-1 .views-row .views-field-title,.field--name-dynamic-block-fieldnode-chasto-zadavaemye-voprosy-tipovy .views-row .views-field-title{font-size:16px;padding:17px 35px 17px 15px;}}#block-vesta-views-block-questions-block-1 .views-row .views-field-title:after,.field--name-dynamic-block-fieldnode-chasto-zadavaemye-voprosy-tipovy .views-row .views-field-title:after{content:'';position:absolute;width:23px;height:23px;background:url('/themes/custom/vesta/img/arrow-down-2.svg') no-repeat center;background-size:100%;top:40px;right:53px;}@media screen and (max-width:767px){#block-vesta-views-block-questions-block-1 .views-row .views-field-title:after,.field--name-dynamic-block-fieldnode-chasto-zadavaemye-voprosy-tipovy .views-row .views-field-title:after{width:14px;height:14px;top:18px;right:15px;}}#block-vesta-views-block-questions-block-1 .views-row .views-field-body,.field--name-dynamic-block-fieldnode-chasto-zadavaemye-voprosy-tipovy .views-row .views-field-body{padding:0 53px 39px;display:none;}@media screen and (max-width:767px){#block-vesta-views-block-questions-block-1 .views-row .views-field-body,.field--name-dynamic-block-fieldnode-chasto-zadavaemye-voprosy-tipovy .views-row .views-field-body{padding:0 15px 17px;}}#block-vesta-views-block-tip-paketa-block-1{display:none;}#block-vesta-views-block-tip-paketa-block-1 .views-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -10px;justify-content:space-between;}@media screen and (max-width:991px){#block-vesta-views-block-tip-paketa-block-1 .views-content{display:none;}}#block-vesta-views-block-tip-paketa-block-1 .views-content > *{padding:0 10px;}#block-vesta-views-block-tip-paketa-block-1 .views-row{margin-bottom:20px;}#block-vesta-views-block-tip-paketa-block-1 .field-select{border-radius:60px;font-size:16px;font-weight:700;text-decoration:none;cursor:pointer;text-align:center;transition:all 0.4s ease;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);position:relative;z-index:2;overflow:hidden;padding-right:15px;display:none;margin-bottom:20px;}@media screen and (max-width:991px){#block-vesta-views-block-tip-paketa-block-1 .field-select{display:inline-block;}}#block-vesta-views-block-tip-paketa-block-1 .field-select:after{content:'';position:absolute;left:2px;top:2px;right:2px;bottom:2px;z-index:-1;transition:all 0.4s ease;opacity:0;background:#042A4B;border-radius:60px;}#block-vesta-views-block-tip-paketa-block-1 .field-select:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:-2;background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);transition:all 0.4s ease;opacity:0;}#block-vesta-views-block-tip-paketa-block-1 .field-select:hover,#block-vesta-views-block-tip-paketa-block-1 .field-select.active{color:#1F87D1;}#block-vesta-views-block-tip-paketa-block-1 .field-select:hover:after,#block-vesta-views-block-tip-paketa-block-1 .field-select.active:after,#block-vesta-views-block-tip-paketa-block-1 .field-select:hover:before,#block-vesta-views-block-tip-paketa-block-1 .field-select.active:before{opacity:1;}#block-vesta-views-block-tip-paketa-block-1 .field-select select{padding:9px 10px 9px 25px;background:transparent;border:0px solid;outline:none !important;color:#1F87D1;font-size:16px;font-weight:bold;}#block-vesta-views-block-tip-paketa-block-1 .field-select select option{color:#fff;background:#042A4B;}#block-vesta-views-block-tip-paketa-block-1 .field-select select option:checked{color:#042A4B;}#block-vesta-views-block-tip-paketa-block-1 .field-select select option[selected]{color:#042A4B;}#block-vesta-okompanii2{margin-top:35px;}@media screen and (max-width:575px){#block-vesta-okompanii2 p *{font-size:14px !important;}}#block-vesta-okompanii2 p{margin-bottom:22px;}#block-vesta-okompanii2 table{margin:0 -10px 25px;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-okompanii2 table{display:block;}}@media screen and (max-width:575px){#block-vesta-okompanii2 table{display:block;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-okompanii2 table tbody{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}@media screen and (max-width:575px){#block-vesta-okompanii2 table tbody{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-okompanii2 table tr{align-items:center;}#block-vesta-okompanii2 table tr:nth-child(1){flex:0 0 90px;max-width:90px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}#block-vesta-okompanii2 table tr:nth-child(1) > *{width:100%;padding:10px;}#block-vesta-okompanii2 table tr:nth-child(1) *{font-size:28px !important;}#block-vesta-okompanii2 table tr:nth-child(2){flex:0 0 calc(100% - 90px);max-width:calc(100% - 90px);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}#block-vesta-okompanii2 table tr:nth-child(2) > *{width:100%;padding:10px;}#block-vesta-okompanii2 table tr:nth-child(2) *{font-size:16px !important;}}@media screen and (max-width:575px){#block-vesta-okompanii2 table tr{align-items:center;}#block-vesta-okompanii2 table tr:nth-child(1){flex:0 0 90px;max-width:90px;display:block;}#block-vesta-okompanii2 table tr:nth-child(2){flex:0 0 calc(100% - 90px);max-width:calc(100% - 90px);display:block;}}#block-vesta-okompanii2 table td,#block-vesta-okompanii2 table th{padding:0 10px;vertical-align:top;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-okompanii2 table td,#block-vesta-okompanii2 table th{display:block;}#block-vesta-okompanii2 table td br,#block-vesta-okompanii2 table th br{display:none;}}@media screen and (max-width:575px){#block-vesta-okompanii2 table td,#block-vesta-okompanii2 table th{display:block;}#block-vesta-okompanii2 table td br,#block-vesta-okompanii2 table th br{display:none;}}.about-dialog-content{display:none;max-width:600px;color:#0F172B;border-radius:20px;}@media screen and (max-width:575px){.about-dialog-content{padding:2rem 1rem;}}.about-dialog-content ul{padding-left:14px;}.about-dialog-content .field-title{font-size:20px;font-weight:700;margin-bottom:15px;}@media screen and (min-width:575px) and (max-width:767px){.about-dialog-content .field-title{margin-bottom:12px;font-size:18px;}}@media screen and (max-width:575px){.about-dialog-content .field-title{margin-bottom:12px;font-size:18px;}}.views-about{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:55px -15px 40px;position:relative;}@media screen and (min-width:768px) and (max-width:991px){.views-about{margin:35px -15px 40px;}}@media screen and (min-width:575px) and (max-width:767px){.views-about{margin:35px -9px 40px;}}@media screen and (max-width:575px){.views-about{margin:35px -9px 40px;}}.views-about:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;z-index:-1;right:55%;top:50%;transform:translateY(-50%);}.views-about .views-row{flex:0 0 33.33333%;max-width:33.33333%;padding:0 15px;margin-bottom:30px;position:relative;}@media screen and (min-width:768px) and (max-width:991px){.views-about .views-row{flex:0 0 50%;max-width:50%;}}@media screen and (min-width:575px) and (max-width:767px){.views-about .views-row{flex:0 0 50%;max-width:50%;padding:0 9px;margin-bottom:18px;}}@media screen and (max-width:575px){.views-about .views-row{flex:0 0 100%;max-width:100%;padding:0 9px;margin-bottom:18px;display:none;}.views-about .views-row:nth-child(1),.views-about .views-row:nth-child(2),.views-about .views-row:nth-child(3),.views-about .views-row:nth-child(4){display:block;}}.views-about .views-row.active{z-index:5;}.views-about .views-row.active .group-content ul li:before{background:url('/themes/custom/vesta/img/check.svg') no-repeat;}.views-about .views-row .views-field-nothing{height:100%;position:relative;border-radius:20px;background:#fff;color:#0F172B;}.views-about .views-row .views-field-nothing .field-content{height:100%;padding:0 0 30px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}@media screen and (min-width:768px) and (max-width:991px){.views-about .views-row .views-field-nothing .field-content{padding:0 0 20px;}}@media screen and (max-width:767px){.views-about .views-row .views-field-nothing .field-content{padding:0 0 15px;}}.views-about .views-row .views-field-nothing .field-content > *{width:100%;}.views-about .views-row .field-title{font-size:20px;font-weight:700;margin-bottom:15px;background:#F8FAFC;border-top-left-radius:20px;border-top-right-radius:20px;padding:30px 25px 24px;border-bottom:1px solid #E2E8F0;}@media screen and (max-width:991px){.views-about .views-row .field-title{padding:20px 25px 20px;}}@media screen and (min-width:575px) and (max-width:767px){.views-about .views-row .field-title{margin-bottom:12px;font-size:18px;}}@media screen and (max-width:575px){.views-about .views-row .field-title{margin-bottom:12px;font-size:18px;}}.views-about .views-row .field-body,.views-about .views-row .field-link{padding:0 25px;}.views-about .views-row .field-link{margin-top:15px;}.views-about .views-row .group-content{position:relative;font-size:14px;line-height:19px;z-index:2;color:#45556C;}.views-about .views-row .group-content ul{margin:0;padding:0;list-style-type:none;}.views-about .views-row .group-content ul li{position:relative;padding-left:14px;}.views-about .views-row .group-content ul li:after{content:'';position:absolute;width:7px;height:7px;background:#0F172B;border-radius:50%;left:0;top:6px;transition:all 0.4s ease;}.views-about .views-row .group-content ul li .ds-1col{display:flex;justify-content:space-between;}.views-about .views-row .group-content ul li .ds-1col.contextual-region > div:nth-child(1){display:none;}.views-about .views-row .group-content ul li .ds-1col:after{display:none;}.views-about .views-row .group-content ul li .ds-1col div:last-child{white-space:nowrap;text-decoration:line-through;}@media screen and (min-width:575px) and (max-width:767px){.views-about .views-row .group-content p{margin-bottom:10px;}}@media screen and (max-width:575px){.views-about .views-row .group-content p{margin-bottom:10px;}}.views-about .views-row .field-body-full{position:absolute;top:0;display:none;z-index:5;overflow:visible !important;}.views-about .views-row .field-body-full:after{content:'';position:absolute;top:-10px;left:-25px;right:-25px;bottom:-10px;border-radius:20px;background:#1F87D1;z-index:-1;}.views-about .views-row .field-body-full .fbf-vn{height:100%;overflow:hidden;}.views-about .views-row .field-body-full img{border-radius:20px;}.views-about .views-row .field-link{align-self:flex-end;}.views-about .views-row .field-link a{font-size:14px;font-weight:700;position:relative;padding-right:16px;display:inline-block;text-decoration:none;}.views-about .views-row .field-link a:before{content:'';position:relative;right:0;background:url('/themes/custom/vesta/img/arrow-down-2.svg') no-repeat center;position:absolute;top:50%;transform:translateY(-50%);width:14px;height:14px;transition:all 0.4s ease;}.views-about .views-row .field-link.field-link-hide{margin-top:15px;}.views-about .views-row .field-link.field-link-hide a{color:#fff;}.views-about .views-row .field-link.field-link-hide a:before{background:url('/themes/custom/vesta/img/arrow-down-white.svg') no-repeat center;transform:rotate(180deg);top:2px;}.views-about .views-row .field-link.field-link-show a{color:#1F87D1;}.views-about footer{right:0;position:absolute;left:0;overflow:hidden;margin:0 9px;padding-top:60px;bottom:0px;background:linear-gradient(0deg,#25292a 57.67%,rgba(26,30,32,0) 90.84999999999999%);display:none;}@media screen and (min-width:575px) and (max-width:767px){.views-about footer{display:block;}}@media screen and (max-width:575px){.views-about footer{display:block;}}.views-about footer a{background:url('/themes/custom/vesta/img/arrow-down-3.svg') no-repeat center;border:1.3px solid #1F87D1;width:50px;height:50px;border-radius:50%;margin:0 auto;position:relative;display:block;}.views-about footer a:after{content:'';width:50vw;height:1.3px;background:rgba(255,255,255,0.54);position:absolute;right:calc(100% + 15px);top:50%;transform:translateY(-50%);}.views-about footer a:before{content:'';width:50vw;height:1.3px;background:rgba(255,255,255,0.54);position:absolute;left:calc(100% + 15px);top:50%;transform:translateY(-50%);}.region-partners{margin-top:120px;}@media screen and (min-width:992px) and (max-width:1199px){.region-partners{margin-top:70px;}}@media screen and (max-width:767px){.region-partners{margin-top:90px;}}.region-partners .block-title{margin-bottom:70px;font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}@media screen and (min-width:575px) and (max-width:767px){.region-partners .block-title{margin-bottom:35px;text-align:center;}}@media screen and (max-width:575px){.region-partners .block-title{margin-bottom:25px;text-align:center;}}.region-partners .block-title span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}.region-partners .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}.region-content .block-title{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;margin-bottom:25px;}.region-content .block-title span{background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);}.region-content .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}@media screen and (max-width:767px){.region-content .block-title{text-align:center;}}.app-kopirating .field-body{position:relative;}.app-kopirating .field-body:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;z-index:-1;right:55%;top:70%;transform:translateY(-50%);}.app-kopirating .field-body table{border-radius:20px;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);width:100%;border-spacing:0px;overflow:hidden;}.app-kopirating .field-body table td{padding:12px 24px;}@media screen and (max-width:767px){.app-kopirating .field-body table td{padding:8px 15px;font-size:14px;}}.app-kopirating .field-body table th{font-size:22px;padding:20px 24px;text-align:left;}@media screen and (min-width:768px) and (max-width:991px){.app-kopirating .field-body table th{font-size:18px;}.app-kopirating .field-body table th br{display:none;}}@media screen and (max-width:767px){.app-kopirating .field-body table th{padding:10px 15px;font-size:14px;}.app-kopirating .field-body table th br{display:none;}}.app-kopirating .field-body table tr:nth-child(2n-1) td{background:#042A4B;}#block-vesta-views-block-kak-my-rabotaem-block-2,#block-vesta-views-block-kak-my-rabotaem-block-3{margin-top:72px;}@media screen and (max-width:767px){#block-vesta-views-block-kak-my-rabotaem-block-2,#block-vesta-views-block-kak-my-rabotaem-block-3{margin-top:45px;}}#block-vesta-views-block-kak-my-rabotaem-block-3{position:relative;}#block-vesta-views-block-kak-my-rabotaem-block-3:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;z-index:-1;right:55%;top:70%;transform:translateY(-50%);}.breadcrumb ul{display:block;list-style-type:none;padding:0;margin:0;}.breadcrumb ul *{display:inline;}.breadcrumb ul .separator{padding:0 5px;}.breadcrumb ul .separator:last-child{display:none;}.breadcrumb a{font-weight:bold;color:#fff !important;text-decoration:none;border-bottom:1px solid transparent;}.breadcrumb a:hover{border-color:#fff;}#block-vesta-views-block-komanda-block-1{margin-top:60px;}.app-about #block-vesta-views-block-komanda-block-1{margin-top:120px;}@media screen and (min-width:992px) and (max-width:1199px){.app-about #block-vesta-views-block-komanda-block-1{margin-top:70px;}}@media screen and (max-width:767px){.app-about #block-vesta-views-block-komanda-block-1{margin-top:90px;}}.app-about #block-vesta-views-block-komanda-block-1 .container{padding:0;}#block-vesta-views-block-komanda-block-1 .block-title{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;margin-bottom:45px;}#block-vesta-views-block-komanda-block-1 .block-title span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}#block-vesta-views-block-komanda-block-1 .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}@media screen and (max-width:767px){#block-vesta-views-block-komanda-block-1 .block-title{margin-bottom:25px;}}#block-vesta-views-block-komanda-block-1 .splide-komanda{padding:0 40px;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-komanda-block-1 .splide-komanda{padding:0 30px 55px;}}@media screen and (max-width:767px){#block-vesta-views-block-komanda-block-1 .splide-komanda{padding:0 30px 80px;}}@media screen and (max-width:575px){#block-vesta-views-block-komanda-block-1 .splide-komanda{padding:0 6px 80px;}}.app-about #block-vesta-views-block-komanda-block-1 .splide-komanda{padding:0;}#block-vesta-views-block-komanda-block-1 .splide__slide{padding:0 15px;}@media screen and (max-width:575px){#block-vesta-views-block-komanda-block-1 .splide__slide{padding:0 9px;}}#block-vesta-views-block-komanda-block-1 .splide__slide .views-field-field-foto-sotrudnik{margin-bottom:10px;}#block-vesta-views-block-komanda-block-1 .splide__slide .views-field-field-foto-sotrudnik img{width:100%;height:auto;border-radius:23px;}#block-vesta-views-block-komanda-block-1 .splide__slide .views-field-title{font-size:22px;font-weight:700;color:#1F87D1;margin-bottom:10px;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-komanda-block-1 .splide__slide .views-field-title{margin-bottom:12px;font-size:20px;}}@media screen and (max-width:575px){#block-vesta-views-block-komanda-block-1 .splide__slide .views-field-title{margin-bottom:9px;font-size:15px;}}#block-vesta-views-block-komanda-block-1 .splide__slide .views-field-field-dolzhnost{font-weight:700;font-size:14px;}@media screen and (max-width:575px){#block-vesta-views-block-komanda-block-1 .splide__slide .views-field-field-dolzhnost{font-size:12px;}}.region-facet .block-facet--checkbox{border-radius:20px;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);padding:20px;margin-bottom:25px;font-size:14px;}@media screen and (max-width:575px){.region-facet .block-facet--checkbox{margin-bottom:18px;}}.region-facet .block-facet--checkbox .block-title{margin-bottom:15px;font-size:16px;font-weight:bold;}@media screen and (min-width:575px) and (max-width:767px){.region-facet .block-facet--checkbox .block-title{font-size:16px;}}@media screen and (max-width:575px){.region-facet .block-facet--checkbox .block-title{font-size:16px;}}.region-facet .block-facet--checkbox .facets-widget-checkbox ul{list-style-type:none;padding:0;margin:0;}.region-facet .block-facet--checkbox .facet-item{padding-right:0px;margin-bottom:10px;font-weight:700;color:#41adfb;}.region-facet .block-facet--checkbox .facet-item:last-child{margin-bottom:0;}.region-facet .block-facet--checkbox .facet-item input{display:none;}.region-facet .block-facet--checkbox .facet-item input:checked + label{color:#fff;}.region-facet .block-facet--checkbox .facet-item input:checked + label:before{border-color:#fff;background:url('/themes/custom/vesta/img/check-inp.svg') #fff no-repeat center 3px;background-size:11px;}.region-facet .block-facet--checkbox .facet-item label{display:flex;cursor:pointer;transition:all 0.4s ease;}.region-facet .block-facet--checkbox .facet-item label:before{content:'';display:block;flex:0 0 15px;width:15px;height:15px;border-radius:2px;border:1px solid #FFF;background:rgba(4,42,75,0.78);background-position:center 3px;transition:all 0.4s ease;margin-right:10px;position:relative;}@media screen and (max-width:991px){.region-facet #block-vesta-kategoriya{padding:0;}.region-facet #block-vesta-kategoriya .facets-widget-checkbox{display:none;padding:0 20px 20px;}.region-facet #block-vesta-kategoriya .block-title{margin-bottom:0;position:relative;padding:20px;padding-right:50px;}.region-facet #block-vesta-kategoriya .block-title:after{content:'';position:absolute;width:23px;height:23px;background:url('/themes/custom/vesta/img/arrow-down-2.svg') no-repeat center;background-size:100%;top:20px;right:20px;transition:all 0.4s ease;}.region-facet #block-vesta-kategoriya .block-title.active:after{transform:rotate(180deg);}}@media screen and (max-width:991px) and screen and (max-width:767px){.region-facet #block-vesta-kategoriya .block-title:after{width:14px;height:14px;top:20px;right:20px;}}.row-facet .col-faset{flex:0 0 21%;max-width:21%;}@media screen and (min-width:992px) and (max-width:1199px){.row-facet .col-faset{flex:0 0 31%;max-width:31%;}}@media screen and (max-width:991px){.row-facet .col-faset{flex:0 0 100%;max-width:100%;}}.row-facet .col-content{flex:0 0 79%;max-width:79%;}@media screen and (min-width:992px) and (max-width:1199px){.row-facet .col-content{flex:0 0 69%;max-width:69%;}}@media screen and (max-width:991px){.row-facet .col-content{flex:0 0 100%;max-width:100%;}}.pager__items{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -2px;padding:0;list-style-type:none;}.pager__items .pager__item{padding:0 2px;}.pager__items .pager__item a{border-radius:10px;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);padding:5px 10px;color:#fff;display:block;text-decoration:none;}.pager__items .pager__item.is-active a{background:#1F87D1;border:1px solid #1F87D1;}.content-fancybox img{margin:10px;border-radius:10px;}#block-vesta-views-block-phonestring-block-3{margin-top:15px;}#block-vesta-views-block-phonestring-block-3 .views-phonestring .views-field-field-phone-contact{margin-bottom:9px;}#block-vesta-views-block-phonestring-block-3 .views-phonestring header{flex:0 0 220px;max-width:220px;padding-right:9px;}@media screen and (max-width:575px){#block-vesta-views-block-phonestring-block-3 .views-phonestring header{flex:0 0 100%;max-width:100%;margin-bottom:15px;}}#block-vesta-views-block-phonestring-block-3 .views-phonestring .views-field-field-phone-contact{font-size:16px;padding-left:39px;flex:0 0 calc(100% - 220px);max-width:calc(100% - 220px);}@media screen and (max-width:575px){#block-vesta-views-block-phonestring-block-3 .views-phonestring .views-field-field-phone-contact{flex:0 0 100%;max-width:100%;padding-left:50px;}}#block-vesta-views-block-phonestring-block-3 .views-phonestring .views-field-field-phone-contact a{color:#fff;text-decoration:none;}#block-vesta-views-block-phonestring-block-3 .views-phonestring .views-field-field-phone-contact:after{content:'';width:29px;height:29px;background:url('/themes/custom/vesta/img/calling.svg') no-repeat;}@media screen and (max-width:575px){#block-vesta-views-block-phonestring-block-3 .views-phonestring .views-field-field-phone-contact:after{left:10px;top:2px;}}#block-vesta-views-block-phonestring-block-3 .views-phonestring .views-field-field-phone-contact .phone-desc{display:block;font-size:14px;margin-top:5px;}.region.region-reviews{display:none;}.form-item-yandex-user-id,.form-item-yclid{display:none;}.vestaChatWrapper.vchhidden{width:207px;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46) !important;border-bottom:0px solid;}@media screen and (max-width:575px){.vestaChatWrapper.vchhidden{width:185px;}}.vestaChatWrapper .vestaChatHeader .vestaChatPhoto{height:38px !important;width:38px !important;}@media screen and (max-width:575px){.vestaChatWrapper .vestaChatHeader .vestaChatPhoto{height:34px !important;width:34px !important;}}.vestaChatWrapper .vestaChatHeader{padding-left:60px !important;min-height:39px !important;}@media screen and (max-width:575px){.vestaChatWrapper .vestaChatHeader{padding-left:55px !important;min-height:33px !important;}}.wrapper-page-container{position:relative;z-index:5;}.node--type-keys-ya-direkt.node--view-mode-teaser,.node--type-keys-ya-direkt.node--view-mode-full{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;background:#fff;border-radius:20px;height:100%;padding:38px 52px;color:#042A4B;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-keys-ya-direkt.node--view-mode-teaser,.node--type-keys-ya-direkt.node--view-mode-full{padding:35px 33px;}}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser,.node--type-keys-ya-direkt.node--view-mode-full{padding:25px 20px;}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser,.node--type-keys-ya-direkt.node--view-mode-full{padding:25px 20px;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group-left,.node--type-keys-ya-direkt.node--view-mode-full .group-left{flex:0 0 259px;max-width:259px;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-keys-ya-direkt.node--view-mode-teaser .group-left,.node--type-keys-ya-direkt.node--view-mode-full .group-left{max-width:185px;flex:0 0 185px;}}@media screen and (max-width:991px){.node--type-keys-ya-direkt.node--view-mode-teaser .group-left,.node--type-keys-ya-direkt.node--view-mode-full .group-left{max-width:100%;flex:0 0 100%;display:none;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group-left .media__element,.node--type-keys-ya-direkt.node--view-mode-full .group-left .media__element{width:100%;height:auto;border-radius:20px;}.node--type-keys-ya-direkt.node--view-mode-teaser .group-right,.node--type-keys-ya-direkt.node--view-mode-full .group-right{flex:0 0 calc(100% - 259px);max-width:calc(100% - 259px);padding-left:44px;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-keys-ya-direkt.node--view-mode-teaser .group-right,.node--type-keys-ya-direkt.node--view-mode-full .group-right{flex:0 0 calc(100% - 185px);max-width:calc(100% - 185px);}}@media screen and (max-width:991px){.node--type-keys-ya-direkt.node--view-mode-teaser .group-right,.node--type-keys-ya-direkt.node--view-mode-full .group-right{max-width:100%;flex:0 0 100%;padding-left:0;}}.node--type-keys-ya-direkt.node--view-mode-teaser .field-title,.node--type-keys-ya-direkt.node--view-mode-full .field-title{font-size:33px;font-weight:bold;text-align:center;margin-bottom:12px;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-keys-ya-direkt.node--view-mode-teaser .field-title,.node--type-keys-ya-direkt.node--view-mode-full .field-title{font-size:23px;margin-bottom:7px;}}@media screen and (min-width:768px) and (max-width:991px){.node--type-keys-ya-direkt.node--view-mode-teaser .field-title,.node--type-keys-ya-direkt.node--view-mode-full .field-title{font-size:24px;}}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .field-title,.node--type-keys-ya-direkt.node--view-mode-full .field-title{font-size:20px;}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .field-title,.node--type-keys-ya-direkt.node--view-mode-full .field-title{font-size:18px;}}.node--type-keys-ya-direkt.node--view-mode-teaser .field-mesyac,.node--type-keys-ya-direkt.node--view-mode-full .field-mesyac,.node--type-keys-ya-direkt.node--view-mode-teaser .field--name-field-mesyac,.node--type-keys-ya-direkt.node--view-mode-full .field--name-field-mesyac{text-align:center;text-transform:uppercase;font-size:16px;font-weight:bold;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-keys-ya-direkt.node--view-mode-teaser .field-mesyac,.node--type-keys-ya-direkt.node--view-mode-full .field-mesyac,.node--type-keys-ya-direkt.node--view-mode-teaser .field--name-field-mesyac,.node--type-keys-ya-direkt.node--view-mode-full .field--name-field-mesyac{font-size:14px;}}@media screen and (max-width:991px){.node--type-keys-ya-direkt.node--view-mode-teaser .field-mesyac,.node--type-keys-ya-direkt.node--view-mode-full .field-mesyac,.node--type-keys-ya-direkt.node--view-mode-teaser .field--name-field-mesyac,.node--type-keys-ya-direkt.node--view-mode-full .field--name-field-mesyac{font-size:14px;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat,.node--type-keys-ya-direkt.node--view-mode-full .group_stat{margin-top:29px;padding-left:111px;position:relative;z-index:1;}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat,.node--type-keys-ya-direkt.node--view-mode-full .group_stat{padding-left:70px;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat:after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat:after{content:'';width:125px;height:125px;background:rgba(31,135,209,0.47);box-shadow:0 0 100px;border-radius:50%;filter:blur(50px);z-index:-1;position:absolute;bottom:-32px;left:7px;}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field{display:flex;margin-bottom:5px;color:#fff;align-items:flex-end;padding:15px 25px 15px 85px;position:relative;z-index:5;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field{padding:15px 25px 15px 60px;}}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field{padding:15px 25px 15px 60px;}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field{padding:8px 10px 5px 25px;flex-wrap:wrap;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field .field__item,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field .field__item{order:1;font-weight:bold;font-size:40px;padding-right:10px;flex:0 0 130px;max-width:130px;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field .field__item,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field .field__item{font-size:30px;flex:0 0 105px;max-width:105px;}}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field .field__item,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field .field__item{font-size:30px;flex:0 0 105px;max-width:105px;}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field .field__item,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field .field__item{font-size:20px;flex:0 0 100%;max-width:100%;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field .field__label,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field .field__label{order:2;font-weight:bold;font-size:20px;flex:0 0 calc(100% - 130px);max-width:calc(100% - 130px);margin-bottom:4px;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field .field__label,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field .field__label{font-size:14px;flex:0 0 calc(100% - 105px);max-width:calc(100% - 105px);}}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field .field__label,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field .field__label{font-size:14px;flex:0 0 calc(100% - 105px);max-width:calc(100% - 105px);}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field .field__label,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field .field__label{font-size:14px;flex:0 0 100%;max-width:100%;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field .field__label:after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field .field__label:after{content:'';position:absolute;width:100%;height:100%;z-index:-1;top:0;left:0;clip-path:polygon(33px 0,100% 0,100% 100%,0% 100%);}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field .field__label:after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field .field__label:after{clip-path:polygon(25px 0,100% 0,100% 100%,0% 100%);}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field .field__label:after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field .field__label:after{clip-path:polygon(15px 0,100% 0,100% 100%,0% 100%);}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(1),.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(1){margin-left:66px;}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(1),.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(1){margin-left:25px;}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(1),.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(1){margin-left:25px;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(1) .field__label:after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(1) .field__label:after{background:#41ADFB;}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(1):after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(1):after{content:'';position:absolute;clip-path:polygon(0 0,100% 0,calc(100% - 33px) 100%,33px 100%);width:201px;height:calc(100% + 2px);background:#41ADFB;left:-176px;top:0;}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(1):after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(1):after{width:154px;left:-136px;clip-path:polygon(0 0,100% 0,calc(100% - 25px) 100%,25px 100%);}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(1):after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(1):after{width:103px;left:-95px;clip-path:polygon(0 0,100% 0,calc(100% - 15px) 100%,15px 100%);}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(2),.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(2){margin-left:33px;padding:15px 25px 15px calc(85px + 33px);}@media screen and (min-width:992px) and (max-width:1199px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(2),.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(2){padding:15px 25px 15px calc(60px + 33px);}}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(2),.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(2){padding:15px 25px 15px calc(60px + 33px);margin-left:0;}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(2),.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(2){padding:8px 10px 5px 40px;margin-left:10px;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(2) .field__label:after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(2) .field__label:after{background:#1F87D1;}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(2):after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(2):after{content:'';position:absolute;clip-path:polygon(0 0,100% 0,calc(100% - 33px) 100%,33px 100%);width:135px;height:calc(100% + 6px);background:#1F87D1;left:-110px;top:-3px;}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(2):after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(2):after{width:104px;left:-86px;clip-path:polygon(0 0,100% 0,calc(100% - 25px) 100%,25px 100%);}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(2):after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(2):after{width:73px;left:-65px;clip-path:polygon(0 0,100% 0,calc(100% - 15px) 100%,15px 100%);}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(2):before,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(2):before{content:'';position:absolute;background:#41ADFB;width:47px;height:28px;clip-path:polygon(0% 0%,100% 0%,50% 100%);top:-3px;left:-63px;z-index:1;}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(2):before,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(2):before{width:33px;height:19px;top:-3px;left:-49px;}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(2):before,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(2):before{width:25px;height:15px;top:-3px;left:-41px;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(3),.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(3){padding:15px 25px 15px calc(85px + 66px);}@media screen and (min-width:992px) and (max-width:1199px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(3),.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(3){padding:15px 25px 15px calc(60px + 66px);}}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(3),.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(3){padding:15px 25px 15px calc(60px + 66px);margin-left:-27px;}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(3),.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(3){padding:8px 10px 8px 55px;margin-left:-5px;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(3) .field__label:after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(3) .field__label:after{background:#042A4B;}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(3):after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(3):after{content:'';position:absolute;clip-path:polygon(0 0,100% 0,calc(100% - 33px) 100%,33px 100%);width:69px;height:calc(100% + 2px);background:#042A4B;left:-44px;top:-2px;}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(3):after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(3):after{left:-34px;clip-path:polygon(0 0,100% 0,calc(100% - 25px) 100%,25px 100%);width:54px;}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(3):after,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(3):after{left:-34px;clip-path:polygon(0 0,100% 0,calc(100% - 15px) 100%,15px 100%);width:42px;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(3):before,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(3):before{content:'';position:absolute;background:#1F87D1;width:32px;height:17px;clip-path:polygon(0% 0%,100% 0%,50% 100%);top:-2px;left:-25px;z-index:1;}@media screen and (min-width:575px) and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(3):before,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(3):before{width:20px;height:11px;left:-16px;}}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group_stat .field:nth-child(3):before,.node--type-keys-ya-direkt.node--view-mode-full .group_stat .field:nth-child(3):before{width:15px;height:8px;left:-20px;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group-prices,.node--type-keys-ya-direkt.node--view-mode-full .group-prices{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:43px -15px 0;position:relative;z-index:2;}@media screen and (max-width:575px){.node--type-keys-ya-direkt.node--view-mode-teaser .group-prices,.node--type-keys-ya-direkt.node--view-mode-full .group-prices{margin:30px -15px 0;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group-prices > *,.node--type-keys-ya-direkt.node--view-mode-full .group-prices > *{flex:0 0 50%;max-width:50%;padding:17px 28px;position:relative;display:flex;color:#042A4B;font-weight:bold;align-items:center;}@media screen and (max-width:767px){.node--type-keys-ya-direkt.node--view-mode-teaser .group-prices > *,.node--type-keys-ya-direkt.node--view-mode-full .group-prices > *{flex:0 0 100%;max-width:100%;margin-bottom:15px;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group-prices > *:after,.node--type-keys-ya-direkt.node--view-mode-full .group-prices > *:after{content:'';border:2px solid rgba(31,135,209,0.6);border-radius:10px;position:absolute;left:15px;right:15px;top:0;height:100%;display:block;}.node--type-keys-ya-direkt.node--view-mode-teaser .group-prices > * .field__item,.node--type-keys-ya-direkt.node--view-mode-full .group-prices > * .field__item{order:1;font-size:40px;padding-right:12px;flex:0 0 59%;max-width:59%;text-align:center;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-keys-ya-direkt.node--view-mode-teaser .group-prices > * .field__item,.node--type-keys-ya-direkt.node--view-mode-full .group-prices > * .field__item{font-size:30px;}}@media screen and (max-width:991px){.node--type-keys-ya-direkt.node--view-mode-teaser .group-prices > * .field__item,.node--type-keys-ya-direkt.node--view-mode-full .group-prices > * .field__item{font-size:30px;}}.node--type-keys-ya-direkt.node--view-mode-teaser .group-prices > * .field__label,.node--type-keys-ya-direkt.node--view-mode-full .group-prices > * .field__label{order:2;font-size:16px;margin-bottom:4px;flex:0 0 41%;max-width:41%;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-keys-ya-direkt.node--view-mode-teaser .group-prices > * .field__label,.node--type-keys-ya-direkt.node--view-mode-full .group-prices > * .field__label{font-size:14px;}}@media screen and (max-width:991px){.node--type-keys-ya-direkt.node--view-mode-teaser .group-prices > * .field__label,.node--type-keys-ya-direkt.node--view-mode-full .group-prices > * .field__label{font-size:14px;}}#block-vesta-views-block-keysy-yandeks-direkt-block-1{margin-bottom:130px;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-keysy-yandeks-direkt-block-1{margin-bottom:60px;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-keysy-yandeks-direkt-block-1{margin-bottom:60px;}}@media screen and (max-width:575px){#block-vesta-views-block-keysy-yandeks-direkt-block-1{margin-bottom:50px;}}#block-vesta-views-block-keysy-yandeks-direkt-block-1 .block-title{font-size:clamp(25px,3.6vw,40px);font-weight:700;color:#41ADFB;}#block-vesta-views-block-keysy-yandeks-direkt-block-1 .block-title span{background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);}#block-vesta-views-block-keysy-yandeks-direkt-block-1 .block-title span{display:inline-block;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}@media screen and (max-width:767px){#block-vesta-views-block-keysy-yandeks-direkt-block-1 .block-title{text-align:center;}}#block-vesta-views-block-keysy-yandeks-direkt-block-1 header{margin-bottom:31px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}#block-vesta-views-block-keysy-yandeks-direkt-block-1 header .col-left{flex:0 0 calc(100% - 220px);max-width:calc(100% - 220px);padding-right:20px;align-self:center;}@media screen and (max-width:991px){#block-vesta-views-block-keysy-yandeks-direkt-block-1 header .col-left{flex:0 0 100%;max-width:100%;padding-right:0;}}#block-vesta-views-block-keysy-yandeks-direkt-block-1 header .col-right{flex:0 0 220px;max-width:220px;text-align:right;}@media screen and (max-width:991px){#block-vesta-views-block-keysy-yandeks-direkt-block-1 header .col-right{display:none;}}#block-vesta-views-block-keysy-yandeks-direkt-block-1 footer{display:none;}@media screen and (max-width:991px){#block-vesta-views-block-keysy-yandeks-direkt-block-1 footer{display:block;text-align:center;margin-top:60px;}}#block-vesta-views-block-keysy-yandeks-direkt-block-1 .splide-kontext{margin:0 -15px;}@media screen and (max-width:767px){#block-vesta-views-block-keysy-yandeks-direkt-block-1 .splide-kontext{margin:0 -9px;}}#block-vesta-views-block-keysy-yandeks-direkt-block-1 .splide-kontext .splide__slide{padding:0 15px;}@media screen and (max-width:767px){#block-vesta-views-block-keysy-yandeks-direkt-block-1 .splide-kontext .splide__slide{padding:0 9px;}}.slick--view--keysy-yandeks-direkt{position:relative;}.views-yandex-keys-page .views-row{margin-bottom:30px;}@media screen and (min-width:1199px){.views-yandex-keys-page .views-row:nth-child(2n + 1) .group-left{order:2;}}@media screen and (min-width:992px) and (max-width:1199px){.views-yandex-keys-page .views-row:nth-child(2n + 1) .group-left{order:2;}}@media screen and (min-width:1199px){.views-yandex-keys-page .views-row:nth-child(2n + 1) .group-right{order:1;padding-left:0px;padding-right:44px;}}@media screen and (min-width:992px) and (max-width:1199px){.views-yandex-keys-page .views-row:nth-child(2n + 1) .group-right{order:1;padding-left:0px;padding-right:44px;}}#block-vesta-chtodelayutseospecialisty{margin-top:20px;}#block-vesta-chtodelayutseospecialisty .field--name-body,#block-vesta-chtodelayutseospecialisty4 .field--name-body{font-size:18px;}@media screen and (max-width:767px){#block-vesta-chtodelayutseospecialisty .field--name-body,#block-vesta-chtodelayutseospecialisty4 .field--name-body{font-size:14px;}}#block-vesta-chtodelayutseospecialisty2,#block-vesta-chtodelayutseospecialisty3{background:#fff;border-radius:20px;padding:30px;color:#042A4B;margin-top:30px;}@media screen and (max-width:767px){#block-vesta-chtodelayutseospecialisty2,#block-vesta-chtodelayutseospecialisty3{padding:20px;}}#block-vesta-chtodelayutseospecialisty2 img,#block-vesta-chtodelayutseospecialisty3 img{border-radius:20px;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-chtodelayutseospecialisty2 img,#block-vesta-chtodelayutseospecialisty3 img{max-width:40%;}}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-chtodelayutseospecialisty2 img,#block-vesta-chtodelayutseospecialisty3 img{max-width:40%;}}@media screen and (max-width:767px){#block-vesta-chtodelayutseospecialisty2 img,#block-vesta-chtodelayutseospecialisty3 img{width:100%;float:none;margin-bottom:20px;}}#block-vesta-chtodelayutseospecialisty2 a,#block-vesta-chtodelayutseospecialisty3 a{color:#042A4B;}#block-vesta-chtodelayutseospecialisty2 .field--name-body,#block-vesta-chtodelayutseospecialisty3 .field--name-body{overflow:hidden;}#block-vesta-chtodelayutseospecialisty2 p,#block-vesta-chtodelayutseospecialisty3 p{margin-bottom:27px;}#block-vesta-chtodelayutseospecialisty2 .field--name-body div,#block-vesta-chtodelayutseospecialisty3 .field--name-body div{overflow:hidden;}#block-vesta-chtodelayutseospecialisty2 .field--name-body ul,#block-vesta-chtodelayutseospecialisty3 .field--name-body ul{list-style-type:none;padding:0;}#block-vesta-chtodelayutseospecialisty2 .field--name-body ul li,#block-vesta-chtodelayutseospecialisty3 .field--name-body ul li{background:url('/themes/custom/vesta/img/right_li.svg') no-repeat 0px 2px;background-size:9px;padding-left:25px;margin-bottom:27px;}#block-vesta-chtodelayutseospecialisty2 img{margin-right:35px;}@media screen and (max-width:767px){#block-vesta-chtodelayutseospecialisty2 img{margin-right:0;}}#block-vesta-chtodelayutseospecialisty3 img{margin-left:35px;}@media screen and (max-width:767px){#block-vesta-chtodelayutseospecialisty3 img{margin-left:0;}}#block-vesta-chtodelayutseospecialisty4{margin-top:35px;}.modal-ui-content{margin-top:20px;}.wr-content-418{position:relative;overflow:hidden;}.wr-content-418:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;left:0;top:1070px;z-index:-1;width:100%;background-position:880px center;}.node--type-tipovoy-sayt.node--view-mode-full{--wd-lr:50%;--kr-fz:22px;--fz-price-1:20px;--fz-price-2:40px;--mb-pr-video:35px;--gr-alignment:flex-end;--wd-girl:225px;--ht-girl:431px;--lt-girl:-215px;--mbt-grouporow:165px;--mb-groupright:0;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-tipovoy-sayt.node--view-mode-full{--wd-girl:190px;--ht-girl:370px;--lt-girl:-180px;}}@media screen and (min-width:768px) and (max-width:991px){.node--type-tipovoy-sayt.node--view-mode-full{--mbt-grouporow:45px;--fz-price-2:35px;}}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full{--wd-lr:100%;--mb-groupright:145px;--mbt-grouporow:45px;--fz-price-1:16px;--fz-price-2:30px;}}@media screen and (max-width:575px){.node--type-tipovoy-sayt.node--view-mode-full{--mb-groupright:85px;--mb-pr-video:15px;}}.node--type-tipovoy-sayt.node--view-mode-full .group-row{margin-bottom:var(--mbt-grouporow);align-items:flex-start;}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-left{flex:0 0 var(--wd-lr);max-width:var(--wd-lr);}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-left{order:2;}}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right{flex:0 0 var(--wd-lr);max-width:var(--wd-lr);justify-content:var(--gr-alignment);margin-bottom:var(--mb-groupright);}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right{order:1;}}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img{position:relative;}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img:after{content:'';position:absolute;width:var(--wd-girl);height:var(--ht-girl);background:url('/themes/custom/vesta/img/girl-type-site.webp') no-repeat center;background-size:100%;left:var(--lt-girl);top:35px;z-index:-1;}@media screen and (max-width:991px){.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img:after{display:none;}}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img:before{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat;left:-375px;top:-111px;width:707px;height:707px;z-index:-1;}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img .field--name-field-izobrazhenie-desctop{--bgs-n:252px;--ht-n:126px;--bt-n:-87px;padding:7px 8px 18px;border-radius:12px;border-radius:20px;background:#111415;position:relative;z-index:1;}@media screen and (min-width:768px) and (max-width:991px){.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img .field--name-field-izobrazhenie-desctop{--bgs-n:170px;--ht-n:85px;--bt-n:-62px;}}@media screen and (max-width:575px){.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img .field--name-field-izobrazhenie-desctop{--bgs-n:145px;--ht-n:70px;--bt-n:-50px;}}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img .field--name-field-izobrazhenie-desctop img{border-radius:14px;display:block;}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img .field--name-field-izobrazhenie-desctop:after{content:'';background:url('/themes/custom/vesta/img/nozhka2.webp') no-repeat bottom center;background-size:var(--bgs-n);position:absolute;width:100%;left:0;height:var(--ht-n);bottom:var(--bt-n);z-index:-2;}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img .field--name-field-izobrazhenie-desctop:before{content:'';background:linear-gradient(180deg,rgba(31,135,209,0) 0%,rgba(31,135,209,0.6) 100%);left:8px;right:8px;bottom:18px;height:111px;position:absolute;border-bottom-left-radius:14px;border-bottom-right-radius:14px;}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img .field--name-field-izobrazhenie-adaptive{--wd:144px;--ht-img:279px;--lft:-35px;--bt:-105px;--before-bt:4px;--before-ht:63px;--before-brad:18px;--brad-img:19px;--pd:0 5px;width:var(--wd);position:absolute;left:var(--lft);bottom:var(--bt);overflow:hidden;padding:var(--pd);z-index:2;min-width:0px;}@media screen and (min-width:768px) and (max-width:991px){.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img .field--name-field-izobrazhenie-adaptive{--wd:85px;--ht-img:164px;--brad-img:8px;--before-bt:2px;--before-brad:9px;--bt:-62px;--pd:0 4px;}}@media screen and (max-width:575px){.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img .field--name-field-izobrazhenie-adaptive{--wd:96px;--rg:15px;--bt:-49px;--before-bt:0px;--before-ht:41px;--before-brad:12px;--lft:-10px;--ht-img:185px;--brad-img:8px;}}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img .field--name-field-izobrazhenie-adaptive:before{content:'';background:linear-gradient(180deg,rgba(31,135,209,0) 0%,rgba(31,135,209,0.6) 100%);left:2px;right:2px;bottom:var(--before-bt);height:var(--before-ht);position:absolute;border-bottom-left-radius:var(--before-brad);border-bottom-right-radius:var(--before-brad);z-index:1;}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img .field--name-field-izobrazhenie-adaptive:after{content:'';position:absolute;left:0px;top:0px;right:0px;bottom:0px;background:url('/themes/custom/vesta/img/smartfon.webp') no-repeat center;background-size:100%;z-index:2;}.node--type-tipovoy-sayt.node--view-mode-full .group-row .group-right .group_img .field--name-field-izobrazhenie-adaptive img{width:100%;display:block;height:var(--ht-img) !important;object-fit:cover;border-radius:var(--brad-img);}.node--type-tipovoy-sayt.node--view-mode-full > .field--name-body{--td-pd:25px;position:relative;}@media screen and (max-width:575px){.node--type-tipovoy-sayt.node--view-mode-full > .field--name-body{--td-pd:5px;}}.node--type-tipovoy-sayt.node--view-mode-full > .field--name-body:before{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat;background-size:100%;left:50%;top:50%;transform:translate(-50%,-50%);width:600px;height:600px;z-index:-2;}.node--type-tipovoy-sayt.node--view-mode-full > .field--name-body:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;left:-1325px;top:-370px;z-index:-1;}.node--type-tipovoy-sayt.node--view-mode-full > .field--name-body table{margin-top:25px;}.node--type-tipovoy-sayt.node--view-mode-full > .field--name-body td:nth-child(1){padding-right:var(--td-pd);}.node--type-tipovoy-sayt.node--view-mode-full > .field--name-body td:nth-child(2){padding-left:var(--td-pd);}.node--type-tipovoy-sayt.node--view-mode-full > .field--name-body ul{list-style-type:none;padding:0;margin:0;}.node--type-tipovoy-sayt.node--view-mode-full > .field--name-body ul li{background:url('/themes/custom/vesta/img/check-2.svg') no-repeat 0 3px;background-size:10px;padding-left:16px;margin-bottom:28px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-field-kratkoe-opisanie{font-size:var(--kr-fz);font-weight:bold;margin-bottom:10px;text-wrap:balance;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-field-stoimost{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:flex-end;margin-bottom:var(--mb-pr-video);}.node--type-tipovoy-sayt.node--view-mode-full .field--name-field-stoimost .field__label{font-size:var(--fz-price-1);}.node--type-tipovoy-sayt.node--view-mode-full .field--name-field-stoimost .field__item{font-size:var(--fz-price-2);padding-left:14px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-field-video-youtube{margin-bottom:var(--mb-pr-video);}.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity{--pd:35px 35px 65px 40px;--mb-blt:44px;--mt-btn:52px;--mr-btn:35px;--mb-title:44px;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);padding:var(--pd);border-radius:10px;position:relative;}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity{--pd:15px 18px 15px 18px;--mb-blt:17px;--mt-btn:15px;--mr-btn:15px;}}@media screen and (max-width:575px){.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity{--mb-title:20px;}}.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity .block-title{margin-bottom:var(--mb-title);}.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity .slick--field-izobrazheniya .slick__slide{display:none;}.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity .slick--field-izobrazheniya .slick__slide.slick-slide,.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity .slick--field-izobrazheniya .slick__slide:first-child{display:block;}.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity .slick--field-izobrazheniya .slide__content{height:100%;display:flex;align-items:center;background:#fff;}.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity .slick--field-izobrazheniya .slide__content > *{width:100%;}.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity .slick--field-izobrazheniya img{cursor:pointer;width:100%;transition:all 0.4s ease;}.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity .field--name-dynamic-token-fieldnode-btn-gs{margin-top:var(--mt-btn);}.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity .field--name-dynamic-token-fieldnode-btn-gs .btn:nth-child(1){margin-right:var(--mr-btn);}@media screen and (max-width:575px){.node--type-tipovoy-sayt.node--view-mode-full .group-gotovye-saity .field--name-dynamic-token-fieldnode-btn-gs .btn:nth-child(1){margin-bottom:10px;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-field-varianty > .field__item{margin-bottom:21px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sdelaem-tipovoy-sayt-za-5-raboch{--mt:70px;--mb-title:40px;margin-top:var(--mt);}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sdelaem-tipovoy-sayt-za-5-raboch{--mt:45px;--mb-title:25px;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sdelaem-tipovoy-sayt-za-5-raboch .block-title{margin-bottom:var(--mb-title);}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem{margin-top:30px;position:relative;--wd-left:48%;--wd-right:52%;--pd-gr:20px;--mrb-gr-left:0;--fz:20px;--mb-label:35px;--fz-label:32px;}@media screen and (max-width:991px){.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem{--wd-left:100%;--wd-right:100%;--mrb-gr-left:25px;--pd-gr:0;--fz:16px;--mb-label:15px;}}@media screen and (max-width:575px){.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem{--fz-label:22px;}}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;left:-1325px;top:50%;transform:translateY(-50%);z-index:-1;}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem .block-title{margin-bottom:35px;}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem > *{width:100%;}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem .field--name-dynamic-block-fieldnode--kak-my-rabotaem-video{flex:0 0 var(--wd-left);max-width:var(--wd-left);padding-right:var(--pd-gr);margin-bottom:var(--mrb-gr-left);}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem .field--name-dynamic-block-fieldnode--kak-my-rabotaem-video a{border-radius:22px;position:relative;display:block;overflow:hidden;}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem .field--name-dynamic-block-fieldnode--kak-my-rabotaem-video a img{width:100%;transition:all 0.4s ease;display:block;}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem .field--name-dynamic-block-fieldnode--kak-my-rabotaem-video a:after{content:'';background:url('/themes/custom/vesta/img/play-white.svg') no-repeat center #1F87D1;width:57px;height:57px;transition:all 0.4s ease;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem .field--name-dynamic-block-fieldnode--kak-my-rabotaem-video a:hover img{transform:scale(1.2);}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem .field--name-dynamic-block-fieldnode--kak-my-rabotaem-video a:hover:after{border:1px solid #1F87D1;background:url('/themes/custom/vesta/img/play-white.svg') no-repeat center #042A4B;}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem .field--name-dynamic-block-fieldnode-usloviya-pokupki{flex:0 0 var(--wd-right);max-width:var(--wd-right);padding-left:var(--pd-gr);font-size:var(--fz);}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem .field--name-dynamic-block-fieldnode-usloviya-pokupki .field__label{font-size:var(--fz-label);margin-bottom:var(--mb-label);}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem .field--name-dynamic-block-fieldnode-usloviya-pokupki .field--name-body ol{padding-left:32px;}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem .field--name-dynamic-block-fieldnode-usloviya-pokupki .field--name-body ol li{margin-bottom:10px;}.node--type-tipovoy-sayt.node--view-mode-full .group_kak_my_rabotaem .field--name-dynamic-block-fieldnode-usloviya-pokupki .field--name-body ol li::marker{color:#1F87D1;font-size:27px;font-weight:bold;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i-{--mt:70px;--mt-title:38px;margin-top:var(--mt);}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i-{--mt:45px;--mt-title:20px;}}@media screen and (max-width:575px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i-{--mt:35px;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .block-title{margin-bottom:var(--mt-title);}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe-,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i-{--vrow:25%;--fs-field-title:22px;--mheight-vrow:439px;--mb-vrow:30px;--pd-vrow:25px 20px;--imgh-vrow:175px;}@media screen and (min-width:768px) and (max-width:991px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe-,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i-{--vrow:33.33333%;}}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe-,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i-{--vrow:50%;--fs-field-title:16px;--mheight-vrow:0;--mb-vrow:15px;}}@media screen and (max-width:575px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe-,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i-{--pd-vrow:20px 10px;--imgh-vrow:110px;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container > *,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container > *{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}@media screen and (min-width:575px) and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container > *,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container > *{margin:0 -9px;}}@media screen and (max-width:575px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container > *,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container > *{margin:0 -9px;}}#header .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container > *,#header .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container > *{align-items:center;}.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container > *,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container > *{margin:0;padding:0 0 0 15px;}@media screen and (max-width:575px){.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container > *,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container > *{padding:0 0 0 10px;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container > * > *,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container > * > *{padding:0 15px;flex:0 0 auto;width:100%;}@media screen and (min-width:575px) and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container > * > *,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container > * > *{padding:0 9px;}}@media screen and (max-width:575px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container > * > *,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container > * > *{padding:0 9px;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row{flex:0 0 var(--vrow);max-width:var(--vrow);margin-bottom:var(--mb-vrow);}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .ds-1col,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .ds-1col{border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);height:100%;border-radius:20px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:var(--pd-vrow);min-height:var(--mheight-vrow);}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .ds-1col > *,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .ds-1col > *{width:100%;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-taxonomy-term-title,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-taxonomy-term-title{font-size:var(--fs-field-title);font-weight:bold;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-izobrazheniya,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-izobrazheniya{align-self:center;position:relative;margin:20px 0;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-izobrazheniya img,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-izobrazheniya img{height:var(--imgh-vrow) !important;width:100%;object-fit:scale-down;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-izobrazheniya:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-izobrazheniya:before{content:'';position:absolute;background:url('/themes/custom/vesta/img/ellipse-2-1-min.webp') no-repeat;background-size:100%;left:50%;top:50%;transform:translate(-50%,-50%);width:307px;height:307px;z-index:-2;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-izobrazheniya:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-izobrazheniya:before{left:-145px;}}@media screen and (max-width:991px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-izobrazheniya:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-izobrazheniya:before{display:none;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-podzagolovok,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-podzagolovok{font-size:16px;font-weight:bold;margin-bottom:12px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-description,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-description{font-size:14px;text-wrap:balance;align-self:flex-end;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-description table,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-description table{text-align:left;margin:0 auto;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-description table td,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-description table td{padding:0 5px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka{margin-top:17px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a{border-radius:60px;font-size:16px;font-weight:700;padding:13px 18px;min-width:170px;display:inline-block;text-decoration:none;cursor:pointer;text-align:center;transition:all 0.4s ease;border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);color:#fff;position:relative;z-index:2;overflow:hidden;}#block-vesta-views-block-tip-paketa-block-1 .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a,#block-vesta-views-block-tip-paketa-block-1 .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a{min-width:170px;padding:9px 29px;}@media screen and (min-width:992px) and (max-width:1199px){#block-vesta-views-block-tip-paketa-block-1 .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a,#block-vesta-views-block-tip-paketa-block-1 .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a{min-width:120px;padding:9px 15px;}}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-tip-paketa-block-1 .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a,#block-vesta-views-block-tip-paketa-block-1 .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a{min-width:120px;padding:9px 15px;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary{border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);color:#fff;position:relative;z-index:2;overflow:hidden;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:after{content:'';position:absolute;left:2px;top:2px;right:2px;bottom:2px;z-index:-1;transition:all 0.4s ease;opacity:0;background:#042A4B;border-radius:60px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:-2;background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);transition:all 0.4s ease;opacity:0;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:hover,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:hover,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary.active,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary.active{color:#1F87D1;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:hover:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:hover:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary.active:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary.active:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:hover:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:hover:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary.active:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary.active:before{opacity:1;}.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary,.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary{background:#F8953B;border:1px solid #F8953B;}.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:after,.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:after,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:after,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:after,.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:before,.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:before,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:before,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:before{display:none;}.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:hover,.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:hover,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:hover,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary:hover{color:#fff;background:rgba(248,149,59,0.4);}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue{border:1px solid rgba(31,135,209,0.6);background:#1F87D1;color:#fff;position:relative;z-index:2;overflow:hidden;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue:after{content:'';position:absolute;left:2px;top:2px;right:2px;bottom:2px;z-index:-1;transition:all 0.4s ease;opacity:0;background:#042A4B;border-radius:60px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:-2;background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);transition:all 0.4s ease;opacity:0;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue:hover,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue:hover,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue.active,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue.active{color:#1F87D1;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue:hover:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue:hover:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue.active:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue.active:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue:hover:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue:hover:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue.active:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-primary-blue.active:before{opacity:1;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-default,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-default{background:#032542;border:2px solid #032542;color:#fff;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-default:hover,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-default:hover{background:transparent;}#block-vesta-views-block-tovary-webvesta-block-1 .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-default:hover,#block-vesta-views-block-tovary-webvesta-block-1 .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-default:hover{color:#032542;}.modal .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-default:hover,.modal .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-default:hover{background:#1F87D1;border-color:#1F87D1;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-default.btn-youtube:hover,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-default.btn-youtube:hover{background:#1F87D1;border-color:#1F87D1;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-form,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-form{background:#1F87D1;border:1px solid #1F87D1;font-weight:600;color:#fff;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-form:hover,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-form:hover{border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-youtube,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-youtube{padding:7px 25px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.btn-youtube img,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.btn-youtube img{display:inline-block;vertical-align:middle;margin-left:10px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a:after{content:'';position:absolute;left:2px;top:2px;right:2px;bottom:2px;z-index:-1;transition:all 0.4s ease;opacity:0;background:#042A4B;border-radius:60px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a:before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;z-index:-2;background:linear-gradient(268deg,#41ADFB 49%,#0D5DA2 100%);transition:all 0.4s ease;opacity:0;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a:hover,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a:hover,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.active,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.active{color:#1F87D1;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a:hover:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a:hover:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.active:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.active:after,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a:hover:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a:hover:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a.active:before,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a.active:before{opacity:1;}.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a,.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a{background:#F8953B;border:1px solid #F8953B;}.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a:after,.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a:after,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a:after,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a:after,.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a:before,.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a:before,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a:before,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a:before{display:none;}.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a:hover,.views-reklama .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a:hover,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe- .views-element-container .views-row .field--name-field-ssylka a:hover,.bg-calculator .node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vse-vklyucheno-bez-zvezdochek-i- .views-element-container .views-row .field--name-field-ssylka a:hover{color:#fff;background:rgba(248,149,59,0.4);}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov{margin-top:42px;position:relative;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;right:-1325px;top:50%;transform:translateY(-50%);z-index:-1;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo{margin-top:115px;}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo{margin-top:70px;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo{--wd-left:calc(100% - 200px);--mb-title:40px;}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo{--wd-left:100%;--mb-title:20px;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov .slick--view--nashi-proekty,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo .slick--view--nashi-proekty{position:relative;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov header,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo header{margin-bottom:var(--mb-title);width:100%;padding:0 7px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov header .col-left,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo header .col-left{flex:0 0 var(--wd-left);max-width:var(--wd-left);padding-right:20px;align-self:center;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov header .col-left .block-title,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo header .col-left .block-title{margin-bottom:0;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov header .col-right,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo header .col-right{flex:0 0 200px;max-width:200px;text-align:right;}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov header .col-right,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-primery-tipovykh-saytov-s-dorabo header .col-right{display:none;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe-{--vrow:50%;margin-top:120px;}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe-{margin-top:45px;}}@media screen and (max-width:575px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-sayt-gotov-chto-delat-dalshe-{--vrow:100%;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy{--wdright:56%;--wdleft:44%;--fstitle:32px;--fsprice:20px;--fsprice2:40px;--fz-field-title:32px;--mb-title:35px;margin-top:40px;position:relative;}@media screen and (min-width:768px) and (max-width:991px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy{--fz-field-title:20px;}}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy{--mb-title:20px;--wdleft:100%;--wdright:100%;--fz-field-title:18px;text-align:center;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;left:-1325px;top:50%;transform:translateY(-50%);z-index:-1;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy .block-title{margin-bottom:var(--mb-title);}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy .slick__slide{display:none;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy .slick__slide:first-child,.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy .slick__slide.slick-slide{display:block;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy .ds-1col{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy .ds-1col .group-left{flex:0 0 var(--wdleft);max-width:var(--wdleft);padding-right:20px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy .ds-1col .field--name-body{margin-bottom:25px;}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy .ds-1col .field--name-field-stoimost{justify-content:center;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy .ds-1col .field--name-field-image{flex:0 0 var(--wdright);max-width:var(--wdright);}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy .ds-1col .field--name-field-image img{border-radius:22px;width:100%;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-vy-vsegda-smozhete-razvivat-svoy .ds-1col .field--name-node-title{font-size:var(--fz-field-title);margin-bottom:20px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-chasto-zadavaemye-voprosy-tipovy{--mt:120px;--mb-title:45px;margin-top:var(--mt);}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-chasto-zadavaemye-voprosy-tipovy{--mt:45px;--mb-title:20px;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-chasto-zadavaemye-voprosy-tipovy .block-title{margin-bottom:var(--mb-title);}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-drugie-varianti-tpsait{padding-top:7px;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami-{margin-top:47px;}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami-{margin-top:15px;}}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami-:after{content:'';background:url('/themes/custom/vesta/img/ellipse.webp') no-repeat center;width:1876px;height:1695px;position:absolute;right:-1325px;transform:translateY(-45%);top:50%;z-index:-1;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-razvivayte-svoy-biznes-s-nami- footer{margin-top:70px;text-align:center;}.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-nemnogo-o-nas{margin-top:70px;position:relative;}@media screen and (max-width:767px){.node--type-tipovoy-sayt.node--view-mode-full .field--name-dynamic-block-fieldnode-nemnogo-o-nas{margin-top:45px;}}.node--type-tipovoy-sayt.node--view-mode-full .group-feedback{margin-top:70px;}.node--type-tipovoy-sayt-varianty.node--view-mode-teaser{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;--wd-left:68%;--wd-right:32%;--pdl:62px;--fz-title:22px;--fz-sm-title:18px;--mrgt-grr:0;}@media screen and (min-width:992px) and (max-width:1199px){.node--type-tipovoy-sayt-varianty.node--view-mode-teaser{--fz-title:18px;--fz-sm-title:16px;}}@media screen and (max-width:991px){.node--type-tipovoy-sayt-varianty.node--view-mode-teaser{--wd-left:100%;--wd-right:100%;--pdl:0;--mrgt-grr:10px;}}.node--type-tipovoy-sayt-varianty.node--view-mode-teaser > *{float:none;width:100%;}.node--type-tipovoy-sayt-varianty.node--view-mode-teaser .group-left{max-width:var(--wd-left);flex:0 0 var(--wd-left);align-self:flex-start;position:relative;}.node--type-tipovoy-sayt-varianty.node--view-mode-teaser .group-right{max-width:var(--wd-right);flex:0 0 var(--wd-right);padding:0 0 0 var(--pdl);display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:var(--mrgt-grr);}.node--type-tipovoy-sayt-varianty.node--view-mode-teaser .group-right > *{width:100%;}.node--type-tipovoy-sayt-varianty.node--view-mode-teaser .group-right .field--name-dynamic-token-fieldnode-radio-btn-tps{align-self:flex-end;margin-top:20px;}.node--type-tipovoy-sayt-varianty.node--view-mode-teaser .field--name-node-title{display:inline;background:linear-gradient(90deg,#41ADFB 49%,#0D5DA2 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:var(--fz-title);font-weight:bold;}.node--type-tipovoy-sayt-varianty.node--view-mode-teaser .field--name-body{margin-top:17px;font-size:14px;}.node--type-tipovoy-sayt-varianty.node--view-mode-teaser .field--name-body .field__label{margin-bottom:10px;font-size:var(--fz-sm-title);font-weight:bold;}.node--type-tipovoy-sayt-varianty.node--view-mode-teaser .field--name-body p{margin-bottom:7px;}.custom-radio{--bgcolor:#094A82;--circle_bg:#032542;--color:#042A4B;--pd:3px 7px 3px 29px;--left:4px;margin-bottom:10px;}.custom-radio .div_radio_el{display:inline-block;background:var(--bgcolor);border:1px solid rgba(31,135,209,0.6);font-size:10px;font-weight:bold;color:var(--color);border-radius:60px;cursor:pointer;padding:var(--pd);transition:all 0.4s ease;position:relative;}.custom-radio .div_radio_el strong{font-size:16px;}.custom-radio .div_radio_el:after{content:'';position:absolute;width:19px;height:19px;border-radius:50%;background:var(--circle_bg);top:2px;left:var(--left);color:var(--color);transition:all 0.4s ease;}.custom-radio input{display:none;}.custom-radio input:checked + .div_radio_el{--bgcolor:#042A4B;--circle_bg:#1F87D1;--color:#1F87D1;--pd:3px 29px 3px 7px;}.custom-radio input:checked + .div_radio_el:after{left:calc(100% - var(--left) - 19px);}.toolbar-tray .toolbar-menu .toolbar-menu a{padding:5px 1.3333em;}.mincomsvyaz{--pb:30px;--mb:104px;display:flex;align-items:center;border-bottom:1px solid #30719F;padding-bottom:var(--pb);margin-bottom:var(--mb);color:#BDC3CC;}@media screen and (min-width:768px) and (max-width:991px){.mincomsvyaz{--mb:55px;}}@media screen and (min-width:575px) and (max-width:767px){.mincomsvyaz{--mb:40px;}}@media screen and (max-width:575px){.mincomsvyaz{flex-wrap:wrap;--pb:20px;--mb:20px;}}.mincomsvyaz img{margin-right:38px;margin-bottom:5px;}@media screen and (max-width:575px){.mincomsvyaz img{margin-bottom:10px;}}.mincomsvyaz p{margin-bottom:0;}.modal .form-item-vybrannye-varianty,.modal .form-item-zakazyvaemaya-usluga{display:none;}#block-vesta-views-block-razrabotka-logotipa-logotipy-block-1{position:relative;z-index:5;}#block-vesta-views-block-razrabotka-logotipa-logotipy-block-1 .views-field-field-izobrazheniya ul{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -7px;list-style-type:none;padding:0;}#block-vesta-views-block-razrabotka-logotipa-logotipy-block-1 .views-field-field-izobrazheniya ul > *{padding:0 7px;margin-bottom:14px;flex:0 0 16.66666667%;max-width:16.66666667%;width:100%;}@media screen and (min-width:768px) and (max-width:991px){#block-vesta-views-block-razrabotka-logotipa-logotipy-block-1 .views-field-field-izobrazheniya ul > *{flex:0 0 25%;max-width:25%;}}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-razrabotka-logotipa-logotipy-block-1 .views-field-field-izobrazheniya ul > *{flex:0 0 25%;max-width:25%;}}@media screen and (max-width:575px){#block-vesta-views-block-razrabotka-logotipa-logotipy-block-1 .views-field-field-izobrazheniya ul > *{flex:0 0 33.33333%;max-width:33.33333%;}}#block-vesta-views-block-razrabotka-logotipa-logotipy-block-1 .views-field-field-izobrazheniya ul > * *{height:100% !important;}#block-vesta-views-block-razrabotka-logotipa-logotipy-block-1 .views-field-field-izobrazheniya ul > * .media{background:#fff;border-radius:10px;overflow:hidden;}#block-vesta-views-block-razrabotka-logotipa-logotipy-block-1 .views-field-field-izobrazheniya ul > * .media:hover img{transform:scale(1.1);}#block-vesta-views-block-razrabotka-logotipa-logotipy-block-1 .views-field-field-izobrazheniya ul > * img{width:100%;object-fit:scale-down;cursor:pointer;transition:all 0.4s ease;}.view-preimushestva{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px;}@media screen and (min-width:575px) and (max-width:767px){.view-preimushestva{margin:0 -9px;}}@media screen and (max-width:575px){.view-preimushestva{margin:0 -9px;}}#header .view-preimushestva{align-items:center;}.bg-calculator .view-preimushestva{margin:0;padding:0 0 0 15px;}@media screen and (max-width:575px){.bg-calculator .view-preimushestva{padding:0 0 0 10px;}}.view-preimushestva > *{padding:0 15px;flex:0 0 auto;width:100%;}@media screen and (min-width:575px) and (max-width:767px){.view-preimushestva > *{padding:0 9px;}}@media screen and (max-width:575px){.view-preimushestva > *{padding:0 9px;}}.view-preimushestva .views-row{flex:0 0 33.33333%;max-width:33.33333%;font-weight:500;margin-bottom:55px;position:relative;padding-left:88px;font-size:18px;}@media screen and (min-width:992px) and (max-width:1199px){.view-preimushestva .views-row{font-size:16px;}}@media screen and (min-width:768px) and (max-width:991px){.view-preimushestva .views-row{padding-top:70px;margin-bottom:30px;font-size:16px;}}@media screen and (max-width:991px){.view-preimushestva .views-row{padding-left:15px;}}@media screen and (min-width:575px) and (max-width:767px){.view-preimushestva .views-row{padding-top:70px;font-size:14px;margin-bottom:22px;}}@media screen and (max-width:575px){.view-preimushestva .views-row{padding-top:70px;font-size:14px;margin-bottom:22px;flex:0 0 50%;max-width:50%;}}.view-preimushestva .views-row:after{content:'';background:url('/themes/custom/vesta/img/check-krug.svg') no-repeat;width:56px;height:52px;position:absolute;left:15px;top:0;}#block-vesta-views-block-preimushestva-block-1{margin-bottom:30px;}#block-vesta-views-block-preimushestva-block-1 .block-title{font-size:32px;margin-bottom:35px;}@media screen and (min-width:575px) and (max-width:767px){#block-vesta-views-block-preimushestva-block-1 .block-title{font-size:25px;margin-bottom:25px;}}@media screen and (max-width:575px){#block-vesta-views-block-preimushestva-block-1 .block-title{font-size:20px;margin-bottom:20px;}}.align-self-end{align-self:end;}input[id^="edit-submit"]:hover{border:1px solid rgba(31,135,209,0.6);background:rgba(4,42,75,0.46);}input[id^="edit-submit"]{background:#1F87D1;border:1px solid #1F87D1;font-weight:600;color:#fff;border-radius:60px;font-size:16px;padding:15px 25px;min-width:198px;display:inline-block;text-decoration:none;cursor:pointer;text-align:center;transition:all 0.4s ease;}#block-vesta-vestaprivacyaccessblock{background:#1F87D1;position:fixed;max-width:1000px;width:95%;left:50%;transform:translateX(-50%);z-index:1500;bottom:10px;border-radius:20px;font-size:12px;border:1px solid #032542;}@media screen and (max-width:991px){#block-vesta-vestaprivacyaccessblock{max-width:595px;bottom:5px;font-size:9px;}}@media screen and (max-width:575px){#block-vesta-vestaprivacyaccessblock{max-width:100%;bottom:0;width:100%;border-radius:0;}#block-vesta-vestaprivacyaccessblock .container{padding:0;}}#block-vesta-vestaprivacyaccessblock .block-metrika-wrapper{padding:18px 12px;}@media screen and (max-width:575px){#block-vesta-vestaprivacyaccessblock .block-metrika-wrapper{padding:12px;}}#block-vesta-vestaprivacyaccessblock .block-metrika-wrapper .flex{align-items:center;}#block-vesta-vestaprivacyaccessblock .block-metrika-wrapper .flex > *{flex:0 0 auto;width:100%;}#block-vesta-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-title{font-size:14px;width:60%;order:1;}@media screen and (max-width:991px){#block-vesta-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-title{width:100%;font-size:11px;}}#block-vesta-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content{order:3;margin-top:15px;text-align:justify;}#block-vesta-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content a{color:#fff;}@media screen and (max-width:991px){#block-vesta-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content{order:2;margin-top:5px;}#block-vesta-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-content p{margin-bottom:5px;}}#block-vesta-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns{order:2;width:40%;text-align:right;}@media screen and (max-width:991px){#block-vesta-vestaprivacyaccessblock .block-metrika-wrapper .block-metrika-btns{order:3;width:100%;text-align:center;}}#block-vesta-vestaprivacyaccessblock .btn{padding:8px 20px;min-width:0;font-size:14px;font-weight:500;}@media screen and (max-width:991px){#block-vesta-vestaprivacyaccessblock .btn{font-size:10px;padding:6px 12px;}}#block-vesta-vestaprivacyaccessblock #btn-metrika-no{margin-left:7px;}#block-vesta-vestaprivacyaccessblock #btn-metrika-yes{font-weight:bold;padding:7px 20px;}@media screen and (max-width:991px){#block-vesta-vestaprivacyaccessblock #btn-metrika-yes{padding:5px 12px;}}.wrapper_sotrudniki{position:relative;z-index:10;}.slick--view--komanda{position:relative;}.webform-submission-kalkulyator-oplata-form .form-item-ssylka-na-oplatu,.webform-submission-kalkulyator-oplata-form .form-item-id-tovara,.webform-submission-kalkulyator-oplata-form .form-item-id-uslug{display:none;}.webform-submission-kalkulyator-zayavka--form .form-item-soobschenie{display:none;}.splide-tipsait .splide__track{border-radius:20px;}.splide-tipsait .splide__slide *{height:100% !important;}.splide-tipsait .splide__slide img{object-fit:cover;}.fancybox-image{border-radius:20px;}.font-size-18{font-size:clamp(16px,1.8vw,18px);}.font-size-20{font-size:clamp(16px,1.8vw,20px);}.font-size-22{font-size:clamp(16px,1.8vw,22px);}.color-gray{color:#BDC3CC;}.app-front{overflow:hidden;}
