<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-page{
    background: url(../../img/volvo/about-head.png);
}
.contact-page {
    background: url(../../img/volvo/contacts.png);
}
.news-page {
    background: url(../../img/volvo/news.png);
}
.vacancy-page{
    background: url(../../img/volvo/vacancy.png);
}

/*VACANCY ARHIV*/
.vacancy-item{
    padding: 26px 0;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 14px;
}
.vacancy-item .vacancy-item__name{
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.06em;
    color: #161618;
    width: 100%;
    display: block;
    position: relative;
}
.vacancy-item .vacancy-item__name:after {
    content: "";
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px;
    height: 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABgSURBVHgBpdLBCcAwCAVQ3TRdQkcQXaLd1GIhtzZq+iEQQR6CAiQxszNe1ocZ4u5PDyI6ER3QTSCqes06/pXJlsgW9oW0sAwpYVVkiXWRNwznipl5wEYCi9MAERnwM2HcXaBQRF/Qyd4AAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 8px;
}
.vacancy-item .vacancy-item__name:hover{
    text-decoration: none;
}

/*VACANCY ARHIV SINGLE*/
.form-order textarea{
    height: 135px!important;
}
.vacancy-content{
    padding: 40px 0 10px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.vacancy-content__name{
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 0.06em;
    color: #161618;
    margin-bottom: 30px;
}
.vacancy-content__listname{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 18px;
    display: block;
    letter-spacing: 0.06em;
    color: #161618;
}
.vacancy-content ul{
    margin-bottom: 20px;
    padding-left: 20px;
}
.vacancy-content ul li {
    color: #2B7BCD;
    margin-bottom: 8px;
}
.vacancy-content ul li span {
    font-size: 15px;
    line-height: 28px;
    color: #333333;
}
/*UPLOAD CV*/
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px!important;
}
.btn-upload-file {
    border: none;
    padding: 0;
    width: 100%;
    background: transparent;
    cursor: pointer;
    font-style: normal;
    letter-spacing: 0.15em;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    text-align: left;
}
.btn-upload-file:before{
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAARCAYAAADtyJ2fAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABcSURBVHgB5dFLCsAgDATQTO+XM9WeKQdsLYigZvCzcOOAiJiHmIiQmNn9L3YPhuIW0jGo6tOFFRKGMYBcjEHUYEygAmMSZew15/Uq4ytF7SWLOQHuD9jceln+4wcRdSj1Ju9lFQAAAABJRU5ErkJggg==');
    margin-right: 14px;
    vertical-align: middle;
    display: inline-block;
}
.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
span#filename {
    text-align: left!important;
}

/*STAFF*/
.office-staff-first .nav-tab-employees {
    justify-content: center;
    border-bottom: none;
}
.office-staff-first .nav-tab-employees li.nav-item {
    flex: none;
}
.office-staff-first {
    padding-bottom: 40px;
}
.office-staff-first .nav-tab-wrap {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
}
.office-staff-first .nav-tab-employees .nav-link{
    border: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin: 0 15px;
    padding: 0 6px 8px;
    background: transparent;
}
.office-staff-first .nav-tab-employees .nav-link.active{
    border-bottom: 2px solid #2B7BCD;
    color: #2B7BCD;
    border-top: none;
    border-left: none;
    border-right: none;
}
.staff-card {
    margin-bottom: 20px;
}
.thumbnail-staff {
    flex-direction: row;
    align-items: center;
    padding: 15px;
    border: none;
}
.staff-image{
    background: #C4C4C4;
    width: 100%;
    height: 191px;
    overflow: hidden;
    margin-bottom: 0px;
    display: block;
    border-radius: 0;
    max-width: 270px;
}
.staff-image img{
    width: 100%;
    height: 100%;
}
.staff-card .position{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.06em;
    display: block;
    margin-bottom: 11px;
    color: #2B7BCD;
}
.staff-card .surname{
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    letter-spacing: 0.04em;
    color: #161618;
}
.staff-card .phone, .staff-card .mail{
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #161618;
}
.staff-card .mail {
    margin-bottom: 16px;
}
.office-staff-first .send-message-staff {
    border: 1px solid #2B7BCD;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 0 9px;
    color: #2B7BCD;
    width: 100%;
    text-align: center;
    display: block;
    background: transparent;
    cursor: pointer;
    max-width: 180px;
}</pre></body></html>