/*!
Theme Name: solarwptheme
Text Domain: solarwptheme
*/

.credit-wrap .wpcf7-not-valid-tip,
.contacts-wrap__flex--form .wpcf7-not-valid-tip,
.modal .wpcf7-not-valid-tip {
    color: #fff;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin: 5px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: none;
}

.mm {
    display: none;
}

.ttl {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
}

.scroll {
    position: absolute;
    overflow: hidden;
    margin-top: -150px;
    opacity: 0;
    visibility: hidden;
}

.fix-callback {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 50;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(12.03deg, #EA580A -12.37%, #EE6D10 1.67%, #F38A18 23.53%, #F69C1C 43.04%, #F7A21E 57.09%);
    box-shadow: 0px 0px 30px 0px #FFED1733;
    border-radius: 50%;
    cursor: pointer;
}

.steps-wrap .item-content__list span {
    cursor: pointer;
}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

.link-show::after {
    width: 100% !important;
}

.choices__list--dropdown .choices__item {
    word-break: break-word;
}

.wpcf7-list-item .wpcf7-list-item-label a {
    position: relative;
    z-index: 3;
}

.future-wrap__top--title {
    background: linear-gradient(129.01deg, #154F24 5.48%, #2EA049 96.98%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.categories-wrap__list .item-title {
    text-align: center;
}

.news-wrap__list .item-text {
    height: 59px;
    margin-bottom: 15px;
}

@media (max-width: 550px) {
    .dd {
        display: none;
    }

    .mm {
        display: block;
    }

    .cases-wrap__top--content-title {
        text-align: center;
    }


    .credit-second {
        background: linear-gradient(136.36deg, #FFD801 -2.93%, #2EA049 53.84%);
    }

    .credit-second .credit-wrap__content--text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news {
        padding-bottom: 60px;
    }

    .news-wrap__top--nav {
        justify-content: space-between;
        width: 100%;
        max-width: 233px;
        margin-left: auto;
        margin-right: auto;
        bottom: 80px;
    }

    .news-wrap__more {
        margin-top: 100px;
    }

    .main-wrap__title {
        margin-right: -10px;
    }

    .categories-wrap__list .item-title {
        max-width: calc(100% - 40px);
    }

    .profit-wrap__list .item-label {
        margin-top: 0;
    }

    .credit-second .credit-wrap__content--text {
        font-weight: 500;
    }

}