.small-width-modal .popup__body {
    max-width: 500px;
    max-height: 615px;
    padding-bottom: 10px;
}

.popup.small-width-modal .popup__img {
    max-width: 266px;
    margin-bottom: 32px;
}

.popup.small-width-modal  .popup__big-title {/* Внесите свой вклад  в развитие России */
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 16px;
}

.popup.small-width-modal  .popup__bold-text {/* Приглашаем принять участие в  уникальном кадровом проекте Партии «Единая Россия» — «ПолитСтарт» */
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
}

.popup.small-width-modal .popup__steps {
    padding-top: 0;
}

.popup.small-width-modal .popup__normal-text {
    line-height: 20px;
    font-size: 16px;
}

.popup.small-width-modal .popup__btn {
    margin-top: 32px;
}

.popup.small-width-modal .popup__btn .btn {
    width: 100%;
}

.text-center {
    text-align: center;
}

div#modal-success-children .popup__img {
    max-width: 100%;
}

div#modal-success-children .popup__img img {
    max-width: 280px;
}

.popup__medium-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
}

#modal-success-children .popup__body {
    max-height: 500px;
}

.js-scroll-to-anchor {
    cursor: pointer;
}

#modal-offer .popup__body {
    max-height: 700px;
}

/* Radiobuttons */
.popup-section__radio {
    margin: 30px 0;
}

.popup-section__radio .radio-check-group{
    display: grid;
    margin-top: 20px;
    border: 1px solid #e8f2fd;
    border-radius: 20px;
    padding: 8px;
}

.popup-section__radio .radio-check{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    line-height: 1.2;
    padding: 16px;
    border-radius: 8px;
    transition: .3s all;
}

.popup-section__radio .radio-check__input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.popup-section__radio .radio-check__box {
    width: 16px;
    height: 16px;
    border: 1px solid #d0d5dd;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    flex: 0 0 16px;
    background: #fff;
    transition: border-color .15s
    ease, background-color .15s
    ease, box-shadow .15s
    ease;
}

/* Галочка */
.popup-section__radio .radio-check__box::after{
    content: "";
    position: absolute;
    left: 4px;
    top: 0px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .12s
    ease;
}

/* Выбранный radio выглядит как checkbox */
.popup-section__radio .radio-check__input:checked + .radio-check__box{
    background: #2e4ea4;
    border-color: #2e4ea4;
}

.popup-section__radio .radio-check__input:checked + .radio-check__box::after{
    opacity: 1;
}

/* Hover/Focus */
.popup-section__radio .radio-check:hover .radio-check__box{
    border-color: #0770dc;
}

.popup-section__radio .radio-check__input:focus-visible + .radio-check__box{
    box-shadow: 0 0 0 4px rgba(31,111,235,.18);
}

/* Неактивный */
.popup-section__radio .radio-check__input:disabled + .radio-check__box{
    opacity: .5;
    cursor: not-allowed;
}

.popup-section__radio .radio-check__text{
    font-size: 14px;
    color: #222;
    font-weight: 500;
}

.popup-section__radio .radio-check:hover {
    background: #eef3f9;
}

.popup-section__radio .radio-check:hover .radio-check__text {
    color: #0770dc;
}

.popup-section__radio .radio-check-group._error {
    border: 1px solid #f04438;
}

.popup-section__radio .radio-check-group._error .radio-check__box {
    border: 1px solid #f04438;
}

#modal-success-adult .popup__body {
    max-height: 675px;
}