@charset "utf-8";
/* CSS Document */

.app-bar {
    background-color: #242538;
    text-align: center
}

.app-bar .apps-container {
    width: 100%;
    margin: 0 auto
}

.app-bar .app {
    display: inline-block;
    height: 60px;
    width: 7.8%;
    vertical-align: middle
}

@media only screen and (max-width: 767px) {
    .app-bar .app {
        width: 23%;
        max-width: 120px
    }
}

.app-bar .app a {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    color: white;
    width: 100%;
    height: 100%
}

.app-bar .app a svg {
    display: block;
    fill: currentColor;
    transition: linear .3s;
    transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53)
}

.app-bar .app .bottom-bar {
    display: none
}

.app-bar .app.active {
    position: relative;
    background-color: white
}

.app-bar .app.active a {
    color: #242538
}

.app-bar .app.active .bottom-bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 70%;
    height: 5px;
    background-color: #242538
}

@media only screen and (max-width: 767px) {
    .app-bar .app.active .bottom-bar {
        display: none
    }
}

.app-bar .app:hover {
    background-color: #2c2b44
}

.app-bar .app:hover a svg {
    transform: scale(1.2)
}

.app-bar .app.active:hover {
    background-color: white
}

.app-bar .app.active:hover a {
    color: #242538
}

.app-bar hr {
    display: none;
    margin: 0 auto;
    width: 95%
}

@media only screen and (max-width: 767px) {
    .app-bar hr {
        display: block;
        background-color: white
    }
}

.jumbotron-left {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.jumbotron-left.jumbotron {
    margin-bottom: 0
}

.jumbotron-left .dashed-border {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: linear-gradient(to right, #fff 50%, transparent 50%), linear-gradient(to right, #fff 50%, transparent 50%), linear-gradient(to bottom, #fff 50%, transparent 50%), linear-gradient(to bottom, #fff 50%, transparent 50%);
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 2px, 20px 2px, 2px 20px, 2px 20px
}

.jumbotron-left .dashed-border::after {
    position: absolute;
    content: '';
    background: url(/img/common/controls/scissors.png);
    width: 29px;
    height: 25px;
    bottom: -12px;
    left: 20px
}

.jumbotron-left h1 {
    font-weight: 800
}

.jumbotron-left h1+.subtitle {
    font-weight: 300
}

.jumbotron-left .os-icons .os-icon {
    opacity: 1;
    width: auto;
    font-size: 36px
}

.jumbotron-left .os-icons .os-icon:active {
    opacity: 0.2
}

.jumbotron-left .os-icons .os-icon-mac {
    height: 32px;
    margin-top: -5px
}

.jumbotron-left .extra-text {
    font-size: 18px
}

.jumbotron-left .cg-btn,
.jumbotron-left .cg-line-btn {
    margin-top: 10px !important
}

.jumbotron-left .btn-download {
    margin-left: 10px !important
}

.jumbotron-left .btn-secondary {
    margin-left: 10px !important
}

@media (max-width: 991px) {
    .jumbotron-left .btn-secondary {
        margin-left: 0 !important
    }
}

.jumbotron-left .small-description {
    font-size: 16px
}

.jumbotron-left .download-button-container {
    text-align: left
}

@media (max-width: 991px) {
    .jumbotron-left .download-button-container {
        text-align: left
    }
}

@media (max-width: 767px) {
    .jumbotron-left .download-button-container {
        text-align: center
    }
}

.icon-multi-platform {
    background-image: url('../../../img/pages/why-cyberghost-vpn/sprites/features/icons-2x-s905a24439b.png');
    background-position: 0 -470px;
    background-size: 236px 940px;
    width: 236px;
    height: 235px;

    background-repeat: no-repeat;
    overflow: hidden;
    display: block
}

.icon-one-click {
    background-image: url('../../../img/pages/why-cyberghost-vpn/sprites/features/icons-2x-s905a24439b.png');
    background-position: 0 -705px;
    background-size: 236px 940px;
    width: 236px;
    height: 235px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block
}

.icon-always-protected {
    background-image: url('../../../img/pages/why-cyberghost-vpn/sprites/features/icons-2x-s905a24439b.png');
    background-position: 0 0;
    background-size: 236px 940px;
    width: 236px;
    height: 235px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block
}

.icon-customizable {
    background-image: url('../../../img/pages/why-cyberghost-vpn/sprites/features/icons-2x-s905a24439b.png');
    background-position: 0 -235px;
    background-size: 236px 940px;
    width: 236px;
    height: 235px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: block
}

main p a,
main p a:hover,
main p a:active,
main p a:focus {
    color: #009fde
}

main p>img {
    max-width: 100%;
    height: auto
}

.side-feature ul>li {
    font-size: 16px !important;
    font-weight: 700
}
.side-feature ul.featureTeam{padding-left:0px;}
.side-feature ul.featureTeam li {font-weight:500;list-style: none;margin-bottom:7px;}
.title-and-paragraphs ul {
    text-align: center;
    list-style-position: inside;
    padding: 0
}

.opacity-5 {
    opacity: .5
}

.jumbotron-left {
    background-position: center bottom;
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.features-section-back {
    background-color: transparent;
    background-image: url("../images/back-internet-freedom.jpg");
    background-size: cover;
    background-position: center bottom
}

.features-section-back .lightgray {
    background-color: transparent !important;
    color: white !important
}

.questions-section .inner-container {
    max-width: 800px;
    margin: 0 auto
}

.table-features table.table-checks {
    table-layout: fixed;
    width: 100%;
    max-width: 920px
}

.table-features table.table-checks td:first-child {
    width: 40%
}

.table-features .table-img {
    max-width: 100%;
    height: auto;
    max-height: 30px
}

.table-features thead td {
    text-align: center !important
}

.table-features td {
    text-align: center !important;
    font-weight: bold !important;
    vertical-align: middle !important
}

.table-features td:first-child {
    text-align: left !important
}

.table-features td:nth-child(2) {
    background: #fc0 !important
}

.table-features td:nth-child(3) {
    opacity: .5
}

.table-features .display-table {
    width: 100%
}

.table-features .display-table .table-cell {
    text-align: center !important
}

.table-features .display-table .table-cell:first-child {
    display: none
}

.comparison-table .table-checks {
    margin: 0 auto;
    text-align: left;
    border-collapse: separate;
    border-spacing: 5px
}

.comparison-table .table-checks.lightgray {
    background-color: transparent !important
}

@media only screen and (max-width: 768px) {
    .comparison-table .table-checks {
        border-spacing: 1px
    }
}

.comparison-table .table-checks td {
    background-color: #f8f9fa;
    padding: 10px;
    text-align: left
}

@media only screen and (max-width: 768px) {
    .comparison-table .table-checks td {
        padding: 5px
    }
}

.comparison-table .table-checks.lightgray td {
    background-color: #f8f9fa
}

.comparison-table .table-checks thead td {
    font-size: 18px;
    font-weight: bold;
    vertical-align: top
}

@media only screen and (max-width: 768px) {
    .comparison-table .table-checks thead td {
        font-size: 14px
    }
}

.comparison-table .table-checks tbody td {
    font-size: 14px;
    font-weight: normal
}

.comparison-table .table-checks tbody td:first-child {
    font-weight: bold;
    text-align: left
}

@media only screen and (max-width: 768px) {
    .comparison-table .table-checks tbody td {
        font-size: 12px
    }
}

.comparison-table .table-checks td:nth-child(1) {
    max-width: 400px
}

.comparison-table .table-checks td:nth-child(2),
.comparison-table .table-checks td:nth-child(3) {
    text-align: left
}

@media only screen and (max-width: 768px) {
    .comparison-table .table-checks td:nth-child(2),
    .comparison-table .table-checks td:nth-child(3) {
        text-align: center;
        vertical-align: top
    }
}

.comparison-table .table-checks .check-icon {
    margin: 0 10px;
    height: 16px;
    width: 16px;
    vertical-align: middle
}

.comparison-table .table-checks tfoot td {
    vertical-align: middle;
    background: transparent;
    padding: 0
}

@media only screen and (max-width: 767px) {
    .comparison-table .table-checks tfoot td {
        font-size: 14px
    }
}

.comparison-table .table-checks tfoot td .cg-btn {
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    display: block;
    white-space: normal
}

.comparison-table .table-checks tfoot td .cg-line-btn {
    font-size: 16px
}

.comparison-table.lightgray .table-checks td {
    background-color: #FFFFFF
}

@media only screen and (max-width: 767px) {
    .comparison-table .display-table {
        display: block
    }
}

@media only screen and (max-width: 767px) {
    .comparison-table .display-table .table-cell {
        display: block
    }
}

#PricingSectionWidget {
    min-height: 490px
}

#PricingSectionWidget .refer-a-friend {
    background-color: rgba(75, 169, 32, 0.1);
    color: #4BA920;
    text-align: center
}

#PricingSectionWidget.stayathome .top-bar {
    background-color: #1c1d2f;
    box-sizing: content-box;
    color: white;
    font-size: 12px;
    padding: 3px 0;
    text-align: center;
    border: 1px solid #1c1d2f;
    -webkit-box-shadow: 0px 5px 20px 0px transparent, 0 0 0 1px #1c1d2f;
    -moz-box-shadow: 0px 5px 20px 0px transparent, 0 0 0 1px #D5D5D5;
    box-shadow: 0px 5px 20px 0px transparent, 0 0 0 1px #1c1d2f;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    #PricingSectionWidget.stayathome .pricing-table-middle .pricing-table-middle {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px
    }
}

.pricing-table-container {
    margin: 15px 0
}

.pricing-table {
    display: block;
    text-align: center;
    -webkit-box-shadow: 0px 5px 20px 0px transparent, 0 0 0 1px #D5D5D5;
    -moz-box-shadow: 0px 5px 20px 0px transparent, 0 0 0 1px #D5D5D5;
    box-shadow: 0px 5px 20px 0px transparent, 0 0 0 1px #D5D5D5;
    border-radius: 4px;
    padding: 50px 15px;
    position: relative;
    overflow: hidden;
    opacity: 1 !important;
    transition: .3s box-shadow
}

a.pricing-table:hover,
a.pricing-table:focus {
    text-decoration: none;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0 0 0 1px #D5D5D5;
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0 0 0 1px #D5D5D5;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1), 0 0 0 1px #D5D5D5
}

.pricing-table span {
    display: block;
    text-align: center
}

.pricing-table .pricing-duration {
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    padding-bottom: 10px
}

.pricing-table .pricing-duration del {
    font-weight: 400
}

.special-card-container .pricing-table .pricing-duration {
    font-size: 17px;
    padding-top: 0
}

.pricing-table .new-price {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #212121;
    margin-bottom: -5px
}

.pricing-table .new-price .new-price-currency {
    font-size: 16px;
    vertical-align: 22px;
    line-height: 20px;
    display: inline-block;
    padding: 0 5px
}

.pricing-table .new-price .price {
    display: inline
}

.pricing-table .new-price .new-price-month {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #6C6C6C
}

#PricingSectionWidget .pricing-table-container .price-details .price-details-full {
    font-size: 13px
}

.pricing-table .price-details {
    display: inline-block;
    position: relative;
    font-size: 11px;
    color: #6C6C6C
}

.pricing-table .price-details i {
    font-style: normal;
    font-size: 12px;
    padding-left: 4px
}

.pricing-table .price-details .price-details-info {
    display: inline-block;
    opacity: 0;
    transition: 0.5s all;
    font-size: 11px;
    color: #6F6F6F;
    background-color: #fff;
    border: 1px solid #95989A;
    border-radius: 2px;
    position: absolute;
    padding: 5px 10px;
    width: 250px;
    z-index: 2;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(33, 33, 33, 0.2);
    -moz-box-shadow: 0px 1px 20px 0px rgba(33, 33, 33, 0.2);
    box-shadow: 0px 1px 20px 0px rgba(33, 33, 33, 0.2);
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-transform: lowercase
}

.pricing-table .price-details .price-details-info>span:first-of-type:first-letter {
    text-transform: uppercase
}

.pricing-table .price-details .price-details-info::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -5px
}

.pricing-table-container .price-details .price-details-full em {
    font-style: normal;
    text-transform: none
}

.pricing-table-container .price-details .price-details-full em span {
    display: inline-block
}

.pricing-table .price-details .price-details-info em {
    font-style: normal;
    text-transform: none
}

.pricing-table .price-details .price-details-info em span {
    display: inline-block
}

.pricing-table .price-details .price-details-info span {
    display: inline-block
}

.pricing-table .price-details:hover .price-details-info {
    opacity: 1
}

.pricing-table .offer-text {
    display: inline-block;
    background-color: rgba(255, 204, 0, 0.8);
    border-radius: 2px;
    text-align: center;
    color: #212121;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 700;
    margin: 10px auto 0 auto
}

.pricing-table.pricing-table-middle .offer-text {
    font-size: 12px;
    margin: 20px auto 0 auto
}

.special-card-container .pricing-table .offer-text {
    margin: 5px auto 25px
}

#PricingSectionWidget .pricing-table .money-back {
    display: block;
    font-size: 13px;
    color: #6C6C6C;
    padding-top: 10px
}

.pricing-table .price-save {
    text-align: center;
    z-index: 2;
    display: inline-block;
    border-radius: 20px;
    background-color: rgba(75, 169, 32, 0.1);
    text-transform: capitalize;
    margin-bottom: 20px
}

.pricing-table .price-save-ribbon {
    position: absolute;
    top: 18px;
    left: -125px;
    text-align: center;
    transform: rotate(-32deg);
    -webkit-transform: rotate(-32deg);
    width: 360px;
    z-index: 2;
    transition: 0.5s all;
    text-transform: capitalize;
    background-color: #4BA920;
    font-size: 14px;
    font-family: "Montserrat", "sans-serif";
    padding: 10px 0;
    color: #fff;
    font-weight: 700
}

body.hu .price-save-ribbon span,
body.el .price-save-ribbon span {
    font-size: 10px
}

.pricing-table-container .pricing-table .price-save span {
    display: inline-block;
    font-size: 14px;
    font-family: "Montserrat", "sans-serif";
    padding: 8px 25px;
    color: #4BA920;
    font-weight: 700
}

.notification-container {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
    background-color: #fff;
    margin: 5px 15px;
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: calc(100% - 30px)
}

.notification-container .notification {
    background-color: rgba(255, 62, 62, 0.1);
    border: 1px solid #FF3E3E;
    border-radius: 4px;
    padding: 5px 15px;
    font-size: 12px;
    color: #FF3E3E
}

.pricing-table-container-second .notification-container .notification {
    color: #4BA920;
    background-color: rgba(75, 169, 32, 0.1);
    border-color: #4BA920;
    position: relative;
    z-index: 10
}

.pricing-table-container .notification-container span strong:first-of-type:before {
    content: '\0024D8';
    display: inline-block;
    background-size: 18px auto;
    background-repeat: no-repeat;
    height: 17px;
    width: 25px;
    margin-bottom: -3px;
    padding-right: 5px
}

.pricing-table-container-second .notification-container span strong:first-of-type:before {
    content: '';
    display: inline-block;
    background-image: url(/img/element/shop/pricing/cg-strong.png);
    background-size: 18px auto;
    background-repeat: no-repeat;
    height: 17px;
    width: 25px;
    margin-bottom: -3px;
    padding-right: 5px
}

.pricing-table-container:hover .notification-container,
.pricing-table-container:focus .notification-container {
    opacity: 1;
    visibility: visible;
    max-height: 150px
}

.currency-name {
    font-weight: 500;
    color: #6C6C6C;
    font-size: 12px
}

.currency-name strong {
    font-weight: 500;
    color: #6C6C6C;
    font-size: 12px;
    text-transform: uppercase
}

.mobile-selected {
    display: none
}

.plan-tip.pricing-cards,
.visible-mobile {
    display: none !important
}

.price-current {
    margin-bottom: -15px
}

.pricing-table .get-btn {
    display: inline-block;
    padding: 10px 15px;
    margin-top: 25px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #404040;
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    transition: 0.3s all
}

.pricing-table:hover .get-btn,
.pricing-table:focus .get-btn {
    background-color: #404040;
    color: #fff
}

.pricing-table-container-second .pricing-table .get-btn {
    background-color: #4BA920;
    border-color: #4BA920;
    color: #fff
}

.valign {
    display: inline-block;
    vertical-align: middle;
    float: none
}

@media (max-width: 991px) {
    .no-coupon .pricing-table .offer-text {
        margin-top: 45px
    }
    .pricing-table {
        padding: 25px 10px
    }
    .pricing-table .new-price {
        font-size: 32px
    }
    .notification-container {
        font-size: 10px
    }
    .pricing-table .offer-text {
        font-size: 10px
    }
    .pricing-table .get-btn {
        font-size: 11px
    }
    #PricingSectionWidget .pricing-table .money-back {
        font-size: 11px
    }
    .pricing-table .new-price .new-price-currency {
        vertical-align: 10px
    }
    .pricing-table .new-price .price {
        display: inline
    }
}

@media (max-width: 767px) {
    .pricing-table-container {
        margin: 10px 0
    }
    .flex-mobile {
        display: flex;
        flex-wrap: wrap
    }
    .pricing-table-container-second {
        order: 0
    }
    .pricing-table-container-third {
        order: 2
    }
    .pricing-table-container-first {
        order: 1
    }
    .pricing-table .pricing-duration,
    .pricing-table .new-price {
        padding: 0
    }
    .notification-container {
        margin: 5px 0;
        max-height: 0px;
        overflow: hidden;
        position: relative;
        width: 100%
    }
    .notification-container .notification {
        font-size: 11px;
        width: 100%
    }
    .pricing-table .get-btn {
        margin-top: 15px
    }
    .pricing-table .price-details .price-details-info {
        opacity: 1;
        font-size: 13px;
        border-style: none;
        position: relative;
        padding: 5px 10px;
        width: auto;
        z-index: 2;
        -webkit-box-shadow: 0 0 0 0 rgba(33, 33, 33, 0);
        -moz-box-shadow: 0 0 0 0 rgba(33, 33, 33, 0);
        box-shadow: 0 0 0 0 rgba(33, 33, 33, 0);
        top: auto;
        left: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        text-transform: lowercase
    }
}

.smartbanner-show {
    margin-top: 80px;
}

.smartbanner-show .smartbanner {
    display: block;
}

/** Default **/

.smartbanner {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-family: 'Helvetica Neue', sans-serif;
    background: #f4f4f4;
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

.smartbanner-container {
    margin: 0 auto;
    white-space: nowrap;
}

.smartbanner-close {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 5px;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 20px;
    text-align: center;
    color: #888;
    text-decoration: none;
    border: 0;
    border-radius: 14px;
    -webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner-close:active,
.smartbanner-close:hover {
    color: #aaa;
}

.smartbanner-icon {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    margin-right: 12px;
    background-size: cover;
    border-radius: 10px;
}

.smartbanner-info {
    display: inline-block;
    vertical-align: middle;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: bold;
}

.smartbanner-title {
    font-size: 13px;
    line-height: 18px;
}

.smartbanner-button {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #6a6a6a;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-button:active,
.smartbanner-button:hover {
    color: #aaa;
}

.smartbanner-button-text {}

.smartbanner-button-text:active,
.smartbanner-button-text:hover {}

/** iOS **/

.smartbanner-ios {
    background: #f4f4f4;
    background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 80px;
}

.smartbanner-ios .smartbanner-close {
    border: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #888;
    text-shadow: 0 1px 0 white;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
    color: #aaa;
}

.smartbanner-ios .smartbanner-icon {
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-ios .smartbanner-info {
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-ios .smartbanner-title {
    color: #4d4d4d;
    font-weight: bold;
}

.smartbanner-ios .smartbanner-button {
    padding: 0 10px;
    min-width: 10%;
    color: #6a6a6a;
    background: #efefef;
    background: linear-gradient(to bottom, #efefef, #dcdcdc);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
    background: #dcdcdc;
    background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-ios .smartbanner-button-text {}

.smartbanner-ios .smartbanner-button-text:active,
.smartbanner-ios .smartbanner-button-text:hover {}

/** Android **/

.smartbanner-android {
    background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
    box-shadow: inset 0 4px 0 #88b131;
    line-height: 82px;
}

.smartbanner-android .smartbanner-close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin-right: 7px;
    color: #b1b1b3;
    background: #1c1e21;
    text-shadow: 0 1px 1px #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
    color: #eee;
}

.smartbanner-android .smartbanner-icon {
    background-color: transparent;
    box-shadow: none;
}

.smartbanner-android .smartbanner-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000;
}

.smartbanner-android .smartbanner-title {
    color: #fff;
    font-weight: bold;
}

.smartbanner-android .smartbanner-button {
    min-width: 12%;
    color: #d1d1d1;
    padding: 0;
    background: none;
    border-radius: 0;
    box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
    background: none;
}

.smartbanner-android .smartbanner-button-text {
    text-align: center;
    display: block;
    padding: 0 10px;
    background: #42b6c9;
    background: linear-gradient(to bottom, #42b6c9, #39a9bb);
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
    background: #2ac7e1;
}

/** Windows **/

.smartbanner-windows {
    background: #f4f4f4;
    background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 80px;
}

.smartbanner-windows .smartbanner-close {
    border: 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    color: #888;
    text-shadow: 0 1px 0 white;
}

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
    color: #aaa;
}

.smartbanner-windows .smartbanner-icon {
    background: rgba(0, 0, 0, 0.6);
    background-size: cover;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-windows .smartbanner-info {
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-windows .smartbanner-title {
    color: #4d4d4d;
    font-weight: bold;
}

.smartbanner-windows .smartbanner-button {
    padding: 0 10px;
    min-width: 10%;
    color: #6a6a6a;
    background: #efefef;
    background: linear-gradient(to bottom, #efefef, #dcdcdc);
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
    background: #dcdcdc;
    background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-windows .smartbanner-button-text {}

.smartbanner-windows .smartbanner-button-text:active,
.smartbanner-windows .smartbanner-button-text:hover {}

.black {
    background-color: #000 !important;
    color: #fff !important
}

.yellow {
    background-color: #fc0 !important;
    color: #1E1F2E !important
}

.darkgray {
    background-color: #1E1F2E !important;
    color: #fff !important
}

.semidarkgray {
    background-color: #95989A !important;
    color: #fff !important
}

.lightgray {
    background-color: #f8f9fa !important;
    color: #1E1F2E !important
}

.white {
    background-color: #fff !important;
    color: #1E1F2E !important
}

.green {
    background-color: #4BA920 !important;
    color: #fff !important
}

.primary {
    background-color: #fc0 !important;
    color: #1E1F2E !important
}

.darkblue {
    background-color: #1D1E2F !important;
    color: #fff !important
}

.dark {
    background-color: #1E1F2E !important;
    color: #fff !important
}

.dark .darkgray-text {
    color: #fff !important
}

.dark .darkgray-text:hover,
.dark .darkgray-text:focus,
.dark .darkgray-text:active {
    color: #fff !important
}

.light {
    background-color: #f8f9fa !important;
    color: #1E1F2E !important
}

.light .lightgray-text {
    color: #1E1F2E !important
}

.light .lightgray-text:hover,
.light .lightgray-text:focus,
.light .lightgray-text:active {
    color: #1E1F2E !important
}

.light .white-text {
    color: #1E1F2E !important
}

.light .white-text:hover,
.light .white-text:focus,
.light .white-text:active {
    color: #1E1F2E !important
}

.yellow-text {
    color: #fc0 !important
}

.yellow-text:hover,
.yellow-text:focus,
.yellow-text:active {
    color: #fc0 !important
}

.darkgray-text {
    color: #1E1F2E !important
}

.darkgray-text:hover,
.darkgray-text:focus,
.darkgray-text:active {
    color: #1E1F2E !important
}

.lightgray-text {
    color: #f8f9fa !important
}

.lightgray-text:hover,
.lightgray-text:focus,
.lightgray-text:active {
    color: #f8f9fa !important
}

.white-text {
    color: #fff !important
}

.white-text:hover,
.white-text:focus,
.white-text:active {
    color: #fff !important
}

.green-text {
    color: #4BA920 !important
}

.green-text:hover,
.green-text:focus,
.green-text:active {
    color: #4BA920 !important
}

.darkblue-text {
    color: #1D1E2F !important
}

.darkblue-text:hover,
.darkblue-text:focus,
.darkblue-text:active {
    color: #1D1E2F !important
}

.darkgray-shade-one-text {
    color: #7477a4
}

.color-facebook {
    background-color: #3B5998;
    color: white
}

.color-google-plus {
    background-color: #DC4E41;
    color: white
}

.color-instagram {
    background-color: #6A453B;
    color: white
}

.color-linkedin {
    background-color: #007AB9;
    color: white
}

.color-pinterest {
    background-color: #CB2027;
    color: white
}

.color-twitter {
    background-color: #55ACEE;
    color: white
}

.color-vimeo {
    background-color: #86C9EF;
    color: white
}

.color-youtube {
    background-color: #D42428;
    color: white
}

.pv-xs {
    padding-top: 5px;
    padding-bottom: 5px
}

.pt-xs {
    padding-top: 5px
}

.pb-xs {
    padding-bottom: 5px
}

.ph-xs {
    padding-left: 5px;
    padding-right: 5px
}

.pl-xs {
    padding-left: 5px
}

.pr-xs {
    padding-right: 5px
}

.pv-sm {
    padding-top: 25px;
    padding-bottom: 25px
}

.pt-sm {
    padding-top: 25px
}

.pb-sm {
    padding-bottom: 25px
}

.ph-sm {
    padding-left: 25px;
    padding-right: 25px
}

.pl-sm {
    padding-left: 25px
}

.pr-sm {
    padding-right: 25px
}

.pv-md {
    padding-top: 50px;
    padding-bottom: 50px
}

.pt-md {
    padding-top: 50px
}

.pb-md {
    padding-bottom: 50px
}

.ph-md {
    padding-left: 50px;
    padding-right: 50px
}

.pl-md {
    padding-left: 50px
}

.pr-md {
    padding-right: 50px
}

.pv-lg {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-lg {
    padding-top: 100px
}

.pb-lg {
    padding-bottom: 100px
}

.ph-lg {
    padding-left: 100px;
    padding-right: 100px
}

.pl-lg {
    padding-left: 100px
}

.pr-lg {
    padding-right: 100px
}

.pv-xl {
    padding-top: 200px;
    padding-bottom: 200px
}

.pt-xl {
    padding-top: 200px
}

.pb-xl {
    padding-bottom: 200px
}

.ph-xl {
    padding-left: 200px;
    padding-right: 200px
}

.pl-xl {
    padding-left: 200px
}

.pr-xl {
    padding-right: 200px
}

@media only screen and (max-width: 767px) {
    .pv-xs.resp {
        padding-top: 2.5px;
        padding-bottom: 2.5px
    }
    .pt-xs.resp {
        padding-top: 2.5px
    }
    .pb-xs.resp {
        padding-bottom: 2.5px
    }
    .ph-xs.resp {
        padding-left: 2.5px;
        padding-right: 2.5px
    }
    .pl-xs.resp {
        padding-left: 2.5px
    }
    .pr-xs.resp {
        padding-right: 2.5px
    }
    .pv-sm.resp {
        padding-top: 12.5px;
        padding-bottom: 12.5px
    }
    .pt-sm.resp {
        padding-top: 12.5px
    }
    .pb-sm.resp {
        padding-bottom: 12.5px
    }
    .ph-sm.resp {
        padding-left: 12.5px;
        padding-right: 12.5px
    }
    .pl-sm.resp {
        padding-left: 12.5px
    }
    .pr-sm.resp {
        padding-right: 12.5px
    }
    .pv-md.resp {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .pt-md.resp {
        padding-top: 25px
    }
    .pb-md.resp {
        padding-bottom: 25px
    }
    .ph-md.resp {
        padding-left: 25px;
        padding-right: 25px
    }
    .pl-md.resp {
        padding-left: 25px
    }
    .pr-md.resp {
        padding-right: 25px
    }
    .pv-lg.resp {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .pt-lg.resp {
        padding-top: 50px
    }
    .pb-lg.resp {
        padding-bottom: 50px
    }
    .ph-lg.resp {
        padding-left: 50px;
        padding-right: 50px
    }
    .pl-lg.resp {
        padding-left: 50px
    }
    .pr-lg.resp {
        padding-right: 50px
    }
    .pv-xl.resp {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .pt-xl.resp {
        padding-top: 100px
    }
    .pb-xl.resp {
        padding-bottom: 100px
    }
    .ph-xl.resp {
        padding-left: 100px;
        padding-right: 100px
    }
    .pl-xl.resp {
        padding-left: 100px
    }
    .pr-xl.resp {
        padding-right: 100px
    }
}

.mt-0 {
    margin-top: 0px !important
}

.pt-0 {
    padding-top: 0px !important
}

.mb-0 {
    margin-bottom: 0px !important
}

.pb-0 {
    padding-bottom: 0px !important
}

.ml-0 {
    margin-left: 0px !important
}

.pl-0 {
    padding-left: 0px !important
}

.mr-0 {
    margin-right: 0px !important
}

.pr-0 {
    padding-right: 0px !important
}

.mt-5 {
    margin-top: 5px !important
}

.pt-5 {
    padding-top: 5px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.pb-5 {
    padding-bottom: 5px !important
}

.ml-5 {
    margin-left: 5px !important
}

.pl-5 {
    padding-left: 5px !important
}

.mr-5 {
    margin-right: 5px !important
}

.pr-5 {
    padding-right: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.pt-10 {
    padding-top: 10px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.pb-10 {
    padding-bottom: 10px !important
}

.ml-10 {
    margin-left: 10px !important
}

.pl-10 {
    padding-left: 10px !important
}

.mr-10 {
    margin-right: 10px !important
}

.pr-10 {
    padding-right: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.pt-15 {
    padding-top: 15px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.pb-15 {
    padding-bottom: 15px !important
}

.ml-15 {
    margin-left: 15px !important
}

.pl-15 {
    padding-left: 15px !important
}

.mr-15 {
    margin-right: 15px !important
}

.pr-15 {
    padding-right: 15px !important
}

.mt-20 {
    margin-top: 20px !important
}

.pt-20 {
    padding-top: 20px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.pb-20 {
    padding-bottom: 20px !important
}

.ml-20 {
    margin-left: 20px !important
}

.pl-20 {
    padding-left: 20px !important
}

.mr-20 {
    margin-right: 20px !important
}

.pr-20 {
    padding-right: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.pt-25 {
    padding-top: 25px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.pb-25 {
    padding-bottom: 25px !important
}

.ml-25 {
    margin-left: 25px !important
}

.pl-25 {
    padding-left: 25px !important
}

.mr-25 {
    margin-right: 25px !important
}

.pr-25 {
    padding-right: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.pt-30 {
    padding-top: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.pb-30 {
    padding-bottom: 30px !important
}

.ml-30 {
    margin-left: 30px !important
}

.pl-30 {
    padding-left: 30px !important
}

.mr-30 {
    margin-right: 30px !important
}

.pr-30 {
    padding-right: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.pt-35 {
    padding-top: 35px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.pb-35 {
    padding-bottom: 35px !important
}

.ml-35 {
    margin-left: 35px !important
}

.pl-35 {
    padding-left: 35px !important
}

.mr-35 {
    margin-right: 35px !important
}

.pr-35 {
    padding-right: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.pt-40 {
    padding-top: 40px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.pb-40 {
    padding-bottom: 40px !important
}

.ml-40 {
    margin-left: 40px !important
}

.pl-40 {
    padding-left: 40px !important
}

.mr-40 {
    margin-right: 40px !important
}

.pr-40 {
    padding-right: 40px !important
}

.mt-45 {
    margin-top: 45px !important
}

.pt-45 {
    padding-top: 45px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.pb-45 {
    padding-bottom: 45px !important
}

.ml-45 {
    margin-left: 45px !important
}

.pl-45 {
    padding-left: 45px !important
}

.mr-45 {
    margin-right: 45px !important
}

.pr-45 {
    padding-right: 45px !important
}

.mt-50 {
    margin-top: 50px !important
}

.pt-50 {
    padding-top: 50px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.pb-50 {
    padding-bottom: 50px !important
}

.ml-50 {
    margin-left: 50px !important
}

.pl-50 {
    padding-left: 50px !important
}

.mr-50 {
    margin-right: 50px !important
}

.pr-50 {
    padding-right: 50px !important
}

.mt-60 {
    margin-top: 60px !important
}

.pt-60 {
    padding-top: 60px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.pb-60 {
    padding-bottom: 60px !important
}

.ml-60 {
    margin-left: 60px !important
}

.pl-60 {
    padding-left: 60px !important
}

.mr-60 {
    margin-right: 60px !important
}

.pr-60 {
    padding-right: 60px !important
}

.mt-70 {
    margin-top: 70px !important
}

.pt-70 {
    padding-top: 70px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.pb-70 {
    padding-bottom: 70px !important
}

.ml-70 {
    margin-left: 70px !important
}

.pl-70 {
    padding-left: 70px !important
}

.mr-70 {
    margin-right: 70px !important
}

.pr-70 {
    padding-right: 70px !important
}

.mt-80 {
    margin-top: 80px !important
}

.pt-80 {
    padding-top: 80px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.pb-80 {
    padding-bottom: 80px !important
}

.ml-80 {
    margin-left: 80px !important
}

.pl-80 {
    padding-left: 80px !important
}

.mr-80 {
    margin-right: 80px !important
}

.pr-80 {
    padding-right: 80px !important
}

.mt-90 {
    margin-top: 90px !important
}

.pt-90 {
    padding-top: 90px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.pb-90 {
    padding-bottom: 90px !important
}

.ml-90 {
    margin-left: 90px !important
}

.pl-90 {
    padding-left: 90px !important
}

.mr-90 {
    margin-right: 90px !important
}

.pr-90 {
    padding-right: 90px !important
}

.mt-100 {
    margin-top: 100px !important
}

.pt-100 {
    padding-top: 100px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.pb-100 {
    padding-bottom: 100px !important
}

.ml-100 {
    margin-left: 100px !important
}

.pl-100 {
    padding-left: 100px !important
}

.mr-100 {
    margin-right: 100px !important
}

.pr-100 {
    padding-right: 100px !important
}

.display-table {
    display: table
}

.table-row {
    display: table-row
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.sprite-cell {
    display: inline-block;
    transform-origin: center center
}

.sprite {
    display: inline-block !important
}

.center-vertical-top {
    transform: translateY(-50%)
}

.center-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto
}

.no-margin {
    margin: 0 !important
}

.icon-size {
    width: 190px;
    height: 190px
}

@media only screen and (max-width: 767px) {
    .icon-size.resp {
        width: 114px;
        height: 114px
    }
}

.icon-size-400 {
    display: inline-block;
    max-width: 400px;
    height: auto
}

@media only screen and (max-width: 767px) {
    .icon-size-400 {
        width: 80%
    }
}

.max-600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.max-800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.max-950 {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto
}

.max-1024 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto
}

.container.limit-container-width {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto
}

.accent-line {
    position: relative;
    margin-top: 0;
    margin-bottom: 0
}

.accent-line:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background-color: #fc0;
    bottom: -10px
}

@media only screen and (max-width: 767px) {
    .accent-line:before {
        left: 50%;
        transform: translate(-40px)
    }
}

.btn-store>img {
    height: 64px;
    width: auto
}

textarea:focus,
input:focus,
button:focus {
    outline: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0
}

.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify
}

@media (max-width: 767px) {
    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit
    }
    .text-left-xs {
        text-align: left
    }
    .text-center-xs {
        text-align: center
    }
    .text-right-xs {
        text-align: right
    }
    .text-justify-xs {
        text-align: justify
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit
    }
    .text-left-sm {
        text-align: left
    }
    .text-center-sm {
        text-align: center
    }
    .text-right-sm {
        text-align: right
    }
    .text-justify-sm {
        text-align: justify
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit
    }
    .text-left-md {
        text-align: left
    }
    .text-center-md {
        text-align: center
    }
    .text-right-md {
        text-align: right
    }
    .text-justify-md {
        text-align: justify
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit
    }
    .text-left-lg {
        text-align: left
    }
    .text-center-lg {
        text-align: center
    }
    .text-right-lg {
        text-align: right
    }
    .text-justify-lg {
        text-align: justify
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-5ths {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left
    }
}

.utils.m-0 {
    margin: 0 !important
}

.utils.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.utils.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.utils.p-0 {
    padding: 0 !important
}

.utils.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.utils.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.utils.mt-0 {
    margin-top: 0 !important
}

.utils.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.utils.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.utils.pt-0 {
    padding-top: 0 !important
}

.utils.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.utils.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.utils.mb-0 {
    margin-bottom: 0 !important
}

.utils.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.utils.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.utils.pb-0 {
    padding-bottom: 0 !important
}

.utils.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.utils.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.utils.mr-0 {
    margin-right: 0 !important
}

.utils.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.utils.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.utils.pr-0 {
    padding-right: 0 !important
}

.utils.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.utils.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.utils.ml-0 {
    margin-left: 0 !important
}

.utils.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.utils.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.utils.pl-0 {
    padding-left: 0 !important
}

.utils.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.utils.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.utils.m-1 {
    margin: 5px !important
}

.utils.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.utils.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.utils.p-1 {
    padding: 5px !important
}

.utils.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.utils.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.utils.mt-1 {
    margin-top: 5px !important
}

.utils.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.utils.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.utils.pt-1 {
    padding-top: 5px !important
}

.utils.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.utils.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.utils.mb-1 {
    margin-bottom: 5px !important
}

.utils.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.utils.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.utils.pb-1 {
    padding-bottom: 5px !important
}

.utils.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.utils.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.utils.mr-1 {
    margin-right: 5px !important
}

.utils.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.utils.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.utils.pr-1 {
    padding-right: 5px !important
}

.utils.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.utils.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.utils.ml-1 {
    margin-left: 5px !important
}

.utils.mx-1 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.utils.my-1 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.utils.pl-1 {
    padding-left: 5px !important
}

.utils.px-1 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.utils.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.utils.m-2 {
    margin: 25px !important
}

.utils.mx-2 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.utils.my-2 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.utils.p-2 {
    padding: 25px !important
}

.utils.px-2 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.utils.py-2 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.utils.mt-2 {
    margin-top: 25px !important
}

.utils.mx-2 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.utils.my-2 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.utils.pt-2 {
    padding-top: 25px !important
}

.utils.px-2 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.utils.py-2 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.utils.mb-2 {
    margin-bottom: 25px !important
}

.utils.mx-2 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.utils.my-2 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.utils.pb-2 {
    padding-bottom: 25px !important
}

.utils.px-2 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.utils.py-2 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.utils.mr-2 {
    margin-right: 25px !important
}

.utils.mx-2 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.utils.my-2 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.utils.pr-2 {
    padding-right: 25px !important
}

.utils.px-2 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.utils.py-2 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.utils.ml-2 {
    margin-left: 25px !important
}

.utils.mx-2 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.utils.my-2 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.utils.pl-2 {
    padding-left: 25px !important
}

.utils.px-2 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.utils.py-2 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.utils.m-3 {
    margin: 50px !important
}

.utils.mx-3 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.utils.my-3 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.utils.p-3 {
    padding: 50px !important
}

.utils.px-3 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.utils.py-3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.utils.mt-3 {
    margin-top: 50px !important
}

.utils.mx-3 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.utils.my-3 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.utils.pt-3 {
    padding-top: 50px !important
}

.utils.px-3 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.utils.py-3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.utils.mb-3 {
    margin-bottom: 50px !important
}

.utils.mx-3 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.utils.my-3 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.utils.pb-3 {
    padding-bottom: 50px !important
}

.utils.px-3 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.utils.py-3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.utils.mr-3 {
    margin-right: 50px !important
}

.utils.mx-3 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.utils.my-3 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.utils.pr-3 {
    padding-right: 50px !important
}

.utils.px-3 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.utils.py-3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.utils.ml-3 {
    margin-left: 50px !important
}

.utils.mx-3 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.utils.my-3 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.utils.pl-3 {
    padding-left: 50px !important
}

.utils.px-3 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.utils.py-3 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.utils.m-4 {
    margin: 100px !important
}

.utils.mx-4 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.utils.my-4 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.utils.p-4 {
    padding: 100px !important
}

.utils.px-4 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.utils.py-4 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.utils.mt-4 {
    margin-top: 100px !important
}

.utils.mx-4 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.utils.my-4 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.utils.pt-4 {
    padding-top: 100px !important
}

.utils.px-4 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.utils.py-4 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.utils.mb-4 {
    margin-bottom: 100px !important
}

.utils.mx-4 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.utils.my-4 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.utils.pb-4 {
    padding-bottom: 100px !important
}

.utils.px-4 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.utils.py-4 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.utils.mr-4 {
    margin-right: 100px !important
}

.utils.mx-4 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.utils.my-4 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.utils.pr-4 {
    padding-right: 100px !important
}

.utils.px-4 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.utils.py-4 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.utils.ml-4 {
    margin-left: 100px !important
}

.utils.mx-4 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.utils.my-4 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.utils.pl-4 {
    padding-left: 100px !important
}

.utils.px-4 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.utils.py-4 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.utils.m-5 {
    margin: 200px !important
}

.utils.mx-5 {
    margin-left: 200px !important;
    margin-right: 200px !important
}

.utils.my-5 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
}

.utils.p-5 {
    padding: 200px !important
}

.utils.px-5 {
    padding-left: 200px !important;
    padding-right: 200px !important
}

.utils.py-5 {
    padding-top: 200px !important;
    padding-bottom: 200px !important
}

.utils.mt-5 {
    margin-top: 200px !important
}

.utils.mx-5 {
    margin-left: 200px !important;
    margin-right: 200px !important
}

.utils.my-5 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
}

.utils.pt-5 {
    padding-top: 200px !important
}

.utils.px-5 {
    padding-left: 200px !important;
    padding-right: 200px !important
}

.utils.py-5 {
    padding-top: 200px !important;
    padding-bottom: 200px !important
}

.utils.mb-5 {
    margin-bottom: 200px !important
}

.utils.mx-5 {
    margin-left: 200px !important;
    margin-right: 200px !important
}

.utils.my-5 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
}

.utils.pb-5 {
    padding-bottom: 200px !important
}

.utils.px-5 {
    padding-left: 200px !important;
    padding-right: 200px !important
}

.utils.py-5 {
    padding-top: 200px !important;
    padding-bottom: 200px !important
}

.utils.mr-5 {
    margin-right: 200px !important
}

.utils.mx-5 {
    margin-left: 200px !important;
    margin-right: 200px !important
}

.utils.my-5 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
}

.utils.pr-5 {
    padding-right: 200px !important
}

.utils.px-5 {
    padding-left: 200px !important;
    padding-right: 200px !important
}

.utils.py-5 {
    padding-top: 200px !important;
    padding-bottom: 200px !important
}

.utils.ml-5 {
    margin-left: 200px !important
}

.utils.mx-5 {
    margin-left: 200px !important;
    margin-right: 200px !important
}

.utils.my-5 {
    margin-top: 200px !important;
    margin-bottom: 200px !important
}

.utils.pl-5 {
    padding-left: 200px !important
}

.utils.px-5 {
    padding-left: 200px !important;
    padding-right: 200px !important
}

.utils.py-5 {
    padding-top: 200px !important;
    padding-bottom: 200px !important
}

body {
    font-family: "Montserrat", "Verdana", sans-serif;color:#000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
    margin-top: 0;
  
    color: inherit
}

h1 {
    font-size: 40px !important;
    font-weight: 700
}

h1 em {
    font-size: 70px !important;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800
}

@media only screen and (max-width: 767px) {
    h1 em {
        font-size: 30px !important
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 30px !important
    }
}

h2 {
    font-size: 32px;
    font-weight: 600
}

h2+.subtitle {
    font-size: 20px
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 24px
    }
    h2+.subtitle {
        font-size: 16px
    }
}

h3 {
    font-size: 20px;
    font-weight: 600
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 20px
    }
}

p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    color: inherit
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 16px
    }
	.jumbotron p{font-size: 16px;}
}

p a {
    color: inherit;
    text-decoration: underline
}

p a:hover,
p a:active,
p a:focus {
    color: inherit
}

address {
    font-size: 16px
}

.jumbotron .subtitle {
    font-size: 20px
}

@media only screen and (max-width: 767px) {
    .jumbotron .subtitle {
        font-size: 16px
    }
}

.subtitle-lg {
    font-size: 28px;
    font-weight: 300;
    margin-top: 10px
}

@media only screen and (max-width: 767px) {
    .subtitle-lg {
        font-size: 20px
    }
}

a.white-text:hover {
    color: #fc0 !important
}

.font-weight-bold {
    font-weight: 700
}

.font-weight-normal {
    font-weight: 400
}

.cg-btn,
.cg-line-btn {
    position: relative;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    border: none;
    padding: 8px 12px;
    margin: 5px;
    border-radius: 4px;
    outline: 0;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    white-space: normal;
    transition: opacity .5s, box-shadow 300ms, background-color 300ms
}

.cg-btn:hover,
.cg-btn:focus,
.cg-line-btn:hover,
.cg-line-btn:focus {
    opacity: 0.9;
    text-decoration: none;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5)
}

.cg-btn:active,
.cg-line-btn:active {
    transition: opacity 0.5s;
    opacity: 0.2;
    text-decoration: none
}

.cg-btn::-moz-focus-inner,
.cg-line-btn::-moz-focus-inner {
    border: 0
}

.cg-btn.cg-processing:before,
.cg-btn.cg-processing:after,
.cg-line-btn.cg-processing:before,
.cg-line-btn.cg-processing:after {
    position: absolute;
    content: '';
    display: inline-block;
    left: 10px;
    top: calc(50% - 4px);
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.cg-btn.cg-processing:after,
.cg-line-btn.cg-processing:after {
    left: 20px;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.cg-btn.cg-btn-sm {
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400
}

.cg-btn.cg-btn-lg {
    padding: 10px 15px;
    font-size: 18px
}

.cg-btn.cg-btn-long {
    padding: 10px 45px;
    font-size: 18px
}

.cg-btn.cg-btn-xl {
    padding: 10px 25px;
    font-size: 27px
}

.cg-line-btn {
    padding: 7px 10px;
    border-width: 1px;
    border-style: solid;
    background-color: transparent
}

.cg-line-btn.cg-line-btn-sm {
    padding: 5px 9px;
    font-size: 14px;
    font-weight: 400
}

.cg-line-btn.cg-line-btn-lg {
    padding: 9px 14px;
    font-size: 18px
}

.cg-line-btn.cg-line-btn-xl {
    padding: 9px 24px;
    font-size: 27px
}

.cg-btn.primary:hover {
    background-color: #FFC200 !important
}

.cg-btn.yellow:hover {
    background-color: #FFC200 !important
}

.cg-line-btn {
    background-color: transparent !important
}

.cg-line-btn.primary {
    border-color: #fc0;
    color: #fc0
}

.cg-line-btn.yellow {
    border-color: #fc0;
    color: #fc0 !important
}

.cg-line-btn.white {
    border-color: #fff;
    color: #fff !important
}

.cg-line-btn.white:hover {
    background-color: white !important;
    color: #1D1E2F !important
}

.cg-line-btn.darkgray {
    border-color: #1E1F2E;
    color: #1E1F2E !important
}

.cg-line-btn.green {
    border-color: #4BA920;
    color: #4BA920 !important
}

.cg-line-btn.lightgray {
    border-color: #f8f9fa;
    color: #f8f9fa !important
}

.cg-line-btn.darkblue {
    border-color: #1D1E2F;
    color: #1D1E2F !important
}

.cg-line-btn.darkblue:hover {
    background-color: #1D1E2F !important;
    color: #fff !important
}

@media only screen and (max-width: 767px) {
    .cg-btn.resp {
        padding: 6px 10px;
        font-size: 14px
    }
    .cg-line-btn.resp {
        padding: 5px 9px;
        font-size: 14px
    }
    .cg-btn-lg.resp {
        padding: 8px 12px;
        font-size: 18px
    }
    .cg-btn-long.resp {
        padding: 8px 12px;
        font-size: 18px
    }
    .cg-line-btn-lg.resp {
        padding: 7px 11px;
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .cg-btn.cg-btn-lg {
        padding: 8px 12px;
        font-size: 18px
    }
    .cg-btn.cg-btn-long {
        padding: 8px 12px;
        font-size: 18px

    }
    .cg-line-btn.cg-line-btn-lg {
        padding: 7px 11px;
        font-size: 18px
    }
}

.download-button-container {
    display: inline-block;
    text-align: center
}

.download-button-container .underline {
    font-size: 15px
}

.cg-textfield {
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    line-height: 1.35em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 8.5px 16px;
    margin: 5px;
    -webkit-appearance: none
}

.cg-textfield::placeholder {
    color: rgba(0, 0, 0, 0.4)
}

.cg-textfield:focus {
    border-color: #fc0
}

.cg-textfield.disabled {
    opacity: 0.4;
    background-color: rgba(0, 0, 0, 0.1)
}

.cg-textfield.cg-textfield-sm {
    font-size: 14px;
    padding: 5px 12px
}

.cg-textfield.darkblue {
    background-color: transparent !important;
    color: #323232 !important
}

.cg-textfield.darkblue:focus {
    background-color: transparent !important;
    border-color: #1D1E2F
}

.modal-backdrop {
    background-color: black;
    opacity: 0.4 !important
}

@media (min-width: 768px) {
    .modal .modal-dialog {
        max-width: 500px;
        margin: 100px auto
    }
}

.modal .modal-content {
    border-radius: 2px;
    border: none
}

@media (min-width: 768px) {
    .modal .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2)
    }
}

.modal .modal-header {
    border: none
}

.modal .modal-footer {
    border-top: none;
    text-align: center
}

.modal .modal-footer .container-buttons {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px
}

.modal .modal-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px
}

.modal .modal-body p {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.cg-dropdown-container {
    display: inline-block
}

.dropdown.cg-line-dropdown.open>.dropdown-toggle.btn-default {
    background-color: transparent
}

.dropdown.cg-line-dropdown.darkgray {
    background-color: transparent !important
}

.dropdown.cg-line-dropdown.darkgray .btn-default {
    border-radius: 4px;
    border-color: #1E1F2E
}

.dropdown.cg-line-dropdown.darkgray .btn-default:hover,
.dropdown.cg-line-dropdown.darkgray .btn-default:focus {
    background-color: transparent
}

.dropdown.cg-line-dropdown.darkgray .btn-default:active {
    box-shadow: none;
    background-color: transparent;
    opacity: 0.2;
    transition: opacity 500ms
}

.dropdown.cg-line-dropdown .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.05)
}

.dropdown.cg-line-dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.dropdown.cg-line-dropdown .dropdown-menu li:last-child {
    border-bottom: none
}

.dropdown.cg-line-dropdown .dropdown-menu li a {
    line-height: 2.5em
}

.dropdown.cg-line-dropdown .dropdown-menu li a:hover {
    background-color: rgba(50, 50, 50, 0.05);
    color: #1E1F2E
}

.alert,
.alert.alert-dismissible {
    display: inline-block;
    margin: 0 auto;
    border-radius: 2px;
    padding: 0px 25px;
    line-height: 2em;
    border-color: transparent;
    font-size: 12px
}

.alert.alert-dismissible.show {
    display: inline-block !important
}

.alert.alert-dismissible .close {
    opacity: .9;
    right: -23px;
    width: 20px;
    top: 1.6px;
    border-radius: 100px;
    height: 20px;
    line-height: 0em;
    text-shadow: none
}

.alert.alert-dismissible .close:active {
    opacity: 0.2;
    transition: opacity 0.3s
}

.alert.alert-danger,
.alert.alert-dismissible.alert-danger {
    color: #e4502a;
    background-color: rgba(228, 80, 42, 0.1)
}

.alert-dismissible.alert-danger .close {
    color: #e4502a;
    background-color: rgba(228, 80, 42, 0.3)
}

.title-and-paragraphs b,
.title-and-paragraphs strong,
.title-and-paragraphs-lists b,
.title-and-paragraphs-lists strong {
    font-weight: 600
}

.title-and-paragraphs.limit-paragraphs-width p,
.title-and-paragraphs-lists.limit-paragraphs-width p {
    max-width: 750px;
    margin: 0 auto
}


body.menu-height-margin {
    margin-top: 100px !important
}

@media only screen and (max-width: 1100px) {
    body.menu-height-margin {
        margin-top: 80px !important
    }
	.contact{}
}

body.menu-height-margin-with-banner {
    margin-top: 150px !important
}

@media only screen and (max-width: 1100px) {
    body.menu-height-margin-with-banner {
        margin-top: 80px !important
    }
}

.exposed-bar {
    z-index: 0;
    position: fixed;
    top: 0
}

@media only screen and (max-width: 767) {
    html.smartbanner-show {
        margin-top: 160px !important
    }
}

html.smartbanner-show .exposed-bar {
    top: 80px
}

.navbar-fixed-under-app-banner {
    top: 80px !important
}

.breadcrumbs {
    background: rgba(0, 0, 0, 0.1) !important;
    padding: 0 10px;
    padding-bottom: 4px;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20
}

.breadcrumbs>.breadcrumb {
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    color: #0f0f0f;
    font-size: 11px;
    font-weight: normal;
    line-height: 1em;
    background-color: transparent;
    color: white
}

.breadcrumbs>a.breadcrumb:hover {
    text-decoration: none
}

.breadcrumbs>.breadcrumb.separator {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center
}

.icon-boxes-container {
    width: 100%;
    table-layout: fixed;
    border-spacing: 30px 0
}

.icon-box {
    position: relative;
    max-width: 350px;
    padding: 50px 35px;
    vertical-align: top;
    box-shadow: 5px 8px 13px 0 rgba(0, 0, 0, 0.33)
}

.icon-box .icon-placeholder {
    display: inline-block;
    width: 65px;
    height: 65px;
    background-color: rgba(0, 200, 0, 0.5)
}

@media only screen and (max-width: 767px) {
    .icon-box {
        display: block;
        max-width: 350px;
        margin: 0 auto 60px auto
    }
    .icon-box:last-child {
        margin-bottom: 0
    }
}

.os-icons .os-icon {
    display: inline-block;
    font-size: 28px;
    margin: 5px;
    width: 60px;
    opacity: 0.8;
    outline: 0;
    transition: opacity .3s, transform .3s
}

.os-icons .os-icon:hover {
    opacity: 1;
    transform: scale(1.3)
}

.os-icons .os-icon:active {
    opacity: .2
}

@media only screen and (max-width: 767px) {
    .os-icons .os-icon {
        width: auto
    }
}

.os-icons .os-icon .os-icon-mac {
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -5px
}

.side-feature {
    position: relative
}

.side-feature h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0
}

.side-feature h3:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background-color: #fc0;
    bottom: -10px
}

@media only screen and (max-width: 767px) {
    .side-feature h3:before {
        left: 50%;
        transform: translate(-40px)
    }
}

.side-feature ul {
    padding-left: 20px
}

.side-feature ul>li {
    font-size: 16px
}

.side-feature b,
.side-feature strong {
    font-weight: 600
}

.side-feature.display-table {
    width: 100%
}

.side-feature.display-table .table-cell {
    vertical-align: middle
}

.side-feature .left-side {
    width: 25%
}

.side-feature .right-side {
    padding-left: 8.33333333%
}

.side-feature.reversed .left-side {
    width: 75%;
    padding-right: 8.33333333%
}

.side-feature.reversed .right-side {
    padding-left: 0
}

.side-feature .left-side,
.side-feature .right-side {
    overflow: hidden
}

.side-feature .sprite {
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .side-feature .left-side,
    .side-feature .right-side {
        display: block;
        width: 100% !important;
        height: auto;
        padding: 0 !important
    }
    .side-feature.reversed .table-row {
        display: flex;
        flex-direction: column
    }
    .side-feature.reversed .left-side {
        order: 2
    }
    .side-feature.reversed .right-side {
        order: 1
    }
}

.side-feature .feat-img {
    display: inline-block;
    max-height: 230px
}

@media only screen and (max-width: 1200px) {
    .side-feature .feat-img {
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    .side-feature .feat-img {
        max-width: 85%
    }
}

@media only screen and (max-width: 767px) {
    .side-feature .left-side,
    .side-feature .right-side {
        display: block;
        width: 100%;
        height: auto
    }
    .side-feature.side-feature-right .table-row {
        display: flex;
        flex-direction: column
    }
    .side-feature.side-feature-right .left-side {
        order: 2
    }
    .side-feature.side-feature-right .right-side {
        order: 1
    }
}

@media only screen and (max-width: 767px) {
    .side-feature .sprite {
        transform-origin: center center;
        transform: scale(0.75)
    }
}

.full-cta-section {
    background-position: center center;
    background-size: cover
}

.two-columns-text .left-column {
    padding-left: 20%;
    padding-right: 5%
}

@media only screen and (max-width: 767px) {
    .two-columns-text .left-column {
        padding-left: 5%;
        padding-right: 5%
    }
}

.two-columns-text .right-column {
    padding-left: 5%;
    padding-right: 20%
}

@media only screen and (max-width: 767px) {
    .two-columns-text .right-column {
        padding-left: 5%;
        padding-right: 5%
    }
}

.two-columns-text-image .display-table {
    width: 100%
}

.two-columns-text-image .display-table .table-cell {
    vertical-align: middle
}

.two-columns-text-image .left-side {
    width: 50%
}

.two-columns-text-image img {
    max-width: 250px
}
.owl-carousel .owl-item .profile-img{width:40px;height:40px;border-radius:50%;border: 0px;background: #32681d;display: inline-block;    text-align: center;    vertical-align: middle;    line-height: 40px;    font-size: 20px;}
.owl-carousel .owl-item .profile-img span{ display: inline-block;    color: #fff;    font-weight: 500;}   

@media only screen and (max-width: 767px) {
    .two-columns-text-image .left-side,
    .two-columns-text-image .right-side {
        display: block;
        width: 100%;
        height: auto
    }
    .two-columns-text-image.reversed .table-row {
        display: flex;
        flex-direction: column
    }
    .two-columns-text-image.reversed .left-side {
        order: 2
    }
    .two-columns-text-image.reversed .right-side {
        order: 1
    }
}

.two-columns-icons .feature {
    padding-left: 20%;
    padding-right: 20%
}

@media only screen and (max-width: 767px) {
    .two-columns-icons .feature {
        padding-left: 2%;
        padding-right: 2%
    }
    .two-columns-icons .feature .sprite {
        transform-origin: center center;
        transform: scale(0.65)
    }
}

.three-columns-icons .feature {
    max-width: 400px;
    margin: 0 auto
}

.three-columns-icons .feature .icon-size {
    width: auto;
    height: 160px
}

@media only screen and (max-width: 767px) {
    .three-columns-icons .feature {
        padding-left: 2%;
        padding-right: 2%
    }
    .three-columns-icons .feature .sprite {
        transform-origin: center center;
        transform: scale(0.65)
    }
}

#TrulyCompleteVPN span i {
    font-family: "Font Awesome\ 5 Free";
    font-style: normal
}

.complete-vpn {
    list-style: none;
    padding: 0;
    list-style-image: url("../images/check-solid-green.svg")
}

.complete-vpn li {
    padding: 10px 0;
    position: relative;
    font-size: 12px
}

.complete-vpn li i {
    font-size: 22px;
    line-height: 24px;
    color: #4BA920
}

.complete-vpn .check-icon-awesome {
    position: absolute;
    left: -30px;
    top: 7px;
    width: 20px;
    height: 20px;
    border-radius: 4px
}

#TrulyCompleteVPN {
    padding: 40px 0 60px;
    background-color: #f8f9fa;
    position: relative
}

#TrulyCompleteVPN .scroll-btn-up {
    height: 22px;
    width: 22px;
    position: absolute;
    display: block;

    left: 50%;
    top: 10px;
    color: #323232;
    margin-left: -11px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation: scroll-btn-animation-bottom 2s infinite;
    -moz-animation: scroll-btn-animation-bottom 2s infinite;
    -o-animation: scroll-btn-animation-bottom 2s infinite;
    animation: scroll-btn-animation-bottom 2s infinite
}

@keyframes scroll-btn-animation-bottom {
    0% {
        top: 5px
    }
    30% {
        top: 10px
    }
    60% {
        top: 5px
    }
    90% {
        top: 10px
    }
    100% {
        top: 5px
    }
}

@media only screen and (max-width: 767px) {
    .complete-vpn {
        padding: 0 0 0 30px
    }
    .complete-vpn img {
        position: relative;
        left: 0;
        top: -2px
    }
}

.sprite-menu-flags {
    background: url("/img/common/sprites/menu-flags/globe.png") no-repeat top left;
    width: 18px;
    height: 18px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .sprite-menu-flags {
        background-image: url("/img/common/sprites/menu-flags/globe-2x.png");
        background-size: 18px 38px
    }
}

.sprite-menu-flags.sprite-globe-white {
    background-position: 0 0
}

.sprite-menu-flags.sprite-globe-dark {
    background-position: 0 -19px
}

.main-menu {
    z-index: 200
}

.main-menu .menu-btn,
.main-menu .menu-line-btn {
    transition: background-color 0.3s, opacity 0.3s !important
}

.main-menu .menu-btn:active,
.main-menu .menu-line-btn:active {
    opacity: 0.2
}

.main-menu .menu-line-btn.white:hover,
.main-menu .menu-line-btn.white:active,
.main-menu .menu-line-btn.white:focus {
    background-color: white !important;
    color: #1d1e2f !important
}

.main-menu .menu-line-btn.primary:hover,
.main-menu .menu-line-btn.primary:active,
.main-menu .menu-line-btn.primary:focus {
    background-color: #ffc200 !important;
    color: #1d1e2f !important
}

.main-menu.navbar-darkblue .navbar-nav>li>a.menu-btn.primary:hover,
.main-menu.navbar-darkblue .navbar-nav>li>a.menu-btn.primary:active,
.main-menu.navbar-darkblue .navbar-nav>li>a.menu-btn.primary:focus,
.main-menu .menu-btn.primary:hover,
.main-menu .menu-btn.primary:active,
.main-menu .menu-btn.primary:focus {
    background-color: #ffc200 !important
}

.main-menu.navbar {
    border-radius: 0
}

.main-menu.navbar-default {
    background-color: white;
    border: none;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    min-width: 320px
}

.main-menu.navbar-default .navbar-nav>li>a {
    color: #000;
}

@media only screen and (max-width: 1300px) {
  /*  .main-menu .container {
        width: 100%
    }*/
}

.main-menu .navbar-brand {
    height: auto;
        padding: 10px 10px;}

.main-menu .navbar-brand .cg-logo {
    width: auto;
    height: 50px
}

@media only screen and (max-width: 1100px) {
    .main-menu .navbar-brand {
        padding: 10px 15px
    }
    .main-menu .navbar-brand .cg-logo {
      
        width: auto
    }
}

.main-menu ul.navbar-nav {
    padding: 9px 0;margin:0px;
}

@media only screen and (max-width: 1100px) {
    .main-menu ul.navbar-nav {
        padding: 0
    }
}

.main-menu .navbar-sticky {
    padding: 9px 0
}

@media only screen and (max-width: 1100px) {
    .main-menu .navbar-sticky {
        padding: 0
    }
}

.main-menu .menu-item {
    padding: 5px 0
}

.main-menu .menu-item.menu-country {
    padding-top: 15px
}

@media only screen and (max-width: 1100px) {
    .main-menu .menu-item:last-child a {
        border-bottom: none
    }
    .main-menu .menu-item.menu-country li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05)
    }
}

.main-menu .menu-item-pro {
    padding: 5px 0
}

@media only screen and (max-width: 1100px) {
    .main-menu .menu-item-pro {
        padding: 8px 0
    }
    .main-menu .menu-item-pro .menu-line-btn.primary {
        padding: 5px;
        font-size: 12px;
        border: 1px solid #fc0 !important
    }
    .main-menu .menu-item-pro .menu-line-btn.white {
        padding: 5px;
        font-size: 12px;
        border: 1px solid white !important
    }
    .main-menu .menu-item-pro .menu-line-btn.white:hover {
        background-color: white !important;
        color: #1d1e2f !important
    }
}

.main-menu .menu-link {
    padding: 10px 0;
    margin: 0 10px;
    color: #6f6f6f;
    margin-top: 3px;
    position: relative;    font-weight: 600;
}

.main-menu .menu-link .fa-angle-down {
    transition: 0.5s cubic-bezier(0.07, 0.47, 0.58, 1);
    position: relative;
    top: 0
}

.main-menu .menu-link:focus {
    background-color: white !important;
    color: #1E1F2E
}

.main-menu .menu-link:hover {
    transition: color 1s !important;
    background-color: white !important;
    color: #1E1F2E
}

.main-menu .menu-link:hover .fa-angle-down {
    color: #fc0;
    top: 3px
}

.main-menu .menu-link.active {
    transition: color 1s !important;
    background-color: white !important;
    color: #1E1F2E
}

.main-menu .menu-link.menu-country-sel {
    padding-left: 0;
    display: inline
}

@media only screen and (max-width: 1100px) {
    .main-menu .menu-link:hover {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05)
    }
    .main-menu .menu-link:hover::after {
        display: none
    }
    .main-menu .menu-link:hover .fa-angle-down {
        color: #6f6f6f
    }
}

.main-menu .open .menu-link {
    background-color: white !important;
    color: #1E1F2E
}

.main-menu .open .menu-link:hover,
.main-menu .open .menu-link:focus {
    background-color: white !important;
    color: #1E1F2E
}

.main-menu .open .menu-link:hover::after,
.main-menu .open .menu-link:focus::after {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s
}

.main-menu .open .menu-link .fa-angle-down,
.main-menu .open .menu-link:focus .fa-angle-down,
.main-menu .open .menu-link:hover .fa-angle-down {
    color: #fc0;
    top: 3px
}

.main-menu .open .menu-link::after {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s
}

@media only screen and (max-width: 1100px) {
    .main-menu .open .menu-link {
        border-color: white
    }
    .main-menu .open .menu-link:hover,
    .main-menu .open .menu-link:focus {
        border-color: white
    }
}

.main-menu .menu-btn {
    padding: 10px 20px;
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 4px;
    transition: box-shadow 300ms
}

.main-menu .menu-btn:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    text-decoration: none
}

@media only screen and (max-width: 1100px) {
    .main-menu .menu-btn {
        border: none;
        margin: 0
    }
}

.main-menu .menu-line-btn {
    padding: 9px 20px;
    margin: 3px 0 3px 10px;
    border-radius: 4px;
    background-color: transparent !important;
    transition: box-shadow 300ms
}

.main-menu .menu-line-btn:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
    text-decoration: none
}

.main-menu .menu-line-btn.yellow {
    border: 1px solid #fc0
}

.main-menu .menu-line-btn.primary {
    border: 1px solid #fc0
}

.main-menu .menu-line-btn.white {
    border: 1px solid #fff
}

@media only screen and (max-width: 1100px) {
    .main-menu .menu-line-btn {
        border: none !important;
        margin: 3px 0
    }
}

.main-menu .navbar-nav .dropdown-menu,
.main-menu .navbar-sticky .dropdown-menu {
    margin-top: 0
}

.main-menu .dropdown-menu {
    border: none;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.01)
}

.main-menu .dropdown-menu.dropdown-menu-left {
    margin-left: 10px
}

.main-menu .dropdown-menu.dropdown-menu-right {
    margin-right: 10px
}

.main-menu .dropdown-menu li a {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}

.main-menu .dropdown-menu li:last-child a {
    border-bottom: none
}

.main-menu .navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.main-menu .navbar-right {
    padding-right: 5px !important
}

@media only screen and (max-width: 1100px) {
    .main-menu .navbar-header {
        float: none
    }
    .main-menu .navbar-left,
    .main-menu .navbar-right {
        float: none !important
    }
    .main-menu .navbar-toggle {
        display: block;
        margin-top: 18px !important
    }
    .main-menu .navbar-collapse {
        border-top: none
    }
    .main-menu .navbar-collapse.collapse {
        display: none !important
    }
    .main-menu .navbar-fixed-top {
        top: 0
    }
    .main-menu .navbar-nav {
        float: none !important
    }
    .main-menu .navbar-nav:not(.navbar-nav-pro) {
        margin-top: 7.5px
    }
    .main-menu .navbar-nav.navbar-nav-pro {
        margin: 0
    }
    .main-menu .navbar-nav>li {
        float: none
    }
    .main-menu .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .main-menu .collapse {
        overflow-y: scroll !important
    }
    .main-menu .collapse.in {
        display: block !important
    }
}

.main-menu.navbar-default .burger-menu-icon:focus,
.main-menu.navbar-default .burger-menu-icon:hover {
    background-color: transparent
}

.main-menu.navbar-default .navbar-collapse {
    border: none;
    max-height: 400px
}

@media only screen and (max-width: 1100px) {
    .main-menu.navbar-default .navbar-collapse {
        display: block;
        margin-top: 55px
    }
    .main-menu.navbar-default .navbar-collapse .menu-item {
        padding: 0
    }
    .main-menu.navbar-default .navbar-collapse .menu-item .menu-link {
        padding: 5px 10px
    }
}

@media only screen and (max-width: 1100px) {
    .main-menu .collapse .menu-item .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .main-menu .dropdown.open:not(.menu-country) .dropdown-menu {
        padding-top: 5px;
        padding-bottom: 5px
    }
    .main-menu .navbar-nav>li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05)
    }
    .main-menu.navbar-default .navbar-nav .open .dropdown-menu>li>a {
        padding-left: 40px !important
    }
    .main-menu.navbar-default .navbar-nav .open .dropdown-menu>li:last-child>a {
        border-bottom: none
    }
}

.burger-menu-icon {
    width: 22px;
    height: auto;
    position: relative;
    background-image: none;
    border: none;
    box-shadow: none;
    top: 10px;
    cursor: pointer;
    margin-left: 10px
}

.burger-menu-icon .icon-bar {
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    left: 0;
    padding: 0;
    margin: 0;
    border-radius: 9px;
    opacity: 1;
    background-color: #1E1F2E !important;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out
}

.burger-menu-icon .icon-bar:nth-child(2) {
    top: 0px
}

.burger-menu-icon .icon-bar:nth-child(3),
.burger-menu-icon .icon-bar:nth-child(4) {
    top: 2px
}

.burger-menu-icon .icon-bar:nth-child(5) {
    top: 8px
}

.burger-menu-icon.open .icon-bar:nth-child(2) {
    top: 18px;
    width: 0%;
    left: 50%
}

.burger-menu-icon.open .icon-bar:nth-child(3) {
    transform: rotate(45deg)
}

.burger-menu-icon.open .icon-bar:nth-child(4) {
    transform: rotate(-45deg)
}

.burger-menu-icon.open .icon-bar:nth-child(5) {
    top: 18px;
    width: 0%;
    left: 50%
}

.menu-flag {
    display: inline-block;
    vertical-align: middle
}

.menu-cta-default {
    padding-left: 45px !important;
    font-weight: bold
}


.menu-cta-default:before {
    content: "";
    position: absolute;
    background-image: url("images/cg-arrow-btn.png");
    background-size: 24px auto;
    width: 24px;
    height: 17px;
    top: 11px;
    left: 10px;
    transition: 0.3s all ease-in
}

.menu-cta-default:hover:before {
    left: 13px
}

.en._3Years99 .menu-cta-default,
.en._3yEuDo .menu-cta-default,
.en._3y99v1 .menu-cta-default,
.en._3y99v2 .menu-cta-default,
.de._FlashSale .menu-cta-default,
.de._3Y89 .menu-cta-default,
.de._3Years99 .menu-cta-default,
.de._3yEuDo .menu-cta-default,
.de._3y99v1 .menu-cta-default,
.de._3y99v2 .menu-cta-default,
.es._FlashSale .menu-cta-default,
.es._3Y89 .menu-cta-default,
.es._FlashSale2 .menu-cta-default,
.es._FlashSale3 .menu-cta-default,
.es._18M63 .menu-cta-default,
.es._1y29 .menu-cta-default,
.es._FSV2 .menu-cta-default,
.es._3Years99 .menu-cta-default,
.es._3yEuDo .menu-cta-default,
.es._3y99v1 .menu-cta-default,
.es._3y99v2 .menu-cta-default,
.ru._FlashSale .menu-cta-default,
.ru._3Y89 .menu-cta-default,
.ru._FlashSale2 .menu-cta-default,
.ru._FlashSale3 .menu-cta-default,
.ru._18M63 .menu-cta-default,
.ru._1y29 .menu-cta-default,
.ru._FSV2 .menu-cta-default,
.ru._3Years99 .menu-cta-default,
.ru._3yEuDo .menu-cta-default,
.ru._3y99v1 .menu-cta-default,
.ru._3y99v2 .menu-cta-default,
.pt._FlashSale .menu-cta-default,
.pt._3Y89 .menu-cta-default,
.pt._FlashSale2 .menu-cta-default,
.pt._FlashSale3 .menu-cta-default,
.pt._18M63 .menu-cta-default,
.pt._1y29 .menu-cta-default,
.pt._FSV2 .menu-cta-default,
.pt._3Years99 .menu-cta-default,
.pt._3yEuDo .menu-cta-default,
.pt._3y99v1 .menu-cta-default,
.pt._3y99v2 .menu-cta-default,
.fr._FlashSale .menu-cta-default,
.fr._FlashSale2 .menu-cta-default,
.fr._FlashSale3 .menu-cta-default,
.fr._18M63 .menu-cta-default,
.fr._1y29 .menu-cta-default,
.fr._FSV2 .menu-cta-default,
.fr._3Years99 .menu-cta-default,
.fr._3yEuDo .menu-cta-default,
.fr._3y99v1 .menu-cta-default,
.fr._3y99v2 .menu-cta-default,
.nl._3Years99 .menu-cta-default,
.nl._3yEuDo .menu-cta-default,
.nl._3y99v1 .menu-cta-default,
.nl._3y99v2 .menu-cta-default {
    padding-left: 10px !important
}

.en._3Years99 .menu-cta-default:before,
.en._3yEuDo .menu-cta-default:before,
.en._3y99v1 .menu-cta-default:before,
.en._3y99v2 .menu-cta-default:before,
.de._FlashSale .menu-cta-default:before,
.de._3Y89 .menu-cta-default:before,
.de._3Years99 .menu-cta-default:before,
.de._3yEuDo .menu-cta-default:before,
.de._3y99v1 .menu-cta-default:before,
.de._3y99v2 .menu-cta-default:before,
.es._3Y89 .menu-cta-default:before,
.es._FlashSale .menu-cta-default:before,
.es._FlashSale2 .menu-cta-default:before,
.es._FlashSale3 .menu-cta-default:before,
.es._18M63 .menu-cta-default:before,
.es._1y29 .menu-cta-default:before,
.es._FSV2 .menu-cta-default:before,
.es._3Years99 .menu-cta-default:before,
.es._3yEuDo .menu-cta-default:before,
.es._3y99v1 .menu-cta-default:before,
.es._3y99v2 .menu-cta-default:before,
.ru._FlashSale .menu-cta-default:before,
.ru._3Y89 .menu-cta-default:before,
.ru._FlashSale2 .menu-cta-default:before,
.ru._FlashSale3 .menu-cta-default:before,
.ru._18M63 .menu-cta-default:before,
.ru._1y29 .menu-cta-default:before,
.ru._FSV2 .menu-cta-default:before,
.ru._3Years99 .menu-cta-default:before,
.ru._3yEuDo .menu-cta-default:before,
.ru._3y99v1 .menu-cta-default:before,
.ru._3y99v2 .menu-cta-default:before,
.pt._FlashSale .menu-cta-default:before,
.pt._3Y89 .menu-cta-default:before,
.pt._FlashSale2 .menu-cta-default:before,
.pt._FlashSale3 .menu-cta-default:before,
.pt._18M63 .menu-cta-default:before,
.pt._1y29 .menu-cta-default:before,
.pt._FSV2 .menu-cta-default:before,
.pt._3Years99 .menu-cta-default:before,
.pt._3yEuDo .menu-cta-default:before,
.pt._3y99v1 .menu-cta-default:before,
.pt._3y99v2 .menu-cta-default:before,
.fr._FlashSale .menu-cta-default:before,
.fr._FlashSale2 .menu-cta-default:before,
.fr._FlashSale3 .menu-cta-default:before,
.fr._18M63 .menu-cta-default:before,
.fr._1y29 .menu-cta-default:before,
.fr._FSV2 .menu-cta-default:before,
.fr._3Years99 .menu-cta-default:before,
.fr._3yEuDo .menu-cta-default:before,
.fr._3y99v1 .menu-cta-default:before,
.fr._3y99v2 .menu-cta-default:before,
.nl._3Years99 .menu-cta-default:before,
.nl._3yEuDo .menu-cta-default:before,
.nl._3y99v1 .menu-cta-default:before,
.nl._3y99v2 .menu-cta-default:before {
    display: none
}

@media only screen and (max-width: 1100px) {
    .menu-cta-default {
        text-align: center
    }
    .menu-cta-default:before {
        display: none
    }
}

.main-menu .large-desktop {
    display: inline
}

.main-menu .small-desktop {
    display: none
}

@media only screen and (max-width: 1430px) {
    .main-menu.es .large-desktop {
        display: none
    }
    .main-menu.es .small-desktop {
        display: inline
    }
}

@media only screen and (max-width: 1265px) {
    .main-menu .large-desktop {
        display: none
    }
    .main-menu .small-desktop {
        display: inline
    }
}

@media only screen and (max-width: 1300px) {
    .main-menu.en .collapse .menu-link,
    .main-menu.de .collapse .menu-link,
    .main-menu.ro .collapse .menu-link,
    .main-menu.nl .collapse .menu-link,
    .main-menu.ja .collapse .menu-link {
        margin: 0 5px;
        font-size: 12px
    }
    .main-menu.en .collapse .menu-btn,
    .main-menu.en .collapse .menu-line-btn,
    .main-menu.de .collapse .menu-btn,
    .main-menu.de .collapse .menu-line-btn,
    .main-menu.ro .collapse .menu-btn,
    .main-menu.ro .collapse .menu-line-btn,
    .main-menu.nl .collapse .menu-btn,
    .main-menu.nl .collapse .menu-line-btn,
    .main-menu.ja .collapse .menu-btn,
    .main-menu.ja .collapse .menu-line-btn {
        font-size: 12px;
        padding: 9px 10px
    }
    .main-menu.en .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left,
    .main-menu.de .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left,
    .main-menu.ro .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left,
    .main-menu.nl .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left,
    .main-menu.ja .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left {
        top: 58px !important
    }
    .main-menu.en .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left.has-banner,
    .main-menu.de .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left.has-banner,
    .main-menu.ro .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left.has-banner,
    .main-menu.nl .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left.has-banner,
    .main-menu.ja .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left.has-banner {
        top: 120px !important
    }
}

@media only screen and (max-width: 1340px) {
    .main-menu.fr .collapse .menu-link,
    .main-menu.es .collapse .menu-link {
        margin: 0 5px;
        font-size: 13px
    }
    .main-menu.fr .collapse .menu-btn,
    .main-menu.fr .collapse .menu-line-btn,
    .main-menu.es .collapse .menu-btn,
    .main-menu.es .collapse .menu-line-btn {
        font-size: 13px;
        padding: 9px 10px
    }
    .main-menu.fr .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left,
    .main-menu.es .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left {
        top: 58px !important
    }
    .main-menu.fr .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left.has-banner,
    .main-menu.es .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left.has-banner {
        top: 120px !important
    }
}

@media only screen and (max-width: 1260px) {
    .main-menu.fr .collapse .menu-link,
    .main-menu.es .collapse .menu-link {
        margin: 0 3px;
        letter-spacing: -0.8px
    }
    .main-menu.fr .collapse .menu-btn,
    .main-menu.fr .collapse .menu-line-btn,
    .main-menu.es .collapse .menu-btn,
    .main-menu.es .collapse .menu-line-btn {
        letter-spacing: -0.8px;
        padding: 7px 6px
    }
}

@media only screen and (max-width: 1391px) {
    .main-menu.pt .collapse .menu-link {
        margin: 0 5px;
        font-size: 13px
    }
    .main-menu.pt .collapse .menu-btn,
    .main-menu.pt .collapse .menu-line-btn {
        font-size: 13px;
        padding: 9px 10px
    }
    .main-menu.pt .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left {
        top: 58px !important
    }
    .main-menu.pt .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left.has-banner {
        top: 120px !important
    }
}

@media only screen and (max-width: 1230px) {
    .main-menu.pt .collapse .menu-link {
        margin: 0 3px;
        letter-spacing: -0.8px
    }
    .main-menu.pt .collapse .menu-btn,
    .main-menu.pt .collapse .menu-line-btn {
        letter-spacing: -0.8px;
        padding: 7px 6px
    }
}

@media only screen and (max-width: 1340px) {
    .main-menu.ru .collapse .menu-link {
        margin: 0 5px;
        font-size: 13px
    }
    .main-menu.ru .collapse .menu-btn,
    .main-menu.ru .collapse .menu-line-btn {
        font-size: 13px;
        padding: 9px 10px
    }
    .main-menu.ru .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left {
        top: 58px !important
    }
    .main-menu.ru .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left.has-banner {
        top: 120px !important
    }
}

@media only screen and (max-width: 1165px) {
    .main-menu.ru .collapse .menu-link {
        margin: 0 3px;
        letter-spacing: -0.8px
    }
    .main-menu.ru .collapse .menu-btn,
    .main-menu.ru .collapse .menu-line-btn {
        letter-spacing: -0.8px;
        padding: 7px 6px
    }
}

@media only screen and (max-width: 1340px) {
    .main-menu.it .collapse .menu-link,
    .main-menu.pl .collapse .menu-link {
        margin: 0 5px;
        font-size: 13px
    }
    .main-menu.it .collapse .menu-btn,
    .main-menu.it .collapse .menu-line-btn,
    .main-menu.pl .collapse .menu-btn,
    .main-menu.pl .collapse .menu-line-btn {
        font-size: 13px;
        padding: 9px 10px
    }
    .main-menu.it .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left,
    .main-menu.pl .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left {
        top: 58px !important
    }
    .main-menu.it .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left.has-banner,
    .main-menu.pl .collapse .menu-item-apps .dropdown-menu.dropdown-menu-left.has-banner {
        top: 120px !important
    }
}

@media only screen and (max-width: 1165px) {
    .main-menu.it .collapse .menu-link,
    .main-menu.pl .collapse .menu-link {
        margin: 0 3px;
        letter-spacing: -0.8px
    }
    .main-menu.it .collapse .menu-btn,
    .main-menu.it .collapse .menu-line-btn,
    .main-menu.pl .collapse .menu-btn,
    .main-menu.pl .collapse .menu-line-btn {
        letter-spacing: -0.8px;
        padding: 7px 6px
    }
}

@media only screen and (max-width: 1100px) {
    .main-menu .menu-link {
        margin: 0 5px !important;
        font-size: 14px !important
    }
    .main-menu .menu-btn,
    .main-menu .menu-line-btn {
        font-size: 14px !important;
        padding: 9px 10px !important
    }
}

.main-menu .navbar-nav>li>a.menu-btn.primary {
    font-weight: 700
}

@media only screen and (max-width: 1100px) {
    .main-menu .navbar-nav>li>a.menu-btn.primary {
        text-align: center
    }
}

.navbar-darkblue.main-menu .menu-link.active {
    background-color: transparent !important
}

/*.navbar-darkblue {
    background-color: #1d1e2f !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important
}*/


.navbar-darkblue .open .menu-link {
    background-color: #1d1e2f !important
}

.main-menu.navbar-darkblue .open .menu-link:hover {
    background-color: #1d1e2f !important
}

.main-menu.navbar-darkblue .open .menu-link {
    border-bottom-color: #fc0 !important
}

.main-menu.navbar-darkblue .dropdown-menu.dropdown-menu-left,
.main-menu.navbar-darkblue .dropdown-menu.dropdown-menu-right {
    background-color: #1d1e2f
}

.main-menu.navbar-darkblue .dropdown-menu>li>a:hover {
    background-color: #36385a !important;
    color: white !important
}

.main-menu.navbar-darkblue .menu-link {
    color: white
}

/*.main-menu.navbar-darkblue .menu-link:hover,
.main-menu.navbar-darkblue .menu-link:focus,
.main-menu.navbar-darkblue .menu-link:active {
    background-color: #1d1e2f !important;
    color: #ffcc00 !important
}*/

.main-menu.navbar-darkblue .menu-item.dropdown.open .menu-link {
    color: #ffcc00 !important
}

@media screen and (max-width: 768px) {
    .main-menu.navbar-darkblue .menu-link:hover {
        background-color: #36385a !important;
        color: white !important
    }
}

.navbar-darkblue li a {
    color: #1d1e2f;

}

.navbar-darkblue.navbar-default .navbar-nav .dropdown-menu li a:hover {
    background-color: #36385a !important
}

li a.arrow-jump.cg-menu-buy-cta.menu-btn.cg-btn.cg-menu-cta {
    background-color: #fc0;
    font-weight: 700;
    color: #1e1f2e
}

.navbar-darkblue.navbar-default .navbar-language li>a {
    background-color: #1d1e2f;
    color: white
}

.navbar-darkblue.navbar-default .navbar-language li>a:hover {
    background-color: #36385a
}

.navbar-darkblue .burger-menu-icon {
    background: transparent
}

/*.navbar-darkblue .navbar-toggle .icon-bar {
    background-color: white !important
}
*/
@media (max-width: 1140px) {
    .navbar-darkblue .nav>li>a {
        border-bottom-color: rgba(255, 255, 255, 0.1)
    }
}

/*.navbar-darkblue .navbar-collapse {
    background-color: #1d1e2f
}*/

.navbar-default.navbar-darkblue .navbar-nav>.open>a,
.navbar-default.navbar-darkblue .navbar-nav>.open>a:focus {
    background-color: #1d1e2f;
    color: white
}

.navbar-default.navbar-darkblue .navbar-collapse,
.navbar-default .navbar-form {
    border-bottom-color: #1d1e2f;
    border-top-color: #1d1e2f
}

.navbar-default.navbar-darkblue {
    border-color: rgba(255, 255, 255, 0.1)
}

@media screen and (max-width: 768px) {
    .navbar-darkblue .navbar-nav>li a {
        color: white !important
    }
    .navbar-darkblue .navbar-nav>li a.cg-menu-cta,
    .navbar-darkblue .navbar-nav>li a.cg-menu-cta:hover {
        color: #1e1f2e !important
    }
    .navbar-darkblue .navbar-nav>li a:hover,
    .navbar-darkblue .navbar-nav>li a:active {
        background-color: #36385a !important;
        color: white !important
    }
}

.navbar-darkblue .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05)
}

.main-menu.navbar-darkblue .navbar-nav>li>a.menu-btn.primary {
    background-color: #fc0 !important;
    color: #1e1f2e !important
}

.main-menu.navbar-darkblue .dropdown-toggle.menu-link.menu-country-sel {
    background-color: transparent !important
}

.main-menu .menu-item.menu-country {
    height: 53px
}

@media only screen and (max-width: 1100px) {
    .main-menu .menu-item.menu-country {
        height: auto
    }
}

.main-menu .menu-item-columns .display-table {
    min-width: 250px
}

.main-menu .menu-item-columns .dropdown-menu {
    padding: 24px 32px
}

.main-menu .menu-item-columns .table-cell {
    vertical-align: top
}

.main-menu.navbar-darkblue .menu-item-apps {
    position: static
}

.main-menu.navbar-darkblue .menu-item-apps .dropdown-menu.dropdown-menu-left {
    border: none;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    left: 0;
    top: 62px;
    background-color: #1d1e2f
}

.main-menu.navbar-darkblue .menu-item-apps .dropdown-menu.dropdown-menu-left.has-banner {
    top: 120px
}

.main-menu .menu-item-apps .dropdown-menu-apps-container {
    border-top: 1px solid #242538
}

.main-menu .menu-item-apps .dropdown-menu-apps-container.dropdown-menu-apps-container-footer {
    border-top: none
}

.main-menu .menu-item-apps .dropdown-menu-apps-container .container-custom {
    margin-left: 90px;
    margin-right: 90px
}

@media screen and (max-width: 1685px) {
    .main-menu .menu-item-apps .dropdown-menu-apps-container .container-custom {
        margin-left: 50px;
        margin-right: 50px
    }
}

.main-menu .menu-item-apps .display-table.apps-categories {
    margin: 0 auto;
    width: 100%
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 20%;
    max-width: 250px;
    padding: 24px 0;
    padding-right: 32px;
    padding-left: 56px
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category.app-category-what-is-vpn {
    width: 30%;
    max-width: 300px
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category.app-category-footer {
    padding-top: 0;
    padding-bottom: 0
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category.app-category-footer>ul {
    border-top: none
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category.app-category-footer>ul li {
    padding-top: 0 !important
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category.app-category-footer>ul li>a {
    padding: 0
}

@media screen and (max-width: 1200px) {
    .main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category {
        padding-left: 16px
    }
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category .apps-categories-title {
    font-size: 16px;
    line-height: 1em;
    color: #656679;
    display: table-cell;
    vertical-align: middle;
    height: 36px;
    margin-bottom: 12px;
    position: relative
}

@media screen and (max-width: 1200px) {
    .main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category .apps-categories-title {
        font-size: 14px
    }
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category .apps-categories-title .app-category-icon {
    width: 48px;
    height: 48px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: -56px
}

@media screen and (max-width: 1200px) {
    .main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category .apps-categories-title .app-category-icon {
        display: none
    }
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category ul {
    padding-left: 0;
    border-top: 1px solid #656679
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category ul li {
    color: white;
    list-style-type: none;
    margin-bottom: 8px;
    line-height: 1.2em
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category ul li:first-child {
    padding-top: 12px !important
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category ul li a {
    font-size: 14px !important;
    border-bottom: none !important
}

.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category ul li a,
.main-menu .menu-item-apps .display-table.apps-categories .table-cell.app-category ul li a:hover {
    background-color: transparent !important
}

.main-menu .menu-item-apps .apps-menu-footer {
    padding: 20px 0;
    border-top: 1px solid #242538
}

.main-menu .menu-item-apps .apps-menu-footer.apps-menu-footer-what-is-vpn {
    padding: 12px 0
}

.main-menu .menu-item-apps .apps-menu-footer .apps-menu-footer-container {
    margin-left: 144px;
    margin-right: 248px
}

@media screen and (max-width: 1680px) {
    .main-menu .menu-item-apps .apps-menu-footer .apps-menu-footer-container {
        margin-left: 106px;
        margin-right: 106px
    }
}

@media screen and (max-width: 1200px) {
    .main-menu .menu-item-apps .apps-menu-footer .apps-menu-footer-container {
        margin-left: 65px;
        margin-right: 65px
    }
}

@media screen and (max-width: 767px) {
    .collapse.navbar-collapse.navbar-left,
    .collapse.navbar-collapse.navbar-right {
        display: none !important
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(400px)
    }
    100% {
        transform: translateX(0)
    }
}

#main-menu-mobile {
    animation-fill-mode: forwards;
    animation: slide-in 0.3s ease;
    display: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.33)
}

@media screen and (min-width: 1101px) {
    #main-menu-mobile {
        display: none !important
    }
}

@media screen and (max-width: 1100px) {
    #main-menu-mobile {
        height: 300px;
        background-color: #1d1e2f !important;
        position: absolute;
        box-sizing: border-box;
        width: 80vw;
        height: 100vh;
        max-width: 310px;
        right: 0;
        top: 0
    }
    #main-menu-mobile .navbar-mobile-top {
        padding: 11px 15px;
        box-sizing: border-box;
        width: 100%;
        vertical-align: middle;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07)
    }
    #main-menu-mobile .navbar-mobile-top button.btn-menu-icon {
        background-color: transparent;
        border: none;
        transition: opacity 0.3s;
        padding: 6px
    }
    #main-menu-mobile .navbar-mobile-top button.btn-menu-icon img {
        height: 15px;
        vertical-align: middle;
        display: inline-block
    }
    #main-menu-mobile .navbar-mobile-top button.btn-menu-icon:active {
        opacity: 0.2
    }
    #main-menu-mobile .navbar-mobile-top .navbar-mobile-title {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        vertical-align: middle;
        line-height: 1em;
        color: white;
        margin-left: 10px
    }
    #main-menu-mobile .navbar-mobile-top .country-selection-group {
        overflow: hidden;
        float: right;
        margin-top: 0
    }
    #main-menu-mobile .navbar-mobile-top .country-selection-group .menu-country-sel {
        text-decoration: none;
        display: inline-block;
        padding: 4px 8px;
        border-radius: 4px
    }
    #main-menu-mobile .navbar-mobile-content {
        box-sizing: border-box;
        padding: 25px 30px;
        /*padding-bottom: 280px;*/
        height: 100%;
        overflow: scroll;
        text-align: left
    }
    #main-menu-mobile .navbar-mobile-content .navbar-nav {
        margin-right: 0
    }
    #main-menu-mobile .navbar-mobile-content .menu-link {
        display: inline-block;
        box-sizing: border-box;
        padding: 10px 0 !important;
        font-weight: bold;
        width: 100%;
        font-size: 12px !important;
        line-height: 16px !important;
        border-bottom: none
    }
    #main-menu-mobile .navbar-mobile-content .menu-link:hover,
    #main-menu-mobile .navbar-mobile-content .menu-link:active,
    #main-menu-mobile .navbar-mobile-content .menu-link:focus {
        background-color: transparent !important;
        text-decoration: none !important;
        color: #fc0 !important;
        transition: none
    }
    #main-menu-mobile .navbar-mobile-content .menu-cta-default {
        border-radius: 4px !important;
        text-align: center
    }
    #main-menu-mobile .navbar-mobile-content .menu-line-btn.white {
        text-align: center;
        border: 1px solid white !important
    }
    #main-menu-mobile .navbar-mobile-content .menu-line-btn.white:hover {
        background-color: white !important;
        color: #1d1e2f !important
    }
    #main-menu-mobile .navbar-mobile-content .menu-line-btn.primary {
        text-align: center;
        border: 1px solid #fc0 !important
    }
    #main-menu-mobile #main-menu-mobile-apps .app-category,
    #main-menu-mobile #main-menu-mobile-what-is-vpn .app-category,
    #main-menu-mobile #main-menu-mobile-servers .app-category,
    #main-menu-mobile #main-menu-mobile-servers .app-category,
    #main-menu-mobile #main-menu-mobile-security-products .app-category {
        padding-bottom: 10px;
        overflow: hidden
    }
    #main-menu-mobile #main-menu-mobile-apps .apps-categories-title,
    #main-menu-mobile #main-menu-mobile-what-is-vpn .apps-categories-title,
    #main-menu-mobile #main-menu-mobile-servers .apps-categories-title,
    #main-menu-mobile #main-menu-mobile-servers .apps-categories-title,
    #main-menu-mobile #main-menu-mobile-security-products .apps-categories-title {
        color: #656679;
        font-size: 10px;
        border-bottom: 1px solid #656679
    }
    #main-menu-mobile #main-menu-mobile-apps .apps-categories-title a,
    #main-menu-mobile #main-menu-mobile-what-is-vpn .apps-categories-title a,
    #main-menu-mobile #main-menu-mobile-servers .apps-categories-title a,
    #main-menu-mobile #main-menu-mobile-servers .apps-categories-title a,
    #main-menu-mobile #main-menu-mobile-security-products .apps-categories-title a {
        color: white;
        text-decoration: none
    }
    #main-menu-mobile #main-menu-mobile-apps .apps-categories-title a:hover,
    #main-menu-mobile #main-menu-mobile-what-is-vpn .apps-categories-title a:hover,
    #main-menu-mobile #main-menu-mobile-servers .apps-categories-title a:hover,
    #main-menu-mobile #main-menu-mobile-servers .apps-categories-title a:hover,
    #main-menu-mobile #main-menu-mobile-security-products .apps-categories-title a:hover {
        color: #fc0
    }
    #main-menu-mobile #main-menu-mobile-apps .nav.navbar-nav,
    #main-menu-mobile #main-menu-mobile-what-is-vpn .nav.navbar-nav,
    #main-menu-mobile #main-menu-mobile-servers .nav.navbar-nav,
    #main-menu-mobile #main-menu-mobile-servers .nav.navbar-nav,
    #main-menu-mobile #main-menu-mobile-security-products .nav.navbar-nav {
        margin-left: 0
    }
    #main-menu-mobile #main-menu-mobile-apps .menu-item,
    #main-menu-mobile #main-menu-mobile-what-is-vpn .menu-item,
    #main-menu-mobile #main-menu-mobile-servers .menu-item,
    #main-menu-mobile #main-menu-mobile-servers .menu-item,
    #main-menu-mobile #main-menu-mobile-security-products .menu-item {
        border-bottom: 1px solid #242538
    }
    #main-menu-mobile #main-menu-mobile-apps .menu-item:last-child,
    #main-menu-mobile #main-menu-mobile-what-is-vpn .menu-item:last-child,
    #main-menu-mobile #main-menu-mobile-servers .menu-item:last-child,
    #main-menu-mobile #main-menu-mobile-servers .menu-item:last-child,
    #main-menu-mobile #main-menu-mobile-security-products .menu-item:last-child {
        border-bottom: none
    }
    #main-menu-mobile #main-menu-mobile-apps .menu-link,
    #main-menu-mobile #main-menu-mobile-what-is-vpn .menu-link,
    #main-menu-mobile #main-menu-mobile-servers .menu-link,
    #main-menu-mobile #main-menu-mobile-servers .menu-link,
    #main-menu-mobile #main-menu-mobile-security-products .menu-link {
        margin: 0 !important;
        padding: 2px 0 !important
    }
    #main-menu-mobile #main-menu-mobile-apps footer a,
    #main-menu-mobile #main-menu-mobile-what-is-vpn footer a,
    #main-menu-mobile #main-menu-mobile-servers footer a,
    #main-menu-mobile #main-menu-mobile-servers footer a,
    #main-menu-mobile #main-menu-mobile-security-products footer a {
        color: white
    }
    #main-menu-mobile #main-menu-mobile-apps footer a:hover,
    #main-menu-mobile #main-menu-mobile-what-is-vpn footer a:hover,
    #main-menu-mobile #main-menu-mobile-servers footer a:hover,
    #main-menu-mobile #main-menu-mobile-servers footer a:hover,
    #main-menu-mobile #main-menu-mobile-security-products footer a:hover {
        color: #fc0
    }
    #main-menu-mobile #main-menu-mobile-countries ul>li:last-child a {
        border-bottom: none
    }
    #main-menu-mobile #main-menu-mobile-countries ul>li a .menu-flag {
        display: inline-block;
        margin-right: 10px
    }
}

#main-menu-mobile #main-menu-mobile-main {
    display: block
}

#main-menu-mobile #main-menu-mobile-what-is-vpn {
    display: none
}

#main-menu-mobile #main-menu-mobile-servers {
    display: none
}

#main-menu-mobile #main-menu-mobile-features {
    display: none
}

#main-menu-mobile #main-menu-mobile-apps {
    display: none
}

#main-menu-mobile .btn-close {
    display: inline-block
}

#main-menu-mobile .btn-back {
    display: none
}

#main-menu-mobile .title-text {
    display: none
}

.noscroll {
    overflow: hidden
}

.main-menu .category-title {
    font-size: 16px;
    line-height: 1.5em;
    color: #656679
}

.main-menu .category-links {
    padding-right: 60px
}

.main-menu .category-links:last-child {
    padding-right: 0
}

.main-menu .category-links ul {
    padding-left: 0;
    margin-top: 10px
}

.main-menu .category-links li {
    color: white;
    list-style-type: none;
    margin-bottom: 8px;
    line-height: 1.2em
}

.main-menu .category-links li a {
    border-bottom: none
}

.main-menu .category-links li a:hover {
    background-color: transparent !important
}

.main-menu .menu-footer {
    padding-top: 25px;
    border-top: none !important
}

.navbar-darkblue.navbar-default .navbar-nav .dropdown-menu .category-links li a {
    background-color: transparent !important
}

.navbar-darkblue.navbar-default .navbar-nav .dropdown-menu .category-links li a:hover {
    background-color: transparent !important
}

.main-menu .mobile-cta:before {
    display: none
}

.main-menu.blackfriday19.navbar-darkblue {
    background-color: black !important
}

.main-menu.blackfriday19.navbar-darkblue .navbar-mobile-content {
    background-color: #0c0c0c !important
}

.main-menu.blackfriday19.navbar-darkblue .navbar-mobile-content li a {
    background-color: #0c0c0c !important
}

.main-menu.blackfriday19.navbar-darkblue .navbar-collapse,
.main-menu.blackfriday19.navbar-darkblue li a,
.main-menu.blackfriday19.navbar-darkblue .menu-link:hover,
.main-menu.blackfriday19.navbar-darkblue .menu-link:focus,
.main-menu.blackfriday19.navbar-darkblue .menu-link:active {
    background-color: black !important
}

.main-menu.blackfriday19.navbar-darkblue .dropdown-menu.dropdown-menu-left,
.main-menu.blackfriday19.navbar-darkblue .dropdown-menu.dropdown-menu-right {
    background-color: #0c0c0c !important
}

.main-menu.blackfriday19.navbar-darkblue .dropdown-menu li a,
.main-menu.blackfriday19.navbar-darkblue .menu-footer li a {
    background-color: transparent !important
}

.main-menu.blackfriday19.navbar-darkblue .navbar-nav .dropdown-menu li a:hover {
    background-color: #1d1d1d !important
}

.main-menu.blackfriday19.navbar-darkblue .navbar-nav .dropdown-menu .category-links li a:hover {
    background-color: transparent !important
}

.main-menu.blackfriday19.navbar-darkblue #main-menu-mobile {
    background-color: #0c0c0c !important
}

.main-menu.blackfriday19.navbar-darkblue .menu-btn.primary.blackfriday19 {
    color: #000000 !important
}

.main-menu.blackfriday19.navbar-darkblue li a.yellow-text {
    background-color: #0c0c0c !important
}

.main-menu.mod-2021 .hover-yellow:hover a {
    color: #fc0 !important
}

.main-menu.mod-2021 .inline-block {
    display: inline-block !important
}

.main-menu.mod-2021 .mt-12 {
    margin-top: 12px !important
}

.main-menu.mod-2021 .font-bold {
    font-weight: bold !important
}

.main-menu.mod-2021 .display-flex {
    display: flex !important
}

.main-menu.mod-2021 li.separator {
    padding: 7px 10px
}

.main-menu.mod-2021 li.separator div {
    width: 1px;
    height: 42px;
    border-left: 1px solid #656679
}

.main-menu.mod-2021 li.separator-mobile {
    padding: 7px 0
}

.main-menu.mod-2021 li.separator-mobile div {
    border-bottom: 1px solid #656679
}

.main-menu.mod-2021 .dropdown-menu {
    background-color: transparent !important;
    box-shadow: none;
    padding: 0;
    border-radius: 8px
}

.main-menu.mod-2021 .dropdown-menu .dropdown-menu-content {
    background-color: #1d1e2f;
    border-radius: 8px;
    margin-top: 36px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18)
}

.main-menu.mod-2021 .dropdown-menu .dropdown-menu-content .menu-handle {
    position: absolute;
    top: 23px;
    left: 20px
}

.main-menu.mod-2021 .dropdown-menu li a {
    padding-top: 0;
    padding-bottom: 0
}

.main-menu.mod-2021 .dropdown-menu .menu-footer .icon {
    width: 14px;
    margin-right: 10px
}

.main-menu.mod-2021 .dropdown-menu .menu-footer a:hover {
    text-decoration: none !important;
    color: #fc0;
    font-weight: bold;
    transition: font-weight 0.2s
}

.main-menu.mod-2021 .dropdown-menu .category-links {
    margin-right: 56px;
    padding-right: 0
}

.main-menu.mod-2021 .dropdown-menu .category-links:last-child {
    margin-right: 0
}

.main-menu.mod-2021 .dropdown-menu .category-links li {
    line-height: 1.8em
}

.main-menu.mod-2021 .dropdown-menu .category-links li a {
    line-height: 1.3em;
    display: inline-block
}

.main-menu.mod-2021 .dropdown-menu .category-links li a:hover {
    text-decoration: none;
    color: #fc0
}

.main-menu.mod-2021 .dropdown-menu .category-links li a.icon-item {
    display: inline-flex;
    align-items: center
}

.main-menu.mod-2021 .dropdown-menu .category-links li a.icon-item>.icon {
    margin-right: 10px;
    width: 14px
}

.main-menu.mod-2021 .dropdown-menu .category-links li a.icon-item>.icon.icon-big {
    width: 24px
}

.main-menu.mod-2021 .dropdown-menu .category-links li a.icon-item>.text .category-subtitle {
    font-size: 12px;
    color: #838495
}

.main-menu.mod-2021 .dropdown-menu .category-title {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    color: #838495;
    text-transform: uppercase;
    border-bottom: 1px solid #323445;
    padding-bottom: 12px
}

.main-menu.mod-2021 .menu-item-columns {
    width: auto;
    min-width: auto;
    box-sizing: border-box
}

.main-menu.mod-2021 .menu-item-columns .dropdown-menu .dropdown-menu-content {
    padding: 24px 48px !important
}

.main-menu.mod-2021 .menu-item-columns.menu-item-columns-whatisvpn .display-flex .cell {
    width: 230px
}

.main-menu.mod-2021 .menu-item-columns.menu-item-columns-apps .display-flex .cell {
    width: 230px
}

@media only screen and (max-width: 1510px) {
    .main-menu.mod-2021 .menu-item-columns.menu-item-columns-apps .display-flex .cell {
        width: 180px
    }
    .main-menu.mod-2021 .menu-item-columns.menu-item-columns-apps .dropdown-menu .dropdown-menu-content {
        padding: 24px 36px !important
    }
    .main-menu.mod-2021 .menu-item-columns.menu-item-columns-apps .dropdown-menu .category-links {
        margin-right: 36px;
        padding-right: 0
    }
    .main-menu.mod-2021 .menu-item-columns.menu-item-columns-apps .dropdown-menu .category-links:last-child {
        margin-right: 0
    }
    .main-menu.mod-2021 .menu-item-columns.menu-item-columns-apps .dropdown-menu .category-title {
        min-height: calc(44px + 12px + 1px)
    }
}

@media only screen and (max-width: 1200px) {
    .main-menu.mod-2021 .menu-item-columns.menu-item-columns-apps .display-flex .cell {
        width: 160px
    }
    .main-menu.mod-2021 .menu-item-columns.menu-item-columns-apps .dropdown-menu .dropdown-menu-content {
        padding: 24px 24px !important
    }
    .main-menu.mod-2021 .menu-item-columns.menu-item-columns-apps .dropdown-menu .category-links {
        margin-right: 36px
    }
    .main-menu.mod-2021 .menu-item-columns.menu-item-columns-apps .dropdown-menu .category-links:last-child {
        margin-right: 0
    }
    .main-menu.mod-2021 .menu-item-columns.menu-item-columns-apps .category-links li a.icon-item>.icon {
        display: none
    }
    .main-menu.mod-2021 .menu-item-columns.menu-item-columns-apps .menu-footer .icon {
        display: none
    }
}

.main-menu.mod-2021 .menu-item-columns.menu-item-columns-servers .display-flex .cell {
    width: 96px
}

@media screen and (max-width: 1100px) {
    #main-menu-mobile.mod-2021 .apps-categories-title {
        font-size: 18px !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        margin-top: 22px !important;
        margin-bottom: 22px !important;
        color: #656679;
        border-bottom: 1px solid #656679
    }
    #main-menu-mobile.mod-2021 .menu-item {
        border-bottom: none !important
    }
    #main-menu-mobile.mod-2021 .menu-item .menu-text {
        display: inline-block;
        font-size: 15px;
        line-height: 1.2em;
        padding-right: 8px;
        width: 85%;
        font-weight: 600 !important
    }
    #main-menu-mobile.mod-2021 .menu-item a.icon-item {
        display: inline-flex;
        align-items: center
    }
    #main-menu-mobile.mod-2021 .menu-item a.icon-item>.icon {
        margin-right: 10px;
        width: 14px
    }
    #main-menu-mobile.mod-2021 .menu-item a.icon-item>.icon svg {
        max-width: 14px;
        max-height: 14px
    }
    #main-menu-mobile.mod-2021 .navbar-mobile-content .menu-link {
        font-weight: 400 !important;
        align-items: center;color: #fff;
    }
    #main-menu-mobile.mod-2021 .navbar-mobile-content .menu-link.inline-block.font-bold.mt-12 {
        display: inline-block !important;
        font-weight: bold !important;
        margin-top: 12px !important
    }
    #main-menu-mobile.mod-2021 #main-menu-mobile-main.navbar-mobile-content {
        padding-right: 50px
    }
    #main-menu-mobile.mod-2021 .navbar-mobile-content {
        padding-right: 0
    }
}

#main-menu-mobile.mod-2021 .navbar-nav>li>a.menu-btn,
#main-menu-mobile.mod-2021 .navbar-nav>li>a.menu-line-btn {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto
}

@media only screen and (max-width: 1340px) {
    .main-menu.mod-2021 .navbar-nav>li>a {
        margin: 0 5px;
        padding: 10px 5px;
        font-size: 13px
    }
}

@media only screen and (max-width: 1390px) {
    .ru .main-menu .menu-link,
    .pt .main-menu .menu-link {
        font-size: 12px !important;
        letter-spacing: -0.5px !important
    }
}

@media only screen and (max-width: 1230px) {
    .ru .main-menu .menu-link,
    .pt .main-menu .menu-link {
        letter-spacing: -0.9px !important
    }
}

.main-footer {
    background-color: #F0F3F5;
    color: #6F6F6F
}

.main-footer a {
    color: #6F6F6F
}

@media only screen and (max-width: 767px) {
    .main-footer .footer-columns {
        padding-top: 20px
    }
}

.main-footer .footer-column h4 {
    font-size: 18px;
    font-weight: 600;
    color: #6F6F6F;
    line-height: 1.1em
}

.main-footer .footer-column ul {
    padding-left: 0;
    list-style-type: none;
    margin: 15px 0 25px 0
}

.main-footer .footer-column ul>li>a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 5px 0;
    cursor: pointer
}

.main-footer .footer-column .tp-widget-score-wrapper {
    display: inline-block;
    width: 110px !important;
    vertical-align: middle
}

@media only screen and (max-width: 767px) {
    .main-footer .footer-column {
        padding-top: 0
    }
    .main-footer .footer-column .footer-section {
        padding: 20px 0 0 0
    }
    .main-footer .footer-column .footer-section h4 {
        font-size: 16px;
        cursor: pointer;
        margin-left: 10px
    }
    .main-footer .footer-column .footer-section h4:before {
        display: inline-block;
        position: relative;
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: '\f067';
        font-size: 10px;
        line-height: 16px;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        top: -2px;
        right: 10px;
        text-align: center;
        color: #6F6F6F;
        border: 1px solid #6F6F6F
    }
    .main-footer .footer-column .footer-section.active h4:before {
        content: '\f068'
    }
    .main-footer .footer-column .footer-section>ul {
        display: none;
        margin: 1em 2em .5em 2em
    }
    .main-footer .footer-column .footer-section>ul.social-media-icons {
        display: block
    }
    .main-footer .footer-column .footer-section.active>ul {
        display: block
    }
    .main-footer .footer-column .footer-section>ul:not(.social-media-icons)>li a {
        font-size: 14px;
        font-weight: 400
    }
    .main-footer .footer-column .footer-section>ul:not(.social-media-icons)>li a:active,
    .main-footer .footer-column .footer-section>ul:not(.social-media-icons)>li a:focus,
    .main-footer .footer-column .footer-section>ul:not(.social-media-icons)>li a:hover {
        text-decoration: none
    }
    .main-footer .footer-column .footer-section h4.social-media-icons:before {
        visibility: hidden
    }
    .main-footer .footer-column .footer-section .social-media-icons li {
        display: inline-flex;
        align-items: center;
        justify-content: center
    }
    .main-footer .footer-column .tp-widget-score-wrapper {
        align-items: center;
        justify-content: center;
        display: inline-flex;
        width: 110px;
        margin: 0 2em
    }
}

.main-footer .footer-bottom small {
    font-size: 12px;
    font-weight: 400
}

.main-footer .footer-bottom a {
    text-decoration: none;
    border-bottom: 1px dotted #6F6F6F;
    margin-left: 0.5em;
    margin-right: 0.5em
}

.main-footer .social-media-icons li {
    display: inline-block;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 1px;
    margin: 8px;
    margin-left: 0;
    background-color: #6F6F6F;
    transition: .3s background-color;
    cursor: pointer
}

.main-footer .social-media-icons li i.fab {
    font-size: 16px;
    color: #323232;
    transition: .3s color
}

.main-footer .social-media-icons li:hover i.fab {
    color: white
}

.main-footer .social-media-icons li:hover.color-facebook {
    background-color: #3B5998;
    color: white
}

.main-footer .social-media-icons li:hover.color-google-plus:hover {
    background-color: #DC4E41;
    color: white
}

.main-footer .social-media-icons li:hover.color-instagram:hover {
    background-color: #6A453B;
    color: white
}

.main-footer .social-media-icons li:hover.color-linkedin:hover {
    background-color: #007AB9;
    color: white
}

.main-footer .social-media-icons li:hover.color-pinterest:hover {
    background-color: #CB2027;
    color: white
}

.main-footer .social-media-icons li:hover.color-twitter:hover {
    background-color: #55ACEE;
    color: white
}

.main-footer .social-media-icons li:hover.color-vimeo:hover {
    background-color: #86C9EF;
    color: white
}

.main-footer .social-media-icons li:hover.color-youtube:hover {
    background-color: #D42428;
    color: white
}

@media only screen and (max-width: 767px) {
    .main-footer .social-media-icons {
        max-width: 200px
    }
}

.main-footer .badge-avtest {
    display: inline-block;
    max-width: 90px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px
}

.main-footer .badge-avtest img {
    width: 100%
}

@media only screen and (max-width: 1199px) {
    .main-footer .badge-avtest {
        margin-top: 10px
    }
}

.main-footer.inverse {
    background-color: #323232;
    color: #c1c1c1
}

.main-footer.inverse a {
    color: #c1c1c1
}

.main-footer.inverse .footer-column h4 {
    color: #c1c1c1;
    opacity: .4
}

.main-footer.inverse .footer-column h4:before {
    color: #c1c1c1;
    border-color: #c1c1c1
}

.main-footer.inverse .footer-column>ul:not(.social-media-icons)>li a {
    border-bottom-color: #c1c1c1
}

@media only screen and (max-width: 767px) {
    .main-footer.inverse .footer-column h4 {
        opacity: 1
    }
}

.main-footer.inverse .footer-bottom a {
    border-bottom-color: #c1c1c1
}

.main-footer.dark-blue {
    background-color: #1D1E2F;    margin-top: 30px;
}

.main-footer.dark-blue .social-media-icons li {
    background-color: rgba(255, 255, 255, 0.6)
}

.main-footer.dark-blue .social-media-icons li i.fab {
    color: #1D1E2F
}

.main-footer.dark-blue .social-media-icons li:hover i.fab {
    color: white
}

.main-footer.dark-blue a {
    color: rgba(255, 255, 255, 0.8)
}

.main-footer.dark-blue .footer-column h4 {
    color: #fff
}

.modal.modal-login.modal-custom .modal-dialog {
    width: 500px;
    max-width: 100% !important;
    position: relative;
    margin: 100px auto
}

.modal.modal-login.modal-custom .modal__top-border {
    border-top: 1px solid #D5D5D5
}

.modal.modal-login.modal-custom .modal-content {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4)
}

.modal.modal-login.modal-custom .modal-content.account-login {
    display: none
}

.modal.modal-login.modal-custom .modal-content.account-login.active {
    display: block
}

.modal.modal-login.modal-custom .modal-content.account-email {
    display: none
}

.modal.modal-login.modal-custom .modal-content.account-email.active {
    display: block
}

.modal.modal-login.modal-custom .modal-content.account-email.active .custom-hey .hey-1,
.modal.modal-login.modal-custom .modal-content.account-email.active .custom-hey .hey-2 {
    fill: #6c6c6c
}

.modal.modal-login.modal-custom .modal-content.account-email.active .custom-hey .hey-1.active,
.modal.modal-login.modal-custom .modal-content.account-email.active .custom-hey .hey-2.active {
    fill: #4BA920
}

.modal.modal-login.modal-custom .modal-content button.close {
    transition: transform .5s ease-in-out
}

.modal.modal-login.modal-custom .modal-content button.close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-decoration: none
}

.modal.modal-login.modal-custom .modal-content .modal-title {
    color: #6C6C6C;
    font-weight: bold;
    font-size: 40px;
    margin-top: 0px
}

.modal.modal-login.modal-custom .modal-content .modal-title img {
    height: 80px;
    display: inline-block;
    margin-bottom: 20px
}

.modal.modal-login.modal-custom .modal-content .form-group {
    position: relative
}

.modal.modal-login.modal-custom .modal-content .form-group label {
    position: absolute;
    top: 25px;
    left: 15px;
    font-weight: 500;
    cursor: text;
    transition: 0.3s all
}

.modal.modal-login.modal-custom .modal-content .form-group .cg-textfield {
    border-color: #D5D5D5;
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 8.5px 16px;
    font-weight: 500;
    color: rgba(50, 50, 50, 0.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 15px auto 0 auto
}

.modal.modal-login.modal-custom .modal-content .form-group .cg-textfield:focus {
    border-color: #4BA920;
    outline: 0;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.3)
}

.modal.modal-login.modal-custom .modal-content .form-group .cg-textfield.not-empty {
    border-color: #4BA920
}

.modal.modal-login.modal-custom .modal-content .form-group .cg-textfield:focus~label,
.modal.modal-login.modal-custom .modal-content .form-group .cg-textfield.not-empty~label {
    transform: scale(0.85) translateY(-40px) translateX(-25px)
}

.modal.modal-login.modal-custom .modal-content button[type="submit"],
.modal.modal-login.modal-custom .modal-content a.js-email {
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border: 2px solid #4BA920;
    color: #4BA920;
    font-weight: bold;
    font-size: 16px
}

.modal.modal-login.modal-custom .modal-content .alert {
    display: none
}

.modal.modal-login.modal-custom .modal-content form {
    padding-left: 10px;
    padding-right: 10px
}

.modal.modal-login.modal-custom .modal-content .modal__new-user {
    color: #6C6C6C;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    padding-top: 10px;
    line-height: 40px
}

.modal.modal-login.modal-custom .modal-content .modal__new-user a {
    color: #4BA920;
    text-decoration: underline
}

.modal.modal-login.modal-custom .forgot-user {
    color: rgba(50, 50, 50, 0.6)
}

.modal.modal-login.modal-custom a.forgot-user {
    text-decoration: underline
}

.modal.modal-login.modal-custom .custom-hey {
    width: 30px;
    display: inline-block;
    vertical-align: middle
}

.modal.modal-login.modal-custom .custom-hey .hey-1,
.modal.modal-login.modal-custom .custom-hey .hey-2 {
    transition: .3s all
}

.modal.modal-login.modal-custom.filled-modal .custom-hey .hey-1,
.modal.modal-login.modal-custom.filled-modal .custom-hey .hey-2 {
    fill: #4BA920
}

.modal.modal-login.modal-custom.filled-modal button[type="submit"] {
    background-color: #4BA920;
    color: #fff
}

@media screen and (max-width: 767px) {
    #login-modal .modal-content .modal-header {
        padding-bottom: 0
    }
    #login-modal .modal-content .modal-header .modal-title {
        color: #6C6C6C;
        font-weight: bold;
        font-size: 30px;
        margin-top: 0px
    }
    #login-modal .modal-content .modal-header .modal-title .custom-hey {
        width: 20px
    }
    #login-modal .modal-content .modal-body {
        padding-top: 0
    }
}

.vpn-plans-title {
    background-color: #f8f9fa;
    border: 1px solid #aeb5b6;
    position: relative;
    height: 60px
}

.vpn-plans-title img {
    width: 75px
}

.vpn-plans-items {
    background-color: #f8f9fa;
    border: 1px solid #aeb5b6;
    position: relative;
    height: 60px
}

.vpn-plans-title {
    margin: 25px 0px 15px 0px
}

.vpn-plans-items {
    margin: 10px 0px
}

.vpn-plans-title img {
    position: absolute;
    left: 18px
}

.vpn-plans-title.vpn-plans-1 img {
    bottom: -10px
}

.vpn-plans-title.vpn-plans-2 img {
    bottom: 2px
}

.vpn-plans-title.vpn-plans-3 img {
    bottom: -15px
}

.vpn-plans-items img {
    margin: 18px;
    max-width: 25px
}

.vpn-plans-title span {
    padding-left: 118px;
    line-height: 60px;
    font-weight: bold
}

.vpn-plans-items span {
    display: inline-block;
    vertical-align: middle;
    width: 80%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .vpn-plans-items span {
        width: 75%
    }
    .vpn-plans-title span {
        padding-left: 95px
    }
    .vpn-plans-title img {
        left: 10px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .vpn-plans-items span {
        width: 68%;
        font-size: 11px
    }
    .vpn-plans-title {
        height: 65px
    }
    .vpn-plans-title span {
        padding-left: 90px
    }
    .vpn-plans-title img {
        left: 5px
    }
    .vpn-plans-items {
        height: 65px
    }
    html:lang(ru) .vpn-plans-3>span {
        line-height: 25px;
        display: block;
        padding-top: 7px;
        word-wrap: break-word;
        padding-right: 5px
    }
}

@media (max-width: 767px) {
    .vpn-plans-items span {
        width: 75%
    }
    .vpn-plans-title {
        height: 65px
    }
    .vpn-plans-title span {
        padding-left: 90px
    }
    .vpn-plans-title img {
        left: 5px
    }
    .vpn-plans-items {
        height: 65px
    }
}

.carousel-container {
    min-height: 450px
}

.carousel-container.carousel-bg-image {
    background-image: url("/img/element/carousel/back-quotes.jpg");
    background-position: top;
    background-size: cover
}

.carousel-container #carousel-quotes .rating {
    font-size: 24px;
    margin: 15px 0 25px 0
}

.carousel-container #carousel-quotes .rating i {
    margin-left: 10px;
    margin-right: 10px
}

.carousel-container #carousel-quotes .quote {
    display: inline-block;
    width: 70%
}

.carousel-container #carousel-quotes .quote span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 200
}

.carousel-container #carousel-quotes .quote .quote-source a {
    display: inline-block
}

.carousel-container #carousel-quotes .quote img {
    width: 160px;
    height: auto;
    margin: 30px;
    padding: 0px
}

.carousel-container .carousel-control {
    background-image: none !important;
    padding-top: 60px
}

.carousel-container .carousel-control .quote__arrow--left {
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-color: #fc0 transparent transparent #fc0;
    transform: rotate(-45deg);
    display: inline-block
}

.carousel-container .carousel-control .quote__arrow--right {
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-color: transparent #fc0 #fc0 transparent;
    transform: rotate(-45deg);
    display: inline-block
}

.trusted-by-users .table-item {
    height: 160px;
    width: 100%;
    padding: 30px;
    margin: 15px 0
}

.trusted-by-users .table-item span.img-bg {
    display: block;
    margin: 0px auto;
    height: 45px
}

.trusted-by-users .table-item span {
    bottom: 35px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff
}

.trusted-by-users .table-item.surf {
    background-color: #ffcc00
}

.trusted-by-users .table-item.stream {
    background-color: #e96032
}

.trusted-by-users .table-item.wifi {
    background-color: #00a0de
}

.trusted-by-users .table-item.torrent {
    background-color: #844cb1
}

.trusted-by-users .table-item.website {
    background-color: #2f5a9e
}

.trusted-by-users .table-item.vpn {
    background-color: #be2867
}

.country-selection-exposed-bar {
    overflow: visible;
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 1000;
    height: 25px;
    display: inline-block;
    text-align: right
}

.country-selection-exposed-bar .nav>li>a {
    margin: 2px;
    font-weight: 700;
    padding: 0;
    color: #000333
}

.country-selection-exposed-bar .nav>li>a>span {
    vertical-align: middle
}

.country-selection-exposed-bar .open>.dropdown-menu {
    border-radius: 0;
    background-color: #f6f6f6
}

.country-selection-exposed-bar .dropdown-menu {
    top: 94%;
    border: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -webkit-column-rule: 1px solid #ddd;
    -moz-column-rule: 1px solid #ddd;
    column-rule: 1px solid #ddd;
    padding: 20px 10px
}

.country-selection-exposed-bar .dropdown-menu>li>a {
    padding: 10px 20px
}

.country-selection-exposed-bar .dropdown-menu>li>a:hover {
    background-color: #e9e9e9
}

.country-selection-exposed-bar .dropdown-menu>li {
    list-style: none;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.country-selection-exposed-bar .dropdown-menu>li:last-child>a {
    border-bottom: none
}

@media only screen and (max-width: 1100px) {
    .country-selection-exposed-bar {
        display: none
    }
}

.exposed-bar {
    background-color: #f6f6f6;
    width: 100%;
    overflow: visible;
    padding: 0;
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2)
}

.exposed-bar.dark {
    background-color: #323232
}

.exposed-bar.dark .client-info span {
    color: #fff;
    vertical-align: middle
}

.exposed-bar.dark .client-info span span.exposed a:hover {
    color: #fff
}

.exposed-bar .client-info {
    display: inline-block;
    padding-right: 10px;
    text-decoration: none;
    box-sizing: border-box;
    padding: 0 35px 0 35px;
    width: 85%
}

@media only screen and (max-width: 1100px) {
    .exposed-bar .client-info {
        width: 100%
    }
}

.exposed-bar .client-info.is-exposed {
    cursor: pointer
}

.exposed-bar .client-info.is-protected {
    cursor: default
}

.exposed-bar .client-info.no-link {
    cursor: default
}

.exposed-bar .client-info .label {
    font-weight: normal;
    margin: 0;
    padding: 0
}

.exposed-bar .client-info>span {
    padding-right: 3%
}

.exposed-bar .client-info span {
    color: #636363;
    font-size: 12px;
    line-height: 25px
}

.exposed-bar .client-info span span {
    padding-left: 3px
}

.exposed-bar .client-info span span.exposed {
    color: #e4502a
}

.exposed-bar .client-info span span.exposed a {
    color: #e4502a;
    text-decoration: none;
    transition: all 250ms ease-in
}

.exposed-bar .client-info span span.exposed a:active,
.exposed-bar .client-info span span.exposed a:visited {
    color: #e4502a;
    text-decoration: none;
    transition: all 250ms ease-in
}

.exposed-bar .client-info span span.exposed a:hover {
    color: #323232
}

.exposed-bar .client-info span span.protected {
    color: #88b639
}

.exposed-bar .client-info>span {
    padding-right: 25px
}

@media (max-width: 1140px) {
    .exposed-bar {
        padding: 0 5px;
        font-size: 12px
    }
}

@media (max-width: 768px) {
    .exposed-bar {
        padding: 0 5px
    }
    .exposed-bar .client-info span {
        font-size: 10px
    }
    .exposed-bar .client-info span span {
        font-size: 10px
    }
    .exposed-bar .client-info>span {
        padding-right: 15px
    }
}

@media only screen and (max-width: 480px) {
    .exposed-bar .client-info>span {
        padding-right: 5px
    }
    .exposed-bar .client-info span span {
        font-size: 10px
    }
}

.exposed-bar.dark-blue {
    background-color: #242538;
    color: white;
    border-top-color: rgba(255, 255, 255, 0.1)
}

.exposed-bar.dark-blue .client-info span {
    color: #656679;
    opacity: 1
}

.exposed-bar.dark-blue .client-info span span.exposed a {
    color: #e4502a !important
}

.exposed-bar.dark-blue .breadcrumb {
    color: rgba(255, 255, 255, 0.7);
    background-color: transparent
}

.exposed-bar.dark-blue .breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: underline
}

.tp-widget-dark {
    color: rgba(255, 255, 255, 0.8)
}

.tp-widget-light {
    color: #191919
}

.tp-widget-review {
    background-color: #f8f9fa;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgba(182, 196, 210, 0.4);
    display: inline-block;
    height: 159px;
    line-height: 16px;
    margin: 0 24px 10px 0;
    padding: 15px;
    position: relative;
    vertical-align: middle;
    white-space: normal;
    width: 100%
}

.tp-widget-review .tp-review-title {
    color: #1f2936;
    font-size: 14px;
    font-weight: 700;
    height: 16px;
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tp-widget-review .tp-review-date {
    color: rgba(25, 25, 25, 0.6);
    font-size: 12px;
    line-height: 14px;
    max-width: calc(100% - 135px);
    position: absolute;
    right: 15px;
    text-align: right;
    top: 15px
}

.tp-widget-review .tp-review-text {
    color: #191919;
    font-size: 13px;
    line-height: 16px;
    max-height: 50px;
    overflow: hidden;
    word-wrap: break-word
}

.tp-widget-review .tp-review-username {
    bottom: 12px;
    color: rgba(25, 25, 25, 0.6);
    font-size: 12px;
    left: 16px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 30px);
    z-index: 2
}

.tp-widget-review a,
.tp-widget-review a:hover {
    text-decoration: none
}

.tp-widget-stars {
    margin-bottom: 14px
}

.tp-widget-stars .single-star {
    width: 100%
}

.tp-widget-stars .tp-stars {
    width: 110px
}

.tp-widget-stars .tp-stars .single-star {
    width: 17px
}

.tp-widget-stars .tp-stars--5 .single-star {
    background-color: #00b67a
}

.tp-widget-stars .tp-stars--4 .single-star {
    background-color: #73cf11
}

.tp-widget-stars .tp-stars--3 .single-star {
    background-color: #ffce00
}

.tp-widget-stars .tp-stars--2 .single-star {
    background-color: #ff8622
}

.tp-widget-stars .tp-stars--1 .single-star {
    background-color: #ff3722
}

.trustbox-quotes .tp-reviews-bottom {
    line-height: 16px;
    margin: 15px auto 5px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px
}

.trustbox-quotes .tp-reviews-bottom .tp-widget-rating {
    display: inline-block;
    vertical-align: bottom
}

.trustbox-quotes .tp-reviews-bottom .tp-widget-rating a {
    color: #ffffff;
    text-decoration: underline
}

.trustbox-quotes .tp-reviews-bottom span {
    display: inline-block
}

.trustbox-quotes .tp-reviews-bottom .tp-widget-poweredby {
    display: inline-block;
    vertical-align: bottom
}

.trustbox-quotes .tp-reviews-bottom .tp-widget-poweredby .tp-widget-logo {
    display: block;
    margin: 0 auto;
    width: 80px
}

.trustbox-quotes .tp-reviews-bottom .tp-widget-poweredby #tp-widget-logo .tp_logo {
    height: 16px
}

.trustbox-quotes .tp-reviews-bottom .bold-underline {
    font-weight: 500
}

.trustbox-quotes .tp-rating-big {
    max-width: 200px;
    text-align: center;
    z-index: 100;
    color: #fff;
    margin: 0 auto
}

.trustbox-quotes .tp-rating-big .tp-widget-logo img {
    margin: 0 auto;
    width: 95px
}

.trustbox-quotes .tp-rating-big .tp-widget-humanscore {
    font-size: 24px;
    margin: 0 0 12px;
    font-weight: 500
}

.trustbox-quotes .tp-rating-big .tp-widget-humanscore a {
    color: #fff;
    text-decoration: none
}

.trustbox-quotes .tp-rating-big .tp-stars {
    margin: 0 auto
}

.trustbox-quotes .tp-rating-big .tp-widget-stars .tp-stars {
    width: 160px
}

.trustbox-quotes .tp-rating-big .tp-widget-stars .tp-stars .single-star {
    width: 27px
}

.trustbox-quotes .tp-rating-big .tp-widget-businessinfo {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 14px
}

.trustbox-quotes .tp-rating-big .tp-widget-businessinfo a {
    color: #fff;
    text-decoration: none
}

.trustbox-quotes .tp-rating-big .bold-underline {
    font-weight: 700;
    text-decoration: underline
}

.tp-widget-score-wrapper {
    text-align: center;
    width: 90px
}

.tp-widget-score-wrapper a {
    text-decoration: none
}

.tp-widget-score-wrapper .tp-widget-logo img {
    width: 65px
}

.tp-widget-score-wrapper .tp-widget-stars {
    margin-bottom: 0
}

.tp-pricing-widget .tp-rating-big {
    max-width: 200px;
    text-align: center;
    z-index: 100;
    margin: 0 auto
}

.tp-pricing-widget .tp-rating-big .tp-widget-logo img {
    margin: 0 auto;
    width: 95px
}

.tp-pricing-widget .tp-rating-big .tp-widget-humanscore {
    font-size: 24px;
    margin: 0 0 12px;
    font-weight: 500
}

.tp-pricing-widget .tp-rating-big .tp-widget-humanscore a {
    color: #191919;
    text-decoration: none
}

.tp-pricing-widget .tp-rating-big .tp-stars {
    margin: 0 auto
}

.tp-pricing-widget .tp-rating-big .tp-widget-stars .tp-stars {
    width: 160px
}

.tp-pricing-widget .tp-rating-big .tp-widget-stars .tp-stars .single-star {
    width: 27px
}

.tp-pricing-widget .tp-rating-big .tp-widget-businessinfo {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 14px
}

.tp-pricing-widget .tp-rating-big .tp-widget-businessinfo a {
    color: #191919;
    text-decoration: none
}

.tp-pricing-widget .tp-rating-big .bold-underline {
    font-weight: 700;
    text-decoration: underline
}

.tp-pricing-widget .tp-pricing-reviews .tp-widget-review {
    background-color: transparent;
    box-shadow: none
}

.tp-stars .gray-background {
    background-color: #dcdce5 !important
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
    .tp-widget-review {
        height: 200px
    }
    .tp-widget-review .tp-review-date {
        max-width: none;
        position: relative;
        text-align: left;
        margin-bottom: 10px;
        right: 0;
        top: 0
    }
}

.blobs {
    width: 300px;
    height: 80px;
    position: relative;
    overflow: hidden;
    margin: 10px auto
}

.blob {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    background: #fc0;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0
}

.blob.blob-left {
    left: 0px;
    -webkit-animation: blobs-left ease 2s infinite;
    -moz-animation: blobs-left ease 2s infinite;
    animation: blobs-left ease 2s infinite
}

.blob.blob-right {
    right: 0px;
    -webkit-animation: blobs-right ease 2s infinite;
    -moz-animation: blobs-right ease 2s infinite;
    animation: blobs-right ease 2s infinite
}

.blob-center {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: calc(50% - 35px);
    height: 70px;
    width: 70px;
    background: #fc0;
    border-radius: 70px;
    opacity: 0;
    -webkit-animation: blobs-center ease 1s forwards;
    -moz-animation: blobs-center ease 1s forwards;
    animation: blobs-center ease 1s forwards
}

.cg-ghosty {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: calc(50% - 20px);
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
    -webkit-animation: pulse ease 1s forwards;
    -moz-animation: pulse ease 1s forwards;
    animation: pulse ease 1s forwards
}

.blob:nth-child(1),
.blob:nth-child(5) {
    -webkit-animation-delay: 0s;
    --moz-animation-delay: 0s;
    animation-delay: 0s
}

.blob:nth-child(2),
.blob:nth-child(6) {
    -webkit-animation-delay: 1s;
    --moz-animation-delay: 1s;
    animation-delay: 1s
}

.blob:nth-child(3),
.blob:nth-child(7) {
    -webkit-animation-delay: 2s;
    --moz-animation-delay: 2s;
    animation-delay: 2s
}

.blob:nth-child(4),
.blob:nth-child(8) {
    -webkit-animation-delay: 3s;
    --moz-animation-delay: 3s;
    animation-delay: 3s
}

.blob-center,
.cg-ghosty {
    -webkit-animation-delay: 1.2s;
    --moz-animation-delay: 1.2s;
    animation-delay: 1.2s
}

@-webkit-keyframes blobs-left {
    0% {
        opacity: 0;
        left: 0px;
        transform: scale(0.5)
    }
    1% {
        opacity: 1
    }
    100% {
        opacity: 1;
        transform: scale(1);
        left: 135px
    }
}

@-moz-keyframes blobs-left {
    0% {
        opacity: 0;
        left: 0px;
        transform: scale(0.5)
    }
    1% {
        opacity: 1
    }
    100% {
        opacity: 1;
        transform: scale(1);
        left: 135px
    }
}

@keyframes blobs-left {
    0% {
        opacity: 0;
        left: 0px;
        transform: scale(0.5)
    }
    1% {
        opacity: 1
    }
    100% {
        opacity: 1;
        transform: scale(1);
        left: 135px
    }
}

@-webkit-keyframes blobs-right {
    0% {
        opacity: 0;
        right: 0px;
        transform: scale(0.5)
    }
    1% {
        opacity: 1
    }
    100% {
        opacity: 1;
        transform: scale(1);
        right: 135px
    }
}

@-moz-keyframes blobs-right {
    0% {
        opacity: 0;
        right: 0px;
        transform: scale(0.5)
    }
    1% {
        opacity: 1
    }
    100% {
        opacity: 1;
        transform: scale(1);
        right: 135px
    }
}

@keyframes blobs-right {
    0% {
        opacity: 0;
        right: 0px;
        transform: scale(0.5)
    }
    1% {
        opacity: 1
    }
    100% {
        opacity: 1;
        transform: scale(1);
        right: 135px
    }
}

@keyframes blobs-center {
    0% {
        opacity: 0;
        transform: scale(0.3)
    }
    1% {
        opacity: 1
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0)
    }
    1% {
        opacity: 1
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0)
    }
    1% {
        opacity: 1
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 0);
        transform: scale3d(0, 0, 0)
    }
    1% {
        opacity: 1
    }
    50% {
        opacity: 1;
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.router-menu:hover .router-icon {
    content: url("/img/pages/apps/router-icon-yellow.png")
}

.console-menu:hover .console-icon {
    content: url("/img/pages/apps/console-icon-yellow.png")
}

.console-menu.active .console-icon {
    color: #fc0
}

.console-menu.active .console-icon {
    content: url("/img/pages/apps/console-icon-yellow.png")
}

.d-none {
    display: none !important
}

.yellow-underline {
    position: relative
}

.yellow-underline:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    background-color: #fc0;
    bottom: -10px
}

html {
    scroll-behavior: smooth
}

/* Countdown Clock container */

/* a number for: day, hour, min and sec */

.countdown-container-inline>.time_unit {}

/* clock separator ':' */
.formRight .form{width:calc(100%- 200px);padding:50px;box-sizing: border-box;background: rgb(29 30 47 / 80%);border-radius:12px;}
.countdown-container-inline>.separator {}
header .contact a{    color: #000913;font-weight:bold;}
@media (min-width: 1200px){
.container {    max-width: 1280px;margin:0px auto;width:97%;}
header .contact {    grid-column: 1/-1;    margin-top: 1.5rem;    display: block;    align-items: center;    text-align: center;}
header .contact {    font-size: 16px;    font-weight: 400;    color: #000913;}
}
.formRight .form button{padding: 14px 44px 14px 13px;
    color: #000913;
    font-size: 18px;
    line-height: 25px;
    border-radius: 12px;
    background: #fff;
    border: 0;
    background:  url("../images/arrow.svg")no-repeat;
    background-color: #fff;
    background-position: center right 10px !important;text-align: left;
    background-size: 16px;}
.formRight .form button:hover{border-radius: 0px;    background-position: center right 15px !important;}
.customerService .form-control{height:auto;    padding: 16px;
    border-radius: 12px;
    color: #000913;
    font-size: 16px;
    line-height: 22px;
    border: 0;
    width: 100%;
    outline: 0;}
header .contact {  margin: 24px auto;    display: flex;    justify-content: center;    text-align: left;}
.blazingFast img{width:292px; margin:0px auto;}
.blazingFast p{font-size:16px;}
.title-and-paragraphs ul.orderedList{display:flex;flex-wrap: wrap;text-align: left;font-size:16px;}
.title-and-paragraphs ul.orderedList li{margin-bottom: 8px;    vertical-align: top;    width: 48%;    margin-right: 3%;}
.title-and-paragraphs ul.orderedList li:nth-child(2n){margin-right:0px;}
.blazingFast .blazeRight{padding:20px;box-sizing: border-box;}
.planColumn .plan{padding: 30px;border-radius: 12px;box-sizing: border-box;color:#000;min-height: 525px;}
.planColumn .plan .title{display:flex;}
.planColumn .plan .title a{    width: 340px;    display: inline-flex;color:#000;}
.planColumn .plan ul{padding-right:0px;padding-left:0;}
.planColumn .plan ul li{border-radius: 12px;    margin-top: 0.75rem;    margin-bottom: 0.75rem; opacity: 1;
	background-color: #fff;;    padding: 1.5rem;list-style: none;font-weight:600;}
.planColumn{margin-top:20px;margin-bottom: 50px;}
.aboutText p{margin-bottom: 10px;}
.aboutText h1{margin-bottom: 2rem;}
.bannerList li h3{font-weight:400;}
.bannerList li{list-style-type: none;margin-bottom: 25px;}
.bannerList li img{width:30px;height:30px;display:inline-block;margin-right: 20px;vertical-align: middle;    float: left;}
.bannerList li h3{display:inline-block;vertical-align: middle;float: left;width: calc(100% - 50px);line-height: inherit;font-size:22px;    text-align: left;margin-bottom: 0px;}
.mobile.plan{    max-width:300px;    margin: 0px auto;    padding: 20px;    box-sizing: border-box;    border-radius: 12px;}
.mobile.plan .title h3{font-size:24px;margin-bottom:15px;}
.mobile.plan .title h3 a{color:#000;}
.mobile.plan .title h3 a:hover{text-decoration:none;}
.features .feature{border-radius: 12px;margin-top: 20px;margin-bottom: 20px;background-color: #fff;	padding: 20px;color:#000;box-sizing: border-box;}
.features .feature ul{list-style: none;margin-left:0px;padding-left:0px;}
.features .feature ul li{font-size:16px;margin-bottom:8px;}
.mobile.plan .bottom .price{font-weight: 500;    line-height: 1.5;    font-size: 28px;    color: #000913;}
.mobile.plan .bottom a.button{padding: 14px 44px 14px 13px;    font-size: 18px;    line-height: 25px;    border-radius: 12px;
    color: #fff;    border: 0;    background: url(../images/arrow-white.svg)no-repeat;  background-color: #000913;
    background-position: center right 10px !important;    text-align: left;    background-size: 16px;    transition: all 0.5s linear !important;    -webkit-transition: all 0.5s linear !important;    -moz-transition: all 0.5s linear !important;display: block;
    width: fit-content;margin-top: 10px;}
.mobile.plan .bottom a.button:hover{border-radius: 0px;    background-position: center right 15px !important;text-decoration: none;}
.ftrCallSctn{max-width: 360px;margin: 0 auto;}
.ftrCallSctn.formRight .form{padding:20px 0px;}
.ftrCallSctn h3{font-weight: 600;    font-size: 28px;    line-height: 34px;    margin-bottom: 20px;}
.bannerList{max-width: 600px;    margin: 60px auto;}
.planColumn.homePlanColumn{background-color: rgba(0,48,73,.1);padding:30px 0px;margin-top:0px;}
.call-Section.jumbotron-left{padding-bottom: 0px !important;}
.homePlanColumn.planColumn .col-md-4 > div{background:#fff;margin-bottom: 20px;}
.homePlanColumn.planColumn .plan .title{display:block;text-align: center;border-radius:12px;padding:30px;box-sizing: border-box;}
.homePlanColumn.planColumn .plan .title h3{font-size:24px;}
.homePlanColumn.planColumn .plan{min-height: auto;margin:0px auto;}
.homePlanColumn.planColumn .plan .title a{width:auto;}
.homePlanColumn.planColumn h2{margin-bottom: 30px;}
.homePlanColumn.planColumn .row{display: flex;    flex-wrap: wrap;}
.homePlanColumn.planColumn .row .col-md-4{float: left;    clear: left;}
.homePlanColumn.planColumn img{width:50px;height:50px;margin-bottom:10px;}
#TrulyCompleteVPN .owl-carousel .item{background: #e5eaed;padding: 20px 25px;border-radius: 12px;min-height: 245px;}
#TrulyCompleteVPN .owl-carousel .item .description{max-height: 140px;    overflow: hidden;    overflow-y: auto;}
.profile-img img{width:40px;height:40px;}
.profile-Head{display:flex;flex-direction: row;margin-bottom: 20px;position: relative;}
.profile-Name{margin-left:15px;}
.profile-Name h4{margin-bottom: 0px;line-height: inherit;}
.profile-Name small{font-size:100%;line-height: inherit;}
.profile-Head::after{content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
	background-image:url("../images/google.svg");}
.owl-theme .owl-dots .owl-dot span{margin: 5px 8px;width:6px;height:6px;    background: #c5c9c8;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#545454;}
#TrulyCompleteVPN.testimonial{background:none;padding:0px;}
.call-Section{margin-top:50px;}
.testimonial .summary{font-size: 20px;    text-align: center;    margin: 5px 0px;}
.callDiv h5,.callDiv h5,.callDiv a{display:inline-block;margin-bottom: 0;
    padding-bottom: 0;}
@media (min-width: 768px){
	.aboutText{max-width:768px;margin:0px auto;}
	.aboutText p{font-size: 20px;}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{margin-left:0px;}
}
@media (min-width: 1024px){
	header .contact {    grid-column: span 4/span 4;    justify-content: flex-end;}
}
@media (max-width: 1100px){
header .contact {  margin: 24px auto;    display: block;    justify-content: center;    text-align: left;}
	header .contact,header .contact a{color:#fff;}
	.formRight .form{padding:30px;}
}
@media (max-width: 820px){
	.jumbotron-left.jumbotron{padding-top: 30px !important;padding-bottom: 30px !important;}
	.blazingFast p{font-size:16px;}
}
@media (max-width: 820px){
	.bannerList{    max-width: initial;    margin: inherit;    padding: 0;}
	.mobile.plan{    max-width: initial;    margin: inherit;}
	
}
@media (max-width: 620px){
.ftrCallSctn h3 {    font-weight: 600;    font-size: 20px;    line-height: 28px;    margin-bottom: 0px;}
	.bannerList{padding-left:0px;}
}