html, body {
    height: 100%;
    font-family: Raleway-Medium;
}
body.modal-open .navbar-fixed-top{
    margin-right: 15px;
}
body.modal-open{
    height: 100%;
    width: 100%;
    position: fixed;
}
.wrapper {
    min-height: 100%;
}
.content {
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 408px;
}
::-webkit-input-placeholder {
    color: #757c94;
    font-size: 15px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #757c94;
    font-size: 15px;

}

::-moz-placeholder { /* Firefox 19+ */
    color: #757c94;
    font-size: 15px;

}

:-ms-input-placeholder {
    color: #757c94;
    font-size: 15px;

}
a:hover{
    text-decoration: none;
}
.flex-nowrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.landing-nav {
    height: 80px;
    margin-bottom: 0;
    background-color: #ffffff;
}

.landing-nav .navbar-brand {
    padding: 0;
}

.landing-nav .navbar-brand > img {
    display: block;
    height: 34px;
    margin: 22.5px 0 22.5px 15px;
}

.landing-nav .navbar-nav li > a.blue-btn > span{
    margin-left: 0;
    line-height: 14px;
}

.landing-nav .navbar-nav li > a > span {
    font-size: 14px;
    margin-left: 10px;
}

.landing-nav .navbar-nav li > a,.landing-nav .navbar-nav li > .dropdown {
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #09273d;
    text-transform: uppercase;
    line-height: 16.8px;

}
.landing-nav .navbar-nav li > a,.landing-nav .navbar-nav li > .dropdown:hover{
    cursor: pointer;
}
.landing-nav .navbar-nav li > a,.landing-nav .navbar-nav li > .dropdown > a{
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #09273d;
    text-transform: uppercase;
    padding: 32px 42px;
    display: block;
}


.landing-nav .navbar-toggle{
    font-family: Raleway-Medium;
    font-size: 14px;
    color: #4c5674;
    text-transform: uppercase;
}
.border {
    background: rgba(255, 255, 255, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 1) 5%,rgba(227, 227, 227, 1) 10%, rgba(227, 227, 227, 1) 20%, rgba(227, 227, 227, 1) 51%, rgba(227, 227, 227, 1) 81%,rgba(227, 227, 227, 1) 90%, rgba(251, 251, 251, 1) 95%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    height: 1px;
    display: block;
    margin-top: 80px;
}

.blue-btn {
    font-family: Raleway-Medium;
    background-color: #238be8;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
}
.blue-btn.standart-btn{
    font-family: Raleway-Medium;
    font-size: 15px;
    text-transform: uppercase;
    height: 50px;
    padding: 16px 20px;
    color: #ffffff;
    background-color: #238be8;
    line-height: 0px;
    border: 2px solid #238be8;
}

.landing-nav .navbar-nav li > a.blue-btn {
    margin-top: 22px;
    color: #ffffff;
    padding: 10px 20px;
    line-height: 14px;
}

.landing-nav .nav > li > a:hover,
.landing-nav .nav > li > a:focus {
    background-color: transparent;
}

.landing-nav .nav > li > a.blue-btn:hover,
.landing-nav .nav > li > a.blue-btn:focus {
    background-color: #238be8;
}

.blue-btn:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    background-color: rgba(31, 0, 120, 0.1);
    color: #ffffff;
    border-radius: 10px;
    transition: all 500ms ease;
    height: 100%;
}
.blue-btn > span{
    z-index: 99;
    position: relative;
    margin: 0;
    line-height: 15px;
}

.blue-btn:hover:before {
    width: 100%;
}

.solution {
    border-bottom: 1px solid #d9dee2;
    position: fixed;
    width: 100%;
    top: 80px;
    z-index: 999;
    background-color: #ffffff;

}

.flex-nowrap .item {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 50px 10px 45px;
    width: 25%;
    border-bottom: 5px solid transparent;
}
.flex-nowrap .item:hover {
    border-color:#238be8 ;
}

.item-title {
    font-family: Raleway-SemiBold;
    font-size: 15px;
    color: #09273d;
    text-transform: uppercase;
    line-height: 15px;
    text-align: center;
}

.flex-nowrap .item p {
    font-family: Raleway-Regular;
    font-size: 14px;
    color: #949494;
    text-align: center;
    line-height: 21px;
}

.flex-nowrap .item img {
    display: block;
    margin: 0 auto;
    height: 41px;
}

.flex-nowrap .item > a:hover {
    text-decoration: none;
}
.fake-nav{
    display: block;
    height: 80px;
}
.first-section {
    background: rgba(255,255,255,0.11);
    background: linear-gradient(to bottom, rgba(255,255,255,0.11) 0%, rgba(163,196,225,0.11) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a3c4e1', GradientType=0 );
    border-bottom: 2px solid #edf2f9;
}

.first-section h1 {
    margin: 100px 0 50px;
}

.section-header {
    font-family: Raleway-Medium;
    font-size: 36px;
    color: #09273d;
    text-align: center;
}

.section-desc {
    font-family: Raleway-Medium;
    font-size: 18px;
    color: #4c5674;
    text-align: center;
    line-height: 36px;
    max-width: 687px;
    margin: 0 auto;
}
.first-section .section-desc {
    margin-bottom: 60px;
}

.send-email input {
    font-family: Raleway-Medium;
    height: 50px;
    /*flex-basis: calc(100% - 193px);*/
    padding: 0 20px;
    border: 2px solid #6996cc;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;

}
/*.ru-RU .send-email input {*/
/*flex-basis: calc(100% - 300px);*/
/*}*/
/*.uk-UA .send-email input {*/
/*flex-basis: calc(100% - 311px);*/
/*}*/
.send-email input:focus{
    outline: none;
}

.send-email button {
    text-transform: uppercase;
    font-size: 15px;
    border: 2px solid #238be8;
    padding: 16.5px 45px;
    box-sizing: border-box;
    /*position: absolute;*/
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 50px;
    line-height: 15px;
    /*flex-basis: 194px;*/
    /*right: 0;*/
}

.send-email button:focus{
    outline: none;
}

.send-email-form{
    width: 696px;
    margin: 0 auto;
    font-family: Raleway-Medium;
}
.about-crm {
    font-size: 13px;
    color: #a4a4a4;
    margin-top: 25px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.about-crm > span{
    padding: 0 10px;
}
.flex-nowrap.client-story{
    width: 924px;
    margin: 0 auto;
    padding: 100px 0;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.flex-nowrap.client-story > div:nth-child(1){
    -ms-flex-preferred-size: 197px;
    -webkit-flex-basis: 197px;
    flex-basis: 197px;
    height: 283px;
}
.flex-nowrap.client-story > div:nth-child(2){
    -ms-flex-preferred-size: 530px;
    -webkit-flex-basis: 530px;
    flex-basis: 530px;
    width: 530px;
}
.flex-nowrap.client-story > div:nth-child(3){
    -ms-flex-preferred-size: 197px;
    -webkit-flex-basis: 197px;
    flex-basis: 197px;
}
.flex-nowrap.client-story > div > img{
    display: block;
    margin: 0 auto;
}
.flex-nowrap.client-story > div:nth-child(2) > .story-img{
    display: block!important;
}
.flex-nowrap.client-story > div:nth-child(1) img:last-child{
    margin-top: 24px;
    height: 28px;
}
.flex-nowrap.client-story > div:nth-child(2) img{
    height: 283px;
}
.flex-nowrap.client-story > div:nth-child(3) img{
    /*margin-top: 47px;*/
}
.flex-nowrap.client-story > div:nth-child(2) img[src*="../landing/img/new-way.png"] {
    height: 283px;
}
.flex-nowrap.client-story > div:nth-child(2) img[src*="../landing/img/boom.png"]{
    height: 283px;
}
.deal-imgs{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.deal-imgs img:first-child{
    height: 189px;
}
.deal-imgs img:last-child{
    height: 28px;
}
.second-section{
    padding-bottom: 80px;
    background: rgba(255,255,255,1);
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.49) 57%, rgba(163,197,255,0.11) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a3c5ff', GradientType=1 );
}
.second-section h2 {
    margin: 100px 0 50px;
}
.second-section .section-desc {
    margin-bottom: 70px;
}
.img-title.sale-and-accomadation{
    height: 27px;
    background-image: url("../img/let-start-text.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 27px;
}
.second-section .flex-nowrap.arrows{
    margin-bottom: 0;
}
.second-section .flex-nowrap > div{
    width: 50%;
    margin: 0 50px;
    border: 2px solid #edf2f9;
    text-align: center;
    box-sizing: border-box;
    padding: 50px;
    padding-top: 60px;
    background-color: #fff;
}
.solution .item-title{
    padding: 30px 0 20px;
}
.flex-nowrap.arrows > div{
    margin: 0 50px;
    border: 0px;
    padding: 0;
}
.blue-arrow{
    height: 130px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 80px;
}
.blue-arrow.left{
    background-image: url("../img/arrow-left.png");
}
.blue-arrow.right{
    background-image: url("../img/arrow-right.png");
}

/*.let-start{*/
/*border: 2px solid #edf2f9;*/
/*padding: 50px;*/
/*text-align: center;*/
/*}*/
.let-start img{
    height: 60px;
    display: block;
    margin: 0 auto;
}
.second-section .flex-nowrap{
    margin-bottom: 100px;
}
.second-section .flex-nowrap > a:hover {
    text-decoration: none;
}
/**/
#yii-debug-toolbar{
    display: none!important;
}
.let-start .item-title{
    padding: 30px 0 15px;
}
.let-start > p{
    font-family: Raleway-Regular;
    font-size: 14px;
    color: #949494;
    text-align: center;
    margin-bottom: 10px;
    line-height: 21px;
    min-height: 42px;
}
.product-descr{
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #4c5674;
    text-align: center;
    display: block;
    line-height: 26px;
    margin-bottom: 30px;
    /*min-height: 104px;*/
}
.learn-more{
    font-family: Raleway-Regular;
    font-size: 14px;
    color: #008bec;
    position: relative;
}
.learn-more:hover{
    color: #008bec;
    cursor: pointer;
    text-decoration: underline;
}
.learn-more:hover span{
    margin-left: 15px;
    transition: all 500ms ease;
}
.learn-more span{
    width: 14px;
    height: 16px;
    background-image: url("../img/learn-more.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    background-position: center;
    margin-left: 5px;
    transition: all 500ms ease;
    position: absolute;
    background-size: 14px;
}
.third-section{
    padding: 60px 0 40px;
    border-bottom: 2px solid #e6ebf0;
}
.img-title.additional-solution{
    height: 25px;
    background-image: url("../img/additional-solution-text.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
    background-size: auto 25px;
}
.solution-line{
    height: 10px;
    background-image: url("../img/sol-underline.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 146px;
    margin-bottom: 60px;

}
.flex-nowrap.additional-solution{
    margin-bottom: 0;

}
.flex-nowrap.our-clients{
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 890px;
    margin: 0 auto;
}
.flex-nowrap.our-clients > div{
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.flex-nowrap.our-clients > div > img{
    margin: 0 auto;
    display: block;
}
.third-section .container > p{
    font-family: Raleway-Medium;
    font-size: 14px;
    color: #949494;
    margin-top: 25px;
    line-height:18px;
}
.img-title.some-features{
    height: 38px;
    background-image: url("../img/some-features-text.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 38px;
    margin: 100px 0 100px;
}
.fourth-section{
    padding-bottom: 40px;
}
.fourth-section .flex-nowrap > div {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 338px;
    -webkit-flex-basis: 338px;
    flex-basis: 338px;
    padding: 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.features-title{
    font-family: Raleway-Medium;
    font-size: 17px;
    color: #4c5674;
    padding-left: 70px;
    min-height: 52px;
    line-height: 26px;
}
.some-features-descr {
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #4c5674;
    line-height: 25px;
    margin: 25px 0 70px;
}
.fourth-section .flex-nowrap > div h4{
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size: 35px;
    margin-bottom: 25px;
}
.viral-marketing{
    background-image: url("../img/some-features/viral-marketing.png");
}
.monitoring{
    background-image: url("../img/some-features/monitoring.png");
}
.sys-ctrl{
    background-image: url("../img/some-features/customer.png");
}
.reserve-sys{
    background-image: url("../img/some-features/pay-per-click.png");
}
.smart-anal{
    background-image: url("../img/some-features/analytics.png");
}
.recommend-act{
    background-image: url("../img/some-features/recommend-act.png");
}
.chess-integration{
    background-image: url("../img/some-features/www.png");
}
.inside-notif{
    background-image: url("../img/some-features/inside-notif.png");
}
.security-man{
    background-image: url("../img/some-features/security-man.png");
}
.book-sys{
    background-image: url("../img/some-features/book-sys.png");
}
.dedicated-support{
    background-image: url("../img/some-features/dedicated-support.png");
}
.crm-analytics{
    background-image: url("../img/some-features/analytics.png");
}
.docs{
    background-image: url("../img/some-features/auto-docs.png");
}
.ip-phone{
    background-image: url("../img/some-features/telephone.png");
}
.sms-send{
    background-image: url("../img/some-features/email.png");
}
.security{
    background-image: url("../img/some-features/seif.png");
}
.ip-telephony{
    background-image: url("../img/some-features/telephone.png");
    background-size: 33px!important;
}
.sales-process{
    background-image: url("../img/some-features/sales-process.png");
}
.finance-plan{
    background-image: url("../img/some-features/finance-plan.png");
}
.cpm{
    background-image: url("../img/some-features/pay-per-click.png");
}
.price-control{
    background-image: url("../img/some-features/price-control.png");
}
.fifth-section{
    background-color: #1f7ed2;
    padding-bottom: 120px;
}
.fifth-section .section-header{
    color: #ffffff;
    margin-top: 100px;
    padding-bottom: 110px;
    background-image: url("../img/line.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 54px;
}
.fifth-section .flex-nowrap > div{
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    width: calc(100% / 3);
}
.fifth-section .flex-nowrap > div > p{
    font-family: Raleway-Medium;
    font-size: 41px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.fifth-section .flex-nowrap > div > span{
    font-family: Raleway-Medium;
    font-size: 18px;
    color: #f5f9fc;
    line-height: 25px;
}
.sixth-section{
    padding-bottom: 100px;
    background-image: url("../img/bg-six.png");
    background-repeat: repeat;
    background-color: #f5f9fc;
    border-bottom: 2px solid #ffffff;
    background-size: 76%;
}
.sixth-section .section-header {
    margin: 100px 0 60px;
}
.footer{
    padding: 60px 0;
    background-color: #f5f9fc;
    margin-top: -408px;
}
.footer .flex-nowrap > div{
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    padding-right: 5px;
}
.footer-header{
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #238be8;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.footer-list > li{
    padding-bottom: 30px;
}
.footer-list > li > a,
.footer-list > li > span{
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #4c5674;
}
.footer-list > li > a:hover{
    color: #238be8;
}
.logo-footer{
    margin-bottom: 50px;
}
.footer-list.info > li:nth-last-child(2){
    padding-bottom: 25px;
}
.footer-list.info > li:last-child span{
    line-height: 28px;
}
.footer hr {
    margin: 0;
    border-top: 2px solid #ffffff;
    margin-bottom: 30px;
    width: 150px;
}
.footer .copyright{
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #949494;
    margin-top: 32px;
    line-height: 18px;
}
.footer .view-pricing{
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #4c5674;
}
.footer .view-pricing:hover{
    cursor: pointer;
    color: #238be8;
}
.social{
    padding-left: 30px;
    background-repeat: no-repeat;
}
.social.facebook{
    background-image: url("../img/social/fb-icon.png");
    background-size: 7px;
}
.social.linked-in{
    background-image: url("../img/social/in.png");
    background-size: 12px;
}
.social.twitter{
    background-image: url("../img/social/twitter.png");
    background-size: 15px;
}

.blue-btn.product-btn {
    background-color: #238be8;
    width: 180px;
    color: #ffffff;
    position: relative;
    height: 40px;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    border: 2px solid #238be8;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    line-height: 16px;
}
.let-start .btn-container{
    padding-top: 30px;
}
.blue-btn:hover{
    cursor: pointer;
}
/*Modal Sign Up*/
.landing-modal .modal-content{
    border-radius: 0;
}
.landing-modal .modal-dialog {
    width: 824px;
}
.landing-modal .modal-header {
    min-height: 16.42857143px;
    padding: 50px 80px 30px;
    border-bottom: 0;
    text-align: center;
    position: relative;
}
.landing-modal .modal-title{
    font-family: Raleway-SemiBold;
    font-size: 21px;
    color: #238be8;
}
.blue-btn:focus{
    outline: none;
}
.landing-modal .modal-body {
    position: relative;
    padding: 0px 80px;
}
/*.modal-price.landing-modal .modal-footer .btn-container {*/
/*padding-top: ;*/
/*padding-bottom:30px;*/
/*}*/
.landing-modal .modal-body > p {
    font-family: Raleway-Regular;
    font-size: 14px;
    color: #939393;
    line-height: 24px;
    margin-bottom: 40px;
    text-align: center;
}
.sign-up-form .flex-nowrap > div.flex-row-tff{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.sign-up-form .flex-nowrap > .flex-row-tff > div{
    width: 50%;
}
.sign-up-form .flex-nowrap > .flex-row-tff > div:first-child{
    padding-right: 15px;
}
.sign-up-form .flex-nowrap > .flex-row-tff > div:last-child{
    padding-left: 15px;
}
.sign-up-form label{
    display: block;
    font-family: Raleway-Medium;
    font-size: 11px!important;
    margin-bottom: 10px;
    color: #464545!important;
    text-transform: capitalize;
}
.sign-up-form .form-group{
    margin-bottom: 5px;
}
.sign-up-form input{
    height: 42px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px;
    color: #303030;
    border: 1px solid #898989;
}
.landing-modal .modal-footer {
    padding: 20px 80px 50px;
    text-align: center;
    border-top: 0px;
}
.landing-modal .modal-header .close {
    margin-top: 0px;
    font-size: 30px;
    font-weight: 100;
    position: absolute;
    right: 35px;
    top: 25px;
}
.landing-modal .modal-footer .btn-container{
    padding-bottom: 30px;
}
.landing-modal .blue-btn.standart-btn > span{
    font-family: Raleway-SemiBold;
}
.landing-modal .blue-btn.standart-btn{
    min-width: 210px;
    text-align: center;
}
.landing-modal .modal-footer > 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;
    height: 20px;
    display: inline-block;
    padding-top: 4px;
    background-size: 15px;
}
.lock-text{
    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;
    height: 20px;
    display: inline-block;
    padding-top: 4px;
    background-size: 15px;
}
.sign-up-modal .btn-container{
    text-align: center;
    margin: 10px 0 35px;
}
.sign-up-modal .btn-container > a{
    display: inline-block;
}
.text-center-container{
    text-align: center;
}
.sign-up-modal .text-center-container{
    margin-bottom: 35px;
}
.price-info > div:nth-child(1) .total-item-count {
    font-size: 30px;
}
.price-info > div .blue-text.total-price-plan.line-through {
    color: #7a8696;
    text-decoration: line-through;
    font-size: 17px;
}
.discount-price{
    font-family: Raleway-Medium;
    font-size: 30px;
    color: #238be8;
    margin-left: 20px;
}
.price-info .discount-price > sup{
    font-size: 18px;
}
/*End modal Sign Up*/

.flex-nowrap.client-story > div:nth-last-child(2){
    position: relative;
}
.flex-nowrap.client-story:hover .hover-btn{
    display: block;
}
.hover-btn {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(249,252,253,0.5);
    text-align: center;
}
.hover-btn .btn-container {
    position: relative;
    top: calc(50% - 25px);
}
.send-email button:before{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.landing-nav .navbar-collapse{
    display: none!important;
}
.sign-up-modal .help-block{
    font-family: Raleway-Medium;
    font-size: 12px;
    min-height: 12px;
}
.dropdown.open > a,.dropdown.open > a:hover,.dropdown.open > a:focus{
    background-color: transparent;
}
.landing-nav ul.dropdown-menu{
    left: calc(50% - 79px);
    width: 158px;
    border-radius: 0px;
}
.landing-nav .navbar-nav li .dropdown-menu li > a{
    padding: 20px 42px 20px 37px;
    box-sizing: border-box;
}
.landing-nav .navbar-nav li .dropdown-menu li > a:hover{
    color: #238be8;
    background-color: transparent;
}
.hidden-img-block{
    width: 1px ;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}
.let-start{
    position: relative;
    height: 100%;
}
.product-cards .let-start .product-descr{
    margin-bottom: 116px;
}
.bottom-zone{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.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;
}
.products-pricing.additional-solution .bottom-zone{
    bottom: 0px;
}
.uk-UA .blue-btn.product-btn,.ru-RU .blue-btn.product-btn{
    width: 250px;
}
.flex-nowrap.additional-solution > div:last-child,
.flex-nowrap.products-pricing > div.constructor-pricing{
    background-image: url("../img/coming-soon.png");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: center 40px;
}
.disabled-menu{
    color: #949494!important;
}
.item.constructor:hover{
    border-color: transparent;
}
.footer-list > li > a.not-hover{
    color: #a4a4a4;
}
.footer-list > li > a.not-hover:hover{
    color: #a4a4a4;
}
.t-back{
    background-color: transparent!important;
}
.t-back .let-start{
    margin-top: 50px;
}
.flex-nowrap.products-pricing > .constructor-pricing > img{
    margin-top: 50px;
}
.ru-RU .img-title.sale-and-accomadation {
    background-image: url("../img/let-start-text-ru.png");
}
.uk-UA .img-title.sale-and-accomadation {
    background-image: url("../img/let-start-text-ua.png");
}
.ru-RU .img-title.additional-solution{
    background-image: url("../img/additional-solution-text-ru.png");
}
.uk-UA .img-title.additional-solution{
    background-image: url("../img/additional-solution-text-ua.png");
}
.ru-RU .img-title.some-features{
    background-image: url("../img/some-features-text-ru.png");
}
.uk-UA .img-title.some-features{
    background-image: url("../img/some-features-text-ua.png");
}
.ru-RU  .flex-nowrap.additional-solution > div:last-child,.ru-RU .flex-nowrap.products-pricing > div.constructor-pricing{
    background-image: url("../img/coming-soon-ru.png");
    background-size: 130px;
}
.uk-UA  .flex-nowrap.additional-solution > div:last-child,.uk-UA .flex-nowrap.products-pricing > div.constructor-pricing{
    background-image: url("../img/coming-soon-ua.png");
}
.solution-link > span,
.dropdown-toggle.langs > span{
    font-size: 10px!important;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
h4.features-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.section-header.blue{
    color: #238be8;
}
/* Loaders */
.mr-waper-loader-clear{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 65000;
}

.gly-spin{
    -webkit-animation: spin2 2s infinite linear;
    animation: spin2 2s infinite linear;
}
@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.gly-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.gly-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gly-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.gly-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.gly-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}

.loader-btn{
    display:none;
    font-size: 14px!important;
    margin-right: 10px!important;
}
body.full-lg #main{
    background-color: #ffffff;
}
.form-signin{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form-signin .login-container{
    margin-top: 80px;
    max-width: 724px;
    border: 2px solid #e8eff7;
    padding: 60px 125px 40px 125px;
    text-align: center;
    background-color: #ffffff;
}
.login-container h1{
    font-family: Raleway-Medium;
    font-size: 27px;
    line-height: 27px;
    margin-top: 0px;
    margin-bottom: 25px;
    color:#238be8;
}
.login-container p{
    font-family: Raleway-Medium;
    font-size: 17px;
    margin-bottom: 40px;
    color: #464545;
    line-height: 17px;
}
.form-your-team{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.form-your-team > div{
    -ms-flex-preferred-size: 320px;
    -webkit-flex-basis: 320px;
    flex-basis: 320px;
}
.form-your-team > span{
    font-family: Raleway-SemiBold;
    font-size: 14px;
    color: #464545;
    padding-left: 10px;
    padding-top: 10px;
}

.login-container .form-group{
    margin: 0;
}
.login-container .form-group.login-button{
    margin: 40px 0!important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blue-btn.btn-block{
    border: 2px solid #238be8;
    box-shadow: none;
    width: auto;
    font-family: Raleway-SemiBold;
    padding: 0px 35px;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.blue-btn.btn-block > span{
    line-height: 15px;
}
.login-container > span{
    display: block;
    font-family: Raleway-Medium;
    font-size: 14px;
    line-height: 15px;
    color: #949494;
    margin-bottom: 10px;
}
.login-container > a{
    font-family: Raleway-SemiBold;
    font-size: 14px;
    line-height: 15px;
    color: #238be8;
}
.login-container > a:hover{
    color: #238be8;
    cursor: pointer;
    text-decoration: underline;
}
#login-form.form-signin p.help-block.help-block-error {
    font-family: Raleway-Medium;
    font-size: 12px;
    position: relative;
    display: block;
    text-align: center;
    bottom: 0px!important;
    left: 0%!important;
    color: #a94442!important;
    margin: 0!important;
    text-align: left;
}
.form-group.field-loginform-company_name{
    position: relative;
}
.sign-up-form .help-block{
    color: #a94442;
}
.sign-up-modal.landing-modal .modal-body{
    overflow: hidden!important;
}
#input-domain{
    text-align: right;
    height: 42px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 14px 20px;
    color: #303030;
    border: 1px solid #898989;
    border-radius: 0;
}
.flex-nowrap.column{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.features .some-features-descr {
    font-family: Raleway-Medium;
    font-size: 14px;
    color: #4c5674;
    line-height: 25px;
    margin: 0px 0 50px;
}

.confirm-email{
    height: calc(100vh - 80px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url("../img/login-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.login-bg{
    background-image: url("../img/login-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100% - 80px);
}
.confirm-email h1 {
    font-family: Raleway-Medium;
    font-size: 27px;
    line-height: 27px;
    margin-top: 0px;
    margin-bottom: 25px;
    color: #238be8;
}
.confirm-email p {
    font-family: Raleway-Medium;
    font-size: 17px;
    margin-bottom: 40px;
    color: #464545;
    line-height: 17px;
}
.confirm-email-container{
    text-align: center;
}
.confirm-email-container .blue-btn.btn-block{
    text-align: center;
}
.confirm-email-container .blue-btn.btn-block:hover{
    color: #ffffff;
}
.btn-sure-container{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#sign-up-modal-price .flex-nowrap > div{
    width:50%;
}
#sign-up-modal-price .flex-nowrap > div:nth-child(1){
    padding-right:15px;
}
#sign-up-modal-price .flex-nowrap > div:nth-child(2){
    padding-left:15px;
}
.terms-of-use h1 {
    font-family: Raleway-Medium;
    font-size: 36px;
    color: #09273d;
    text-align: center;
    margin: 70px 0 20px;
}
.terms-of-use .terms-date{
    font-family: Raleway-Regular;
    font-size: 14px;
    color: #949494;
    text-align: center;
    margin-bottom: 55px;
}
.terms-of-use h2{
    font-family: Raleway-SemiBold;
    font-size: 15px;
    color: #09273d;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 30px;
}
.terms-of-use p {
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #4c5674;
    line-height: 26px;
    margin-bottom: 30px;
}

.footer-list > li.terms-and-privacy{
    font-size: 15px;
    color: #a4a4a4;
}
.privacy-policy h1 {
    font-family: Raleway-Medium;
    font-size: 36px;
    color: #09273d;
    text-align: center;
    margin: 70px 0 20px;
}
.privacy-policy .terms-date{
    font-family: Raleway-Regular;
    font-size: 14px;
    color: #949494;
    text-align: center;
    margin-bottom: 55px;
}
.privacy-policy h2{
    font-family: Raleway-SemiBold;
    font-size: 15px;
    color: #09273d;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 30px;
}
.privacy-policy p {
    font-family: Raleway-Medium;
    font-size: 15px;
    color: #4c5674;
    line-height: 26px;
    margin-bottom: 30px;
}
.privacy-policy,.terms-of-use{
    padding-bottom: 35px;
}
.flag-select-picker{
    width: 25px;
    height: 18px;
    display: block;
    background-size: 25px 18px;
    padding-left: 40px;
    background-repeat: no-repeat;
}
.phone-and-code{
    display: flex;
}
.phone-and-code > div:first-child{
    margin-right: 10px;
}
.phone-and-code .bootstrap-select > button{
    height: 42px;
    width: 110px!important;
    border-radius: 0;
    font-size: 14px;
    line-height: 14px;
    color: #303030;
    border: 1px solid #898989;
}
.phone-and-code .bootstrap-select > button + .dropdown-menu{
    border-radius: 0;
}
.phone-and-code .bootstrap-select > button + .dropdown-menu ul.dropdown-menu{
    height: 130px!important;
}
.phone-and-code .bootstrap-select > button + .dropdown-menu ul.dropdown-menu li > a{
    padding: 3px 12px;
}
.phone-and-code .bootstrap-select > button:hover,.phone-and-code .bootstrap-select > button:focus{
    background-color: transparent;
}
.phone-and-code .bootstrap-select.open > button,.phone-and-code .bootstrap-select.open > button:hover{
    background-color: transparent;
}
.phone-and-code .bootstrap-select .bs-searchbox > input{
    border-radius: 0;
    height: 21px;
}
.flex-nowrap.our-clients .swiper-wrapper{
    display: flex;
    align-items: center;
}
.has-error input{
    border-color: #a94442!important;
}
.light-grey-text:not(:first-child) {
    margin-bottom: 15px;
}
.light-grey-text {
    font-family: Raleway-Medium;
    font-size: 14px;
    line-height: 24px;
    color: #939393;
    text-align: center;
    margin-bottom: 30px;
}
/*MEDIA QUERIES */
@media screen and (min-width: 1024px){
    .send-email-form > form{
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
    }
    .logo-footer {
        margin-bottom: 24px;
        margin-top: -20px;
    }
    .ru-RU .landing-nav .navbar-nav li > a,.landing-nav .navbar-nav li > .dropdown > a{
        padding: 32px 40px;
    }
    .ru-RU .landing-nav .navbar-nav li > a.blue-btn {
        padding: 10px 20px;
    }
}
@media screen and (max-width: 1200px){
    .landing-nav .navbar-nav li > a, .landing-nav .navbar-nav li > .dropdown > a {
        padding: 32px 16px;
    }
}
@media screen and (min-device-width: 800px) and (max-device-width: 1023px) {
    .send-email-form > form{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative;
    }
    .mob-storey.visible-xs.visible-sm{
        display: none!important;
    }
    .robot.visible-xs.visible-sm{
        display: none!important;

    }
    .landing-nav .navbar-nav li > a {
        padding: 32px 20px;
    }
    .flex-nowrap.client-story:hover .hover-btn{
        display: none;
    }
    .landing-nav .navbar-nav li > a, .landing-nav .navbar-nav li > .dropdown > a{
        padding: 32px 10px;
    }
    .landing-nav .navbar-brand > img {
        display: block;
        margin: 22.5px 0 22.5px 0px;
    }

    .flex-nowrap.client-story > div:nth-child(1) {
        height: 205px;
    }
    .flex-nowrap.client-story > div:nth-child(2) img {
        height: 250px;
    }
    .flex-nowrap.client-story {
        width: 100%;
        margin: 0 auto;
        padding: 100px 0;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .flex-nowrap.our-clients {
        width: 100%;
    }
    .landing-nav .navbar-nav li > a {
        padding: 32px 5px;
    }
    .second-section .flex-nowrap > div{
        margin: 0 15px;
    }
    .flex-nowrap.products-pricing > div{
        margin: 0 15px;
    }
    .features-title{
        height: 100px;
    }
    .mob-storey > img{
        display: block;
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
    }
    .deal-imgs img:first-child {
        height: 138px;
    }
    .flex-nowrap.additional-solution > div{
        margin: 0 15px!important;
    }
}

@media screen and (max-width: 799px){
    .uk-UA .blue-btn.product-btn, .ru-RU .blue-btn.product-btn {
        width: 100%;
    }
    .bottom-zone {
        position: relative;
    }
    .products-pricing .bottom-zone {
        position: relative;
    }
    .product-cards .let-start .product-descr {
        margin-bottom: 30px;
    }
    .fourth-section .flex-nowrap > div {
        -ms-flex-positive: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 50%;
        -webkit-flex-basis: 50%;
        flex-basis: 50%;
        padding: 0 15px;
    }
    .item-title {
        font-family: Raleway-SemiBold;
        font-size: 13px;
        color: #09273d;
        text-transform: uppercase;
        line-height: 55px;
        text-align: center;
    }
    .flex-nowrap.client-story > div:nth-child(2) > .story-img{
        display: none;
    }
    .landing-nav .navbar-toggle{
        display: block !important;
    }
    .landing-nav {
        height: 56px;
    }
    .landing-nav .navbar-header .navbar-brand > img {
        margin: 18.5px 0 18.5px 30px;
        height: 19px;
    }
    .landing-nav .navbar-header{
        height: 56px;
        width: 100%;
    }
    .landing-nav .navbar-toggle{
        margin: 0 0 0 0;
        padding: 20px 0;
    }
    .landing-nav .footer-list{
        padding: 36px 0 0;
    }
    .landing-nav .navbar-right{
        display: none;
    }
    .landing-nav .navbar-collapse{
        padding: 0 45px;
        min-height: 100vh;
        margin: 0 -30px;
    }
    .landing-nav  .footer-header {
        font-family: Raleway-Medium;
        font-size: 15px;
        color: #238be8;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .landing-nav  .footer-header + a{
        font-family: Raleway-Medium;
        font-size: 15px;
        color: #238be8;
        text-transform: uppercase;
        margin-bottom: 0;
        float: right;
    }
    .landing-nav .navbar-collapse.collapse.in{
        display: block!important;
        background-color: #f5f9fc;
    }
    .landing-nav hr {
        margin: 0;
        border-top: 2px solid #ffffff;
        width: 150px;
    }
    .landing-nav .view-pricing {
        font-family: Raleway-Medium;
        font-size: 15px;
        color: #4c5674;
        display: block;
    }
    .first-section h2 {
        margin: 50px 0 40px;
    }
    .flex-nowrap.client-story {
        display: none;
    }
    .first-section .section-desc {
        margin-bottom: 40px;
    }
    .mob-storey{
        margin-bottom: 45px;
    }
    .mob-storey > img{
        display: block;
        margin: 0 auto;
    }
    .send-email-form {
        width: 100%;
    }
    .send-email input {
        font-family: Raleway-Medium;
        height: 38px;
        width: 100%;
        padding: 0 20px;
        border: 2px solid #6996cc;
        border-radius: 10px;
        border-right:2px solid #6996cc;
        margin-bottom: 16px;
        text-align: center;
    }
    .container {
        padding-right: 30px;
        padding-left: 30px;
        margin-right: auto;
        margin-left: auto;
    }
    .send-email-form .blue-btn{
        position: relative;
        width: 100%;
        height: 38px;
        border-radius: 10px;
        padding: 0;
    }
    .about-crm > span:last-of-type{
        float: right;
    }
    .about-crm {
        margin-bottom: 40px;
    }
    .second-section h2 {
        margin: 50px 0 40px;
    }
    .second-section .section-desc {
        margin-bottom: 40px;
    }
    .flex-nowrap{
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .second-section .flex-nowrap > div {
        padding: 0;
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding-top: 0px;
        width: 100%;
        margin: 50px 0 0;
    }
    .blue-arrow.left,.blue-arrow.right{
        display: none;
    }
    .second-section .flex-nowrap {
        margin-bottom: 40px;
    }
    .second-section .section-desc {
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .solution-line {
        margin-bottom: 50px;
    }
    .second-section{
        padding-bottom: 0px;
    }
    .second-section .flex-nowrap {
        margin-bottom: 0px;
    }
    .flex-nowrap.our-clients {
        width: 100%;
    }
    .mob-logos img{
        display: block;
        margin: 0 auto;
    }
    .mob-logos > div{
        margin-bottom: 30px;
    }
    .let-start {
        padding: 50px 20px;
    }
    .sixth-section{
        padding-bottom: 10px;
    }
    .sixth-section .section-header {
        margin: 50px 0 40px;
    }
    .footer .flex-nowrap > div:nth-child(2){
        -ms-flex-order: -4;
        -webkit-order: -4;
        order: -4;
    }
    .footer .flex-nowrap > div:nth-child(3){
        -ms-flex-order: -3;
        -webkit-order: -3;
        order: -3;
    }
    .footer .flex-nowrap > div:nth-child(4){
        -ms-flex-order: -2;
        -webkit-order: -2;
        order: -2;
    }
    .footer .flex-nowrap > div:nth-child(1){
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
        padding-bottom: 0;
    }
    .footer .flex-nowrap > div {
        -ms-flex-positive: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        padding-bottom: 20px;
    }
    .footer {
        padding: 40px 0;
        margin-top: -408px;
    }
    .footer-list > li > a, .footer-list > li > span {
        font-family: Raleway-Medium;
        font-size: 14px;
        color: #4c5674;
    }
    .footer-list > li > a.lang{
        color: #238be8;
    }
    .section-header {
        font-size: 21px;
        line-height: 36px;
    }
    .section-desc {
        font-size: 14px;
        line-height: 25px;

    }
    .border{
        margin-top: -1px;
    }
    .let-start .item-title {
        font-size: 15px;
    }
    .product-descr {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .footer .view-pricing {
        display: inline-block;
        padding-bottom: 30px;
    }
    .fake-nav {
        display: block;
        height: 56px;
    }
    .flex-nowrap.arrows{
        display: none;
    }
    .landing-nav .navbar-toggle.collapsed > span:last-child {
        display: none;
    }
    .landing-nav .navbar-toggle > span:first-child {
        display: none;
    }
    .landing-nav .navbar-toggle.collapsed > span:first-child{
        display: inline-block;
    }
    .langs.dropdown .dropdown-toggle.langs{
        display: block;
        color:#238be8;
    }
    .langs.dropdown .dropdown-toggle.langs + .dropdown-menu{
        position: relative;
        background-color: transparent;
        border: 0px;
        box-shadow: none;
        padding: 0;
        left: 0;
    }
    .langs.dropdown .dropdown-toggle.langs > span{
        color: #000000;
        font-size: 12px;
        display: none;
    }
    .langs.dropdown .dropdown-toggle.langs + .dropdown-menu > li > a{
        padding: 30px 0px;
        font-family: Raleway-Medium;
        font-size: 15px;
        color: #4c5674;
    }
    .langs.dropdown .dropdown-toggle.langs + .dropdown-menu > li:last-child > a{
        padding-top: 0;
    }
    .full-lg.bg-login .landing-nav .navbar-header .navbar-brand > img{
        display: block;
        height: 34px;
        margin: 10px 0 10px 0px;
        width: auto;
    }
    .form-signin .login-container {
        margin-top: 40px;
        max-width: 724px;
        border: 2px solid #e8eff7;
        padding: 60px 15px 40px 15px;
        text-align: center;
        width: 100%;
    }
    .blue-btn > span{
        line-height: 16px;
    }
    .flex-nowrap.column {
        display: block;
    }
    .flex-row-faq {
        display: block;
    }
    .sign-up-form .flex-nowrap > div.flex-row-tff {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sign-up-form .flex-nowrap > .flex-row-tff > div {
        width: 100%;
    }
    .sign-up-form .flex-nowrap > .flex-row-tff > div{
        padding: 0!important;
        margin-bottom: 0;
    }
    .terms-of-use h1 {
        font-size: 21px;
        margin: 35px 0 10px;
    }
    .terms-of-use .terms-date {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .terms-of-use h2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .terms-of-use p {
        font-size: 12px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .privacy-policy h1 {
        font-size: 21px;
        margin: 35px 0 10px;
    }
    .privacy-policy .terms-date {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .privacy-policy h2 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .privacy-policy p {
        font-size: 12px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .privacy-policy, .terms-of-use {
        padding-bottom: 20px;
    }

}
@media screen and (max-width: 768px){
    .sign-up-modal.landing-modal .modal-dialog{
        width: 100%;
        margin: 0;
        border: 0px;
    }
    .landing-modal .modal-header {
        min-height: 16.42857143px;
        padding: 30px 30px 30px;
        border-bottom: 0;
        text-align: center;
        position: relative;
    }
    .landing-modal .modal-body {
        position: relative;
        padding: 0px 30px;
    }
    .landing-modal .modal-footer {
        padding: 20px 30px 50px;
    }
    .sign-up-form .flex-nowrap > div {
        width: 100%;
        padding: 0!important;
    }
    .landing-modal .modal-header .close {
        margin-top: 0px;
        font-size: 30px;
        font-weight: 100;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .mob-logos.visible-xs{
        display: flex!important;
        flex-wrap: wrap;
    }
    .mob-logos.visible-xs > div{
        width: 50%;
        display: flex;
        align-items: center;
    }

}
@media screen and (min-device-width: 768px) and (max-device-width: 799px){

    .flex-nowrap.client-story > div:nth-child(2) > .story-img{
        display: none;
    }
    .mob-storey > img {
        display: block;
        margin: 0 auto;
    }
    .form-signin {
        display: block;
    }
    .field-loginform-company_name{
        -webkit-flex-grow:1;
        -ms-flex-positive:1;
        flex-grow:1;
    }
}
@media screen and (max-width: 321px){
    .img-title.additional-solution {
        background-size: 100%;
    }
}


/*loader circle*/
.loader-circle-full-screen {
    margin: 6em auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(15, 118, 224, 0.77);
    border-right: 1.1em solid rgba(15, 118, 224, 0.77);
    border-bottom: 1.1em solid rgba(15, 118, 224, 0.77);
    border-left: 1.1em solid #24A1FC;
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    margin: 15% auto;
}
.loader-circle-full-screen,
.loader-circle-full-screen:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.mr-waper-loader{
    display: none;
    background-color: rgba(0, 0, 0, 0.72);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 65000;
}


