main {
    overflow: hidden;
    position: relative;
}
.go-to-price{
    display: none !important;
}
/* --------------- btns --------------- */
#catalina {
    width: 100% !important;
    top: -15px;
    left: 0px;
}

.intego_btn {
    color: #fff;
    transition: all 0.2s ease-in-out;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 25px;
    text-decoration: none;
    min-width: 320px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    line-height: 1.5;
}

.intego_btn:hover {
    text-decoration: none;
    margin-top: 8px;
    margin-bottom: -8px;
    color: #fff;
}

.btn_blue {
    background: #0894d1;
    box-shadow: 0 8px 0 #306367;
}

.btn_blue:hover {
    box-shadow: 0 0 0 #306367;
}

.btn_dark_green {
    background: #196469;
    box-shadow: 0 8px 0 #114c50;
}

.btn_dark_green:hover {
    box-shadow: 0 0 0 #114c50;
}

.btn_gray {
    background: #545454;
    box-shadow: inset 0 5px 0 #333333;
    cursor: auto;
    text-decoration: line-through !important;
    color: #939393;
    transition: all 0.2s ease-in-out;
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 30px;
    text-decoration: none;
    min-width: 320px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
}

.btn_gray:hover {
    text-decoration: line-through;
}

/* /--------------- btns --------------- */

/* --------------- fonts --------------- */

.text-green {
    color: #7baf2f;
    font-weight: 600;
}

.table-price del {
    text-decoration: none;
    position: relative;
}

header .oldPrice {
    position: relative;
    top: 0.3em;
    margin-left: 10px;
}

.table-price del:after,
header .oldPrice:after {
    content: '';
    position: absolute;
    width: 110%;
    transform: rotateZ(7deg);
    height: 1px;
    background-color: red;
    top: .6em;
    left: -5%;
}

/* /--------------- fonts --------------- */

/* --------------- price box --------------- */

.price_box .edit {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.price_box .edit .fa-pencil-alt {
    background-color: #306367;
    padding: 6px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
}

.price_box .mac_years_radio {
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    pointer-events: none;
    background-image: url(/img/popup_box2_flip.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 25px;
    left: calc(50% - 243px);
    padding: 0px 5px 8px 15px;
    margin-left: 20px;
}

.price_box .edit:hover .mac_years_radio {
    opacity: 1;
    z-index: 10;
    pointer-events: all;
}

header .price_container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
}

header .price_container .row {
    justify-content: center;
}

.price_box h5.first_payment {
    display: none;
    font-size: 0.7rem;
    margin: 0;
    color: #a1a1a1;
    text-align: center;
}

header.discount_alert .price_box h5.first_payment {
    display: block;
}

header.discount_alert .intego_btn {
    margin-bottom: 15px;
}

/* /--------------- price box --------------- */

/* --------------- header --------------- */

header .gray_bubble {
    padding: 20px 15px;
    background-color: #fafafa;
    border-radius: 30px;
    position: relative;
    left: 0px;
}

header .green_lines {
    position: absolute;
    top: -200px;
    left: calc(50% - 465px);
    z-index: -1;
    opacity: 0.2;
    width: 500px;
}

header .green_circle {
    position: absolute;
    width: 300px;
    height: 300px;
    right: -170px;
    top: -170px;
    background-color: #f6faf1;
    border-radius: 50%;
    z-index: -1;
}

header .mis_box {
    display: none;
}

header .mis_box-ld {
    position: relative;
    z-index: 1;
    width: 60%;
}

header {
    overflow: hidden;
    position: relative;
    padding-bottom: 75px;
}

header .display-4 {
    font-size: 2rem;
}

header .col-md-4 {
    text-align: center;
}

.intego_logo {
    width: 150px;
}

header ul {
    /* list-style-image: url(/img/yes_mark.svg); */
    list-style: none;
    padding-left: 0;
}

header ul li {
    background-image: url(/img/yes_mark.svg);
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
    background-position-y: 4px;
}

header .text-green {
    font-size: 1.5rem;
}

header .intego_btn {
    min-width: unset;
    width: 100%;
    max-width: 340px;
    text-transform: capitalize;
}

header .table-price del {
    top: .3em;
    margin-left: 10px;
}

/* /--------------- header --------------- */

/* --------------- table --------------- */

#comparison table tr.mobile-row {
    background: #f4f4f4 !important;
    display: table-row;
    color: #212529;
}

#comparison table tr.odd {
    background: #fcfdfe;
}

#comparison {
    position: relative;
    padding: 5% 0;
    z-index: 1;
}

#comparison table {
    width: 100%;
}

#comparison .intego_btn,
#comparison .btn_gray {
    min-width: 75px;
    font-size: 14px;
    padding: 5px 15px;
}

#comparison .intego_btn:hover {
    margin-top: 20px !important;
    margin-bottom: -4px !important;
}

#comparison .btn_dark_green {
    box-shadow: 0 5px 0 #114c50;
}

#comparison .btn_dark_green:hover {
    box-shadow: 0 0 0 #114c50;
}

#comparison .btn_blue {
    box-shadow: 0 5px 0 #306367;
}

#comparison .btn_blue:hover {
    box-shadow: 0 0 0 #306367;
}

#comparison table .text-green {
    font-size: 3rem;
}

#comparison table .table_title {
    width: 310px;
}

#comparison td.text-left {
    padding: 5px 0;
}

#comparison .title_box {
    font-weight: 800;
    font-size: 1rem;
}

#comparison .title_sale {
    width: 65px;
}

#comparison::after {
    content: '';
    position: absolute;
    width: 190%;
    height: 100%;
    background-color: #F9FBFD;
    top: 0;
    z-index: -1;
    transform: rotateZ(-7deg);
    left: -35%;
}

#comparison thead td {
    width: 33%;
    position: relative;
}

#comparison .gray_price {
    line-height: 34px;
}

#comparison .fixed-row {
    margin: 0 auto;
    display: table-row;
    transition: opacity .4s ease;
    top: 0;
    position: fixed;
    background-color: #f9fbfd;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
}

#comparison .fixed-row td {
    width: 33%;
}

#comparison .fixed-row td:first-child {
    opacity: 0;
}

.discount_container {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #7BAF2F;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    align-items: center;
    right: 0;
    top: -40px;
    transform: rotateZ(-15deg);
}

.discount_container div {
    width: 70px;
    height: 70px;
    border: solid 1px #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.discount_container div h4 {
    line-height: 1;
    margin: 0;
    font-weight: 600;
}

/* /--------------- table --------------- */

/* --------------- safety_reviews --------------- */

#safety_reviews {
    position: relative;
    margin-top: 5em;
}

#safety_reviews .green_lines {
    position: absolute;
    top: -455px;
    right: -320px;
    z-index: -1;
}

html:lang(es) #safety_reviews .green_lines,
html:lang(ja) #safety_reviews .green_lines {
    right: -340px;
}

@media screen and (max-width: 1200px) and (min-width: 992px ) {
    #safety_reviews h1 {
        width: 60vw;
        margin: auto;
    }
}

.trustpilot_carousel.black {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#safety_reviews .triangle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30vw;
    z-index: -1;
}

#safety_reviews .triangle.rev {
    transform: scaleX(-1);
    right: 0;
    left: unset;
}

#safety_reviews .logo_seen {
    height: 15px;
    margin: 0 15px;
}

#safety_reviews .seen > div {
    display: block;
    margin: 130px auto 10px;
    padding-bottom: 15px;
}

html:lang(ru) #safety_reviews h1.display-5 {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    html:lang(ja) #safety_reviews h1.display-5 {
        width: 90%;
        font-size: 2.2rem;
    }
}

@media screen and (min-width: 1500px) {
    html:lang(ja) #safety_reviews h1.display-5 {
        width: 100%;
        font-size: 2.49rem;
    }
}

/* /--------------- safety_reviews --------------- */

/* --------------- easy_steps --------------- */

#easy_steps {
    margin: 100px auto;
}

#easy_steps .step {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px 40px 20px 20px;
    font-weight: 600;
    margin: 0 auto;
}

html:lang(ja) #easy_steps .step {
    padding: 20px;
}

html:lang(ru) #easy_steps .step {
    padding: 20px;
    line-height: 1;
}

#easy_steps .step:nth-of-type(1) {
    background-image: url(/img/dark_green_div_bg.svg);
}

#easy_steps .step:nth-of-type(2) {
    background-image: url(/img/green_div_bg.svg);
    right: -50px;
    margin: -21px 0 -17px;
    position: relative;
    padding: 20px 33vw 20px 20px;
}

html:lang(ja) #easy_steps .step:nth-of-type(2) {
    padding: 20px 20vw 20px 20px;
}

html:lang(ru) #easy_steps .step:nth-of-type(2) {
    padding: 20px 15vw 20px 20px;
}

#easy_steps .step:nth-of-type(3) {
    background-image: url(/img/blue_div_bg.svg);
}

#easy_steps .display-4 {
    font-size: 2.5rem;
}

#easy_steps .display-5 {
    font-size: 2rem;
}

/* /--------------- easy_steps --------------- */

/* --------------- footer --------------- */
footer {
    background-image: url(/img/line_footer_bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    padding-bottom: 165px;
    margin-top: 170px;
}

footer .intego_tower {
    position: absolute;
    left: calc(50% - 115px);
    bottom: -165px;
    width: 230px;
    z-index: -1;
}

footer .sale_box .mac_years_radio {
    opacity: 0;
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    pointer-events: none;
    background-image: url(/img/popup_box2_flip.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 15px;
    left: calc(50% - 253px);
    padding: 0px 5px 8px 15px;
    margin-left: 20px;
}

footer .sale_box .info {
    font-size: 16px;
}

/* /--------------- footer --------------- */
@media screen and (min-width: 576px) {
    #comparison .title_sale {
        width: 100px;
    }

    #comparison .intego_btn,
    #comparison .btn_gray {
        min-width: 130px;
        font-size: 18px;
    }

    #comparison .title_box {
        font-size: 1.3rem;
    }

    #comparison::after {
        width: 140%;
        left: -20%;
    }

    header .mis_box-ld {
        width: 265px;
    }

    .intego_logo {
        width: 292px;
    }

    header .gray_bubble {
        padding: 40px 40px 40px 70px;
    }

    header .text-green {
        font-size: 2rem;
    }

    header .intego_btn {
        color: #fff;
        background: #09A5E9;
        transition: all .2s ease-in-out;
        border-radius: 50px;
        padding: 10px 20px;
        font-size: 30px;
        text-decoration: none;
        min-width: 300px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        box-shadow: 0 8px 0 #306367;
        font-weight: 600;
    }

    #easy_steps .step,
    html:lang(ja) #easy_steps .step,
    html:lang(ru) #easy_steps .step {
        padding: 20px 70px 20px 20px;
    }

    #easy_steps .step:nth-of-type(2),
    html:lang(ja) #easy_steps .step:nth-of-type(2),
    html:lang(ru) #easy_steps .step:nth-of-type(2) {
        padding: 20px 220px 20px 20px;
    }

    footer .sale_box {
        left: calc(100% - 400px);
        width: 400px;
        height: 400px;
    }

    footer .sale_box .sale_title {
        font-size: 2.5em;
        top: -27px;
    }

    footer .sale_box .sale_title b,
    html:lang(de) footer .sale_box .sale_title b {
        font-size: 2.6em;
        line-height: 0.8;
    }

    footer .sale_box .sale_subtitle {
        font-size: 2em;
    }

    footer .sale_box .box {
        top: 120px;
    }

    footer .sale_box .newPrice {
        font-size: 4em;
    }

    footer .sale_box .oldPrice {
        font-size: 3em;
    }

    footer .sale_box .btn_blue {
        width: 330px;
        font-size: 2em;
        box-shadow: 0 0 0 7px #fff;
        padding: 10px 20px;
        margin-left: 15px;
    }

    footer .sale_box .mis_sale_box {
        width: 100px;
        top: -20px;
        left: 25px;
    }

    footer .intego_tower {
        left: 0;
        width: 370px;
    }

    .trustpilot_carousel.black {
        flex-direction: row;
    }

    #safety_reviews {
        margin-top: 10em;
    }

    header .green_circle {
        right: -150px;
        top: 100px;
    }

    header .display-4 {
        font-size: 2.5rem;
    }

    html:lang(ja) header .display-4 {
        font-size: 2.8rem;
    }

    header {
        padding-top: 0;
    }

    footer .sale_box .info {
        font-size: 20px;
    }

    html:lang(fr) footer .sale_box .sale_title {
        font-size: 2.1em;
        top: -2px;
    }

    html:lang(fr) footer .sale_box .sale_title b,
    html:lang(es) footer .sale_box .sale_title b {
        font-size: 2.4em;
    }

    html:lang(fr) footer .sale_box .btn_blue,
    html:lang(es) footer .sale_box .btn_blue {
        font-size: 1.5em;
        padding: 10px 20px;
    }

    html:lang(de) footer .sale_box .sale_title {
        font-size: 1.3em;
        top: 30px;
        left: 150px;
    }

    html:lang(es) footer .sale_box .sale_title {
        font-size: 1.8em;
        top: 11px;
    }

    html:lang(it) footer .sale_box .sale_title {
        font-size: 2em;
        right: 20px;
        top: 16px;
    }

    html:lang(it) footer .sale_box .sale_title b {
        font-size: 1.8em;
    }

    html:lang(ja) footer .sale_box .sale_title {
        font-size: 2.8em;
        top: -12px;
    }

    html:lang(ja) footer .sale_box .sale_title b {
        font-size: 1.7em;
    }

    html:lang(pt) footer .sale_box .sale_title {
        font-size: 1.6em;
        right: 17px;
        top: 17px;
    }

    html:lang(pt) footer .sale_box .sale_title b {
        font-size: 2.6em;
    }

    html:lang(ru) footer .sale_box .sale_title {
        font-size: 2em;
        right: 11px;
        top: 32px;
    }

    html:lang(ru) footer .sale_box .sale_title b {
        font-size: 1.1em;
    }
}

@media screen and (max-width: 768px) {
    #safety_reviews {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 768px) {
    header .display-4 {
        font-size: 3.5rem;
    }

    header .col-md-4 {
        text-align: left;
    }

    header .green_lines {
        top: -525px;
        left: calc(50% - 895px);
        opacity: 0.5;
        width: 740px;
    }

    header .gray_bubble {
        padding: 20px 40px 10px 70px;
    }

    #comparison table tr.mobile-row {
        display: none;
    }


    #safety_reviews .logo_seen {
        height: 30px;
    }

    #easy_steps .display-4 {
        font-size: 3.5rem;
    }

    #easy_steps .display-5 {
        font-size: 2.8rem;
    }

    #easy_steps .step:nth-of-type(2),
    html:lang(ja) #easy_steps .step:nth-of-type(2),
    html:lang(ru) #easy_steps .step:nth-of-type(2) {
        padding: 20px 50px 20px 20px;
    }

    #comparison thead td {
        width: unset;
    }

    #comparison .fixed-row {
        display: none;
        margin-left: 1px;
    }

    #catalina {
        width: 330px !important;
        top: 0;
        left: 0;
    }

    html:lang(ru) #catalina,
    html:lang(fr) #catalina,
    html:lang(de) #catalina,
    html:lang(es) #catalina,
    html:lang(it) #catalina {
        top: 35px;
    }

    html:lang(pt) #catalina {
        top: 70px;
    }
}


@media screen and (min-width: 992px) {
    header .gray_bubble {
        left: -70px;
    }

    #comparison .intego_btn,
    #comparison .btn_gray {
        min-width: 200px;
        font-size: 24px;
        padding: 5px 15px;
    }

    html:lang(ru) #comparison .intego_btn,
    html:lang(ru) #comparison .btn_gray,
    html:lang(ja) #comparison .intego_btn,
    html:lang(ja) #comparison .btn_gray {
        font-size: 20px;
    }

    #comparison .title_sale {
        width: 180px;
    }

    #easy_steps .display-5 {
        font-size: 3rem;
    }

    #easy_steps .step:nth-of-type(2),
    html:lang(ja) #easy_steps .step:nth-of-type(2),
    html:lang(ru) #easy_steps .step:nth-of-type(2) {
        padding: 20px 180px 20px 20px;
    }

    header .green_lines {
        top: -525px;
        left: calc(50% - 960px);
        opacity: 0.5;
        width: 740px;
    }

    html:lang(ru) #safety_reviews h1.display-5 {
        width: 70%;
        margin: 0 auto;
    }

    html:lang(de) #easy_steps .step {
        padding: 20px 175px 20px 20px;
    }

    html:lang(es) #easy_steps .step {
        padding: 20px 140px 20px 20px;
    }

    html:lang(it) #easy_steps .step {
        padding: 20px 125px 20px 20px;
    }

    html:lang(pt) #easy_steps .step {
        padding: 20px 130px 20px 20px;
    }

    #catalina {
        width: 330px !important;
    }
}

@media screen and (min-width: 1200px) {
    header .green_lines {
        left: calc(50% - 1125px);
    }

    header .gray_bubble {
        left: 0;
    }

    header .price_container {
        justify-content: space-between;
        flex-direction: row;
        text-align: left;
    }

    header .mis_box-ld {
        display: none;
    }

    header .mis_box {
        position: relative;
        z-index: 1;
        display: block;
        left: -104px;
        transform: scale(0.85);
    }

    header .price_container .row {
        justify-content: end;
    }

    #easy_steps .step:nth-of-type(2),
    html:lang(ja) #easy_steps .step:nth-of-type(2),
    html:lang(ru) #easy_steps .step:nth-of-type(2) {
        padding: 20px 240px 20px 20px;
    }

    #catalina {
        top: -85px;
        left: 45px;
        width: 400px !important;
    }

    html:lang(ru) #catalina,
    html:lang(fr) #catalina,
    html:lang(de) #catalina,
    html:lang(es) #catalina,
    html:lang(it) #catalina,
    html:lang(pt) #catalina {
        top: -70px;
    }
}

@media screen and (min-width: 1200px) {

}

@media screen  and (min-width: 1572px) {

    header .green_lines {
        left: calc(50% - 1215px);
    }

    header .mis_box {
        left: -225px;
        transform: scale(1);
    }

    header .gray_bubble {
        left: -70px;
    }
}

@media screen and (max-width: 366px) {
    #table-section .fixed-row br:nth-of-type(1) {
        display: none;
    }

    #table-section .fixed-row td:nth-of-type(2) {
        vertical-align: bottom;
    }

    #comparison .title_box {
        font-size: 0.8rem;
    }

    footer .sale_box .mac_years_radio {
        left: calc(50% - 280px);
    }

    html:lang(fr) #comparison .intego_btn,
    html:lang(fr) #comparison .btn_gray {
        font-size: 12px;
    }

    html:lang(fr) #easy_steps .step:nth-of-type(2),
    html:lang(de) #easy_steps .step:nth-of-type(2),
    html:lang(es) #easy_steps .step:nth-of-type(2) {
        padding: 20px 20vw 20px 20px;
    }
}