.detail-content ul li:before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #C28B5D;
    position: absolute;
    left: 0px;
    top: 10px;
}
.detail-content ul li {
    padding-left: 25px;
    position: relative;
}

.detail-content--pdf ul{
    margin: 20px 0px 20px 0px;
}

.detail-content h4{
    font-size: 24px;
    color: #000;
}

.detail-content ul li span {
    font-weight: 600;
    font-size: 24px;
    line-height: 14px;
    color: #583025;
}

.detail-content p span {
    font-weight: 600;
    font-size: 24px;
    line-height: 14px;
    color: #583025;
}

.detail-content ul li + li {
    margin: 7px 0px 0px 0px;
}



.detail-content ol{
    counter-reset: num;
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}
.detail-content ol li {
    counter-increment: num;
    position: relative;
    margin: 15px 0 5px 40px;
    padding: 0 0 0 0;
}
.detail-content ol li:before {
    content: counter(num);
    position: absolute;
    left: -40px;
    top: 0px;
    text-align: right;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    font-size: 26px;
    line-height: 100%;
    color: #C28B5D;
    opacity: 0.5;
}
.detail-content ol li:nth-child(-n+9):before {
    content: "0" counter(num);
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    font-size: 26px;
    line-height: 100%;
    color: #C28B5D;
    opacity: 0.5;
}

.detail-content h2 {
    margin: 20px 0px 10px;
    font-family: Circe;
    font-size: 28px;
    color: #20252E;
}

.detail-content h3 {
    margin: 20px 0px 12px;
    font-family: Circe;
    font-size: 24px;
    color: #20252E;
}

.detail-content p {
    font-size: 16px;
    line-height: 140%;
    color: #20252E;
    opacity: 0.8;
}

.detail-content a {
    color: #C28B5D;
    /*display: block;*/
}

.services-for-buisnes__title {
    margin: 0px 0px 20px 0px;
    font-family: Circe;
    font-size: 24px;
    color: #20252E;
}

.services-for-buisnes__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 50px;
}

.services-for-buisnes-item {
    display: flex;
    color: inherit;
    text-decoration: none;
}

.services-for-buisnes-item__img {
    flex: 0 0 50px;
    height: 50px;
    width: 50px;
    margin: 0px 10px 0px 0px;
}

.services-for-buisnes-item__img img {
    width: 100%;
    height: 100%;
}

.services-for-buisnes-item__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-for-buisnes-item__title {
    font-family: Circe;
    font-size: 18px;
    color: #20252E;
}

@media (max-width: 650px){
    .services-for-buisnes__list {
        grid-template-columns: 1fr;
    }
}

.detail-content table {
    margin: 20px 0px 20px 0px;
}





.detail-content thead {
    background-color: #C28B5D;
}

.detail-content thead td {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.detail-content td {
    padding: 7px;
}

.detail-content tbody td {
    font-size: 12px;
    border: 1px dashed #000;
    background-color: #fff;
}

.detail-content__tabel--none-border tbody td {
    border: 0;
}

.pdf-footer {
    /*margin: 20px -1000px 0px -175px;*/
    padding: 20px 20px 20px 20px;

    background-color: #dfd5cd;
    max-width: 100%;
    box-sizing: border-box;
}

.pdf-footer svg {
    width: 20px;
    height: 20px;
    margin: 0px 10px 0px 0px;
}

.pdf-footer__contacts {
    display: flex;
    flex-wrap: wrap;
    margin: 5px -15px -5px;
}

.pdf-footer__contact {
    padding: 5px 15px;
}

@media (max-width: 700px){
    .detail-content__tabel {
        margin: 0px -25px;
        padding: 0px 25px;
        overflow: scroll;
    }
    .pdf-footer {
        /*margin: 20px -25px 0px -25px;*/
        padding: 20px 25px 20px 25px;
    }
}

.detail-content__warn img{
    max-width: 100%;
    margin: 0px 0px 20px 0px;
}

.detail-content i {
    font-style: italic;
}


h5 {
    margin: 20px 0px 0px 0px;
    font-weight: 600;
    font-size: 20px;
}