.areas-service-topic-headline {
    background-image: url('/images/headers/directions-sks.png');
    background-position: center;
}

.list-sks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 50px;
}

.list-sks > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* justify-content: center; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.list-sks > div img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.list-sks > div p {
    text-align: center;
    margin-top: 15px;
    padding: 0 40px;
}

.infographics-section {
    /* padding-top: 0; */
    margin-top: 80px;
}

.infographics-section .section-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
}

.infographics-section .container > p {
    text-align: center;
}

.btn.btn-transparent{
    font-size: 12px;
    width: 140px;
    height: 40px;
    border: 1px solid var(--blue);
    color: var(--blue);
    background: transparent;
    box-shadow: none;
    white-space: nowrap;
}
.btn.btn-transparent:hover{
    background: var(--blue);
    color: #fff;
}
.modal-cables .modal-wrapper{
    max-width: 1110px;
    border-radius: 4px;
    padding: 8px 0 0;
    margin-bottom: 5px;
}
.modal-cables .modal-wrapper .content-box {
    max-height: calc(100vh - 50px);
}
.modal-cables .close{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    top: -18px;
    right: -18px;
    background: #fff;
    color: #777C7E;
}
.modal-cables .wrapper{
    padding: 60px 40px 100px;
}
.modal-cables .ttl-box .ttl{
    text-transform: uppercase;
}
.modal-cables .ttl-box .text-box{
    width: calc(50% - 10px);
}
.modal-cables .blue-caption{
    display: flex;
    padding: 35px 15px;
    border-radius: 6px;
    background: var(--blue);
}
.modal-cables .blue-caption span{
    max-width: 750px;
}
.modal-cables .advan .item{
    display: flex;
    width: calc(50% - 10px);
    min-height: 160px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    margin-bottom: 20px;
}
.modal-cables .advan .ico{
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}
.modal-cables .advan .title{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
}
.modal-cables .advan-list{
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.modal-cables .advan-list li{
    font-family: var(--oswald);
    width: 25%;
    text-transform: uppercase;
    padding-right: 15px;
}
.modal-cables .advan-list li:before{
    counter-increment: list;
    content: '0'counter(list);
    display: block;
    color: var(--blue);
    margin-bottom: 20px;
}
.modal-cables .solutions .item{
    width: calc(50% - 10px);
}
.modal-cables .solutions .text-box{
    padding: 30px 25px 10px 0;
}
.check-list li{
    color: #1E2528;
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
}
.check-list li:before{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: url(/images/vacancies/check.svg) no-repeat center #98CA3C;
    position: absolute;
    top: 2px;
    left: 0;
}
.modal-cables .grey-caption{
    display: flex;
    padding: 35px 15px;
    border-radius: 6px;
    background: #F3F3F3;
}
.modal-cables .grey-caption span{
    max-width: 750px;
}

@media screen and (max-width: 991px) {
    .list-sks {
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .list-sks > *:not(:last-child) {
        margin-bottom: 20px;
    }

    .list-sks > img {
        width: 14px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg)
    }

    .background img {
        opacity: 0.3;
    }

    .wrapper-button-blue .background {
        left: 0;
    }
    
    .wrapper-button-blue .button-blue {
        color: #fff;
    }

    .infographics-section {
        padding-top: 0;
        margin-top: 40px;
        background: #fff;
    }

    .areas-service-topic-headline {
        background-image: url('/images/headers/directions-sks-mobile.png');
    }
    .modal-cables .ttl-box .text-box{width: 100%}
    .modal-cables .solutions .text-box{padding: 25px 0 10px}
}
@media screen and (max-width: 768px) {
    .modal-cables .advan .item{width: 100%; padding: 20px 15px}
    .modal-cables .advan .icco{margin-right: 10px}
    .modal-cables .advan-list li{width: 50%; margin-bottom: 30px}
    .modal-cables .advan-list li:before{margin-bottom: 10px}
    .modal-cables .solutions .item{width: 100%; margin-bottom: 30px}
}
@media screen and (max-width: 480px) {
    .modal-cables .wrapper{padding: 40px 15px 50px}
    .modal-cables .advan-list li{width: 100%; margin-bottom: 20px}
}


