@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700";
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700";
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');


p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 29px;
    color: #949EB6;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    color: #3F4658;
}
h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    color: #3F4658;
}
/* ===== HEADER START
============================*/
header.mysystem .pricing-header {
    height: 520px; 
}
.pricing-header .pricing-header-title {
    padding-bottom: 0px; 
}
.pricing-header h1 {

}
.pricing-header-title h1 {
    font-family: 'Montserrat', sans-serif!important;
    color: #fff
}
.pricing-header .pricing-header-title p {
    color: #fff;
    margin: 0 auto;
    padding-top: 10px; 
    margin-bottom: 60px
}
.packet-box {
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    padding: 0px 0px;
    width: 100%;
    max-width: 729.72px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    z-index: 3;
    overflow: hidden;
}

.packet-price {
    width: 41.66666667%;
    background: #f7fbfb;
    float: left;
    padding: 80px 40px 40px 40px;
}
.packet-price h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 90px;
    font-weight: 800;
    font-size: 28px;
    color: #3F4658;
    margin-bottom: 20px;
}
.unlimited-price {

}
.valute-curency {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #3F4658;
    vertical-align: top;
}
.value-valute {
    font-family: 'Montserrat', sans-serif;
    /*font-size: 90px;*/
    font-size: 80px;
    font-weight: 800;
    color: #ff92bd
}
.value-month {
    color: #3F4658;
}



.packet-secure {
    width: 58.33333333%;
    float: left;
    text-align: left;
    padding: 60px 40px 40px 40px;
}
.secure-payment-img {
    bottom: -14px;
    position: relative ;
}
.secure-payment {
    padding-left: 12px;

}
.packet-secure span {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #3F4658;
}
.cc-payment {
    padding-top: 30px;
    padding-bottom: 20px;
}

.packet-secure p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #729de8
}
.packet-start {
    display: block;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #52cdd9

}
.btn-extended {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 21px;




    border: 0px;
    outline: 0px;
    width: 100%;
    margin: 0px;
    color: #fff;
    background: transparent;
    padding: 20px;
}

.btn-extended:hover {
    background:#57d9e4 
}
/* ===== HEADER END
============================*/





/* ===== FEATURES-CONTENT START
============================*/
.features-content {

}
.features-content .box {
    text-align: center;
    max-width: 308px;
    margin: auto;
    /*padding-top: 40px;
    padding-bottom: 20px*/

}
.features-content .box img {
    margin-bottom: 20px
}
.features-content .box h3 {
    margin-bottom: 40px
}
.features-content .box p {
    font-weight: 500
}
/* ===== FEATURES-CONTENT END
============================*/

/* ===== FAC-CONTENT START
============================*/
.fac-content {
    padding: 0px;
    background-image: linear-gradient(310deg, #71A0EA 20%, #7747B5 90%);
}
.fac-content h2 {
    color: #fff;
    margin-bottom: 80px;

}

.fac-content .box {
    padding-bottom: 60px
}
.faq-box {
    margin-bottom: 22px;
}
.w-row {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    line-height: 29px;
    color: #2E374D;

    padding: 16px 50px;
    border-radius: 10px;
    background: #fff;

}
.h-row {
    display: none;
}
.h-row {
    position: relative;
    top: -10px;
    padding: 30px 25px;
    border-radius: 0px 0px 10px 10px;
    background: rgba(255,255,255,0.8);
    background: #f2f0f9;

}
.h-row p {
    font-family: 'Raleway', sans-serif;
    font-size: 300;
}
.ask {
    position: relative;
}
.ask {
    position: relative;
    display: inline-block ;
    min-width: 400px;
}
.ask:after {
    content: '';
    width: 6px;
    height: 6px;
    background:#fff;
    position: absolute;
    left: -22px;
    top: 8px;
    border-radius: 10px;
}
.ask:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: -25px;
    top: 5px;
    border-radius: 10px;
}
.container :nth-child(1) .ask:before {
    background:#756bca;
}
.container :nth-child(2) .ask:before {
    background:#71d8ff;
}
.container :nth-child(3) .ask:before {
    background:#71b3ff;
}
.container :nth-child(4) .ask:before {
    background:#bc71ff;
}
.container :nth-child(5) .ask:before {
    background:#ff71c2;
}
.container :nth-child(6) .ask:before {
    background:#ff7171;
}	
.expand .trigger {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: -3px;
    width: 10px;
    height: 6px;
    background-image: url('https://cdn.plypages.com/e62245e8-37e5-44ba-b3f8-1e692c072b3b/toogleup.svg');
}
.trigger {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: -3px;
    width: 10px;
    height: 6px;
    background-image: url('https://cdn.plypages.com/ece796fa-5e0a-48fc-914d-e93cfa46d8d5/toggle.svg');
}

/* ===== FAC-CONTENT END
============================*/

/* ===== WPS-CONTENT START
============================*/
.wps-content {
    top: -2px;
    background: #EFEFEF;
    background-image: linear-gradient(180deg, #EFEFEF 20%, #F6F6F6 90%);
}
.wps-content h2 {
    margin-bottom: 120px;

}

.wps-content .box {
    border-radius: 5px;
    /*padding: 40px 80px 80px 40px;*/
    padding:40px 40px 80px 40px;
    background: #FFFFFF;
    max-width: 346px;
    /*max-width: 266px;*/
    margin: auto
}
.quote-avatar {
    position: relative;
    top: -90px;
    border-radius: 50px;
    text-align: right;
}
.wps-content .box img {
    width: 100%;
    max-width: 98px;
}
.wps-content .box blockquote {
    font-size: 15px;
    line-height: 15px;
    font-weight: 100;
    color: #000000;
    margin-bottom: 50px;
    position: relative;
}
.wps-content .box blockquote:before {
    content: '';
    position: absolute;
    top: -30px;
    width: 10px;
    height: 9px;
    background-image: url('https://cdn.plypages.com/66f950d6-3d17-44d3-8d57-ede606d6f4c8/quote.svg');
    background-repeat: no-repeat;

}
.testimonial-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #3F4658

}
.testimonial-role {
    font-size: 14px;
    font-weight: 300;
    color: #979797

}
/* ===== WPS-CONTENT END
============================*/

/* ===== GUARANTEED-PAYMENT START
============================*/
.guaranteed-payment {
    top: -2px;
    background-image: linear-gradient(180deg, #F6F6F6 20%, #FFFFFF 90%);
    padding-bottom: 180px

}
.guaranteed-payment .box {

    padding-top: 40px;
    padding-bottom: 40px

}
.guaranteed-payment  .box img {
    margin-bottom: 40px
}
.guaranteed-payment .box h3 {
    margin-bottom: 40px
}
.guaranteed-payment .box p {
    font-weight: 500
}
/* ===== GUARANTEED-PAYMENT END
============================*/

/* ===== FLEX START
============================ */
.flex-center {
    -webkit-align-items: center; 
    align-items: center; 
}
.flex-start { 
    -webkit-align-items: flex-start;
    align-items: flex-start; 
}
.flex-end { 
    -webkit-align-items: flex-end; 
    align-items: flex-end; 
}
.flex-baseline { 
    -webkit-align-items: baseline; 
    align-items: baseline; 
}
.flex-container {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}
.flex-item {}
/* ===== FLEX END
============================ */

.modal-body .close::after,
.modal-body .close::before {
    display: none;
}

.modal-header {
    padding: 15px 20px;
}

.modal-header h4 {
    font-weight: 500;
    font-size: 18px;
}

.form-item-row > label {
    color: #929AAE;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 20px;
    display: block;
}

.form-item-input, .form-item-textarea {
    width: 100%;
    border: 1px solid #D5DBDC;
    border-radius: 4px;
    color: #586075;
    font-size: 13px;
    font-weight: 600;
    padding: 13px;
    margin-bottom: 8px;
}

.btn-radius{
    padding: 13px 25px;
    border-radius: 66px;
    font-weight: 600;
}

.btn-light-green{
    background-color: #d9fbd9;
    color: #17a017;
}

/*.founders .packet-box{
   margin-bottom: 30px; 
}*/

header.mysystem.founders .pricing-header,
header.mysystem.omg .pricing-header,
header.mysystem.pricing-page .pricing-header{
    height: auto; 
    /*    min-height: 560px;
        overflow-y: visible;*/
}



#pricing-checkout-modal .form-group {
    padding: 0px 0px 30px 0px;    
}

#pricing-checkout-modal .form-item-row label{
    /*    margin-bottom: 10px;
        margin-top: 20px;*/
}

#pricing-checkout-modal .btn-div{
    margin-top: 20px;
}

#pricing-checkout-modal .text-last-div{
    margin-top: 20px;
    color: #929AAE;
    /*font-size: 13px;*/
    font-weight: 600;
    line-height: 15px;
}

@media screen and (max-width: 873px) {
    .pricing-header-title h1{
        line-height: 1.2em;
    }
}

@media screen and (max-width: 568px) {
    .packet-price,
    .packet-secure{
        min-width: 100%;
        padding: 40px 0px 40px 0px;
    }
    .packet-secure{
        background: #fff;
        text-align: center;
    }

    .pricing-header-content .flex-container{

        display: block;
    }
    
    .packet-price h3{
        font-size: 26px;}
}

@media screen and (max-width: 583px) {

}

.fac-content .faq-box .ask{
    min-width: 100%;
}

.fac-content .faq-box .trigger{
    display: block;
    float: right;
    top: -15px;
}

.fac-content .faq-box .expand .trigger{
    top: -20px;
}

.fac-content .container{
    width: auto;
}

.footer-content.features .btn-get-invite,
.footer-content.features .btn-get-start{
    line-height: 16px; 
}

.btn-pink {
    background: linear-gradient(310deg, #FF91BD 40%, #FFA0A0 100%);
    color: #fff;
    border: none;
}
.btn-pink:active, .btn-pink:hover {
    background: linear-gradient(310deg, #FF91BD 40%, #FFA0A0 100%);
    color: #fff;
}
.btn-pink:focus {
    outline: none;
    border: none;
    color: #fff;
}

.form-item-row label {
    color: #929AAE;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    margin-bottom: 15px;
    padding-top: 3px;
    display: block;
}

.form-item-row{
    margin-bottom: 15px;
}

.form-item-input, 
.form-item-textarea,
.modal-content .modal-body input.form-item-input{
    width: 95%;
    border: 2px solid #eaeded;
    border-radius: 4px;
    color: #586075;
    font-size: 13px;
    font-weight: 600;
    padding: 13px;
    margin-bottom: 8px;
}

#pricing-checkout-modal .modal-header{
    border-bottom: 1px solid #eaeded;
}

#pricing-checkout-modal .modal-header h4{
    color: #3F4658;
}

#pricing-checkout-modal .modal-body{
    padding-top: 40px;
}

body {
    font-family: 'Raleway', sans-serif;
    padding-top: 0px;
}

header{
    position: relative;
}

@media screen and (min-width: 568px) and (max-width: 600px) {
    .founders-coupon-FREE30 .plan-month .value-valute{
        font-size: 60px;
    }
    
    .founders-coupon-FREE30 .plan-month .packet-price{
        padding: 80px 20px 40px 20px;
    }
}

@media screen and (min-width: 568px) {
    .founders-coupon-FREE30 .plan-yearly .value-valute,
    .omg-coupon-OMGSPECIAL .plan-yearly .value-valute{
        font-size: 60px;
    }
    
    .founders-coupon-FREE30 .plan-yearly .packet-price,
    .omg-coupon-OMGSPECIAL .plan-yearly .packet-price{
        padding: 80px 30px 40px 30px;
    }
}

@media screen and (min-width: 568px) and (max-width: 800px) {
    .founders-coupon-FREE30 .plan-yearly .value-valute,
    .omg-coupon-OMGSPECIAL .plan-yearly .value-valute{
        font-size: 40px;
    }
    .founders-coupon-FREE30 .plan-yearly .packet-price,
    .omg-coupon-OMGSPECIAL .plan-yearly .packet-price{
        padding: 80px 20px 40px 20px;
    }
}

.founders .value-valute,
.founders.founders-coupon-FREE30 .value-valute,
.omg.omg-coupon-OMGSPECIAL .value-valute{
    color: red;
}
