body {
    font-size: 15px;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.container-min {
    padding: 0 15px;
    width: 100%;
    max-width: 712px;
    margin: auto;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}
.phone-number {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.btn-next, .btn-submit {
    box-shadow: 0 4px 4px #00000040;
    transition: box-shadow .3s ease;
    height: 80px;
    line-height: 3.2rem;
    max-height: 80px;
    min-width: 213px;
    padding: 24px 16px;
    align-items: center;
    border-radius: 100px;
    display: inline-flex;
    font-family: Outfit, Outfit Fallback, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    background-color: #fe5f55;
    color: #fff;
    width: 100%;
    font-size: 22px;
    margin-top: 26px;
}

label {
    color: #101c27;
    display: block;
    font-weight: 500;
    font-size: 24px;
}

input {
    width: 100%;
    appearance: none;
    border: 1px solid #999;
    border-radius: 8px;
    font-family: Outfit, Outfit Fallback, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    height: 48px;
    margin: 0;
    outline: 0;
    padding: 16px;
    position: relative;
    transition: border .4s ease;
    z-index: 3;
}

.step h2 {
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 8px;
}

.step p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.progress-b {
    margin: 16px auto 40px;
}

.progress-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.progress-bar {
    background-color: #023047
}

.footer-contact-container {
    display: flex;
    justify-content: space-between;
}

.footer-copyright-copy p {
    color: #101c27;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 24px;
}

.step {
    display: none;
    margin-bottom: 80px;
}

.step.active {
    display: block;
}

.input-error {
    border: 1px solid #e74c3c;
}

.review-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp-star__canvas, .tp-star__canvas--half {
    fill: #00b67a;
}

.review {
    margin-bottom: 40px;
    align-items: center;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    contain: layout style;
    contain-intrinsic-size: 0 56px;
    content-visibility: auto;
    display: flex;
    flex: 0 0 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 56px;
    justify-content: center;
    padding: 4px 0 0;
}

@media screen and (max-width: 1050px){
    #translations-customerssay {
        display: none;
    }
}

@media screen and (max-width: 950px){
    #tp-widget-rating {
        display: none;
    }
    .review-row {
        justify-content: space-around;
    }
}

@media screen and (max-width: 768px){
    .callus-desktop__text {
        display: none;
    }
}
