

/* Start:/local/templates/stolf/template_styles.css?176347497610561*/
.blod-detail a:not(.btn):not(.restyled-detail-action__link), .text-box__content a:not(.btn):not(.restyled-detail-action__link) {
    text-decoration: underline;
}
.blod-detail .text-box__content img {
    width: auto;
    height: auto;
}
.blod-detail p.img-double {
    margin: 30px 0;
    display: flex;
    width: 100%;
    max-width: 1200px!important;
}
p.img-double img {
    flex: 1 1 50%;
    width: 50%!important;
}
.blod-detail iframe {
    max-width: 100%;
    margin-bottom: 30px;
}
.link-underline a {
    text-decoration: underline;
}
.g-recaptcha {
    margin-bottom: 24px;
}
.socicons {
    display: flex;
}
.socicons__item:not(:first-child) {
    margin-left: 10px;
}
.socicons__item svg {
    width: 48px;
    height: 48px;
}
.footer-feedback, .footer-contacts {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    max-width: 432px;
}
.footer-contacts {
    padding-right: 40px;
}
.footer-feedback {
    margin-left: 10%;
}
.footer-social {
    margin-top: 30px;
}
@media (max-width: 960px) {
    .footer-feedback, .footer-contacts {
        display: block;
        width: 100%;
        padding: 0;
    }
    .footer-contacts {
        margin-bottom: 48px;
    }
    .footer-feedback {
        float: none;
        margin-left: 0;
    }
    .footer-feedback span {
        margin-bottom: 24px;
    }
}
@media (min-width: 1600px) {
    .footer-social {
        margin-top: 0;
        display: inline-block;
        margin-left: 10%;
    }
}
@media (max-width: 767.98px) {
    .projects-item .projects-name {
        word-break: break-word;
    }
}
.catalog-sections {
    margin-top: 20px;
    margin-bottom: 30px;
}
.catalog-sections__item {
    background: #f7f7f7;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 16px;
}
.catalog-sections__hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    opacity: 0;
    transition: opacity .3s ease;
}
.catalog-sections__item:hover .catalog-sections__hover {
    opacity: 1;
}
.catalog-sections__hover img {
    max-width: 100%;
}
.catalog-sections__hover-image {
    display: block;
}
.catalog-sections__hover-content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform .3s ease;
    transform: translateY(7px);
    height: 100%;
}
.catalog-sections__item:hover .catalog-sections__hover-content {
    transform: translateY(0);
}
.catalog-sections__hover-content-holder {
    max-height: 100%;
}
.catalog-sections__hover-content-holder, .catalog-sections__hover-image, .catalog-sections__item {
    padding: 30px 20px;
}
.catalog-sections__hover-content-holder > * {
    display: block;
}
.catalog-sections__item .main-item__link {
    color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L5 5.5L1 9.5' stroke='%23fff' stroke-width='1.3'/%3E%3C/svg%3E");
    background-position: 100% 8px;
    opacity: .5;
    font-size: 16px;
    line-height: 24px;
}
.catalog-sections__image {
    margin-bottom: 45px;
}
.catalog-sections__image img {
    max-width: 100%;
}
.catalog-sections__hover-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 17px;
}
.catalog-sections__hover-text {
    font-size: 14px;
    line-height: 22px;
}
.catalog-sections__hover-more {
    margin-top: 26px;
}
.catalog-sections__title, .catalog-sections__hover-title {
    word-break: break-word
}
.catalog-request {
    padding: 20px;
    justify-content: center;
    align-items: center;
}
.catalog-request__icon {
    margin-bottom: 22px;
}
.catalog-request__title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}
.catalog-request__text {
    max-width: 200px;
    margin-bottom: 55px;
}
.catalog-request .restyled-detail-action__link {
    max-width: 190px;
}
@media (max-width: 991.98px) {
    .catalog-request {
        grid-column: 1 / span 3;
        padding: 30px 20px;
    }
    .catalog-request__icon {
        margin-bottom: 15px;
    }
    .catalog-request__title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .catalog-request__text {
        margin-bottom: 30px;
    }
    .catalog-sections__hover-title {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 767.98px) {
    .catalog-request {
        grid-column: 1 / span 2;
    }
}
@media (min-width: 768px) {
    .catalog-sections {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .catalog-sections__item {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .catalog-sections {
        margin-bottom: 90px;
    }
    .catalog-sections__item, .catalog-sections__hover-content-holder, .catalog-sections__hover-image {
        padding: 58px 20px 54px;
    }
}
@media (min-width: 1200px) {
    .catalog-sections {
        grid-gap: 40px;
        margin-top: 40px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-bottom: 90px;
    }
}
@media (min-width: 1600px) {
    .catalog-sections {
        grid-template-columns: repeat(5, 1fr);
    }
}
.restyled-detail-action__link-arrow {
    padding-right: 16px;
    background: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L5 5.5L1 9.5' stroke='%23000' stroke-width='1.3'/%3E%3C/svg%3E") right center no-repeat;
}
.wrap_gray {
    background: #f7f7f7;
    padding-top: 1px!important;
    padding-bottom: 1px!important;
}
.accordion {
    border-bottom: 1px solid #000;
}
.accordion__number {
    color: #ffc400;
}
.accordion__title {
    font-size: 30px;
    line-height: 36px;
    display: flex;
    position: relative;
    cursor: pointer;
    padding: 25px 60px 28px 0;
}
.accordion__number {
    flex: 0 0 40px;
}
.accordion__item {
    border-top: 1px solid #000;
}
.accordion__content-holder {
    padding: 16px 65px 50px 40px;
}
.accordion__close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
}
.accordion__item.active .accordion__close {
    transform: translateY(-50%) rotate(45deg);
}
.accordion__close::after, .accordion__close::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: black;
    width: 11px;
    top: 50%;
    transform: rotate(-45deg);
    transition: all 0.2s ease-in-out;
    right: -2px;
}
.accordion__close::after {
    transform: rotate(45deg);
    left: -2px;
}
.accordion__item.active .accordion__close::before {
    transform: rotate(0deg);
    right: 0;
    width: 14px;
}
.accordion__item.active .accordion__close::after {
    width: 14px;
    transform: rotate(90deg);
    left: 0;
}
.accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.accordion__item.active .accordion__content {
    max-height: 500px;
}
@media (max-width: 960px) {
    .accordion {
        margin-top: 5px;
    }
    .accordion__title {
        font-size: 18px;
        line-height: 24px;
    }
    .accordion__content-holder {
        padding: 10px 65px 40px 40px;
    }
}
.projects-over_light {
    background: #fff!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.projects-over_light .projects-over__link {
    top: 32px;
}
.text-box.text-box_dark {
    background: #1a1a1a url(/metall/back.png) center top no-repeat;
    color: #fff;
    padding: 80px 0;
    margin: 80px 0;
}
.text-box_dark h2 {
    color: #fff;
    margin-left: 40px;
}
.projects-over .projects-item.swiper-slide {
    margin-bottom: 0;
}
.text-box.text-box_dark p {
    margin-bottom: 20px;
}
.text-box__title_calc {
    position: relative;
    padding-left: 80px;
}
.text-box__title_calc:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23ffc400; stroke-width: 2px; fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M37.341,12.224A19,19,0,0,0,1,20H39A19,19,0,0,1,2.659,27.776'/%3E%3Cpath class='cls-1' d='M20,6V16m-5-5H25'/%3E%3Cpath class='cls-1' d='M15,29H25'/%3E%3C/svg%3E");
    background-size: 100%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
}
.darck-box .text-box {
    padding: 0!important;
    margin: 0!important;
}
.icon-list li {
    margin-bottom: 16px!important;
}
.icon-list li:before {
    display: none!important
}
@media (max-width: 960px) {
    .icon-list li {
        margin-bottom: 8px!important;
    }
    .darck-box .text-box__title {
        margin-left: 0!important;
    }
    .extra-link {
        margin-top: 15px;
    }
    .break-word {
        word-break: break-word
    }
    .text-box.text-box_dark {
        padding: 40px 16px;
    }
    .text-box_dark h2 {
        margin-left: 0;
        position: relative!important;
    }
    .text-box__title_calc {
        padding-left: 40px;
    }
    .text-box__title_calc:before {
        width: 20px;
        height: 20px;
    }
    .text-box .accordion {
        margin-left: -16px;
    }
    .accordion__title {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.row {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.row > * {
    padding: 0 15px;
    flex: 0 0 100%;
}
.text-box_dark .text-box__content {
    padding-right: 40px;
}
@media (min-width: 1241px) {
    .col-lg-6 {
        flex: 0 0 50%;
        width: 50%;
    }
    .text-box_dark h2 {
        margin-left: 100px;
    }
}
.scrollbar {
    overflow: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar {
    width: 5px;
}
.scrollbar::-webkit-scrollbar-track {
    border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #999;
    border: 1px solid #fff;
}
.scrollbar::-webkit-scrollbar-thumb:window-inactive {
    background: #999;
    border: 1px solid #fff;
}
.link-underline + .restyled-detail-action {
    margin-top: 30px;
}
a[href^='tel:'] {
    white-space: nowrap;
}
.mt-8 {
    margin-top: 80px;
}

/* End */


/* Start:/local/templates/stolf/js/fancybox/jquery.fancybox.css?160491601813058*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide::before{content:'';display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image::before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:0 0;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-ms-transform-origin:top left;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:0 0;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:0 0;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:0}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:0}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-ms-transform:scaleX(0);transform:scaleX(0);-ms-transform-origin:0;transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:0 0;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(to top,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,rgba(0,0,0,0) 100%);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px 44px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:fancybox-rotate 1s linear infinite;background:0 0;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translate3d(0,0,0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scale3d(1,1,1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-ms-transform:rotate(-360deg);transform:rotate(-360deg)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-ms-transform:rotate(360deg);transform:rotate(360deg)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-ms-transform:rotate(0);transform:rotate(0)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scale3d(1,1,1) translate3d(0,0,0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translate3d(0,0,0) scale(1)}@media all and (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px 0}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px 5px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:0 0;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0 0;outline:0;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px 2px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:center center;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:0;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a::before{border:6px solid #ff5268;bottom:0;content:'';left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus::before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active::before{opacity:1}@media all and (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/stolf/js/formstyler/jquery.formstyler.css?16049160181783*/
.jq-checkbox,.jq-radio{position:relative;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.jq-checkbox input,.jq-radio input{position:absolute;z-index:-1;margin:0;padding:0;opacity:0}.jq-file{position:relative;display:inline-block;overflow:hidden}.jq-file input{position:absolute;top:0;right:0;height:auto;margin:0;padding:0;opacity:0;font-size:100px;line-height:1em}.jq-file__name{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.jq-select-multiple,.jq-selectbox{position:relative;display:inline-block}.jq-select-multiple select,.jq-selectbox select{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0}.jq-select-multiple li,.jq-selectbox li{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.jq-selectbox{z-index:10}.jq-selectbox__select{position:relative}.jq-selectbox__select-text{overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis}.jq-selectbox__dropdown{position:absolute}.jq-selectbox__search input{-webkit-appearance:textfield}.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration{-webkit-appearance:none}.jq-selectbox__dropdown ul{position:relative;overflow:auto;overflow-x:hidden;list-style:none;-webkit-overflow-scrolling:touch}.jq-select-multiple ul{position:relative;overflow-x:hidden;-webkit-overflow-scrolling:touch}.jq-number{display:inline-block}.jq-number__field input{-moz-appearance:textfield;text-align:left}.jq-number__field input::-webkit-inner-spin-button,.jq-number__field input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}
/* End */


/* Start:/local/templates/stolf/js/swiper/swiper-bundle.min.css?160491601813681*/
/**
 * Swiper 6.3.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 20, 2020
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/stolf/stolf.css?1748873909111742*/
@charset "UTF-8";
@font-face {
  font-family: 'Formular';
  src: url("/local/templates/stolf/fonts/Formular.eot");
  src: local("Formular"), url("/local/templates/stolf/fonts/Formular.eot?#iefix") format("embedded-opentype"), url("/local/templates/stolf/fonts/Formular.woff2") format("woff2"), url("/local/templates/stolf/fonts/Formular.woff") format("woff"), url("/local/templates/stolf/fonts/Formular.ttf") format("truetype");
  font-display: swap;
  font-weight: normal;
  font-style: normal; }

body,
html {
  padding: 0;
  margin: 0;
  background: #ffffff;
  font-family: "Formular", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #000000;
  font-style: normal;
  font-weight: normal; }

* {
  box-sizing: border-box;
  outline: none; }

p:first-child, h2:first-child, h3:first-child {
  margin-top: 0; }

p:last-child, h2:last-child, h3:last-child {
  margin-bottom: 0; }

a {
  color: #000000;
  text-decoration: none; }
a:hover {
  color: #000000; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Formular", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -0.022em;
  color: #000000;
  margin-bottom: 24px; }

.h1,
.h2,
.h3,
.h4 {
  margin-top: 0; }

h2, .h2 {
  font-size: 48px;
  line-height: 56px; }

h3, .h3 {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.021em;
  margin-bottom: 32px; }

h4, .h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.019em;
  margin-bottom: 8px; }

[data-js-tab] {
  display: none; }
[data-js-tab].active {
  display: block; }

.tab-links {
  text-align: center;
  margin-bottom: 32px; }

.tab-link {
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  opacity: .5;
  margin: 0 19px;
  padding-bottom: 6px; }
.tab-link:hover {
  opacity: 1; }
.tab-link.active {
  border-bottom-color: #9C9081;
  opacity: 1; }
.tab-link:first-child {
  margin-left: 0; }

.breadcrumbs {
  margin: 0 0 8px;
  color: #999999; }
.breadcrumbs span, .breadcrumbs a {
  display: inline-block;
  vertical-align: top;
  color: #999999; }

.input {
  -webkit-appearance: none;
  outline: none;
  background: #ffffff;
  border: 1px solid #CBCBCB;
  border-radius: 1px;
  padding: 8px 16px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  height: 40px;
  font-family: "Formular", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #000000;
  font-style: normal;
  font-weight: normal; }
.input + span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  position: absolute;
  top: 0;
  left: 0; }
.input-wrap {
  display: block;
  position: relative;
  width: 100%;
  max-width: 432px;
  cursor: pointer;
  margin-bottom: 24px;
  padding-top: 24px; }
.input-wrap--file {
  position: relative; }
.input-wrap--file input {
  opacity: 0;
  z-index: -1;
  position: absolute;
  visibility: hidden; }
.input-wrap--file .input-file.input {
  display: block;
  border: 1px dashed #CBCBCB;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 48px;
  text-align: center;
  margin-top: 16px;
  background-color: rgba(255, 255, 255, 0);
  height: auto; }
.input-wrap--file .input-file.input span {
  display: inline-block;
  vertical-align: top;
  max-width: 160px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #999999; }
.input-wrap--file .input-file.input span a {
  color: #999999;
  text-decoration: underline; }
.input.select {
  padding: 0;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0); }
.input.select .jq-selectbox__select-text {
  padding: 7px 16px;
  position: relative; }
.input.select .jq-selectbox__select-text:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 14px;
  background: url("/local/templates/stolf/images/svg/arr-choose.svg") no-repeat center;
  right: 10px;
  top: 12px; }
.input.select.opened {
  border-bottom: 0; }
.input.select.opened .jq-selectbox__select-text:after {
  transform: rotate(-180deg); }
.input.select .jq-selectbox__dropdown {
  left: -1px;
  right: -1px;
  background: #ffffff;
  border: 1px solid #999999;
  border-top: 0;
  border-radius: 1px; }
.input.select .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0; }
.input.select .jq-selectbox__dropdown ul li {
  padding: 8px 16px; }
.input.select .jq-selectbox__dropdown ul li.sel, .input.select .jq-selectbox__dropdown ul li:hover {
  background-color: #f7f7f7; }
.input:focus, .input:hover {
  border-color: #999999; }

textarea.input {
  height: auto; }

.check {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  border: 1px solid #CBCBCB;
  border-radius: 1px;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  outline-offset: 0; }
.check + span {
  display: inline-block;
  vertical-align: top;
  margin-top: -4px; }
.check-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin: 0 0 24px;
  padding-left: 24px; }
.check .jq-checkbox__div {
  width: 22px;
  height: 22px;
  background: url("/local/templates/stolf/images/svg/check.svg") no-repeat center;
  opacity: 0; }
.check.checked {
  border: 0; }
.check.checked .jq-checkbox__div {
  opacity: 1; }
.check.checked + span {
  color: #999999; }
.check input {
  visibility: hidden; }
.check:not(.checked):hover {
  border-color: #999999; }

::placeholder {
  font-family: "Formular", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.011em;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  color: #999999; }

.nav {
  margin: 80px 0; }
.nav a {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  min-width: 40px;
  text-align: center;
  line-height: 40px; }
.nav a:hover {
  background-color: #F7F7F7; }
.nav a.prev {
  margin-right: 26px; }
.nav a.next {
  margin-left: 24px; }
.nav a.next:hover, .nav a.prev:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #999999; }
.nav a.active {
  background-color: #FFC400; }

.btn {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  font-family: "Formular", "Arial", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.011em;
  color: #000000;
  border: 1px solid #FFC400;
  padding: 7px 30px;
  cursor: pointer;
  background: #FFC400;
  border-radius: 0; }
.btn:hover {
  background-color: #F5B802; }

.wrap {
  margin: 0 auto;
  padding: 0 56px; }
.page-top_chimney {
  margin-left: -56px;
  margin-right: -56px;
  padding: 56px 56px 0;
}
.right-area {
  background: #FFC400;
  width: 56px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99993; }
.right-area a {
  display: inline-block;
  vertical-align: top;
  padding-top: 36px;
  background: url("/local/templates/stolf/images/svg/ico-request.svg") no-repeat 50% 0;
  position: absolute;
  top: 32px;
  right: 15px;
  writing-mode: tb-rl;
  white-space: nowrap; }
.right-area a.opened {
  background-image: url("/local/templates/stolf/images/svg/close.svg"); }
.right-area a:hover {
  text-decoration: underline; }

.page-top h1 {
  margin-top: 0;
  margin-bottom: 32px; }
.page-top h1 img {
  vertical-align: middle; }
.page-top h1 span.i {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  height: 40px; }
.page-top h1 span.i:before {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background-size: 60px auto;
  content: ""; }

.main {
  min-height: 460px;
  margin-right: 56px;
  padding: 136px 0 80px;
  width: calc(100% - 56px);

}
.body--chimney .main {
  padding-bottom: 0;
}
.main > img {
  display: block;
  width: 100%; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 56px;
  background: #fff;
  z-index: 9; }
@media (min-width: 1153px) {
  .header {
    padding-bottom: 8px;
  }
  .body--headerType2 .restyled-header {
    background: #191919;
  }
  .body--chimney .main {
    padding-top: 88px;
  }
  .page-top_chimney {
    flex-direction: row!important;
    align-items: center;
    min-height: 638px;
  }
  .page-top_chimney .page-top__content {
    padding-bottom: 56px;
  }
  .page-top_chimney .page-top__image {
    flex: 0 0 50%;
    align-self: flex-end
  }
}
.header > .wrap {
  position: relative;
  height: 80px;
  z-index: 2; }
.header-phone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 56px;
  top: 32px; }

.logo {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 96px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 56px;
  transform: translateY(-50%);
  background: no-repeat center center url("/local/templates/stolf/images/svg/logo.svg");
  background-size: contain;
  white-space: nowrap;
  text-indent: 100px;
  overflow: hidden; }

.body--headerType2 .main {
  padding-top: 0; }

.page-top {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.body--headerType2 .page-top {
  padding: 136px 56px 80px;
  min-height: 560px;
  margin: 0 -56px 80px;
  background-color: #191919;
  color: #ffffff;
  position: relative;
  overflow: hidden; }
.page-top__bg {
  pointer-events: none;
}
.body--headerType2 .page-top__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.1;
  transform: translateY(10%); }
.body--headerType2 .page-top__bg img {
  display: block;
  width: auto;
  min-width: 100%;
  position: absolute;
  top: 0;
  right: 0; }
.body--headerType2 .page-top__content {
  z-index: 2;
  min-height: 270px; }
.body--headerType2 .page-top .projects-item__descr {
  margin: 0; }
.body--headerType2 .page-top .projects-item__type {
  color: #fff; }
.body--headerType2 .page-top .projects-item__type:hover {
  color: #999999;
  text-decoration: none; }

.body--headerType2 .breadcrumbs {
  color: #ffffff;
  opacity: .5; }

.body--headerType2 .breadcrumbs span,
.body--headerType2 .breadcrumbs a,
.body--headerType2 h1 {
  color: #ffffff; }

.body--projectsDetail h1 {
  margin-bottom: 24px; }

.body--projectsDetail .projects-item__city {
  margin-right: 59px; }

/*.body--blogDetail .page-top {*/
/*  background: url("/local/templates/stolf/images/blog-top.jpg") no-repeat center;*/
/*  background-size: cover;*/
/*  position: relative; }*/
.body--blogDetail .page-top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191919;
  opacity: 0.7; }
.body--blogDetail .page-top__content {
  position: relative;
  z-index: 1; }
.body--blogDetail .page-top .news-item__type {
  color: #000; }

.body--404 .breadcrumbs {
  display: none; }

.body--404 .main {
  background: url("/local/templates/stolf/images/static/not-found-bg.svg") no-repeat center;
  padding: 255px 0;
  text-align: center; }
.body--404 .main a {
  display: inline-block;
  vertical-align: top;
  color: #999999;
  text-decoration-line: underline;
  text-underline-position: under;
  margin: 0 16px; }
.body--404 .main a:hover {
  text-decoration: none; }

.body--404 h1 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.022em;
  margin-bottom: 16px; }

.body--about .page-top {
  margin-bottom: 40px; }

.body--production .projects-over {
  margin-top: 80px; }
.top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  margin: 32px 0 0 168px; }
.top-menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0; }
.top-menu > li:last-child a {
  margin-right: 0; }
.top-menu > li > a:hover {
  color: #999999; }
.top-menu > li a {
  display: inline-block;
  vertical-align: top;
  margin-right: 33px; }
.top-menu > li.parent > a {
  position: relative;
  padding-right: 16px;
  margin-right: 26px; }
.top-menu > li.parent > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: url(/local/templates/stolf/images/svg/arr-choose.svg) no-repeat center;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
.top-menu > li.parent:hover > a {
  color: #999999; }
.top-menu > li.parent:hover > a:after {
  transform: translateY(-50%) rotate(-180deg); }
.top-menu > li.parent:hover .sub-menu {
  display: block; }

.sub-menu {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 9px 15px rgba(0, 0, 0, 0.05);
  padding: 64px 0 2px;
  z-index: -1; }
.sub-menu > .wrap {
  padding-left: 224px; }
.sub-menu__pics {
  width: 26.5%;
  position: relative;
}
.sub-menu__pic {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 400px;
  background: no-repeat right 75px;
  background-size: contain;
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
}
.sub-menu__pic.active {
  opacity: 1;
  background-position: right 50px;
  visibility: visible;
}
.sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  width: 33.33%; }
.sub-menu ul:first-child {
  width: 26.5%; }
.sub-menu li {
  margin-bottom: 16px; }
.sub-menu li a {
  display: block; }
.sub-menu li a:hover {
  color: #999999; }
.sub-menu li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }
.sub-menu__title {
  color: #999999; }

.body--headerType2 .top-menu .sub-menu a:hover {
  color: #999999; }

.body--headerType2 .top-menu > li.parent > a:after {
  background-image: url("/local/templates/stolf/images/svg/arr-choose-w.svg"); }

.body--headerType2.body--sub-menu .top-menu > li.parent > a:after {
  background-image: url("/local/templates/stolf/images/svg/arr-choose.svg"); }

.body--headerType2 .header .logo {
  background-image: url("/local/templates/stolf/images/svg/logo-w.svg"); }

.body--sub-menu.body--headerType2 .header a,
.body--sub-menu.body--headerType2 .header,
.body--sub-menu .header a,
.body--sub-menu .header {
  color: #000; }

.body--sub-menu.body--headerType2 .header,
.body--sub-menu .header {
  background-color: #fff; }

.body--sub-menu.body--headerType2 .logo,
.body--sub-menu .logo {
  background-image: url("/local/templates/stolf/images/svg/logo.svg"); }

.footer {
  background-color: #F7F7F7;
  margin-right: 56px;
  width: calc(100% - 56px);
  position: relative;
  z-index: 3; }
.footer-top {
  padding: 32px 0 64px 224px;
  position: relative;
  /*max-width: 1280px;*/ }
.footer-top .col span {
  display: block;
  max-width: 318px;
}
.footer-top .logo {
  top: 32px;
  left: 0;
  transform: none; }
.footer-top .phone,
.footer-top .mail {
  display: block;
  margin-bottom: 8px; }
.footer-top .link {
  display: block;
  margin-top: 32px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.021em;
  padding-top: 8px;
  position: relative;
  border-top: 1px solid #000000;
  background: url("/local/templates/stolf/images/svg/ico-link.svg") no-repeat 100% 15px;
  transition: all .3s; }
.footer-top .link:hover {
  padding-left: 10px; }
.footer-bot {
  position: relative;
  padding-bottom: 16px;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  letter-spacing: 0; }
.footer-bot > span {
  margin-right: 166px; }
.footer-bot .prominado {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  bottom: 16px;
  right: 0;
  color: #999999; }
.footer-bot .prominado span {
  color: #000; }

.footer-bot .policy {
  display: inline-block;
  margin-top: 10px;
}
#changeCity {
  display: none; }

.fancybox-slide--html {
  padding: 0; }

.popup {
  padding: 40px;
  width: 100%;
  max-width: 600px; }
.popup-title {
  margin-bottom: 22px; }
.popup-text {
  margin-bottom: 32px; }
.popup ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.popup ul li {
  margin: 0; }
.popup ul li a {
  display: block;
  line-height: 32px; }
.popup ul li a:hover {
  color: #999999; }
.popup-request {
  position: fixed;
  top: 0;
  margin: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  max-width: 880px;
  padding: 128px 112px;
  transition: right 2s; }
.popup-request form {
  display: block;
  position: relative;
  max-width: 656px;
  margin-bottom: 32px; }
.popup-request textarea {
  min-height: 104px; }
.popup-request .fancybox-close-small {
  display: none; }
.popup#callback {
  max-width: 880px; }
.popup#callback .agree {
  bottom: 45px;
  left: 204px; }
.popup .agree {
  display: block;
  text-align: left;
  cursor: pointer;
  max-width: 520px;
  position: absolute;
  bottom: 5px;
  left: 160px; }
.popup .agree .check {
  display: none; }
.popup .agree .check + span {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 0; }
.popup .input-wrap {
  max-width: 100%; }
.popup .input-wrap--2 {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 8px);
  margin-right: 16px; }
.popup .input-wrap--2.last {
  margin-right: 0; }
.popup-resume form {
  max-width: 432px; }
.popup-resume .input-wrap--file {
  padding-top: 0;
  margin-bottom: 40px; }
.popup-resume .agree {
  position: static;
  display: block;
  max-width: 344px;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  margin-top: 16px; }
.popup-callback form {
  max-width: 432px; }
.popup-callback .agree {
  position: static;
  display: block;
  max-width: 344px;
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  margin-top: 16px; }
.popup-callback .agree a {
  color: #999999; }

.contacts-top {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 40px; }

.contacts-city {
  margin-bottom: 32px; }
.contacts-city__selected {
  display: inline-block;
  vertical-align: top;
  margin-right: 32px;
  margin-bottom: 0; }
.contacts-city__change {
  display: inline-block;
  vertical-align: top;
  color: #999999;
  padding-top: 13px;
  text-decoration-line: underline;
  text-underline-position: under; }
.contacts-city__change:hover {
  text-decoration: none; }

.contacts-box {
  display: inline-block;
  vertical-align: top;
  width: 47.7%;
  padding-right: 20px;
  margin-bottom: 32px; }
.contacts-box__title {
  color: #999999;
  margin-bottom: 8px; }
.contacts-box--address {
  width: 34.6%; }
.contacts-box--email {
  width: 17.7%; }
.contacts-box--phone .btn {
  position: absolute;
  top: 102px;
  right: 0; }
.contacts-box--phone .phone {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.021em; }
.contacts-box span + .contacts-box__title {
  margin-top: 24px; }

.contacts-info {
  position: absolute;
  bottom: 0;
  left: 0; }
.contacts-info span {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px 0 4px;
  margin-left: -4px;
  background-color: #C8ECF8; }

.contacts-map {
  height: 416px;
  margin-bottom: 80px; }

.contacts-data {
  margin-bottom: 76px; }
.contacts-data__title {
  margin-bottom: 28px; }
.contacts-data .col {
  display: inline-block;
  vertical-align: top;
  width: 47.2%; }
.contacts-data .col span {
  display: inline-block;
  vertical-align: top;
  max-width: 536px;
  line-height: 32px; }
.contacts-data .col:first-child {
  padding-right: 16px;
  width: 52.8%; }

.projects-items {
  margin-bottom: -60px;
}
.projects-item {
  vertical-align: top;
  display: inline-block;
  width: calc(25% - 30px);
  margin-right: 40px;
  position: relative;
  margin-bottom: 50px; }
.projects-item:nth-of-type(4n) {
  margin-right: 0; }
.projects-over__items .projects-item:nth-of-type(4n) {
  display: inline-block;
}
@media (max-width: 1679px) {
  .projects-item {
    width: calc(33.33% - 20px);
    margin-right: 30px; }
  .projects-item:nth-of-type(4n) {
    margin-right: 30px; }
  .projects-item:nth-of-type(3n) {
    margin-right: 0; }
  .projects-over__items .projects-item:nth-of-type(4n) {
    display: none;
  }
}

.projects-item__title {
  display: block;
  margin-bottom: 25px;
  padding-top: 5px; }
.projects-item__city, .projects-item__type {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 41px;
  margin-bottom: 30px; }
.projects-item__city:before, .projects-item__type:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("/local/templates/stolf/images/svg/ico-fire.svg") no-repeat center;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
.projects-item__type:hover {
  color: #999999;
  text-decoration: none; }
.projects-item__city {
  margin-bottom: 20px;
  margin-right: 55px; }
.projects-item__city:before {
  width: 21px;
  height: 30px;
  background-image: url("/local/templates/stolf/images/svg/ico-pin.svg");
  left: 2px; }
.projects-item__type {
  text-decoration: underline;
  text-underline-position: under; }
.projects-item__text {
  display: block;
  margin-bottom: 8px;
  padding-left: 2px; }
.projects-item__descr {
  display: block;
  margin-bottom: 32px;
  padding-left: 2px; }
.projects-item__descr .tr {
  margin-bottom: 5px;
  display: block; }
.projects-item__descr .tr span {
  color: #999999; }
.projects-item__link {
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
  background: url("/local/templates/stolf/images/svg/arr-right.svg") no-repeat 100% 8px;
  color: #999999; }
.projects-item__link:hover {
  filter: brightness(0); }
.projects-item__img {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 120%;
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 20px;
}

.projects-over {
  margin: 120px -56px 80px;
  padding: 80px 56px;
  background-color: #F7F7F7;
  position: relative; }
.projects-over__title {
  margin-bottom: 48px; }
.projects-over__link {
  position: absolute;
  color: #999999;
  top: 112px;
  right: 56px;
  padding-right: 16px;
  background: url("/local/templates/stolf/images/svg/arr-right.svg") no-repeat 100% 8px; }
.projects-over .projects-item:last-child {
  margin-bottom: 0; }
.projects-over .projects-item {
  margin-bottom: 40px; }

.img-item {
  max-width: none;
  position: relative;
  will-change: transform;
  overflow: hidden;
  margin: 0 -56px; }
.img-item__wrap {
  overflow: hidden;
  margin: 0 -56px;
  width: calc(100% + 112px);
  will-change: transform;
  height: 0;
  padding-top: 44.5%; }
.img-item__src {
  display: block;
  top: -20px;
  width: auto;
  bottom: -40px;
  left: 0;
  right: 0;
  background: no-repeat center;
  background-size: cover;
  position: absolute;
  will-change: transform; }
.img-item--top {
  margin-top: 82px; }

.images-slider {
  margin: 80px -56px 120px; }
.images-slider:not(.images-slider--projects) .swiper-slide {
  width: auto;
  line-height: 0;
  padding-top: 32%;
  height: 0;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover; }
.images-slider--projects {
  margin-left: 0;
  margin-right: 0;
}
.images-slider--projects .swiper-slide {
  width: auto;
  line-height: 0; }
.images-slider .swiper-button-next,
.images-slider .swiper-button-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  margin: 0;
  height: 100% !important; }
.images-slider .swiper-button-next:after,
.images-slider .swiper-button-prev:after {
  display: none; }
.images-slider .swiper-button-next:hover,
.images-slider .swiper-button-prev:hover {
  cursor: url("/local/templates/stolf/images/svg/nav-l.png"), pointer; }
.images-slider .swiper-button-next {
  left: auto;
  right: 0;
  z-index: 1; }
.images-slider .swiper-button-next:hover {
  cursor: url("/local/templates/stolf/images/svg/nav-r.png"), pointer; }
.images-slider--wide {
  height: 0;
  padding-top: 44.5%;
}
.images-slider--wide .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.images-slider--projects .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.text-box {
  position: relative;
  margin: 80px 0;
  padding-top: 16px; }
.text-box:after {
  display: block;
  content: "";
  clear: both; }
.text-box__title {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 35%; }


@media (min-width: 961px) {
  .text-box_equal {
    display: flex;
  }
  .text-box_equal .text-box__title, .text-box_equal .text-box__content
  {
    width: 50%;
  }
  .text-box_equal .text-box__title {
    padding-right: 16px;
  }
  .text-box_equal .text-box__content {
    margin-left: 0;
    padding-left: 16px;
  }
}
@media (min-width: 961px) {
  .text-box_equal .text-box__title, .text-box_equal > .text-box__content:first-child {
    padding-right: 60px;
    padding-left: 0;
  }
  .text-box_equal .text-box__title + .text-box__content, .text-box_equal .text-box__content + .text-box__content {
    padding-left: 60px;
  }
}
.text-box__content {
  margin-left: 44%; }
.text-box__content-image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.text-box table {
  width: 100%;
  max-width: 712px;
  border-collapse: collapse;
  border-top: 1px solid #000;
  margin-top: 30px; }
.text-box table tr:first-child td {
  padding-top: 23px; }
.text-box table tr:last-child td {
  padding-bottom: 0; }
.text-box table td {
  padding: 12px 2px;
  vertical-align: top; }
.text-box table td:first-child {
  color: #999999;
  padding-right: 20px; }
.text-box table td:last-child {
  max-width: 210px; }
.text-box h2.h3,.text-box h3:not(.chimney-type-title) {
  margin-bottom: 16px;
  margin-top: 0; }
.text-box ul + h3,
.text-box p + h3 {
  margin-top: 40px;
  margin-bottom: 16px; }
.text-box p {
  margin-top: 0;
  margin-bottom: 8px;
  max-width: 660px; }
.text-box p + .gray-area {
  margin: 56px 0 48px;
  padding: 42px 40px 48px; }
.text-box p + .gray-area h2, .text-box p + .gray-area .h2 {
  margin-bottom: 14px; }
.text-box__review {
  margin: 40px 0;
  padding: 40px;
  background: #F7F7F7; }
.text-box__review-bot {
  text-align: right;
  margin-top: 32px; }
.text-box__review-author {
  font-style: italic; }
.text-box__review-position {
  color: #999999; }
.text-box__file {
  display: block;
  padding-left: 64px;
  padding-right: 30px;
  position: relative;
  width: 50%;
  background: url("/local/templates/stolf/images/svg/ico-file.svg") no-repeat 4px 10px;
  margin-top: 32px; }
.text-box__file .h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 8px;
  color: #000;
  transition: all .3s; }
.text-box__file span {
  color: #999999; }
.text-box__file:hover {
  color: #999999; }
.text-box__file:hover .h4 {
  color: #999999; }
.text-box--border {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 96px 0 82px 0; }
.text-box--bottom-border {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 80px; }
.text-box--border .text-box__title {
  top: 80px; }
.text-box ul {
  margin-top: 0;
  margin-bottom: 32px;
  list-style: none; }
.text-box ul:not(.serv-box__links) li {
  margin-bottom: 8px;
  position: relative; }
.text-box ul:not(.serv-box__links) li:before {
  content: '\2014 ';
  vert-align: top;
  margin-left: -20px;
  margin-right: 3px; }
.text-box ul li p {
  margin: 0;
  display: inline-block;
}
.text-box .table {
  margin: 26px -16px 0; }
.text-box .table .td:first-child {
  width: 100%;
  max-width: 222px; }
.text-box--items .text-box__title {
  width: 41%; }
.text-box--items .text-box__item:nth-child(3) {
  margin-top: 128px; }
.text-box__item {
  position: relative;
  margin-top: 72px;
  margin-bottom: 72px; }
.text-box__item h3 {
  position: absolute;
  top: -9px;
  left: -335px;
  width: 250px; }
.text-box__item .img-item__wrap {
  margin: 0;
  width: 100%;
  height: 360px; }
.text-box__item .img-item--top {
  margin-top: 32px; }
.text-box .col {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-top: 24px;
  margin-bottom: 40px; }
.text-box .col-left {
  width: 288px;
  white-space: nowrap; }
.text-box .col:last-child, .text-box .col:nth-last-child(2) {
  margin-bottom: 0; }
.text-box .numbers {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.022em; }
.text-box .numbers span {
  display: inline-block;
  vertical-align: super;
  font-size: 40px; }
.text-box--vacancies {
  margin: 65px 0; }
.text-box--vacancies .text-box__title {
  margin-top: 17px; }
.text-box .img-item {
  margin: 32px -56px 0 0; }

.text-box--table table {
  border: none;
}
.text-box--table table td {
  border: none;
  padding: 8px 16px 7px;
  color: #000 !important;
}
.text-box--table table tr:first-child td {
  color: #999 !important;
}
.text-box--table table tr:nth-child(2n+2) td {
  background: #f7f7f7;
}
.table-wrapper {
  margin: 20px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.gray-area {
  background-color: #F7F7F7;
  padding: 32px 40px; }
.gray-area .h3.price {
  margin: 24px 0; }

.mark {
  display: inline-block;
  vertical-align: top;
  padding: 0 7px 0 4px;
  margin-left: -4px;
  background-color: #C8ECF8; }

.serv-box {
  margin: 80px 0;
  padding-right: 48.4%;
  position: relative; }
.serv-box__right {
  width: 44%;
  position: absolute;
  top: 41px;
  right: 0; }
.serv-box__links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 0 47px;
  padding: 0; }
.serv-box__links li {
  margin: 0; }
.serv-box__links li a {
  display: inline-block;
  vertical-align: top;
  text-decoration-line: underline;
  margin-bottom: 8px; }
.serv-box__links li a:hover {
  color: #999999;
  text-decoration: none; }
.serv-box__all {
  color: #999999;
  padding-right: 16px;
  background: url("/local/templates/stolf/images/svg/arr-right.svg") no-repeat 100% 6px; }
.serv-box__subtitle {
  color: #999999;
  margin-bottom: 16px; }
.serv-box__title {
  margin-bottom: 72px;
  max-width: 580px; }
.serv-box__img {
  margin: 0 -8px 0 -8px; }
.serv-box__img img {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3 - 16px);
  margin: 0 6px 0 8px; }

.sort-filter {
  margin-bottom: 76px; }
.sort-filter a {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.019em;
  opacity: .4;
  border-bottom: 4px solid #ffffff;
  margin-right: 41px; }
.sort-filter a.active {
  border-color: #FFC400;
  opacity: 1; }
.sort-filter a:hover {
  opacity: 1; }
.sort-filter + .text-box {
  padding-top: 0;
  margin-top: 76px; }
@media (min-width:960px) {
  .sort-filter {
    margin-bottom: 61px;
  }
  .sort-filter a {
    margin-bottom: 15px;
  }
}
.news-item {
  position: relative;
  margin-bottom: 64px; }
.news-items {
  margin-bottom: 116px; }
.news-item__info {
  display: inline-block;
  vertical-align: top;
  width: 45.5%;
  float: left; }
.news-item__info p {
  margin: 0 0 8px; }
.news-item__img {
  display: inline-block;
  vertical-align: top;
  text-align: right;
  line-height: 0;
  width: 54.5%;
  float: right; }
.news-item__img img {
  width: 100%;
  max-width: 600px; }
.news-item__type {
  display: inline-block;
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  padding: 0 7px 0 4px;
  margin-left: -4px;
  background-color: #C8ECF8;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  margin: 0 16px 8px 0;
  padding: 0 7px; }
.news-item__type-article {
  background-color: #FFC400; }
.news-item__date {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  color: #999999;
  margin-bottom: 8px; }
.news-item__name {
  display: block;
  margin-bottom: 16px; }
.news-item__name:hover {
  color: #999999; }
.news-item__text {
  margin-bottom: 16px; }
.news-item__link {
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
  color: #999999;
  background: url("/local/templates/stolf/images/svg/arr-right.svg") no-repeat 100% 8px; }
.news-item:after {
  content: '';
  display: block;
  clear: both; }

.table {
  display: table;
  border-collapse: collapse;
  width: 100%; }
.table .tr {
  display: table-row; }
.table .tr:first-child .td {
  color: #999999; }
.table .tr:nth-child(2n+2) .td {
  background: #F7F7F7; }
.table .td {
  display: table-cell;
  padding: 8px 16px 7px; }

.blog-over {
  position: relative;
  margin: 80px 0; }
.blog-over__title {
  margin-bottom: 46px; }
.blog-over__link {
  display: inline-block;
  vertical-align: top;
  color: #999999;
  padding-right: 16px;
  position: absolute;
  top: 32px;
  right: 0;
  background: url("/local/templates/stolf/images/svg/arr-right.svg") no-repeat 100% 50%; }

.cert {
  display: inline-block;
  vertical-align: top;
  margin: 0 24px;
  width: calc(100% / 3 - 48px); }
.cert-box {
  margin: 80px 0 88px; }
.cert-box .h2 {
  margin-bottom: 53px; }
.cert-items {
  margin: 0 -24px; }
.cert-img {
  display: block;
  padding-top: 144%;
  position: relative;
  height: 0;
  overflow: hidden;
  background-color: #F7F7F7;
  margin-bottom: 21px; }
.cert-img img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 1; }

.drop-box {
  margin: 80px 0;
  letter-spacing: 0; }
.drop-box--border {
  padding: 80px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC; }
.drop-box__top {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 0;
  padding-right: 32px;
  cursor: pointer; }
.drop-box__top:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 0;
  top: 10px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg); }
.drop-box__top.h2:after {
  top: 20px; }
.drop-box__top.opened:after {
  transform: rotate(-136deg);
  top: 21px; }
.drop-box__top:hover {
  opacity: .5; }
.drop-box__top.opened + p:after {
  display: none; }
.drop-box__top + p {
  max-width: 1280px; }
.drop-box__content {
  display: none;
  letter-spacing: 0;
  padding-top: 16px;
  max-width: 1280px; }
.drop-box__content a {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px; }
.drop-box__content a:hover {
  text-decoration: none; }
.drop-box__content a.btn {
  text-decoration: none; }
.drop-box__content .text-box__file {
  display: inline-block;
  vertical-align: top; }

.drop-box--seo .drop-box__content {
  position: relative;
  display: block;
  max-height: 150px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
}
.product-detail__descr--more {
  position: relative;
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 10px !important;
}
.main-item__info .product-detail__descr--more {
  max-height: 80px;
}
.product-detail__descr--link {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #999;
}
.product-detail__descr--link:after {
  content: '';
  display: block;
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  background: url(/local/templates/stolf/images/svg/arr-right.svg) no-repeat center;
  transform: rotate(90deg);
}
.product-detail__descr-wrapper.opened .product-detail__descr--link:after {
  transform: rotate(270deg);
}
.product-detail__descr--link:hover {
  filter: brightness(0);
}
.drop-box--seo .drop-box__content:after,
.product-detail__descr-wrapper .product-detail__descr--more:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, #ffffff 5%, rgba(255, 255, 255, 0) 100%);
}
.drop-box--seo .drop-box__top.opened + .drop-box__content,
.product-detail__descr-wrapper.opened .product-detail__descr--more {
  max-height: none;
}
.drop-box--seo .drop-box__top.opened + .drop-box__content:after,
.product-detail__descr-wrapper.opened .product-detail__descr--more:after {
  content: none;
}

.body--team .sort-filter {
  margin-bottom: 60px; }
.body--team .sort-filter + .text-box {
  margin-top: 60px; }
.body--team .sort-filter + .text-box .text-box__title {
  margin-top: 16px; }

.body--team .projects-over {
  margin-top: 80px; }

.content-center {
  text-align: center;
  margin: 108px 0 104px; }
.content-center img {
  margin-bottom: 26px; }
.content-center p {
  max-width: 664px;
  margin: 0 auto; }

.team-item {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  width: calc(33.3% - 46px);
  margin: 0 23px 64px; }
.team-items {
  margin: 0 -23px; }
.team-item .h4 {
  margin-bottom: 8px; }
.team-item__position {
  color: #999999; }
.team-item__img {
  /*padding-top: 116%;*/
  background: no-repeat center;
  background-size: cover;
  margin-bottom: 16px; }
.team-item__img img {
  width: 100%;
}
.team-item:nth-last-child(1), .team-item:nth-last-child(2), .team-item:nth-last-child(3) {
  margin-bottom: 40px; }

.body--team .main {
  padding-bottom: 0; }

.body--vacancies .sort-filter {
  margin-bottom: 76px; }
.body--vacancies .sort-filter + .text-box {
  margin: 60px 0; }

.body--vacancies .drop-box {
  margin: 0 0 24px; }
.body--vacancies .drop-box__top {
  margin-bottom: 32px; }
.body--vacancies .drop-box__content p {
  font-size: 16px;
  line-height: 24px; }
.body--vacancies .drop-box__content .btn {
  margin-top: 24px; }

.body--vacancies .text-box__title {
  width: 40%; }

.body--vacancies .gray-area {
  padding: 32px 40px 40px; }

.hr-dep__title {
  margin-bottom: 16px; }

.hr-dep .phone {
  display: inline-block;
  vertical-align: top;
  margin: 18px 0 0; }

.hr-dep__btn {
  display: block;
  width: 269px;
  padding: 8px 20px;
  margin-top: 24px; }

.vacancies-item__top p {
  line-height: 30px;
  margin: 0;
  font-size: 16px;
  color: #000000; }

.vacancies-item .drop-box__content {
  padding-top: 0; }
.vacancies-item .drop-box__content h4 {
  margin-bottom: 15px; }

.section-items {
  display: flex;
  justify-content: space-evenly;
  margin: 40px -24px 80px; }
.section-items--3 .section-item {
  width: calc(100% / 3 - 48px); }

.section-item {
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 48px);
  height: 656px;
  margin: 0 24px;
  text-align: center;
  transition: all .5s; }
.section-item__img {
  display: block;
  margin-bottom: 16px;
  line-height: 0;
  padding-top: 472px;
  position: relative;
  margin-top: 56px; }
.section-item__img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%); }
.section-item__name {
  display: block;
  transition: all .3s; }
.section-item__text {
  display: none;
  font-size: 12px;
  line-height: 16px;
  padding: 16px 0;
  transition: all .3s;
  max-width: 220px;
  margin: 0 auto; }
.section-item__link {
  display: none;
  width: 104px;
  padding-right: 16px;
  margin: 0 auto;
  background: url("/local/templates/stolf/images/svg/arr-right.svg") no-repeat 100% 8px;
  color: #999999;
  transition: all .3s; }

.sections {
  display: flex; }

.section {
  width: 50%;
  display: block;
  padding: 48px 56px 56px;
  color: #ffffff;
  background-repeat: no-repeat;
  background-size: 90% auto, contain;
  background-position: right -300% top 20px, center; }
.section-content {
  display: block;
  width: 55%;
  height: 100%; }
.section-sub {
  display: block;
  opacity: 0.5;
  margin-bottom: 16px; }
.section-name {
  display: block;
  color: #ffffff;
  margin-bottom: 16px; }
.section-text {
  display: block;
  margin-bottom: 40px; }
.section-link {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding-right: 20px;
  background: url("/local/templates/stolf/images/svg/arr-right-w.svg") no-repeat 96% 8px;
  transition: all .3s; }
.section:hover {
  color: #fff; }
.section:hover .section-link {
  background-position-x: 100%; }

.body--catalogIndex .main {
  padding-bottom: 0; }

.darck-box {
  padding: 80px 0 96px;
  background-color: #1A1A1A;
  color: #ffffff; }
.darck-box .h2,
.darck-box h2 {
  color: #ffffff; }
.darck-box .subtitle {
  color: #999999;
  margin-bottom: 24px; }
.darck-box .col {
  display: inline-block;
  vertical-align: top;
  width: 42%;
  padding-right: 101px; }
.darck-box .col:nth-child(2) {
  width: 32%;
  padding-right: 0;
  padding-top: 51px; }
.darck-box .col:last-child {
  padding-right: 0;
  width: 26%;
  padding-top: 51px; }
.darck-box ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.darck-box ul li {
  margin-bottom: 16px; }
.darck-box ul a:hover {
  color: #999999; }
.darck-box ul a.i:before,.darck-box ul span.i:before {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  content: ""; }
.darck-box img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }
.darck-box a {
  display: block;
  white-space: nowrap;
  color: #ffffff;
  text-decoration: underline;
  text-underline-position: under; }
.darck-box a:hover {
  text-decoration: none; }
.default a:not(.btn) {
  text-decoration: underline;
  text-underline-position: under;
}
.product-detail {
  display: flex; }
.product-detail h1 {
  margin-top: 10px; }
.product-detail__left {
  display: inline-block;
  vertical-align: top;
  width: 60%;
  padding-left: 56px; }
.product-detail__right {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 56px;
  text-align: center; }
.product-detail__right-img {
  position: sticky;
  top: 20px;
  overflow: hidden;
}
.product-detail__right img {
  margin-bottom: 40px; }
.product-detail__descr {
  margin-bottom: 20px; }
.product-detail__img-holder {
  position: relative;
}
.product-detail__descr-holder .zoom-img,
.product-detail__descr-holder img {
  display: none; }
.product-detail__descr ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.product-detail .drop-box {
  margin: 0;
  border-bottom: 1px solid #000000; }
.product-detail .drop-box__top {
  display: block;
  padding: 24px 0 23px; }
.product-detail .drop-box__top:after {
  right: 12px;
  top: 34px; }
.product-detail .drop-box__content {
  padding-bottom: 40px; }
.product-detail__char {
  border-bottom: 1px solid #000000;
  padding-bottom: 19px; }
.product-detail__char .h3 {
  padding: 20px 0 21px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px; }
.product-detail__char .tabs-links .h3 {
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  margin-bottom: -1px; }
.product-detail__char .tabs-links .h3.active {
  border-bottom-color: #FFC400; }
.product-detail__char .tabs-links {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 28px; }
.product-detail__char .table .tr:first-child .td {
  color: #000; }
.product-detail__char .table .tr:first-child .td:first-child {
  color: #999999; }
.product-detail__char .table .tr:nth-child(2n+2) .td {
  background-color: rgba(255, 255, 255, 0); }
.product-detail__char .table ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 4px; }
.product-detail__char .table ul li {
  margin-bottom: 8px; }
.product-detail__char .table .td {
  padding: 2px 50px 20px 0;
  vertical-align: top; }
.product-detail__char .table .td:first-child {
  color: #999999;
  width: 52%; }
.product-detail .gray-area {
  margin: 64px 0 72px;
  padding: 42px 40px 47px; }
.product-detail .gray-area .price {
  margin: 24px 0; }
.product-detail .gray-area .h2 {
  margin-bottom: 15px; }
.product-detail .gray-area p {
  margin: 0 0 8px;
  max-width: 625px; }
.product-detail__slider .swiper-wrapper {
  align-items: center; }
.product-detail__slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  padding: 0 114px;
  opacity: 0 !important; }
.product-detail__slider .swiper-slide-active {
  opacity: 1 !important; }
.product-detail__slider-info {
  max-width: 800px;
}
.product-detail__slider .swiper-slide img {
  margin: 0;
  width: 100%;
  max-width: 400px; }
.product-detail__slider .swiper-button {
  z-index: 11;
  color: #fff;
  transform: scale(0.55); }
.product-detail__slider .swiper-button:hover {
  opacity: .5; }
.product-detail__slider .swiper-pagination {
  display: none; }
.product-detail__rev {
  border-top: 1px solid #ccc;
  padding-top: 80px;
  margin: 72px 0 80px; }
.product-detail__rev .h2 {
  margin-bottom: 55px; }
.product-detail__rev-item {
  display: inline-block;
  vertical-align: top;
  width: 35.5%;
  padding-right: 50px;
  padding-left: 63px;
  margin-bottom: 30px;
  background: url("/local/templates/stolf/images/svg/ico-file.svg") no-repeat 4px 10px; }
.product-detail__rev-item .h4 {
  margin-bottom: 8px; }
.product-detail__rev-item p {
  margin: 0 0 16px; }
.product-detail__rev-item a {
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
  background: url(/local/templates/stolf/images/svg/arr-right.svg) no-repeat 100% 8px;
  color: #999999; }
.product-detail__rev-item a:hover {
  filter: brightness(0); }
.product-detail__rev-item:nth-of-type(3n) {
  width: 29%;
  padding-right: 0; }
.product-detail__bot {
  margin-bottom: 0; }
.product-detail__bot.drop-box {
  font-size: 12px;
  line-height: 16px; }
.product-detail__bot .drop-box__top {
  margin-bottom: 16px; }
.product-detail__bot .drop-box__top:after {
  top: 12px; }
.product-detail__bot .drop-box__top.opened:after {
  top: 21px; }
.product-detail__bot .drop-box__top + p {
  position: relative; }
.product-detail__bot .drop-box__top + p:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, #ffffff 5%, rgba(255, 255, 255, 0) 100%); }
.product-detail__bot .drop-box__top.opened + p:after {
  display: none; }
.product-detail__bot .drop-box--border-top {
  padding-top: 80px;
  border-top: 1px solid #CCCCCC;
  margin-bottom: 0; }
.product-detail__scheme-img {
  margin: 80px 0 81px; }

.use-area {
  margin: 81px 0 62px; }
.use-area__top {
  max-width: 766px; }
.use-area .col {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  margin-top: 47px; }
.use-area .col--2 {
  padding-top: 46px; }
.use-area .col .subtitle {
  margin-bottom: 25px; }
.use-area .subtitle {
  color: #999999;
  margin-bottom: 16px; }
.use-area ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.use-area ul li {
  margin-bottom: 16px; }
.use-area ul img, .use-area ul .i:before {
  display: inline-block;
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }
.use-area ul a {
  text-decoration: underline;
  text-underline-position: under; }
.use-area ul a:hover {
  color: #999999;
  text-decoration: none; }

.body--catalogDetail .darck-box {
  padding: 112px 0 119px; }
.body--catalogDetail .darck-box .subtitle {
  margin-bottom: 17px; }
.body--catalogDetail .darck-box p {
  max-width: 445px; }

.body--catalogDetail .main > .gray-area {
  padding: 1px 0; }

.body--catalogDetail .images-slider {
  margin: 47px -56px 71px; }

.body--catalogDetail .gray-area .projects-over {
  padding: 80px 0; }

.body--catalogDetail .text-box .use-area {
  margin: 0; }
.body--catalogDetail .text-box .use-area .col {
  width: 50%; }
.body--catalogDetail .text-box .use-area .col ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.body--catalogDetail .text-box .use-area .col ul li:before {
  display: none; }

.body--catalogDetail .text-box--projects p {
  margin-bottom: 16px; }

.body--catalogDetail .text-box--projects ul li:before {
  display: none; }

.body--catalogDetail .text-box .product-detail__char {
  padding-bottom: 0;
  border: 0;
  margin: 36px 0 42px; }
.body--catalogDetail .text-box .product-detail__char .table {
  margin: 0; }
.body--catalogDetail .text-box .product-detail__char .table .tr:first-child .td:first-child {
  padding-top: 0; }
.body--catalogDetail .text-box .product-detail__char .table .td {
  padding-bottom: 14px; }
.body--catalogDetail .text-box .product-detail__char ul li:before {
  display: none; }
.body--catalogDetail .text-box .product-detail__char + .gray-area {
  margin-bottom: 48px;
  padding: 42px 40px; }

.body--catalogDetail3 .page-top {
  background-repeat: no-repeat;
  background-size: 40% auto, contain;
  background-position: right top 60px, center; }
.body--catalogDetail3 .page-top h1 {
  max-width: 606px; }
.body--catalogDetail3 .page-top__content {
  max-width: 766px; }

.page-descr {
  max-width: 645px;
  margin-bottom: 88px; }

.form {
  display: block;
  width: 100%;
  max-width: 880px;
  position: relative;
  margin-bottom: 80px; }
.form .input {
  background-color: #F7F7F7; }
.form .input.select, .form .input:focus, .form .input.active {
  background-color: rgba(255, 255, 255, 0); }
.form .input + span {
  letter-spacing: 0; }
.form .input-wrap--check, .form .input-wrap--radio {
  padding-top: 8px;
  margin-bottom: 13px; }
.form .input-wrap--104 {
  width: 136px; }
.form .check {
  border-radius: 1px;
  position: relative; }
.form .check.checked {
  border-color: #FFB800; }
.form .check + span {
  width: calc(100% - 32px);
  padding-left: 16px;
  line-height: 32px; }
.form .check .jq-checkbox__div {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFC400;
  background-size: 12px; }
.form-step {
  position: relative;
  padding-left: 51%;
  margin-bottom: 80px;
  text-align: left;
  padding-top: 8px; }
.form-step__title {
  width: 50%;
  padding-right: 37px;
  position: absolute;
  left: 0;
  top: 0; }
.form-step--count .check + span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 3px;
  left: 0;
  padding-left: 0; }
.form-step--count .check + span span {
  display: inline-block;
  vertical-align: top;
  width: 40px; }
.form-step--count .input {
  width: calc(100% - 52px);
  margin-left: 20px;
  padding: 3px 8px; }
.form-step--count .input-wrap {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 60px;
  padding-top: 28px; }
.form .agree {
  display: block;
  text-align: left;
  cursor: pointer;
  max-width: 520px;
  position: absolute;
  bottom: 5px;
  left: 206px; }
.form .agree .check {
  display: none; }
.form .agree .check + span {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 0; }
.form textarea {
  height: auto; }

.body--calculation h1 {
  margin-bottom: 24px; }

.fancy-request .fancybox-fx-slide-in-out.fancybox-slide--previous {
  transform: translateX(100%); }

.fancy-request .fancybox-fx-slide-in-out.fancybox-slide--next {
  transform: translateX(100%); }

.fancy-request .fancybox-fx-slide-in-out.fancybox-slide--current {
  transform: translateX(0); }

.fancybox-container {
  width: calc(100% - 56px); }

.body--services .drop-box__top + p {
  position: relative; }
.body--services .drop-box__top + p:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to top, #ffffff 5%, rgba(255, 255, 255, 0) 100%); }

.body--services .drop-box__top.opened + p:after {
  display: none; }

.burger-menu,
.burger {
  display: none; }

.i:before {
  background: no-repeat center center;
  display: inline-block; }

.i--diesel:before {
  background-image: url("/local/templates/stolf/images/svg/menu/ico-menu-1.svg"); }

.i--gas:before {
  background-image: url("/local/templates/stolf/images/svg/menu/ico-menu-2.svg"); }

.i--dry:before {
  background-image: url("/local/templates/stolf/images/svg/menu/ico-menu-3.svg"); }

.i--flare:before {
  background-image: url("/local/templates/stolf/images/svg/menu/ico-menu-4.svg"); }

.i--air:before {
  background-image: url("/local/templates/stolf/images/svg/menu/ico-menu-5.svg"); }

.i--coal:before {
  background-image: url("/local/templates/stolf/images/svg/menu/ico-menu-6.svg"); }

.i--chemical:before {
  background-image: url("/local/templates/stolf/images/svg/menu/ico-menu-7.svg"); }

.i--oil:before {
  background-image: url("/local/templates/stolf/images/svg/menu/ico-menu-8.svg"); }

.i--boiler:before {
  background-image: url("/local/templates/stolf/images/svg/menu/ico-menu-9.svg"); }

.i--air-support:before {
  background-image: url("/local/templates/stolf/images/svg/menu/ico-menu-11.svg"); }

.i--combustion-removal:before {
  background-image: url("/local/templates/stolf/images/svg/menu/ico-menu-10.svg"); }

.sub-menu li a.i:before,
.burger-content ul li a.i:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }
.burger-content ul li a.i:before {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-position: center -7px;
}
.body--main .page-top {
  display: none; }

.body--main .main {
  padding-bottom: 0; }

.main-slider {
  display: flex;
  position: relative;
  z-index: 1; }

.main-items__left {
  width: 8.8%;
  padding-top: 56px;
  text-align: right;
  padding-bottom: 56px; }

.main-items {
  width: 91.2%;
  position: relative; }

.main-item {
  min-height: 100vh;
  position: relative;
  padding: 100px 0;}
.main-item__info {
  max-width: 480px;
  padding-left: 100px;}
.main-item__info h2 {
  margin-bottom: 16px; }
.main-item__info p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0; }
.main-item__link {
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
  color: #999999;
  background: url("/local/templates/stolf/images/svg/arr-right.svg") no-repeat 100% 7px;
  font-size: 16px;
  line-height: 24px; }
.main-item__sections {
  margin: 24px 0; }
.main-item__sections span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 6px; }
.main-item__sections ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.main-item__sections ul li {
  margin-bottom: 2px;
  min-height: 40px;
  padding: 10px 0; }
.main-item__sections ul li a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  text-underline-position: under; }
.main-item__sections ul li a:hover {
  text-decoration: none; }
.main-item__sections ul li a.i {
  position: relative;
  padding-left: 48px; }
.main-item__sections ul li a.i:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
.main-item__services {
  list-style: none;
  padding: 0;
  margin: 24px 0; }
.main-item__services li {
  margin-bottom: 4px; }
.main-item__services li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  text-underline-position: under; }
.main-item__services li a:hover {
  text-decoration: none; }
.main-item--1 {
  background: url("/local/templates/stolf/images/static/not-found-bg.svg") no-repeat 38% 28%;
  padding-top: 0;}
.main-item--1 .main-item__info {
  max-width: 100%;
  text-align: center;
  position: static;
  transform: none;
  margin-right: 55px;
  padding-left: 30px;}
.main-item--1 h1 {
  font-size: 48px;
  line-height: 56px;
  margin: 0 0 16px; }
.main-item--9 {
  min-height: 0;
  height: auto;
  background-color: #ffffff;
  position: relative;
  padding: 56px 0; }
.main-item--9:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -41px;
  left: 0;
  right: 0;
  height: 55px;
  background-color: #ffffff; }
.main-item--9 .main-item__info {
  position: static;
  transform: none;
  padding-left: 112px;
  max-width: 100%; }
.main-item--9 .main-item__info .product-detail__descr {
  columns: 2;
  column-gap: 120px; }

.main-items__scale {
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  position: sticky;
  top: 50px;
  overflow: hidden;
  margin: 0 auto;
  width: 16px; }
.main-items__scale-point {
  cursor: default;
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #ECECEC;
  margin-bottom: 56px;
  z-index: 2; }
.main-items__scale-point.active {
  background-color: #FFC400; }
.main-items__scale-point:last-child {
  margin-bottom: 0; }
.main-items__scale-point:last-child span, .main-items__scale-point:last-child:after {
  display: none; }
.main-items__scale:after {
  content: '';
  display: block;
  height: 100%;
  width: 2px;
  background-color: #ECECEC;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }
.main-items__scale-line {
  content: '';
  display: block;
  height: 0;
  width: 2px;
  background-color: #FFC400;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; }

.main-tubes--2 .main-tube--6, .main-tubes--2 .main-tube--4, .main-tubes--2 .main-tube--3, .main-tubes--2 .main-tube--5 {
  top: 100%; }

.main-tubes--2 .main-tube--2 {
  width: 15%;
  top: 4%;
  left: 68%; }

.main-tubes--3 .main-tube--5, .main-tubes--3 .main-tube--2, .main-tubes--3 .main-tube--6, .main-tubes--3 .main-tube--4 {
  top: 100%; }

.main-tubes--3 .main-tube--3 {
  width: 19%;
  top: 3%;
  left: 65%; }

.main-tubes--4 .main-tube--6, .main-tubes--4 .main-tube--2, .main-tubes--4 .main-tube--5, .main-tubes--4 .main-tube--3 {
  top: 100%; }

.main-tubes--4 .main-tube--4 {
  width: 23%;
  top: 5%;
  left: 64%; }

.main-tubes--5 .main-tube--2, .main-tubes--5 .main-tube--4, .main-tubes--5 .main-tube--3, .main-tubes--5 .main-tube--6 {
  top: 100%; }

.main-tubes--5 .main-tube--5 {
  width: 19%;
  top: 2%;
  left: 64%; }

.main-tubes--6 .main-tube--2, .main-tubes--6 .main-tube--5, .main-tubes--6 .main-tube--3, .main-tubes--6 .main-tube--4 {
  top: 100%; }

.main-tubes--6 .main-tube--6 {
  width: 19%;
  top: 2%;
  left: 64%; }

.main-tubes--7 .main-tube--6 {
  width: 9%;
  top: 45%;
  left: 62%; }

.main-tubes--7 .main-tube--4 {
  top: 2%;
  width: 13%;
  left: 70%; }

.main-tubes--7 .main-tube--5 {
  width: 10%;
  left: 83%;
  top: 20%; }

.main-tubes--8 .main-tube--6, .main-tubes--8 .main-tube--3, .main-tubes--8 .main-tube--5 {
  top: 100%; }

.main-tubes--8 .main-tube--2 {
  top: 2%;
  width: 17%;
  left: 61%; }

.main-tubes--8 .main-tube--4 {
  top: 32%;
  width: 18%;
  left: 73%; }

.main-tubes--9 .main-tube {
  top: 100%; }

.main-tube {
  position: fixed;
  bottom: 0;
  top: 44%;
  background: no-repeat 50% 0;
  background-size: 225% auto;
  width: 20%;
  left: 41%;
  transition: all .8s; }
.main-tube--2 {
  width: 10%;
  top: 55%;
  left: 33%; }
.main-tube--3 {
  width: 8%;
  top: 55%;
  left: 63%;
  background-size: 200% auto; }
.main-tube--5 {
  top: 63%;
  left: 77%;
  width: 6%; }
.main-tube--6 {
  left: 18%;
  top: 65%;
  width: 10%; }

[data-fancybox-close] {
  display: none; }

.fancybox-container [data-fancybox-close] {
  display: inline-block; }

.product-detail__slider .swiper-slide {
  min-height: 408px; }

.page-top_chimney {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: url(/images/chimney/back.jpg);
  background-size: cover;
  background-position: top center;
}
.page-top__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-top__image img {
  max-width: 100%;
}
.tabs__navigation {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1441px) {
  .team-item {
    width: calc(25% - 46px); }
  .cert {
    width: calc(25% - 48px); } }

@media (min-width: 1360px) {
  .body--catalogDetail .darck-box {
    padding-bottom: 50px; }
  .body--catalogDetail .swiper-wrapper {
    padding-bottom: 60px; }
  .product-detail__slider .swiper-slide img {
    max-width: 500px;
  }
}

@media (min-width: 1025px) {
  .body--headerType2 .breadcrumbs {
    opacity: .5; }
  .body--headerType2 .breadcrumbs span,
  .body--headerType2 .breadcrumbs a,
  .body--headerType2 .header a,
  .body--headerType2 .top-menu a,
  .body--headerType2 h1 {
    color: #ffffff; }
  .popup-request [data-fancybox-close] {
    display: none; } }

@media (min-width: 961px) {
  .burger-menu {
    display: none !important; }
  .section-item:hover {
    transform: translateY(-56px);
    margin-bottom: -56px;
    height: 712px; }
  .section-item:hover .section-item__name {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.019em; }
  .section-item:hover .section-item__text,
  .section-item:hover .section-item__link {
    display: block; } }

@media (max-width: 1330px) {
  .wrap {
    padding: 0 30px; }
  .page-top_chimney {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 30px 0;
  }
  .logo {
    left: 30px; }
  .top-menu {
    margin-left: 130px; }
  .sub-menu > .wrap {
    padding-left: 160px; }
  .header-phone {
    right: 30px; }
  .projects-over {
    margin: 80px -30px;
    padding: 80px 30px; }
  .projects-over__link {
    right: 30px; }
  .img-item {
    margin: 0 -30px; }
  .text-box .img-item {
    margin-right: -30px;
    margin-left: 0; }
  .images-slider {
    margin: 80px -30px 120px; }
  .body--catalogDetail .images-slider {
    margin: 47px -30px 71px; }
  .body--headerType2 .page-top {
    padding: 136px 30px 80px;
    margin: 0 -30px 80px; }
  .body--headerTypeAbout .page-top {
    padding: 136px 30px 80px;
    margin: 0 -30px 40px; }
}
@media (max-width: 1400px) {
  .top-menu > li > a {
    margin-right: 23px; }
  .top-menu li.parent a {
    margin-right: 16px; }
}
@media (max-width: 1280px) {
  .top-menu > li > a {
    font-size: 14px
  }
}
@media (max-width: 1240px) {

  .contacts-box--address {
    width: 38%; }
  .contacts-box-email {
    width: 20%; }
  .contacts-box--phone {
    width: 30%;
    padding-right: 0; }
  .contacts-box--phone .btn {
    position: static; }
  .contacts-box--phone .phone {
    display: block;
    margin-bottom: 16px; }
  .darck-box .col:first-child {
    width: 100%; }
  .darck-box .col:nth-child(2), .darck-box .col:nth-child(3) {
    width: 50%; }
  .product-detail__slider .swiper-slide {
    padding: 0 60px;
    min-height: 260px; }
  .product-detail__slider .swiper-slide img {
    z-index: -1; }
  .product-detail__slider .swiper-button-prev {
    left: 0; }
  .product-detail__slider .swiper-button-next {
    right: 0; }
  .use-area .col {
    width: 50%; }
  .product-detail__rev-item:nth-of-type(3n),
  .product-detail__rev-item {
    width: calc(50% - 32px);
    margin-right: 32px;
    padding-right: 0;
    margin-bottom: 32px; }
  .product-detail__rev-item:nth-child(2n+2) {
    margin-right: 0; }
  .news-item__img {
    padding-left: 30px; }
  .section-items {
    margin: 40px 0 80px; } }

@media (max-width: 1195px) {
  .body--catalogDetail .text-box .use-area .col {
    width: 100%;
    margin: 0; }
  .body--catalogDetail .text-box .use-area .col--2 {
    padding-top: 0; } }

@media (max-width: 1165px) {
  .header-phone {
    display: none; }
  /*.top-menu > li > a {
    margin-right: 33px; }*/
  .top-menu li.parent a {
    margin-right: 19px; }
  .sub-menu ul {
    width: 38.33%; }
  .sub-menu ul:first-child {
    width: 20.5%; }
  .product-detail__right {
    width: 30%;
    padding: 0; }
  .product-detail__right img {
    width: 100%; }
  .product-detail__left {
    width: 70%; }
  .product-detail__char .h3 {
    margin-left: 0; } }

@media (max-width: 1180px) {
  .main-items__scale {
    margin-left: 0;
    left: 26px; } }

@media (max-width: 1092px) {
  .main-item--1 {
    background-size: 100% auto; } }

@media (max-width: 1024px) {
  .sub-menu__pics {
    display: none;
  }
  .right-area {
    display: none; }
  .main {
    margin-right: 0;
    width: 100%; }
  .header {
    right: 0;
    background-color: #FFC400; }
  .header > .wrap {
    height: 56px; }
  .logo {
    width: 72px; }
  .top-menu {
    margin: 16px 0 0 100px; }
  .sub-menu > .wrap {
    padding-left: 130px; }
  .footer {
    margin-right: 0;
    width: 100%; }
  .fancybox-container {
    width: 100%; }
  .body--headerType2 .header .logo {
    background-image: url("/local/templates/stolf/images/svg/logo.svg"); }
  .images-slider {
    margin: 80px 0 120px; }
  .body--catalogDetail .images-slider {
    margin: 49px 0 71px; }
  .main-item--1 .main-item__info {
    margin-right: 16px;
    padding-left: 0; }
  .main-item__info {
    left: 0;
    padding-left: 56px; }
  .main-item--9 .main-item__info {
    padding-left: 56px; }
  .main-item--9 .main-item__info .product-detail__descr {
    columns: 1;
    column-gap: 0; }
  .main-items__left {
    text-align: center; }
  .main-items__scale {
    top: 90px; }
  .main-tubes--7 .main-tube--4 {
    top: 17%;
    width: 15%; }
  .main-tubes--7 .main-tube--5 {
    width: 9%;
    left: 84%;
    top: 50%; } }

@media (max-width: 960px) {
  body, html {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0; }
  .main {
    padding-bottom: 40px; }
  .wrap {
    padding: 0 16px; }
  .breadcrumbs a,
  .breadcrumbs span {
    display: inline; }
  .top-menu {
    display: none; }
  .logo {
    left: 50%;
    transform: translate(-50%, -50%); }
  .burger {
    display: block;
    position: absolute;
    left: 8px;
    top: 12px;
    height: 32px;
    width: 32px; }
  .burger:before, .burger:after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 10px;
    background-color: #000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 11px; }
  .burger:after {
    top: auto;
    bottom: 11px; }
  .burger-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 99vh;
    margin: 0 !important;
    background-color: #ffffff;
    padding: 88px 16px 40px;
    max-width: 100%; }
  .burger-menu .fancybox-close-small {
    position: absolute;
    right: auto;
    left: 2px;
    top: 7px;
    padding: 6px;
    opacity: 1; }
  .burger-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background-color: #FFC400;
    padding: 16px; }
  .burger-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 8px;
    margin-bottom: 32px; }
  .burger-content ul li {
    margin-bottom: 24px; }
  .burger-content ul li a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.014em; }
  .burger-content ul li.parent a {
    padding-right: 20px;
    background: url("/local/templates/stolf/images/svg/arr-right.svg") no-repeat 100% 8px; }
  .burger-content ul.lvl2 {
    display: none;
    margin-top: -8px; }
  .burger-content ul.lvl2 li {
    margin-bottom: 16px; }
  .burger-content ul.lvl2 li + li.sub-menu__title {
    margin-top: 32px; }
  .burger-content ul.lvl2 .back {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    padding-left: 13px;
    color: #999999;
    position: relative; }
  .burger-content ul.lvl2 .back:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 12px;
    background: url("/local/templates/stolf/images/svg/arr-right.svg") no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg); }
  .burger-content ul.lvl2 a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em; }
  .burger-content ul.lvl2 a img {
    vertical-align: middle;
    margin-right: 8px; }
  .burger-content ul.lvl2 a.h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.019em;
    margin-bottom: 0; }
  .burger-content .phone {
    display: block;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.014em;
    margin-bottom: 32px; }
  .burger-content .phone span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    margin-bottom: 8px;
    color: #999999; }
  .burger-content .btn {
    margin-bottom: 40px; }
  .header {
    position: fixed; }
  .header-phone {
    display: block;
    width: 0;
    padding-left: 32px;
    height: 32px;
    overflow: hidden;
    background: url("/local/templates/stolf/images/svg/ico-phone.svg") no-repeat center;
    position: absolute;
    top: 12px;
    right: 9px; }
  .main {
    padding-top: 80px; }
  .body--chimney .main {
    padding-top: 56px;
  }
  .page-top_chimney {
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px 0;
  }
  .body--main .main {
    padding-top: 56px; }
  h1, .h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.021em;
    margin-bottom: 24px; }
  h2, .h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.019em;
    margin-bottom: 8px; }
  h3, .h3 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.019em;
    margin-bottom: 24px; }
  h4, .h4 {
    font-size: 16px;
    line-height: 24px; }
  .section-items {
    display: block;
    margin: 0 0 40px; }
  .section-item {
    width: 50%;
    height: auto;
    margin: 0 0 24px;
    padding: 0 0 16px;
    border-bottom: 1px solid #CCCCCC;
    text-align: left; }
  .section-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .section-item__img {
    width: 35%;
    float: right;
    margin: 0;
    padding-top: 44%; }
  .section-item__name {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.019em;
    margin-bottom: 8px;
    margin-right: 38%; }
  .section-item__text, .section-item__link {
    display: block;
    margin: 0;
    margin-right: 38%;
    padding: 0;
    margin-bottom: 12px; }
  .section-item__link {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    width: auto;
    padding-right: 8px;
    margin-bottom: 8px;
    background-size: 5px 10px; }
  .section {
    padding: 32px 16px 37px; }
  .section-content {
    width: 63%; }
  .section-sub {
    margin-bottom: 8px; }
  .section-text {
    margin-bottom: 20px; }
  .section:last-child {
    padding: 40px 16px 44px; }
  .section:last-child .section-content {
    width: 60%;
    height: 100%; }
  .darck-box {
    padding: 40px 0 32px; }
  .darck-box .subtitle {
    margin-bottom: 8px; }
  .darck-box .h2,
  .darck-box h2 {
    margin-bottom: 16px; }
  .darck-box .col {
    width: 100%;
    padding: 0; }
  .darck-box .col:nth-child(2), .darck-box .col:nth-child(3) {
    padding: 0; }
  .darck-box .col:nth-child(1) {
    margin-bottom: 16px; }
  .darck-box img {
    margin-right: 8px; }
  .darck-box ul li {
    margin-bottom: 8px; }
  .serv-box {
    margin: 40px 0 80px;
    padding-right: 0; }
  .serv-box__subtitle {
    margin-bottom: 8px; }
  .serv-box__title {
    margin-bottom: 24px; }
  .serv-box__right {
    width: 100%;
    position: static;
    margin-bottom: 28px; }
  .serv-box__links {
    margin-bottom: 20px; }
  .serv-box__links li {
    margin-bottom: 8px; }
  .serv-box__img {
    width: calc(100% + 32px);
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    margin: 0 -16px;
    padding: 0 8px; }
  .serv-box__img img {
    width: 208px;
    margin-right: 0; }
  .serv-box__img img:last-child {
    margin-right: 16px; }
  .serv-box__img::-webkit-scrollbar {
    display: none; }
  .footer-top {
    padding: 24px 0 40px; }
  .footer-top .logo {
    position: static;
    margin-bottom: 32px;
    width: 96px; }
  .footer-top .logo img {
    width: 100%;
    position: static;
    transform: none; }
  .footer-top .col span {
    margin: 0 0 15px;
    max-width: 249px; }
  .footer-top .link {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.019em;
    margin-top: 15px;
    background-position-y: 9px; }
  .footer-bot span span {
    display: none; }
  .product-detail {
    padding: 0 16px;
    position: relative; }
  .product-detail h1 {
    margin: 9px 0 23px; }
  .product-detail__left {
    padding: 0; }
  .product-detail__left-top {
    margin-right: 0;
    margin-bottom: 20px; }
  .product-detail__right-img {
    top: 80px; }
  .product-detail .td,
  .product-detail .tr,
  .product-detail .table {
    display: block; }
  .product-detail .td .tr,
  .product-detail .tr .tr,
  .product-detail .table .tr {
    margin: 0; }
  .product-detail .td .tr:first-child .td,
  .product-detail .tr .tr:first-child .td,
  .product-detail .table .tr:first-child .td {
    padding: 0; }
  .product-detail .td .tr:first-child .td:first-child,
  .product-detail .tr .tr:first-child .td:first-child,
  .product-detail .table .tr:first-child .td:first-child {
    padding: 0; }
  .product-detail .td .td,
  .product-detail .tr .td,
  .product-detail .table .td {
    margin-bottom: 24px;
    max-width: 75%; }
  .product-detail .td .td:first-child,
  .product-detail .tr .td:first-child,
  .product-detail .table .td:first-child {
    padding: 0;
    width: 100%;
    margin-bottom: 8px; }
  .product-detail .td ul,
  .product-detail .tr ul,
  .product-detail .table ul {
    padding: 0; }
  .product-detail__char {
    padding-bottom: 15px; }
  .product-detail__char .table .td,
  .product-detail__char .table .tr:nth-child(2n+2) .td {
    padding: 0; }
  .product-detail .drop-box__top {
    margin: 0;
    padding: 16px 0 15px; }
  .product-detail .drop-box__top:after {
    top: 21px;
    right: 11px; }
  .product-detail .gray-area {
    margin: 40px -9px;
    padding: 24px 8px 32px 10px; }
  .product-detail .gray-area .h2 {
    margin-bottom: 8px; }
  .product-detail .gray-area .price {
    margin: 16px 0 24px; }
  .product-detail .gray-area p {
    max-width: 800px; }
  .product-detail__slider {
    padding-bottom: 56px; }
  .product-detail__slider .swiper-slide {
    padding: 40px 0 40px 40px; }
  .product-detail__slider .swiper-slide img {
    max-width: 350px;
  }
  .product-detail__slider .swiper-pagination {
    display: block;
    bottom: 36px; }
  .product-detail__slider .swiper-pagination-bullet {
    background: #575757;
    margin: 0 4px;
    opacity: 1; }
  .product-detail__slider .swiper-pagination-bullet-active {
    background: #FFC400; }
  .product-detail__slider .swiper-button {
    margin: 0;
    top: auto;
    bottom: 22px; }
  .product-detail__slider .swiper-button-prev {
    left: 5px; }
  .product-detail__slider .swiper-button-next {
    right: 5px; }
  .product-detail__rev {
    padding-top: 32px;
    margin: 40px 0 32px; }
  .product-detail__rev-item:last-child, .product-detail__rev-item {
    padding-right: 20px; }
  .product-detail__rev-item:last-child .h4, .product-detail__rev-item .h4 {
    font-size: 16px;
    line-height: 24px; }
  .product-detail__rev-item:last-child p, .product-detail__rev-item p {
    margin-bottom: 12px; }
  .product-detail__rev .h2 {
    margin-bottom: 23px; }
  .product-detail__descr {
    margin-bottom: 8px; }
  .product-detail__bot .drop-box__top {
    display: block;
    margin-bottom: 23px; }
  .product-detail__bot .drop-box__top:after {
    top: 7px;
    right: 11px; }
  .product-detail__bot .drop-box__top.opened:after {
    top: 14px; }
  .product-detail__bot .drop-box__top + p {
    margin-bottom: 8px; }
  .product-detail__bot .drop-box__top__content {
    padding-top: 0; }
  .product-detail__scheme-img {
    margin: 40px 0; }
  .body--catalogDetail .darck-box {
    padding: 0; }
  .body--catalogDetail .darck-box .subtitle {
    margin-bottom: 8px; }
  .body--catalogDetail .darck-box p {
    margin-bottom: 0; }
  .body--catalogDetail .gray-area .projects-over {
    padding: 31px 0 27px; }
  .body--catalogDetail .gray-area .serv-box {
    margin-bottom: 38px; }
  .body--catalogDetail .images-slider {
    margin: 40px 0; }
  .body--catalogDetail .images-slider img {
    max-width: 250px;
    max-height: 232px; }
  .projects-over__title {
    margin-bottom: 24px; }
  .projects-over__link {
    display: inline-block;
    vertical-align: top;
    position: static;
    margin-top: 27px; }
  .drop-box {
    margin: 40px 0; }
  .drop-box--border {
    padding: 40px 0; }
  .drop-box--border .drop-box__top {
    display: block; }
  .drop-box--border .drop-box__top:after {
    right: 11px;
    top: 8px; }
  .projects-item {
    width: calc(50% - 15px);
    margin-bottom: 40px;
    margin-right: 30px; }
  .projects-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .projects-item:nth-of-type(3n) {
    margin-right: 30px;
  }
  .projects-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .projects-item__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    font-weight: normal;
    margin-bottom: 20px; }
  .projects-item__descr {
    margin-bottom: 20px; }
  .projects-item__img {
    margin-bottom: 19px; }
  .projects-item:last-child {
    margin-bottom: 28px; }
  .projects-item__city {
    margin-bottom: 32px; }
  .projects-item__type {
    margin-bottom: 28px; }
  .use-area {
    margin: 40px 0 31px; }
  .use-area .subtitle {
    margin-bottom: 8px; }
  .use-area .h2 {
    padding-right: 20px;
    margin-bottom: 16px; }
  .use-area__top {
    margin-bottom: 24px; }
  .use-area .col--2 {
    padding-top: 0;
    margin-bottom: 15px; }
  .use-area .col .subtitle {
    margin-bottom: 17px; }
  .use-area .col ul li {
    margin-bottom: 8px; }
  .use-area .col ul img {
    margin-right: 8px; }
  .tabs-links,.tabs__navigation {
    white-space: nowrap;
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 16px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden; }
  .tabs__navigation .tabs-links {
    width: auto;
    margin: 0;
    padding: 0;
    overflow: visible;

  }
  .tabs-links::-webkit-scrollbar {
    display: none; }
  .tabs-links .h3 {
    margin-right: 32px; }
  .product-detail__char .tabs-links {
    border-bottom: 0; }
  .body--catalogDetail3.body--headerType2 .page-top {
    min-height: 312px;
    margin: 0 -16px 40px;
    padding: 80px 38% 40px 16px; }
  .body--catalogDetail3.body--headerType2 .page-top h1 {
    margin-bottom: 8px; }
  .body--catalogDetail .text-box .product-detail__char .table .td {
    padding-bottom: 0; }
  .body--catalogDetail .text-box .product-detail__char + .gray-area {
    margin: 40px -9px 40px -25px; }
  .body--catalogDetail .section-items {
    padding: 0 16px; }
  .text-box {
    margin: 40px 0;
    padding-left: 16px;
    padding-top: 0; }
  .text-box__title {
    float: none;
    position: static;
    margin-left: -16px;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.014em;
    width: 100%; }
  .text-box_equal .text-box__title, .text-box_equal .text-box__content {
    margin-left: -16px;
  }
  .text-box_equal .text-box__content + .text-box__content {
    margin-top: 32px;
  }
  .text-box__title img {
    max-width: 154px;
    margin-bottom: 24px; }
  .text-box__content {
    margin-left: 0; }
  .text-box ul + h3,
  .text-box p + h3 {
    margin-top: 24px;
    margin-bottom: 8px; }
  .text-box .col {
    margin: 0;
    width: 100%; }
  .text-box .col + h3 {
    margin-top: 23px;
    margin-bottom: 8px; }
  .text-box .numbers {
    display: block;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px; }
  .text-box .numbers span {
    font-size: 15px; }
  .text-box .table {
    display: block; }
  .text-box .table .tr {
    display: block; }
  .text-box .table .tr:first-child .td,
  .text-box .table .tr:first-child .td:first-child {
    padding: 0; }
  .text-box .table .td {
    display: block;
    margin-bottom: 24px;
    padding: 0;
    width: 100%; }
  .text-box .table .td:first-child {
    margin-bottom: 8px;
    width: 100%; }
  .text-box p + .gray-area {
    margin: 32px -9px 32px -25px;
    padding: 32px 10px; }
  .text-box--items .text-box__title {
    width: 100%; }
  .text-box--items .text-box__item {
    margin-bottom: 32px;
    margin-top: 0; }
  .text-box--items .text-box__item h3 {
    position: static;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.014em;
    margin-bottom: 16px; }
  .text-box--items .text-box__item:nth-child(3) {
    margin-top: 32px; }
  .text-box--items .text-box__item .img-item {
    margin-left: -32px; }
  .text-box--items .text-box__item .img-item__wrap {
    height: 0; }
  .text-box .table-scroll {
    max-width: calc(100% + 48px);
    margin-left: -32px;
    margin-right: -16px;
    padding-left: 32px; }
  .text-box--border {
    padding-top: 24px;
    padding-bottom: 32px; }
  .images-slider {
    margin: 40px -16px; }
  .images-slider img {
    max-width: 240px;
    max-height: 230px; }
  .section-items--3 .section-item {
    width: 50%; }
  .img-item {
    margin: 0 -16px; }
  .img-item--top {
    margin-top: 40px; }
  .img-item__wrap {
    padding-top: 420px;
    margin: 0 -16px;
    width: calc(100% + 32px); }
  .body--headerType2 .page-top {
    padding: 80px 16px 40px;
    min-height: 312px;
    margin: 0 -16px 40px; }
  .body--headerType2 .page-top__content {
    min-height: auto; }
  .sort-filter {
    white-space: nowrap;
    display: flex;
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 16px;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 40px; }
  .sort-filter::-webkit-scrollbar {
    display: none; }
  .sort-filter a {
    margin-right: 16px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.014em; }
  .sort-filter a:last-of-type:after,
  .tabs-links--scroll a:last-of-type:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 15px;
    background: #fff;
    position: relative;
    top: 15px;
  }
  .body--vacancies .sort-filter {
    margin-bottom: 40px; }
  .body--vacancies .sort-filter + .text-box {
    margin: 40px 0; }
  .body--vacancies .text-box__title {
    width: 100%; }
  .body--vacancies .text-box--vacancies .text-box__title {
    font-size: 24px;
    line-height: 32px; }
  .body--vacancies .gray-area {
    padding: 24px 16px 32px;
    margin: 8px -9px 8px -25px; }
  .body--vacancies .drop-box__top {
    display: block;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.014em;
    margin-bottom: 16px;
    padding-right: 37px; }
  .body--vacancies .drop-box__top:after {
    right: 11px;
    top: 0; }
  .body--vacancies .drop-box__top.opened:after {
    top: 8px; }
  .body--vacancies .drop-box__content p {
    font-size: 12px;
    line-height: 16px; }
  .body--vacancies .gray-area.hr-dep {
    margin-top: 32px; }
  .contacts-top {
    padding-bottom: 0; }
  .contacts-city {
    margin-bottom: 0; }
  .contacts-city__change {
    float: right; }
  .contacts-box {
    display: block;
    width: 100%;
    margin-bottom: 24px; }
  .contacts-info {
    position: static;
    margin: 0 0 32px; }
  .contacts-info span {
    display: inline;
    margin-left: 0; }
  .contacts-map {
    margin: 0 -16px 40px; }
  .contacts-data {
    margin-bottom: 40px; }
  .popup {
    padding: 16px; }
  .projects-items {
    margin: 40px 0; }
  .nav {
    margin: 40px 0; }
  .nav a.prev {
    margin-right: 16px; }
  .nav a.next {
    margin-left: 16px; }
  .body--team .sort-filter {
    margin-bottom: 40px; }
  .body--team .img-item__wrap {
    padding-top: 56.6%; }
  .body--team .img-item__src {
    top: 0;
    bottom: 0; }
  .content-center {
    margin: 40px 0; }
  .content-center img {
    max-width: 154px;
    margin-bottom: 20px; }
  .team-items {
    margin: 0; }
  .team-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 20px;
    margin: 0 0 24px;
    text-align: left; }
  .team-item:after {
    content: '';
    display: block;
    clear: both; }
  .team-item__img {
    display: inline-block;
    vertical-align: top;
    width: 37%;
    /*padding-top: 44.5%;*/
    float: left;
    margin-bottom: 0;
    margin-right: 12px; }
  .projects-over {
    margin: 40px -16px;
    padding: 40px 16px; }
  .cert {
    width: 50%;
    margin: 0 0 20px;
    padding-right: 20px; }
  .cert-box {
    margin: 40px 0; }
  .cert-box .h2 {
    margin-bottom: 32px; }
  .cert-items {
    margin: 0; }
  .cert-img {
    width: 42%;
    float: left;
    margin-right: 12px;
    padding-top: 58%;
    margin-bottom: 0; }
  .body--headerType2 .page-top .projects-item__descr {
    position: static; }
  .news-item {
    margin-bottom: 32px;
    padding-bottom: 36px;
    border-bottom: 1px solid #999999; }
  .news-items {
    margin-bottom: 32px; }
  .news-item__info {
    padding-right: 20px; }
  .news-item__img {
    padding: 0;
    margin-bottom: 17px; }
  .table-scroll {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden; }
  .table-scroll::-webkit-scrollbar {
    display: none; }
  .body--blogDetail .text-box .table {
    display: table;
    width: 672px;
    margin: 24px 0 0; }
  .body--blogDetail .text-box .tr {
    display: table-row; }
  .body--blogDetail .text-box .tr:first-child .td,
  .body--blogDetail .text-box .tr:first-child .td:first-child {
    padding: 8px; }
  .body--blogDetail .text-box .td {
    display: table-cell;
    padding: 8px;
    width: auto; }
  .body--blogDetail .text-box .td:first-child {
    width: auto; }
  .blog-over {
    margin: 40px 0; }
  .blog-over__link {
    position: static; }
  .body--404 .main {
    padding: 280px 0 190px;
    background-size: 80% auto;
    background-position: 50% 41%; }
  .body--404 .main p, .body--404 .main a {
    margin-bottom: 24px; }
  .body--404 h1 {
    font-weight: normal;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.022px;
    margin-bottom: 16px; }
  .popup#callback .agree {
    bottom: 20px;
    left: 185px; }
  .popup-request .fancybox-close-small {
    display: block; }
  .body--catalogDetail .text-box .use-area .col {
    width: 50%; }
  .body--catalogDetail .text-box .use-area .col--2 {
    padding-top: 40px; }
  .product-detail .product-detail__left .table {
    display: table; }
  .product-detail .product-detail__left .table .tr {
    display: table-row; }
  .product-detail .product-detail__left .table .tr:first-child .td {
    padding: 8px 16px 7px; }
  .product-detail .product-detail__left .table .td {
    display: table-cell;
    width: auto; }
  .product-detail .product-detail__left .table .td:first-child {
    padding-left: 16px; }
  .product-detail .product-detail__left .table .td:last-child {
    text-align: left; }
  .text-box--items .text-box__item .img-item {
    margin: 32px -16px 32px -36px; }
  .text-box .img-item {
    margin: 32px -16px; }
  .news-item__link,
  .section-link,
  .section-item__link,
  .projects-over__link,
  .projects-item__link,
  .product-detail__rev-item a,
  .serv-box__all {
    background-size: 6px;
    background-position-y: 4px; }
  .team-item:nth-last-child(2), .team-item:nth-last-child(3) {
    margin-bottom: 24px; }
  .team-item:nth-last-child(1) {
    margin-bottom: 0; }
  .main-item {}
  .main-item__info {
    max-width: 83%; }
  .main-item--9 {
    height: auto; }
  .main-item--9 .main-item__info {
    max-width: 100%; }
  .main-item--9 .main-item__info .product-detail__descr {
    column-gap: 40px; }
  .page-top h1 span.i:before {
    background-size: auto;
  }
  .projects-over__items .projects-item:nth-of-type(3n) {
    display: none;
  }
}

@media (max-width: 880px) {
  .main-item__info {
    padding-left: 12px;
    max-width: 68%; }
  .main-item__info p {
    max-width: 90%; }
  .main-tube--6 {
    left: 13%;
    top: 74%; }
  .main-tube--3 {
    width: 14%;
    top: 62%;
    left: 64%; }
  .main-tube--5 {
    width: 9%;
    top: 73%;
    left: 80%; }
  .main-tube--2 {
    width: 12%;
    top: 62%;
    left: 28%; }
  .main-tubes--2 .main-tube--2 {
    width: 23%;
    top: 16%; }
  .main-tubes--3 .main-tube--3 {
    width: 23%;
    top: 31%;
    left: 69%; }
  .main-tubes--3 .main-tube--2 {
    top: 100%; }
  .main-tubes--4 .main-tube--4 {
    width: 37%;
    top: 11%;
    left: 62%; }
  .main-tubes--4 .main-tube--3 {
    top: 100%; }
  .main-tubes--5 .main-tube--5 {
    width: 29%;
    top: 8%;
    left: 67%; }
  .main-tubes--5 .main-tube--4 {
    top: 100%; }
  .main-tubes--6 .main-tube--6 {
    width: 100%;
    top: 9%;
    left: 31%;
    background-size: 100% auto; }
  .main-tubes--6 .main-tube--5 {
    top: 100%; }
  .main-tubes--7 .main-tube--6 {
    width: 48%;
    top: 52%;
    left: 39%; }
  .main-tubes--7 .main-tube--3 {
    width: 22%;
    top: 29%;
    left: 72%; }
  .main-tubes--8 .main-tube--6, .main-tubes--8 .main-tube--3 {
    top: 100%; }
  .main-tubes--8 .main-tube--2 {
    top: 45%;
    width: 15%;
    left: 66%; }
  .main-tubes--8 .main-tube--4 {
    width: 34%;
    top: 11%;
    left: 71%; }
  .main-tubes--9 .main-tube--3, .main-tubes--9 .main-tube--2 {
    top: 100%; } }

@media (max-width: 680px) {
  .section-item {
    width: 100%; }
  .section {
    width: 100%; }
  .sections {
    display: block; }
  .darck-box .col:nth-child(2),
  .darck-box .col:nth-child(3) {
    width: 100%; }
  .product-detail {
    display: block; }
  .product-detail__left {
    width: 100%; }
  .product-detail__right {
    display: none; }
  .product-detail__slider {
    padding-bottom: 16px; }
  .product-detail__slider .swiper-slide {
    display: block;
    padding: 40px 0; }
  .product-detail__slider .swiper-slide img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 240px;
    margin: 0 auto; }
  .product-detail__rev-item:nth-of-type(3n), .product-detail__rev-item {
    width: 100%;
    padding-left: 56px;
    margin-bottom: 28px;
    padding-right: 0; }
  .product-detail__descr-holder {
    position: relative; }
  .product-detail__descr-holder img {
    display: block;
    max-height: 200px;
    margin: 0 auto 30px;
    position: relative;
    transition: all .3s; }
  .product-detail__descr-holder img.zoom {
    max-width: 100%;
    max-height: 800px; }
  .product-detail__descr-holder .zoom-img {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    padding-right: 19px;
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 1;
    background: url("/local/templates/stolf/images/svg/zoom-ico.svg") no-repeat right center;
    color: #999999; }
  .product-detail__descr-holder .zoom-img.active {
    background-image: url("/local/templates/stolf/images/svg/zoom-ico2.svg"); }
  .body--catalogDetail .darck-box p {
    max-width: 100%; }
  .body--catalogDetail .text-box .use-area .col {
    width: 100%;
    padding-top: 0; }
  .use-area .col {
    margin-top: 0;
    width: 100%; }
  .projects-item {
    width: 100%;
    padding-bottom: 20px;
    margin-right: 0 !important;
    border-bottom: 1px solid #999999;
  }
  .section-items--3 .section-item {
    width: 100%; }
  .team-item {
    width: 100%;
    padding-right: 0; }
  .cert {
    width: 100%;
    padding-right: 0; }
  .img-item__wrap {
    padding-top: 280px; }
  .news-item__img, .news-item__info {
    float: none;
    display: block;
    width: 100%;
    padding: 0; }
  .news-item__img img {
    display: block;
    margin: 0 auto; }
  .contacts-data .col:first-child,
  .contacts-data .col {
    width: 100%;
    padding: 0; }
  .popup .input-wrap--2 {
    width: 100%;
    margin-right: 0; }
  .popup .agree {
    position: static;
    width: 100%;
    padding-left: 0;
    margin-bottom: 24px; }
  .page-descr {
    margin-bottom: 32px; }
  .form-step {
    padding: 0;
    margin: 0 0 40px; }
  .form-step__title {
    position: static;
    width: 100%; }
  .form-step--count .input-wrap {
    width: calc(50% - 7px);
    padding-right: 0;
    margin-right: 14px; }
  .form-step--count .input-wrap:nth-child(2n+1) {
    margin-right: 0; }
  .form {
    margin-bottom: 40px; }
  .form-step--count .input {
    width: calc(100% - 34px);
    margin-left: 10px; }
  .form-step--count .check + span {
    width: 100%; }
  .form .agree {
    position: static;
    width: 100%;
    margin-bottom: 32px; }
  .section {
    background: url(/local/templates/stolf/images/static/section-1.png) no-repeat right bottom, linear-gradient(360deg, #FFD600 -28.88%, #DB8724 45.66%, #B61515 111.43%);
    background-size: auto 150%, contain;
    background-position: right 10% bottom -140px, center; }
  .product-detail__char .h3 {
    padding-bottom: 0;
    border: none; }
  .product-detail .product-detail__left .product-detail__char .table {
    display: block; }
  .product-detail .product-detail__left .product-detail__char .table .tr:first-child .td,
  .product-detail .product-detail__left .product-detail__char .table .tr, .product-detail .product-detail__left .product-detail__char .table .td {
    display: block;
    padding: 0; }
  .text-box__title {
    font-size: 24px;
    line-height: 32px; }
  .text-box h3 {
    font-size: 18px;
    line-height: 24px; }
  .body--catalogDetail .text-box .product-detail__char + .gray-area {
    padding: 32px 10px; }
  .body--catalogDetail .text-box .use-area {
    margin-left: -16px; }
  .product-detail__bot .drop-box--border-top {
    padding: 40px 0;
    border-top-color: #999999; }
  .serv-box {
    margin: 40px 0; }
  .sort-filter + .text-box {
    margin-top: 60px; }
  .text-box .col + h3,
  .text-box p + h3 {
    font-size: 24px;
    line-height: 32px; }
  .text-box--items .text-box__item .img-item {
    margin: 16px 0; }
  .text-box .img-item__wrap {
    padding-top: 200px; }
  .projects-over {
    padding-bottom: 32px; }
  .body--production .projects-over {
    margin-top: 40px; }
  .body--about .page-top {
    margin-bottom: 24px; }
  .body--team .sort-filter {
    margin-bottom: 60px; }
  .team-item__img {
    margin-right: 24px; }
  .vacancies-item .drop-box__content h4 {
    margin-bottom: 10px; }
  .cert:last-child {
    margin-bottom: 0; }
  .body--projects .page-top h1 {
    margin-bottom: 24px; }
  .projects-items {
    margin: 24px 0; }
  .text-box table {
    padding-top: 0;
    border: 0;
    margin-top: 8px; }
  .body--projects .text-box p + h3 {
    font-size: 18px;
    line-height: 24px; }
  .text-box__review {
    margin: 24px 0;
    padding: 16px; }
  .body--blogDetail .text-box .td {
    padding: 16px; }
  .body--blogDetail .text-box .td:first-child {
    max-width: 180px; }
  .body--contacts .page-top h1,
  h2.blog-over__title,
  .h2.blog-over__title {
    margin-bottom: 24px; }
  .contacts-data .col span {
    line-height: 24px; }
  .contacts-data {
    margin-bottom: 35px; }
  .popup {
    padding: 32px 16px 24px; }
  .body--catalogDetail .text-box .use-area .col--2 {
    padding-top: 0; }
  .body--headerType2 .page-top__bg img {
    transform: translate(32%, -30%) scale(0.5); }
  .product-detail .drop-box__top.opened:after {
    top: 31px; }
  .main-slider {
    display: block; }
  .main-items__left {
    display: none; }
  .main-items {
    width: 100%; }
  .main-item {
    padding-top: 39px; }
  .main-item--1 h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px; }
  .main-item--1 .main-item__info {
    margin-right: 0; }
  .main-item--1 .main-item__info p {
    margin: 0 20px 12px; }
  .main-item__link {
    font-size: 12px;
    line-height: 16px;
    background-size: 6px;
    background-position-y: 5px; }
  .main-item__info {
    padding-left: 0;
    position: static;
    transform: none; }
  .main-item__info p {
    margin-bottom: 12px; }
  .main-item--9 .main-item__info {
    padding-left: 0; }
  .main-tube {
    background-size: 300% auto;
    width: 35%;
    left: 32%;
    top: 40%; }
  .main-tube--2 {
    width: 16%;
    top: 55%;
    left: 20%; }
  .main-tube--3 {
    width: 20%;
    top: 64%;
    left: 64%;
    background-size: 200% auto; }
  .main-tube--5 {
    width: 11%;
    top: 73%;
    left: 84%; }
  .main-tube--6 {
    left: 2%;
    top: 72%;
    width: 15%; }
  .main-tube--4 {
    width: 22%;
    top: 47%;
    left: 41%; }
  .main-tubes--2 .main-tube--2 {
    width: 35%;
    top: 13%;
    left: 64%; }
  .main-tubes--3 .main-tube--3 {
    width: 41%;
    top: 19%;
    left: 59%; }
  .main-tubes--3 .main-tube--2 {
    top: 100%; }
  .main-tubes--4 .main-tube--3 {
    top: 100%; }
  .main-tubes--5 .main-tube--5 {
    top: 15%; }
  .main-tubes--6 .main-tube--5 {
    top: 100%; }
  .main-tubes--7 .main-tube--5 {
    top: 23%;
    width: 26%;
    left: 72%; }
  .main-tubes--7 .main-tube--4 {
    top: 100%; }
  .main-tubes--8 .main-tube--4 {
    width: 32%;
    top: 24%;
    left: 72%; }
  .main-tubes--8 .main-tube--2 {
    top: 36%;
    width: 19%;
    left: 60%; }
  .main-tubes--8 .main-tube--5 {
    top: 100%; }
  .main-tubes--9 .main-tube--2, .main-tubes--9 .main-tube--4 {
    top: 100%; }
  .main-item__sections ul li a.i:before {
    left: -8px; }
  .main-item--9 {
    margin: 0 -16px;
    padding: 29px 16px; }
  .main-item__services li {
    margin-bottom: 12px; }
  .footer-bot .policy,
  .footer-bot br {
    display: none;
  }
  .text-box__file {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .section {
    background: url(/local/templates/stolf/images/static/section-1.png) no-repeat right bottom, linear-gradient(360deg, #FFD600 -28.88%, #DB8724 45.66%, #B61515 111.43%);
    background-size: auto 90%, contain;
    background-position: right -10% bottom -20px, center; }
}

@media (max-width: 360px) {
  .nav a {
    min-width: 37px;
    height: 37px; }
  .nav a.prev {
    margin-right: 6px; }
  .nav a.next {
    margin-left: 6px; }
  .main-item__sections ul li a.icon {
    padding-left: 26px; }
  .main-item__sections ul li a.icon:before {
    width: 30px;
    height: 30px;
    background-size: 100% auto; }
  .main-item__info {
    max-width: 72%; }
  .main-tubes--2 .main-tube--2 {
    width: 32%;
    top: 15%;
    left: 68%; }
  .main-tubes--3 .main-tube--3 {
    width: 24%;
    top: 44%;
    left: 72%; }
  .main-tubes--3 .main-tube--2 {
    top: 100%; }
  .main-tubes--4 .main-tube--4 {
    width: 34%;
    top: 18%;
    left: 68%; }
  .main-tubes--4 .main-tube--3 {
    top: 100%; }
  .main-tubes--5 .main-tube--5 {
    width: 24%;
    top: 13%;
    left: 73%; }
  .main-tubes--5 .main-tube--4 {
    top: 100%; }
  .main-tubes--6 .main-tube--5 {
    top: 100%; }
  .main-tubes--7 .main-tube--4 {
    width: 31%;
    top: 32%; }
  .main-tubes--8 .main-tube--4, .main-tubes--8 .main-tube--7 {
    top: 100%; }
  .main-tubes--8 .main-tube--2 {
    top: 28%;
    width: 19%;
    left: 81%; }
  .main-tubes--8 .main-tube--3 {
    width: 20%;
    top: 55%;
    left: 62%; }
  .main-tubes--9 .main-tube--2, .main-tubes--9 .main-tube--3 {
    top: 100%; }
  .burger-content ul li a.i:before {
    content: none;
  }
}

@media (max-width: 345px) {
  h1, .h1 {
    font-size: 28px; }
  h3, .h3 {
    font-size: 22px; } }

.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.gap-m, .gap-32 {
  gap: 32px;
}
.mt-2 {
  margin-top: 2em;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-0 {
  flex: 0 0 auto;
}
.flex-1 {
  flex: 1 1 auto;
}
@media (min-width: 1400px) {
  .gap-m {
    gap: 100px;
  }
}
h3.chimney-type-title {
  max-width: 300px;
}
@media (max-width: 1399px) {
  .chimney-type-image {
    width: 100px;
    height: auto;
  }
}
.chimney-about {
  background: #f6fcff url(/images/chimney/back-2.jpg) center top no-repeat;
  margin-left: -56px;
  margin-right: -56px;
  padding: 1px 56px 0;
}
@media (max-width: 1330px) {
  .chimney-about {
    margin-left: -30px;
    margin-right: -30px;
    padding: 1px 30px 0;
  }
}
@media (max-width: 960px) {
  .chimney-about {
    margin-left: -16px;
    margin-right: -16px;
    padding: 1px 16px 0;
  }
}
.chimney-scheme {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.chimney-scheme__content_image {
  flex: 0 0 auto;
  position: relative;
}
.chimney-scheme__content_image img {
  display: block;
}
.chimney-scheme__content_left, .chimney-scheme__content_right {
  flex: 0 0 25%;
}
.chimney-scheme__title {
  max-width: 300px;
  margin-bottom: 80px;
}
.chimney-scheme__line {
  margin-top: -10px;
}
.chimney-scheme__line:after {
  content: '';
  display: block;
  width: calc(50% - 80px);
  position: absolute;
  border-top: 1px solid #ffc400;
}
.chimney-scheme__content_right .chimney-scheme__line:after {
  right: 0;
}
.chimney-scheme__line:before {
  position: absolute;
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: #ffc400;
  border-radius: 50%;
  margin-top: -2px;
  left: calc(50% - 82px);
}
.chimney-scheme__content_right .chimney-scheme__line:before {
  left: auto;
  right: calc(50% - 82px);
}
.chimney-scheme__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}
.chimney-scheme__item {
  max-width: 400px;
}
.chimney-scheme__item h4 {
  margin-top: 0;
  max-width: 340px;
}
.chimney-scheme__item_bg {
  background: #f7f7f7;
  padding: 33px 40px 40px;
  position: relative;
}
.check-item {
  position: relative;
  padding-left: 40px;
}
.check-item:before, .check-item:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
}
.check-item:before {
  background: #ffc400;
}
.check-item:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12.5px 9.5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12.5px' height='9.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.500,4.500 L4.500,7.500 L10.507,1.495 '/%3E%3C/svg%3E");
}
@media (min-width: 1500px) {
  .chimney-scheme__title {
    margin-bottom: 110px;
  }
  .chimney-scheme__items {
    gap: 90px
  }
  .chimney-scheme__items_short {
    gap: 70px;
    padding-top: 50px;
  }
}
@media (max-width: 1300px) {
  .chimney-scheme__content_left, .chimney-scheme__content_right {
    flex: 0 0 calc(50% - 250px);
  }
  .chimney-scheme__item_bg {
    padding: 23px 30px 30px;
  }
  .chimney-points {
    width: 350px;
    height: auto;
  }
}
@media (max-width: 960px) {
  .chimney-scheme__title {
    margin-bottom: 60px;
  }
  .chimney-scheme__content_image img {
    width: 260px;
    height: auto;
  }
  .chimney-scheme__items {
    gap: 30px
  }
  .chimney-scheme__content_left, .chimney-scheme__content_right {
    flex: 0 0 calc(50% - 150px);
  }
  .chimney-scheme__title h3 {
    max-width: 250px;
  }
  .chimney-scheme__line:after {
    width: calc(50% - 45px);
  }
  .chimney-scheme__line:before {
    left: calc(50% - 47px);
  }
  .chimney-scheme__content_right .chimney-scheme__line:before {
    right: calc(50% - 47px);
  }
}
@media (max-width: 767px) {
  .chimney-scheme__line {
    display: none;
  }
  .chimney-scheme {
    flex-direction: column;
  }
  .chimney-scheme__title, .chimney-scheme__title h3, .chimney-scheme__item {
    max-width: none;
  }
  .chimney-scheme__title {
    margin-bottom: 0;
  }
  .chimney-scheme__content_image {
    order: 2;
  }
  .chimney-scheme_lines .chimney-scheme__content_right {
    order: 3;
    margin-top: 30px;
  }
  .chimney-scheme_lines .chimney-scheme__items {
    flex-direction: row;
    gap: 16px;
  }
  .chimney-scheme_lines .chimney-scheme__items .chimney-scheme__item {
    flex: 0 0 200px
  }
  .chimney-scheme_lines .chimney-scheme__content_left, .chimney-scheme_lines .chimney-scheme__content_right {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .chimney-scheme_lines .chimney-scheme__content_left::-webkit-scrollbar, .chimney-scheme_lines .chimney-scheme__content_right::-webkit-scrollbar {
    display: none;
  }
  .chimney-scheme__item_bg {
    padding: 9px 16px 16px;
  }
  .chimney-scheme__content_image img {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
}
.tabs_fill .tabs-links--scroll {
  display: flex;
  white-space: nowrap;
  gap: 2px;
  margin-bottom: 2px;
}
.tabs_fill .tab-link {
  border-bottom: 0;
  opacity: 1;
  margin: 0;
  background: #f7f7f7;
  padding: 17px 30px 19px;
}
.tabs_fill .tab-link.active {
  background: #ffc400;
}
.number {
  color: #ffc400;
  margin-right: 12px;
}
.tabs_fill .tab-link.active .number {
  color: #000;
}
.tabs_fill .tabs-links--scroll a:last-of-type:after {
  display: none!important;
}
.chimney-tab {
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.chimney-tab__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.chimney-tab__image img {
  max-width: 100%;
  max-height: 100%;
}
.chimney-tab__image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0px 0px 90px 125px #f7f7f7;
}
.chimney-tab__content {
  position: relative;
  padding: 100px 0;
}
.chimney-tab__content-block {
  background: #fff;
  min-height: 600px;
  padding: 70px;
  margin-left: 56%;
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.nav-buttons {
  display: flex;
  gap: 10px;
}
.nav-buttons__arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  position: relative;
}
.nav-buttons__arrow:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='20px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 0, 0)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M2.500,16.500 L9.500,9.500 L2.500,2.500 '/%3E%3C/svg%3E");
}
.nav-buttons__arrow_left:before {
  transform: rotate(-180deg);
}
.nav-buttons__arrow.inactive {
  opacity: .1;
}
.nav-buttons__arrow:not(.inactive) {
  cursor: pointer;
}
.target-point {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  margin-top: -2.5px;
  margin-left: -2.5px;
}
.connector-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 8;
}
[data-point-container], .image-container {
  position: relative;
}
.connector-line line {
  stroke: black;
  stroke-width: 1;
}
.start-point {
  position: absolute;
  right: 0;
  top: 50%;
}
.chimney-scheme__content_right .start-point {
  right: auto;
  left: 0;
}
@media (max-width: 1300px) {
  .chimney-tab__content {
    padding: 50px 0;
  }
  .chimney-tab__content-block {
    margin-left: 50%;
    width: 45%;
  }
}
@media (max-width: 960px) {
  .chimney-tab__content {
    padding: 15px 0;
  }
  .chimney-tab__image {
    position: relative;
    height: auto;
  }
  .chimney-tab__image:after {
    box-shadow: none;
  }
  .chimney-tab__image img {
    max-height: 300px;
    margin: 0 auto;
    display: block;
  }
  .tabs_fill .tab-link {
    padding: 13px 18px 15px;
  }
  .chimney-tab__content-block {
    margin-left: 15px;
    width: calc(100% - 30px);
    padding: 30px;
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .image-container {
    width: 200px;
    margin: 0 auto;
  }
  .start-point {
    right: auto;
    left: 50%;
    top: 100%;
  }
  .chimney-scheme__content_right .start-point {
    top: 0;
    left: 50%;
  }
}
.sub-menu .tabs-links {
  margin-bottom: 40px;
}
.sub-menu .tab-link.active {
  border-bottom-color: #FFC400;
}
.body--catalogDetail3 .page-top {
  margin-bottom: 0;
}
.body--catalogDetail3 .sections {
  background: #000
}
.body--catalogDetail3 .section-content {
  width: 100%;
}
/* End */
/* /local/templates/stolf/template_styles.css?176347497610561 */
/* /local/templates/stolf/js/fancybox/jquery.fancybox.css?160491601813058 */
/* /local/templates/stolf/js/formstyler/jquery.formstyler.css?16049160181783 */
/* /local/templates/stolf/js/swiper/swiper-bundle.min.css?160491601813681 */
/* /local/templates/stolf/stolf.css?1748873909111742 */
