.blue-bg {
    background: rgba(241, 245, 250, 1);
}
.green-highlight {
    color: #07A01D;
    font-size: unset;
}
.tax-reg-intro-img-mobile {
    display: none;
}
.tax-reg-intro {
    background-image: url("../images/tax-reg/intro-bg.png"), url("../images/tax-reg/intro-elipse.png");
    background-position: right, right;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}
.tax-reg-intro-wrapper {
    width: 90%;
    margin: 0 auto;
}
.tax-reg-intro-info {
    width: 50%;
}
.tax-reg-intro-title {
    font-size: 48px;
    font-weight: 600;
    color: #26272E;
    margin-bottom: 16px;
}
.tax-reg-intro-descr {
    font-size: 18px;
    color: #26272E;
}
@media (max-width: 768px) {
    .tax-reg-intro {
        height: auto;
        background-image: none;
        padding: 40px 0;
    }
    .tax-reg-intro-info {
        width: 100%;
    }
    .tax-reg-intro-img-mobile {
        display: block;
        margin-top: 40px;
    }
}
@media (max-width: 480px) {
    .tax-reg-intro-title {
        font-size: 32px;
    }
    .tax-reg-intro-descr {
        font-size: 16px;
    }
}
.tax-reg-step-1 {
    padding: 80px 0 120px;
}
.tax-reg-step-1-wrapper {
    width: 90%;
    margin: 0 auto;
    color: #26272E;
}
.tax-reg-step-1-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 50px;
}
.tax-reg-step-1-1-number {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: white;
    padding: 12px 24px;
    background-color: #07A01D;
    margin-bottom: 12px;
    border-radius: 80px;
}
.tax-reg-step-1-1-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
}
.tax-reg-step-1-1-descr {
    font-size: 18px;
    margin-bottom: 16px;
}
.tax-reg-step-1-1-text {
    font-size: 18px;
    padding: 20px;
    background-color: #E6F6E8;
    border-radius: 16px;
}
.tax-reg-step-1-1-link {
    color: #07A01D;
    text-decoration: none;
    font-size: unset;
}
@media (max-width: 768px) {
    .tax-reg-step-1 {
        padding: 40px 0;
    }
    .tax-reg-step-1-1 {
       flex-direction: column;
    }
    .tax-reg-step-1-1-img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .tax-reg-step-1-1-title {
        font-size: 32px;
    }
}
.tax-reg-step-1-2 {
    margin-bottom: 50px;
}
.tax-reg-step-1-2-title {
    font-size: 24px;
    margin-bottom: 32px;
}
.tax-reg-step-1-2-info {
    display: flex;
    align-items: center;
    gap: 40px;
}
.tax-reg-step-1-2-item {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 16px;
}
.tax-reg-step-1-2-item-img {
    margin-right: 16px;
}
.tax-reg-step-1-2-text {
    font-size: 16px;
}
@media (max-width: 768px) {
    .tax-reg-step-1-2-info {
        flex-direction: column;
    }
    .tax-reg-step-1-2-img {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .tax-reg-step-1-1-title {
        font-size: 32px;
    }
}
.tax-reg-step-1-3 {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 50px;
}
.tax-reg-step-1-3-item {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background-color: #F7E9E8;
    padding: 20px;
}
.tax-reg-step-1-3-item-info {
    display: flex;
    align-items: center;
}
.tax-reg-step-1-3-item-error-img {
    margin-right: 12px;
}
@media (max-width: 768px) {
    .tax-reg-step-1-3 {
        flex-direction: column;
    }
    .tax-reg-step-1-3-item {
        width: 100%;
    }
}
.tax-reg-step-1-4 {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 40px;
    background-color: #E6F6E8;
}
.tax-reg-step-1-4-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.tax-reg-step-1-4-title-text {
    color: #07A01D;
    font-size: 24px;
}
.tax-reg-step-1-4-descr {
    font-size: 18px;
    margin-bottom: 20px;
    color: #26272E;
}
.tax-reg-step-1-4-text {
    color: #4C4E5B;
}
@media (max-width: 768px) {
    .tax-reg-step-1-4 {
        flex-direction: column;
    }
    .tax-reg-step-1-4-img {
        width: 100%;
    }
}
.tax-reg-step-2 {
    margin-bottom: 50px;
    color: #26272E;
}
.tax-reg-step-2-wrapper {
    width: 90%;
    margin: 0 auto;
}
.tax-reg-step-2-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 16px;
}
.tax-reg-step-2-descr {
    font-size: 18px;
    padding: 20px;
    margin-bottom: 50px;
    background-color: #E6F6E8;
    border-radius: 16px;
}
.tax-reg-step-2-link {
    text-decoration: none;
    color: #07A01D;
}
.tax-reg-step-2-list {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.tax-reg-step-2-item {
    width: calc(50% - 20px);
    background-color: white;
    border-radius: 20px;
    padding: 20px;
}
.tax-reg-step-2-item:nth-child(5) {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.tax-reg-step-2-item-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}
.tax-reg-step-2-item-text {
    font-size: 18px;
}
.tax-reg-success {
    margin-bottom: 50px;
}
.tax-reg-success-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
    padding: 40px;
    background-color: #E6F6E8;
    border-radius: 20px;
}
.tax-reg-success-text {
    font-size: 32px;
    font-weight: 600;
    color: #07A01D;
}
.tax-reg-instr {
    margin-bottom: 120px;
}
.tax-reg-instr-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
}
.tax-reg-instr-text {
    font-size: 18px;
}
.tax-reg-instr-btn {
    padding: 16px 32px;
    color: white;
    background-color: #07A01D;
    border-radius: 20px;
    text-decoration: none;
}
@media (max-width: 768px) {
    .tax-reg-step-2-list {
        flex-direction: column;
    }
    .tax-reg-step-2-item {
        width: 100%;
    }
    .tax-reg-step-2-item:nth-child(5) {
        flex-direction: column;
    }
}
@media (max-width: 480px) {
    .tax-reg-step-2-title {
        font-size: 32px;
    }
    .tax-reg-step-2-descr {
        font-size: 16px;
    }
    .tax-reg-step-2-item-text {
        font-size: 16px;
    }
    .tax-reg-success-text {
        font-size: 24px;
    }
    .tax-reg-instr-text {
        font-size: 16px;
    }
}