
@media (max-width: 1753px) {
    .back-advertisement{
       background-image: none;
    }
}
.data_root {
    display: flex;
    gap: 30px;
}
.top-title-big{
    font-family: Wix Madefor Display;
    font-size: 48px;
    font-weight: 500;
    line-height: 60.48px;
    text-align: left;
}
.svedeniya-container{
    padding: 60px 0px;
}

@media (max-width: 1050px) {
    .data_root {
        flex-direction: column;
    }
}

@media (min-width: 1051px) {
    .data_left {
        width: 400px;
    }

    .data_right {
        max-width: 650px;
    }
}


.data_left, .data_right {
    margin: 10px;
}

.data_right p {
    line-height: 1.5em;
}

.data_left p {
    padding: 30px 5px 30px 40px;
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
}

.data_root a {
    color: #093EB4;
    text-decoration: underline;
}

.data_root a:hover {
    text-decoration: underline;
}

.text_p {
    margin-top: 10px;
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
}
.text_p li{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    margin-bottom:10px;
}
.title-document-li ul{
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.16px;
    text-align: left;
    margin-bottom:10px;
    margin-top:20px !important;
}

.title-document-li{
    font-family: Wix Madefor Display;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 27.72px;
    text-align: left;
    margin-bottom:30px !important;
    margin-top:20px !important;
}
.text_p * {

}
.personal-data_text-ul {
    margin-top: 20px;
    margin-bottom: 20px;
}
.personal-data_text-ul li {
    font-family: Wix Madefor Display;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 100%;
    padding-left: 15px !important;
    margin-top: 5px;
    margin-bottom: 5px !important;
}
.personal-data_text-ul li:before{
    background: #000000 !important;
    width: 5px !important;
    height: 5px !important;
}
.text_p a {
    text-decoration: underline;
    color:  #093EB4;
}

.text_p a:hover {
    text-decoration: underline;
}

.text_p > ol > li > ul {
    margin-left: 15px;
}

.zebra a {
    box-sizing: border-box;
    display: block;
    color: #337ab7;
    font-size: 16px;
    padding: 5px 0px;
}

.zebra a:hover {
    color: #265b89;
    text-decoration: underline !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    /*vertical-align: top;*/
    vertical-align: center;
    /*border-top: 1px solid #8c9ba0;*/
}

.data_left p:nth-child(odd), .table > tbody > tr:nth-child(odd) {
    /*background-color: #DAE4F060;*/
    background-color: #EAF2FA;
}

.grid {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(2, 1fr);
    /*grid-auto-rows: 50px;*/
    grid-gap: 20px;
    margin-bottom: 30px;
}

.grid > div {
    /*background-color: #EEEEEE;*/
    padding: 3px;
    font-family: Wix Madefor Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.16px;
    text-align: left;
}
.title-police{
    font-family: Wix Madefor Display;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20.16px !important;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 30px;
}
td{
    border: 1px solid rgb(0, 0, 0);
    padding: 10px !important;
}
.table-pers_data{
    font-size: 12px;
}  
.table-pers_data-title{
    font-weight: 700;
}
.grid .grid-left {
    grid-column: 1 / 2;
    position: relative;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 27.72px !important;
}
@media (max-width: 767px) {
    .title-police {
        font-size: 14px !important;
        font-weight: 700 !important;
        line-height: 17.16px !important;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .text_p {
        font-size: 14px;
        line-height: 17.16px;
    }
    .grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .top-title-big{
        font-size: 24px;
        line-height: 30.24px;
        width: 200px;
    }

    .data_left p {
        padding: 23px 2px 23px 30px;
        font-size: 12px;
        line-height: 15.12px;
    }
    .grid .grid-left {
        font-size: 14px !important;
        line-height: 16.72px !important;
        color: #777777;
    }
    .grid > div {
        font-size: 16px !important;
        line-height: 20.72px !important;
    }
    .personal-data_text-ul li {
        font-size: 14px !important;
    }
    .text_p li{
        font-size: 14px;
        line-height: 16.16px;
    }
    td{
        padding: 3px !important;
    }
    .table-pers_data {
        font-size: 9px;
    }
}
