@import url(https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
.slick-slider{
    position:relative;

    display:block;
    box-sizing:border-box;

    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;

    -webkit-touch-callout:none;
    -khtml-user-select:none;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
}

.slick-list{
    position:relative;

    display:block;
    overflow:hidden;

    margin:0;
    padding:0;
}
.slick-list:focus{
    outline:none;
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    transform:translate3d(0, 0, 0);
}

.slick-track{
    position:relative;
    top:0;
    left:0;

    display:block;
    margin-left:auto;
    margin-right:auto;
}
.slick-track:before,
.slick-track:after{
    display:table;

    content:'';
}
.slick-track:after{
    clear:both;
}
.slick-loading .slick-track{
    visibility:hidden;
}

.slick-slide{
    display:none;
    float:left;

    height:100%;
    min-height:1px;
}
[dir='rtl'] .slick-slide{
    float:right;
}
.slick-slide img{
    display:block;
}
.slick-slide.slick-loading img{
    display:none;
}
.slick-slide.dragging img{
    pointer-events:none;
}
.slick-initialized .slick-slide{
    display:block;
}
.slick-loading .slick-slide{
    visibility:hidden;
}
.slick-vertical .slick-slide{
    display:block;

    height:auto;

    border:1px solid transparent;
}
.slick-arrow.slick-hidden{
    display:none;
}

.not-selectable{-webkit-user-select:none;-ms-user-select:none;user-select:none}.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;-ms-scroll-chaining:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.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;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);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%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter, none);filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;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;-webkit-transform-origin:top left;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::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;-ms-scroll-chaining:none;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::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%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.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{-webkit-animation:.15s ease backwards fancybox-fadeIn;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{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{-webkit-transform:scale(1) translate3d(0, 0, 0);transform:scale(1) translate3d(0, 0, 0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(0.97) translate3d(0, 16px, 0);transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0, -30%, 0);transform:translate3d(0, -30%, 0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0, 30%, 0);transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;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{-webkit-transform-origin:0 0;transform-origin:0 0;touch-action:none;-webkit-user-select:none;-ms-user-select:none;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{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{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{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(1, 210, 232, 0.94));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;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background: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{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-ms-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"]{
  transition-duration:50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"]{
  transition-delay:0;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate{
  transition-delay:50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"]{
  transition-duration:100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"]{
  transition-delay:0;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate{
  transition-delay:100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"]{
  transition-duration:150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"]{
  transition-delay:0;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate{
  transition-delay:150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"]{
  transition-duration:200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"]{
  transition-delay:0;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate{
  transition-delay:200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"]{
  transition-duration:250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"]{
  transition-delay:0;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate{
  transition-delay:250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"]{
  transition-duration:300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"]{
  transition-delay:0;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate{
  transition-delay:300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"]{
  transition-duration:350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"]{
  transition-delay:0;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate{
  transition-delay:350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"]{
  transition-duration:400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"]{
  transition-delay:0;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate{
  transition-delay:400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"]{
  transition-duration:450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"]{
  transition-delay:0;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate{
  transition-delay:450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"]{
  transition-duration:500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"]{
  transition-delay:0;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate{
  transition-delay:500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"]{
  transition-duration:550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"]{
  transition-delay:0;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate{
  transition-delay:550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"]{
  transition-duration:600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"]{
  transition-delay:0;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate{
  transition-delay:600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"]{
  transition-duration:650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"]{
  transition-delay:0;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate{
  transition-delay:650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"]{
  transition-duration:700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"]{
  transition-delay:0;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate{
  transition-delay:700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"]{
  transition-duration:750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"]{
  transition-delay:0;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate{
  transition-delay:750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"]{
  transition-duration:800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"]{
  transition-delay:0;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate{
  transition-delay:800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"]{
  transition-duration:850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"]{
  transition-delay:0;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate{
  transition-delay:850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"]{
  transition-duration:900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"]{
  transition-delay:0;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate{
  transition-delay:900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"]{
  transition-duration:950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"]{
  transition-delay:0;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate{
  transition-delay:950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"]{
  transition-duration:1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"]{
  transition-delay:0;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate{
  transition-delay:1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"]{
  transition-duration:1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"]{
  transition-delay:0;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate{
  transition-delay:1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"]{
  transition-duration:1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"]{
  transition-delay:0;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate{
  transition-delay:1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"]{
  transition-duration:1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"]{
  transition-delay:0;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate{
  transition-delay:1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"]{
  transition-duration:1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"]{
  transition-delay:0;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate{
  transition-delay:1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"]{
  transition-duration:1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"]{
  transition-delay:0;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate{
  transition-delay:1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"]{
  transition-duration:1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"]{
  transition-delay:0;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate{
  transition-delay:1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"]{
  transition-duration:1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"]{
  transition-delay:0;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate{
  transition-delay:1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"]{
  transition-duration:1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"]{
  transition-delay:0;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate{
  transition-delay:1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"]{
  transition-duration:1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"]{
  transition-delay:0;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate{
  transition-delay:1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"]{
  transition-duration:1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"]{
  transition-delay:0;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate{
  transition-delay:1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"]{
  transition-duration:1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"]{
  transition-delay:0;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate{
  transition-delay:1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"]{
  transition-duration:1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"]{
  transition-delay:0;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate{
  transition-delay:1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"]{
  transition-duration:1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"]{
  transition-delay:0;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate{
  transition-delay:1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"]{
  transition-duration:1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"]{
  transition-delay:0;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate{
  transition-delay:1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"]{
  transition-duration:1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"]{
  transition-delay:0;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate{
  transition-delay:1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"]{
  transition-duration:1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"]{
  transition-delay:0;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate{
  transition-delay:1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"]{
  transition-duration:1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"]{
  transition-delay:0;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate{
  transition-delay:1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"]{
  transition-duration:1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"]{
  transition-delay:0;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate{
  transition-delay:1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"]{
  transition-duration:1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"]{
  transition-delay:0;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate{
  transition-delay:1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"]{
  transition-duration:2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"]{
  transition-delay:0;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate{
  transition-delay:2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"]{
  transition-duration:2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"]{
  transition-delay:0;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate{
  transition-delay:2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"]{
  transition-duration:2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"]{
  transition-delay:0;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate{
  transition-delay:2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"]{
  transition-duration:2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"]{
  transition-delay:0;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate{
  transition-delay:2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"]{
  transition-duration:2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"]{
  transition-delay:0;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate{
  transition-delay:2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"]{
  transition-duration:2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"]{
  transition-delay:0;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate{
  transition-delay:2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"]{
  transition-duration:2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"]{
  transition-delay:0;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate{
  transition-delay:2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"]{
  transition-duration:2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"]{
  transition-delay:0;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate{
  transition-delay:2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"]{
  transition-duration:2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"]{
  transition-delay:0;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate{
  transition-delay:2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"]{
  transition-duration:2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"]{
  transition-delay:0;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate{
  transition-delay:2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"]{
  transition-duration:2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"]{
  transition-delay:0;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate{
  transition-delay:2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"]{
  transition-duration:2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"]{
  transition-delay:0;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate{
  transition-delay:2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"]{
  transition-duration:2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"]{
  transition-delay:0;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate{
  transition-delay:2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"]{
  transition-duration:2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"]{
  transition-delay:0;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate{
  transition-delay:2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"]{
  transition-duration:2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"]{
  transition-delay:0;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate{
  transition-delay:2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"]{
  transition-duration:2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"]{
  transition-delay:0;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate{
  transition-delay:2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"]{
  transition-duration:2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"]{
  transition-delay:0;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate{
  transition-delay:2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"]{
  transition-duration:2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"]{
  transition-delay:0;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate{
  transition-delay:2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"]{
  transition-duration:2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"]{
  transition-delay:0;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate{
  transition-delay:2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"]{
  transition-duration:2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"]{
  transition-delay:0;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate{
  transition-delay:2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"]{
  transition-duration:3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"]{
  transition-delay:0;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate{
  transition-delay:3000ms;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear]{
  transition-timing-function:cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease]{
  transition-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in]{
  transition-timing-function:cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out]{
  transition-timing-function:cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out]{
  transition-timing-function:cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back]{
  transition-timing-function:cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back]{
  transition-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back]{
  transition-timing-function:cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine]{
  transition-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine]{
  transition-timing-function:cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine]{
  transition-timing-function:cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad]{
  transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad]{
  transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad]{
  transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic]{
  transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic]{
  transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic]{
  transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart]{
  transition-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart]{
  transition-timing-function:cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart]{
  transition-timing-function:cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
[data-aos^=fade][data-aos^=fade]{
  opacity:0;
  transition-property:opacity, transform;
}
[data-aos^=fade][data-aos^=fade].aos-animate{
  opacity:1;
  transform:translate3d(0, 0, 0);
}

[data-aos=fade-up]{
  transform:translate3d(0, 100px, 0);
}

[data-aos=fade-down]{
  transform:translate3d(0, -100px, 0);
}

[data-aos=fade-right]{
  transform:translate3d(-100px, 0, 0);
}

[data-aos=fade-left]{
  transform:translate3d(100px, 0, 0);
}

[data-aos=fade-up-right]{
  transform:translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left]{
  transform:translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right]{
  transform:translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left]{
  transform:translate3d(100px, -100px, 0);
}
[data-aos^=zoom][data-aos^=zoom]{
  opacity:0;
  transition-property:opacity, transform;
}
[data-aos^=zoom][data-aos^=zoom].aos-animate{
  opacity:1;
  transform:translate3d(0, 0, 0) scale(1);
}

[data-aos=zoom-in]{
  transform:scale(0.6);
}

[data-aos=zoom-in-up]{
  transform:translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down]{
  transform:translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right]{
  transform:translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left]{
  transform:translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out]{
  transform:scale(1.2);
}

[data-aos=zoom-out-up]{
  transform:translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down]{
  transform:translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right]{
  transform:translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left]{
  transform:translate3d(100px, 0, 0) scale(1.2);
}
[data-aos^=slide][data-aos^=slide]{
  transition-property:transform;
}
[data-aos^=slide][data-aos^=slide].aos-animate{
  transform:translate3d(0, 0, 0);
}

[data-aos=slide-up]{
  transform:translate3d(0, 100%, 0);
}

[data-aos=slide-down]{
  transform:translate3d(0, -100%, 0);
}

[data-aos=slide-right]{
  transform:translate3d(-100%, 0, 0);
}

[data-aos=slide-left]{
  transform:translate3d(100%, 0, 0);
}
[data-aos^=flip][data-aos^=flip]{
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  transition-property:transform;
}

[data-aos=flip-left]{
  transform:perspective(2500px) rotateY(-100deg);
}
[data-aos=flip-left].aos-animate{
  transform:perspective(2500px) rotateY(0);
}

[data-aos=flip-right]{
  transform:perspective(2500px) rotateY(100deg);
}
[data-aos=flip-right].aos-animate{
  transform:perspective(2500px) rotateY(0);
}

[data-aos=flip-up]{
  transform:perspective(2500px) rotateX(-100deg);
}
[data-aos=flip-up].aos-animate{
  transform:perspective(2500px) rotateX(0);
}

[data-aos=flip-down]{
  transform:perspective(2500px) rotateX(100deg);
}
[data-aos=flip-down].aos-animate{
  transform:perspective(2500px) rotateX(0);
}
html{
  font-family:sans-serif;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
body{
  margin:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary{
  display:block;
}
audio,
canvas,
progress,
video{
  display:inline-block;
}
audio:not([controls]){
  display:none;
  height:0;
}
progress{
  vertical-align:baseline;
}
template,
[hidden]{
  display:none;
}
a{
  background-color:transparent;
  -webkit-text-decoration-skip:objects;
}
a:active,
a:hover{
  outline-width:0;
}
abbr[title]{
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
          text-decoration:underline dotted;
}
b,
strong{
  font-weight:inherit;
}
b,
strong{
  font-weight:800;
}
dfn{
  font-style:italic;
}
h1{
  font-size:2em;
  margin:0.67em 0;
}
mark{
  background-color:#ff0;
  color:#1F1F1F;
}
small{
  font-size:80%;
}
sub,
sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sub{
  bottom:-0.25em;
}

sup{
  top:-0.5em;
}
img{
  border-style:none;
}
svg:not(:root){
  overflow:hidden;
}
code,
kbd,
pre,
samp{
  font-family:monospace, monospace;
  font-size:1em;
}
figure{
  margin:1em 40px;
}
hr{
  box-sizing:content-box;
  height:0;
  overflow:visible;
}
button,
input,
select,
textarea{
  font:inherit;
  margin:0;
}
optgroup{
  font-weight:700;
}
button,
input{
  overflow:visible;
}
button,
select{
  text-transform:none;
}
button,
html [type=button],
[type=reset],
[type=submit]{
  -webkit-appearance:button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner{
  border-style:none;
  padding:0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring{
  outline:1px dotted ButtonText;
}
fieldset{
  border:1px solid #c0c0c0;
  margin:0 2px;
  padding:0.35em 0.625em 0.75em;
}
legend{
  box-sizing:border-box;
  color:inherit;
  display:table;
  max-width:100%;
  padding:0;
  white-space:normal;
}
textarea{
  overflow:auto;
}
[type=checkbox],
[type=radio]{
  box-sizing:border-box;
  padding:0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button{
  height:auto;
}
[type=search]{
  -webkit-appearance:textfield;
  outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration{
  -webkit-appearance:none;
}
::-webkit-input-placeholder{
  color:inherit;
  opacity:0.54;
}
::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit;
}

body{
  font-family:"Poppins", sans-serif;
  padding-top:124px;
  overflow-x:hidden;
}
@media (max-width: 1199px){
  body{
    padding-top:75px;
  }
}
body.no-margin{
  padding-top:0 !important;
}
body.hidden-ov-filter, body.hidden-ov{
  overflow:hidden;
}

*{
  box-sizing:border-box;
  outline:none;
}

a{
  transition:all 0.5s;
  color:#9C7A58;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}

.no-margin{
  margin:0 !important;
}

strong{
  font-weight:700;
}

.nsoft_container{
  max-width:1520px;
  width:100%;
  margin:0 auto;
  padding:0 25px;
}
@media (max-width: 1500px){
  .nsoft_container{
    max-width:100% !important;
    padding:0 70px;
  }
}
@media (max-width: 1199px){
  .nsoft_container{
    padding:0 20px;
  }
}

h1, h2, h3, h4, h5{
  font-family:"Lora", serif;
  font-weight:600;
}

.nsoft_heading{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  margin:0 0 56px 0;
}
@media (max-width: 1023px){
  .nsoft_heading{
    margin:0 0 35px 0;
  }
}
.nsoft_heading:first-child:last-child{
  margin-bottom:0;
}
.nsoft_heading h2{
  font-size:44px;
  margin:0 0;
}
@media (max-width: 767px){
  .nsoft_heading h2{
    font-size:28px;
    width:100%;
  }
}
.nsoft_heading .link-more{
  margin-left:20px;
}
@media (max-width: 767px){
  .nsoft_heading .link-more{
    margin:16px 0 0 0;
  }
}
.nsoft_heading p{
  max-width:800px;
  margin:32px 0 0 0;
  font-size:16px;
  line-height:28px;
}
@media (max-width: 767px){
  .nsoft_heading p{
    margin:18px 0 0 0;
    font-size:14px;
    line-height:22px;
  }
}
.nsoft_heading .nsoft_btn{
  clear:both;
}
.nsoft_heading--center{
  text-align:center;
  justify-content:center;
}
.nsoft_heading--center h2{
  width:100%;
}
@media (max-width: 767px){
  .nsoft_heading .left{
    width:100%;
  }
}
.nsoft_heading .left p{
  margin-top:15px;
}
.nsoft_heading .right{
  margin-left:auto;
  display:flex;
  align-items:center;
  justify-content:flex-end;
}
@media (max-width: 1023px){
  .nsoft_heading .right{
    margin-top:15px;
  }
}
@media (max-width: 767px){
  .nsoft_heading .right{
    width:100%;
    margin-top:10px;
    justify-content:space-between;
  }
}

.link-more{
  text-transform:uppercase;
  color:#9C7A58;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  margin-top:10px;
}

.nsoft_module{
  padding:65px 0;
}
.nsoft_module .nsoft_container .nsoft_container{
  padding:0 !important;
}

@media all and (min-width: 1200px){
  .menu-sidebar{
    padding-top:0 !important;
  }
  .menu-sidebar .slider-home-top .bg{
    height:100% !important;
  }
  .menu-sidebar .nsoft_offer_gallery .gallery-thumb-outer{
    left:60px;
    right:60px;
  }
  .menu-sidebar .nsoft_contact .nsoft_contact-col h2{
    font-size:24px;
  }
  .menu-sidebar .banner-text .nsoft_container .text h2,
.menu-sidebar .nsoft_newsletter .nsoft_container h2{
    font-size:36px;
    line-height:44px;
  }
  .menu-sidebar .slider-home-top .slick-dots{
    right:30px;
  }
  .menu-sidebar .nsoft_container{
    padding:0 30px !important;
  }
  .menu-sidebar .grid-type a.row3{
    display:none !important;
  }
  .menu-sidebar .nsoft_header-top{
    display:none !important;
  }
  .menu-sidebar .nsoft_offer-list .nsoft_item{
    width:calc(50% - 40px);
  }
  .menu-sidebar .nsoft_offer-slider .nsoft_thumb__text .title,
.menu-sidebar .nsoft_thumb__text .title{
    font-size:20px;
    line-height:normal;
  }
  .menu-sidebar .nsoft_title-accordion .left{
    width:100%;
    margin:-30px 0 30px 0;
  }
  .menu-sidebar .nsoft_title-accordion .right{
    width:100%;
  }
  .menu-sidebar .nsoft_offer-map .right{
    display:none !important;
  }
  .menu-sidebar .nsoft_offer-map > .left{
    width:100% !important;
    height:700px;
  }
  .menu-sidebar .nsoft_contact-person .person{
    width:49%;
  }
  .menu-sidebar .nsoft_blog-social{
    position:static;
    margin-top:40px;
  }
  .menu-sidebar .nsoft_header .nsoft_phone-header svg{
    left:24px !important;
    top:15px !important;
    transform:none !important;
  }
  .menu-sidebar .nsoft_header .nsoft_phone-header,
.menu-sidebar .nsoft_header .nsoft_container > .nsoft_social{
    display:block !important;
  }
  .menu-sidebar .nsoft_footer h2{
    font-size:32px;
  }
  .menu-sidebar .nsoft_footer .cols .col .foot-phone span{
    font-size:14px;
  }
  .menu-sidebar .nsoft_footer .cols .col .foot-phone{
    font-size:20px;
    background-size:auto 100%;
  }
  .menu-sidebar .nsoft_heading-bg h1, .menu-sidebar .nsoft_heading-bg h2{
    font-size:52px;
  }
  .menu-sidebar .nsoft_heading-blog .left h1, .menu-sidebar .nsoft_heading-blog .left h2, .menu-sidebar .nsoft_heading-blog .left h3{
    font-size:36px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1300px){
  .menu-sidebar .nsoft_thumb__text .description .bottom{
    flex-wrap:wrap;
  }
  .menu-sidebar .nsoft_thumb__text .description .bottom .nsoft_btn--green{
    margin-top:15px;
    margin-bottom:5px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .team-person .nsoft_container .right h2{
    font-size:36px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .team-person .nsoft_container .right .info a,
.menu-sidebar .team-person .nsoft_container .right p{
    font-size:18px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_team-listing .heading h2{
    font-size:52px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_filters .nsoft_form .nsoft_form-row{
    width:calc(50% - 30px);
  }
}
@media all and (min-width: 1200px) and (max-width: 1300px){
  .menu-sidebar .grid-type span{
    display:none;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_heading h2{
    font-size:36px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_offer-list.grid-row1 .nsoft_thumb__text .title,
.menu-sidebar .nsoft_offer-list.grid-row2 .nsoft_item .nsoft_thumb__text .title{
    font-size:20px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_thumb__text .description p{
    font-size:14px;
    line-height:22px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_offer-list.grid-row1 .nsoft_thumb__text .list-info li{
    font-size:16px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_left h2{
    font-size:52px;
    line-height:62px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_left{
    width:66%;
    padding-bottom:60px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_home-top .bg{
    height:666px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_text-img .nsoft_container .text .title{
    font-size:36px;
    line-height:44px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_text-img .nsoft_container .text{
    padding-top:0;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_text-img .nsoft_container{
    align-items:center;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_title-accordion .right .list h2{
    font-size:36px;
    line-height:44px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_list_offer h2{
    font-size:36px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_list_btns a span{
    font-size:20px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_offer-top .info span{
    margin-right:20px;
    font-size:15px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_offer-top h1, .menu-sidebar .nsoft_offer-top h2{
    font-size:36px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_offer-top .price{
    font-size:32px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1500px){
  .menu-sidebar .nsoft_blog-content{
    padding-left:30px;
  }
  .menu-sidebar .banner-text .nsoft_container .text{
    max-width:100%;
    width:100%;
    order:1;
  }
  .menu-sidebar .banner-text .nsoft_container a{
    order:2;
  }
  .menu-sidebar .banner-text .nsoft_container{
    flex-wrap:wrap;
  }
  .menu-sidebar .nsoft_offer_content > .nsoft_container .left{
    width:100% !important;
  }
  .menu-sidebar .nsoft_offer_content > .nsoft_container .right{
    display:none !important;
  }
  .menu-sidebar .nsoft_offer_form .nsoft_container .right{
    width:100% !important;
    order:1;
  }
  .menu-sidebar .nsoft_offer_form .nsoft_container .right .person-box{
    display:flex;
    justify-content:space-between;
    padding:30px 0;
  }
  .menu-sidebar .nsoft_offer_form .nsoft_container .right .person-box .img{
    width:300px;
  }
  .menu-sidebar .nsoft_offer_form .nsoft_container .right .person-box .text{
    width:calc(100% - 350px);
  }
  .menu-sidebar .nsoft_offer_form .nsoft_container .left{
    width:100% !important;
    order:2;
  }
  .menu-sidebar .nsoft_offer_info .content{
    flex-wrap:wrap;
  }
  .menu-sidebar .nsoft_offer_info .content .box{
    width:30%;
    margin-bottom:15px;
  }
  .menu-sidebar .nsoft_offer-top h1, .menu-sidebar .nsoft_offer-top h2{
    font-size:32px;
  }
  .menu-sidebar .nsoft_offer-top .price{
    font-size:28px;
  }
  .menu-sidebar .nsoft_offer-top .print{
    margin:0;
    text-indent:-9999px;
  }
  .menu-sidebar .nsoft_offer-top .info span{
    font-size:14px;
    margin-right:10px;
  }
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .nsoft_form-buttons{
    width:15% !important;
    margin-left:auto;
  }
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .nsoft_form-row{
    width:48% !important;
  }
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .nsoft_form-row .select .select2.select2-container--open.select2-container--below .select2-selection--single{
    border-radius:var(--radius-medium) var(--radius-medium) 0 0 !important;
  }
  .menu-sidebar .nsoft_home-top .bg{
    height:418px;
  }
  .menu-sidebar .nsoft_biur-list .nsoft_container .item{
    width:100%;
  }
  .menu-sidebar .nsoft_team-listing .listing .item .text h3{
    font-size:24px;
  }
  .menu-sidebar .nsoft_team-listing .listing .item .text p{
    font-size:16px;
  }
  .menu-sidebar .nsoft_text h1{
    font-size:40px;
    line-height:52px;
  }
  .menu-sidebar .nsoft_text h2{
    font-size:36px;
    line-height:46px;
  }
  .menu-sidebar .nsoft_text h3{
    font-size:28px;
    line-height:40px;
  }
  .menu-sidebar .nsoft_text h4{
    font-size:22px;
    line-height:30px;
  }
  .menu-sidebar .nsoft_text h5{
    font-size:16px;
    line-height:26px;
  }
  .menu-sidebar .nsoft_heading-bg-blog .inner .left .category a{
    font-size:14px;
  }
  .menu-sidebar .nsoft_heading-bg-blog .inner .left h2{
    font-size:44px;
    line-height:56px;
  }
  .menu-sidebar .nsoft_heading-bg-blog .inner .right span{
    font-size:16px;
  }
}
.nsoft_box-list{
  padding:110px 0;
}
@media (max-width: 1199px){
  .nsoft_box-list{
    padding:80px 0;
  }
}
@media (max-width: 767px){
  .nsoft_box-list{
    padding:60px 0;
  }
}

.iframe{
  position:relative;
  padding-bottom:56.25%;
  height:0;
}
.iframe iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.nsoft_theme_first{
  background-color:var(--first_color_background) !important;
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first.nsoft_module-text .nsoft_text{
  color:var(--first_color_fonts);
}
.nsoft_theme_first.nsoft_module-text .nsoft_text a{
  color:var(--first_color_fonts);
}
.nsoft_theme_first.nsoft_header-top .nsoft_container .nsoft_phone-header svg path{
  stroke:var(--first_color_fonts);
}
.nsoft_theme_first .select svg path{
  fill:var(--first_color_inputs) !important;
}
.nsoft_theme_first.nsoft_offer-top .print{
  color:var(--first_color_second_fonts);
}
.nsoft_theme_first.nsoft_offer-top .price, .nsoft_theme_first.nsoft_offer-top .street{
  color:var(--first_color_second_fonts);
}
.nsoft_theme_first a,
.nsoft_theme_first .nsoft_btn--dark-transparent{
  border-color:var(--first_color_border_offer);
  color:var(--first_color_icons);
}
.nsoft_theme_first.nsoft_title-accordion .left .page, .nsoft_theme_first.nsoft_form .link-brown{
  color:var(--first_color_second_fonts);
}
.nsoft_theme_first.nsoft_offer_nav ul li a:hover, .nsoft_theme_first.nsoft_offer_nav ul li a.current{
  border-color:var(--first_color_icons) !important;
}
.nsoft_theme_first *::-webkit-scrollbar-thumb{
  background-color:var(--first_color_button) !important;
}
.nsoft_theme_first.nsoft_title-accordion .right .menu ul li svg line{
  stroke:var(--first_color_icons) !important;
}
.nsoft_theme_first .slick-prev svg line, .nsoft_theme_first .slick-next svg line, .nsoft_theme_first.nsoft_footer .scroll-top svg line{
  stroke:var(--first_color_icons) !important;
}
.nsoft_theme_first.nsoft_footer .cols .col .foot-phone svg path, .nsoft_theme_first.nsoft_footer .cols .col .foot-phone svg rect, .nsoft_theme_first.nsoft_footer .cols .col .foot-phone svg rect, .nsoft_theme_first.nsoft_footer .cols .col .foot-phone svg path, .nsoft_theme_first.nsoft_footer .cols .col .foot-mail svg rect, .nsoft_theme_first.nsoft_footer .cols .col .foot-mail svg path{
  stroke:var(--first_color_icons) !important;
}
.nsoft_theme_first.nsoft_list_offer .table-list td .price{
  color:var(--first_color_second_fonts) !important;
}
.nsoft_theme_first .nsoft_thumb__text .type a{
  color:var(--first_color_second_fonts) !important;
}
.nsoft_theme_first .nsoft_text ul li svg path{
  fill:var(--first_color_icons);
}
.nsoft_theme_first .nsoft_thumb__text .type a:not(:last-child){
  border-color:var(--first_color_second_fonts) !important;
}
.nsoft_theme_first .nsoft_text{
  color:var(--first_color_fonts);
}
.nsoft_theme_first .nsoft_text a{
  color:var(--first_color_second_fonts);
}
.nsoft_theme_first .nsoft_text table th, .nsoft_theme_first .nsoft_text table td,
.nsoft_theme_first .nsoft_text table{
  border-color:var(--first_color_border_offer);
}
.nsoft_theme_first.banner-text .nsoft_container .text, .nsoft_theme_first.nsoft_heading-bg h1, .nsoft_theme_first.nsoft_heading-bg h2{
  color:var(--first_color_heading_font) !important;
}
.nsoft_theme_first.nsoft_heading-bg.no-bg h1, .nsoft_theme_first.nsoft_heading-bg.no-bg h2{
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first.nsoft_text-img .nsoft_container .text .page{
  color:var(--first_color_second_fonts) !important;
}
.nsoft_theme_first .select2-container--default .select2-selection--single .select2-selection__rendered{
  color:var(--first_color_inputs);
}
.nsoft_theme_first .box-list .box .icon{
  color:var(--first_color_icons);
}
.nsoft_theme_first .box-list .box{
  color:var(--first_color_fonts_offer);
  background:var(--first_color_background_offer);
  border-color:var(--first_color_border_offer);
}
.nsoft_theme_first .link-more{
  color:var(--first_color_icons);
}
.nsoft_theme_first.nsoft_offer_nav{
  border-color:var(--first_color_border_offer);
}
.nsoft_theme_first.nsoft_header .nsoft_phone-header{
  background:var(--first_color_button);
  color:var(--first_color_button_font);
}
.nsoft_theme_first .person-box .text p a svg rect, .nsoft_theme_first .person-box .text p a svg path, .nsoft_theme_first .person-box .text p a img rect, .nsoft_theme_first .person-box .text p a img path{
  stroke:var(--first_color_icons) !important;
}
.nsoft_theme_first .select2-search input{
  border-color:var(--first_color_inputs_border) !important;
}
.nsoft_theme_first .nsoft_filters__bottom .toggle-btn-filters svg path{
  fill:var(--first_color_fonts) !important;
}
.nsoft_theme_first .toggle-btn svg path, .nsoft_theme_first.nsoft_header .nsoft_lang span svg path{
  fill:var(--first_color_inputs) !important;
}
.nsoft_theme_first .column-form > .left .nsoft_form{
  border-color:var(--first_color_border_offer);
}
.nsoft_theme_first.nsoft_team-listing .listing .item .text .info a{
  color:var(--first_color_fonts_offer);
}
.nsoft_theme_first.nsoft_opinion-slider .opinion-slider .item svg path{
  fill:var(--first_color_fonts_offer);
}
.nsoft_theme_first.nsoft_header .nsoft_menu > ul > li.has-children svg path{
  fill:var(--first_color_fonts_menu) !important;
}
.nsoft_theme_first.nsoft_title-accordion .accordion-mobile .item .accordion-btn .icon-toggle svg path{
  fill:var(--first_color_icons2) !important;
}
.nsoft_theme_first.nsoft_header .nsoft_phone-header svg path{
  stroke:var(--first_color_icons2) !important;
}
.nsoft_theme_first.nsoft_newsletter .nsoft_container .nsoft_btn{
  background-color:var(--first_color_button);
  color:var(--first_color_button_font);
}
.nsoft_theme_first.nsoft_faq .toggle .item .accordion-btn .icon-toggle svg path{
  fill:var(--first_color_icons) !important;
}
.nsoft_theme_first .nsoft_thumb .list-info li svg path{
  fill:var(--first_color_icons) !important;
}
.nsoft_theme_first.nsfot_filters-mobile a span{
  border-color:var(--first_color_fonts);
  color:var(--first_color_fonts);
}
.nsoft_theme_first.nsoft_offer_content > .nsoft_container .btn-center .nsoft_btn{
  border-color:var(--first_color_fonts);
}
.nsoft_theme_first.nsoft_offer_content > .nsoft_container .btn-center .nsoft_btn span{
  color:var(--first_color_fonts);
}
.nsoft_theme_first.nsoft_offer_content > .nsoft_container .btn-center .nsoft_btn svg path{
  fill:var(--first_color_fonts) !important;
}
.nsoft_theme_first.nsoft_form a,
.nsoft_theme_first .nsoft_form a{
  color:var(--first_color_second_fonts);
}
.nsoft_theme_first .nsoft_thumb__img .tick-red{
  background:var(--first_color_important);
  color:var(--first_color_important_text);
}
.nsoft_theme_first .nsoft_thumb__text .price{
  color:var(--first_color_second_fonts) !important;
}
.nsoft_theme_first .select2-results__options::-webkit-scrollbar-thumb{
  background-color:var(--first_color_border_offer) !important;
}
.nsoft_theme_first .grid-type a:hover svg path, .nsoft_theme_first .grid-type a.current svg path{
  fill:var(--first_color_icons) !important;
}
.nsoft_theme_first .select .select2.select2-container--open.select2-container--below .select2-selection--single{
  border-top-color:var(--first_color_border_offer) !important;
}
.nsoft_theme_first .sort-list .select .select2 .select2-selection--single{
  border-color:var(--first_color_inputs_border) !important;
  background-color:var(--first_color_background_inputs) !important;
  color:var(--first_color_inputs) !important;
}
.nsoft_theme_first .grid-type a svg path,
.nsoft_theme_first .grid-type a svg g > g rect{
  fill:var(--first_color_fonts) !important;
}
.nsoft_theme_first .grid-type a.current svg g > g rect, .nsoft_theme_first .grid-type a.current svg g > g path{
  fill:var(--first_color_icons) !important;
}
.nsoft_theme_first .param-list ul li{
  border-color:var(--first_color_border_offer) !important;
}
.nsoft_theme_first .nsoft_text blockquote svg path{
  fill:var(--first_color_icons) !important;
}
.nsoft_theme_first.nsoft_offer_info .content .box .icon svg path, .nsoft_theme_first.nsoft_offer-top .print svg path, .nsoft_theme_first.nsoft_offer-top .print svg polygon, .nsoft_theme_first.nsoft_offer-top .tabs-offer a svg path{
  fill:var(--first_color_icons) !important;
  color:var(--first_color_icons) !important;
}
.nsoft_theme_first.nsoft_header .nsoft_lang ul li a{
  color:var(--first_color_inputs);
}
.nsoft_theme_first.nsoft_header .nsoft_menu > ul > li > a{
  color:var(--first_color_fonts_menu) !important;
}
.nsoft_theme_first.nsoft_header .nsoft_menu > ul > li > ul{
  background-color:var(--first_color_background);
}
.nsoft_theme_first.nsoft_header .nsoft_menu > ul > li > ul > li > a{
  color:var(--first_color_fonts_menu) !important;
}
.nsoft_theme_first.nsoft_header .nsoft_lang ul{
  background:var(--first_color_background_inputs) !important;
  border-color:var(--first_color_inputs_border) !important;
}
.nsoft_theme_first .nsoft_contact .nsoft_contact-col .social a, .nsoft_theme_first.nsoft_offer-top .info .social a,
.nsoft_theme_first .nsoft_blog-social .social a, .nsoft_theme_first.nsoft_footer .cols .col .social a, .nsoft_theme_first.nsoft_header .nsoft_social ul li a{
  border-color:var(--first_color_social_border);
  background:var(--first_color_social_bg) !important;
}
.nsoft_theme_first .nsoft_contact .nsoft_contact-col .social svg path, .nsoft_theme_first.nsoft_offer-top .info .social svg path,
.nsoft_theme_first .nsoft_blog-social .social svg path, .nsoft_theme_first.nsoft_footer .cols .col .social a svg path, .nsoft_theme_first.nsoft_header .nsoft_social ul li a svg path{
  fill:var(--first_color_social);
}
.nsoft_theme_first.nsoft_title-accordion .right .list a, .nsoft_theme_first.nsoft_text-img .nsoft_container .text a,
.nsoft_theme_first .button-more a,
.nsoft_theme_first .nsoft_btn--green{
  background-color:var(--first_color_button) !important;
  color:var(--first_color_button_font) !important;
}
.nsoft_theme_first.nsoft_biur-list .nsoft_container .item{
  background:var(--first_color_background_offer);
  color:var(--first_color_fonts_offer);
  border:var(--first_color_border_offer);
}
.nsoft_theme_first.nsoft_biur-list .nsoft_container .item .bottom .col2 a, .nsoft_theme_first.nsoft_biur-list .nsoft_container .item .bottom .col1 a, .nsoft_theme_first.nsoft_biur-list .nsoft_container .item .bottom .col2 strong{
  color:var(--first_color_second_fonts);
}
.nsoft_theme_first.nsoft_contact-form-full .form,
.nsoft_theme_first .nsoft_thumb::after{
  border-color:var(--first_color_border_offer) !important;
}
.nsoft_theme_first .nsoft_thumb__text{
  background:var(--first_color_background_offer) !important;
  color:var(--first_color_fonts_offer) !important;
}
.nsoft_theme_first.nsoft_thumb{
  background-color:var(--first_color_background_offer) !important;
}
.nsoft_theme_first.nsoft_list_btns{
  background:none !important;
}
.nsoft_theme_first.nsoft_list_btns a{
  background:var(--first_color_background);
  border-color:var(--first_color_border_offer) !important;
}
.nsoft_theme_first.nsoft_list_btns a span.number{
  color:var(--first_color_icons) !important;
}
.nsoft_theme_first.nsoft_list_btns a span{
  color:var(--first_color_second_fonts) !important;
}
.nsoft_theme_first.nsoft_list_btns a:hover{
  background-color:var(--first_color_button);
  color:var(--first_color_fonts);
}
.nsoft_theme_first.nsoft_list_btns a:hover span.number{
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first .nsoft_form-radio label::before{
  background:var(--first_color_button);
}
.nsoft_theme_first .nsoft_form-radio label::after,
.nsoft_theme_first .nsoft_form-checkbox label::after{
  background-color:var(--first_color_background_inputs) !important;
  border-color:var(--first_color_inputs_border) !important;
}
.nsoft_theme_first .nsoft_form-checkbox input:checked + label::after{
  background-image:url("../images/icon/check-white.png");
}
.nsoft_theme_first.nsoft_form button svg g, .nsoft_theme_first.nsoft_form button svg line,
.nsoft_theme_first .nsoft_form button svg g,
.nsoft_theme_first .nsoft_form button svg line,
.nsoft_theme_first .nsoft_form-bottom-flex .nsoft_btn svg g,
.nsoft_theme_first .nsoft_form-bottom-flex .nsoft_btn svg line,
.nsoft_theme_first .nsoft_filters__bottom .submit svg g,
.nsoft_theme_first .nsoft_filters__bottom .submit svg line{
  stroke:var(--first_color_icons2);
}
.nsoft_theme_first .nsoft_filters__bottom .toggle-btn-filters .open::after{
  background-image:url("../images/icon/select-icon-white.svg");
  background-size:100% auto;
}
.nsoft_theme_first.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner::after, .nsoft_theme_first.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner::before{
  background-image:url("../images/icon/sort-top-white.svg");
}
.nsoft_theme_first.nsoft_contact-person .person .text .info a,
.nsoft_theme_first .nsoft_navigation a, .nsoft_theme_first.nsoft_footer .copy a, .nsoft_theme_first.nsoft_footer .cols .col .foot-phone, .nsoft_theme_first.nsoft_title-accordion .right .menu ul li a, .nsoft_theme_first.nsoft_footer .cols .col ul li a, .nsoft_theme_first.nsoft_footer .cols .col .foot-mail{
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first .nsoft_navigation a{
  border-color:var(--first_color_border_offer);
}
.nsoft_theme_first .nsoft_navigation a.current, .nsoft_theme_first .nsoft_navigation a:hover{
  background-color:var(--first_color_button);
  color:var(--first_color_button_font) !important;
}
.nsoft_theme_first .nsoft_navigation a.next, .nsoft_theme_first .nsoft_navigation a.prev{
  background-color:var(--first_color_button);
  border-color:var(--first_color_button);
}
.nsoft_theme_first .nsoft_thumb__text .title{
  color:var(--first_color_fonts_offer) !important;
}
.nsoft_theme_first .person-box .text p a svg rect, .nsoft_theme_first .person-box .text p a svg path, .nsoft_theme_first .person-box .text p a img rect, .nsoft_theme_first .person-box .text p a img path, .nsoft_theme_first.nsoft_team-listing .listing .item .text .info a svg rect, .nsoft_theme_first.nsoft_team-listing .listing .item .text .info a svg path, .nsoft_theme_first.nsoft_team-listing .listing .item .text .info a img rect, .nsoft_theme_first.nsoft_team-listing .listing .item .text .info a img path{
  stroke:var(--first_color_icons);
}
.nsoft_theme_first .opinion-slider .item{
  background-color:var(--first_color_background_offer) !important;
  border-color:var(--first_color_border_offer) !important;
  color:var(--first_color_fonts_offer) !important;
}
.nsoft_theme_first .slick-dots li button{
  background:var(--first_color_border_offer) !important;
}
.nsoft_theme_first.nsoft_partners .partners_slider .slick-dots li.slick-active button,
.nsoft_theme_first .nsoft_offer-slider .slick-dots li.slick-active button,
.nsoft_theme_first .slick-dots li.slick-active button{
  background-color:var(--first_color_icons) !important;
}
.nsoft_theme_first.nsoft_footer .scroll-top svg line,
.nsoft_theme_first .slick-next svg line,
.nsoft_theme_first .slick-prev svg line,
.nsoft_theme_first .nsoft_opinion-slider .opinion-slider .slick-prev svg line, .nsoft_theme_first .nsoft_opinion-slider .opinion-slider .slick-next svg line,
.nsoft_theme_first .nsoft_offer-slider .slick-prev svg line, .nsoft_theme_first .nsoft_offer-slider .slick-next svg line{
  stroke:var(--first_color_fonts) !important;
}
.nsoft_theme_first.nsoft_footer .scroll-top,
.nsoft_theme_first .slick-prev, .nsoft_theme_first .slick-next{
  border-color:var(--first_color_fonts) !important;
}
.nsoft_theme_first.nsoft_footer .scroll-top::after,
.nsoft_theme_first .slick-prev::after, .nsoft_theme_first .slick-next::after{
  filter:invert(1);
}
.nsoft_theme_first.nsoft_contact .nsoft_contact-col .social li a{
  background:var(--first_color_social_bg);
  border-color:var(--first_color_social_border);
}
.nsoft_theme_first.nsoft_contact .nsoft_contact-col .social li a svg path{
  fill:var(--first_color_social);
}
.nsoft_theme_first .select2-containerdefault .select2-selection--single .select2-selection__rendered{
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first .select2-results ul li{
  background:transparent !important;
  color:var(--first_color_inputs) !important;
}
.nsoft_theme_first .select2-dropdown{
  border-color:var(--first_color_inputs_border) !important;
  background-color:var(--first_color_background_inputs) !important;
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first.nsoft_form .nsoft_form-row .nsoft_form-wrap .select .select2 .select2-selection--single, .nsoft_theme_first.nsoft_form .nsoft_form-row .nsoft_form-wrap .input textarea, .nsoft_theme_first.nsoft_form .nsoft_form-row .nsoft_form-wrap .input input,
.nsoft_theme_first .nsoft_form .nsoft_form-row .nsoft_form-wrap .select .select2 .select2-selection--single,
.nsoft_theme_first .nsoft_form .nsoft_form-row .nsoft_form-wrap .input textarea,
.nsoft_theme_first .nsoft_form .nsoft_form-row .nsoft_form-wrap .input input{
  border-color:var(--first_color_inputs_border) !important;
  background-color:var(--first_color_background_inputs) !important;
  color:var(--first_color_inputs) !important;
}
.nsoft_theme_first .nsoft_navigation .prev svg line, .nsoft_theme_first .nsoft_navigation .next svg line{
  stroke:var(--first_color_button_font);
}
.nsoft_theme_first.nsfot_filters-mobile a{
  border-color:var(--first_color_fonts) !important;
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first.nsoft_form .nsoft_form-row .nsoft_form-wrap label:not(.error),
.nsoft_theme_first .nsoft_form .nsoft_form-row .nsoft_form-wrap label:not(.error){
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first .box-list .box, .nsoft_theme_first.nsoft_list_offer .table-list tbody tr::after{
  border-color:var(--first_color_border_offer) !important;
}
.nsoft_theme_first.nsoft_list_offer .table-list tbody tr:hover::after{
  background-color:rgba(255, 255, 255, 0.1);
}
.nsoft_theme_first .js-tabs .js-tabs-nav::before{
  background-color:var(--first_color_border_offer);
}
.nsoft_theme_first.team-person .nsoft_container .right .info a, .nsoft_theme_first.nsoft_footerv2 .menu-vertical .col ul li a,
.nsoft_theme_first .js-tabs .js-tabs-nav a{
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first .js-tabs .js-tabs-nav a.current{
  background-color:var(--first_color_background);
  border-color:var(--first_color_border_offer);
  border-bottom:transparent !important;
}
.nsoft_theme_first .nsoft_offer_nav ul li a, .nsoft_theme_first.nsoft_offer_content .nsoft_offer_info .content .box,
.nsoft_theme_first .person-box .text p a, .nsoft_theme_first.nsoft_offer_nav ul li a, .nsoft_theme_first.nsoft_offer-top .tabs-offer a{
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first.nsoft_offer-top .tabs-offer a.current{
  border-color:var(--first_color_border_offer) !important;
}
.nsoft_theme_first .nsoft_btndark-transparent{
  border-color:var(--first_color_button_font);
  color:var(--first_color_button_font);
}
.nsoft_theme_first.nsoft_offer_content .toggle-text::after, .nsoft_theme_first.nsoft_offer_content > .nsoft_container .param-list ul::after{
  background:linear-gradient(0deg, var(--first_color_background) 0%, rgba(255, 255, 255, 0) 100%);
}
.nsoft_theme_first.nsoft_team-listing .listing .item .text{
  background:var(--first_color_background_offer);
  color:var(--first_color_fonts_offer);
  padding-bottom:30px;
  border-color:var(--first_color_border_offer);
  border-radius:0 0 var(--radius-medium) var(--radius-medium);
}
.nsoft_theme_first.nsoft_team-listing .listing .item .text .nsoft_btn{
  color:var(--first_color_button_font) !important;
  border-color:var(--first_color_button);
  background-color:var(--first_color_button);
}
.nsoft_theme_first.nsoft_header .nsoft_lang span{
  color:var(--first_color_inputs) !important;
  background-color:var(--first_color_background_inputs) !important;
  border-color:var(--first_color_inputs_border) !important;
}
.nsoft_theme_first .select2-container--default .select2-search-dropdown .select2-search__field{
  border-color:var(--first_color_inputs_border) !important;
  color:var(--first_color_inputs) !important;
}
.nsoft_theme_first .select2-container--default .select2-search-dropdown .select2-search__field::-moz-placeholder{
  color:var(--first_color_inputs) !important;
}
.nsoft_theme_first .select2-container--default .select2-search-dropdown .select2-search__field:-ms-input-placeholder{
  color:var(--first_color_inputs) !important;
}
.nsoft_theme_first .select2-container--default .select2-search-dropdown .select2-search__field::placeholder{
  color:var(--first_color_inputs) !important;
}
.nsoft_theme_first .js-tabs .js-tabs-nav .inner::-webkit-scrollbar,
.nsoft_theme_first .select2-results__options::-webkit-scrollbar{
  width:8px;
  border-radius:var(--radius-small);
}
.nsoft_theme_first .js-tabs .js-tabs-nav .inner::-webkit-scrollbar-track,
.nsoft_theme_first .select2-results__options::-webkit-scrollbar-track{
  background:var(--first_color_inputs_border);
}
.nsoft_theme_first .js-tabs .js-tabs-nav .inner::-webkit-scrollbar-thumb,
.nsoft_theme_first .select2-results__options::-webkit-scrollbar-thumb{
  background-color:var(--first_color_button) !important;
  border-radius:var(--radius-small);
  border-color:var(--first_color_button) !important;
}
.nsoft_theme_first .js-tabs .js-tabs-nav::after{
  background:var(--first_color_background);
  background:linear-gradient(277deg, var(--first_color_background) 0%, var(--first_color_background) 46%, rgba(255, 255, 255, 0) 100%);
}
.nsoft_theme_first.nsoft_offer-map .right .list .nsoft_thumb{
  border-color:var(--first_color_border_offer) !important;
}
.nsoft_theme_first.nsoft_offer-map .right .list .nsoft_thumb__text .type, .nsoft_theme_first.nsoft_offer-map .right .list .nsoft_thumb .list-info li{
  color:var(--first_color_fonts_offer) !important;
}
.nsoft_theme_first.nsoft_offer-map .right .list .inner{
  border-color:var(--first_color_border_offer) !important;
  background:var(--first_color_background_offer) !important;
  color:var(--first_color_fonts_offer) !important;
}
.nsoft_theme_first.nsoft_offer-map .right .list::-webkit-scrollbar-track{
  background:var(--first_color_border_offer);
}
@media (max-width: 1199px){
  .nsoft_theme_first.nsoft_header .nsoft_menu > ul > li > ul{
    background:var(--first_color_background);
  }
  .nsoft_theme_first.nsoft_header .nsoft_menu > ul > li > ul > li > a, .nsoft_theme_first.nsoft_header .nsoft_menu > ul > li > a{
    color:var(--first_color_fonts_menu) !important;
  }
  .nsoft_theme_first.nsoft_header .nsoft_menu > ul > li.has-children svg path{
    fill:var(--first_color_fonts_menu) !important;
  }
  .nsoft_theme_first.nsoft_header .nsoft_menu,
.nsoft_theme_first .nsoft_header-top{
    background:var(--first_color_background);
  }
  .nsoft_theme_first.nsoft_header .menu-toggle span{
    background-color:var(--first_color_fonts_menu);
  }
  .nsoft_theme_first.nsoft_header .nsoft_lang span{
    color:var(--first_color_background);
  }
}
.nsoft_theme_first.nsoft_title-accordion .accordion-mobile .item a{
  background:var(--first_color_button) !important;
}
.nsoft_theme_first .close-filters svg line{
  stroke:var(--first_color_fonts);
}
.nsoft_theme_first.nsoft_home-top .nsoft_container .nsoft_left p, .nsoft_theme_first.nsoft_heading-bg-blog .inner .right span, .nsoft_theme_first.nsoft_heading-bg-blog .inner .left .category a, .nsoft_theme_first.nsoft_heading-bg-blog .inner .left h2, .nsoft_theme_first.nsoft_home-top .nsoft_container .nsoft_left h2{
  color:var(--first_color_banner_text);
}
.nsoft_theme_first.nsoft_heading-bg-blog .inner{
  border-color:var(--first_color_banner_text);
}
.nsoft_theme_first.nsoft_home-top .mouse-icon svg line,
.nsoft_theme_first.nsoft_home-top .mouse-icon svg path{
  stroke:var(--first_color_banner_scroll);
}
.nsoft_theme_first.nsoft_list_offer .table-list td.text-center a svg path{
  fill:var(--first_color_icons);
}
.nsoft_theme_first.team-person .nsoft_container .right .info a svg rect,
.nsoft_theme_first.team-person .nsoft_container .right .info a svg path, .nsoft_theme_first.nsoft_contact-person .person .text .info a svg rect,
.nsoft_theme_first.nsoft_contact-person .person .text .info a svg path{
  stroke:var(--first_color_icons);
}
.nsoft_theme_first .box-list .box a svg line{
  stroke:var(--first_color_icons);
}
@media (max-width: 1199px){
  .nsoft_theme_first.nsoft_header--transparent{
    background:var(--first_color_background) !important;
  }
}
@media (max-width: 767px){
  .nsoft_theme_first.nsoft_home-top .nsoft_container .nsoft_form{
    background:var(--first_color_background) !important;
  }
}
.nsoft_theme_first.nsoft_header-top{
  background:var(--first_color_background_offer) !important;
  color:var(--first_color_fonts_offer);
}
.nsoft_theme_first.nsoft_header-top .nsoft_container .nsoft_phone-header{
  color:var(--first_color_fonts_offer) !important;
}
.nsoft_theme_first.nsoft_header-top .nsoft_container .nsoft_phone-header svg path{
  stroke:var(--first_color_button);
}
.nsoft_theme_first.nsoft_header-top .nsoft_container .nsoft_social ul li a svg{
  fill:var(--first_color_fonts_offer);
}
.nsoft_theme_first.nsoft_filters__bottom a{
  color:var(--first_color_second_fonts);
}
.nsoft_theme_first .nsoft_filters__bottom .toggle-btn-filters{
  border-color:var(--first_color_fonts) !important;
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first .nsoft_filters__bottom a{
  color:var(--first_color_second_fonts);
}
.nsoft_theme_first .nsoft_offer-list.grid-row1 .nsoft_thumb{
  background:var(--first_color_background_offer) !important;
}
.nsoft_theme_first .nsoft_offer-list .nsoft_thumb{
  background:var(--first_color_background_offer) !important;
}
.nsoft_theme_first.nsoft_home-top .nsoft_container .nsoft_left .price, .nsoft_theme_first.nsoft_home-top .nsoft_container .nsoft_left h3{
  color:var(--first__color_second_fonts);
}
.nsoft_theme_first .nsoft_btn--brown{
  background:var(--first_color_button) !important;
  color:var(--first_color_button_font) !important;
}
.nsoft_theme_first.nsoft_footer--v2 .menu-vertical .col ul li a{
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner .arrow-down svg path, .nsoft_theme_first.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner .arrow-up svg path{
  fill:var(--first_color_icons) !important;
}
.nsoft_theme_first .nsoft_form-checkbox label .icon svg path{
  fill:var(--first_color_inputs);
}
.nsoft_theme_first .nsoft_form-radio label::before{
  background:var(--first_color_inputs);
}
.nsoft_theme_first.nsoft_header .nsoft_menu > ul .submenu{
  background:var(--first_color_border_offer) !important;
}
.nsoft_theme_first.banner-text .nsoft_container a svg line{
  stroke:var(--first_color_heading_font);
}
.nsoft_theme_first.banner-text .nsoft_container a{
  color:var(--first_color_heading_font);
}
.nsoft_theme_first.nsoft_breadcrumbs .nsoft_container span, .nsoft_theme_first.nsoft_breadcrumbs .nsoft_container a{
  color:var(--first_color_fonts);
}
.nsoft_theme_first.nsoft_breadcrumbs .nsoft_container a:hover{
  color:var(--first_color_button);
}
.nsoft_theme_first.nsoft_breadcrumbs{
  border-color:var(--first_color_border_offer);
  background:var(--first_color_background);
}
.nsoft_theme_first.nsoft_breadcrumbs .nsoft_container svg path{
  fill:var(--first_color_fonts);
}
.nsoft_theme_first.nsoft_header--above .nsoft_menu > ul > li > ul > li > a{
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first.nsoft_header--transparent .nsoft_menu > ul > li > ul > li > a{
  color:var(--first_color_fonts) !important;
}
.nsoft_theme_first.nsoft_header--transparent .nsoft_menu > ul > li > a{
  color:var(--first_color_banner_text) !important;
}
.nsoft_theme_first.nsoft_header--transparent .nsoft_menu > ul > li.has-children svg path{
  fill:var(--first_color_banner_text) !important;
}
@media (max-width: 767px){
  .nsoft_theme_first.nsoft_header--transparent .nsoft_menu > ul > li > a{
    color:var(--first_color_fonts) !important;
  }
  .nsoft_theme_first.nsoft_header--transparent .nsoft_menu > ul > li.has-children svg path{
    fill:var(--first_color_fonts) !important;
  }
}
.nsoft_theme_first.nsoft_header--transparent .menu-toggle span{
  background:var(--first_color_fonts) !important;
}
.nsoft_theme_first.team-person, .nsoft_theme_first.nsoft_blog-content, .nsoft_theme_first.nsoft_team-listing, .nsoft_theme_first.nsoft_newsletter, .nsoft_theme_first.nsoft_contact-map-full, .nsoft_theme_first.banner-text, .nsoft_theme_first.nsoft_faq, .nsoft_theme_first.nsoft_offer-special, .nsoft_theme_first.nsoft_opinion-slider, .nsoft_theme_first.nsoft_tab_module, .nsoft_theme_first.nsoft_text-img, .nsoft_theme_first.nsoft_title-accordion, .nsoft_theme_first.nsoft_module-text, .nsoft_theme_first.nsoft_partners, .nsoft_theme_first.nsoft_box-list, .nsoft_theme_first.nsoft_section-offer{
  padding-top:var(--padding-top-desktop) !important;
  padding-bottom:var(--padding-bottom-desktop) !important;
}
@media (max-width: 1199px){
  .nsoft_theme_first.team-person, .nsoft_theme_first.nsoft_blog-content, .nsoft_theme_first.nsoft_team-listing, .nsoft_theme_first.nsoft_newsletter, .nsoft_theme_first.nsoft_contact-map-full, .nsoft_theme_first.banner-text, .nsoft_theme_first.nsoft_faq, .nsoft_theme_first.nsoft_offer-special, .nsoft_theme_first.nsoft_opinion-slider, .nsoft_theme_first.nsoft_tab_module, .nsoft_theme_first.nsoft_text-img, .nsoft_theme_first.nsoft_title-accordion, .nsoft_theme_first.nsoft_module-text, .nsoft_theme_first.nsoft_partners, .nsoft_theme_first.nsoft_box-list, .nsoft_theme_first.nsoft_section-offer{
    padding-top:var(--padding-top-tablet) !important;
    padding-bottom:var(--padding-bottom-tablet) !important;
  }
}
@media (max-width: 767px){
  .nsoft_theme_first.team-person, .nsoft_theme_first.nsoft_blog-content, .nsoft_theme_first.nsoft_team-listing, .nsoft_theme_first.nsoft_newsletter, .nsoft_theme_first.nsoft_contact-map-full, .nsoft_theme_first.banner-text, .nsoft_theme_first.nsoft_faq, .nsoft_theme_first.nsoft_offer-special, .nsoft_theme_first.nsoft_opinion-slider, .nsoft_theme_first.nsoft_tab_module, .nsoft_theme_first.nsoft_text-img, .nsoft_theme_first.nsoft_title-accordion, .nsoft_theme_first.nsoft_module-text, .nsoft_theme_first.nsoft_partners, .nsoft_theme_first.nsoft_box-list, .nsoft_theme_first.nsoft_section-offer{
    padding-top:var(--padding-top-mobile) !important;
    padding-bottom:var(--padding-bottom-mobile) !important;
  }
}
.nsoft_theme_first.nsoft_offer_gallery_list, .nsoft_theme_first.nsoft_team-listing, .nsoft_theme_first.nsoft_offer_form, .nsoft_theme_first.nsoft_offer_map, .nsoft_theme_first.nsoft_offer_content, .nsoft_theme_first.nsoft_contact-form-full, .nsoft_theme_first.nsoft_contact-person, .nsoft_theme_first.nsoft_contact{
  padding-top:var(--padding-top-second) !important;
  padding-bottom:var(--padding-bottom-second) !important;
}
.nsoft_theme_first.nsoft_contact-person{
  padding-bottom:0 !important;
}
.nsoft_theme_first.nsoft_contact-person .person{
  margin-bottom:var(--padding-bottom-second) !important;
}
.nsoft_theme_first.nsoft_team-listing .listing .item{
  padding-bottom:var(--padding-bottom-second) !important;
}
.nsoft_theme_first.nsoft_heading-blog{
  padding-top:var(--padding-top-desktop) !important;
  padding-bottom:var(--padding-bottom-desktop) !important;
}
@media (max-width: 1199px){
  .nsoft_theme_first.nsoft_heading-blog{
    padding-top:var(--padding-top-tablet) !important;
    padding-bottom:var(--padding-bottom-tablet) !important;
  }
}
@media (max-width: 767px){
  .nsoft_theme_first.nsoft_heading-blog{
    padding-top:var(--padding-top-mobile) !important;
    padding-bottom:var(--padding-bottom-mobile) !important;
  }
}
.nsoft_theme_first.nsoft_blog-list{
  padding-bottom:var(--padding-bottom-desktop) !important;
}
@media (max-width: 1199px){
  .nsoft_theme_first.nsoft_blog-list{
    padding-bottom:var(--padding-bottom-tablet) !important;
  }
}
@media (max-width: 767px){
  .nsoft_theme_first.nsoft_blog-list{
    padding-bottom:var(--padding-bottom-mobile) !important;
  }
}
.nsoft_theme_first.gallery-with-box{
  padding-top:var(--padding-top-second) !important;
}

@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_theme_first.nsoft_header .nsoft_menu > ul > li > a{
    color:var(--first_color_fonts_menu) !important;
  }

  .menu-sidebar .nsoft_theme_first.nsoft_header .nsoft_lang span{
    border-color:var(--first_color_border_offer) !important;
  }
}
.nsoft_theme_second{
  background-color:var(--second_color_background) !important;
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second.nsoft_header-top .nsoft_container .nsoft_phone-header svg path{
  stroke:var(--second_color_fonts);
}
.nsoft_theme_second.nsoft_module-text .nsoft_text{
  color:var(--second_color_fonts);
}
.nsoft_theme_second.nsoft_module-text .nsoft_text a{
  color:var(--second_color_fonts);
}
.nsoft_theme_second .select svg path{
  fill:var(--second_color_inputs) !important;
}
.nsoft_theme_second.nsoft_offer-top .print{
  color:var(--second_color_second_fonts);
}
.nsoft_theme_second.nsoft_offer-top .price, .nsoft_theme_second.nsoft_offer-top .street{
  color:var(--second_color_second_fonts);
}
.nsoft_theme_second a,
.nsoft_theme_second .nsoft_btn--dark-transparent{
  border-color:var(--second_color_border_offer);
  color:var(--second_color_icons);
}
.nsoft_theme_second.nsoft_offer_nav ul li a:hover, .nsoft_theme_second.nsoft_offer_nav ul li a.current{
  border-color:var(--second_color_icons) !important;
}
.nsoft_theme_second.nsoft_offer_content > .nsoft_container .btn-center .nsoft_btn{
  border-color:var(--second_color_fonts);
}
.nsoft_theme_second.nsoft_offer_content > .nsoft_container .btn-center .nsoft_btn span{
  color:var(--second_color_fonts);
}
.nsoft_theme_second.nsoft_offer_content > .nsoft_container .btn-center .nsoft_btn svg path{
  fill:var(--second_color_fonts) !important;
}
.nsoft_theme_second.nsoft_form a,
.nsoft_theme_second .nsoft_form a{
  color:var(--second_color_second_fonts);
}
.nsoft_theme_second.nsoft_title-accordion .left .page, .nsoft_theme_second.nsoft_form .link-brown{
  color:var(--second_color_second_fonts);
}
.nsoft_theme_second *::-webkit-scrollbar-thumb{
  background-color:var(--second_color_button) !important;
}
.nsoft_theme_second.nsoft_title-accordion .right .menu ul li svg line{
  stroke:var(--second_color_icons) !important;
}
.nsoft_theme_second.nsoft_footer .cols .col .foot-phone svg path, .nsoft_theme_second.nsoft_footer .cols .col .foot-phone svg rect, .nsoft_theme_second.nsoft_footer .cols .col .foot-phone svg rect, .nsoft_theme_second.nsoft_footer .cols .col .foot-phone svg path, .nsoft_theme_second.nsoft_footer .cols .col .foot-mail svg rect, .nsoft_theme_second.nsoft_footer .cols .col .foot-mail svg path{
  stroke:var(--second_color_icons) !important;
}
.nsoft_theme_second.nsoft_list_offer .table-list td .price{
  color:var(--second_color_second_fonts) !important;
}
.nsoft_theme_second .nsoft_thumb__text .type a{
  color:var(--second_color_second_fonts) !important;
}
.nsoft_theme_second .nsoft_thumb__text .type a:not(:last-child){
  border-color:var(--second_color_second_fonts) !important;
}
.nsoft_theme_second .nsoft_text{
  color:var(--second_color_fonts);
}
.nsoft_theme_second .nsoft_text a{
  color:var(--second_color_second_fonts);
}
.nsoft_theme_second .nsoft_text table th, .nsoft_theme_second .nsoft_text table td,
.nsoft_theme_second .nsoft_text table{
  border-color:var(--second_color_border_offer);
}
.nsoft_theme_second .nsoft_text ul li svg path{
  fill:var(--second_color_icons);
}
.nsoft_theme_second.banner-text .nsoft_container .text, .nsoft_theme_second.nsoft_heading-bg h1, .nsoft_theme_second.nsoft_heading-bg h2{
  color:var(--second_color_heading_font) !important;
}
.nsoft_theme_second.nsoft_heading-bg.no-bg h1, .nsoft_theme_second.nsoft_heading-bg.no-bg h2{
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second.nsoft_text-img .nsoft_container .text .page{
  color:var(--second_color_second_fonts) !important;
}
.nsoft_theme_second .select2-container--default .select2-selection--single .select2-selection__rendered{
  color:var(--second_color_inputs);
}
.nsoft_theme_second .box-list .box .icon{
  color:var(--second_color_icons);
}
.nsoft_theme_second .box-list .box{
  color:var(--second_color_fonts_offer);
  background:var(--second_color_background_offer);
  border-color:var(--second_color_border_offer);
}
.nsoft_theme_second .link-more{
  color:var(--second_color_second_fonts);
}
.nsoft_theme_second.nsoft_offer_nav{
  border-color:var(--second_color_border_offer);
}
.nsoft_theme_second.nsoft_header .nsoft_phone-header{
  background:var(--second_color_button);
  color:var(--second_color_button_font);
}
.nsoft_theme_second .person-box .text p a svg rect, .nsoft_theme_second .person-box .text p a svg path, .nsoft_theme_second .person-box .text p a img rect, .nsoft_theme_second .person-box .text p a img path{
  stroke:var(--second_color_icons) !important;
}
.nsoft_theme_second .select2-search input{
  border-color:var(--second_color_inputs_border) !important;
}
.nsoft_theme_second .nsoft_filters__bottom .toggle-btn-filters svg path{
  fill:var(--second_color_fonts) !important;
}
.nsoft_theme_second .toggle-btn svg path, .nsoft_theme_second.nsoft_header .nsoft_lang span svg path{
  fill:var(--second_color_inputs) !important;
}
.nsoft_theme_second .column-form > .left .nsoft_form{
  border-color:var(--second_color_border_offer);
}
.nsoft_theme_second.nsoft_team-listing .listing .item .text .info a{
  color:var(--second_color_fonts_offer);
}
.nsoft_theme_second.nsoft_opinion-slider .opinion-slider .item svg path{
  fill:var(--second_color_fonts_offer);
}
.nsoft_theme_second.nsoft_header .nsoft_menu > ul > li.has-children svg path{
  fill:var(--second_color_fonts_menu) !important;
}
.nsoft_theme_second.nsoft_title-accordion .accordion-mobile .item .accordion-btn .icon-toggle svg path{
  fill:var(--second_color_icons2) !important;
}
.nsoft_theme_second.nsoft_header .nsoft_phone-header svg path{
  stroke:var(--second_color_icons2) !important;
}
.nsoft_theme_second.nsoft_newsletter .nsoft_container .nsoft_btn{
  background-color:var(--second_color_button);
  color:var(--second_color_button_font);
}
.nsoft_theme_second.nsoft_faq .toggle .item .accordion-btn .icon-toggle svg path{
  fill:var(--second_color_icons) !important;
}
.nsoft_theme_second .nsoft_thumb .list-info li svg path{
  fill:var(--second_color_icons) !important;
}
.nsoft_theme_second.nsfot_filters-mobile a span{
  border-color:var(--second_color_fonts);
  color:var(--second_color_fonts);
}
.nsoft_theme_second .nsoft_thumb__img .tick-red{
  background:var(--second_color_important);
  color:var(--second_color_important_text);
}
.nsoft_theme_second .nsoft_thumb__text .price{
  color:var(--second_color_second_fonts) !important;
}
.nsoft_theme_second .select2-results__options::-webkit-scrollbar-thumb{
  background-color:var(--second_color_border_offer) !important;
}
.nsoft_theme_second .grid-type a:hover svg path, .nsoft_theme_second .grid-type a.current svg path{
  fill:var(--second_color_icons) !important;
}
.nsoft_theme_second .select .select2.select2-container--open.select2-container--below .select2-selection--single{
  border-top-color:var(--second_color_border_offer) !important;
}
.nsoft_theme_second .sort-list .select .select2 .select2-selection--single{
  border-color:var(--second_color_inputs_border) !important;
  background-color:var(--second_color_background_inputs) !important;
  color:var(--second_color_inputs) !important;
}
.nsoft_theme_second .grid-type a svg path,
.nsoft_theme_second .grid-type a svg g > g rect{
  fill:var(--second_color_fonts) !important;
}
.nsoft_theme_second .grid-type a.current svg g > g rect, .nsoft_theme_second .grid-type a.current svg g > g path{
  fill:var(--second_color_icons) !important;
}
.nsoft_theme_second .param-list ul li{
  border-color:var(--second_color_border_offer) !important;
}
.nsoft_theme_second .nsoft_text blockquote svg path{
  fill:var(--second_color_icons) !important;
}
.nsoft_theme_second.nsoft_offer_info .content .box .icon svg path, .nsoft_theme_second.nsoft_offer-top .print svg path, .nsoft_theme_second.nsoft_offer-top .print svg polygon, .nsoft_theme_second.nsoft_offer-top .tabs-offer a svg path{
  fill:var(--second_color_icons) !important;
  color:var(--second_color_icons) !important;
}
.nsoft_theme_second.nsoft_header .nsoft_lang ul li a{
  color:var(--second_color_inputs);
}
.nsoft_theme_second.nsoft_header .nsoft_menu > ul > li > a{
  color:var(--second_color_fonts_menu) !important;
}
.nsoft_theme_second.nsoft_header .nsoft_menu > ul > li > ul{
  background-color:var(--second_color_background);
}
.nsoft_theme_second.nsoft_header .nsoft_menu > ul > li > ul > li > a{
  color:var(--second_color_fonts_menu) !important;
}
.nsoft_theme_second.nsoft_header .nsoft_lang ul{
  background:var(--second_color_background_inputs) !important;
  border-color:var(--second_color_inputs_border) !important;
}
.nsoft_theme_second .nsoft_contact .nsoft_contact-col .social a, .nsoft_theme_second.nsoft_offer-top .info .social a,
.nsoft_theme_second .nsoft_blog-social .social a, .nsoft_theme_second.nsoft_footer .cols .col .social a, .nsoft_theme_second.nsoft_header .nsoft_social ul li a{
  border-color:var(--second_color_social_border);
  background:var(--second_color_social_bg) !important;
}
.nsoft_theme_second .nsoft_contact .nsoft_contact-col .social svg path, .nsoft_theme_second.nsoft_offer-top .info .social svg path,
.nsoft_theme_second .nsoft_blog-social .social svg path, .nsoft_theme_second.nsoft_footer .cols .col .social a svg path, .nsoft_theme_second.nsoft_header .nsoft_social ul li a svg path{
  fill:var(--second_color_social);
}
.nsoft_theme_second.nsoft_title-accordion .right .list a, .nsoft_theme_second.nsoft_text-img .nsoft_container .text a,
.nsoft_theme_second .button-more a,
.nsoft_theme_second .nsoft_btn--green{
  background-color:var(--second_color_button) !important;
  color:var(--second_color_button_font) !important;
}
.nsoft_theme_second.nsoft_biur-list .nsoft_container .item{
  background:var(--second_color_background_offer);
  color:var(--second_color_fonts_offer);
  border:var(--second_color_border_offer);
}
.nsoft_theme_second.nsoft_biur-list .nsoft_container .item .bottom .col2 a, .nsoft_theme_second.nsoft_biur-list .nsoft_container .item .bottom .col1 a, .nsoft_theme_second.nsoft_biur-list .nsoft_container .item .bottom .col2 strong{
  color:var(--second_color_second_fonts);
}
.nsoft_theme_second.nsoft_contact-form-full .form,
.nsoft_theme_second .nsoft_thumb::after{
  border-color:var(--second_color_border_offer) !important;
}
.nsoft_theme_second.nsoft_thumb{
  background-color:var(--second_color_background_offer) !important;
}
.nsoft_theme_second .nsoft_thumb__text{
  background:var(--second_color_background_offer) !important;
  color:var(--second_color_fonts_offer) !important;
}
.nsoft_theme_second .nsoft_offer-list .nsoft_thumb{
  background:var(--second_color_background_offer) !important;
}
.nsoft_theme_second.nsoft_list_btns{
  background:none !important;
}
.nsoft_theme_second.nsoft_list_btns a{
  background:var(--second_color_background);
  border-color:var(--second_color_border_offer) !important;
}
.nsoft_theme_second.nsoft_list_btns a span.number{
  color:var(--second_color_icons) !important;
}
.nsoft_theme_second.nsoft_list_btns a span{
  color:var(--second_color_second_fonts) !important;
}
.nsoft_theme_second.nsoft_list_btns a:hover{
  background-color:var(--second_color_button);
  color:var(--second_color_fonts);
}
.nsoft_theme_second.nsoft_list_btns a:hover span.number{
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second .nsoft_form-radio label::before{
  background:var(--second_color_button);
}
.nsoft_theme_second .nsoft_form-radio label::after,
.nsoft_theme_second .nsoft_form-checkbox label::after{
  background-color:var(--second_color_background_inputs) !important;
  border-color:var(--second_color_inputs_border) !important;
}
.nsoft_theme_second .nsoft_form-checkbox input:checked + label::after{
  background-image:url("../images/icon/check-white.png");
}
.nsoft_theme_second.nsoft_form button svg g, .nsoft_theme_second.nsoft_form button svg line,
.nsoft_theme_second .nsoft_form button svg g,
.nsoft_theme_second .nsoft_form button svg line,
.nsoft_theme_second .nsoft_form-bottom-flex .nsoft_btn svg g,
.nsoft_theme_second .nsoft_form-bottom-flex .nsoft_btn svg line,
.nsoft_theme_second .nsoft_filters__bottom .submit svg g,
.nsoft_theme_second .nsoft_filters__bottom .submit svg line{
  stroke:var(--second_color_icons2);
}
.nsoft_theme_second .nsoft_filters__bottom .toggle-btn-filters .open::after{
  background-image:url("../images/icon/select-icon-white.svg");
  background-size:100% auto;
}
.nsoft_theme_second.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner::after, .nsoft_theme_second.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner::before{
  background-image:url("../images/icon/sort-top-white.svg");
}
.nsoft_theme_second.nsoft_contact-person .person .text .info a,
.nsoft_theme_second .nsoft_navigation a, .nsoft_theme_second.nsoft_footer .copy a, .nsoft_theme_second.nsoft_footer .cols .col .foot-phone, .nsoft_theme_second.nsoft_title-accordion .right .menu ul li a, .nsoft_theme_second.nsoft_footer .cols .col ul li a, .nsoft_theme_second.nsoft_footer .cols .col .foot-mail{
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second .nsoft_navigation a{
  border-color:var(--second_color_border_offer);
}
.nsoft_theme_second .nsoft_navigation a.current, .nsoft_theme_second .nsoft_navigation a:hover{
  background-color:var(--second_color_button);
  color:var(--second_color_button_font) !important;
}
.nsoft_theme_second .nsoft_navigation a.next, .nsoft_theme_second .nsoft_navigation a.prev{
  background-color:var(--second_color_button);
  border-color:var(--second_color_button);
}
.nsoft_theme_second .nsoft_thumb__text .title{
  color:var(--second_color_fonts_offer) !important;
}
.nsoft_theme_second .person-box .text p a svg rect, .nsoft_theme_second .person-box .text p a svg path, .nsoft_theme_second .person-box .text p a img rect, .nsoft_theme_second .person-box .text p a img path, .nsoft_theme_second.nsoft_team-listing .listing .item .text .info a svg rect, .nsoft_theme_second.nsoft_team-listing .listing .item .text .info a svg path, .nsoft_theme_second.nsoft_team-listing .listing .item .text .info a img rect, .nsoft_theme_second.nsoft_team-listing .listing .item .text .info a img path{
  stroke:var(--second_color_icons);
}
.nsoft_theme_second .opinion-slider .item{
  background-color:var(--second_color_background_offer) !important;
  border-color:var(--second_color_border_offer) !important;
  color:var(--second_color_fonts_offer) !important;
}
.nsoft_theme_second .slick-dots li button{
  background:var(--second_color_border_offer) !important;
}
.nsoft_theme_second.nsoft_partners .partners_slider .slick-dots li.slick-active button,
.nsoft_theme_second .nsoft_offer-slider .slick-dots li.slick-active button,
.nsoft_theme_second .slick-dots li.slick-active button{
  background-color:var(--second_color_icons) !important;
}
.nsoft_theme_second.nsoft_footer .scroll-top svg line, .nsoft_theme_second.nsoft_opinion-slider .opinion-slider .slick-prev svg line, .nsoft_theme_second.nsoft_opinion-slider .opinion-slider .slick-next svg line, .nsoft_theme_second.nsoft_partners .partners_slider .slick-prev svg line, .nsoft_theme_second.nsoft_partners .partners_slider .slick-next svg line,
.nsoft_theme_second .nsoft_offer-slider .slick-prev svg line, .nsoft_theme_second .nsoft_offer-slider .slick-next svg line{
  stroke:var(--second_color_fonts) !important;
}
.nsoft_theme_second.nsoft_footer .scroll-top,
.nsoft_theme_second .slick-prev, .nsoft_theme_second .slick-next{
  border-color:var(--second_color_fonts) !important;
}
.nsoft_theme_second.nsoft_footer .scroll-top::after,
.nsoft_theme_second .slick-prev::after, .nsoft_theme_second .slick-next::after{
  filter:invert(1);
}
.nsoft_theme_second.nsoft_contact .nsoft_contact-col .social li a{
  background:var(--second_color_social_bg) !important;
  border-color:var(--second_color_social_border) !important;
}
.nsoft_theme_second.nsoft_contact .nsoft_contact-col .social li a svg path{
  fill:var(--second_color_social);
}
.nsoft_theme_second .select2-containerdefault .select2-selection--single .select2-selection__rendered{
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second .select2-results ul li{
  background:transparent !important;
  color:var(--second_color_inputs) !important;
}
.nsoft_theme_second .select2-dropdown{
  border-color:var(--second_color_inputs_border) !important;
  background-color:var(--second_color_background_inputs) !important;
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second.nsoft_form .nsoft_form-row .nsoft_form-wrap .select .select2 .select2-selection--single, .nsoft_theme_second.nsoft_form .nsoft_form-row .nsoft_form-wrap .input textarea, .nsoft_theme_second.nsoft_form .nsoft_form-row .nsoft_form-wrap .input input,
.nsoft_theme_second .nsoft_form .nsoft_form-row .nsoft_form-wrap .select .select2 .select2-selection--single,
.nsoft_theme_second .nsoft_form .nsoft_form-row .nsoft_form-wrap .input textarea,
.nsoft_theme_second .nsoft_form .nsoft_form-row .nsoft_form-wrap .input input{
  border-color:var(--second_color_inputs_border) !important;
  background-color:var(--second_color_background_inputs) !important;
  color:var(--second_color_inputs) !important;
}
.nsoft_theme_second .nsoft_navigation .prev svg line, .nsoft_theme_second .nsoft_navigation .next svg line{
  stroke:var(--second_color_button_font);
}
.nsoft_theme_second.nsfot_filters-mobile a{
  border-color:var(--second_color_fonts) !important;
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second.nsoft_form .nsoft_form-row .nsoft_form-wrap label:not(.error),
.nsoft_theme_second .nsoft_form .nsoft_form-row .nsoft_form-wrap label:not(.error){
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second .box-list .box, .nsoft_theme_second.nsoft_list_offer .table-list tbody tr::after{
  border-color:var(--second_color_border_offer) !important;
}
.nsoft_theme_second.nsoft_list_offer .table-list tbody tr:hover::after{
  background-color:rgba(255, 255, 255, 0.1);
}
.nsoft_theme_second .js-tabs .js-tabs-nav::before{
  background-color:var(--second_color_border_offer);
}
.nsoft_theme_second.team-person .nsoft_container .right .info a, .nsoft_theme_second.nsoft_footerv2 .menu-vertical .col ul li a,
.nsoft_theme_second .js-tabs .js-tabs-nav a{
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second .js-tabs .js-tabs-nav a.current{
  background-color:var(--second_color_background);
  border-color:var(--second_color_border_offer);
  border-bottom:transparent !important;
}
.nsoft_theme_second .nsoft_offer_nav ul li a, .nsoft_theme_second.nsoft_offer_content .nsoft_offer_info .content .box,
.nsoft_theme_second .person-box .text p a, .nsoft_theme_second.nsoft_offer_nav ul li a, .nsoft_theme_second.nsoft_offer-top .tabs-offer a{
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second.nsoft_offer-top .tabs-offer a.current{
  border-color:var(--second_color_border_offer) !important;
}
.nsoft_theme_second .nsoft_btndark-transparent{
  border-color:var(--second_color_button_font);
  color:var(--second_color_button_font);
}
.nsoft_theme_second.nsoft_offer_content .toggle-text::after, .nsoft_theme_second.nsoft_offer_content > .nsoft_container .param-list ul::after{
  background:linear-gradient(0deg, var(--second_color_background) 0%, rgba(255, 255, 255, 0) 100%);
}
.nsoft_theme_second.nsoft_team-listing .listing .item .text{
  background:var(--second_color_background_offer);
  color:var(--second_color_fonts_offer);
  padding-bottom:30px;
  border-color:var(--second_color_border_offer);
  border-radius:0 0 var(--radius-medium) var(--radius-medium);
}
.nsoft_theme_second.nsoft_team-listing .listing .item .text .nsoft_btn{
  color:var(--second_color_button_font) !important;
  border-color:var(--second_color_button);
  background-color:var(--second_color_button);
}
.nsoft_theme_second.nsoft_header .nsoft_lang span{
  color:var(--second_color_inputs) !important;
  background-color:var(--second_color_background_inputs) !important;
  border-color:var(--second_color_inputs_border) !important;
}
.nsoft_theme_second .select2-container--default .select2-search--dropdown .select2-search__field{
  border-color:var(--second_color_inputs_border) !important;
  color:var(--second_color_inputs) !important;
}
.nsoft_theme_second .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder{
  color:var(--second_color_inputs) !important;
}
.nsoft_theme_second .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder{
  color:var(--second_color_inputs) !important;
}
.nsoft_theme_second .select2-container--default .select2-search--dropdown .select2-search__field::placeholder{
  color:var(--second_color_inputs) !important;
}
.nsoft_theme_second .js-tabs .js-tabs-nav .inner::-webkit-scrollbar,
.nsoft_theme_second .select2-results__options::-webkit-scrollbar{
  width:8px;
  border-radius:var(--radius-small);
}
.nsoft_theme_second .js-tabs .js-tabs-nav .inner::-webkit-scrollbar-track,
.nsoft_theme_second .select2-results__options::-webkit-scrollbar-track{
  background:var(--second_color_inputs_border);
}
.nsoft_theme_second .js-tabs .js-tabs-nav .inner::-webkit-scrollbar-thumb,
.nsoft_theme_second .select2-results__options::-webkit-scrollbar-thumb{
  background-color:var(--second_color_button) !important;
  border-radius:var(--radius-small);
}
.nsoft_theme_second .js-tabs .js-tabs-nav::after{
  background:var(--second_color_background);
  background:linear-gradient(277deg, var(--second_color_background) 0%, var(--second_color_background) 46%, rgba(255, 255, 255, 0) 100%);
}
.nsoft_theme_second.nsoft_offer-map .right .list .nsoft_thumb{
  border-color:var(--second_color_border_offer) !important;
}
.nsoft_theme_second.nsoft_offer-map .right .list .nsoft_thumb__text .type, .nsoft_theme_second.nsoft_offer-map .right .list .nsoft_thumb .list-info li{
  color:var(--second_color_fonts_offer) !important;
}
.nsoft_theme_second.nsoft_offer-map .right .list .inner{
  border-color:var(--second_color_border_offer) !important;
  background:var(--second_color_background_offer) !important;
  color:var(--second_color_fonts_offer) !important;
}
.nsoft_theme_second.nsoft_offer-map .right .list::-webkit-scrollbar-track{
  background:var(--second_color_border_offer);
}
@media (max-width: 1199px){
  .nsoft_theme_second.nsoft_header .nsoft_menu > ul > li > ul{
    background:var(--second_color_background);
  }
  .nsoft_theme_second.nsoft_header .nsoft_menu > ul > li > ul > li > a, .nsoft_theme_second.nsoft_header .nsoft_menu > ul > li > a{
    color:var(--second_color_fonts_menu) !important;
  }
  .nsoft_theme_second.nsoft_header .nsoft_menu > ul > li.has-children svg path{
    fill:var(--second_color_fonts_menu) !important;
  }
  .nsoft_theme_second.nsoft_header .nsoft_menu,
.nsoft_theme_second .nsoft_header-top{
    background:var(--second_color_background);
  }
  .nsoft_theme_second.nsoft_header .menu-toggle span{
    background-color:var(--second_color_fonts_menu);
  }
  .nsoft_theme_second.nsoft_header .nsoft_lang span{
    color:var(--second_color_background);
  }
}
.nsoft_theme_second.nsoft_title-accordion .accordion-mobile .item a{
  background:var(--second_color_button) !important;
}
.nsoft_theme_second .close-filters svg line{
  stroke:var(--second_color_fonts);
}
.nsoft_theme_second.nsoft_home-top .nsoft_container .nsoft_left p, .nsoft_theme_second.nsoft_heading-bg-blog .inner .right span, .nsoft_theme_second.nsoft_heading-bg-blog .inner .left .category a, .nsoft_theme_second.nsoft_heading-bg-blog .inner .left h2, .nsoft_theme_second.nsoft_home-top .nsoft_container .nsoft_left h2{
  color:var(--second_color_banner_text);
}
.nsoft_theme_second.nsoft_heading-bg-blog .inner{
  border-color:var(--second_color_banner_text);
}
.nsoft_theme_second.nsoft_home-top .mouse-icon svg line,
.nsoft_theme_second.nsoft_home-top .mouse-icon svg path{
  stroke:var(--second_color_banner_scroll);
}
.nsoft_theme_second.nsoft_list_offer .table-list td.text-center a svg path{
  fill:var(--second_color_icons);
}
.nsoft_theme_second.team-person .nsoft_container .right .info a svg rect,
.nsoft_theme_second.team-person .nsoft_container .right .info a svg path, .nsoft_theme_second.nsoft_contact-person .person .text .info a svg rect,
.nsoft_theme_second.nsoft_contact-person .person .text .info a svg path{
  stroke:var(--second_color_icons);
}
.nsoft_theme_second .box-list .box a svg line{
  stroke:var(--second_color_icons);
}
@media (max-width: 1199px){
  .nsoft_theme_second.nsoft_header--transparent{
    background:var(--second_color_background) !important;
  }
}
@media (max-width: 767px){
  .nsoft_theme_second.nsoft_home-top .nsoft_container .nsoft_form{
    background:var(--second_color_background) !important;
  }
}
.nsoft_theme_second.nsoft_header-top{
  background:var(--second_color_background_offer) !important;
  color:var(--second_color_fonts_offer);
}
.nsoft_theme_second.nsoft_header-top .nsoft_container .nsoft_phone-header{
  color:var(--second_color_fonts_offer) !important;
}
.nsoft_theme_second.nsoft_header-top .nsoft_container .nsoft_phone-header svg path{
  stroke:var(--second_color_button);
}
.nsoft_theme_second.nsoft_header-top .nsoft_container .nsoft_social ul li a svg{
  fill:var(--second_color_fonts_offer);
}
.nsoft_theme_second.nsoft_filters__bottom a{
  color:var(--second_color_second_fonts);
}
.nsoft_theme_second .nsoft_filters__bottom .toggle-btn-filters{
  border-color:var(--second_color_fonts) !important;
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second .nsoft_filters__bottom a{
  color:var(--second_color_second_fonts);
}
.nsoft_theme_second .nsoft_offer-list.grid-row1 .nsoft_thumb{
  background:var(--second_color_background_offer) !important;
}
.nsoft_theme_second.nsoft_home-top .nsoft_container .nsoft_left .price, .nsoft_theme_second.nsoft_home-top .nsoft_container .nsoft_left h3{
  color:var(--second_color_second_fonts);
}
.nsoft_theme_second .nsoft_btn--brown{
  background:var(--second_color_button) !important;
  color:var(--second_color_button_font) !important;
}
.nsoft_theme_second.nsoft_footer--v2 .menu-vertical .col ul li a{
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner .arrow-down svg path, .nsoft_theme_second.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner .arrow-up svg path{
  fill:var(--second_color_icons) !important;
}
.nsoft_theme_second .nsoft_form-checkbox label .icon svg path{
  fill:var(--second_color_inputs);
}
.nsoft_theme_second .nsoft_form-radio label::before{
  background:var(--second_color_inputs);
}
.nsoft_theme_second.nsoft_header .nsoft_menu > ul .submenu{
  background:var(--second_color_border_offer) !important;
}
.nsoft_theme_second.banner-text .nsoft_container a svg line{
  stroke:var(--second_color_heading_font);
}
.nsoft_theme_second.banner-text .nsoft_container a{
  color:var(--second_color_heading_font);
}
.nsoft_theme_second.nsoft_breadcrumbs .nsoft_container span, .nsoft_theme_second.nsoft_breadcrumbs .nsoft_container a{
  color:var(--second_color_fonts);
}
.nsoft_theme_second.nsoft_breadcrumbs .nsoft_container a:hover{
  color:var(--second_color_button);
}
.nsoft_theme_second.nsoft_breadcrumbs{
  background:var(--second_color_background);
  border-color:var(--second_color_border_offer);
}
.nsoft_theme_second.nsoft_breadcrumbs .nsoft_container svg path{
  fill:var(--second_color_fonts);
}
.nsoft_theme_second.nsoft_header--above .nsoft_menu > ul > li > ul > li > a{
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second.nsoft_header--transparent .nsoft_menu > ul > li > ul > li > a{
  color:var(--second_color_fonts) !important;
}
.nsoft_theme_second.nsoft_header--transparent .nsoft_menu > ul > li > a{
  color:var(--second_color_banner_text) !important;
}
.nsoft_theme_second.nsoft_header--transparent .nsoft_menu > ul > li.has-children svg path{
  fill:var(--second_color_banner_text) !important;
}
@media (max-width: 767px){
  .nsoft_theme_second.nsoft_header--transparent .nsoft_menu > ul > li > a{
    color:var(--second_color_fonts) !important;
  }
  .nsoft_theme_second.nsoft_header--transparent .nsoft_menu > ul > li.has-children svg path{
    fill:var(--second_color_fonts) !important;
  }
}
.nsoft_theme_second.nsoft_header--transparent .menu-toggle span{
  background:var(--second_color_fonts) !important;
}
.nsoft_theme_second.team-person, .nsoft_theme_second.nsoft_blog-content, .nsoft_theme_second.nsoft_team-listing, .nsoft_theme_second.nsoft_newsletter, .nsoft_theme_second.nsoft_contact-map-full, .nsoft_theme_second.banner-text, .nsoft_theme_second.nsoft_faq, .nsoft_theme_second.nsoft_offer-special, .nsoft_theme_second.nsoft_opinion-slider, .nsoft_theme_second.nsoft_tab_module, .nsoft_theme_second.nsoft_text-img, .nsoft_theme_second.nsoft_title-accordion, .nsoft_theme_second.nsoft_module-text, .nsoft_theme_second.nsoft_partners, .nsoft_theme_second.nsoft_box-list, .nsoft_theme_second.nsoft_section-offer{
  padding-top:var(--padding-top-desktop) !important;
  padding-bottom:var(--padding-bottom-desktop) !important;
}
@media (max-width: 1199px){
  .nsoft_theme_second.team-person, .nsoft_theme_second.nsoft_blog-content, .nsoft_theme_second.nsoft_team-listing, .nsoft_theme_second.nsoft_newsletter, .nsoft_theme_second.nsoft_contact-map-full, .nsoft_theme_second.banner-text, .nsoft_theme_second.nsoft_faq, .nsoft_theme_second.nsoft_offer-special, .nsoft_theme_second.nsoft_opinion-slider, .nsoft_theme_second.nsoft_tab_module, .nsoft_theme_second.nsoft_text-img, .nsoft_theme_second.nsoft_title-accordion, .nsoft_theme_second.nsoft_module-text, .nsoft_theme_second.nsoft_partners, .nsoft_theme_second.nsoft_box-list, .nsoft_theme_second.nsoft_section-offer{
    padding-top:var(--padding-top-tablet) !important;
    padding-bottom:var(--padding-bottom-tablet) !important;
  }
}
@media (max-width: 767px){
  .nsoft_theme_second.team-person, .nsoft_theme_second.nsoft_blog-content, .nsoft_theme_second.nsoft_team-listing, .nsoft_theme_second.nsoft_newsletter, .nsoft_theme_second.nsoft_contact-map-full, .nsoft_theme_second.banner-text, .nsoft_theme_second.nsoft_faq, .nsoft_theme_second.nsoft_offer-special, .nsoft_theme_second.nsoft_opinion-slider, .nsoft_theme_second.nsoft_tab_module, .nsoft_theme_second.nsoft_text-img, .nsoft_theme_second.nsoft_title-accordion, .nsoft_theme_second.nsoft_module-text, .nsoft_theme_second.nsoft_partners, .nsoft_theme_second.nsoft_box-list, .nsoft_theme_second.nsoft_section-offer{
    padding-top:var(--padding-top-mobile) !important;
    padding-bottom:var(--padding-bottom-mobile) !important;
  }
}
.nsoft_theme_second.nsoft_offer_gallery_list, .nsoft_theme_second.nsoft_team-listing, .nsoft_theme_second.nsoft_offer_form, .nsoft_theme_second.nsoft_offer_map, .nsoft_theme_second.nsoft_offer_content, .nsoft_theme_second.nsoft_contact-form-full, .nsoft_theme_second.nsoft_contact-person, .nsoft_theme_second.nsoft_contact{
  padding-top:var(--padding-top-second) !important;
  padding-bottom:var(--padding-bottom-second) !important;
}
.nsoft_theme_second.nsoft_contact-person{
  padding-bottom:0 !important;
}
.nsoft_theme_second.nsoft_contact-person .person{
  margin-bottom:var(--padding-bottom-second) !important;
}
.nsoft_theme_second.nsoft_team-listing .listing .item{
  padding-bottom:var(--padding-bottom-second) !important;
}
.nsoft_theme_second.nsoft_heading-blog{
  padding-top:var(--padding-top-desktop) !important;
  padding-bottom:var(--padding-bottom-desktop) !important;
}
@media (max-width: 1199px){
  .nsoft_theme_second.nsoft_heading-blog{
    padding-top:var(--padding-top-tablet) !important;
    padding-bottom:var(--padding-bottom-tablet) !important;
  }
}
@media (max-width: 767px){
  .nsoft_theme_second.nsoft_heading-blog{
    padding-top:var(--padding-top-mobile) !important;
    padding-bottom:var(--padding-bottom-mobile) !important;
  }
}
.nsoft_theme_second.nsoft_blog-list{
  padding-bottom:var(--padding-bottom-desktop) !important;
}
@media (max-width: 1199px){
  .nsoft_theme_second.nsoft_blog-list{
    padding-bottom:var(--padding-bottom-tablet) !important;
  }
}
@media (max-width: 767px){
  .nsoft_theme_second.nsoft_blog-list{
    padding-bottom:var(--padding-bottom-mobile) !important;
  }
}
.nsoft_theme_second.gallery-with-box{
  padding-top:var(--padding-top-second) !important;
}

@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_theme_second.nsoft_header .nsoft_menu > ul > li > a{
    color:var(--second_color_fonts_menu) !important;
  }

  .menu-sidebar .nsoft_theme_second.nsoft_header .nsoft_lang span{
    border-color:var(--second_color_border_offer) !important;
  }
}
.nsoft_theme_third{
  background-color:var(--third_color_background) !important;
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third.nsoft_header-top .nsoft_container .nsoft_phone-header svg path{
  stroke:var(--third_color_fonts);
}
.nsoft_theme_third.nsoft_module-text .nsoft_text{
  color:var(--third_color_fonts);
}
.nsoft_theme_third.nsoft_module-text .nsoft_text a{
  color:var(--third_color_fonts);
}
.nsoft_theme_third .select svg path{
  fill:var(--third_color_inputs) !important;
}
.nsoft_theme_third.nsoft_offer-top .print{
  color:var(--third_color_second_fonts);
}
.nsoft_theme_third.nsoft_offer-top .price, .nsoft_theme_third.nsoft_offer-top .street{
  color:var(--third_color_second_fonts);
}
.nsoft_theme_third a,
.nsoft_theme_third .nsoft_btn--dark-transparent{
  border-color:var(--third_color_border_offer);
  color:var(--third_color_icons);
}
.nsoft_theme_third.nsoft_offer_nav ul li a:hover, .nsoft_theme_third.nsoft_offer_nav ul li a.current{
  border-color:var(--third_color_icons) !important;
}
.nsoft_theme_third.nsoft_offer_content > .nsoft_container .btn-center .nsoft_btn{
  border-color:var(--third_color_fonts);
}
.nsoft_theme_third.nsoft_offer_content > .nsoft_container .btn-center .nsoft_btn span{
  color:var(--third_color_fonts);
}
.nsoft_theme_third.nsoft_offer_content > .nsoft_container .btn-center .nsoft_btn svg path{
  fill:var(--third_color_fonts) !important;
}
.nsoft_theme_third.nsoft_form a,
.nsoft_theme_third .nsoft_form a{
  color:var(--third_color_second_fonts);
}
.nsoft_theme_third.nsoft_title-accordion .left .page, .nsoft_theme_third.nsoft_form .link-brown{
  color:var(--third_color_second_fonts);
}
.nsoft_theme_third *::-webkit-scrollbar-thumb{
  background-color:var(--third_color_button) !important;
}
.nsoft_theme_third.nsoft_title-accordion .right .menu ul li svg line{
  stroke:var(--third_color_icons) !important;
}
.nsoft_theme_third.nsoft_footer .cols .col .foot-phone svg path, .nsoft_theme_third.nsoft_footer .cols .col .foot-phone svg rect, .nsoft_theme_third.nsoft_footer .cols .col .foot-phone svg rect, .nsoft_theme_third.nsoft_footer .cols .col .foot-phone svg path, .nsoft_theme_third.nsoft_footer .cols .col .foot-mail svg rect, .nsoft_theme_third.nsoft_footer .cols .col .foot-mail svg path{
  stroke:var(--third_color_icons) !important;
}
.nsoft_theme_third.nsoft_list_offer .table-list td .price{
  color:var(--third_color_second_fonts);
}
.nsoft_theme_third .nsoft_thumb__text .type a{
  color:var(--third_color_second_fonts) !important;
}
.nsoft_theme_third .nsoft_thumb__text .type a:not(:last-child){
  border-color:var(--third_color_second_fonts) !important;
}
.nsoft_theme_third.banner-text .nsoft_container .text, .nsoft_theme_third.nsoft_heading-bg h1, .nsoft_theme_third.nsoft_heading-bg h2{
  color:var(--third_color_heading_font) !important;
}
.nsoft_theme_third.nsoft_heading-bg.no-bg h1, .nsoft_theme_third.nsoft_heading-bg.no-bg h2{
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third.nsoft_text-img .nsoft_container .text .page{
  color:var(--third_color_second_fonts) !important;
}
.nsoft_theme_third .nsoft_text{
  color:var(--third_color_fonts);
}
.nsoft_theme_third .nsoft_text a{
  color:var(--third_color_second_fonts);
}
.nsoft_theme_third .nsoft_text table th, .nsoft_theme_third .nsoft_text table td,
.nsoft_theme_third .nsoft_text table{
  border-color:var(--third_color_border_offer);
}
.nsoft_theme_third .nsoft_text ul li svg path{
  fill:var(--third_color_icons);
}
.nsoft_theme_third .select2-container--default .select2-selection--single .select2-selection__rendered{
  color:var(--third_color_inputs);
}
.nsoft_theme_third .box-list .box .icon{
  color:var(--third_color_icons);
}
.nsoft_theme_third .box-list .box{
  color:var(--third_color_fonts_offer);
  background:var(--third_color_background_offer);
  border-color:var(--third_color_border_offer);
}
.nsoft_theme_third .link-more{
  color:var(--third_color_second_fonts);
}
.nsoft_theme_third.nsoft_offer_nav{
  border-color:var(--third_color_border_offer);
}
.nsoft_theme_third.nsoft_header .nsoft_phone-header{
  background:var(--third_color_button);
  color:var(--third_color_button_font);
}
.nsoft_theme_third .person-box .text p a svg rect, .nsoft_theme_third .person-box .text p a svg path, .nsoft_theme_third .person-box .text p a img rect, .nsoft_theme_third .person-box .text p a img path{
  stroke:var(--third_color_icons) !important;
}
.nsoft_theme_third .select2-search input{
  border-color:var(--third_color_inputs_border) !important;
}
.nsoft_theme_third .nsoft_filters__bottom .toggle-btn-filters svg path{
  fill:var(--third_color_fonts) !important;
}
.nsoft_theme_third .toggle-btn svg path, .nsoft_theme_third.nsoft_header .nsoft_lang span svg path{
  fill:var(--third_color_inputs) !important;
}
.nsoft_theme_third .column-form > .left .nsoft_form{
  border-color:var(--third_color_border_offer);
}
.nsoft_theme_third.nsoft_team-listing .listing .item .text .info a{
  color:var(--third_color_fonts_offer);
}
.nsoft_theme_third.nsoft_opinion-slider .opinion-slider .item svg path{
  fill:var(--third_color_fonts_offer);
}
.nsoft_theme_third.nsoft_header .nsoft_menu > ul > li.has-children svg path{
  fill:var(--third_color_fonts_menu) !important;
}
.nsoft_theme_third.nsoft_title-accordion .accordion-mobile .item .accordion-btn .icon-toggle svg path{
  fill:var(--third_color_icons2) !important;
}
.nsoft_theme_third.nsoft_header .nsoft_phone-header svg path{
  stroke:var(--third_color_icons2) !important;
}
.nsoft_theme_third.nsoft_newsletter .nsoft_container .nsoft_btn{
  background-color:var(--third_color_button);
  color:var(--third_color_button_font);
}
.nsoft_theme_third.nsoft_faq .toggle .item .accordion-btn .icon-toggle svg path{
  fill:var(--third_color_icons) !important;
}
.nsoft_theme_third .nsoft_thumb .list-info li svg path{
  fill:var(--third_color_icons) !important;
}
.nsoft_theme_third.nsfot_filters-mobile a span{
  border-color:var(--third_color_fonts);
  color:var(--third_color_fonts);
}
.nsoft_theme_third .nsoft_thumb__img .tick-red{
  background:var(--third_color_important);
  color:var(--third_color_important_text);
}
.nsoft_theme_third .nsoft_thumb__text .price{
  color:var(--third_color_second_fonts) !important;
}
.nsoft_theme_third .select2-results__options::-webkit-scrollbar-thumb{
  background-color:var(--third_color_border_offer) !important;
}
.nsoft_theme_third .grid-type a:hover svg path, .nsoft_theme_third .grid-type a.current svg path{
  fill:var(--third_color_icons) !important;
}
.nsoft_theme_third .select .select2.select2-container--open.select2-container--below .select2-selection--single{
  border-top-color:var(--third_color_border_offer) !important;
}
.nsoft_theme_third .sort-list .select .select2 .select2-selection--single{
  border-color:var(--third_color_inputs_border) !important;
  background-color:var(--third_color_background_inputs) !important;
  color:var(--third_color_inputs) !important;
}
.nsoft_theme_third .grid-type a svg path,
.nsoft_theme_third .grid-type a svg g > g rect{
  fill:var(--third_color_fonts) !important;
}
.nsoft_theme_third .grid-type a.current svg g > g rect, .nsoft_theme_third .grid-type a.current svg g > g path{
  fill:var(--third_color_icons) !important;
}
.nsoft_theme_third .param-list ul li{
  border-color:var(--third_color_border_offer) !important;
}
.nsoft_theme_third .nsoft_text blockquote svg path{
  fill:var(--third_color_icons) !important;
}
.nsoft_theme_third.nsoft_offer_info .content .box .icon svg path, .nsoft_theme_third.nsoft_offer-top .print svg path, .nsoft_theme_third.nsoft_offer-top .print svg polygon, .nsoft_theme_third.nsoft_offer-top .tabs-offer a svg path{
  fill:var(--third_color_icons) !important;
  color:var(--third_color_icons) !important;
}
.nsoft_theme_third.nsoft_header .nsoft_lang ul li a{
  color:var(--third_color_inputs);
}
.nsoft_theme_third.nsoft_header .nsoft_menu > ul > li > a{
  color:var(--third_color_fonts_menu) !important;
}
.nsoft_theme_third.nsoft_header .nsoft_menu > ul > li > ul{
  background-color:var(--third_color_background);
}
.nsoft_theme_third.nsoft_header .nsoft_menu > ul > li > ul > li > a{
  color:var(--third_color_fonts_menu) !important;
}
.nsoft_theme_third.nsoft_header .nsoft_lang ul{
  background:var(--third_color_background_inputs) !important;
  border-color:var(--third_color_inputs_border) !important;
}
.nsoft_theme_third.nsoft_footer--v2 .social a,
.nsoft_theme_third .nsoft_footer--v2 .social a,
.nsoft_theme_third .nsoft_contact .nsoft_contact-col .social a, .nsoft_theme_third.nsoft_offer-top .info .social a,
.nsoft_theme_third .nsoft_blog-social .social a, .nsoft_theme_third.nsoft_footer .cols .col .social a, .nsoft_theme_third.nsoft_header .nsoft_social ul li a{
  border-color:var(--third_color_social_border);
  background:var(--third_color_social_bg) !important;
}
.nsoft_theme_third.nsoft_footer--v2 .social svg path,
.nsoft_theme_third .nsoft_footer--v2 .social svg path,
.nsoft_theme_third .nsoft_contact .nsoft_contact-col .social svg path, .nsoft_theme_third.nsoft_offer-top .info .social svg path,
.nsoft_theme_third .nsoft_blog-social .social svg path, .nsoft_theme_third.nsoft_footer .cols .col .social a svg path, .nsoft_theme_third.nsoft_header .nsoft_social ul li a svg path{
  fill:var(--third_color_social);
}
.nsoft_theme_third.nsoft_title-accordion .right .list a, .nsoft_theme_third.nsoft_text-img .nsoft_container .text a,
.nsoft_theme_third .button-more a,
.nsoft_theme_third .nsoft_btn--green{
  background-color:var(--third_color_button) !important;
  color:var(--third_color_button_font) !important;
}
.nsoft_theme_third.nsoft_biur-list .nsoft_container .item{
  background:var(--third_color_background_offer);
  color:var(--third_color_fonts_offer);
  border:var(--third_color_border_offer);
}
.nsoft_theme_third.nsoft_biur-list .nsoft_container .item .bottom .col2 a, .nsoft_theme_third.nsoft_biur-list .nsoft_container .item .bottom .col1 a, .nsoft_theme_third.nsoft_biur-list .nsoft_container .item .bottom .col2 strong{
  color:var(--third_color_second_fonts);
}
.nsoft_theme_third.nsoft_contact-form-full .form,
.nsoft_theme_third .nsoft_thumb::after{
  border-color:var(--third_color_border_offer) !important;
}
.nsoft_theme_third.nsoft_thumb{
  background-color:var(--third_color_background_offer) !important;
}
.nsoft_theme_third .nsoft_offer-list .nsoft_thumb{
  background:var(--third_color_background_offer) !important;
}
.nsoft_theme_third .nsoft_thumb__text{
  background:var(--third_color_background_offer) !important;
  color:var(--third_color_fonts_offer) !important;
}
.nsoft_theme_third.nsoft_list_btns{
  background:none !important;
}
.nsoft_theme_third.nsoft_list_btns a{
  background:var(--third_color_background);
  border-color:var(--third_color_border_offer) !important;
}
.nsoft_theme_third.nsoft_list_btns a span.number{
  color:var(--third_color_icons) !important;
}
.nsoft_theme_third.nsoft_list_btns a span{
  color:var(--third_color_second_fonts) !important;
}
.nsoft_theme_third.nsoft_list_btns a:hover{
  background-color:var(--third_color_button);
  color:var(--third_color_fonts);
}
.nsoft_theme_third.nsoft_list_btns a:hover span.number{
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third .nsoft_form-radio label::before{
  background:var(--third_color_button);
}
.nsoft_theme_third .nsoft_form-radio label::after,
.nsoft_theme_third .nsoft_form-checkbox label::after{
  background-color:var(--third_color_background_inputs) !important;
  border-color:var(--third_color_inputs_border) !important;
}
.nsoft_theme_third .nsoft_form-checkbox input:checked + label::after{
  background-image:url("../images/icon/check-white.png");
}
.nsoft_theme_third.nsoft_form button svg g, .nsoft_theme_third.nsoft_form button svg line,
.nsoft_theme_third .nsoft_form button svg g,
.nsoft_theme_third .nsoft_form button svg line,
.nsoft_theme_third .nsoft_form-bottom-flex .nsoft_btn svg g,
.nsoft_theme_third .nsoft_form-bottom-flex .nsoft_btn svg line,
.nsoft_theme_third .nsoft_filters__bottom .submit svg g,
.nsoft_theme_third .nsoft_filters__bottom .submit svg line{
  stroke:var(--third_color_icons2);
}
.nsoft_theme_third .nsoft_filters__bottom .toggle-btn-filters .open::after{
  background-image:url("../images/icon/select-icon-white.svg");
  background-size:100% auto;
}
.nsoft_theme_third.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner::after, .nsoft_theme_third.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner::before{
  background-image:url("../images/icon/sort-top-white.svg");
}
.nsoft_theme_third.nsoft_contact-person .person .text .info a,
.nsoft_theme_third .nsoft_navigation a, .nsoft_theme_third.nsoft_footer .copy a, .nsoft_theme_third.nsoft_footer .cols .col .foot-phone, .nsoft_theme_third.nsoft_title-accordion .right .menu ul li a, .nsoft_theme_third.nsoft_footer .cols .col ul li a, .nsoft_theme_third.nsoft_footer .cols .col .foot-mail{
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third .nsoft_navigation a{
  border-color:var(--third_color_border_offer);
}
.nsoft_theme_third .nsoft_navigation a.current, .nsoft_theme_third .nsoft_navigation a:hover{
  background-color:var(--third_color_button);
  color:var(--third_color_button_font) !important;
}
.nsoft_theme_third .nsoft_navigation a.next, .nsoft_theme_third .nsoft_navigation a.prev{
  background-color:var(--third_color_button);
  border-color:var(--third_color_button);
}
.nsoft_theme_third .nsoft_thumb__text .title{
  color:var(--third_color_fonts_offer) !important;
}
.nsoft_theme_third .person-box .text p a svg rect, .nsoft_theme_third .person-box .text p a svg path, .nsoft_theme_third .person-box .text p a img rect, .nsoft_theme_third .person-box .text p a img path, .nsoft_theme_third.nsoft_team-listing .listing .item .text .info a svg rect, .nsoft_theme_third.nsoft_team-listing .listing .item .text .info a svg path, .nsoft_theme_third.nsoft_team-listing .listing .item .text .info a img rect, .nsoft_theme_third.nsoft_team-listing .listing .item .text .info a img path{
  stroke:var(--third_color_icons);
}
.nsoft_theme_third .opinion-slider .item{
  background-color:var(--third_color_background_offer) !important;
  border-color:var(--third_color_border_offer) !important;
  color:var(--third_color_fonts_offer) !important;
}
.nsoft_theme_third .slick-dots li button{
  background:var(--third_color_border_offer) !important;
}
.nsoft_theme_third.nsoft_partners .partners_slider .slick-dots li.slick-active button,
.nsoft_theme_third .nsoft_offer-slider .slick-dots li.slick-active button,
.nsoft_theme_third .slick-dots li.slick-active button{
  background-color:var(--third_color_icons) !important;
}
.nsoft_theme_third.nsoft_footer .scroll-top,
.nsoft_theme_third .slick-prev, .nsoft_theme_third .slick-next{
  border-color:var(--third_color_fonts) !important;
}
.nsoft_theme_third.nsoft_footer .scroll-top::after,
.nsoft_theme_third .slick-prev::after, .nsoft_theme_third .slick-next::after{
  filter:invert(1);
}
.nsoft_theme_third.nsoft_footer .scroll-top svg line, .nsoft_theme_third.nsoft_opinion-slider .opinion-slider .slick-prev svg line, .nsoft_theme_third.nsoft_opinion-slider .opinion-slider .slick-next svg line, .nsoft_theme_third.nsoft_partners .partners_slider .slick-prev svg line, .nsoft_theme_third.nsoft_partners .partners_slider .slick-next svg line,
.nsoft_theme_third .nsoft_offer-slider .slick-prev svg line, .nsoft_theme_third .nsoft_offer-slider .slick-next svg line{
  stroke:var(--third_color_fonts) !important;
}
.nsoft_theme_third.nsoft_contact .nsoft_contact-col .social li a{
  background:var(--third_color_social_bg) !important;
  border-color:var(--third_color_social_border) !important;
}
.nsoft_theme_third.nsoft_contact .nsoft_contact-col .social li a svg path{
  fill:var(--third_color_social);
}
.nsoft_theme_third .select2-containerdefault .select2-selection--single .select2-selection__rendered{
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third .select2-results ul li{
  background:transparent !important;
  color:var(--third_color_inputs) !important;
}
.nsoft_theme_third .select2-dropdown{
  border-color:var(--third_color_inputs_border) !important;
  background-color:var(--third_color_background_inputs) !important;
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third.nsoft_form .nsoft_form-row .nsoft_form-wrap .select .select2 .select2-selection--single, .nsoft_theme_third.nsoft_form .nsoft_form-row .nsoft_form-wrap .input textarea, .nsoft_theme_third.nsoft_form .nsoft_form-row .nsoft_form-wrap .input input,
.nsoft_theme_third .nsoft_form .nsoft_form-row .nsoft_form-wrap .select .select2 .select2-selection--single,
.nsoft_theme_third .nsoft_form .nsoft_form-row .nsoft_form-wrap .input textarea,
.nsoft_theme_third .nsoft_form .nsoft_form-row .nsoft_form-wrap .input input{
  border-color:var(--third_color_inputs_border) !important;
  background-color:var(--third_color_background_inputs) !important;
  color:var(--third_color_inputs) !important;
}
.nsoft_theme_third .nsoft_navigation .prev svg line, .nsoft_theme_third .nsoft_navigation .next svg line{
  stroke:var(--third_color_button_font);
}
.nsoft_theme_third.nsfot_filters-mobile a{
  border-color:var(--third_color_fonts) !important;
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third.nsoft_form .nsoft_form-row .nsoft_form-wrap label:not(.error),
.nsoft_theme_third .nsoft_form .nsoft_form-row .nsoft_form-wrap label:not(.error){
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third .box-list .box, .nsoft_theme_third.nsoft_list_offer .table-list tbody tr::after{
  border-color:var(--third_color_border_offer) !important;
}
.nsoft_theme_third.nsoft_list_offer .table-list tbody tr:hover::after{
  background-color:rgba(255, 255, 255, 0.1);
}
.nsoft_theme_third .js-tabs .js-tabs-nav::before{
  background-color:var(--third_color_border_offer);
}
.nsoft_theme_third.team-person .nsoft_container .right .info a, .nsoft_theme_third.nsoft_footerv2 .menu-vertical .col ul li a,
.nsoft_theme_third .js-tabs .js-tabs-nav a{
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third .js-tabs .js-tabs-nav a.current{
  background-color:var(--third_color_background);
  border-color:var(--third_color_border_offer);
  border-bottom:transparent !important;
}
.nsoft_theme_third .nsoft_offer_nav ul li a, .nsoft_theme_third.nsoft_offer_content .nsoft_offer_info .content .box,
.nsoft_theme_third .person-box .text p a, .nsoft_theme_third.nsoft_offer_nav ul li a, .nsoft_theme_third.nsoft_offer-top .tabs-offer a{
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third.nsoft_offer-top .tabs-offer a.current{
  border-color:var(--third_color_border_offer) !important;
}
.nsoft_theme_third .nsoft_btndark-transparent{
  border-color:var(--third_color_button_font);
  color:var(--third_color_button_font);
}
.nsoft_theme_third.nsoft_offer_content .toggle-text::after, .nsoft_theme_third.nsoft_offer_content > .nsoft_container .param-list ul::after{
  background:linear-gradient(0deg, var(--third_color_background) 0%, rgba(255, 255, 255, 0) 100%);
}
.nsoft_theme_third.nsoft_team-listing .listing .item .text{
  background:var(--third_color_background_offer);
  color:var(--third_color_fonts_offer);
  padding-bottom:30px;
  border-color:var(--third_color_border_offer);
  border-radius:0 0 var(--radius-medium) var(--radius-medium);
}
.nsoft_theme_third.nsoft_team-listing .listing .item .text .nsoft_btn{
  color:var(--third_color_button_font) !important;
  border-color:var(--third_color_button);
  background-color:var(--third_color_button);
}
.nsoft_theme_third.nsoft_header .nsoft_lang span{
  color:var(--third_color_inputs) !important;
  background-color:var(--third_color_background_inputs) !important;
  border-color:var(--third_color_inputs_border) !important;
}
.nsoft_theme_third .select2-container--default .select2-search--dropdown .select2-search__field{
  border-color:var(--third_color_inputs_border) !important;
  color:var(--third_color_inputs) !important;
}
.nsoft_theme_third .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder{
  color:var(--third_color_inputs) !important;
}
.nsoft_theme_third .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder{
  color:var(--third_color_inputs) !important;
}
.nsoft_theme_third .select2-container--default .select2-search--dropdown .select2-search__field::placeholder{
  color:var(--third_color_inputs) !important;
}
.nsoft_theme_third .js-tabs .js-tabs-nav .inner::-webkit-scrollbar,
.nsoft_theme_third .select2-results__options::-webkit-scrollbar{
  width:8px;
  border-radius:var(--radius-small);
}
.nsoft_theme_third .js-tabs .js-tabs-nav .inner::-webkit-scrollbar-track,
.nsoft_theme_third .select2-results__options::-webkit-scrollbar-track{
  background:var(--third_color_inputs_border);
}
.nsoft_theme_third .js-tabs .js-tabs-nav .inner::-webkit-scrollbar-thumb,
.nsoft_theme_third .select2-results__options::-webkit-scrollbar-thumb{
  background-color:var(--third_color_button) !important;
  border-radius:var(--radius-small);
}
.nsoft_theme_third .js-tabs .js-tabs-nav::after{
  background:var(--third_color_background);
  background:linear-gradient(277deg, var(--third_color_background) 0%, var(--third_color_background) 46%, rgba(255, 255, 255, 0) 100%);
}
.nsoft_theme_third.nsoft_offer-map .right .list .nsoft_thumb{
  border-color:var(--third_color_border_offer) !important;
}
.nsoft_theme_third.nsoft_offer-map .right .list .nsoft_thumb__text .type, .nsoft_theme_third.nsoft_offer-map .right .list .nsoft_thumb .list-info li{
  color:var(--third_color_fonts_offer) !important;
}
.nsoft_theme_third.nsoft_offer-map .right .list .inner{
  border-color:var(--third_color_border_offer) !important;
  background:var(--third_color_background_offer) !important;
  color:var(--third_color_fonts_offer) !important;
}
.nsoft_theme_third.nsoft_offer-map .right .list::-webkit-scrollbar-track{
  background:var(--third_color_border_offer);
}
@media (max-width: 1199px){
  .nsoft_theme_third.nsoft_header .nsoft_menu > ul > li > ul{
    background:var(--third_color_background);
  }
  .nsoft_theme_third.nsoft_header .nsoft_menu > ul > li > ul > li > a, .nsoft_theme_third.nsoft_header .nsoft_menu > ul > li > a{
    color:var(--third_color_fonts_menu) !important;
  }
  .nsoft_theme_third.nsoft_header .nsoft_menu > ul > li.has-children svg path{
    fill:var(--third_color_fonts_menu) !important;
  }
  .nsoft_theme_third.nsoft_header .nsoft_menu,
.nsoft_theme_third .nsoft_header-top{
    background:var(--third_color_background);
  }
  .nsoft_theme_third.nsoft_header .menu-toggle span{
    background-color:var(--third_color_fonts_menu);
  }
  .nsoft_theme_third.nsoft_header .nsoft_lang span{
    color:var(--third_color_background);
  }
}
.nsoft_theme_third.nsoft_title-accordion .accordion-mobile .item a{
  background:var(--third_color_button) !important;
}
.nsoft_theme_third .close-filters svg line{
  stroke:var(--third_color_fonts);
}
.nsoft_theme_third.nsoft_home-top .nsoft_container .nsoft_left p, .nsoft_theme_third.nsoft_heading-bg-blog .inner .right span, .nsoft_theme_third.nsoft_heading-bg-blog .inner .left .category a, .nsoft_theme_third.nsoft_heading-bg-blog .inner .left h2, .nsoft_theme_third.nsoft_home-top .nsoft_container .nsoft_left h2{
  color:var(--third_color_banner_text);
}
.nsoft_theme_third.nsoft_heading-bg-blog .inner{
  border-color:var(--third_color_banner_text);
}
.nsoft_theme_third.nsoft_home-top .mouse-icon svg line,
.nsoft_theme_third.nsoft_home-top .mouse-icon svg path{
  stroke:var(--third_color_banner_scroll);
}
.nsoft_theme_third.nsoft_list_offer .table-list td.text-center a svg path{
  fill:var(--third_color_icons);
}
.nsoft_theme_third.team-person .nsoft_container .right .info a svg rect,
.nsoft_theme_third.team-person .nsoft_container .right .info a svg path, .nsoft_theme_third.nsoft_contact-person .person .text .info a svg rect,
.nsoft_theme_third.nsoft_contact-person .person .text .info a svg path{
  stroke:var(--third_color_icons);
}
.nsoft_theme_third .box-list .box a svg line{
  stroke:var(--third_color_icons);
}
@media (max-width: 1199px){
  .nsoft_theme_third.nsoft_header--transparent{
    background:var(--third_color_background) !important;
  }
}
@media (max-width: 767px){
  .nsoft_theme_third.nsoft_home-top .nsoft_container .nsoft_form{
    background:var(--third_color_background) !important;
  }
}
.nsoft_theme_third.nsoft_header-top{
  background:var(--third_color_background_offer) !important;
  color:var(--third_color_fonts_offer) !important;
}
.nsoft_theme_third.nsoft_header-top .nsoft_container .nsoft_phone-header{
  color:var(--third_color_fonts_offer) !important;
}
.nsoft_theme_third.nsoft_header-top .nsoft_container .nsoft_phone-header svg path{
  stroke:var(--third_color_button);
}
.nsoft_theme_third.nsoft_header-top .nsoft_container .nsoft_social ul li a svg{
  fill:var(--third_color_fonts_offer);
}
.nsoft_theme_third.nsoft_filters__bottom a{
  color:var(--third_color_second_fonts);
}
.nsoft_theme_third .nsoft_filters__bottom .toggle-btn-filters{
  border-color:var(--third_color_fonts) !important;
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third .nsoft_filters__bottom a{
  color:var(--third_color_second_fonts);
}
.nsoft_theme_third .nsoft_offer-list.grid-row1 .nsoft_thumb{
  background:var(--third_color_background_offer) !important;
}
.nsoft_theme_third.nsoft_home-top .nsoft_container .nsoft_left .price, .nsoft_theme_third.nsoft_home-top .nsoft_container .nsoft_left h3{
  color:var(--third_color_second_fonts);
}
.nsoft_theme_third .nsoft_btn--brown{
  background:var(--third_color_button) !important;
  color:var(--third_color_button_font) !important;
}
.nsoft_theme_third.nsoft_footer--v2 .menu-vertical .col ul li a{
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner .arrow-down svg path, .nsoft_theme_third.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner .arrow-up svg path{
  fill:var(--third_color_icons) !important;
}
.nsoft_theme_third .nsoft_form-checkbox label .icon svg path{
  fill:var(--third_color_inputs);
}
.nsoft_theme_third .nsoft_form-radio label::before{
  background:var(--third_color_inputs);
}
.nsoft_theme_third.nsoft_header .nsoft_menu > ul .submenu{
  background:var(--third_color_border_offer) !important;
}
.nsoft_theme_third.banner-text .nsoft_container a svg line{
  stroke:var(--third_color_heading_font);
}
.nsoft_theme_third.banner-text .nsoft_container a{
  color:var(--third_color_heading_font);
}
.nsoft_theme_third.nsoft_breadcrumbs .nsoft_container span, .nsoft_theme_third.nsoft_breadcrumbs .nsoft_container a{
  color:var(--third_color_fonts);
}
.nsoft_theme_third.nsoft_breadcrumbs .nsoft_container a:hover{
  color:var(--third_color_button);
}
.nsoft_theme_third.nsoft_breadcrumbs{
  background:var(--third_color_background);
  border-color:var(--third_color_border_offer);
}
.nsoft_theme_third.nsoft_breadcrumbs .nsoft_container svg path{
  fill:var(--third_color_fonts);
}
.nsoft_theme_third.nsoft_header--above .nsoft_menu > ul > li > ul > li > a{
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third.nsoft_header--transparent .nsoft_menu > ul > li > ul > li > a{
  color:var(--third_color_fonts) !important;
}
.nsoft_theme_third.nsoft_header--transparent .nsoft_menu > ul > li > a{
  color:var(--third_color_banner_text) !important;
}
.nsoft_theme_third.nsoft_header--transparent .nsoft_menu > ul > li.has-children svg path{
  fill:var(--third_color_banner_text) !important;
}
@media (max-width: 767px){
  .nsoft_theme_third.nsoft_header--transparent .nsoft_menu > ul > li > a{
    color:var(--third_color_fonts) !important;
  }
  .nsoft_theme_third.nsoft_header--transparent .nsoft_menu > ul > li.has-children svg path{
    fill:var(--third_color_fonts) !important;
  }
}
.nsoft_theme_third.nsoft_header--transparent .menu-toggle span{
  background:var(--third_color_fonts) !important;
}
.nsoft_theme_third.team-person, .nsoft_theme_third.nsoft_blog-content, .nsoft_theme_third.nsoft_team-listing, .nsoft_theme_third.nsoft_newsletter, .nsoft_theme_third.nsoft_contact-map-full, .nsoft_theme_third.banner-text, .nsoft_theme_third.nsoft_faq, .nsoft_theme_third.nsoft_offer-special, .nsoft_theme_third.nsoft_opinion-slider, .nsoft_theme_third.nsoft_tab_module, .nsoft_theme_third.nsoft_text-img, .nsoft_theme_third.nsoft_title-accordion, .nsoft_theme_third.nsoft_module-text, .nsoft_theme_third.nsoft_partners, .nsoft_theme_third.nsoft_box-list, .nsoft_theme_third.nsoft_section-offer{
  padding-top:var(--padding-top-desktop) !important;
  padding-bottom:var(--padding-bottom-desktop) !important;
}
@media (max-width: 1199px){
  .nsoft_theme_third.team-person, .nsoft_theme_third.nsoft_blog-content, .nsoft_theme_third.nsoft_team-listing, .nsoft_theme_third.nsoft_newsletter, .nsoft_theme_third.nsoft_contact-map-full, .nsoft_theme_third.banner-text, .nsoft_theme_third.nsoft_faq, .nsoft_theme_third.nsoft_offer-special, .nsoft_theme_third.nsoft_opinion-slider, .nsoft_theme_third.nsoft_tab_module, .nsoft_theme_third.nsoft_text-img, .nsoft_theme_third.nsoft_title-accordion, .nsoft_theme_third.nsoft_module-text, .nsoft_theme_third.nsoft_partners, .nsoft_theme_third.nsoft_box-list, .nsoft_theme_third.nsoft_section-offer{
    padding-top:var(--padding-top-tablet) !important;
    padding-bottom:var(--padding-bottom-tablet) !important;
  }
}
@media (max-width: 767px){
  .nsoft_theme_third.team-person, .nsoft_theme_third.nsoft_blog-content, .nsoft_theme_third.nsoft_team-listing, .nsoft_theme_third.nsoft_newsletter, .nsoft_theme_third.nsoft_contact-map-full, .nsoft_theme_third.banner-text, .nsoft_theme_third.nsoft_faq, .nsoft_theme_third.nsoft_offer-special, .nsoft_theme_third.nsoft_opinion-slider, .nsoft_theme_third.nsoft_tab_module, .nsoft_theme_third.nsoft_text-img, .nsoft_theme_third.nsoft_title-accordion, .nsoft_theme_third.nsoft_module-text, .nsoft_theme_third.nsoft_partners, .nsoft_theme_third.nsoft_box-list, .nsoft_theme_third.nsoft_section-offer{
    padding-top:var(--padding-top-mobile) !important;
    padding-bottom:var(--padding-bottom-mobile) !important;
  }
}
.nsoft_theme_third.nsoft_offer_gallery_list, .nsoft_theme_third.nsoft_team-listing, .nsoft_theme_third.nsoft_offer_form, .nsoft_theme_third.nsoft_offer_map, .nsoft_theme_third.nsoft_offer_content, .nsoft_theme_third.nsoft_contact-form-full, .nsoft_theme_third.nsoft_contact-person, .nsoft_theme_third.nsoft_contact{
  padding-top:var(--padding-top-second) !important;
  padding-bottom:var(--padding-bottom-second) !important;
}
.nsoft_theme_third.nsoft_contact-person{
  padding-bottom:0 !important;
}
.nsoft_theme_third.nsoft_contact-person .person{
  margin-bottom:var(--padding-bottom-second) !important;
}
.nsoft_theme_third.nsoft_team-listing .listing .item{
  padding-bottom:var(--padding-bottom-second) !important;
}
.nsoft_theme_third.nsoft_heading-blog{
  padding-top:var(--padding-top-desktop) !important;
  padding-bottom:var(--padding-bottom-desktop) !important;
}
@media (max-width: 1199px){
  .nsoft_theme_third.nsoft_heading-blog{
    padding-top:var(--padding-top-tablet) !important;
    padding-bottom:var(--padding-bottom-tablet) !important;
  }
}
@media (max-width: 767px){
  .nsoft_theme_third.nsoft_heading-blog{
    padding-top:var(--padding-top-mobile) !important;
    padding-bottom:var(--padding-bottom-mobile) !important;
  }
}
.nsoft_theme_third.nsoft_blog-list{
  padding-bottom:var(--padding-bottom-desktop) !important;
}
@media (max-width: 1199px){
  .nsoft_theme_third.nsoft_blog-list{
    padding-bottom:var(--padding-bottom-tablet) !important;
  }
}
@media (max-width: 767px){
  .nsoft_theme_third.nsoft_blog-list{
    padding-bottom:var(--padding-bottom-mobile) !important;
  }
}
.nsoft_theme_third.gallery-with-box{
  padding-top:var(--padding-top-second) !important;
}

@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_theme_third.nsoft_header .nsoft_menu > ul > li > a{
    color:var(--third_color_fonts_menu) !important;
  }

  .menu-sidebar .nsoft_theme_third.nsoft_header .nsoft_lang span{
    border-color:var(--third_color_border_offer) !important;
  }
}
@media print{
  body{
    padding:20px 0 !important;
  }

  .nsoft_heading-bg,
.nsoft_header,
.nsoft_header .logo,
.nsoft_offer-top .nsoft_btn,
.nsoft_offer_gallery .gallery-thumb-outer,
.nsoft_header .nsoft_phone-header,
.nsoft_header .nsoft_lang,
.nsoft_offer-top .info .share,
.nsoft_offer-top .print,
.nsoft_offer_gallery .gallery-slider .slick-prev, .nsoft_offer_gallery .gallery-slider .slick-next,
.nsoft_offer_nav,
.nsoft_offer_form .nsoft_container .left,
.nsoft_footer,
.nsoft_offer_content > .nsoft_container .btn-center,
.nsoft_breadcrumbs,
.nsoft_offer-top .tabs-offer{
    display:none !important;
  }

  .gallery-slider img{
    height:100px !important;
    width:100% !important;
    -o-object-fit:cover;
       object-fit:cover;
  }

  .nsoft_container{
    max-width:700px;
  }

  .nsoft_offer_gallery .slick-track{
    width:100% !important;
  }

  .nsoft_offer_gallery .slick-track .slick-slide{
    display:none !important;
  }

  .nsoft_offer_gallery .slick-track .slick-slide.slick-active{
    display:block !important;
    width:100% !important;
    opacity:1 !important;
    left:0 !important;
  }

  .nsoft_offer_gallery .slick-track .slick-slide img{
    display:block !important;
    width:auto !important;
    max-width:100% !important;
    height:500px !important;
    -o-object-fit:cover;
       object-fit:cover;
  }

  .nsoft_offer_map{
    page-break-before:always;
  }

  .nsoft_offer_form .nsoft_container .left{
    display:none !important;
  }

  .nsoft_offer_form .nsoft_container{
    display:block !important;
  }

  .nsoft_offer_form,
.nsoft_offer_form .nsoft_container .right{
    width:100% !important;
  }

  .person-box{
    width:100% !important;
    display:flex !important;
    justify-content:space-between !important;
    align-items:center;
  }

  .person-box .img{
    width:40%;
  }

  .person-box .text p{
    width:100% !important;
    word-break:normal !important;
  }

  .person-box .text{
    padding:0 !important;
  }

  .nsoft_offer_info{
    page-break-after:always;
  }

  .nsoft_offer_info .content{
    flex-wrap:wrap !important;
  }

  .nsoft_offer_content{
    padding-bottom:0 !important;
    padding-top:0 !important;
    page-break-after:always;
  }

  #item2{
    page-break-inside:always;
  }

  .nsoft_offer_content .toggle-text::after,
.nsoft_offer_content > .nsoft_container .param-list ul::after{
    display:none !important;
  }

  .nsoft_offer_content .toggle-text .hide-toggle{
    display:block !important;
  }

  .nsoft_offer_gallery_list{
    padding:30px 0 0 0 !important;
  }

  .gallery-list{
    height:auto !important;
  }

  .nsoft_offer_content > .nsoft_container .right{
    width:100% !important;
    position:static !important;
    display:none;
  }

  .nsoft_offer_content > .nsoft_container .left{
    width:100% !important;
  }

  .nsoft_offer_form .person-box .text{
    width:50% !important;
  }

  .nsoft_offer_content > .nsoft_container h2{
    margin-top:0;
  }

  .gallery-list{
    display:block !important;
    justify-content:space-between !important;
    flex-wrap:wrap !important;
    width:100%;
  }

  .gallery-list a{
    width:32% !important;
    position:static !important;
    margin:0 0 20px 0 !important;
    display:none !important;
    clear:left !important;
    left:auto !important;
    top:auto !important;
    height:auto !important;
  }

  .gallery-list a:nth-child(1),
.gallery-list a:nth-child(2),
.gallery-list a:nth-child(3),
.gallery-list a:nth-child(4),
.gallery-list a:nth-child(5),
.gallery-list a:nth-child(6),
.gallery-list a:nth-child(7),
.gallery-list a:nth-child(8),
.gallery-list a:nth-child(9){
    display:inline-block !important;
  }

  .gallery-list a img{
    width:95% !important;
    height:200px !important;
    -o-object-fit:cover;
       object-fit:cover;
    margin:0 !important;
    display:inline-block !important;
    opacity:1 !important;
  }

  .nsoft_offer_info .content .box .icon svg{
    width:40px;
    height:40px;
  }

  .nsoft_offer_info .content .box{
    font-size:14px;
    width:32% !important;
  }

  .nsoft_offer_content > .nsoft_container .param-list{
    width:100% !important;
    float:left;
    padding:0 !important;
    page-break-after:always;
    height:450px;
  }

  .nsoft_offer_content > .nsoft_container .param-list ul li{
    padding:5px 10px !important;
    font-size:14px !important;
    width:49% !important;
    display:inline-flex !important;
    float:left !important;
  }

  .nsoft_offer_content > .nsoft_container .param-list ul li.hide-toggle{
    display:flex !important;
  }

  .nsoft_offer-top{
    padding-top:15px !important;
  }

  .nsoft_offer-top .right{
    margin-top:-20px !important;
  }

  .nsoft_offer_info{
    padding-top:20px !important;
    padding-bottom:20px !important;
  }

  .nsoft_offer-map{
    position:relative;
    overflow:hidden;
  }

  #map-open{
    border-radius:0 !important;
    margin-left:-250px !important;
    height:500px !important;
  }
}
.nsoft_btn{
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  text-decoration:none !important;
}
.nsoft_btn--green{
  background:#183335;
  color:#FFF;
  border:none;
  border-radius:var(--radius-medium);
  padding:15px 30px 14px 30px;
  height:52px;
}
@media (max-width: 767px){
  .nsoft_btn--green{
    height:46px;
    padding:12px 30px 12px 30px;
  }
}
.nsoft_btn--brown{
  background:#9C7A58;
  color:#FFF;
  border:none;
  border-radius:var(--radius-large);
  padding:15px 30px 14px 30px;
  height:52px;
}
@media (max-width: 767px){
  .nsoft_btn--brown{
    height:46px;
    padding:11px 30px 12px 30px;
  }
}
.nsoft_btn--dark-transparent{
  border:2px solid #000000;
  color:#000000;
  border-radius:var(--radius-large);
  padding:14px 30px 14px 30px;
  text-decoration:none;
  height:52px;
}
@media (max-width: 767px){
  .nsoft_btn--dark-transparent{
    height:46px;
    padding:11px 30px 12px 30px;
  }
}

.link-brown{
  color:#9C7A58;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:600;
  font-size:14px;
}

.btn-center{
  width:100%;
  text-align:center;
  margin-top:30px;
}
.btn-center .nsoft_btn{
  display:inline-block;
}

.nsoft_home-top{
  background-size:cover;
  background-position:center;
  height:900px;
  overflow:hidden;
  padding-top:170px;
  position:relative;
  margin-top:-124px;
}
@media (max-width: 1500px){
  .nsoft_home-top{
    height:730px;
  }
}
@media (max-width: 1199px){
  .nsoft_home-top{
    height:auto;
    margin-top:0;
    padding-top:0;
  }
}
.nsoft_home-top .iframe{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  padding-bottom:75%;
  overflow:hidden;
  height:900px;
}
@media (max-width: 1199px){
  .nsoft_home-top .iframe{
    height:360px;
  }
}
.nsoft_home-top.no-margin{
  margin:0 !important;
  padding:0 !important;
}
@media (max-width: 1199px){
  .nsoft_home-top.with-form .bg{
    height:380px;
    bottom:auto;
  }
}
.nsoft_home-top--slider{
  padding-top:0;
}
@media (max-width: 767px){
  .nsoft_home-top .slick-slide .inline-YTPlayer{
    bottom:0;
    height:auto;
  }
}
@media (max-width: 767px){
  .nsoft_home-top .slick-slide .inline-YTPlayer #bgndVideo{
    height:730px !important;
  }
  .nsoft_home-top .slick-slide .inline-YTPlayer #bgndVideo iframe{
    height:730px !important;
    margin-top:0 !important;
  }
}
.nsoft_home-top .inline-YTPlayer{
  pointer-events:none !important;
  max-width:100% !important;
  overflow:hidden;
}
@media (max-width: 1199px){
  .nsoft_home-top .inline-YTPlayer{
    bottom:auto;
    height:380px;
  }
}
.nsoft_home-top .inline-YTPlayer .inlinePlayButton,
.nsoft_home-top .inline-YTPlayer .mb_YTPBar{
  display:none !important;
}
.nsoft_home-top .inline-YTPlayer #bgndVideo{
  height:100% !important;
  position:absolute !important;
  top:50%;
  transform:translateY(-50%);
  left:0;
  right:0;
  width:100%;
}
@media (max-width: 1199px){
  .nsoft_home-top .inline-YTPlayer #bgndVideo{
    height:380px !important;
  }
}
.nsoft_home-top.with-video .bg{
  display:none;
}
.nsoft_home-top .inline-YTPlayer,
.nsoft_home-top .bg{
  position:absolute !important;
  left:0;
  right:0;
  bottom:0;
  top:0;
  background-position:center;
  background-size:cover;
}
@media (max-width: 1199px){
  .nsoft_home-top .inline-YTPlayer,
.nsoft_home-top .bg{
    min-height:380px;
    bottom:0;
  }
}
.nsoft_home-top .inline-YTPlayer.green-ov::after,
.nsoft_home-top .bg.green-ov::after{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:calc((100vw - 1500px) / 2 + 350px);
  content:"";
  background:rgba(0, 0, 0, 0.5);
}
@media (max-width: 1500px){
  .nsoft_home-top .inline-YTPlayer.green-ov::after,
.nsoft_home-top .bg.green-ov::after{
    width:420px;
  }
}
@media (max-width: 767px){
  .nsoft_home-top .inline-YTPlayer.green-ov::after,
.nsoft_home-top .bg.green-ov::after{
    width:100%;
    background:rgba(0, 0, 0, 0.5);
  }
}
.nsoft_home-top .mouse-icon{
  position:absolute;
  left:50%;
  margin-left:-730px;
  bottom:150px;
  -webkit-animation:mouseanimation 1s infinite;
          animation:mouseanimation 1s infinite;
}
@media (max-width: 1500px){
  .nsoft_home-top .mouse-icon{
    left:70px;
    margin-left:0;
  }
}
@media (max-width: 1199px){
  .nsoft_home-top .mouse-icon{
    bottom:auto;
    top:300px;
    left:30px;
  }
}
@media (max-width: 1023px){
  .nsoft_home-top .mouse-icon{
    display:none;
  }
}
@-webkit-keyframes mouseanimation{
  0%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(10px);
  }
  100%{
    transform:translateY(0);
  }
}
@keyframes mouseanimation{
  0%{
    transform:translateY(0);
  }
  50%{
    transform:translateY(10px);
  }
  100%{
    transform:translateY(0);
  }
}
.nsoft_home-top .nsoft_container{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  position:static;
}
@media (max-width: 1199px){
  .nsoft_home-top .nsoft_container{
    display:block;
    padding:0 25px !important;
  }
}
.nsoft_home-top .nsoft_container .nsoft_left{
  width:44%;
  padding:161px 0 0 0;
}
@media (max-width: 1500px){
  .nsoft_home-top .nsoft_container .nsoft_left{
    padding:60px 0 0 0;
  }
}
@media (max-width: 1199px){
  .nsoft_home-top .nsoft_container .nsoft_left{
    padding:80px 0;
    width:100%;
    min-height:380px;
    display:flex;
    align-items:center;
  }
}
.nsoft_home-top .nsoft_container .nsoft_left h3{
  color:#9C7A58;
  text-transform:uppercase;
  font-family:"Poppins", sans-serif;
}
.nsoft_home-top .nsoft_container .nsoft_left h2{
  font-size:52px;
  font-weight:600;
  line-height:68px;
  margin:0 0 0 0;
  color:#FFF;
}
@media (max-width: 1500px){
  .nsoft_home-top .nsoft_container .nsoft_left h2{
    font-size:51px;
    font-weight:600;
    line-height:69px;
  }
}
@media (max-width: 1199px){
  .nsoft_home-top .nsoft_container .nsoft_left h2{
    font-size:40px;
    line-height:45px;
    max-width:500px;
  }
}
@media (max-width: 767px){
  .nsoft_home-top .nsoft_container .nsoft_left h2{
    font-size:30px;
    line-height:36px;
    max-width:300px;
  }
}
.nsoft_home-top .nsoft_container .nsoft_left .price{
  color:#9C7A58;
  font-size:36px;
  font-weight:600;
  display:block;
  margin:-34px 0 40px 0;
}
.nsoft_home-top .nsoft_container .nsoft_left p{
  font-size:18px;
  line-height:28px;
  color:#FFF;
  margin:30px 0 50px 0;
}
.nsoft_home-top .nsoft_container .nsoft_form{
  width:470px;
  position:absolute;
  right:81px;
  top:174px;
  background:#FFF;
  border-radius:var(--radius-small);
  padding:38px 55px 40px 51px;
  z-index:1;
}
@media all and (max-width: 1600px){
  .nsoft_home-top .nsoft_container .nsoft_form{
    right:25px;
  }
}
@media (max-width: 1500px){
  .nsoft_home-top .nsoft_container .nsoft_form{
    right:20px;
    top:140px;
    width:400px;
    padding:26px 36px 26px 35px;
  }
}
@media (max-width: 1199px){
  .nsoft_home-top .nsoft_container .nsoft_form{
    position:relative;
    border-radius:0;
    width:calc(100% + 50px);
    margin-left:-25px;
    padding-left:25px;
    padding-right:25px;
    right:auto;
    top:auto;
  }
}
@media (max-width: 767px){
  .nsoft_home-top .nsoft_container .nsoft_form{
    padding-bottom:20px;
  }
}
.nsoft_home-top .bg-video{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  overflow:hidden;
}
.nsoft_home-top .bg-video iframe{
  width:200%;
  height:200%;
  position:absolute;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  -o-object-fit:cover;
     object-fit:cover;
}
@media (max-width: 767px){
  .nsoft_home-top .bg-video iframe{
    width:1740px;
    height:100%;
  }
}
.nsoft_home-top .bg-video video{
  -o-object-fit:cover;
     object-fit:cover;
  width:100% !important;
  height:100% !important;
  top:0 !important;
  bottom:0 !important;
  left:0 !important;
  right:0 !important;
}

.slider-home-top{
  position:relative;
}
.slider-home-top.with-dots .slick-dots{
  display:flex !important;
}
.slider-home-top .slick-dots{
  position:absolute;
  bottom:115px;
  right:225px;
  display:flex;
  margin:0;
  padding:0;
  list-style:none;
  display:none !important;
}
@media (max-width: 767px){
  .slider-home-top .slick-dots{
    right:30px;
    bottom:50px;
  }
}
.slider-home-top .slick-dots li{
  margin-left:15px;
}
.slider-home-top .slick-dots li button{
  border-radius:var(--radius-circle);
  background:#FFF;
  text-indent:-99999px;
  border:none;
  padding:0;
  width:15px;
  height:15px;
}
.slider-home-top .slick-dots li.slick-active button{
  background:#9C7A58;
}
.slider-home-top .slick-slide{
  position:relative;
  height:900px;
}
@media (max-width: 1500px){
  .slider-home-top .slick-slide{
    height:730px;
    padding:0 80px;
  }
}
.slider-home-top .slick-slide > div > div{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:900px;
}
@media (max-width: 1500px){
  .slider-home-top .slick-slide > div > div{
    height:730px;
  }
}
.slider-home-top .nsoft_left{
  padding-top:0 !important;
  display:block !important;
}
@media (max-width: 1500px){
  .slider-home-top .nsoft_left{
    width:50%;
  }
}
@media (max-width: 1500px){
  .slider-home-top .nsoft_left h2{
    font-size:36px !important;
    line-height:48px !important;
  }
}
@media (max-width: 767px){
  .slider-home-top .nsoft_left h2{
    max-width:100% !important;
  }
}
@media (max-width: 767px){
  .slider-home-top .slick-slide{
    padding:0 45px !important;
  }
}
.slider-home-top .slick-prev,
.slider-home-top .slick-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(90deg);
  width:52px;
  height:52px;
  border-radius:var(--radius-circle);
  background:#FFF center no-repeat;
  border:none;
  text-indent:-99999px;
  z-index:10;
  cursor:pointer;
  opacity:0.5;
  overflow:hidden;
}
@media (max-width: 767px){
  .slider-home-top .slick-prev,
.slider-home-top .slick-next{
    width:46px;
    height:46px;
  }
}
.slider-home-top .slick-prev:hover,
.slider-home-top .slick-next:hover{
  opacity:1;
}
.slider-home-top .slick-prev svg,
.slider-home-top .slick-next svg{
  position:absolute;
  left:50%;
  top:50%;
  transform:translateY(-50%) translateX(-50%);
}
.slider-home-top .slick-prev svg line,
.slider-home-top .slick-next svg line{
  stroke:#000 !important;
}
.slider-home-top .slick-next{
  right:62px;
  transform:translateY(-50%) rotate(-90deg);
}
@media (max-width: 767px){
  .slider-home-top .slick-next{
    right:5px;
  }
}
.slider-home-top .slick-prev{
  left:62px;
}
@media (max-width: 767px){
  .slider-home-top .slick-prev{
    left:5px;
  }
}

.nsoft_form h3{
  font-size:24px;
  font-weight:600;
  margin:0 0 31px 0;
}
@media (max-width: 1500px){
  .nsoft_form h3{
    font-size:28px;
    font-weight:600;
    margin:0 0 24px 0;
  }
}
@media (max-width: 767px){
  .nsoft_form h3{
    font-size:28px;
  }
}
.nsoft_form label.error{
  color:red !important;
  font-size:12px !important;
  font-weight:normal !important;
}
.nsoft_form label.error::after{
  display:none !important;
}
.nsoft_form .nsoft_form-row{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin:0 0 7px 0;
}
@media (max-width: 767px){
  .nsoft_form .nsoft_form-row{
    margin-bottom:0;
  }
}
.nsoft_form .nsoft_form-row.hide-toggle{
  display:none;
}
@media (max-width: 767px){
  .nsoft_form .nsoft_form-row.hide-toggle{
    display:flex !important;
  }
}
.nsoft_form .nsoft_form-row.hide-toggle.open{
  display:flex;
}
.nsoft_form .nsoft_form-row .nsoft_form-wrap{
  width:100%;
}
@media (max-width: 767px){
  .nsoft_form .nsoft_form-row .nsoft_form-wrap{
    margin-bottom:7px;
  }
}
.nsoft_form .nsoft_form-row .nsoft_form-wrap.w50{
  width:48%;
}
.nsoft_form .nsoft_form-row .nsoft_form-wrap.w30{
  width:31%;
}
@media (max-width: 767px){
  .nsoft_form .nsoft_form-row .nsoft_form-wrap.w30{
    width:100%;
  }
}
.nsoft_form .nsoft_form-row .nsoft_form-wrap label{
  font-size:14px;
  font-weight:600;
  display:block;
  margin:4px 0 7px 0;
}
@media (max-width: 767px){
  .nsoft_form .nsoft_form-row .nsoft_form-wrap label{
    font-size:13px;
  }
}
.nsoft_form .nsoft_form-row .nsoft_form-wrap .select{
  height:52px;
  position:relative;
}
.nsoft_form .nsoft_form-row .nsoft_form-wrap .select svg{
  top:15px;
  right:18px;
  content:"";
  width:13px;
  height:20px;
  position:absolute;
  z-index:1;
  pointer-events:none;
}
@media (max-width: 767px){
  .nsoft_form .nsoft_form-row .nsoft_form-wrap .select{
    height:52px;
  }
}
.nsoft_form .nsoft_form-row .nsoft_form-wrap .select select{
  width:100%;
  border:none;
  background:none;
  height:50px;
  padding:0 0 0 24px;
  font-size:14px;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
}
@media (max-width: 767px){
  .nsoft_form .nsoft_form-row .nsoft_form-wrap .select select{
    height:41px;
  }
}
.nsoft_form .nsoft_form-row .nsoft_form-wrap .select .select2 .select2-selection--single{
  background:#FFF top 21px right 20px no-repeat;
  border:none;
  padding:7px 18px;
  font-size:14px;
  height:auto;
  border:1px solid transparent;
  overflow:hidden;
  border-radius:var(--radius-medium);
  position:relative;
}
@media (max-width: 1500px){
  .nsoft_form .nsoft_form-row .nsoft_form-wrap .select .select2 .select2-selection--single{
    padding:8px 18px;
  }
}
.nsoft_form .nsoft_form-row .nsoft_form-wrap .select .select2 .select2-selection__arrow{
  display:none !important;
}
.nsoft_form .nsoft_form-row .nsoft_form-wrap .input{
  width:100%;
}
.nsoft_form .nsoft_form-row .nsoft_form-wrap .input input{
  padding:11px 18px;
  font-size:14px;
  height:auto;
  border:1px solid #DFDFDF;
  overflow:hidden;
  border-radius:var(--radius-medium);
  height:52px;
  width:100%;
}
@media (max-width: 1500px){
  .nsoft_form .nsoft_form-row .nsoft_form-wrap .input input{
    height:46px;
  }
}
.nsoft_form .nsoft_form-row .nsoft_form-wrap .input textarea{
  padding:11px 18px;
  font-size:14px;
  height:auto;
  border:1px solid #DFDFDF;
  overflow:hidden;
  border-radius:var(--radius-medium);
  height:152px;
  width:100%;
}
.nsoft_form-radio{
  position:relative;
  margin-bottom:11px;
  margin-top:11px;
}
.nsoft_form-radio input{
  position:absolute;
  opacity:0;
  visibility:hidden;
}
.nsoft_form-radio input:checked + label::before{
  opacity:1;
}
.nsoft_form-radio label{
  font-size:12px;
  line-height:17px;
  position:relative;
  padding-left:40px;
  padding-top:5px;
  cursor:pointer;
  display:block;
  font-weight:normal !important;
}
.nsoft_form-radio label::before{
  background:rgba(24, 51, 53, 0.88);
  width:13px;
  height:13px;
  position:absolute;
  left:7px;
  top:7px;
  content:"";
  border-radius:var(--radius-circle);
  opacity:0;
  z-index:2;
}
.nsoft_form-radio label::after{
  position:absolute;
  left:0;
  top:0;
  content:"";
  border-radius:var(--radius-circle);
  border:1px solid #D5D5D5;
  width:25px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:12px auto;
  height:25px;
}
.nsoft_form-checkbox{
  position:relative;
  margin-bottom:11px;
  margin-top:11px;
}
.nsoft_form-checkbox input{
  position:absolute;
  opacity:0;
  visibility:hidden;
}
.nsoft_form-checkbox input:checked + label .icon{
  opacity:1;
}
.nsoft_form-checkbox label{
  font-size:12px;
  line-height:17px;
  position:relative;
  padding-left:40px;
  padding-top:5px;
  cursor:pointer;
  display:block;
  font-weight:normal !important;
}
.nsoft_form-checkbox label::after{
  position:absolute;
  left:0;
  top:0;
  content:"";
  border-radius:var(--radius-small);
  border:1px solid #D5D5D5;
  width:25px;
  background-position:center;
  background-repeat:no-repeat;
  background-size:12px auto;
  height:25px;
}
.nsoft_form-checkbox label .icon{
  position:absolute;
  left:6px;
  top:1px;
  z-index:2;
  opacity:0;
}
.nsoft_form-checkbox label .icon svg{
  width:15px;
}
.nsoft_form-bottom-flex{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:20px;
  flex-wrap:wrap;
  margin-bottom:15px;
}
.nsoft_form-bottom-flex .nsoft_btn{
  width:auto;
  padding-left:25px;
  padding-right:20px;
  margin-top:0;
}
.nsoft_form-bottom-flex .nsoft_btn svg, .nsoft_form-bottom-flex .nsoft_btn img{
  margin-left:10px;
  margin-right:7px;
}
.nsoft_form-bottom-flex span{
  font-size:12px;
  margin:10px 0;
}
.nsoft_form-bottom-text{
  font-size:12px;
  line-height:17px;
  margin:15px 0 0 0;
}
.nsoft_form button{
  width:100%;
  margin:23px 0 0 0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px 0 15px 0;
  cursor:pointer;
}
@media (max-width: 1500px){
  .nsoft_form button{
    padding:12px 0 12px 0;
    margin:20px 0 0 0;
  }
}
@media (max-width: 767px){
  .nsoft_form button{
    padding:13px 0 12px 0;
  }
}
.nsoft_form button svg,
.nsoft_form button img{
  margin:0 0 0 15px;
}
.nsoft_form .link-brown{
  display:block;
  text-align:center;
  font-size:14px;
  margin-top:23px;
}
@media (max-width: 767px){
  .nsoft_form .link-brown{
    font-size:13px;
    margin-top:18px;
  }
}

.select{
  position:relative;
}
.select svg{
  top:15px;
  right:18px;
  content:"";
  width:13px;
  height:20px;
  position:absolute;
  z-index:1;
  pointer-events:none;
}
.select select{
  width:100%;
  border:none;
  background:none;
  height:50px;
  padding:0 0 0 24px;
  font-size:14px;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
}
@media (max-width: 767px){
  .select select{
    height:41px;
  }
}
.select .select2 .select2-selection--single{
  background:#FFF top 21px right 20px no-repeat;
  border:none;
  padding:7px 18px;
  font-size:14px;
  height:auto;
  border:1px solid #DFDFDF !important;
  overflow:hidden;
  border-radius:var(--radius-medium);
  position:relative;
  min-height:52px;
}
@media (max-width: 767px){
  .select .select2 .select2-selection--single{
    padding:8px 18px;
  }
}
.select .select2 .select2-selection--single .select2-selection__rendered{
  line-height:34px;
}
.select .select2 .select2-selection__arrow{
  display:none !important;
}
.select .select2.select2-container--open .select2-selection--single{
  border-radius:var(--radius-medium) var(--radius-medium) 0 0;
  border-bottom:0 !important;
}

.select2-results ul li{
  font-size:14px;
  padding:5px 25px;
  background-color:#FFF !important;
  color:#000 !important;
}
@media (max-width: 767px){
  .select2-results ul li{
    padding:5px 15px 5px 25px;
  }
}

.select2-dropdown{
  padding:5px 0;
  border:1px solid #DFDFDF !important;
  border-radius:0 0 var(--radius-medium) var(--radius-medium) !important;
  background-color:#FFF !important;
  border-top:0 !important;
  overflow:hidden;
}
.select2-dropdown.select2-dropdown--above{
  border-radius:var(--radius-medium) var(--radius-medium) 0 0 !important;
  border-bottom:0 !important;
  padding:10px 0 0 0 !important;
}

.select2-container{
  width:100% !important;
}

.select .select2.select2-container--open.select2-container--below .select2-selection--single{
  border-radius:var(--radius-medium) var(--radius-medium) 0 0 !important;
  border-bottom:0 !important;
  border-top:1px solid #DFDFDF !important;
}

.select .select2.select2-container--open.select2-container--above .select2-selection--single{
  border-radius:0 0 var(--radius-medium) var(--radius-medium) !important;
  border-top:0 !important;
}

.menu-sidebar .grid-type a.row2{
  display:block !important;
}
.menu-sidebar .nsoft_home-top{
  height:auto;
  overflow:hidden;
}
.menu-sidebar .nsoft_home-top .nsoft_container .nsoft_right{
  width:calc(100% + 50px);
  margin:0 -25px;
  margin-top:150px;
}
@media (max-width: 1500px){
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_right{
    margin-top:0 !important;
  }
}
.menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form{
  position:relative;
  right:auto;
  top:auto;
  width:100%;
  border-radius:0;
  padding:44px 25px;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:flex-end;
}
@media (max-width: 1500px){
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form{
    margin:0 !important;
  }
}
.menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form::after{
  position:absolute;
  left:100%;
  top:0;
  content:"";
  bottom:0;
  width:1000px;
  background:#FFF;
}
.menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form::before{
  position:absolute;
  right:100%;
  top:0;
  content:"";
  bottom:0;
  width:1000px;
  background:#FFF;
}
.menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form.nsoft_theme_green::after, .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form.nsoft_theme_green::before{
  background:#183335;
}
.menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form.nsoft_theme_green button{
  background:#9C7A58;
}
.menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .nsoft_form-row{
  width:21%;
  margin-bottom:0;
}
@media (max-width: 1023px){
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .nsoft_form-row{
    width:48%;
  }
}
@media (max-width: 767px){
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .nsoft_form-row{
    width:100%;
  }
}
.menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form h3{
  width:100%;
}
.menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .nsoft_form-buttons{
  width:10%;
}
@media (max-width: 1023px){
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .nsoft_form-buttons{
    width:auto;
    margin-left:auto;
    display:flex;
    align-items:center;
    white-space:nowrap;
  }
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .nsoft_form-buttons .link-brown{
    order:1;
    margin-right:20px;
  }
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .nsoft_form-buttons button{
    order:2;
    padding:0 30px;
  }
}
@media (max-width: 767px){
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .nsoft_form-buttons{
    flex-wrap:wrap;
  }
}
.menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .link-brown{
  position:absolute;
  right:25px;
  top:30px;
}
@media (max-width: 1023px){
  .menu-sidebar .nsoft_home-top .nsoft_container .nsoft_form .link-brown{
    position:static;
  }
}

.nsoft_header-top{
  position:absolute;
  left:0;
  right:0;
  top:0;
  background:#F8F8F8;
  padding:8px 0;
  display:none;
  z-index:451;
}
.nsoft_header-top.white{
  background:#FFF;
}
@media (max-width: 1500px){
  .nsoft_header-top{
    display:block;
  }
}
@media (max-width: 1199px){
  .nsoft_header-top{
    display:none;
  }
}
.nsoft_header-top .nsoft_container{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  max-width:100%;
  padding:0 40px;
}
.nsoft_header-top .nsoft_container .nsoft_social ul{
  display:flex;
  align-items:center;
  margin:0;
  padding:0;
  list-style:none;
}
.nsoft_header-top .nsoft_container .nsoft_social ul li{
  margin:0 0 0 10px;
}
.nsoft_header-top .nsoft_container .nsoft_social ul li svg,
.nsoft_header-top .nsoft_container .nsoft_social ul li a,
.nsoft_header-top .nsoft_container .nsoft_social ul li img{
  display:block;
}
.nsoft_header-top .nsoft_container .nsoft_phone-header{
  padding-left:30px;
  font-size:16px;
  text-decoration:none;
  color:#000;
  margin-top:-2px;
  margin-right:15px;
  position:relative;
}
.nsoft_header-top .nsoft_container .nsoft_phone-header svg{
  position:absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  height:23px;
}
.nsoft_header-top .nsoft_container .nsoft_phone-header span{
  font-family:"Lora", serif;
}

@media all and (min-width: 1200px){
  body:not(.menu-sidebar) .nsoft_header .nsoft_menu > ul > li ul{
    display:block !important;
    white-space:nowrap;
    min-width:250px;
  }
  body:not(.menu-sidebar) .nsoft_header .nsoft_menu > ul > li:hover > ul{
    opacity:1;
    visibility:visible;
  }
}
.nsoft_header{
  position:absolute;
  left:0;
  right:0;
  top:0;
  z-index:450;
  padding:38px 56px 33px 56px;
  background:#FFF;
}
@media all and (max-width: 1920px){
  .nsoft_header{
    padding:38px 0 33px 0;
  }
}
@media (max-width: 1500px){
  .nsoft_header{
    padding:40px 0 20px 0;
    top:15px;
  }
}
@media (max-width: 1199px){
  .nsoft_header{
    background:#FFF;
    padding:18px 0;
    top:0;
  }
}
.nsoft_header .nsoft_container{
  max-width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
@media (max-width: 1500px){
  .nsoft_header .nsoft_container{
    padding-left:20px !important;
    padding-right:3px !important;
  }
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_container{
    padding-left:20px !important;
    padding-right:75px !important;
  }
}
.nsoft_header .logo img{
  width:250px;
  display:block;
  max-height:42px;
  -o-object-fit:contain;
     object-fit:contain;
  -o-object-position:left;
     object-position:left;
}
@media (max-width: 767px){
  .nsoft_header .logo img{
    width:100px;
    max-height:17px;
  }
}
.nsoft_header ul{
  margin:0;
  padding:0;
  list-style:none;
}
@media all and (min-width: 1200px){
  .nsoft_header--above{
    position:relative;
  }
  .nsoft_header--above + *{
    margin-top:0 !important;
  }
}
.nsoft_header--transparent{
  background:transparent !important;
}
.nsoft_header--transparent .nsoft_menu > ul > li > a{
  color:#FFF !important;
}
@media all and (min-width: 1024px){
  .nsoft_header--transparent .nsoft_menu > ul > li.has-children svg path{
    fill:#FFF !important;
  }
}
.nsoft_header--transparent .nsoft_lang span{
  border:1px solid #FFF !important;
  color:#000;
}
.nsoft_header--transparent .nsoft_lang span svg path{
  fill:#000 !important;
}
.nsoft_header--transparent .nsoft_social ul li a svg path{
  fill:#000;
}
.nsoft_header .menu-toggle{
  display:block;
}
@media (max-width: 1199px){
  .nsoft_header .menu-toggle{
    display:block;
    position:absolute;
    right:30px;
    top:27px;
    width:24px;
    height:22px;
  }
  .nsoft_header .menu-toggle span{
    height:2px;
    width:24px;
    background:#000;
    border-radius:0;
    display:block;
    position:absolute;
    left:0;
    transition:all 0.3s;
  }
  .nsoft_header .menu-toggle span:nth-child(2){
    top:50%;
    margin-top:-1px;
  }
  .nsoft_header .menu-toggle span:nth-child(3){
    bottom:0;
  }
  .nsoft_header .menu-toggle.open span:nth-child(1){
    transform:rotate(45deg);
    top:10px;
  }
  .nsoft_header .menu-toggle.open span:nth-child(2){
    opacity:0;
  }
  .nsoft_header .menu-toggle.open span:nth-child(3){
    transform:rotate(-45deg);
    bottom:10px;
  }
}
@media (max-width: 1500px){
  .nsoft_header .nsoft_social{
    display:none;
  }
}
.nsoft_header .nsoft_social ul{
  display:flex;
  align-items:center;
}
.nsoft_header .nsoft_social ul li{
  margin-left:6px;
}
.nsoft_header .nsoft_social ul li a{
  background:#FFFFFF;
  width:44px;
  height:44px;
  border-radius:var(--radius-circle);
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #DFDFDF;
}
@media (max-width: 767px){
  .nsoft_header .nsoft_social ul li a{
    border:1px solid #DFDFDF;
  }
}
.nsoft_header .nsoft_phone-header{
  background:29px 14px #183335 no-repeat;
  color:#FFF;
  font-family:"Lora", serif;
  font-size:16px;
  font-weight:normal;
  text-decoration:none;
  height:53px;
  margin:0 11px 0 0;
  padding:16px 37px 0 56px;
  border-radius:var(--radius-medium);
  position:relative;
}
.nsoft_header .nsoft_phone-header svg{
  position:absolute;
  left:24px;
  top:15px;
}
@media (max-width: 1500px){
  .nsoft_header .nsoft_phone-header svg{
    top:50%;
    left:50%;
    transform:translateX(-50%) translateY(-50%);
  }
}
.nsoft_header .nsoft_phone-header span{
  font-family:"Lora", serif;
}
@media (max-width: 1500px){
  .nsoft_header .nsoft_phone-header{
    display:none;
  }
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_phone-header{
    padding:0 0;
    width:39px;
    height:39px;
    background-position:center;
    background-size:12px auto;
    order:1;
    margin-left:auto;
    display:block;
  }
  .nsoft_header .nsoft_phone-header span{
    display:none;
  }
}
.nsoft_header .nsoft_lang{
  margin:0 18px 0 0;
  position:relative;
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_lang{
    border-radius:var(--radius-medium);
    order:2;
    margin:0 0 0 0;
    font-size:14px;
  }
}
.nsoft_header .nsoft_lang.open ul{
  display:block;
}
.nsoft_header .nsoft_lang.open span{
  border-radius:25px 25px 0 0;
  border-bottom:0;
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_lang.open span{
    border-bottom:0 !important;
    border-radius:20px 20px 0 0;
  }
}
.nsoft_header .nsoft_lang span{
  height:53px;
  display:block;
  padding:16px 53px 0 23px;
  border-radius:var(--radius-medium);
  background:#FFF top 23px right 27px no-repeat;
  background-size:12px auto;
  font-family:"Lora", serif;
  cursor:pointer;
  border:1px solid #DFDFDF;
}
.nsoft_header .nsoft_lang span svg{
  position:absolute;
  right:24px;
  top:25px;
  width:12px;
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_lang span svg{
    top:50%;
    transform:translateY(-50%);
    right:15px;
  }
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_lang span{
    height:39px;
    display:block;
    padding:9px 35px 0 14px;
    background-position:top 17px right 17px;
    border:1px solid #DFDFDF !important;
  }
}
.nsoft_header .nsoft_lang ul{
  position:absolute;
  left:0;
  right:0;
  background:#FFF;
  border-radius:0 0 20px 20px;
  display:none;
  padding-bottom:10px;
  z-index:10;
  top:80%;
  border:1px solid #DFDFDF !important;
  border-top:none !important;
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_lang ul{
    border:1px solid #DFDFDF;
    border-top:0 !important;
    top:100%;
  }
}
.nsoft_header .nsoft_lang ul li a{
  color:#000;
  text-decoration:none;
  padding:5px 15px 5px 23px;
  display:block;
  font-family:"Lora", serif;
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_lang ul li a{
    padding-left:15px;
    font-size:14px;
  }
}
.nsoft_header .nsoft_menu{
  margin:0 29px 0 auto;
}
.nsoft_header .nsoft_menu .nsoft_social{
  display:none;
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_menu{
    position:absolute;
    left:0;
    right:0;
    top:90%;
    background:#FFF;
    margin:0 0 0 0;
    padding:30px 0;
    display:none;
    height:90vh;
    overflow:auto;
  }
  .nsoft_header .nsoft_menu .nsoft_social{
    display:flex !important;
    justify-content:center;
    margin-top:25px;
  }
  .nsoft_header .nsoft_menu.open{
    display:block;
  }
}
.nsoft_header .nsoft_menu > ul{
  display:flex;
  align-items:center;
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_menu > ul{
    display:block;
  }
}
.nsoft_header .nsoft_menu > ul > li{
  margin:0 0 0 35px;
  position:relative;
}
@media all and (max-width: 1920px){
  .nsoft_header .nsoft_menu > ul > li{
    margin:0 0 0 10px;
  }
}
@media (max-width: 1500px){
  .nsoft_header .nsoft_menu > ul > li{
    margin:0 0 0 15px;
  }
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_menu > ul > li{
    margin:0 0 0 0;
  }
}
.nsoft_header .nsoft_menu > ul > li.has-children{
  padding-right:20px;
  position:relative;
}
.nsoft_header .nsoft_menu > ul > li.has-children svg{
  position:absolute;
  right:0;
  top:10px;
  transform:translateY(-50%);
  width:12px;
  cursor:pointer;
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_menu > ul > li.has-children svg{
    right:25px;
    width:53px;
    height:50px;
    display:block;
    padding:20px;
  }
}
@media (max-width: 767px){
  .nsoft_header .nsoft_menu > ul > li.has-children svg{
    top:18px;
  }
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_menu > ul > li.has-children{
    padding-right:0;
    background-image:none !important;
  }
}
.nsoft_header .nsoft_menu > ul > li.has-children::after{
  position:absolute;
  top:100%;
  width:100%;
  left:0;
  height:30px;
  content:"";
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_menu > ul > li.has-children > a::after{
    display:inline-block;
    width:11px;
    height:7px;
    vertical-align:middle;
    content:"";
    margin-left:10px;
  }
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_menu > ul > li.has-children.open > a::after{
    transform:rotate(180deg);
    margin-top:-4px;
  }
}
.nsoft_header .nsoft_menu > ul > li > a{
  font-size:18px;
  font-family:"Lora", serif;
  text-decoration:none;
  color:#000;
}
@media all and (max-width: 1920px){
  .nsoft_header .nsoft_menu > ul > li > a{
    font-size:16px;
  }
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_menu > ul > li > a{
    color:#000 !important;
    padding:7px 50px;
    display:block;
    font-size:18px;
  }
}
.nsoft_header .nsoft_menu > ul > li > ul{
  position:absolute;
  padding:10px 30px;
  left:-30px;
  top:calc(100% + 26px);
  opacity:0;
  visibility:hidden;
  background:#FFF;
  border-radius:var(--radius-small);
  box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_menu > ul > li > ul{
    background:#F3F3F3;
    position:static;
    opacity:1;
    padding:5px 50px;
    margin:5px 0;
    display:none;
    border-radius:0 !important;
    box-shadow:none !important;
    visibility:visible;
  }
}
.nsoft_header .nsoft_menu > ul > li > ul > li{
  padding:8px 0;
}
.nsoft_header .nsoft_menu > ul > li > ul > li > a{
  color:#000;
  text-decoration:none;
  font-family:"Lora", serif;
  left:0;
  top:100%;
}
@media (max-width: 1199px){
  .nsoft_header .nsoft_menu > ul > li > ul > li > a{
    color:#000 !important;
  }
}

@media all and (min-width: 1200px){
  .menu-sidebar{
    padding-left:324px;
  }
  .menu-sidebar .nsoft_header{
    position:fixed;
    left:0;
    top:0;
    width:324px;
    padding:45px 0 120px 31px;
    display:block !important;
    height:100vh;
    overflow:auto;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
  }
  .menu-sidebar .nsoft_header .logo{
    display:block;
    margin-bottom:70px;
  }
  .menu-sidebar .nsoft_header .logo img{
    width:200px;
  }
  .menu-sidebar .nsoft_header .nsoft_container{
    display:block;
    position:relative;
    min-height:calc(100vh - 170px);
  }
  .menu-sidebar .nsoft_header .nsoft_menu > ul{
    display:block;
  }
  .menu-sidebar .nsoft_header .nsoft_menu > ul > li{
    margin:15px 0;
  }
  .menu-sidebar .nsoft_header .nsoft_menu > ul > li.has-children{
    background-size:12px auto !important;
    padding-right:0 !important;
  }
  .menu-sidebar .nsoft_header .nsoft_menu > ul > li > a{
    color:#000 !important;
    display:block;
    padding-right:20px !important;
  }
  .menu-sidebar .nsoft_header .nsoft_menu > ul .submenu{
    position:static !important;
    box-shadow:none !important;
    border-radius:0 !important;
    display:none;
    background:#F3F3F3;
    padding:10px 59px 10px 86px;
    margin:15px -59px 10px -63px;
    opacity:1 !important;
    visibility:visible;
  }
}
@media (min-width: 1200px) and (max-width: 1500px){
  .menu-sidebar .nsoft_header .nsoft_menu > ul .submenu{
    margin:15px -32px 10px -63px;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_header .nsoft_lang{
    display:inline-block;
    margin:6px 0 30px 0;
  }
  .menu-sidebar .nsoft_header .nsoft_lang span{
    border-color:#DFDFDF !important;
  }
}
@media all and (min-width: 1200px){
  .menu-sidebar .nsoft_header .nsoft_phone-header{
    position:absolute;
    left:21px;
    right:40px;
    bottom:-75px;
    white-space:nowrap;
  }
}
.nsoft_section-offer{
  padding:110px 0;
}
@media (max-width: 1199px){
  .nsoft_section-offer{
    padding:80px 0;
  }
}
@media (max-width: 767px){
  .nsoft_section-offer{
    padding:60px 0;
  }
}
.nsoft_section-offer--p-small{
  padding:40px 0;
}
.nsoft_section-offer .button-more{
  text-align:center;
}
.nsoft_section-offer .button-more a{
  display:inline-block;
  background:#183335;
  color:#FFF;
  text-transform:uppercase;
  border-radius:var(--radius-medium);
  display:inline-block;
  font-weight:600;
  font-size:14px;
  text-decoration:none;
  padding:16px 35px 15px 35px;
}
@media (max-width: 767px){
  .nsoft_section-offer .button-more a{
    font-size:13px;
    text-decoration:none;
    padding:13px 24px;
  }
}
.nsoft_section-offer .button-more a:hover{
  background:rgba(24, 51, 53, 0.9);
}

.nsoft_offer-list{
  display:flex;
  flex-wrap:wrap;
  margin:0 -20px 0 -20px;
  padding-bottom:5px;
}
@media (max-width: 767px){
  .nsoft_offer-list{
    margin:0;
  }
}
.nsoft_offer-list .nsoft_item{
  width:calc(33.333% - 40px);
  margin:0 20px 38px 20px;
  display:flex;
  flex-direction:column;
  transition:none !important;
}
@media (max-width: 1199px){
  .nsoft_offer-list .nsoft_item{
    width:calc(50% - 30px);
    margin:0 15px 30px 15px;
  }
}
@media (max-width: 767px){
  .nsoft_offer-list .nsoft_item{
    width:100%;
    margin:0 0 28px 0;
  }
}
.nsoft_offer-list.grid-row2 .nsoft_item{
  width:calc(50% - 40px);
}
@media (max-width: 767px){
  .nsoft_offer-list.grid-row2 .nsoft_item{
    width:100%;
    margin:0 0 28px 0;
  }
}
.nsoft_offer-list.grid-row2 .nsoft_item .nsoft_thumb__text .title{
  font-size:24px;
}
.nsoft_offer-list.grid-row2 .nsoft_item .nsoft_thumb__text .type{
  font-size:16px;
}
.nsoft_offer-list.grid-row2 .nsoft_item .nsoft_thumb__text .list-info li{
  font-size:18px;
}
@media (max-width: 767px){
  .nsoft_offer-list.grid-row2 .nsoft_item .nsoft_thumb__text .list-info li{
    font-size:13px;
  }
}
.nsoft_offer-list.grid-row1 .nsoft_item{
  width:100%;
}
@media (max-width: 767px){
  .nsoft_offer-list.grid-row1 .nsoft_item{
    width:100%;
    margin:0 0 28px 0;
  }
}
.nsoft_offer-list.grid-row1 .nsoft_thumb__text .title{
  font-size:24px;
  line-height:32px;
}
@media (max-width: 767px){
  .nsoft_offer-list.grid-row1 .nsoft_thumb__text .title{
    font-size:14px;
    line-height:18px;
  }
}
.nsoft_offer-list.grid-row1 .nsoft_thumb__text .type{
  font-size:16px;
}
@media (max-width: 767px){
  .nsoft_offer-list.grid-row1 .nsoft_thumb__text .type{
    font-size:12px;
  }
}
.nsoft_offer-list.grid-row1 .nsoft_thumb__text .list-info li{
  font-size:18px;
}
@media (max-width: 767px){
  .nsoft_offer-list.grid-row1 .nsoft_thumb__text .list-info li{
    font-size:13px;
  }
}
.nsoft_offer-list.grid-row1 .nsoft_thumb{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  flex-direction:row;
}
.nsoft_offer-list.grid-row1 .nsoft_thumb .nsoft_thumb__text .description{
  display:block;
  margin-top:15px;
}
@media (max-width: 767px){
  .nsoft_offer-list.grid-row1 .nsoft_thumb .nsoft_thumb__text .description{
    display:none;
  }
}
.nsoft_offer-list.grid-row1 .nsoft_thumb__img{
  width:47%;
}
.nsoft_offer-list.grid-row1 .nsoft_thumb__img img{
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  border-radius:var(--radius-small) 0 0 var(--radius-small);
}
@media (max-width: 1023px){
  .nsoft_offer-list.grid-row1 .nsoft_thumb__img img{
    border-radius:var(--radius-small) var(--radius-small) 0 0;
  }
}
@media (max-width: 1023px){
  .nsoft_offer-list.grid-row1 .nsoft_thumb__img{
    width:100%;
  }
}
.nsoft_offer-list.grid-row1 .nsoft_thumb__text{
  width:50%;
  margin-top:50px;
  border:none;
}
@media (max-width: 1500px){
  .nsoft_offer-list.grid-row1 .nsoft_thumb__text{
    width:51%;
    margin-top:30px;
  }
}
@media (max-width: 1023px){
  .nsoft_offer-list.grid-row1 .nsoft_thumb__text{
    width:100%;
    margin-top:0;
  }
}

.nsoft_thumb{
  overflow:hidden;
  border-radius:var(--radius-small);
  text-decoration:none !important;
  color:#000;
  position:relative;
}
.nsoft_thumb::after{
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  content:"";
  pointer-events:none;
  border:1px solid #DFDFDF;
  border-radius:var(--radius-small);
}
.nsoft_thumb__img{
  overflow:hidden;
  position:relative;
  z-index:2;
}
.nsoft_thumb__img::after{
  content:"";
  display:block;
  padding-bottom:65%;
}
.nsoft_thumb__img img{
  display:block;
  width:100%;
  height:100%;
  transition:all 0.3s;
  border-radius:var(--radius-small) var(--radius-small) 0 0;
  -o-object-fit:cover;
     object-fit:cover;
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
}
.nsoft_thumb__img .tick{
  position:absolute;
  right:15px;
  top:15px;
  border-radius:var(--radius-small);
  padding:5px 10px;
  text-transform:uppercase;
  font-size:13px;
  font-weight:600;
}
@media (max-width: 767px){
  .nsoft_thumb__img .tick{
    font-size:11px;
  }
}
.nsoft_thumb__img .tick-red{
  background:#DC052C;
  color:#FFF;
}
.nsoft_thumb__text{
  padding:23px 30px;
  position:relative;
  background:#FFF;
  border-radius:0 0 var(--radius-small) var(--radius-small);
  transition:all 0.3s;
}
@media (max-width: 1199px){
  .nsoft_thumb__text{
    padding:23px 19px;
  }
}
@media (max-width: 767px){
  .nsoft_thumb__text{
    padding:15px 19px;
  }
}
.nsoft_thumb__text .left{
  padding-right:0;
}
@media (max-width: 767px){
  .nsoft_thumb__text .info{
    font-size:12px;
    display:block;
  }
}
.nsoft_thumb__text .type{
  display:block;
  font-size:14px;
  font-weight:normal;
  padding-right:150px;
}
@media (max-width: 767px){
  .nsoft_thumb__text .type{
    font-size:12px !important;
  }
}
.nsoft_thumb__text .type a{
  color:#9C7A58;
  text-decoration:none;
  display:inline-block;
  margin-bottom:2px;
  font-size:14px;
}
.nsoft_thumb__text .type a:not(:last-child){
  position:relative;
  margin-right:14px;
  padding-right:14px;
  border-right:1px solid #000;
}
@media (max-width: 767px){
  .nsoft_thumb__text .type a:not(:last-child){
    margin-right:7px;
    padding-right:7px;
  }
}
.nsoft_thumb__text .title{
  font-size:20px;
  line-height:26px;
  display:block;
  font-weight:600;
  margin:5px 0 6px 0;
  font-family:"Lora", serif;
  text-decoration:none;
  color:#000;
}
@media (max-width: 767px){
  .nsoft_thumb__text .title{
    font-size:14px !important;
    line-height:18px !important;
  }
}
.nsoft_thumb__text .info-type{
  margin-top:18px;
  font-size:14px;
}
.nsoft_thumb__text .price{
  color:#9C7A58;
  font-size:22px;
  font-weight:600;
  position:absolute;
  right:30px;
  top:16px;
}
@media (max-width: 767px){
  .nsoft_thumb__text .price{
    position:absolute !important;
    font-size:14px !important;
    top:15px;
    right:15px;
  }
}
.nsoft_thumb__text .description{
  display:none;
  margin-top:30px;
}
.nsoft_thumb__text .description p{
  font-size:16px;
  line-height:28px;
}
.nsoft_thumb__text .description .bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:40px;
}
.nsoft_thumb__text .description .bottom .number{
  font-size:13px;
}
.nsoft_thumb .list-info{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  margin:15px 0 0 0;
  padding:0;
  list-style:none;
}
.nsoft_thumb .list-info li{
  margin-right:15px;
  font-size:13px;
  display:flex;
  align-items:center;
  margin-bottom:5px;
}
.nsoft_thumb .list-info li svg,
.nsoft_thumb .list-info li img{
  margin-right:5px;
  width:25px;
}
.nsoft_thumb .list-info li svg path{
  fill:#9C7A58 !important;
}
@media all and (min-width: 1200px){
  .nsoft_thumb:hover .nsoft_thumb__img img{
    transform:scale(1.02);
  }
}

.grid-type{
  display:flex;
  align-items:center;
}
@media (max-width: 767px){
  .grid-type{
    justify-content:space-between;
  }
}
.grid-type span{
  font-size:14px;
  font-weight:600;
  margin-right:20px;
}
@media (max-width: 767px){
  .grid-type span{
    display:none;
  }
}
.grid-type a{
  width:25px;
  height:25px;
  background-position:center;
  background-repeat:no-repeat;
  margin:0 15px;
}
@media (max-width: 767px){
  .grid-type a{
    margin:0 3px;
  }
}
.grid-type a.current svg path{
  fill:#9C7A58 !important;
}
.grid-type a.current svg g > g rect,
.grid-type a.current svg g > g path{
  fill:#9C7A58 !important;
}
@media (max-width: 1199px){
  .grid-type a.row2{
    display:none;
  }
}
@media (max-width: 1199px){
  .grid-type a.row1{
    display:none;
  }
}
.sort-list{
  display:flex;
  align-items:flex-start;
  margin-left:45px;
}
@media (max-width: 767px){
  .sort-list{
    margin-left:10px;
  }
}
.sort-list > span{
  font-size:14px;
  font-weight:600;
  margin-right:20px;
  margin-top:15px;
}
@media (max-width: 767px){
  .sort-list > span{
    margin-right:10px;
  }
}
@media all and (max-width: 350px){
  .sort-list > span{
    display:none;
  }
}
.sort-list .select{
  width:225px;
  height:52px;
}
@media (max-width: 767px){
  .sort-list .select{
    width:190px;
    height:46px;
  }
}
.sort-list .select .select2 .select2-selection--single{
  border-color:#DFDFDF;
}

.nsoft_navigation{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  margin:50px 0;
}
@media (max-width: 1500px){
  .nsoft_navigation{
    margin-top:20px;
  }
}
.nsoft_navigation a{
  width:52px;
  height:52px;
  border-radius:var(--radius-circle);
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #D4D4D4;
  text-decoration:none;
  margin:0 3px;
}
@media (max-width: 767px){
  .nsoft_navigation a{
    width:46px;
    height:46px;
    display:none;
  }
}
@media (max-width: 767px){
  .nsoft_navigation a.current{
    display:flex;
  }
}
.nsoft_navigation a.current, .nsoft_navigation a:hover{
  background:#183335;
  color:#FFF;
  border-color:#183335;
}
.nsoft_navigation .prev,
.nsoft_navigation .next{
  background:#183335;
  border-color:#183335;
  position:relative;
  display:flex !important;
}
.nsoft_navigation .prev svg,
.nsoft_navigation .next svg{
  position:absolute;
  left:19px;
  top:15px;
  content:"";
  width:12px;
  height:20px;
  transform:rotate(90deg);
}
@media (max-width: 767px){
  .nsoft_navigation .prev svg,
.nsoft_navigation .next svg{
    top:12px;
    left:16px;
  }
}
.nsoft_navigation .next svg{
  transform:rotate(-90deg);
}

.nsfot_filters-mobile{
  display:none;
  background:#F8F8F8;
  overflow:hidden;
  padding:25px 20px;
}
@media (max-width: 767px){
  .nsfot_filters-mobile{
    display:block;
  }
  .nsfot_filters-mobile a{
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    text-transform:uppercase;
    font-weight:600;
    font-size:14px;
  }
  .nsfot_filters-mobile a span{
    width:21px;
    height:21px;
    border:2px solid #000;
    border-radius:var(--radius-circle);
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 0 0 10px;
    font-size:12px;
  }
}

.nsoft_offer-map{
  opacity:0;
  visibility:hidden;
  overflow:hidden;
  display:none;
  margin-top:-40px;
  background:#FFF;
}
.nsoft_offer-map.open{
  display:flex;
  opacity:1;
  height:auto;
  visibility:visible;
  position:relative;
  z-index:10;
}
.nsoft_offer-map .right{
  width:38%;
  padding:35px;
}
@media (max-width: 1199px){
  .nsoft_offer-map .right{
    display:none;
  }
}
.nsoft_offer-map .right .list{
  max-height:920px;
  min-height:920px;
  overflow:auto;
  padding-right:30px;
}
.nsoft_offer-map .right .list::-webkit-scrollbar{
  width:8px;
  border-radius:var(--radius-small);
}
.nsoft_offer-map .right .list::-webkit-scrollbar-track{
  background:#DCDCDC;
  border-radius:var(--radius-small);
}
.nsoft_offer-map .right .list::-webkit-scrollbar-thumb{
  background-color:#9C7A58;
  border-radius:var(--radius-small);
}
.nsoft_offer-map .right .list .nsoft_thumb{
  box-shadow:none;
}
.nsoft_offer-map .right .list .nsoft_thumb::after{
  display:none;
}
.nsoft_offer-map .right .list .nsoft_thumb__text{
  border-color:transparent;
}
.nsoft_offer-map .right .list .nsoft_thumb__text .type{
  padding-right:0;
}
.nsoft_offer-map .right .list .nsoft_thumb .list-info li{
  margin-right:10px;
}
.nsoft_offer-map .right .list .inner{
  border-radius:var(--radius-medium);
  padding-left:50px;
  padding-right:50px;
  border:1px solid #DCDCDC;
  background:#FFF !important;
}
.nsoft_offer-map .right .list .nsoft_thumb{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  padding:30px 0;
  background:none;
  border:none;
  border-radius:0;
  border-bottom:1px solid #DCDCDC;
}
.nsoft_offer-map .right .list .nsoft_thumb__img{
  width:41%;
  border-radius:var(--radius-small);
}
@media (max-width: 1500px){
  .nsoft_offer-map .right .list .nsoft_thumb__img{
    width:100%;
  }
}
.nsoft_offer-map .right .list .nsoft_thumb__img img{
  border-radius:var(--radius-small);
}
.nsoft_offer-map .right .list .nsoft_thumb__text{
  width:53%;
  padding:10px 0 0 0;
  background:transparent !important;
}
@media (max-width: 1500px){
  .nsoft_offer-map .right .list .nsoft_thumb__text{
    width:100%;
  }
}
.nsoft_offer-map .right .list .nsoft_thumb__text .price{
  position:static;
  margin-top:10px;
}
@media (max-width: 1500px){
  .nsoft_offer-map .right .list .nsoft_thumb__text .price{
    font-size:18px;
  }
}
.nsoft_offer-map .right .list .nsoft_thumb__text .type{
  color:#000;
}
.nsoft_offer-map .right .list .nsoft_thumb__text .title{
  color:#000;
}
@media (max-width: 1500px){
  .nsoft_offer-map .right .list .nsoft_thumb__text .title{
    font-size:18px;
  }
}
.nsoft_offer-map .right .list .nsoft_thumb .list-info li{
  font-size:14px;
  color:#000;
  white-space:nowrap;
}
@media (max-width: 1500px){
  .nsoft_offer-map .right .list .nsoft_thumb .list-info li{
    font-size:12px;
  }
}
.nsoft_offer-map > .left{
  width:62%;
}
@media (max-width: 1199px){
  .nsoft_offer-map > .left{
    width:100%;
    height:800px;
  }
}
.nsoft_offer-map > .left #map-open,
.nsoft_offer-map > .left #map-item{
  height:100%;
  margin-left:0 !important;
  margin-right:0 !important;
}

.si-content-wrapper{
  padding:18px !important;
}

.si-shadow-wrapper-top{
  display:none !important;
}

.si-has-border .si-content-wrapper{
  border:none !important;
  border-radius:var(--radius-small);
}

.si-pointer-border-top{
  border-color:transparent !important;
}

.leaflet-container a.leaflet-popup-close-button{
  color:#000 !important;
  font-size:20px !important;
  right:5px !important;
  top:5px !important;
  font-weight:bold !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip{
  box-shadow:none !important;
}

.leaflet-popup-content,
.si-content{
  margin:35px 20px 1px 20px !important;
}
.leaflet-popup-content .left,
.si-content .left{
  height:auto !important;
}
.leaflet-popup-content .nsoft_thumb,
.si-content .nsoft_thumb{
  width:215px;
  padding:0;
  border:none;
  box-shadow:none !important;
}
.leaflet-popup-content .nsoft_thumb::after,
.si-content .nsoft_thumb::after{
  display:none;
}
.leaflet-popup-content .nsoft_thumb__img img,
.si-content .nsoft_thumb__img img{
  border-radius:var(--radius-small);
  height:auto;
}
.leaflet-popup-content .nsoft_thumb__text,
.si-content .nsoft_thumb__text{
  padding:13px 0 0 0;
  background:transparent !important;
  color:#000 !important;
  border:none !important;
}
.leaflet-popup-content .nsoft_thumb__text .left,
.si-content .nsoft_thumb__text .left{
  width:100%;
}
.leaflet-popup-content .nsoft_thumb__text .list-info,
.si-content .nsoft_thumb__text .list-info{
  margin:8px 0;
}
.leaflet-popup-content .nsoft_thumb__text .list-info li,
.si-content .nsoft_thumb__text .list-info li{
  font-size:12px;
  white-space:nowrap;
  margin-right:10px;
}
.leaflet-popup-content .nsoft_thumb__text .list-info li img,
.si-content .nsoft_thumb__text .list-info li img{
  max-width:18px;
  max-height:18px;
}
.leaflet-popup-content .nsoft_thumb__text .title,
.si-content .nsoft_thumb__text .title{
  font-size:18px;
  color:#000 !important;
  margin-top:0;
}
.leaflet-popup-content .nsoft_thumb__text .type,
.si-content .nsoft_thumb__text .type{
  font-size:12px;
  padding:0 !important;
  color:#000;
  color:#000 !important;
}
.leaflet-popup-content .nsoft_thumb .price,
.si-content .nsoft_thumb .price{
  position:static !important;
  margin-top:0;
  margin-bottom:25px;
  font-size:18px !important;
}

.leaflet-marker-pane{
  z-index:600;
  transform:translateX(-15px) !important;
}

.select2-search{
  padding:0 25px 10px 25px !important;
}
.select2-search input{
  padding:11px 18px !important;
  font-size:14px !important;
  height:auto !important;
  border:1px solid #DFDFDF !important;
  overflow:hidden !important;
  border-radius:var(--radius-medium) !important;
  height:50px !important;
  width:100% !important;
  background:right 15px center no-repeat;
}
@media (max-width: 767px){
  .select2-search input{
    height:46px !important;
  }
}

.select2-results{
  display:block;
  padding-right:20px;
  padding-bottom:15px;
}

.select2-results__options::-webkit-scrollbar{
  width:8px;
  border-radius:var(--radius-small);
}
.select2-results__options::-webkit-scrollbar-track{
  background:#E9E9E9;
  border-radius:var(--radius-small);
}
.select2-results__options::-webkit-scrollbar-thumb{
  background-color:#000;
  border-radius:var(--radius-small);
}

.select2-container--default .select2-results > .select2-results__options{
  max-height:152px !important;
  overflow-y:auto;
}

.nsoft_offer-special{
  padding:110px 0;
}
@media (max-width: 1199px){
  .nsoft_offer-special{
    padding:80px 0;
  }
}
@media (max-width: 767px){
  .nsoft_offer-special{
    padding:60px 0;
  }
}

.nsoft_offer-slider{
  margin:0 -20px;
  position:relative;
}
@media (max-width: 767px){
  .nsoft_offer-slider{
    margin:0;
  }
  .nsoft_offer-slider .slick-list{
    border-radius:var(--radius-small);
  }
  .nsoft_offer-slider .slick-slide > div > div,
.nsoft_offer-slider .slick-slide > div{
    display:block !important;
    vertical-align:top !important;
  }
}
.nsoft_offer-slider .nsoft_thumb{
  margin:0 20px;
  width:calc(100% - 40px);
  display:block;
}
@media (max-width: 1199px){
  .nsoft_offer-slider .nsoft_thumb{
    width:calc(100% - 40px);
  }
}
@media (max-width: 767px){
  .nsoft_offer-slider .nsoft_thumb{
    width:100%;
    margin:0;
  }
}
.nsoft_offer-slider .nsoft_thumb__text{
  padding:30px 28px 39px 39px;
}
@media (max-width: 1023px){
  .nsoft_offer-slider .nsoft_thumb__text{
    padding:30px 20px 30px 20px;
  }
}
@media (max-width: 767px){
  .nsoft_offer-slider .nsoft_thumb__text{
    padding:14px 28px 13px 18px;
  }
}
.nsoft_offer-slider .nsoft_thumb__text .left{
  padding-right:0;
}
.nsoft_offer-slider .nsoft_thumb__text .type{
  font-size:16px;
}
@media (max-width: 1023px){
  .nsoft_offer-slider .nsoft_thumb__text .type{
    font-size:14px;
  }
}
@media (max-width: 767px){
  .nsoft_offer-slider .nsoft_thumb__text .type{
    font-size:12px;
  }
}
.nsoft_offer-slider .nsoft_thumb__text .title{
  font-size:24px;
  line-height:30px;
}
@media (max-width: 1023px){
  .nsoft_offer-slider .nsoft_thumb__text .title{
    font-size:20px;
    line-height:26px;
  }
}
@media (max-width: 767px){
  .nsoft_offer-slider .nsoft_thumb__text .title{
    font-size:14px;
    line-height:18px;
  }
}
.nsoft_offer-slider .nsoft_thumb__text .info{
  font-size:16px;
}
@media (max-width: 767px){
  .nsoft_offer-slider .nsoft_thumb__text .info{
    font-size:13px;
  }
}
.nsoft_offer-slider .nsoft_thumb__text .price{
  color:#9C7A58;
  font-size:27px;
  font-weight:600;
  position:absolute;
  right:30px;
  top:20px;
}
@media (max-width: 1023px){
  .nsoft_offer-slider .nsoft_thumb__text .price{
    font-size:22px;
  }
}
@media (max-width: 767px){
  .nsoft_offer-slider .nsoft_thumb__text .price{
    font-size:14px;
    font-weight:600;
    position:absolute;
    right:21px;
    top:12px;
  }
}
.nsoft_offer-slider .slick-prev,
.nsoft_offer-slider .slick-next{
  width:52px;
  height:52px;
  border:2px solid #212121;
  border-radius:var(--radius-circle);
  position:absolute;
  text-indent:-9999px;
  background:transparent;
  z-index:10;
  cursor:pointer;
  right:16px;
  top:-102px;
  transform:rotate(-90deg);
  overflow:hidden;
  display:flex;
  align-items:center;
}
@media (max-width: 1023px){
  .nsoft_offer-slider .slick-prev,
.nsoft_offer-slider .slick-next{
    top:-88px;
  }
}
.nsoft_offer-slider .slick-prev svg,
.nsoft_offer-slider .slick-next svg{
  width:48px;
  height:25px;
  display:block;
}
@media (max-width: 767px){
  .nsoft_offer-slider .slick-prev,
.nsoft_offer-slider .slick-next{
    right:0 !important;
    top:auto !important;
    bottom:0 !important;
    width:44px;
    height:44px;
  }
}
.nsoft_offer-slider .slick-prev:hover::after,
.nsoft_offer-slider .slick-next:hover::after{
  transform:translateX(-50%) translateY(-40%);
}
.nsoft_offer-slider .slick-prev{
  transform:rotate(90deg);
  margin-right:62px;
}
@media (max-width: 767px){
  .nsoft_offer-slider .slick-prev{
    margin-right:50px;
  }
}
.nsoft_offer-slider .slick-dots{
  position:static;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  justify-content:center;
  margin:0;
  padding:0 !important;
  list-style:none;
  border-radius:0 !important;
  margin-top:60px;
}
@media (max-width: 767px){
  .nsoft_offer-slider .slick-dots{
    justify-content:flex-start;
    bottom:-50px;
  }
}
.nsoft_offer-slider .slick-dots li{
  margin:0 10px;
}
@media (max-width: 767px){
  .nsoft_offer-slider .slick-dots li{
    margin:0 5px;
  }
}
.nsoft_offer-slider .slick-dots li button{
  background:#DFDFDF;
  width:15px;
  height:15px;
  border-radius:var(--radius-circle);
  border:none;
  text-indent:-9999px;
  cursor:pointer;
  padding:0 !important;
  margin:0 !important;
  display:block;
}
@media (max-width: 767px){
  .nsoft_offer-slider .slick-dots li button{
    width:12px;
    height:12px;
  }
}
.nsoft_offer-slider .slick-dots li.slick-active button{
  background:#9C7A58;
}

.nsoft_text-img{
  padding:110px 0;
}
@media (max-width: 1199px){
  .nsoft_text-img{
    padding:80px 0;
  }
}
@media (max-width: 767px){
  .nsoft_text-img{
    padding:60px 0;
  }
}
.nsoft_text-img--revers .img{
  order:2;
}
@media (max-width: 1023px){
  .nsoft_text-img--revers .img{
    order:1;
  }
}
.nsoft_text-img--revers .text{
  order:1;
}
@media (max-width: 1023px){
  .nsoft_text-img--revers .text{
    order:2;
  }
}
.nsoft_text-img .nsoft_container{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  max-width:1340px;
  align-items:center;
}
.nsoft_text-img .nsoft_container .img{
  width:42%;
}
@media (max-width: 1023px){
  .nsoft_text-img .nsoft_container .img{
    width:100%;
  }
}
.nsoft_text-img .nsoft_container .img img{
  display:block;
  width:100%;
  border-radius:var(--radius-medium);
}
.nsoft_text-img .nsoft_container .text{
  width:44.4%;
  padding:0 0 0 0;
}
@media (max-width: 1199px){
  .nsoft_text-img .nsoft_container .text{
    padding:0;
  }
}
@media (max-width: 1023px){
  .nsoft_text-img .nsoft_container .text{
    padding:0 0 0 0;
    width:52%;
  }
}
@media (max-width: 1023px){
  .nsoft_text-img .nsoft_container .text{
    width:100%;
    padding:20px 0 0 0;
  }
}
.nsoft_text-img .nsoft_container .text .page{
  color:#9C7A58;
  font-size:16px;
  text-transform:uppercase;
  font-weight:600;
}
@media (max-width: 767px){
  .nsoft_text-img .nsoft_container .text .page{
    font-size:14px;
  }
}
.nsoft_text-img .nsoft_container .text .title{
  font-size:44px;
  line-height:56px;
  margin:4px 0 0 0;
}
@media (max-width: 767px){
  .nsoft_text-img .nsoft_container .text .title{
    font-size:28px;
    line-height:36px;
    margin:1px 0 0 0;
    max-width:80%;
  }
}
.nsoft_text-img .nsoft_container .text p{
  font-size:16px;
  line-height:26px;
  max-width:520px;
}
@media (max-width: 767px){
  .nsoft_text-img .nsoft_container .text p{
    font-size:14px;
    line-height:22px;
  }
}
.nsoft_text-img .nsoft_container .text a{
  background:#183335;
  color:#FFF;
  text-transform:uppercase;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  border-radius:var(--radius-medium);
  padding:15px 30px 16px 30px;
  display:inline-block;
  margin:16px 0 0 0;
}
.nsoft_text-img .nsoft_container .text a:hover{
  background:rgba(24, 51, 53, 0.9);
}
@media (max-width: 767px){
  .nsoft_text-img .nsoft_container .text a{
    padding:12px 30px 13px 30px;
  }
}

.nsoft_title-accordion{
  padding:110px 0;
}
@media (max-width: 1199px){
  .nsoft_title-accordion{
    padding:80px 0;
  }
}
@media (max-width: 767px){
  .nsoft_title-accordion{
    padding:60px 0;
  }
}
.nsoft_title-accordion .nsoft_container{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.nsoft_title-accordion .left{
  width:28%;
}
@media (max-width: 1199px){
  .nsoft_title-accordion .left{
    width:100%;
  }
}
.nsoft_title-accordion .left .page{
  color:#9C7A58;
  text-transform:uppercase;
  font-weight:600;
}
@media (max-width: 767px){
  .nsoft_title-accordion .left .page{
    font-size:14px;
  }
}
.nsoft_title-accordion .left .title{
  font-size:52px;
  line-height:62px;
  margin:8px 0;
}
@media (max-width: 767px){
  .nsoft_title-accordion .left .title{
    font-size:27px;
    line-height:36px;
  }
}
.nsoft_title-accordion .right{
  width:68%;
  padding:22px 0 0 0;
}
@media (max-width: 1199px){
  .nsoft_title-accordion .right{
    width:100%;
    padding-top:50px;
  }
}
@media (max-width: 767px){
  .nsoft_title-accordion .right{
    padding-top:15px;
  }
}
.nsoft_title-accordion .right .accordion-desktop{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
@media (max-width: 767px){
  .nsoft_title-accordion .right .accordion-desktop{
    display:none;
  }
}
.nsoft_title-accordion .right .menu{
  width:33%;
}
.nsoft_title-accordion .right .menu ul{
  margin:0;
  padding:0;
  list-style:none;
}
.nsoft_title-accordion .right .menu ul li{
  position:relative;
}
.nsoft_title-accordion .right .menu ul li:hover a, .nsoft_title-accordion .right .menu ul li.current a{
  font-weight:600;
}
.nsoft_title-accordion .right .menu ul li:hover a svg, .nsoft_title-accordion .right .menu ul li.current a svg{
  opacity:1;
}
.nsoft_title-accordion .right .menu ul li a{
  padding:10px 0 10px 55px;
  display:block;
  color:#000000;
  text-decoration:none;
  font-family:"Lora", serif;
  font-size:22px;
  background-position:left center;
  background-repeat:no-repeat;
}
.nsoft_title-accordion .right .menu ul li svg{
  position:absolute;
  left:10px;
  top:19px;
  opacity:0;
}
.nsoft_title-accordion .right .menu ul li svg line{
  stroke:#000000;
}
.nsoft_title-accordion .right .list{
  width:59.2%;
}
.nsoft_title-accordion .right .list h2{
  font-size:44px;
  line-height:54px;
  margin:0;
}
.nsoft_title-accordion .right .list p{
  font-size:16px;
  line-height:28px;
}
.nsoft_title-accordion .right .list a{
  background:#183335;
  color:#FFF;
  text-transform:uppercase;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  border-radius:var(--radius-medium);
  padding:16px 30px;
  display:inline-block;
  margin:16px 0 0 0;
}
.nsoft_title-accordion .right .list a:hover{
  background:rgba(24, 51, 53, 0.9);
}
.nsoft_title-accordion .right .list .item{
  display:none;
}
.nsoft_title-accordion .right .list .item p{
  font-size:16px;
  line-height:28px;
  margin:28px 0;
}
.nsoft_title-accordion .accordion-mobile{
  display:none;
}
@media (max-width: 767px){
  .nsoft_title-accordion .accordion-mobile{
    display:block;
  }
}
.nsoft_title-accordion .accordion-mobile .item .accordion-slide{
  display:none;
  padding-bottom:29px;
}
.nsoft_title-accordion .accordion-mobile .item .accordion-btn{
  font-family:"Lora", serif;
  font-size:18px;
  padding:0 0 21px 0;
  position:relative;
  cursor:pointer;
}
.nsoft_title-accordion .accordion-mobile .item .accordion-btn .icon-toggle{
  position:absolute;
  right:0;
  top:0;
}
.nsoft_title-accordion .accordion-mobile .item .accordion-btn .icon-toggle svg{
  width:25px;
}
.nsoft_title-accordion .accordion-mobile .item .accordion-btn .icon-toggle svg path{
  fill:#9C7A58;
}
.nsoft_title-accordion .accordion-mobile .item .accordion-btn .icon-toggle .close{
  display:none;
}
.nsoft_title-accordion .accordion-mobile .item .accordion-btn.open .icon-toggle .open{
  display:none;
}
.nsoft_title-accordion .accordion-mobile .item .accordion-btn.open .icon-toggle .close{
  display:block;
}
.nsoft_title-accordion .accordion-mobile .item p{
  font-size:16px;
  line-height:28px;
}
@media (max-width: 767px){
  .nsoft_title-accordion .accordion-mobile .item p{
    font-size:14px;
    line-height:22px;
  }
  .nsoft_title-accordion .accordion-mobile .item p:first-child{
    margin-top:0;
  }
}
.nsoft_title-accordion .accordion-mobile .item a{
  background:#183335;
  color:#FFF;
  text-transform:uppercase;
  text-decoration:none;
  font-size:14px;
  font-weight:600;
  border-radius:var(--radius-medium);
  padding:15px 30px 16px 30px;
  display:inline-block;
  margin:16px 0 0 0;
}
@media (max-width: 767px){
  .nsoft_title-accordion .accordion-mobile .item a{
    padding:12px 23px 13px 23px;
    display:inline-block;
    margin:5px 0 0 0;
  }
}
.nsoft_title-accordion .accordion-mobile .item a:hover{
  background:rgba(24, 51, 53, 0.9);
}

.nsoft_opinion-slider{
  padding:110px 0;
}
@media (max-width: 1199px){
  .nsoft_opinion-slider{
    padding:80px 0;
  }
}
@media (max-width: 767px){
  .nsoft_opinion-slider{
    padding:60px 0;
  }
}
.nsoft_opinion-slider .opinion-slider{
  padding:0 120px;
}
@media (max-width: 767px){
  .nsoft_opinion-slider .opinion-slider{
    padding:0;
  }
}
.nsoft_opinion-slider .opinion-slider .item{
  border:1px solid #DFDFDF;
  background:#FFF 33px 36px no-repeat;
  padding:42px 65px;
  border-radius:var(--radius-small);
  margin:0 15px;
  display:block;
  color:#000;
  width:calc(100% - 30px) !important;
  position:relative;
}
.nsoft_opinion-slider .opinion-slider .item svg{
  position:absolute;
  left:33px;
  top:36px;
  opacity:0.05;
  pointer-events:none;
}
.nsoft_opinion-slider .opinion-slider .item svg path{
  fill:#000;
}
@media (max-width: 767px){
  .nsoft_opinion-slider .opinion-slider .item{
    width:100% !important;
    margin:0;
    padding:42px 65px 28px 65px;
    max-height:250px;
    overflow:auto;
  }
}
.nsoft_opinion-slider .opinion-slider .item p{
  font-size:16px;
  line-height:28px;
}
@media (max-width: 767px){
  .nsoft_opinion-slider .opinion-slider .item p{
    font-size:14px;
    line-height:22px;
  }
}
.nsoft_opinion-slider .opinion-slider .item .nsoft_author strong{
  font-size:14px;
  display:block;
}
.nsoft_opinion-slider .opinion-slider .item .nsoft_author span{
  font-size:13px;
}
.nsoft_opinion-slider .opinion-slider .slick-prev,
.nsoft_opinion-slider .opinion-slider .slick-next{
  width:52px;
  height:52px;
  border:2px solid #212121;
  border-radius:var(--radius-circle);
  position:absolute;
  text-indent:-9999px;
  background:transparent;
  z-index:10;
  cursor:pointer;
  right:15px;
  top:calc(50% - 15px);
  display:flex;
  align-items:center;
  justify-content:center;
  transform:translateY(-50%) rotate(-90deg);
  overflow:hidden;
}
.nsoft_opinion-slider .opinion-slider .slick-prev svg,
.nsoft_opinion-slider .opinion-slider .slick-next svg{
  width:35px;
  height:20px;
  display:block;
}
.nsoft_opinion-slider .opinion-slider .slick-prev svg line,
.nsoft_opinion-slider .opinion-slider .slick-next svg line{
  stroke:#000;
}
@media (max-width: 767px){
  .nsoft_opinion-slider .opinion-slider .slick-prev,
.nsoft_opinion-slider .opinion-slider .slick-next{
    right:0 !important;
    top:auto !important;
    bottom:-20px !important;
    width:44px;
    height:44px;
  }
}
.nsoft_opinion-slider .opinion-slider .slick-prev:hover::after,
.nsoft_opinion-slider .opinion-slider .slick-next:hover::after{
  transform:translateX(-50%) translateY(-40%);
}
.nsoft_opinion-slider .opinion-slider .slick-prev{
  left:15px;
  right:auto;
  transform:translateY(-50%) rotate(90deg);
}
@media (max-width: 767px){
  .nsoft_opinion-slider .opinion-slider .slick-prev{
    left:auto;
    margin-right:50px;
  }
}
.nsoft_opinion-slider .opinion-slider .slick-dots{
  position:static;
  left:0;
  right:0;
  bottom:-78px;
  display:flex;
  justify-content:center;
  margin:0;
  padding:0;
  list-style:none;
  padding:0 !important;
  list-style:none;
  border-radius:0 !important;
  margin-top:50px;
}
@media (max-width: 767px){
  .nsoft_opinion-slider .opinion-slider .slick-dots{
    justify-content:flex-start;
    bottom:-57px;
  }
}
.nsoft_opinion-slider .opinion-slider .slick-dots li{
  margin:0 10px;
}
@media (max-width: 767px){
  .nsoft_opinion-slider .opinion-slider .slick-dots li{
    margin:0 5px;
  }
}
.nsoft_opinion-slider .opinion-slider .slick-dots li button{
  background:#DFDFDF;
  width:15px;
  height:15px;
  border-radius:var(--radius-circle);
  border:none;
  text-indent:-9999px;
  cursor:pointer;
  padding:0 !important;
  margin:0 !important;
  display:block;
}
@media (max-width: 767px){
  .nsoft_opinion-slider .opinion-slider .slick-dots li button{
    width:12px;
    height:12px;
  }
}
.nsoft_opinion-slider .opinion-slider .slick-dots li.slick-active button{
  background:#9C7A58;
}

.nsoft_footer{
  padding:88px 0 31px 0;
  position:relative;
}
@media (max-width: 767px){
  .nsoft_footer{
    padding:30px 0 27px 0;
  }
}
.nsoft_footer.nsoft_theme_green .copy a,
.nsoft_footer.nsoft_theme_green .cols .col a{
  color:#FFF !important;
}
.nsoft_footer .scroll-top{
  position:absolute;
  right:91px;
  top:84px;
  width:52px;
  height:52px;
  border:2px solid #212121;
  border-radius:var(--radius-circle);
  position:absolute;
  text-indent:-9999px;
  background:transparent;
  z-index:10;
  cursor:pointer;
  transform:rotate(-180deg);
  overflow:hidden;
}
.nsoft_footer .scroll-top svg{
  position:absolute;
  left:50%;
  top:50%;
  width:12px;
  height:20px;
  content:"";
  transition:all 0.3s;
  transform:translateX(-50%) translateY(-50%);
}
.nsoft_footer .scroll-top svg line{
  stroke:#000;
}
@media (max-width: 1023px){
  .nsoft_footer .scroll-top{
    right:30px;
  }
}
@media (max-width: 767px){
  .nsoft_footer .scroll-top{
    right:25px;
    top:76px;
    width:44px;
    height:44px;
  }
}
.nsoft_footer .scroll-top:hover::after{
  transform:translateX(-50%) translateY(-40%);
}
.nsoft_footer h2{
  font-size:44px;
  margin:0 0 93px 0;
}
@media (max-width: 767px){
  .nsoft_footer h2{
    font-size:28px;
    max-width:80%;
    margin:0 0 55px 0;
  }
}
.nsoft_footer .copy{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:13px;
  margin:131px 0 0 0;
}
@media (max-width: 767px){
  .nsoft_footer .copy{
    display:block;
    margin:3px 0 0 0;
  }
  .nsoft_footer .copy span{
    display:block;
    margin-bottom:28px;
  }
}
.nsoft_footer .copy span:first-child{
  margin-right:30px;
}
.nsoft_footer .copy a{
  text-decoration:none;
  color:#000;
}
.nsoft_footer .copy .social{
  margin-top:0;
}
.nsoft_footer .cols{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.nsoft_footer .cols .col{
  width:25%;
}
@media (max-width: 1199px){
  .nsoft_footer .cols .col{
    width:50%;
    margin-bottom:40px;
  }
}
@media (max-width: 767px){
  .nsoft_footer .cols .col{
    width:100%;
  }
}
.nsoft_footer .cols .col h2{
  font-size:22px;
  font-weight:600;
  margin:0 0 32px 0;
}
@media (max-width: 767px){
  .nsoft_footer .cols .col h2{
    font-size:20px;
  }
}
.nsoft_footer .cols .col p{
  font-size:14px;
  line-height:22px;
}
.nsoft_footer .cols .col ul{
  margin:0;
  padding:0;
  list-style:none;
}
.nsoft_footer .cols .col ul li{
  margin-bottom:7px;
}
.nsoft_footer .cols .col ul li a{
  font-size:14px;
  color:#000;
  text-decoration:none;
}
.nsoft_footer .cols .col .social{
  margin:27px 0 0 0;
  padding:0;
  list-style:none;
  display:flex;
}
.nsoft_footer .cols .col .social li{
  margin:0 6px 0 0;
}
.nsoft_footer .cols .col .social li a{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#FFF;
  border-radius:var(--radius-circle);
  width:44px;
  height:44px;
  border:1px solid #DFDFDF;
}
.nsoft_footer .cols .col .foot-phone{
  font-size:30px;
  color:#000;
  text-decoration:none;
  font-family:"Lora", serif;
  font-weight:600;
  margin:0px 0 0 0;
  background-size:22px auto;
}
@media (max-width: 767px){
  .nsoft_footer .cols .col .foot-phone{
    font-size:24px;
  }
}
.nsoft_footer .cols .col .foot-phone span{
  font-size:20px;
  margin:0 6px 0 0;
  display:inline-block;
  vertical-align:top;
}
.nsoft_footer .cols .col .foot-phone svg{
  margin-right:10px;
  width:30px;
  height:30px;
}
.nsoft_footer .cols .col .foot-phone svg rect,
.nsoft_footer .cols .col .foot-phone svg path{
  stroke:#000;
}
.nsoft_footer .cols .col .foot-mail{
  font-size:16px;
  color:#000;
  text-decoration:none;
  font-family:"Lora", serif;
  margin:24px 0 0 0;
  background-size:30px auto;
  display:block;
}
.nsoft_footer .cols .col .foot-mail svg{
  margin-right:10px;
  width:30px;
  display:inline-block;
  vertical-align:middle;
  margin-bottom:3px;
}
.nsoft_footer .cols .col .foot-mail svg rect,
.nsoft_footer .cols .col .foot-mail svg path{
  stroke:#000;
}
.nsoft_footer--v2 .social{
  margin:27px 0 0 0;
  padding:0;
  list-style:none;
  display:flex;
}
.nsoft_footer--v2 .social li{
  margin:0 6px 0 0;
}
.nsoft_footer--v2 .social li a{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#FFF;
  border-radius:var(--radius-circle);
  width:44px;
  height:44px;
  border:1px solid #DFDFDF;
}
.nsoft_footer--v2 .cols .col:first-child{
  margin-top:-15px;
}
@media (max-width: 1199px){
  .nsoft_footer--v2 .cols .col:first-child{
    width:100%;
  }
}
.nsoft_footer--v2 .cols .col:first-child h2{
  font-size:44px;
  line-height:56px;
}
@media (max-width: 767px){
  .nsoft_footer--v2 .cols .col:first-child h2{
    font-size:28px;
    line-height:40px;
  }
}
@media all and (min-width: 1200px) and (max-width: 1500px){
  .nsoft_footer--v2 .scroll-top{
    top:80%;
  }
}
.nsoft_footer--v2 .menu-vertical{
  margin-top:100px;
}
.nsoft_footer--v2 .menu-vertical .col{
  display:flex;
  align-items:center;
  margin:15px 0;
}
@media (max-width: 767px){
  .nsoft_footer--v2 .menu-vertical .col{
    margin-bottom:40px;
    flex-wrap:wrap;
  }
}
.nsoft_footer--v2 .menu-vertical .col h2{
  font-family:"Lora", serif;
  font-size:22px;
  font-weight:normal;
  margin:0;
  min-width:150px;
  padding-right:20px;
}
@media (max-width: 767px){
  .nsoft_footer--v2 .menu-vertical .col h2{
    width:100%;
    margin-bottom:30px;
  }
}
.nsoft_footer--v2 .menu-vertical .col ul{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}
.nsoft_footer--v2 .menu-vertical .col ul li{
  margin-right:30px;
}
@media (max-width: 767px){
  .nsoft_footer--v2 .menu-vertical .col ul li{
    width:100%;
    margin:10px 0;
  }
}
.nsoft_footer--v2 .menu-vertical .col ul li a{
  color:#000;
  font-size:14px;
  text-decoration:none;
}
.nsoft_footer--v2 .menu-vertical .col ul li a:hover{
  color:#9C7A58;
}

.nsoft_filters{
  padding:60px 0;
}
@media (max-width: 767px){
  .nsoft_filters{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:10;
    background:#FFF;
    overflow:auto;
    padding-bottom:65px;
    display:none;
  }
  .nsoft_filters.open{
    display:block;
    z-index:1000;
  }
}
.nsoft_filters h2{
  font-size:24px;
  font-weight:normal;
  margin:0 0;
}
.nsoft_filters .nsoft_form{
  display:flex;
  flex-wrap:wrap;
  margin:0 -15px;
}
.nsoft_filters .nsoft_form h3{
  width:100%;
  margin:0 15px 40px 15px;
}
.nsoft_filters .nsoft_form .nsoft_form-row{
  width:calc(25% - 30px);
  margin:0 15px 20px 15px;
}
@media (max-width: 1199px){
  .nsoft_filters .nsoft_form .nsoft_form-row{
    width:calc(50% - 30px);
  }
}
@media (max-width: 1023px){
  .nsoft_filters .nsoft_form .nsoft_form-row{
    width:calc(50% - 30px);
  }
}
@media (max-width: 767px){
  .nsoft_filters .nsoft_form .nsoft_form-row{
    width:100%;
  }
}
@media all and (min-width: 768px){
  .nsoft_filters--sidebar .nsoft_form{
    display:none;
  }
}
.nsoft_filters__bottom{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  margin-top:10px;
}
@media (max-width: 767px){
  .nsoft_filters__bottom{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    background:#FFF;
    padding:10px 20px;
    z-index:1;
  }
}
.nsoft_filters__bottom a{
  margin-left:15px;
}
.nsoft_filters__bottom .submit{
  display:flex;
  align-items:center;
}
.nsoft_filters__bottom .submit svg,
.nsoft_filters__bottom .submit img{
  margin-left:7px;
  margin-right:-7px;
}
.nsoft_filters__bottom .toggle-btn-filters{
  position:relative;
}
@media (max-width: 767px){
  .nsoft_filters__bottom .toggle-btn-filters{
    display:none;
  }
}
.nsoft_filters__bottom .toggle-btn-filters .close{
  display:none;
}
.nsoft_filters__bottom .toggle-btn-filters .close,
.nsoft_filters__bottom .toggle-btn-filters .open{
  position:relative;
  padding-right:10px;
}
.nsoft_filters__bottom .toggle-btn-filters svg{
  position:absolute;
  width:14px;
  height:8px;
  right:15px;
  content:"";
  top:50%;
  margin-top:-4px;
}
.nsoft_filters__bottom .toggle-btn-filters svg path{
  fill:#000;
}
.nsoft_filters__bottom .toggle-btn-filters .close::after{
  transform:rotate(180deg);
}
.nsoft_filters__bottom .toggle-btn-filters.open svg{
  transform:rotate(180deg);
}
.nsoft_filters__bottom .toggle-btn-filters.open .open{
  display:none;
}
.nsoft_filters__bottom .toggle-btn-filters.open .close{
  display:block;
}

.close-filters{
  display:none;
}
@media (max-width: 767px){
  .close-filters{
    display:block;
    position:absolute;
    right:25px;
    top:25px;
  }
}

.column-form{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  align-items:flex-start;
}
.column-form .nsoft_heading{
  padding-top:20px;
}
.column-form .nsoft_heading .left{
  display:none;
}
@media (max-width: 767px){
  .column-form .nsoft_heading .left{
    display:block;
  }
}
@media (max-width: 1199px){
  .column-form .grid-type a.row2{
    display:block !important;
  }
}
@media (max-width: 1023px){
  .column-form .grid-type a.row2{
    background-image:url("../images/icon/row2-current.svg");
  }
}
.column-form .nsoft_heading .right{
  width:100%;
}
.column-form .nsoft_thumb__text .description .bottom,
.column-form .nsoft_thumb__text .description .bottom .number,
.column-form .nsoft_thumb__text .description p{
  display:none !important;
}
.column-form .grid-row1 .nsoft_thumb{
  align-items:center;
}
.column-form .grid-row1 .nsoft_thumb__text .price{
  position:static;
}
.column-form .grid-row1 .nsoft_thumb__text{
  margin-top:0;
}
.column-form .nsoft_offer-list.grid-row1 .nsoft_thumb__text .type{
  padding-right:0;
}
.column-form .nsoft_offer-list.grid-row1 .nsoft_thumb__text .list-info li{
  font-size:13px;
}
.column-form > .left{
  width:470px;
}
@media (max-width: 1500px){
  .column-form > .left{
    width:380px;
  }
}
@media (max-width: 1199px){
  .column-form > .left{
    width:100%;
    position:static;
  }
}
@media (max-width: 767px){
  .column-form > .left{
    position:absolute;
    z-index:10;
    border:0;
    left:0;
    right:0;
    width:auto;
    display:none !important;
  }
}
.column-form > .left .nsoft_form{
  padding:30px 55px 55px 55px;
  border:1px solid #DFDFDF;
  border-radius:var(--radius-small);
}
@media (max-width: 1500px){
  .column-form > .left .nsoft_form{
    padding:20px 35px 35px 35px;
  }
}
.column-form .nsoft_filters__bottom{
  display:flex;
  flex-wrap:wrap;
  margin:0;
}
.column-form .nsoft_filters__bottom .nsoft_btn{
  display:flex;
  justify-content:center;
  width:100%;
  margin-top:19px;
  margin-left:0;
}
.column-form .nsoft_filters__bottom .nsoft_btn.submit{
  order:1;
}
.column-form .nsoft_filters__bottom .nsoft_btn.toggle-btn-filters{
  order:2;
}
.column-form .right{
  width:calc(100% - 490px);
}
@media (max-width: 1500px){
  .column-form .right{
    width:calc(100% - 400px);
  }
}
@media (max-width: 1199px){
  .column-form .right{
    width:100%;
  }
}
@media all and (min-width: 1200px){
  .column-form .nsoft_offer-list.grid-row2 .nsoft_item .nsoft_thumb__text .title{
    font-size:20px;
  }
  .column-form .nsoft_offer-list.grid-row2 .nsoft_item .nsoft_thumb__text .type{
    font-size:14px;
    text-transform:uppercase;
  }
  .column-form .nsoft_offer-list.grid-row2 .nsoft_item .nsoft_thumb__text .price{
    font-size:22px;
    top:20px;
  }
  .column-form .nsoft_offer-list.grid-row2 .nsoft_item .nsoft_thumb__text .list-info li{
    font-size:16px;
  }
}
.column-form .nsoft_offer-map{
  margin-right:calc(1520px - 100vw);
}
@media all and (max-width: 1550px){
  .column-form .nsoft_offer-map{
    margin-right:-70px;
  }
}
@media all and (max-width: 1200px){
  .column-form .nsoft_offer-map{
    margin-right:0;
  }
}
@media all and (max-width: 1024px){
  .column-form .nsoft_offer-map{
    margin-right:0;
    margin-top:40px;
  }
}
.column-form .nsoft_offer-map .right{
  display:none;
}
.column-form .nsoft_offer-map .left{
  width:100%;
  height:700px;
  border-radius:var(--radius-small) 0 0 var(--radius-small);
  overflow:hidden;
}
@media all and (max-width: 1200px){
  .column-form .nsoft_offer-map .left{
    border-radius:var(--radius-small);
  }
}
@media all and (max-width: 1024px){
  .column-form .nsoft_offer-map .left{
    height:500px;
  }
}

.nsoft_offer-top{
  background:#FFF;
  overflow:hidden;
  padding:54px 0 0 0;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  min-height:215px;
}
@media (max-width: 767px){
  .nsoft_offer-top{
    padding:30px 0 0 0;
  }
}
.nsoft_offer-top .nsoft_container{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.nsoft_offer-top .street{
  color:#9C7A58;
  text-transform:uppercase;
  font-weight:600;
}
@media (max-width: 767px){
  .nsoft_offer-top .street{
    font-size:14px;
  }
}
.nsoft_offer-top h1,
.nsoft_offer-top h2{
  font-size:40px;
  margin:10px 0 8px 0;
  font-weight:600;
}
@media (max-width: 1500px){
  .nsoft_offer-top h1,
.nsoft_offer-top h2{
    font-size:36px;
  }
}
@media (max-width: 767px){
  .nsoft_offer-top h1,
.nsoft_offer-top h2{
    font-size:28px;
    margin:12px 0 8px 0;
  }
}
.nsoft_offer-top .info{
  display:flex;
  align-items:center;
}
@media (max-width: 767px){
  .nsoft_offer-top .info{
    flex-wrap:wrap;
  }
}
.nsoft_offer-top .info .spans{
  display:flex;
  align-items:center;
}
@media (max-width: 767px){
  .nsoft_offer-top .info .spans{
    width:100%;
  }
}
.nsoft_offer-top .info span{
  margin-right:54px;
  font-size:18px;
}
@media (max-width: 1500px){
  .nsoft_offer-top .info span{
    font-size:16px;
    margin-right:20px;
  }
}
@media (max-width: 1199px){
  .nsoft_offer-top .info span{
    margin-right:25px;
  }
}
@media (max-width: 1023px){
  .nsoft_offer-top .info span{
    font-size:14px;
  }
}
@media (max-width: 767px){
  .nsoft_offer-top .info span{
    font-size:13px;
    margin-right:10px;
    margin-top:5px;
    margin-bottom:15px;
    width:auto;
    padding-right:15px;
    margin-right:0;
  }
}
.nsoft_offer-top .info .social{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
}
.nsoft_offer-top .info .social li{
  margin:0 6px 0 0;
}
.nsoft_offer-top .info .social li a{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#FFF;
  border-radius:var(--radius-circle);
  width:44px;
  height:44px;
  border:1px solid #dedede;
}
@media (max-width: 767px){
  .nsoft_offer-top .info .social li a{
    width:38px;
    height:38px;
  }
  .nsoft_offer-top .info .social li a img{
    max-width:50%;
    max-height:50%;
  }
}
.nsoft_offer-top .info .share{
  display:flex;
  align-items:center;
}
@media (max-width: 767px){
  .nsoft_offer-top .info .share{
    margin:0 0 0 0;
  }
}
.nsoft_offer-top .info .share span{
  margin-right:25px;
}
@media (max-width: 767px){
  .nsoft_offer-top .info .share span{
    margin:0 10px 0 0;
  }
}
.nsoft_offer-top .print{
  color:#9C7A58;
  padding:0 0 0 57px;
  font-weight:600;
  text-transform:uppercase;
  text-decoration:none;
  margin-right:48px;
  position:relative;
}
.nsoft_offer-top .print svg{
  position:absolute;
  left:10px;
  top:0;
  width:30px;
}
@media (max-width: 1023px){
  .nsoft_offer-top .print svg{
    width:20px;
  }
}
.nsoft_offer-top .print svg path,
.nsoft_offer-top .print svg polygon{
  fill:#9C7A58 !important;
}
@media (max-width: 1023px){
  .nsoft_offer-top .print{
    font-size:14px;
    background-size:auto 100%;
    padding:0 0 0 35px;
  }
}
@media (max-width: 767px){
  .nsoft_offer-top .print{
    font-size:12px;
    background-size:24px auto;
    margin-right:5px;
    padding:3px 0 4px 37px;
    overflow:hidden;
    text-indent:-9999px;
  }
}
.nsoft_offer-top .price{
  color:#9C7A58;
  font-weight:600;
  font-size:36px;
  margin:-4px 0 -3px 0;
  text-align:right;
  display:block;
}
@media (max-width: 1500px){
  .nsoft_offer-top .price{
    font-size:32px;
  }
}
@media (max-width: 767px){
  .nsoft_offer-top .price{
    text-align:left;
    font-size:24px;
  }
}
.nsoft_offer-top .price-info{
  text-align:right;
  font-size:18px;
}
@media (max-width: 767px){
  .nsoft_offer-top .price-info{
    text-align:left;
    font-size:14px;
  }
}
.nsoft_offer-top .left{
  max-width:65%;
  padding-bottom:15px;
}
@media (max-width: 1199px){
  .nsoft_offer-top .left{
    max-width:100%;
    width:100%;
  }
}
.nsoft_offer-top .right{
  text-align:right;
}
@media (max-width: 1199px){
  .nsoft_offer-top .right{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-top:15px;
    margin-bottom:30px;
  }
}
@media (max-width: 767px){
  .nsoft_offer-top .right{
    text-align:left;
    flex-wrap:wrap;
  }
}
@media all and (max-width: 480px){
  .nsoft_offer-top .right > div{
    width:100%;
  }
}
.nsoft_offer-top .nsoft_btn{
  display:inline-block;
  margin:15px 0 0 0;
}
@media (max-width: 1199px){
  .nsoft_offer-top .nsoft_btn{
    margin:0 0 0 20px;
  }
}
@media (max-width: 767px){
  .nsoft_offer-top .nsoft_btn{
    margin:0 0 0 auto;
  }
}
@media all and (max-width: 480px){
  .nsoft_offer-top .nsoft_btn{
    margin:15px auto 0 0;
  }
}
.nsoft_offer-top .tabs-offer{
  width:100%;
  display:flex;
  margin:16px 0 10px 0;
}
@media (max-width: 767px){
  .nsoft_offer-top .tabs-offer{
    margin:0 0 0 0;
  }
}
.nsoft_offer-top .tabs-offer a{
  display:flex;
  border:1px solid transparent;
  border-bottom:0;
  font-family:"Lora", serif;
  text-decoration:none;
  color:#000;
  padding:15px 18px 15px 58px;
  font-size:18px;
  border-radius:var(--radius-small) var(--radius-small) 0 0;
  position:relative;
}
@media (max-width: 767px){
  .nsoft_offer-top .tabs-offer a{
    padding:10px 15px 20px 30px;
    font-size:14px;
    white-space:nowrap;
  }
}
.nsoft_offer-top .tabs-offer a svg,
.nsoft_offer-top .tabs-offer a img{
  position:absolute;
  left:25%;
  transform:translateX(-50%);
  top:15px;
  width:23px;
  height:23px;
}
@media (max-width: 767px){
  .nsoft_offer-top .tabs-offer a svg,
.nsoft_offer-top .tabs-offer a img{
    max-width:18px;
    max-height:17px;
    left:17%;
    top:13px;
  }
}
.nsoft_offer-top .tabs-offer a svg path{
  fill:#9C7A58 !important;
}
.nsoft_offer-top .tabs-offer a.current{
  border-color:#D4D4D4;
}

.gallery-with-box{
  padding-top:50px;
  padding-bottom:50px;
}
.gallery-with-box > .nsoft_container{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.gallery-with-box .left{
  width:66%;
}
@media (max-width: 1199px){
  .gallery-with-box .left{
    width:100%;
  }
}
.gallery-with-box .right{
  width:24%;
}
@media (max-width: 1199px){
  .gallery-with-box .right{
    width:100%;
    margin:20px 0;
  }
}
@media (max-width: 1023px){
  .gallery-with-box .right{
    display:none;
  }
}
@media (max-width: 1199px){
  .gallery-with-box .right .person-box{
    display:block;
    padding:30px 0;
  }
}
@media all and (min-width: 767px) and (max-width: 1200px){
  .gallery-with-box .right .person-box{
    display:flex;
    justify-content:space-between;
    padding:30px 0;
  }
  .gallery-with-box .right .person-box .img{
    width:300px;
  }
  .gallery-with-box .right .person-box .text{
    width:calc(100% - 350px);
  }
}
.gallery-with-box .nsoft_offer_gallery img{
  border-radius:var(--radius-small);
}
.gallery-with-box .nsoft_offer_gallery .gallery-slider .slick-prev{
  left:25px;
}
.gallery-with-box .nsoft_offer_gallery .gallery-slider .slick-next{
  right:25px;
}
.gallery-with-box .gallery-thumb-outer{
  left:65px !important;
  right:65px !important;
}

.nsoft_offer_gallery{
  position:relative;
  overflow:hidden;
}
.nsoft_offer_gallery .bg{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  opacity:0.5;
}
.nsoft_offer_gallery .bg::after{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  -webkit-backdrop-filter:blur(20px);
          backdrop-filter:blur(20px);
  content:"";
}
.nsoft_offer_gallery .slick-track{
  display:flex;
  align-items:center;
}
.nsoft_offer_gallery .slick-slide > div > div{
  display:flex !important;
  height:100%;
  align-items:center;
  justify-content:center;
}
.nsoft_offer_gallery .gallery-slider{
  overflow:hidden;
  border-radius:0;
}
.nsoft_offer_gallery .gallery-slider img{
  -o-object-fit:cover;
     object-fit:cover;
  margin:auto;
  max-width:100%;
  height:728px !important;
}
@media (max-width: 1500px){
  .nsoft_offer_gallery .gallery-slider img{
    height:607px !important;
  }
}
@media (max-width: 1199px){
  .nsoft_offer_gallery .gallery-slider img{
    height:548px !important;
  }
}
@media (max-width: 767px){
  .nsoft_offer_gallery .gallery-slider img{
    height:210px !important;
  }
}
.nsoft_offer_gallery .gallery-slider .slick-prev,
.nsoft_offer_gallery .gallery-slider .slick-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(90deg);
  width:52px;
  height:52px;
  border-radius:var(--radius-circle);
  background:#FFF url("../images/icon/arrow-slider-brown.svg") center no-repeat;
  border:none;
  text-indent:-99999px;
  z-index:10;
  cursor:pointer;
  opacity:0.5;
  overflow:hidden;
}
@media (max-width: 767px){
  .nsoft_offer_gallery .gallery-slider .slick-prev,
.nsoft_offer_gallery .gallery-slider .slick-next{
    width:46px;
    height:46px;
  }
}
.nsoft_offer_gallery .gallery-slider .slick-prev:hover,
.nsoft_offer_gallery .gallery-slider .slick-next:hover{
  opacity:1;
}
.nsoft_offer_gallery .gallery-slider .slick-next{
  right:62px;
  transform:translateY(-50%) rotate(-90deg);
}
@media (max-width: 767px){
  .nsoft_offer_gallery .gallery-slider .slick-next{
    right:20px;
  }
}
.nsoft_offer_gallery .gallery-slider .slick-prev{
  left:62px;
}
@media (max-width: 767px){
  .nsoft_offer_gallery .gallery-slider .slick-prev{
    left:20px;
  }
}
.nsoft_offer_gallery .gallery-thumb-outer{
  position:absolute;
  left:0;
  right:0;
  bottom:-37px;
  opacity:0;
  visibility:hidden;
  transition:all 0.3s;
}
@media (max-width: 1199px){
  .nsoft_offer_gallery .gallery-thumb-outer{
    left:50px;
    right:50px;
  }
}
@media (max-width: 767px){
  .nsoft_offer_gallery .gallery-thumb-outer{
    display:none !important;
  }
}
.nsoft_offer_gallery:hover .gallery-thumb-outer{
  opacity:1;
  visibility:visible;
  bottom:37px;
}
.nsoft_offer_gallery div{
  vertical-align:top;
}
.nsoft_offer_gallery img{
  display:block;
  position:relative;
  z-index:10;
}
@media (max-width: 1023px){
  .nsoft_offer_gallery img{
    height:auto !important;
  }
}
.nsoft_offer_gallery .nsoft_container{
  position:relative;
}
.nsoft_offer_gallery .nsoft_container .counter{
  position:absolute;
  right:-40px;
  top:-60px;
  background:rgba(0, 0, 0, 0.5);
  color:#FFF;
  font-size:14px;
  padding:6px 10px;
  border-radius:var(--radius-small);
}
@media (max-width: 1500px){
  .nsoft_offer_gallery .nsoft_container .counter{
    right:20px;
  }
}
.nsoft_offer_gallery .gallery-thumb .slick-prev,
.nsoft_offer_gallery .gallery-thumb .slick-next{
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(90deg);
  width:52px;
  height:52px;
  border-radius:var(--radius-circle);
  background:#FFF url("../images/icon/arrow-slider-brown.svg") center no-repeat;
  border:none;
  text-indent:-99999px;
  z-index:10;
  cursor:pointer;
  opacity:0.5;
  overflow:hidden;
}
.nsoft_offer_gallery .gallery-thumb .slick-prev:hover,
.nsoft_offer_gallery .gallery-thumb .slick-next:hover{
  opacity:1;
}
.nsoft_offer_gallery .gallery-thumb .slick-next{
  right:-65px;
  transform:translateY(-50%) rotate(-90deg);
}
.nsoft_offer_gallery .gallery-thumb .slick-prev{
  left:-65px;
}
.nsoft_offer_gallery .gallery-thumb .slick-dots{
  display:none !important;
}
.nsoft_offer_gallery .gallery-thumb .slick-slide{
  margin:0 9px;
  cursor:pointer;
}
.nsoft_offer_gallery .gallery-thumb .slick-slide img{
  height:96px;
  -o-object-fit:cover;
     object-fit:cover;
  border-radius:var(--radius-small);
  border:2px solid transparent;
  display:block;
}
.nsoft_offer_gallery .gallery-thumb .slick-slide.slick-current img{
  border-color:#FFF;
}
.nsoft_offer_gallery .gallery-thumb .slick-slide div{
  vertical-align:top;
}

.nsoft_offer_info{
  padding:70px 0;
}
@media (max-width: 767px){
  .nsoft_offer_info{
    padding:45px 0 0 0;
  }
}
.nsoft_offer_info .content{
  display:flex;
}
@media (max-width: 1199px){
  .nsoft_offer_info .content{
    flex-wrap:wrap;
    justify-content:center;
  }
}
@media (max-width: 767px){
  .nsoft_offer_info .content{
    justify-content:flex-start;
  }
}
.nsoft_offer_info .content .box{
  display:flex;
  width:16.6%;
}
@media (max-width: 1199px){
  .nsoft_offer_info .content .box{
    width:33%;
  }
}
@media (max-width: 1023px){
  .nsoft_offer_info .content .box{
    width:33%;
  }
}
@media (max-width: 767px){
  .nsoft_offer_info .content .box{
    width:50%;
    margin-bottom:28px;
  }
}
.nsoft_offer_info .content .box .icon{
  margin-right:30px;
}
@media (max-width: 767px){
  .nsoft_offer_info .content .box .icon{
    margin-right:20px;
  }
}
.nsoft_offer_info .content .box .icon svg{
  width:55px;
  height:55px;
}
@media (max-width: 767px){
  .nsoft_offer_info .content .box .icon svg{
    width:35px;
    height:35px;
  }
}
.nsoft_offer_info .content .box .icon svg path{
  fill:#9C7A58 !important;
}
@media (max-width: 1199px){
  .nsoft_offer_info .content .box .icon{
    margin-right:15px;
    margin-bottom:10px;
  }
}
@media (max-width: 767px){
  .nsoft_offer_info .content .box .icon img{
    max-width:32px;
    max-height:35px;
  }
}
.nsoft_offer_info .content .box .text span{
  display:block;
}
@media (max-width: 767px){
  .nsoft_offer_info .content .box .text span{
    font-size:14px;
  }
}
@media (max-width: 767px){
  .nsoft_offer_info .content .box .text span{
    font-size:12px;
  }
}
.nsoft_offer_info .content .box .text strong{
  display:block;
}
@media (max-width: 767px){
  .nsoft_offer_info .content .box .text strong{
    font-size:18px;
  }
}
@media (max-width: 767px){
  .nsoft_offer_info .content .box .text strong{
    font-size:16px;
  }
}

.nsoft_offer_nav{
  border-bottom:1px solid #E9E9E9;
}
@media (max-width: 767px){
  .nsoft_offer_nav{
    display:none;
  }
}
.nsoft_offer_nav ul{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
}
.nsoft_offer_nav ul li{
  margin-right:55px;
}
@media (max-width: 1023px){
  .nsoft_offer_nav ul li{
    margin-right:30px;
  }
}
.nsoft_offer_nav ul li a{
  font-size:18px;
  color:#000;
  text-decoration:none;
  font-family:"Lora", serif;
  padding-bottom:24px;
  padding-top:24px;
  display:block;
  border-bottom:2px solid transparent;
  white-space:nowrap;
}
.nsoft_offer_nav ul li a:hover, .nsoft_offer_nav ul li a.current{
  border-bottom-color:#9C7A58;
}

.nsoft_offer_content{
  padding-top:65px;
  padding-bottom:65px;
}
@media (max-width: 1199px){
  .nsoft_offer_content{
    overflow:hidden;
    padding-top:30px;
    padding-bottom:30px;
  }
}
.nsoft_offer_content.wihout-right .nsoft_container{
  display:block;
}
.nsoft_offer_content.wihout-right .nsoft_container .left{
  width:100%;
}
.nsoft_offer_content.with-right-sticky{
  padding:0;
}
@media (max-width: 1199px){
  .nsoft_offer_content.with-right-sticky .nsoft_container .left{
    width:100%;
  }
}
.nsoft_offer_content.with-right-sticky .nsoft_container .left .person-box{
  display:none;
}
@media (max-width: 1199px){
  .nsoft_offer_content.with-right-sticky .nsoft_container .right{
    display:none;
  }
}
.nsoft_offer_content.with-right-sticky .nsoft_offer_gallery .gallery-slider img{
  height:728px !important;
  border-radius:0 0 var(--radius-small) var(--radius-small);
}
@media (max-width: 1500px){
  .nsoft_offer_content.with-right-sticky .nsoft_offer_gallery .gallery-slider img{
    height:607px !important;
  }
}
@media (max-width: 1199px){
  .nsoft_offer_content.with-right-sticky .nsoft_offer_gallery .gallery-slider img{
    height:548px !important;
  }
}
@media (max-width: 767px){
  .nsoft_offer_content.with-right-sticky .nsoft_offer_gallery .gallery-slider img{
    height:210px !important;
  }
}
.nsoft_offer_content .gallery-top{
  width:100%;
  padding-bottom:30px;
  position:relative;
}
.nsoft_offer_content .nsoft_offer_gallery .gallery-slider .slick-prev{
  left:25px;
}
.nsoft_offer_content .nsoft_offer_gallery .gallery-slider .slick-next{
  right:25px;
}
.nsoft_offer_content .gallery-thumb-outer{
  left:65px !important;
  right:65px !important;
}
.nsoft_offer_content .nsoft_offer_info{
  background:none;
  padding:0;
}
.nsoft_offer_content .nsoft_offer_info .content{
  flex-wrap:wrap;
}
.nsoft_offer_content .nsoft_offer_info .content .box{
  color:#000;
  width:33%;
  margin:35px 0;
}
@media (max-width: 767px){
  .nsoft_offer_content .nsoft_offer_info .content .box{
    width:50%;
  }
}
.nsoft_offer_content > .nsoft_container{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.nsoft_offer_content > .nsoft_container h2{
  text-align:left;
  font-weight:600;
  font-size:28px;
  margin-bottom:18px;
}
.nsoft_offer_content > .nsoft_container p{
  font-size:16px;
  line-height:28px;
}
.nsoft_offer_content > .nsoft_container .left{
  width:66%;
}
@media (max-width: 1199px){
  .nsoft_offer_content > .nsoft_container .left{
    width:100%;
  }
}
.nsoft_offer_content > .nsoft_container .right{
  width:24%;
  margin-top:51px;
  position:-webkit-sticky;
  position:sticky;
  top:20px;
}
.nsoft_offer_content > .nsoft_container .right.sticky{
  position:-webkit-sticky;
  position:sticky;
  z-index:10;
  top:20px;
  right:0;
  margin-top:0;
}
@media (max-width: 1199px){
  .nsoft_offer_content > .nsoft_container .right{
    display:none;
  }
}
.nsoft_offer_content > .nsoft_container .param-list{
  text-align:center;
  padding:9px 0 0 0;
  margin-bottom:52px;
}
.nsoft_offer_content > .nsoft_container .param-list h2{
  margin-top:0;
}
.nsoft_offer_content > .nsoft_container .param-list ul{
  text-align:right;
  margin:0 0 33px 0;
  padding:0;
  list-style:none;
  position:relative;
}
.nsoft_offer_content > .nsoft_container .param-list ul::after{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:100px;
  background:white;
  background:linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  content:"";
}
.nsoft_offer_content > .nsoft_container .param-list ul.vertical-v{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.nsoft_offer_content > .nsoft_container .param-list ul.vertical-v li{
  width:23%;
  display:block;
  text-align:left;
  margin-bottom:15px;
}
@media (max-width: 767px){
  .nsoft_offer_content > .nsoft_container .param-list ul.vertical-v li{
    width:48%;
  }
}
.nsoft_offer_content > .nsoft_container .param-list ul.vertical-v li span{
  display:block;
}
.nsoft_offer_content > .nsoft_container .param-list ul.vertical-v.open li.hide-toggle{
  display:block;
}
.nsoft_offer_content > .nsoft_container .param-list ul li{
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid #E9E9E9;
  padding:17px 0;
}
.nsoft_offer_content > .nsoft_container .param-list ul li.hide-toggle{
  display:none;
}
.nsoft_offer_content > .nsoft_container .param-list ul.open::after{
  display:none;
}
.nsoft_offer_content > .nsoft_container .param-list ul.open li.hide-toggle{
  display:flex;
}
.nsoft_offer_content > .nsoft_container .param-list .nsoft_btn{
  display:inline-block;
}
.nsoft_offer_content > .nsoft_container .btn-center{
  margin:50px 0 0 0;
  text-align:center;
}
@media (max-width: 767px){
  .nsoft_offer_content > .nsoft_container .btn-center{
    margin:25px 0 0 0;
  }
}
.nsoft_offer_content > .nsoft_container .btn-center .nsoft_btn{
  display:inline-block;
}
.nsoft_offer_content .toggle-text{
  position:relative;
}
.nsoft_offer_content .toggle-text::after{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:200px;
  background:white;
  background:linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  content:"";
}
.nsoft_offer_content .toggle-text.open::after{
  display:none;
}
.nsoft_offer_content .toggle-text.open .hide-toggle{
  display:block;
}
.nsoft_offer_content .toggle-text .hide-toggle{
  display:none;
}

.person-box .img img{
  width:100%;
  border-radius:var(--radius-small);
}
.person-box .text{
  padding:20px;
}
.person-box .text h3{
  font-size:26px;
  font-weight:600;
  margin:0 0;
}
.person-box .text p{
  font-size:16px;
  line-height:24px;
  word-break:break-all;
}
.person-box .text p a{
  text-decoration:none;
  color:#000;
}
.person-box .text p a svg, .person-box .text p a img{
  margin:4px 10px -4px 5px;
  max-width:20px;
}
.person-box .text p a svg rect, .person-box .text p a svg path, .person-box .text p a img rect, .person-box .text p a img path{
  stroke:#000;
}
.person-box .text .nsoft_btn{
  display:inline-block;
  margin-top:15px;
}
@media (max-width: 1199px){
  .person-box .text .nsoft_btn{
    padding:13px 20px 14px 20px;
  }
}

.toggle-btn{
  position:relative;
}
@media (max-width: 767px){
  .toggle-btn{
    display:none;
  }
}
.toggle-btn .close{
  display:none;
}
.toggle-btn .close,
.toggle-btn .open{
  position:relative;
  padding-right:10px;
}
.toggle-btn svg{
  position:absolute;
  width:14px;
  height:8px;
  right:15px;
  content:"";
  top:50%;
  margin-top:-4px;
}
.toggle-btn svg path{
  fill:#000;
}
.toggle-btn .close::after{
  transform:rotate(180deg);
}
.toggle-btn.open .open{
  display:none;
}
.toggle-btn.open .close{
  display:block;
}
.toggle-btn.open svg{
  transform:rotate(180deg);
}

.nsoft_offer_gallery_list{
  overflow:hidden;
  margin-bottom:0;
  padding:65px 0;
}
.nsoft_offer_gallery_list h2{
  text-align:left;
  font-weight:600;
  font-size:28px;
  margin-top:0;
}
@media (max-width: 767px){
  .nsoft_offer_gallery_list h2{
    font-size:28px;
  }
}

.gallery-list{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:-20px;
}
.gallery-list a{
  margin-bottom:20px;
  display:block;
  width:calc(33.3333% - 20px);
}
@media (max-width: 1023px){
  .gallery-list a{
    width:48%;
  }
}
@media (max-width: 767px){
  .gallery-list a{
    width:100%;
  }
}
.gallery-list a img{
  display:block;
  width:100%;
  border-radius:var(--radius-small);
}
.gallery-list .col{
  width:30%;
}
@media (max-width: 767px){
  .gallery-list .col{
    width:100%;
  }
}
.gallery-list .col a{
  display:block;
  margin-bottom:30px;
}
@media (max-width: 767px){
  .gallery-list .col a{
    margin-bottom:20px;
  }
}
.gallery-list .col a img{
  width:100%;
  border-radius:var(--radius-small);
}

.section-title{
  text-align:left;
  font-weight:600;
  font-size:28px;
}

.nsoft_offer_map{
  overflow:hidden;
  padding:65px 0;
}
@media (max-width: 767px){
  .nsoft_offer_map{
    padding:30px 0;
  }
}
.nsoft_offer_map .section-title{
  margin-top:0;
  margin-bottom:40px;
}
.nsoft_offer_map #map-open{
  border-radius:var(--radius-medium);
}

.map-open,
#map-open{
  height:712px;
}
@media (max-width: 767px){
  .map-open,
#map-open{
    margin-left:-20px;
    margin-right:-20px;
  }
}

.nsoft_offer_form{
  padding:65px 0;
}
@media (max-width: 767px){
  .nsoft_offer_form{
    padding:30px 0;
  }
}
.nsoft_offer_form .nsoft_container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.nsoft_offer_form .nsoft_container .left{
  width:66%;
}
@media (max-width: 1199px){
  .nsoft_offer_form .nsoft_container .left{
    width:100%;
    order:2;
  }
}
.nsoft_offer_form .nsoft_container .left .section-title{
  margin-top:0;
}
.nsoft_offer_form .nsoft_container .right{
  width:24%;
}
@media (max-width: 1199px){
  .nsoft_offer_form .nsoft_container .right{
    width:100%;
    order:1;
  }
}
@media (max-width: 1199px){
  .nsoft_offer_form .nsoft_container .nsoft_form .nsoft_form-row .nsoft_form-wrap.w50{
    width:100%;
  }
}
@media all and (min-width: 767px) and (max-width: 1200px){
  .nsoft_offer_form .person-box{
    display:flex;
    justify-content:space-between;
  }
  .nsoft_offer_form .person-box .img{
    width:300px;
  }
  .nsoft_offer_form .person-box .text{
    width:calc(100% - 350px);
  }
}
.nsoft_offer_form .form{
  margin-top:30px;
}

.nsoft_offer_video{
  display:none;
}
.nsoft_offer_video.incontent{
  display:block;
  padding:65px 0;
}
.nsoft_offer_video.incontent h2{
  font-size:28px;
  margin-top:0;
}
.nsoft_offer_video.incontent.bg-gray{
  background:#F3F3F3;
  padding:40px 0;
  margin-bottom:-35px;
  margin-top:80px;
}
.nsoft_offer_video .nsoft_video img{
  width:100%;
  display:block;
}
.nsoft_offer_video .nsoft_video a{
  position:relative;
}
.nsoft_offer_video .nsoft_video a::after{
  position:absolute;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  background:url("../images/icon/icon-video2.svg") center no-repeat;
  background-size:74px auto;
  width:74px;
  height:83px;
  content:"";
}

.nsoft_breadcrumbs{
  border-top:1px solid #DFDFDF;
  border-bottom:1px solid #DFDFDF;
  padding-top:20px;
  padding-bottom:20px;
}
.nsoft_breadcrumbs .nsoft_container{
  align-items:center;
  white-space:nowrap;
  overflow:auto;
}
.nsoft_breadcrumbs .nsoft_container span,
.nsoft_breadcrumbs .nsoft_container a{
  display:inline-block;
  color:#000000;
  text-decoration:none;
  font-size:14px;
}
.nsoft_breadcrumbs .nsoft_container svg{
  margin:0 12px;
}
.nsoft_breadcrumbs .nsoft_container span{
  opacity:0.5;
}

.nsoft_team-listing{
  padding-top:65px;
}
.nsoft_team-listing .heading h2{
  font-size:60px;
  font-weight:500;
  margin:0 0 65px 0;
  min-height:200px;
}
@media (max-width: 1023px){
  .nsoft_team-listing .heading h2{
    min-height:0;
    font-size:40px;
  }
}
@media (max-width: 767px){
  .nsoft_team-listing .heading h2{
    font-size:40px;
    min-height:0;
  }
}
.nsoft_team-listing .heading p{
  max-width:950px;
  font-size:24px;
  line-height:36px;
  margin:0 0 0 0;
}
@media (max-width: 1023px){
  .nsoft_team-listing .heading p{
    font-size:20px;
    line-height:30px;
  }
}
@media (max-width: 767px){
  .nsoft_team-listing .heading p{
    font-size:18px;
    line-height:24px;
  }
}
.nsoft_team-listing .listing{
  margin:0 -20px;
  display:flex;
  flex-wrap:wrap;
}
.nsoft_team-listing .listing .item{
  width:33.333%;
  padding:0 20px 65px 20px;
  display:flex;
  flex-direction:column;
}
@media (max-width: 1023px){
  .nsoft_team-listing .listing .item{
    width:50%;
  }
}
@media (max-width: 767px){
  .nsoft_team-listing .listing .item{
    width:100%;
  }
}
.nsoft_team-listing .listing .item .img img{
  width:100%;
  display:block;
  border-radius:var(--radius-medium) var(--radius-medium) 0 0;
}
.nsoft_team-listing .listing .item .text{
  padding:22px 30px 30px 30px;
  border-radius:0 0 var(--radius-medium) var(--radius-medium);
  border:1px solid #dedede;
  border-top:0;
  height:100%;
}
@media (max-width: 767px){
  .nsoft_team-listing .listing .item .text{
    padding:20px 15px 15px 15px;
  }
}
.nsoft_team-listing .listing .item .text h3{
  font-size:30px;
  font-weight:500;
  margin:0;
}
@media (max-width: 767px){
  .nsoft_team-listing .listing .item .text h3{
    font-size:24px;
  }
}
.nsoft_team-listing .listing .item .text p{
  margin:9px 0 27px 0;
  font-size:18px;
}
@media (max-width: 767px){
  .nsoft_team-listing .listing .item .text p{
    font-size:16px;
  }
}
.nsoft_team-listing .listing .item .text .info a{
  display:flex;
  align-items:center;
  text-decoration:none;
  color:#000;
  margin:0 0 10px 0;
  word-break:break-word;
}
@media all and (min-width: 1500px){
  .nsoft_team-listing .listing .item .text .info a{
    font-size:18px;
  }
}
.nsoft_team-listing .listing .item .text .info a svg,
.nsoft_team-listing .listing .item .text .info a img{
  margin:0 10px 0 5px;
  max-width:20px;
}
.nsoft_team-listing .listing .item .text .info a svg rect, .nsoft_team-listing .listing .item .text .info a svg path,
.nsoft_team-listing .listing .item .text .info a img rect,
.nsoft_team-listing .listing .item .text .info a img path{
  stroke:#000;
}
.nsoft_team-listing .listing .item .text .nsoft_btn{
  display:inline-block;
  margin:19px 0 0 0;
}

.nsoft_team-listing{
  overflow:hidden;
}

.team-person{
  padding:135px 0 100px 0;
  position:relative;
}
@media (max-width: 1500px){
  .team-person{
    padding-top:100px;
  }
}
@media (max-width: 767px){
  .team-person{
    padding-top:0;
    overflow:hidden;
  }
}
.team-person--top{
  padding-bottom:0 !important;
}
@media (max-width: 1023px){
  .team-person--top{
    display:none;
  }
}
.team-person--top .right{
  margin-left:auto;
}
.team-person .only-mobile{
  display:none;
}
@media (max-width: 1023px){
  .team-person .only-mobile{
    display:block;
  }
}
.team-person--bottom{
  padding-top:0;
}
.team-person .bg-top{
  position:absolute;
  left:0;
  top:0;
  right:0;
  height:445px;
  z-index:1;
  content:"";
}
@media (max-width: 767px){
  .team-person .bg-top{
    display:none;
  }
}
.team-person .nsoft_container{
  display:flex;
  justify-content:space-between;
  position:relative;
  z-index:2;
}
@media (max-width: 1023px){
  .team-person .nsoft_container{
    display:block;
  }
}
.team-person .nsoft_container .left{
  width:40%;
  margin-top:-285px;
}
@media (max-width: 1023px){
  .team-person .nsoft_container .left{
    width:100%;
    margin-top:0;
    padding-top:40px;
  }
}
@media (max-width: 767px){
  .team-person .nsoft_container .left{
    padding:50px 20px 0 20px;
    position:relative;
    width:auto;
    margin:0 -20px;
  }
}
.team-person .nsoft_container .left img{
  width:100%;
  display:block;
  position:relative;
  z-index:2;
  border-radius:var(--radius-small);
}
.team-person .nsoft_container .right{
  width:49%;
}
@media (max-width: 1023px){
  .team-person .nsoft_container .right{
    width:100%;
    margin-top:20px;
  }
}
.team-person .nsoft_container .right h2{
  font-size:44px;
  margin:0 0 18px 0;
}
@media (max-width: 1023px){
  .team-person .nsoft_container .right h2{
    font-size:30px;
  }
}
@media (max-width: 767px){
  .team-person .nsoft_container .right h2{
    font-size:24px;
  }
}
.team-person .nsoft_container .right p{
  font-size:20px;
  margin:0 0 0 0;
}
@media (max-width: 1023px){
  .team-person .nsoft_container .right p{
    font-size:18px;
  }
}
@media (max-width: 767px){
  .team-person .nsoft_container .right p{
    font-size:16px;
  }
}
.team-person .nsoft_container .right .info{
  margin:42px 0 51px 0;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}
.team-person .nsoft_container .right .info a{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:#000;
  margin:0 50px 10px 0;
  font-size:20px;
}
@media (max-width: 767px){
  .team-person .nsoft_container .right .info a{
    font-size:16px;
  }
}
.team-person .nsoft_container .right .info a svg,
.team-person .nsoft_container .right .info a img{
  margin:0 10px 0 5px;
  max-width:20px;
}
.team-person .nsoft_container .right .desc{
  padding:6px 0 0 0;
}
@media (max-width: 1023px){
  .team-person .nsoft_container .right .desc{
    padding:0 0 0 0;
    margin-top:-20px;
  }
}
.team-person .nsoft_container .right .desc h3{
  font-size:32px;
  font-weight:500;
}
@media (max-width: 767px){
  .team-person .nsoft_container .right .desc h3{
    font-size:20px;
  }
}
.team-person .nsoft_container .right .desc p{
  font-size:16px;
  line-height:28px;
  margin:25px 0;
}
@media (max-width: 1023px){
  .team-person .nsoft_container .right .desc p{
    font-size:14px;
    line-height:24px;
  }
}
.team-person .nsoft_container .right .desc .nsoft_btn{
  display:inline-block;
  margin:20px 0 0 0;
}

.nsoft_tab_module{
  padding:110px 0;
}
@media (max-width: 1199px){
  .nsoft_tab_module{
    padding:80px 0;
  }
}
@media (max-width: 767px){
  .nsoft_tab_module{
    padding:60px 0;
  }
}

.js-tabs ::-webkit-scrollbar{
  -webkit-appearance:none;
}
.js-tabs ::-webkit-scrollbar:vertical{
  width:12px;
}
.js-tabs ::-webkit-scrollbar:horizontal{
  height:12px;
}
.js-tabs ::-webkit-scrollbar-thumb{
  background-color:rgba(0, 0, 0, 0.5);
  border-radius:var(--radius-small);
  border:2px solid #ffffff;
}
.js-tabs ::-webkit-scrollbar-track{
  border-radius:var(--radius-small);
  background-color:#ffffff;
}
.js-tabs .js-tabs-nav{
  position:relative;
}
.js-tabs .js-tabs-nav::before{
  position:absolute;
  bottom:-1px;
  left:0;
  right:0;
  height:1px;
  background:#D4D4D4;
  content:"";
}
@media (max-width: 1199px){
  .js-tabs .js-tabs-nav::before{
    bottom:auto;
    top:58px;
  }
}
@media (max-width: 1199px){
  .js-tabs .js-tabs-nav{
    position:relative;
  }
  .js-tabs .js-tabs-nav::after{
    position:absolute;
    top:0;
    right:0;
    width:50px;
    height:60px;
    background:white;
    background:linear-gradient(277deg, white 0%, white 46%, rgba(255, 255, 255, 0) 100%);
    content:"";
    z-index:10;
  }
}
.js-tabs .js-tabs-nav .inner{
  position:relative;
}
@media (max-width: 1199px){
  .js-tabs .js-tabs-nav .inner{
    overflow:scroll;
    padding-bottom:10px;
  }
}
.js-tabs .js-tabs-nav .inner .border{
  display:flex;
  position:relative;
}
@media (max-width: 1199px){
  .js-tabs .js-tabs-nav .inner .border{
    padding-right:40px;
  }
}
.js-tabs .js-tabs-nav a{
  font-size:18px;
  font-weight:600;
  text-decoration:none;
  color:#000;
  font-family:"Lora", serif;
  padding:17px 28px;
  white-space:nowrap;
  margin-bottom:-1px;
  position:relative;
  border-radius:var(--radius-small) var(--radius-small) 0 0;
  z-index:2;
  display:inline-block;
  border:1px solid transparent;
}
@media (max-width: 1199px){
  .js-tabs .js-tabs-nav a:last-child{
    margin-right:40px;
  }
}
.js-tabs .js-tabs-nav a.current{
  background:#FFF;
  border:1px solid #D4D4D4;
  border-bottom:1px solid #FFF;
}

.js-tabs-content{
  padding:50px 0 0 0;
}
@media (max-width: 767px){
  .js-tabs-content{
    padding:10px 0 0 0;
  }
}
.js-tabs-content .tab-content{
  display:none;
}
.js-tabs-content .tab-content.open{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.js-tabs-content .tab-content.open > div{
  width:47%;
}
@media (max-width: 767px){
  .js-tabs-content .tab-content.open > div{
    width:100%;
  }
}
.js-tabs-content .tab-content.open > div p{
  font-size:16px;
  line-height:28px;
}
@media (max-width: 767px){
  .js-tabs-content .tab-content.open > div p{
    line-height:22px;
  }
}
.js-tabs-content .tab-content.open > div p:first-child:last-child{
  margin:0;
}

.nsoft_faq{
  padding:65px 0;
}
.nsoft_faq .toggle{
  margin:0 auto;
  max-width:970px;
}
.nsoft_faq .toggle .item{
  margin:20px 0;
}
.nsoft_faq .toggle .item .accordion-btn{
  font-family:"Lora", serif;
  font-size:20px;
  font-weight:600;
  cursor:pointer;
  position:relative;
  padding-right:25px;
}
.nsoft_faq .toggle .item .accordion-btn .icon-toggle{
  position:absolute;
  right:0;
  top:0;
}
.nsoft_faq .toggle .item .accordion-btn .icon-toggle svg{
  width:25px;
}
.nsoft_faq .toggle .item .accordion-btn .icon-toggle svg path{
  fill:#9C7A58 !important;
}
.nsoft_faq .toggle .item .accordion-btn .icon-toggle .close{
  display:none;
}
.nsoft_faq .toggle .item .accordion-btn.open .icon-toggle .open{
  display:none;
}
.nsoft_faq .toggle .item .accordion-btn.open .icon-toggle .close{
  display:block;
}
.nsoft_faq .toggle .item .accordion-slide{
  overflow:hidden;
  display:none;
}
@media (max-width: 767px){
  .nsoft_faq .toggle .item .accordion-slide p{
    font-size:16px;
    line-height:22px;
  }
}

.box-list{
  display:flex;
  flex-wrap:wrap;
  margin:0 -15px -30px -15px;
}
.box-list.row2 .box{
  width:calc(50% - 30px);
}
@media (max-width: 767px){
  .box-list.row2 .box{
    width:100%;
  }
}
.box-list .box{
  border:1px solid #DFDFDF;
  border-radius:var(--radius-small);
  width:calc(33.333% - 30px);
  margin:0 15px 30px 15px;
  padding:0 50px 50px 50px;
}
@media (max-width: 1199px){
  .box-list .box{
    padding:0 25px 25px 25px;
  }
}
@media (max-width: 1023px){
  .box-list .box{
    width:calc(50% - 30px);
  }
}
@media (max-width: 767px){
  .box-list .box{
    width:100%;
  }
}
.box-list .box .icon{
  display:flex;
  align-items:center;
  height:130px;
  font-size:50px;
  color:#9C7A58;
}
.box-list .box h2{
  font-size:24px;
  margin:0 0 0 0;
}
.box-list .box p{
  font-size:16px;
  line-height:28px;
}
@media (max-width: 767px){
  .box-list .box p{
    font-size:16px;
    line-height:22px;
  }
}
.box-list .box a{
  width:30px;
  height:20px;
  display:inline-block;
  transform:rotate(-90deg);
  transition:all 0.3s;
}
.box-list .box a:hover{
  transform:rotate(-90deg) translateY(10px);
}

.banner-text{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  padding:71px 0;
  overflow:hidden;
}
@media (max-width: 1199px){
  .banner-text{
    padding:30px 0;
  }
}
.banner-text .nsoft_container{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
@media (max-width: 1199px){
  .banner-text .nsoft_container{
    flex-wrap:wrap;
    justify-content:center;
  }
}
.banner-text .nsoft_container a{
  color:#FFF;
  background:rgba(255, 255, 255, 0.1);
  padding:20px 40px;
  border-radius:var(--radius-large);
  -webkit-backdrop-filter:blur(10px) saturate(70%);
          backdrop-filter:blur(10px) saturate(70%);
  white-space:nowrap;
  text-decoration:none !important;
}
@media (max-width: 1199px){
  .banner-text .nsoft_container a{
    margin:20px 0;
  }
}
.banner-text .nsoft_container a svg{
  display:inline-block;
  width:20px;
  height:20px;
  content:"";
  transform:rotate(-90deg);
  vertical-align:middle;
  margin:0 -10px 0 20px;
  transition:all 0.3s;
}
.banner-text .nsoft_container a svg line{
  stroke:#FFF;
}
.banner-text .nsoft_container a:hover::after{
  transform:rotate(-90deg) translateY(10px);
}
.banner-text .nsoft_container .text{
  text-align:center;
  color:#FFF;
  padding:0 50px;
  max-width:650px;
}
@media (max-width: 1199px){
  .banner-text .nsoft_container .text{
    max-width:100%;
    width:100%;
  }
}
.banner-text .nsoft_container .text h2{
  font-size:44px;
  line-height:56px;
  margin:0 0;
}
@media (max-width: 767px){
  .banner-text .nsoft_container .text h2{
    font-size:30px;
    line-height:40px;
  }
}
@media (max-width: 1199px){
  .banner-text .nsoft_container .text h2{
    max-width:650px;
    margin-left:auto;
    margin-right:auto;
  }
}
.banner-text .nsoft_container .text p{
  font-size:16px;
  line-height:28px;
}
@media (max-width: 1199px){
  .banner-text .nsoft_container .text p{
    max-width:650px;
    margin-left:auto;
    margin-right:auto;
  }
}

.nsoft_newsletter{
  padding:65px 0;
}
.nsoft_newsletter.nsoft_theme_green .nsoft_container .nsoft_btn{
  background:#9C7A58;
}
.nsoft_newsletter .nsoft_container{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
@media (max-width: 767px){
  .nsoft_newsletter .nsoft_container{
    display:block;
  }
}
.nsoft_newsletter .nsoft_container h2{
  font-size:44px;
  line-height:56px;
  font-weight:600;
  margin:0;
}
@media (max-width: 1199px){
  .nsoft_newsletter .nsoft_container h2{
    font-size:30px;
    line-height:40px;
  }
}
.nsoft_newsletter .nsoft_container .nsoft_btn{
  background:#183335;
  padding:20px 30px;
  border-radius:var(--radius-large);
  font-family:"Lora", serif;
  color:#FFF;
  font-size:20px;
  text-transform:none;
  display:inline-block;
}
@media (max-width: 767px){
  .nsoft_newsletter .nsoft_container .nsoft_btn{
    font-size:16px;
    padding:10px 15px;
  }
}
.nsoft_newsletter .nsoft_container .nsoft_btn::after{
  display:inline-block;
  background:url("../images/icon/arrow-slider.svg") center no-repeat;
  width:20px;
  height:20px;
  content:"";
  transform:rotate(-90deg);
  filter:invert(1);
  vertical-align:middle;
  margin:0 0px 0 20px;
  transition:all 0.3s;
}
@media (max-width: 767px){
  .nsoft_newsletter .nsoft_container .nsoft_btn::after{
    margin:0 -5px 0 10px;
  }
}
.nsoft_newsletter .nsoft_container .nsoft_btn:hover::after{
  transform:rotate(-90deg) translateY(6px);
}

@font-face{
  font-family:ytpregular;
  src:url(font/ytp-regular.eot);
}
@font-face{
  font-family:ytpregular;
  src:url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url(font/ytp-regular.ttf) format("truetype");
  font-weight:400;
  font-style:normal;
}
.mb_YTPlayer:focus{
  outline:0;
}

.YTPWrapper{
  display:block;
  transform:translateZ(0) translate3d(0, 0, 0);
  transform-style:preserve-3d;
  perspective:1000;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  box-sizing:border-box;
}

.mb_YTPlayer .loading{
  position:absolute;
  top:10px;
  right:10px;
  font-size:12px;
  color:#fff;
  background:rgba(0, 0, 0, 0.51);
  text-align:center;
  padding:2px 4px;
  border-radius:5px;
  font-family:"Droid Sans", sans-serif;
  -webkit-animation:fade 0.1s infinite alternate;
  animation:fade 0.1s infinite alternate;
}

@-webkit-keyframes fade{
  0%{
    opacity:0.5;
  }
  100%{
    opacity:1;
  }
}
@keyframes fade{
  0%{
    opacity:0.5;
  }
  100%{
    opacity:1;
  }
}
.YTPFullscreen{
  display:block !important;
  position:fixed !important;
  width:100% !important;
  height:100% !important;
  top:0 !important;
  left:0 !important;
  margin:0 !important;
  border:none !important;
  opacity:1 !important;
  background-color:#000 !important;
  padding:0 !important;
}

.inlinePlayButton, .inlinePlayButtonMobile{
  font-family:ytpregular;
  font-size:45px;
  color:#fff;
  text-align:center;
  border-radius:100%;
  background-color:rgba(0, 0, 0, 0.4);
  position:absolute;
  width:80px;
  height:80px;
  line-height:80px;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  cursor:pointer;
  opacity:0.8;
  transition:all 0.4s;
  transform:scale(1.3);
}

.inlinePlayButtonMobile{
  transform:scale(1);
}

.mb_YTPlayer:hover .inlinePlayButton{
  opacity:1;
  transform:scale(1);
}

.inlinePlayButton:hover{
  background-color:black;
  transform:scale(1.3) !important;
}

.mbYTP_wrapper iframe{
  max-width:8000px !important;
}

.inline_YTPlayer{
  margin-bottom:20px;
  vertical-align:top;
  position:relative;
  left:0;
  overflow:hidden;
  border-radius:4px;
  box-shadow:0 0 5px rgba(0, 0, 0, 0.7);
  background:rgba(0, 0, 0, 0.5);
}

.inline_YTPlayer img{
  border:none !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
}

.mb_YTPBar, .mb_YTPBar .buttonBar{
  box-sizing:border-box;
  left:0;
  padding:5px;
  width:100%;
}

.mb_YTPBar .ytpicon{
  font-size:20px;
  font-family:ytpregular;
}

.mb_YTPBar .mb_YTPUrl.ytpicon{
  font-size:30px;
}

.mb_YTPBar{
  transition:opacity 0.5s;
  display:block;
  height:10px;
  background:#333;
  position:fixed;
  bottom:0;
  text-align:left;
  z-index:1000;
  font:14px/16px sans-serif;
  color:#fff;
  opacity:0.1;
}

.mb_YTPBar.visible, .mb_YTPBar:hover{
  opacity:1;
}

.mb_YTPBar .buttonBar{
  transition:all 0.5s;
  background:0 0;
  font:12px/14px san-serif;
  position:absolute;
  top:-30px;
  height:40px;
}

.mb_YTPBar:hover .buttonBar{
  background:rgba(0, 0, 0, 0.4);
}

.mb_YTPBar span{
  display:inline-block;
  font:16px/20px sans-serif;
  position:relative;
  width:30px;
  height:25px;
  vertical-align:middle;
}

.mb_YTPBar span.mb_YTPTime{
  width:130px;
}

.mb_YTPBar span.mb_OnlyYT, .mb_YTPBar span.mb_YTPUrl{
  position:absolute;
  width:auto;
  display:block;
  top:6px;
  right:10px;
  cursor:pointer;
}

.mb_YTPBar span.mb_YTPUrl img{
  width:60px;
}

.mb_YTPBar span.mb_OnlyYT{
  left:300px;
  right:auto;
}

.mb_YTPBar span.mb_OnlyYT img{
  width:25px;
}

.mb_YTPBar span.mb_YTPUrl a{
  color:#fff;
}

.mb_YTPBar .mb_YTPMuteUnmute, .mb_YTPBar .mb_YTPPlayPause, .mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img{
  cursor:pointer;
}

.mb_YTPBar .mb_YTPProgress{
  height:10px;
  width:100%;
  background:#222;
  bottom:0;
  left:0;
}

.mb_YTPBar .mb_YTPLoaded{
  height:10px;
  width:0;
  background:#444;
  left:0;
}

.mb_YTPBar .mb_YTPseekbar{
  height:10px;
  width:0;
  background:#bb110e;
  bottom:0;
  left:0;
  box-shadow:rgba(82, 82, 82, 0.47) 1px 1px 3px;
}

.mb_YTPBar .YTPOverlay{
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  -webkit-transform-style:"flat";
  box-sizing:border-box;
}

.YTPOverlay.raster{
  background:url(images/raster.png);
}

.YTPOverlay.raster.retina{
  background:url(images/raster@2x.png);
}

.YTPOverlay.raster-dot{
  background:url(images/raster_dot.png);
}

.YTPOverlay.raster-dot.retina{
  background:url(images/raster_dot@2x.png);
}

.mb_YTPBar .simpleSlider{
  position:relative;
  width:100px;
  height:10px;
  border:1px solid #fff;
  overflow:hidden;
  box-sizing:border-box;
  margin-right:10px;
  cursor:pointer !important;
  border-radius:3px;
}

.mb_YTPBar.compact .simpleSlider{
  width:40px;
}

.mb_YTPBar.compact span.mb_OnlyYT{
  left:260px;
}

.mb_YTPBar .simpleSlider.muted{
  opacity:0.3;
}

.mb_YTPBar .level{
  position:absolute;
  left:0;
  bottom:0;
  background-color:#fff;
  box-sizing:border-box;
}

.mb_YTPBar .level.horizontal{
  height:100%;
  width:0;
}

.mb_YTPBar .level.vertical{
  height:auto;
  width:100%;
}

.nsoft_heading-bg{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  margin-top:-150px;
  overflow:hidden;
  padding-top:322px;
  padding-bottom:28px;
}
@media (max-width: 1199px){
  .nsoft_heading-bg{
    margin-top:0;
    padding-top:150px;
  }
}
.nsoft_heading-bg h1,
.nsoft_heading-bg h2{
  font-size:60px;
  color:#FFF;
  font-weight:500;
}
@media (max-width: 767px){
  .nsoft_heading-bg h1,
.nsoft_heading-bg h2{
    font-size:40px;
  }
}
.nsoft_heading-bg.no-margin{
  margin-top:0;
}
.nsoft_heading-bg.nsoft_theme_white h1, .nsoft_heading-bg.nsoft_theme_white h2{
  color:#000;
}
.nsoft_heading-bg.no-bg h1, .nsoft_heading-bg.no-bg h2{
  color:#000;
}

.nsoft_heading-blog{
  padding:15px 0;
}
.nsoft_heading-blog .nsoft_container{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
@media (max-width: 1199px){
  .nsoft_heading-blog .grid-type{
    display:none;
  }
}
.nsoft_heading-blog .description{
  width:100%;
  font-size:24px;
  line-height:36px;
  padding:30px 0 50px 0;
}
@media (max-width: 1023px){
  .nsoft_heading-blog .description{
    font-size:20px;
    line-height:30px;
    padding:20px 0 50px 0;
  }
}
.nsoft_heading-blog .description:first-child{
  padding-bottom:0;
  padding-top:0;
}
.nsoft_heading-blog .description + *{
  padding-top:40px;
}
.nsoft_heading-blog .description p{
  max-width:940px;
  margin:0;
}
.nsoft_heading-blog .left h1,
.nsoft_heading-blog .left h2,
.nsoft_heading-blog .left h3{
  font-size:44px;
  margin:0;
}
@media (max-width: 767px){
  .nsoft_heading-blog .left h1,
.nsoft_heading-blog .left h2,
.nsoft_heading-blog .left h3{
    font-size:28px;
  }
}
.nsoft_heading-blog .left span{
  font-size:16px;
  display:block;
  margin-top:8px;
}
.nsoft_heading-blog .right{
  margin:56px 11px 0 0;
}
@media (max-width: 1023px){
  .nsoft_heading-blog .right{
    margin-top:45px;
  }
}
@media (max-width: 1023px){
  .nsoft_heading-blog .right .grid-type span{
    display:block;
  }
  .nsoft_heading-blog .right .grid-type .row2{
    display:block !important;
  }
}
@media (max-width: 1199px){
  .nsoft_heading-blog .right .grid-type .row1{
    display:none !important;
  }
}

.nsoft_blog-list{
  padding-top:15px;
}
.nsoft_blog-list .nsoft_navigation{
  margin-top:0;
  margin-bottom:0;
}
.nsoft_blog-list .nsoft_thumb__text .title{
  font-size:30px;
  line-height:38px;
  margin-bottom:15px;
}
@media (max-width: 767px){
  .nsoft_blog-list .nsoft_thumb__text .title{
    font-size:24px !important;
    line-height:32px !important;
  }
}
.nsoft_blog-list .nsoft_thumb__text .type{
  padding-right:0;
}
.nsoft_blog-list .grid-row1 .info-type{
  display:none;
}
@media (max-width: 767px){
  .nsoft_blog-list .grid-row1 .info-type{
    display:block;
  }
}

.nsoft_heading-bg-blog{
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  margin-top:-150px;
  overflow:hidden;
  padding-bottom:86px;
  height:884px;
  display:flex;
  justify-content:center;
  align-items:flex-end;
  position:relative;
}
@media (max-width: 1500px){
  .nsoft_heading-bg-blog{
    height:700px;
  }
}
@media (max-width: 1199px){
  .nsoft_heading-bg-blog{
    margin-top:0;
    height:500px;
  }
}
@media (max-width: 767px){
  .nsoft_heading-bg-blog{
    height:auto;
    padding-top:60px;
    padding-bottom:30px;
  }
}
.nsoft_heading-bg-blog::after{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:50%;
  content:"";
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1023px){
  .nsoft_heading-bg-blog::after{
    height:100%;
  }
}
.nsoft_heading-bg-blog .inner{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  align-items:flex-end;
  border-bottom:2px solid #FFFFFF;
  width:100%;
  padding-bottom:60px;
  position:relative;
  z-index:3;
}
@media (max-width: 1199px){
  .nsoft_heading-bg-blog .inner{
    display:block;
  }
}
@media (max-width: 767px){
  .nsoft_heading-bg-blog .inner{
    padding-bottom:30px;
  }
}
.nsoft_heading-bg-blog .inner .left{
  max-width:60%;
}
@media (max-width: 1199px){
  .nsoft_heading-bg-blog .inner .left{
    max-width:100%;
  }
}
.nsoft_heading-bg-blog .inner .left .category{
  margin-bottom:7px;
}
.nsoft_heading-bg-blog .inner .left .category a{
  color:#FFF;
  text-decoration:none;
  display:inline-block;
  margin-bottom:10px;
  font-size:18px;
}
.nsoft_heading-bg-blog .inner .left .category a:not(:last-child){
  position:relative;
  margin-right:28px;
}
.nsoft_heading-bg-blog .inner .left .category a:not(:last-child)::after{
  width:1px;
  background:rgba(255, 255, 255, 0.5);
  height:23px;
  position:absolute;
  right:-14px;
  top:-2px;
  content:"";
}
.nsoft_heading-bg-blog .inner .left h2{
  font-size:60px;
  font-weight:600;
  margin:0 0 0 0;
  color:#FFF;
}
@media (max-width: 1023px){
  .nsoft_heading-bg-blog .inner .left h2{
    font-size:40px;
    line-height:50px;
    margin-bottom:20px;
  }
}
.nsoft_heading-bg-blog .inner .right{
  margin-bottom:18px;
}
@media (max-width: 767px){
  .nsoft_heading-bg-blog .inner .right{
    margin-bottom:0;
  }
}
.nsoft_heading-bg-blog .inner .right span{
  font-size:18px;
  line-height:28px;
  display:block;
  color:#FFF;
}

.nsoft_blog-content{
  padding-top:65px;
  padding-bottom:65px;
}
@media (max-width: 1500px){
  .nsoft_blog-content{
    padding-left:240px;
  }
}
@media (max-width: 1199px){
  .nsoft_blog-content{
    padding-left:0;
  }
}
.nsoft_blog-content .nsoft_container{
  max-width:1020px;
  position:relative;
}

.table-scroll{
  overflow:auto;
}

.nsoft_text *:first-child{
  margin-top:0;
}
@media (max-width: 1023px){
  .nsoft_text{
    font-size:14px;
    line-height:24px;
  }
}
.nsoft_text p{
  font-size:16px;
  line-height:28px;
}
@media (max-width: 1023px){
  .nsoft_text p{
    font-size:14px;
    line-height:24px;
  }
}
.nsoft_text p.text-big{
  font-size:20px;
  line-height:32px;
  margin:30px 0;
}
@media (max-width: 1023px){
  .nsoft_text p.text-big{
    font-size:18px;
    line-height:28px;
  }
}
.nsoft_text p:first-child{
  margin-top:0 !important;
}
.nsoft_text h1, .nsoft_text h2, .nsoft_text h3, .nsoft_text h4{
  margin:30px 0;
  display:block;
  width:100%;
  clear:both;
}
@media (max-width: 1023px){
  .nsoft_text h1, .nsoft_text h2, .nsoft_text h3, .nsoft_text h4{
    margin:20px 0;
  }
}
.nsoft_text h1{
  font-size:44px;
  line-height:56px;
}
@media (max-width: 1023px){
  .nsoft_text h1{
    font-size:40px;
    line-height:50px;
  }
}
.nsoft_text h2{
  font-size:44px;
  line-height:normal;
}
@media (max-width: 1023px){
  .nsoft_text h2{
    font-size:28px;
  }
}
.nsoft_text h3{
  font-size:32px;
  line-height:44px;
}
@media (max-width: 1023px){
  .nsoft_text h3{
    font-size:24px;
    line-height:normal;
  }
}
.nsoft_text h4{
  font-size:26px;
  line-height:34px;
}
@media (max-width: 1023px){
  .nsoft_text h4{
    font-size:20px;
    line-height:normal;
  }
}
.nsoft_text h5{
  font-size:20px;
  line-height:30px;
}
@media (max-width: 1023px){
  .nsoft_text h5{
    font-size:18px;
    line-height:28px;
  }
}
.nsoft_text table{
  width:100%;
  border-collapse:collapse;
  border:1px solid #DFDFDF;
  margin:30px 0;
}
.nsoft_text table th,
.nsoft_text table td{
  border:1px solid #DFDFDF;
  padding:15px;
}
.nsoft_text img{
  max-width:100%;
  border-radius:var(--radius-medium);
}
@media (max-width: 767px){
  .nsoft_text img{
    margin:20px 0 30px 0 !important;
  }
}
.nsoft_text .img-left{
  float:left;
  margin-right:65px;
  margin-bottom:55px;
}
@media (max-width: 1023px){
  .nsoft_text .img-left{
    float:none;
    margin:30px 0 !important;
  }
}
.nsoft_text .img-right{
  float:right;
  margin-left:65px;
  margin-bottom:55px;
}
@media (max-width: 1023px){
  .nsoft_text .img-right{
    float:none;
    margin:30px 0 !important;
  }
}
.nsoft_text blockquote{
  font-size:20px;
  line-height:28px;
  margin:72px 0 81px 29px;
  padding:35px 60px 0 30px;
  background-size:82px auto;
  position:relative;
}
.nsoft_text blockquote svg{
  position:absolute;
  left:0;
  top:0;
  opacity:0.05;
}
.nsoft_text blockquote svg path{
  fill:#000;
}
@media (max-width: 1023px){
  .nsoft_text blockquote{
    margin-left:0;
  }
}
.nsoft_text ul{
  margin:38px 38px 38px 65px;
  padding:0;
  list-style:none;
}
@media (max-width: 1023px){
  .nsoft_text ul{
    margin-left:30px;
  }
}
.nsoft_text ul li{
  font-size:16px;
  line-height:28px;
  padding:0 0 0 19px;
  position:relative;
}
.nsoft_text ul li svg{
  position:absolute;
  left:0px;
  top:13px;
}
@media (max-width: 1023px){
  .nsoft_text ul li{
    font-size:14px;
    line-height:24px;
    background-position:left 8px;
  }
}
.nsoft_text ol{
  margin:40px 0 40px 30px;
  padding:0 0 0 16px;
}
.nsoft_text ol li{
  font-size:16px;
  line-height:28px;
  position:relative;
}
.nsoft_text .text-col2{
  -moz-columns:2;
       columns:2;
}
@media (max-width: 1023px){
  .nsoft_text .text-col2{
    -moz-columns:1;
         columns:1;
  }
}

.nsoft_module-text{
  padding:110px 0;
}
@media (max-width: 1199px){
  .nsoft_module-text{
    padding:80px 0;
  }
}
@media (max-width: 767px){
  .nsoft_module-text{
    padding:60px 0;
  }
}
.nsoft_module-text .col2{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.nsoft_module-text .col2 .left, .nsoft_module-text .col2 .right{
  width:48%;
}
@media (max-width: 767px){
  .nsoft_module-text .col2 .left, .nsoft_module-text .col2 .right{
    width:100%;
  }
}
.nsoft_module-text .col3{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.nsoft_module-text .col3 .left, .nsoft_module-text .col3 .center, .nsoft_module-text .col3 .right{
  width:31%;
}
@media (max-width: 767px){
  .nsoft_module-text .col3 .left, .nsoft_module-text .col3 .center, .nsoft_module-text .col3 .right{
    width:100%;
  }
}

@media all and (min-width: 1200px){
  .nsoft_blog-social{
    position:absolute;
    left:-209px;
    top:22px;
  }
}
.nsoft_blog-social span{
  font-size:14px;
  display:block;
  margin-bottom:20px;
  text-transform:uppercase;
}
.nsoft_blog-social .social{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
}
.nsoft_blog-social .social li{
  margin:0 6px 0 0;
}
.nsoft_blog-social .social li a{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#FFF;
  border:1px solid #DFDFDF;
  border-radius:var(--radius-circle);
  width:44px;
  height:44px;
}
@media (max-width: 767px){
  .nsoft_blog-social .social li a{
    width:38px;
    height:38px;
  }
  .nsoft_blog-social .social li a img{
    max-width:50%;
    max-height:50%;
  }
}

.nsoft_contact{
  padding:65px 0;
}
.nsoft_contact .nsoft_contact-col{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  margin-bottom:65px;
}
.nsoft_contact .nsoft_contact-col:last-child{
  margin-bottom:0;
}
.nsoft_contact .nsoft_contact-col h2{
  font-size:30px;
  margin:0 0 30px 0;
}
.nsoft_contact .nsoft_contact-col p{
  font-size:16px;
  line-height:28px;
  margin:29px 0;
}
.nsoft_contact .nsoft_contact-col p a{
  text-decoration:none !important;
}
.nsoft_contact .nsoft_contact-col .left{
  width:30%;
}
@media (max-width: 1023px){
  .nsoft_contact .nsoft_contact-col .left{
    width:100%;
    margin-bottom:40px;
  }
}
.nsoft_contact .nsoft_contact-col .right{
  width:65.5%;
}
@media (max-width: 1023px){
  .nsoft_contact .nsoft_contact-col .right{
    width:100%;
  }
}
.nsoft_contact .nsoft_contact-col .right .map-open,
.nsoft_contact .nsoft_contact-col .right #map-open{
  height:330px;
  border-radius:var(--radius-small);
}
.nsoft_contact .nsoft_contact-col .social{
  display:flex;
  margin:0;
  padding:0;
  list-style:none;
}
.nsoft_contact .nsoft_contact-col .social li{
  margin:6px 6px 0 0;
}
.nsoft_contact .nsoft_contact-col .social li a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:var(--radius-circle);
  border:1px solid #E5E5E5;
  background:#FFF;
}

.nsoft_contact-person{
  padding:65px 0 0 0;
}
.nsoft_contact-person.bg-gray{
  background:#F3F3F3;
  margin:0 !important;
  padding:65px 0 0 0;
}
.nsoft_contact-person .nsoft_container{
  display:flex;
  flex-wrap:wrap;
}
.nsoft_contact-person h2{
  width:100%;
  font-size:30px;
  margin:0 0 49px 0;
}
.nsoft_contact-person .person{
  display:flex;
  justify-content:space-between;
  width:33.3333%;
  margin-bottom:65px;
  padding-right:20px;
}
@media (max-width: 1199px){
  .nsoft_contact-person .person{
    width:50%;
  }
}
@media (max-width: 767px){
  .nsoft_contact-person .person{
    width:100%;
    margin-bottom:30px;
  }
}
.nsoft_contact-person .person .img{
  width:135px;
}
.nsoft_contact-person .person .img img{
  max-width:100%;
  border-radius:var(--radius-small);
}
@media (max-width: 600px){
  .nsoft_contact-person .person .img{
    width:90px;
  }
}
.nsoft_contact-person .person .text{
  width:calc(100% - 166px);
}
@media (max-width: 600px){
  .nsoft_contact-person .person .text{
    width:calc(100% - 110px);
  }
}
.nsoft_contact-person .person .text h2{
  font-size:20px;
  margin:5px 0 0 0;
}
.nsoft_contact-person .person .text p{
  font-size:14px;
  margin:4px 0 16px 0;
}
.nsoft_contact-person .person .text .info a{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  color:#000;
  font-size:14px;
  word-break:break-all;
}
.nsoft_contact-person .person .text .info a svg,
.nsoft_contact-person .person .text .info a img{
  max-width:20px;
  margin-right:10px;
}

.nsoft_contact-map-full{
  padding:65px 0;
}
@media (max-width: 767px){
  .nsoft_contact-map-full{
    margin-bottom:0;
  }
}
.nsoft_contact-map-full .map-open,
.nsoft_contact-map-full #map-open{
  margin:0 !important;
}
.nsoft_contact-map-full h2{
  width:100%;
  font-size:30px;
  margin:0 0 40px 0;
}

.nsoft_contact-form-full{
  width:100%;
  padding:65px 0;
}
.nsoft_contact-form-full h2{
  width:100%;
  font-size:30px;
  margin:0 0 40px 0;
}
.nsoft_contact-form-full .form{
  border:1px solid #D4D4D4;
  border-radius:var(--radius-small);
  padding:60px 100px;
}
@media (max-width: 1023px){
  .nsoft_contact-form-full .form{
    padding:0;
    border:none;
  }
}
.nsoft_contact-form-full .nsoft_container > p{
  font-size:16px;
  line-height:28px;
  margin-bottom:30px;
}
@media (max-width: 1023px){
  .nsoft_contact-form-full .nsoft_container > p{
    font-size:14px;
    line-height:24px;
  }
}

.map-info-contact h2{
  font-size:20px !important;
  margin:5px 0 10px 0 !important;
}
.map-info-contact p{
  font-size:14px !important;
  line-height:20px !important;
  margin:0px 0 16px 0 !important;
}

.nsoft_send_form_success,
.nsoft_send_form_error{
  padding:15px 30px;
  display:block;
  border-radius:var(--radius-medium);
  font-size:14px;
  margin-bottom:10px;
}

.nsoft_send_form_error{
  background:#FFE9E9;
  color:#FF0000;
}

.nsoft_send_form_success{
  background:#EDFFE9;
  color:#0C8928;
}

.nsoft_list_btns{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}
.nsoft_list_btns a{
  width:25%;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  padding:0 94px 58px 20px;
  text-align:right;
  min-height:280px;
  text-decoration:none !important;
}
@media (max-width: 1023px){
  .nsoft_list_btns a{
    padding:0 24px 28px 10px;
    min-height:150px;
  }
}
@media (max-width: 767px){
  .nsoft_list_btns a{
    width:50%;
    margin-bottom:4px;
  }
}
.nsoft_list_btns a:not(:last-child){
  border-right:1px solid #dedede;
}
.nsoft_list_btns a:hover, .nsoft_list_btns a.current{
  background:#9C7A58;
}
.nsoft_list_btns a:hover .number,
.nsoft_list_btns a:hover span, .nsoft_list_btns a.current .number,
.nsoft_list_btns a.current span{
  color:#FFF !important;
}
.nsoft_list_btns a span{
  display:block;
  font-size:24px;
  margin-top:20px;
  font-family:"Lora", serif;
  color:#000;
  transition:all 0.3s;
}
@media (max-width: 1023px){
  .nsoft_list_btns a span{
    font-size:16px;
  }
}
.nsoft_list_btns a span.number{
  font-size:52px;
  font-weight:600;
  color:#9C7A58 !important;
}
@media (max-width: 1023px){
  .nsoft_list_btns a span.number{
    font-size:40px;
  }
}

.nsoft_list_map{
  text-align:center;
  padding:100px 0;
}
.nsoft_list_map img{
  display:block;
  margin:0 auto;
  max-width:100%;
}

.nsoft_list_offer{
  padding-bottom:100px;
  overflow:hidden;
}
.nsoft_list_offer h2{
  font-size:44px;
  font-weight:600;
}
@media (max-width: 767px){
  .nsoft_list_offer h2{
    font-size:30px;
  }
}
.nsoft_list_offer .table-list{
  font-size:16px;
  overflow:auto;
}
@media (max-width: 1199px){
  .nsoft_list_offer .table-list thead{
    display:block;
  }
  .nsoft_list_offer .table-list thead tr{
    width:100%;
    display:block;
  }
  .nsoft_list_offer .table-list thead th{
    display:inline-block;
    width:23% !important;
    padding:0 0 20px 0;
    font-size:14px;
  }
  .nsoft_list_offer .table-list thead th.disable{
    display:none;
  }
}
@media (max-width: 767px){
  .nsoft_list_offer .table-list thead th{
    width:48% !important;
  }
}
.nsoft_list_offer .table-list .only-mobile{
  display:none;
}
@media (max-width: 1199px){
  .nsoft_list_offer .table-list .only-mobile{
    display:inline;
  }
}
.nsoft_list_offer .table-list th{
  text-align:right;
  padding:30px 0;
}
.nsoft_list_offer .table-list th:nth-child(1){
  width:10%;
}
.nsoft_list_offer .table-list th:nth-child(1){
  width:10%;
}
.nsoft_list_offer .table-list th:nth-child(1){
  width:10%;
}
.nsoft_list_offer .table-list th:nth-child(1){
  width:10%;
}
.nsoft_list_offer .table-list th:last-child{
  width:15%;
}
.nsoft_list_offer .table-list th.text-center{
  text-align:center;
  padding:0;
}
.nsoft_list_offer .table-list td{
  text-align:right;
  height:85px;
  position:relative;
  white-space:nowrap;
  z-index:3;
  padding-right:35px;
  cursor:pointer;
}
.nsoft_list_offer .table-list td:first-child{
  text-align:left;
  padding-left:25px;
  border-radius:var(--radius-small) 0 0 var(--radius-small);
  overflow:hidden;
}
.nsoft_list_offer .table-list td:last-child{
  text-align:right;
  padding-right:25px;
}
.nsoft_list_offer .table-list td.text-center{
  text-align:center;
  padding:0;
}
@media (max-width: 1199px){
  .nsoft_list_offer .table-list td.text-center{
    padding:9px 0 0 24px;
  }
}
.nsoft_list_offer .table-list td.text-center a{
  display:inline-block;
  vertical-align:middle;
}
.nsoft_list_offer .table-list td.text-center a svg{
  width:25px;
}
.nsoft_list_offer .table-list td.text-center a svg path{
  fill:#9C7A58;
}
.nsoft_list_offer .table-list td .price{
  font-weight:600;
  color:#9C7A58;
}
.nsoft_list_offer .table-list tbody tr{
  position:relative;
}
@media (max-width: 1199px){
  .nsoft_list_offer .table-list tbody tr{
    display:block;
    padding:15px 0;
    position:relative;
  }
  .nsoft_list_offer .table-list tbody tr td{
    display:block;
    width:100%;
    padding:5px 25px;
    height:auto;
    text-align:left !important;
  }
  .nsoft_list_offer .table-list tbody tr td:last-child{
    position:static;
  }
  .nsoft_list_offer .table-list tbody tr td .nsoft_btn{
    display:inline-block;
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
  }
}
@media (max-width: 1199px) and (max-width: 400px){
  .nsoft_list_offer .table-list tbody tr td .nsoft_btn{
    position:relative;
    right:auto;
    top:auto;
    transform:none;
  }
}
.nsoft_list_offer .table-list tbody tr::after{
  position:absolute;
  left:0;
  right:0;
  top:2px;
  bottom:2px;
  border:1px solid #E5E5E5;
  content:"";
  z-index:2;
  pointer-events:none;
  border-radius:var(--radius-small);
}
.nsoft_list_offer .table-list tbody tr:hover::after{
  border-color:#F3F3F3;
  background:#F3F3F3;
}
.nsoft_list_offer .table-list table{
  width:100%;
  border-collapse:collapse;
}
.nsoft_list_offer .table-list .tablesorter-header.disable{
  pointer-events:none;
}
.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner{
  position:relative;
  cursor:pointer;
  padding-right:35px;
  margin-right:0;
  padding-top:13px;
  padding-bottom:13px;
  position:relative;
  z-index:1;
}
.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner .arrow-up{
  position:absolute;
  width:14px;
  height:14px;
  content:"";
  right:10px;
  top:5px;
  transform:rotate(180deg);
}
.nsoft_list_offer .table-list .tablesorter-header:not(.disable) .tablesorter-header-inner .arrow-down{
  position:absolute;
  width:14px;
  height:14px;
  content:"";
  right:10px;
  top:29px;
}
.nsoft_list_offer .table-list .tablesorter-header:not(.disable).tablesorter-headerAsc .tablesorter-header-inner .arrow-up{
  opacity:0;
}
.nsoft_list_offer .table-list .tablesorter-header:not(.disable).tablesorter-headerDesc .tablesorter-header-inner .arrow-down{
  opacity:0;
}

.nsoft_search-biur{
  padding:60px 0;
}
@media (max-width: 767px){
  .nsoft_search-biur{
    padding-top:10px;
  }
}
.nsoft_search-biur h2{
  font-size:24px;
  margin-bottom:30px;
}
.nsoft_search-biur .nsoft_form-bottom-flex{
  justify-content:flex-end;
}
.nsoft_search-biur .nsoft_form-bottom-flex .nsoft_form-checkbox{
  margin-right:70px;
}
@media (max-width: 1199px){
  .nsoft_search-biur .nsoft_form-bottom-flex .nsoft_form-checkbox{
    margin-right:40px;
  }
}
@media (max-width: 767px){
  .nsoft_search-biur .nsoft_form-bottom-flex .nsoft_form-checkbox{
    margin-right:a;
    margin-bottom:20px;
  }
}
.nsoft_search-biur .nsoft_form-checkbox label{
  font-size:14px;
}
.nsoft_search-biur .nsoft_form-checkbox label::after{
  background-color:#FFF;
}

.nsoft_biur-list{
  padding-bottom:130px;
}
.nsoft_biur-list .nsoft_container{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.nsoft_biur-list .nsoft_container .item{
  width:49%;
  border:1px solid #D4D4D4;
  border-radius:var(--radius-small);
  padding:45px 30px 30px 30px;
  margin-bottom:35px;
}
@media (max-width: 1500px){
  .nsoft_biur-list .nsoft_container .item{
    padding:25px 30px 35px 30px;
  }
}
@media (max-width: 1199px){
  .nsoft_biur-list .nsoft_container .item{
    width:100%;
    padding:30px 20px;
  }
}
.nsoft_biur-list .nsoft_container .item .title{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  margin:0 0 65px 1px;
}
@media (max-width: 767px){
  .nsoft_biur-list .nsoft_container .item .title{
    margin:0 0 30px 0;
  }
}
.nsoft_biur-list .nsoft_container .item .title .text{
  font-size:24px;
  line-height:30px;
  font-family:"Lora", serif;
  max-width:340px;
}
@media (max-width: 767px){
  .nsoft_biur-list .nsoft_container .item .title .text{
    width:100%;
    max-width:100%;
    order:2;
  }
}
.nsoft_biur-list .nsoft_container .item .title .logo{
  width:calc(100% - 340px);
}
@media (max-width: 767px){
  .nsoft_biur-list .nsoft_container .item .title .logo{
    width:100%;
    margin-bottom:20px;
  }
}
.nsoft_biur-list .nsoft_container .item .title .logo img{
  display:block;
  margin:0 0 0 auto;
  max-width:80%;
  max-height:90px;
}
@media (max-width: 767px){
  .nsoft_biur-list .nsoft_container .item .title .logo img{
    margin:0 0 0 0;
  }
}
.nsoft_biur-list .nsoft_container .item .bottom{
  display:flex;
  flex-wrap:wrap;
}
.nsoft_biur-list .nsoft_container .item .bottom .col1{
  width:56%;
  padding-right:10px;
}
@media (max-width: 767px){
  .nsoft_biur-list .nsoft_container .item .bottom .col1{
    width:100%;
  }
}
.nsoft_biur-list .nsoft_container .item .bottom .col1 p{
  font-size:14px;
  line-height:18px;
  margin:4px 0 15px 0;
}
.nsoft_biur-list .nsoft_container .item .bottom .col1 p a{
  word-wrap:break-word;
  text-decoration:none !important;
}
.nsoft_biur-list .nsoft_container .item .bottom .col2{
  width:22%;
  padding-right:10px;
}
@media (max-width: 767px){
  .nsoft_biur-list .nsoft_container .item .bottom .col2{
    width:50%;
    margin-bottom:20px;
  }
}
.nsoft_biur-list .nsoft_container .item .bottom .col2 strong{
  font-weight:600;
  font-family:"Lora", serif;
  font-size:40px;
  color:#9C7A58;
}
.nsoft_biur-list .nsoft_container .item .bottom .col2 p{
  margin:0 0 20px 0;
  font-size:14px;
  line-height:18px;
}
.nsoft_biur-list .nsoft_container .item .bottom .col2 a{
  font-weight:600;
  font-size:14px;
  text-decoration:none !important;
}

.nsoft_partners{
  padding:110px 0;
}
@media (max-width: 1199px){
  .nsoft_partners{
    padding:80px 0;
  }
}
@media (max-width: 767px){
  .nsoft_partners{
    padding:60px 0;
  }
}
.nsoft_partners .partners_slider{
  padding:40px 120px;
}
@media (max-width: 767px){
  .nsoft_partners .partners_slider{
    padding:40px 30px 0 30px;
  }
}
.nsoft_partners .partners_slider a{
  display:flex;
  margin:0 auto;
  width:115px;
  height:103px;
  align-items:center;
  justify-content:center;
  background:#FFF;
  border-radius:var(--radius-medium);
}
.nsoft_partners .partners_slider img{
  display:block;
  margin:0 auto;
  max-width:68px;
  filter:grayscale(1);
}
.nsoft_partners .partners_slider img:hover{
  filter:grayscale(0);
}
.nsoft_partners .partners_slider .slick-prev,
.nsoft_partners .partners_slider .slick-next{
  width:52px;
  height:52px;
  border:2px solid #212121;
  border-radius:var(--radius-circle);
  position:absolute;
  text-indent:-9999px;
  background:transparent;
  z-index:10;
  cursor:pointer;
  right:15px;
  top:calc(50% - 15px);
  transform:translateY(-50%) rotate(-90deg);
  overflow:hidden;
}
.nsoft_partners .partners_slider .slick-prev svg,
.nsoft_partners .partners_slider .slick-next svg{
  position:absolute;
  left:50%;
  top:50%;
  width:12px;
  height:25px;
  content:"";
  transition:all 0.3s;
  transform:translateX(-50%) translateY(-50%);
}
@media (max-width: 767px){
  .nsoft_partners .partners_slider .slick-prev,
.nsoft_partners .partners_slider .slick-next{
    right:0 !important;
    top:auto !important;
    bottom:-79px !important;
    width:44px;
    height:44px;
  }
}
.nsoft_partners .partners_slider .slick-prev:hover::after,
.nsoft_partners .partners_slider .slick-next:hover::after{
  transform:translateX(-50%) translateY(-40%);
}
.nsoft_partners .partners_slider .slick-prev{
  left:15px;
  right:auto;
  transform:translateY(-50%) rotate(90deg);
}
@media (max-width: 767px){
  .nsoft_partners .partners_slider .slick-prev{
    left:auto;
    margin-right:50px;
  }
}
.nsoft_partners .partners_slider .slick-dots{
  position:static;
  left:0;
  right:0;
  bottom:-78px;
  display:flex;
  justify-content:center;
  margin:0;
  padding:0;
  list-style:none;
  padding:0 !important;
  list-style:none;
  margin-top:60px;
  margin-bottom:-40px;
}
@media (max-width: 767px){
  .nsoft_partners .partners_slider .slick-dots{
    justify-content:flex-start;
    bottom:-57px;
  }
}
.nsoft_partners .partners_slider .slick-dots li{
  margin:0 10px;
}
@media (max-width: 767px){
  .nsoft_partners .partners_slider .slick-dots li{
    margin:0 5px;
  }
}
.nsoft_partners .partners_slider .slick-dots li button{
  background:#DFDFDF;
  width:15px;
  height:15px;
  border-radius:var(--radius-circle);
  border:none;
  text-indent:-9999px;
  cursor:pointer;
  padding:0 !important;
  margin:0 !important;
  display:block;
}
@media (max-width: 767px){
  .nsoft_partners .partners_slider .slick-dots li button{
    width:12px;
    height:12px;
  }
}
.nsoft_partners .partners_slider .slick-dots li.slick-active button{
  background:#9C7A58 !important;
}

.title-list{
  margin:-6px 0 -20px 0;
}
@media (max-width: 767px){
  .title-list{
    margin:0 0 0 0;
    display:none;
  }
}
.title-list h2{
  font-size:44px;
  font-weight:600;
}
@media (max-width: 767px){
  .title-list h2{
    font-size:28px;
    width:100%;
  }
}
