.header__descr {
    background: #EAF1FF;
    color: #2C3136;
}

.tags__item {
    color: #fff;
    background-color: #3773E1;
}

.text--accent {
    color: #303030;
}

.progressbar__complete {
    background: #3773E1;
    width: 0;
}

.form-switch input:checked+i {
    background-color: #3773E1;
}

.header__img {
    width: 493px;
    top: 0;
}

.thanks-page {
    min-height: 100%;
    background-color: #EAF1FF;
    padding-top: 60px;
    padding-bottom: 134px;
    position: relative;
}

.thanks-page .footer {
    height: 134px;
    position: absolute;
    left: 0;
    right: 0;   
    bottom: 0;
}

.page-container {
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.thanks-page .footer-thanks {
    top: auto;
}

.thanks-page .header {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1200px) {
    .thanks-page {
        padding-top: 0;
        padding-bottom: 0;
    }

    .page-container {
        display: block;
        min-height: 1px;
    }   

    .thanks-page .footer {
        position: relative;
        height: auto;
    }

    .thanks-page .header {
        position: static;
    }

    .thanks-page .header__descr-thanks {
        padding-bottom: 2rem;
    }
}

.radio-item span:first-child {
    display: block;
}

input[type=checkbox]:checked+.radio-item span:before {
    border: 0.05rem solid #4c6cee;
}

input[type=checkbox]:checked+.radio-item span:after {
    display: block;
}

.footer-wrap {
    width: 100%;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .footer-wrap {
        display: block !important;
    }

    .footer__props {
        align-items: flex-start;
        margin-top: 10px;
    }
    .footer {
        overflow: hidden;
    }
}

@media screen and (max-width: 570px) {
    .footer {
        top: 0;
        padding-top: 25px;
    }
}

@media screen and (max-width: 500px) {
    .header__descr {
        padding-bottom: 2rem;
    }

    .header__img {
        top: -60px;
    }
}

input.error,
.inputs input[type=text].error {
    border-color: #f00;
}

.radio-item__message {
    display: none;
    color: red;
}

.radio-item__message:before,
.radio-item__message:after {
    content: unset;
    display: none;
}

input[type=radio]:checked+.radio-item .radio-item__message {
    display: block;
}

input[type=radio]:checked+.radio-item span.radio-item__message:after {
    display: none;
    content: unset;
}

.validation-error {
    color: #f00;
    margin-top: 10px;
    font-size: 16px;
}

@media screen and (max-width: 900px) {
    .header__address {
        display: none;
    }
}

.disclaimer-text {
    margin-top: 0px;
    margin-bottom: 24px;
    text-align: center;
    color: #000;
    background-color: #fff;
    padding: 12px;
    font-size: 15px;
    border-radius: 1rem;
}

.disclaimer-text p {
    margin: 0;
}

.personal__message {
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 1.4em;
    font-family: 'Lato-Bold', sans-serif;
}

.personal__title {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    font-family: 'Lato-Bold', sans-serif;
    margin-bottom: 1em;
}

.smart-captcha.error iframe {
    border: 1px solid red;
    border-radius: 13px;
}

.discount-coupon {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    color: #EE3F58;
    text-align: center;
    border: 1px dashed #EE3F58;
    border-radius: 6px;
    padding: 13px 30px 14px;
    margin-bottom: 1em;
}

.personal__policy a {
 color: #3773E1;   
}

@media screen and (max-width: 900px) {
 .personal__message {
    text-align: center;
 }   

 .personal__title {
    text-align: center;
 }

 .progressbar-mobile {
    padding-left: 5px;
    padding-right: 5px;
 }

 .personal {
    margin-left: -5px;
    margin-right: -5px;
    padding: 0 20px 2rem;
    border-radius: 10px;
 }

 .personal__policy {
    margin-top: 21px;
 }

 .discount-coupon {
    border: none;
 }
}




@media screen and (max-width: 500px) {
    .personal {
        padding: 0 20px 31px;
    }    

    .personal__container {
        margin-top: 8px;
    }

    .progressbar-mobile {
        font-size: 12px;
        margin-bottom: 22px;
    }

    .progressbar__common {
        margin-bottom: 11px;
    }
}