.landing-page-hero__title {
    margin: 60px 0 0px;
    font-size: 60px;
}
.landing-page-hero__sub__title {
    font-family: Proxima, sans-serif;
    font-weight: 300;
    color: #343434;
    font-size: 40px;
    margin: 0px 0px 30px 0px;
}

.landing-page-hero__description{
    display: block;
    width: 1100px;
    height: auto;

}

.newsletter {
    margin-bottom: 0;
}

.slider__text {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    margin: 20px auto 0;
}

.slider__container .slider-right:hover {
    color: #012638;
}

.slider__container .slider-left:hover {
    color: #012638;
}

.trial-button {
    margin: 40px 0;
    display: inline-block;
}

.trial-button .button {
    background-color: #012638;
    border: 1px solid #012638;
    border-radius: 5px !important;
}

.trial-button .button:hover {
    background: #012638c7;
    border: 1px solid #012638c7;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 30px !important;
}

.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.owl-carousel .owl-stage-outer {
    margin-left: 8px;
}

.owl-carousel .owl-item {
    align-items: baseline;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

.owl-readmore .owl-dots .owl-dot {
    padding-top: 10px;
}

.owl-readmore .owl-dots .owl-dot span {
    background: #ffffff;
}

.readmore__desc {
    padding: 15px;
    max-width: 259px;
    margin: 0 auto;
}

.readmore__block {
    max-width: unset;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
}

.readmore__desc__container {
    height: 100%;
    border-right: 3px solid #DBDDDE;
}

.box__container {
    margin: 0 auto 60px;
    max-width: 80%;
}

.row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.accordion__list {
    width: 77%;
    list-style-type: none;
    border-bottom: none;
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.flex-list{
    display: flex;
    justify-content: center;
}

.accordion__list--item:nth-of-type(odd) {
    background-color: #fcfcfc;
}

.accordion__list--text {
    padding: 15px 15px 15px 30px;
}

.accordion__list--text.capabilities {
    background-color: #eaeef1;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.accordion__list--mark.competition {
    background-color: #575757;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.accordion__list--mark.salesmanago {
    background-color: #d0e1ad;
    color: inherit;
    font-size: 20px;
    font-weight: bold;
}

.accordion__list--mark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #bcbcbc;
}

#turbocharge-slider-bottom {
    height: 400px;
    margin: 20px 0;
}

.description {
    margin: 0 auto 30px;
}

.big-percent {
    font-size: 32px!important;
}

.box__container .box__item {
    z-index: auto;
}

.box__container .box__item:hover {
    z-index: 1;
}

.proactive .slider__text,
.preactive .slider__text {
    height: 150px;
}

.landing-page-hero__sub__title--bottom{
    display: block;
    width: 900px;
    margin: 20px auto 0px auto;
    text-align: center;
    font-weight: 300;
    font-size: 45px;
}

.img_bottom{
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_bottom_wide_screen{
    width: 1030px;
    height: auto;
    margin: 10px 0 25px 0;
}

.img_bottom_mobile{
    display: none;
    margin: 25px 0;
}

.section__gray{
    background: #EAECEE;
    margin-top: 20px;
}

@media screen and (max-width: 1199px) {
    #turbocharge-slider {
        height: 550px;
    }
    #turbocharge-slider-bottom {
        height: 400px;
    }

    .landing-page-hero__description{
        width: 940px;
    }

    .landing-page-hero__title{
        font-size: 54px;
    }

    .landing-page-hero__sub__title{
        font-size: 35px;
    }

    .landing-page-hero__sub__title--bottom{
        width: 742px;
        font-size: 35px;
    }

    .img_bottom_wide_screen{
        width: 812px;
    }

    .accordion__list{
        width: 710px;
    }
}

@media screen and (max-width: 991px) {
    .slider {
        background: linear-gradient(#EAECEE 75%, #FFF 75%);
    }
    .landing-page-hero__description{
        width: 700px;
    }

    .landing-page-hero__sub__title--bottom{
        font-size: 33px;
        margin-bottom: 0px;
    }

    .img_bottom_wide_screen{
        width: 100%;
    }

    .accordion__list{
        width: 97%;
    }
}

@media screen and (max-width: 968px) {
    #turbocharge-slider {
        height: 500px;
    }
    #turbocharge-slider-bottom {
        height: 330px;
    }

    .landing-page-hero__description{
        width: 700px;
    }

    .landing-page-hero__sub__title{
        font-size: 35px;
    }    
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }
    .accordion__list--text.capabilities,
    .accordion__list--mark.competition,
    .accordion__list--mark.salesmanago {
        font-size: 16px;
    }

    .landing-page-hero__description{
        width: 570px;
    }

    .img_bottom_mobile{
        display: block;
        width: 70%;
        margin-bottom: 30px;
    }

    .img_bottom_wide_screen{
        display: none;
    }

    .landing-page-hero__sub__title--bottom{
        width: 570px;
        font-size: 31px;
    }
}

@media screen and (max-width: 600px) {
    #turbocharge-slider {
        height: 450px;
    }

    .readmore__desc__container {
        border-right: none;
    }

    .owl-carousel .owl-stage-outer {
        margin-left: 0;
    }

    .slider__text {
        font-size: 18px;
        
    }

    .landing-page-hero__description{
        width: 470px;
        font-size: 20px;
        padding: 0 10px;
    }

    .landing-page-hero__title{
        font-size: 40px;
    }

    .landing-page-hero__sub__title,
    .landing-page-hero__sub__title--bottom{
        font-size: 27px;
    }
    .landing-page-hero__sub__title--bottom{
        width: 450px;
    } 

    .img_bottom_mobile{
        width: 92%;
    }
}

@media screen and (max-width: 480px) {
    .accordion__list--text.capabilities,
    .accordion__list--mark.competition,
    .accordion__list--mark.salesmanago {
        font-size: 14px;
    }

    .landing-page-hero__description{
        width: 330px;
    }

    .landing-page-hero__sub__title--bottom{
        width: 330px;
    } 

    .img_bottom_mobile{
        width: 100%;
    }

    .button{
        padding: 10px 15px;
    }

    #turbocharge-slider {
        height: 400px !important;
    }

    .slider__text {
        font-size: 15px;
    }
}