section.top-pricing-section {
    border-bottom: 2px solid #f1f4fa;
}
.pricing .section-header{
    margin: 100px 0 80px;
}
.wave{
    display: block;
    height: 180px;
    width: 100%;
    background-image: url("../img/wave.png");
    background-repeat: no-repeat;
    background-position: center 56px;
}
.flex-nowrap.products-pricing{
    padding-bottom: 80px;
}
.flex-nowrap.products-pricing > div{
    width: 50%;
    margin: 0 50px;
    border: 2px solid #edf2f9;
    text-align: center;
    box-sizing: border-box;
    padding: 50px;
    padding-top: 60px;
}
.flex-nowrap.products-pricing > div img {
    height: 60px;
    display: block;
    margin: 0 auto;
}
.per-month{
    font-family: Raleway-Regular;
    font-size: 14px;
    color: #949494;
    margin-bottom: 35px;

}
.products-pricing > div .btn-container{
    padding-bottom: 35px;
}
.products-pricing > div .product-descr{
    margin-bottom: 30px;
}
.lock{
    text-align: center;
    padding: 30px 0 60px;
}
.lock > span{
    font-family: Raleway-Medium;
    font-size: 14px;
    color: #949494;
    padding-left: 35px;
    background-image: url("../img/lock.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 15px;
    height: 20px;
    display: inline-block;
    padding-top: 4px;
}
.bottom-pricing-section{
    padding-bottom: 50px;
    background: rgba(161,195,225,0.15);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(161,195,225,0.15)), color-stop(60%, rgba(255,255,255,0.66)), color-stop(100%, rgba(255,255,255,1)));
    background: linear-gradient(to bottom, rgba(161,195,225,0.15) 0%, rgba(255,255,255,0.66) 60%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1c3e1', endColorstr='#ffffff', GradientType=0 );
    border-bottom: 2px solid #ffffff;
}
.flex-row-faq{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.bottom-pricing-section .flex-row-faq > div{
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
}
.bottom-pricing-section .flex-row-faq > div:first-child{
    margin: 0 110px 0 50px;
}
.bottom-pricing-section .flex-row-faq > div:last-child{
    margin: 0 50px 0 110px;
}
.bottom-pricing-section .question{
    font-family: Raleway-Medium;
    font-size: 21px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 20px;
}
.bottom-pricing-section .answer {
    font-family: Raleway-Regular;
    font-size: 15px;
    color: #4b5674;
    line-height: 25px;
    margin-bottom: 50px;
}
.price-info{
    height: 76px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    margin-bottom: 40px;
    padding: 0 20px;
}
.price-info > div{
    font-family: Raleway-Medium;
    font-size: 16px;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: calc(100% / 3);
    -webkit-flex-basis: calc(100% / 3);
    flex-basis: calc(100% / 3);
    text-align: center;
    color: #464545;
    letter-spacing: 0.5px;
    padding: 0 10px;
    line-height: 24px;
}
.price-info > div .blue-text{
    color:#238be8 ;
    font-size: 17px;
}
.price-info > div .blue-text.total-price-plan:not(.line-through){
    color:#238be8 ;
    font-size: 30px;
}
.price-info > div .blue-text.total-price-plan:not(.line-through) sup{
    font-size: 18px;
}
.price-info sup{
    font-size: small;
}
.modal-price-calc .modal-dialog{
    width: 824px;
}
.modal-price-calc .modal-header .modal-title{
    margin-top: 30px;
}
.modal-price-calc .package.flex-nowrap > div{
    width: 50%;
    padding: 45px 0px 15px 30px;
}
.calculate-price .package-container{
    border: 1px solid #efefef;
    margin-bottom: 40px;
    padding: 20px;
    padding-bottom: 0;
}
.package-list > li{
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #4c5674;
    margin-bottom: 20px;
    line-height: 23px;
    padding: 0 60px 0 30px;
    background-image: url("../img/check-mark.png");
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
}
span.question-mark {
    position: absolute;
    right: 30px;
    top: 3px;
    display: block;
    height: 100%;
    width: 16px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
span.question-mark > img{
    height: 16px;
}
.modal-price-calc .modal-body > p:last-of-type{
    margin-bottom: 30px;
}
.price-info.total-projects{
    margin-bottom: 40px;
    padding:0 20px;
}
.price-info.total-projects > div:nth-child(1){
    -ms-flex-preferred-size: 70%;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    padding:0 15px;
    text-align:left;
    text-transform: none;
}
.price-info.total-projects > div:nth-child(2){
    -ms-flex-preferred-size: 30%;
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
    padding:0 15px;
    text-align:right;
    text-transform: none;
}
.products-pricing .item-title{
    padding: 30px 0 20px;
}
.range .slider.slider-horizontal {
    width: 100%!important;
}
.range .slider-track{
    border: 1px solid #f4f4f4;
    border-radius: 0;
    box-shadow: none;
}
.range .slider-selection {
    background-color: #238be8;
    background-image: none;
    box-shadow: none;
    border-radius: 0px;
}
.range .slider-handle.round{
    background-color: #238be8;
    background-image: none;
    box-shadow: none;
    opacity: 1;
}
.range .tooltip-inner{
    background-color: rgba(0,0,0,0.5);
}
.landing-modal.modal-price-calc .modal-footer .btn-container {
    padding-bottom: 0px;
    padding-top: 40px;
}
.modal-price-calc .price-info > div:last-child .blue-text{
    font-family: Raleway-Medium;
    font-size: 30px;
}
.modal-price-calc .price-info > div:last-child .blue-text > sup{
    font-size: 16px;
}
.faq h2{
    margin: 100px 0 80px;
}
.products-pricing > div{
    position: relative;
}
.products-pricing .bottom-zone{
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0;
}
.products-pricing > div .product-descr{
    margin-bottom: 46px;
}
.info-price-project-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mr-info-price-project {
    height: 42px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 35px;
    background-color: #fafafa;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
.info-users-project-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.mr-info-price-users{
    height: 42px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 35px;
    background-color: #fafafa;
    border-radius: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
span.modal-label {
    display: block;
    text-align: left;
    font-family:Raleway-Medium;
    font-size: 12px;
    color: #939393;
    margin: 5px 0 10px;
}
.mr-info-price-project .blue-text,.mr-info-price-users .blue-text{
    color: #238be8;
}
.mr-info-price-users sup,.mr-info-price-project sup{
    font-size: small;
}
.landing-modal.modal-price-calc .modal-footer {
    padding: 30px 80px 50px;
    text-align: center;
    border-top: 0px;
}
.modal-img-header  > div{
    margin: 0 auto;
}
.plan_4{
    height: 54px;
    width: 54px;
    background-image: url("../img/finance.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.plan_3{
    height: 46px;
    width: 46px;
    background-image: url("../img/sales-icon.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.calculate-price.landing-modal .modal-title {
    position: relative;
    margin-top: 65px;
}
.calculate-price.landing-modal .modal-title > img{
    width: 45px;
    position: absolute;
    top: -65px;
    left: calc(50% - 22.5px);
}
.light-grey-text{
    font-family: Raleway-Medium;
    font-size: 14px;
    line-height: 24px;
    color: #939393;
    text-align: center;
    margin-bottom: 30px;
}
.package.flex-nowrap > p{
    width: 50%;
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #4c5674;
    margin-bottom: 20px;
    line-height: 23px;
    padding: 0 60px 0 20px;
    background-image: url(../img/check-mark.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    position: relative;
}
.calculate-price.landing-modal .modal-body {
    position: relative;
    padding: 0px 45px;
}
.calculate-price.landing-modal .modal-header {
    padding: 40px 45px 20px;
}
.calculate-price.landing-modal .modal-dialog {
    width: 814px;
}
.question-mark .popover{
    border-radius: 0;
    width: 200px;
}
.flex-payment-type{
    padding: 0 60px;
    display: flex;
    margin-bottom: 50px;
}
.flex-payment-type > div {
    width: calc(100% / 3);
    height: 80px;
}
.mr-type-payment-period{
    padding: 20px 20px 10px;
    border: 1px solid #efefef;
    font-family: Raleway-SemiBold;
    font-size: 14px;
    color: #4c5674;
    text-align: center;
    background-color: #f8f8f8;
}
.mr-type-payment-period.active{
    border: 1px solid #238be8;
    color: #238be8;
    background-color: #ffffff;
}
.mr-type-payment-period:nth-child(1){
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.mr-type-payment-period:nth-child(1) > p{
    margin-bottom: 0;
}
.mr-type-payment-period:nth-child(3){
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.mr-type-payment-period > p{
    width: 100%;
    text-transform: uppercase;
    line-height: 17px;
    margin-bottom: 12px;
}
.mr-type-payment-period > span{
    width: 100%;
    color: #238be8;
}
.mr-type-payment-period:hover:not(.active){
    cursor: pointer;
}
.light-grey-text:not(:first-child){
    margin-bottom: 15px;
}
.calculate-price.landing-modal .range {
    margin-bottom: 45px;
}
.calculate-price.landing-modal .btn-row {
    display: flex;
    margin-bottom: 35px;
    justify-content: center;
}
.price-info > div:nth-child(1){
    font-size: 14px;
}
.price-info > div:nth-child(1) .total-project-count{
    font-size: 30px;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1000px) {
    .flex-nowrap.products-pricing > div{
        margin: 0 15px;
    }
    .flex-row-faq{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .pricing .section-header {
        margin: 50px 0 40px;
    }
    .wave {
        height: 103px;
        background-position: center;
        background-size: 50%;
    }
    .flex-nowrap.products-pricing > div {
        width: 100%;
        margin: 0;
        border: 2px solid #edf2f9;
        text-align: center;
        box-sizing: border-box;
        padding: 50px 20px;
        margin-bottom: 50px;
    }
    .flex-nowrap.products-pricing {
        padding-bottom: 0px;
    }
    .lock {
        display: none;
    }
    .bottom-pricing-section .flex-nowrap > div:first-child {
        margin: 0;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .bottom-pricing-section .flex-nowrap > div:last-child {
        margin: 0;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .bottom-pricing-section .answer {
        margin-bottom: 50px;
    }
    .bottom-pricing-section{
        padding-bottom: 30px;
    }
    .notice.visible-xs {
        font-family: Raleway-Regular;
        font-size: 14px;
        color: #09273d;
        line-height: 25px;
        text-align: center;
        padding: 15px 15px;
        margin-bottom: 50px;
        background-color: #f5f9fc;
        border-radius: 10px;
    }
    .flex-row-faq{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .bottom-pricing-section .flex-row-faq > div:first-child {
        margin: 0;
    }
    .bottom-pricing-section .flex-row-faq > div:last-child {
        margin: 0;
    }
    .bottom-pricing-section .flex-row-faq > div{
        margin:0;
    }
    .bottom-pricing-section .flex-row-faq > div {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .faq h2 {
        margin: 50px 0 40px;
    }
    .modal-price-calc .modal-dialog {
        width: 100%;
    }


}
@media screen and (max-width: 767px){
    .pricing .section-header {
        margin: 50px 0 40px;
    }
    .wave {
        height: 103px;
        background-position: center;
        background-size: 50%;
    }
    .flex-nowrap.products-pricing > div {
        width: 100%;
        margin: 0;
        border: 2px solid #edf2f9;
        text-align: center;
        box-sizing: border-box;
        padding: 50px 20px;
        margin-bottom: 50px;
    }
    .flex-nowrap.products-pricing {
        padding-bottom: 0px;
    }
    .lock {
        display: none;
    }
    .bottom-pricing-section .flex-nowrap > div:first-child {
        margin: 0;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .bottom-pricing-section .flex-nowrap > div:last-child {
        margin: 0;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .bottom-pricing-section .answer {
        margin-bottom: 50px;
    }
    .bottom-pricing-section{
        padding-bottom: 30px;
    }
    .notice.visible-xs {
        font-family: Raleway-Regular;
        font-size: 14px;
        color: #09273d;
        line-height: 25px;
        text-align: center;
        padding: 15px 15px;
        margin-bottom: 50px;
        background-color: #f5f9fc;
        border-radius: 10px;
    }
    .flex-row-faq{
        display: block;
    }
    .bottom-pricing-section .flex-row-faq > div:first-child {
        margin: 0;
    }
    .bottom-pricing-section .flex-row-faq > div:last-child {
        margin: 0;
    }
    .bottom-pricing-section .flex-row-faq > div{
        margin:0;
    }
    .bottom-pricing-section .flex-row-faq > div {
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
    .faq h2 {
        margin: 50px 0 40px;
    }
    .blue-btn.product-btn.visible-xs{
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        width:100%
    }
    .t-back .let-start .product-descr {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 500px){
    .blue-btn.product-btn.visible-xs{
        min-width:100%;
        width:auto;
    }
}