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

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

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

.progressbar__complete {
    background: #3773E1;
}

.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;
    }
}

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;
    }
}