.products .section-header{
    color: #238be8;
    max-width: 850px;
    margin: 76px auto 56px;
    line-height: 60px;
}
.products .section-desc {
    margin-bottom: 60px;
}
.products .send-email{
    margin-bottom: 60px;
}
.accommadation-base-page .main-screen{
    height: 444px;
    background-image: url("../img/ab.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
}
.companies-text{
    font-family: Raleway-Regular;
    font-size: 21px;
    color: #949494;
    text-align: center;
    margin: 50px 0 30px;
}
.products section:nth-child(2){
    padding-bottom: 50px;
    border-bottom: 2px solid #edf2f9;
}
.products .nav-pills{
    margin: 0 auto;
    padding: 20px 0 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.products .nav-pills > li {
    float: left;
    padding: 0 50px;
}
.products .nav-pills > li + li {
    margin-left: 0px;
}
.products .nav-pills > li > a {
    font-family: Raleway-SemiBold;
    font-size: 17px;
    color: #09273d;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 25px 5px;
}
.products .nav-pills > li > a:hover{
    background-color: transparent;
    border-bottom: 2px solid #238be8;
}
.products .nav-pills > li.active > a,.products .nav-pills > li.active > a:hover,.products .nav-pills > li.active > a:focus {
    background-color: transparent;
    border-bottom: 2px solid #238be8;
    color: #238be8;
}
.products .tabs .section-desc {
    margin-bottom: 40px;
}
.company-name-block{
    margin-bottom: 50px;
}
.company-name-block > span:last-of-type{
    font-family: Raleway-Medium;
    font-size: 18px;
    color: #238be8;
    vertical-align: 9px;
    display: inline-block;
    padding-left: 20px;
}
.green-round {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #a6e3d1;
    border-radius: 50%;

}
.products .tab-pane img{
    margin: 0 auto;
}
.fourth-section.features{
    background: rgba(255,255,255,0.11);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.11) 0%, rgba(163,196,225,0.11) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.11) 0%, rgba(163,196,225,0.11) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a3c4e1', GradientType=0 );
    border-bottom: 2px solid #edf2f9;
}
.sixth-section.ab{
    padding-bottom: 30px;
}
.img-slide-cont {
    height: 480px;
    overflow: hidden;
}
.products section:nth-child(3){
    border-bottom: 1px solid #e6ebf0;
}
/*Finance*/
.finance-page .main-screen{
    height: 444px;
    background-image: url("../img/MacBookFinance.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.features-title.integration{
    background-image: url("../img/some-features/integration.png");
}
.fourth-section .flex-nowrap > div .features-title.agr-list{
    background-image: url("../img/some-features/agr-list.png");
    background-size: 35px;
}
/*End*/
/*Sales*/
.sales-page .main-screen{
    height: 444px;
    background-image: url("../img/MacBookSales.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.features-title.control-prices{
    background-image: url("../img/some-features/money.png");
}
.features-title.assets-reports{
    background-image: url("../img/some-features/assets-reports.png");
}
.features-title.sales-target{
    background-image: url("../img/some-features/sales-target.png");
}
.section-desc.spetial{
    max-width: 600px;
}
/*End*/
@media screen and (max-width: 767px){
    .products .section-header {
        margin: 50px 0 40px;
    }
    .products .section-desc {
        margin-bottom: 50px;
    }
    .accommadation-base-page .main-screen ,.sales-page .main-screen{
        height: auto;
        background-image:none;
        margin-bottom: 40px;
    }
    .finance-page .main-screen{
        height: auto;
        background-image: none;
        margin-bottom: 40px;
    }
    .main-screen > img{
        display: block;
        margin: 0 auto;
    }
}