.free-certificate {
    margin: 20px 0;
}

.free-certificate__head {
    margin-bottom: 10px;
    padding: 27px 0 16px 57px;
    position: relative;
    background: #A3B01A;
    border-radius: 12px;
}

.free-certificate__head img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border-radius: 12px;
}

.free-certificate__head-title {
    margin-bottom: 9px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    z-index: 1;
}

.free-certificate__head-desc {
    margin-bottom: 27px;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    z-index: 1;
}

.free-certificate__head-price {
    position: relative;
    width: 187px;
    height: 41px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    color: #A3B019;
    z-index: 1;
}

.free-certificate__head-price > span {
    margin-left: 10px;
    font-weight: 400;
    font-size: 28px;
    line-height: 334px;
}

.free-certificate__desc {
    margin-bottom: 10px;
    padding: 26px 35px 31px 25px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #A3B01A;
    border-radius: 12px;
}

.free-certificate__desc-left {
    width: 21%;
    text-align: right;
}

.free-certificate__desc-left-title {
    margin-top: 14px;
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #A3B01A;
}

.free-certificate__desc-left-list {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #A3B01A;
}

.free-certificate__desc-left-list span {
    display: block;
}

.free-certificate__desc-right {
    width: 63%;
}

.free-certificate__desc-right-btn {
    margin-bottom: 17px;
    padding: 10px 20px 10px 30px;
    display: flex;
    align-items: center;
    background: #A3B01A;
    border-radius: 12px;
}

.free-certificate__desc-right-btn-text {
    margin-right: 17px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.free-certificate__desc-right-btn-content {
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #000;
}

.free-certificate__desc-right-data {
    margin-bottom: 30px;
    display: flex;
}

.free-certificate__desc-right-data-item {
    margin-right: 20px;
    width: 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.free-certificate__desc-right-data-item:last-child {
    margin-right: 0;
}

.free-certificate__desc-right-data-item-title {
    margin-bottom: 5px;
    color: #A3B01A;
}

.free-certificate__desc-right-data-item-text {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A3B01A;
    border-radius: 12px;
    color: #000;
}

.free-certificate__desc-right-info {
    text-align: right;
}

.free-certificate__desc-right-info-text {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.free-certificate__desc-right-info-phone {
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #000;
}

.free-certificate__desc-right-info-phone a {
    color: inherit;
    text-decoration: none;
}

.free-certificate__desc-right-info-phone a:hover {
    text-decoration: underline;
}

.free-certificate__footer {
    padding: 40px 25px 39px 55px;
    border: 1px solid #A3B01A;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.free-certificate__footer-left {
    width: 62%;
}

.free-certificate__footer-left-item {
    margin-bottom: 30px;
    display: flex;
}

.free-certificate__footer-left-item:last-child {
    margin-bottom: 0;
}

.free-certificate__footer-left-item-number {
    margin-right: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #A3B01A;
    border-radius: 500px;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #fff;
    flex-shrink: 0;
}

body .page-content .free-certificate__footer-left-item-text p {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

body .page-content .free-certificate__footer-left-item-text p:last-child {
    margin-bottom: 0;
}

body .page-content .free-certificate__footer-left-item:last-child .free-certificate__footer-left-item-text p {
    margin-top: 5px;
}

.free-certificate__footer-right {
    margin-left: 10px;
    width: 32%;
    text-align: center;
}

.free-certificate__footer-right-title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}

.free-certificate__footer-right-img {
    margin: 0 auto;
    width: 100%;
    max-width: 155px;
}

@media (max-width: 1400px) {
    .free-certificate__desc-right {
        width: 68%;
    }
}

@media (max-width: 991px) {
    .free-certificate__head {
        padding: 21px 25px;
    }

    .free-certificate__head-title {
        margin-bottom: 23px;
    }

    .free-certificate__head-desc {
        margin-bottom: 23px;
        font-size: 13px;
        line-height: 15px;
    }

    .free-certificate__head-desc br {
        display: none;
    }

    .free-certificate__head-price {
        margin-bottom: 120px;
    }

    .free-certificate__desc {
        padding: 17px 10px;
        flex-direction: column;
    }

    .free-certificate__desc-left {
        margin-right: 5px;
        margin-bottom: 20px;
        width: 100%;
    }

    .free-certificate__desc-left-title {
        margin: 12px 9px 24px 0;
    }

    .free-certificate__desc-left-list {
        margin-right: 5px;
    }

    .free-certificate__mobile-hide {
        display: none;
    }

    .free-certificate__desc-right {
        width: 100%;
    }

    .free-certificate__desc-right-btn {
        margin-bottom: 9px;
        padding: 8px 15px 12px 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .free-certificate__desc-right-btn-text {
        margin-right: 0;
        margin-bottom: 6px;
    }

    .free-certificate__desc-right-btn-content {
        padding: 20px 0;
        font-size: 20px;
        line-height: 23px;
    }

    .free-certificate__desc-right-data {
        margin-bottom: 10px;
        flex-direction: column;
    }


    .free-certificate__desc-right-data-item {
        margin-right: 0;
        margin-bottom: 9px;
        width: 100%;
    }

    .free-certificate__desc-right-data-item:last-child {
        margin-bottom: 0;
    }

    .free-certificate__desc-right-info {
        text-align: left;
    }

    .free-certificate__desc-right-info-text {
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 16px;
    }

    .free-certificate__desc-right-info-phone {
        font-size: 20px;
        line-height: 23px;
    }

    .free-certificate__footer {
        padding: 27px 22px 23px 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .free-certificate__footer-left {
        width: 100%;
    }

    .free-certificate__footer-left-item {
        margin-bottom: 35px;
    }

    .free-certificate__footer-left-item-number {
        margin-right: 18px;
        width: 30px;
        height: 30px;
        border-radius: 300px;
        font-size: 15px;
        line-height: 18px;
    }

    body .page-content .free-certificate__footer-left-item-text p {
        margin-top: 3px;
    }

    .free-certificate__footer-right {
        margin-top: 23px;
        margin-left: 0;
        width: 100%;
    }

    .free-certificate__footer-right-title {
        font-size: 24px;
        line-height: 28px;
    }
}