.vo-lp {
    font-family: "Segoe UI",
    "Lucida Sans Unicode",
    "Trebuchet MS",
    arial,
    sans-serif;
    line-height: 1.2;
}
.vo-lp *,
.vo-lp *:before,
.vo-lp *:after {
    box-sizing: border-box;
}
.vo-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.vo-container {
    display: flex;
    flex-flow: row wrap;
}
.promo-lp-col-4 {
    width: 25%;
}
.vo-block-title {
    font-size: 22px;
    font-weight: 600;
}
.vo-header {
    background: url('/gfx/promotions/virtual-office/header-bg.jpg') top center transparent no-repeat;
    padding: 130px 0;
}
.vo-header.header-afr {
    background: url('/gfx/promotions/virtual-office/header-bg_ng.jpg') top center transparent no-repeat;
    padding: 130px 0;
}
.vo-header h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 40px;
}
.vo-header h1 span {
    font-size: 40px;
    font-weight: 700;
    display: block;
}
.vo-header .vo-header-btn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #00aeef;
    border: 2px solid #00aeef;
    padding: 10px 25px;
    transition: all .2s ease;
    display: inline-block;
}
.vo-header .vo-header-btn:hover {
    color: #00aeef;
    background: #fff;
}
.vo-intro {
    padding: 50px 0 70px;
    background: #f8f8f8;
}
.vo-intro p {
    font-size: 17px;
    line-height: 34px;
}
#vo-table {
    display: block;
}
.vo-table {
    padding: 50px 0;
}
.vo-table .vo-block-title {
    margin-bottom: 30px;
}
.vo-table-row {
    display: flex;
    flex-flow: row nowrap;
}
.vo-table-row > div {
    width: 42%;
}
.vo-table-row .vo-table-label {
    width: 16%;
    display: flex;
    align-items: flex-start;
    line-height: 17px;
    padding: 20px 0;
    background: #fff !important;
}
.vo-table-row .vo-table-label img {
    min-width: 23px;
    margin-right: 10px
}
.vo-table-col-teams {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
.vo-table-inner > * {
    font-size: 12px;
    line-height: 24px;
}
.vo-table-inner > div > div {
    padding: 20px 30px;
}
.vo-table-inner .vo-table-cell-light {
    background: #fcfcfc;
    border-bottom: 2px solid #fff;
}
.vo-table-inner .vo-table-cell-dark {
    background: #f9f9f9;
    border-bottom: 2px solid #fff;
}
.vo-table-inner .title {
    font-size: 20px;
    font-weight: 700;
    min-height: 80px;
    color: #fff;
    background: #00406b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
}
.vo-table-inner .price {
    min-height: 140px;
    background: #e5f7fd;
    text-align: center;
    border-bottom: 2px solid #fff;
}
.vo-table-inner .price .cost {
    font-size: 24px;
    font-weight: 700;
}
.vo-table-inner .price .per {
    font-size: 14px;
    margin: 5px 0 20px;
}
.vo-table-inner .price .plan-btn {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #56c30d;
    border: 2px solid #56c30d;
    padding: 10px 25px;
    transition: all .2s ease;
    display: inline-block;
    cursor: pointer;
}
.vo-table-inner .price .plan-btn:hover {
    color: #56c30d;
    background: #fff;
}
.vo-table-inner .apps {
    display: flex;
    flex-flow: row wrap;
}
.vo-table-inner .apps img {
    margin-right: 10px;
}
.vo-table-inner .apps.vo-table-cell-light {
    border-bottom: 0;
    padding: 10px 30px;
}
.vo-table-inner .monitor.vo-table-cell-light,
.vo-table-inner .users.vo-table-cell-dark {
    display: flex;
    align-items: center;
}
.vo-table-inner strong {
    font-size: 14px;
}
.vo-table-inner strong.yes {
    color: #56c30d;
}
.vo-table-inner strong.no {
    color: #fe0000;
}
.vo-advantages {
    padding: 30px 0;
    background: #f8f8f8;
}
.vo-advantages-boxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.vo-advantages-box {
    width: 49%;
    max-width: 490px;
    background: #fff;
    padding: 10px 30px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
}
.vo-advantages-box .box-title {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 10px 0 15px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
}
.vo-advantages-box .box-title img {
    margin-right: 10px
}
.vo-advantages-box li {
    padding: 0 0 0 25px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}
.vo-advantages-box li:before {
    font-size: 14px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f00c";
    color: #65c300;
    margin-left: -25px;
    position: absolute;
    top: 2px;
}
.vo-advantages-box.image-box {
    background: url(/gfx/promotions/virtual-office/advantages-box-bg.jpg) top left no-repeat;
}
.vo-advantages-box.image-box.image-box-afr {
    background: url(/gfx/promotions/virtual-office/advantages-box-bg_ng.jpg) top left no-repeat;
}
.vo-contact {
    padding: 50px 0;
}
.vo-contact-content {
    color: #fff;
    background: #00406b url(/gfx/promotions/virtual-office/form-bg.jpg) bottom right no-repeat;
    padding: 40px;
    display: flex;
    align-items: flex-start;
}
.vo-contact-content li {
    padding: 0 0 0 20px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}
.vo-contact-content li:before {
    font-size: 8px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f45c";
    color: #006fbc;
    margin-left: -15px;
    position: absolute;
}
.vo-contact-info {
    width: 50%;
    padding-right: 50px;
}
.vo-contact-info .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}
.vo-contact-info .info {
    margin: 0 0 20px !important;
}
.vo-contact-info .desc {
    font-size: 14px;
    line-height: 22px;
}
.vo-contact-form {
    width: 50%;
}
.vo-contact-form .generic-modal__rodo {
    margin-top: 20px !important;
    color: #fff;
    opacity: .5;
}
.vo-contact-form .generic-modal__rodo a {
    color: #fff;
}
.vo-contact-form .generic-modal__rodo a:hover {
    text-decoration: underline;
}
.vo-contact-form .generic-modal__submit {
    text-align: right;
    width: 100% !important;
}
.vo-contact-form .generic-modal__submit .generic-modal__submit-btn {
    background: #56c30d !important;
    border-color: #56c30d !important;
    width: auto !important;
}
.vo-contact-form .generic-modal__submit .generic-modal__submit-btn:hover {
    background: #fff !important;
    color: #56c30d !important;
}
.vo-hardware .vo-wrap {
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0,0,0,.1);
}
.vo-hardware .info {
    font-size: 14px;
    margin: 20px 0 40px;
}
.hardware-boxes {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.hardware-box {
    /* width: 22%; */
    width: 32%;
    text-align: center;
}
.hardware-box .title {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 20px;
    color: #000;
}
.hardware-box img {
    transform: scale(.8);
    transition: all .5s ease;
}
.hardware-box:hover img {
    transform: scale(1);
}
.vo-quote {
    padding: 20px 0;
}
.vo-quote .vo-wrap {
    padding: 35px 60px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    background: rgba(0,64,107,1);
    background: -moz-linear-gradient(left, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,64,107,1)), color-stop(100%, rgba(0,115,169,1)));
    background: -webkit-linear-gradient(left, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
    background: -o-linear-gradient(left, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
    background: linear-gradient(to right, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00406b', endColorstr='#0073a9', GradientType=1 );
}
.vo-quote .vo-wrap:after {
    content: '“';
    font-size: 300px;
    color: #fff;
    opacity: .1;
    position: absolute;
    top: 0px;
    left: 0;
    font-weight: 700;
    line-height: 1;
}
.vo-quote .text {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    width: 70%;
}
.vo-quote .person {
    width: 20%;
    margin-left: auto;
    text-align: center;
    color: #fff;
}
.vo-quote .person strong {
    display: block;
}

.form-success {
    display: flex;
    align-items: center;
}
.form-success i {
    color: #56c30d;
    font-size: 50px;
}
.form-success span {
    font-size: 14px;
    line-height: 22px;
    margin-left: 10px;
}
.generic-modal__close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
    background-position: -28px -376px !important;
}
.generic-modal__overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.5);
}
.generic-modal__form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.generic-modal__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.generic-modal__form .inputBox {
    width: 100%;
}
.generic-modal__form .inputBox.generic-modal__rodo {
    margin-top: 10px;
}
.generic-modal__form .inputBox:not(.marketingAccept) input {
    padding: 12px 20px;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}
.generic-modal__form .marketingAccept {
    display: flex;
    align-items: flex-start;
}
.generic-modal__form .marketingAccept input {
    cursor: pointer;
    margin-right: 10px;
}
.generic-modal__form .marketingAccept label {
    font-size: 13px;
    line-height: 17px;
    cursor: pointer;
}
.generic-modal__form .marketingAccept a {
    color: #fff;
}
.voModal-modal .generic-modal__form .marketingAccept a {
    color: #000;
}
.generic-modal__form .marketingAccept a:hover {
    text-decoration: underline;
}
.generic-modal__rodo {
    display: block;
    margin: 20px 0;
    color: #727272;
    font-size: 10px;
    line-height: 14px;
}
.generic-modal__submit {
    width: 120px !important;
    margin: 0 auto;
}
.generic-modal__submit-btn {
    margin-bottom: 0 !important;
    background: #00aeef;
    color: #FFF;
    font-weight: 600;
    border: 2px solid #00aeef !important;
    transition-duration: .3s;
    cursor: pointer;
    outline: none;
}
.generic-modal__submit-btn:hover {
    background: #FFF;
    color: #00aeef;
}


@media all and (max-width: 1023px) {
    .vo-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .vo-intro {
        padding: 30px 0;
    }
    .vo-table {
        padding: 20px 0;
    }
    .vo-table-outer {
        position: relative;
        overflow: hidden;
    }
    .vo-table-outer:after,
    .vo-table-outer:before {
        content:'';
        position:absolute;
        height:100%;
        box-shadow:0 0 5px 0 rgba(0,0,0,.5);
        width:5px;
        z-index:1;
        top:0;
        display:block
    }
    .vo-table-outer:before {
        left:-5px
    }
    .vo-table-outer:after {
        right:-5px
    }
    .vo-table-scroll {
        overflow: hidden;
        overflow-x: scroll;
        padding: 0 5px;
    }
    .vo-table-inner {
        width: 1000px;
    }
}

@media all and (max-width: 768px) {
    .vo-header {
        padding: 50px 0;
    }
    .vo-advantages-box {
        width: 100%;
        max-width: 100%;
    }
    .vo-advantages-box.image-box {
        display: none;
    }
    .vo-contact {
        padding: 0;
    }
    .vo-contact .vo-wrap {
        padding: 0;
    }
    .vo-contact-content {
        padding: 20px;
        flex-flow: row wrap;
        background: rgba(0,64,107,1);
        background: -moz-linear-gradient(left, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,64,107,1)), color-stop(100%, rgba(0,115,169,1)));
        background: -webkit-linear-gradient(left, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
        background: -o-linear-gradient(left, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
        background: -ms-linear-gradient(left, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
        background: linear-gradient(to right, rgba(0,64,107,1) 0%, rgba(0,115,169,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00406b', endColorstr='#0073a9', GradientType=1 );
    }
    .vo-contact-info {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .vo-contact-form {
        width: 100%;
    }
    .vo-contact-form .generic-modal__submit {
        text-align: center;
    }
    .vo-hardware .vo-wrap {
        padding: 20px;
    }
    .hardware-box {
        width: 45%;
        margin-bottom: 20px;
    }
    .vo-quote .vo-wrap {
        padding: 20px;
    }
    .vo-quote .vo-wrap::after {
        top: -50px;
        left: -10px;
    }
    .vo-quote .text,
    .vo-quote .person {
        width: 100%;
    }
    .generic-modal {
        padding: 20px 25px;
        width: 100%;
        max-width: 570px;
    }
}
@media all and (max-width: 480px) {
    .vo-advantages {
        padding: 20px 0 0;
    }
    .vo-advantages-box {
        padding: 10px 20px;
    }
}
a.link-home-office-hardware {
    display: inline-flex;
    width: auto;
    padding: 15px 23px;
    margin: 10px 10px;
    background: white;
    box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, .15);
    border: 1px solid white;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
}
a.link-home-office-hardware img {
    width: 29px;
    display: inline-block;
    margin-right: 10px;
}

span.category-name {
    font-weight: bold;
    font-size: 15px;
    color: black;
}

a.link-home-office-hardware:hover {
    border: 1px solid #297db5;
    color: white;
}
@media all and (max-width: 480px) {
    a.link-home-office-hardware {
        justify-content: left;
    }
}