@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?741780');
  src:  url('fonts/icomoon.eot?741780#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?741780') format('truetype'),
    url('fonts/icomoon.woff?741780') format('woff'),
    url('fonts/icomoon.svg?741780#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e906";
}
.icon-plus:before {
  content: "\e900";
}
.icon-minus:before {
  content: "\e901";
}
.icon-menu:before {
  content: "\e902";
}
.icon-close:before {
  content: "\e903";
}
.icon-check:before {
  content: "\e904";
}
.icon-arrow-down:before {
  content: "\e905";
}


/* quicksand-300 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('/Quicksand/quicksand-v28-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/Quicksand/quicksand-v28-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-regular - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('/Quicksand/quicksand-v28-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/Quicksand/quicksand-v28-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-500 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    src: local(''),
    url('/Quicksand/quicksand-v28-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/Quicksand/quicksand-v28-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-600 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 600;
    src: local(''),
    url('/Quicksand/quicksand-v28-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/Quicksand/quicksand-v28-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* quicksand-700 - latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('/Quicksand/quicksand-v28-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('/Quicksand/quicksand-v28-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html{
    height: 100%;
    width: 100%;
    margin: 0;
    -webkit-overflow-scrolling:touch;
}
body{
    margin: 0;
    color: #000000;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Quicksand', sans-serif;
    font-display: swap;
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
    min-width: 320px;
}

body.active{
    overflow: hidden;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clear{
    clear: both;
    visibility: hidden;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.white{
    color: #ffffff;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.001em;
    color: #000000;
}
h1{
    font-weight: 800;
    font-size: 42px;
}
h2{
    font-size: 26px;
}
h3{
    font-size: 24px;
    font-weight: 400;
}
h4{
    font-size: 18px;
    font-weight: 400;
}
h5{
    font-size: 18px;
    font-weight: 400;
}
h6{
    font-size: 18px;
    font-weight: 900;
}
p {
    color: #354052;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 35px 0;
}
p:last-child{
    margin-bottom: 0;
}
img{
    display: block;
    max-width: 100%;
}

a{
    outline: none;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
/*== buttons
---------------------------------*/
.b-link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #323131;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 1;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.b-link:hover{
    text-decoration: none;
    color: #e83135;
    transition: 0.3s;
}
.b-link i{
    color: #e83135;
    font-size: 9px;
    margin: 0 0 0 13px;
}
button{
    margin:0;
    padding:0;
    border:none;
    background:none;
    cursor:pointer;
    overflow:visible;
    width:auto;
    outline: none;
    box-shadow: none;
}
button:hover , button:focus , button:active{
    outline: none;
    text-decoration: none;
}

.purple-btn, .swal-button{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3F51B5;
    box-shadow: 0 5px 15px rgba(63, 81, 181, 0.4);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 20px;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
    width: 169px;
    transition: 0.3s;
    text-decoration: none;
}
.purple-btn:hover , .purple-btn:active , .purple-btn:focus, .swal-button:hover{
    background: #5C6BC0;
    box-shadow: 0 5px 15px rgba(92, 107, 192, 0.4);
    transition: 0.3s;
    text-decoration: none;
    color: #FFFFFF;
}

.custom-plan-btn {
    background: #ffffff;
    color: #3F51B5;
    border: 2px solid #3F51B5;
}
.custom-plan-btn:hover, .custom-plan-btn:active, .custom-plan-btn:focus {
    background: #3f51b51f;
    box-shadow: 0 5px 15px rgba(92, 107, 192, .4);
    transition: 0.3s;
    text-decoration: none;
    color: #3f51b5;
}

.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 17px 19px;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    color: #232323;
    transition: 0.3s;
    text-decoration: none;
}
.btn:hover , .btn:active , .btn:focus{
    background: #F3F3F3;
    text-decoration: none;
    color: #232323;
    transition: 0.3s;
}

.b-main .btn:hover , .btn:active , .btn:focus{
    background: #DCDCDC;
}

.btn-white{
    color: #ffffff;
}
.btn-white:hover , .btn-white:active , .btn-white:focus{
    background: #F3F3F3;
    text-decoration: none;
    color: #232323;
    transition: 0.3s;
}

.btn-yellow{
    background: #E0AF12;
    color: #ffffff;
}
.btn-yellow:hover , .btn-yellow:active , .btn-yellow:focus{
    background: #D7A811;
    box-shadow: 0 5px 15px rgba(92, 107, 192, 0.4);
    transition: 0.3s;
    text-decoration: none;
    color: #FFFFFF;
}

.disable{
    color: #CCCCCC !important;
    border-color: #E6E6E6 !important;
    pointer-events: none;
}
.disable i{
    color: #CCCCCC !important;
}
.disable:hover , .disable:active , .disable:focus{
    color: #CCCCCC;
    border-color: #E6E6E6;  
}
.disable:hover i, .disable:active i, .disable:focus i{
    color: #CCCCCC;
}
.swiper-button-disabled{
    color: #CCCCCC !important;
    border-color: #E6E6E6 !important;
    pointer-events: none;   
}


/*== inputs
---------------------------------*/
input{
    outline: none;
    border: none;
}
.b-input-text{
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #CECECE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 4px 20px 0 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #333;    
    transition: 0.3s;
}
.b-input-text::-webkit-input-placeholder{
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #999999; 
}
.b-input-text:-moz-placeholder{
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #999999; 
}
.b-input-item.error{
    position: relative;
    margin-bottom: 40px;
}
.b-input-item.not-required{
    position: relative;
    margin-bottom: 40px;
}
.required-text{
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #232323;     
}
.b-input-item.not-required .b-input-text{
    border-color: #232323;  
}
.b-input-text:focus{
    border-color: #232323;
    transition: 0.3s;
}
.b-input-item.error .b-input-text{
    border-color: #F44336;
}
.error-text{
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #F44336; 
}
.error-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
/* .b-input-item label{
    position: absolute;
    bottom: -16px;
    left: 20px;
    font-size: 12px;
    margin: 0;
    color: #F54B48;
} */
textarea{
    height: 80px;
    outline: none;
}
.b-textarea{
    width: 100%;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #CECECE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #333;
}
.b-textarea:focus{
    border-color: #232323;
    transition: 0.3s;
}
.b-textarea::-webkit-input-placeholder{
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #999999; 
}
.b-textarea:-moz-placeholder{
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #999999;     
}
.b-form-btn{
    margin: 0 20px 0 0;
    cursor: pointer;
}

/*== checkbox , raido
---------------------------------*/
.b-checkbox{

}
.b-checkbox input[type="checkbox"]{
    display: none;
}
.b-checkbox input[type="checkbox"] + label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}
.b-checkbox input[type="checkbox"] + label span{
    width: 24px;
    height: 24px;
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    transition: 0.3s;
    position: relative;
    margin: 0 15px 0 0;
    flex-shrink: 0;
    cursor: pointer;
}
.b-checkbox input[type="checkbox"] + label span:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #ff0027;
    border-radius: 100%;
    transform: translate(-50% , -50%);  
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.b-checkbox input[type="checkbox"]:checked + label span{
    width: 24px;
    height: 24px;
    border: 1px solid #ff0027;
    border-radius: 100%;
    transition: 0.3s;
}
.b-checkbox input[type="checkbox"]:checked + label span:after{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.b-checkbox input[type="checkbox"] + label i{
    color: #040404;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
    text-transform: uppercase;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.b-check{
    margin: 0 0 23px 0;
}
.b-check:last-child{
    margin-bottom: 0;
    margin-top: 0;
}
.b-check input[type="checkbox"]{
    display: none;
}
.b-check input[type="checkbox"] + label{
    margin: 0;
}
.b-check input[type="checkbox"] + label span{
    width: 30px;
    height: 30px;
    border: 4px solid #CECECE;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: transparent;
    flex-shrink: 0;
    margin: 0 20px 0 0;
}
.b-check input[type="checkbox"] + label{
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-check input[type="checkbox"]:checked + label span{
    width: 30px;
    height: 30px;
    border: 4px solid #4CAF50;
    background: #4CAF50;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    transition: 0.3s;
}
.b-check input[type="checkbox"] + label i{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    color: #232323;
    font-style: normal;
    cursor: pointer;
    padding: 2px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*== radio
---------------------------------*/
.b-radio{

}
.b-radio input[type="radio"]{
    display: none;
}
.b-radio input[type="radio"] + label{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
}
.b-radio input[type="radio"] + label span{
    width: 24px;
    height: 24px;
    border: 1px solid #e8e8e8;
    border-radius: 100%;
    transition: 0.3s;
    position: relative;
    margin: 0 15px 0 0;
    flex-shrink: 0;
    cursor: pointer;
}
.b-radio input[type="radio"] + label span:after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #ff0027;
    border-radius: 100%;
    transform: translate(-50% , -50%);  
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span{
    width: 24px;
    height: 24px;
    border: 1px solid #ff0027;
    border-radius: 100%;
    transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span:after{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.b-radio input[type="radio"] + label i{
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    text-transform: none;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.b-radio input[type="radio"] + label i b{
    display: block;
    font-weight: 400;
    color: #040404;
    font-size: 16px;
}
select{
    outline: none;
}
.b-select{
    width: 100%;
    height: 72px;
    border: none;
    border-right: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    background: #ffffff url(../images/select-arrow.png) no-repeat right 20px center;
    background-size: 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important; 
    transition: 0.3s;
    color: black;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;    
    padding: 0 30px;
}
.b-select:hover{
    border-color: #2f95fe;
    transition: 0.3s;
}
.fancybox-enabled{
    padding: 0 17px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-container{
    position: relative;
}
.fancybox-container{
    z-index: 999999;
}
.b-mobile{
    display: none;
}
.modal-dialog{
    pointer-events: inherit;
}
.modal{
    z-index: 99999999;
}
.slick-slide , .slick-slide:hover , .slick-slide:focus{
    outline: none !important;
}
.animate-top , .animate-left , .animate-right , .animate-down , .animate-right__fast , .animate-left__fast , .animate-back-in-right{
    /*opacity: 0;*/
    transition: 1s;
}
.b-hidden{
    display: none;
}
/* End Total css ====*/
.container-fluid{
    max-width: 1630px;
}
.container-fluid{

}
.b-container{
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.3s;
}
.b-container.active{
    padding: 50px 0 0 0;
    transition: 0.3s;
}
.container{
    width: 1130px;
    margin: 0 auto 0;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15.5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 2px 40px rgba(35, 35, 35, 0.15);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: -1;
}
.b-top.active{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    z-index: 99999;
}
.top-close{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #DDDDDD;
    font-size: 14px;
}
.b-top span{
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: #232323;
}
.b-top span a{
    color: #232323;
    text-decoration: underline;
    font-weight: 800;
}
/* -------------- page index -------------- */
.b-header{
    padding: 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.b-logo{
    display: block;
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    white-space: nowrap;
}
.b-logo span{
    display: block;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    color: #232323;
    text-transform: uppercase;
}
.b-logo span b{
    font-weight: 900;
    color: #E0AF12;
    margin: 0 0 0 2px;
    display: inline-block;
}
.b-logo i{
    display: block;
    margin: 4px 0 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    text-transform: capitalize;
    color: #232323; 
}
.b-header-right{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-nav{
    margin: 0 50px 0 0;
    /*use 35px when use cases are introduced */
}
.b-nav > ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-nav > ul > li{
    list-style: none;
    margin: 0 50px 0 0;
    /*use 35px when use cases are introduced */
}
.b-nav > ul > li.b-dropdown-link{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-nav > ul > li.b-dropdown-link:after{
    content: "\e905";
    color: #232323;
    font-size: 5px;
    font-family: 'icomoon', sans-serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    margin: 0 0 0 10px;
}
.b-nav > ul > li:last-child{
    margin-right: 0;
}
.b-nav > ul > li > a{
    display: block;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    color: #232323;
    text-decoration: none;
    position: relative;
    z-index: 99;    
}
.b-nav > ul > li > a:hover{
    color: #666666;
    transition: 0.3s;
}
.b-dropdown{
    position: absolute;
    top: 45px;
    left: 50%;
    width: 800px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: translateX(-50%);
    padding: 32px 25px 25px 25px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
}
.b-nav > ul > li.b-dropdown-link:hover .b-dropdown{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    z-index: 20;
}
.b-dropdown:after, .b-dropdown:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.b-dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 12px;
    margin-left: -12px;
}
.b-dropdown:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #DDDDDD;
    border-width: 13px;
    margin-left: -13px;
}
.b-dropdown ul{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
    margin: 0 -23px;
}
.b-dropdown ul:after{
    position: absolute;
    top: -300px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 150px;
    height: 100%;
    z-index: 1;
}
.b-dropdown ul li{
    list-style: none;
    padding: 0 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 18px;
    position: relative;
    z-index: 3;
}
.b-dropdown ul li a{
    display: block;
    text-decoration: none;
}
.b-dropdown ul li a b{
    display: block;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.2;
    color: #232323;
    margin: 0 0 10px 0;
    transition: 0.3s;
}
.b-dropdown ul li a p{
    font-weight: normal;
    font-size: 16px;
    line-height: 1.63;
    color: #999999;
    margin: 0;
    transition: 0.3s;
}
.b-dropdown ul li a:hover b{
    color: #3F51B5;
    transition: 0.3s;
}
.b-dropdown ul li a:hover p{
    opacity: 0.8;
    transition: 0.3s;
}
.btn-login{
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #232323;
}
.btn-login{
    margin: 0 15px 0 0;
}
.btn-logout{
    margin: 0 15px 0 0;
}
.b-dropdown-btns{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 12px 0 0 0;
    position: relative;
    z-index: 10;
}
.b-dropdown-btns .purple-btn{
    margin: 0 15px 0 0;
}


/* -------------- b-main -------------- */
.b-main{
    background: -webkit-linear-gradient(270deg, rgba(63, 81, 181, 0.1) 0%, rgba(255, 255, 255, 0) 92.09%);
    background: -o-linear-gradient(270deg, rgba(63, 81, 181, 0.1) 0%, rgba(255, 255, 255, 0) 92.09%);
    background: linear-gradient(360deg, rgba(63, 81, 181, 0.1) 0%, rgba(255, 255, 255, 0) 92.09%);
    padding: 50px 0 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.feature-page .b-main {
    padding: 50px 0 50px 0;
}
.b-main-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.feature-page .b-main-content {
    justify-content: center;
    align-items: center;
    text-align: center;
    text-align: -webkit-center;
}
.feature-page .b-features-item__img img {
    border-radius: 7px;
}
.b-main-left{
    width: 50%;
}
.b-main-center{
    width: 75%;
}
.b-main-bottom{
    display: flex;
    justify-content: start;
    align-items: center;
}
.b-main-center .b-main-btns{
    justify-content: center;
}
.b-main-title {
    font-weight: 800;
    font-size: 38px;
    line-height: 1.32;
    color: #232323;
    margin: 0 0 21px 0;
    display: block;
}
.b-main-left p,
.b-main-center p {
    font-weight: normal;
    font-size: 23px;
    line-height: 1.42;
    color: #232323;
    margin-bottom: 1.8rem;
}
.b-main-center p {
    margin: 0 3em;
}
.b-main-btns{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 44px 0 0 0;
}
.btn-wrap{
    margin: 0 15px 0 0;
}
.b-main-btns i{
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    color: #232323; 
    margin: 10px 0 0 0;
}
.b-main-image{
    width: 45%;
    position: relative;
}
.b-main-image img{
    position: relative;
    left: 38px;
    max-width: inherit;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.b-main-video{
    width: 50%;
    position: relative;
    border: 3px solid #3F51B5;
    border-radius: 7px;
    padding: 5px;
    background-color: #FFFFFF;
}

/* -------------- b-about -------------- */
.b-section{
    margin: 70px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-about{
    margin-top: 63px;
    margin-bottom: 0;
}
.b-title{
    display: block;
    font-weight: 800;
    font-size: 38px;
    line-height: 1.31;
    color: #232323;
    margin: 0 0 25px 0;
}
.b-about .b-title{
    margin: 0 0 56px 0;
}
.b-about-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.b-about-left{
    width: 70%;
    flex-shrink: 0;
}
.b-about-items{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
}
.b-about-col{
    width: 50%;
    margin-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-about-item{

}
.b-about-item b{
    display: block;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #3F51B5;
    margin: 0 0 26px 0;
}
.b-about-item ul{
    padding: 0;
    margin: 0;
}
.b-about-item ul li{
    list-style: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    color: #232323;
    margin: 0 0 10px 0;
}
.b-about-item ul li:last-child{
    margin-bottom: 0;
}
.b-about-img{
    width: 35%;
    padding: 30px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-shrink: 2;
}
.b-about-img img{
    max-width: inherit;
    position: relative;
    left: -52px;
}


/* -------------- b-using -------------- */
.b-using{
    margin-top: 12px;
}
.b-using .b-title{
    margin: 0 0 63px 0;
}
.b-using-items{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -12.5px;
}
.b-using-col{
    width: 25%;
    padding: 0 12.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-using-item{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 2px 40px rgba(35, 35, 35, 0.05);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 20px;
}
.b-using-item:hover {
    box-shadow: 1px 2px 20px 0 rgba(41, 40, 40, .1);
}
.b-using-item__text{
    text-align: center;
}
.b-using-item__text b{
    display: block;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #232323;
    margin: 0 0 15px 0;
}
.b-using-item__text p{
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #232323;
    margin: 0;
}
.b-using-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 0 0;
}
.b-using-bottom .b-main-btns{
    margin: 0;
}


/* -------------- b-features -------------- */
.b-features{
    padding: 45px 0 60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(63, 81, 181, 0.1) 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(63, 81, 181, 0.1) 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(63, 81, 181, 0.1) 100%);
}
.b-features-container{

}
.b-features-item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 60px 0;
}
.b-features-item:last-child{
    margin-bottom: 0;
}
.b-features-item__text{
    width: 431px;
    flex-shrink: 0;
    margin-right: 60px;
}
.b-features-item__text strong{
    display: block;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: #3F51B5; 
    margin: 0 0 15px 0;
}
.b-features-item__text b{
    display: block;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.5;
    color: #232323; 
    margin: 0 0 15px 0;
}
.b-features-item__text p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55;
    color: #232323;
    margin: 0 0 15px 0;
}
.b-features-item__link{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    margin: 15px 0 0 0;
}
.b-features-item__link span{

}
.b-features-item__link:after{
    content: "\e906";
    font-size: 10px;
    text-decoration: none;
    color: #777777;
    margin: 0 0 0 8px;
    font-family: 'icomoon', sans-serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
.b-features-item__link:hover{
    color: #5e5e5e;
}
.b-features-item__link:hover span{
    text-decoration: underline;
}
.b-features-item__link:hover:after{
    color: #777777;
}

.b-features-item__img{
    flex-shrink: 3;
}
.b-features-item__img img{
    -webkit-filter: drop-shadow(0 10px 60px rgba(35, 35, 35, 0.1));
    filter: drop-shadow(0 10px 60px rgba(35, 35, 35, 0.1));
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}
.b-features-item__reverse{
    flex-direction: row-reverse;
}
.b-features-item__reverse .b-features-item__text{
    margin-right: 0;
    margin-left: 60px;
}


/* -------------- b-block -------------- */
.b-block{
    
}
.b-block-top{
    position: relative;
    padding: 70px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 45px 0;
}
.b-block-top:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 394px;
    background: #3F51B5;
    z-index: 1;
}
.b-block-top-workflow{
    padding: 60px 0;
}
.b-block-top-workflow:after{
    height: 100%;
}
.text-center{
    text-align: center;
}
.manage-platform p{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #232323;
}
h2{
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 50px;
    color: #232323;
    margin: 65px 0 15px 0;
}
.font-size-0{
    font-size: 0;
}
.font-size-0 .manage-inline-block:hover{
    border: 1px solid #3F51B5;
}
.manage-inline-block{
    display: inline-block;
    max-width: 32%;
    margin: 0 2% 2% 0;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(35, 35, 35, 0.05);
    border-radius: 5px;
    padding: 15px;
    vertical-align: top;
    box-sizing: border-box;
    min-height: 170px;
    border: 1px solid transparent;
    text-decoration: none;
}
.manage-inline-block:nth-child(3n), .manage-inline-block:nth-last-child(1){
    margin: 0 0 2% 0;
}
.manage-inline-block p{
    font-size: 18px;
    line-height: 28px;
    text-align: left;
}
.manage-inline-block .title{
    font-weight: 900;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}
.b-title.white{
    color: #ffffff;
}
.b-block-top .container{
    position: relative;
    z-index: 2;
}
.b-block-top .b-title{
    text-align: center;
    margin: 0 0 30px 0;
}
.b-block-top .b-main-btns{
    margin: 0;
    justify-content: center;
}
.b-block-top .b-main-btns i{
    color: #ffffff;
}
.b-block-container{
    background: -webkit-linear-gradient(270deg, rgba(63, 81, 181, 0.1) 0%, rgba(255, 255, 255, 0) 92.09%);
    background: -o-linear-gradient(270deg, rgba(63, 81, 181, 0.1) 0%, rgba(255, 255, 255, 0) 92.09%);
    background: linear-gradient(360deg, rgba(63, 81, 181, 0.1) 0%, rgba(255, 255, 255, 0) 92.09%);
    position: relative;
    z-index: 5;
    padding: 0 0 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-block-content{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.b-block-content > div{
    width: 50%;
}
.b-block-left{
    padding: 190px 70px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-block-left b{
    display: block;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.3;
    color: #232323;
    margin: 0 0 25px 0;
    padding: 0 0 0 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-block-left ul{
    padding: 0;
    margin: 0;
}
.b-block-left ul li{
    list-style: none;
    position: relative;
    padding: 0 0 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.6;
    color: #232323;
    margin: 0 0 35px 0;
}
.b-block-left ul li:last-child{
    margin-bottom: 0;
}
.b-block-left ul li:after{
    content: "\e904";
    font-size: 13px;
    color: #232323;
    position: absolute;
    top: 8px;
    left: 0;
    font-family: 'icomoon', sans-serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;     
}

.b-block-form{
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(35, 35, 35, 0.1);
    border-radius: 5px;
    padding: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-block-form__top{
    margin: 0 0 30px 0;
}
.b-block-form__top b, .swal-title{
    display: block;
    font-weight: 800;
    font-size: 42px;
    line-height: 1.2;
    color: #232323;
    margin: 0 0 10px 0;
}
.b-block-form__top span, .swal-text{
    display: block;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.45;
    color: #232323;
}
.b-block-form__top span strong{

}
.b-input-item{
    margin: 0 0 20px 0;
}
.b-block-form__bottom{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.b-block-form__bottom > button {
    min-width: 15%;
}
.b-block-form__bottom > div {
    max-width: 80%;
    overflow: hidden;
}

/* -------------- b-footer -------------- */
.b-footer{
    padding: 82px 0 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-footer .b-logo-img {
    margin-right: 90px;
    margin-bottom: 42px;
}
.b-footer-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.b-footer-items{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.b-footer-item{
    margin: 0 25px 0 0;
}
.b-footer-line-break{
    flex-basis: 100%;
    height: 55px;
}
.b-footer-item:last-child{
    margin-right: 0;
}
.b-footer-item__top{
    font-weight: 500;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0.05em;
    color: #3F51B5;
    display: block;
    margin: 0 0 30px 0;
}
.b-footer-item ul{
    padding: 0;
    margin: 0;
}
.b-footer-item ul li{
    list-style: none;
    margin: 0 0 22px 0;
}
.b-footer-item ul li:last-child{
    margin-bottom: 0;
}
.b-footer-item ul li a{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #232323;
    display: block;
    text-decoration: none;
}
.b-footer-item ul li a:hover{
    text-decoration: underline;
}
.b-footer-bottom{
    text-align: center;
    border-top: 1px solid #CECECE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 21px 0 0 0;
    margin: 38px 0 0 0;
}
.b-copyright{
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #232323;
}
.build {
    color: #bfbfbf;
    font-size: 10px;
    line-height: 1.5;
    margin-top: 6px;
}

/* -------------- b-footer -------------- */
.b-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 35, 35, 0.55);
    z-index: -1;
    overflow: auto;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.b-modal.active{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    z-index: 99999;
}
.b-modal::-webkit-scrollbar { width: 0; }
.b-modal { -ms-overflow-style: none; }
.b-modal { overflow: -moz-scrollbars-none; }
.b-modal-content{
    margin: 50px auto 0;
    width: 600px;
    background: #FFFFFF;
    box-shadow: 0 0 40px rgba(35, 35, 35, 0.05);
    border-radius: 5px; 
    padding: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-modal-content .b-form-btn{
    width: 292px;
}


/* -------------- b-inner -------------- */
.b-inner{
    background: -webkit-linear-gradient(270deg, rgba(63, 81, 181, 0.1) 0%, rgba(90, 110, 198, 0) 100%);
    background: -o-linear-gradient(270deg, rgba(63, 81, 181, 0.1) 0%, rgba(90, 110, 198, 0) 100%);
    background: linear-gradient(360deg, rgba(63, 81, 181, 0.1) 0%, rgba(90, 110, 198, 0) 100%);
}
.b-content{
    padding: 63px 0 30px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-content-title{
    text-align: center;
    margin: 0 0 38px 0;
}
.b-content-title__item{
    display: block;
    font-weight: 800;
    font-size: 42px;
    line-height: 1.3;
    color: #232323;
    margin: 0;
}
.b-content-title p{
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
    color: #232323; 
    margin: 24px 0 0 0;
}

.b-table{
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 40px rgba(35, 35, 35, 0.05);
}
.b-table-mobile{
    display: none;
}
.b-table table{
    width: 100%;
    border-radius: 5px;
    border-spacing: 0;
}
.b-table table thead tr td{
    line-height: 1.7;
    padding: 13px 17px 5px 17px;
    position: relative;
    overflow: hidden;
}
.table-label{
    position: absolute;
    width: 175px;
    top: 7px;
    right: -64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #FFFFFF; 
    background: #4CAF50;
    transform: rotate(45deg);
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-table table thead tr td b{
    font-weight: 900;
}
.b-table table tr td:first-child{
    text-align: left;
    /*width: 400px;*/
}
.b-table table tr td{
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    font-size: 16px;
    color: #232323;
    text-align: center;
}
.b-table table tr td:nth-child(1){
    width: 280px;
}
.b-table table tr td:last-child{
    border-right: none;
}
.b-table table tbody tr td{
    padding: 11px 12px;
}
.b-table table tbody tr:last-child td{
    border-bottom: none;
    padding: 15px 13px;
}
.b-table .purple-btn{
    margin: 0 auto 0;
    font-size: 16px;
    padding: 14px 14px;
    width: 147px;
}
.b-table table tbody tr:nth-child(odd) td{
    background: rgba(90, 110, 198, 0.05);
}
.b-table .icon-close{
    font-size: 15px;
    color: #EF5350;
}
.icon-check{
    color: #4CAF50;
    font-size: 15px;
}
.b-content-block{
    margin: 25px 0;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 40px rgba(35, 35, 35, 0.05);
    border-radius: 5px; 
    padding: 25px 30px;
}
.b-content-top{
    text-align: center;
    font-weight: 800;
    font-size: 24px;
    line-height: 1.2;
    color: #232323; 
    display: block;
    margin: 0 0 20px 0;
}
.b-content-items__container{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.b-content-items__container ul{
    padding: 0;
    margin: 0 50px 0 0;
}
.b-content-items__container ul:last-child{
    margin-right: 0;
}
.b-content-items__container ul li{
    list-style: none;
    position: relative;
    padding: 0 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
    color: #232323;
    margin: 0 0 20px 0;
}
.b-content-items__container ul li:last-child{
    margin-bottom: 0;
}
.b-content-items__container ul li:after{
    content: "\e904";
    font-size: 13px;
    color: #232323;
    position: absolute;
    top: 8px;
    left: 0;
    font-family: 'icomoon', sans-serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;     
}
.b-content-block p{
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    line-height: 1.5;
    color: #232323; 
    margin: 0;
    padding: 0 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-content-block p a{
    color: #1E88E5;
    font-weight: 500;   
}


/* -------------- b-faq -------------- */
.b-faq{

}
.b-faq-container{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 40px rgba(35, 35, 35, 0.05);
    border-radius: 5px;
    padding: 0 40px;
}
.b-faq-item{
    padding: 35px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DDDDDD;
}
.b-faq-item:last-child{
    border-bottom: 0;
}
.b-faq-item__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 130px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.b-faq-item__top:after{
    content: "\e900";
    color: #DDDDDD;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 30px;
    font-family: 'icomoon', sans-serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    transition: 0.3s;
}
.b-faq-item__top:hover:after{
    color: #999999;
    transition: 0.3s;
}
.b-faq-item__top.active:after{
    content: "\e901";
}
.b-faq-item__top span{
    display: block;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    color: #232323;
}
.b-faq-item__content{
    display: none;
}
.b-faq-item__text{
    font-weight: normal;
    font-size: 22px;
    line-height: 1.5;
    color: #777777;
    padding: 35px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-faq-item__text p{
    font-weight: normal;
    font-size: 22px;
    line-height: 1.5;
    color: #777777; 
}


.ripple {
   position: relative;
   overflow: hidden;
}
.ripple-effect {
   display: inline-block;
   position: absolute;
   top: 0;
   left: 0;
   border: 2px solid rgba(255, 255, 255, .3);
   -webkit-border-radius: 50%;
   border-radius: 50%;
   -webkit-animation: ripple 1s ease forwards;
   animation: ripple 1s ease forwards;
   z-index: 3;
}
@-webkit-keyframes ripple {
   0% {
       -webkit-transform: scale(0);
       transform: scale(0);
   }
   100% {
       -webkit-transform: scale(200);
       transform: scale(200);
   }
}
@keyframes ripple {

    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(200);
        transform: scale(200);
    }
}
.contact-form .invalid-feedback {
    color: red;
    font-size: 0.9rem;
    margin-top: 5px;
    margin-left: 5px;
    font-weight: 500;
}
.swal-footer {
    text-align: center;
}
.swal-text{
    max-width: 100%;
    text-align: center;
}
.mb-2{
    margin-bottom: 10px;
}
#contacts-form .g-recaptcha {
    transform:scale(0.68);
    transform-origin:0 0;
}
.content-page h1{
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 38px;
}
.content-page h2{
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 30px;
}
.content-page h3{
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 26px;
    font-weight: 800;
}
.content-page .content-img {
    -webkit-filter: drop-shadow(0 0 3px rgba(63, 81, 181, 0.3));
    filter: drop-shadow(0 0 3px rgba(63, 81, 181, 0.3));
    margin: 30px auto;
}

.content-page p, .ul-content-page li, .ol-content-page li{
    font-size: 20px;
    line-height: 34px;
    color: #232323;
    margin: 0 0 35px 0;
}
.content-page p:last-child, .ul-content-page li:last-child, .ol-content-page li:last-child{
    margin-bottom: 0;
}
.ul-content-page li, .ol-content-page li{
    text-indent: 25px;
}
.ol-content-page li{
    list-style: decimal inside;
}
.ul-content-page li{
    position: relative;
    list-style: none;
    text-indent: 45px;
}
.ul-content-page li:before{
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 20px;
    width: 13px;
    height: 13px;
    background: #3F51B5;
    border-radius: 50%;
}
.ul-content-page, .ol-content-page{
    padding: 0;
}
.box-content-page {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    box-shadow: 0 0 40px rgba(35, 35, 35, 0.05);
    border-radius: 5px;
    padding: 30px 40px;
    margin: 25px 0;
}
.box-content-page ul {

}
.box-content-page ul li {
    font-size: 20px;
    line-height: 34px;
    position: relative;
    list-style: none;
    text-indent: 42px;
}
.box-content-page ul li:before {
    content: '';
    display: block;
    position: absolute;
    top: 12px;
    left: 20px;
    width: 10px;
    height: 10px;
    background: #3F51B5;
    border-radius: 50%;
}
.box-content-page ul li a {
    text-decoration: none;
    color: #3F51B5
}
.box-content-page ul li ul li:before {
    left: 45px;
    background: #ffffff;
    outline: 2px solid #7481cb;
    width: 6px;
    height: 6px;
}
.box-content-page ul li ul li {
    text-indent: 67px;
}
.box-content-page figure {
    border: 2px#3f51b569 solid;
    display: flex;
    flex-flow: column;
    margin-bottom: 35px;
    width: fit-content;
}
.box-content-page figure figcaption {
    background-color: #3f51b512;
    color: #3F51B5;
    padding: 13px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.table{
    width: 100%;
    border-collapse: unset;
    border: 1px solid #DDDDDD;
    border-spacing: 0;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 0 40px rgba(35, 35, 35, 0.05);
    border-radius: 5px;
    margin: 25px 0;
}
.table td{
    border: 1px solid #DDDDDD;
    padding: 15px 40px;
    font-size: 22px;
    border-right: 0;
    border-bottom: 0;
}
.table .head td{
    font-size: 25px;
    font-weight: bold;
    padding: 50px 0;
}
.table td:nth-child(2), .table td:nth-child(3){
    text-align: center;
    width: 28%;
}
.table td:nth-child(1){
    border-left: 0;
}
.table tr:first-child td{
    border-top: 0;
}
.table tr:first-child td:first-child {
    border-top-left-radius: 5px;
}
.table tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

.table tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}
.table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
.p-0{
    padding: 0!important;
}
.promo-unit {
    margin-top: 42px;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 500;
}
.promo-unit img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 8px;
}
.promo-unit .promo-text {

}
.promo-unit .promo-cta {
    color: #3F51B5;
    text-decoration: none;
}
.promo-unit .promo-cta:hover {
    text-decoration: underline;
}

.feature-page .promo-unit {
    background: rgba(63, 81, 181, 0.1);
    margin-top: 0;
    padding-bottom: 30px;
}


.hidden-pricing .b-content-top {
    font-size: 28px;
}
.hidden-pricing ul {
    margin-top: 34px;
    margin-bottom: 40px;
}
.hidden-pricing ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 22px;
    line-height: 1;
    color: #232323;
    margin: 0 0 35px 0;
}
.hidden-pricing ul li:after {
    content: "\e904";
    font-size: 16px;
    color: #232323;
    position: absolute;
    top: 4px;
    left: 0;
    font-family: 'icomoon', sans-serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hidden-pricing p {

}
.hidden-pricing .cta {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.pricing-info {
    border-bottom: 1px dashed #9da4d0;
    padding-bottom: 1px;
    cursor: help;
}

.tooltip {

}
.tooltip_content {

}

.tooltip_content p, .tooltip_content ul {

}
.tooltipster-base {
    max-width: 350px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    background: #3f51b5;

}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color: #ffffff;
    padding: 12px 15px;
    line-height: 1.4;

}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #3f51b5;
}

.pricing-period {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 25px;
}
.pricing-period .toggle-btn__before,
.pricing-period .toggle-btn__after {
    font-size: 18px;
}
.pricing-period .toggle-btn__after .pricing-toggle-discount {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #3F51B5;
    margin-top: 4px;
}
.toggle-btn {
    width: 45px;
    height: 23px;
    margin: 0 15px;
    border-radius: 44px;
    display: inline-block;
    position: relative;
    background: #D5DBFB;
    cursor: pointer;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
.toggle-btn.active {
    background: #3F51B5;
}
.toggle-btn.active .round-btn {
    left: 24px;
}
.toggle-btn .round-btn {
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -9px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.monthly-pricing {
    height: 50px;
    min-width: 122px;
}
.annual-pricing {
    height: 50px;
    min-width: 135px;
}

.annual-pricing-container .monthly-pricing {
    display: none;
}
.monthly-pricing-container .annual-pricing {
    display: none;
}

.annual-pricing span {
    color: #dddddd;
    text-decoration-line: line-through;
}
.annual-pricing__note {
    font-size: 12px;
    letter-spacing: 0.1px;
    color: #525252;
}
.pricing-faq .b-faq-container {
    padding: 0 22px;
}
.pricing-faq .b-faq-container .b-faq-item {
    padding: 19px 0;
}
.pricing-faq .b-faq-container .b-faq-item__top span {
    font-size: 21px;
}
.pricing-faq .b-faq-container .b-faq-item__content .b-faq-item__text {
    padding: 25px 0 0 0;
}
.pricing-faq .b-faq-container .b-faq-item__content .b-faq-item__text p  {
    padding: 3px 0;
    text-align: left;
    color: #272727;
    font-size: 17px;
}
/* -------------- landing page styles -------------- */
.lp .b-main-left {
    width: 55%;
    padding-right: 25px;
}
.b-main.lp {
    padding: 25px 0 30px 0;
}
.b-main.lp .b-main-youtube {
    margin-bottom: 1.8rem;
}
.b-main.lp .b-main-youtube iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.b-main-left ul {
    font-weight: normal;
    font-size: 21px;
    line-height: 1.42;
    color: #232323;
    margin-bottom: 1.8rem;
}
.b-main-left ul li {
    line-height: 1.92;
    list-style: none;
    position: relative;
    padding: 0 0 0 38px;
}

.b-main-left ul li:after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: "\e904";
    font-size: 12px;
    color: #FFFFFF;
    position: absolute;
    top: 10px;
    left: 0;
    font-family: 'icomoon', sans-serif !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #3F51B5;
}
.b-main-calendly {
    width: 45%;
    position: relative;
    border: 1px solid #3F51B5;
    border-radius: 5px;
    background-color: #FFFFFF;
    min-height: 744px;
}
.b-main-calendly .calendly-form-title {
    font-size: 21px;
    margin: 15px;
}
.lp.b-using {
    margin-top: 40px;
}
.lp.b-using .b-title {
    margin: 0 0 35px 0;
}
.lp .b-using-item {
    border: 1px solid #3F51B5;
    border-radius: 5px;
    box-shadow: unset;
    padding: 20px 20px;
    align-items: start;
}
.b-features.lp {
    background-color: #F2F2FC;
}
.lp-logos {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}
.lp-logos .lp-logo {
    width: 20%;
    padding: 0 10px;
    align-content: center;
    justify-content: center;
}
.lp-logos .lp-logo img {
    margin: 0 auto;
}
.b-using.lp.customer-reviews .b-using-col {
    width: 33%;
}
.b-using.lp.customer-reviews .b-using-col .b-using-item {
    display: block;
    position: relative;
    padding-bottom: 85px;
}
.b-using.lp.customer-reviews .b-using-col .b-using-item .b-using-item__head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.b-using.lp.customer-reviews .b-using-col .b-using-item .b-using-item__head .pic {
    margin-right: 15px;

}
.b-using.lp.customer-reviews .b-using-col .b-using-item .b-using-item__head .pic img {
    min-width: 96px;
}
.b-using.lp.customer-reviews .b-using-col .b-using-item .b-using-item__head .user-info .name {
    font-size: 38px;
    font-weight: 500;
}
.b-using.lp.customer-reviews .b-using-col .b-using-item .b-using-item__head .user-info .company {
    font-size: 27px;
    font-weight: 500;
    width: 171px;
}
.b-using.lp.customer-reviews .b-using-col .b-using-item .b-using-item__text b {
    text-align: left;
    text-transform: none;
    font-size: 18px;
}
.b-using.lp.customer-reviews .b-using-col .b-using-item .b-using-item__text p {
    text-align: left;
}
.b-using.lp.customer-reviews .b-using-col .b-using-item .b-using-item__logo {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 116px;
}
.b-block-top-workflow.lp .btn-yellow {
    text-transform: uppercase;
}

@media (max-width: 1775px) {

}
@media (max-width: 1700px) {

}
@media (max-width: 1550px) {

}
@media (max-width: 1450px) {

}
@media (max-width: 1320px) {

}
@media (max-width: 1619px) {

}
@media (max-width: 1229px) {
    .b-main-image img{
        left: 0px;
        max-width: 100%;
    }
}
@media (max-width: 1130px) {
    .container{
        width: 100%;
    }
    .b-about-img img{
        left: 0;
        max-width: 100%;
    }
    .b-using-item{
        padding: 30px 20px;
    }
    .b-main-title{
        font-size: 30px;
    }
    .b-main-left p{
        font-size: 20px;
    }
    .b-main-btns {
        margin: 28px 0 0 0;
    }
    .b-main{
        padding: 50px 0 30px 0;
    }
    .b-about-items{
        margin-left: -15px;
        margin-right: -15px;
    }
    .b-about-col{
        padding-left: 15px;
        padding-right: 15px;
    }
    .b-about-item ul li{
        font-size: 16px;
    }
    .b-about-img{
        padding: 80px 0 0 0;
    }
    .b-section{
        margin: 40px 0;
    }
    .b-using-item__text p{
        font-size: 15px;
    }
    .b-using-item__text b{
        font-size: 15px;
    }
    .b-block-form__top b{
        font-size: 32px;
    }
    .b-block-form__top span{
        font-size: 16px;
    }
    .b-footer-item ul li a{
        font-size: 16px;
    }
    .b-footer-item__top{
        font-size: 20px;
    }
    .b-faq-item__top span{
        font-size: 20px;
    }
    .b-content-items__container ul{
        margin: 0 30px 0 0;
    }
    .manage-inline-block {
        max-width: 48%;
    }
    .manage-inline-block:nth-child(even)
    {
        margin: 0 0 2% 0;
    }
    .manage-inline-block:nth-child(odd)
    {
        margin: 0 2% 2% 0;
    }
    .b-header-content .btn,
    .b-header-content .purple-btn{
        padding: 17px 15px;
        width: unset;
        font-size: 16px;
    }
    .b-nav > ul > li {
        margin: 0 20px 0 0;
    }
    .b-main-calendly {
        width: 40%;
    }
    .lp .b-main-left {
        width: 60%;
    }
}
@media (max-width: 1080px) {

}
@media (max-width: 991px) {
    body.active{
        padding-right: 0px;
    }
    .b-nav > ul > li > a{
        font-size: 16px;
    }
    .b-header-content .btn,
    .b-header-content .purple-btn{
        font-size: 16px;
    }
    .btn-login{
        margin: 0 15px 0 0;
    }
    .b-dropdown{
        width: 395px;
        padding: 15px;
    }
    .b-dropdown ul{
        display: block;
        margin: 0 -10px;
    }
    .b-dropdown ul li{
        width: 100%;
        padding: 0 13px;
        margin-bottom: 20px;
    }
    .b-dropdown ul li a b{
        font-size: 16px;
        margin: 0 0 5px 0;
    }
    .b-dropdown ul li a p{
        line-height: 1.3;
    }
    .b-title{
        font-size: 28px;
    }
    .b-about-item b{
        font-size: 15px;
    }
    .b-about-item ul li{
        font-size: 14px;
    }
    .b-using-col{
        width: 50%;
        margin-bottom: 30px;
    }
    .b-using-bottom{
        margin: 0;
    }
    .b-features-item__text{
        width: 300px;
        margin-right: 25px;
    }
    .b-features-item__reverse .b-features-item__text{
        margin-left: 25px;
    }
    .b-features-item__text b{
        font-size: 20px;
    }
    .b-block-left ul li{
        font-size: 17px;
        margin: 0 0 23px 0;
    }
    .b-block-form{
        padding: 20px 15px;
    }
    .b-input-text{
        height: 50px;
    }
    .b-block-left b{
        font-size: 18px;
    }
    .b-block-form__top{
        margin: 0 0 15px 0;
    }
    .b-input-item{
        margin: 0 0 15px 0;
    }
    .b-block-left{
        padding: 170px 20px 0 0;
    }
    .b-footer{
        padding: 70px 0 20px 0;
    }
    .b-footer-bottom{
        padding: 20px 0 0 0;
    }
    .b-footer .b-logo{
        margin: 0 0 45px 0;
    }
    .b-footer-item{
        width: 25%;
    }
    .b-footer-content{
        display: block;
    }
    .b-copyright{
        font-size: 16px;
    }
    .b-content-block p{
        padding: 0 50px;
    }
    .b-table table tbody tr td{
        padding: 10px 10px;
    }
    .b-table table tbody tr:last-child td{
        padding: 10px 5px;
    }
    .b-content-items__container ul {
        margin: 0 15px 0 0;
    }
    .b-content-items__container{
        flex-wrap: wrap;
    }
    .b-content-block{
        padding: 25px 15px;
    }
    .b-content-items__container ul{
        margin: 0 15px 15px 0;
    }
    .b-content-block p{
        font-size: 20px;
    }
    .b-content-items__container ul li{
        font-size: 16px;
    }
    .b-main-center p {
        margin: 0;
    }
    .b-nav > ul > li, .b-nav {
        margin: 0 25px 0 0;
    }
    .btn-logout {
        margin: 0 0 0 25px;
    }
    .table-label {
        top: 8px;
        right: -65px;
        font-size: 14px;
        line-height: 0.8;
    }
    .b-table .purple-btn {
        padding: 14px 5px;
        width: 119px;
    }
    .b-table table thead tr td {
        padding: 13px 10px 5px 10px;
    }
}

@media (max-width: 767px) {
    .animate-top , .animate-left , .animate-right , .animate-down , .animate-right__fast , .animate-left__fast , .animate-back-in-right{
        opacity: 1;
        transition: 1s;
    }
    .b-main-video {
        width: 100%;
        box-sizing: border-box;
    }
    .b-mobile{
        display: block;
        height: 30px;
    }
    .menu-icon{
        position: relative;
        z-index: 10001;
        cursor: pointer;
        transition: 0.3s;
        width: 30px;
        height: 30px;
    }
    .menu-icon.active{
        transition: 0.3s;
        z-index: 2000;
    }
    .menu-icon__wrapper{
        position: relative;
        width: 18px;
        height: 12px;
        margin: 8px auto 0;
    }
    .menu-icon.active .menu-icon__wrapper{
        width: 20px;
    }
    .menu-icon.active b{
        transition: 0.5s;
    }
    .menu-icon .b-menu__line {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background: #232323;
        -webkit-transition: background-color 0.35s, -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    .menu-icon .b-menu__line_1 {
        top: 0;
    }
    .menu-icon .b-menu__line_2 {
        top: 5px;
    }
    .menu-icon .b-menu__line_3 {
        top: 10px;
        width: 100%;
    }
    .menu-icon.active .b-menu__line {
        background: #232323;
    }
    .menu-icon.active .b-menu__line_1 {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
        top: 0px;
    }
    .menu-icon.active .b-menu__line_2 {
        opacity: 0;
    }
    .menu-icon.active .b-menu__line_3 {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
        top: 16px;
        width: 100%;
    }
    .b-header{
        position: relative;
        padding: 20px 0;
    }
    .b-header-right{
        position: absolute;
        top: 0;
        left: -300px;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background: #ffffff;
        display: block;
        padding: 30px 16px 140px 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }
    .b-header-right.active{
        z-index: 100;
        left: 0;
        visibility: visible;
        opacity: 1;
        transition: 0.3s;
    }
    .b-nav > ul{
        display: block;
    }
    .b-nav > ul > li{
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #EAEAEA;
    }
    .b-nav > ul > li.b-dropdown-link{
        display: block;
    }
    .b-nav > ul > li > a{
        font-size: 19px;
        line-height: 1;
    }
    .btn-start{
        margin: 15px auto 15px;
    }
    .btn-login{
        margin: 15px auto 15px;
    }
    .b-dropdown{
        position: static;
        opacity: 1;
        visibility: visible;
        z-index: 1;
        width: auto;
        left: 0;
        border: none;
        transform: none;
        padding: 15px 0 0 20px;
    }
    .b-dropdown:after, .b-dropdown:before{
        display: none;
    }
    .b-dropdown ul li a p{
        display: none;
    }
    .b-dropdown-btns{
        display: none;
    }
    .b-dropdown ul li{
        padding: 0;
    }
    .b-dropdown ul li a b{
        font-size: 17px;
        font-weight: 500;
        margin: 0;
    }
    .b-dropdown ul{
        margin: 0;
    }
    .b-nav > ul > li.b-dropdown-link:after{
        display: none;
    }
    .b-nav > ul > li:last-child{
        margin-bottom: 0px;
    }
    .b-main-content{
        display: block;
    }
    .b-main-left{
        width: 100%;
    }
    .b-main-bottom{
        margin-top: 15px;
        justify-content: center;
    }
    .b-main-image{
        width: 100%;
        margin: 35px 0 0 0;
    }
    .b-main-image img{
        margin: 0 auto 0;
        width: 450px;
    }
    .b-main-title{
        font-size: 26px;
    }
    .btn{
        font-size: 15px;
    }
    .purple-btn{
        font-size: 15px;
    }
    .b-table .purple-btn {
        padding: 14px 5px;
        width: 135px;
    }
    .b-about-content{
        display: block;
    }
    .b-about-left{
        width: 100%;
    }
    .b-about-col{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .b-about-img{
        width: 100%;
        padding: 0;
    }
    .b-about-img img{
        margin: 0 auto 0;
        object-fit: cover;
        width: 311px;
        height: 215px;
        object-position: 0 100%;
    }
    .b-title{
        font-size: 23px;
        text-align: center;
        padding: 0 15px;
    }
    .b-using-col{
        width: 350px;
        margin: 0 auto 20px;
    }
    .b-using-bottom{
        margin: 45px 0 0 0;
    }
    .b-features-item{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 0 40px 0;
    }
    .b-features-item__img{
        margin: 25px 0 0 0;
    }
    .b-features-item__text{
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .b-features-item__reverse .b-features-item__text{
        margin: 0;
    }
    .b-features-item__text b{
        /*font-size: 18px;*/
        line-height: 1.3;
    }
    .b-features-item__text p{
        font-size: 17px;
    }
    .b-features-item__link{
        justify-content: flex-start;
    }
    .b-block-top:after{
        height: 100%;
    }
    .b-block-content{
        display: block;
    }
    .b-block-content > div{
        width: 100%;
    }
    .b-block-top{
        padding: 45px 0 20px 0;
        margin: 0;
    }
    .b-block-left{
        padding: 45px 0 0 0;
        margin: 0 0 35px 0;
    }
    .b-block-form{
        padding: 20px 20px;
    }
    .b-block-container{
        background: -webkit-linear-gradient(273deg, rgba(63, 81, 181, 0) 0.03%, rgba(63, 81, 181, 0.1) 99.97%);
        background: -o-linear-gradient(273deg, rgba(63, 81, 181, 0) 0.03%, rgba(63, 81, 181, 0.1) 99.97%);
        background: linear-gradient(3deg, rgba(63, 81, 181, 0) 0.03%, rgba(63, 81, 181, 0.1) 99.97%);
        padding: 0 0 65px 0;
    }
    .b-footer-item{
        width: 100%;
        margin: 0 0 50px 0;
    }
    .b-copyright{
        line-height: 1.5;
    }
    .b-footer-items{
        display: block;
    }
    .b-footer-line-break{
        height: 0;
    }
    .b-main{
        padding: 20px 0 30px 0;
    }
    .b-modal-content{
        width: 390px;
        padding: 25px 15px;
        margin: 20px auto 0;
    }
    .b-check input[type="checkbox"] + label i{
        font-size: 14px;
    }
    .b-modal{
        padding: 0 0 30px 0;
    }
    .b-modal-content .b-form-btn{
        width: 100%;
    }
    .b-content-block p{
        padding: 0;
    }
    .b-content-block p{
        font-size: 17px;
    }
    .b-content-top{
        font-size: 23px;
    }
    .b-faq-item{
        padding: 25px 0;
    }
    .b-faq-container{
        padding: 0 20px;
    }
    .b-faq-item__top:after{
        font-size: 24px;
    }
    .b-faq-item__top{
        padding: 0 32px 0 0;
    }
    .b-faq-item__top span{
        font-weight: 400;
    }
    .b-content-title__item{
        font-size: 23px;
    }
    .b-faq-item__text p{
        font-size: 19px;
    }
    .b-content-items__container{
        display: block;
    }
    .b-content-items__container ul{
        margin: 0;
    }
    .b-content-items__container ul li{
        margin: 0 0 15px 0;
        font-size: 17px;
    }
    .b-content-items__container ul li:last-child{
        margin-bottom: 15px;
    }
    .btn-logout{
        margin: 15px auto 15px;
    }
    .b-table{
        display: none;
    }
    .b-table-mobile{
        display: block;
        margin: 0 0 20px 0;
    }
    .b-table table tr td.custom-plan-cell {
        text-align: center;
        padding: 20px 20px;
    }
    .b-table table tr td:nth-child(1) {
        width: 200px;
    }
    .b-table table tbody tr td {
        padding: 13px 10px;
    }
    .b-table table thead tr td {
        padding: 13px 10px;
    }
    .b-table table tr td{
        font-size: 16px;
    }
    .table-lable{
        font-size: 14px;
         top: 7px;
        right: -63px;
    }
    .b-table table tbody tr:last-child td{
        padding: 25px 10px;
    }
    .b-hidden{
        display: flex;
        margin: 0 auto 0;
    }
    .b-about-item ul li {
        font-size: 17px;
        text-align: left;
    }
    .b-top span{
        font-size: 14px;
    }
    .top-close{
        right: 10px;
    }
    .b-container.active{
        padding: 40px 0 0 0;
    }
    .b-top{
        padding: 12px 0;
    }
    .manage-inline-block {
        display: block;
        max-width: 100%;
        min-height: auto;
    }
    .manage-inline-block:nth-child(1n){
        margin: 0 0 4% 0;
    }
    .b-block-top-workflow {
        padding: 40px 0;
    }
    h2 {
        font-size: 23px;
        line-height: 32px;
        margin: 0 0 15px 0;
        padding: 40px 0 0 0;
    }
    .text-after-h2 {
        font-size: 17px;
        line-height: 27px;
        margin: 0 0 10px 0;
    }
    .manage-platform .b-about {
        margin: 0;
    }
    .manage-inline-block .title, .manage-platform p {
        font-size: 16px;
        line-height: 24px;
    }
    .table td {
        padding: 5px 10px;
        font-size: 16px;
    }
    .table .head td {
        font-size: 16px;
        padding: 5px;
    }
    .google-docs p, .ul-google-docs li, .ol-google-docs li {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 15px 0;
    }
    .google-docs h2 {
        margin: 0 0 10px 0;
        padding: 0;
    }
    .box-docs {
        padding: 10px;
    }
    .ul-google-docs li:before {
        top: 5px;
    }
    .b-captcha.mb-2, .b-check, .b-input-item {
        margin: 0 0 5px 0;
    }
    #request-personal-demo .g-recaptcha {
        transform:scale(0.68);
        transform-origin: 30%;
    }
    .b-footer-item ul li a {
        font-size: 18px;
    }
    .feature-page .b-main {
        padding: 40px 0 30px 0;
    }
    .b-main-center {
        width: 90%;
    }
    .b-main-center p {
        font-size: 20px;
        text-align: left;
    }
    .b-main-center .b-main-btns {
        margin-top: 34px;
    }
    .b-using-item {
        padding: 15px 20px;
    }
    .b-using .b-title {
        margin: 0 0 23px 0;
    }
    .b-features-item__text p {
        text-align: left;
    }
    .b-footer {
        padding: 30px 0 20px 0;
    }
    .b-content {
        padding: 23px 0 10px 0;
    }
    .content-page h2 {
        padding: 0;
    }
    .promo-unit {
        font-size: 21px;
    }
    .promo-unit img {
        width: 30px;
        height: 30px;
    }
    .lp .b-main-left,
    .b-main-calendly {
        width: 100%;
    }
    .b-using.lp.customer-reviews .b-using-col {
        width: 100%;
    }

}
@media (max-width: 460px){
    #contacts-form .g-recaptcha {
        transform-origin: center;
    }

    .b-block-form__bottom {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .b-block-form__bottom .b-form-btn {
        margin: 0;
        order: 2;
    }
    .box-content-page {
        padding: 30px 15px;
    }
    .content-page p, .ul-content-page li, .ol-content-page li {
        font-size: 18px;
        margin: 0 0 20px 0;
    }
    .content-page h1 {
        font-size: 34px;
    }
    .content-page h2 {
        font-size: 26px;
    }
    .content-page h3 {
        font-size: 22px;
    }
    .b-main-center {
        width: 100%;
    }
    .b-features {
        padding: 30px 0 60px 0;
    }
    .b-modal-content{
        width: 95%;
    }
    .b-section {
        margin: 30px 0;
    }
    .b-using-col {
        width: 100%;
    }
    .b-about .b-title,
    .b-using .b-title {
        margin: 0 0 26px 0;
    }
    .b-using-item {
        padding: 10px 10px;
    }
    .b-using-item__text {
        text-align: left;
    }
    .b-using-bottom {
        margin: 15px 0 0 0;
    }
    .b-block-top {
        padding: 25px 0 20px 0;
    }
    .b-footer {
        padding: 25px 0 15px 0;
    }
    .b-block-container {
        padding: 0 0 35px 0;
    }
    .feature-page .b-main {
        padding: 25px 0 25px 0;
    }
    .feature-page .b-main-title {
        margin: 0 0 15px 0;
    }
    .ul-content-page li:before {
        width: 9px;
        height: 9px;
        left: 10px;
    }
    .ul-content-page li {
        text-indent: 30px;
    }
    .promo-unit {
        font-size: 18px;
    }
    .promo-unit img {
        width: 25px;
        height: 25px;
    }
    .table-label {
        top: 8px;
        right: -68px;
        font-size: 13px;
        line-height: 0.3;
    }

}
@media (max-width: 374px) {
    .purple-btn{
        padding: 14px 11px;
        width: 140px;
    }
    .btn{
        padding: 14px 9px;
    }
    .b-about-item ul li {
        font-size: 16px;
    }
    .b-top span{
        font-size: 12px;
    }
    .table-label {
        transform: none;
        top: 0;
        right: 0;
        line-height: 0;
        width: 100%;
        font-size: 12px;
    }
    .b-table table thead tr td {

        padding: 18px 10px;
    }
}
