

/* Start:/local/templates/new/assets/css/fancybox.css?177269274332693*/
: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-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-outline-width: 1px;--f-button-outline-color: rgba(0, 0, 0, .7);--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-opacity: 1;--f-button-svg-disabled-opacity: .5;--f-button-svg-transition: opacity .15s ease;--f-button-svg-transform: none}.f-button{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);transform:var(--f-button-transform);transition:var(--f-button-transition);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media(hover:hover){.f-button:hover:not([aria-disabled]){color:var(--f-button-hover-color, var(--f-button-color));background-color:var(--f-button-hover-bg, var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));background-color:var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset)}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity, 1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}[data-panzoom-action=toggleFS] g:first-child{display:flex}[data-panzoom-action=toggleFS] g:last-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:first-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:last-child{display:flex}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}:root{--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px}.f-spinner{position:absolute;top:50%;left:50%;margin:0;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height);translate:-50% -50%;border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);border-radius:var(--f-spinner-border-radius);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{rotate:360deg}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:before,.f-panzoom:after,.f-zoomable:before,.f-zoomable:after{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom.in-fullscreen,.f-zoomable.in-fullscreen{position:fixed;top:0;left:0;margin:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:unset!important;z-index:9999}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{display:block;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.is-lazyloading,.f-panzoom__content.has-lazyerror{visibility:hidden}img.f-panzoom__content{width:auto;height:auto;vertical-align:top;object-fit:contain;transition:none;user-select:none}.f-panzoom__wrapper>.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.f-panzoom__viewport>.f-panzoom__content{width:100%;height:100%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none}.f-panzoom__protected{position:absolute;inset:0;z-index:1;user-select:none}html.with-panzoom-in-fullscreen{overflow:hidden}.f-fadeIn{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, .2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:var(--f-transition-duration, .3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0),var(--f-zoomInUp-y, 16px),0);opacity:var(--f-zoomInUp-opacity, 0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0),var(--f-zoomOutDown-y, 16px),0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throwOutDown-y, 150px),0);opacity:0}}.has-iframe .f-html,.has-pdf .f-html,.has-gmap .f-html{width:100%;height:100%;min-height:1px;overflow:visible}.has-pdf .f-html,.has-gmap .f-html{padding:0}.f-html{position:relative;box-sizing:border-box;margin:var(--f-html-margin, 0);padding:var(--f-html-padding, 2rem);color:var(--f-html-color, currentColor);background:var(--f-html-bg)}.is-loading>.f-html{opacity:0}.f-html.is-error{text-align:center}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;margin:var(--f-caption-margin);padding:var(--f-caption-padding, 16px 8px);max-width:100%;max-height:calc(80vh - 100px);overflow:auto;overflow-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-youtube .f-html,.has-vimeo .f-html{padding:0;width:100%;height:100%;min-height:1px;overflow:visible;max-width:var(--f-video-width, 960px);max-height:var(--f-video-height, 540px);aspect-ratio:var(--f-video-aspect-ratio);background:var(--f-video-bg, rgba(0, 0, 0, .9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:transparent}.f-button.is-arrow{--f-button-width: var(--f-arrow-width, 46px);--f-button-height: var(--f-arrow-height, 46px);--f-button-svg-width: var(--f-arrow-svg-width, 24px);--f-button-svg-height: var(--f-arrow-svg-height, 24px);--f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);--f-button-border-radius: var(--f-arrow-border-radius, unset);--f-button-bg: var(--f-arrow-bg, transparent);--f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));--f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));--f-button-shadow: var(--f-arrow-shadow);--f-button-color: var(--f-arrow-color);--f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));--f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-prev,.f-button.is-arrow.is-next{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos, 0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos, 0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:var(--f-arrow-pos, 0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:var(--f-arrow-pos, 0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-prev svg,.is-vertical .f-button.is-arrow.is-next svg{transform:rotate(90deg)}.f-carousel__toolbar{display:grid;grid-template-columns:1fr auto 1fr;margin:var(--f-toolbar-margin, 0);padding:var(--f-toolbar-padding, 8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg, none);box-shadow:var(--f-toolbar-shadow, none);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color, currentColor);font-size:var(--f-toolbar-font-size, 17px);font-weight:var(--f-toolbar-font-weight, inherit);font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar .f-button:focus-visible{position:relative;z-index:1}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:var(--f-toolbar-gap, 0)}.f-carousel__toolbar__column.is-left{display:flex;justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{display:flex;justify-content:center}.f-carousel__toolbar__column.is-right{display:flex;justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column{pointer-events:none}.f-carousel__toolbar__column>*{pointer-events:all}.f-counter{position:relative;display:flex;flex-direction:row;cursor:default;user-select:none;margin:var(--f-counter-margin, 0);padding:var(--f-counter-padding, 4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-counter span{padding:0 var(--f-counter-gap, 4px)}:root{--f-thumbs-gap: 8px;--f-thumbs-margin: 0;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: transparent;--f-thumbs-transition: max-height .3s ease, max-width .3s ease, padding .3s ease;--f-thumbs-z-index: 1;--f-thumbs-viewport-padding-x: 0px;--f-thumbs-viewport-padding-y: 0px;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-clip-width: 46px;--f-thumb-extra-gap: 16px;--f-thumb-opacity: 1;--f-thumb-transition: opacity .3s ease, transform .15s ease;--f-thumb-border: none;--f-thumb-border-radius: 4px;--f-thumb-shadow: none;--f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));--f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-border-transition: all .1s ease;--f-thumb-img-width: 100%;--f-thumb-img-height: 100%;--f-thumb-img-fit: cover;--f-thumb-img-position: 50% 20%}.f-thumbs{--f-carousel-slide-width: var(--f-thumb-width);--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: var(--f-thumbs-gap);position:relative;box-sizing:border-box;flex-shrink:0;margin:var(--f-thumbs-margin);padding:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:hidden;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;user-select:none;transition:var(--f-thumbs-transition);z-index:var(--f-thumbs-z-index)}.f-thumbs.is-horizontal{max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2)}.f-thumbs.is-horizontal.is-hidden{max-height:0;--f-thumbs-padding-y: 0}.f-thumbs.is-vertical{max-width:calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2)}.f-thumbs.is-vertical.is-hidden{max-width:0;--f-thumbs-padding-x: 0}.f-thumbs.is-scrollable.is-hidden{max-height:0;--f-thumbs-padding-y: 0}.f-thumbs.is-ltr{direction:ltr}.f-thumbs.is-rtl{direction:rtl}.f-thumbs img{display:block;width:var(--f-thumb-img-width);height:var(--f-thumb-img-height);object-fit:var(--f-thumb-img-fit);object-position:var(--f-thumb-img-position);pointer-events:none;border-radius:inherit;color:transparent}.f-thumbs img[data-lazy-src]{visibility:hidden}.f-thumbs img.has-lazyerror{display:none}.f-thumbs__viewport{box-sizing:border-box;height:100%;padding:var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;box-sizing:border-box;grid-area:1/1;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:0;display:flex;align-items:center;flex-direction:column;cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:var(--f-thumb-hover-opacity, 1);transform:var(--f-thumb-hover-transform, none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border, none);box-shadow:var(--f-thumb-hover-shadow, var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;display:block;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:none;transition:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:var(--f-thumb-border-transition);border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity, 1);transform:var(--f-thumb-focus-transform, none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity, 1);transform:var(--f-thumb-active-transform, none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border, none);box-shadow:var(--f-thumb-active-shadow, var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:var(--f-thumb-selected-opacity, 1);transform:var(--f-thumb-selected-transform, none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border, none);box-shadow:var(--f-thumb-selected-shadow, var(--f-thumb-shadow))}.f-thumbs.is-modern{--f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: 0;--width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--f-carousel-slide-width) * 2 + var(--f-thumbs-padding-x));margin-inline:calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift: calc((var(--width-diff) * .5) * var(--progress));--clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:var(--shift, 0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-inline:50%;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration, .2s) var(--f-thumb-transition-easing, ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, none)}.f-thumbs.is-modern{--f-transition-duration: .25s;--f-transition-easing: ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration: 0s}.f-thumbs.is-scrollable .f-thumbs__viewport{display:grid;grid-template-columns:repeat(auto-fill,minmax(var(--f-thumb-width),1fr));grid-auto-rows:var(--f-thumb-height);gap:var(--f-thumbs-gap);overflow:auto;overscroll-behavior:contain;user-select:none}.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide{grid-area:auto;display:block;position:relative;max-width:100%;width:var(--f-thumb-width);height:var(--f-thumb-height);cursor:pointer;outline:none}:root{--f-progressbar-height: 3px;--f-progressbar-color: var(--f-carousel-theme-color, #575ad6);--f-progressbar-opacity: 1;--f-progressbar-z-index: 30}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:var(--f-progressbar-z-index);height:var(--f-progressbar-height);transform:scaleX(0);transform-origin:0;opacity:var(--f-progressbar-opacity);background:var(--f-progressbar-color);user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}.f-progressbar:empty{display:block}button>.f-progressbar{--f-progressbar-height: 100%;--f-progressbar-opacity: .2}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{position:fixed;inset:0;z-index:1050;width:100%;height:100vh;max-height:unset;max-width:unset;padding:0;margin:0;border:0;overflow:hidden;background:transparent;touch-action:none;overscroll-behavior:contain}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height: 100dvh){.fancybox__dialog{height:100dvh}}.fancybox__dialog *:empty{display:block}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-backdrop-bg: rgba(24, 24, 27, .95);--f-toolbar-margin: 0;--f-toolbar-padding: 8px;--f-toolbar-gap: 0;--f-toolbar-color: #ddd;--f-toolbar-font-size: 16px;--f-toolbar-font-weight: 500;--f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;--f-toolbar-line-height: var(--f-button-height);--f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);--f-toolbar-shadow: none;--f-toolbar-bg: none;--f-counter-margin: 0;--f-counter-padding: 0px 10px;--f-counter-gap: 4px;--f-counter-line-height: var(--f-button-height);--f-carousel-gap: 17px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: 100%;--f-carousel-slide-padding: 0;--f-carousel-slide-bg: unset;--f-html-color: #222;--f-html-bg: #fff;--f-error-color: #fff;--f-error-bg: #333;--f-caption-margin: 0;--f-caption-padding: 16px 8px;--f-caption-color: var(--fancybox-color, #dbdbdb);--f-caption-bg: transparent;--f-caption-font: inherit;--f-caption-line-height: 1.375;--f-spinner-color-1: rgba(255, 255, 255, .2);--f-spinner-color-2: rgba(255, 255, 255, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px;--f-progressbar-color: rgba(255, 255, 255);--f-button-width: 46px;--f-button-height: 46px;--f-button-color: #ddd;--f-button-hover-color: #fff;--f-button-outline-width: 1px;--f-button-outline-color: rgba(255, 255, 255, .75);--f-button-outline-offset: 0px;--f-button-bg: rgba(54, 54, 54, .75);--f-button-border: 0;--f-button-border-radius: 0;--f-button-shadow: none;--f-button-transition: all .2s ease;--f-button-transform: none;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.75;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .5;--f-arrow-pos: 32px;--f-arrow-width: 50px;--f-arrow-height: 50px;--f-arrow-svg-width: 24px;--f-arrow-svg-height: 24px;--f-arrow-svg-stroke-width: 2.5;--f-arrow-border-radius: 50%;--f-arrow-bg: rgba(54, 54, 54, .65);--f-arrow-color: #ddd;--f-arrow-hover-color: #fff;--f-close-button-width: 30px;--f-close-button-height: 30px;--f-close-button-svg-width: 24px;--f-close-button-svg-height: 24px;--f-close-button-svg-stroke-width: 1.75;--f-close-border-radius: 4px;--f-close-button-color: #fff;--f-close-button-hover-color: #fff;--f-close-button-bg: transparent;--f-close-button-hover-bg: transparent;--f-close-button-active-bg: transparent;--f-thumbs-margin: 0px;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: none;--f-thumb-transition: all .2s ease;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-opacity: 1;--f-thumb-border: none;--f-thumb-shadow: none;--f-thumb-transform: none;--f-thumb-focus-opacity: 1;--f-thumb-focus-border: none;--f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);--f-thumb-focus-transform: none;--f-thumb-hover-opacity: 1;--f-thumb-hover-border: none;--f-thumb-hover-transform: none;--f-thumb-active-opacity: var(--f-thumb-hover-opacity);--f-thumb-active-border: var(--f-thumb-hover-border);--f-thumb-active-transform: var(--f-thumb-hover-transform);--f-thumb-selected-opacity: 1;--f-thumb-selected-border: none;--f-thumb-selected-shadow: inset 0 0 0 2px #fff;--f-thumb-selected-transform: none;--f-scrollbar-width: 7px;--f-scrollbar-track-bg: #444;--f-scrollbar-track-border-radius: 10px;--f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, .2);--f-scrollbar-thumb-bg: #ddd;--f-scrollbar-thumb-border-radius: 10px}.fancybox__container[theme=light]{--fancybox-color: #222;--fancybox-backdrop-bg: rgba(255, 255, 255, .97);--f-toolbar-color: var(--fancybox-color, #222);--f-toolbar-text-shadow: none;--f-toolbar-font-weight: 400;--f-html-color: var(--fancybox-color, #222);--f-html-bg: #fff;--f-error-color: #555;--f-error-bg: #fff;--f-video-bg: #fff;--f-caption-color: #333;--f-spinner-color-1: rgba(0, 0, 0, .2);--f-spinner-color-2: rgba(0, 0, 0, .8);--f-spinner-border-width: 3.5px;--f-progressbar-color: rgba(111, 111, 116);--f-button-color: #333;--f-button-hover-color: #000;--f-button-outline-color: rgba(0, 0, 0, .85);--f-button-bg: rgba(255, 255, 255, .85);--f-button-svg-stroke-width: 1.3;--f-button-svg-filter: none;--f-arrow-bg: rgba(255, 255, 255, .85);--f-arrow-color: #333;--f-arrow-hover-color: #000;--f-arrow-svg-stroke-width: 1.3;--f-close-button-color: #555;--f-close-button-hover-color: #000;--f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);--f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;--f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;--f-scrollbar-track-bg: #ddd;--f-scrollbar-thumb-bg: #444}.fancybox__container{position:absolute;inset:0;overflow:hidden;display:flex;flex-direction:column}.fancybox__container:focus{outline:none}.fancybox__container.has-vertical-thumbs{flex-direction:row-reverse}.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport{overflow-x:clip;overflow-y:visible}.fancybox__container>*:not(.fancybox__carousel),.fancybox__container .fancybox__carousel>*:not(.fancybox__grid,.fancybox__viewport),.fancybox__container .fancybox__column>*:not(.fancybox__viewport),.fancybox__container .fancybox__slide:not(.is-selected),.fancybox__container .fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper,.f-spinner){opacity:var(--f-drag-opacity, 1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__grid,.fancybox__viewport),.fancybox__container.is-revealing .fancybox__column>*:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-enter-duration, .35s) ease none f-fadeIn}.fancybox__container.is-hiding>*:not(.fancybox__carousel),.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__grid,.fancybox__viewport),.fancybox__container.is-hiding .fancybox__column>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){animation:var(--f-interface-exit-duration, .35s) ease forwards f-fadeOut}.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected){opacity:0}.fancybox__container.is-hiding{pointer-events:none}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg);filter:var(--fancybox-backdrop-filter)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height: 100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";inset:-30px;z-index:1}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translate3d(0,var(--f-drag-offset, 0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [data-selectable],.fancybox__viewport [contenteditable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:before,.fancybox__slide:after{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color: var(--f-error-color, --f-html-color);--f-html-bg: var(--f-error-bg, --f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-iframe{overflow:hidden;padding:8px 0}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide.has-controls:before{margin:0}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}.fancybox__container.is-closing .fancybox__carousel,.fancybox__container.is-closing .fancybox__viewport,.fancybox__container.is-closing .fancybox__slide.is-selected{overflow:visible}.f-button.is-close-button{--f-button-width: var(--f-close-button-width);--f-button-height: var(--f-close-button-height);--f-button-border-radius: var(--f-close-border-radius);--f-button-color: var(--f-close-button-color);--f-button-hover-color: var(--f-close-button-hover-color);--f-button-bg: var(--f-close-button-bg);--f-button-hover-bg: var(--f-close-button-hover-bg);--f-button-active-bg: var(--f-close-button-active-bg);--f-button-svg-width: var(--f-close-button-svg-width);--f-button-svg-height: var(--f-close-button-svg-height);--f-button-svg-stroke-width: var(--f-close-button-svg-stroke-width);position:absolute;top:calc((var(--f-button-height) + 2px) * -1);right:0;z-index:10}.is-loading .f-button.is-close-button{visibility:hidden}.fancybox__thumbs{flex:0 1 100%}.fancybox__thumbs.is-scrollable{--f-thumbs-cols: 1;--f-thumbs-gap: 8px;--f-thumbs-transition: none;--f-thumbs-padding-x: 4px;--f-thumbs-padding-y: 8px;--f-thumbs-viewport-padding-x: 4px;--f-thumbs-viewport-padding-y: 0px;max-width:calc(var(--f-thumb-width) * var(--f-thumbs-cols) + var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-viewport-padding-x) * 2)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar{width:var(--f-scrollbar-width)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track{background:var(--f-scrollbar-track-bg);border-radius:var(--f-scrollbar-track-border-radius);box-shadow:var(--f-scrollbar-track-shadow)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb{background:var(--f-scrollbar-thumb-bg);border-radius:var(--f-scrollbar-thumb-border-radius)}.fancybox__thumbs.is-scrollable.is-hidden{max-width:0;--f-thumbs-padding-x: 0;max-height:unset;--f-thumbs-padding-y: unset}.fancybox__thumbs.is-scrollable .f-thumbs__viewport{overflow-x:hidden!important;grid-template-columns:repeat(auto-fill,calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols)))!important}

/* End */


/* Start:/local/templates/new/assets/css/style.css?177366067486837*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Inter", sans-serif;
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}

html, body {
	/* width: 100%;
	max-width: 100%;
	overflow-x: hidden; */
	/* width: 100vw; */
	overflow-x: hidden;
}
body {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
	body {
		padding-top: 12px;
		padding-bottom: 12px;
	}
}
@media screen and (max-width: 650px) {
	body {
		/*padding-top: 0;
		padding-bottom: 0;*/
	}
}

img {
	max-width: 100%;
}

.container {
	margin: 0 auto;
	/* padding: 0 40px;
	max-width: 1840px; */
	max-width: 1920px;
	padding: 0 80px;
}

.section {
	margin-bottom: 200px;
}

@media screen and (max-width: 1600px) {
	.container {
		/* max-width: 1362px; */
	}
	.section {
		margin-bottom: 180px;
	}
}

@media screen and (max-width: 1350px) {
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
	.section {
		margin-bottom: 140px;
	}
}

@media screen and (max-width: 1199px) {
	.container {
		padding-left: 32px;
		padding-right: 32px;
	}
	.section {
		margin-bottom: 80px;
	}
}

@media screen and (max-width: 991px) {
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
	.section {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 650px) {
	.container {
		padding-left: 16px;
		padding-right: 16px;
	}
}

img {
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}

.btn {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding: 16px 24px;
	border-radius: 24px;
	text-decoration: none;
	display: inline-block;
	border: none;
	cursor: pointer;
	transition: all .3s;
}
.btn--grey {
	background: #54798c;
}
.btn--dark {
	background: #223f4c;
}
.btn--green {
	background: #67bf94;
}
.btn--small {
	font-size: 12px;
	padding: 14px 16px;
}
.btn--big {
	font-size: 16px;
	padding: 24px;
	border-radius: 32px;
}


.btn--disabled,
.btn:disabled {
	background: #A4B4B1!important;
	pointer-events: none;
}

@media screen and (min-width: 992px) {
	.btn--green:hover {
		background: #54798c;
	}
	.btn--grey:hover {
		background: #67bf94;
	}
	.btn--dark:hover {
		background: #54798c;
	}
}

@media screen and (max-width: 1600px) {
	
}

@media screen and (max-width: 1350px) {
	.btn {
		font-size: 12px;
		padding: 14px 16px;
	}
	.btn--big {
		padding: 16px 32px;
	}
}

@media screen and (max-width: 1199px) {
	
}

@media screen and (max-width: 991px) {
	
}

@media screen and (max-width: 650px) {
	
}

h1, .h1 {
	color: #0e171b;
	font-size: 72px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 48px;
}

h2, .h2 {
	color: #0e171b;
	font-size: 72px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 48px;
}
.h-with-line {
	position: relative;
	padding-bottom: 32px;
	margin-bottom: 40px;
}
.h-with-line:after {
	width: 413px;
	height: 6px;
	background: #67bf94;
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
	max-width: 100%;
}

@media screen and (max-width: 1600px) {
	h1, .h1 {
		font-size: 64px;
	}
	h2, .h2 {
		font-size: 64px;
	}
	.h-with-line {
		
	}
	.h-with-line:after {
		width: 405px;
	}
}

@media screen and (max-width: 1350px) {
	h1, .h1 {
		font-size: 56px;
		line-height: 1.1;
		margin-bottom: 32px;
	}
	h2, .h2 {
		font-size: 56px;
		line-height: 1.1;
		margin-bottom: 32px;
	}
	.h-with-line {
		
	}
	.h-with-line:after {
		width: 282px;
	}
}

@media screen and (max-width: 1199px) {
	h1, .h1 {
		font-size: 42px;
		margin-bottom: 24px;
	}
	h2, .h2 {
		font-size: 42px;
		margin-bottom: 24px;
	}
	.h-with-line {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	.h-with-line:after {
		width: 225px;
	}
}

@media screen and (max-width: 991px) {
	h1, .h1 {
		font-size: 36px;
		line-height: 1.2;
		margin-bottom: 16px;
	}
	h2, .h2 {
		font-size: 36px;
		line-height: 1.2;
		margin-bottom: 16px;
	}
	.h-with-line {
		padding-bottom: 16px;
		/* margin-bottom: 16px; */
		margin-bottom: 24px;
	}
	.h-with-line:after {
		width: 200px;
		height: 4px;
		bottom: -2px;
	}
}

@media screen and (max-width: 650px) {
	h1, .h1 {
		font-size: 28px;
	}
	h2, .h2 {
		font-size: 28px;
	}
	.h-with-line {
		
	}
	.h-with-line:after {
		width: 130px;
	}
}



/* шапка */

.header {
	position: fixed;
	top: 25px;
	width: 100%;
	z-index: 2;
}
.header-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 40px;
	border-radius: 80px;
	background:#223f4c;
	position: relative;
	transition: all .3s;
}
.header--transparent .header-block {
	background: transparent;
	transition: all .3s;
}
.header-logo {
	width: 201px;
	flex-shrink: 0;
	margin-right: auto;
	z-index: 1;
	margin-bottom: -13px;
}
.header-logo img {
	width: 100%;
	height: auto;
}
.header-menu {
	display: flex;
	gap: 25px;
/*	margin-left: 3%;*/
	flex-wrap: wrap;
	margin: auto;
}
.header-menu-item {
	text-decoration: none;
	color: #eaf3ee;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	text-transform: uppercase;
	transition: all .3s;
}
.header-phone {
	color: #67bf94;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	margin-left: 1%;
	letter-spacing: 0.3px;
	white-space: nowrap;
	transition: all .3s;
}
.header-lk {
	margin-left: 3%;
	white-space: nowrap;
}


.header-burger {
	display: none;
	margin-left: 16px;
}
.header-burger svg {
	width: 57px;
	height: 44px;
	fill: #EAF3EE;
}
.header-burger-menu {
	/* display: none; */
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 40px;
	background: #223f4c;
	/* height: 100vh; */
	max-width: 100%;
	width: 429px;
	padding: 114px 32px 40px;

	opacity: 0;
	right: -100%;
	transition: all .5s;
}




.header-burger-menu-block {
	overflow-y: auto;
	height: 100%;
	display: flex;
	flex-direction: column;

	/* opacity: 0;
	animation-name: opacityMenu;
	animation-duration: 0.3s;
	animation-delay: 0.3s;  */
}
/* @keyframes opacityMenu {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
} */
.header-burger-menu-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.header-burger-menu-list-item {
	color: #eaf3ee;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
}

.header-burger-menu-phone {
	color: #67bf94;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	display: none;
	margin-top: 32px;
	text-decoration: none;
	width: fit-content;
}
.header-burger-menu-lk {
	display: none;
	margin-top: 20px;
}
.header-burger-menu-close {
	position: absolute;
	top: 40px;
	right: 50px;
	display: flex;
}
.header-burger-menu-close svg {
	width: 30px;
	height: 30px;
	fill: #fff
}

@media screen and (min-width: 1601px) {
	.header.scrolled .header-block {
		padding: 25px 40px;
	}
}

@media screen and (min-width: 992px) {
	.header-menu-item:hover {	
		color: #67bf94;
	}
	.header-phone:hover {
		color: #fff;
	}
}

@media screen and (max-width: 1600px) {
	.header-block {
		padding: 33px;
	}
	.header-logo {
		width: 159px;
	}
	.header-menu {
		gap: 16px;
		margin-left: 33px;
	}
	.header-phone {
		font-size: 14px;
		margin-left: 33px;
	}
	.header-lk {
		margin-left: 16px;
	}
}

@media screen and (max-width: 1350px) {
	.header-block {
		border-radius: 50px;
	}
	.header-logo {
		width: 141px;
		margin-bottom: -11px;
	}
	.header-menu {
		margin-left: auto;
	}
	.header-menu-item {
		font-size: 12px;
	}
	.header-phone {
		font-size: 12px;
		margin-left: auto;
	}
}

@media screen and (max-width: 1199px) {
	.header-menu {
		display: none;
	}
	.header-phone {
		z-index: 1;
		font-size: 16px;
	}
	.header-lk {
		z-index: 1;
	}

	.header-burger {
		display: flex;
	}

	.header-burger-menu {
		height: calc(100vh - 50px);
	}
	.header-burger-menu.active {
		opacity: 1;
		right: 0;
	}

}

@media screen and (max-width: 991px) {
	.header {
		top: 12px;
	}
	.header-block {
		padding: 20px;
		border-radius: 40px;
	}

	.header-burger-menu {
		width: 405px;
		height: calc(100vh - 24px);
		border-radius: 30px;
	}
	.header-burger-menu-close {
		top: 27px;
    right: 34px;
	}
}

@media screen and (max-width: 650px) {
	.header {
/*		top: 0;*/
	}
	.header .container {
		/*padding-left: 0;
		padding-right: 0;*/
	}
	.header-block {
		padding: 16px 20px;
		border-radius: 30px;
	}
	.header-logo {
		width: 118px;
	}
	.header-phone {
		display: none;
	}
	.header-lk {
		display: none;
	}

	.header-burger svg {
		width: 39px;
		height: 30px;
	}


	.header-burger-menu {
		height: calc(100vh - 12px);
	}
	.header-burger-menu-phone {
		display: block;
	}
	.header-burger-menu-lk {
		display: block;
	}
	.header-burger-menu {
		width: 100%;
		padding: 102px 16px 40px;
	}
	.header-burger-menu-close {
		top: 22px;
		right: 30px;
	}
	.header-burger-menu-close svg {
		width: 20px;
		height: 20px;
	}
}


/* подвал */

.footer-block	{
	padding: 80px 80px 40px;
	background: #223F4C;
	border-radius: 40px;
	min-height: 546px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 30px;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}
.footer-logo {
	width: 332px;
	display: flex;
}
.footer-logo img {
	width: 100%;
}
.footer-contacts {
	display: flex;
	flex-direction: column;
}
.footer-contacts-phone {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 40px;
	transition: all .3s;
}
.footer-contacts-email {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 24px;
	transition: all .3s;
}
.footer-contacts-adress {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
}
.footer-contacts-adress p + p {
	margin-top: 8px;
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.footer-bottom-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	color:#fff;
	transition: all .3s;
}
.footer-bottom-item svg {
	width: 24px;
	height: 24px;
}

@media screen and (min-width: 992px) {
	.footer-contacts-phone:hover {
		color: #fff;
	}
	.footer-contacts-email:hover {
		color: #67bf94;
	}
	a.footer-bottom-item:hover {
		color: #67bf94;
	}
}

@media screen and (max-width: 1600px) {
	.footer-block	{
		padding: 80px 32px 40px;
	}
}

@media screen and (max-width: 1350px) {
	.footer-block	{
		padding: 64px 32px 40px;
		min-height: 478px;
	}
	.footer-logo {
		width: 267px;
	}
	.footer-contacts-phone {
		font-size: 36px;
		margin-bottom: 32px;
	}
}

@media screen and (max-width: 1199px) {
	.footer-block	{
		min-height: 382px;
	}
	.footer-contacts-phone {
		margin-bottom: 24px;
	}
	.footer-contacts-email {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.footer-contacts-adress {
		font-size: 16px;
	}
	.footer-bottom-item {
		font-size: 14px;
	}
	.footer-bottom-item svg {
		width: 16px;
		height: 16px;
	}
}

@media screen and (max-width: 991px) {
	.footer-block	{
		padding: 40px 20px;
		gap: 35px;
	}
	.footer-top {
		flex-direction: column;
		gap: 32px;
	}
	.footer-logo {
		width: 229px;
	}
	.footer-bottom {
		flex-direction: column;
		gap: 12px;
	}
}

@media screen and (max-width: 650px) {
	.footer-block	{
/*		margin: 0 -16px;*/
		padding: 30px 16px;
	}
	.footer-logo {
		width: 200px;
	}
	.footer-contacts-phone {
		font-size: 32px;
	}
}







/* баннер */


.main-banner {
	/* padding-top: 25px; */
}
.main-banner-block {
	height: calc(100vh - 50px);
	min-height: 760px;
	max-height: 1100px;
	position: relative;
}
.main-banner-content {
	border-radius: 80px;
	background-color: #223f4c;
	background-image: url('/local/templates/new/assets/css/../img/overlay.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	padding-left: 150px;
	/* padding-top: 135px;
	padding-bottom: 197px;*/
	justify-content: center; 
	display: flex;
	flex-direction: column;
	/* justify-content: center;
	padding-top: 135px;
	padding-bottom: 135px; */


	/*padding-top: 7%;
	padding-bottom: 7%;*/
	/*padding-top: 115px;
	padding-bottom: 115px;*/
    padding-top: 10%;
    padding-bottom: 50px;
}
.main-banner-title {
	font-size: 64px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	padding-bottom: 32px;
	margin-bottom: 50px;
	position: relative;
	width: calc(100% - 480px);
	max-width: 1100px;
	letter-spacing: 2.3px;
}
.main-banner-title span {
	color: #67bf94;
}
.main-banner-title:after {
	width: 302px;
	height: 6px;
	background: #67bf94;
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.main-banner-questions {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
	width: calc(100% - 480px);
	max-width: 1100px;
}
.main-banner-questions-item {
	padding-left: 52px;
	color: #eaf3ee;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
}
.main-banner-questions-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	background-size: contain;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzFfMjYpIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiAzMkM3LjE3OCAzMiAwIDI0LjgyMyAwIDE2QzAgNy4xNzggNy4xNzggMCAxNiAwQzI0LjgyMiAwIDMyIDcuMTc4IDMyIDE2QzMyIDI0LjgyMyAyNC44MjIgMzIgMTYgMzJaTTE2IDIuMDAxQzguMjggMi4wMDEgMiA4LjI4MSAyIDE2QzIgMjMuNzIgOC4yOCAzMC4wMDEgMTYgMzAuMDAxQzIzLjcyIDMwLjAwMSAzMCAyMy43MiAzMCAxNkMzMCA4LjI4MSAyMy43MiAyLjAwMSAxNiAyLjAwMVpNMTguNDU3IDE4LjI3MUMxNy40MzQgMTkuMjk0IDE2Ljg3IDIwLjY1NSAxNi44NyAyMi4xMDFWMjIuMjMySDE0Ljg3VjIyLjEwMUMxNC44NyAyMC4xMjEgMTUuNjQyIDE4LjI1OCAxNy4wNDMgMTYuODU3TDE4LjczNiAxNS4xNjRDMTkuNDg1IDE0LjQxNCAxOS44OTggMTMuNDE4IDE5Ljg5OCAxMi4zNTdWMTIuMkMxOS44OTggMTAuMDEyIDE4LjExOCA4LjIzMiAxNS45MyA4LjIzMkMxMy43NDIgOC4yMzIgMTEuOTYyIDEwLjAwNiAxMS45NjIgMTIuMTg4QzExLjk0MyAxMi45NzIgMTIuMTA4IDEzLjY1MyAxMi40MzcgMTQuMjU0TDEwLjY4NCAxNS4yMTVDMTAuMTg1IDE0LjMwNiA5LjkzNSAxMy4yNzcgOS45NiAxMi4yMzhDOS45NjIgOC45MDQgMTIuNjM5IDYuMjMyIDE1LjkzIDYuMjMyQzE5LjIyMSA2LjIzMiAyMS44OTggOC45MDkgMjEuODk4IDEyLjJWMTIuMzU3QzIxLjg5OCAxMy45NTIgMjEuMjc3IDE1LjQ1MSAyMC4xNSAxNi41NzhMMTguNDU3IDE4LjI3MVpNMTYuNzEgMjQuMjgxQzE2Ljg5IDI0LjQ3MSAxNyAyNC43MyAxNyAyNC45OTFDMTcgMjUuMjYxIDE2Ljg5OSAyNS41MSAxNi43MSAyNS43MDFDMTYuNTE5IDI1Ljg5IDE2LjI2OSAyNS45OTEgMTYgMjUuOTkxQzE1LjcyOSAyNS45OTEgMTUuNDc5IDI1Ljg5IDE1LjI5IDI1LjcwMUMxNS4xIDI1LjUxIDE1IDI1LjI2MSAxNSAyNC45OTFDMTUgMjQuNzMgMTUuMTA5IDI0LjQ3MSAxNS4yOSAyNC4yODFDMTUuNjYgMjMuOTExIDE2LjMzIDIzLjkxMSAxNi43MSAyNC4yODFaIiBmaWxsPSIjNjdCRjk0Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMV8yNiI+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
}



.main-banner-block-free-period {
	position: absolute;
	right: -36px;
	bottom: -36px;
	border: 36px solid #fff;
	background: #fff;
	border-radius: 80px 0 0 0;
	/* width: 485px;
	height: 548px; */
}
.main-banner-block-free-period-block {
	width: 413px;
	height: 476px;
	border-radius: 56px;
	background: #67bf94;
	padding: 40px 48px;
}
.main-banner-block-free-period-title {
	color: #ffffff;
	font-size: 40px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 16px;
}
.main-banner-block-free-period-text {
	color: #223f4c;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}
.main-banner-block-free-period-text span {
	font-weight: 700;
}
.main-banner-block-free-period-block .btn {
	width: 100%;
	margin-top: 28px;
}

.banner-angle-bottom {
	position: absolute;
	right: 446px;
	bottom: -1px;
	width: 78px;
	height: 78px;
}
.banner-angle-right {
	position: absolute;
	right: -1px;
	bottom: 511px;
	width: 78px;
	height: 78px;
}





@media screen and (max-width: 1600px) {
	.main-banner-block {
/*		height: 914px;*/
		max-height: 914px;
		min-height: 720px;
	}

	.main-banner-block-free-period {
		border-width: 25px;
		right: -25px;
    bottom: -25px;
	}
	.main-banner-block-free-period-block {
		width: 391px;
		height: 459px;
		padding: 40px 24px;
	}
	.main-banner-block-free-period-title {
		font-size: 36px;
	}
	.banner-angle-right {
    bottom: 483px;
	}
	.banner-angle-bottom {
    right: 414px;
	}
	.main-banner-content {
		padding-left: 32px;
		/* padding-bottom: 230px; */
		background-image: url('/local/templates/new/assets/css/../img/overlay-1440.png');
/*    padding-bottom: 9.3%;*/
    justify-content: center;
	}
	.main-banner-title {
		font-size: 56px;
		/* width: calc(100% - 320px); */
		width: calc(100% - 416px);
	}
	.main-banner-questions {
    width: calc(100% - 440px);
		gap: 15px;
	}
	.main-banner-questions-item {
    padding-left: 44px;
	}
}

@media screen and (max-width: 1350px) {
	.main-banner-block {
/*    min-height: 0px;*/
		/* height: 657px; */

/*		height: 644px;*/
		max-height: 644px;
		min-height: 530px;
	}
	.main-banner-content {
		border-radius: 40px;
		padding-top: 100px;
    padding-bottom: 100px;
		background-image: url('/local/templates/new/assets/css/../img/overlay-1280.png');
		background-position: right top;


		/*justify-content: flex-end;
		padding-bottom: 10%;*/
	}
	.main-banner-title {
		font-size: 48px;
		margin-bottom: 30px;

		width: calc(100% - 320px);
	}
	.main-banner-questions {
		width: calc(100% - 320px);
	}
	.main-banner-questions-item {
    font-size: 14px;
		padding-left: 36px;
	}
	.main-banner-questions-item:before {
    width: 24px;
    height: 24px;
	}
	.main-banner-block-free-period {
		border-width: 20px;
		border-radius: 40px 0 0 0;
		right: -20px;
		bottom: -20px;
	}
	.main-banner-block-free-period-block {
		width: 286px;
		height: 328px;
		padding: 24px;
		border-radius: 40px;
	}
	.main-banner-block-free-period-title {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.main-banner-block-free-period-text {
		font-size: 16px;
	}
	.banner-angle-right {
		bottom: 347px;
		width: 40px;
		height: 40px;
	}
	.banner-angle-bottom {
		width: 40px;
		height: 40px;
		right: 304px;
	}
}

@media screen and (max-width: 1199px) {
	.main-banner-block {
		max-height: 656px;

		min-height: 540px;
	}
	.main-banner-content {
		background-image: url('/local/templates/new/assets/css/../img/overlay-1024.png');
		justify-content: center;
	}
	.main-banner-block-free-period-block {
		height: 295px;
		padding: 16px;
	}
	.main-banner-title {
		font-size: 36px;
		padding-bottom: 15px;
		margin-bottom: 25px;
		letter-spacing: 1.3px;
	}
	.main-banner-title:after {
    width: 200px;
    height: 4px;
    bottom: -2px;
	}
	.main-banner-questions {
		width: calc(100% - 330px);
		gap: 15px;
		grid-template-columns: 1fr;
	}
	.main-banner-questions-item {
    font-size: 18px;
		padding-left: 36px;
		padding-left: 52px;
	}
	.main-banner-questions-item:before {
    width: 32px;
    height: 32px;
	}
	.banner-angle-right {
		bottom: 314px;
	}
}

@media screen and (max-width: 991px) {
	.main-banner {
		/* padding-top: 12px; */
		
	}
	.main-banner-block {
		min-height: 0;
		max-height: none;
		height: auto;
	}
	.main-banner-content {
		padding: 120px 20px 44px;
		background-image: url('/local/templates/new/assets/css/../img/overlay-768.png');
		background-position: center;
		border-radius: 30px;
	}
	.main-banner-title {
		width: 100%;
		max-width: 100%;
		font-size: 32px;
		padding-bottom: 16px;
		margin-bottom: 24px;
	}
	.main-banner-questions {
		width: 100%;
		max-width: 100%;
	}
	.main-banner-questions-item {
		min-height: 32px;
	}
	.main-banner-block-free-period {
		position: static;
		border: none;
		margin-top: 16px;
	}
	.main-banner-block-free-period-block {
		width: 100%;
		height: auto;
		padding: 30px 16px;
		border-radius: 30px;
	}
	.main-banner-block-free-period-title {
		font-size: 32px;
		margin-bottom: 8px;
	}
	.main-banner-block-free-period-text {
		font-size: 18px;
	}
	.main-banner-block-free-period-block .btn {
		max-width: 300px;
		margin-top: 24px;
	}
	.banner-angle-bottom,
	.banner-angle-right {
		display: none;
	}
}

@media screen and (max-width: 650px) {
	.main-banner {
		/* padding-top: 0; */
	}
	.main-banner-block {
/*		margin: 0 -16px;*/
	}
	.main-banner-content {
		padding-top: 102px;
		background-image: url('/local/templates/new/assets/css/../img/overlay-375.png');
	}
	.main-banner-title {
		font-size: 24px;
		letter-spacing: 0.7px;
	}
	.main-banner-title:after {
		width: 130px;
	}
	.main-banner-questions-item {
		font-size: 16px;
		padding-left: 32px;
		min-height: 24px;
	}
	.main-banner-questions-item:before {
		width: 24px;
		height: 24px;
	}
	.main-banner-block-free-period-block {
		padding: 30px 16px;
	}
	.main-banner-block-free-period-title {
		font-size: 24px;
	}
	.main-banner-block-free-period-text {
		font-size: 16px;
	}
	.main-banner-block-free-period .btn {
		max-width: 100%;
	}
}


/* текстовый блок под баннером */

.main-text-block {
	font-size: 48px;
	line-height: 1.4;
	font-weight: 400;
	color: #0E171B;
}
.main-text-block span {
	font-weight: 500;
	color: #67bf94;
}

@media screen and (max-width: 1600px) {
	
}

@media screen and (max-width: 1350px) {
	.main-text-block {
		font-size: 32px;
		line-height: 1.6;
	}
}

@media screen and (max-width: 1199px) {
	
}

@media screen and (max-width: 991px) {
	.main-text-block {
		font-size: 28px;
		line-height: 1.4;
	}
}

@media screen and (max-width: 650px) {
	.main-text-block {
		font-size: 20px;
	}
}



/* что даёт */

.what-gives-block {
	/* display: flex; */
	justify-content: space-between;
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 32px
}
.what-gives-left {
	max-width: 413px;
}
.what-gives .h2 {
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.what-gives-integrated-title {
	color: #15404b;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 12px;
}
.what-gives-integrated-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	gap: 12px;
}
.what-gives-integrated-list-item {
	border-radius: 8px;
	background: #e7f3ee;
	padding: 8px 12px;
	display: flex;
}
.what-gives-integrated-list-item img {
	height: 14px;
	width: auto;
}

.what-gives-right {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-areas: 'protection monitoring'
											'protection backup';
	gap: 36px;
	max-width: 1160px;
}
.what-gives-info {
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.what-gives-info--protection {
	padding: 48px 40px;
	background: #eaf3ee;
	grid-area: protection;
}
.what-gives-info--monitoring {
	padding: 32px;
	background: #223f4c;
	grid-area: monitoring;
}
.what-gives-info--backup {
	padding: 32px;
	background: #67bf94;
	grid-area: backup;
}
.what-gives-info-title {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.4;
	color: #0e171b;
	margin-bottom: 24px;
}
.what-gives-info--protection .what-gives-info-title {
	font-size: 48px;
	margin-bottom: 40px;
}
.what-gives-info--monitoring .what-gives-info-title {
	color: #ffffff;
}
.what-gives-info-list-item {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 15px;
	padding-left: 52px;
	position: relative;
}
.what-gives-info-list-item:last-child {
	margin-bottom: 0;
}
.what-gives-info-list-item:before {
	content: '';
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzFfMTA5KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuNzQzIDI1LjcxMDFMNi4yNjQwMiAxNy4yMDExTDcuNjgyMDIgMTUuNzc4MUwxNC43NDMgMjIuODY0MUwzMC41NzYgNi45NzQxMkwzMS45OTQgOC4zOTYxMkwxNC43NDMgMjUuNzEwMVpNMTMuMTU3IDE4LjQxOTFMMjQuMzEgNy4yMjUxMkwyNS43MjggOC42NDgxMkwxNC41NzUgMTkuODQyMUwxMy4xNTcgMTguNDE5MVpNOS4zMDMwMyAyMi4yODcxTDEwLjcyMSAyMy43MDkxTDguNDc3MDMgMjUuOTYyMUwtMC4wMDA5NzY1NjIgMTcuNDUyMUwxLjQxNjAyIDE2LjAyOTFMOC40NzcwMyAyMy4xMTYxTDkuMzAzMDMgMjIuMjg3MVoiIGZpbGw9IiM2N0JGOTQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xXzEwOSI+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
}
.what-gives-info--backup .what-gives-info-list-item:before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzFfMTU3KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuNzQzIDI1LjcxMDFMNi4yNjQwMiAxNy4yMDExTDcuNjgyMDIgMTUuNzc4MUwxNC43NDMgMjIuODY0MUwzMC41NzYgNi45NzQxMkwzMS45OTQgOC4zOTYxMkwxNC43NDMgMjUuNzEwMVpNMTMuMTU3IDE4LjQxOTFMMjQuMzEgNy4yMjUxMkwyNS43MjggOC42NDgxMkwxNC41NzUgMTkuODQyMUwxMy4xNTcgMTguNDE5MVpNOS4zMDMwMyAyMi4yODcxTDEwLjcyMSAyMy43MDkxTDguNDc3MDMgMjUuOTYyMUwtMC4wMDA5NzY1NjIgMTcuNDUyMUwxLjQxNjAyIDE2LjAyOTFMOC40NzcwMyAyMy4xMTYxTDkuMzAzMDMgMjIuMjg3MVoiIGZpbGw9IiMwRTE3MUIiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xXzE1NyI+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
}
.what-gives-info--protection .what-gives-info-list-item {
	color: #223f4c;
	margin-bottom: 24px;
}


@media screen and (max-width: 1600px) {
	.what-gives-right {
		gap: 32px;
	}
	.what-gives-info {
		padding: 32px;
	}
	.what-gives-info--protection {
		padding: 32px;
	}
	.what-gives-info-title {
		font-size: 36px;
		margin-bottom: 24px;
	}
	.what-gives-info--protection .what-gives-info-title {
		font-size: 36px;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 1350px) {
	.what-gives-block {
		gap: 24px;
	}
	.what-gives .h2 {
		padding-bottom: 24px;
    margin-bottom: 24px;
	}
	.what-gives-integrated-list {
		margin-bottom: 32px;
	}
	.what-gives-right {
		gap: 24px;
	}
	.what-gives-info {
		padding: 30px 24px;
	}
	.what-gives-info-title {
		font-size: 28px;
		line-height: 1.1;
	}
	.what-gives-info--protection .what-gives-info-title {
		font-size: 28px;
		line-height: 1.1;
	}
	.what-gives-info-list-item {
		font-size: 18px;
		padding-left: 36px;
	}
	.what-gives-info-list-item:before {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width: 1199px) {
	.what-gives-block {
		grid-template-columns: 1fr;
		gap: 32px;
	}
	.what-gives-left {
		max-width: 100%;
	}
	.what-gives-info {
		justify-content: flex-start;
	}
	.what-gives-info--protection {
		padding: 48px 24px;
	}
	.what-gives-info-list-item {
		margin-bottom: 12px;
	}
	.what-gives-info--protection .what-gives-info-list-item {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 991px) {
	.what-gives-block {
		gap: 24px;
	}
	.what-gives-integrated-list {
		margin-bottom: 16px;
	}
	.what-gives-right {
		grid-template-columns: 1fr;
		grid-template-areas: 'protection'
												'monitoring'
												'backup';
		gap: 16px;
	}
	.what-gives-info {
		padding: 30px 20px;
	}
	.what-gives-info-list-item {
		margin-bottom: 16px;
	}
	.what-gives-info--protection .what-gives-info-list-item {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 650px) {
	.what-gives-info-title {
		font-size: 24px;
	}
	.what-gives-info--protection .what-gives-info-title {
		font-size: 24px;
	}
	.what-gives-info-list-item {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.what-gives-info--protection .what-gives-info-list-item {
		margin-bottom: 12px;
	}
}




/* бесплатный пробный период */

.free-try-block {
	background-color: #223f4c;
	background-image: url(/local/templates/new/assets/css/../img/try-overlay.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 40px;
	position: relative;
	padding: 72px 7% 55px;
}
.free-try-title {
	font-size: 56px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	letter-spacing: 2.2px;
	margin-bottom: 56px;
}
.free-try-title span {
	color: #67bf94;
}
.free-try-utp {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4%;
	max-width: 1160px;
	width: calc(100% - 357px);
	margin-left: auto;
}
.free-try-utp-item {
	display: flex;
	gap: 20px;
}
.free-try-utp-item-icon {
	display: flex;
	flex-shrink: 0;
}
.free-try-utp-item-icon img {
	width: 32px;
	height: 32px;
	object-fit: contain;
}
.free-try-utp-item-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: #fff;
}
.free-try-btn {
	position: absolute;
	left: 0;
	bottom: 0;
	border: 30px solid #fff;
	background: #fff;
	border-left: 0;
	border-bottom: 0;
	border-radius: 0 40px 0 0;
}
.free-try-btn .btn {
	min-width: 377px;
}
.free-try-angle-left {
	position: absolute;
	left: -1px;
	bottom: 95px;
	width: 41px;
	height: 41px;
}
.free-try-angle-bottom {
	position: absolute;
	left: 407px;
	bottom: -2px;
	width: 41px;
	height: 41px;
}


@media screen and (max-width: 1600px) {
	.free-try-block {
		padding: 72px 32px 45px;
	}
	.free-try-title {
		font-size: 42px;
		margin-bottom: 73px;
	}
	.free-try-utp {
		gap: 24px;
		width: calc(100% - 330px);
	}
	.free-try-utp-item-text {
		font-size: 16px;
	}
	.free-try-btn {
		border-width: 25px;
	}
	.free-try-btn .btn {
		min-width: 302px;
	}
	.free-try-angle-left {
		bottom: 90px;
	}
	.free-try-angle-bottom {
		left: 327px;
	}
}

@media screen and (max-width: 1350px) {
	.free-try-block {
		padding: 56px 60px 42px;
	}
	.free-try-title {
		font-size: 40px;
		letter-spacing: 1.5px;
		margin-bottom: 50px;
	}
	.free-try-utp {
		width: calc(100% - 250px);
	}
	.free-try-utp-item-icon img {
		width: 24px;
		height: 24px;
	}
	.free-try-btn {
		border-width: 20px;
	}
	.free-try-btn .btn {
		min-width: 257px;
		font-size: 16px;
    padding: 24px;
	}
	.free-try-angle-left {
		bottom: 86px;
	}
	.free-try-angle-bottom {
		left: 277px;
	}
}

@media screen and (max-width: 1199px) {
	.free-try-block {
		padding: 48px 32px;
	}
	.free-try-title {
		font-size: 36px;
		margin-bottom: 32px;
	}
	.free-try-utp {
		width: 100%;
		grid-template-columns: 1fr;
		gap: 18px;
		margin-bottom: 32px;
	}
	.free-try-utp-item {
		gap: 12px;
	}
	.free-try-btn {
		position: static;
		border: none;
		background: transparent;
	}
	.free-try-btn .btn {
		/* font-size: 12px; */
		/* padding: 14px 16px; */
		padding: 16px 24px;
		font-size: 16px;
	}
	.free-try-angle-left {
		display: none;
	}
	.free-try-angle-bottom {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.free-try-block {
		border-radius: 30px;
		padding: 30px 20px;
	}
	.free-try-title {
		font-size: 32px;
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 650px) {
	.free-try-block {
		/*margin-left: -16px;
		margin-right: -16px;*/
		padding: 30px 16px;
	}
	.free-try-title {
		font-size: 24px;
	}
	.free-try-btn .btn {
		width: 100%;
	}
}






.advantages-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 36px;
	margin-bottom: 80px;
}
.advantages-list-item {
	background: #EAF3EE;
	position: relative;
	padding: 46px 40px;
	/* padding-right: 80px; */
	display: flex;
	align-items: center;
	border-radius: 40px;
}
.advantages-list-item-icon {
	position: absolute;
	top: -24px;
	right: -25px;
	background: #fff;
	border: 11px solid #fff;
	border-radius: 0 0 0 40px;
}
.advantages-list-item-icon:before {
	content: '';
	position: absolute;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCAzOSA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTMwODY0IDAuMDAyNzQzNDhIMEMwIDAuMDAyNzQzNDggMC4xODUxODUgLTAuMDAzNDI5MzUgMC41MzA4NjQgMC4wMDI3NDM0OEgzOC41VjM5Ljg5MzhDMzguNTA2NyA0MC4yODk5IDM4LjUgNDAuNTAyOSAzOC41IDQwLjUwMjlWMzkuODkzOEMzOC40NDkgMzYuODU3MiAzNy42MTU0IDIzLjA2MDQgMjcgMTIuMDAyN0MxNi4zMzMzIDAuODkxNjMyIDMuMjk2MjkgMC4wNTIxMjYyIDAuNTMwODY0IDAuMDAyNzQzNDhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
	width: 40px;
	height: 40px;
	right: 109px;
	top: 12px;
}
.advantages-list-item-icon:after {
	content: '';
	position: absolute;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCAzOSA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTMwODY0IDAuMDAyNzQzNDhIMEMwIDAuMDAyNzQzNDggMC4xODUxODUgLTAuMDAzNDI5MzUgMC41MzA4NjQgMC4wMDI3NDM0OEgzOC41VjM5Ljg5MzhDMzguNTA2NyA0MC4yODk5IDM4LjUgNDAuNTAyOSAzOC41IDQwLjUwMjlWMzkuODkzOEMzOC40NDkgMzYuODU3MiAzNy42MTU0IDIzLjA2MDQgMjcgMTIuMDAyN0MxNi4zMzMzIDAuODkxNjMyIDMuMjk2MjkgMC4wNTIxMjYyIDAuNTMwODY0IDAuMDAyNzQzNDhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
	width: 40px;
	height: 40px;
	right: 12px;
	top: 109px;
}
.advantages-list-item-icon-block {
	border-radius: 50%;
	background: #67bf94;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantages-list-item-icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}
.advantages-list-item-text {
	color: #0e171b;
	font-size: 32px;
	line-height: 1.4;
}
.advantages-list-item-text span {
	font-weight: 600;
}

.advantages-list-item--dark {
	background: #223F4C;
}
.advantages-list-item--dark .advantages-list-item-text {
	color: #fff;
}
.advantages-list-item--dark .advantages-list-item-text span {
	color: #67bf94;
	font-weight: 400;
}





.advantages-second {
	display: grid;
	gap: 36px;
	grid-template-columns: repeat(2, 1fr);
}
.advantages-second-nums {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 43px 36px;
}
.advantages-second-nums-item {
	color: #0e171b;
	font-size: 64px;
	font-weight: 600;
	line-height: 1.1;
	white-space: nowrap;
}
.advantages-second-nums-item-text {
	color: #54798c;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	padding-top: 2px;
	display: block;
	max-width: 228px;
	white-space: normal;
}
.advantages-second-list {
	display: grid;
	gap: 36px;
	grid-template-columns: repeat(2, 1fr);
}
.advantages-second-list-item {
	border-radius: 40px;
	background: #67bf94;
	padding: 40px;
}
.advantages-second-list-item-icon {
	height: 63px;
}
.advantages-second-list-item-icon img {
	height: 100%;
	width: auto;
}
.advantages-second-list-item-text	{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	padding-top: 20px;
}
.advantages-second-list-item-text span {
	font-weight: 600;
	white-space: nowrap;
}
.advantages-second-list-item--sk {
	background: #223f4c;
}
.advantages-second-list-item--ai img {
	height: 40px;
}
.advantages-second-list-item--ai .advantages-second-list-item-text span {
	color: #223f4c;
}
.advantages-second-list-item--sk .advantages-second-list-item-text span {
	color: #67bf94;
}

@media screen and (max-width: 1600px) {
	.advantages-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
		margin-bottom: 64px;
	}
	.advantages-second {
		grid-template-columns: 1fr;
		gap: 48px;
	}
	.advantages-second-nums {
		display: flex;
		justify-content: space-between;
		gap: 32px;
	}
	.advantages-second-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
	}
	.advantages-second-list-item {
		padding: 32px;
	}
}

@media screen and (max-width: 1350px) {
	.advantages-list {
		gap: 24px 26px;
	}
	.advantages-list-item {
		padding: 30px 32px;
	}
	.advantages-list-item-icon {
		top: -11px;
    right: -9px;
	}
	.advantages-list-item-icon:before {
		right: 79px;
    top: 0px;
	}
	.advantages-list-item-icon:after {
		right: -4px;
    top: 80px;
	}
	.advantages-list-item-icon-block {
		width: 70px;
		height: 70px;
	}
	.advantages-list-item-icon img {
		width: 34px;
		height: 34px;
	}
	.advantages-list-item-text {
		font-size: 28px;
	}
}

@media screen and (max-width: 1199px) {
	.advantages-list-item {
		padding: 40px 20px;
	}
	.advantages-list-item-text {
		font-size: 24px;
	}
	.advantages-second-nums {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 32px 20px;
	}
	.advantages-second-nums-item {
		font-size: 56px;
	}
	.advantages-second-nums-item-text {
		max-width: 100%;
	}
	.advantages-second-list {
		gap: 20px;
		display: flex;
	}
	.advantages-second-list-item {
		width: calc(50% - 10px);
		max-width: 388px;
	}
}

@media screen and (max-width: 991px) {
	.advantages-list {
		display: flex;
		gap: 20px;
		overflow-x: auto;
		margin-left: -40px;
		margin-right: -40px;
		padding: 0 40px;
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.advantages-list-item {
		width: 334px;
		min-width: 334px;
	}
	.advantages-second {
		gap: 32px;
	}
	.advantages-second-nums-item {
		font-size: 48px;
	}
	.advantages-second-nums-item-text {
		font-size: 18px;
	}
	.advantages-second-list-item {
		padding: 30px 16px;
	}
	.advantages-second-list-item-icon {
		height: 50px;
	}
	.advantages-second-list-item-text	{
		font-size: 20px;
	}
	.advantages-second-list-item--ai img {
		height: 50px;
	}
}

@media screen and (max-width: 650px) {
	.advantages-list {
		margin-left: -16px;
		margin-right: -16px;
		padding: 0 16px;
		padding-bottom: 20px;
	}
	.advantages-list-item {
		width: 343px;
		min-width: 343px;
	}
	.advantages-second-nums {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.advantages-second-list {
		display: grid;
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.advantages-second-list-item {
		width: 100%;
		max-width: 100%;
	}
	.advantages-second-list-item-text	{
		padding-top: 16px;
	}
	.advantages-second-list-item--ai img {
		height: 40px;
	}
}









/* как подключиться */

.how-to-connect-tabs-head {
	width: 100%;
	margin-bottom: 48px;
}
.how-to-connect-tabs-head-list {
	display: flex;
	justify-content: space-between;
	border-radius: 40px;
	background: #eaf3ee;
}
.how-to-connect-tabs-head-item {
	border-radius: 40px;
	padding: 24px 5%;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	position: relative;
	cursor: pointer;
}
.how-to-connect-tabs-head-item.active {
	background: #67bf94;
	color: #fff;
}
.how-to-connect-tabs-head-item:before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzFfMjI2KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjMuMjkzIDI0Ljg1MTZMMjEuODc5IDIzLjQ2NzZMMjguMTc4IDE3LjMwMjZMMCAxNy4yMzA2TDAuMDA1IDE1LjI3MzZMMjguMTY1IDE1LjM0NDZMMjEuODc5IDkuMTkyNTlMMjMuMjkzIDcuODA4NTlMMzIgMTYuMzI5NkwyMy4yOTMgMjQuODUxNloiIGZpbGw9IiNBNEI0QjEiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xXzIyNiI+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: -24%;
	top: 50%;
	transform: translateY(-50%);
}
.how-to-connect-tabs-head-item:first-child:before {
	display: none;
}
.how-to-connect-tabs-body-item {
	display: flex;
	gap: 36px;
	display: none;
}
.how-to-connect-tabs-body-item.active {
	display: flex;
}
.how-to-connect-tabs-body-item-text {
	color: #223f4c;
	font-size: 48px;
	font-weight: 500;
	line-height: 1.4;
	width: calc(43% - 36px);
}
.how-to-connect-tabs-body-item-content {
	width: 57%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.how-to-connect-form {
	border-radius: 40px;
	background: #223f4c;
	padding: 48px 40px;
}
.how-to-connect-form-title {
	color: #ffffff;
	font-size: 56px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 40px;
}
.how-to-connect-form-row {
	display: flex;
	gap: 20px;
	margin-bottom: 18px;
}
.how-to-connect-form-row .form-field {
	flex-grow: 1;
}
.form-field input,
.form-field textarea {
	color: #223f4c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	border-radius: 24px;
	padding: 14px 24px;
	background: #fff;
	border: none;
	outline: none;
	width: 100%;
	border: 1px solid #fff;
}
.form-field textarea {
	resize: none;
	height: 130px;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
	color: #a4b4b1;
}

.form-field.form-field--error input,
.form-field.form-field--error textarea {
	border-color: #FF2424;
}
.form-field-error-text {
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
	color: #FF2424;
	margin-top: 5px;
	display: none;
}
.form-field.form-field--error .form-field-error-text {
	display: block;
}
.form-field--error:after {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjgiIGZpbGw9IiNGRjI0MjQiLz4KPHBhdGggZD0iTTguODg3MTUgOS45OTk4NEg3LjQ2NDkzVjIuNjY2NUg4Ljg4NzE1VjkuOTk5ODRaTTguMTc2MDQgMTEuMzMzMkM3LjU4NTgyIDExLjMzMzIgNy4xMDkzOCAxMS43Nzk4IDcuMTA5MzggMTIuMzMzMkM3LjEwOTM4IDEyLjg4NjUgNy41ODU4MiAxMy4zMzMyIDguMTc2MDQgMTMuMzMzMkM4Ljc2NjI2IDEzLjMzMzIgOS4yNDI3MSAxMi44ODY1IDkuMjQyNzEgMTIuMzMzMkM5LjI0MjcxIDExLjc3OTggOC43NjYyNiAxMS4zMzMyIDguMTc2MDQgMTEuMzMzMloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
	position: absolute;
	width: 16px;
	height: 16px;
	background-size: contain;
	background-position: center;
	top: 17px;
	right: 23px;
	content: '';
}

.form-agreement-error {
	display: flex;
	gap: 10px;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 500;
	color: #FF2424;
	margin-top: 10px;
}
.form-agreement-error svg {
	width: 16px;
	height: 16px;
	margin-top: 3px;
}

.form-agreement {
	display: flex;
	gap: 13px;
}
.form-checkbox input {
	display: none!important;
}
.form-checkbox-check {
	background: #a4b4b1;
	width: 30px;
	height: 18px;
	border-radius: 16px;
	position: relative;
	transition: all .3s;
	margin-top: 4px;
	cursor: pointer;
}
.form-checkbox-check:before {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 2px;
	top: 2px;
	transition: all .3s;
}
.form-checkbox input:checked ~ .form-checkbox-check{
	background: #67bf94;
}
.form-checkbox input:checked ~ .form-checkbox-check:before {
	left: 14px;
}
.form-agreement-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #fff;
	cursor: pointer;
}
.form-agreement-text a {
	text-decoration: none;
	color: #67bf94;
}
.how-to-connect-form-btn {
	margin-top: 40px;
}

.how-to-connect-tabs-body-item-content-img {
	height: 480px;
}
.how-to-connect-tabs-body-item-content-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center right;
}

.how-to-connect-tabs-body-item-content--lk .btn {
	position: absolute;
	right: 0;
	bottom: 23px;
	width: 280px;
}

.how-to-connect-tariff {
	border-radius: 18px;
	background: #223f4c;
	padding: 25px 28px;
	max-width: 777px;
}
.how-to-connect-tariff-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 28px;
}
.how-to-connect-tariff-head-logo {
	width: 190px;
}
.how-to-connect-tariff-head-logo img {
	width: 100%;
}
.how-to-connect-tariff-img {
	width: 100%;
}
.how-to-connect-tariff-img img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 1600px) {
	.how-to-connect-tabs-head-item {
		padding: 24px 50px;
	}
	.how-to-connect-tabs-head-item:before {
		left: -32%;
	}
	.how-to-connect-tabs-body-item {
		gap: 34px;
	}
	.how-to-connect-tabs-body-item-text {
		font-size: 42px;
		width: calc(35% - 34px);
	}
	.how-to-connect-tabs-body-item-content {
		width: 65%;
	}
	.how-to-connect-form-title {
		font-size: 48px;
	}
	.how-to-connect-tabs-body-item-content-img {
		height: auto;
	}
}

@media screen and (max-width: 1350px) {
	.how-to-connect-tabs-head {
		margin-bottom: 36px;
	}
	.how-to-connect-tabs-head-item:before {
		left: -27%;
	}
	.how-to-connect-tabs-body-item {
		gap: 30px;
	}
	.how-to-connect-tabs-body-item-text {
		font-size: 36px;
		width: calc(30% - 30px);
	}
	.how-to-connect-tabs-body-item-content {
		width: 70%;
	}
	.how-to-connect-form {
		padding: 32px;
	}
	.how-to-connect-form-title {
		font-size: 48px;
	}
}

@media screen and (max-width: 1199px) {
	.how-to-connect-tabs-head-item {
		font-size: 16px;
		padding: 16px 30px;
	}
	.how-to-connect-tabs-head-item:before {
		left: -41%;
	}
	.how-to-connect-tabs-body-item {
		gap: 20px;
	}
	.how-to-connect-tabs-body-item-text {
		font-size: 32px;
		width: calc(35% - 20px);
	}
	.how-to-connect-tabs-body-item-content {
		width: 65%;
	}
	.how-to-connect-form {
		padding: 32px 24px;
	}
	.how-to-connect-form-title {
		font-size: 36px;
		margin-bottom: 32px;
	}
	.how-to-connect-form-row {
		gap: 13px;
	}
	.form-checkbox-check {
		margin-top: 1px;
	}
	.form-agreement-text {
		font-size: 14px;
	}
	.how-to-connect-form-btn {
		margin-top: 32px;
	}
}

@media screen and (max-width: 991px) {
	.how-to-connect-tabs-head {
		/* margin-left: -40px;
		margin-right: -40px;
		width: calc(100% + 80px); */
		overflow: auto;
		margin-left: -40px;
		margin-right: -40px;
		width: calc(100% + 80px);
		padding: 0px 40px;
		margin-bottom: 32px;
	}
	.how-to-connect-tabs-head-list {
		gap: 60px;
		width: fit-content;
	}
	.how-to-connect-tabs-head-item {
		white-space: nowrap;
	}
	.how-to-connect-tabs-head-item:before {
		left: -50px;
	}
	.how-to-connect-tabs-body-item {
		flex-direction: column;
		gap: 16px;
	}
	.how-to-connect-tabs-body-item-text {
		width: 100%;
		font-size: 24px;
	}
	.how-to-connect-tabs-body-item-content {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.how-to-connect-form {
		padding: 30px 20px;
	}
	.how-to-connect-form-title {
		font-size: 28px;
		margin-bottom: 24px;
	}
	.how-to-connect-form-btn {
		margin-top: 24px;
	}

	.how-to-connect-tabs-body-item-content-img {
		height: 350px;
		width: 100%;
	}
	.how-to-connect-tabs-body-item-content-img img {
		object-position: center;
	}
	.how-to-connect-tabs-body-item-content--lk .btn {
		position: static;
		margin-top: 15px;
	}
}

@media screen and (max-width: 650px) {
	.how-to-connect-tabs-body-item-text {
		font-size: 20px;
	}
	.how-to-connect-form {
		padding: 30px 16px;
		border-radius: 30px;
	}
	.how-to-connect-form-title {
		font-size: 20px;
	}
	.how-to-connect-form-row {
		flex-direction: column;
		gap: 12px;
		margin-bottom: 14px;
	}
	.form-agreement {
		gap: 10px;
	}
	.form-checkbox-check {
		margin-top: 5px;
	}
	.form-agreement-text {
/*		font-size: 12px;*/
	}
	.how-to-connect-form-btn .btn {
		width: 100%;
	}
	.how-to-connect-tariff {
		padding: 20px;
	}
	.how-to-connect-tariff-head {
		flex-direction: column;
		gap: 13px;
		margin-bottom: 20px;
	}
	.how-to-connect-tariff-head-logo {
		width: 170px;
	}
}



/* Применение */

.use .advantages-list-item {
	padding: 48px 32px;
	align-items: flex-start;
}
.use-item-content-title {
	color: #0e171b;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 32px;
	width: calc(100% - 70px);
}
.advantages-list-item--dark .use-item-content-title {
	color: #fff;
}

.use-item-content-list-item {
	color: #0e171b;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 12px;
	padding-left: 48px;
	position: relative;
}
.use-item-content-list-item:last-child {
	margin-bottom: 0;
}
.use-item-content-list-item:before {
	content: '';
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzFfMTA5KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuNzQzIDI1LjcxMDFMNi4yNjQwMiAxNy4yMDExTDcuNjgyMDIgMTUuNzc4MUwxNC43NDMgMjIuODY0MUwzMC41NzYgNi45NzQxMkwzMS45OTQgOC4zOTYxMkwxNC43NDMgMjUuNzEwMVpNMTMuMTU3IDE4LjQxOTFMMjQuMzEgNy4yMjUxMkwyNS43MjggOC42NDgxMkwxNC41NzUgMTkuODQyMUwxMy4xNTcgMTguNDE5MVpNOS4zMDMwMyAyMi4yODcxTDEwLjcyMSAyMy43MDkxTDguNDc3MDMgMjUuOTYyMUwtMC4wMDA5NzY1NjIgMTcuNDUyMUwxLjQxNjAyIDE2LjAyOTFMOC40NzcwMyAyMy4xMTYxTDkuMzAzMDMgMjIuMjg3MVoiIGZpbGw9IiM2N0JGOTQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xXzEwOSI+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 0;
}
.advantages-list-item--dark .use-item-content-list-item {
	color: #fff;
}


@media screen and (max-width: 1600px) {
	
}

@media screen and (max-width: 1350px) {
	.use .advantages-list-item {
		padding: 40px 24px;
	}
	.use-item-content-title {
		margin-bottom: 24px;
		font-size: 28px;
	}
	.use-item-content-list-item {
		font-size: 20px;
		padding-left: 36px;
	}
	.use-item-content-list-item:before {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width: 1199px) {
	
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.use .advantages-list {
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
	}
	.use .advantages-list-item {
		width: 384px;
	}
}

@media screen and (max-width: 991px) {
	.use .advantages-list-item {
		padding: 30px 16px;
	}
	.use-item-content-title {
		font-size: 24px;
		width: calc(100% - 30px);
	}
	.use-item-content-list-item {
		font-size: 16px;
	}
}

@media screen and (max-width: 650px) {
	
}






/* тарифы */


.tariffs-table-head {
	display: flex;
	position: relative;
/*	border-bottom: 4px solid #67bf94;*/
}
.tariffs-table-head:after {
	content: '';
	height: 4px;
	background: #67bf94;
	width: calc(100% - 3vw);
	position: absolute;
	bottom: 0;
	left: 0;
}

.tariffs-table-head-item {
	padding: 24px 6px;
	color: #0e171b;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	width: 14%;
	text-align: center;
}
.tariffs-table-head-item:first-child {
	padding-left: 0;
	color: #223f4c;
	font-weight: 500;
	text-align: right;
	flex-grow: 1;
}

.tariffs-table-body-row {
	display: flex;
}
.tariffs-table-body-row-item {
	color: #0e171b;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	width: 14%;
	text-align: center;
	padding: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tariffs-table-body-row-item:first-child {
	text-align: right;
	flex-grow: 1;
	padding-left: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.tariffs-table-body-section .tariffs-table-body-row-item {
	padding-top: 12px;
}
.tariffs-table-body-section:first-child .tariffs-table-body-row:first-child .tariffs-table-body-row-item {
	padding-top: 40px;
}
.tariffs-table-body-section .tariffs-table-body-row:last-child .tariffs-table-body-row-item {
	padding-bottom: 40px;
}
.tariffs-table-body-row--title {
/*	border-bottom: 1px solid #a4b4b1;*/
	position: relative;
}
.tariffs-table-body-row--title:after {
	content: '';
	height: 1px;
	background: #a4b4b1;
	width: calc(100% - 3vw);
	position: absolute;
	bottom: 0;
	left: 0;
}
.tariffs-table-body-row--title .tariffs-table-body-row-item {
	color: #54798c;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	padding-bottom: 8px;
	padding-top: 0;
}
.tariffs-table-icon--cross {
	width: 16px;
	height: 16px;
	fill: #d91935;
}
.tariffs-table-icon--check {
	width: 20px;
	height: 15px;
	fill: #64b990;
}

.tariffs-table-foot {
/*	border-top: 1px solid #A4B4B1;*/
	position: relative;
}
.tariffs-table-foot:after {
	content: '';
	height: 1px;
	background: #a4b4b1;
	width: calc(100% - 3vw);
	position: absolute;
	top: 0;
	left: 0;
}
.tariffs-table-foot-row {
	display: flex;
}
.tariffs-table-foot-row-item {
	color: #223f4c;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	width: 14%;
	text-align: center;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}
.tariffs-table-foot-row-item:first-child {
	color: #0e171b!important;
	text-align: right;
	flex-grow: 1;
	padding-left: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.tariffs-table-foot-row--mounth .tariffs-table-foot-row-item {
	color: #223f4c
}
.tariffs-table-foot-row--mounth .tariffs-table-foot-row-item span {
/*	color: #54798c;*/
}
.tariffs-table-foot-row--year .tariffs-table-foot-row-item {
	color: #d91935;
}

.tariffs-table-body-row .tariffs-table-body-row-item:last-child {
	background: #223F4C;
	color: #fff;
	width: 14%;
}
.tariffs-table-head-item:last-child {
	background: #223F4C;
	color: #67bf94;
	border-radius: 48px 48px 0 0;
}
.tariffs-table-foot-row:first-child .tariffs-table-foot-row-item {
	padding-top: 40px;
}
.tariffs-table-foot-row-item:last-child {
	background: #223F4C;
	color: #fff;
}
.tariffs-table-foot-row--year .tariffs-table-foot-row-item:last-child {
	color: #fd1d3e;
}
.tariffs-table-foot-row:last-child .tariffs-table-foot-row-item {
	padding-top: 32px;
	padding-bottom: 24px;
}
.tariffs-table-foot-row:last-child .tariffs-table-foot-row-item:last-child {
	border-radius: 0 0 48px 48px;
}

@media screen and (max-width: 1600px) {
	.tariffs-table-head-item {
		font-size: 18px;
	}
	.tariffs-table-body-row-item {
		font-size: 16px;
		padding: 2px;
	}
	.tariffs-table-body-row--title .tariffs-table-body-row-item {
		font-size: 16px;
	}
	.tariffs-table-foot-row-item {
		font-size: 16px;
	}
	.tariffs-table-foot-row-item .btn {
		font-size: 12px;
		padding-left: 6px;
		padding-right: 6px;
		width: 100%;
	}
}

@media screen and (max-width: 1350px) {
	.tariffs-table {
		display: none;
	}
}



.tariffs-cards {
	display: none;

	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
.tariffs-cards-item {
	border-radius: 30px;
	box-shadow: 0px 0px 8px 0px #67bf9440;
	padding: 30px 16px;
}
.tariffs-cards-item-title {
	position: relative;
	color: #0e171b;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 12px;
	margin-bottom: 24px;
}
.tariffs-cards-item-title:after {
	content: '';
	width: 100%;
	max-width: 159px;
	height: 3px;
	background: #67bf94;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.tariffs-cards-item-price {
	margin-bottom: 24px;
}
.tariffs-cards-item-price-current {
	color: #0e171b;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
	display: block;
}
.tariffs-cards-item-price-year {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}
.tariffs-cards-item-price-year-value {
	color: #223f4c;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
}
.tariffs-cards-item-price-year-discount {
	color: #67bf94;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	border-radius: 40px;
	background: #eaf3ee;
	padding: 6px 10px;
}
.tariffs-cards-item-btn {
	margin-bottom: 24px;
}
.tariffs-cards-item-btn .btn {
	width: 100%;
}
.tariffs-cards-item-list-item {
	padding-left: 37px;
	position: relative;
	color: #0e171b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 14px;
}
.tariffs-cards-item-list-item:not(.tariffs-cards-item-list-item--title):before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzFfMTA5KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuNzQzIDI1LjcxMDFMNi4yNjQwMiAxNy4yMDExTDcuNjgyMDIgMTUuNzc4MUwxNC43NDMgMjIuODY0MUwzMC41NzYgNi45NzQxMkwzMS45OTQgOC4zOTYxMkwxNC43NDMgMjUuNzEwMVpNMTMuMTU3IDE4LjQxOTFMMjQuMzEgNy4yMjUxMkwyNS43MjggOC42NDgxMkwxNC41NzUgMTkuODQyMUwxMy4xNTcgMTguNDE5MVpNOS4zMDMwMyAyMi4yODcxTDEwLjcyMSAyMy43MDkxTDguNDc3MDMgMjUuOTYyMUwtMC4wMDA5NzY1NjIgMTcuNDUyMUwxLjQxNjAyIDE2LjAyOTFMOC40NzcwMyAyMy4xMTYxTDkuMzAzMDMgMjIuMjg3MVoiIGZpbGw9IiM2N0JGOTQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xXzEwOSI+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
}
.tariffs-cards-item-list-item--title {
	padding-left: 37px;
	font-weight: 700;
	margin: 26px 0 18px;
}
.tariffs-cards-item-list-item--bold {
	font-weight: 700;
}
.tariffs-cards-item--dark {
	background: #223f4c;
}
.tariffs-cards-item--dark .tariffs-cards-item-title,
.tariffs-cards-item--dark .tariffs-cards-item-price-current,
.tariffs-cards-item--dark .tariffs-cards-item-price-year-value,
.tariffs-cards-item--dark .tariffs-cards-item-list-item {
	color: #fff;
}

@media screen and (max-width: 1350px) {
	.tariffs-cards {
		display: grid;
	}
}

@media screen and (max-width: 1199px) {
	.tariffs-cards {
		gap: 20px;
	}
	.tariffs-cards-item-title {
		font-size: 24px;
	}
	.tariffs-cards-item-price-current {
		font-size: 24px;
	}
	.tariffs-cards-item-price-year-value {
		font-size: 16px;
	}
	.tariffs-cards-item-price-year-discount {
		font-size: 14px;
	}
}	

@media screen and (max-width: 991px) {
	.tariffs-cards {
		display: flex;
		overflow-x: auto;
		margin-left: -40px;
		margin-right: -40px;
		padding: 3px 40px;
	}
	.tariffs-cards-item {
		width: 334px;
		min-width: 334px;
	}
}

@media screen and (max-width: 650px) {
	.tariffs-cards-item {
		width: 343px;
		min-width: 343px;
	}
}




/* кейсы */

.cases-tabs-head {
	display: flex;
/*	overflow-x: auto;*/
	gap: 12px;
	margin-bottom: 48px;
	/*padding: 0 80px;
	margin-left: -80px;
	margin-right: -80px;*/
	flex-wrap: wrap;
}
.cases-tabs-head-item {
	display: flex;
	gap: 12px;
	align-items: center;
	border: 2px solid #a4b4b1;
	border-radius: 32px;
	padding: 16px 40px;
	color: #54798c;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
	white-space: nowrap;
	transition: all .3s;
}
.cases-tabs-head-item-logo {
	width: 32px;
	height: 32px;
}
.cases-tabs-head-item-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.cases-tabs-head-item.active {
	color: #223f4c;
	border-color: #223f4c;
}
.cases-tabs-body-item {
	display: none;

	gap: 42px;
	justify-content: space-between;
}




.cases-tabs-body-item.active {
	display: flex;
}

.cases-tabs-body-item-quote {
	background: #eaf3ee;
	position: relative;
	padding: 100px 48px 48px;
	border-radius: 40px;
	width: 563px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.cases-tabs-body-item-quote-icon {
	position: absolute;
	top: -24px;
	right: -25px;
	background: #fff;
	border: 11px solid #fff;
	border-radius: 0 0 0 40px;
}
.cases-tabs-body-item-quote-icon-block {
	border-radius: 50%;
	background: #67bf94;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cases-tabs-body-item-quote-icon img {
	width: 48px;
	height: 48px;
	object-fit: contain;
}
.cases-tabs-body-item-quote-icon:before {
	content: '';
	position: absolute;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCAzOSA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTMwODY0IDAuMDAyNzQzNDhIMEMwIDAuMDAyNzQzNDggMC4xODUxODUgLTAuMDAzNDI5MzUgMC41MzA4NjQgMC4wMDI3NDM0OEgzOC41VjM5Ljg5MzhDMzguNTA2NyA0MC4yODk5IDM4LjUgNDAuNTAyOSAzOC41IDQwLjUwMjlWMzkuODkzOEMzOC40NDkgMzYuODU3MiAzNy42MTU0IDIzLjA2MDQgMjcgMTIuMDAyN0MxNi4zMzMzIDAuODkxNjMyIDMuMjk2MjkgMC4wNTIxMjYyIDAuNTMwODY0IDAuMDAyNzQzNDhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
	width: 40px;
	height: 40px;
	right: 109px;
	top: 12px;
}
.cases-tabs-body-item-quote-icon:after {
	content: '';
	position: absolute;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCAzOSA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTMwODY0IDAuMDAyNzQzNDhIMEMwIDAuMDAyNzQzNDggMC4xODUxODUgLTAuMDAzNDI5MzUgMC41MzA4NjQgMC4wMDI3NDM0OEgzOC41VjM5Ljg5MzhDMzguNTA2NyA0MC4yODk5IDM4LjUgNDAuNTAyOSAzOC41IDQwLjUwMjlWMzkuODkzOEMzOC40NDkgMzYuODU3MiAzNy42MTU0IDIzLjA2MDQgMjcgMTIuMDAyN0MxNi4zMzMzIDAuODkxNjMyIDMuMjk2MjkgMC4wNTIxMjYyIDAuNTMwODY0IDAuMDAyNzQzNDhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
	width: 40px;
	height: 40px;
	right: 12px;
	top: 109px;
}
.cases-tabs-body-item-quote-text {
	color: #0e171b;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 84px;
}
.cases-tabs-body-item-quote-text p {
	margin-bottom: 24px;
}
.cases-tabs-body-item-quote-text p:last-child {
	margin-bottom: 0;
}
.cases-tabs-body-item-quote-author {
	display: flex;
	gap: 20px;
	margin-top: auto;
	align-items: center;
}
.cases-tabs-body-item-quote-author-logo {
	width: 48px;
	height: 48px;
	min-width: 48px;
}
.cases-tabs-body-item-quote-author-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.cases-tabs-body-item-quote-author-name {
	color: #0e171b;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
}
.cases-tabs-body-item-quote-author-name span {
	display: block;
	font-size: 18px;
	font-weight: 400;
	padding-top: 2px;
}

.cases-tabs-body-item-content {
	flex-grow: 1;
	max-width: 1012px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 36px;
}
.cases-tabs-body-item-chart img {
	width: 100%;
	height: auto;
}




.cases-tabs-body-item-indicators {
	display: flex;
	justify-content: space-between;
	gap: 36px;
}
.cases-tabs-body-item-indicators-nums {
	/* display: grid;
	grid-template-columns: repeat(2, 1fr); */
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 36px;
}
.cases-tabs-body-item-indicators-nums-item {
	width: calc(50% - 18px);
}
.cases-tabs-body-item-indicators-nums-item-value {
	color: #0e171b;
	font-size: 64px;
	font-weight: 600;
	line-height: 1.1;
}
.cases-tabs-body-item-indicators-nums-item-name {
	color: #54798c;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.1;
	display: block;
	padding-top: 2px;
}

.cases-tabs-body-item-indicators-list {
	border-radius: 40px;
	background: #223f4c;
	padding: 36px 24px;
	max-width: 413px;
}
.cases-tabs-body-item-indicators-list-item {
	padding-left: 48px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 20px;
	position: relative;
}
.cases-tabs-body-item-indicators-list-item:last-child {
	margin-bottom: 0;
}
.cases-tabs-body-item-indicators-list-item:before {
	content: '';
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzFfMTA5KSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQuNzQzIDI1LjcxMDFMNi4yNjQwMiAxNy4yMDExTDcuNjgyMDIgMTUuNzc4MUwxNC43NDMgMjIuODY0MUwzMC41NzYgNi45NzQxMkwzMS45OTQgOC4zOTYxMkwxNC43NDMgMjUuNzEwMVpNMTMuMTU3IDE4LjQxOTFMMjQuMzEgNy4yMjUxMkwyNS43MjggOC42NDgxMkwxNC41NzUgMTkuODQyMUwxMy4xNTcgMTguNDE5MVpNOS4zMDMwMyAyMi4yODcxTDEwLjcyMSAyMy43MDkxTDguNDc3MDMgMjUuOTYyMUwtMC4wMDA5NzY1NjIgMTcuNDUyMUwxLjQxNjAyIDE2LjAyOTFMOC40NzcwMyAyMy4xMTYxTDkuMzAzMDMgMjIuMjg3MVoiIGZpbGw9IiM2N0JGOTQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xXzEwOSI+CjxyZWN0IHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	left: 0;
	top: -5px;
}


@media screen and (min-width: 992px) {
	.cases-tabs-head-item:hover {
    border-color: #223f4c;
	}
}

@media screen and (max-width: 1600px) {
	.cases-tabs-body-item-quote {
		width: 515px;
		padding: 100px 28px 48px 42px;
	}
	.cases-tabs-body-item-indicators {
		flex-direction: column;
	}
}

@media screen and (max-width: 1350px) {
	.cases-tabs-head {
		/*padding: 0 40px;
		margin-left: -40px;
		margin-right: -40px;*/
	}
	/* .cases-tabs-body-item-quote-icon {
		top: -11px;
		right: -9px;
	}
	.cases-tabs-body-item-quote-icon-block {
		width: 70px;
		height: 70px;
	}
	.cases-tabs-body-item-quote-icon img {
		width: 34px;
		height: 34px;
	} */
	.cases-tabs-body-item-content {
		gap: 32px;
	}
}

@media screen and (max-width: 1199px) {
	.cases-tabs-head {
		margin-bottom: 32px;
	}
	.cases-tabs-body-item-quote {
		width: 388px;
		padding: 120px 16px 24px;
	}
	.cases-tabs-body-item-quote-text {
		font-size: 20px;
		margin-bottom: 32px;
	}
	.cases-tabs-body-item-quote-text p {
		margin-bottom: 12px;
	}
	.cases-tabs-body-item-quote-author {
		gap: 12px;
	}
	.cases-tabs-body-item-quote-author-name {
		font-size: 20px;
	}
	.cases-tabs-body-item-quote-author-name span {
		font-size: 16px;
	}
	.cases-tabs-body-item-indicators-nums-item-value {
		font-size: 56px;
	}
}

@media screen and (max-width: 991px) {
	.cases-tabs-head {
		margin-bottom: 24px;
	}
	.cases-tabs-head-item {
		padding: 12px 16px;
		font-size: 16px;
		border-width: 1px;
	}
	.cases-tabs-head-item-logo {
		width: 24px;
		height: 24px;
	}
	.cases-tabs-body-item {
		flex-direction: column;
		gap: 24px;
	}
	.cases-tabs-body-item-quote {
		width: 100%;
		padding: 105px 26px 55px 20px;
	}
	.cases-tabs-body-item-quote-text p {
		margin-bottom: 16px;
	}
	.cases-tabs-body-item-indicators-nums-item-value {
		font-size: 48px;
	}
	.cases-tabs-body-item-indicators-list {
		max-width: 100%;
		padding: 30px 20px;
	}
	.cases-tabs-body-item-indicators-list-item {
		padding-left: 35px;
	}
	.cases-tabs-body-item-indicators-list-item:before {
		width: 24px;
		height: 24px;
		top: 0;
	}
}

@media screen and (max-width: 650px) {
	.cases-tabs-body-item-quote {
		padding: 90px 20px 30px;
	}
	.cases-tabs-body-item-quote-icon {
		top: -11px;
		right: -9px;
	}
	.cases-tabs-body-item-quote-icon-block {
		width: 70px;
		height: 70px;
	}
	.cases-tabs-body-item-quote-icon img {
		width: 34px;
		height: 34px;
	}
	.cases-tabs-body-item-quote-icon:before {
		right: 79px;
		top: 0px;
	}
	.cases-tabs-body-item-quote-icon:after {
		right: -4px;
		top: 80px;
	}
	.cases-tabs-body-item-quote-text {
		font-size: 16px;
	}
	.cases-tabs-body-item-quote-text p {
		margin-bottom: 12px;
	}
	.cases-tabs-body-item-quote-author-logo {
		width: 32px;
		height: 32px;
	}
	.cases-tabs-body-item-indicators-nums {
		flex-direction: column;
		gap: 24px;
	}
	.cases-tabs-body-item-indicators-nums-item {
		width: 100%;
	}
}








/* faq */


.faq-block {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 32px;
}
.faq-accordion-item {
	border-radius: 40px;
	background: #eaf3ee;
	margin-bottom: 16px;
}
.faq-accordion-item:last-child {
	margin-bottom: 0;
}
.faq-accordion-item-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	color: #0e171b;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.1;
	padding: 32px 40px;
	cursor: pointer;
}
.faq-accordion-item-head-icon {
	width: 32px;
	height: 32px;
	transition: all .3s;
	fill: #0e171b;
}
.faq-accordion-item.active .faq-accordion-item-head-icon {
	transform: rotate(-180deg);
}
.faq-accordion-item-body {
	display: none;
	padding: 0px 40px 32px;
	color: #0e171b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
}
.faq-accordion-item-body p {
	margin-bottom: 16px;
}
.faq-accordion-item-body p:last-child {
	margin-bottom: 0;
}


@media screen and (max-width: 1600px) {
	
}

@media screen and (max-width: 1350px) {
	
}

@media screen and (max-width: 1199px) {
	.faq-block {
		gap: 20px;
	}
	.faq-accordion-item-head {
		font-size: 28px;
	}
}

@media screen and (max-width: 991px) {
	.faq-block {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

@media screen and (max-width: 650px) {
	.faq-accordion-item-head {
		font-size: 20px;
		gap: 20px;
		padding: 25px 16px;
	}
	.faq-accordion-item-head-icon {
		width: 24px;
		height: 24px;
	}
	.faq-accordion-item-body {
		padding: 0 16px 25px;
		font-size: 16px;
	}
}



/* новости */

.news-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 36px;
}
.news-list-item-img {
	border-radius: 40px;
	overflow: hidden;
	display: flex;
	aspect-ratio: 1.28;
	margin-bottom: 16px;
	/* height: 320px; */
}
.news-list-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news-list-item-date {
	color: #67bf94;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 8px;
	transition: all .3s;
}
.news-list-item-title {
	color: #54798c;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	transition: all .3s;
}

@media screen and (min-width: 992px) {
	.news-list-item:hover .news-list-item-title {
		color: #223f4c;
	}
}

@media screen and (max-width: 1600px) {
	.news-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 32px;
	}
	.news-list-item-img {
		aspect-ratio: 1.2666;
	}
}

@media screen and (max-width: 1350px) {
	.news-list {
		gap: 24px;
	}
	.news-list-item-img {
		aspect-ratio: 1.305;
		margin-bottom: 12px;
	}
	.news-list-item-date {
		font-size: 16px;
	}
	.news-list-item-title {
		font-size: 16px;
	}
}

@media screen and (max-width: 1199px) {
	.news-list-item-img {
		border-radius: 30px;
		aspect-ratio: 1.24;
	}
}

@media screen and (max-width: 991px) {
	.news-list {
		display: flex;
		gap: 20px;
		overflow-x: auto;
		margin-left: -40px;
		margin-right: -40px;
		padding: 0 40px;
	}
	.news-list-item {
		width: 334px;
		min-width: 334px;
	}
}

@media screen and (max-width: 767px) {
	.news-list-item {
		width: 343px;
		min-width: 343px;
	}
	.news-list-item-img {
		aspect-ratio: 1.29;
	}
}






/* страница блог */

.title-section {
/*	padding-top: 230px;*/
	padding-top: 155px;
}


.blog {
	margin-bottom: 102px; 
}
.blog-block {
	display: flex;
	gap: 36px;
/*	padding-bottom: 80px;*/
}
.blog-list {
	width: calc(100% - 450px);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 36px 26px;
}

.blog-list-item-img {
	border-radius: 40px;
	overflow: hidden;
	display: flex;
	aspect-ratio: 1.28;
	margin-bottom: 16px;
	/* height: 320px; */
}
.blog-list-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.blog-list-item-chapter {
	color: #54798c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px;
	transition: all .3s;
}
.blog-list-item-title {
	color: #223f4c;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	transition: all .3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-sidebar {
	width: 414px;
}
.blog-sidebar-menu {
	border: 1px solid #c7c7c7;
	border-radius: 20px;
	margin-bottom: 36px;
	overflow: hidden;
}
.blog-sidebar-menu-item {
	padding: 30px;
	color: #223f4c;
	font-size: 20px;
	line-height: 1.2;
	display: block;
	border-bottom: 1px solid #c7c7c7;
	transition: all .3s;
}
.blog-sidebar-menu-item:last-child {
	border: none;
}
.blog-sidebar-menu-item span {
	font-size: 16px;
	color: #cc0000;
}
.blog-sidebar-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.blog-sidebar-tags-item {
	color: #223f4c;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 4px 12px;
	border-radius: 100px;
	background: #e7f3ee;
	transition: all .3s;
}


.blog-pagination-wrapper {
	margin-top: 80px;
}

.more-btn {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.more-btn .btn {
	width: 302px;
}
.pagination {
	border: 1px solid #c7c7c7;
	border-radius: 100px;
	/* margin-bottom: 102px; */
	padding: 0 90px;
	position: relative;
}
.pagination-list {
	display: flex;
	justify-content: center;
	gap: 36px;
}
.pagination-list-item {
	color: #0e171b;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	padding: 20px;
	display: block;
	position: relative;
	transition: all .3s;
}
.pagination-list-item.active:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #0e171b;
	top: 100%;
	left: 0;
	position: absolute;
}
.pagination-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
}
.pagination-arrow svg {
	width: 40px;
	height: 15px;
	fill:	#c7c7c7;
	transition: all .3s;
}
.pagination-arrow--prev {
	left: 40px;
}
.pagination-arrow--next {
	right: 40px;
}
.pagination-arrow--prev svg {
	transform: rotate(180deg);
}



@media screen and (min-width: 992px) {
	.blog-list-item:hover .blog-list-item-title {
		color: #54798c;
	}
	.blog-sidebar-menu-item:hover {
		color: #fff;
		background: #223f4c;
	}
	.blog-sidebar-menu-item:hover span {
		color: #fff;
	}
	.blog-sidebar-tags-item:hover {
		color: #fff;
		background: #67bf94;
	}
	a.pagination-list-item:hover {
		color: #67bf94;
	}
	.pagination-arrow:hover svg {
		fill: #0e171b;
	}
}

@media screen and (max-width: 1600px) {
	.title-section {
/*		padding-top: 200px;*/
		padding-top: 140px;
	}
	.blog {
		margin-bottom: 80px;
	}
	.blog-block {
/*		padding-bottom: 64px;*/
	}
	.blog-list {
		width: calc(100% - 441px);
		grid-template-columns: repeat(2, 1fr);
		gap: 32px;
	}
	.blog-sidebar {
		width: 405px;
	}

	.blog-pagination-wrapper {
		margin-top: 64px;
	}
}

@media screen and (max-width: 1350px) {
	.title-section {
/*		padding-top: 190px;*/
		padding-top: 130px;
	}
	.blog-block {
		gap: 24px;
	}
	.blog-list {
		width: calc(100% - 408px);
	}
	.blog-sidebar {
		width: 384px;
	}
	.more-btn .btn {
		width: fit-content;
	}
}

@media screen and (max-width: 1199px) {
	.blog-block {
		gap: 20px;
	}
	.blog-list {
		width: calc(100% - 327px);
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.blog-list-item-img {
		margin-bottom: 24px;
	}
	.blog-list-item-chapter {
		margin-bottom: 16px;
	}
	.blog-list-item-title {
		-webkit-line-clamp: 3;
	}

	.blog-sidebar {
		width: 307px;
	}
	.blog-sidebar-menu {
		margin-bottom: 24px;
	}
	.blog-sidebar-menu-item {
		font-size: 16px;
		padding: 20px;
	}
}

@media screen and (max-width: 991px) {
	.title-section {
/*		padding-top: 140px;*/
		padding-top: 105px;
	}


	.blog {
		margin-bottom: 50px;
	}
	.blog-block {
		flex-direction: column-reverse;
		gap: 30px;
	}
	.blog-list {
		width: 100%;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.blog-list-item-img {
		margin-bottom: 16px;
		border-radius: 30px;
	}
	.blog-list-item-chapter {
		margin-bottom: 12px;
	}
	.blog-list-item-title {
		font-size: 16px;
	}

	.blog-sidebar {
		width: 100%;
	}
	.blog-sidebar-menu {
		border: none;
		display: flex;
		gap: 10px;
		overflow-x: auto;
		margin: 0 -40px;
		padding: 0 40px;
		padding-bottom: 16px;
		border-radius: 0;
	}
	.blog-sidebar-menu-item {
		border: 1px solid #c7c7c7;
		border-radius: 20px;
		padding: 12px 16px;
		font-size: 16px;
		white-space: nowrap;
	}
	.blog-sidebar-menu-item:last-child {
		border: 1px solid #c7c7c7;
	}
	.blog-sidebar-tags {
		display: none;
	}
	.more-btn {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 650px) {
	.title-section {
/*		padding-top: 118px;*/
		padding-top: 85px;
	}
	.blog-list {
		grid-template-columns: 1fr;
	}
	.blog-sidebar-menu {
		/*margin: 0 -16px;
		padding: 0 16px;*/
		padding-bottom: 16px;
	}
	.pagination {
		padding: 0 50px;
/*		margin: 0 -16px;*/
	}
	.pagination-list {
		/* gap: 20px; */
		gap: 10px;
	}
	.pagination-arrow svg {
		width: 25px;
	}
	.pagination-arrow--prev {
		left: 20px;
	}
	.pagination-arrow--next {
		right: 20px;
	}



	/** {
		scrollbar-width: none;
	}*/


	.blog-sidebar-menu-item {
		padding: 8px 10px;
	}
}




@media screen and (min-width: 1351px) and (max-width: 1500px) {
	.header-menu-item {
		font-size: 13px;
	}
	.header-menu {
		margin-left: 1%;
	}
    .header-phone {
        margin-left: 1%;
    }
}







.mobile-dropdown-btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
    background: #eaf3ee;
    border-radius: 32px;
    padding: 16px 20px;
    font-size: 18px;
}
.mobile-dropdown-btn-icon {
	width: 20px;
	height: 20px;
	transition: all .3s;
}
.mobile-dropdown-btn.active .mobile-dropdown-btn-icon {
	transform: rotate(-180deg);
}
.mobile-dropdown-btn-name {
	display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (min-width: 992px) {
	.mobile-dropdown-btn {
		display: none;
	}
}


@media screen and (max-width: 991px) {
	.mobile-dropdown-list {
		margin-bottom: 8px;
	}
	.how-to-connect-tabs-head-item {
		border-radius: 0;
	}
	.how-to-connect-tabs-head-item:before {
		display: none;
	}
    .how-to-connect-tabs-head-list {
        gap: 0;
        width: 100%;
        flex-direction: column;
        display: none;
        overflow: hidden;

        position: absolute;
	    width: 100%;
	    z-index: 1;
	    left: 0;
	    top: 100%;

	    background: #fff;
    	border: 1px solid #223f4c;
    }

    .how-to-connect-tabs-head-item {
    	font-weight: 500;
        padding: 12px 16px;
	    font-size: 16px;
	    color: #54798c;
    }
    .how-to-connect-tabs-head-item.active {
    	background: #223F4C;
    	color: #fff;
    }



    .how-to-connect-tabs-head {
    	position: relative;
    	overflow: visible;
    	margin: 0;
    	padding: 0;
    	width: 100%;
    	margin-bottom: 10px;
    }
    .how-to-connect-tabs-head-list {
    	border-radius: 20px;
    	margin-top: 8px;
    }

	.cases-open-list {
		margin-bottom: 24px;
	}
    .cases-tabs-head {
    	overflow: visible;
	    flex-direction: column;
	    gap: 0;
	    padding: 0;
	    margin: 0;
	    display: none;

	    position: absolute;
        z-index: 1;
        width: 100%;
        background: #fff;
        border-radius: 20px;
        overflow: hidden;
        border: 1px solid #223f4c;
        top: 64px;
    }
    .cases-tabs {
    	position: relative;
    }
    .cases-tabs-head-item {
        border-radius: 0;
        border: none;
    }
    .cases-tabs-head-item.active {
	    background: #223f4c;
	    color: #fff;
	}
}





/*popup form*/


.popupform {
	background: #223F4C;
	padding: 92px 40px 48px;
	border-radius: 40px;
	max-width: 650px;
	width: calc(100% - 30px);
	position: relative;

	display: none;
}
.popupform-close {
	position: absolute;
	width: 35px;
	height: 35px;
	display: flex;
	top: 47px;
	right: 40px;
}
.popupform-close svg {
	width: 100%;
	height: 100%;
}
.popupform-title {
	font-size: 56px;
	line-height: 1.2;
	color: #fff;
	font-weight: 500;
	margin-bottom: 40px;
    letter-spacing: 2.4px;
}
.popupform-tarif {
    color: #223f4c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    border-radius: 24px;
    padding: 14px 24px;
    background: #fff;
    border: none;
    outline: none;
    width: 100%;
}

.form-field {
	position: relative;
}
.popupform .form-field {
	margin-bottom: 19px;
}
.form-field-placeholder {
	color: #a4b4b1;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	position: absolute;
    top: 15px;
	left: 25px;
	pointer-events: none;
}
.form-field-placeholder-star {
	color: #FF2424;
}
.form-field input:focus ~ .form-field-placeholder,
.form-field input:not(:placeholder-shown) ~ .form-field-placeholder,
.form-field input:-webkit-autofill ~ .form-field-placeholder {
	display: none;
}




.popupform-btn {
	margin-top: 40px;
}
.popupform-btn .btn {
	font-size: 14px;
	padding: 16px 24px;
}

.popupform-success {

}
.popupform-success-title {
	font-size: 48px;
	line-height: 1.2;
	color: #fff;
	font-weight: 500;
	margin-bottom: 26px;
	letter-spacing: 2.2px;
}
.popupform-success-text {
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	font-weight: 400;
}
.popupform-success-text p {
	margin-bottom: 8px;
}
.popupform-success-text p:last-child {
	margin-bottom: 0;
}
.popupform-success-text a {
	color: #67bf94;
	text-decoration: none;
}



/*.popupform .is-close-button {
	display: none;
}*/
.fancybox__slide {
	background: #54798C66;
}
.fancybox__viewport.is-draggable {
    cursor: auto!important;
}
.fancybox__viewport.is-draggable .fancybox__slide.has-html {
	transform: none!important;
}




@media screen and (max-width: 1280px) {
	.popupform-title {
		font-size: 48px;
	}
}

@media screen and (max-width: 1199px) {
	.popupform {
		padding: 68px 32px 32px;
		max-width: 600px;
	}
	.popupform-close {
		top: 32px;
		right: 32px;
	}
    .popupform-btn {
    	margin-top: 30px;
    }
}


@media screen and (max-width: 1023px) {
	.popupform {
		
	}
	.popupform-title {
		font-size: 36px;
    	margin-bottom: 22px;
	}
	.popupform-close {
		width: 25px;
		height: 25px;
	}
	.popupform .form-field {
		margin-bottom: 15px;
	}
    .popupform-btn {
    	margin-top: 20px;
    }

    .popupform-success-title {
    	font-size: 36px;
    	margin-bottom: 20px;
    }
    .popupform-success-text {
    	font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
	.popupform {
		padding: 55px 16px 30px;
	}
	.popupform-title {
		font-size: 28px;
		letter-spacing: 1px;
	}
	.popupform-btn .btn {
		width: 100%;
	}
    .popupform-close {
        right: 17px;
    }

    .popupform-success-title {
    	font-size: 28px;
    	margin-bottom: 10px;
		letter-spacing: 1px;
    }
    .popupform-success-text {
    	font-size: 16px;
    }
}


/*popup form end*/




/*хлебные крошки*/

.breadcrumbs {
	display: flex;
/*	flex-wrap: wrap;*/
	margin-bottom: 48px;
}
.breadcrumbs-item {
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	padding-right: 43px;
	position: relative;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}
.breadcrumbs-item:after {
	content: '';
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMyIgdmlld0JveD0iMCAwIDE1IDMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxjaXJjbGUgY3g9IjEuNSIgY3k9IjEuNSIgcj0iMS41IiBmaWxsPSIjNTQ3OThDIi8+CjxjaXJjbGUgY3g9IjcuNSIgY3k9IjEuNSIgcj0iMS41IiBmaWxsPSIjNTQ3OThDIi8+CjxjaXJjbGUgY3g9IjEzLjUiIGN5PSIxLjUiIHI9IjEuNSIgZmlsbD0iIzU0Nzk4QyIvPgo8L3N2Zz4K");
	width: 15px;
	height: 3px;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
/*	right: -29px;*/
	right: 14px;
}
.breadcrumbs-item:last-child {
	padding-right: 0;
    flex-shrink: 1;
}
.breadcrumbs-item:last-child:after {
	display: none;
}
.breadcrumbs-item a {
	color: #54798C;
}
.breadcrumbs-item span,
.breadcrumbs-item--nolink {
	color: #67BF94;
}


@media screen and (max-width: 1199px) {
	.breadcrumbs {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 991px) {
	.breadcrumbs {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 991px) {
	.breadcrumbs {
		margin-bottom: 20px;
	}
}


/*хлебные крошки конец*/



.blog-sidebar-menu-item--active {
	position: relative;
}
.blog-sidebar-menu-item--active:before {
	left: 0;
	top: 0;
	height: 100%;
	background: #CC0000;
	border-radius: 3px;
	width: 2px;
	position: absolute;
	content: '';
}



.blog-content {
	width: calc(100% - 450px);
}
@media screen and (max-width: 1600px) {
	.blog-content {
		width: calc(100% - 441px);
	}
}
@media screen and (max-width: 1350px) {
	.blog-content {
		width: calc(100% - 408px);
	}
}
@media screen and (max-width: 1199px) {
	.blog-content {
		width: calc(100% - 327px);
	}
}
@media screen and (max-width: 991px) {
	.blog-content {
		width: 100%;
	}
	.blog-sidebar-menu-item--active {
		border-color: #CC0000;
	}
	.blog-sidebar-menu-item--active:before {
		display: none;
	}
}




.article-head {
	margin-bottom: 24px;
}
.article-head-date {
	font-size: 24px;
	line-height: 1.5;
	color: #15404B;
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 23px;
}
.article-head-date img {
	width: 25px;
	height: 22px;
	display: flex;
}
.article-head-author {
	font-size: 24px;
	line-height: 1.3;
	color: #54798C;
	margin-bottom: 23px;
}
.article-head-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}


.article-title .h1 {
	font-size: 42px;
}


/*.article-img {
	width: 100%;
	display: flex;
}*/
.article-body img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}

.article h2 {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	color: #0E171B;
	margin: 20px 0;
}

.article h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	color: #0E171B;
	margin: 20px 0;
}

.article h4 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	color: #0E171B;
	margin: 20px 0;
}

.article h5 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	color: #0E171B;
	margin: 20px 0;
}

.article h6 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #0E171B;
	margin: 20px 0;
}

.article p {
	margin: 20px 0 25px;
	color: #223F4C;
	font-size: 20px;
	line-height: 1.5;
}

.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
	font-weight: 300;
}
.underline {
	text-decoration: underline;
}

.article ul, 
.article ol {
	margin: 20px 0 30px;
	color: #223F4C;
	font-size: 20px;
	line-height: 1.5;
	list-style: none;
}
/*.article li::marker {
	color: #67BF94;
}*/
.article li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 6px;
}
.article ul li:before {
	position: absolute;
	background: #67BF94;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	top: 10px;
	left: 0;
}
.article ol {
	counter-reset: li;
}
.article ol li {
	counter-increment: li;
}
.article ol li:before {
	position: absolute;
	color: #67BF94;
	content: counter(li);
	top: 0;
	left: 0;
}

.article-body a {
	font-size: 20px;
	font-weight: 500;
	color: #67BF94;
}
.article-body a:hover {
	text-decoration: underline;
}



.article-table {

}
.article-table table {
	border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #C7C7C7;
    border-radius: 8px;
    overflow: hidden;
    min-width: 100%;
    width: fit-content;
}
.article-table table th {
	padding: 22px;
	background: #FCFCFC;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	color: #223F4C;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	min-width: 150px;
}
.article-table table td {
	padding: 22px;
	background: #FCFCFC;
	border-bottom: 1px solid #C7C7C7;
	border-right: 1px solid #C7C7C7;
	color: #223F4C;
	font-size: 16px;
}
.article-table tr:last-child td {
    border-bottom: none;
}
.article-table tr td:last-child, 
.article-table tr th:last-child {
    border-right: none;
}

@media screen and (max-width: 1600px) {
	.article-title .h1 {
		font-size: 40px;
	}
	.article h2 {
		font-size: 30px;
	}

	.article h3 {
		font-size: 26px;
	}

	.article h4 {
		font-size: 24px;
	}

	.article h5 {
		font-size: 22px;
	}

	.article h6 {
		font-size: 20px;
	}
}
@media screen and (max-width: 1350px) {
	.article-title .h1 {
		font-size: 36px;
	}
	.article h2 {
		font-size: 28px;
	}

	.article h3 {
		font-size: 24px;
	}

	.article h4 {
		font-size: 22px;
	}

	.article h5 {
		font-size: 21px;
	}
}
@media screen and (max-width: 1199px) {
	.article-title .h1 {
		font-size: 32px;
	}
	.article h2 {
		font-size: 26px;
	}

	.article-head-date {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.article-head-author {
		font-size: 20px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 991px) {
	.article-title .h1 {
		font-size: 28px;
	}
	.article h2 {
		font-size: 24px;
	}

	.article h3 {
		font-size: 22px;
	}

	.article h4 {
		font-size: 21px;
	}

	.article h5 {
		font-size: 20px;
	}
}
@media screen and (max-width: 650px) {
	.article-title .h1 {
		font-size: 20px;
	}
	.article h2 {
		font-size: 18px;
	}

	.article h3 {
		font-size: 17px;
	}

	.article h4 {
		font-size: 16px;
	}

	.article h5 {
		font-size: 16px;
	}

	.article h6 {
		font-size: 16px;
	}

	.article p {
		font-size: 16px;
		margin: 15px 0 20px;
	}
	.article ul, 
	.article ol {
		font-size: 16px;
		margin: 15px 0 20px;
	}
	.article li {
		padding-left: 22px;
	}
	.article ul li:before {
		top: 7px;
	}
	.article a {
		font-size: 16px;
	}
	.article-body img {
		margin: 0;
	}

	.article-head-date {
		font-size: 16px;
	}

	.article-head-date img {
		width: 20px;
		height: 17px;
	}
	.article-head-author {
		font-size: 16px;
	}
	.article-table {
	    width: calc(100% + 30px);
	    overflow-x: auto;
	    padding: 0 16px 15px;
	    margin: 0 -16px;
	}
	.article-table table th {
		font-size: 16px;
		min-width: 180px;
	}
	.article-table table td {
		font-size: 14px;
	}
}
/* End */
/* /local/templates/new/assets/css/fancybox.css?177269274332693 */
/* /local/templates/new/assets/css/style.css?177366067486837 */
