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

.radio-item span:first-child {
    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;
    }
}

.smart-captcha.error {
    border: 1px solid #f00;
    border-radius: 12px;
    overflow: hidden;
}

.vk-btn-box {
    position: fixed;
    z-index: 2000;
    right: 40px;
    bottom: 40px;
}

.vk-btn {
    padding: 6px 9px;
    height: 32px;
  
    vertical-align: top;
    color: #fff;
    display: inline-block;
    border-radius: 8px;
    text-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background .2s linear;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    box-sizing: border-box;
    font-family: Helvetica,"Noto Sans Armenian","Noto Sans Bengali","Noto Sans Cherokee","Noto Sans Devanagari","Noto Sans Ethiopic","Noto Sans Georgian","Noto Sans Hebrew","Noto Sans Kannada","Noto Sans Khmer","Noto Sans Lao","Noto Sans Osmanya","Noto Sans Tamil","Noto Sans Telugu","Noto Sans Thai",Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    line-height: 20px;
    letter-spacing: .1px;
    background: #5181b8;
    text-decoration: none;
    cursor: pointer;
  }
  
  .vk-btn::before {
    content: "";
    display: inline-block;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2215%22%20height%3D%229%22%20viewBox%3D%220%200%2015%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.17041%209C3.0449%209%200.121429%205.62207%200%200H2.56735C2.65102%204.1263%204.54388%205.87348%206.04286%206.23446V0H8.46122V3.55891C9.94082%203.40533%2011.4959%201.78337%2012.0204%200H14.4378C14.0347%202.19815%2012.349%203.82011%2011.149%204.48631C12.348%205.02728%2014.2694%206.44185%2015%209H12.3388C11.7673%207.28804%2010.3439%205.96446%208.46122%205.78348V9H8.17041Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
      height: 9px;
      width: 15px;
      margin-right: 9px;
  }

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