.warning, ._cont .new_container .warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 30px 40px 50px;
    background: #FAFAFA;
}

.warning .icon, ._cont .new_container .warning .icon {
    margin-right: 50px;
}

.table, ._cont .new_container .table {
    margin-top: 30px;
}

.table .row, ._cont .new_container .table .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -1px 2px;
}

.table .row .col, ._cont .new_container .table .row .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 1px;
    padding: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table .row._title .col, ._cont .new_container .table .row._title .col {
    background: #F9F9F9 !important;
}

.table .row._light_text .col, ._cont .new_container .table .row._light_text .col {
    color: #727270;
}

.table .row:nth-child(2n + 1) .col, ._cont .new_container .table .row:nth-child(2n + 1) .col {
    background: #FDFDFD;
}

.table .row:nth-child(2n) .col, ._cont .new_container .table .row:nth-child(2n) .col {
    background: #FAFAFA;
}


.accordion, ._cont .new_container .accordion {
    margin-top: 30px;
    margin-bottom: 50px;
}

._accordion ._acc_item {
    border: 1px solid #EAEAEA;
    margin-bottom: 10px;
}

._accordion ._acc_item ._acc_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    cursor: pointer;
}

._accordion ._acc_item ._acc_header ._acc_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #02528F;
}

._accordion ._acc_item ._acc_header ._acc_icon {
    margin-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    width: 16px;
    height: 2px;
    background: #02528F;
    position: relative;
}

._accordion ._acc_item ._acc_header ._acc_icon:after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 16px;
    width: 2px;
    background: #02528F;
}

._accordion ._acc_item ._acc_header._active ._acc_icon:after {
    height: 0;
}

._accordion ._acc_item ._acc_body {
    border-top: 1px solid #EAEAEA;
    padding: 20px;
    display: none;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

._accordion ._acc_item ._acc_body p {
    max-width: 787px;
    margin-bottom: 20px;
}


.adv_list .adv_cont .adv_item, .adv_list .adv_cont .adv_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.adv_list .adv_cont .adv_item .icon, .adv_list .adv_cont .adv_item .icon {
    width: 5px;
    height: 5px;
    background: #02528F;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5px;
    flex: 0 0 5px;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px);
}

.adv_list .adv_cont .adv_item .text, .adv_list .adv_cont .adv_item .text {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.adv_list .adv_cont .adv_item:last-child, .adv_list .adv_cont .adv_item:last-child {
    margin-bottom: 0;
}

p{
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-bottom: 15px;
}

.sale{
    padding: 2px 6px!important;
    margin-right: 5px!important;
}

.captcha__origin .input{
    display: flex;
}

.captcha__origin .input input{
    max-width: 400px;
}

.captcha__origin .input input + img{
    margin-left: 10px;
}

@media (max-width: 520px){
    .captcha__origin .input{
        flex-direction: column;
    }

    .captcha__origin .input input + img{
        margin: 10px 0 0
    }
}

.new_item a{
    color: #02528F!important;
    text-decoration: underline;
}

.new_item a:hover{
    text-decoration: none;
}

.bxcompprop-prop-tr textarea{
    resize: both;
    min-height: 8lh;
    min-width: 18lh;
}