

/* 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/pay.css?17573188535742*/
.content_grey{

}
.sub_title{
    display: block;
    margin: 20px 0 40px 0;
    max-width: 400px;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}
.form_cont{
    max-width: 1016px;
    display: flex;
    justify-content: space-between;
}
.form_cont > div{
    width: 50%;
    max-width: 462px;
}

.select_box {
    width: 100%;
    height: 50px;
    overflow: hidden;
    background-image: url("/local/templates/is_digital/old/css/../img/ico/select_arrow2.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 17px) 50%;
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgba(119, 127, 143, 0.6);
    box-sizing: border-box;
}

.select_box select {
    background: transparent;
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 30px 14px 17px;

    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}
.form_cont input{
    background: #FFFFFF;
    border: 1px solid rgba(119, 127, 143, 0.6);
    box-sizing: border-box;
    width: 100%;
    padding: 18px 0 11px 28px;
    height: auto;

    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
}
.form_cont label{
    margin-bottom: 31px;
    display: block;
}
.form_cont label .name{
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 8px;
    display: block;
}
.w50{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -9px 0 -9px
}
.w50 > div{
    flex: 0 1 calc(50% - 18px);
    margin: 0 9px 0 9px;
}

.input_line{
    display: flex;
    justify-content: space-between;
    margin-top: 19px;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    border-bottom: 5px solid #E2DAC3;
}
.control {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
}
.control_indicator {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #ffffff;
    border: 1px solid #32373A;
    box-sizing: border-box;
}

.control input:checked ~ .control_indicator {
    background: #32373A;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-radio .control_indicator {
    border-radius: 50%;
}

.control-radio .control_indicator:after {
    left: 5px;
    top: 5px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #ffffff;
    transition: background 250ms;
}

.input_line2{
    display: flex;
    justify-content: space-between;
}

.count_change{
    display: flex;
    align-items: center;
    width: 131px;
    border: 1px solid rgba(119, 127, 143, 0.6);
    justify-content: space-between;
}
.count_change input{
    width: 39px;
    box-sizing: border-box;
    padding: 15px 0 14px 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    background-color: transparent;
    border: none;
}
.count_plus{
    background-image: url("/local/templates/is_digital/old/css/../img/ico/count+.svg");
    width: 14px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 16px 15px;
    cursor: pointer;
}
.count_minus{
    background-image: url("/local/templates/is_digital/old/css/../img/ico/count-.svg");
    width: 8px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 16px 17px;
    cursor: pointer;
}

.summ{
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    margin-top: 40px;
}
.summ .name{
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    margin-right: 18px;
}
.summ .price{
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    color: #32373A;
}
.summ .rub{
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    color: #32373A;
}
.res_p_1{
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 120%;
    color: #000000;
}
.res_p_2{
    font-weight: 300;
    font-size: 28px;
    line-height: 120%;
    color: #000000;
    max-width: 725px;
}
.content_grey a.res_btn_ok{
    margin: 40px 0;
    display: inline-block;
}
.res_ok .content_grey{
    background-image: url("/local/templates/is_digital/old/css/../img/tpl/pay_ok_bg.png");
}
.wrapper {
    background-color: #F5F7F9;
}

.tb_ico{
    background-image: url("/local/templates/is_digital/old/css/../img/ico/tinkoff.png");
    display: inline-block;
    width: 32px;
    height: 28px;
    margin: 0 10px 0 0;
}
.TINKOFF_BTN_YELLOW, .TINKOFF_SIZE_M{
    display: flex !important;
}
.w50 button{
    max-width: 100%;
    width: 100%;
    height: 60px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px 0;
}
.pay2__online-button {
    width: 100%;
    margin-bottom: 16px;
    margin-top: 16px;
}
.pay2__buttons {
    max-width: 297px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1350px){
    .form_cont > div:nth-of-type(1){
        margin-right: 10px;
    }
}
@media (max-width: 1300px){
    .form_cont {
        flex-direction: column;
    }
    .form_cont > div{
        width: 100%;
    }
}
@media (max-width: 1000px){
    .form_cont > div:nth-of-type(1) {
        margin-right: 0;
    }
}

@media (max-width: 500px){
    .w50 {
        flex-direction: column;
    }
    .res_ok .content_grey{
        background-image: none;
    }
}
@media (max-width: 400px){
    .input_line2 {
        flex-direction: column;
    }
}
/* End */
/* /local/templates/is_digital/old/css/pages.css?17576476652497 */
/* /local/templates/is_digital/old/css/pay.css?17573188535742 */
