#sveden h5 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-decoration-line: underline;
    color: #000000;
    margin-bottom: 25px;
}

#sveden p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

#sveden p.hr {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    color: #484848;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
}

#sveden p.hr:after {
    content: '';
    display: block;
    margin-top: 0.5em;
    border: 2px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
}

#sveden .gradient {
	border: 1px solid;
    border-image-source: linear-gradient(90deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    padding: 25px;
    margin-bottom: 20px;
}

.contact {
    border: 2px solid;
    border-image-source: linear-gradient(90deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    padding: 25px 20px;
}

.contact_text {
    display: flex;
    flex-direction: row;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #1B1B1B;
    flex-wrap: wrap;
}

.contact_text:not(:last-child) {
    margin-bottom: 20px;
}

.contact_bold {
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 5px;
}

.work__time {
    border: 1px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
    padding: 25px 20px;
}

.work_contact_text {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #1B1B1B;
}

.work_contact_text:not(:last-child) {
    margin-bottom: 10px;
}

.work_block {
	display: flex;
	margin-top: 25px !important;
}

.flex {
	display: flex;
}


.social span {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    background: linear-gradient(270deg, #0a7bbd33 1.03%, #ffba0033 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
    margin-right: 7px;
}

.social a.social_active, .social a.social_active:link {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    background: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
    margin-right: 7px;
}

.social a:hover, .social a:link:hover, .social a:visited, .social a:focus {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    background: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.5s;
}

.work-time .row .col-md-6,
.work-time .row .col-xxl-4 {
    padding: 0 2%;
    display: flex;
}

.work-time .row .col-md-6 .row,
.work-time .row .col-xxl-4 .row {
    border: 1px solid #d6eaf6;
    padding: 15px;
    display: flex;
    align-items: center;
    align-content: center;
}

#sveden .work-time .row .col-md-6,
#sveden .work-time .row .col-xxl-4 {
	margin-bottom: 25px;
}

.work-time .row hr {
    height: 1px;
    color: #d4e1e8;
    background-color: #d4e1e8;
    margin-top: 15px;
}

.pdf_icon_doc {
    background-image: url(/local/templates/kemgik/images/icon/pdf_icon_doc.svg);
    width: 25px;
    margin-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 27.85px;
}

.link_docs a.link_doc {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #1B1B1B;
}

.link_docs {
    display: flex;
    flex-direction: column;
}