/* !------------------------------------------------------------! */
/* !----------------------- ZennoLab page ----------------------! */
/* !------------------------------------------------------------! */

#zennolab .main-section {
    background-image: url("../img/ZennoLab/main/bg.webp");
    background-color: #388ce9;
}

#zennolab .main-container {
    height: 700px;
}

#zennolab .h1-main {
    font-size: 2.8125rem;
    line-height: 3.375rem;
    margin-bottom: 2.5rem;
}

#zennolab .product-menu {
    background-color: #f7f8fa;
}

#zennolab .product-menu-item-link {
    display: flex;
    padding: 2rem 1.3rem;
    background-color: transparent;
    border-bottom: 5px solid transparent;
}
#zennolab .product-menu-item-link:hover {
    background-color: #eeeeee;
    border-bottom: 5px solid #1e8ce6;
    transition: 0.4s;
}
#zennolab .product-menu-item-link:active,
#zennolab .product-menu-item-link:focus {
    background-color: #eeeeee;
}

#zennolab .product-menu-item-title {
    padding-bottom: 0.5rem;
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.5625rem;
    color: #1e1e1e;
}

#zennolab .product-menu-item-description {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #1e1e1e;
    height: 40px;
}

#zennolab .product-section-bg-white {
    background-color: white;
    padding: 5rem 0;
}

#zennolab .product-section-bg-gray {
    background-color: #f7f8fa;
    padding: 5rem 0;
}

#zennolab .product-logo {
    width: auto;
    height: 50px;
    margin-right: 1rem;
}

#zennolab .product-description {
    margin-bottom: 2rem;
    padding-right: 3rem;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    color: #5a5a64;
}

#zennolab a.secondary-button {
    border: 2px solid #418cf5;
    color: #418cf5;
}
#zennolab a.secondary-button:hover {
    color: #ffffff;
    background-color: #418cf5;
}
#zennolab a.secondary-button:active,
#zennolab a.secondary-button:focus {
    color: #ffffff;
    background-color: #418cf5;
    box-shadow: 0 0 0 3px rgba(65, 140, 245, 0.3);
}

#zennolab .product-img {
    width: 100%;
    height: auto;
    cursor: zoom-in;
}

#zennolab .about-section {
    background-image: url("../img/ZennoLab/about/About.webp");
}

#zennolab .about-p-2 {
    color: #a0dcff;
}

#zennolab #zoom-photo-modal .modal-dialog {
    max-width: 1560px;
    justify-content: center;
}

#zennolab #zoom-photo-modal .modal-dialog .product-img {
    margin: 0;
    padding: 0;
    cursor: zoom-out;
    pointer-events: auto;
}

/* 2. Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    #zennolab .h1-main {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    #zennolab .product-menu-item-link {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* 3. Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    #zennolab .main-container {
        height: 550px;
        padding-top: 70px;
    }

    #zennolab .h1-main {
        margin-bottom: 0;
        text-align: center;
        font-size: 2.375rem;
        line-height: 2.875rem;
    }

    #zennolab .product-menu-item-link {
        min-width: 368px;
        padding: 1.5rem 3rem;
        border-bottom: none;
    }
    #zennolab .product-menu-item-link:hover {
        border-bottom: none;
    }

    #zennolab .product-description {
        margin-bottom: 2rem;
        padding: 0 3rem;
        text-align: center;
    }

    #zennolab .product-img {
        margin-top: 3rem;
        padding: 0 3rem;
    }
}

/* 4. Phone horizontal */
@media (min-width: 576px) and (max-width: 767px) {
    #zennolab .main-container {
        height: 600px;
        padding-top: 70px;
    }

    #zennolab .h1-main {
        text-align: center;
        font-size: 2.375rem;
        line-height: 2.875rem;
        margin-bottom: 0px;
    }

    #zennolab .product-menu-item-link {
        min-width: 296px;
        padding: 1.5rem 0.75rem;
        border-bottom: none;
    }
    #zennolab .product-menu-item-link:hover {
        border-bottom: none;
    }

    #zennolab .product-description {
        margin-bottom: 1.5rem;
        padding: 0 1.5rem;
        text-align: center;
    }

    #zennolab .product-img {
        margin-top: 2.25rem;
        padding: 0 1.5rem;
    }
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    #zennolab .main-container {
        height: 390px;
        padding-top: 40px;
    }

    #zennolab .h1-main {
        text-align: center;
        font-size: 1.625rem;
        line-height: 2.125rem;
        margin-bottom: 0px;
    }

    #zennolab .product-menu-item-link {
        min-width: 272px;
        padding: 1.5rem 0;
        border-bottom: none;
    }
    #zennolab .product-menu-item-link:hover {
        border-bottom: none;
    }

    #zennolab h2 {
        font-size: 1.5rem;
        line-height: 2.125rem;
    }

    #zennolab .product-logo {
        height: 34px;
    }

    #zennolab .product-description {
        margin-bottom: 2rem;
        padding: 0 1.25rem;
        font-size: 0.875rem;
        line-height: 1.3125rem;
        text-align: center;
    }

    #zennolab .product-img {
        margin-top: 2rem;
        padding: 0 1.25rem;
    }
}

/* !------------------------------------------------------------! */
/* !---------------------- ZennoPoster page --------------------! */
/* !------------------------------------------------------------! */

#zennoposter .features-section-gray {
    background-color: #f7f8fa !important;
}
#zennoposter .what-can-automate {
    background-color: white;
    margin-top: 42px;
    margin-bottom: 42px;
}

#zennoposter .what-can-automate h2 {
    text-align: center;
}

#zennoposter .price-lite {
    color: black;
}

#zennoposter .price-hr:first-of-type {
    margin: 10px 0 6px;
}
#zennoposter .price-hr:last-of-type {
    margin: 6px 0 20px;
}

#zennoposter .price-upd-includes {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1eb46e;
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    #zennoposter .what-can-automate h2 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }
}

#zennoposter .product-navbar-link:hover {
    color: #f0d2ff;
}
#zennoposter .product-navbar-link:active,
#zennoposter .product-navbar-link:focus {
    color: #ebc3ff;
}

#zennoposter .product-navbar-link-buy {
    color: #7d3caf;
}

#zennoposter .main-section {
    background-image: url("../img/ZennoPoster/main/bg.webp");
    background-color: #a73c97;
}

#zennoposter .main-p {
    margin: 2rem 0;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: white;
}

#zennoposter .wca-ul {
    margin-left: -20px;
    margin-right: 4px;
}

#zennoposter .wca-button-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 24px;
}

#zennoposter .wca-button {
    background: none;
    border: solid 2px #ea4d9e;
    height: 50px;
    border-radius: 25px;
    padding-left: 24px;
    padding-right: 24px;
    color: #ea4d9e;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

#zennoposter .wca-button:hover {
    opacity: 0.8;
}

#zennoposter .wca-ul li {
    margin-bottom: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3125rem;
    letter-spacing: 0em;
    color: #5a5a64;
}

#zennoposter .wca-gray-card {
    box-shadow: none;
    background-color: #f5f5ff;
}

#zennoposter .main-button-primary {
    color: #c82d7d;
}

#zennoposter .main-button-secondary:hover,
#zennoposter .main-button-secondary:active,
#zennoposter .main-button-secondary:focus {
    color: #d23c91;
}

#zennoposter .secondary-button {
    border: 2px solid #d23c91;
    color: #d23c91;
}
#zennoposter .secondary-button:hover {
    color: #ffffff;
    background-color: #d23c91;
}
#zennoposter .secondary-button:active,
#zennoposter .secondary-button:focus {
    color: #ffffff;
    background-color: #cd378c;
    box-shadow: 0 0 0 0.2rem rgba(240, 160, 240, 0.5);
}

#zennoposter .carousel-indicators li {
    background-color: #d246a0;
}

#zennoposter .about-section {
    background-image: url("../img/ZennoPoster/about/About.webp");
}

#zennoposter .about-p-2 {
    color: #e6b4e6;
}

#zennoposter #reviews-carousel .carousel-indicators {
    bottom: -50px;
}

#zennoposter #reviews-carousel .carousel-indicators li {
    pointer-events: initial;
}

#zennoposter .try-section {
    background-image: url("../img/ZennoPoster/main/bg.webp");
}

/* 3. Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    #zennoposter .h1-main,
    #zennoposter .main-p {
        text-align: center;
    }
}
/* 4. Phone horizontal */
@media (min-width: 576px) and (max-width: 767px) {
    #zennoposter .h1-main,
    #zennoposter .main-p {
        text-align: center;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    #zennoposter .h1-main {
        text-align: center;
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    #zennoposter .main-p {
        text-align: center;
        font-size: 1rem;
    }

    #zennoposter .main-button {
        width: 100%;
    }
}

/* !------------------------------------------------------------! */
/* !---------------------- CapMonster page ---------------------! */
/* !------------------------------------------------------------! */

#capmonster .product-navbar-link:hover {
    color: #faf0eb;
}
#capmonster .product-navbar-link:active,
#capmonster .product-navbar-link:focus {
    color: #f8e1d2;
}

#capmonster .product-navbar-link-buy {
    color: #e67d4b;
}

#capmonster .main-section {
    background-image: url("../img/CapMonster/main/bg.webp");
    background-color: #e58750;
}

#capmonster .h1-main {
    font-size: 2.875rem;
}

#capmonster .main-p {
    margin: 2rem 0;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: white;
}

#capmonster .main-button-primary {
    color: #eb823c;
}

#capmonster .main-button-secondary:hover,
#capmonster .main-button-secondary:active,
#capmonster .main-button-secondary:focus {
    color: #e67d4b;
}

#capmonster .features-section {
    background-color: #f7f8fa;
}

#capmonster .trial-section {
    background-image: url("../img/CapMonster/main/bg.webp");
}

#capmonster .demonstration-section {
    background-color: #f7f8fa;
}

#capmonster .demonstration-carousel-tab {
    border-right: 5px solid #f7f8fa;
}
#capmonster .demonstration-carousel-tab:hover {
    background-color: #f3f4f7;
    border-right: 5px solid #e1e3e5;
}

#capmonster .demonstration-carousel-tab.demonstration-carousel-tab-active {
    background-color: #ededf2;
    border-right: 5px solid #eb8c4b;
}
#capmonster
    .demonstration-carousel-tab.demonstration-carousel-tab-active:hover {
    border-right: 5px solid #eb8c4b;
}

#capmonster .carousel-indicators li {
    background-color: #eb8c4b;
}

#capmonster .secondary-button {
    border: 2px solid #e67d4b;
    color: #e67d4b;
}
#capmonster .secondary-button:hover {
    background-color: #e67d4b;
    color: #ffffff;
}
#capmonster .secondary-button:active,
#capmonster .secondary-button:focus {
    background-color: #e67d4b;
    color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(230, 125, 75, 0.3);
}

#capmonster .about-section {
    background-image: url("../img/CapMonster/about/About.webp");
}

#capmonster .about-p-2 {
    color: #ffc8a5;
}

#capmonster .price-upd-includes {
    font-weight: 600;
    font-size: 1rem;
    color: #1eb46e;
}

#capmonster .cloud {
    padding: 60px 0px;
    background-color: #1e50d2;
}

#capmonster .cloud-h2 {
    color: white;
}

#capmonster .cloud-p {
    margin: 1rem 0 2rem 0;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6875rem;
    color: white;
}

#capmonster .cloud-button {
    margin: 0;
    align-self: flex-start;
    color: #1e50d2;
}

#capmonster .cloud-img {
    width: 100%;
    height: auto;
}

#capmonster .faq-a {
    color: #e67d4b;
}
#capmonster .faq-a:hover {
    color: #e67d4b;
}
#capmonster .faq-a:active,
#capmonster .faq-a:focus {
    color: #e67d4b;
}

#capmonster .try-section {
    background-image: url("../img/CapMonster/main/bg.webp");
}

/* 3. Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    #capmonster .h1-main,
    #capmonster .main-p {
        text-align: center;
    }

    #capmonster .cloud-h2,
    #capmonster .cloud-p {
        text-align: center;
    }

    #capmonster .cloud-button {
        align-self: center;
    }
}
/* 4. Phone horizontal */
@media (min-width: 576px) and (max-width: 767px) {
    #capmonster .h1-main,
    #capmonster .main-p {
        text-align: center;
    }

    #capmonster .cloud-h2,
    #capmonster .cloud-p {
        text-align: center;
    }

    #capmonster .cloud-button {
        align-self: center;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    #capmonster .h1-main {
        text-align: center;
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    #capmonster .main-p {
        text-align: center;
        font-size: 1rem;
    }

    #capmonster .main-button {
        width: 100%;
    }

    #capmonster .cloud-h2,
    #capmonster .cloud-p {
        text-align: center;
    }

    #capmonster .cloud-button {
        align-self: center;
    }
}

/* !------------------------------------------------------------! */
/* !---------------------- ZennoDroid page ---------------------! */
/* !------------------------------------------------------------! */

#zennodroid .product-navbar-link:hover {
    color: #cdffeb;
}
#zennodroid .product-navbar-link:active,
#zennodroid .product-navbar-link:focus {
    color: #bef5dc;
}

#zennodroid .product-navbar-link-buy {
    color: #28aa6e;
}

#zennodroid .main-section {
    background-image: url("../img/ZennoDroid/main/bg.webp");
    background-color: #2caa7a;
}

#zennodroid .h1-main {
    margin-bottom: 2rem;
    font-size: 2.875rem;
}

#zennodroid .main-button-primary {
    color: #28a06e;
}

#zennodroid .main-button-secondary:hover,
#zennodroid .main-button-secondary:active,
#zennodroid .main-button-secondary:focus {
    color: #28a06e;
}

#zennodroid .secondary-button {
    border: 2px solid #28aa6e;
    color: #28aa6e;
}
#zennodroid .secondary-button:hover {
    color: #ffffff;
    background-color: #28aa6e;
}
#zennodroid .secondary-button:active,
#zennodroid .secondary-button:focus {
    color: #ffffff;
    background-color: #28aa6e;
    box-shadow: 0 0 0 0.2rem rgb(185, 225, 210);
}

#zennodroid .features-section {
    background-color: #f7f8fa;
}

#zennodroid .demonstration-carousel-tab.demonstration-carousel-tab-active,
#zennodroid
    .demonstration-carousel-tab.demonstration-carousel-tab-active:hover {
    border-right: 5px solid #28aa6e;
}

#zennodroid .carousel-indicators li {
    background-color: #28aa6e;
}

#zennodroid .technologies-zennoposter-features {
    margin: 0;
    padding: 2rem 0;
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.875rem;
}

#zennodroid .about-section {
    background-image: url("../img/ZennoDroid/about/About.webp");
}

#zennodroid .about-p-2 {
    color: #a5e6c8;
}

#zennodroid .faq-a {
    text-decoration: none;
    color: #28aa6e;
}
#zennodroid .faq-a:hover {
    color: #28aa6e;
}
#zennodroid .faq-a:active,
#zennodroid .faq-a:focus {
    color: #28aa6e;
}

#zennodroid .try-section {
    background-image: url("../img/ZennoDroid/main/bg.webp");
}

/* 3. Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    #zennodroid .h1-main {
        text-align: center;
    }
}
/* 4. Phone horizontal */
@media (min-width: 576px) and (max-width: 767px) {
    #zennodroid .h1-main {
        text-align: center;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    #zennodroid .h1-main {
        text-align: center;
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    #zennodroid .main-button {
        width: 100%;
    }
}

/* !------------------------------------------------------------! */
/* !------------------- ZennoProxyChecker page -----------------! */
/* !------------------------------------------------------------! */

#zennoproxychecker .product-navbar-link:hover {
    color: #f0c8c8;
}
#zennoproxychecker .product-navbar-link:active,
#zennoproxychecker .product-navbar-link:focus {
    color: #ebb4b4;
}

#zennoproxychecker .product-navbar-link-buy {
    color: #dc5a50;
}

#zennoproxychecker .main-section {
    background-image: url("../img/ZennoProxyChecker/main/bg.webp");
}

#zennoproxychecker .h1-main {
    font-size: 2.875rem;
    line-height: 3.375rem;
}

#zennoproxychecker .main-p {
    display: inline-block;
    margin: 2rem 0;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: white;
}

#zennoproxychecker .main-button-primary {
    color: #d25a50;
}

#zennoproxychecker .main-button-secondary:hover,
#zennoproxychecker .main-button-secondary:active,
#zennoproxychecker .main-button-secondary:focus {
    color: #d25a50;
}

#zennoproxychecker .secondary-button {
    border: 2px solid #d25a50;
    color: #d25a50;
}
#zennoproxychecker .secondary-button:hover {
    color: #ffffff;
    background-color: #d25a50;
}
#zennoproxychecker .secondary-button:active,
#zennoproxychecker .secondary-button:focus {
    color: #ffffff;
    background-color: #d25a50;
    box-shadow: 0 0 0 0.2rem rgba(210, 90, 80, 0.3);
}

#zennoproxychecker .checking-section {
    background-color: #f7f8fa;
}

#zennoproxychecker
    .demonstration-carousel-tab.demonstration-carousel-tab-active,
#zennoproxychecker
    .demonstration-carousel-tab.demonstration-carousel-tab-active:hover {
    border-right: 5px solid #dc645a;
}

#zennoproxychecker .carousel-indicators li {
    background-color: #dc645a;
}

#zennoproxychecker .about-section {
    background-image: url("../img/ZennoProxyChecker/about/About.webp");
}

#zennoproxychecker .about-p-2 {
    color: #fab4af;
}

#zennoproxychecker .try-section {
    background-image: url("../img/ZennoProxyChecker/main/bg.webp");
}

/* 3. Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    #zennoproxychecker .h1-main,
    #zennoproxychecker .main-p {
        text-align: center;
    }
}
/* 4. Phone horizontal */
@media (min-width: 576px) and (max-width: 767px) {
    #zennoproxychecker .h1-main,
    #zennoproxychecker .main-p {
        text-align: center;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    #zennoproxychecker .h1-main {
        text-align: center;
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    #zennoproxychecker .main-p {
        text-align: center;
        font-size: 1rem;
    }

    #zennoproxychecker .main-button {
        width: 100%;
    }
}

/* !------------------------------------------------------------! */
/* !------------------- ZennoPoster Demo page ------------------! */
/* !------------------------------------------------------------! */

#zennoposterdemo .product-navbar-link-buy {
    color: white;
    background-color: #d23c91;
}
#zennoposterdemo .product-navbar-link-buy:hover {
    background-color: #c8328c;
}
#zennoposterdemo .product-navbar-link-buy:active,
#zennoposterdemo .product-navbar-link-buy:focus {
    background-color: #be2d82;
    box-shadow: 0 0 0 0.2rem rgba(240, 160, 240, 0.5);
}

#zennoposterdemo .main-button-primary {
    background-color: #d23c91;
    color: white;
    border: none;
}
#zennoposterdemo .main-button-primary:hover {
    background-color: #c8328c;
    border: none;
}
#zennoposterdemo .main-button-primary:active,
#zennoposterdemo .main-button-primary:focus {
    background-color: #be2d82;
    box-shadow: 0 0 0 0.2rem rgba(240, 160, 240, 0.5);
    border: none;
}

#zennoposterdemo .secondary-button {
    border: 2px solid #d23c91;
    color: #d23c91;
}
#zennoposterdemo .secondary-button:hover {
    background-color: #d23c91;
    color: white;
}
#zennoposterdemo .secondary-button:active,
#zennoposterdemo .secondary-button:focus {
    background-color: #c02882;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(240, 160, 240, 0.5);
}

#zennoposterdemo .main-section {
    background-color: #f7f8fa;
    text-align: center;
}

#zennoposterdemo .main-margin {
    margin-bottom: 2rem;
}

#zennoposterdemo .faq-a {
    text-decoration: none;
    color: #d23c91;
}
#zennoposterdemo .faq-a:hover {
    color: #d23c91;
}
#zennoposterdemo .faq-a:active,
#zennoposterdemo .faq-a:focus {
    color: #c83287;
}

#zennoposterdemo .support-section .secondary-button {
    width: 100%;
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    #zennoposterdemo .h1-demo {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    #zennoposterdemo .h2-demo {
        font-size: 1rem;
    }
}

/* !------------------------------------------------------------! */
/* !------------------- CapMonster Trial page ------------------! */
/* !------------------------------------------------------------! */

#capmonstertrial .product-navbar-link-buy {
    color: #e67d4b;
}

#capmonstertrial .main-section {
    background-image: url("../img/CapMonsterTrial/main/bg.webp");
}

#capmonstertrial .main-p {
    display: inline-block;
    margin: 1.75rem 0;
    font-weight: normal;
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: white;
}

#capmonstertrial .main-button-secondary:hover,
#capmonstertrial .main-button-secondary:active,
#capmonstertrial .main-button-secondary:focus {
    color: #e67d4b;
}

#capmonstertrial .secondary-button {
    border: 2px solid #e67d4b;
    color: #e67d4b;
}
#capmonstertrial .secondary-button:hover {
    background-color: #e67d4b;
    color: white;
}
#capmonstertrial .secondary-button:active,
#capmonstertrial .secondary-button:focus {
    color: white;
    background-color: #e67d4b;
    box-shadow: 0 0 0 0.2rem rgba(230, 125, 75, 0.3);
}

#capmonstertrial .trial-benefits {
    margin-bottom: 2rem;
}

#capmonstertrial .trial-p {
    margin: 0;
    margin-left: 1.5rem;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.375rem;
    color: white;
}

#capmonstertrial .faq-section {
    background-color: white;
}

#capmonstertrial .faq-card-body {
    background-color: white;
}

#capmonstertrial .faq-a {
    color: #e67d4b;
}
#capmonstertrial .faq-a:hover {
    color: #e67d4b;
}
#capmonstertrial .faq-a:active,
#capmonstertrial .faq-a:focus {
    color: #e67d4b;
}

/* 3. Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    #capmonstertrial .h1-main,
    #capmonstertrial .main-p {
        text-align: center;
    }
}
/* 4. Phone horizontal */
@media (min-width: 576px) and (max-width: 767px) {
    #capmonstertrial .h1-main,
    #capmonstertrial .main-p {
        text-align: center;
    }
}
/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    #capmonstertrial .h1-main {
        text-align: center;
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    #capmonstertrial .main-p {
        text-align: center;
        font-size: 1rem;
    }
}

/* !------------------------------------------------------------! */
/* !------------------- ZennoDroid Demo page -------------------! */
/* !------------------------------------------------------------! */

#zennodroiddemo .product-navbar-link-buy {
    color: white;
    background-color: #28aa6e;
}
#zennodroiddemo .product-navbar-link-buy:hover {
    background-color: #1ea064;
}
#zennodroiddemo .product-navbar-link-buy:active,
#zennodroiddemo .product-navbar-link-buy:focus {
    background-color: #14965a;
    box-shadow: 0 0 0 0.2rem rgba(40, 170, 110, 0.3);
}

#zennodroiddemo .main-button-primary {
    color: white;
    background-color: #28aa6e;
    border: none;
}
#zennodroiddemo .main-button-primary:hover {
    background-color: #1ea064;
    border: none;
}
#zennodroiddemo .main-button-primary:active,
#zennodroiddemo .main-button-primary:focus {
    background-color: #14965a;
    box-shadow: 0 0 0 0.2rem rgba(40, 170, 110, 0.3);
    border: none;
}

#zennodroiddemo .secondary-button {
    border: 2px solid #28aa6e;
    color: #28aa6e;
}
#zennodroiddemo .secondary-button:hover {
    background-color: #28aa6e;
    color: white;
}
#zennodroiddemo .secondary-button:active,
#zennodroiddemo .secondary-button:focus {
    background-color: #28aa6e;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(40, 170, 110, 0.3);
}

#zennodroiddemo .main-section {
    background-color: #f7f8fa;
    text-align: center;
}

#zennodroiddemo .main-margin {
    margin-bottom: 2rem;
}

#zennodroiddemo .faq-a {
    text-decoration: none;
    color: #28aa6e;
}
#zennodroiddemo .faq-a:hover {
    color: #28aa6e;
}
#zennodroiddemo .faq-a:active,
#zennodroiddemo .faq-a:focus {
    color: #28aa6e;
}

#zennodroiddemo .support-section .secondary-button {
    width: 100%;
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    #zennodroiddemo .h1-demo {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    #zennodroiddemo .h2-demo {
        font-size: 1rem;
    }
}

/* !------------------------------------------------------------! */
/* !---------------- ZennoProxyChecker Demo page ---------------! */
/* !------------------------------------------------------------! */

#zennoproxycheckerdemo .product-navbar-link-buy {
    color: white;
    background-color: #d25a50;
}
#zennoproxycheckerdemo .product-navbar-link-buy:hover {
    background-color: #c85046;
}
#zennoproxycheckerdemo .product-navbar-link-buy:active,
#zennoproxycheckerdemo .product-navbar-link-buy:focus {
    background-color: #be463c;
    box-shadow: 0 0 0 0.2rem rgba(210, 90, 80, 0.3);
}

#zennoproxycheckerdemo .main-button-primary {
    color: white;
    background-color: #d25a50;
    border: none;
}
#zennoproxycheckerdemo .main-button-primary:hover {
    background-color: #c85046;
    border: none;
}
#zennoproxycheckerdemo .main-button-primary:active,
#zennoproxycheckerdemo .main-button-primary:focus {
    background-color: #be463c;
    box-shadow: 0 0 0 0.2rem rgba(210, 90, 80, 0.3);
    border: none;
}

#zennoproxycheckerdemo .secondary-button {
    border: 2px solid#d25a50;
    color: #d25a50;
}
#zennoproxycheckerdemo .secondary-button:hover {
    background-color: #d25a50;
    color: white;
}
#zennoproxycheckerdemo .secondary-button:active,
#zennoproxycheckerdemo .secondary-button:focus {
    background-color: #d25a50;
    color: white;
    box-shadow: 0 0 0 0.2rem rgba(210, 90, 80, 0.5);
}

#zennoproxycheckerdemo .main-section {
    background-color: #f7f8fa;
    text-align: center;
}

#zennoproxycheckerdemo .main-margin {
    margin-bottom: 2rem;
}

#zennoproxycheckerdemo .faq-a {
    text-decoration: none;
    color: #d25a50;
}
#zennoproxycheckerdemo .faq-a:hover {
    color: #d25a50;
}
#zennoproxycheckerdemo .faq-a:active,
#zennoproxycheckerdemo .faq-a:focus {
    color: #d25a50;
}

#zennoproxycheckerdemo .support-section .secondary-button {
    width: 100%;
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    #zennoproxycheckerdemo .h1-demo {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    #zennoproxycheckerdemo .h2-demo {
        font-size: 1rem;
    }
}

/* !------------------------------------------------------------! */
/* !----------------------- Contacts page ----------------------! */
/* !------------------------------------------------------------! */

#contacts .secondary-button {
    border: 2px solid #418cf5;
    color: #418cf5;
}
#contacts .secondary-button:hover {
    color: white;
    background-color: #418cf5;
}
#contacts .secondary-button:active,
#contacts .secondary-button:focus {
    color: white;
    background-color: #418cf5;
    box-shadow: 0 0 0 0.2rem rgba(65, 140, 245, 0.3);
}

#contacts .contacts-col {
    padding: 0px 15px 0px 15px;
}

#contacts .contacts-card {
    padding: 30px 30px 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#contacts .contacts-card-content {
    flex: 1;
}

#contacts .contacts-h2 {
    margin: 25px 0px 15px 0px;
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0em;
    color: #1e1e1e;
}

#contacts .contacts-button {
    width: 230px;
}

#contacts .contacts-button-last {
    width: 140px;
    padding: 0.7rem 0;
}

#contacts .contacts-sm-img {
    margin: -3px 4px 0px 0px;
}

#contacts .contacts-button-margin {
    margin-right: 14px;
}

#contacts .contacts-card-button {
    margin-top: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#contacts .address {
    background-color: #f5f7f9;
    padding: 80px 0px 60px 0px;
}

#contacts .address h2 {
    background-color: #f5f7f9;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0em;
    text-align: center;
    color: #1e1e1e;
    line-height: 50px;
}

#contacts .address-h3 {
    margin-left: 0px;
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0em;
    color: #1e1e1e;
    text-align: left;
}

#contacts .address-p {
    margin: 10px 0px 30px 0px;
}

/* 2. Desktop */
@media (min-width: 992px) and (max-width: 1199px) {
    #contacts .contacts-button-last {
        width: 100%;
    }

    #contacts .contacts-button-margin {
        margin-right: 0;
        margin-bottom: 12px;
    }
}

/* 3. Tablet; 4. Phone horizontal;  5. Phone vertical */
@media (min-width: 0px) and (max-width: 991px) {
    #contacts .contacts-card {
        margin-bottom: 30px;
    }

    #contacts .contacts-col {
        margin: 16px 0px;
    }
}

/* 5. Phone vertical */
@media (min-width: 0px) and (max-width: 575px) {
    #contacts .address h2 {
        font-size: 26px;
    }

    #contacts .contacts-button {
        width: 100%;
    }

    #contacts .contacts-button-last {
        width: 100%;
    }

    #contacts .contacts-button-margin {
        margin-right: 0;
        margin-bottom: 12px;
    }
}

/* !------------------------------------------------------------! */
/* !------------------------ Career page -----------------------! */
/* !------------------------------------------------------------! */

#career .secondary-button {
    border: 2px solid #418cf5;
    color: #418cf5;
}
#career .secondary-button:hover {
    background-color: #418cf5;
}
#career .secondary-button:active,
#career .secondary-button:focus {
    background-color: #418cf5;
    box-shadow: 0 0 0 0.2rem rgba(65, 140, 245, 0.3);
}

#career .contacts-col {
    padding: 0px 15px 0px 15px;
}

#career .contacts-card {
    padding: 30px 30px 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#career .contacts-card-content {
    flex: 1;
}

#career .contacts-h2 {
    margin: 25px 0px 15px 0px;
    font-size: 18px;
    line-height: 25px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0em;
    color: #1e1e1e;
}

#career .contacts-button {
    width: 230px;
}

#career .contacts-button-last {
    width: 140px;
    padding: 0px;
}

#career .contacts-sm-img {
    margin: -3px 4px 0px 0px;
}

#career .contacts-button-margin {
    margin-right: 14px;
}

#career .contacts-card-button {
    margin-top: 20px;
    padding: 0px;
    display: flex;
    justify-content: center;
}

#career .p-career {
    text-align: left;
}

#career .address {
    background-color: #f5f7f9;
    padding: 80px 0px 60px 0px;
}

#career .address h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0em;
    text-align: center;
    color: #1e1e1e;
    line-height: 50px;
    margin-bottom: 30px;
}

#career .address-p {
    margin: 10px 0px 30px 0px;
}

/* 3. Tablet; 4. Phone horizontal;  5. Phone vertical */
@media (min-width: 0px) and (max-width: 991px) {
    #career .contacts-card {
        height: initial;
        margin-bottom: 30px;
    }
}

/* !------------------------------------------------------------! */
/* !---------------------- Additional page ---------------------! */
/* !------------------------------------------------------------! */

#additionalpage {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

#additionalpage .content {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

#additionalpage .main-section {
    background-color: white;
    text-align: center;
}

#additionalpage .container {
    padding-left: 15px;
    padding-right: 15px;
}

#additionalpage .img-additional {
    margin-bottom: 35px;
}

#additionalpage .faq-a {
    text-decoration: none;
    color: #418cf5;
}
#additionalpage .faq-a:hover {
    text-decoration: underline;
    color: #418cf5;
}
#additionalpage .faq-a:active,
#additionalpage .faq-a:focus {
    color: #418cf5;
}

#additionalpage .button-back {
    margin-top: 0px;
    color: #418cf5;
    border: 2px solid #418cf5;
}
#additionalpage .button-back:hover {
    color: white;
    background-color: #418cf5;
}
#additionalpage .button-back:active,
#additionalpage .button-back:focus {
    color: white;
    background-color: #418cf5;
    box-shadow: 0 0 0 0.2rem rgba(65, 140, 245, 0.5);
}

#additionalpage .button-arrow {
    margin: 0px 10px 2px 0px;
}

#additionalpage .img-zp-installed {
    margin-right: 10px;
}

#zennobrowser {
    font-family: "Inter", sans-serif;
}

#zennobrowser #main {
    padding-top: 80px;
    padding-bottom: 120px;
}

#zennobrowser .section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 140px;
}

#zennobrowser .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 68px;
}

#zennobrowser .section .info {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#zennobrowser .section .info-bottom {
    display: flex;
    align-items: center;
    margin-top: 16px;
    gap: 16px;
}

#zennobrowser .section .info-p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #7d828c;
    margin: 0;
    padding: 0;
}

#zennobrowser #main.section .info .navbar-brand {
    height: fit-content;
    width: fit-content;
    padding: 0;
    margin: 0;
}

#zennobrowser .section .info-h1 {
    font-weight: 700;
    font-size: 54px;
    line-height: 60px;
    color: #191e28;
    margin: 0;
}

#zennobrowser .section .info-tips {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    height: 100%;
    color: #7d828c;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
}

#zennobrowser .section .info-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #377dff;
    color: #ffffff;
    height: 54px;
    padding: 16px 24px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 10px;
    border: none;
}

#zennobrowser #advantages.section .info-h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    color: #191e28;
    margin: 0;
}

#zennobrowser #advantages.section .info-p {
    font-size: 20px;
    line-height: 28px;
}

#zennobrowser .main-button-primary {
    color: #fff;
    background: #377dff;
    border-radius: 10px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 16px 24px;
    margin: 0;
}

#zennobrowser #advantages.section {
    background-color: #f0f5ff;
    padding: 140px 0;
}

#zennobrowser #advantages.section .advantages-squares {
    display: flex;
    gap: 30px;
}

#zennobrowser #advantages.section .square {
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #ffffff;
    border-radius: 16px;
    width: 270px;
    height: 232px;
    padding: 24px 24px 18px 24px;
}

#zennobrowser #advantages.section .square-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
}

#zennobrowser #start-now {
    background-image: url("../img/ZennoBrowser/FooterImage.webp");
    padding: 140px 0;
    background-size: cover;
}

#zennobrowser #start-now .container {
    flex-direction: column;
    gap: 26px;
}

#zennobrowser #start-now .start-now-title {
    font-weight: 700;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(
        91.56deg,
        #1f93ff 12.3%,
        #24c7ab 49.41%,
        #00d924 87.97%
    );
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

#zennobrowser #start-now .start-now-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 14px;
}

#zennobrowser #start-now .start-now-bottom .info-tips {
    align-items: center;
}

#zennobrowser #tariff.section {
    background: #ffffff;
    padding: 140px 0 160px 0;
}

#zennobrowser #tariff.section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

#zennobrowser #tariff.section .container .tariff-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

#zennobrowser #tariff.section .container .tariff-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 24px;
    max-width: 570px;
}

#zennobrowser #tariff.section .container .tariff-content.tariff-pro-content {
    position: relative;
    border-radius: 16px;
    background: #fff;
    z-index: 1;
}

#zennobrowser #tariff.section .container .tariff-content.tariff-pro-content::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ece6ff, #cebfff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

#zennobrowser #tariff.section .tariff-name {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
}

#zennobrowser #tariff.section .tariff-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

#zennobrowser #tariff.section .tariff-pro {
    border-radius: 20px;
    background-color: #f0ebff;
    padding: 4px 8px;
    height: 24px;
}

#zennobrowser #tariff.section .tariff-pro-description {
    display: flex;
    color: #9155ff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

#zennobrowser #tariff.section .tariff-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

#zennobrowser #tariff.section .tariff-price {
    margin: 32px 0;
    font-weight: 700;
    font-size: 46px;
    line-height: 30px;
    letter-spacing: 0;
}

#zennobrowser #tariff.section .tariff-price-period {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0;
    color: #7d828c;
}

#zennobrowser #tariff.section .tariff-name.tariff-start-name {
    color: #191e28;
}

#zennobrowser #tariff.section .tariff-name.tariff-pro-name {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #cd37ff 0%, #ae93ff 100%);
}

#zennobrowser #tariff.section .tariff-personal-name {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(91.48deg, #1f93ff 0.5%, #08d399 36.07%);
}

#zennobrowser #tariff.section .tariff-traffic {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 32px 0 6px;
}

#zennobrowser #tariff.section .tariff-separator {
    background-color: #e6ebf5;
    height: 1px;
    width: 100%;
    margin: 8px 0;
}

#zennobrowser #tariff.section .tariff-traffic-row {
    display: grid;
    grid-template-columns: 20px 2fr 1fr;
    gap: 12px;
    align-items: center;
    max-height: 20px;
}

#zennobrowser #tariff.section .tariff-traffic-row-large {
    max-height: 46px;
    align-items: flex-start;
}

#zennobrowser #tariff.section .tariff-traffic-row-name {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #191e28;
}

#zennobrowser #tariff.section .tariff-traffic-row-value {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    vertical-align: middle;
    color: #191e28;
}

#zennobrowser #tariff.section .tariff-traffic-row-large-value {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: right;
    vertical-align: middle;
    color: #191e28;
    text-wrap: nowrap;
}

#zennobrowser #tariff.section .tariff-traffic-row-subtext {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #7d828c;
}

#zennobrowser #tariff.section .tariff-traffic-row-name-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#zennobrowser #tariff.section .main-button {
    margin: 0;
    width: 100%;
    height: 52px;
}

@media (max-width: 1199px) {
    #zennobrowser #main .container > img {
        width: 488px;
        height: 408px;
    }

    #zennobrowser #main .container .info-h1 {
        font-size: 48px;
        line-height: 52px;
    }

    #zennobrowser #advantages.section .info-h2 {
        font-size: 42px;
        line-height: 48px;
    }

    #zennobrowser #main .section .info-p,
    #zennobrowser .section .info-p {
        font-size: 20px;
        line-height: 28px;
    }

    #zennobrowser #advantages.section .info-p {
        font-size: 16px;
        line-height: 24px;
    }

    #zennobrowser #advantages .container > img {
        width: 504px;
        height: 344px;
    }

    #zennobrowser #main .info-bottom,
    #zennobrowser #advantages .info-bottom {
        margin-top: 0;
    }

    #zennobrowser #main .info,
    #zennobrowser #advantages .info {
        gap: 20px;
    }

    #zennobrowser #advantages.section .advantages-squares {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #zennobrowser #tariff.section .container .tariff-title {
        font-size: 46px;
        line-height: 46px;
    }

    #zennobrowser #tariff.section .container .tariff-content {
        max-width: 500px;
    }

    #zennobrowser #tariff.section .tariff-traffic-row-name,
    #zennobrowser #tariff.section .tariff-traffic-row-value {
        font-size: 14px;
    }

    #zennobrowser #tariff.section .tariff-traffic-row-large-value {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #zennobrowser .container {
        flex-direction: column;
    }

    #zennobrowser .container.reverse-container {
        flex-direction: column-reverse;
    }

    #zennobrowser #start-now .start-now-title {
        font-size: 46px;
        line-height: 52px;
    }

    #zennobrowser #main .container > img {
        width: 100%;
        height: auto;
    }

    #zennobrowser #advantages .container > img {
        width: 100%;
        height: auto;
    }

    #zennobrowser #main .container .info,
    #zennobrowser #advantages .container .info {
        align-items: center;
        text-align: center;
    }

    #zennobrowser #main .container .info-bottom,
    #zennobrowser #advantages .container .info-bottom {
        flex-direction: column;
        text-align: center;
    }

    #zennobrowser #main .container .info-h1,
    #zennobrowser #advantages .container .info-h2 {
        text-align: center;
        text-wrap-mode: wrap;
    }

    #zennobrowser .section {
        gap: 100px;
    }

    #zennobrowser .container {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    #zennobrowser #main .container .info-h1,
    #zennobrowser #advantages .container .info-h2 {
        text-wrap-mode: wrap;
    }

    #zennobrowser #main .container .info-h1 {
        font-size: 40px;
        line-height: 46px;
    }

    #zennobrowser #main .section .info-p,
    #zennobrowser .section .info-p {
        font-size: 16px;
        line-height: 22px;
    }

    #zennobrowser .section .info-tips {
        font-size: 10px;
        line-height: 10px;
    }

    #zennobrowser #advantages.section .info-h2 {
        font-size: 36px;
        line-height: 40px;
    }

    #zennobrowser #advantages.section .info-p {
        font-size: 14px;
        line-height: 18px;
    }

    #zennobrowser #advantages.section .square {
        width: 216px;
        height: 186px;
        padding: 20px 20px 16px 20px;
    }

    #zennobrowser #advantages.section .square-title {
        font-size: 18px;
        line-height: 24px;
    }

    #zennobrowser #tariff.section .container .tariff-title {
        font-size: 40px;
        line-height: 40px;
    }

    #zennobrowser #tariff.section .tariff-name {
        font-size: 26px;
        line-height: 26px;
    }

    #zennobrowser #tariff.section .tariff-free-name {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (min-width: 0px) and (max-width: 575px) {
    #zennobrowser #advantages.section .advantages-squares {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #zennobrowser #advantages.section .square {
        padding: 16px 16px 12px 16px;
    }

    #zennobrowser #advantages.section .square-title {
        font-size: 16px;
        line-height: 20px;
    }

    #zennobrowser #tariff.section .container .tariff-content {
        width: 100%;
    }

    #zennobrowser #tariff.section .tariff-traffic-row-large-value {
        font-size: 16px;
    }

    #zennobrowser #tariff.section {
        padding: 100px 0;
    }

    #zennobrowser #main .container .info-h1 {
        font-size: 32px;
        line-height: 40px;
    }

    #zennobrowser #advantages.section .info-h2 {
        font-size: 28px;
        line-height: 32px;
    }

    #zennobrowser #tariff.section .container .tariff-title {
        font-size: 32px;
        line-height: 32px;
    }

    #zennobrowser #start-now .start-now-title {
        font-size: 32px;
        line-height: 32px;
    }
}
