

/* Start:/local/templates/main/components/it24/template/banner_main/style.css?17727178781044*/
.banner {
    width: 100%;
    height: 600px;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.banner__content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.banner__title {
    font-weight: bold;
    font-size: 85px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

.banner__text {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.2;
    max-width: 450px;
    text-transform: uppercase;
    color: cornflowerblue;
    margin-bottom: 40px;
}

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

    .banner__title {
        font-size: 70px;
    }
}

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

    .banner__title {
        font-size: 60px;
    }
}

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

    .banner__title {
        font-size: 40px;
    }

    .banner__text {
        font-size: 20px;
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/main/components/it24/template/slider_company/style.css?17792047728288*/
.experience {
    position: relative;
    margin-top: 100px;
    overflow: hidden;
    color: #363d4d;
    background: #ffffff;
}

.experience__slider {
    overflow: hidden;
}

.experience__slide {
    min-height: 620px;
    background: #ffffff;
}

.experience__row {
    min-height: 620px;
}

.experience__content {
    max-width: 600px;
    padding-left: 12px;
}

.experience__title {
    font-size: 88px;
    line-height: 88px;
    font-weight: 800;
    letter-spacing: 0;
    color: #363d4d;
    text-transform: uppercase;
}

.experience__subtitle {
    margin-top: 8px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #363d4d;
}

.experience__text {
    max-width: 560px;
    margin-top: 22px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: #363d4d;
}

.experience__link {
    margin-top: 50px;
    text-decoration: none;
}

.experience__link .button-content {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}


.experience__media {
    position: relative;
    width: 100%;
    height: 620px;
}

.experience__media-item {
    position: absolute;
    display: block;
    max-width: none;
    object-fit: contain;
}

.experience__media--years .experience__media-item--smoke {
    right: -150px;
    bottom: -80px;
    width: 780px;
    opacity: 0.5;
}

.experience__media--years .experience__media-item--farm {
    right: -70px;
    bottom: -35px;
    width: 680px;
}

.experience__media--years .experience__media-item--drone {
    top: 70px;
    right: 185px;
    width: 250px;
}

.experience__media--regions .experience__media-item--cow-map {
    top: 0;
    right: -80px;
    width: 980px;
    height: 620px;
    object-fit: cover;
    object-position: 85% center;
}

.experience__media--products .experience__media-item--truck {
    right: -55px;
    bottom: 28px;
    width: 650px;
    border-radius: 0;
}

.experience__media--products .experience__media-item--product-1 {
    top: 82px;
    right: 360px;
    width: 100px;
    filter: blur(3px);
}

.experience__media--products .experience__media-item--product-2 {
    top: 36px;
    right: 150px;
    width: 145px;
}

.experience__media--products .experience__media-item--product-3 {
    right: -22px;
    bottom: 28px;
    width: 210px;
    filter: blur(3px);
}

.experience__media--farms .experience__media-item--farm-plan {
    right: -110px;
    top: 70px;
    width: 780px;
}

.experience__phone {
    position: absolute;
    top: 70px;
    right: 210px;
    width: 250px;
    height: 440px;
    overflow: hidden;
    border: 12px solid #ebeced;
    border-radius: 32px;
    background-size: cover;
    background-position: top center;
    box-shadow: 0 12px 30px rgba(54, 61, 77, 0.14);
}

.experience__phone::before {
    position: absolute;
    top: 15px;
    left: 50%;
    width: 58px;
    height: 6px;
    content: "";
    transform: translateX(-50%);
    border-radius: 6px;
    background: #d4d7dc;
}

.experience__media--service .experience__media-item--boxes {
    right: -60px;
    bottom: 55px;
    width: 610px;
}

.experience__media--delivery .experience__media-item--delivery-smoke {
    right: -130px;
    bottom: -60px;
    width: 760px;
    opacity: 0.7;
}

.experience__media--delivery .experience__media-item--plane {
    top: 55px;
    right: -5px;
    width: 690px;
}

.experience__nav {
    position: absolute;
    top: 50%;
    z-index: 20;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 1px solid #c3c5ca;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(-50%);
    transition: border-color 300ms linear 0s, background-color 300ms linear 0s;
}

.experience__nav::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 2px solid #177bd3;
    border-right: 2px solid #177bd3;
    transition: border-color 300ms linear 0s;
}

.experience__nav--prev {
    left: max(40px, calc((100% - 1210px) / 2 - 80px));
}

.experience__nav--next {
    right: max(40px, calc((100% - 1210px) / 2 - 80px));
}

.experience__nav--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}

.experience__nav--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}

.experience__nav:hover {
    border-color: #177bd3;
    background: #177bd3;
}

.experience__nav:hover::before {
    border-color: #ffffff;
}

@media (max-width: 1399px) {
    .experience__nav--prev {
        left: 24px;
    }

    .experience__nav--next {
        right: 24px;
    }
}

@media (max-width: 1199px) {
    .experience__title {
        font-size: 72px;
        line-height: 76px;
    }

    .experience__media {
        height: 540px;
    }

    .experience__slide,
    .experience__row {
        min-height: 560px;
    }
}

@media (max-width: 991px) {
    .experience__slide,
    .experience__row {
        min-height: 0;
    }

    .experience__content {
        max-width: 100%;
        padding: 70px 45px 20px;
    }

    .experience__media {
        height: 440px;
    }

    .experience__nav {
        top: 46%;
    }

    .experience__nav--prev {
        left: 18px;
    }

    .experience__nav--next {
        right: 18px;
    }

    .experience__media--years .experience__media-item--farm,
    .experience__media--products .experience__media-item--truck,
    .experience__media--farms .experience__media-item--farm-plan,
    .experience__media--service .experience__media-item--boxes,
    .experience__media--delivery .experience__media-item--plane {
        right: 50%;
        transform: translateX(50%);
    }

    .experience__media--years .experience__media-item--farm {
        width: 560px;
    }

    .experience__media--products .experience__media-item--truck {
        width: 540px;
    }

    .experience__media--farms .experience__media-item--farm-plan {
        width: 620px;
    }

    .experience__media--delivery .experience__media-item--plane {
        width: 560px;
    }
}

@media (max-width: 767px) {
    .experience {
        margin-top: 50px;
    }

    .experience__content {
        padding: 52px 38px 15px;
    }

    .experience__title {
        font-size: 48px;
        line-height: 52px;
    }

    .experience__subtitle {
        font-size: 21px;
        line-height: 27px;
    }

    .experience__text {
        max-width: 100%;
        font-size: 16px;
        line-height: 22px;
    }

    .experience__link {
        margin-top: 32px;
    }

    .experience__media {
        height: 330px;
    }

    .experience__nav {
        width: 42px;
        height: 42px;
    }

    .experience__media--years .experience__media-item--farm {
        width: 410px;
    }

    .experience__media--years .experience__media-item--drone {
        top: 30px;
        right: 160px;
        width: 160px;
    }

    .experience__media--regions .experience__media-item--cow-map {
        top: 0;
        right: 50%;
        width: 560px;
        height: 330px;
        object-position: 80% center;
        transform: translateX(50%);
    }

    .experience__media--products .experience__media-item--truck {
        width: 420px;
    }

    .experience__media--products .experience__media-item--product-1,
    .experience__media--products .experience__media-item--product-2,
    .experience__media--products .experience__media-item--product-3 {
        display: none;
    }

    .experience__media--farms .experience__media-item--farm-plan {
        width: 470px;
    }

    .experience__phone {
        top: 20px;
        right: 50%;
        width: 170px;
        height: 300px;
        transform: translateX(20%);
    }

    .experience__media--service .experience__media-item--boxes {
        right: 50%;
        bottom: 22px;
        width: 360px;
        transform: translateX(50%);
    }

    .experience__media--delivery .experience__media-item--plane {
        width: 430px;
    }
}

@media (max-width: 575px) {
    .experience__content {
        padding: 45px 24px 10px;
    }

    .experience__title {
        font-size: 40px;
        line-height: 44px;
    }

    .experience__text {
        font-size: 14px;
        line-height: 20px;
    }

    .experience__link .button-content {
        padding: 0 20px;
        font-size: 13px;
        line-height: 17px;
    }
}

/* End */


/* Start:/local/templates/main/lib/swiper/style.css?176970256118454*/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;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.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display: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;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.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-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);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:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-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;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-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-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/main/components/it24/template/slider_sections/style.css?17792116485133*/
.slider-sections {
    margin-top: 35px;
    color: #363d4d;
}

.slider-sections__inner {
    position: relative;
}

.slider-sections__slider {
    overflow: hidden;
    padding: 8px 8px 12px 0;
}

.slider-sections__item {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 80px 32px 34px;
    overflow: visible;
    color: #363d4d;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #363d4d;
    border-radius: 8px;
    transition: background-color 300ms linear 0s, border-color 300ms linear 0s, transform 300ms linear 0s;
}

.slider-sections__item::before {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #363d4d;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 300ms linear 0s, top 300ms linear 0s, left 300ms linear 0s;
}

.slider-sections__item:hover {
    color: #ffffff;
    background-color: #177bd3;
    border-color: #177bd3;
    transform: translate(8px, 8px);
}

.slider-sections__item:hover::before {
    top: 0;
    left: 0;
    opacity: 1;
}

.slider-sections__name {
    position: absolute;
    top: 36px;
    left: 40px;
    right: 32px;
    z-index: 1;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: inherit;
}

.slider-sections__picture {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 150px;
}

.slider-sections__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    transition: filter 300ms linear 0s;
}

.slider-sections__icon svg {
    display: block;
    width: auto;
    max-width: 160px;
    height: 140px;
}

.slider-sections__item--invert:hover .slider-sections__icon {
    filter: brightness(0) invert(1);
}

.slider-sections__controls {
    pointer-events: none;
}

.slider-sections__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #177bd3;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #c3c5ca;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: color 300ms linear 0s, background-color 300ms linear 0s, border-color 300ms linear 0s;
}

.slider-sections__nav:hover {
    color: #ffffff;
    background-color: #177bd3;
    border-color: #177bd3;
}

.slider-sections__nav--prev {
    left: -70px;
}

.slider-sections__nav--next {
    right: -70px;
}

@media (max-width: 1399px) {
    .slider-sections__nav--prev {
        left: 0;
    }

    .slider-sections__nav--next {
        right: 0;
    }
}

@media (max-width: 1199px) {
    .slider-sections__item {
        min-height: 320px;
        padding: 76px 24px 28px;
    }

    .slider-sections__name {
        top: 30px;
        left: 30px;
        right: 24px;
        font-size: 18px;
        line-height: 23px;
    }
}

@media (max-width: 991px) {
    .slider-sections {
        margin-top: 50px;
        padding-bottom: 58px;
    }

    .slider-sections__item {
        min-height: 250px;
        padding: 66px 20px 24px;
    }

    .slider-sections__picture {
        width: 42%;
        height: 120px;
    }

    .slider-sections__icon svg {
        max-width: 135px;
        height: 110px;
    }

    .slider-sections__controls {
        position: absolute;
        left: 50%;
        right: auto;
        bottom: -54px;
        display: flex;
        gap: 18px;
        align-items: center;
        justify-content: center;
        pointer-events: auto;
        transform: translateX(-50%);
    }

    .slider-sections__nav {
        position: static;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        transform: none;
    }

}

@media (max-width: 767px) {
    .slider-sections {
        margin-top: 40px;
    }

    .slider-sections__slider {
        padding-right: 0;
    }

    .slider-sections__item {
        min-height: 205px;
        padding: 58px 16px 18px;
    }

    .slider-sections__item:hover {
        transform: none;
    }

    .slider-sections__item:hover::before {
        opacity: 0;
    }

    .slider-sections__name {
        top: 20px;
        left: 18px;
        right: 18px;
        font-size: 16px;
        line-height: 20px;
    }

    .slider-sections__picture {
        width: 113px;
        height: 105px;
    }

    .slider-sections__icon svg {
        max-width: 105px;
        height: 90px;
    }
}

@media (max-width: 420px) {
    .slider-sections__item {
        min-height: 165px;
        padding: 54px 12px 14px;
    }

    .slider-sections__name {
        top: 16px;
        left: 14px;
        right: 14px;
        font-size: 14px;
        line-height: 18px;
    }

    .slider-sections__picture {
        width: 70px;
        height: 70px;
    }

    .slider-sections__icon svg {
        max-width: 66px;
        height: 62px;
    }
}

/* End */


/* Start:/local/templates/main/components/it24/template/form_download_catalog/style.css?17727226501944*/
.form-dc {
    background: url("/local/templates/main/components/it24/template/form_download_catalog/img/bg.svg") no-repeat center #363d4d;
    background-size: cover;
}

.form-dc__container {
    padding: 50px 25px;
}

.form-dc__container h2 {
    color: #fff;
    margin: 0 0 40px 0;
    text-align: center;
}

.form-dc__form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.form-dc__field {
    flex: 0 0 25%;
    margin-right: 20px;
}

.form-dc__field.field-btn {
    flex: 0 0 auto;
}

.form-dc__field:last-child {
    margin-right: 0;
}

.form-dc__field input[type="tel"], .form-dc__field input[type="email"]  {
    padding: 15px;
    height: 50px;
    width: 100%;
}

.form-dc__field select {
    padding: 15px;
    width: 100%;
}

#form-dc__phone {
  display: none;
}

#form-dc__email {
  display: none;
}

#form-dc__phone.active {
  display: block;
}

#form-dc__email.active {
  display: block;
}

.form-dc__field button {
    display: block;
    color: #fff;
    border: 1px solid #177bd3;
    background: #177bd3;
    padding: 0 15px;
    line-height: 49px;
    transition: 500ms linear;
    font-weight: normal;
}

.form-dc__field button:hover {
    opacity: 0.7;
}

.form-dc__i-agree {
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 100%;
}

.form-dc__i-agree a, .form-dc__i-agree a:hover {
    color: #fff;
    text-decoration: underline;
}

.form-dc__i-agree input {
    margin-right: 10px;
    width: 14px;
    height: 14px;
}

#form-dc { 
    scroll-margin-top: 100px; 
}


@media screen and (max-width: 768px) {
    .form-dc__form {
        flex-wrap: wrap;
    }

    .form-dc__field {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 20px;
   }

   .form-dc__field.field-btn {
      flex: 0 0 100%;
    }

   .form-dc__field:last-child {
       margin-bottom: 0;
   }

   .form-dc__i-agree {
      text-align: left;
   }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/news_last/style.css?17794339664177*/
.news-carousel {
  padding: 24px 0 40px;
  background: #ffffff;
}

.news-carousel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.news-carousel__all {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1c7ed6;
  text-decoration: none;
  transition: color 0.15s ease;
}

.news-carousel__all i {
  font-size: 14px;
  line-height: 14px;
  position: relative;
  top: 0;
}

.news-carousel__all:hover {
  color: #1864ab;
}

.news-carousel__inner {
  position: relative;
}

.news-carousel__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
  padding-bottom: 34px;
}

.news-carousel__slider .swiper-wrapper {
  align-items: flex-start;
}

.news-carousel__slider .swiper-slide {
  height: auto;
}

.news-card--carousel {
  margin: 0;
  height: auto;
}

.news-card--carousel .news-card__image {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
}

.news-card--carousel .news-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}

.news-card--carousel .news-card__image:hover img {
  transform: scale(1.05);
}

.news-card--carousel .news-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 18px;
  color: #6b7280;
}

.news-card--carousel .news-card__category {
  color: #1c7ed6;
}

.news-card--carousel .news-card__title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.news-card--carousel .news-card__title a {
  color: #1f2937;
  text-decoration: none;
  transition: color 0.2s ease;
  text-transform: uppercase;
}

.news-card--carousel .news-card__title a:hover {
  color: #1c7ed6;
}

.news-carousel__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 2;
  display: none;
}

.news-carousel__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 999px;
  background: #cfd6df;
  opacity: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.news-carousel__pagination .swiper-pagination-bullet-active {
  background: #1c7ed6;
  transform: scale(1.15);
}

.news-carousel__controls {
  pointer-events: none;
}

.news-carousel__nav {
  position: absolute;
  top: calc(var(--news-carousel-image-height, 320px) / 2);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #177bd3;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #c3c5ca;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: color 300ms linear 0s, background-color 300ms linear 0s, border-color 300ms linear 0s;
}

.news-carousel__nav:hover {
  color: #ffffff;
  background-color: #177bd3;
  border-color: #177bd3;
}

.news-carousel__nav--prev {
  left: -70px;
}

.news-carousel__nav--next {
  right: -70px;
}

@media (max-width: 1399px) {
  .news-carousel__nav--prev {
    left: 0;
  }

  .news-carousel__nav--next {
    right: 0;
  }
}

@media (max-width: 991px) {
  .news-carousel {
    padding-bottom: 40px;
  }

  .news-carousel__slider {
    padding-bottom: 0;
  }

  .news-carousel__controls {
    position: static;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    pointer-events: auto;
    transform: none;
  }

  .news-carousel__nav {
    position: static;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transform: none;
  }

  .news-card--carousel .news-card__title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .news-carousel {
    padding: 18px 0 32px;
  }

  .news-carousel__head {
    margin-bottom: 14px;
  }

  .news-card--carousel .news-card__meta {
    font-size: 12px;
    line-height: 16px;
  }

  .news-card--carousel .news-card__title a {
    text-transform: unset;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1769435768936*/

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 14px;
    width: auto;
}

.pagination__item {
    display: inline-flex;
}

.pagination__link,
.pagination__current,
.pagination__next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    font-size: 15px;
    line-height: 1;
    user-select: none;
    text-decoration: none;
    transition: color 200ms ease;
}

.pagination__link {
    color: #1f2937;
}

.pagination__link:hover {
    color: #9ca3af;
}

.pagination__current {
    color: #1c7ed6;
    font-weight: 600;
}

.pagination__next {
    min-width: auto;
    font-size: 18px;
    color: #1f2937;
}

.pagination__next:hover {
    color: #9ca3af;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/articles_last/style.css?17794343184177*/
.news-carousel {
  padding: 24px 0 40px;
  background: #ffffff;
}

.news-carousel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.news-carousel__all {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #1c7ed6;
  text-decoration: none;
  transition: color 0.15s ease;
}

.news-carousel__all i {
  font-size: 14px;
  line-height: 14px;
  position: relative;
  top: 0;
}

.news-carousel__all:hover {
  color: #1864ab;
}

.news-carousel__inner {
  position: relative;
}

.news-carousel__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  touch-action: pan-y;
  padding-bottom: 34px;
}

.news-carousel__slider .swiper-wrapper {
  align-items: flex-start;
}

.news-carousel__slider .swiper-slide {
  height: auto;
}

.news-card--carousel {
  margin: 0;
  height: auto;
}

.news-card--carousel .news-card__image {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
}

.news-card--carousel .news-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: transform 400ms ease;
}

.news-card--carousel .news-card__image:hover img {
  transform: scale(1.05);
}

.news-card--carousel .news-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 14px;
  line-height: 18px;
  color: #6b7280;
}

.news-card--carousel .news-card__category {
  color: #1c7ed6;
}

.news-card--carousel .news-card__title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.news-card--carousel .news-card__title a {
  color: #1f2937;
  text-decoration: none;
  transition: color 0.2s ease;
  text-transform: uppercase;
}

.news-card--carousel .news-card__title a:hover {
  color: #1c7ed6;
}

.news-carousel__pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 2;
  display: none;
}

.news-carousel__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  border-radius: 999px;
  background: #cfd6df;
  opacity: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

.news-carousel__pagination .swiper-pagination-bullet-active {
  background: #1c7ed6;
  transform: scale(1.15);
}

.news-carousel__controls {
  pointer-events: none;
}

.news-carousel__nav {
  position: absolute;
  top: calc(var(--news-carousel-image-height, 320px) / 2);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #177bd3;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #c3c5ca;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: color 300ms linear 0s, background-color 300ms linear 0s, border-color 300ms linear 0s;
}

.news-carousel__nav:hover {
  color: #ffffff;
  background-color: #177bd3;
  border-color: #177bd3;
}

.news-carousel__nav--prev {
  left: -70px;
}

.news-carousel__nav--next {
  right: -70px;
}

@media (max-width: 1399px) {
  .news-carousel__nav--prev {
    left: 0;
  }

  .news-carousel__nav--next {
    right: 0;
  }
}

@media (max-width: 991px) {
  .news-carousel {
    padding-bottom: 40px;
  }

  .news-carousel__slider {
    padding-bottom: 0;
  }

  .news-carousel__controls {
    position: static;
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    pointer-events: auto;
    transform: none;
  }

  .news-carousel__nav {
    position: static;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transform: none;
  }

  .news-card--carousel .news-card__title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 575px) {
  .news-carousel {
    padding: 18px 0 32px;
  }

  .news-carousel__head {
    margin-bottom: 14px;
  }

  .news-card--carousel .news-card__meta {
    font-size: 12px;
    line-height: 16px;
  }

  .news-card--carousel .news-card__title a {
    text-transform: unset;
  }
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/block_geography/style.css?17793766854141*/
.geography {
    margin-top: 80px;
    overflow: hidden;
}

.geography__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 80px;
}

.geography__info {
    flex: 0 0 200px;
    width: 200px;
}

.geography__head {
    display: block;
}

.geography__title {
    margin: 0;
    color: #363d4d;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.geography__subtitle {
    margin: 10px 0 0 0;
    color: #9b9ea6;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}

.geography__legend {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    color: #363d4d;
}

.geography__legend-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.geography__legend-item:last-child {
    margin-bottom: 0;
}

.geography__legend-marker {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    border-radius: 50%;
}

.geography__legend-marker::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
}

.geography__legend-marker--office {
    background: #08a822;
}

.geography__legend-marker--representative {
    background: #177bd3;
}

.geography__legend-marker--factory {
    background: #ff003d;
}

.geography__legend-text {
    max-width: 143px;
    color: #363d4d;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.geography__map {
    position: relative;
    flex: 1 1 0;
    width: auto;
    max-width: 1208px;
    aspect-ratio: 1208 / 785;
    height: auto;
}

.geography__map-canvas {
    width: 100%;
    height: 100%;
    background: #ebeced;
    -webkit-clip-path: url(#geography-map-shape);
    clip-path: url(#geography-map-shape);
}

.geography__clip {
    position: absolute;
    width: 0;
    height: 0;
}

@media screen and (max-width: 1199px) {
    .geography {
        margin-top: 75px;
    }

    .geography__inner {
        flex-direction: column;
        row-gap: 50px;
    }

    .geography__info {
        width: 100%;
        flex-basis: auto;
    }

    .geography__head {
        display: flex;
        align-items: flex-start;
    }

    .geography__subtitle {
        margin: 0 0 0 15px;
    }

    .geography__legend {
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .geography__legend-item {
        align-items: flex-start;
        margin: 0 30px 0 0;
    }

    .geography__legend-text {
        max-width: 160px;
    }

    .geography__map {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .geography {
        margin-top: 50px;
    }

    .geography__map {
        margin-top: 0;
    }

    .geography__map-canvas {
        border-radius: 8px;
        -webkit-clip-path: none;
        clip-path: none;
    }

    .geography__legend-item {
        margin-right: 10px;
    }

    .geography__legend-marker {
        margin-right: 10px;
    }

    .geography__legend-text {
        max-width: 88px;
        font-size: 12px;
        line-height: 16px;
    }

    .geography__legend-item:nth-child(2) .geography__legend-text {
        max-width: 120px;
    }
}

@media screen and (max-width: 480px) {
    .geography {
        margin-top: 30px;
    }

    .geography__head {
        flex-direction: column;
    }

    .geography__title {
        font-size: 20px;
        line-height: 26px;
    }

    .geography__subtitle {
        margin: 6px 0 0 0;
        font-size: 14px;
        line-height: 18px;
    }

    .geography__legend {
        justify-content: space-between;
    }

    .geography__legend-item {
        width: 50%;
        margin: 0 0 10px 0;
    }

    .geography__legend-marker {
        margin-right: 8px;
    }

    .geography__legend-text {
        flex-grow: 1;
        max-width: 100px;
        font-size: 10px;
        line-height: 15px;
    }

    .geography__legend-item:nth-child(2) .geography__legend-text {
        max-width: 105px;
    }

}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/projects_slider/style.css?17794345814713*/
.project-preview {
    margin: 80px 0;
    background: #ffffff;
}

.project-preview__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.project-preview__title {
    margin: 0;
    color: #363d4d;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
}

.project-preview__all {
    display: inline-flex;
    align-items: center;
    color: #1c7ed6;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: color 0.15s ease;
}

.project-preview__all:hover {
    color: #1864ab;
}

.project-preview__slider {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.project-preview__slider .swiper-wrapper {
    align-items: stretch;
}

.project-preview__slider .swiper-slide {
    height: auto;
}

.project-preview__card {
    position: relative;
    display: block;
    height: 412px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    background: #363d4d;
}

.project-preview__card:hover {
    color: #ffffff;
}

.project-preview__card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.72) 20%, rgba(0, 0, 0, 0.08) 100%);
}

.project-preview__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease;
}

.project-preview__card:hover .project-preview__image {
    transform: scale(1.04);
}

.project-preview__content {
    position: absolute;
    right: 62px;
    bottom: 48px;
    left: 62px;
    z-index: 2;
    display: block;
    color: #ffffff;
}

.project-preview__status {
    position: absolute;
    top: 40px;
    left: 62px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 23px;
}

.project-preview__status-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    color: #ffffff;
}

.project-preview__name {
    display: block;
    color: #ffffff;
    font-size: 28px;
    font-weight: 900;
    line-height: 36px;
}

.project-preview__text {
    display: block;
    max-width: 430px;
    margin-top: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.project-preview__arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #177bd3;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    transition: opacity 300ms ease, visibility 300ms ease, background-color 300ms ease, color 300ms ease;
}

.project-preview__slider:hover .project-preview__arrow {
    opacity: 1;
    visibility: visible;
}

.project-preview__arrow:hover {
    background: #177bd3;
    color: #ffffff;
}

.project-preview__arrow_prev {
    left: 20px;
}

.project-preview__arrow_next {
    right: 20px;
}

@media screen and (max-width: 1199px) {
    .project-preview__card {
        height: 360px;
    }

    .project-preview__content {
        right: 46px;
        bottom: 42px;
        left: 46px;
    }

    .project-preview__status {
        top: 34px;
        left: 46px;
    }

    .project-preview__name {
        font-size: 24px;
        line-height: 31px;
    }
}

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

    .project-preview {
       margin: 50px 0;
    }
   
    .project-preview__card {
        height: 320px;
    }

    .project-preview__content {
        right: 34px;
        bottom: 36px;
        left: 34px;
    }

    .project-preview__status {
        top: 28px;
        left: 34px;
        font-size: 16px;
        line-height: 21px;
    }

    .project-preview__arrow {
        width: 54px;
        height: 54px;
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 500px) {
    .project-preview__title {
        font-size: 20px;
        line-height: 26px;
    }

    .project-preview__card {
        height: 270px;
    }

    .project-preview__content {
        right: 24px;
        bottom: 30px;
        left: 24px;
    }

    .project-preview__status {
        top: 24px;
        left: 24px;
        font-size: 14px;
        line-height: 18px;
    }

    .project-preview__status-icon {
        margin-right: 12px;
    }

    .project-preview__name {
        font-size: 20px;
        line-height: 26px;
    }

    .project-preview__text {
        font-size: 13px;
        line-height: 17px;
    }
}

/* End */


/* Start:/local/templates/main/components/it24/template/form_feedback/style.css?177850694366*/
.form-feedback .i-agree {
   font-size: 13px;
   color: #9B9EA6;
}
/* End */


/* Start:/local/templates/main/components/it24/template/block_contacts_2/style.css?17739226071932*/
.contacts-block {
    background: #fff;
}

.contacts-block__wrap {
    align-items: stretch;
}

.contacts-block__map {
    height: 100%;
    min-height: 520px;
    overflow: hidden;
    background: #e9edf3;
}

.contacts-block__content {
    height: 100%;
    padding: 28px 0 28px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts-block__section + .contacts-block__section {
    margin-top: 30px;
}

.contacts-block__label {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.3;
    color: #9aa1ad;
    font-weight: 400;
}

.contacts-block__city {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.35;
    color: #363d4d;
    font-weight: 400;
}

.contacts-block__icon {
    flex: 0 0 19px;
    line-height: 1;
    margin-top: 0;
}

.contacts-block__address {
    font-size: 18px;
    line-height: 1.25;
    color: #2f3441;
    font-weight: 600;
    max-width: 520px;
}

.contacts-block__phone {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #363d4d;
    text-decoration: none;
}

.contacts-block__phone:hover {
    color: #2b79c2;
}

.contacts-block__emails {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 50px;
}

.contacts-block__email {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #3d4454;
    text-decoration: none;
    word-break: break-word;
}

.contacts-block__email:hover {
    color: #2b79c2;
}

@media (max-width: 991.98px) {
   
    .contacts-block__content {
        padding: 0;
    }

    .contacts-block__map {
        min-height: 420px;
    }
}

@media (max-width: 767.98px) {
   
    .contacts-block__map {
        min-height: 300px;
    }

    .contacts-block__label {
        margin-bottom: 16px;
        font-size: 14px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/slider_section/style.css?17794414766767*/
.catalog-slider {
    margin: 24px 0 40px;
    background: #ffffff;
}

.catalog-slider__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.catalog-slider__title {
    margin: 0;
    color: #1f2937;
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
}

.catalog-slider__all {
    display: inline-flex;
    align-items: center;
    color: #1c7ed6;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    transition: color 0.15s ease;
}

.catalog-slider__all:hover {
    color: #1864ab;
}

.catalog-slider__inner {
    position: relative;
}

.catalog-slider__slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    touch-action: pan-y;
}

.catalog-slider__list {
    align-items: stretch;
}

.catalog-slider__slide {
    display: flex;
    height: auto;
}

.catalog-slider__slide .product-card {
    width: 100%;
}

.catalog-slider__controls {
    pointer-events: none;
}

.catalog-slider__nav {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    color: #177bd3;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #c3c5ca;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: color 300ms linear 0s, background-color 300ms linear 0s, border-color 300ms linear 0s;
}

.catalog-slider__nav:hover {
    color: #ffffff;
    background-color: #177bd3;
    border-color: #177bd3;
}

.catalog-slider__nav--prev {
    left: -70px;
}

.catalog-slider__nav--next {
    right: -70px;
}

.product-card {
    position: relative;
    height: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    padding: 12px 12px 10px;
}

.product-card__top {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.product-card__icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #222;
    transition: 500ms;
}

.product-card__icon.add-compare {
    display: none;
}

.product-card__icon.add-favorites.added-favorites {
    color: #e3002c;
}

.product-card__icon:focus {
    outline: none;
}

.product-card__icon:hover {
    color: #177bd3;
}

.product-card__image {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    margin-bottom: 10px;
}

.product-card__img-link {
    display: inline-block;
}

.product-card__image img {
    max-width: 100%;
    max-height: 170px;
    display: block;
}

.product-card__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #8b8b8b;
    margin-bottom: 6px;
}

.product-card__sku {
    white-space: nowrap;
}

.product-card__country {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-card__flag {
    width: 16px;
    height: 12px;
    display: block;
    object-fit: cover;
    border-radius: 2px;
}

.product-card__name {
    margin-bottom: 10px;
    height: 54px;
    overflow: hidden;
}

.product-card__name-link {
    display: block;
    font-size: 14px;
    line-height: 19px !important;
    text-decoration: none;
    transition: 500ms;
}

.product-card__name-link:hover {
    color: #177bd3;
    text-decoration: none !important;
}

.product-card__name-link * {
    line-height: 19px !important;
}

.product-card__name-link:hover {
    text-decoration: underline;
}

.product-card__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}

.product-card__price {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #e3002c;
}

.product-card__price.made-to-order {
    color: #666;
    font-size: 18px;
}

.product-card__cart {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
    transition: 500ms;
}

.product-card__cart:hover {
    color: #177bd3;
}

.product-card__cart:focus {
    outline: none;
}

.product-card__link-basket {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #177bd3;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.product-card__link-basket:hover {
    color: #fff;
}

.product-card__link-basket::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 300px;
    background: #2182d8;
    left: -40px;
    top: -150px;
    transform: rotate(45deg);
    transition: all .1s;
    animation: slide_right 2s ease-in-out infinite;
    z-index: 1;
}

.product-card__link-basket span {
    position: relative;
    z-index: 2;
}

.product-card__badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    pointer-events: none;
}

.product-card__badge {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    align-items: center;
    height: 20px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    white-space: nowrap;
}

.product-card__badge--green {
    background: #22a447;
}

.product-card__badge--red {
    background: #e3002c;
}

.product-card__badge--blue {
    background: #177bd3;
}

.product-card__pre-order {
    text-decoration: none;
    transition: 500ms linear;
}

.product-card__pre-order:hover {
    color: #177bd3;
}


@keyframes slide_right {
    0% {
        left: -30px;
        margin-left: 0;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}

@media (max-width: 1399px) {
    .catalog-slider__nav--prev {
        left: 0;
    }

    .catalog-slider__nav--next {
        right: 0;
    }
}

@media (max-width: 991px) {
    .catalog-slider__controls {
        display: flex;
        gap: 18px;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        pointer-events: auto;
    }

    .catalog-slider__nav {
        position: static;
        width: 42px;
        height: 42px;
        transform: none;
    }
}

@media (max-width: 575px) {
    .catalog-slider {
        margin: 18px 0 32px;
    }

    .catalog-slider__head {
        margin-bottom: 14px;
    }

    .catalog-slider__title {
        font-size: 20px;
        line-height: 26px;
    }
}

/* End */
/* /local/templates/main/components/it24/template/banner_main/style.css?17727178781044 */
/* /local/templates/main/components/it24/template/slider_company/style.css?17792047728288 */
/* /local/templates/main/lib/swiper/style.css?176970256118454 */
/* /local/templates/main/components/it24/template/slider_sections/style.css?17792116485133 */
/* /local/templates/main/components/it24/template/form_download_catalog/style.css?17727226501944 */
/* /local/templates/main/components/bitrix/news.list/news_last/style.css?17794339664177 */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1769435768936 */
/* /local/templates/main/components/bitrix/news.list/articles_last/style.css?17794343184177 */
/* /local/templates/main/components/bitrix/news.list/block_geography/style.css?17793766854141 */
/* /local/templates/main/components/bitrix/news.list/projects_slider/style.css?17794345814713 */
/* /local/templates/main/components/it24/template/form_feedback/style.css?177850694366 */
/* /local/templates/main/components/it24/template/block_contacts_2/style.css?17739226071932 */
/* /local/templates/main/components/bitrix/catalog.section/slider_section/style.css?17794414766767 */
