

/* Start:/bitrix/templates/new_style/components/bitrix/main.include/bn_im/style.css?17637246017467*/
.line-bn-raz{
    position:relative;
    background-color: #fff;
    margin-top: -76px;
    overflow:hidden;
}
.bx-breadcrumb{
    margin-bottom: 0!important;
    margin-top: 30px!important;
    z-index:50;
    position: relative;
}
.line-bn-raz .bn-fon{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.line-bn-raz .bn-fon .cms{
    position:absolute;
    line-height: 1;
    font-weight: 700;
    font-size: min(31vh, 16vw);
    letter-spacing: -0.04em;
    color: #2CA639;
    transform: rotate(-90deg) translateX(min(15.5vh,8vw));
    right: max( -31vh, -16vw );
    top: 50%;
    z-index:2;
}
.line-bn-raz .bn-fon:after{
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("/images/new/bg-razrab.png");
    background-position: 94% center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}
.line-bn-raz .bn-fon .php-fon{
    position:absolute;
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 700;
    font-size: 10.5em;
    color: #F3F3F3;
    left:0;
    top: 42%;
    z-index: 2;
}
.line-bn-raz .bn-fon .bg-mobi{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: min(220px, 12vw);
    max-width: 21vw;
    z-index: 4;
}
.line-bn-raz .bn-content{
    position: relative;
    z-index: 10;
    overflow:hidden;
}
.line-bn-raz .bn-content .container{
    padding-top: 164px;
    min-height: calc( 100vh - 100px );
    display:flex;
    flex-direction: column;
}
.line-bn-raz .bn-content .container .title .title-block{
    line-height: 1;
}
.line-bn-raz .bn-content .container .title{
    flex: 1 0 auto;
}
.line-bn-raz .bn-content .block-links{
    position: relative;
    width: 60%;
}
.line-bn-raz .bn-content .block-links .block-circle{
    position: relative;
    z-index: 10;
    color:#fff;
    padding-top: 63px;
    padding-bottom: 10px;
}
.line-bn-raz .bn-content .block-links .fon-red-circle{
    content:'';
    display:block;
    background: #2CA639;
    box-shadow: 10px -5px 20px rgba(51, 51, 51, 0.2);
    position: absolute;
    z-index: 3;
    width: 200%;
    padding-top: 200%;
    left: -50%;
    top:0;
    border-radius: 50%;
    transition: .5s
}
.line-bn-raz .bn-content .block-links .block-circle:hover ~ .fon-red-circle{
    top:-2rem;
}
.line-bn-raz .bn-content .title-hash{
    text-align:center;
    margin-bottom: 1.1rem;
    font-weight: 700;
    font-size: 1.3em;
    line-height: 1.5;
    letter-spacing: -0.04em;
}
.line-bn-raz .bn-content .title-hash .row{
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1.5rem;
    justify-content: center;
}
.line-bn-raz .bn-content .title-hash .row + .row{
    margin-top: 0;
}
.line-bn-raz .bn-content .title-hash .item{
    display: inline-block;
}
.line-bn-raz .bn-content .block-circle .link-group .row{
    justify-content: center;
}
.line-bn-raz .bn-content .block-circle .link-group .row>div{
    padding: 0 1rem;
    margin-bottom: 1rem;
}
.line-bn-raz .bn-content .block-circle .link-arrow.white-type:hover{
    color:#fff;
}
.line-bn-raz .bn-content .block-circle .link-arrow.white-type:hover:after{
    background-image: url(/images/new/arrow-right-white.png);
}
.line-bn-raz .bn-content .block-links .circle-frameworks{
    position: absolute;
    left: 95%;
    bottom: 0;
    color: #C7C7C7;
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
    letter-spacing: -0.04em;
    width: 476px;
    height: 476px;
    display:flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.line-bn-raz .bn-content .block-links .circle-frameworks:before{
    content:'';
    display: block;
    position:absolute;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/images/new/services/inter-mag/circle_im.png");
    z-index: -1;
    animation: 20s linear 0s infinite circle-rotate;
}
@keyframes circle-rotate{
    0%{
        transform:rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(9px);
        transform: translateX(9px);
    }
    30% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    65% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.line-bn-raz .php-fon{
    -webkit-animation: .8s ease 5s 1 swing;
    animation: .8s ease 5s 1 swing;
}

#main{
    margin-top:0!important;
}
@media (min-width: 576px){

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
    .line-bn-raz .bn-content .title-hash{
        margin-bottom: 3rem;
        font-size: 1.6em;
    }
}
@media (min-width: 1200px) {
    .line-bn-raz .bn-content .block-links{
        width:50%;
    }
    .line-bn-raz .bn-fon .php-fon{
        top: 38%;
    }
}
@media (min-width: 1580px) {
    .bn-home .desc-block .title{
        font-size: 5.5em;
    }
    .line-bn-raz .bn-content .container .title .title-block{
        font-size: 4em;
    }
    .line-bn-raz .bn-content .block-circle .link-group .row>div{
        padding: 0 1.75rem;
        margin-bottom: 2.4rem;
    }
}
@media (min-width: 1790px){
    .line-bn-raz .bn-content .block-links{
        width:40%;
    }
    .line-bn-raz .bn-fon .php-fon{
        top: 48%;
    }
}
@media (max-width: 1200px){
    .line-bn-raz .bn-content .block-links .circle-frameworks{
        width: 276px;
        height: 276px;
        font-size: 20px;
    }
}
@media (max-width: 991.98px){
    .line-bn-raz .bn-fon:after{
        opacity: .3
    }
    .line-bn-raz .bn-content .block-links .link-arrow:after{
        right: 0;
    }
    .line-bn-raz .bn-content .block-links .link-arrow{
        padding-right: 25px;
    }
}
@media (max-width: 767.98px){
    .line-bn-raz .bn-content .block-links .circle-frameworks{
        left: 80%;
        bottom: auto;
        top: -142px;
    }
    .line-bn-raz .bn-fon .php-fon{
        font-size: 5.5em;
        top: 32%;
    }
    .line-bn-raz .bn-content .block-links .block-circle{
        padding-top: 51px;
    }
}
@media (max-width: 575.98px){
    .line-bn-raz .bn-content .block-links{
        width: 90%;
    }
    .line-bn-raz .bn-fon:after{
        background-position: top right;
    }
    .line-bn-raz .bn-content .block-links .circle-frameworks{
        left: -65px;
        top: -146px;
    }
    .line-bn-raz .bn-content .container{
        padding-top: 130px;
    }
}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/main.include/kto-my/style.css?17637246011019*/
.kto-my{
    position: relative;
}
.kto-my .title-block{
    margin-bottom: 1.5rem;
}
.kto-my .title{
    font-weight: 700;
    font-size: 3.9em;
    line-height: .8;
    letter-spacing: -0.04em;
    color: #333333;
    margin-bottom: 1.5rem;
}
.kto-my .row{
    --bs-gutter-y: 1.5rem;
}

@media (min-width: 992px){
    .kto-my .row{
        --bs-gutter-x: 2.5rem;
        --bs-gutter-y: 2.5rem;
    }
    .kto-my .container{
        z-index: 5;
        position: relative;
        padding-left: 16%;
    }
    .kto-my .img-fon{
        position:absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-position: left center;
        object-fit: contain;
        z-index: 1
    }
}
@media (min-width: 1200px) {
    .kto-my .container{padding-left: 21%;}
}
@media (min-width: 1400px){
    .kto-my .container{
        padding-left: 31%;
    }
}
@media (max-width: 991.98px){
    .kto-my .title{
        font-size: 3em;
    }
}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/news.list/slider-image/style.min.css?17637246011146*/
.image-slider .swiper-pagination{--swiper-pagination-top:auto;--swiper-pagination-bottom:0;--swiper-pagination-color:#e31e24;--swiper-pagination-bullet-inactive-color:#333;--swiper-pagination-bullet-inactive-opacity:1;position:relative;left:auto!important;transform:translateX(0)!important;bottom:auto!important;top:auto!important;margin-top:1rem}.image-slider .line-pagination{display:flex;justify-content:center}@media (min-width:576px){.image-slider .img-item img,.image-slider .visible-block{height:250px}.image-slider .swiper{overflow:visible}.image-slider .visible-block{overflow:hidden}.image-slider .swiper-slide{width:auto}}@media (min-width:768px){.image-slider .img-item img,.image-slider .visible-block{height:320px}}@media (min-width:1200px){.image-slider .img-item img,.image-slider .visible-block{height:400px}}@media (max-width:575.98px){.image-slider .img-contain{position:relative;padding-top:100%}.image-slider .img-item{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.image-slider .img-item img{max-height:100%;max-width:100%;height:auto;width:auto;margin:0 auto}}
/* End */


/* Start:/bitrix/templates/new_style/library/swiper/swiper-bundle.min.css?176372460116466*/
/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@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}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-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-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.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-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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.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: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: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,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.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-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: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:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border: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:10px;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-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-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: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:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background: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:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-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%;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 .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,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-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-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-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-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/news.list/list_service_desc/style.css?176372460111454*/
.paret-block-chto-delaem{
    overflow: hidden;
}
.block-chto-delaem .include-text{
    position: relative;
    padding: 2.5rem;
    margin-top: 1rem;
}
.block-chto-delaem .include-text:before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 1px;
    height: 300%;
    background-color: #E31E24;
}
.list-serv-items .item-serv{
    margin-bottom: 1.5rem;
}
.list-serv-items .item-serv>.panel{
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;
    border-radius: 1rem;
    padding: 1rem;
    letter-spacing: -0.04em;
    line-height: .95;
    cursor:pointer;
    display: flex;
    flex-direction:column;
    transition: .2s;
}
.list-serv-items .item-serv>.panel.active,
.list-serv-items .item-serv>.panel:hover{
    border-color: #E31E24;
}
.list-serv-items .item-serv>.panel.active{
    background-color: #fff;
}
.list-serv-items .item-serv .name{
    font-weight: 700;
    font-size: 1.2em;
    flex: 1 0 auto;
}
.list-serv-items .item-serv .name:first-letter,
.information-serv .title:first-letter{
    color: #E31E24;
}
.list-serv-items .item-serv .price{
    padding-top: 1.5rem;
    text-align: right;
    flex: 0 0 auto;
}
.big-t{
    font-size: 1.6em;
}
.information-serv .item-info{
    display: none;
}
.information-serv .title{
    font-weight: 700;
    font-size: 1.6em;
    letter-spacing: -0.04em;
    line-height: .95;
    margin-bottom: 1.5rem;
}
.information-serv .end-work{
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: .95;
}
.information-serv .end-work .big-t{
    vertical-align:middle;
}
.information-serv .desc-block{
    margin-bottom: 1rem;
}
.information-serv .time-line + .desc-block{
    margin-top: 1rem;
}
.information-serv .time-block{
    position: relative;
}
.information-serv .time-block .conteiner-line-progress{
    padding-left: 3em;
    overflow: hidden;
}
.information-serv .time-block .line-progress{
    position: relative;
    background: #E31E24;
    padding: .8em 1em .8em 0;
    margin-bottom: .5em;
    line-height: .95;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    text-align: right;
    white-space: nowrap;
    width: 0;
    transition: 1s;
}
.information-serv .time-block .line-progress:not(.animate){
    width: 0!important;
    color:transparent;
}
.information-serv .time-block .line-progress span{
    position: relative;
    z-index: 5;
}
.information-serv .time-block .line-progress:before{
    content: '';
    background: #E31E24;
    display: block;
    left: -3rem;
    width: 3.1rem;
    height: 100%;
    top: 0;
    position:absolute;
    z-index: 1;
}
.information-serv .time-block .setka{
    border-top: 2px solid #C7C7C7;
    position: relative;
    padding-left: 3em;
}
.information-serv .time-block .setka .legend{
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: -0.04em;
    font-size: .8em;
    line-height: .95;
    text-transform: lowercase;
}
.information-serv .time-block .setka .number-list{
    display: flex;
    flex-direction: row;
    text-align: center;
    letter-spacing: -0.04em;
    font-size: 1.5em;
    line-height: .95;
    position: relative;
}
.information-serv .time-block .setka .value{
    position: relative;
    flex: 0 0 9.09%;
    width: 9.09%;
    padding-top: 1.5em;
}
.information-serv .time-block .setka .value:before{
    content: '';
    display:block;
    position:absolute;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    top: -1px;
    background: #C7C7C7;
    height: 1em;
}
.information-serv .block-keys .item-port .image{
    position: relative;
    padding-top: 76%;
    margin-bottom: .5rem;
}
.information-serv .block-keys .item-port .image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 1em;
}
.information-serv .block-keys .item-port .name{
    font-weight: 700;
    line-height: 1.7;
}
.information-serv .block-keys .item-port{
    margin-bottom: 1em;
}
.information-serv .show-port{
    display:none;
}
.information-serv .key-show{
    transform: rotate(-90deg);
    font-weight: 700;
    font-size: 16px;
    line-height: 0;
    position: absolute;
    left: -23%;
    top: 50%;
    width: 200px;
    text-align:center;
    z-index:15;
}
.information-serv .key-show span{
    cursor: pointer;
    position:relative;
    display: inline-block;
    padding-right: 30px;
    line-height: 20px;
}
.information-serv .key-show span:after{
    content:'';
    display:block;
    position: absolute;
    right: 0;
    width: 20px;
    height: 12px;
    background-image: url("/images/new/arrow-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    top: 4px;
}
.information-serv .key-show span.hide-text:after{
    transform: rotate(90deg);
}
.information-serv .key-show .hide-text,
.information-serv .show-port:checked ~ .block-keys .key-show .show-text{
    display:none;
}
.information-serv .show-port:checked ~ .block-keys .key-show .hide-text{
    display: inline-block;
}
.information-serv .show-port:checked ~ .block-keys{
    left: -110%;
}
.information-serv .show-port:checked ~ .block-keys:before{
    box-shadow: -5px 5px 9px rgba(51, 51, 51, 0.1);
}

@media (min-width: 992px){
    .information-serv{
        overflow:hidden;
    }
    .information-serv .block-keys{
        width: 200%;
        margin-bottom: 1.5em;
        left: .75em;
        position: relative;
        transition: .5s;
    }
    .information-serv .block-keys:before{
        content: '';
        display:block;
        position: absolute;
        z-index: 1;
        background-color: #fff;
        left: -45px;
        top:-1em;
        bottom: -1em;
        right: -1em;
        border-radius: 1em;
        transition: .5s
    }
    .information-serv .block-keys>div{
        position:relative;
        z-index:5;
    }
    .information-serv .column-keys{
        padding-left: 55px;
    }
    .paret-block-chto-delaem .title-block{
        margin-bottom: 1rem;
    }
    .list-serv-items, .information-serv{
        padding-top: 1.5em;
    }
}
@media (min-width: 1200px){
    .list-serv-items .item-serv>.panel{
        height: 100%;
    }
    .block-chto-delaem{
        overflow: hidden;
    }
}

@media (max-width: 1789.98px){
    .list-serv-items .item-serv .name{
        font-size: 1em;
    }
    .information-serv .title,
    .big-t{
        font-size: 1.3em;
    }
    .information-serv .key-show{
        left: -30%;
    }
    .information-serv .desc-block{
        font-size: .8em;
    }
    .block-chto-delaem .include-text{
        font-size: .8em;
    }
}
@media (max-width: 1579.98px){
    .information-serv .key-show {
        left: -25%;
    }
    .block-chto-delaem .include-text{
        padding: 1em;
    }
    .list-serv-items .item-serv .name{
        font-size: .8em;
    }
    .information-serv .column-keys{
        padding-left: 35px;
    }
}
@media (max-width: 1400px){
    .information-serv .key-show {
        left: -30%;
    }
    .list-serv-items .item-serv .price{
        font-size: .7em;
    }
    .information-serv .line-name-end .name.title{
        margin-bottom: .5rem;
    }
}

@media (max-width: 1199.98px) {
    .block-chto-delaem .include-text:before{
        height: 100%;
    }
    .block-chto-delaem .include-text{
        margin-top: 0;
    }
    .block-chto-delaem .left-col{
        margin-bottom: 1.5em;
    }
    .information-serv .key-show {
        left: -23%;
    }
    .list-serv-items .item-serv .name{
        font-size: 1em;
        flex: 1 0 0%;
    }
    .list-serv-items .item-serv .price{
        padding-top:0;
    }
    .list-serv-items .item-serv>.panel{
        flex-direction: row;
        align-items: center;
    }
    .information-serv .item-info{
        padding: 1.5rem .5rem 0;
    }
    .information-serv{
        padding-top: 0;
    }
    .list-serv-items .item-serv:first-child>.panel{
        position:relative;
    }
    .list-serv-items.no-init .item-serv:first-child>.panel:before,
    .list-serv-items.no-init .item-serv:first-child>.panel:after{
        content: '';
        display: block;
        left: 50%;
        top: 50%;
        height: 100%;
        position: absolute;
        border-radius: 1rem;
        width: 100%;
        transform: translate(-50%, -50%);
        border: 1px solid rgba(227, 30, 36, 0);
        box-shadow: 0 0 5px 0 rgba(227, 30, 36, 0);
        animation-duration: 3s;
        animation-name: bubble-btn;
        animation-iteration-count: infinite;
    }
    .list-serv-items.no-init .item-serv:first-child>.panel:after{
        animation-delay: 1s;
    }
    @keyframes bubble-btn {
        0%{
            height: 100%;
            width: 100%;
            opacity: 1;
            box-shadow: 0 0 5px 0 rgba(227, 30, 36, 0);
            border: 1px solid rgba(227, 30, 36, 0);
        }
        50%{
            box-shadow: 0 0 10px 0 rgba(227, 30, 36, 0.53);
            border: 1px solid rgba(227, 30, 36, 1);
        }
        100%{
            height: calc( 100% + 30px );
            width:  calc( 100% + 30px );
            opacity:0;
            border: 1px solid rgba(227, 30, 36, 0);
            box-shadow: 0 0 5px 0 rgba(227, 30, 36, 0);
        }
    }
    .list-serv-items .item-serv>.panel{
        padding-right: 2.5rem;
        position: relative;
    }
    .list-serv-items .item-serv>.panel .plus-block:before,
    .list-serv-items .item-serv>.panel .plus-block:after{
        content: '';
        display: block;
        width: 1rem;
        height: 2px;
        background-color: #e31e24;
        position: absolute;
        top:50%;
    }
    .list-serv-items .item-serv>.panel .plus-block:before{
        width: 2px;
        height: 1rem;
        margin-top: -.5rem;
        right: calc( 1.25rem - 1px );
        transition: .2s;
    }
    .list-serv-items .item-serv>.panel .plus-block:after{
        margin-top: -1px;
        right: .75rem;
    }
    .list-serv-items .item-serv>.panel.active .plus-block:before{
        opacity: 0;
    }
}
@media (max-width: 991.98px){
    .information-serv .column-keys{
        padding-left: .75em;
        margin-top: 1em;
    }
    .information-serv .key-show{
        display:none;
    }
}
@media (max-width: 575.98px){
    .information-serv .time-block .line-progress{
        font-size: 14px;
    }
    .information-serv .time-block .line-progress>span{
        margin-left: -2rem;
    }
    .block-chto-delaem .include-text, .information-serv .desc-block {
        font-size: 1em;
    }
}
@media (max-width: 399.98px){
     .list-serv-items .item-serv .name{
        font-size: .9em;
    }
    .list-serv-items.row{
        --bs-gutter-x: 1rem;
    }
    .list-serv-items .item-serv {
        margin-bottom: 1rem;
    }
    .information-serv .time-block .setka .number-list{
        font-size: 1em
    }
    .information-serv .time-block .line-progress{
        font-size: 12px;
    }
}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/main.include/line-form/style.min.css?1763724601183*/
.block-form-line{background-color:#e4e8ef}.block-form-line.black-style{background-color:#333;color:#fff}@media (min-width:1200px){.block-form-line .title-desc-block{padding-top:24px}}
/* End */


/* Start:/bitrix/templates/.default/components/altasib/feedback.form/line-form/form_style.css?17637246011010*/
@media (min-width: 768px){
    .alx_feed_back.line-mod-form form{
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0 -15px;
        align-items: end;
    }
    .alx_feed_back.line-mod-form form>*{
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width:100%;
        padding: 0 15px;
    }
    .alx_feed_back.line-mod-form .user-consent label.main-user-consent-request{
        margin-bottom: 0;
    }
    .alx_feed_back.line-mod-form .afbf_item_pole{
        flex: 1 0 0%;
        width:auto;
        order: 1;
    }
    .alx_feed_back.line-mod-form .afbf_submit_block{
        width:auto;
        order:2;
        margin-bottom: 20px;
    }
    .alx_feed_back.line-mod-form .user-consent{
        order:3;
    }
}
@media (min-width: 1790px){
    .alx_feed_back.line-mod-form form{
        margin: 0 -25px;
    }
    .alx_feed_back.line-mod-form form>*{
        padding: 0 25px;
    }
}
/* End */


/* Start:/bitrix/templates/new_style/components/redline/myblock.column/slider-items/style.min.css?17637246012575*/
.line-column-block .row{margin-bottom:-1.5rem}.line-column-block .row>div{margin-bottom:1.5rem}.line-column-block .title-number img{max-width:100px}.line-column-block .slider-list-col .title:first-letter,.line-column-block .title-number img+.text:first-letter{color:#e31e24}.line-column-block .title-number-small{margin-bottom:0!important}.line-column-block .title-number-small+.desc{margin-top:1.5rem}.line-column-block .slider-list-col .title{font-size:1.6em;font-weight:700;line-height:.95;letter-spacing:-1.28px;text-transform:uppercase;padding-right:7rem}.line-column-block .slider-list-col .desc{margin-top:1.5rem}.line-column-block .slider-list-col .desc:first-child{padding-top:1rem}.line-column-block .slider-list-col .item{padding-top:10px}.line-column-block .slider-list-col{position:relative}.line-column-block .slider-list-col .swiper-nav{position:absolute;right:0;top:0;display:flex;flex-direction:row}.line-column-block .slider-list-col.swiper .swiper-nav .swiper-button-next,.line-column-block .slider-list-col.swiper .swiper-nav .swiper-button-prev{background:#fff;border-radius:50%;box-shadow:-5px 5px 10px 0 rgba(51,51,51,.1);width:2.5rem;height:2.5rem;position:relative;left:auto;right:auto;top:auto;margin-top:0}.line-column-block .slider-list-col.swiper .swiper-nav .swiper-button-prev{margin-right:1rem}.line-column-block .slider-list-col.swiper .swiper-nav .swiper-button-next:hover,.line-column-block .slider-list-col.swiper .swiper-nav .swiper-button-prev:hover{opacity:.7}.line-column-block .slider-list-col.swiper .swiper-nav .swiper-button-next:disabled,.line-column-block .slider-list-col.swiper .swiper-nav .swiper-button-prev:disabled{opacity:.5}.line-column-block .slider-list-col.swiper .swiper-nav div:after{display:none}.line-column-block .slider-list-col.swiper .swiper-nav .swiper-button-next:before,.line-column-block .slider-list-col.swiper .swiper-nav .swiper-button-prev:before{display:block;width:1.5rem;height:1.5rem;top:50%;margin-top:-.75rem;left:50%;margin-left:-.75rem;content:'';position:absolute;background-repeat:no-repeat;background-position:center;background-size:contain}.line-column-block .slider-list-col.swiper .swiper-nav .swiper-button-prev:before{background-image:url(/images/new/arrow-left-new.svg)}.line-column-block .slider-list-col.swiper .swiper-nav .swiper-button-next:before{background-image:url(/images/new/arrow-right-new.svg)}@media (min-width:1200px){.line-column-block .row{margin-bottom:-5rem}.line-column-block .row>div{margin-bottom:5rem}.line-column-block .title-number img+.text{padding-left:30px}}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/main.include/image-title-block/style.min.css?1763724601379*/
@media (min-width:1400px){.line-image-text .left-image-block{padding-right:35px}.line-image-text .right-image-block{padding-left:35px}}@media (min-width:1200px){.line-image-text .padding-content-block{padding-left:2.75rem;padding-right:2.75rem}}@media (max-width:768px){.line-image-text .left-image-block{padding-bottom:20px}.line-image-text .right-image-block{padding-top:20px}}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/news.list/step/style.css?17637246012833*/
.step-dev .item-step{
    margin-bottom: 1rem;
    position: relative;
}
.step-dev .num{
    font-weight: 700;
    font-size: 2.5em;
    line-height: .8;
    color: #E31E24;
    position: relative;
}
.step-dev .num .num-val:first-letter{
    color: #333;
}

.step-dev .name{
    line-height: .95;
    letter-spacing: -0.04em;
    margin-top: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}
.step-dev .toggle-btn{
    display:block;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #FFFFFF;
    box-shadow: -5px 5px 10px rgba(51, 51, 51, 0.1);
    border-radius: 1.25rem;
    position: relative;
    cursor:pointer;
    transition: .2s;
}
.step-dev .toggle-btn:hover{
    background-color: #E31E24;
}
.step-dev .toggle-btn:before,
.step-dev .toggle-btn:after{
    content: '';
    display: block;
    background-color: #333333;
    border-radius: 2px;
    position: absolute;
    transition:.2s
}
.step-dev .toggle-btn:before{
    width: 1.5rem;
    height: 2px;
    margin-top:-1px;
    top: 50%;
    left: .5rem;
}
.step-dev .toggle-btn:after{
    width: 2px;
    height: 1.5rem;
    top: .5rem;
    left: 50%;
    margin-left: -1px;
}
.step-dev .toggle-btn:hover:before,
.step-dev .toggle-btn:hover:after{
    background-color: #fff;
}
.step-dev .toggle-btn.active:after{
    opacity:0;
}
.step-dev .desc-step .item-desc,
.step-dev .item-step .item-desc{
    display: none;
    background: #FFFFFF;
    box-shadow: -5px 5px 10px rgba(51, 51, 51, 0.1);
    border-radius: 1rem;
    padding: 2.5rem;
    position: relative;
}
.step-dev .desc-step .item-desc .desc-anchor{
    position: absolute;
    top: -5rem;
}
@media (min-width: 768px){
    .step-dev .toggle-btn{
        margin: 1rem auto 0;
    }
    .step-dev .num{
        padding-right: calc( 1.5rem + 30px );
    }
    .step-dev .item-step:not(:last-child) .num:after{
        content: '';
        display:block;
        right: 1.5rem;
        height: 30px;
        width: 30px;
        background-image: url("/images/new/arrow-right.svg");
        background-position: center;
        background-repeat: no-repeat;
        position:absolute;
        top: 50%;
        margin-top: -15px;
    }
    .step-dev .item-step .panel{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .step-dev .name{
        flex: 1 0 0%;
    }
}
@media (min-width: 1790px) {
    .step-dev .item-step{
        width: 14.28%;
    }
}
@media (max-width: 767.98px){
    .step-dev .desc-step{
        display:none!important;
    }
    .step-dev .num{
        display: flex;
        align-items:center;
    }
    .step-dev .num .num-val{
        flex: 1 0 auto;
    }
    .step-dev .item-step .panel{
        margin-bottom: .5rem;
    }
    .step-dev .desc-step .item-desc, .step-dev .item-step .item-desc{
        padding: 1.5rem;
    }
}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/main.include/bg-image-title-block/style.min.css?1763724601277*/
@media (min-width:1200px){.bg-image-title-block{position:relative}.bg-image-title-block .bg-image{position:absolute;left:0;top:0;height:100%;width:40%;object-position:left bottom;object-fit:contain;z-index:1}.bg-image-title-block .block-title-line{position:relative;z-index:5}}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/system.pagenavigation/news_pagination/style.min.css?17637246011190*/
.news-pg-nav{width:100%;display:-ms-flexbox;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:4em}.news-pg-nav a{color:#333;text-decoration:none;background-color:#fff}.news-pg-nav a,.news-pg-nav>span{border:2px solid #333;display:block;vertical-align:middle;font-weight:700;height:50px;line-height:46px;min-width:50px;transition:all .2s ease-out;text-align:center;margin:0 10px 20px;padding:0 3px}.news-pg-nav a:hover,.news-pg-nav>span{color:#fff;background-color:#333;border-color:#333;text-decoration:none}.news-pg-nav a.btn-pg{height:auto;width:auto;padding:0 15px;border-radius:0;position:relative}.news-pg-nav a.btn-pg.next-pg{padding-right:55px}.news-pg-nav a.btn-pg.prev-pg{padding-left:55px}.news-pg-nav a.btn-pg:before{content:'';display:block;height:15px;width:20px;background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url(/images/new/arrow-right.png);position:absolute;top:50%;margin-top:-7.5px;transition:.3s}.news-pg-nav a.btn-pg.next-pg:before{right:20px}.news-pg-nav a.btn-pg.prev-pg:before{transform:rotate(180deg);left:20px}.news-pg-nav a.btn-pg:hover:before{background-image:url(/images/new/arrow-right-white.png)}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/news.list/accordion-question/style.min.css?1763724601180*/
.list-questions .questio{font-weight:700;font-size:1.6em;line-height:95%;letter-spacing:-.04em}.accordion-list.list-questions .panel-accordion{padding-left:2.5rem;padding-top:30px}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/main.include/video-title-block-combo/style.css?1763724601392*/
.line-video-group .video-block img{
    width: 630px;
    border-radius: 15px;
    margin-bottom: 2.5rem;
}
.line-video-group.row{
    --bs-gutter-y: 1.5rem;
}
@media (min-width: 1790px){
    .line-video-group .left-column{
        padding-right: 2.5rem;
        width: 49%;
    }
    .line-video-group .right-column{
        padding-left: 2.5rem;
        width: 51%;
    }
}
/* End */


/* Start:/bitrix/templates/new_style/components/bitrix/news.list/listblog/style.css?17637246011510*/
.news-blog>.row{
	--bs-gutter-y: 1.5rem;
}
.news-blog .news-item .panel-item{
	box-shadow: -5px 5px 10px rgba(51, 51, 51, 0.1);
	height: 100%;
}
.news-blog .news-item .news-title h2{
	text-align: left;
	width: 100%;
	color: #333;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	display: block;
	margin-bottom: 1rem;
	font-size: 1.6em;
	line-height: .94;
	font-weight: bold;
}
.news-blog .news-item .body-news{
	padding-top: 0;
}
.news-blog .news-item .news-info{
	margin: 0 -1rem .5rem;
	display:-ms-flexbox;
	display: flex;
	flex-wrap:wrap;
}
.news-blog .news-item .news-info .news-tag,
.news-blog .news-item .news-info .news-date-time,
.news-blog .news-item .news-info .news-view{
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 14px;
	color: #333;
	display: inline-block;
	padding: 0 1rem .5rem;
}
.news-blog .news-item .news-info .news-tag a:not(:first-child){
	margin-left: 3px;
}
.news-blog .news-item .news-img{
	margin-bottom: 1em;
}
.news-blog .news-item .news-img img{
	width: 100%;
	height: auto;
	display: block;
}
.news-blog .news-item .news-pr-text{
	font-size: 14px;
}
.news-blog .news-item .news-full a{
	font-size: 1.4em;
	line-height: 1.4rem;
	font-weight: 600;
	color: #E31E24;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	transition: color 0.5s ease-in-out;
}
.news-blog .news-item .news-full {
	left: 0;
	bottom: -4px;
	position: relative;
}
@media (min-width: 1400px) {
	.news-blog>.row{
		--bs-gutter-x: 2.5rem;
		--bs-gutter-y: 2.5rem;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/main.include/form_horizont/style.css?17637246017839*/
.block-contacts-form{
    background: #fff;
    position: relative;
}
.block-contacts-form .container{
    position:relative;
    z-index: 5;
}
.block-contacts-form .column-form{
    padding-right: 10px;
}
.list-check .item-check{
    position:relative;
    padding-left: 54px;
}
.list-check .item-check:last-child{
    margin-bottom: 0;
}

/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 10px;
    }
}
@-webkit-keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 10px;
    }
}
@keyframes dothabottomcheck {
    0% {
        height: 0;
    }
    100% {
        height: 10px;
    }
}
@keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 25px;
    }
}
@-webkit-keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 25px;
    }
}
@-moz-keyframes dothatopcheck {
    0% {
        height: 0;
    }
    50% {
        height: 0;
    }
    100% {
        height: 25px;
    }
}

.list-check .check-box{
    position: absolute;
    top:50%;
    margin-top: -13px;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: transparent;
    border: 3px solid #333333;
    border-radius: 5px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    transition-delay: .5s;
}
.list-check .check-box::before, .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 3px;
    background-color: #333333;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 2px;
    content: ' ';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5;
    transition-delay: .5s;
}
.list-check .check-box::before {
    top: 16px;
    left: 10px;
    box-shadow: 0 0 0 4px #fff;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.list-check .check-box::after {
    top: 8px;
    left: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.list-check .item-check.visited .check-box {
    border-color: #333333;
}
.list-check .item-check.visited:nth-child(1) .check-box::after
{
    height: 10px;
    -moz-animation: dothabottomcheck 0.2s ease .5s forwards;
    -o-animation: dothabottomcheck 0.2s ease .5s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease .5s forwards;
    animation: dothabottomcheck 0.2s ease .5s forwards;
}
.list-check .item-check.visited:nth-child(1) .check-box::before
{
    height: 25px;
    -moz-animation: dothatopcheck 0.4s ease .5s forwards;
    -o-animation: dothatopcheck 0.4s ease .5s forwards;
    -webkit-animation: dothatopcheck 0.4s ease .5s forwards;
    animation: dothatopcheck 0.4s ease .5s forwards;
}
.list-check .item-check.visited:nth-child(2) .check-box::before{
    -moz-animation: dothatopcheck 0.4s ease 1s forwards;
    -o-animation: dothatopcheck 0.4s ease 1s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 1s forwards;
    animation: dothatopcheck 0.4s ease 1s forwards;
}
.list-check .item-check.visited:nth-child(2) .check-box::after{
    -moz-animation: dothabottomcheck 0.2s ease 1s forwards;
    -o-animation: dothabottomcheck 0.2s ease 1s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 1s forwards;
    animation: dothabottomcheck 0.2s ease 1s forwards;
}
.list-check .item-check.visited:nth-child(3) .check-box::before{
    -moz-animation: dothatopcheck 0.4s ease 1.5s forwards;
    -o-animation: dothatopcheck 0.4s ease 1.5s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 1.5s forwards;
    animation: dothatopcheck 0.4s ease 1.5s forwards;
}
.list-check .item-check.visited:nth-child(3) .check-box::after{
    -moz-animation: dothabottomcheck 0.2s ease 1.5s forwards;
    -o-animation: dothabottomcheck 0.2s ease 1.5s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 1.5s forwards;
    animation: dothabottomcheck 0.2s ease 1.5s forwards;
}
.list-check .item-check.visited:nth-child(4) .check-box::before{
    -moz-animation: dothatopcheck 0.4s ease 2s forwards;
    -o-animation: dothatopcheck 0.4s ease 2s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 2s forwards;
    animation: dothatopcheck 0.4s ease 2s forwards;
}
.list-check .item-check.visited:nth-child(4) .check-box::after{
    -moz-animation: dothabottomcheck 0.2s ease 2s forwards;
    -o-animation: dothabottomcheck 0.2s ease 2s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 2s forwards;
    animation: dothabottomcheck 0.2s ease 2s forwards;
}
.list-check .item-check.visited:nth-child(5) .check-box::before{
    -moz-animation: dothatopcheck 0.4s ease 2.5s forwards;
    -o-animation: dothatopcheck 0.4s ease 2.5s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 2.5s forwards;
    animation: dothatopcheck 0.4s ease 2.5s forwards;
}
.list-check .item-check.visited:nth-child(5) .check-box::after{
    -moz-animation: dothabottomcheck 0.2s ease 2.5s forwards;
    -o-animation: dothabottomcheck 0.2s ease 2.5s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 2.5s forwards;
    animation: dothabottomcheck 0.2s ease 2.5s forwards;
}
.list-check .item-check.visited:nth-child(2) .check-box{
    transition-delay: 1.5s;
}
.list-check .item-check.visited:nth-child(3) .check-box{
    transition-delay: 2s;
}
.list-check .item-check.visited:nth-child(4) .check-box{
    transition-delay: 2.5s;
}
.list-check .item-check.visited:nth-child(5) .check-box{
    transition-delay: 3s;
}
.contact-panels{
    margin-bottom: 3em;
    background: #FFFFFF;
    box-shadow: -5px 5px 10px rgba(51, 51, 51, 0.1);
    padding: 40px;
}
.contact-panels .panel-info .position,
.column-check .head-column,
.list-check .item-check{
    margin-bottom: 1em;
}
@media (min-width: 992px){
    .block-contacts-form .column-check{
        padding-left: 35px;
    }
}
@media (min-width: 1400px){
    .block-contacts-form .rostik-bg{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media (min-width: 1790px){
    .block-contacts-form .column-check{
        width: 55%;
    }
    .block-contacts-form .column-form{
        width: 43%
    }
    .contact-panels{
        min-width:5em;
    }
}
@media (max-width: 1790px){
    .block-contacts-form .rostik-bg{
        background-size: cover;
    }
}
@media (max-width: 767.98px){
    .block-contacts-form .column-form{
        margin-bottom: 30px;
    }
}
@media (max-width: 1399.98px){
    .block-contacts-form .red-line-left:before{
        display: none;
    }
    .block-contacts-form .padd-left-mod{
        padding-left:0;
    }
    .block-contacts-form{
        border-top: 2px solid #E31E24;
    }
}
/* End */
/* /bitrix/templates/new_style/components/bitrix/main.include/bn_im/style.css?17637246017467 */
/* /bitrix/templates/new_style/components/bitrix/main.include/kto-my/style.css?17637246011019 */
/* /bitrix/templates/new_style/components/bitrix/news.list/slider-image/style.min.css?17637246011146 */
/* /bitrix/templates/new_style/library/swiper/swiper-bundle.min.css?176372460116466 */
/* /bitrix/templates/new_style/components/bitrix/news.list/list_service_desc/style.css?176372460111454 */
/* /bitrix/templates/new_style/components/bitrix/main.include/line-form/style.min.css?1763724601183 */
/* /bitrix/templates/.default/components/altasib/feedback.form/line-form/form_style.css?17637246011010 */
/* /bitrix/templates/new_style/components/redline/myblock.column/slider-items/style.min.css?17637246012575 */
/* /bitrix/templates/new_style/components/bitrix/main.include/image-title-block/style.min.css?1763724601379 */
/* /bitrix/templates/new_style/components/bitrix/news.list/step/style.css?17637246012833 */
/* /bitrix/templates/new_style/components/bitrix/main.include/bg-image-title-block/style.min.css?1763724601277 */
/* /bitrix/templates/new_style/components/bitrix/system.pagenavigation/news_pagination/style.min.css?17637246011190 */
/* /bitrix/templates/new_style/components/bitrix/news.list/accordion-question/style.min.css?1763724601180 */
/* /bitrix/templates/new_style/components/bitrix/main.include/video-title-block-combo/style.css?1763724601392 */
/* /bitrix/templates/new_style/components/bitrix/news.list/listblog/style.css?17637246011510 */
/* /bitrix/templates/.default/components/bitrix/main.include/form_horizont/style.css?17637246017839 */
