/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

.style-switcher{
    display: none !important;
}

.styled-block{
    background: url(/bitrix/templates/aspro-scorp/images/background_custom.png) #F3F4F8 0 0 repeat
}

.footer-under-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
}
.footer-under-menu .under-menu-item:first-child{
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer-under-menu .under-menu-item a{
    color: rgba(139, 182, 255, 1);
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 12px;
    line-height: 110.00000000000001%;

}
body div.nca-cookiesaccept-line.style-1 {
    max-width: 902px;
    border-radius: 12px;
    box-shadow: 4px 4px 32px 0px rgba(0, 0, 0, 0.12);
    background-color: rgba(255, 255, 255, 1);
    bottom: 40px !important;
    right: 63px;
}
body div.nca-cookiesaccept-line .nca-cookiesaccept-line-text {
    padding: 0;
    padding-left: 8px;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;

}
body div.nca-cookiesaccept-line .nca-cookiesaccept-line-text a{
    color: rgba(31, 68, 130, 1);
}
#nca-cookiesaccept-line-accept-btn{
    background: rgba(31, 68, 130, 1);
    color: white;
    font-family: Ubuntu;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    text-transform: uppercase;
    width: 95px;
    height: 40px;
    border: 0;
    outline: none;

}
.nca-cookiesaccept-line > div{
    gap: 32px;
}

body div.nca-cookiesaccept-line > div > div{
    padding: 0;
}
.processing-block .input {
    margin-top: 16px;
}

.input input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    border: 2px solid rgba(210, 214, 220, 1);
}

.custom-checkbox::after {
    content: "";
    display: none;
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-checkbox.active{
    background-color: rgba(31, 68, 130, 1);
    border: none;
}
input[type="checkbox"]:checked + .custom-checkbox::after {
    display: block;
}

.custom-checkbox-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}
span.text-input{
    margin-left: 8px;
}
.form-footer div button{
    margin-left: 0;
    margin-right: auto;
    display: block;
}
.form.popup .form-footer{
    padding: 0px 60px 52px;
}
.mobile_block {
    display: none;
}
@media (max-width: 767px) {
    #pagetitle{
        word-break: break-word;
    }
    .banners-big .slides .title{
        line-height: normal;
    }
    .logo-row .top-callback .email .fa, .logo-row .top-callback .phone .fa{
        font-size: larger;
    }
    .footer-under-menu{
        margin-top: 0;
        gap: 28px;
    }
    .footer-under-menu, .footer-under-menu .under-menu-item:first-child {
        flex-direction: column;
    }
    .footer-under-menu .under-menu-item:first-child {
        gap: 12px;
    }
    body div.nca-cookiesaccept-line.style-1{
        bottom: 10px !important;
        left: 0;
        right: 0;
        width: 92% !important;
        margin: 0 auto !important;
    }
    .nca-cookiesaccept-line > div{
        flex-direction: column;
    }
    body div.nca-cookiesaccept-line > div > div, #nca-cookiesaccept-line-accept-btn{
        width: 100%;
    }
    .mobile_block {
        display: block;
    }
    .mobile_none{
        display: none;
    }
    .form .processing-block, .form .form-footer .pull-right{
        margin-top: 0 ;
    }
    .form .form-group {
        margin-bottom: 16px;
    }
    .form .form-footer{
        padding: 0;
    }

}