body{
    font-family: "lato",sans-serif;
    background: #f1f4f7;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

header{

}

a{
    text-decoration: none;
    color: #6183f1;
}

h1{

}

.blog-h1{
    color: white;
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    padding: 70px 20px 40px 20px;
    margin: 0;
    line-height: 36px;
}

h2{
    position: relative;
    padding: 30px 30px 30px 75px;
    margin: 0;
    font-size: 28px;
}

h2:before{
    content: "_";
    position: absolute;
    top: 30px;
    left: 55px;
    color: #6183f1;
}

.center-980{
    width: 980px;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
}

.center-1200{
    width: 1200px;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
}

.header{
    margin-top: 10px;
    border-radius: 15px;
}

.screen-img{
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.screen-img-mobile {
    display: none;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.header-first-line{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px 10px 30px;
    z-index: 5;
    margin-bottom: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.header-first-line-logo{
}

.header-first-line-logo a{
    display: flex;
    align-items: center;
}

.header-first-line-logo p{
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.header-first-line-logo a img{
    border-radius:  10px;
    margin-right: 5px;
}

.header-first-line-buttons{
    display: flex;
}

.header-first-line-buttons-enter a{
    background: #ffffff;
    color: #6D6D6D;
    padding: 7px 40px;
    border-radius: 6px;
    margin-right: 15px;
    font-weight: 700;
    border: 2px solid #6183f1;
}

.header-first-line-buttons-enter a:hover{
    opacity: 0.9;
}

.header-first-line-buttons-enter a:active{
    opacity: 0.8;
}

.header-first-line-buttons-start a{
    background: #6183f1;
    color: white;
    padding: 9px 40px;
    border-radius: 6px;
    font-weight: 700;
}

.header-first-line-buttons-start a:hover{
    opacity: 0.9;
}

.header-first-line-buttons-start a:active{
    opacity: 0.8;
}

.header-second-line{

}

.header-second-line-nav{
    display: flex;
}

.header-second-line-nav-item{
    margin-right: 40px;
}

.header-second-line-nav-item a{
    color: #6D6D6D;
    font-weight: 700;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

.blog-top-info{
    font-size: 16px;
    margin: 0;
    padding: 30px 0 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.blog-top-info-item{
    margin-right: 40px;
    font-weight: 700;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.blog-top-info-item i{
    margin-right: 10px;
}

.blog-top-info-item a{
    color: white;
}

.blog-top-info-item span{

}

.blog-content{
    background: white;
    min-width: 720px;
    width: 720px;
    padding: 20px 0 0 0;
    margin: 20px 0;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.blog-content h2{
    position: relative;
    padding: 0 20px 20px 20px;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}
.blog-content h2:before {
    content: "";
}

.blog-content p{
    margin: 0;
    padding: 0 20px 20px 20px;
    text-align: justify;
}

.blog-content ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-content ul li{
    position: relative;
    padding-left: 55px;
    margin: 0 0 20px 0;
}

.blog-content ul li::before {
    position: absolute;
    color: #6183f1;
    content: "";
    left: 35px;
    top: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #6183f1;
}

.blog-content ol{
    margin: 0;
    padding: 0 0 20px 0;
    list-style-type: none;
}

.content{
    min-height: 50vh;
}

.content-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -2px 0 -1px;
}

.content-bg-white{
    background: rgba(0, 0, 0, 0.65);
}

.first-window{

}

.first-window-flex{
    display: flex;
}

.first-window-left{

}

.first-window-left-h1{
    margin: 0;
    padding: 60px 60px 20px 60px;
    font-size: 14px;
    font-weight: normal;
    color: #A9A9A9;
}

.first-window-left-diviz{
    padding: 0 60px;
    color: black;
    font-size: 50px;
    font-weight: 700;
}

.first-window-left-diviz span{
    color: #6183f1;
}

.first-window-left-p{
    width: 450px;
    padding: 20px 60px 0 60px;
    color: #5C5C5C;
    line-height: 30px;
}

.first-window-right{

}

.first-window-right img{
    padding: 0 0 0 40px;
}

.index-features-flex{
    display: flex;
}

.index-features-list{

}

.index-features-list-item{
    width: 330px;
    padding: 15px 0 0 60px;
    color: #5C5C5C;
    font-size: 18px;
    cursor: pointer;
}

.index-features-list-item:hover{
    color: black;
}

.index-features-screen{
    width: 100%;
    height: 400px;
    box-shadow: 0 0 10px #6183f1;
    margin: 0 60px 60px 60px;
    border-radius: 20px;
    background: #FBFBFB;
}

.index-features-screen img{
    width: 100%;
    border-radius: 20px;
}

.index-used-flex{
    display: flex;
    background: #F9F8F8;
    overflow: auto;
}

.index-used-item{

}

.index-used-item img{
    height: 42px;
    padding: 30px 55px;
}

.clear-60px{
    padding: 30px 0;
    background: white;
}

#index-price h2{
    background: #FAFAFA;
}

.index-price-flex{
    display: flex;
    flex-direction: row;
    background: #FAFAFA;
    padding: 10px 50px 50px;
}

.index-price-item{
    position: relative;
    box-shadow: 0 0 10px #ceb7ff;
    width: 340px;
    min-width: 340px;
    text-align: center;
    margin: 0 40px 0 0;
    font-size: 14px;
    background: white;
    border-radius: 6px;
}

.index-price-item:last-child{
    margin: 0;
}

.index-price-item-top{
    position: absolute;
    right: -1px;
    top: -1px;
    padding: 5px 15px;
    background: #00d138;
    color: white;
    border-bottom-left-radius: 8px;
    font-weight: 700;
}

.index-price-item-img img{
    margin: 30px;
    height: 48px;
}

.index-price-item-title{
    color: #5C5C5C;
    font-size: 18px;
    font-weight: 700;
}

.index-price-item-voz{
    padding: 30px 0;
}

.index-price-item-voz p{
    font-weight: 700;
    padding: 0 0 10px 0;
}

.index-price-item-voz ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.index-price-item-voz li{
    padding: 0 0 20px 0;
}

.index-price-item-price{
    font-weight: 700;
    padding: 0 0 30px 0;
}

.index-price-item-button{
    margin: 30px 10px;
}

.index-price-item-button a{
    background: #6183f1;
    color: white;
    border-radius: 15px;
    padding: 8px 40px;
}

.index-feedback-flex{
    display: flex;
    padding: 10px 50px 30px;
    overflow: auto;
}

.index-feedback-flex::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

.index-feedback-flex::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #dce1e7;
}

.index-feedback-flex::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #b3bec9;
}

.index-feedback-item{
    box-shadow: 0 0 10px #6183f1;
    width: 450px;
    min-width: 450px;
    background: #fafafa;
    margin-right: 20px;
    border-radius: 6px;
}

.index-feedback-item-first-line{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.index-feedback-item-name-and-company-and-img{
    display: flex;
}

.index-feedback-item-person-img{
    height: 36px;
    width: 36px;
    background: #c3ddff;
    border-radius: 50%;
    margin: 0 20px 0 0;
}

.index-feedback-item-person-img img{
    height: 100%;
    background: #fafafa;
    border-radius: 50%;
}

.index-feedback-item-text{
    max-height: 120px;
    overflow-y: scroll;
}

.index-feedback-item-text p{
    margin: 0 20px 12px 20px;
    padding: 0;
    line-height: 22px;
    font-size: 13px;
}

.index-feedback-item-name{
    font-size: 14px;
    padding-bottom: 4px;
}

.index-feedback-item-name a{
    font-weight: 700;
}

.index-feedback-item-company{
    font-size: 12px;
    color: #5C5C5C;
}

.index-feedback-item-company-img{
    height: 30px;
    min-width: 30px;
    background: #c3ddff;
}

.index-feedback-item-company-img img{
    height: 100%;
    background: #fafafa;
}

.index-start{
    text-align: center;
}

.index-start-title{
    color: #5C5C5C;
    font-size: 18px;
    padding: 100px 60px 40px;
    font-weight: 700;
}

.index-start-title-badges{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 100px;
}

.index-start-title-badges-rustore{
    height: 60px;
}

.index-start-title-badges-appstore{
    height: 50px;
    margin-left: 30px;
}

.index-start-title-badges-googleplay{
    height: 50px;
    margin-left: 30px;
}

.first-description{
    text-align: center;
}

.footer{
    background: #4B4B4B;
    border-top: 1px solid #d7d7d7;
}

.footer .center-980{
    background: #4B4B4B;
}

.footer-first-line{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    padding: 0 60px;
}

.footer-first-line-column{
    margin: 50px 50px 0 0;
    width: 30%;
}

.footer-first-line-column-15{
    width: 15%;
}

.footer-first-line-logo{
    font-size: 32px;
    font-weight: 700;
}

.footer-first-line-logo a img{
    /*height: 41px;*/
    border-radius: 50px;
}

.footer-first-line-column-title{
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.footer-first-line-column-links{

}

.footer-first-line-column-links a{
    color: #A9A9A9;
    display: block;
    margin: 15px 0;
}

.footer-first-line-column-links a:hover{
    color: white;
}

.footer-first-line-description{

}

.footer-first-line-description p{
    color: #A9A9A9;
    font-size: 13px;
    margin: 20px 0;
}

.footer-second-line {
    border-top: 1px solid #A9A9A9;
    padding: 50px 0px;
    text-align: center;
    margin: 0 60px;
}

.footer-second-line a{
    color: #A9A9A9;
}

.footer-second-line a img{
    height: 29px;
    margin-right: 10px;
}

@media screen and (max-width: 1200px){
    .center-980 {
        width: unset;
    }
    .center-1200 {
        width: unset;
    }
    .first-window-right img {
        width: 350px;
    }
    .index-price-flex{
        overflow: auto;
    }
    .index-features-screen{
        height: auto;
    }
}

@media screen and (max-width: 1100px){
    .header-second-line-nav-item {
        margin: 10px;
    }
}

@media screen and (max-width: 980px){
    .first-window-flex{
        display: block;
    }
    .index-features-flex{
        display: block;
    }
    .index-features-screen{
        margin: 30px 0 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media screen and (max-width: 920px) {
    .footer-first-line {
        display: block;
    }
    .footer-first-line-column {
        width: unset;
        margin: 20px 0 0 0;
    }
    .footer-first-line {
        padding: 0 30px;
    }
}

@media screen and (max-width: 720px) {
    .blog-content{
        width: unset;
        min-width: unset;
    }
}

@media screen and (max-width: 620px){
    .first-window-right img {
        padding: 0;
        width: 100%;
    }
    .header-first-line-buttons-start{
        display: none;
    }
    .first-window-left-h1{
        width: unset;
        padding: 30px;
    }
    .first-window-left-diviz{
        width: unset;
        padding: 30px;
        font-size: 32px;
    }
    .first-window-left-p{
        width: unset;
        padding: 30px;
    }
    .blog-h1{
        font-size: 24px;
        padding: 40px 20px;
    }
    h2{
        width: unset;
        padding: 30px;
    }
    h2:before {
        left: 10px;
    }
    .index-feedback-flex {
        padding: 10px 30px 30px;
    }
    .index-features-list-item{
        width: unset;
        padding: 15px 0 0 30px;
    }
    .blog-top-info{
        display: block;
        padding: 40px 20px;
    }
    .blog-top-info-item{
        margin: 0 0 30px 0;
    }
    .index-start-title-badges{
        flex-direction: column;
    }
    .index-start-title-badges-appstore {
        margin-left: 0;
        margin-top: 10px;
    }
    .index-start-title-badges-googleplay{
        margin-left: 0;
        margin-top: 10px;
        height: unset;
        width: 166px;
    }
}

@media screen and (max-width: 500px) {
    .header-second-line{
        display: none;
    }
    .screen-img {
        display: none;
    }
    .screen-img-mobile {
        display: block;
    }
    .header{
        margin-top: 0;
    }
    .index-feedback-item{
        width: 100%;
        min-width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .header-first-line-logo a img {

    }
    .header-first-line-buttons-enter a{
        margin-right: 0;
        padding: 5px 30px;
        font-size: 13px;
    }
    h2{
        font-size: 20px;
    }
    h2:before {
        left: 10px;
    }
}
