

/* Start:/bitrix/templates/sizvchs/css/falsification.css?17793584887419*/
.falsification th,
.falsification td {
    border: 1px solid #175a89;
}
.falsification th.noborder,
.falsification td.noborder {
    border-left: none;
    border-top: none;
    border-bottom: none;
}
.falsification th,
.falsification td {
    padding: 6px;
    font-size: 13px;
    line-height: 110%;
    vertical-align: top;
}
.falsification td{
    background-color: #fff;
}
.falsification td strong,
.falsification td span,
.falsification th span,
.falsification td cite,
.falsification td a,
.falsification td div,
.falsification td li,
.falsification td li div{
    font-size: 13px;
    line-height: 110%;
}
.falsification td cite{
    font-weight: 600;
}
.falsification td.red{
    /*background-color: #facdcd;*/

}
.falsification td.green{
    /*background-color: #dcfadc;*/
}
.falsification table{
    border-collapse: collapse;
}
.falsification th{
    font-weight: 600;
    background-color: #175a89;
    color: #fff;
}
.falsification th span{
    font-weight: 300;
    font-style: italic;
    color: #fff;
    display: block;
    margin-top: 4px;
    font-size: 11px;
}
.falsification ul{
    list-style-type: square;
}
.falsification ol {
    display: table;
    counter-reset: subsection;
    list-style-type: none;
    margin-top: 10px;
}
.falsification ol > li {
    display: table-row;
    counter-increment: section;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.falsification ol > li > div,
.falsification td div{
    margin-bottom: 6px;
}
.falsification ol > li::before {
    display: table-cell;
    text-align: right;
    counter-increment: subsection;
    padding-right: 5px;
    font-weight: 600;
    font-size: 13px;
}
.falsification ol ul{
    padding: 0 0 6px 12px;
    margin-bottom: 6px;
}
.falsification li img{
    width: 100%;
    height: auto;
    max-width: 200px;
    margin-bottom: 10px;
}
.falsification ol.t1 > li::before {
    content: counter(subsection) ". ";
}
.falsification ol.t11 > li::before {
    content: "1." counter(subsection) ". ";
}
.falsification ol.t21 > li::before {
    content: "2." counter(subsection) ". ";
}
.falsification ol.t31 > li::before {
    content: "3." counter(subsection) ". ";
}
.falsification ol.t51 > li::before {
    content: "5." counter(subsection) ". ";
}
.falsification ol.t231 > li::before {
    content: "2.3." counter(subsection) ". ";
}

.falsification td span.num::before{
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
    text-align: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #175a89;
    background-color: #175a89;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.falsification td span.n1::before{content: "1";}
.falsification td span.n2::before{content: "2";}
.falsification td span.n3::before{content: "3";}
.falsification td span.n4::before{content: "4";}
.falsification td span.n5::before{content: "5";}
.falsification td span.n6::before{content: "6";}
.falsification td span{
    padding-left: 32px;
    padding-bottom: 12px;
    padding-top: 6px;
    position: relative;
    display: block;
}


.manual-link{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.manual-link a{
    color: #fff;
    padding: 1rem 3rem;
    border: 2px solid #175a89;
    background-color: #175a89;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 0%;
}
.manual-link a:hover,
.manual-link a:focus,
.manual-link a:active{
    text-decoration: none;
    color: #fff;
    background-color: #05426d;
    border-color: #175a89;
}

.form-element{
    margin-bottom: 14px;
}
.form-btn{
    padding-top: 14px;
    text-align: center;
}
.form-element input[type='text']{
    width: 100%;
    padding: 1rem;
    border: 2px solid #ebebeb;
    transition: all 0.2s ease;
    border-radius: 1rem;
    outline:none;
}
.form-element input[type='text']:hover,
.form-element input[type='text']:focus,
.form-element input[type='text']:active{
    text-decoration: none;
    border: 2px solid #ed7f2c !important;
    transition: all 0.2s ease;
    outline:none;
}

.form-element-send{
    color: #fff;
    font-weight: bold;
    font-size: 120%;
}

.form-btn input[type='submit']{
    color: #fff;
    padding: 1.5rem 3rem;
    border: 2px solid #ed7f2c;
    background-color: #ed7f2c;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 0%;
}
.form-btn input[type='submit']:hover,
.form-btn input[type='submit']:focus,
.form-btn input[type='submit']:active{
    text-decoration: none;
    color: #fff;
    border: 2px solid #ed6e2b;
    background: #ed6e2b;
    transition: all 0.2s ease;
}
.form-element.error input[type='text']{
    border: 2px solid red;
}

/***************************************************************/
.doc__box{
    margin-top: 4rem;
    margin-bottom: 3rem;
}
.doc__box .doc__item{
    background-color: #f8f7f4;
    border-radius: 1.7rem;
    margin-bottom: 24px;
    padding: 1.5rem 2rem;
}
.doc__box .doc__item.active{
    background-color: #edeffe;
}
.doc__box .doc__item .doc__item-name{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    cursor: pointer;
}
.doc__box .doc__item .doc__item-name div{
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 100%;
    width: calc(100% - 45px);
}
.doc__box .doc__item .doc__item-name span{
    width: 24px;
    height: 24px;
    background-color: #d5d5d5;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.doc__box .doc__item.active .doc__item-name span{
    background-color: #babffc;
}
.doc__box .doc__item .doc__item-name span img{
    transition: 0.1s linear;
}
.doc__box .doc__item.active .doc__item-name span img{
    transform: rotate(180deg);
    transition: 0.1s linear;
}
.doc__box .doc__item .doc__item-text{
    display: none;
    margin-top: 1.5rem;
}
.doc__box .doc__item.active .doc__item-text{
    display: block;
}
.doc__box .doc__item .doc__item-text p{
    margin-bottom: .5rem;
}
.doc__box .doc__item .doc__item-text p:last-child{
    margin-bottom: 0;
}

.falsification__form-box{
    background-color: #175a89;
    border-radius: 1.7rem;
    padding: 2rem 1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media(max-width: 768px) {
    .falsification .h5{
        margin-bottom: 1rem;
    }
    .falsification .pb-5{
        padding-bottom: 1rem !important;
    }
    .table_box{
        width: 100%;
        overflow-x: auto;
    }
    .manual-link{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .manual-link a{
        display: block;
        font-size: 14px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .falsification__form-box .h2{
        margin-bottom: 2rem;
    }
    .falsification__form-box .h2 br{
        display: none;
        margin-bottom: 2rem;
    }
    .doc__box .doc__item .doc__item-name div{
        font-size: 1rem;
    }
}
/* End */
/* /bitrix/templates/sizvchs/css/falsification.css?17793584887419 */
