html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Averta Std CY', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.website {
    display: block;
    /* background: url(../images/eMB_background_2_new.png) center no-repeat;
    background-size: cover; */
    width: 100%;
    height: auto;
    margin: auto;
    font-size: 16px;
}

.menu {
    font-weight: normal;
    height: 64px;
}

.menu img {
    height: 170%;
}

.navbar {
    min-height: 64px;
    margin-bottom: 20px;
    border: none;
}

ul.nav.navbar-nav.navbar-right a{
    line-height: 32px;
}

.navbar-default {
    background-color: #141ED2;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.navbar-default .navbar-nav>li>a {
    color: #A0D2FF;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
}

.navbar-default .navbar-nav>.active>a {
    color: #639C79;
    background-color: #639c7957;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #111AB3;
}

.navbar-default .navbar-text {
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a {
    color: #a0d2ff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ff000000;
}
.navbar-default .navbar-toggle {
    border-color: #ff000000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 3px;
    border-radius: 1px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #141ED2;
}

.banner {
    padding: 60px 0 40px;
    margin: 0 0 -64px;
    background: url(./bg1.png) left no-repeat;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner:after {
    content: '';
    position: absolute;
    right: -10%;
    top: 0;
    background: url(./bg_blue.svg) left bottom no-repeat;
    width: 60%;
    height: 100%;
    display: block;
    z-index: -1;
}
.banner_items img{
    max-width: 100%;
    width: 80%;
    height: 80%;
    display: block;
    padding-top: 34px;
	padding-top: 19px;
    margin-left: 64px;
}

.banner_content {
    padding: 30px 0;
}

.banner_content h1{
    font-size: 44px;
    line-height: 62px;
    font-weight: 700;
    color: #141ED2;
}

.banner_content h1 > div {
    font-size: 72px;
    font-weight: 800;
    margin-top: 14px;
}
.banner_content h1 > span.text_1, .banner_content h1 > span.text_2 {
    display: block;
}
.banner_content h1 > span.text_3 {
    font-weight: 300;
}
.text_EMB {
    border-radius: 300px;
    background-color: #141ED2;
    color: white;
    padding: 10px 50px;
    margin: 15px 0;
    font-size: 34px;
    display: inline-block;
}
.active-button {
	background: #141ED2 !important;
	color: #fff !important;
}
.active-button:hover{
	color: #141ED2 !important;
    background-color: #E8E9FB !important;
	font-weight: 600;
}
.btn-default {
    border-radius: 300px;
    border: 2px solid #141ED2;
    background-color: white;
    color: #141ED2;
    padding: 10px 50px;
    margin: 30px 0;
    font-size: 20px;
    display: inline-block;
    touch-action: auto;
}

.btn-default:focus,
.btn-default.focus {
    color: #141ED2;
    background-color: #A0D2FF;
    border-color: #A0D2FF;
}

.btn-default:hover {
    color: #141ED2;
    background-color: #E8E9FB;
    border-color: #E8E9FB;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #141ED2;
    background-color: #A0D2FF;
    border-color: #A0D2FF;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #141ED2;
    background-color: #A0D2FF;
    border-color: #A0D2FF;
}

.btn:active,
.btn.active {
    background-image: none;
     outline: 0;
    box-shadow: none;
}
.section_2{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.section_2:after {
    content: '';
    position: absolute;
    right: -29%;
    top: 46%;
    background: url(./bg_green.svg) left top no-repeat;
    width: 60%;
    height: 100%;
    display: block;
    z-index: -1;
}
.section_3 {
    /*content: '';*/
    /*position: absolute;*/
    /*left: -28%;*/
    /*top: 30%;*/
    background-image: url(./bg_purple.svg);
    background-position: -100% 150px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /*width: 60%;*/
    /*height: 100%;*/
    /*display: block;*/
    /*z-index: -1;*/
}

.section_5 {
    /*content: '';*/
    /*position: absolute;*/
    /*left: -28%;*/
    /*top: 30%;*/
    background-image: url(./bg_skyblue.svg);
    background-position: -100% 0;
    background-repeat: no-repeat;
    background-size: auto 100%;
    /*width: 60%;*/
    /*height: 100%;*/
    /*display: block;*/
    /*z-index: -1;*/
}

.download::before {
    /*content: '';*/
    /*position: absolute;*/
    /*right: -31%;*/
    /*top: 66%;*/
    /*background: url(../images/elements_skyblue.svg) left top no-repeat;*/
    /*width: 60%;*/
    /*height: 100%;*/
    /*display: block;*/
    /*z-index: -1;*/
}

.body_content {
    position: relative;
}
.body_content .body_content_bg {
    /*background-image: url(./bg_crm.png);*/
    /*background-position: top center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: auto 100%;*/
    /*z-index: -1;*/
    display: block;
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 0;
    right: 0;
    opacity: 0.15;
    /* background-image: url(./tab_crm.jpg); */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: auto 100%;
    z-index: -1;
}

.features {
    padding: 64px 0 0;
}

.features_block {
	padding-top: 20px;
}

.features h1, .download h1 {
    margin: auto;
    font-weight: 800;
    color: #141ED2;
    text-align: center;
    margin: 50px 0 30px;
    font-size: 40px;
}

.features h2, .download h2 {
    margin: auto;
    font-weight: 800;
    color: #141ED2;
    text-align: center;
    font-size: 30px;
}

.features_images {
    text-align: center;
}

.features_images img {
    width: 80%;
    height: 80%;
}

.icon img {
    width: 120%;
    height: auto;
}

.icon {
    float: left;
    width: 12%;
    padding-right: 5px;
}

.content {
    float: right;
    width: 88%;
    padding-left: 44px;
}

.content h3 {
    margin-top: 0;
    font-size: 35px;
    font-weight: 600;
    color: #141ED2;
}


.features_items {
    padding: 33px 0px;
}

.features_items_block {
    padding: 18px 0;
    display: inline-block;
    width: 88%;
}

.download {
    padding: 60px 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.download p {
    margin: auto;
    text-align: center;
    font-size: 16px;
    width: 35%;
}

.download_items {
    padding-top: 30px;
}

.download_items img {
    width: 100%;
    margin-bottom: 15px;
}

.download_items_left {
    float: left;
    width: 40%;
    padding: 5px;
    text-align: center;
    font-weight: 700;
}

.download_items_left img {
    width: 80%;
}

.download_items_right {
    float: right;
    width: 60%;
    padding: 5px;
}

.download_items_right img {
    width: 100%;
    margin-bottom: 10px;
}

.hotline {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #141ED2;
}

.footer {
    background-color: #141ED2;
    height: auto;
    min-height: 40px;;
    color: white;
    text-align: center;
    line-height: 39px;
}

.footer p{
    margin: 0;
}

@media (min-width:320px) and (max-width:500px){ 
    .banner {
        padding: 0px 0 40px;
    }
    .banner_content {
        text-align: center;
    }
    .banner_content h1 {
        font-size: 27px;
        line-height: 40px;
        font-weight: 700;
        text-align: center;
        color: #141ED2;
    }
    .banner_content h1 > span.text_1, .banner_content h1 > span.text_2, .banner_content h1 > span.text_3 {
        display: inline-block;
    }
    .banner_content h1 > div {
        font-size: 40px;
        font-weight: 800;
        margin-top: 10px;
    }
    .btn-default {
        margin: 10px;
    }
    .banner:after {
        content: '';
        position: absolute;
        right: -6%;
        top: 8%;
        background: url(./bg_blue.svg) left bottom no-repeat;
        background-size: cover;
        width: 100%;
        height: 90%;
        display: block;
        z-index: -1;
    }
    .features_images img {
        width: 56%;
        height: 100%;
    }
    .features h1, .download h1 {
        font-size: 36px;
        margin-bottom: 0;
    }
    .features h2, .download h2 {
        font-size: 25px;
    }
    .content h3 {
        font-size: 21px;
    }
    .content {
        padding-left: 15px;
    }
    .features_items_block {
        padding: 18px 40px 0;
        width: 100%;
    }
    .download {
        padding: 0 0 60px;
    }
	.download_items {
        padding: 20px 20px
    }
    .section_2:after {
        content: '';
        position: absolute;
        right: -28%;
        top: 23%;
        background: url(./bg_green.svg) left top no-repeat;
        background-size: inherit;
        width: 80%;
        height: 100%;
        display: block;
        z-index: -1;
    }
    .section_3 {
        background-image: url(./bg_purple.svg);
        background-position: -10% 250px;
        background-repeat: no-repeat;
        background-size: auto 70%;
    }
    .section_5 {
        background-image: url(./bg_skyblue.svg);
        background-position: 0 350px;
        background-repeat: no-repeat;
        background-size: auto 70%;
    }
    .hotline {
        font-size: 20px;
    }
    .footer p{
        margin: 0;
        line-height: normal;
        padding: 10px;
        font-size: 12px;
    }
}

@media (min-width:768px) and (max-width:1023px){ 
    .banner {
        padding: 0px 0 40px;
    }
    .banner_content {
        text-align: center;
    }
    .banner_content h1 {
        font-size: 48px;
        line-height: 60px;
        font-weight: 700;
        text-align: center;
        color: #141ED2;
    }
    .banner_content h1 > span.text_1, .banner_content h1 > span.text_2, .banner_content h1 > span.text_3 {
        display: inline-block;
    }
    .banner_content h1 > div {
        font-size: 75px;
        font-weight: 800;
        margin-top: 10px;
    }
    .btn-default {
        margin: 14px;
    }
    .banner:after {
        content: '';
        position: absolute;
        right: -10%;
        top: 0;
        background: url(./bg_blue.svg) left bottom no-repeat;
        background-size: cover;
        width: 110%;
        height: 100%;
        display: block;
        z-index: -1;
    }
    .features_images img {
        width: 44%;
        height: 100%;
    }
    .features h1, .download h1 {
        font-size: 36px;
    }
    .features h2, .download h2 {
        font-size: 25px;
    }
    .content h3 {
        font-size: 31px;
    }
    .content {
        padding-left: 15px;
    }
    .features_items_block {
        padding: 18px 120px 0;
        width: 100% !important;
    }
    .download {
        padding: 0 0 60px;
    }
    .section_2:after {
        content: '';
        position: absolute;
        right: -28%;
        top: 23%;
        background: url(./bg_green.svg) left top no-repeat;
        background-size: inherit;
        width: 80%;
        height: 100%;
        display: block;
        z-index: -1;
    }
    .section_3 {
        background-image: url(./bg_purple.svg);
        background-position: -100% 150px;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    .section_5 {
        background-image: url(./bg_skyblue.svg);
        background-position: -100% 0;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    .hotline {
        font-size: 20px;
    }
    .footer p{
        margin: 0;
        line-height: normal;
        padding: 10px;
        font-size: 13px;
    }
}
@media (width:1024px){ 
    .banner_content h1 {
        font-size: 37px;
        line-height: 52px;
        font-weight: 700;
        color: #141ED2;
    }
    .features_images img {
        width: 80%;
        height: 100%;
    }
}
@media (min-width:501px) and (max-width:767px){ 
    .banner {
        padding: 0px 0 40px;
    }
    .banner_content {
        text-align: center;
    }
    .banner_content h1 {
        font-size: 45px;
        line-height: 56px;
        font-weight: 700;
        text-align: center;
        color: #141ED2;
    }
    .banner_content h1 > span.text_1, .banner_content h1 > span.text_2, .banner_content h1 > span.text_3 {
        display: inline-block;
    }
    .banner_items img {
        max-width: 90%;
        width: 90%;
        height: 100%;
        display: block;
        padding-top: 34px;
    }
    .banner_content h1 > div {
        font-size: 64px;
        font-weight: 800;
        margin-top: 10px;
    }
    .btn-default {
        margin: 10px;
    }
    .banner:after {
        content: '';
        position: absolute;
        right: -6%;
        top: 8%;
        background: url(./bg_blue.svg) left bottom no-repeat;
        background-size: cover;
        width: 100%;
        height: 90%;
        display: block;
        z-index: -1;
    }
    .features_images img {
        width: 46%;
        height: 100%;
    }
    .features h1, .download h1 {
        font-size: 36px;
    }
    .features h2, .download h2 {
        font-size: 25px;
    }
    .content h3 {
        font-size: 31px;
    }
    .content {
        padding-left: 15px;
    }
    .features_items_block {
        padding: 18px 40px 0;
    }
    .features_items {
        padding: 33px 100px;
    }
    .download {
        padding: 0 0 60px;
    }
    .download_items {
    }
    .section_2:after {
        content: '';
        position: absolute;
        right: -28%;
        top: 23%;
        background: url(./bg_green.svg) left top no-repeat;
        background-size: inherit;
        width: 80%;
        height: 100%;
        display: block;
        z-index: -1;
    }
    .section_3 {
        background-image: url(./bg_purple.svg);
        background-position: -30% 150px;
        background-repeat: no-repeat;
        background-size: auto 70%;
    }
    .section_5 {
        background-image: url(./bg_skyblue.svg);
        background-position: 0 150px;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    .hotline {
        font-size: 20px;
    }
    .footer p{
        margin: 0;
        line-height: normal;
        padding: 10px;
        font-size: 12px;
    }
}


@font-face {
	font-family: Averta Std CY;
    src: url(../fonts/Averta/avertastdcy-semibold-webfont.woff2) format('woff2'),
         url(../fonts/Averta/avertastdcy-semibold-webfont.woff) format('woff');
    font-weight: 600;
    font-style: normal;

}




@font-face {
  font-family: Averta Std CY;
    src: url(../fonts/Averta/avertastdcy-bold-webfont.woff2) format('woff2'),
         url(../fonts/Averta/avertastdcy-bold-webfont.woff) format('woff');
    font-weight: 700;
    font-style: normal;

}




@font-face {
  font-family: Averta Std CY;
    src: url(../fonts/Averta/avertastdcy-bolditalic-webfont.woff2) format('woff2'),
         url(../fonts/Averta/avertastdcy-bolditalic-webfont.woff) format('woff');
    font-weight: 700;
    font-style: italic;

}




@font-face {
  font-family: Averta Std CY;
    src: url(../fonts/Averta/avertastdcy-extrabold-webfont.woff2) format('woff2'),
         url(../fonts/Averta/avertastdcy-extrabold-webfont.woff) format('woff');
    font-weight: 800;
    font-style: normal;

}




@font-face {
  font-family: Averta Std CY;
    src: url(../fonts/Averta/avertastdcy-extrabolditalic-webfont.woff2) format('woff2'),
         url(../fonts/Averta/avertastdcy-extrabolditalic-webfont.woff) format('woff');
    font-weight: 800;
    font-style: italic;

}




@font-face {
  font-family: Averta Std CY;
    src: url(../fonts/Averta/avertastdcy-light-webfont.woff2) format('woff2'),
         url(../fonts/Averta/avertastdcy-light-webfont.woff) format('woff');
    font-weight: 300;
    font-style: normal;

}




@font-face {
  font-family: Averta Std CY;
    src: url(../fonts/Averta/avertastdcy-lightitalic-webfont.woff2) format('woff2'),
         url(../fonts/Averta/avertastdcy-lightitalic-webfont.woff) format('woff');
    font-weight: 300;
    font-style: italic;

}




@font-face {
  font-family: Averta Std CY;
    src: url(../fonts/Averta/avertastdcy-regular-webfont.woff2) format('woff2'),
         url(../fonts/Averta/avertastdcy-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
  font-family: Averta Std CY;
    src: url(../fonts/Averta/avertastdcy-regularitalic-webfont.woff2) format('woff2'),
         url(../fonts/Averta/avertastdcy-regularitalic-webfont.woff) format('woff');
    font-weight: normal;
    font-style: italic;

}




@font-face {
  font-family: Averta Std CY;
    src: url(../fonts/Averta/avertastdcy-semibolditalic-webfont.woff2) format('woff2'),
         url(../fonts/Averta/avertastdcy-semibolditalic-webfont.woff) format('woff');
    font-weight: 600;
    font-style: italic;

}




@font-face {
  font-family: Averta Std CY;
    src: url(../fonts/Averta/avertastdcy-thin-webfont.woff2) format('woff2'),
         url(../fonts/Averta/avertastdcy-thin-webfont.woff) format('woff');
    font-weight: 100;
    font-style: normal;

}




@font-face {
  font-family: Averta Std CY;
    src: url(../fonts/Averta/avertastdcy-thinitalic-webfont.woff2) format('woff2'),
         url(../fonts/Averta/avertastdcy-thinitalic-webfont.woff) format('woff');
    font-weight: 100;
    font-style: italic;

}