

/* Start:/local/templates/neva/css/fonts.css?17540711921626*/
@font-face {
    font-family: 'Futura PT';
    src: url('/local/templates/neva/css/../fonts/FuturaPT-Book.eot');
    src: local('Futura PT Book'), local('FuturaPT-Book'),
        url('/local/templates/neva/css/../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/neva/css/../fonts/FuturaPT-Book.woff') format('woff'),
        url('/local/templates/neva/css/../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('/local/templates/neva/css/../fonts/FuturaPT-Book.eot');
    src: local('Futura PT Book'), local('FuturaPT-Book'),
        url('/local/templates/neva/css/../fonts/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/neva/css/../fonts/FuturaPT-Book.woff') format('woff'),
        url('/local/templates/neva/css/../fonts/FuturaPT-Book.ttf') format('truetype');
    font-weight: 450;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('/local/templates/neva/css/../fonts/FuturaPT-Medium.eot');
    src: local('Futura PT Medium'), local('FuturaPT-Medium'),
        url('/local/templates/neva/css/../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/neva/css/../fonts/FuturaPT-Medium.woff') format('woff'),
        url('/local/templates/neva/css/../fonts/FuturaPT-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Futura PT';
    src: url('/local/templates/neva/css/../fonts/FuturaPT-Demi.eot');
    src: local('Futura PT Demi'), local('FuturaPT-Demi'),
        url('/local/templates/neva/css/../fonts/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/neva/css/../fonts/FuturaPT-Demi.woff') format('woff'),
        url('/local/templates/neva/css/../fonts/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* End */


/* Start:/local/templates/neva/css/jquery.fancybox.css?175407119215512*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{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(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{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, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);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:none;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 *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}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(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{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, 0px) 0 env(safe-area-inset-left, 0px);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 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-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}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.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,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;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,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;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-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .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:transparent}.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:0px 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, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 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){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/neva/css/owl.carousel.css?17540711922144*/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* End */


/* Start:/local/templates/neva/css/style.css?175575278070635*/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html, body {
  width: 100%;
  min-width: 360px;
  color: #222222;
  background: #fff;
  font: 16px/120% "Futura PT", Verdana;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, select, input, textarea,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, caption, h1, h2, h3, h4, h5 {
  font: 16px/120% "Futura PT", Verdana;
  margin: 0;
  padding: 0;
  border: 0;
}

a img, :link img, :visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #222222;
  text-decoration: none;
  font: 16px/120% "Futura PT", Verdana;
}

a:hover {
  text-decoration: none;
}

.cl:after, .at_top:after, .ctl_day:after, .tabs2:after, .rl_right > div:after, .rates_line:after, .top_form:after, .bf_right:after, .b_form:after, .bc_form_block:after, .bc_items:after, .we_recommend:after, .checked_items:after, .photo:after, .other_services:after, .i_types:after, .art_block:after, .blog_page:after, .blog:after, .about_reviews:after, .about_today:after, .about_way:after, .about_start:after, .side_top:after, .contacts_bot:after, .contacts_top:after, .comp_services:after, .spec_block:after, .storing:after, .faq:after, .rates_block:after, .services_top:after, .nav:after, footer:after, .bot_contacts:after, .main_articles:after, .main_projects:after, .personal_service:after, .why_we:after, .video_block:after, .main_services:after, .ms_content:after, .header:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input, select, textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

ul {
  list-style: none;
}

/* site styles */
.we_recommend, .checked_items, .photo, .other_services, .i_types, .art_block, .blog_page, .blog, .about_reviews, .about_today, .about_way, .about_start, .side_top, .contacts_bot, .contacts_top, .comp_services, .spec_block, .storing, .faq, .rates_block, .services_top, .nav, footer, .bot_contacts, .main_articles, .main_projects, .personal_service, .why_we, .video_block, .main_services, .ms_content, .header {
  max-width: 1330px;
  padding: 0 20px;
  margin: 0 auto;
}

body {
  padding-top: 90px;
}

.blue {
  color: #0080C6;
}

.green {
  color: #4b8d2a;
}

header {
  width: 100%;
  height: 90px;
  position: fixed;
  background: #fff;
  z-index: 5;
  left: 0;
  top: 0;
  box-shadow: 0 1px 3px #ccc;
}

.header {
  position: relative;
}

.logo {
  display: block;
  width: 223px;
  float: left;
  margin-top: 20px;
}
.logo > img {
  display: block;
}

.callback {
  display: block;
  float: right;
  width: 100%;
  max-width: 160px;
  height: 40px;
  border: 2px solid #4b8d2a;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  color: #4b8d2a;
  transition: 0.3s;
  margin-top: 25px;
}
.callback:hover {
  background: #4b8d2a;
  color: #fff;
}

.tel_block {
  float: right;
  margin: 23px 30px 0 0;
  text-align: right;
}

.h_tel {
  display: inline-block;
  font-size: 18px;
}
.h_tel > span {
  font-weight: 500;
}

.h_email {
  display: inline-block;
  margin-top: 2px;
  font-size: 15px;
  color: #A7A7A7;
}

.h_menu {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 50%;
  transform: translateX(-61%);
  top: 34px;
  white-space: nowrap;
}
.h_menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
}
.h_menu > li > a {
  font-size: 14px;
  font-weight: 450;
  text-transform: uppercase;
  transition: 0.3s;
}
.h_menu > li > a:hover, .h_menu > li > a:active {
  color: #4B8D2A;
  text-decoration: underline;
}

.burger {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  background: #4B8D2A;
  right: 10px;
  top: 10px;
}
.burger.opened {
  background: #0080C6;
}
.burger.opened span {
  height: 0;
}
.burger.opened span:before {
  top: 50%;
  transform: rotate(-45deg);
}
.burger.opened span:after {
  top: 50%;
  transform: rotate(45deg);
}
.burger:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 13px;
  top: 24px;
}
.burger span:before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -9px;
  transition: 0.3s;
}
.burger span:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 9px;
  transition: 0.3s;
}

.main_slider {
  width: 100%;
  margin: 0 auto;
}
.main_slider .owl-nav {
  display: none;
}
.main_slider .owl-dots {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 35px;
}
.main_slider .owl-dot {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background: #D3E2CE;
  border-radius: 50%;
  margin: 0 9px;
  border: none;
  transition: 0.3s;
}
.main_slider .owl-dot.active {
  width: 20px;
  border-radius: 7px;
  background: #4B8D2A !important;
}

.ms_content_wrap {
  position: relative;
}
.ms_content_wrap > img {
  display: block;
  width: 100%;
  height: 610px;
  object-fit: cover;
}
.ms_content_wrap > img.ms_mob {
  display: none;
}

.ms_content {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

h1 {
  font-size: 50px;
  line-height: 110%;
  text-transform: uppercase;
  font-weight: 500;
}

.ms_items {
  display: grid;
  max-width: 480px;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 38px 10px;
  margin-top: 50px;
}

.ms_item {
  font-size: 18px;
  font-weight: 450;
  text-transform: uppercase;
  padding-left: 43px;
  position: relative;
}
.ms_item:before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/local/templates/neva/css/../images/msi_icon.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.btn {
  display: block;
  width: 100%;
  max-width: 258px;
  height: 60px;
  background: #0080C6;
  font-size: 18px;
  font-weight: 600;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.btn:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.btn:after {
  display: inline-block;
  content: "";
  width: 21px;
  height: 12px;
  background: url(/local/templates/neva/css/../images/arrow_right_white_21x12.svg) center no-repeat;
  transition: 0.3s;
  margin-left: 15px;
  transform: translateY(2px);
}

.btn_2 {
  display: block;
  width: 100%;
  max-width: 160px;
  height: 40px;
  background: #fff;
  border: 2px solid #4b8d2a;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
  color: #4b8d2a;
  transition: 0.3s;
  margin-top: 25px;
}
.btn_2:hover {
  background: #4b8d2a;
  color: #fff;
}

.ms_btn {
  max-width: 258px;
  margin-top: 75px;
}

.ms_img {
  display: none !important;
  margin: 0 auto;
}

/*стили модальных окон*/
.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.boxes .window {
  display: none;
  width: 410px;
  max-height: 90dvh;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.close {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/local/templates/neva/css/../images/close_modal.svg) 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.close:hover {
  filter: brightness(1.5);
}

.modal_content {
  height: 430px;
  background: #ffffff;
  clip-path: polygon(88% 0, 100% 12%, 100% 100%, 12% 100%, 0 88%, 0 0);
  padding: 40px;
  text-align: center;
}

.m_head {
  font-size: 32px;
  font-weight: 500;
}

.m_text {
  font-size: 18px;
  color: #6E787D;
  margin-top: 15px;
}

.m_form {
  margin-top: 28px;
}

.m_input {
  display: block;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  background: #F7F8FA;
  padding: 0 20px;
  font-size: 14px;
}

.m_submit {
  max-width: 100%;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.m_data {
  margin-top: 18px;
  font-size: 13px;
  color: #6E787D;
  opacity: 0.5;
}
.m_data > span {
  text-decoration: underline;
}

.main_services {
  margin-top: 80px;
}
.main_services .c_head {
  padding-right: 165px;
}

.c_head {
  font-size: 46px;
}
.c_head > span {
  font-weight: 500;
}

.services_slider {
  margin: 35px auto 0;
}
.services_slider > div {
  padding: 40px 0;
}
.services_slider .owl-dots {
  display: none;
}
.services_slider .owl-prev, .services_slider .owl-next {
  top: -87px;
  right: 0;
}
.services_slider .owl-prev {
  right: 80px;
}

.owl-prev, .owl-next {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #4B8D2A;
  background: #FFFFFF;
  position: absolute;
  transition: 0.3s;
}
.owl-prev:after, .owl-next:after {
  display: block;
  content: "";
  width: 21px;
  height: 12px;
  background: url(/local/templates/neva/css/../images/arrow_right_green_21x12.svg) center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: 0.3s;
}
.owl-prev:hover, .owl-next:hover {
  background: #4B8D2A;
}
.owl-prev:hover:after, .owl-next:hover:after {
  filter: brightness(5);
}
.owl-prev > span, .owl-next > span {
  display: none !important;
}

.owl-prev:after {
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}

.ss_content {
  width: 258px;
  height: 490px;
  background: linear-gradient(-135deg, #fcfcfc 50px, #fff 0) top right;
  box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 15px 30px;
  transition: 0.3s;
}
.ss_content:hover .ss_more {
  color: #4B8D2A;
}
.ss_content:hover .ss_more:before {
  filter: invert(45%) sepia(29%) saturate(1032%) hue-rotate(56deg) brightness(97%) contrast(88%);
}
.ss_content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
  background: #fff;
  z-index: 1;
}
.ss_content:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -10px;
  height: 10px;
  background: #EAEDF0;
  z-index: 1;
}

.ss_img {
  display: inline-block;
}
.ss_img > img {
  display: block;
}

.ss_head {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 18px;
}

.ss_list {
  margin-top: 20px;
}
.ss_list > li {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 120%;
  position: relative;
  padding-left: 24px;
}
.ss_list > li:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(/local/templates/neva/css/../images/ss_list.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.ss_more {
  font-size: 12px;
  color: #0080C6;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 24px;
  position: absolute;
  left: 30px;
  bottom: 37px;
}
.ss_more:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/local/templates/neva/css/../images/ss_more.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.video_block.swap .vb_right {
  float: left;
}
.video_block.swap .vb_left {
  float: right;
}

.vb_right {
  float: right;
  max-width: 464px;
  width: calc(100% - 794px);
  padding-top: 70px;
}
.vb_right:nth-child(3) {
  padding-top: 0;
}

.vb_text_1 {
  font-size: 32px;
}
.vb_text_1 > span {
  font-weight: 500;
}

.vb_text_2 {
  font-size: 18px;
  color: #A7A7A7;
  margin: 60px 0 25px;
}

.vb_btn {
  display: inline-block;
  width: 227px;
  height: 40px;
  border: 2px solid #4B8D2A;
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  color: #4B8D2A;
  text-align: center;
  transition: 0.3s;
}
.vb_btn:hover {
  background: #4b8d2a;
  color: #fff;
}

.vb_left {
  max-width: 774px;
  width: 100%;
  float: left;
}
.vb_left > a {
  display: inline-block;
  transition: 0.3s;
}
.vb_left > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}

.why_we {
  position: relative;
  margin-top: 60px;
}
.why_we .c_head {
  max-width: 575px;
}

.ww_img {
  position: absolute;
  z-index: 2;
  top: -20px;
  right: 10px;
}

.we_slider_block {
  position: relative;
}

.we_slider {
  max-width: 1000px;
  height: 290px;
  background: #F6F8F9;
  position: relative;
  margin-top: 60px;
}
.we_slider:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 28px 30px;
  border-color: transparent transparent #F6F8F9 transparent;
  position: absolute;
  top: -28px;
  left: 60px;
}
.we_slider .owl-dots {
  display: none;
}
.we_slider .owl-prev, .we_slider .owl-next {
  top: -140px;
}
.we_slider .owl-prev {
  left: 630px;
}
.we_slider .owl-next {
  left: 710px;
}

.we_counter {
  position: absolute;
  z-index: 1;
  top: 55px;
  left: 80px;
  font-size: 24px;
  color: #0080C6;
}
.we_counter:before {
  display: block;
  content: "0";
  font-size: 50px;
  color: #222;
  position: absolute;
  left: -25px;
  top: 0;
}
.we_counter:first-letter {
  font-size: 50px;
  color: #222;
}

.ws_content {
  max-width: 850px;
  padding: 115px 60px 0;
}

.ws_head {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
}

.ws_text {
  font-size: 20px;
  color: #6e787d;
  margin-top: 15px;
  max-width: 525px;
}

.we_list {
  margin-top: 20px;
}
.we_list > li {
  display: block;
  font-size: 20px;
  color: #6E787D;
  margin-bottom: 17px;
  padding-left: 30px;
  position: relative;
}
.we_list > li:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #0080C6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.personal_service {
  margin-top: 80px;
}

.ps_items, .cs_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin-top: 60px;
}

.ps_item {
  display: block;
  background: #0080C6;
  padding: 20px 20px 0px;
  position: relative;
  transition: 0.3s;
}
.ps_item:hover {
  background: #4B8D2A;
}
.ps_item > img {
  display: block;
  width: 100%;
}
.ps_item:after {
  display: block;
  content: "";
  width: 79px;
  height: 79px;
  background: url(/local/templates/neva/css/../images/psi_angel.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.psi_name {
  display: table;
  width: 100%;
  height: 90px;
  position: relative;
}
.psi_name > span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 25px;
}
.psi_name:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/local/templates/neva/css/../images/psi_name_arrow.svg) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.main_projects_wrap {
  background: url(/local/templates/neva/css/../images/mp_bg.jpg) center no-repeat;
  background-size: cover;
  margin-top: 100px;
  padding: 90px 0 70px;
}

.main_projects {
  position: relative;
}
.main_projects.marg {
  margin: 80px auto 30px;
}
.main_projects .c_head > span {
  display: block;
}

.mp_left {
  max-width: 410px;
  height: 380px;
  width: calc(100% - 830px);
  position: absolute;
  top: 0;
  left: 20px;
}
.mp_left .mp_btn {
  z-index: 2;
}

.mp_btn {
  max-width: 341px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.projects_slider {
  padding-left: calc(100% - 774px);
}
.projects_slider > div {
  padding: 20px 0;
}
.projects_slider .owl-dots {
  display: none;
}
.projects_slider .owl-prev, .projects_slider .owl-next {
  top: 160px;
}
.projects_slider .owl-prev {
  left: 0;
}
.projects_slider .owl-next {
  left: 80px;
}

.ps_content {
  width: 258px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: -5px 5px 10px rgba(81, 115, 132, 0.1);
  padding: 0 30px 30px;
  position: relative;
}
.ps_content:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -10px;
  height: 10px;
  background: #EAEDF0;
  z-index: 1;
}

.ps_img {
  display: table;
  height: 235px;
  width: 100%;
}
.ps_img > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.ps_img > span > img {
  display: inline-block;
  vertical-align: middle;
}

.ps_text {
  padding-left: 25px;
  font-size: 16px;
  line-height: 120%;
  position: relative;
}
.ps_text:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(/local/templates/neva/css/../images/ss_list.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.ps_more {
  font-size: 12px;
  color: #0080C6;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 24px;
  position: absolute;
  left: 30px;
  bottom: 37px;
}
.ps_more:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: url(/local/templates/neva/css/../images/ss_more.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.main_articles {
  margin-top: 80px;
}
.main_articles .c_head {
  margin-bottom: 60px;
}

.ma_cards {
  float: left;
  width: calc(100% - 410px);
  max-width: 850px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.ma_card {
  background: #fff;
  position: relative;
}
.ma_card:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.mac_img {
  display: block;
  position: relative;
  transition: 0.3s;
}
.mac_img:hover > img {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.mac_img > img {
  display: block;
  transition: 0.3s;
}

.mac_date {
  display: inline-block;
  height: 20px;
  padding: 0 10px;
  background: #0080C6;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.mac_name {
  display: inline-block;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 23px;
  transition: 0.3s;
}
.mac_name:hover {
  text-decoration: underline;
}

.mac_text {
  font-size: 16px;
  line-height: 120%;
  opacity: 0.5;
  margin-top: 16px;
}

.mac_btn {
  display: block;
  width: 160px;
  height: 40px;
  border: 2px solid #4B8D2A;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #4B8D2A;
  transition: 0.3s;
  margin-top: 25px;
}
.mac_btn:hover {
  background: #4B8D2A;
  color: #fff;
}

.ma_items {
  width: 390px;
  float: right;
}

.ma_item {
  padding: 30px 0;
  border-top: 1px solid #EEEEEE;
}
.ma_item:first-child {
  padding-top: 0;
  border-top: none;
}

.mai_date {
  font-size: 13px;
  color: #0080C6;
  font-weight: 600;
}

.mai_name {
  display: inline-block;
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  transition: 0.3s;
}
.mai_name:hover {
  text-decoration: underline;
}

.ma_btn {
  max-width: 330px;
  margin-top: 70px;
}

.bot_contacts_wrap {
  min-height: 340px;
  background: #F6F8F9;
  position: relative;
  margin-top: 100px;
  padding-top: 60px;
}
.bot_contacts_wrap:before {
  display: block;
  content: "";
  width: 350px;
  height: 350px;
  background: url(/local/templates/neva/css/../images/bot_contacts_img.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-960px);
  top: -180px;
}

.bc_items {
  padding-left: 60px;
}

.bc_item {
  float: left;
  margin-left: 75px;
}
.bc_item:first-child {
  margin-left: 0;
  max-width: 575px;
}

.bci_head {
  font-size: 16px;
  opacity: 0.4;
  margin-bottom: 8px;
}

.bci_text {
  display: inline-block;
  font-size: 22px;
  line-height: 120%;
}

.bc_form_block {
  margin-top: 54px;
  background: #689A4E;
  padding: 70px 60px;
  clip-path: polygon(96% 0, 100% 15%, 100% 100%, 4% 100%, 0 85%, 0 0);
  position: relative;
  z-index: 2;
}

.bcf_left {
  float: left;
  max-width: 308px;
  width: 100%;
}

.bcf_head {
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
  position: relative;
}
.bcf_head:before {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  width: 24px;
  height: 24px;
  background: url(/local/templates/neva/css/../images/bcf_icon.svg) center no-repeat;
  margin-right: 14px;
}

.bcf_text {
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  opacity: 0.8;
  margin-top: 15px;
}

.bcf_data {
  font-size: 13px;
  line-height: 120%;
  color: #fff;
  opacity: 0.5;
  margin-top: 25px;
}
.bcf_data > span {
  text-decoration: underline;
}

.b_form {
  float: right;
  max-width: 790px;
  width: 100%;
}

.bf_left {
  float: left;
  max-width: 250px;
  width: 100%;
}

.bf_input, .bf_area {
  display: block;
  width: 100%;
  height: 40px;
  background: #EFF3F1;
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.bf_input.fl, .fl.bf_area {
  float: left;
  max-width: 260px;
}
.bf_input:focus, .bf_area:focus {
  background: #fff;
  border-left: 2px solid #0080c6;
  padding-left: 18px;
}

.bf_right {
  float: right;
  width: 100%;
  max-width: 520px;
}

.bf_area {
  width: 100%;
  height: 90px;
  padding: 10px 20px;
}

.bf_submit {
  display: block;
  float: right;
  max-width: 240px;
  width: 100%;
  height: 40px;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  transition: 0.3s;
}
.bf_submit:hover {
  background: #fff;
  color: #222;
}

.map {
  height: 610px;
  position: relative;
  z-index: 1;
  transform: translateY(-110px);
}

footer {
  margin-top: -30px;
  padding-bottom: 90px;
}
footer.cont_foot {
  padding-top: 196px;
}

.f_right {
  float: right;
  width: calc(100% - 250px);
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.fc_head {
  height: 40px;
  font-size: 18px;
  font-weight: 450;
  color: #0080C6;
  position: relative;
}
.fc_head > img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 2px;
}

.fc_menu > li {
  display: block;
  margin-bottom: 15px;
}
.fc_menu > li > a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.fc_menu > li > a:hover {
  color: #4b8d2a;
  text-decoration: underline;
}

.f_left {
  max-width: 223px;
  width: 100%;
  float: left;
}

.f_logo {
  display: block;
  width: 223px;
}
.f_logo > img {
  display: block;
}

.copy {
  font-size: 16px;
  color: #A7A7A7;
  margin-top: 68px;
}

.dev {
  font-size: 16px;
  color: #A7A7A7;
  margin-top: 50px;
}
.dev > a {
  font-size: 16px;
  color: #0080c6;
}
.dev > a:hover {
  text-decoration: underline;
}

/*services*/
.top_wrap {
  background: url(/local/templates/neva/css/../images/bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 20px 0 5px;
}
.top_wrap.services {
  padding-bottom: 100px;
}
.top_wrap.side {
  padding-bottom: 80px;
}
.top_wrap.side .st_left {
  width: 100%;
}

.nav > li {
  display: block;
  float: left;
  margin: 0 28px 15px 0;
  font-size: 15px;
  line-height: 110%;
  color: #A2A3A3;
  position: relative;
}
.nav > li:last-child {
  margin-right: 0;
}
.nav > li:first-child:before {
  display: none;
}
.nav > li:before {
  display: block;
  content: "/";
  font-size: 15px;
  line-height: 110%;
  color: #A2A3A3;
  position: absolute;
  left: -17px;
  top: 0;
}
.nav > li > a {
  font-size: 15px;
  line-height: 110%;
  color: #A2A3A3;
  transition: 0.3s;
}
.nav > li > a > img {
  display: inline-block;
}
.nav > li > a:hover {
  color: #4B8D2A;
  text-decoration: underline;
}
.nav > li > a:hover > img {
  opacity: 0.7;
}

.services_top {
  position: relative;
  margin-top: 50px;
}

.st_left {
  float: left;
  max-width: 550px;
  width: calc(100% - 700px);
}

.st_text {
  font-size: 20px;
  margin-top: 28px;
}

.st_right {
  max-width: 690px;
  width: 100%;
  float: right;
  position: relative;
}
.st_right:before {
  display: block;
  content: "";
  width: 690px;
  height: 590px;
  background: url(/local/templates/neva/css/../images/tfr_img.png) center no-repeat;
  position: absolute;
  top: -100px;
  right: 0;
}

.top_form {
  width: 100%;
  padding: 55px 60px 45px;
  background: #689A4E;
  clip-path: polygon(93% 0, 100% 25%, 100% 100%, 7% 100%, 0 75%, 0 0);
  transform: translateY(303px);
}

.tf_left {
  float: left;
  width: 300px;
}

.tf_input {
  width: 300px;
  height: 40px;
  background: #EFF3F1;
  padding: 0 20px;
  margin-bottom: 10px;
}

.tf_right {
  float: right;
  width: 250px;
}

.tf_data {
  height: 40px;
  margin-bottom: 10px;
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
  opacity: 0.5;
}
.tf_data > span {
  text-decoration: underline;
}

.tf_submit {
  display: block;
  width: 100%;
  height: 40px;
  cursor: pointer;
  background: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #fff;
}
.tf_submit:hover {
  background: #4b8d2a;
  color: #fff;
}

.rates_block {
  margin: 90px auto 100px;
}

.tabs_block {
  margin-top: 60px;
}

.tabs {
  display: flex;
  justify-content: space-between;
  max-width: 510px;
  width: 100%;
  height: 40px;
  border: 2px solid #0080C6;
}
.tabs .tab {
  width: 33.3%;
  font-size: 15px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.tabs .tab.active {
  background: #0080C6;
  color: #fff;
}

.rates_line {
  height: 80px;
  padding: 0 40px;
}
.rates_line:nth-child(even) {
  background: #F6F8F9;
}
.rates_line:nth-child(1) .rl_right > div:nth-child(2):before {
  content: "Преимущества 2";
}
.rates_line:nth-child(1) .rl_right > div:nth-child(3):before {
  content: "Преимущества 3";
}
.rates_line:nth-child(1) .rl_right > div:nth-child(4):before {
  content: "Преимущества 4";
}
.rates_line:nth-child(1) .rl_right > div:before {
  display: inline-block;
  vertical-align: top;
  content: "Преимущества 1";
  font-size: 16px;
  white-space: nowrap;
  opacity: 0.4;
}

.rl_left {
  float: left;
  width: calc(100% - 560px);
  display: table;
  height: 80px;
}
.rl_left > span {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 20px;
  font-weight: 450;
}

.rl_right {
  float: right;
  max-width: 560px;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rl_right > div {
  width: 26px;
  height: 26px;
  background: url(/local/templates/neva/css/../images/plus.svg) center no-repeat;
}
.rl_right > div.minus {
  background: url(/local/templates/neva/css/../images/minus.svg) center no-repeat;
}

.founder {
  min-height: 80px;
  position: relative;
  padding-left: 110px;
}
.founder img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.fn_name {
  font-size: 32px;
  font-weight: 500;
}

.fn_status {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  margin-top: 12px;
  background: #4B8D2A;
  border-radius: 15px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 450;
  color: #fff;
}

.fn_text_1 {
  font-size: 20px;
  font-weight: 450;
  margin-top: 40px;
}

.fn_list {
  margin-top: 20px;
}
.fn_list > li {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  position: relative;
  padding-left: 24px;
}
.fn_list > li:before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background: url(/local/templates/neva/css/../images/ss_list.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
}

.fn_text_2 {
  font-size: 20px;
  color: #6E787D;
  margin-top: 43px;
}

.faq_wrap {
  background: #F6F8F9;
  padding: 80px 0 100px;
  overflow: hidden;
  position: relative;
}
.faq_wrap:before {
  display: block;
  content: "";
  width: 590px;
  height: 380px;
  background: url(/local/templates/neva/css/../images/faq.png) 0 0 no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-550px);
  bottom: 0;
}

.faq {
  position: relative;
  z-index: 1;
}

.tabs_block2 {
  margin-top: 40px;
}

.tabs2 {
  float: left;
  width: 100%;
  max-width: 330px;
}
.tabs2 .tab2 {
  display: block;
  width: 100%;
  height: 75px;
  font-size: 18px;
  line-height: 74px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #222222;
  position: relative;
}
.tabs2 .tab2:last-child {
  border-bottom: none;
}
.tabs2 .tab2.active {
  color: #4B8D2A;
  border-bottom: none;
}
.tabs2 .tab2.active:after {
  display: block;
  content: "";
  width: 100%;
  height: 12px;
  background: url(/local/templates/neva/css/../images/tab_arrow.svg) right center no-repeat;
  position: absolute;
  bottom: -5px;
  right: 0;
}

.tab_content2 {
  max-width: 775px;
  width: 100%;
  float: right;
}

.faq_item {
  background: #FFFFFF;
  box-shadow: -5px 20px 50px rgba(81, 115, 132, 0.1);
}
.faq_item.opened {
  box-shadow: unset;
  outline: 2px solid #4B8D2A;
  margin: 20px 0;
}
.faq_item.opened .fq_popup {
  display: block;
}
.faq_item.opened .faq_name:before {
  filter: invert(42%) sepia(86%) saturate(377%) hue-rotate(56deg) brightness(94%) contrast(90%);
}
.faq_item.opened .faq_name:after {
  transform: translateY(-50%) rotate(180deg);
  filter: invert(42%) sepia(86%) saturate(377%) hue-rotate(56deg) brightness(94%) contrast(90%);
}

.faq_name {
  padding: 21px 70px 25px 75px;
  font-size: 20px;
  font-weight: 450;
  cursor: pointer;
  position: relative;
}
.faq_name:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/local/templates/neva/css/../images/faq_q.svg) center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
}
.faq_name:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/local/templates/neva/css/../images/faq_chev.svg) center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}

.fq_popup {
  display: none;
  padding: 0 40px 1px;
}
.fq_popup p {
  font-size: 16px;
  margin-bottom: 15px;
}

.storing {
  margin-top: 80px;
}

.storing_left {
  float: left;
  max-width: 680px;
  width: calc(100% - 440px);
  position: relative;
  z-index: 1;
}

.sl_top {
  background: #F6F8F9;
  padding: 30px 40px 15px;
  border-left: 2px solid #0080C6;
  margin: 60px 0 30px;
}
.sl_top p {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 120%;
  color: #6e787d;
}
.sl_top p > span {
  font-weight: 450;
  color: #222;
}

.sl_content p {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 20px;
}

.sl_btn {
  margin-top: 35px;
}

.st_img {
  display: block;
  max-width: 419px;
  width: 100%;
  float: right;
  margin: 20px 70px 0 0;
}

.spec_block {
  display: flex;
  align-items: center;
  margin-top: 35px;
  background: #689A4E;
  padding: 0;
  position: relative;
}
.spec_block:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.spec_block > img {
  display: block;
  width: 100%;
  max-width: 774px;
  float: left;
}

.sb_content {
  width: calc(100% - 774px);
  padding: 28px 50px;
}

.sb_name {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.sb_text {
  font-size: 20px;
  color: #fff;
  margin-top: 13px;
}

.comp_services {
  margin-top: 80px;
}

.cs_items {
  grid-template-columns: repeat(4, 1fr);
}
.cs_items .psi_name:after {
  display: none;
}
.cs_items .psi_name > span > i {
  font-style: normal;
  display: block;
  font-size: 16px;
  text-transform: none;
  color: #fff;
  font-weight: 400;
  opacity: 0.7;
  margin-top: 3px;
}

/*contacts*/
.contacts_top {
  padding: 80px 20px;
}

.ct_left {
  float: left;
  max-width: 412px;
}

.ctl_items {
  margin-top: 20px;
}

.ctl_item {
  padding: 30px 0 30px 48px;
  border-top: 1px solid #eee;
  position: relative;
}
.ctl_item:last-child > img {
  top: 24px;
}
.ctl_item > img {
  display: block;
  max-width: 30px;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
}

.ctl_tel {
  font-size: 30px;
}
.ctl_tel > span {
  font-weight: 500;
}

.ctl_text {
  font-size: 24px;
}

.ctl_email {
  font-size: 24px;
}

.ctl_day {
  position: relative;
  margin-bottom: 20px;
}
.ctl_day:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e9ebec;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.ctl_day > span {
  display: block;
  background: #fff;
  float: left;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}
.ctl_day > span:nth-child(1) {
  color: #6E787D;
  font-size: 18px;
}
.ctl_day > span:nth-child(2) {
  float: right;
  font-size: 24px;
  padding: 0 0 0 10px;
}

.ct_map {
  float: right;
  max-width: 774px;
  width: calc(100% - 432px);
  height: 510px;
}

.gray_wrap {
  background: #f6f8f9;
  padding: 80px 0 1px;
}
.gray_wrap.ind {
  overflow: hidden;
}

.contacts_bot .bc_form_block {
  transform: translateY(100px);
  margin-top: 0;
}

.cb_info {
  margin-top: 60px;
}

.cbi_line {
  display: flex;
  min-height: 60px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0 40px;
}
.cbi_line:nth-child(even) {
  background: #F6F8F9;
}
.cbi_line > div {
  font-size: 20px;
  padding: 5px 0;
}
.cbi_line > div:nth-child(1) {
  font-weight: 500;
  width: 480px;
}
.cbi_line > div:nth-child(2) {
  width: calc(100% - 500px);
}

/*about*/
.side_top {
  display: flex;
  align-items: flex-end;
  padding: 45px 20px 80px;
}
.side_top.pad_top .side_right {
  padding: 15px 0 15px 50px;
}
.side_top.blog_top {
  padding: 40px 20px 50px;
}
.side_top.blog_inner_top {
  padding: 30px 20px 150px;
}
.side_top.blog_inner_top h1 {
  max-width: 940px;
  font-size: 46px;
  text-transform: none;
}
.side_top.page_top {
  padding: 30px 340px 150px 20px;
  position: relative;
}
.side_top.page_top h1 {
  max-width: 940px;
  font-size: 46px;
  text-transform: none;
}

.side_left {
  width: 47%;
}

.side_right {
  width: 53%;
  border-left: 5px solid #0080c6;
  padding-left: 50px;
  font-size: 20px;
  line-height: 120%;
}

.about_start {
  padding: 80px 20px 100px;
}

.as_items {
  display: flex;
  justify-content: space-between;
  gap: 20px 50px;
  margin-top: 63px;
}

.as_item {
  background: #FFFFFF;
  border: 5px solid #F6F8F9;
  padding: 30px;
  width: calc(50% - 25px);
  position: relative;
  font-size: 20px;
}
.as_item:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #0080C6 transparent transparent transparent;
  position: absolute;
  left: -5px;
  top: -5px;
}

.about_way {
  padding-bottom: 300px;
}

.aw_items {
  margin-top: 60px;
}

.aw_item {
  display: table;
  min-height: 180px;
  background: #FFFFFF;
  box-shadow: -5px 20px 50px rgba(81, 115, 132, 0.1);
  padding: 30px 40px 30px 270px;
  position: relative;
}
.aw_item:nth-child(1) {
  z-index: 4;
}
.aw_item:nth-child(2) {
  z-index: 3;
}
.aw_item:nth-child(3) {
  z-index: 2;
}
.aw_item:nth-child(4) {
  z-index: 1;
}
.aw_item > div {
  width: 190px;
  height: 100px;
  border: 10px solid #0080C6;
  font-size: 40px;
  line-height: 80px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 40px;
  top: 40px;
}
.aw_item > div:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(/local/templates/neva/css/../images/angel_50.png) center no-repeat;
  position: absolute;
  top: -10px;
  right: -10px;
}
.aw_item > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  line-height: 120%;
}

.about_today {
  margin-top: -220px;
}

.at_top {
  margin-top: 60px;
}

.at_left {
  float: left;
  width: 50%;
  max-width: 620px;
  background: #0080C6;
  padding: 30px 40px;
  position: relative;
  font-size: 20px;
  font-weight: 450;
  color: #fff;
}
.at_left:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.at_img {
  display: block;
  float: right;
  width: calc(50% - 50px);
  max-width: 575px;
  margin: -70px 30px 0 0;
}

.at_bot {
  display: flex;
  justify-content: space-between;
  gap: 10px 50px;
  margin-top: 50px;
}
.at_bot > div {
  font-size: 20px;
}

.about_reviews {
  margin: 70px auto -110px;
}

.rev_slider {
  margin: 15px auto 0;
}
.rev_slider > div {
  padding: 40px 0;
}
.rev_slider .owl-dots {
  display: none;
}
.rev_slider .owl-prev, .rev_slider .owl-next {
  top: -67px;
  right: 0;
}
.rev_slider .owl-prev {
  right: 80px;
}

.rs_content {
  width: 410px;
  min-height: 350px;
  background: linear-gradient(-135deg, #fcfcfc 50px, #fff 0) top right;
  box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  transition: 0.3s;
}
.rs_content:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
  background: #fff;
  z-index: 1;
}
.rs_content:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -10px;
  height: 10px;
  background: #EAEDF0;
  z-index: 1;
}

.rs_img {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border: 5px solid #0080C6;
  position: relative;
}
.rs_img:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: url(/local/templates/neva/css/../images/angel_30.png) center no-repeat;
  position: absolute;
  top: -5px;
  right: -5px;
}
.rs_img > img {
  display: block;
}

.rs_head {
  display: block;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}

.rs_text {
  display: block;
  font-size: 16px;
  line-height: 120%;
  margin-top: 10px;
}

.rs_more {
  display: inline-block;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #0080C6;
  text-transform: uppercase;
}
.rs_more:hover {
  text-decoration: underline;
}

.rs_popup {
  display: none;
}

/*blog*/
.blog {
  margin-top: 80px;
}

.blog_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 70px 30px;
}

.blog_item {
  background: #fff;
  position: relative;
}
.blog_item:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.blog_item .mac_name {
  height: 67px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog_item .mac_text {
  height: 95px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.blog_item .mac_btn {
  margin-top: 15px;
}

.listing {
  margin-top: 65px;
  text-align: center;
  position: relative;
}
.listing > li {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  margin: 0 4px;
}
.listing > li.list_prev, .listing > li.list_next {
  width: unset;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 37px;
}
.listing > li.list_prev:before, .listing > li.list_next:before {
  display: block;
  content: "";
  width: 21px;
  height: 12px;
  background: url(/local/templates/neva/css/../images/listing_arrow.svg) center no-repeat;
  position: absolute;
  left: 0;
  top: 15px;
}
.listing > li.list_next {
  left: unset;
  right: 0;
  padding: 0 37px 0 0;
}
.listing > li.list_next:before {
  left: unset;
  right: 0;
  transform: rotate(180deg);
}
.listing > li > a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
  transition: 0.3s;
}
.listing > li > a:hover {
  filter: alpha(Opacity=70);
  opacity: 0.7;
}
.listing > li > a.current {
  background: #4B8D2A;
  color: #fff;
}

.blog_page {
  margin-top: -100px;
}

.bi_content {
  max-width: 940px;
  width: calc(100% - 330px);
}
.bi_content p {
  font-size: 20px;
  line-height: 120%;
  margin-top: 20px;
}

.bi_img {
  display: block;
}

.bi_head {
  font-size: 32px;
  font-weight: 500;
  margin-top: 40px;
}

.bi_head_2 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 450;
}

.bi_list {
  margin-top: 27px;
}
.bi_list > li {
  display: block;
  font-size: 20px;
  margin-bottom: 17px;
  padding-left: 40px;
  position: relative;
}
.bi_list > li:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: #0080C6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.bi_list > li:last-child {
  margin-bottom: 0;
}

.bi_info {
  font-size: 20px;
  padding: 30px 40px;
  background: #F6F8F9;
  border-left: 2px solid #0080c6;
  margin-top: 40px;
}
.bi_info:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.bi_list_2 {
  margin-top: 25px;
  list-style-type: none;
  counter-reset: num;
}
.bi_list_2 > li {
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 15px;
}
.bi_list_2 > li > span {
  font-weight: 500;
}
.bi_list_2 > li:before {
  content: counter(num) ". ";
  counter-increment: num;
  color: #0080C6;
  font-weight: 500;
}

.bi_anchors {
  width: 300px;
  position: fixed;
  z-index: 11;
  top: 370px;
  left: 50%;
  transform: translateX(345px);
}

.bic_head {
  font-size: 32px;
  font-weight: 500;
}

.bic_list {
  margin-top: 30px;
  border-left: 2px solid #0080c6;
}
.bic_list > li {
  display: block;
}
.bic_list > li > a {
  display: block;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 120%;
  font-weight: 450;
  background: linear-gradient(to top, #FFFFFF, #F1F4F5);
  box-shadow: -5px 20px 50px rgba(81, 115, 132, 0.1);
}
.bic_list > li > a.current {
  background: #fff;
  color: #0080c6;
}

.art_block {
  margin: 60px auto 0;
}

.art_slider {
  margin: 60px auto 0;
}
.art_slider .blog_item {
  width: 410px;
  min-height: 350px;
  position: relative;
}
.art_slider .owl-dots {
  display: none;
}
.art_slider .owl-prev, .art_slider .owl-next {
  top: -114px;
  right: 0;
}
.art_slider .owl-prev {
  right: 80px;
}

/*industries*/
.i_types {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin: 80px auto;
}
.i_types > a {
  display: table;
  width: 100%;
  min-height: 130px;
  border: 5px solid #f6f8f9;
  padding: 15px 40px;
  position: relative;
}
.i_types > a:hover:before {
  border-color: #4B8D2A transparent transparent transparent;
}
.i_types > a:hover > span {
  color: #4B8D2A;
}
.i_types > a:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #0080C6 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.i_types > a > span {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
}

.other_services {
  position: relative;
}
.other_services:before {
  display: block;
  content: "";
  width: 623px;
  height: 400px;
  background: url(/local/templates/neva/css/../images/docs.png) 0 0 no-repeat;
  position: absolute;
  bottom: -15px;
  right: -60px;
}

.photo {
  margin-top: 100px;
}

.photo_slider {
  max-width: 826px;
  width: calc(100% - 440px);
  float: left;
}
.photo_slider .owl-dots {
  display: none;
}
.photo_slider .owl-prev, .photo_slider .owl-next {
  top: 290px;
}
.photo_slider .owl-prev {
  right: -110px;
}
.photo_slider .owl-next {
  right: -190px;
}

.photo_info {
  float: right;
  max-width: 312px;
  width: 100%;
  margin: 100px 100px 0 0;
}

.pi_text_1 {
  font-size: 32px;
}
.pi_text_1 > span {
  font-weight: 500;
}

.pi_text_2 {
  font-size: 18px;
  opacity: 0.4;
  margin-top: 55px;
}

.photo_block {
  position: relative;
}
.photo_block:hover:after {
  filter: brightness(1.5);
}
.photo_block:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(/local/templates/neva/css/../images/zoom.png) center no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
}
.photo_block > a {
  display: block;
}
.photo_block > a > img {
  display: block;
}

.checked_items {
  margin: 100px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 20px;
}
.checked_items.ch_4 {
  grid-template-columns: repeat(4, 1fr);
}
.checked_items.ch_4 .checked_item {
  max-width: 278px;
}

.checked_item {
  max-width: 300px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 73px;
  position: relative;
}
.checked_item:before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: url(/local/templates/neva/css/../images/check_green_40x40.svg) 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.checked_item > span {
  color: #4B8D2A;
}

.gray_wrap_2 {
  background: #f6f8f9;
  padding: 20px 0 120px;
}
.gray_wrap_2 .we_slider {
  background: #fff;
  height: unset;
  min-height: 325px;
}
.gray_wrap_2 .we_slider:before {
  border-color: transparent transparent #fff transparent;
}

.gray_wrap_3 {
  background: #f6f8f9;
  padding: 1px 0;
  margin-top: 90px;
}

.we_recommend {
  margin: 80px auto;
}

.wr_colls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 30px;
  margin-top: 60px;
}

.wr_item {
  background: #fff;
  margin-bottom: 10px;
}
.wr_item.opened {
  border: 1px solid #4B8D2A;
}
.wr_item.opened .wri_popup {
  display: block;
}
.wr_item.opened .wri_head {
  color: #4b8d2a;
}
.wr_item.opened .wri_head:after {
  transform: translateY(-50%) rotate(180deg);
  filter: invert(42%) sepia(86%) saturate(377%) hue-rotate(56deg) brightness(94%) contrast(90%);
}
.wr_item.opened .wri_head > span {
  background: #4b8d2a;
}

.wri_head {
  display: table;
  width: 100%;
  height: 130px;
  position: relative;
  cursor: pointer;
  padding: 35px 100px 35px 130px;
}
.wri_head:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/local/templates/neva/css/../images/faq_chev.svg) center no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.wri_head > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
}
.wri_head > span {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 44px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background: #0080C6;
  position: absolute;
  left: 40px;
  top: 35px;
}

.wri_popup {
  display: none;
  padding: 0 40px 40px;
}

.wri_text {
  font-size: 20px;
  line-height: 120%;
}

/*page*/
.bi_logo {
  max-width: 300px;
  width: 100%;
  position: absolute;
  top: 40px;
  right: 20px;
}
.bi_logo > img {
  display: block;
}

.bi_task {
  background: #FFFFFF;
  box-shadow: -5px 20px 50px rgba(81, 115, 132, 0.1);
  padding: 1px 40px 20px;
  border-left: 2px solid #0080c6;
  margin-bottom: 50px;
}

.bi_data {
  padding: 0 40px;
}

.bi_solution {
  background: #F6F8F9;
  margin-top: 50px;
  padding: 1px 40px 40px;
}

.bi_flag {
  display: inline-block;
  vertical-align: top;
  height: 35px;
  background: #0080C6;
  padding: 0 40px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 450;
  color: #fff;
  margin: 27px 0 0 -40px;
}

.bi_result {
  margin-top: 60px;
  border: 2px solid #4b8d2a;
  padding: 1px 40px 40px;
}

.brands_slider {
  margin-bottom: -120px;
}
.brands_slider > div {
  padding: 40px 0;
}
.brands_slider .owl-dots {
  display: none;
}
.brands_slider .owl-prev, .brands_slider .owl-next {
  top: -50px;
  right: 0;
}
.brands_slider .owl-prev {
  right: 80px;
}

.bs_content {
  width: 258px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: -5px 5px 10px rgba(81, 115, 132, 0.1);
  padding: 0 30px 30px;
  position: relative;
}
.bs_content:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -10px;
  height: 10px;
  background: #EAEDF0;
  z-index: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

/* MEDIA QUERIES*/
@media only screen and (max-width: 1450px) {
  .bot_contacts_wrap:before {
    display: none;
  }
} /*1450*/
@media only screen and (max-width: 1320px) {
  .bi_anchors {
    left: unset;
    transform: unset;
    right: 20px;
  }
  .photo_info {
    margin: 0;
  }
  .photo_slider {
    width: calc(100% - 332px);
  }
  .photo_slider .owl-prev, .photo_slider .owl-next {
    top: unset;
    bottom: 0;
  }
} /*1320*/
@media only screen and (max-width: 1270px) {
  .ww_img {
    width: 430px;
    top: 90px;
  }
  .bc_form_block {
    padding: 60px 20px;
  }
  .bcf_left {
    float: none;
    max-width: 100%;
    text-align: center;
  }
  .b_form {
    float: none;
    margin: 33px auto 0;
  }
  .bc_items {
    padding-left: 0;
  }
  .bc_item {
    margin-left: 30px;
  }
  .st_img {
    margin: 0;
  }
} /*1270*/
@media only screen and (max-width: 1200px) {
  .tel_block {
    float: none;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 20px;
  }
  .callback {
    margin-top: 50px;
    height: 34px;
    line-height: 30px;
  }
  .h_menu {
    transform: translateX(-45%);
  }
  .h_menu > li {
    margin: 0 5px;
  }
  .vb_left {
    max-width: 500px;
  }
  .vb_right {
    max-width: 100%;
    width: calc(100% - 530px);
    padding-top: 0;
  }
  .vb_text_1 {
    font-size: 28px;
  }
  .vb_text_2 {
    margin-top: 30px;
  }
  .projects_slider {
    padding-left: calc(100% - 516px);
  }
  .mp_left {
    width: calc(100% - 580px);
  }
  .map {
    transform: translateY(0);
    height: 500px;
  }
  footer {
    margin-top: 60px;
    padding-bottom: 65px;
  }
  .top_wrap.services {
    padding-bottom: 0;
  }
  .st_left {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .ms_items {
    margin: 27px auto 0;
    text-align: center;
  }
  .st_right {
    float: none;
    padding-top: 420px;
    margin: 0 auto;
  }
  .st_right:before {
    top: -20px;
  }
  .top_form {
    transform: translateY(0);
  }
  .tabs {
    margin-bottom: 50px;
  }
  .fn_text_1 {
    margin-top: 30px;
  }
  .fn_list {
    margin-top: 15px;
  }
  .fn_text_2 {
    margin-top: 20px;
  }
  .tabs2 {
    max-width: 170px;
  }
  .tab_content2 {
    width: calc(100% - 200px);
    max-width: 920px;
  }
  .sb_content {
    width: calc(100% - 774px);
    padding: 28px 20px;
  }
  .cbi_line {
    padding: 0 20px;
  }
  .cbi_line > div:nth-child(1) {
    font-weight: 500;
    width: 300px;
  }
  .cbi_line > div:nth-child(2) {
    width: calc(100% - 300px);
  }
  .contacts_bot .bc_form_block {
    transform: translateY(0);
  }
  footer.cont_foot {
    padding-top: 0px;
  }
  .i_types {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .i_types > a {
    padding: 15px 20px;
  }
  .i_types > a > span {
    font-size: 17px;
  }
  h1.smaller {
    font-size: 30px;
  }
} /*1200*/
@media only screen and (min-width: 1024px) {
  .rates_line:nth-child(1) .rl_right > div {
    position: relative;
  }
  .rates_line:nth-child(1) .rl_right > div:nth-child(2):before {
    content: "Преимущества 2";
  }
  .rates_line:nth-child(1) .rl_right > div:nth-child(3):before {
    content: "Преимущества 3";
  }
  .rates_line:nth-child(1) .rl_right > div:nth-child(4):before {
    content: "Преимущества 4";
  }
  .rates_line:nth-child(1) .rl_right > div:before {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    content: "Преимущества 1";
    font-size: 16px;
    white-space: nowrap;
    opacity: 0.4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -55px;
  }
  .bi_anchors.hidden {
    display: none;
  }
} /*+1024*/
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 70px;
  }
  header {
    height: 70px;
  }
  .logo {
    width: 180px;
    margin-top: 15px;
  }
  .mob_popup {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 70px;
    background: #F6F8F9;
    padding: 20px 20px 90px;
  }
  .mob_popup:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #E6E8E8;
    position: absolute;
    left: 0;
    top: 80px;
  }
  .tel_block {
    float: left;
    position: static;
  }
  .callback {
    max-width: 150px;
    height: 40px;
    margin: 0;
    font-size: 14px;
    line-height: 36px;
  }
  .h_menu {
    display: block;
    position: static;
    transform: translateX(0);
    margin-top: 100px;
  }
  .h_menu > li {
    display: block;
    margin: 0 0 40px;
    text-align: center;
  }
  .h_menu > li > a {
    font-size: 22px;
  }
  .burger {
    display: block;
  }
  .main_slider .owl-dots {
    bottom: -50px;
  }
  .ms_content_wrap > img {
    height: 630px;
  }
  .ms_content_wrap > img.ms_desk {
    display: none;
  }
  .ms_content_wrap > img.ms_mob {
    display: block;
  }
  .ms_content {
    left: 0;
    top: 60px;
    transform: translate3d(0, 0, 0);
    text-align: center;
  }
  h1 {
    font-size: 30px;
  }
  .ms_items {
    margin-top: 36px;
    grid-gap: 29px 10px;
  }
  .ms_item {
    font-size: 15px;
    padding: 0;
  }
  .ms_item:before {
    position: static;
    margin: 0 auto 9px;
  }
  .ms_btn {
    max-width: 480px;
    margin: 36px auto 0;
  }
  .ms_img {
    display: inline-block !important;
  }
  .c_head {
    font-size: 32px;
    text-align: center;
  }
  .vb_left {
    max-width: 400px;
  }
  .vb_right {
    width: calc(100% - 420px);
  }
  .vb_text_1 {
    font-size: 24px;
    line-height: 110%;
  }
  .vb_text_2 {
    margin: 30px 0 20px;
  }
  .why_we .c_head {
    max-width: 100%;
  }
  .we_slider {
    height: unset;
    max-width: unset;
    width: calc(100% + 40px);
    transform: translateX(-20px);
    margin: 40px 0 110px;
  }
  .we_slider .owl-prev, .we_slider .owl-next {
    top: unset;
    bottom: -90px;
  }
  .we_slider .owl-prev {
    left: calc(50% - 70px);
  }
  .we_slider .owl-next {
    left: calc(50% + 10px);
  }
  .we_slider:before {
    left: 50%;
    transform: translateX(-50%);
  }
  .ws_content {
    max-width: unset;
    padding: 110px 20px 37px;
  }
  .ws_head {
    font-size: 18px;
  }
  .ws_text {
    font-size: 16px;
    max-width: unset;
  }
  .ww_img {
    display: none;
  }
  .we_counter {
    left: 20px;
    top: 50px;
  }
  .personal_service {
    margin-top: 150px;
  }
  .ps_items, .cs_items {
    margin-top: 35px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .psi_name > span {
    font-size: 16px;
  }
  .main_projects_wrap {
    margin-top: 70px;
    padding: 50px 0 40px;
  }
  .main_articles {
    margin-top: 60px;
  }
  .main_articles .c_head {
    margin-bottom: 30px;
  }
  .ma_cards {
    max-width: 410px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .ma_card:nth-child(2) {
    display: none;
  }
  .bot_contacts_wrap {
    margin-top: 70px;
  }
  .bc_item {
    float: none;
    margin: 0 0 37px !important;
    text-align: center;
    max-width: 100% !important;
  }
  .rates_block {
    margin: 60px auto 30px;
  }
  .tabs_block {
    margin-top: 25px;
  }
  .tabs {
    margin-bottom: 20px;
  }
  .rates_line {
    height: unset;
    padding: 0;
    background: none !important;
  }
  .rl_left {
    width: 100%;
    min-height: 34px;
    float: none;
    height: unset;
    margin-bottom: 6px;
  }
  .rl_right {
    display: block;
    max-width: 100%;
    float: none;
    height: unset;
  }
  .rl_right > div {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 0 20px;
    height: 34px;
    margin-bottom: 6px;
    background: #F6F8F9 !important;
  }
  .rl_right > div:after {
    display: block;
    float: right;
    content: "";
    width: 26px;
    height: 26px;
    background: url(/local/templates/neva/css/../images/plus.svg) center no-repeat;
    transform: translateY(-21px);
  }
  .rl_right > div.minus:after {
    background: url(/local/templates/neva/css/../images/minus.svg) center no-repeat;
  }
  .rl_right > div:before {
    display: block;
    content: "Преимущества 1";
    opacity: 0.4;
    float: left;
    padding-top: 7px;
  }
  .rl_right > div:nth-child(2):before {
    content: "Преимущества 2";
  }
  .rl_right > div:nth-child(3):before {
    content: "Преимущества 3";
  }
  .rl_right > div:nth-child(4):before {
    content: "Преимущества 4";
  }
  .rl_right > div.minus {
    background: #F6F8F9 url(/local/templates/neva/css/../images/minus.svg) right center no-repeat;
  }
  .faq_wrap {
    padding: 60px 0 70px;
  }
  .faq_wrap:before {
    width: 360px;
    height: 230px;
    background: url(/local/templates/neva/css/../images/faq_mob.png) 0 0 no-repeat;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .storing_left {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .st_img {
    float: none;
    margin: -40px auto 0;
  }
  .sl_top {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 25px 20px 10px;
    margin: 30px 0 20px;
  }
  .sl_top p {
    font-size: 16px;
  }
  .sl_content p {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 15px;
  }
  .sl_btn {
    margin-top: 25px;
  }
  .spec_block {
    display: block;
  }
  .spec_block > img {
    max-width: 100%;
    float: none;
  }
  .spec_block:before {
    top: unset;
    bottom: 0;
    transform: rotate(90deg);
  }
  .sb_content {
    width: 100%;
    float: none;
  }
  .contacts_top {
    padding: 40px 20px 0;
  }
  .ct_left {
    float: none;
    max-width: 100%;
  }
  .ct_map {
    max-width: 100%;
    width: 100%;
    height: 400px;
  }
  .gray_wrap {
    padding-top: 40px;
  }
  .side_top {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px 60px;
  }
  .side_top.page_top {
    padding: 30px 20px;
    position: relative;
  }
  .side_top.page_top h1 {
    max-width: 100%;
    font-size: 32px;
  }
  .bi_logo {
    position: static;
    margin: 20px auto 90px;
  }
  .bi_task {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 1px 20px 30px;
    margin-bottom: 30px;
  }
  .bi_data {
    padding: 0;
  }
  .bi_solution {
    margin-top: 30px;
    padding: 1px 20px 40px;
  }
  .bi_flag {
    font-size: 20px;
    padding: 0 20px;
    margin: 24px 0 0 -20px;
  }
  .bi_result {
    margin-top: 30px;
    padding: 1px 20px 40px;
  }
  .side_left {
    width: 100%;
  }
  .side_right {
    width: 100%;
    border-left: none;
    padding: 0 !important;
    margin-top: 20px;
    font-size: 16px;
  }
  .about_start {
    padding: 60px 20px 70px;
  }
  .as_items {
    flex-direction: column;
    margin-top: 30px;
  }
  .as_item {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    font-size: 16px;
    padding: 20px;
  }
  .aw_items {
    margin-top: 30px;
  }
  .at_img {
    width: calc(50% - 20px);
    margin: 60px 0 0 0;
  }
  .blog {
    margin-top: 40px;
  }
  .blog_items {
    grid-gap: 40px 15px;
  }
  .listing {
    margin-top: 40px;
  }
  .bi_anchors {
    position: static;
  }
  .bi_content {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
  .art_block {
    margin-top: 40px;
  }
  .i_types {
    margin: 40px auto;
  }
  .other_services:before {
    display: none;
  }
  .photo {
    margin-top: 50px;
  }
  .checked_items {
    margin: 50px auto;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .checked_item {
    padding-top: 50px;
    font-size: 16px;
  }
  .gray_wrap_2 {
    padding: 1px 0 20px;
  }
  .gray_wrap_3 {
    margin-top: 40px;
  }
  .we_recommend {
    margin: 40px auto;
  }
  .wr_colls {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  .wri_head {
    height: 90px;
    padding: 20px 50px 20px 70px;
  }
  .wri_head:after {
    right: 20px;
  }
  .wri_head > div {
    font-size: 18px;
  }
  .wri_head > span {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    left: 20px;
  }
  .wri_popup {
    padding: 0 20px 20px;
  }
  .wri_text {
    font-size: 16px;
  }
} /*1024*/
@media only screen and (max-width: 900px) {
  .bc_form_block {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    clip-path: unset;
  }
  .contacts_bot .bc_form_block {
    transform: translateY(0);
    transform: translateX(-20px);
  }
  .bf_left {
    max-width: 520px;
    margin: 0 auto;
    float: none;
  }
  .bf_right {
    float: none;
    margin: 0 auto;
  }
  .bf_input.fl, .fl.bf_area {
    float: none;
    max-width: 100%;
  }
  .bf_submit {
    max-width: 100%;
    margin-top: 10px;
  }
} /*900*/
@media only screen and (max-width: 768px) {
  .main_services .c_head {
    padding-right: 0;
  }
  .ss_content {
    width: 100%;
    max-width: 480px;
    height: auto;
    padding: 15px 20px 75px;
    margin: -40px auto 0;
    position: relative;
  }
  .ss_img > img {
    width: 80px;
  }
  .ss_head {
    width: 190px;
    margin: 10px 0 0 13px;
  }
  .ss_list {
    margin-top: 10px;
  }
  .video_block {
    margin-top: 30px;
  }
  .vb_left {
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .vb_left > a {
    margin-top: 40px;
  }
  .vb_right {
    float: none;
    width: 100%;
    text-align: center;
  }
  .vb_right.serv {
    text-align: left;
  }
  .fn_name {
    font-size: 24px;
  }
  .fn_text_2 {
    font-size: 16px;
  }
  .mp_left {
    height: unset;
    max-width: 100%;
    width: 100%;
    position: static;
  }
  .main_projects_wrap {
    padding-bottom: 150px;
  }
  .projects_slider {
    padding-left: 0;
  }
  .projects_slider .owl-nav {
    display: none;
  }
  .mp_btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: -90px;
  }
  .ma_cards {
    max-width: 100%;
    float: none;
    width: 100%;
  }
  .mac_date {
    left: 0;
  }
  .mac_name {
    font-size: 16px;
  }
  .ma_items {
    float: none;
    width: 100%;
    margin-top: 35px;
  }
  .ma_item {
    padding: 20px 0;
  }
  .mai_name {
    font-size: 16px;
  }
  .bcf_head {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .ma_btn {
    max-width: 500px;
    margin: 30px auto 0;
  }
  .map {
    height: 460px;
  }
  .f_right {
    float: none;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }
  footer {
    text-align: center;
    margin-top: 30px;
  }
  .fc_head {
    height: 50px;
    margin-top: 30px;
  }
  .fc_head.empty {
    display: none;
  }
  .fc_menu > li {
    margin-bottom: 22px;
  }
  .fc_menu > li > a {
    font-size: 16px;
  }
  .f_left {
    float: none;
    margin: 20px auto 0;
  }
  .copy {
    margin-top: 38px;
  }
  .dev {
    margin-top: 25px;
  }
  .top_wrap h1 {
    text-align: center;
  }
  .services_top {
    margin-top: 30px;
  }
  .st_text {
    font-size: 16px;
    text-align: center;
  }
  .st_right {
    max-width: unset;
    width: calc(100% + 40px);
    transform: translateX(-20px);
    float: none;
    padding-top: 0;
    margin-top: 35px;
  }
  .st_right:before {
    display: block;
    content: "";
    width: 100%;
    height: 270px;
    background: url(/local/templates/neva/css/../images/tfr_img_mob.png) left bottom no-repeat;
    position: static;
    top: -100px;
    right: 0;
  }
  .top_form {
    clip-path: unset;
    padding: 40px 20px;
  }
  .tf_left, .tf_right {
    float: none;
    width: 100%;
  }
  .tf_right {
    display: flex;
    flex-direction: column;
  }
  .tf_input {
    width: 100%;
  }
  .tf_data {
    height: unset;
    order: 2;
    text-align: center;
    margin-bottom: 0;
  }
  .tf_submit {
    margin: 10px 0 20px;
  }
  .tabs_block2 {
    margin-top: 30px;
  }
  .tabs .tab {
    font-size: 11px;
  }
  .tabs2 {
    max-width: 100%;
    float: none;
    background: #689A4E;
    position: relative;
  }
  .tabs2.opened:after {
    transform: rotate(180deg);
  }
  .tabs2.opened .tab2 {
    display: block;
  }
  .tabs2:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/local/templates/neva/css/../images/faq_chev.svg) center no-repeat;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(284deg) brightness(506%) contrast(101%);
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .tabs2 .tab2 {
    display: none;
    height: 60px;
    color: #fff !important;
    line-height: 60px;
    border-bottom: none !important;
    padding: 0 50px 0 20px;
  }
  .tabs2 .tab2.active {
    display: block;
  }
  .tabs2 .tab2:after {
    display: none !important;
  }
  .tab_content2 {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .storing {
    margin-top: 60px;
  }
  .spec_block {
    margin-top: 20px;
  }
  .spec_block:before {
    border-width: 0 40px 40px 0;
  }
  .sb_name {
    font-size: 24px;
  }
  .sb_text {
    font-size: 16px;
    margin-top: 9px;
  }
  .comp_services {
    margin-top: 60px;
  }
  .cbi_line {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    min-height: 40px;
  }
  .cbi_line > div {
    font-size: 16px;
  }
  .cbi_line > div:nth-child(1) {
    width: 240px;
  }
  .cbi_line > div:nth-child(2) {
    width: calc(100% - 240px);
  }
  .ctl_item {
    padding: 15px 0 15px 48px;
  }
  .ctl_item > img {
    top: 13px;
  }
  .ctl_item:last-child > img {
    top: 8px;
  }
  .cb_info {
    margin-top: 30px;
  }
  .ctl_tel {
    font-size: 24px;
  }
  .ctl_text {
    font-size: 20px;
  }
  .ctl_email {
    font-size: 20px;
  }
  .ctl_day {
    margin-bottom: 15px;
  }
  .ctl_day > span:nth-child(1) {
    font-size: 15px;
  }
  .ctl_day > span:nth-child(2) {
    font-size: 17px;
  }
  .aw_item {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
  }
  .aw_item > div {
    position: relative;
    left: unset;
    top: unset;
    width: 100%;
    height: 80px;
    font-size: 30px;
    line-height: 60px;
  }
  .aw_item > span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
  }
  .at_left {
    width: 100%;
    float: none;
    max-width: 100%;
    padding: 25px 20px;
    font-size: 16px;
  }
  .at_left:after {
    border-width: 0 0 40px 40px;
  }
  .at_img {
    width: 100%;
    float: none;
    margin: 44px auto 0;
  }
  .about_today {
    margin-top: -410px;
  }
  .about_way {
    padding-bottom: 450px;
  }
  .at_top {
    margin-top: 30px;
  }
  .at_bot {
    margin-top: 14px;
    gap: 15px;
    flex-direction: column;
  }
  .at_bot > div {
    font-size: 16px;
  }
  .blog_items {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog_item .mac_name {
    height: 60px;
  }
  .side_top.blog_inner_top {
    padding: 30px 20px 150px;
  }
  .side_top.blog_inner_top h1 {
    max-width: 100%;
    font-size: 30px;
  }
  .bic_head {
    font-size: 26px;
  }
  .bi_anchors {
    max-width: 480px;
    width: 100%;
  }
  .bic_head {
    font-size: 25px;
  }
  .bic_list {
    margin-top: 20px;
  }
  .bic_list > li > a {
    font-size: 16px;
  }
  .bi_content {
    max-width: 100%;
  }
  .bi_content p {
    margin-top: 15px;
    font-size: 16px;
  }
  .bi_head {
    font-size: 26px;
  }
  .bi_head_2 {
    font-size: 23px;
    margin-top: 15px;
  }
  .bi_info {
    font-size: 16px;
    padding: 20px;
    margin-top: 20px;
  }
  .bi_info:after {
    border-width: 0 0 40p 40px;
  }
  .bi_list {
    margin-top: 15px;
  }
  .bi_list > li {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  .bi_list_2 {
    margin-top: 15px;
  }
  .bi_list_2 > li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .i_types {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .i_types > a {
    min-height: 80px;
    padding: 15px 20px;
  }
  .i_types > a > span {
    font-size: 16px;
  }
  .photo_slider {
    width: 100%;
    float: none;
    margin-top: 32px;
  }
  .photo_slider .owl-prev, .photo_slider .owl-next {
    top: -70px;
  }
  .photo_slider .owl-prev {
    right: unset;
    left: 0;
  }
  .photo_slider .owl-next {
    right: 0;
  }
  .photo_info {
    max-width: 100%;
    float: none;
    text-align: center;
  }
  .pi_text_1 {
    font-size: 25px;
  }
  .pi_text_2 {
    font-size: 16px;
    margin-top: 30px;
  }
  .checked_items {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .main_projects.marg {
    margin: 40px auto 120px;
  }
} /*768*/
@media only screen and (max-width: 600px) {
  .ps_items, .cs_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .st_img {
    max-width: 260px;
  }
  .cbi_line {
    display: block;
    padding: 10px 20px;
  }
  .cbi_line > div:nth-child(1) {
    width: 100%;
  }
  .cbi_line > div:nth-child(2) {
    width: 100%;
  }
  .about_reviews {
    margin: 40px auto -150px;
  }
  .rev_slider {
    margin-top: 0;
  }
  .rev_slider .owl-prev, .rev_slider .owl-next {
    top: 50px;
    right: 0;
  }
  .rev_slider .owl-prev {
    right: unset;
    left: 0;
  }
  .rs_content {
    width: 100%;
    min-height: unset;
    background: #fff;
    box-shadow: unset;
    text-align: center;
    padding: 0;
  }
  .rs_content:before, .rs_content:after {
    display: none;
  }
  .listing > li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
  }
  .listing > li.list_prev, .listing > li.list_next {
    padding: 0 !important;
  }
  .listing > li.list_prev:before, .listing > li.list_next:before {
    top: 9px;
  }
  .listing > li.list_prev > a, .listing > li.list_next > a {
    width: 30px;
    height: 30px;
  }
  .listing > li.list_prev > a > span, .listing > li.list_next > a > span {
    display: none;
  }
  .listing > li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .art_slider {
    margin-top: 30px;
  }
  .art_slider .blog_item {
    width: 100%;
    min-height: auto;
  }
  .art_slider .blog_item img {
    display: block;
    width: 100%;
  }
  .art_slider .owl-prev, .art_slider .owl-next {
    top: -75px;
    right: 0;
  }
  .art_slider .owl-prev {
    right: unset;
    left: 0;
  }
  .brands_slider .owl-nav {
    display: none;
  }
} /*600*/
@media only screen and (max-width: 450px) {
  .boxes .window {
    width: 360px;
  }
  .modal_content {
    padding: 20px;
  }
  .blog_items {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog_item .mac_name {
    height: auto;
  }
  .blog_item .mac_text {
    height: auto;
  }
  .i_types {
    grid-template-columns: repeat(1, 1fr);
  }
  .i_types > a {
    min-height: 60px;
    padding: 10px 20px;
  }
  .checked_item {
    font-size: 14px;
  }
} /*450*/

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/neva/styles.css?17750400101144*/
.checked_item  span {
	color: #4B8D2A;
}

.success_text {
	font-size: 20px;
}
.sl_content {
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 20px;
}

.menu-toggle ul {
	display: none;
}

.menu-toggle {
  position: relative;
}
@media only screen and (min-width: 1025px) {
.menu-toggle:hover ul {
  display: block;
}
.menu-toggle:hover ul {
	position: absolute;
	padding: 20px 0;
	left: -40px;
	z-index: 99;
	background: #fff;
	color: #222;
}

.menu-toggle:hover ul {
  margin-top: -2px;
}

}

.menu-toggle ul li {
  padding: 0;
}

.menu-toggle ul a {
  font-size: 16px;
  padding: 5px 20px;
  display: block;
}

.menu-toggle ul a:hover {
  background: #4B8D2A;
  color:#fff;
}

.menu-toggle ul a img {margin-left: 10px;}

@media only screen and (max-width: 1025px) {

.opened_inner + ul {
  display: block;
}

.opened_inner + ul a {
  font-size: 22px;
  text-align: center;
}

.opened_inner + ul a img {
  display: none;
}

.opened_inner + ul {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 14px;
}

.opened_inner {
  color: #4B8D2A;
}

.opened_inner + ul a {
  /* font-size: 22px; */
  font-size: 20px;
}
}
/* End */
/* /local/templates/neva/css/fonts.css?17540711921626 */
/* /local/templates/neva/css/jquery.fancybox.css?175407119215512 */
/* /local/templates/neva/css/owl.carousel.css?17540711922144 */
/* /local/templates/neva/css/style.css?175575278070635 */
/* /local/templates/neva/styles.css?17750400101144 */
