
/*region Common Calendars 5 styles */
.menu .container .products {
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.text {
    color: #444;
    font-size: 1.375em;
    padding-top: 0;
    line-height: 34px;
}

h2.section-title, h3.section-title, p.section-title {
    margin: 0;
    padding: 0 0 10px;
    color: #323232;
    font-size: 2.75em;
    font-weight: 600;
}

p.section-subtitle {
    padding: 0 0 30px;
    color: #999;
    font-size: 2em;
    line-height: 120%;
    font-weight: normal;
}

.content-block {
    padding: 60px 0;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.content-block .content {
    height: 100%;
    box-sizing: border-box;
}

.content-block .description, .content-block .illustration {
    width: 50%;
}

.content-block.gray {
    background-color: #f8f8f8;
}

.next_panel {
    position: absolute;
    bottom: 20px;
    left: 50%;
    display: block;
    width: 40px;
    height: 60px;
    margin: 0 0 0 -20px;
    background: url("/img/common/arrow.svg") no-repeat center center;
    background-size: 40px 60px;
}

.bottom {
    background-color: #fff;
}

.btn {
    display: inline-block;
    width: 215px;
    height: 44px;
    margin: 0 10px 0 0;
    padding: 0;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: #8c8c8c;
    font-size: 1.063em;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    border-radius: 6px;
}

.btn.green {
    border: 1px solid #3fc322;
    background-color: #3fc322;
    color: #fff;
}
.btn.green:hover {
    color: #fff;
}

.itunes-badge {
    display: none;
}
/*endregion*/


/*region Main Banner styles */
.main-banner {
    position: relative;
    height: 800px;
    padding: 0;
    background-color: #919191;
    box-sizing: border-box;
}

.main-banner video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10%;
    width: 120%;
}

.main-banner .alpha { display: block; position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); z-index: 5; top: 0}

.main-banner .content {
    padding: 100px 0 0;
    z-index: 10;
}

.main-banner .prefix {
    padding: 0 0 10px;
    color: #fff;
    font-size: 1.625em;
    font-weight: 400;
    line-height: 100%;
}

.main-banner .logo {
    display: block;
    margin: 0 auto;
    width: 140px;
    height: auto;
}

.main-banner .title {
    padding: 20px 0 30px;
    color: #fff;
    font-size: 4.125em;
    font-weight: 600;
    line-height: 100%;
}

.main-banner .subtitle {
    padding: 0 0 60px;
    color: #fff;
    font-size: 2em;
    font-weight: 400;
    line-height: 120%;
}

.main-banner .video_player {
    display: inline-block;
    height: 48px;
    padding: 0 0 0 60px;
    color: #fff;
    font-size: 1.625em;
    font-weight: 600;
    line-height: 48px;
    background: url("/img/common/playbtn.svg") no-repeat 0 0;
    background-size: 48px 48px;
}

.main-banner .btn {
    margin: 60px 0 0;
}

.main-banner .next_panel {
    z-index: 10;
}
/*endregion*/

/*region Quote block styles */
.quote-block {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 46px;
    background: url("/img/common/quote-blue.svg") no-repeat 0 0;
    background-size: 30px 25px;
}

.quote-block .quote-text {
    padding: 0 0 25px;
    color: #333;
    font-size: 2em;
    font-weight: 400;
    line-height: 120%;
}

.quote-block .quote-author {
    display: inline-block;
}

.quote-block .quote-author.macworld {
    width: 240px;
    height: auto;
}

.quote-block .quote-author.tnw {
    width: 127px;
    height: auto;
}
/*endregion*/


/*region Most Beautiful styles*/
.most-beautiful {
    background: -webkit-linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
    background: -moz-linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
    background: -o-linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
    background: linear-gradient(0deg, #eaeaea 0%, #f7f7f7 100%);
}

.most-beautiful .description {
    width: 455px;
    padding-top: 200px;
}

.most-beautiful .illustration {
    position: relative;
    width: 380px;
    height: auto;
    margin: 0 160px;
}

.most-beautiful .illustration .device {
    display: block;
    width: 380px;
    height: auto;
}

.most-beautiful .illustration iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 380px;
    height: 778px;
}
/*endregion*/

/*region Connect Calendars styles*/
.connect-calendars .description {
    width: 460px;
    padding: 190px 100px 0 0;
}

.connect-calendars .illustration {
    width: 530px;
}

.connect-calendars .illustration .device {
    display: block;
    width: 715px;
    height: auto;
    margin: 0 0 0 -185px;
}
/*endregion*/

/*region Smart One styles*/
.smart-one {
    background: -webkit-linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
    background: -moz-linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
    background: -o-linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
    background: linear-gradient(0deg, #eaeaea 0%, #f7f7f7 100%);
}

.smart-one .description {
    width: 500px;
    padding-top: 140px;
}

.smart-one .description .text {
    padding-bottom: 60px;
}

.smart-one .illustration {
    position: relative;
    width: 380px;
    height: auto;
    margin: 0 100px 0 0;
}

.smart-one .illustration .device {
    display: block;
    width: 380px;
    height: auto;
}

.smart-one .illustration iframe {
    position: absolute;
    top: 0;
    left: -32px;
    display: block;
    width: 445px;
    height: 619px;
}
/*endregion*/

/*region Smart Features styles*/
.features-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.feature-element {
    display: inline-block;
    width: 30%;
    margin: 0 10px;
    padding: 30px 0 30px;
}

.feature-element .feature-icon {
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.feature-element .text {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
    color: #333;
    line-height: 150%;
}
/*endregion*/

/*region Powerful Assistant styles*/
.powerful-assistant {
    background: -webkit-linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
    background: -moz-linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
    background: -o-linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(90deg, #eaeaea 0%, #f7f7f7 100%);
    background: linear-gradient(0deg, #eaeaea 0%, #f7f7f7 100%);
}

.powerful-assistant .text {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.powerful-assistant .devices {
    display: block;
    max-width: 1246px;
    width: 100%;
    height: auto;
    margin: 35px 0 0 -43px;
}
/*endregion*/

/*region Easily Manage styles*/
.easily-manage .description {
    width: 500px;
    padding-top: 90px;
}

.easily-manage .description .text {
    padding-bottom: 60px;
}

.easily-manage .illustration {
    position: relative;
    width: 380px;
    height: auto;
    margin: 0 90px 0 0;
}

.easily-manage .illustration .device {
    display: block;
    width: 380px;
    height: auto;
}

.easily-manage .illustration iframe {
    position: absolute;
    top: 0;
    left: -32px;
    display: block;
    width: 445px;
    height: 619px;
}
/*endregion*/

/*region Recurring Events styles*/
.recurring-events .devices {
    display: block;
    max-width: 980px;
    width: 100%;
    height: auto;
    margin: 60px auto 0;
}
/*endregion*/

/*region Setup Reminders styles*/
.setup-reminders .description {
    width: 490px;
    padding-top: 160px;
}

.setup-reminders .illustration {
    position: relative;
    width: 528px;
    height: auto;
}

.setup-reminders .illustration .device {
    display: block;
    width: 528px;
    height: auto;
    margin: 50px 0 0;
}
/*endregion*/

/*region Press list styles*/
.press-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.press {
    position: relative;
    width: 30%;
    margin: 60px 10px 0;
    text-align: left;
    box-sizing: border-box;
}

.press .block_link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.press .logo {
    width: 195px;
    height: 49px;
}

.press p {
    padding: 0;
}
/*endregion*/


@media (max-width: 1199px) {
    .main-banner {
        max-height: 800px;
        height: 100%;
        padding-bottom: 40px;
    }

    .main-banner video {
        width: initial;
        left: -5%;
    }

    .main-banner .btn {
        margin: 40px 0 90px;
    }

    .next_panel {
        bottom: 10px;
    }

    h2.section-title,
    h3.section-title,
    p.section-title {
        font-size: 2.4em;
        padding: 0 20px 10px;
        box-sizing: border-box;
        text-align: center;
    }

    p.section-subtitle {
        color: #333333;
        font-size: 1.8em;
        padding: 0 20px 30px;
        box-sizing: border-box;
        text-align: center;
    }

    .text {
        font-size: 1.2em;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .quote-block {
        max-width: 800px;
        box-sizing: border-box;
        padding: 0 20px 0 46px;
        background-size: 60px 19px;
    }

    .quote-block .quote-text {
        font-size: 1.6em;
    }

    .description .btn.green {
        display: block;
        margin: 0 auto;
    }

    .most-beautiful .description {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        padding-top: 0;
        float: none;
    }

    .most-beautiful .illustration {
        width: 300px;
        margin: 30px auto;
        float: none;
    }

    .most-beautiful .illustration .device {
        width: 300px;
    }

    .most-beautiful .illustration iframe {
        width: 300px;
    }

    .connect-calendars .description {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
        float: none;
    }

    .connect-calendars .illustration {
        float: none;
        width: 100%;
    }

    .connect-calendars .illustration .device {
        margin: 25px auto 0;
        width: 50%;
    }

    .smart-one .description {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
        float: none;
    }

    .smart-one .description .text {
        padding-bottom: 20px;
    }

    .smart-one .illustration {
        width: 300px;
        margin: 30px auto;
        float: none;
    }

    .smart-one .illustration .device {
        width: 300px;
    }

    .smart-one .illustration iframe {
        width: 351px;
        height: 488px;
        left: -26px;
    }

    .features-list {
        justify-content: center;
    }

    .feature-element .text {
        max-width: 230px;
    }

    .powerful-assistant .devices {
        margin: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .easily-manage .description {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
        float: none;
    }

    .easily-manage .description .text {
        padding-bottom: 20px;
    }

    .easily-manage .illustration {
        width: 300px;
        margin: 30px auto;
        float: none;
    }

    .easily-manage .illustration .device {
        width: 300px;
    }

    .easily-manage .illustration iframe {
        width: 351px;
        height: 488px;
        left: -26px;
    }

    .recurring-events .devices {
        margin: 40px 0;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .setup-reminders .description {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
        float: none;
    }

    .setup-reminders .illustration {
        float: none;
        width: 100%;
    }

    .setup-reminders .illustration .device {
        margin: 25px auto 0;
        width: 45%;
    }

    .press .logo {
        width: 70%;
        height: initial;
    }
}


@media (max-width: 991px) {
    .topmenu-sidebar .collapsible-menu li:nth-child(5) > ul {
        display: block !important;
    }

    .main-banner .content {
        padding: 80px 0 0;
    }

    .main-banner video {
        left: -20%;
    }

    .main-banner .logo {
        width: 125px;
    }

    .main-banner .title {
        font-size: 3.4em;
    }

    .main-banner .subtitle {
        padding: 0 0 40px;
        font-size: 1.6em;
    }

    .next_panel {
        bottom: 20px;
    }

    .most-beautiful .illustration {
        width: 260px;
    }

    .most-beautiful .illustration .device {
        width: 260px;
    }

    .most-beautiful .illustration iframe {
        width: 260px;
    }

    .smart-one .illustration {
        width: 260px;
    }

    .smart-one .illustration .device {
        width: 260px;
    }

    .smart-one .illustration iframe {
        width: 305px;
        height: 424px;
        left: -22px;
    }

    .easily-manage .illustration {
        width: 260px;
    }

    .easily-manage .illustration .device {
        width: 260px;
    }

    .easily-manage .illustration iframe {
        width: 305px;
        height: 424px;
        left: -22px;
    }

    .feature-element {
        padding: 30px 0 20px;
    }

    .feature-element .feature-icon {
        width: 85px;
    }

    .feature-element .text {
        padding: 10px 0 0;
    }

    .press p {
        font-size: 1.15em;
    }

    /*region Footer how-to menu for product styles */
    .footer .footer-menu:nth-child(3) {
        border-top: 1px solid #737384;
    }
    .footer .footer-menu:nth-child(2) {
        border-top: none;
    }
    /*endregion*/
}


@media (max-width: 767px) {
    .bf2019 .logo {
        background: url(/img/common/readdle_black.svg) no-repeat 0 0 !important;
    }
    .top.bf2019 .burger-button .svg .cls-1 {
        fill: #000 !important;
    }

    .main-banner .logo {
        width: 115px;
    }

    .main-banner video {
        left: -30%;
    }

    .main-banner .title {
        font-size: 3.2em;
    }

    .main-banner .subtitle {
        font-size: 1.5em;
        max-width: 600px;
        margin: 0 auto;
    }

    .content-block {
        padding: 40px 0;
    }

    h2.section-title,
    h3.section-title,
    p.section-title {
        font-size: 1.9em;;
    }

    p.section-subtitle {
        font-size: 1.4em;
    }

    .text {
        color: #545454;
        font-size: 1.15em;
        line-height: 150%;
        padding: 0 20px;
    }

    .quote-block {
        padding: 0 20px 0 45px;
        background: url(/img/common/quote-blue.svg) no-repeat 0 0;
        background-size: 60px 13px;
    }

    .quote-block .quote-text {
        font-size: 1.15em;
        padding: 0 0 17px;
    }

    .quote-block .quote-author.macworld {
        width: 200px;
    }

    .quote-itunes-block {
        display: block;
        text-align: center;
    }

    .quote-block .quote-author.tnw {
        width: 84px;
    }

    .itunes-badge-block {
        display: block;
        text-align: center;
    }

    .itunes-badge-block .itunes-badge {
        display: inline-block;
        margin: 10px auto 0;
        height: 50px;
    }

    .itunes-badge img {
        height: 50px;
    }

    .description .btn.green {
        display: none;
    }

    .feature-element {
        width: 28%;
    }

    .feature-element .feature-icon {
        width: 70px;
    }

    .feature-element .text {
        max-width: 190px;
        font-size: 1.1em;
    }

    .most-beautiful .illustration {
        width: 234px;
    }

    .most-beautiful .illustration .device {
        width: 234px;
    }

    .most-beautiful .illustration iframe {
        width: 234px;
    }

    .smart-one .illustration {
        width: 234px;
    }

    .smart-one .illustration .device {
        width: 234px;
    }

    .smart-one .illustration iframe {
        width: 274px;
        height: 381px;
        left: -20px;
    }

    .easily-manage .illustration {
        width: 234px;
    }

    .easily-manage .illustration .device {
        width: 234px;
    }

    .easily-manage .illustration iframe {
        width: 274px;
        height: 381px;
        left: -20px;
    }

    .press-list {
        justify-content: space-around;
        padding-bottom: 20px;
    }

    .press {
        width: 40%;
        margin: 40px 0 0 15px;
    }

    .press p {
        font-size: 1.05em;
        line-height: normal;
    }
}


@media (max-width: 575px) {
    .main-banner {
        padding-top: 70px;
        max-height: 600px;
        height: 100%;
        text-align: center;
        background: #e4e4e4 url("/img/calendars5/20170707/iphone/top-banner_3x.jpg") no-repeat center top;
        background-size: cover;
        box-sizing: border-box;
    }

    .main-banner .content {
        padding: 0;
    }

    .main-banner video {
        display: none;
    }

    .main-banner .alpha {
        display: none;
    }

    .main-banner .logo {
        width: 96px;
    }

    .main-banner .title {
        padding: 20px 10px;
        font-size: 1.875em;
    }

    .main-banner .subtitle {
        font-size: 1.125em;
        padding: 0 30px 50px;
        max-width: 400px;
        margin: 0 auto;
    }

    .main-banner .video_player {
        font-size: 0;
        width: 66px;
        height: 66px;
        margin: 0 auto 50px;
        padding: 0;
        background-size: 66px 66px;
    }

    .main-banner .btn.green {
        display: none;
    }

    .main-banner .itunes-badge {
        display: inline-block;
        margin: 10px auto 0;
    }

    .next_panel {
        display: none;
    }

    h2.section-title,
    h3.section-title,
    p.section-title {
        font-size: 1.375em;;
        padding: 0 20px 10px;
    }

    p.section-subtitle {
        font-size: 1em;
        padding: 0 20px 15px;
    }

    .text {
        color: #545454;
        font-size: 0.9em;
        line-height: 150%;
        padding: 0 20px;
    }

    .quote-block {
        width: 360px;
    }

    .quote-block .quote-text {
        font-size: 1em;
        padding: 0 0 15px;
        font-weight: 400;
        line-height: 140%;
    }

    .quote-block .quote-author.macworld {
        width: 140px;
        height: auto;
        content: url(/img/calendars5/iphone/iphone-cal-quote-logo@3x.png);
    }

    .quote-block .quote-author.tnw {
        width: 64px;
        height: auto;
        content: url(/img/calendars5/20170707/iphone/tnw_3x.png);
    }

    .connect-calendars .illustration .device {
        max-width: 373px;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .feature-element .feature-icon {
        width: 50px;
    }

    .feature-element {
        width: 125px;
        margin: 0 15px;
        padding: 20px 0 20px;
    }

    .feature-element .text {
        font-size: 0.95em;
    }

    .powerful-assistant .devices {
        max-width: 326px;
        width: 100%;
        margin: 30px auto 0;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .recurring-events .devices {
        width: 545px;
        margin: 40px auto 0 -100px;
    }

    .setup-reminders .illustration .device {
        max-width: 338px;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .press {
        width: 100%;
        margin: 30px 0 0 0;
        text-align: center;
    }

    .press .logo {
        width: 100%;
        max-width: 300px;
    }

    .press p {
        font-size: 1em;
        padding: 0;
    }
}


@media (max-width: 479px) {
    .recurring-events .devices {
        margin: 40px auto 0 -150px;
    }
}


@media (max-width: 375px) {
    .quote-block {
        width: 310px;
    }

    .recurring-events .devices {
        width: 493px;
        margin: 40px auto 0 -160px;
    }
}


/* Retina styles */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    @media (min-width: 576px) {
        /*region Main Banner styles */
        .main-banner .logo {
            content: url("/img/calendars5/20170707/calendars_2x.png");
        }
        /*endregion*/

        /*region Connect Calendars styles*/
        .connect-calendars .illustration .device {
            content: url("/img/calendars5/20170707/iphone_share_2x.png");
        }
        /*endregion*/

        /*region Powerful Assistant styles*/
        .powerful-assistant .devices {
            content: url("/img/calendars5/20170707/iphone_ipad_tasks_2x.png");
        }
        /*endregion*/

        /*region Recurring Events styles*/
        .recurring-events .devices {
            content: url("/img/calendars5/20170707/repeat_2x.png");
        }
        /*endregion*/

        /*region Setup Reminders styles*/
        .setup-reminders .illustration .device {
            content: url("/img/calendars5/20170707/iphone_ntf_2x.png");
        }
        /*endregion*/

        /*region Loved By styles*/
        .press .logo.theverge {
            content: url("/img/calendars5/20170707/press_verge_2x.png");
        }

        .press .logo.idownload {
            content: url("/img/calendars5/20170707/press_idwnld_2x.png");
        }

        .press .logo.tnw {
            content: url("/img/calendars5/20170707/press_tnw_2x.png");
        }

        .press .logo.macworld {
            content: url("/img/calendars5/20170707/press_macworld_2x.png");
        }

        .press .logo.macstories {
            content: url("/img/calendars5/20170707/press_macstories_2x.png");
        }

        .press .logo.imore {
            content: url("/img/calendars5/20170707/press_imore_2x.png");
        }
        /*endregion*/
    }
}
