@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,600,700,800&display=swap');

body{
    font-family: 'Roboto';
    background-color: #f5f5f5;
    min-width: 350px;
}
.text-blue{
    color: #5234FA;
}
.mean-menu{
    flex-grow: 1;
    width: 100%;
}
.mobile-menu-icon{
    width: 35px;
    height: 3px;
    background-color: #000;
    margin: 8px 0;
}
.mobile-menu{
    flex-grow: 1;
}
.mobile-nav{
    display: block;
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    background-color: #090B08;
    text-align: center;
    padding: 20px 0;
}
.mobile-nav li a{
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 15px 0px;
}
.mobile-nav li a:hover, .mobile-nav li a:focus{
    color: #5234FA;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #5234FA;
}

.menu-icon{
    float: right;
    cursor: pointer;
}
.menu-icon:hover .mobile-menu-icon{
    background-color: #5234FA;
}
.menu-icon, .mobile-nav{
    display: none;
}

.crake-nav {
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0px;
    width: 100%;
    z-index: 666;
    height: auto;
}
.header_fixed{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -15px 25px #000;
    box-shadow: 0 -15px 25px #000;
}

.main-banner {
    position: relative;
    z-index: 1;
    background-image: url("../images/bg-top.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 800px;
    height: 100vh;
}
.main-banner img{
    position: absolute;
    top: 0;
    width: 100%;
}
.navbar-nav{
    float: right;
}
.navbar-brand>img{
    width: 125px;
}

.crake-nav nav ul {
    list-style-type: none;
}
.crake-nav nav .navbar-nav li {
    position: relative;
    padding: 15px 10px !important;
}
.navbar-nav>li>a, .navbar-light .navbar-nav .nav-link{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.navbar-brand{
    padding: 25px 15px;
}
.nav>li>a:hover, .nav>li>a:focus{
    background-color: transparent;
    color: #5234FA!important;
}

.d-table {
    width: 100%;
    height: 100%;
}
.d-table-cell {
    vertical-align: middle;
}
.hero-content{
    text-align: center;
    max-width: 545px;
    margin: auto;
}
.hero-content h1{
    font-size: 48px;
    font-weight: bold;
    color: #333333;
    line-height: 58px;
}
.hero-content p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 20px;
    line-height: 24px;
}
.hero-content a{
    width: 159px;
    height: 45px;
    background: #5234FA;
    border-radius: 153px;
    padding: 15px;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    font-weight: 700;
    position: absolute;
    right: 65px;
}
.hero-inputs{
    position: relative;
    margin-top: 50px;
}
.hero-inputs input{
    width: 401px;
    height: 45px;
    padding: 10px 10px 10px 20px;
    border-radius: 153px;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: linear-gradient(0deg, rgba(82, 52, 250, 0.03), rgba(82, 52, 250, 0.03)), #FFFFFF;
}

.services{
    padding-top: 300px;
    position: relative;
    top: -300px;
}
.product-wrap{
    height: 500px;
    background: #5234FA;
    position: relative;
    z-index: 1;
}
.services-block{
    position: relative;
    top: -110px;
}

.service-item{
    height: 210px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(9, 0, 107, 0.15);
    border-radius: 10px;
    padding: 25px;
}
.service-icon img{
    width: 42px;
    height: 42px;
}
.service-title h1{
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}
.service-content{
    margin-top: 20px;
}
.service-content p{
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.8);
}
.services-text-block .service-content p{
    color: rgba(255, 255, 255, 0.8);
}
.service-text-item{
    padding-right: 20px;
}
.integration{
    position: relative;
    top: -100px;
}
.image-block {
    padding: 0 35px;
}
.image-block img {
    max-width: 100%;
}
.block-text h1{
    font-weight: bold;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
}
.block-table{
    display: table;
    height: 100%;
}
.block-text{
    display: table-cell;
    vertical-align: middle;
}
.block-text p{
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 20px;
}
.advantages{
    padding-top: 200px;
    position: relative;
    top: -100px;
}
.advantages>img{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.advantages-block{
    margin-top: 50px;
}
.advantages-title h1{
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #333333;
}
.advantages-block-item{
    min-height: 245px;
    background: #5234FA;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px 40px 25px 100px;
    position: relative;
    margin-bottom: 30px;
}
.advantages-block-icon img{
    width: 50px;
}
.advantages-block-icon{
    position: absolute;
    top: 30px;
    left: 30px;
}
.advantages-block-title h1{
    font-weight: bold;
    font-size: 26px;
    line-height: 29px;
    color: #FFFFFF;
}
.advantages-block-text p{
    font-size: 16px;
    line-height: 26px;
    color: #F2F2F2;
    padding-top: 20px;
}
.steps{
    padding-top: 200px;
    position: relative;
    top: -100px;
}
.block-text ul{
    list-style: none;
    padding: 0;
    padding-left: 15px;
    padding-top: 40px;
}
.block-text ul li{
    padding-left: 70px;
    position: relative;
    margin-bottom: 30px;
}
.block-text .number{
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #5234FA;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    padding: 7px 0;
    position: absolute;
    left: 0;
    top: 0;
}
.block-text .text{
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}

.contacts{
    padding-top: 200px;
    position: relative;
    padding-bottom: 100px;
}
.contacts>img{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.contacts-title h1{
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #333333;
}
.contacts-form{
    width: 735px;
    margin: auto;
    margin-top: 65px;
    text-align: center;
}
.contacts-form input{
    width: 100%;
    height: 50px;
    background: rgba(236, 222, 222, 0.6);
    padding: 0 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #000;
}

::placeholder {
    color: #000;
}

.contacts-form textarea{
    width: 100%;
    height: 130px;
    background: rgba(236, 222, 222, 0.6);
    padding: 15px 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    resize: none;
    color: #000;
}
.contacts-form button{
    width: 191px;
    height: 45px;
    background: #5234FA;
    border-radius: 153px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    border: none;
    margin-top: 20px;
}
footer{
    background: #0C0C0C;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 30px;
}
.footer-logo{
    height: 50px;
    margin-top: 15px;
}
.footer-links{
    list-style: none;
    float: right;
}
.footer-links a{
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}
.footer-links li{
    margin-bottom: 15px;
}
.copyright{
    padding-top: 80px;
    padding-left: 15px;
}
.address{
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}
.address-block{
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}
.copy-text{
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}
.copy-text-block{
    padding: 15px 0;
}

@media (max-width: 992px){
    .mean-menu {
        display: none!important;
    }
    .menu-icon{
        display: block;
    }
    .service-item{
        margin-bottom: 20px;
    }
    .product-wrap{
        height: auto;
        padding-bottom: 30px;
    }
    .services-text-block{
        position: relative;
        top: -50px;
    }
    .image-block{
        padding-bottom: 30px;
    }
    .contacts-form{
        width: auto;
    }
    .footer-links{
        float: none;
        text-align: center;
    }
    .footer-image-block{
        padding-bottom: 50px;
    }
    .hero-inputs input{
        width: 100%;
    }
    .hero-content a{
        right: 0;
    }
    .contacts-form input{
        margin-bottom: 10px;
    }
}