.skills {
    width: 100%;
    max-width: 1280px;
    margin: 30px auto 0 auto;
    border-radius: 40px;
    background: #f8f8f8;
    padding: 60px;
    position: relative;
}
.skills__group {
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.skills h1 {
    font-weight: 500;
    font-size: 52px;
    line-height: 110%;
    color: #212121;
    margin-bottom: 53px;
}
.skills__progress {
    background: #fed3ac;
    border-radius: 100px;
    width: 560px;
    height: 24px;
    position: relative;
    margin-bottom: 54px;
}
.skills__progress--color {
    height: 100%;
    position: absolute;
    border-radius: 100px;
    width: 480px;
    background: #e86f2a;
}
.skills__progress--text {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #212121;
    position: absolute;
    right: 24px;
    top: 4px;
}
.skills__desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #212121;
    margin-bottom: 20px;
}
.skills__btn {
    display: flex;
    display: -moz-box;
    display: -webkit-box;
    display: -ms-flex-box;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    border-radius: 100px;
    width: 360px;
    height: 60px;
    background: #e86f2a;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #fbfbf9;
}
.skills__btn:hover, .skills__btn:active, .skills__btn:visited {
    background: #e86f2a;
    color: #fbfbf9;
}
.skills__img {
    position: absolute;
    top: -59px;
    right: 50px;
}
.page-thanks-skills.page-thanks-inset .faq {
    padding-bottom: 140px;
    padding-top: 30px;
}

@media (max-width: 650px) {
    .skills {
        border-radius: 30px;
        padding: 30px 20px 0 20px;
    }
    .page-thanks-skills.page-thanks-inset .faq {
        padding-bottom: 100px;
        padding-top: 90px;
    }
    .skills h1 {
        font-weight: 500;
        font-size: 28px;
        line-height: 120%;
        letter-spacing: -0.02em;
        text-align: center;
        margin-bottom: 40px;
    }
    .skills__progress {
        margin-bottom: 40px;
        width: 100%;
        display: flex;
        display: -moz-box;
        display: -webkit-box;
        display: -ms-flex-box;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
    }
    .skills__progress--color {
        width: 100%;
        position: unset;
    }
    .skills__progress--text {
        font-size: 16px;
        line-height: 24px;
        position: unset;
        padding: 0 14px;
    }
    .skills__desc {
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        text-align: center;
        color: #212121;
        margin-bottom: 20px;
    }
    .skills__btn {
        width: 100%;
        font-size: 15px;
    }
    .skills__img {
        position: unset;
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
}