.vpn-top-bar {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #ED937D;
}
.vpn-top-bar.top-sticky-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}
.vpn-top-bar + header {
    top: 67px;
}
.vpn-top-bar + header + .overlay + .bread-cumb-wrapper .custom-breadcumb {
    margin-top: 147px;
}
    /* modal--limited-deal */
.modal--limited-deal {
    z-index: 10000;
}

.modal--limited-deal .modal__box {
    width: 720px;
    background: #1C1B20;
    border-radius: 5px;
    color: #fff;
}

.modal--limited-deal .modal__body {
    padding-top: 40px;
    padding-bottom: 45px;
}

.modal--limited-deal .modal__close-button {
    color: inherit;
}

.limited-deal {
    text-align: center;
}

.article .content .limited-deal__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: inherit;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.limited-deal__discount {
    position: relative;
    display: inline-block;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 56px;
    line-height: 84px;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {

    .limited-deal__discount {
        font-size: 42px;
    }

    .limited-deal__discount:before {
        height: 14px;
        bottom: 21px;
    }
}

.limited-deal__discount:before {
    content: "";
    position: absolute;
    bottom: 14px;
    left: -10px;
    right: 5px;
    z-index: 1;
    background: #ED937D;
    border-radius: 5px;
    height: 19px;
}

.limited-deal__discount span {
    position: relative;
    z-index: 2;
}

.article .content .limited-deal__warranty {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #E2E3E3;
    margin-top: 9px;
}

.limited-deal__logo {
    margin-top: 40px;
    margin-bottom: 42px;
}

.limited-deal__button {}

.limited-deal__button .button {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 12px 22px;
    margin-bottom: 16px;
}
.limited-deal__button .button .icon-arrow-breadcrumbs {
    margin-left: 11px;
    font-weight: 700;
    vertical-align: -1px;
}

.limited-deal__button .button--text {
    background: none;
    padding: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 13px;
    color: #E2E3E3;
    text-transform: none;
}

/* modal--limited-deal */

/* article-widget */
.article-widget {
    padding-top: 18px;
    padding-bottom: 18px;
    position: relative;
    margin-bottom: 1.25rem;
}
.article-widget--deal {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.article-widget:before,
.article-widget:after {
    content: "";
    background: #F4F4F4;
    border-radius: 2px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
}

.article-widget:before { top: 0; }
.article-widget:after { bottom: 0; }

.article-widget__header {}

.article-widget__title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000;
    padding-top: 18px;
    position: relative;
}
.article-widget--deal .article-widget__title {
    padding-top: 40px;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.article-widget__title:before {
    content: "";
    background: #ED937D;
    border-radius: 2px;
    height: 4px;
    width: 32px;
    position: absolute;
    left: 0;
    top: 0;
}
.article-widget--deal .article-widget__title:before {
    margin-left: -16px;
    left: 50%;
}

.article .content .article-widget__note {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #868F93;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
}

.article-widget--deal .button {
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    min-width: 338px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.widget-compare {
    font-family: 'Montserrat', sans-serif;
}

.widget-compare__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

.widget-compare__group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    flex-grow: 1;
}

.widget-compare__group:first-child {
    width: 60%;
}

.widget-compare__logo {
    flex-shrink: 0;
}

.widget-compare__duration {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-left: 10px;
    width: 140px;
}

.widget-compare__price {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #868F93;
    margin-left: 10px;
    width: 140px;
}

.widget-compare__price span {
    font-weight: 600;
    font-size: 16px;
    padding-right: 5px;
    color: #000000;
}

.widget-compare__button {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    width: 130px;
    flex-shrink: 0;
    margin-left: 10px;
}
.widget-compare__button .button {
    width: 100%;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: 700;
    border-radius: 4px;
}

.widget-compare__save {
    background: #ED937D;
    border-radius: 2px;
    min-width: 230px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 19px;
    font-family: 'Poppins', 'Montserrat', sans-serif;
    color: white;
    display: inline-block;
}

@media (max-width: 1160px) {

    .widget-compare__group,
    .widget-compare__group:first-child {
        width: 50%;
    }

    .widget-compare__duration {
        width: 80px;
    }
}

@media (max-width: 1024px) {

    .widget-compare__duration {
        width: 140px;
    }

    .vpn-top-bar.top-sticky-bar + .off-canvas-wrap header {
        top: 19px;
    }
    .vpn-top-bar.top-sticky-bar + .off-canvas-wrap.move-right header {
        top: 0px;
    }
}

@media (max-width: 767px) {

    .widget-compare__item,
    .widget-compare__group {
        display: block;
        text-align: center;
        width: auto;
    }

    .widget-compare__group:first-child {
        width: auto;
    }

    .widget-compare__duration {
        width: 140px;
    }

    .widget-compare__price,
    .widget-compare__duration {
        margin-left: 0;
        width: auto;
        margin-top: 15px;
    }

    .widget-compare__button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

    .article-widget--deal .button {
        min-width: inherit;
    }
}

/* widget-best-vpn */
.widget-best-vpn {
    border: 1px solid #828282;
}

.widget-best-vpn__header {
    background: #1C1B20;
    padding-top: 41px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    min-height: 140px;
}
.widget-best-vpn__header:before {
    content: "";
    background: #ED937D;
    transform: rotate(-0.87deg);
    position: absolute;
    bottom: -10px;
    left: -10px;
    right: -10px;
    height: 70px;
}

.widget-best-vpn__title {
    font-weight: bold;
    color: #fff;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 12px;
    padding-right: 24px;
    padding-bottom: 13px;
    font-family: 'Poppins', 'Montserrat', sans-serif;
}

.widget-best-vpn__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #868F93;
    margin-bottom: 0;
}

.widget-best-vpn__title-text {
    font-size: 32px;
    line-height: 48px;
    position: relative;
}

.widget-best-vpn__title-copy {
    font-size: inherit;
    line-height: inherit;
    position: absolute;
    bottom: -26px;
    left: 0;
    color: transparent;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
}

.widget-best-vpn__title-year {
    font-size: 56px;
    line-height: 84px;
    position: relative;
    margin-bottom: -35px;
    padding-top: 14px;
}

.widget-best-vpn__title-year .widget-best-vpn__title-copy {
    bottom: 28px;
    left: 1px;
}

.widget-best-vpn__body {
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 36px;
}

.widget-best-vpn__item {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget-best-vpn__logo {
    width: 180px;
}
.widget-best-vpn__logo img {
    width: 100%;
}

.widget-best-vpn__group {
}

.widget-best-vpn__offer {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.widget-best-vpn__button {
    margin-top: 5px;
}

.widget-best-vpn__button .button {
    width: 100%;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 700;
    border-radius: 2px;
}

.widget-best-vpn--tile {
    border: none;
}

.widget-best-vpn--tile .widget-best-vpn__title {
    padding-bottom: 0;
    padding-left: 0;
}

.widget-best-vpn--tile .widget-best-vpn__title-text {
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #1C1B20;
}

.widget-best-vpn--tile .widget-best-vpn__title-text span { color: #ED937D; }

.widget-best-vpn--tile .widget-best-vpn__body {
    padding: 0;
}

.widget-best-vpn--tile .widget-best-vpn__item {
    border: 1px solid #828282;
    padding: 22px 26px 21px 26px;
    margin-top: 16px;
    position: relative;
}

.widget-best-vpn--tile .widget-best-vpn__group {
    display: flex;
    align-items: center;
}

.widget-best-vpn--tile .widget-best-vpn__logo {
    width: auto;
}
.widget-best-vpn--tile .widget-best-vpn__logo img {
    width: inherit;
}

.widget-best-vpn--tile .widget-best-vpn__content {
    margin-left: 22px;
    color: #000;
}

.widget-best-vpn--tile .widget-best-vpn__name {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.widget-best-vpn--tile .widget-best-vpn__save {
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.widget-best-vpn--tile .widget-best-vpn__button {
    margin-top: 0;
    position: relative;
    width: 116px;
}

.widget-best-vpn--tile .widget-best-vpn__button .button {
    font-weight: normal;
    font-size: 13px;
    line-height: 19px;
    background: #1C1B20;
    color: #fff;
    border-radius: 5px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: none;
    position: relative;
}
.widget-best-vpn--tile .widget-best-vpn__button .icon-arrow-breadcrumbs {
    font-size: 12px;
    margin-left: 18px;
}

.widget-best-vpn--tile .widget-best-vpn__button--decor {
    margin-top: 0;
    position: relative;
    width: 156px;
}

.widget-best-vpn--tile .widget-best-vpn__button--decor .button {
    font-size: 16px;
    line-height: 24px;
}

.widget-best-vpn--tile .widget-best-vpn__button--decor .icon-arrow-breadcrumbs {
    margin-left: 24px;
}

.widget-best-vpn__button--decor::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: -9px;
    background: #ED937D;
    border-radius: 5px;
    width: 100%;
    height: 35px;
}

.widget-best-vpn__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 767px) {

    .widget-best-vpn__logo {
        width: 160px;
    }

    .widget-best-vpn--tile .widget-best-vpn__item {
        padding: 24px 10px 21px 10px;
    }

    .widget-best-vpn--tile .widget-best-vpn__content {
        margin-left: 9px;
    }

    .widget-best-vpn--tile .widget-best-vpn__name {
        font-size: 12px;
        line-height: 24px;
    }

    .widget-best-vpn--tile .widget-best-vpn__save {
        font-size: 12px;
    }

    .widget-best-vpn--tile .widget-best-vpn__button--decor {
        width: 142px;
        margin-right: -15px;
    }

    .widget-best-vpn--tile .widget-best-vpn__button--decor .button {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 565px) {

    .widget-best-vpn__logo {
        width: 130px;
    }

}
.sticky-ads.vpn-sticky {
    top: 180px;
}

/* widget-best-vpn */

@media screen and (max-width: 595px) {
    .vpn-top-bar + header {
        top: 86px;
    }
    .vpn-top-bar + header + .overlay + .bread-cumb-wrapper .custom-breadcumb {
        margin-top: 166px;
    }
    .vpn-top-bar {
        min-height: 86px;
    }
}
.vpn-top-bar .row {
    width: 100%;
    max-width: 100%;
}
.vpn-top-bar__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    color: #fff;
}
.vpn-top-bar .bar__close-button {
    position: relative;
    padding: 0;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #CECECE;
    display: block;
}
.vpn-top-bar .bar__close-button:hover {
    color: inherit;
}
.vpn-top-bar .btn-green {
    margin-bottom: 0;
    margin-left: 15px;
    padding: 8px 10px;
    background-color: #86BF32;
    border-radius: 0;
    display: inline-block;
}