

/* Start:/local/templates/ncpr/assets/css/fonts.css?1752842384391*/
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/local/templates/ncpr/assets/css/../fonts/subset-ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/local/templates/ncpr/assets/css/../fonts/subset-ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* End */


/* Start:/local/templates/ncpr/assets/css/styles.css?175439583816944*/
body{font-family: 'Proxima Nova Rg';font-size:18px;background:#fff;margin:0px;padding:0px;}
.container{width:100%;max-width:1470px;padding:0px 15px;box-sizing: border-box;margin:0px auto;position:relative;}
ul{padding:0px;margin:0px;}
li{margin:0px;padding:0px;list-style: none;}
a{text-decoration: none;}
p{margin:0px;padding:0px;}

input,textarea{font-size:16px;color:#000;font-family: 'Proxima Nova Rg';border:0px;outline:none;resize:none;}
input::placeholder,textarea::placeholder {font-size:16px;color:#4F4F4F;}
button{outline:none;border:0px;cursor:pointer;text-align: center;}

.white_fog{
    position:absolute;
    bottom:-20px;
    width:100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 14.69%, #FFFFFF 61.61%);
    height:90px;
    transition:all 0.3s ease;
    opacity: 1;
}

.blue_fog{
    position:absolute;
    bottom:-20px;
    width:100%;
    background: linear-gradient(180deg, rgba(236, 242, 248, 0) 14.69%, #ECF2F8 61.61%);
    height:90px;
    transition:all 0.3s ease;
    opacity: 1;
}

.bluebg{
    background:#ECF2F8;
}

.whitebg{
    background:#fff;
}

.offsets{
    padding:var(--ofset) 0px;
}

.no-offset-b{
    padding-bottom:0px;
}

.readmore{
    display:none;
}

.readmore .less{display:none;}

.button{
    display:flex;
    font-size:16px;
    font-weight:bold;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius:12px;
    padding:12px 30px;
    box-sizing: border-box;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.button.black{background:#000000;}

body{
    --ofset:80px;
    --h1:100px;
    --h2:60px;
    --head:40px;
    --margin-top:40px;
}

h1{
    font-size:var(--h1);
    line-height:100%;
    font-weight:bold;
    color:#fff;
    text-align:center;
    margin:0px;
    width:100%;
}

.header_h2{
    font-size:var(--h2);
    line-height:100%;
    font-weight:bold;
    color:#002958;
    text-align:left;
    margin:0px;
}

header{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:100;
    background:transparent;
    transition:all 0.3s ease;
}

header.fixed{
    background:#18358B;
}

header .menu-line{
    display:flex;
    width:100%;
    padding:28px 0px;
    box-sizing: border-box;
    justify-content: space-between;
    gap:10px;
    align-items: center;
}

header .menu-line .logo{
    display:flex;
    max-width:190px;
	width:100%;
}

header .menu-line .logo img{
    max-width:100%;
}

header .menu-line ul{
    display:flex;
    width:100%;
    max-width:590px;
    justify-content: space-between;
    gap:10px;
}

header .menu-line ul li{
    padding:20px;
    box-sizing: border-box;
    border-radius:13px;
    width:100%;
    background:transparent;
    transition:all 0.3s ease;
    position:relative;
}

header .menu-line ul li.haschild{
    border-radius:13px 13px 0px 0px;
}

header .menu-line ul li.haschild:hover{
    background:#4C8EBC;
}

header .menu-line ul li .subul{
    position:absolute;
    top:100%;
    left:0px;
    width:100%;
    opacity: 0;
    visibility: hidden;
    transition:all 0.3s ease;
    flex-direction: column;
    display:flex;
    background:#4C8EBC;
    border-radius:0px 0px 13px 13px;
    gap:0px;
    padding:3px 0px 16px;
}

header .menu-line ul li:hover .subul{
    opacity: 1;
    visibility: visible;
}

header .menu-line ul li .subul li{
    padding:6px 20px;
    transition:all 0s ease;
}


header .menu-line ul li .subul li a{
    font-weight:normal;
    font-size:16px;
    text-transform: none;
}

header .menu-line ul a{
    font-size:16px;
    font-weight:bold;
    color:#fff;
    text-transform: uppercase;
}

.banner{
    width:100%;
    background-color:#417FB9;
    background:url(/local/templates/ncpr/assets/css/../images/header_bg.jpg) no-repeat center center;
    background-size:cover;
    aspect-ratio: 10 / 3.41;
}

.banner .container{
    height:100%;
    align-items: center;
    padding-top:90px;
    box-sizing: border-box;
    display:flex;
}

.about-block{
    margin-top:var(--margin-top);
}

.about-block .wrapper{
    display:flex;
    gap:20px;
    transition: all 0.3s ease;
}

.about-block .wrapper > div{width:50%;}

.about-block .wrapper p{
    line-height:168%;
}

.about-block .wrapper p span{
    color:rgba(0,0,0,0.4);
}

.about-block .wrapper p:not(:first-child){margin-top:20px;}

.products-block{
    display:flex;
    gap:20px;
    overflow: auto;
    margin-top:var(--margin-top);
}

.product-elm{
    padding:40px 32px;
    box-sizing: border-box;
    background:#fff;
    border-radius:20px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.product-elm .head{
    font-size:22px;
    color:#004899;
    font-weight:bold;
    text-transform: uppercase;
}

.product-elm .desc{
    margin-top:15px;
    line-height: 150%;
    margin-bottom:20px;
}

.product-elm img{
    margin-top:auto;
    max-width:100%;
}

.product-elm .button{
    margin-top:36px;
}

.sphere-block{
    margin-left:-54px;
    width:calc(100% + 108px);
    min-height:256px;
    margin-top:30px;
    padding:60px;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-color:#ECF2F8;
    border-radius:60px;
    background-position:center;
}

.sphere-block .head{
    text-align:center;
    font-size:var(--head);
    font-weight:bold;
}

.sphere-list{
    display:flex;
    gap:17px;
    width:100%;
    align-items: center;
    justify-content: center;
    margin-top:30px;
}

.sphere-list div{
    font-size:16px;
    font-weight: bold;
    background:#fff;
    border-radius:30px;
    padding:16px 24px;
    box-sizing: border-box;
    text-transform: uppercase;
	text-align:center;
}

.advant{
    background-size:cover;
    background-repeat: no-repeat;
    background-color:#417FB9;
}

.advant .head{
    font-size:var(--head);
    color:#fff;
    font-weight:bold;
}

.advant .text{
    color:#fff;
    line-height: 150%;
}

.advant .advant-list{
    margin-top:var(--margin-top);
    display:flex;
    flex-wrap:wrap;
    gap:26px 20px;
}

.advant-elm{
    display:flex;
    gap:8px;
    align-items: flex-start;
}

.col-3 .advant-elm{
    width:calc(33% - 11px);
}

.col-2 .advant-elm{
    width:calc(50% - 10px);
}

.advant-elm .text{
    display:flex;
    gap:8px;
    flex-direction: column;
    color:#fff;
}

.advant-elm .text .header{
    font-size:24px;
    font-weight: bold;
}

.advant-elm .text .desc{
    line-height:145%;
}

.advant-elm .text .desc .wrapper,
.advant-elm .text .desc .overflow{
    display:inline;
}

.tabs .head{
    font-size:var(--head);
    font-weight: bold;
}

.tabs-block{
    margin-top:var(--margin-top);
    margin-left:-54px;
    width:calc(100% + 108px);
    padding:74px 54px;
    box-sizing: border-box;
    border-radius:60px;
}

.tabs-line{
    display:flex;
    width:100%;
    overflow:auto;
    align-items: flex-end;
}

.tabs-line button{
    padding:0px;
    padding-bottom:9px;
    color:#4F4F4F;
    font-size:24px;
    font-weight: bold;
    text-align:left;
    border:0px;
    outline: none;
    border-bottom:2px solid rgba(0, 72, 153, 0.25);
    transition:all 0.3s ease;
    background:transparent;
    cursor:pointer;
    min-width:310px;
}

.tabs-line button:last-child{
    width:80%;
}

.tabs-line button.active{
    color:#004899;
    border-color:rgba(0, 72, 153, 1);
}

.tabs-content{
    margin-top:50px;
    display:flex;
    align-items: flex-start;
    width:100%;
    gap:20px;
    opacity: 0;
    visibility: hidden;
    position:absolute;
    top:0px;
    left:0px;
}

.tabs-content.active{
    position:static;
    opacity: 1;
    visibility: visible;
     transition: all 0.3s ease;
}

.tabs-content > div{
    width:50%;
}

.tabs-content .left-part{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.tabs-content .left-part .header{
    margin-bottom:32px;
    font-size:30px;
    font-weight: bold;
}

.tabs-content .left-part .desc{
    line-height:150%;
    margin-bottom:30px;
}

.tabs-content .left-part .image-mob{
    display:none;
}

.tabs-content .left-part .desc ul li{
    padding-left:18px;
    position:relative;
}

.tabs-content .left-part .desc ul li:before{
    position:absolute;
    content:"";
    width:4px;
    height:4px;
    border-radius:100px;
    background:#000;
    left:0px;
    top:11px;
    transform:translate(0%, 0%);
}

.tabs-content .left-part .desc ul li:not(:first-child){
    margin-bottom:4px;
}

.tabs-content .left-part > a{
    margin-top:auto;
}

.tabs-content .left-part .desc p:not(:first-child),
.tabs-content .left-part .desc ul:not(:first-child){margin-top:20px;}

.tabs-content .right-part{
    display:flex;
}

.tabs-content .right-part img{
    max-width:100%;
    height:auto;
}

.tabs .docs-block{
    margin-top:30px;
}

.tabs .docs-block .hep{
    font-weight:bold;
    margin-bottom:7px;
}

.tabs .docs-block p.link:not(:last-child){
    margin-bottom:5px;
}

.tabs .docs-block p.link{
    color:rgba(0,0,0,0.7);
}

.tabs .docs-block p.link a{
    color:#114F89;
    text-decoration: underline;
}

.tabs .desc-block{
    margin-top:20px;
}

.tabs .desc-block .hep{
    font-weight:bold;
    margin-bottom:7px;
}

.tabs .desc-block .text{
    line-height: 150%;
    color:rgba(0,0,0,0.7);
}

.advant2 .advant-elm .text .header{
    font-weight:normal;
}

.modules .head{
    font-size:var(--head);
    font-weight:bold;
}

.modules .docs-block{
    margin-top:30px;
}

.modules .docs-block .hep{
    font-weight:bold;
    margin-bottom:7px;
}

.modules .docs-block p.link:not(:last-child){
    margin-bottom:5px;
}

.modules .docs-block p.link{
    color:rgba(0,0,0,0.7);
}

.modules .docs-block p.link a{
    color:#114F89;
    text-decoration: underline;
}

.modules .desc-block{
    margin-top:20px;
}

.modules .desc-block .hep{
    font-weight:bold;
    margin-bottom:7px;
}

.modules .desc-block .text{
    line-height: 150%;
    color:rgba(0,0,0,0.7);
}

.modules .desc-block .text p:not(:first-child){
    margin-top:13px;
}

.modules-block{
    display:flex;
    gap:9px;
    margin-top:var(--margin-top);
}

.modules-block .base-mod{
    display:flex;
    flex-direction: column;
    gap:9px;
    width:100%;
    max-width:475px;
}

.modules-block .base-mod .header{
    padding:20px 30px;
    box-sizing: border-box;
    background:#004899;
    color:#fff;
    text-transform: uppercase;
    display:flex;
    flex-direction: column;
    font-size:24px;
    font-weight: bold;
    border-radius:18px;
}

.modules-block .base-mod .header span{
    color:rgba(255,255,255,0.4);
    font-weight: normal;
    text-transform: none;
    font-size:18px;
}


.modules-block .mod-info{
    background:rgba(0, 148, 226, 0.11);
    padding:30px 30px;
    box-sizing: border-box;
    border-radius:18px;
    display:flex;
    flex-direction: column;
    height:100%;
}

.modules-block .mod-info .desc{
    color:rgba(0,0,0,0.5);
    font-weight: bold;
    margin-bottom:20px;
}

.modules-block .mod-info .list{
    margin-top:auto;
}

.modules-block .mod-info .list > p{
    margin-bottom:15px;
    font-weight: bold;
}

.modules-block .mod-info .list li{
    padding-left: 18px;
    position: relative;
}

.modules-block .mod-info .list li:not(:first-child){
    margin-top:13px;
}

.modules-block .mod-info .list li:before{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #000;
    left: 0px;
    top: 11px;
    transform: translate(0%, 0%);
}

.modules-block .adv-mod {
    display: flex;
    flex-direction: column;
    gap: 9px;
    width: 100%;
    max-width: 958px;
}

.modules-block .adv-mod .header{
    padding:20px 30px;
    box-sizing: border-box;
    background:#BCFFA4;
    text-transform: uppercase;
    display:flex;
    flex-direction: column;
    font-size:24px;
    font-weight: bold;
    border-radius:18px;
}

.modules-block .adv-mod .header span{
    color:rgba(0,0,0,0.4);
    font-weight: normal;
    text-transform: none;
    font-size:18px;
}

.mod-info-twocol{
    display:flex;
    gap:9px;
    height:100%;
}

.modules-block .adv-mod .mod-info{
    background:#fff;
    height:100%;
}

.modules-block .adv-mod .mod-info .hep{
    font-size:24px;
    font-weight: bold;
    margin-bottom:15px;
}

.form-block{
    margin-left:-54px;
    width:calc(100% + 108px);
    background:url(/local/templates/ncpr/assets/css/../images/formbg.png) no-repeat center center;
    background-size:cover;
    padding:var(--ofset) 50px;
    box-sizing: border-box;
    display:flex;
    gap:20px;
    min-height:435px;
    margin-top:var(--ofset);
    background-color: #417FB9;
    border-radius:60px;
    position:relative;
}

.form-block > div{
    width:50%;
}

.form-block .left-part .hep{
    font-size:var(--h2);
    color:#fff;
    font-weight: bold;
}

.form-block .right-part form{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    align-items: flex-start;
}

.form-block .right-part form.sended{
	opacity:0.6;
}

.form-block .right-part form .input_container{
    display:flex;
    flex-direction: column;
    position:relative;
    border-radius:16px;
    background:#fff;
    border:1px solid #fff;
    gap:6px;
    padding:10px 16px;
    box-sizing: border-box;
    width:calc(33% - 12px);
}
.form-block .right-part form{position:relative;}
.form-block .right-part form .response{margin:0px;margin-top:10px;color:#BCFFA4;position:absolute;top:90%;font-size:16px;}

.form-block .right-part form .input_container.full{
    width:100%;
}

.form-block .right-part form .input_container.capcha{
    width:auto;
}

.form-block .right-part form .input_container.checkbox{
    padding:0px;
    flex-direction: row;
    background:transparent;
    gap:16px;
    color:#fff;
    border:0px;
    font-size:16px;
    align-items: center;
}

.form-block .right-part form .input_container.checkbox label:not(.error){
    width:24px;
    height:24px;
    background:#fff;
    border-radius:8px;
}

.form-block .right-part form .input_container.checkbox a{
    color:#84C3FF;
    text-decoration: underline;
}

.form-block .right-part form .input_container.checkbox input{
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    left: -30000px;
}

.form-block .right-part form .input_container label:not(.error){
    font-size:10px;
    color:#4F4F4F;
    cursor:pointer;
    position:relative;
}

.form-block .right-part form .input_container.checkbox input:checked ~ label.checkbox span{
    width:16px;
    height:16px;
    border-radius:4px;
    background:#114F89;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.form-block .right-part form .input_container.button-inp{
    padding:0px;
    background:transparent;
    margin-top:20px;
    border:0px;
}

.form-block .right-part form .input_container.button-inp button{
    height:51px;
    max-width: 161px;
}

footer{
    background:#002958;
    margin-top:-260px;
}

.footer-offset{
    padding-top:12%;
}

footer .menu-line{
    display:flex;
    width:100%;
    box-sizing: border-box;
    justify-content: space-between;
    gap:10px;
    align-items: center;
}

footer .menu-line .logo{
    display:flex;
    max-width:190px;
}

footer .menu-line .logo img{
    max-width:100%;
}

footer .menu-line ul{
    display:flex;
    width:100%;
    max-width:590px;
    justify-content: space-between;
    gap:10px;
}

footer .menu-line ul li{
    padding:20px;
    box-sizing: border-box;
    border-radius:13px;
}

footer .menu-line ul a{
    font-size:16px;
    font-weight:bold;
    color:#fff;
    text-transform: uppercase;
}

footer .address{
    margin-top:var(--margin-top);
    color:#fff;
    display:flex;
    align-items: center;
    gap:4px;
}

footer .phone{
    margin-top:20px;
    color:#fff;
    display:flex;
    align-items: center;
    gap:4px;
}

footer .phone a{
    color:#fff;
    text-decoration: underline;
}

.bottom-part{
    display:flex;
    margin-top:20px;
    align-items: flex-end;
    justify-content: space-between;
    gap:20px;
}

.bottom-part .companys{
    display:flex;
    gap:var(--margin-top);
    color:#fff;
}

.bottom-part .companys a{
    color:#fff;
    text-decoration: underline;
}

.bottom-part .urinfo{
    display:flex;
    flex-direction: column;
    text-align: right;
    gap:10px;
    font-size:12px;
    color:rgba(255,255,255,0.5);
}

.bottom-part .urinfo a{
    color:rgba(255,255,255,0.5);
    text-decoration: underline;
}

label.error{
    position:absolute;
    color:red;
    top:calc(100% + 2px);
    font-size:12px;
    background:transparent;

}

.tabs.posibilites .header{display:none;}

.burger{display:none;}

.shadow{
    position:fixed;
    opacity: 0;
    visibility: hidden;
    width:100%;
    left:0px;
    top:0px;
    height:100%;
    background:rgba(0,0,0,0.7);
    transition: all 0.3s ease;
}

body.overflow{
    overflow:hidden;
}

body.overflow .shadow{
    z-index:999;
    visibility: visible;
}

header .close{display:none;}
/* End */


/* Start:/local/templates/ncpr/assets/css/adaptive.css?17531697487316*/
@media (max-width: 1550px) {

    .sphere-block,
    .tabs-block,
    .form-block{
        margin-left:0px;
        width:100%;
    }

}

@media (max-width: 1400px) {

    body{
        --ofset:60px;
        --h1:70px;
        --h2:40px;
        --head:30px;
        --margin-top:40px;
    }

    header .menu-line{padding:10px 0px;}

    .banner .container{padding-top:40px;}

    footer{margin-top:-160px;}

    .modules-block .base-mod{max-width: 375px;}

}


@media (max-width: 1024px) {

    section {position:relative;z-index:1;}

    .button{padding:10px 20px;font-size:10px;}

    body{
        font-size:11px;
        --ofset:30px;
        --h1:26px;
        --h2:22px;
        --head:14px;
        --margin-top:20px;
    }

    .readmore{
        width:100%;
        position:relative;
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .readmore a{
        color:#002958;
        display:flex;
        align-items:center;
        gap:5px;
        position:relative;
        z-index:1;
        margin-top:10px;
    }

    .readmore a svg{
        transition:all 0.3s ease;
    }

    .readmore a.opened svg{
        transform:rotate(180deg);
    }

    .readmore a.opened .less{display:inline;}
    .readmore a.opened .more{display:none;}

    header .menu-line ul{
        position:fixed;
        right:-100%;
        top:0px;
        background:#fff;
        flex-direction: column;
        transition:all 0.3s ease;
        height:100%;
        width:100%;
    }

    header .menu-line ul li{
        padding:5px 20px;
    }

    header .menu-line ul{
        padding:20px 0px;
    }

    body.overflow header .menu-line ul{
        right:0%;
        justify-content: flex-start;
    }

    header .menu-line ul li .subul{
        position:static;
        padding:0px;
        visibility: visible;
        opacity: 1;
        background:transparent;
        height:auto;
        padding-top:10px;
    }

    header .menu-line ul a{color:#18358B;}

    header .menu-line .logo{max-width:100px;}

    .about-block .wrapper{
        flex-direction: column;
        overflow:hidden;
        max-height:208px;
    }

    .readmore a.opened + .white_fog,
    .readmore a.opened + .blue_fog{
        opacity:0;
    }

    .about-block .wrapper > div{width:100%;}

    .product-elm{padding:15px 13px;min-width:248px;}
    .product-elm .head{font-size:14px;}
    .product-elm .desc{margin:10px 0px;}
    .product-elm .button{margin-top:10px;width:100%;}

    .sphere-block{padding:20px 15px;border-radius:10px;}
    .sphere-list{flex-direction: column;margin-top:10px;gap:10px;}
    .sphere-list div{width:100%;padding:12px;font-size:10px;text-align: center;}

    .advant .head{font-size:22px;}

    .advant .advant-list{gap:16px;}
    .advant-elm .text .header{font-size:14px;}
    .advant-elm .text .desc{display:none;}
    .advant-elm img{width:18px;}
    .col-3 .advant-elm{width:100%;}

    .tabs .head{font-size:22px;color:#002958;}
    .tabs-line{display:none;}
    .tabs-block{display:flex;overflow:auto;background:#fff;padding:0px;gap:20px;border-radius: 0px;}
    .tabs-content{position:static;margin-top:0px;opacity: 1;visibility: visible;background:#ECF2F8;padding:15px 13px;box-sizing: border-box;border-radius:13px;min-width:248px;}
    .tabs-content .right-part{display:none;}
    .tabs-content > div{width:100%;}
    .tabs-content .left-part .image-mob{display:block;max-width:100%;margin-bottom:10px;margin-top:auto;}
    .tabs-content .left-part .header{font-size:14px;margin-bottom:10px;}
    .tabs-content .left-part .desc{margin-bottom:10px;}
    .tabs-content .left-part .desc ul li{padding-left:14px;}
    .tabs-content .left-part .desc ul li:before{top:5px;}
    .tabs-content .left-part{height:100%;}
    .tabs-content .left-part > a{margin-top:0px;}

    .col-2 .advant-elm{width:100%;}
    .tabs.posibilites .header{display:block;}
    .tabs.posibilites .tabs-content{background:#fff;}
    .posibilites .tabs-block{background:#ECF2F8;}

    .modules .head{font-size:22px;color:#002958;}

    .modules-block{flex-direction: column;gap:10px;}
    .modules-block .base-mod{max-width:100%;gap:10px;}
    .modules-block .adv-mod{gap:10px;max-width:100%;}
    .modules-block .base-mod .header span,
    .modules-block .adv-mod .header span{display:none;}
    .modules-block .base-mod .header,
    .modules-block .adv-mod .header{padding:8px;font-size:11px;text-transform: none;border-radius:10px;text-align: center;}
    .modules-block .mod-info .desc,
    .modules-block .adv-info .desc{margin-bottom:10px;}
    .modules-block .mod-info,
    .modules-block .adv-info{padding:15px 13px;border-radius:10px;}
    .modules-block .mod-info .list li{padding-left:14px;}
    .modules-block .mod-info .list li:before{top:5px;}

    .modules-block .adv-mod .mod-info .hep{font-size:14px;}
    .mod-info-twocol{flex-direction: column;gap:10px;}
    .advant .text{font-size:14px;}

    .tabs .docs-block{margin-top:20px;}
    .tabs.last .docs-block{margin-top:0px;}

    .advant3 .advant-elm .text .desc{display:flex;flex-direction: column;}
    .advant3 .advant-elm .text .desc b span{display:none;}
    .advant3 .advant-elm .text .desc b{display:flex;align-items: center;justify-content: space-between;gap:10px;}
    .advant3 .advant-elm .text .desc b:after{content:"";width:12px;height:12px;border-right:2px solid;border-bottom:2px solid;box-sizing: border-box;display:flex;transform:rotate(45deg) translate(-5px, 0px);}
    .advant-elm .text .desc .wrapper, .advant-elm .text .desc .overflow{display:block;}
    .advant3 .advant-elm img{display:none;}
    .advant3 .advant-elm .text .desc .wrapper{max-height:0px;overflow:hidden;transition:all 0.3s ease;}

    .form-block{flex-direction: column;padding:30px 15px;border-radius:15px;}
    .form-block .right-part form .input_container{width:100%;}
    .form-block > div{width:100%;}
    
    footer{margin-top:0px;}
    .footer-offset{padding-top:var(--ofset);padding-bottom:0px;}

    .form-block .right-part form .input_container.checkbox label:not(.error){width:16px;height:16px;min-width:16px;border-radius:3px;}
    .form-block .right-part form .input_container.checkbox p{font-size:14px;}

    .modules .docs-block p.link span{display:block;}

    footer .menu-line{flex-direction: column;gap:20px;}
    footer .menu-line ul{flex-direction: column;}
    footer .menu-line ul a{font-size:14px;}
    footer .menu-line ul li{text-align: center;padding:5px;}
    footer .address,
    footer .phone{font-size:14px;justify-content: center;}
    .bottom-part{flex-direction: column;}
    .bottom-part .companys{flex-direction: column;width: 100%;text-align: center;gap: 10px;}
    .bottom-part .urinfo{margin-left: 0px;margin-right: -15px;font-size:10px;width: calc(100% + 30px);background: #fff;color: rgba(0, 41, 88, 0.5);text-align: left;padding: 30px 15px;box-sizing: border-box;}
    .bottom-part .urinfo a{color: rgba(0, 41, 88, 0.5);}

    .burger{display:flex;}

    body.overflow header .container {z-index:1000;}
    body.overflow header .close{position:fixed;right:15px;top:15px;display:flex;}
    body.overflow header .close svg{width:32px;height:32px;}
    header .menu-line ul li.haschild:hover{background:transparent;}
}

@media (max-width: 600px) {

    .banner{aspect-ratio: 10 / 8;}

}
/* End */
/* /local/templates/ncpr/assets/css/fonts.css?1752842384391 */
/* /local/templates/ncpr/assets/css/styles.css?175439583816944 */
/* /local/templates/ncpr/assets/css/adaptive.css?17531697487316 */
