.hero-about__desc {
    font-size: 18px;
    line-height: 1.4;
    max-width: 990px;
    font-weight: 300;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    color: #343434;
}
@media (max-width: 991px) {
    .hero-about__lead h1 {
        margin-bottom: 20px;
    }
    .hero-about__desc {
    font-size: 17px;
    line-height: 1.4;
    max-width: 90%;
    margin-bottom: 0px;
    }
}

@media (max-width: 560px) {
    .hero-about__desc {
    font-size: 16px;
    max-width: 85%;
    line-height: 23px;
    }
}

.hero-about__lead h1 {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #343434;
}

@media (max-width:767px) {

    .hero-about__lead h1 {
        font-size: 31px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .hero-about__desc {
    font-size: 15px;
    line-height: 25px;
    max-width: 87%;
    margin-bottom: 0px;
    }
}

@media (min-width:1500px) {
    .hero-about__lead h1 {
        font-size: 56px;
    }

    .hero-about__desc {
        font-size: 18px;
        line-height: 1.4;
        max-width: 1060px;
    }
}

.partner-register-button {
    font-weight: 600;
    font-size: 16px;
    margin-top: auto;
    padding: 10px 12px;
    width: 215px;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    background: #596673;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.partner-register-button:hover {
    color: #fff;
    text-decoration: none;
}
    /* New Pricing */
    .carousel
    {
        align-items: flex-start;
    }
    .cont-car
    {
        height: 750px;
    }
    .carousel__list
    {
        height: 700px;
    }
    .carousel__item
    {
        padding: 0 0 3em 0;
        height: 100%;
    }
    .pricing__title
    {
        width: 100%;
        padding: 30px 0;
        color: #fff;
        margin-top: 0;
        font-size: 2.4em;
        font-weight: 700;
    }
    .pricing__title--blue
    {
        background-color: #2D00F7;
    }
    .pricing__title--purple
    {
        background-color: #BC00DD;
    }
    .pricing__title--pink
    {
        background-color: #F20089;
    }
    .pricing__sentence
    {
        background-color: #EAECEE;
        color: #343434;
        font-weight: 700;
        font-size: 20px;
        margin: 0;
        padding: 30px;
        line-height: 1.2;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .pricing__feature-list
    {
        padding: 1.5em 30px .5em 30px;
    }
    .pricing__feature
    {
        color: #676A6C;
        font-size: 14px;
        font-weight: 400;
        padding: 0.2em 0;
    }
    .pricing__action
    {
        background: #F20089;
        font-weight: 700;
    }
    .pricing__action:hover
    {
        background: #f233a2;
    }
    .sticked .carousel__list
    {
        height: 150px;
    }
    .sticked .carousel__item
    {
        padding: 0;
    }
    .sticked .pricing__item
    {
        padding-bottom: 8px;
    }
    .carousel.sticked
    {
        width: 75%;
        left: 13.5%;
    }
    @media (max-width: 1199px)
    {
        .carousel.sticked
        {
            width: 100%;
            left: 0;
        }
        .pricing__sentence
        {
            padding: 20px;
        }
    }
    @media (max-width: 991px)
    {
        .cont-car
        {
            margin-top: 30px;
        }
        .carousel__item
        {
            height: 95%;
        }
    }
    @media (max-width: 820px)
    {
        .slider-left
        {
            left: -25px;
        }
        .slider-right
        {
            right: -25px;
        }
    }
    @media (max-width: 480px)
    {
        .hero-about__lead h1
        {
            max-width: 350px;
            margin: 30px auto 5px;
        }
    }
    @media (max-width: 380px)
    {
        .pricing__sentence
        {
            font-size: 18px;
            padding: 15px;
        }
        .pricing__feature-list 
        {
            padding: 1.5em 15px .5em;
        }
    }

/* Upgrade section */

#upgrade{
    background-color: #EAEEF1;
    padding: 53px 0;
}

.upgrade__header{
    text-align: center;
    width: auto;
    margin: auto;
}

.upgrade__header--main{
    font-size: 52px;
    line-height: 1.1;
    font-weight: 300;
    text-align: center;
    color: #343434;
}

.upgrade__header--secoundary{
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    color: #343434;
    font-family: inherit;
    margin-top: 35px;
}

.upgrade__form{
    display: flex;
    margin: 60px 0 53px 0;
}

.options{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 22px;
}

.options__element{
    width: 50%;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
}

.options__element:hover{
    box-shadow: 0px 0px 23px 0px rgba(242,0,137,0.35);
    position: relative;
    z-index: 10;
}

.options__element--gray{
    background-color: rgba(255,255,255,0.36)
}

.element__text{
    font-size: 18px;
    width: 204px;
    text-align: center;
    font-family: inherit;
}
.form__container{
    width: 50%;
}

.pricing__form{
    width: 100%;
    margin-left: 22px; 
}

.pricing__action--submit{
    width: 317px;
    height: 67px;
    margin: auto;
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkmark{
    margin-top: 5px;
}

.agreement__info--form{
    margin-left: 8px !important;
}

@media (max-width: 991px){
    .upgrade__form{
        flex-direction: column;
        margin-top: 54px;
    }

    .options{
        width: 100%;
    }

    .upgrade__form{
        width: 100%;
        margin-bottom: 10px;
    }

    .options__element{
        height: 133px;
    }

    .form__container{
        width: 100%;
        margin-top: 25px;
    }

    .pricing__form{
        margin-left: 0px;
    }

    .form-group{
        margin-bottom: 0 !important;
    }
}

@media (max-width: 767px){
    .input-block{
        margin-bottom: 10px !important;
    }

    .upgrade__header--main{
        font-size: 35px;
    }
    
    .upgrade__header--secoundary{
        font-size: 16px;
    }
}

@media (max-width: 460px){
    .element__text{
        font-size: 16px;
    }

    .upgrade__header--main{
        font-size: 31px;
    }
    
    .upgrade__header--secoundary{
        font-size: 15px;
    }
}

@media (max-width: 390px){
    .element__text{
        font-size: 14px;
    }
}