

/* Start:/local/templates/is_digital/old/css/pages.css?17576476652497*/
.content_grey{
    background-color: #F5F7F9;
    padding: 31px 50px;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
}
.content_grey h1{
    background: url("/local/templates/is_digital/old/css/../img/ico/line_404.svg") 0 0 no-repeat;
    font-family: 'Cormorant', serif;
    font-weight: bold;
    font-size: 3.438rem;
    line-height: 120%;
    color: #222222;
    margin: 59px 0 0 0;
    padding: 30px 0 0 0;
}
.intro_text{
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 200%;
    color: #000000;
    max-width: 580px;
}
.content_grey .note_grey{
    margin: 80px 0 69px 0;
}
.content_white{
    padding: 26px 50px 0 50px;
}


.txt_block p{
    padding-bottom: 40px;
    font-weight: 100;
    font-size: 0.875rem;
    line-height: 186%;
    color: #000000;
}
.txt_block h2, .txt_block .h2{
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 200%;
    color: #000000;
    padding-bottom: 21px;
}
.txt_block li{
    padding-bottom: 19px;
    font-weight: 100;
    font-size: 0.875rem;
    line-height: 140%;
    color: #000000;
    list-style-image: url('/local/templates/is_digital/old/css/../img/ico/txt_li.svg');
    margin-left: 15px;
    padding-left: 6px;
}
.txt_block li li:nth-of-type(1){
    padding-top: 19px;
}
.txt_block li li:nth-last-of-type(1){
    padding-bottom: 0;
}
.txt_block q, .txt_block blockquote{
    font-family: 'Cormorant', serif;
    font-style: italic;
    font-weight: normal;
    font-size: 1.375rem;
    line-height: 120%;
    color: #000000;
    background-color: #F5F7F9;
    padding: 45px 30px;
    box-sizing: border-box;
    display: block;
    background-image: url("/local/templates/is_digital/old/css/../img/ico/personal_q.svg");
    background-repeat: no-repeat;
    background-position: 95% 50%;
    margin-bottom: 43px;
}
.txt_block h3, .txt_block .h3{
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 162%;
    color: #000000;
    padding-bottom: 25px;
}
.txt_block h4, .txt_block .h4{
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 186%;
    color: #000000;
    padding-bottom: 25px;
}

@media (max-width: 1200px){

}
@media (max-width:480px) {
    .content_grey {
        padding: 31px 15px;
    }

    .content_grey h1, .content_grey .h1 {
        font-size: 2rem;
        margin: 30px 0 0 0;
        padding: 10px 0 0 0;
    }

    .doc_filter > form {
        padding: 0 0 0 15px;
    }

    .content_white {
        padding: 45px 15px 0 15px;
    }

    .main_ttl {
        font-size: 2rem;
    }
}
/* End */


/* Start:/local/templates/is_digital/old/css/aboutform.css?17573188533737*/
.rsform-block-vstuplenie{
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    color: #000000;
    max-width: 1185px;
}
.rsform-block {
    background-color: #FFFFFF;
    box-shadow: 0 9px 10px rgba(0, 0, 0, 0.08);
    max-width: 850px;
    padding: 38px 28px 33px 42px;
    margin-top: 37px;
}
.rsform-block:not(.fitst) {
    display: none;
}
.control-group .name{
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    color: #000000;
    padding-bottom: 26px;
}
.control-group .name span{
    color: #C6AE71;
}
.controls{
    margin-bottom: 48px;
}
.controls label{
    display: block;
}
.controls_btn{
    display: flex;
    justify-content: space-between;
}
.controls_btn .prev{
    border: 1px solid #000000;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    color: #000000;
    width: 170px;
    padding: 6px 5px;
    cursor: pointer;
    text-align: center;
}
.controls_btn .next{
    background-color: #32373A;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    color: #FFFFFF;
    padding: 6px 5px;
    border: none;
    width: 170px;
    cursor: pointer;
    text-align: center;
}


.radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    padding-top: 3px;
    cursor: pointer;
}
.controls input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    background: #ffffff;
    border: 1px solid #DADADA;
    border-radius: 50%;
}
.controls:hover input ~ .control_indicator,
.controls input:focus ~ .control_indicator {
    background: #ffffff;
}
.controls input:checked ~ .control_indicator {
    background: #ffffff;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.controls input:checked ~ .control_indicator:after {
    display: block;
}

.radio .control_indicator:after {
    left: 4px;
    top: 4px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #C6AE71;
    transition: background 250ms;
}


.checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    padding-top: 3px;
    cursor: pointer;
}
.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox .control_indicator {
    position: absolute;
    top: 7px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #ffffff;
    border: 1px solid #DADADA;
    border-radius: 0px;
    box-sizing: border-box;
}
.checkbox input:checked ~ .control_indicator {
    background: #c6ae71;
    border: none;
}

.checkbox input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.checkbox .control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.checkbox input:checked ~ .control_indicator:after {
    display: block;
}
.checkbox .control_indicator:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.controls textarea{
    margin: 0;
    max-width: 550px;
    width: 100%;
    height: 105px;
    padding: 10px;
}
.controls_btn .note_gold {
    padding: 10px 34px;
}

@media (max-width:480px) {
    .rsform-block {
        padding: 20px 5px 11px 5px;
        margin-left: -13px;
        margin-right: -13px;
    }
    .controls_btn {
        flex-wrap: wrap;
    }
    .controls_btn > div, .controls_btn > button {
        margin-bottom: 20px;
        width: 100% !important;
    }
}
/* End */
/* /local/templates/is_digital/old/css/pages.css?17576476652497 */
/* /local/templates/is_digital/old/css/aboutform.css?17573188533737 */
