

/* Start:/bitrix/templates/seoprok/_/sys/css/fonts.min.css?1669067116210*/
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap);
/* End */


/* Start:/bitrix/templates/seoprok/_/sys/css/swiper.min.css?16690671162703*/
.swiper,.swiper-wrapper{position:relative;z-index:1}.swiper{margin-left:auto;margin-right:auto;overflow:hidden;list-style:none;padding:0}.swiper-wrapper{width:100%;height:100%;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-button-next{right:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:0;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-bullet.swiper-pagination-bullet-active{opacity:1}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-fade .swiper-slide{visibility:hidden}.swiper-fade .swiper-slide-active{visibility:visible}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
/* End */


/* Start:/bitrix/templates/seoprok/_/sys/css/fancybox.min.css?166906711715426*/
@keyframes fancybox-rotate{to{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{0%{transform:scale(.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__button,.carousel__dots{padding:0;display:flex;justify-content:center}.carousel__dots{margin:0 auto;position:absolute;top:calc(100% + .5rem);left:0;right:0;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);border:0;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:0;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container :focus{outline:0}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0)0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0) + 8px);right:calc(env(safe-area-inset-right,0) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:0 0;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:0 0}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,hsla(0deg,0%,0%,0)0,hsla(0deg,0%,0%,.006) 8.1%,hsla(0deg,0%,0%,.021) 15.5%,hsla(0deg,0%,0%,.046) 22.5%,hsla(0deg,0%,0%,.077) 29%,hsla(0deg,0%,0%,.114) 35.3%,hsla(0deg,0%,0%,.155) 41.2%,hsla(0deg,0%,0%,.198) 47.1%,hsla(0deg,0%,0%,.242) 52.9%,hsla(0deg,0%,0%,.285) 58.8%,hsla(0deg,0%,0%,.326) 64.7%,hsla(0deg,0%,0%,.363) 71%,hsla(0deg,0%,0%,.394) 77.5%,hsla(0deg,0%,0%,.419) 84.5%,hsla(0deg,0%,0%,.434) 91.9%,hsla(0deg,0%,0%,.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2),.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/bitrix/templates/seoprok/_/sys/css/style.css?177675540244104*/
@charset "UTF-8";
*, :after, :before {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box
}

body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%
}

a, body {
    color: #272727
}

body {
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #fff
}

body.popup-show {
    height: 100%;
    overflow: hidden
}

h1, h2, h3, h4, h5, h6 {
    font: inherit;
    display: inline
}

ol, ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

li {
    display: block;
    list-style-image: none
}

a {
    text-decoration: none;
    outline: 0;
    transition: .3s
}

button {
    outline: 0;
    appearance: none
}

input:-webkit-autofill {
    transition: all 5000s ease-in-out 0s
}

i, var {
    font-style: normal
}

strong {
    font-weight: 700
}

u {
    text-decoration: none
}

img, picture, svg {
    display: block
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

circle, line, path, rect {
    transition: .3s
}

.case {
    position: relative;
    width: 1330px;
    padding: 0 10px;
    margin: 0 auto
}

.case .case {
    width: auto;
    padding-left: 0;
    padding-right: 0
}

.swiper-button-next, .swiper-button-prev {
    margin-top: 0 !important;
    transform: translateY(-50%)
}

@media screen and (max-width: 1360px) {
    .case {
        width: 1200px
    }
}

@media screen and (max-width: 1220px) {
    .case {
        width: 960px
    }
}

@media screen and (max-width: 992px) {
    .case {
        width: 730px
    }
}

@media screen and (max-width: 767px) {
    .case {
        width: 560px
    }
}

@media screen and (max-width: 580px) {
    .case {
        width: 100%
    }
}

@media screen and (max-width: 390px) {
    .case {
        width: 100%;
        padding: 0 12px
    }
}

.row {
    display: flex;
    flex-wrap: wrap
}

.btn, .btn svg {
    position: relative
}

.btn {
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    color: #272727;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    overflow: hidden;
    background: 0 0;
    transition: .3s;
    border: 0;border-radius:8px;
    outline: 0
}

.btn svg {
    top: 1px;
    margin-left: 10px
}

.btn.--white {
    color: #272727;
    background: #fff
}

.btn.--white:hover {
    color: #fff;
    background: #09b559
}

.btn.--black {
    color: #fff;
    background: #272727
}

.btn.--b-white {
    color: #fff;
    border: 1px solid #fff
}

.btn.--b-white:hover, .btn.--g-white {
    color: #09b559;
    background: #fff
}

.btn.--g-white:hover {
    color: #fff;
    background: #272727
}

.btn.--green {
    color: #fff;
    background: #09b559
}

.btn.--green:hover {
    background: rgba(9, 181, 89, .7)
}

.btn.--h-dark:hover {
    background: #272727
}

.btn.--h-white:hover {
    color: #09b559;
    background: #fff
}

.btn.--h-white:hover svg path, .check.--icon.--checked .check__icon svg circle[fill], .check.--icon.--checked .check__icon svg line[fill], .check.--icon.--checked .check__icon svg path[fill], .check.--icon.--checked .check__icon svg rect[fill] {
    fill: #09b559
}

.btn.--h-green:hover {
    color: #fff;
    background: #09b559
}

.btn.--sm {
    min-height: 46px
}

.btn.--md {
    min-height: 51px
}

input, textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: 0 !important;
    -webkit-tap-highlight-color: transparent
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.input {
    width: 100%;
    display: block;
    transition: .3s
}

.input.--hide {
    display: none
}

.input, .input__wrap {
    position: relative
}

.input__label {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 9px;
    display: block;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.input__area {
    width: 100%;
    color: #272727;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    transition: .3s;
    background: 0 0;
    position: relative
}

.input__area::placeholder {
    color: #272727;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    transition: .3s
}

.input__area:focus::placeholder {
    opacity: 0
}

.input__incdec {
    position: absolute;
    bottom: 6px;
    right: 8px;
    display: flex;
    flex-direction: column
}

.input__incdec-btn {
    margin-bottom: 10px;
    cursor: pointer
}

.input__incdec-btn:last-child {
    margin-bottom: 0
}

.input__error {
    color: #c00000;
    font-size: 12px;
    transition: .3s;
    border: 1px solid #c00000;
    padding: 7px 12px 10px;
    opacity: 0;
    visibility: hidden
}

.input.--gray .input__area {
    padding: 8.5px 12px;
    border: 1px solid #ccc
}

.input.--gray .input__area::placeholder {
    color: #ccc
}

.input.--gray .input__area:focus {
    border-color: #272727
}

.input.--gray.--error .input__area {
    border-color: #c00000
}

.input.--bg-gray .input__area {
    padding: 16px 20px;
    color: #272727;
    background: #f7f7f7;
    font-weight: 700
}

.input.--bg-gray .input__area::placeholder {
    color: #ccc;
    font-weight: 700
}

.input.--b-black .input__area {
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid #272727
}

.input.--b-black .input__area::placeholder {
    color: #b7b7b7;
    font-size: 18px
}

.input.--b-black.--error .input__area, .input.--b-white.--error .input__area {
    border-bottom-color: #c00000
}

.input.--b-white .input__area {
    color: #fff;
    font-size: 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, .44)
}

.input.--b-white .input__area::placeholder {
    color: rgba(255, 255, 255, .44);
    font-size: 18px
}

.input.--required.--error .input__wrap:before {
    left: 0;
    bottom: -17px;
    width: 100%;
    height: auto;
    color: #c00000;
    font-size: 12px;
    transition: .3s;
    position: absolute;
    content: "Поле обязательно для заполнения"
}

.input.--disabled {
    opacity: .3;
    pointer-events: none
}

@media screen and (max-width: 767px) {
    .input__label {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width: 580px) {
    .input.--b-white .input__area {
        border-bottom-color: #fff
    }
}

@media screen and (max-width: 390px) {
    .input__label {
        font-size: 14px;
        line-height: 22px
    }

    .input__incdec {
        bottom: 3px
    }

    .input__incdec-btn {
        margin-bottom: 6px
    }

    .input__incdec-btn svg {
        width: 10px
    }

    .input.--gray .input__area {
        font-size: 12px;
        padding: 6px 10px
    }

    .input.--gray .input__area::placeholder {
        font-size: 12px
    }

    .input.--b-black .input__area {
        padding-bottom: 10px
    }
}

.check {
    position: relative;
    cursor: pointer;
    transition: .3s
}

.check__input, .select select {
    display: none
}

.check__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.check__point, .check__wrap {
    position:relative;border-radius:8px
}

.check__icon, .check__text {
    transition: .3s
}

.check__text {
    font-size: 18px;
    font-weight: 400;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.check__text a {
    color: #09b559;
    border-bottom: 1px solid transparent
}

.check.--radio.--checked .check__point, .check__text a:hover {
    border-color: #09b559
}

.check.--check .check__wrap {
    align-items: flex-start
}

.check.--check .check__point {
    width: 13px;
    height: 13px;
    margin-top: 5px;
    border: 1px solid #272727;
    border-radius: 3px
}

.check.--check .check__point:before {
    width: 9px;
    height: 8px;
    margin-top: 1px;
    transform: translate(-50%, -50%) scale(0);
    background: url(/bitrix/templates/seoprok/_/sys/css/../../sys/imgs/check.svg) no-repeat;
    background-size: contain
}

.check.--check .check__text {
    font-size: 12px;
    line-height: 19px;
    width: calc(100% - 13px);
    padding-left: 10px;
    padding-right: 70px
}

.check.--check .check__text a:hover, .check.--radio.--checked .check__text {
    color: #09b559
}

.check.--check.--checked .check__point:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1)
}

.check.--radio .check__point {
    width: 28px;
    height: 28px;
    border: 1px solid #272727;
    border-radius: 50%;
    background: 0 0
}

.check.--check .check__point:before, .check.--radio .check__point:before, .check.--sq .check__point:before {
    content: "";
    top: 50%;
    left: 50%;
    transition: .3s;
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.check.--radio .check__point:before {
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #272727
}

.check.--radio .check__text {
    font-weight: 700;
    padding-left: 11px
}

.check.--radio.--checked .check__point:before {
    background: #09b559;
    width: 14px;
    height: 14px;
    opacity: 1;
    visibility: visible
}

.check.--bg-gray {
    padding: 25px;
    background: #f7f7f7
}

.check.--bg-gray.--checked {
    background: #09b559
}

.check.--bg-gray.--checked .check__point {
    background: #fff;
    border-color: #fff
}

.check.--bg-gray.--checked .check__text {
    color: #fff
}

.check.--fd .check__wrap {
    align-items: flex-start;
    flex-direction: column
}

.check.--fd .check__text {
    font-size: 20px;
    padding-top: 13px;
    padding-left: 0
}

.check.--sq .check__point {
    width: 29px;
    height: 29px;
    border: 1px solid #272727
}

.check.--sq .check__point:before {
    width: 18px;
    height: 13px;
    transform: translate(-50%, -50%) scale(0);
    background: url(/bitrix/templates/seoprok/_/sys/css/../../sys/imgs/check.svg) no-repeat
}

.check.--sq .check__text {
    width: calc(100% - 29px);
    padding-left: 15px
}

.check.--sq.--white .check__point {
    border-color: #fff
}

.check.--sq.--white .check__point:before {
    background: url(/bitrix/templates/seoprok/_/sys/css/../../sys/imgs/check-white.svg) no-repeat
}

.check.--sq.--checked .check__point:before {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1)
}

.check.--icon .check__wrap {
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.check.--icon .check__icon {
    height: 41px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.check.--icon .check__text {
    font-size: 14px;
    font-weight: 700
}

.check.--icon.--checked .check__icon svg circle[stroke], .check.--icon.--checked .check__icon svg line[stroke], .check.--icon.--checked .check__icon svg path[stroke], .check.--icon.--checked .check__icon svg rect[stroke], .swiper-button-next.--black:hover svg path, .swiper-button-prev.--black:hover svg path {
    stroke: #09b559
}

.check.--icon.--checked .check__text, .select.--b-black .select__item i, .select__item:hover {
    color: #09b559
}

.check.--icon.--checked:hover .check__icon {
    transform: translateY(0)
}

.check.--icon:hover .check__icon {
    transform: translateY(-3px)
}

.check.--error::before {
    left: 0;
    bottom: -17px;
    width: 100%;
    height: auto;
    color: #c00000;
    font-size: 12px;
    transition: .3s;
    position: absolute
}

.check.--error.--check .check__point {
    border-color: red
}

@media screen and (max-width: 767px) {
    .check.--icon .check__icon {
        width: 28px;
        height: 31px;
        margin-bottom: 7px;
        position: relative
    }

    .check.--icon .check__icon svg {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .check.--icon .check__text {
        font-size: 13px
    }
}

@media screen and (max-width: 580px) {
    .check.--check .check__text {
        padding-right: 10px
    }

    .check.--icon:hover .check__icon {
        transform: translateY(0)
    }

    .check.--sm .check__text {
        font-size: 15px
    }
}

@media screen and (max-width: 390px) {
    .check.--icon .check__text {
        font-size: 11px
    }

    .check.--sm .check__text {
        font-size: 13px
    }
}

.select {
    z-index: 10;
    transition: .3s;
    cursor: pointer
}

.select, .select__wrap {
    position: relative
}

.select__label {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 9px;
    display: block
}

.select__area {
    color: #272727;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px;
    transition: .3s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.select__title {
    color: #ccc;
    width: calc(100% - 21px);
    padding-right: 5px;
    transition: .3s;
    display: flex;
    flex-wrap: wrap
}

.select__title i {
    color: #09b559;
    margin-left: 5px
}

.select__icon {
    width: 21px;
    height: 14px;
    transition: .3s;
    background: url(/bitrix/templates/seoprok/_/sys/css/../../sys/imgs/chevron.svg) no-repeat;
    position: relative
}

.select__drop {
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    color: #272727;
    background: #fff;
    border: 1px solid #272727;
    overflow: auto;
    transition: .3s;
    padding: 5px 5px 5px 0
}

.select__list {
    max-height: 145px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc #fff
}

.select__list::-webkit-scrollbar {
    width: 4px
}

.select__list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 20px
}

.select__item {
    width: 100%;
    font-size: 15px;
    padding: 8px 12px;
    transition: .3s
}

.select__item i {
    margin-left: 8px
}

.select.--row .select__wrap, .select__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.select.--row .select__label {
    width: calc(100% - 180px);
    padding-right: 18px;
    margin-bottom: 0
}

.select.--row .select__area {
    width: 180px
}

.select.--row .select__drop {
    width: 180px;
    left: auto;
    right: 0
}

.select.--b-black .select__area {
    padding: 11px 12px;
    border-color: #272727
}

.select.--b-black .select__title {
    color: #272727;
    font-size: 18px;
    font-weight: 700
}

.select.--b-black .select__item {
    padding: 4px 12px;
    font-size: 18px;
    font-weight: 700
}

.select.--b-black .select__item:hover {
    color: #ccc
}

.select.--filled .select__title {
    color: #272727
}

.select.--open {
    z-index: 100
}

.select.--open .select__area {
    z-index: 2;
    border-color: #272727 #272727 transparent
}

.select.--open .select__icon {
    transform: scale(1, -1)
}

.select.--open .select__drop {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

@media screen and (max-width: 767px) {
    .select__label {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width: 390px) {
    .select__label {
        font-size: 14px;
        line-height: 22px
    }

    .select__area {
        padding: 6px 10px
    }

    .select__title {
        font-size: 12px
    }
}

.textarea__wrap {
    position: relative
}

.textarea__area, .textarea__label {
    font-family: "Open Sans", sans-serif
}

.textarea__label {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 9px;
    display: block
}

.textarea__area {
    width: 100%;
    height: 250px;
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    transition: .3s;
    background: 0 0;
    position: relative;
    resize: none
}

.textarea__area::placeholder {
    color: #272727;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    transition: .3s;
    opacity: 1
}

.textarea__area:focus::placeholder {
    opacity: 0
}

.textarea.--gray .textarea__area {
    padding: 13px 12px;
    border: 1px solid #ccc
}

.textarea.--gray .textarea__area::placeholder {
    color: #ccc
}

.textarea.--gray .textarea__area:focus {
    border-color: #272727
}

.textarea.--bg-gray .textarea__area {
    height: 174px;
    padding: 16px 20px;
    color: #272727;
    background: #f7f7f7;
    font-weight: 700
}

.textarea.--bg-gray .textarea__area::placeholder {
    color: #ccc;
    font-weight: 700
}

.textarea.--white .textarea__area {
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .44)
}

.textarea.--white .textarea__area::placeholder {
    color: rgba(255, 255, 255, .44);
    font-size: 18px
}

.textarea.--sm .textarea__area {
    height: 134px
}

.textarea.--error .textarea__area {
    border-color: #c00000
}

.textarea.--required.--error .textarea__wrap:before {
    left: 0;
    bottom: -17px;
    width: 100%;
    height: auto;
    color: #c00000;
    font-size: 12px;
    transition: .3s;
    position: absolute;
    content: "Поле обязательно для заполнения"
}

.textarea.--disabled {
    opacity: .3;
    pointer-events: none
}

@media screen and (max-width: 767px) {
    .textarea__label {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width: 390px) {
    .textarea__area {
        height: 200px;
        padding: 6px 10px
    }

    .textarea__area::placeholder {
        font-size: 12px
    }

    .textarea__label {
        font-size: 14px;
        line-height: 22px
    }

    .textarea.--sm .textarea__area {
        height: 200px
    }
}

.file {
    transition: .3s;
    cursor: pointer
}

.file.--disabled {
    pointer-events: none !important;
    opacity: .3 !important
}

.file.--filled .file__placeholder, .file__input, .swiper-button-next:after, .swiper-button-next:before, .swiper-button-prev:after, .swiper-button-prev:before {
    display: none
}

.file__label {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 9px;
    display: block
}

.file__wrap {
    width: 100%;
    color: #272727;
    font-size: 16px;
    transition: .3s;
    padding: 8.5px 12px;
    border: 1px solid #ccc;
    background: 0 0;
    position: relative;
    cursor: pointer
}

.file__placeholder {
    color: #ccc;
    transition: .3s;
    display: block;
    cursor: pointer
}

.file__note {
    font-size: 12px;
    line-height: 17px
}

.file.--white {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.file.--white .file__wrap {
    color: #272727;
    background: #fff;
    max-width: 287px;
    font-size: 18px;
    padding: 6px 12px
}

.file.--white .file__placeholder {
    color: #272727;
    font-size: 16px;
    text-align: center
}

.file.--white .file__note {
    width: calc(100% - 287px);
    padding-right: 30px;
    padding-left: 14px
}

@media screen and (max-width: 992px) {
    .file.--white .file__wrap {
        max-width: 260px;
        font-size: 16px
    }

    .file.--white .file__placeholder {
        font-size: 14px
    }

    .file.--white .file__note {
        width: calc(100% - 260px);
        padding-right: 14px
    }
}

@media screen and (max-width: 767px) {
    .file__label {
        font-size: 16px;
        line-height: 26px
    }
}

@media screen and (max-width: 580px) {
    .file.--white {
        flex-direction: column
    }

    .file.--white .file__wrap {
        max-width: 295px;
        text-align: center
    }

    .file.--white .file__note {
        width: 100%;
        padding: 0;
        margin-top: 14px;
        text-align: center
    }
}

@media screen and (max-width: 390px) {
    .file__label {
        font-size: 14px;
        line-height: 22px
    }

    .file__wrap {
        padding: 6px 10px
    }

    .file__placeholder {
        font-size: 12px
    }
}

.swiper-button-next, .swiper-button-prev {
    z-index: 50;
    width: auto;
    transition: .3s
}

.swiper-button-next.--gray, .swiper-button-prev.--gray {
    border: 1px solid #b6b6b6
}

.swiper-button-next.--gray:hover, .swiper-button-prev.--gray:hover {
    border-color: #09b559
}

.swiper-button-next.--gray:hover svg path, .swiper-button-prev.--gray:hover svg path {
    fill: #09b559
}

.swiper-button-next.--w-round, .swiper-button-prev.--w-round {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    border: 4px solid #09b559;
    background: #fff
}

.swiper-button-next.--w-round:hover, .swiper-button-prev.--w-round:hover {
    background: #39bf7a;
    border-color: #fff
}

.swiper-button-next.--w-round:hover svg path, .swiper-button-prev.--w-round:hover svg path {
    stroke: #fff
}

.swiper-button-prev img {
    transform: scale(-1, 1)
}

.swiper-pagination-fraction {
    font-size: 28px;
    font-weight: 700;
    transition: .3s
}

.swiper-pagination-fraction .swiper-pagination-current {
    color: #09b559;
    transition: .3s
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #09b559;
    margin: 0 5.5px !important;
    transition: .3s;
    cursor: pointer
}

.swiper-pagination-bullets.--white .swiper-pagination-bullet {
    background: #fff
}

@media screen and (max-width: 767px) {
    .swiper-button-next.--w-round, .swiper-button-prev.--w-round {
        width: 71px;
        height: 71px
    }

    .swiper-button-next.--w-round svg, .swiper-button-prev.--w-round svg {
        width: 15px
    }

    .swiper-pagination-fraction {
        font-size: 25px
    }
}

.h1, .h2, .h3, .h4 {
    font-size: 50px;
    font-weight: 700;
    line-height: 73px
}

.h2, .h3, .h4 {
    font-size: 35px;
    line-height: 56px
}

.h3, .h4 {
    font-size: 30px;
    line-height: 44px
}

.h4 {
    font-size: 28px;
    line-height: 41px
}

.h5 {
    font-size: 23px;
    line-height: 36px
}

.h5, .h6, .page-text h1 {
    font-weight: 700
}

.h6, .page-text h1, .page-text h3, .t1 {
    font-size: 18px;
    line-height: 28px
}

.inner {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden
}

.overflow-disable {
    overflow: hidden;
    position: fixed;
    width: 100%
}

.page {
    padding-top: 37px
}

.page__title {
    margin-bottom: 40px;
    display: block
}

.page-text {
    padding-bottom: 80px
}

.page-text h1 {
    font-size: 50px;
    line-height: 73px;
    margin-left: 0;
    margin-bottom: 39px;
    display: block
}

.page-text h3 {
    line-height: 29px;
    margin-left: 0;
    margin-bottom: 37px;
    display: block
}

.page-text h3:last-of-type, .page-text.--offer .page-text__req-item:last-of-type, .page-text__req-item:last-of-type {
    margin-bottom: 0
}

.page-text h4, .page-text h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-left: 0;
    margin-bottom: 30px;
    display: block
}

.page-text h5 {
    margin-top: 50px
}

.page-text h6 {
    margin-top: 60px;
    margin-bottom: 60px;
    display: block
}

.page-text p {
    text-align: justify;
    display: block
}

.page-text p a {
    color: #09b559;
    border-bottom: 1px solid #09b559
}

.page-text p a:hover, .txt a:hover {
    border-color: transparent
}

.page-text p a[href^=tel] {
    color: #272727;
    border-bottom: none
}

.page-text p a[href^=mailto] {
    border-bottom: none
}

.page-text ul {
    flex-direction: column;
    margin-bottom: 26px
}

.page-text p, .page-text ul li, .page-text.--offer p {
    line-height: 26px;
    margin-bottom: 26px
}

.page-text ul li:last-of-type {
    margin-left: 0 !important;
    margin-bottom: 0
}

.page-text__req-item {
    margin-bottom: 44px
}

.page-text__req-item p {
    margin-left: 0 !important;
    margin-bottom: 0;
    text-align: left
}

.page-text.--offer h4 {
    line-height: 38px;
    margin-top: -10px;
    margin-bottom: 28px;
    max-width: 500px
}

.page-text.--offer h5 {
    margin-top: 62px
}

.page-text.--offer .page-text__req {
    margin-top: 90px
}

.page-text.--offer .page-text__req-item p {
    margin-bottom: 0
}

.pad-none {
    padding: 0 !important
}

.pt0 {
    padding-top: 0 !important
}

.pb0 {
    padding-bottom: 0 !important
}

.p-auto {
    padding: 87px 0
}

.logo {
    width: 100%;
    display: block
}

.socials, .socials__item {
    display: flex;
    align-items: center
}

.socials {
    flex-wrap: wrap
}

.socials__item {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    background: #fff;
    margin-right: 12px
}

.socials__item img[alt=Telegram] {
    left: -1px;
    position: relative
}

.socials__item img {
    width: 20px
}

.socials__item:last-of-type {
    margin-right: 0
}

.socials__item:hover {
    background: #272727
}

.socials.--green .socials__item {
    background: #09b559
}

.socials.--green .socials__item:hover {
    background: rgba(9, 181, 89, .7)
}

.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pagination, .pagination__arrow {
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination {
    flex-wrap: wrap;
    margin-top: 70px
}

.pagination__arrow {
    width: 37px;
    height: 37px;
    border: 1px solid #272727;
    background: #272727
}

.pagination__arrow.--prev {
    margin-right: 22px
}

.pagination__arrow.--next {
    margin-left: 12px
}

.pagination__arrow svg path {
    fill: #fff
}

.pagination__arrow:hover {
    background: #09b559;
    border-color: #09b559
}

.pagination__arrow.--disabled {
    cursor: default;
    background: 0 0;
    pointer-events: none
}

.pagination__arrow.--disabled svg path {
    fill: #272727
}

.pagination__links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 22px
}

.pagination__link {
    font-size: 18px;
    margin-right: 10px
}

.pagination__link:last-child {
    margin-right: 0
}

.pagination__link:hover, .sitemap__list ul li.--done a, .sitemap__list ul li:hover a {
    color: #09b559
}

.pagination__link.--active {
    color: #09b559;
    font-weight: 700
}

.pagination__inter {
    cursor: default;
    margin-right: 10px
}

.t-links {
    margin-bottom: 74px;
    transition: .3s
}

.t-links__current, .t-links__item {
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
    cursor: pointer
}

.t-links__current {
    color: #272727;
    padding: 12px 10px;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.t-links__current span {
    width: calc(100% - 19px);
    padding-right: 20px;
    transition: .3s
}

.t-links__current img {
    width: 19px;
    top: 2px;
    transition: .3s;
    position: relative
}

.t-links__item {
    width: auto !important;
    color: #fff;
    line-height: 26px;
    background: #ababab;
    padding: 13px 21px;
    text-align: center;
    margin-right: 12px
}

.t-links__item:last-of-type {
    margin-right: 0
}

.t-links__item:hover {
    background: #09b559
}

.t-links__item.--wide {
    min-width: 137px
}

.t-links__item.--active {
    background: #09b559
}

.list-ar ul, .list-check ul, .sitemap__list ul {
    flex-direction: column
}

.list-check ul li {
    padding-top: 5px;
    padding-left: 52px;
    margin-bottom: 40px;
    position: relative
}

.list-check ul li:after, .list-check ul li:before {
    content: "";
    position: absolute
}

.list-check ul li:before {
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    background: #09b559;
    border-radius: 50%
}

.list-check ul li:after {
    z-index: 1;
    top: 9px;
    left: 7px;
    width: 20px;
    height: 14px;
    background: url(/bitrix/templates/seoprok/_/sys/css/../../sys/imgs/check-white-2.svg) no-repeat
}

.list-ar ul li:last-of-type, .list-check ul li:last-of-type, .sitemap__list ul li:last-of-type {
    margin-bottom: 0
}

.list-ar ul li {
    padding-left: 35px;
    margin-bottom: 22px;
    position: relative
}

.list-ar ul li:before {
    content: "";
    z-index: 1;
    top: 7px;
    left: 0;
    width: 22px;
    height: 16px;
    background: url(/bitrix/templates/seoprok/_/sys/css/../../sys/imgs/arrow-green.svg) no-repeat;
    position: absolute
}

.fadeIn {
    opacity: 0
}

.fadeIn-up {
    opacity: 0;
    transform: translateY(40px)
}

.fadeIn-up.loaded {
    transition: 1s;
    transform: translateY(0)
}

.fadeIn-left {
    opacity: 0;
    transform: translateX(-40px)
}

.fadeIn-left.loaded, .fadeIn-scale.loaded, .fadeIn-up.loaded {
    opacity: 1;
    transition-property: opacity, transform
}

.fadeIn-left.loaded {
    transition: 1s;
    transform: translateX(0)
}

.fadeIn-scale {
    opacity: 0;
    transform: scale(.5)
}

.fadeIn-scale.loaded {
    transition: 1.5s;
    transform: scale(1)
}

.fadeIn.loaded {
    opacity: 1;
    transition: 1.5s;
    transition-property: opacity
}

.move {
    transition: .3s;
    transition-property: transform
}

.sitemap {
    padding: 100px 0
}

.sitemap__title {
    margin-bottom: 40px
}

.sitemap__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sitemap__list ul li {
    margin-bottom: 15px
}

.sitemap__list ul li a {
    font-size: 20px;
    font-weight: 500
}

.sitemap__list ul li.--resp a {
    color: #ccc
}

.modal {
    width: 100%;
    padding: 0;
    display: none;
    position: relative;
    cursor: default !important;
    overflow: hidden
}

.modal__field, .modal__title {
    margin-bottom: 20px
}

.modal__btn {
    font-size: 18px;
    font-weight: 400;
    max-width: 162px;
    margin-top: 30px
}

.modal.--form {
    overflow: visible
}

.modal.--form, .modal.--thanks {
    max-width: 675px;
    padding: 20px 30px 30px
}

.modal.--thanks .modal__title {
    display: flex
}

.modal.--thanks .modal__title img {
    width: 32px;
    margin-left: 14px
}

.fancybox__backdrop {
    background: rgba(0, 0, 0, .5)
}

.fancybox__slide.has-image .fancybox__content {
    max-width: 726px;
    max-height: 700px
}

.fancybox__content .carousel__button.is-close {
    top: -70px
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: 0 !important
}

.carousel__button.is-close {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(39, 39, 39, .4);
    box-shadow: none;
    border: 0;
    outline: 0;
    user-select: none;
    transition: .3s;
    right: -20px !important
}

.carousel__button.is-close svg {
    display: none
}

.carousel__button.is-close:before {
    z-index: 10;
    content: "";
    width: 28px;
    height: 28px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    background: url(/bitrix/templates/seoprok/_/sys/css/../../sys/imgs/close.svg) no-repeat;
    position: absolute
}

.carousel__button.is-close:hover {
    background: #09b559
}

.solution__link-icon {
    display: none;
}

@media screen and (max-width: 1220px) {
    .h1 {
        font-size: 45px;
        line-height: 65px
    }

    .h3 {
        font-size: 28px;
        line-height: 40px
    }

    .h4 {
        font-size: 25px;
        line-height: 36px
    }

    .h5 {
        font-size: 21px;
        line-height: 31px
    }

    .p-auto {
        padding: 80px 0
    }
}

@media screen and (max-width: 992px) {
    .h1 {
        font-size: 42px;
        line-height: 55px
    }

    .h2 {
        font-size: 32px;
        line-height: 42px
    }

    .h3 {
        font-size: 26px;
        line-height: 38px
    }

    .h4 {
        font-size: 21px;
        line-height: 30px
    }

    .t1 {
        font-size: 17px;
        line-height: 27px
    }

    .page-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-left: 0;
        margin-bottom: 30px
    }

    .page-text h3, .page-text p {
        margin-left: 0
    }

    .page-text h4, .page-text h5 {
        line-height: 28px;
        margin-left: 0
    }

    .page-text h5, .page-text h5.md {
        margin-top: 60px
    }

    .page-text h6 {
        margin-top: 50px;
        margin-bottom: 50px
    }

    .page-text__req-item {
        max-width: 500px;
        margin-bottom: 30px
    }

    .t-links {
        margin-bottom: 54px
    }

    .t-links__item {
        padding: 10px 20px
    }

    .t-links__item.--wide {
        min-width: 100px
    }

    .list-check ul li {
        padding-top: 0;
        margin-bottom: 30px
    }

    .sitemap__list ul {
        width: 50%;
        margin-bottom: 40px
    }

    .sitemap__list ul:last-of-type {
        margin-bottom: 0
    }

    .fancybox__slide.has-image .fancybox__content {
        max-width: 600px;
        max-height: 700px
    }

    .fancybox__slide.has-video .fancybox__content {
        max-width: 730px !important
    }
}

@media screen and (max-width: 767px) {
    .h1 {
        font-size: 35px;
        line-height: 44px
    }

    .h2, .page-text h1 {
        font-size: 27px;
        line-height: 40px
    }

    .h3 {
        font-size: 23px;
        line-height: 37px
    }

    .h5 {
        font-size: 20px;
        line-height: 28px
    }

    .h6 {
        font-size: 16px;
        line-height: 25px
    }

    .page-text h3, .t1 {
        font-size: 16px;
        line-height: 26px
    }

    .page-text h1 {
        font-size: 30px
    }

    .page-text h1, .page-text h4, .page-text p {
        margin-bottom: 20px
    }

    .page-text h3 {
        margin-bottom: 30px
    }

    .page-text h3:last-of-type, .page-text.--offer .page-text__req p:last-of-type, .page-text__req-item p:last-of-type, .toggs__item:last-of-type {
        margin-bottom: 0
    }

    .page-text h3 u, .page-text h6 u {
        display: block
    }

    .page-text h5 {
        margin-top: 0;
        margin-bottom: 0
    }

    .page-text h5.md, .page-text h5.sm, .page-text.--offer h5 {
        margin-top: 0
    }

    .page-text h6 {
        line-height: 26px;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .page-text__req-item {
        max-width: 100%
    }

    .page-text.--offer .page-text__req p, .page-text__req-item p {
        margin-bottom: 6px
    }

    .page-text.--offer h4 {
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 20px
    }

    .page-text.--offer p {
        margin-bottom: 20px
    }

    .page-text.--offer .page-text__req, .toggs {
        margin-top: 40px
    }

    .toggs {
        margin-bottom: 40px
    }

    .toggs__item {
        cursor: pointer;
        margin-bottom: 29px;
        transition: .4s
    }

    .toggs__item.--toggle .toggs__head, .toggs__item:hover .toggs__head {
        color: #09b559
    }

    .toggs__item:hover .toggs__head:before {
        filter: brightness(1)
    }

    .toggs__item.--toggle .toggs__head:before {
        transform: scale(1, -1);
        filter: brightness(1)
    }

    .toggs__item.--toggle .toggs__body {
        margin-top: 20px
    }

    .toggs__head {
        padding-right: 40px;
        transition: .4s;
        position: relative
    }

    .toggs__head:before {
        content: "";
        top: 8px;
        right: 0;
        width: 25px;
        height: 16px;
        background: url(/bitrix/templates/seoprok/_/sys/css/../../sys/imgs/chevron-green-down.svg) no-repeat;
        background-size: contain;
        transition: .3s;
        filter: brightness(0);
        position: absolute
    }

    .toggs__body {
        height: 0;
        opacity: 0;
        transition: .4s;
        visibility: hidden
    }

    .t-links {
        overflow: visible;
        /*border: 1px solid #272727;*/
        transform: none !important;
        /*display: none;*/
    }

    .t-links__wrap {
        /*z-index: 10;*/
        /*height: 0;*/
        /*opacity: 0;*/
        /*transition: .3s;*/
        /*visibility: hidden;*/
        /*flex-direction: column;*/
        /*position: absolute;*/
        /*background: #fff;*/
        /*border: 1px solid #272727;*/
        /*border-top: none;*/
        /*top: 48px;*/
        /*left: 50%;*/
        /*transform: translateX(-50%);*/
        /*padding-bottom: 24px*/
        flex-direction: column;
        border: none;
    }

    .t-links__current {
        display: none;
    }

    .t-links__item {
        /*color: rgba(39, 39, 39, .5);*/
        color: #3C3C3C;
        /*border-bottom: 1px solid #ccc;*/
        /*margin: 0 0 0 10px;*/
        margin-right: 0;
        text-align: left;
        background: 0 0;
        font-weight: normal;
        font-size: 14px;
        cursor: pointer;
        background: #fff;
        box-shadow: 0 4px 14px rgba(39 39 39 / 8%);
        transition: .3s;
        margin-bottom: 12px;
        padding: 14px 11px;
    }


    .t-links__item:hover {
        color: #09b559;
        background: 0 0
    }

    .t-links__item.--wide {
        min-width: auto
    }


    .t-links__item.--active .solution__link-icon {
        background: #272727
    }

    .t-links__item.--active ~ .solution__list {
        display: block;
    }

    .t-links__item.--active {
        background: 0 0;
        color: #09b559;
    }

    .t-links.--toggle .t-links__current img {
        transform: scale(1, -1)
    }

    .t-links.--toggle .t-links__wrap, .toggs__item.--toggle .toggs__body {
        height: auto;
        opacity: 1;
        visibility: visible
    }

    .sitemap {
        padding: 50px 0 70px
    }

    .sitemap__list ul li a {
        font-size: 18px
    }

    .fancybox__slide.has-image .fancybox__content {
        max-width: 500px;
        max-height: 550px
    }

    .fancybox__slide.has-video .fancybox__content {
        max-width: 560px !important
    }

    .modal__title {
        font-size: 26px
    }

    .modal.--form, .modal.--thanks {
        max-width: 550px
    }
}

@media screen and (max-width: 580px) {
    .h1 {
        font-size: 30px;
        line-height: 44px
    }

    .h2 {
        font-size: 23px;
        height: auto !important;
        line-height: 37px
    }

    .h5 {
        font-size: 18px;
        line-height: 28px
    }

    .socials__item {
        width: 32px;
        height: 32px
    }

    .socials__item img {
        width: 17px;
        height: auto !important
    }

    .page__title {
        margin-bottom: 25px
    }

    .page-text {
        text-align: justify;
        padding-bottom: 45px
    }

    .page-text h1 {
        font-size: 26px;
        line-height: 36px
    }

    .page-text h3 {
        font-size: 15px;
        margin-bottom: 22px
    }

    .page-text h1, .page-text h4 {
        margin-bottom: 16px
    }

    .page-text h4, .page-text h5 {
        font-size: 16px;
        line-height: 26px
    }

    .page-text p, .page-text ul {
        font-size: 15px;
        line-height: 25px
    }

    .page-text ul li {
        margin-bottom: 6px
    }

    .page-text.--offer h4 br {
        display: none
    }

    .list-ar ul li, .page-text h3, .page-text.--offer p {
        line-height: 25px
    }

    .toggs__head:before {
        width: 20px;
        height: 13px
    }

    .sitemap {
        padding: 35px 0 70px
    }

    .sitemap__list ul {
        width: 100%
    }

    .list-ar ul li {
        font-size: 15px;
        margin-bottom: 18px
    }

    .fancybox__container.modals .carousel__button.is-close, .fancybox__container.modals .carousel__button.is-close:before {
        width: 28px;
        height: 28px
    }

    .fancybox__slide.has-image .fancybox__content {
        max-width: 350px;
        max-height: 400px
    }

    .fancybox__slide.has-video .fancybox__content {
        max-width: 370px !important
    }

    .fancybox__content .carousel__button.is-close {
        top: -55px
    }

    .carousel__button.is-close {
        width: 45px;
        height: 45px
    }

    .carousel__button.is-close:before {
        width: 22px;
        height: 22px;
        background-size: contain
    }

    .modal__field {
        margin-bottom: 14px
    }

    .modal__btn {
        margin-top: 20px
    }

    .modal.--form, .modal.--thanks {
        max-width: 390px
    }

    .modal.--thanks .modal__title {
        flex-direction: column-reverse
    }

    .modal.--thanks .modal__title img {
        margin-left: 0;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 390px) {
    .socials__item {
        width: 23px;
        height: 23px;
        margin-right: 15px
    }

    .socials__item img {
        width: 13px
    }

    .pagination {
        margin-top: 46px
    }

    .page {
        padding-top: 22px
    }

    .page__title {
        margin-bottom: 15px
    }

    .t-links {
        margin-bottom: 33px
    }

    .t-links__item {
        padding: 14px 11px !important;
    }

    .list-check ul li {
        padding-top: 7px;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .list-ar ul li {
        font-size: 14px;
        line-height: 22px;
        padding-left: 25px;
        margin-bottom: 15px
    }

    .list-ar ul li:before {
        top: 5px;
        width: 18px;
        height: 13px;
        background-size: contain
    }

    .page-text h1 {
        font-size: 23px;
        line-height: 33px
    }

    .page-text h3, .page-text h4, .page-text h6, .page-text p {
        font-size: 14px;
        line-height: 24px
    }

    .page-text h4, .page-text p {
        margin-bottom: 14px
    }

    .page-text p {
        line-height: 22px;
        margin-bottom: 23px
    }

    .page-text__req-item {
        margin-bottom: 20px
    }

    .page-text__req-item p {
        margin-bottom: 6px
    }

    .page-text__req-item p:last-of-type {
        margin-bottom: 0
    }

    .page-text.--offer h4 {
        line-height: 24px;
        margin-bottom: 40px;
        max-width: 260px
    }

    .toggs {
        margin-top: 45px
    }

    .sitemap {
        padding: 25px 0 50px
    }

    .sitemap__list ul {
        margin-bottom: 25px
    }

    .sitemap__list ul li {
        margin-bottom: 10px
    }

    .sitemap__list ul li a {
        font-size: 16px
    }

    .fancybox__slide.has-image .fancybox__content {
        max-width: 250px;
        max-height: 350px
    }

    .fancybox__slide.has-video .fancybox__content {
        max-width: 100% !important
    }

    .carousel__button.is-close {
        width: 40px;
        height: 40px
    }

    .carousel__button.is-close:before {
        width: 20px;
        height: 20px
    }

    .modal__btn {
        max-width: 100%
    }

    .modal.--form {
        padding: 14px 12px
    }

    .modal.--form .modal__title {
        padding-right: 60px
    }
}

@media screen and (max-height: 800px) {
    .fancybox__slide.has-image .fancybox__content {
        max-height: 550px
    }
}

@media screen and (max-height: 700px) {
    .fancybox__slide.has-image .fancybox__content {
        max-height: 550px
    }

    .fancybox__content .carousel__button.is-close {
        top: -30px;
        right: -70px
    }
}

.text {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0
}

.bx-core-adm-dialog input, .bx-core-adm-dialog select, .bx-core-adm-dialog textarea {
    appearance: auto !important
}

.cases .txt, .works .txt {
    padding-bottom: 0
}

.voucher + .txt {
    padding-top: 0
}

.txt {
    padding-top: 60px;
    padding-bottom: 80px
}

.txt .h1, .txt .h2 {
    margin-bottom: 30px
}

.txt .h1, .txt .h2, .txt .h3, .txt .h4, .txt .h5, .txt .h6 {
    display: block
}

.txt .h3, .txt .h4, .txt .h5, .txt .h6 {
    margin-bottom: 20px
}

.txt p {
    margin-bottom: 15px
}

.txt ul {
    flex-direction: column
}

.txt a {
    border-bottom: 1px solid #272727
}

.txt :last-child {
    margin-bottom: 0
}

@media screen and (max-width: 767px) {
    .txt {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .txt .h1, .txt .h2 {
        margin-bottom: 20px
    }
}

.toggs {
    margin-bottom: 40px
}
/* End */


/* Start:/bitrix/templates/seoprok/_/blocks/header/header.css?178610695117209*/
.header {
    z-index: 10
}

.header__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.header__logo {
    top: 2px;
    left: 2px;
    max-width: 110px;
    position: relative
}

.header__socials, .header__tel-mob-num {
    display: none
}

.header__main {
    width: 100%;
    max-width: calc(100% - 110px);
    padding-left: 20px
}

.header__panel {
    padding: 19px 0 15px;
    background: #fff
}

.header__bar {
    padding: 13px 0 10px;
    position: relative
}

.header__bar:before {
    z-index: -1;
    content: "";
    top: 0;
    left: 50%;
    width: 1000%;
    height: 100%;
    transform: translateX(-50%);
    background: #f7f7f7;
    position: absolute
}

.header__tel-mob {
    z-index: 1;
    border-radius: 50%;
    background: #09b559;
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .3s
}

.header__tel-mob img {
    width: 19px
}

.header__tel-mob img path {
    fill: #fff
}

.header__tel-mob:after, .header__tel-mob:before {
    z-index: -1;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: absolute;
    transition: .3s
}

.header__tel-mob:before {
    width: 50px;
    height: 50px;
    background: rgba(9, 181, 89, .15);
    animation: pulse 1.7s infinite
}

.header__tel-mob:after {
    width: 42px;
    height: 42px;
    background: rgba(9, 181, 89, .15)
}

.header__tel-mob, .header__tel-mob:hover:after, .header__tel-mob:hover:before {
    width: 34px;
    height: 34px
}

.header__bg, .header__btn {
    opacity: 0;
    visibility: hidden
}

.header__btn {
    right: 60px;
    font-weight: 700;
    max-width: 250px;
    position: absolute;
    pointer-events: none
}

.header__bg {
    z-index: 10;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed
}

.header__bg.--active {
    opacity: 1;
    visibility: visible
}

.h-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.h-panel__nav {
    margin-left: auto;
    position: relative;
}

.h-panel__nav > ul > li {
    /*margin-right: 36px;*/
}

.h-panel__nav > ul > li > a {
    display: block;
    padding: 10px 15px;
}

.h-panel__nav > ul > li .h-panel__sub_menu {
    display: flex;
    flex-direction: column;
    background: #fff;
    box-shadow: 0 4px 14px rgb(39 39 39 / 8%);
    min-width: 200px;
    max-width: max-content;
    width: 100%;
    position: absolute;
    border: 1px solid rgb(39 39 39 / 8%);
    top: 100%;
    left: auto;
    margin-left: 6px;
    transition: .3s;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
}

@media (min-width: 992px) {
    .h-panel__nav > ul > li:hover .h-panel__sub_menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

.h-panel__nav > ul > li .h-panel__sub_menu a {
    color: #6b6b6b !important;
    display: block;
    overflow-wrap: break-word;
    padding: 8px 24px 8px 8px;
    border-bottom: 1px solid rgb(39 39 39 / 8%);
}

.h-panel__nav > ul > li .h-panel__sub_menu li:last-child a {
    border-bottom: 0;
}

.h-panel__nav > ul > li .h-panel__sub_menu a:hover,
.h-panel__nav > ul > li .h-panel__sub_menu a:active,
.h-panel__nav > ul > li .h-panel__sub_menu a:focus,
.h-panel__nav ul li a.selected {
    color: #09b559 !important;
}

.h-panel__nav .h-panel__sub_menu-icon {
    display: none;
}

.h-bar__nav ul li:last-of-type, .h-panel__nav ul li:last-of-type {
    margin-right: 0
}

.h-panel__nav ul li a {
    color: #6b6b6b;
    font-family: "Roboto", sans-serif
}

.h-bar__nav ul li.has-subnav ul.subnav li:hover a, .h-bar__nav ul li:hover a, .h-panel__nav ul li:hover a {
    color: #09b559
}

.h-panel__tel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 97px
}

.h-panel__tel:hover .h-panel__tel-icon path {
    fill: #000
}

.h-panel__tel:hover .h-panel__tel-text {
    color: #000
}

.h-panel__tel-icon {
    width: 22px;
    margin-top: 3px
}

.h-panel__tel-text {
    color: #09b559;
    font-weight: 700;
    width: calc(100% - 22px);
    padding-left: 7px;
    transition: .3s
}

.h-panel__socials {
    margin: 0 96px
}

.h-panel__btn {
    font-size: 16px;
    font-weight: 700;
    max-width: 177px
}

.h-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end
}

.h-bar__nav ul li {
    margin-right: 30px
}

.h-bar__nav ul li.has-subnav {
    position: relative
}

.h-bar__nav ul li.has-subnav:before {
    content: "";
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 20px;
    background: 0 0;
    position: absolute;
    cursor: pointer
}

.h-bar__nav ul li.has-subnav ul.subnav {
    z-index: 10;
    top: 40px;
    left: -15px;
    padding: 18px 13px 22px;
    max-width: 145px;
    width: max-content;
    background: #f7f7f7;
    flex-direction: column;
    position: absolute;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px)
}

.h-bar__nav ul li.has-subnav ul.subnav li {
    margin-right: 0;
    margin-bottom: 14px
}

.h-bar__nav ul li.has-subnav ul.subnav li:last-of-type {
    margin-bottom: 0
}

.h-bar__nav ul li.has-subnav ul.subnav li a {
    color: #7d7d7d
}

.h-bar__nav ul li.has-subnav:hover ul.subnav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.h-bar__nav ul li a {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase
}

.h-bar__dev {
    max-width: 40px;margin-left:60px
}

.h-bar__dev:hover {
    transform: scale(.9)
}

.ham {
    z-index: 20;
    display: none;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    padding: 2px
}

.ham div {
    width: 27px;
    height: 3px;
    background: #09b559;
    margin-bottom: 6px
}

.ham div:nth-of-type(1) {
    transition: background .3s, transform .3s ease-in-out;
    transform-origin: 0 0
}

.ham div:nth-of-type(2) {
    transition: background .3s, transform .15s ease-in-out
}

.ham div:nth-of-type(3) {
    transition: background .3s, transform .3s ease-in-out;
    transform-origin: 0 100%;
    margin-bottom: 0
}

.ham:hover div {
    background: #272727
}

.ham.--toggle div {
    background: #ccc
}

.ham.--toggle div:nth-of-type(1) {
    transform: rotate(45deg)
}

.ham.--toggle div:nth-of-type(2) {
    transform: scaleY(0)
}

.ham.--toggle div:nth-of-type(3) {
    transform: rotate(-45deg)
}

.ham.--toggle:hover div {
    background: #272727
}

@media screen and (max-width: 1360px) {
    .h-panel__tel {
        margin-left: 50px
    }

    .h-panel__socials {
        margin: 0 50px
    }

    .h-bar__dev {
        margin-left: 50px
    }
}

@media screen and (max-width: 1220px) {
    .header__logo {
        max-width: 95px;
        height: 101px
    }

    .header__main {
        max-width: calc(100% - 95px);
        padding-left: 10px
    }

    .h-panel__nav ul li {
        margin-right: 25px
    }

    .h-panel__tel {
        margin-left: 40px
    }

    .h-panel__tel-icon {
        z-index: 1;
        border-radius: 50%;
        background: #09b559;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: .3s
    }

    .h-panel__tel-icon svg {
        width: 19px
    }

    .h-panel__tel-icon svg path {
        fill: #fff
    }

    .h-panel__tel-icon:after, .h-panel__tel-icon:before {
        z-index: -1;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        position: absolute;
        transition: .3s
    }

    .h-panel__tel-icon:before {
        width: 50px;
        height: 50px;
        background: rgba(9, 181, 89, .15);
        animation: pulse 1.7s infinite
    }

    .h-panel__tel-icon:after {
        width: 42px;
        height: 42px;
        background: rgba(9, 181, 89, .15)
    }

    .h-panel__tel-icon, .h-panel__tel-icon:hover:after, .h-panel__tel-icon:hover:before {
        width: 34px;
        height: 34px
    }

    .h-panel__tel-text {
        display: none
    }

    .h-panel__socials {
        margin: 0 40px
    }

    .h-panel__btn {
        max-width: 165px
    }

    .h-bar__nav ul li {
        margin-right: 15px
    }

    .h-bar__nav ul li a {
        font-size: 14px
    }

    .h-bar__nav ul li.has-subnav ul.subnav {
        top: 38px;
        padding: 15px 13px
    }

    .h-bar__dev {
        margin-left: 20px
    }

    @keyframes pulse {
        0%, to {
            width: 34px;
            height: 34px
        }
        50% {
            width: 50px;
            height: 50px
        }
    }
}

@media screen and (max-width: 992px) {
    .header {
        padding: 10px 0 0
    }

    .header__logo {
        max-width: 90px;
        height: 95px;
        top: 0;
        left: 0
    }

    .header__tel-mob-num {
        display: block;
        margin-left: auto;
        margin-right: 40px;
        color: #09b559;
        font-size: 18px;
        font-weight: 700
    }

    .header__main .header__socials {
        margin-left: auto
    }

    .header__socials {
        display: flex
    }

    .header__tel-mob {
        display: flex;
        margin: 0 50px
    }

    .header__btn {
        z-index: 9;
        transition: .5s;
        pointer-events: all
    }

    .header__main {
        z-index: 11;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        height: calc(100% - 105px);
        max-width: 730px;
        padding: 34px 10px;
        position: fixed;
        display: flex;
        flex-direction: column;
        background: #fff;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
        overflow: auto;
        scrollbar-width: none
    }

    .header__main::-webkit-scrollbar {
        width: 0
    }

    .header.--toggle .header__main {
        opacity: 1;
        visibility: visible
    }

    .header.--toggle .header__btn {
        opacity: 1;
        transition: .5s;
        visibility: visible
    }

    .header.--toggle .header__bg {
        opacity: 1;
        visibility: visible
    }

    .h-bar__nav ul li.has-subnav:hover ul.subnav, .header.--toggle .header__socials, .header.--toggle .header__tel-mob {
        opacity: 0;
        visibility: hidden
    }

    .header.--toggle .header__bar {
        order: 1;
        padding: 0 0 27px;
        border-bottom: 1px solid #ccc
    }

    .header.--toggle .header__panel {
        order: 2;
        padding: 25px 0 0
    }

    .h-bar {
        justify-content: flex-start
    }

    .h-bar:before, .h-bar__dev, .h-bar__nav ul li.has-subnav:before {
        display: none
    }

    .h-bar__nav > ul, .h-panel__nav ul {
        flex-direction: column
    }

    .h-bar__nav > ul > li {
        margin-right: 0;
        margin-bottom: 18px;
    }

    .h-bar__nav > ul li.has-subnav {
        margin-bottom: 20px
    }

    .h-bar__nav > ul li.has-subnav.--toggle ul.subnav {
        padding-top: 18px;
        opacity: 1;
        min-height: 66px;
        visibility: visible
    }

    .h-bar__nav > ul li.has-subnav ul.subnav {
        height: 0;
        min-height: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
        top: 0;
        left: 0;
        flex-wrap: nowrap;
        transform: none;
        background: 0 0;
        position: relative
    }

    .h-bar__nav > ul li.has-subnav ul.subnav li {
        margin-bottom: 6px
    }

    .h-bar__nav > ul li.has-subnav ul.subnav li a {
        font-size: 14px
    }

    .h-bar__nav > ul li:last-of-type, .h-panel__nav ul li:last-of-type {
        margin-bottom: 0
    }

    .h-bar__nav > ul > li a {
        font-size: 16px
    }

    .h-panel {
        align-items: flex-start;
        justify-content: flex-start
    }

    .h-panel__nav {
        width: 100%;
        margin-left: 0;
        padding-bottom: 25px;
        margin-bottom: 32px;
        border-bottom: 1px solid #ccc
    }

    .h-panel__nav ul li {
        margin-right: 0;
        margin-bottom: 15px
    }

    .h-panel__tel {
        margin: 0
    }

    .h-panel__tel-text {
        width: calc(100% - 34px);
        padding-left: 16px;
        display: block
    }

    .h-panel__socials {
        margin: 0 0 0 auto
    }

    .h-panel__btn {
        display: none
    }

    .ham {
        display: flex
    }

    .h-panel__nav > ul > li > a {
        padding-left: 0;
        padding-right: 0;
        order: 1;
        flex: 0 0 calc(100% - 24px);
    }

    .h-panel__nav > ul > li {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        transition: .3s;
    }

    .h-panel__nav > ul > li .h-panel__sub_menu {
        display: flex;
        flex-direction: column;
        height: 0;
        position: relative;
        top: auto;
        left: auto;
        box-shadow: none;
        border: 0;
        max-width: initial;
        margin-left: auto;
        order: 3;
        flex: 0 0 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
    }

    .h-panel__nav > ul > li.open .h-panel__sub_menu {
        margin-bottom: 10px;
        height: 100%;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .h-panel__nav > ul > li .h-panel__sub_menu li {
        display: flex;
        margin-bottom: 0;
    }

    .h-panel__nav > ul > li .h-panel__sub_menu a {
        font-size: 100%;
        padding: 8px 4px;
    }

    .h-panel__nav > ul > li .h-panel__sub_menu-icon {
        width: 18px;
        height: 24px;
        transition: .3s;
        display: flex !important;
        align-items: center;
        justify-content: center;
        top: 0;
        right: 0;
        background: #09b559;
        order: 2;
        flex: 0 0 24px;
    }

    .h-panel__nav li.open .h-panel__sub_menu-icon {
        display: block;
        background: #272727;
    }

    .h-panel__nav li .h-panel__sub_menu-icon svg {
        padding: 2px;
    }

    .h-panel__nav li.open .h-panel__sub_menu-icon svg {
        transform: scale(1, -1);
        transition: .3s;
    }

    .h-panel__nav > ul > li .h-panel__sub_menu a:before {
        content: '\2013';
        padding-right: 4px;
        color: #6b6b6b !important;
    }
}

@media screen and (max-width: 767px) {
    .header {
        background: #fff
    }

    .header__tel-mob-num {
        display: none
    }

    .header__socials {
        margin-left: auto
    }

    .header__logo {
        max-width: 70px;
        height: 74px
    }

    .header__btn {
        max-width: 220px
    }

    .header__btn.--sm {
        min-height: 40px
    }

    .header__main {
        max-width: 560px;
        height: calc(100% - 84px)
    }
}

@media screen and (max-width: 580px) {
    .header__logo {
        max-width: 60px;
        height: 64px;
        display: flex;
        align-self: center
    }

    .header__tel-mob {
        width: 32px;
        height: 32px;
        margin: 0 36px
    }

    .header__tel-mob img {
        width: 17px
    }

    .header__tel-mob:before {
        width: 45px;
        height: 45px
    }

    .header__tel-mob:after {
        width: 40px;
        height: 40px
    }

    .header__btn {
        font-size: 14px;
        max-width: 200px
    }

    .header__main {
        max-width: 390px;
        height: calc(100% - 74px)
    }

    .h-panel__nav ul li {
        /*margin-bottom: 11px*/
    }

    .h-panel__tel-icon {
        width: 28px;
        height: 28px;
        background: #09b559
    }

    .h-panel__tel-icon svg {
        width: 14px
    }

    .h-panel__tel-icon svg path {
        fill: #fff
    }

    .h-panel__tel-icon:after, .h-panel__tel-icon:before {
        display: block
    }

    .h-panel__tel-icon:before {
        width: 40px;
        height: 40px
    }

    .h-panel__tel-icon:after {
        width: 34px;
        height: 34px
    }

    .h-panel__tel-text {
        width: calc(100% - 28px);
        padding-left: 16px
    }

    .ham:hover div {
        background: #09b559
    }

    .ham.--toggle:hover div {
        background: #ccc
    }

    @keyframes pulse {
        0%, to {
            width: 32px;
            height: 32px
        }
        50% {
            width: 45px;
            height: 45px
        }
    }
}

@media screen and (max-width: 390px) {
    .header {
        padding: 0
    }

    .header__logo {
        max-width: 36px
    }

    .header__socials {
        margin-top: -1px
    }

    .header__tel-mob {
        width: 28px;
        height: 28px;
        margin: -1px 36px 0
    }

    .header__tel-mob img {
        width: 14px
    }

    .header__btn {
        max-width: 172px
    }

    .header__btn.--sm {
        min-height: 35px
    }

    .header__main {
        max-width: 390px;
        height: calc(100% - 74px)
    }

    .h-panel__tel {
        margin-left: 8px
    }

    .h-panel__tel-text {
        font-size: 14px
    }

    .h-panel__socials .socials__item {
        width: 23px;
        height: 23px
    }

    .h-panel__socials .socials__item img {
        width: 13px
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/socials/style.min.css?1669066403129*/
div.news-list{word-wrap:break-word}div.news-list img.preview_picture{float:left;margin:0 4px 6px 0}.news-date-time{color:#486daa}
/* End */


/* Start:/bitrix/templates/seoprok/_/blocks/footer/footer.css?17080905127171*/
.footer{margin-top:auto}.footer__panel{color:#fff;background:#393939;padding:40px 0 33px}.footer__nav{display:flex;flex-wrap:wrap;max-width:725px}.footer__nav-main{width:538px;display:flex;flex-wrap:wrap;justify-content:space-between;margin-right:114px}.footer__nav-main>div:nth-of-type(1) li:nth-of-type(3),.footer__nav-main>ul:nth-of-type(1) li:nth-of-type(3){display:none}.footer__nav-main ul,.footer__nav-sub ul{flex-direction:column}.footer__nav-main ul li{max-width:234px;margin-bottom:13px}.footer__nav-main ul li:last-of-type,.footer__nav-sub ul li:last-of-type{margin-bottom:0}.footer__nav-main ul li a,.footer__nav-sub ul li a{position:relative;left:0;color:#fff;border-bottom:1px solid transparent}.footer__nav-main ul li a{font-weight:700;line-height:25px;text-transform:uppercase}.footer__nav-sub ul li{margin-bottom:8px}.footer__nav-sub ul li a{font-weight:300}.footer__nav-main ul li:hover a,.footer__nav-sub ul li:hover a{left:-3px;border-color:#fff}.footer__form{width:100%;max-width:calc(100% - 725px);padding-left:100px;margin-top:-3px}.footer__input{margin-bottom:25px}
.footer__main{color:#fff;background:#09b559;padding:38px 0 38px}

.footer__inner{display:flex;flex-wrap:wrap;padding-bottom:26px}
.footer__logo{max-width:104px;margin-left:2px;margin-right:26px}
.footer__info{width:100%;max-width:916px;margin-top:13px}

.footer__contacts,.footer__contacts-item{display:flex;flex-wrap:wrap;align-items:center;position:relative;margin-bottom: 16px;}
.footer__contacts{justify-content:space-between}
.footer__contacts-item:nth-of-type(2){right:-10px}
.footer__contacts-item:nth-of-type(2) .footer__contacts-icon{top:-2px}
.footer__contacts-item:nth-of-type(3) .footer__contacts-icon{top:-3px;right:-3px}
.footer__contacts-icon{margin-right:8px;position:relative}
.footer__contacts-text{font-weight:700;margin-top:-5px}
.footer__contacts-text br,.footer__text br{display:none}
.footer__contacts-text a{color:#fff}.footer__contacts-text a:hover{color:#272727}
.footer__elems{margin-top:17px;display:flex;flex-wrap:wrap;}
.footer__text{
    align-items:center;
    padding-top: 6px;
    font-size: 14px;
    line-height: 23px;
    margin-left: 20px;
    position: relative;
    display: block;
    float: left;
}
.footer__text a{margin-left: 3px;}
.footer__btns{width:100%;max-width:177px;margin-left:auto}
.footer__btn{font-size:16px;font-weight:700;margin-bottom:8px}
.footer__btn:last-of-type{margin-bottom:0}
.footer__bar{padding-top:32px;border-top:1px solid rgba(255,255,255,.5);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.footer__bar-item{font-weight:300}.footer__bar-item p{opacity:.6}
.footer__bar-item a{opacity:.6;color:#fff}.footer__bar-item a:hover{opacity:1}

.footer__contacts-item_sub{display: flex;margin-right: 15px;}
.footer__contacts-item_sub:nth-of-type(1){margin-right: 22px;}

@media screen and (max-width:1360px){
    .footer__info{max-width:840px}.footer__contacts-text{max-width:530px}.footer__text{top:0;margin-right:-50px}
}
@media screen and (max-width:1220px){
    .footer__logo{max-width:100px;margin-right:0;margin-left:0}.footer__info{max-width:calc(100% - 100px);padding-left:40px;margin-top:0}.footer__contacts{margin-bottom:-10px}
    .footer__contacts-item{margin-bottom:10px}.footer__contacts-text{font-size:15px}.footer__text{/*max-width:335px;*/margin-right:0}.footer__btns{max-width:100%;margin-top:30px;display:flex;flex-wrap:wrap;justify-content:flex-end}.footer__btn{max-width:200px;margin-bottom:0;margin-right:20px}.footer__btn:last-of-type{margin-right:0}.footer__bar-item{font-size:13px;text-align:right}.footer__nav-main{margin-right:45px;width:470px}.footer__form{max-width:calc(100% - 585px);padding-left:45px;display:none!important}.footer__form .footer__btn{max-width:100%}
    .footer__contacts-item_sub{margin-right: 15px;margin-bottom: 9px;}
}
@media screen and (max-width:767px){
    .footer__inner{padding-bottom:20px}.footer__info{order:1;padding-left:0;max-width:100%}
    .footer__contacts,.footer__contacts-item{flex-direction:column;justify-content:center}
    .footer__contacts-item{width:100%;margin-bottom:25px;}
    .footer__contacts-item:nth-of-type(2){right:0}
    .footer__bar-item:last-of-type,.footer__contacts-item:last-of-type{margin-bottom:0}
    .footer__contacts-icon{top:0!important;right:0!important;margin-right:0}
    .footer__contacts-text{font-size:16px;max-width:230px;padding-left: 5px;}
    .footer__elems{margin-top:10px;position:relative}.footer__text{margin:0 auto;text-align:center}.footer__socials{top:155px;left:50%;transform:translateX(-50%);position:absolute}.footer__btns{order:2;margin-bottom:72px;justify-content:center}.footer__logo{order:3;margin:35px auto 0}.footer__bar{padding-top:20px;flex-direction:column;justify-content:center;text-align:center}.footer__bar-item{width:100%;font-size:14px;margin-bottom:10px}.footer__nav-sub ul,.footer__panel-wrap{justify-content:center}.footer__nav{flex-direction:column;margin:0 50px}.footer__nav-main{width:100%;margin-right:0;margin-bottom:50px}.footer__nav-main ul li{text-align:center;margin-bottom:11px}.footer__nav-main ul li a{font-size:14px;line-height:20px}.footer__nav-sub{margin:0 70px}.footer__nav-sub ul{flex-direction:row;margin-bottom:-14px}.footer__nav-sub ul li{width:33.3333333333%;margin-bottom:14px;text-align:center}.footer__contacts-icon{margin-bottom:12px}.footer__socials .socials__item{width:38px;height:38px}.footer__socials .socials__item img{width:22px}
}
@media screen and (max-width:580px){
    .footer__panel{padding:30px 0}.footer__nav{margin:0}.footer__nav-main{margin-bottom:25px;flex-direction:column}.footer__nav-main>div:nth-of-type(1) li:nth-of-type(3),.footer__nav-main>ul:nth-of-type(1) li:nth-of-type(3){display:block}.footer__nav-main>div:nth-of-type(2) li:nth-of-type(1),.footer__nav-main>ul:nth-of-type(2) li:nth-of-type(1){display:none}.footer__nav-main ul{margin-bottom:11px}.footer__btn:last-of-type,.footer__nav-main ul:last-of-type{margin-bottom:0}.footer__nav-main ul li{max-width:100%}.footer__nav-main ul li a{font-size:13px;line-height:18px}.footer__nav-sub ul li a{font-size:15px}.footer__inner{padding-bottom:35px}.footer__btns{flex-direction:column;align-items:center}.footer__btn{margin-right:0;margin-bottom:10px}.footer__socials{top:212px}.footer__logo{max-width:80px}.footer__logo img{height:auto!important}
}
@media screen and (max-width:390px){
    .footer__nav-main ul{margin-bottom:10px}.footer__nav-main ul li{margin-bottom:10px;line-height:18px}.footer__nav-main ul li a{font-size:11px}.footer__nav-sub{margin:0 47px}.footer__nav-sub ul li a{font-size:14px}.footer__main{padding:21px 0 28px}.footer__inner{padding-bottom:15px}.footer__contacts-item{margin-bottom:31px}.footer__contacts-item:last-of-type .footer__contacts-text{line-height:28px}.footer__contacts-text{max-width:260px}.footer__contacts-text br{display:block}.footer__elems{margin-top:6px}.footer__text{font-size:12px;line-height:19px}.footer__btn{max-width:177px}.footer__socials{top:204px}.footer__logo{max-width:62px}.footer__bar{padding-top:15px}.footer__bar-item{font-size:11px}
}
/* End */


/* Start:/bitrix/templates/seoprok/styles.css?174798888913018*/
@media (max-width: 1024px) {
  #panel {
    display: none !important;
  }
}
.price.--bitrix24 .select__drop {
  width: 100%;
}
.modal.--thanks {
  overflow: visible !important;
}
@media screen and (max-width: 767px) {
  .solution__title.h3 {
    margin-bottom: 10px;
  }
}
.bx-main-cookie-policy-sidebar{position:fixed;width:100%;left:0;bottom:0;background-color:#ffffff;box-shadow:0 0 24px 0 rgba(0,0,0,0.1);z-index:10200;box-sizing:border-box; opacity: 0;transform: translateY(100%);animation: slideIn 0.5s ease-in-out forwards}.bx-main-cookie-policy-sidebar *{box-sizing:border-box}.bx-main-cookie-policy-sidebar:not([shown="true"]){display:none}.bx-main-cookie-policy-sidebar:not([data-bx-cookie-policy-initialized]){display:block}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__content{display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:1140px;margin:0 auto;padding:15px}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__introduce{margin-bottom:15px;font-size:.875rem;line-height:1.5} .bx-main-cookie-policy-sidebar__introduce a{color:#09b559;}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__controller{display:flex;align-items:center}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__control{position:relative;margin:5px 0}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__control:dir(ltr):not(:last-child){margin-right:20px}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__control:dir(rtl):not(:last-child){margin-left:20px}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__button{display:inline-flex;padding:12px 24px;background-color:#09b559;border-radius:.875rem;color:#ffffff;font-size:1rem;font-weight:500;line-height:1;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__button:hover{background-color:black}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__close{display:block;width:20px;height:20px;cursor:pointer}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__close:before,.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__close:after{content:'';display:block;position:absolute;width:24px;height:3px;top:50%;left:50%;background-color:#cad0de}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__close:before{transform:translate(-50%, -50%) rotate(45deg)}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__close:after{transform:translate(-50%, -50%) rotate(-45deg)}@media (min-width: 768px){.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__content{flex-direction:row}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__introduce{margin-bottom:0}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__introduce:dir(ltr):not(:last-child){margin-right:20px}.bx-main-cookie-policy-sidebar .bx-main-cookie-policy-sidebar__introduce:dir(rtl):not(:last-child){margin-left:20px}}.bx-main-cookie-policy-redirect{position:fixed;width:100%;height:100%;top:0;left:0;z-index:12;box-sizing:border-box}.bx-main-cookie-policy-redirect *{box-sizing:border-box}.bx-main-cookie-policy-redirect:not([shown="true"]){display:none}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__popup{position:absolute;width:90%;max-width:500px;max-height:70%;top:50%;left:50%;padding:42px;background-color:#ffffff;border-radius:24px;box-shadow:0 0 24px 0 rgba(0,0,0,0.1);transform:translate(-50%, -50%);overflow-x:hidden;overflow-y:auto;z-index:2}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__logo svg{display:block;max-width:100%;height:auto;margin:0 auto}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__introduce,.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__epilogue{margin-top:15px}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__introduce,.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__epilogue{font-size:.875rem;line-height:1.5;text-align:center}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__controller{display:flex;align-items:baseline;justify-content:center;flex-wrap:wrap}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__control{margin:15px 15px 0}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__button_link{position:relative;display:inline-block;color:#0091da;font-size:1rem;font-weight:500;line-height:1;cursor:pointer}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__button_link:after{content:'';position:absolute;display:block;width:100%;top:calc(100% + 2px);border-bottom:1px solid #0091da}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__button_link:dir(ltr):after{left:0}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__button_link:dir(rtl):after{right:0}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__button_default{display:inline-flex;padding:14px 24px;background-color:#bdf300;border-radius:.875rem;color:#525c69;font-size:1rem;font-weight:700;line-height:1;text-align:center;text-decoration:none;white-space:nowrap;cursor:pointer}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__button_default:hover{opacity:.75}.bx-main-cookie-policy-redirect .bx-main-cookie-policy-redirect__overflow{position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0.5);z-index:1}.bx-main-cookie-policy-settings{position:fixed;width:100%;height:100%;top:0;left:0;z-index:1000;box-sizing:border-box}.bx-main-cookie-policy-settings *{box-sizing:border-box}.bx-main-cookie-policy-settings *::-webkit-scrollbar-track{width:11px}.bx-main-cookie-policy-settings *::-webkit-scrollbar{width:6px;background-color:rgba(108,117,125,0.01);border-radius:6px}.bx-main-cookie-policy-settings *::-webkit-scrollbar:horizontal{height:6px}.bx-main-cookie-policy-settings *::-webkit-scrollbar-thumb{background-color:rgba(108,117,125,0.1);border-radius:6px}.bx-main-cookie-policy-settings:not([shown="true"]){display:none}.bx-main-cookie-policy-settings .bx-main-cookie-policy-settings__popup{position:absolute;width:90%;max-width:800px;max-height:70%;top:50%;left:50%;background-color:#ffffff;border-radius:24px;box-shadow:0 0 24px 0 rgba(0,0,0,0.1);transform:translate(-50%, -50%);overflow-x:hidden;overflow-y:auto;z-index:2}.bx-main-cookie-policy-settings .bx-main-cookie-policy-settings__popup:dir(ltr){padding:42px 10px 42px 42px}.bx-main-cookie-policy-settings .bx-main-cookie-policy-settings__popup:dir(rtl){padding:42px 42px 42px 10px}.bx-main-cookie-policy-settings .bx-main-cookie-policy-settings__close{position:absolute;width:20px;height:20px;top:26px;right:26px;cursor:pointer}.bx-main-cookie-policy-settings .bx-main-cookie-policy-settings__close:before,.bx-main-cookie-policy-settings .bx-main-cookie-policy-settings__close:after{content:'';display:block;position:absolute;width:24px;height:3px;top:50%;left:50%;background-color:#cad0de}.bx-main-cookie-policy-settings .bx-main-cookie-policy-settings__close:before{transform:translate(-50%, -50%) rotate(45deg)}.bx-main-cookie-policy-settings .bx-main-cookie-policy-settings__close:after{transform:translate(-50%, -50%) rotate(-45deg)}.bx-main-cookie-policy-settings .bx-main-cookie-policy-settings__overflow{position:absolute;width:100%;height:100%;top:0;left:0;background-color:rgba(0,0,0,0.5);z-index:1}@media (min-width: 768px){.bx-main-cookie-policy-settings .bx-main-cookie-policy-settings__popup{padding:42px}}.bx-main-cookie-policy{display:none;position:fixed;width:100%;height:100%;left:0;right:0;z-index:12}.bx-main-cookie-policy.bx-main-cookie-policy_redirect-popup,.bx-main-cookie-policy.bx-main-cookie-policy_cookie-settings-popup{top:0}.bx-main-cookie-policy.bx-main-cookie-policy_slide-bar:not([data-bx-cookie-policy-initialized]){display:block;opacity:1}.bx-main-cookie-policy .bx-main-cookie-policy__slide-bar:not([data-bx-cookie-policy-initialized]){opacity:1}.bx-main-cookie-policy__slide{height:auto}.bx-main-cookie-policy__slide_bottom{bottom:0}.bx-main-cookie-policy[shown="true"]{display:block}.bx-main-cookie-policy[shown="true"] .bx-main-cookie-policy__popup,.bx-main-cookie-policy[shown="true"] .bx-main-cookie-policy__slide-bar{opacity:1}.bx-main-cookie-policy[shown="true"] .bx-main-cookie-policy__overflow{display:block}.bx-main-cookie-policy .bx-main-cookie-policy-button.bx-main-cookie-policy-button_link{color:#19aef9;font-size:1rem;font-weight:500;line-height:1;text-decoration:underline;cursor:pointer}.bx-main-cookie-policy .bx-main-cookie-policy-button.bx-main-cookie-policy-button_link:hover{color:#0091da}.bx-main-cookie-policy .bx-main-cookie-policy-button.bx-main-cookie-policy-button_normal{text-transform:none}.bx-main-cookie-policy__popup{position:absolute;width:100%;max-width:500px;max-height:70%;top:50%;left:50%;transform:translate(-50%, -50%);transition:160ms all linear;opacity:0;overflow-x:hidden;overflow-y:auto;z-index:12}.bx-main-cookie-policy__popup .bx-main-cookie-policy__container{padding:35px;background-color:#ffffff;border-radius:5px}.bx-main-cookie-policy__popup .bx-main-cookie-policy__logotype{display:block;margin:auto}.bx-main-cookie-policy__popup .bx-main-cookie-policy__introduce,.bx-main-cookie-policy__popup .bx-main-cookie-policy__epilogue{font-size:.875rem;line-height:1.5;text-align:center}.bx-main-cookie-policy__popup .bx-main-cookie-policy__introduce,.bx-main-cookie-policy__popup .bx-main-cookie-policy__controller,.bx-main-cookie-policy__popup .bx-main-cookie-policy__epilogue{margin-top:15px}.bx-main-cookie-policy__popup .bx-main-cookie-policy__introduce{font-weight:500}.bx-main-cookie-policy__popup .bx-main-cookie-policy__controller{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap}.bx-main-cookie-policy__popup .bx-main-cookie-policy__controller.bx-main-cookie-policy__controller_center{justify-content:center}.bx-main-cookie-policy__popup .bx-main-cookie-policy__button{margin:5px}.bx-main-cookie-policy__popup .bx-main-cookie-policy__controller.bx-main-cookie-policy__controller_center .bx-main-cookie-policy__button{margin:5px 10px}.bx-main-cookie-policy__popup .bx-main-cookie-policy__epilogue{font-weight:400}.bx-main-cookie-policy__popup .bx-main-cookie-policy__close{position:absolute;width:24px;height:24px;top:10px;right:10px;background:transparent;transition:160ms all linear;cursor:pointer}.bx-main-cookie-policy__popup .bx-main-cookie-policy__close:before,.bx-main-cookie-policy__popup .bx-main-cookie-policy__close:after{content:'';display:block;position:absolute;width:24px;height:1px;top:50%;left:50%;background-color:#707880;transition:160ms all linear}.bx-main-cookie-policy__popup .bx-main-cookie-policy__close:before{transform:translate(-50%, -50%) rotate(45deg)}.bx-main-cookie-policy__popup .bx-main-cookie-policy__close:after{transform:translate(-50%, -50%) rotate(-45deg)}.bx-main-cookie-policy__popup_settings{max-width:800px}.bx-main-cookie-policy__slide-bar{position:absolute;width:100%;bottom:0;background-color:#ffffff;box-shadow:0 0 15px 0 #6c757d;transition:160ms all linear;opacity:0;z-index:12}.bx-main-cookie-policy__slide-bar .bx-main-cookie-policy__container{display:flex;align-items:center;justify-content:space-between;max-width:1140px;margin:0 auto;padding:15px}.bx-main-cookie-policy__slide-bar .bx-main-cookie-policy__introduce{font-size:.875rem;font-weight:400;line-height:1.5}.bx-main-cookie-policy__slide-bar .bx-main-cookie-policy__controller{display:flex;align-items:center;justify-content:space-around}.bx-main-cookie-policy__slide-bar .bx-main-cookie-policy__button{position:relative;margin:5px 10px;white-space:nowrap}.bx-main-cookie-policy__slide-bar .bx-main-cookie-policy__close{position:absolute;width:24px;height:24px;top:50%;background:transparent;transition:160ms all linear;transform:translateY(-50%);cursor:pointer}.bx-main-cookie-policy__slide-bar .bx-main-cookie-policy__close:before,.bx-main-cookie-policy__slide-bar .bx-main-cookie-policy__close:after{content:'';display:block;position:absolute;width:24px;height:1px;top:50%;left:50%;background-color:#707880;transition:160ms all linear}.bx-main-cookie-policy__slide-bar .bx-main-cookie-policy__close:before{transform:translate(-50%, -50%) rotate(45deg)}.bx-main-cookie-policy__slide-bar .bx-main-cookie-policy__close:after{transform:translate(-50%, -50%) rotate(-45deg)}.bx-main-cookie-policy__overflow{display:none;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,0.5);left:0;right:0;z-index:11}@media (max-width: 768px){.bx-main-cookie-policy__slide-bar .bx-main-cookie-policy__container{flex-direction:column}.bx-main-cookie-policy__slide-bar .bx-main-cookie-policy__introduce{margin-bottom:15px}.bx-main-cookie-policy__slide-bar .bx-main-cookie-policy__container{display:flex;align-items:center;justify-content:space-between;max-width:1140px;margin:0 auto;padding:25px 15px}}@keyframes slideIn {from{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}
/* End */


/* Start:/bitrix/templates/seoprok/template_styles.css?17123121582414*/
.prof__text a:hover {
	border-color: transparent
}

.prof__text h1, .prof__text h2, .prof__text h3, .prof__text h4 {
    font-weight: 700;
	display: block
}

.prof__text h1 {
	font-size: 50px;
	line-height: 73px
}
.prof__text h2 {
	font-size: 35px;
	line-height: 56px
}
.prof__text h3 {
	font-size: 30px;
	line-height: 44px
}
.prof__text h4 {
	font-size: 28px;
	line-height: 41px
}
.prof__text h5 {
	font-size: 23px;
	line-height: 36px
}
.prof__text h5, .prof__text h6 {
	font-weight: 700
}
.prof__text h6 {
	font-size: 18px;
	line-height: 28px
}

.prof__text h1, .prof__text h2 {
	margin-bottom: 30px
}
.prof__text h1, .prof__text h2, .prof__text h3, .prof__text h4, .prof__text h5, .prof__text h6 {
	display: block;
	margin-top: 1.5rem
}
.prof__text h3, .prof__text h4, .prof__text h5, .prof__text h6 {
	margin-bottom: 20px
}
.prof__text p {
	margin-bottom: 15px
}
.prof__text ul {
	flex-direction: column
}
.prof__text a {
	border-bottom: 1px solid #272727
}
.prof__text :last-child {
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.prof__text h1, .prof__text h2 {
		margin-bottom: 20px
	}
}


.prof__text ul li {
	padding-top: 5px;
	padding-left: 30px;
	margin-bottom: 0;
	position: relative
}
.prof__text ul li:before {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #09b559;
	border-radius: 50%
}
.prof__text ul li:last-of-type {
	margin-bottom: 0
}

.prof__text table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.prof__text table th,
.prof__text table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.prof__text table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.prof__text table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.prof__text table {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.prof__text img[align]  {
	vertical-align: middle;
    border-style: none;
	width: inherit!important;
	margin-bottom: .5rem;
	margin-top: 9px
}
.prof__text [align="left"] {
	float: left!important;
	margin-right: 1rem
}
.prof__text [align="right"] {
	float: right!important;
	margin-left: 1rem
}


.even .case h2, .even .case h3 {
	display: block;
	margin-bottom: 57px;
    max-width: 732px;
	font-weight: 700;
	font-size: 30px;
    line-height: 44px;
}
/* End */
/* /bitrix/templates/seoprok/_/sys/css/fonts.min.css?1669067116210 */
/* /bitrix/templates/seoprok/_/sys/css/swiper.min.css?16690671162703 */
/* /bitrix/templates/seoprok/_/sys/css/fancybox.min.css?166906711715426 */
/* /bitrix/templates/seoprok/_/sys/css/style.css?177675540244104 */
/* /bitrix/templates/seoprok/_/blocks/header/header.css?178610695117209 */
/* /bitrix/templates/.default/components/bitrix/news.list/socials/style.min.css?1669066403129 */
/* /bitrix/templates/seoprok/_/blocks/footer/footer.css?17080905127171 */
/* /bitrix/templates/seoprok/styles.css?174798888913018 */
/* /bitrix/templates/seoprok/template_styles.css?17123121582414 */
