@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;700;800&display=swap');
@import "sections/benefits-section.css";
@import "sections/trustpilot-section.css";
@import "sections/defend-section.css";

.vpn-page h1 {
    font-weight: 800;
    font-size: 56px;
    line-height: 68px;
    color: #5E6975;
    width: 100%;
}

.vpn-page .body-content {
    margin-bottom: 0;
}

.vpn-page footer {
    margin-top: 0;
}

.vpn-page .body-content h2 {
    font-weight: 800;
    font-size: 40px;
    color: #5E6975;
    line-height: 49px;
    width: 100%;
}

.vpn-page .body-content h3 {
    color: #5E6975;
    font-weight: 800;
    font-size: 23px;
    line-height: 28px;
    width: 100%;
}

.vpn-page .body-content h4 {
    color: #5E6975;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
}

.vpn-page p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #7F7F7F;
}

.vpn-page .body-content a {
    color: #1ABAD7;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    transition: .2s;
}

.vpn-page .body-content a:hover {
    transition: .2s;
    color: #1592a9;
}

.vpn-page .text-darkgray {
    color: #5E6975;
}

.vpn-page .body-content .btn-regular {
    font-family: 'Roboto Slab', serif;
    background: #FCA844;
    border-radius: 7px;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    padding: 17px 62px;
    transition: .2s;
    display: inline-block;
    font-weight: normal;
}

.vpn-page .body-content .btn-regular:hover {
    transition: .2s;
    background: #EB8D3C;
    color: #fff;
}

.vpn-page .body-content .btn-bordered {
    font-family: 'Roboto Slab', serif;
    background: none;
    border: 3px solid #FCA844;
    border-radius: 7px;
    text-decoration: none;
    color: #FCA844;
    font-size: 20px;
    line-height: 26px;
    padding: 17px 62px;
    transition: .2s;
    display: inline-block;
    font-weight: normal;
}

.vpn-page .body-content .btn-bordered:hover {
    transition: .2s;
    background: #FCA844;
    color: #fff;
}

.vpn-page-slider {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-content: center;
    background: url("../images/vpn/hero-image.jpg") no-repeat;
    background-size: cover;
    padding: 120px 0 30px;
    background-position-x: 50%;
}

.vpn-page .vpn-page-slider h1 {
    color: #FFFFFF;
    margin: 20px 0;
    width: 85%;
}

.vpn-page .vpn-page-slider h4 {
    color: #FFFFFF;
    margin: 25px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    width: 85%;
}

.vpn-page .vpn-page-slider p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.vpn-page .vpn-page-slider .upper-title {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.vpn-page .vpn-page-slider h4 span {
    display: inline-block;
    line-height: 20px;
    border-right: 1px solid #fff;
    padding: 0 15px 0;
}

.vpn-page .vpn-page-slider h4 span:first-child {
    padding-left: 0;
}

.vpn-page .vpn-page-slider h4 span:last-child {
    padding-right: 0;
    border-right: 0;
}

.vpn-page .vpn-page-slider .upper-title img {
    height: 30px;
    margin: 0 0 0 15px;
}

.vpn-page .vpn-page-slider .available-for {
    margin: 30px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #A3A3A3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.vpn-page .vpn-page-slider .os-icons {
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-flex;
}

.vpn-page .vpn-page-slider .os-icons i {
    font-size: 30px;
    margin: 0 5px;
    color: #A3A3A3;
}

.vpn-page .vpn-page-slider .text-small {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 40px 0 0;
    padding: 0;
}

.vpn-page .vpn-page-slider .text-small a {
    font-size: 14px;
}

.vpn-page .vpn-page-slider .btn-regular {
    font-weight: 600;
    width: 260px;
    margin-top: 30px;
    text-align: center;
}

.vpn-page .bg-grayer {
    background: #EFF2F5;
}

.vpn-page .bg-linear {
    background: linear-gradient(0deg, #FFFFFF 0%, #F7F8FA 110%);
}

.vpn-page .bg-linear-reversed {
    background: linear-gradient(180deg, #FFFFFF 0%, #F7F8FA 110%);
}

.vpn-page .section-spaced {
    padding: 80px 0;
}

.vpn-page .mini-container {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.vpn-page .about-vpn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #F7F8FA 100%);
}

.vpn-page .about-vpn h2 {
    width: 100%;
}

.vpn-page .about-vpn__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #7F7F7F;
}

.vpn-page .vpn-helps h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 45px;
    width: 65%;
    margin: 0 auto;
}

.vpn-page .vpn-helps__items {
    margin: 30px auto;
    justify-content: center;
}

.vpn-page .vpn-helps__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    padding: 35px 0;
    border-bottom: 1px solid #DBDFE4;
}

.vpn-page .vpn-helps__item:last-child {
    border-bottom: 0;
}

.vpn-page .vpn-helps .btn-block {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    justify-content: center;
}

.vpn-page .vpn-helps__item img {
    margin-right: 25px;
    height: 30px;
    width: 30px;
    object-fit: contain;
}

.vpn-page .vpn-helps__text {
    width: calc(100% - 55px);
    display: flex;
    flex-wrap: wrap;
}

.vpn-page .vpn-helps__text p {
    padding: 0;
    margin: 0;
}

.vpn-page .vpn-helps__item h4 {
    margin-bottom: 20px;
}

.vpn-page .vpn-works-section__content {
    margin: 30px auto;
}

.vpn-page .vpn-works-section__content p {
    margin-bottom: 25px;
    padding-bottom: 15px;
    width: 100%;
}

.vpn-page .swiss-vpn__content p,
.vpn-page .setup-vpn__content p {
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.vpn-page .swiss-vpn__content hr {
    margin: 30px 0;
    width: 100%;
    background-color: #E2E2E2;
    opacity: 1;
}

.vpn-page .swiss-vpn__content .btn-block {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    justify-content: center;
}

.vpn-page .setup-vpn__steps span {
    width: 70px;
    height: 70px;
    background: #E9F2F4;
    border-radius: 70px;
    font-weight: bold;
    font-size: 30px;
    line-height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.vpn-page .setup-vpn__step {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    margin: 15px 0;
}

.vpn-page .setup-vpn__steps p {
    width: calc(100% - 100px);
    /*display: inline-flex;*/
    flex-wrap: wrap;
    padding-left: 30px;
}
.vpn-page .setup-vpn__steps p b {
    display: flex;
    width: 100%;
}

.vpn-page .why-vpn__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 20px 30px;
}

.vpn-page .why-vpn__item h4 {
    font-size: 18px;
    margin: 25px 0;
    text-align: center;
}

.vpn-page .why-vpn__item p {
    font-size: 15px;
    line-height: 28px;
    text-align: center;
}

.vpn-page .why-vpn .why-vpn__content {
    width: 85%;
}

.vpn-page .whats-vpn {
    background: #3B438E;
    color: #fff;
}

.vpn-page .whats-vpn__content {
    justify-content: space-between;
    width: 85%;
    align-items: center;
}

.vpn-page .whats-vpn__text h2 {
    color: #fff;
}

.vpn-page .whats-vpn__text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    color: #FFFFFF;
}

.vpn-page .whats-vpn__image {
    text-align: right;
}

.vpn-page .whats-vpn__image img {
    width: 90%;
}
.vpn-page .vpn-devices__content {
    width: 100%;
}

.vpn-page .vpn-devices__content p {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #5E6975;
}

.vpn-page .vpn-devices__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.vpn-page .vpn-devices__list p {
    padding: 0;
    margin: 20px 0 0;
}

.vpn-page .vpn-devices__item {
    background: #F9FAFB;
    border-radius: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 180px;
    height: 170px;
    margin: 10px;
}

.vpn-page .vpn-devices__item p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #5E6975;
}

.vpn-page .vpn-devices__item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: inline-flex;
}

.vpn-page .server-locations__content p {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #5E6975;
}

.vpn-page .server-locations ul {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    margin: 40px 0 20px;
}

.vpn-page .server-locations li {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: #5E6975;
    margin: 10px 0;
}

.vpn-page .server-locations li img {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    margin-right: 20px;
    box-shadow: 0 0 10px -5px #7e7e7e;
}

.vpn-page .trust-pilot {
    border-top: 2px solid #DBDFE4;
}

.vpn-page .upper-footer {
    width: 100%;
}

.cascade-block__image img {
    border-radius: 12px;
}

@media only screen and (max-width: 1399px) {
    .vpn-page .vpn-devices__item {
        width: 170px;
        height: 150px;
    }
}
@media only screen and (max-width: 1200px) {
    .vpn-page .mini-container, .vpn-page .why-vpn .why-vpn__content {
        width: 100%;
    }

    .vpn-page h1 {
        font-size: 46px;
    }

    .vpn-page .body-content h2 {
        font-size: 34px;
    }

    .vpn-page .vpn-page-slider {
        background-position-x: 90%;
    }

    .vpn-page .vpn-page-slider h1 {
        width: 100%;
    }

    .vpn-page .vpn-helps h2 {
        width: 90%;
    }

    .vpn-page .vpn-devices__item {
        width: 140px;
        height: 120px;
    }

    .vpn-page .vpn-devices__item img {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .mb-5 {
        margin-bottom: 2rem !important;
    }

    .sub-footer .cards-icons img {
        width: 100%;
    }

    .vpn-page h1 {
        font-size: 36px;
        line-height: 1.6;
        width: 80%;
    }

    .vpn-page .body-content h2 {
        font-size: 28px;
        line-height: 39px;
    }

    .vpn-page .body-content h3 {
        font-size: 20px;
    }

    .vpn-page .body-content h4 {
        font-size: 18px;
    }

    .vpn-page .body-content .btn-regular {
        font-size: 16px;
        padding: 12px 62px;
    }

    .body-content:not(.vpn-page-slider) {
        margin-top: 0;
    }

    .vpn-page-slider {
        padding: 50px 0 30px;
    }

    .vpn-page .vpn-page-slider p, .vpn-page .vpn-page-slider .available-for {
        font-size: 16px;
    }

    .vpn-page .vpn-page-slider h4 {
        font-size: 20px;
    }

    .vpn-page .vpn-page-slider .btn-regular {
        font-size: 16px;
        width: 230px;
        margin-top: 10px;
    }

    .vpn-page .vpn-page-slider .os-icons i {
        font-size: 24px;
    }

    .vpn-page .vpn-page-slider .text-small {
        margin: 0;
    }

    .vpn-page .section-spaced {
        padding: 40px 0;
    }

    .vpn-page .body-content p:last-child {
        padding-bottom: 0;
    }

    .vpn-page .vpn-helps__items {
        margin-top: 0;
    }

    .vpn-page .vpn-works-section__content {
        margin: 0 auto;
    }

    .vpn-page .setup-vpn__steps span {
        font-size: 22px;
        width: 55px;
        height: 55px;
    }

    .vpn-page .why-vpn__item {
        padding: 15px;
    }

    .vpn-page .why-vpn__item p {
        font-size: 14px;
    }

    .vpn-page .whats-vpn__text {
        order: 2;
        text-align: center;
    }

    .vpn-page .whats-vpn__text h2 {
        text-align: center;
    }

    .vpn-page .whats-vpn__image {
        text-align: center;
        margin: 20px 0 40px;
    }

    .vpn-page .whats-vpn__image img {
        width: 45%;
    }

    .cascade-block__image img {
        width: 90%;
    }

    .cascade-block p {
        font-size: 14px;
    }

    .vpn-page .vpn-devices__item {
        width: 100px;
        height: 90px;
        border-radius: 8px;
    }

    .vpn-page .vpn-devices__list {
        margin: 20px 0 0;
    }

    .vpn-page .vpn-devices__item p {
        margin: 10px 0 0;
        font-size: 14px;
    }

    .vpn-page .vpn-devices__item img {
        width: 30px;
        height: 30px;
    }

    .vpn-page .server-locations li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .cascade-block__text {
        width: 100%;
        text-align: center;
        justify-content: center;
        order: 2;
        margin-top: 25px;
    }

    .cascade-block__image img {
        width: 100%;
    }

    .cascade-block {
        text-align: center;
        justify-content: center;
    }

    .vpn-page h1 {
        font-size: 30px;
    }

    .vpn-page p {
        font-size: 14px;
    }

    .vpn-page .vpn-page-slider h4 {
        font-size: 16px;
    }

    .vpn-page .vpn-page-slider h4 span {
        line-height: 14px;
    }

    .vpn-page .vpn-page-slider p, .vpn-page .vpn-page-slider .available-for {
        font-size: 14px;
    }

    .vpn-page .body-content h2 {
        font-size: 24px;
    }

    .vpn-page .vpn-helps h2 {
        width: 100%;
    }

    .vpn-page .vpn-devices__item {
        margin: 7px;
        width: 95px;
        height: 80px;
        border-radius: 5px;
    }

    .vpn-page .vpn-devices__item p {
        font-size: 12px;
        line-height: 1.2;
    }

    .vpn-page .vpn-devices__item img {
        width: 25px;
        height: 25px;
    }

    .vpn-page .server-locations ul {
        margin: 20px 0;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .vpn-page .server-locations li {
        font-size: 12px;
    }
}

@media only screen and (max-width: 576px) {
    .vpn-page .container {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .vpn-page h1 {
        font-size: 28px;
    }

    .vpn-page .vpn-page-slider {
        background-position-x: 75%;
        padding: 30px 0 30px;
    }

    .vpn-page .vpn-page-slider .upper-title img {
        height: 25px;
        margin: 0 0 0 10px;
    }

    .vpn-page .vpn-page-slider h4 {
        font-size: 14px;
        margin: 15px 0;
    }

    .vpn-page .body-content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .vpn-page .vpn-page-slider p:not(.upper-title), .vpn-page .vpn-page-slider .available-for {
        font-size: 12px;
        line-height: 22px;
    }

    .vpn-page .why-vpn__item {
        padding-left: 0;
        padding-right: 0;
    }

    .trustpilot-mobile-bottom {
        margin-top: 15px !important;
    }

    .vpn-page .trust-pilot {
        padding-top: 35px;
    }

    #carousel-mobile {
        width: 100%;
    }

    .vpn-page .vpn-helps__item {
        padding: 20px 0;
    }

    .vpn-page .vpn-helps__item:first-child {
        padding-top: 0;
    }

    .vpn-page .vpn-helps__item img {
        margin-right: 15px;
    }

    .vpn-page .vpn-helps__text p {
        font-size: 12px;
        line-height: 2;
    }

    .vpn-page .vpn-helps__item h4 {
        margin-bottom: 5px;
    }

    .vpn-page .setup-vpn__steps p {
        width: calc(100% - 55px);
    }

    .vpn-page .server-locations ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}