@font-face {
    font-family: "Manrope-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Manrope-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Manrope-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Manrope-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Manrope-Medium";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Manrope-Medium.ttf") format("truetype");
}

html {
    height: 100%;
}
body {
    background-color: #ffffff!important;
    display: block;
    touch-action: pan-y;
}
h1, .h1 {
    font-style: normal;
    font-family: "Manrope-Bold";
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    color: #171717;
}
h2, .h2 {
    font-style: normal;
    font-family: "Manrope-Bold";
    font-weight: normal;
    font-size: 36px;
    line-height: 1.2;
    color: #171717;
}
h3, .h3 {
    font-style: normal;
    font-family: "Manrope-Bold";
    font-weight: normal;
    font-size: 24px;
    line-height: 1.2;
    color: #171717;
}
h4, .h4 {
    font-style: normal;
    font-family: "Manrope-Regular";
    font-weight: normal;
    font-size: 29px;
    line-height: 36px;
    color: #171717;
}
h5, .h5 {
    font-style: normal;
    font-family: "Manrope-Bold";
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #171717;
}
h6, .h6 {
    font-style: normal;
    font-family: "Manrope-Bold";
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    color: #171717;
}
div, ul, ol, li {
    font-family: "Manrope-Regular";
    font-size: 18px;
    line-height: 1.2;
}

a {
    font-family: "Manrope-Regular";
    font-size: 18px;
    line-height: 1.2;
    color: #171717;
    text-decoration: none;
}

a:hover {
    text-decoration: none!important;
    color: #171717;
}

section {
    overflow: hidden;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

.vd-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.vd-mobile-menu {
    display: none;
}
.vd-mob-burger-wrapper {
    display: none;
}
.header-right-mob {
    display: none;
}
/* Header */

.vd-header {
    width: 100%;
    height: 110px;
    padding: 20px 20px;
    position: sticky;
    top: 0;
    right: 0;
    z-index: 180;
    background-color: #ffffff;
    /*overflow-x: hidden;*/
}

.vd-container-header {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.vd-header-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-center .home-menu-wrapper .menu {
    margin: 0;
    padding: 0;
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vd-header-email {
    background-color: #F3F3F3;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 24px;
    border-radius: 111px;
    margin-right: 10px;
}

.vd-header-phone {
    background-color: #F3F3F3;
    font-size: 18px;
    line-height: 1.4;
    padding: 10px 24px;
    border-radius: 111px;
}

.home-menu-wrapper .menu .menu-item {
    position: relative;
    padding-right: 30px;
    color: #0D0D0D;
    font-size: 18px;
    line-height: 1.4;
}

.home-menu-wrapper .menu .menu-item-has-children {
    padding-right: 43px;
}

.home-menu-wrapper .menu-item-has-children::after {
    content: " ";
    background-image: url('../image/headerafter.svg');
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    top: 10px;
    left: 53px;
    cursor: pointer;
}

.home-menu-wrapper .menu .menu-item ul.sub-menu {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #FAFAFA;
    padding: 4px 4px 4px 10px;
    position: absolute;
    /*top: calc(100% - 2px);*/
    top: 25px;
    width: 100%;
    min-width: 622px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, top .3s;
    list-style: none;
    border-radius: 10px;
}

.home-menu-wrapper .menu .menu-item:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.home-menu-wrapper .menu .menu-item .sub-menu li {
    width: 146px;
    height: 146px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #CECECE;
    padding: 0;
    border-radius: 6px;
    background-color: #fff;
    margin: 6px 6px 6px 0;
}
.home-menu-wrapper .menu .menu-item .sub-menu li a span {
    font-size: 16px;
    color: #171717;
    font-family: "Manrope-Medium";
    line-height: 24px;
}
.home-menu-wrapper .menu .menu-item .sub-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 146px;
    height: 146px;
}
.home-menu-wrapper .menu .menu-item .sub-menu li:hover a {
    opacity: 0.4;
}
.home-menu-wrapper .menu .menu-item .sub-menu li a img {
    width: 80px;
    height: 80px;
    margin: 0;
}

.home-menu-wrapper .menu-item-has-children-second::after {
    content: " ";
    background-image: url(../image/headerafter.svg);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    top: 10px;
    left: 71px;
    cursor: pointer;
}

.home-menu-wrapper .menu .menu-item-has-children-second ul.sub-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #FAFAFA;
    padding: 4px 4px 4px 10px;
    position: absolute;
    /*top: calc(100% - 2px);*/
    top: 25px;
    width: 100%;
    min-width: 774px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, top .3s;
    list-style: none;
    border-radius: 10px;
}

.home-menu-wrapper .menu .menu-item-has-children-second:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.home-menu-wrapper .menu .menu-item-has-children-second .sub-menu li {
    width: 146px;
    height: 146px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #CECECE;
    padding: 0;
    border-radius: 6px;
    background-color: #fff;
    margin: 6px 6px 6px 0;
}

/* Footer */

footer {
    background-color: #F3F3F3;
    overflow: hidden;
}

.footer-top {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}

.footer-top .vd-footer-img {
    width: 100%;
    height: 100%;
    min-height: 392px;
    object-fit: cover;
}

.vd-footer-info-top {
    position: absolute;
    bottom: 70px;
    left: 110px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #fff;
    padding: 50px;
}

.vd-footer-phone {
    font-family: "Manrope-Bold";
    font-size: 50px;
    color: #171717;
    line-height: 57px;
    margin-bottom: 10px;
}

.vd-footer-desc {
    font-size: 20px;
    line-height: 29px;
    color: #171717;
    font-family: "Manrope-Regular";
    margin-bottom: 20px;
}

.vd-footer-email {
    font-family: "Manrope-Medium";
    color: #0B9CC4;
    font-size: 29px;
    line-height: 36px;
}

.col-footer-left {
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.footer-left-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.vd-logo-footer {
    display: block;
}

.vd-footer-menu-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 55%;
}

.vd-footer-menu-left ul, .vd-footer-menu-right ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.vd-footer-menu-left ul li, .vd-footer-menu-right ul li  {
    padding-bottom: 25px;
    position: relative;
}

.vd-footer-menu-left ul li:last-child, .vd-footer-menu-right ul li:last-child {
    padding-bottom: 0;
}

.vd-footer-menu-left ul li a {
    font-size: 18px;
    color: #5F5F5F;
    line-height: 26px;
}

.vd-footer-menu-right ul li a {
    font-size: 18px;
    color: #5F5F5F!important;
    line-height: 26px;
}

.col-footer-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.vd-footer-right-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 458px;
    gap: 10px;
}

.vd-single-footer-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 146px;
    background-color: #FFFFFF;
}

.vd-single-footer-block-wrap {
    padding: 20px 29px 23px 29px;
    width: 146px;
    height: 146px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vd-single-block-wrap img {
    width: 80px;
    height: 80px;
}

.vd-footer-block-title {
    font-size: 16px;
    color: #171717;
    font-family: "Manrope-Medium";
    line-height: 24px;
}

.vd-footer-left-bottom {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
    margin-top: 169px;
    flex-wrap: wrap;
}

.vd-logo-footer-bottom {
    display: block;
}

.vd-logo-footer-bottom img {
    width: 149px;
    height: 149px;
    object-fit: contain;
}

footer .menu .menu-item-has-children::after {
    content: " ";
    background-image: url(../image/headerafter.svg);
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    display: flex;
    position: absolute;
    top: 10px;
    left: 60px;
    cursor: pointer;
}


footer .menu .menu-item-has-children ul.sub-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    position: absolute;
    top: 25px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, top .3s;
    list-style: none;
}

footer .menu .menu-item-has-children .sub-menu li {
    padding: 0;
    margin: 6px 6px 6px 0;
}
footer .menu .menu-item-has-children .sub-menu li:hover{
    opacity: 0.4;
}

/* Home page */

.vd-main-section {
    /*padding: 0 20px;*/
    position: relative;
    background-color: #F3F3F3;
}

.main-image-wrap {
    position: absolute;
    background-color: #0B9CC4;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 54%;
    height: 100%;
}
.main-image-wrap-mob, .vd-magasinering-first-image-wrap-mob,
.vd-atervinning-first-image-wrap-mob, .vd-tunghantering-first-image-wrap-mob,
.vd-kontorsflytt-first-image-wrap-mob, .vd-flyttstadning-first-image-wrap-mob,
.vd-bemanning-first-image-wrap-mob {
    display: none;
}

.main-image-wrap img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    padding: 24px 30px;
}

.vd-container-main {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.vd-main-left-title {
    font-size: 50px;
    line-height: 58px;
    color: #ffffff;
    font-family: "Manrope-Bold";
    margin-bottom: 30px;
}

.vd-main-block-left-wrap {
    padding: 99px 50px 94px 0;
}

.vd-main-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    margin-bottom: 30px;
}

.vd-main-button-left {
    padding: 16px 36px;
    background-color: #fff;
    border-radius: 111px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 200px;
    width: 100%;
}

.vd-main-button-left:hover {
    opacity: 0.4;
}

@keyframes fadeInOut {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.main-image-wrap img {
    animation: fadeInOut 1.5s ease-in-out infinite alternate;
}

.vd-main-blocks-right-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    width: 100%;
    gap: 10px;
}

.vd-single-main-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 146px;
    background-color: #FFFFFF;
}
.vd-single-main-block:hover {
    opacity: 0.4;
}

.vd-single-main-block-wrap {
    padding: 20px 29px 23px 29px;
    width: 146px;
    height: 146px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vd-single-main-icon {
    width: 80px;
    height: 80px;
}

.vd-single-main-block-title {
    font-size: 16px;
    color: #171717;
    font-family: "Manrope-Medium";
    line-height: 24px;
}

.vd-second-left-block-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 610px;
}
.vd-second-title-left {
    font-size: 45px;
    line-height: 52px;
    color: #171717;
    font-family: "Manrope-Bold";
    margin-bottom: 30px;
}

.vd-second-section{
    padding: 120px 0;
}

.vd-second-description-left {
    color: #5F5F5F;
    font-size: 20px;
    line-height: 29px;
    font-family: "Manrope-Regular";
}

.vd-second-description-left p {
    margin-bottom: 15px;
}

.vd-second-description-left p:last-child {
    margin-bottom: 0;
}

.vd-second-right-block-wrap {
    position: relative;
    height: 100%;
}

.vd-second-right-block-wrap .vd-first-box-img {
    width: 126px;
    height: 122px;
    position: absolute;
    top: -90px;
    left: 90px;
}

.vd-second-right-block-wrap .vd-second-box-img {
    position: absolute;
    top: -70px;
    right: -10px;
}

.vd-second-right-block-wrap .vd-third-box-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.vd-second-right-block-wrap .vd-fourth-box-img {
    position: absolute;
    left: 50px;
    bottom: 21px;
}

.vd-second-right-block-wrap .vd-first-box-img,
.vd-second-right-block-wrap .vd-second-box-img,
.vd-second-right-block-wrap .vd-third-box-img,
.vd-second-right-block-wrap .vd-fourth-box-img {
    opacity: 0; /* Спочатку приховані */
    transition: transform 0.5s ease, opacity 0.5s ease; /* Плавна анімація */
}

.vd-second-right-block-wrap .vd-first-box-img {
    transform: translateX(100px); /* Зміщення вліво */
}

.vd-second-right-block-wrap .vd-second-box-img {
    transform: translateX(100px); /* Зміщення вправо */
}

.vd-second-right-block-wrap .vd-third-box-img {
    transform: translateX(100px); /* Зміщення вправо */
}

.vd-second-right-block-wrap .vd-fourth-box-img {
    transform: translateX(100px); /* Зміщення вліво */
}

/* Коли додається клас animate, елементи повертаються на свої позиції */
.vd-second-right-block-wrap .vd-first-box-img.animate,
.vd-second-right-block-wrap .vd-second-box-img.animate,
.vd-second-right-block-wrap .vd-third-box-img.animate,
.vd-second-right-block-wrap .vd-fourth-box-img.animate {
    opacity: 1;
    transform: translateX(0); /* Повертаються на місце */
}

.vd-second-bottom-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
}

.vd-second-button-left {
    background-color: #F3F3F3;
    padding: 15px 18px 15px 20px;
    font-size: 18px;
    line-height: 26px;
    font-family: "Manrope-Medium";
}

.vd-second-button-center {
    background-color: #F3F3F3;
    padding: 15px 18px 15px 20px;
    font-size: 18px;
    line-height: 26px;
    font-family: "Manrope-Medium";
}

.vd-second-button-right {
    background-color: #F3F3F3;
    padding: 15px 18px 15px 20px;
    font-size: 18px;
    line-height: 26px;
    font-family: "Manrope-Medium";
}

.vd-second-button-left img,
.vd-second-button-center img,
.vd-second-button-right img {
    padding-left: 8px;
}

.vd-second-button-left:hover,
.vd-second-button-center:hover,
.vd-second-button-right:hover {
    opacity: 0.4;
}

.vd-main-third-section {
    padding: 80px 0;
}

.video-container {
    position: relative;
}

.vd-third-video {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

.play-button img {
    width: 34px;
    height: 34px;
}
.vd-third-wrap .vd-third-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vd-fourth-section {
    padding: 60px 0 120px 0;
}

.vd-fourth-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.vd-fourth-title {
    font-size: 45px;
    line-height: 52px;
    font-family: "Manrope-Bold";
    color: #171717;
}

.vd-fourth-description {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
    color: #5F5F5F;
}

.vd-fourth-bottom-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.vd-single-box-left, .vd-single-box-right  {
    background-color: #0B9CC4;
    padding: 30px;
    max-width: 255px;
    position: relative;
}

.vd-single-box-number {
    font-size: 34px;
    color: #fff;
    line-height: 39px;
    margin-bottom: 10px;
    font-family: "Manrope-Bold";
}

.vd-single-box-description {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.vd-right-block-code {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    max-width: 640px;
    width: 100%;
}

.vd-single-box-left img, .vd-single-box-right img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.vd-title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.vd-fourth-title-number {
    color: #0B9CC4;
    font-size: 18px;
    line-height: 26px;
    font-family: "Manrope-Bold";
    padding-left: 5px;
}

.vd-right-block-button {
    padding-top: 20px;
}

.vd-right-block-button .vd-button-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000;
    font-family: "Manrope-Medium";
}

.vd-right-block-button .vd-button-right:hover {
    opacity: 0.4;
}

.vd-right-block-button .vd-button-right img {
    padding-left: 8px;
}

.vd-fifth-section {
    padding: 60px 0 100px;
}

.vd-fifth-title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 469px;
    margin-bottom: 30px;
}

.vd-fifth-title {
    font-size: 46px;
    color: #171717;
    line-height: 52px;
    font-family: 'Manrope-Bold';
}

.vd-fifth-description-left p,
.vd-fifth-description-right p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
    font-family: 'Manrope-Regular';
}

.vd-fifth-description-left p strong,
.vd-fifth-description-right p strong {
    color: #000000;
}

.vd-fifth-description-left {
    margin-right: 25px;
}

.vd-fifth-description-left h4 {
    margin-bottom: 20px;
}

.vd-fifth-description-right {
    margin-left: 25px;
}

.vd-sixth-section {
    padding: 120px 0;
}

.vd-single-block-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 317px;
    width: 100%;
    max-width: 244px;
    padding: 30px;
    border: 1px solid #CECECE;
}

.vd-single-block-slide .vd-single-block-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.vd-single-block-title {
    font-family: "Manrope-Medium";
    font-size: 26px;
    color: #000000;
    line-height: 32px;
    padding-bottom: 20px;
}

.vd-single-block-description {
    color: #171717;
    padding-bottom: 30px;
    line-height: 26px;
}

.vd-single-block-link {
    font-family: "Manrope-Medium";
    color: #0B9CC4;
    font-size: 18px;
    line-height: 26px;
}

.vd-single-block-link  img {
    padding-left: 8px;
}

.vd-single-block-link:hover {
    opacity: 0.4;
    color: #0B9CC4;
}

.vd-sixth-title {
    color: #171717;
    font-family: 'Manrope-Bold';
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 40px;
    text-align: center;
}

.vd-full-container {
    margin: 0 auto;
    max-width: 1540px;
    width: 100%;
    background-color: #0B9CC4;
}

.vd-seventh-left-wrap {
    width: 100%;
    max-width: 610px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    padding: 120px 0 120px 20px;
    position: relative;
}

.vd-seventh-left-wrap .vd-seventh-icon {
    position: absolute;
}

.vd-seventh-title-left {
    font-size: 45px;
    line-height: 52px;
    font-family: 'Manrope-Bold';
    color: #FFFFFF;
    max-width: 469px;
    margin-bottom: 30px;
    margin-left: 58px;
}

.vd-seventh-description-left h4 {
    color: #ffffff;
    margin-bottom: 20px;
}
.vd-seventh-description-left p{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
    font-family: 'Manrope-Regular';
}

.vd-seventh-right-col .vd-seventh-image {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.vd-eight-section {
    padding: 120px 0;
}

.vd-eight-header-title {
    font-family: 'Manrope-Bold';
    font-size: 18px;
    line-height: 26px;
    color: #0B9CC4;
    margin-bottom: 15px;
}

.vd-eight-title {
    font-size: 45px;
    line-height: 52px;
    color: #171717;
    font-family: 'Manrope-Bold';
    margin-bottom: 40px;
}

.vd-eight-left-wrap, .vd-eight-right-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.vd-eight-left-wrap img, .vd-eight-right-wrap img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.vd-eight-title-left, .vd-eight-title-right  {
    color: #171717;
    font-size: 29px;
    line-height: 36px;
    font-family: 'Manrope-Medium';
    margin-bottom: 20px;
}

.vd-eight-description-left p {
    margin-bottom: 20px;
    font-family: 'Manrope-Regular';
    color: #5F5F5F;
    font-size: 20px;
    line-height: 29px;
}

.vd-eight-description-left p:last-child {
    margin-bottom: 0;
}

.vd-eight-description-right p {
    margin-bottom: 20px;
    font-family: 'Manrope-Regular';
    color: #5F5F5F;
    font-size: 20px;
    line-height: 29px;
}

.vd-eight-description-right p:last-child {
    margin-bottom: 30px;
}

.vd-eight-description-left, .vd-eight-description-right {
    padding-right: 30px;
}

.vd-eight-button {
    padding: 16px 36px;
    background-color: #0B9CC4;
    border-radius: 111px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.vd-eight-button:hover {
    opacity: 0.4;
    color: #ffffff;
}

.vd-ninth-title {
    font-size: 45px;
    line-height: 52px;
    color: #171717;
    font-family: 'Manrope-Bold';
}

.vd-ninth-right-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.vd-ninth-right-wrap .vd-single-ninth-cart:nth-child(3n) {
    margin-top: -53px;
}
.vd-single-ninth-cart {
    width: 100%;
    max-width: 420px;
    border: 1px solid #CECECE;
    padding: 30px;
}

.vd-single-ninth-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.vd-single-ninth-block-title {
    font-size: 26px;
    font-family: 'Manrope-Regular';
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.vd-single-ninth-block-description {
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
}

.vd-ninth-section {
    padding: 60px 0 120px;
}

.vd-container-test {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}


.vd-tenth-section {
    padding: 60px 0 120px;
}

.vd-tenth-left-wrap {
    max-width: 350px;
}
.vd-tenth-title {
    font-size: 45px;
    line-height: 52px;
    font-family: 'Manrope-Bold';
    margin-bottom: 30px;
}

.vd-tenth-description {
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
}


.vd-home-information .accordion-button::after {
    background-image: url(../image/accordionicon.svg);
    --bs-accordion-btn-icon-width: 40px;
}

.vd-home-information .accordion-button:not(.collapsed)::after {
    background-image: url(../image/accordioniconopen.svg);
    /*--bs-accordion-btn-icon-transform: rotate(-360deg);*/
}

.accordion-header,
.accordion-item:focus-visible {
    outline: none;
}

.accordion {
    --bs-accordion-btn-focus-box-shadow: none;
}

.vd-home-information .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #CECECE;
}

.vd-home-information .accordion-button {
    padding: 25px 20px;
    transition: padding 0.3s ease-out;
}

.vd-home-information .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    padding: 25px 20px 15px 20px;
}

.vd-home-information .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}

.vd-home-accordion-title {
    font-size: 26px;
    line-height: 32px;
    color: #171717;
    font-family: 'Manrope-Medium';
}

.vd-home-information .accordion-body {
    padding: 0 0 15px 20px;
}

.vd-home-information .accordion-home-text {
    width: 100%;
    max-width: 640px;
}

.vd-home-information .accordion-home-text p {
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
    font-family: 'Manrope-Regular';
    margin-bottom: 10px;
}

.vd-eleventh-section {
    padding: 120px 0;
}

.vd-eleventh-header-title {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Manrope-Bold';
    color: #0B9CC4;
    margin-bottom: 15px;
}

.vd-eleventh-title {
    font-size: 45px;
    line-height: 52px;
    font-family: 'Manrope-Bold';
    color: #171717;
    margin-bottom: 30px;
}

.vd-eleventh-title-second {
    font-size: 34px;
    line-height: 39px;
    font-family: 'Manrope-Bold';
    color: #171717;
    margin-bottom: 20px;
}

.vd-eleventh-description-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1208px;
}
.vd-eleventh-top-wrap {
    margin-bottom: 30px;
}

.vd-eleventh-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #171717;
    max-width: 610px;
    width: 100%;
}

.vd-eleventh-right-description {
    font-size: 20px;
    line-height: 29px;
    color: #171717;
    width: 100%;
    max-width: 550px;
}

.vd-eleventh-center-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
}

.vd-single-eleventh-cart {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.vd-single-eleventh-cart .vd-card-number {
    position: absolute;
    color: #0B9CC4;
    background-color: #fff;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 26px;
    font-family: 'Manrope-Medium';
    line-height: 32px;
}

.vd-single-eleventh-image {
    width: 100%;
    max-width: 420px;
    object-fit: cover;
    padding-bottom: 20px;
    height: 341px;
}

.vd-single-eleventh-block-description {
    font-size: 18px;
    line-height: 26px;
    color: #171717;
}

.vd-eleventh-bottom-wrap {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.vd-single-eleventh-bottom-title {
    font-size: 34px;
    line-height: 39px;
    color: #171717;
    font-family: 'Manrope-Bold';
    margin-bottom: 20px;
}

.vd-single-eleventh-bottom-description {
    max-width: 610px;
    font-size: 20px;
    line-height: 29px;
    color: #171717;
}

.vd-eleventh-image-bottom {
    width: 100%;
    max-width: 640px;
    object-fit: cover;
}

/* Magasinering privat */

.vd-magasinering-first-section {
    position: relative;
    background-color: #F3F3F3;
}

.vd-magasinering-first-image-wrap {
    position: absolute;
    background-color: #0B9CC4;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 54%;
    height: 100%;
}

.vd-magasinering-first-image-wrap img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    padding: 24px 30px;
    animation: fadeInOut 1.5s ease-in-out infinite alternate;
}

.vd-magasinering-block-left-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 640px;
}

.vd-magasinering-left-title {
    font-size: 50px;
    line-height: 58px;
    color: #ffffff;
    font-family: "Manrope-Bold";
    margin-bottom: 30px;
}

.vd-magasinering-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
}

.vd-magasinering-blocks-right-wrap {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vd-magasinering-second-section {
    padding: 120px 0;
}

.vd-magasinering-second-title {
    font-size: 45px;
    line-height: 52px;
    color: #171717;
    font-family: "Manrope-Bold";
    margin-bottom: 40px;
}

.vd-magasinering-second-left-wrap,
.vd-magasinering-second-right-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.vd-magasinering-second-left-wrap img,
.vd-magasinering-second-right-wrap img {
    width: 100%;
    object-fit: cover;
    max-width: 630px;
    margin-bottom: 30px;
}

.vd-magasinering-second-title-left,
.vd-magasinering-second-title-right {
    font-size: 29px;
    line-height: 36px;
    color: #171717;
    font-family: 'Manrope-Regular';
    margin-bottom: 20px;
    max-width: 610px;
}

.vd-magasinering-second-description-left,
.vd-magasinering-second-description-right {
    max-width: 610px;
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
}

.vd-magasinering-second-description-left p,
.vd-magasinering-second-description-right p {
    margin-bottom: 20px;
}

.vd-fourth-magasinering-section {
    padding: 60px 0 100px;
}

.vd-fourth-magasinering-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.vd-title-fourth-magasinering-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.vd-fourth-magasinering-title {
    font-size: 45px;
    line-height: 52px;
    font-family: "Manrope-Bold";
    color: #171717;
}

.vd-fourth-magasinering-title-number {
    color: #0B9CC4;
    font-size: 18px;
    line-height: 26px;
    font-family: "Manrope-Bold";
    padding-left: 5px;
}

.vd-fourth-magasinering-description {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
    color: #5F5F5F;
}

.vd-fourth-magasinering-bottom-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.vd-single-magasinering-box-left,
.vd-single-magasinering-box-right {
    background-color: #0B9CC4;
    padding: 30px;
    max-width: 255px;
    position: relative;
}

.vd-single-magasinering-box-number {
    font-size: 34px;
    color: #fff;
    line-height: 39px;
    margin-bottom: 10px;
    font-family: "Manrope-Bold";
}

.vd-single-magasinering-box-description {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.vd-single-magasinering-box-left img,
.vd-single-magasinering-box-right img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.vd-right-magasinering-block-code {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    max-width: 640px;
    width: 100%;
}

.vd-right-magasinering-block-button a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000;
    font-family: "Manrope-Medium";
}

.vd-right-magasinering-block-button a img {
    padding-left: 8px;
}

.vd-right-magasinering-block-button {
    padding-top: 20px;
}

.vd-magasinering-third-title {
    font-size: 45px;
    line-height: 52px;
    color: #171717;
    font-family: 'Manrope-Bold';
}

.vd-magasinering-third-right-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.vd-magasinering-third-right-wrap .vd-single-magasinering-third-cart:nth-child(3n) {
    margin-top: -53px;
}
.vd-single-magasinering-third-cart {
    width: 100%;
    max-width: 420px;
    border: 1px solid #CECECE;
    padding: 30px;
}

.vd-single-magasinering-third-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.vd-single-magasinering-third-block-title {
    font-size: 26px;
    font-family: 'Manrope-Regular';
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.vd-single-magasinering-third-block-description {
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
}

.vd-magasinering-third-section {
    padding: 60px 0 120px;
}

.vd-container-test {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}


.vd-fifth-magasinering-section {
    padding: 120px 0 60px;
}

.vd-fifth-magasinering-title {
    font-size: 45px;
    line-height: 52px;
    color: #171717;
    font-family: 'Manrope-Bold';
    margin-bottom: 25px;
}

.vd-fifth-magasinering-description-wrap {
    display: flex ;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.vd-fifth-magasinering-left-description {
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
    max-width: 610px;
    width: 100%;
}

.vd-fifth-magasinering-left-description p,
.vd-fifth-magasinering-right-description p {
    margin-bottom: 20px;
}

.vd-fifth-magasinering-left-description p:last-child,
.vd-fifth-magasinering-right-description p:last-child {
    margin-bottom: 0;
}

.vd-fifth-magasinering-right-description {
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
    width: 100%;
    max-width: 640px;
}


.vd-sixth-magasinering-section {
    padding: 60px 0 120px;
}

.vd-sixth-magasinering-top-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}

.vd-sixth-magasinering-left-top-wrap {
    width: 100%;
    max-width: 610px;
    display: flex;
    flex-direction: column;
}

.vd-sixth-magasinering-header-title {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Manrope-Bold';
    color: #0B9CC4;
    margin-bottom: 20px;
}

.vd-sixth-magasinering-title {
    font-size: 34px;
    line-height: 39px;
    font-family: 'Manrope-Bold';
    color: #171717;
    margin-bottom: 25px;
}

.vd-sixth-magasinering-description {
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
}

.vd-sixth-magasinering-description p {
    margin-bottom: 20px;
}

.vd-sixth-magasinering-bold-text {
    font-size: 18px;
    line-height: 26px;
    color: #171717;
    font-family: 'Manrope-Bold';
    border-left: 9px solid #0B9CC4;
    padding-left: 10px;
}

.vd-sixth-magasinering-right-top-wrap img {
    width: 100%;
    max-width: 640px;
    object-fit: cover;
}

.vd-sixth-magasinering-center-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px;
}

.vd-sixth-magasinering-center-left-block,
.vd-sixth-magasinering-bottom-left-block {
    max-width: 610px;
}

.vd-sixth-magasinering-center-right-block,
.vd-sixth-magasinering-bottom-right-block {
    max-width: 640px;
}

.vd-sixth-magasinering-center-left-title, .vd-sixth-magasinering-center-right-title,
.vd-sixth-magasinering-bottom-left-title, .vd-sixth-magasinering-bottom-right-title {
    font-size: 34px;
    line-height: 39px;
    font-family: 'Manrope-Bold';
    color: #171717;
    margin-bottom: 25px;
}

.vd-sixth-magasinering-center-description-left, .vd-sixth-magasinering-center-description-right,
.vd-sixth-magasinering-bottom-description-left, .vd-sixth-magasinering-bottom-description-right {
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
}

.vd-sixth-magasinering-center-description-left p, .vd-sixth-magasinering-center-description-right p,
.vd-sixth-magasinering-bottom-description-left p, .vd-sixth-magasinering-bottom-description-right p {
    margin-bottom: 20px;
}

.vd-sixth-magasinering-center-description-left p:last-child, .vd-sixth-magasinering-center-description-right p:last-child,
.vd-sixth-magasinering-bottom-description-left p:last-child, .vd-sixth-magasinering-bottom-description-right p:last-child {
    margin-bottom: 0;
}

.vd-sixth-magasinering-bottom-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

/* Atervinning page */

.vd-atervinning-first-section {
    position: relative;
    background-color: #F3F3F3;
}

.vd-atervinning-first-image-wrap {
    position: absolute;
    background-color: #0B9CC4;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 54%;
    height: 100%;
}

.vd-atervinning-first-image-wrap img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    padding: 24px 30px;
    animation: fadeInOut 1.5s ease-in-out infinite alternate;
}

.vd-atervinning-block-left-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 640px;
}

.vd-atervinning-left-title {
    font-size: 50px;
    line-height: 58px;
    color: #ffffff;
    font-family: "Manrope-Bold";
    margin-bottom: 30px;
}

.vd-atervinning-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
    margin-bottom: 30px;
}

.vd-atervinning-blocks-right-wrap {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vd-atervinning-main-button-left {
    padding: 16px 36px;
    background-color: #fff;
    border-radius: 111px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 259px;
    width: 100%;
}

.vd-atervinning-main-button-left:hover {
    opacity: 0.4;
}

.vd-container-atervinning {
    max-width: 1540px;
    margin: 0 auto;
    width: 100%;
}

.vd-atervinning-second-wrap {
    display: flex;
}

.vd-atervinning-second-block-left-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 54%;
}

.vd-atervinning-text-wrap {
    max-width: 620px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.vd-atervinning-second-left-title {
    font-size: 34px;
    line-height: 39px;
    color: #171717;
    font-family: 'Manrope-Bold';
    margin-bottom: 30px;
}

.vd-atervinning-second-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
    margin-bottom: 30px
}

.vd-atervinning-second-button-left {
    font-size: 18px;
    padding: 16px 36px;
    background-color: #0B9CC4;
    border-radius: 111px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 259px;
    width: 100%;
    color: #ffffff;
}

.vd-atervinning-second-button-left:hover {
    opacity: 0.4;
    color: #ffffff;
}

.vd-atervinning-second-blocks-right-wrap {
    width: 100%;
    max-width: 46%;
}

.vd-atervinning-second-blocks-right-wrap  img {
    width: 100%;
    max-width: 698px;
    object-fit: cover;
}

.vd-third-atervinning-section {
    padding: 120px 0 60px;
}

.vd-third-atervinning-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.vd-title-third-atervinning-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.vd-third-atervinning-title {
    font-size: 45px;
    line-height: 52px;
    font-family: "Manrope-Bold";
    color: #171717;
}

.vd-third-atervinning-title-number {
    color: #0B9CC4;
    font-size: 18px;
    line-height: 26px;
    font-family: "Manrope-Bold";
    padding-left: 5px;
}

.vd-third-atervinning-description {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
    color: #5F5F5F;
}

.vd-third-atervinning-bottom-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.vd-single-atervinning-box-left,
.vd-single-atervinning-box-right {
    background-color: #0B9CC4;
    padding: 30px;
    max-width: 255px;
    position: relative;
}

.vd-single-atervinning-box-number {
    font-size: 34px;
    color: #fff;
    line-height: 39px;
    margin-bottom: 10px;
    font-family: "Manrope-Bold";
}

.vd-single-atervinning-box-description {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.vd-single-atervinning-box-left img,
.vd-single-atervinning-box-right img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.vd-right-atervinning-block-code {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    max-width: 640px;
    width: 100%;
}

.vd-right-atervinning-block-button a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000;
    font-family: "Manrope-Medium";
}

.vd-right-atervinning-block-button a:hover{
    opacity: 0.4;
}

.vd-right-atervinning-block-button a img {
    padding-left: 8px;
}

.vd-right-atervinning-block-button {
    padding-top: 20px;
}



.vd-fifth-atervinning-section {
    padding: 120px 0;
}

.vd-fifth-atervinning-left-wrap, .vd-fifth-atervinning-right-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.vd-fifth-atervinning-left-wrap img, .vd-fifth-atervinning-right-wrap img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.vd-fifth-atervinning-title-left, .vd-fifth-atervinning-title-right  {
    color: #171717;
    font-size: 29px;
    line-height: 36px;
    font-family: 'Manrope-Medium';
    margin-bottom: 20px;
}

.vd-fifth-atervinning-description-left p {
    margin-bottom: 20px;
    font-family: 'Manrope-Regular';
    color: #5F5F5F;
    font-size: 20px;
    line-height: 29px;
}

.vd-fifth-atervinning-description-left p:last-child {
    margin-bottom: 0;
}

.vd-fifth-atervinning-description-right p {
    margin-bottom: 20px;
    font-family: 'Manrope-Regular';
    color: #5F5F5F;
    font-size: 20px;
    line-height: 29px;
}

.vd-fifth-atervinning-bold-text {
    font-size: 18px;
    line-height: 26px;
    color: #171717;
    font-family: 'Manrope-Bold';
    border-left: 9px solid #0B9CC4;
    padding-left: 10px;
    margin-bottom: 20px;
}

.vd-fifth-atervinning-description-left, .vd-fifth-atervinning-description-right {
    padding-right: 30px;
}

.vd-fifth-atervinning-button {
    padding: 16px 36px;
    background-color: #0B9CC4;
    border-radius: 111px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.vd-fifth-atervinning-button:hover {
    opacity: 0.4;
    color: #ffffff;
}


/* Tunghantering */

.vd-tunghantering-first-section {
    position: relative;
    background-color: #F3F3F3;
}

.vd-tunghantering-first-image-wrap {
    position: absolute;
    background-color: #0B9CC4;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 54%;
    height: 100%;
}

.vd-tunghantering-first-image-wrap img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    padding: 24px 30px;
    animation: fadeInOut 1.5s ease-in-out infinite alternate;
}

.vd-tunghantering-block-left-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 640px;
}

.vd-tunghantering-left-title {
    font-size: 50px;
    line-height: 58px;
    color: #ffffff;
    font-family: "Manrope-Bold";
    margin-bottom: 30px;
}

.vd-tunghantering-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
    margin-bottom: 30px;
}

.vd-tunghantering-blocks-right-wrap {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vd-tunghantering-main-button-left {
    padding: 16px 36px;
    background-color: #fff;
    border-radius: 111px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 183px;
    width: 100%;
}

.vd-tunghantering-main-button-left:hover {
    opacity: 0.4;
}

.vd-container-tunghantering {
    max-width: 1540px;
    margin: 0 auto;
    width: 100%;
}

.vd-tunghantering-second-wrap {
    display: flex;
}

.vd-tunghantering-second-block-left-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 54%;
}

.vd-tunghantering-text-wrap {
    max-width: 620px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.vd-tunghantering-second-left-title {
    font-size: 34px;
    line-height: 39px;
    color: #171717;
    font-family: 'Manrope-Bold';
    margin-bottom: 30px;
}

.vd-tunghantering-second-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
    margin-bottom: 30px
}

.vd-tunghantering-second-button-left {
    font-size: 18px;
    padding: 16px 36px;
    background-color: #0B9CC4;
    border-radius: 111px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 180px;
    width: 100%;
    color: #ffffff;
}

.vd-tunghantering-second-button-left:hover {
    opacity: 0.4;
    color: #ffffff;
}

.vd-tunghantering-second-blocks-right-wrap {
    width: 100%;
    max-width: 46%;
}

.vd-tunghantering-second-blocks-right-wrap  img {
    width: 100%;
    max-width: 698px;
    object-fit: cover;
}

.vd-tunghantering-second-left-description p {
    margin-bottom: 20px;
}

.vd-tunghantering-second-left-description p:last-child {
    margin-bottom: 0;
}

.vd-tunghantering-second-title {
    font-size: 34px;
    line-height: 39px;
    color: #171717;
    font-family: 'Manrope-Bold';
    margin-bottom: 30px;
}

.vd-tunghantering-second-bold-text {
    font-size: 18px;
    line-height: 26px;
    color: #171717;
    font-family: 'Manrope-Bold';
    border-left: 9px solid #0B9CC4;
    padding-left: 10px;
    margin-bottom: 30px;
}

.vd-tunghantering-third-wrap {
    position: relative;
}

.vd-tunghantering-third-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 1087px;
}

.vd-tunghantering-third-text-wrap {
    position: absolute;
    top: 120px;
    display: flex;
    flex-direction: column;
    max-width: 640px;
    left: 70px;
}

.vd-tunghantering-third-title {
    font-size: 45px;
    line-height: 52px;
    font-family: 'Manrope-Bold';
    color: #ffffff;
    margin-bottom: 30px;
}

.vd-tunghantering-third-title-second {
    font-size: 26px;
    line-height: 32px;
    font-family: 'Manrope-Regular';
    color: #FFFFFF;
    margin-bottom: 30px;
}

.vd-tunghantering-third-description {
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
    margin-bottom: 30px;
}

.vd-tunghantering-third-description p {
    margin-bottom: 15px;
}

.vd-tunghantering-third-description p:last-child {
    margin-bottom: 0;
}

.vd-tunghantering-third-button {
    font-size: 18px;
    padding: 16px 36px;
    background-color: #0B9CC4;
    border-radius: 111px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 183px;
    width: 100%;
    color: #ffffff;
}

.vd-tunghantering-third-button:hover {
    opacity: 0.4;
    color: #ffffff;
}

.vd-fourth-tunghantering-section {
    padding: 120px 0;
}

.vd-fourth-tunghantering-left-wrap, .vd-fourth-tunghantering-right-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 610px;
}

.vd-fourth-tunghantering-description-right {
    margin-bottom: 30px;
}

.vd-fourth-tunghantering-title-left  {
    color: #171717;
    font-size: 29px;
    line-height: 36px;
    font-family: 'Manrope-Medium';
    margin-bottom: 20px;
}

.vd-fourth-tunghantering-title-left a {
    color: #171717;
    font-size: 29px;
    line-height: 36px;
    font-family: 'Manrope-Medium';
    text-decoration: underline;
}

.vd-fourth-tunghantering-description-left p {
    margin-bottom: 20px;
    font-family: 'Manrope-Regular';
    color: #5F5F5F;
    font-size: 20px;
    line-height: 29px;
}

.vd-fourth-tunghantering-description-left p:last-child {
    margin-bottom: 0;
}

.vd-fourth-tunghantering-description-right p {
    margin-bottom: 20px;
    font-family: 'Manrope-Regular';
    color: #5F5F5F;
    font-size: 20px;
    line-height: 29px;
}

.vd-fourth-tunghantering-description-right p:last-child {
    margin-bottom: 0;
}

.vd-fourth-tunghantering-bold-text {
    font-size: 18px;
    line-height: 26px;
    color: #171717;
    font-family: 'Manrope-Bold';
    border-left: 9px solid #0B9CC4;
    margin-bottom: 30px;
    padding: 13px 0 13px 10px;
}

.vd-fourth-tunghantering-button {
    padding: 16px 36px;
    background-color: #0B9CC4;
    border-radius: 111px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.vd-fourth-tunghantering-button:hover {
    opacity: 0.4;
    color: #ffffff;
}

.vd-fourth-tunghantering-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.vd-fourth-tunghantering-title {
    font-size: 45px;
    line-height: 52px;
    font-family: 'Manrope-Bold';
    color: #171717;
    padding-left: 15px;
}


/* Flyttstädning page */

.vd-flyttstadning-first-section {
    position: relative;
    background-color: #F3F3F3;
}

.vd-flyttstadning-first-image-wrap {
    position: absolute;
    background-color: #0B9CC4;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 54%;
    height: 100%;
}

.vd-flyttstadning-first-image-wrap img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    padding: 24px 30px;
    animation: fadeInOut 1.5s ease-in-out infinite alternate;
}

.vd-flyttstadning-block-left-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 640px;
}

.vd-flyttstadning-left-title {
    font-size: 45px;
    line-height: 52px;
    color: #ffffff;
    font-family: "Manrope-Bold";
    margin-bottom: 30px;
}

.vd-flyttstadning-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
}

.vd-flyttstadning-blocks-right-wrap {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vd-second-flyttstadning-section {
    padding: 120px 0 162px;
}

.vd-second-flyttstadning-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.vd-title-second-flyttstadning-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.vd-second-flyttstadning-title {
    font-size: 45px;
    line-height: 52px;
    font-family: "Manrope-Bold";
    color: #171717;
}

.vd-second-flyttstadning-title-number {
    color: #0B9CC4;
    font-size: 18px;
    line-height: 26px;
    font-family: "Manrope-Bold";
    padding-left: 5px;
}

.vd-second-flyttstadning-description {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
    color: #5F5F5F;
}

.vd-second-flyttstadning-description p {
    margin-bottom: 20px;
}

.vd-second-flyttstadning-description p:last-child {
    margin-bottom: 0;
}

.vd-second-flyttstadning-bottom-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.vd-single-flyttstadning-box-left,
.vd-single-flyttstadning-box-right {
    background-color: #0B9CC4;
    padding: 30px;
    max-width: 255px;
    position: relative;
}

.vd-single-flyttstadning-box-number {
    font-size: 34px;
    color: #fff;
    line-height: 39px;
    margin-bottom: 10px;
    font-family: "Manrope-Bold";
}

.vd-single-flyttstadning-box-description {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.vd-single-flyttstadning-box-left img,
.vd-single-flyttstadning-box-right img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.vd-right-flyttstadning-block-code {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    max-width: 640px;
    width: 100%;
}

.vd-right-flyttstadning-block-button a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000;
    font-family: "Manrope-Medium";
}

.vd-right-flyttstadning-block-button a:hover{
    opacity: 0.4;
}

.vd-right-flyttstadning-block-button a img {
    padding-left: 8px;
}

.vd-right-flyttstadning-block-button {
    padding-top: 20px;
}

.vd-container-flyttstadning {
    max-width: 1540px;
    margin: 0 auto;
    width: 100%;
}

.vd-third-flyttstadning-wrap {
    display: flex;
}

.vd-third-flyttstadning-block-left-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 54%;
}

.vd-flyttstadning-text-wrap {
    max-width: 640px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.vd-third-flyttstadning-left-title {
    font-size: 34px;
    line-height: 39px;
    color: #171717;
    font-family: 'Manrope-Bold';
    margin-bottom: 30px;
}

.vd-third-flyttstadning-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
    margin-bottom: 30px
}

.vd-third-flyttstadning-button-left {
    font-size: 18px;
    padding: 16px 36px;
    background-color: #0B9CC4;
    border-radius: 111px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 259px;
    width: 100%;
    color: #ffffff;
}

.vd-third-flyttstadning-button-left:hover {
    opacity: 0.4;
    color: #ffffff;
}

.vd-third-flyttstadning-blocks-right-wrap {
    width: 100%;
    max-width: 46%;
}

.vd-third-flyttstadning-blocks-right-wrap  img {
    width: 100%;
    max-width: 698px;
    object-fit: cover;
}

.vd-fourth-flyttstadning-section {
    padding: 120px 0;
}

.vd-fourth-flyttstadning-left-wrap, .vd-fourth-flyttstadning-right-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.vd-fourth-flyttstadning-left-wrap img, .vd-fourth-flyttstadning-right-wrap img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

.vd-fourth-flyttstadning-title-left, .vd-fourth-flyttstadning-title-right  {
    color: #171717;
    font-size: 29px;
    line-height: 36px;
    font-family: 'Manrope-Medium';
    margin-bottom: 20px;
}

.vd-fourth-flyttstadning-description-left p {
    margin-bottom: 15px;
    font-family: 'Manrope-Regular';
    color: #5F5F5F;
    font-size: 20px;
    line-height: 29px;
}

.vd-fourth-flyttstadning-description-left p:last-child {
    margin-bottom: 0;
}

.vd-fourth-flyttstadning-description-right p {
    margin-bottom: 15px;
    font-family: 'Manrope-Regular';
    color: #5F5F5F;
    font-size: 20px;
    line-height: 29px;
}

.vd-fourth-flyttstadning-description-right ul {
    font-family: 'Manrope-Regular';
    color: #5F5F5F;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 0;
    padding-left: 25px;
}

.vd-fourth-flyttstadning-description-right ul li {
    margin-bottom: 8px;
}

.vd-fourth-flyttstadning-description-left, .vd-fourth-flyttstadning-description-right {
    padding-right: 30px;
}

.vd-fourth-flyttstadning-title {
    font-size: 45px;
    line-height: 52px;
    font-family: "Manrope-Bold";
    color: #171717;
    margin-bottom: 40px;
}

.vd-fourth-flyttstadning-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-top: 40px;
}

.vd-fourth-flyttstadning-single-block {
    background-color: #F3F3F3;
    padding: 18px 20px;
    font-size: 18px;
    line-height: 26px;
    font-family: "Manrope-Medium";
    text-transform: uppercase;
    color: #000000;
}

.vd-fourth-flyttstadning-single-block img {
    padding-left: 8px;
}

.vd-fourth-flyttstadning-single-block:hover {
    opacity: 0.4;
}


.vd-fifth-flyttstadning-section {
    padding: 120px 0 0 0;
    background-color: #F3F3F3;
    position: relative;
}

.vd-fifth-background-wrap img {
    width: 100%;
}

.vd-fifth-background-wrap {
    max-width: 715px;
    width: 100%;
    position: absolute;
    left: calc(50% - 768px);
    bottom: 0;
}

.vd-fifth-flyttstadning-left-wrap {
    max-width: 540px;
    min-height: 980px;
}

.vd-fifth-flyttstadning-header-title {
    color: #0B9CC4;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Manrope-Bold';
    margin-bottom: 20px;
}

.vd-fifth-flyttstadning-title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.vd-fifth-flyttstadning-title {
    font-size: 45px;
    line-height: 52px;
    font-family: 'Manrope-Bold';
    padding-left: 15px;
}

.vd-fifth-flyttstadning-description {
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
}


.vd-flyttstadning-information .accordion-button::after {
    background-image: url(../image/accordionicon.svg);
    --bs-accordion-btn-icon-width: 40px;
}

.vd-flyttstadning-information .accordion-button:not(.collapsed)::after {
    background-image: url(../image/accordioniconopen.svg);
    /*--bs-accordion-btn-icon-transform: rotate(-360deg);*/
}

.vd-fifth-flyttstadning-section .vd-accordion-wrap .accordion {
    --bs-accordion-bg: transparent;
}

.vd-flyttstadning-information .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #171717;
}

.vd-flyttstadning-information .accordion-button {
    padding: 25px 20px;
    transition: padding 0.3s ease-out;
}

.vd-flyttstadning-information .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    padding: 25px 20px 15px 20px;
}

.vd-flyttstadning-information .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}

.vd-flyttstadning-accordion-title {
    font-size: 26px;
    line-height: 32px;
    color: #171717;
    font-family: 'Manrope-Medium';
}

.vd-flyttstadning-information .accordion-body {
    padding: 0 0 15px 20px;
}

.vd-flyttstadning-information .accordion-flyttstadning-text {
    width: 100%;
    max-width: 540px;
}

.vd-flyttstadning-information .accordion-flyttstadning-text ul {
    color: #171717;
    padding-left: 25px;
    margin-bottom: 10px;
}

.vd-flyttstadning-information .accordion-flyttstadning-text ul li {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Manrope-Regular';
    color: #171717;
}

.vd-flyttstadning-information .accordion-flyttstadning-text p {
    font-size: 18px;
    line-height: 26px;
    color: #171717;
    font-family: 'Manrope-Regular';
    margin-bottom: 10px;
}

.vd-sixth-flyttstadning-section {
    padding: 120px 0;
}

.vd-sixth-flyttstadning-title {
    font-size: 34px;
    line-height: 40px;
    color: #171717;
    font-family: 'Manrope-Bold';
    margin-bottom: 25px;
}

.vd-sixth-flyttstadning-description-wrap {
    display: flex ;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.vd-sixth-flyttstadning-left-description {
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
    max-width: 610px;
    width: 100%;
}

.vd-sixth-flyttstadning-left-description p,
.vd-sixth-flyttstadning-right-description p {
    margin-bottom: 20px;
}

.vd-sixth-flyttstadning-left-description p:last-child,
.vd-sixth-flyttstadning-right-description p:last-child {
    margin-bottom: 0;
}

.vd-sixth-flyttstadning-right-description {
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
    width: 100%;
    max-width: 640px;
}


.vd-seventh-flyttstadning-section {
    padding: 120px 0;
}

.vd-seventh-flyttstadning-left-wrap {
    max-width: 358px;
}

.vd-seventh-flyttstadning-header-title {
    color: #0B9CC4;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Manrope-Bold';
    margin-bottom: 20px;
}

.vd-seventh-flyttstadning-title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.vd-seventh-flyttstadning-title {
    font-size: 45px;
    line-height: 52px;
    font-family: 'Manrope-Bold';
    padding-left: 8px;
}

.vd-seventh-flyttstadning-description {
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
}

.vd-flyttstadning-second-information .accordion-button::after {
    background-image: url(../image/accordionicon.svg);
    --bs-accordion-btn-icon-width: 40px;
}

.vd-flyttstadning-second-information .accordion-button:not(.collapsed)::after {
    background-image: url(../image/accordioniconopen.svg);
    /*--bs-accordion-btn-icon-transform: rotate(-360deg);*/
}

.vd-flyttstadning-second-information .accordion-item {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #CECECE;
}

.vd-flyttstadning-second-information .accordion-button {
    padding: 25px 20px;
    transition: padding 0.3s ease-out;
}

.vd-flyttstadning-second-information .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
    padding: 25px 20px 15px 20px;
}

.vd-flyttstadning-second-information .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}

.vd-flyttstadning-second-accordion-title {
    font-size: 26px;
    line-height: 32px;
    color: #171717;
    font-family: 'Manrope-Medium';
}

.vd-flyttstadning-second-information .accordion-body {
    padding: 0 0 15px 20px;
}

.vd-flyttstadning-second-information .accordion-flyttstadning-second-text {
    width: 100%;
    max-width: 540px;
}

.vd-flyttstadning-second-information .accordion-flyttstadning-second-text ul {
    color: #5F5F5F;
    padding-left: 25px;
    margin-bottom: 10px;
}

.vd-flyttstadning-second-information .accordion-flyttstadning-second-text ul li {
    font-size: 18px;
    line-height: 26px;
    font-family: 'Manrope-Regular';
    color: #5F5F5F;
}

.vd-flyttstadning-second-information .accordion-flyttstadning-second-text p {
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
    font-family: 'Manrope-Regular';
    margin-bottom: 10px;
}

/* Bemanning foretag page */

.vd-bemanning-first-section {
    position: relative;
    background-color: #F3F3F3;
}

.vd-bemanning-first-image-wrap {
    position: absolute;
    background-color: #0B9CC4;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 54%;
    height: 100%;
}

.vd-bemanning-first-image-wrap img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    padding: 24px 30px;
    animation: fadeInOut 1.5s ease-in-out infinite alternate;
}

.vd-bemanning-block-left-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 640px;
}

.vd-bemanning-left-title {
    font-size: 45px;
    line-height: 52px;
    color: #ffffff;
    font-family: "Manrope-Bold";
    margin-bottom: 30px;
}

.vd-bemanning-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
    margin-bottom: 30px;
}

.vd-bemanning-blocks-right-wrap {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vd-bemanning-main-button-left {
    padding: 16px 36px;
    background-color: #fff;
    border-radius: 111px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 183px;
    width: 100%;
}

.vd-bemanning-main-button-left:hover {
    opacity: 0.4;
}

.vd-bemanning-second-section {
    padding: 120px 0;
}

.vd-container-bemanning {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.vd-bemanning-second-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vd-bemanning-second-block-left-wrap {
    width: 100%;
    max-width: 613px;
}

.vd-bemanning-second-left-title {
    font-size: 34px;
    line-height: 39px;
    color: #171717;
    font-family: 'Manrope-Bold';
    margin-bottom: 30px;
}

.vd-bemanning-second-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
}

.vd-bemanning-second-blocks-right-wrap {
    width: 100%;
    max-width: 531px;
}

.vd-bemanning-second-blocks-right-wrap  img {
    width: 100%;
    object-fit: cover;
}

.vd-fourth-bemanning-section {
    padding: 120px 0;
}

.vd-fourth-bemanning-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.vd-title-fourth-bemanning-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.vd-fourth-bemanning-title {
    font-size: 45px;
    line-height: 52px;
    font-family: "Manrope-Bold";
    color: #171717;
}

.vd-fourth-bemanning-title-number {
    color: #0B9CC4;
    font-size: 18px;
    line-height: 26px;
    font-family: "Manrope-Bold";
    padding-left: 5px;
}

.vd-fourth-bemanning-description {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
    color: #5F5F5F;
}

.vd-fourth-bemanning-description p {
    margin-bottom: 20px;
}

.vd-fourth-bemanning-description p:last-child {
    margin-bottom: 0;
}


.vd-fourth-bemanning-bottom-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.vd-single-bemanning-box-left,
.vd-single-bemanning-box-right {
    background-color: #0B9CC4;
    padding: 30px;
    max-width: 255px;
    position: relative;
}

.vd-single-bemanning-box-number {
    font-size: 34px;
    color: #fff;
    line-height: 39px;
    margin-bottom: 10px;
    font-family: "Manrope-Bold";
}

.vd-single-bemanning-box-description {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.vd-single-bemanning-box-left img,
.vd-single-bemanning-box-right img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.vd-right-bemanning-block-code {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    max-width: 640px;
    width: 100%;
}

.vd-right-bemanning-block-button a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000;
    font-family: "Manrope-Medium";
}

.vd-right-bemanning-block-button a:hover{
    opacity: 0.4;
}

.vd-right-bemanning-block-button a img {
    padding-left: 8px;
}

.vd-right-bemanning-block-button {
    padding-top: 20px;
}


.vd-third-bemanning-section {
    padding: 120px 0;
}

.vd-third-bemanning-title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
}

.vd-third-bemanning-title {
    font-size: 45px;
    color: #171717;
    line-height: 52px;
    font-family: 'Manrope-Bold';
    padding-left: 8px;
}

.vd-third-bemanning-description-left p,
.vd-third-bemanning-description-right p {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
    font-family: 'Manrope-Regular';
}

.vd-third-bemanning-description-left p strong,
.vd-third-bemanning-description-right p strong {
    color: #000000;
}

.vd-third-bemanning-description-left {
    margin-right: 25px;
}

.vd-third-bemanning-description-left h4 {
    margin-bottom: 20px;
    font-family: 'Manrope-Medium';
}

.vd-fifth-bemanning-section {
    padding: 120px 0;
}

.vd-fifth-bemanning-title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
}

.vd-fifth-bemanning-title {
    font-size: 45px;
    color: #171717;
    line-height: 52px;
    font-family: 'Manrope-Bold';
    margin-bottom: 50px;
}

.vd-fifth-bemanning-description-left p,
.vd-fifth-bemanning-description-right p {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
    font-family: 'Manrope-Regular';
}

.vd-fifth-bemanning-description-left p strong,
.vd-fifth-bemanning-description-right p strong {
    color: #000000;
}

.vd-fifth-bemanning-description-left {
    max-width: 570px;
}

.vd-fifth-bemanning-description-right {
    max-width: 610px;
}

.vd-fifth-bemanning-description-left h5 {
    font-size: 26px;
    line-height: 32px;
    font-family: 'Manrope-Regular';
}

.vd-fifth-bemanning-block-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
}

.vd-single-bemanning-cart {
    width: 100%;
    max-width: 310px;
    border: 1px solid #CECECE;
    padding: 30px;
}

.vd-single-bemanning-cart-number {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #0B9CC4;
}

.vd-single-bemanning-cart-description {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
}

.vd-sixth-bemanning-section {
    padding: 120px 0;
}

.vd-sixth-bemanning-block-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.vd-single-bemanning-block {
    width: 100%;
    max-width: 620px;
}

.vd-single-bemanning-block-title {
    color: #171717;
    font-size: 26px;
    line-height: 32px;
    font-family: 'Manrope-Medium';
    margin-bottom: 20px;
}

.vd-single-bemanning-block-description {
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
}

/* Kontorsflytt foretag page */

.vd-kontorsflytt-first-section {
    position: relative;
    background-color: #F3F3F3;
}

.vd-kontorsflytt-first-image-wrap {
    position: absolute;
    background-color: #0B9CC4;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 54%;
    height: 100%;
}

.vd-kontorsflytt-first-image-wrap img {
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    padding: 24px 30px;
    animation: fadeInOut 1.5s ease-in-out infinite alternate;
}

.vd-kontorsflytt-block-left-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    max-width: 640px;
}

.vd-kontorsflytt-left-title {
    font-size: 50px;
    line-height: 58px;
    color: #ffffff;
    font-family: "Manrope-Bold";
    margin-bottom: 30px;
}

.vd-kontorsflytt-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #ffffff;
}

.vd-kontorsflytt-blocks-right-wrap {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vd-container-kontorsflytt {
    max-width: 1540px;
    margin: 0 auto;
    width: 100%;
}

.vd-kontorsflytt-second-wrap {
    display: flex;
}

.vd-kontorsflytt-second-block-left-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 54%;
}

.vd-kontorsflytt-text-wrap {
    max-width: 620px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

.vd-kontorsflytt-second-left-title {
    font-size: 34px;
    line-height: 39px;
    color: #171717;
    font-family: 'Manrope-Bold';
    margin-bottom: 30px;
}

.vd-kontorsflytt-second-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
    margin-bottom: 30px
}

.vd-kontorsflytt-second-left-description p {
    margin-bottom: 20px;
}
.vd-kontorsflytt-second-left-description p:last-child {
    margin-bottom: 0;
}

.vd-kontorsflytt-second-button-left {
    font-size: 18px;
    padding: 16px 36px;
    background-color: #0B9CC4;
    border-radius: 111px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 259px;
    width: 100%;
    color: #ffffff;
}

.vd-kontorsflytt-second-button-left:hover {
    opacity: 0.4;
    color: #ffffff;
}

.vd-kontorsflytt-second-blocks-right-wrap {
    width: 100%;
    max-width: 46%;
}

.vd-kontorsflytt-second-blocks-right-wrap  img {
    width: 100%;
    max-width: 698px;
    object-fit: cover;
}

.vd-kontorsflytt-third-section {
    padding: 120px 0;
}

.vd-container-test {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.vd-kontorsflytt-third-title {
    font-size: 45px;
    line-height: 52px;
    color: #171717;
    font-family: 'Manrope-Bold';
}

.vd-kontorsflytt-third-right-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.vd-kontorsflytt-third-right-wrap .vd-single-kontorsflytt-third-cart:nth-child(3n) {
    margin-top: -53px;
}
.vd-single-kontorsflytt-third-cart {
    width: 100%;
    max-width: 420px;
    border: 1px solid #CECECE;
    padding: 30px;
}

.vd-single-kontorsflytt-third-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.vd-single-kontorsflytt-third-block-title {
    font-size: 26px;
    font-family: 'Manrope-Regular';
    line-height: 32px;
    color: #000000;
    margin-bottom: 20px;
}

.vd-single-kontorsflytt-third-block-description {
    font-size: 18px;
    line-height: 26px;
    color: #5F5F5F;
}

.vd-fifth-kontorsflytt-section {
    padding: 60px 0 160px;
}

.vd-fifth-kontorsflytt-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.vd-title-fifth-kontorsflytt-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.vd-fifth-kontorsflytt-title {
    font-size: 45px;
    line-height: 52px;
    font-family: "Manrope-Bold";
    color: #171717;
}

.vd-fifth-kontorsflytt-title-number {
    color: #0B9CC4;
    font-size: 18px;
    line-height: 26px;
    font-family: "Manrope-Bold";
    padding-left: 5px;
}

.vd-fifth-kontorsflytt-description {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 30px;
    color: #5F5F5F;
}

.vd-fifth-kontorsflytt-description p {
    margin-bottom: 20;
}

.vd-fifth-kontorsflytt-description p:last-child {
    margin-bottom: 0;
}

.vd-fifth-kontorsflytt-bottom-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.vd-single-kontorsflytt-box-left,
.vd-single-kontorsflytt-box-right {
    background-color: #0B9CC4;
    padding: 30px;
    max-width: 255px;
    position: relative;
}

.vd-single-kontorsflytt-box-number {
    font-size: 34px;
    color: #fff;
    line-height: 39px;
    margin-bottom: 10px;
    font-family: "Manrope-Bold";
}

.vd-single-kontorsflytt-box-description {
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}

.vd-single-kontorsflytt-box-left img,
.vd-single-kontorsflytt-box-right img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.vd-right-kontorsflytt-block-code {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    max-width: 640px;
    width: 100%;
}

.vd-right-kontorsflytt-block-button a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000;
    font-family: "Manrope-Medium";
}

.vd-right-kontorsflytt-block-button a img {
    padding-left: 8px;
}

.vd-right-kontorsflytt-block-button {
    padding-top: 20px;
}

.vd-container-full {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
}

.vd-single-kontorsflytt-fourth-image {
    width: 100%;
    object-fit: cover;
}

/* Blog */

.vd-blog {
padding: 80px 0 120px 0;
}

.vd-top-blog-title {
    font-size: 50px;
    line-height: 58px;
    color: #171717;
    font-family: "Manrope-Bold";
    margin-bottom: 30px;
}

.vd-top-blog-description {
    font-size: 20px;
    line-height: 29px;
    color: #171717;
    margin-bottom: 41px;
}

.vd-main-blog-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.vd-blog-border-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 32%;
    border: 1px solid #CECECE;
}

.vd-blog-border-wrap:hover {
    opacity: 0.5;
}

.vd-blog-border-wrap .vd-main-blog-image {
    /*max-width: 420px;*/
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.vd-main-blog-bottom-wrap {
    display: flex;
    flex-direction: column;
    padding: 26px 30px 30px;
}

.vd-main-blog-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    color:#5F5F5F;
    font-size: 16px;
    line-height: 23px;
}

.vd-main-blog-description p {
    margin-bottom: 0;
}

.vd-main-blog-title  {
    font-size: 20px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 10px;
    font-family: "Manrope-Regular";
}


/* Custom CSS */

.vd-single-blog-main {
    position: relative;
    padding: 80px 0 100px 0;
    overflow: visible;
}
.vd-blog-information-wrap {
    max-width: 58%;
}
.vd-blog-content-items-wrap {
    width: 100%;
    max-width: 42%;
    min-height: 30px;
    position: relative;
}
.vd-blog-content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: stretch;
}
.vd-blog-content .vd-single-blog-menu {
    position: sticky;
    top: 120px;
    left: auto;
    right: 0px;
    display: flex;
    justify-content: flex-end;
}

.vd-single-blog-top-wrap {
    width: 100%;
}
.vd-single-blog-image {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}
.vd-single-blog-center-wrap {
    width: 100%;
}
.vd-single-blog-description h1 {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 30PX;
}
.vd-single-blog-description p {
    margin-bottom: 20px;
    color: #5F5F5F;
    font-size: 20px;
    line-height: 29px;
}
.vd-single-blog-description h3 {
    font-size: 34px;
    line-height: 39px;
    color: #0D0D0D;
    margin-bottom: 20px;
}
.vd-single-blog-description ul {
    color: #5F5F5F;
    font-size: 20px;
    line-height: 29px;
    padding-left: 28px;
    margin-bottom: 20px;
}
.vd-single-blog-description ul li {
    font-size: 20px;
    line-height: 29px;
}
.vd-single-blog-description h5 {
    font-size: 26px;
    line-height: 32px;
    color: #0D0D0D;
}
.vd-single-blog-menu-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;
    max-width: 458px;
}

.vd-single-blog-menu-item-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 146px;
    border: 1px solid #CECECE;
    border-radius: 6px;
}
.vd-single-blog-menu-item-wrap:hover {
    opacity: 0.4;
}
.vd-single-blog-menu-item {
    padding: 20px 29px 23px 29px;
    width: 146px;
    height: 146px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vd-single-blog-menu-icon {
    width: 80px;
    height: 80px;
}
.vd-single-blog-menu-title {
    font-size: 16px;
    color: #171717;
    font-family: "Manrope-Medium";
    line-height: 24px;
}
.vd-single-blog-second {
    padding: 40px 0 120px 0;
}
.vd-posts-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.vd-related-posts-title {
    font-size: 45px;
    line-height: 52px;
    color: #171717;
    margin-bottom: 30px;
    font-family: "Manrope-Bold";
}
.vd-single-blog-third {
    padding: 40px 0 60px 0;
}
.vd-single-blog-fourth {
    padding: 60px 0 160px 0;
}

.vd-single-blog-top-wrap-mob {
    display: none;
}

/* Om oss page */

.vd-om-oss-first-section {
    background-color: #F3F3F3;
}
.vd-container-om {
    max-width: 1540px;
    margin: 0 auto;
}
.vd-om-oss-block-left-wrap {
    max-width: 670px;
    margin: 0 auto;
    height: 100%;
    padding: 80px 0;
}
.vd-om-oss-left-title {
    font-family: "Manrope-Bold";
    font-size: 52px;
    line-height: 58px;
    color: #171717;
    margin-bottom: 30px;
}
.vd-om-oss-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #171717;
}

.vd-om-oss-blocks-right-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vd-second-om-oss-section {
    padding: 60px 0;
}

.vd-om-oss-third-section {
    padding: 120px 0;
}

.vd-container-om-oss {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.vd-om-oss-third-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vd-om-oss-third-block-left-wrap {
    width: 100%;
    max-width: 613px;
}

.vd-om-oss-third-left-title {
    font-size: 34px;
    line-height: 39px;
    color: #171717;
    font-family: 'Manrope-Bold';
    margin-bottom: 30px;
}

.vd-om-oss-third-left-description {
    font-size: 20px;
    line-height: 29px;
    color: #5F5F5F;
}

.vd-om-oss-third-blocks-right-wrap {
    width: 100%;
    max-width: 531px;
}

.vd-om-oss-third-blocks-right-wrap  img {
    width: 100%;
    object-fit: cover;
}

