

/* Start:/local/templates/d_museum2/css/infographics.css?17593046453645*/
.main-infographics {
    margin-bottom: 150px;
    font-family: Geologica, Arial, sans-serif;
    --sc-font: Geologica, Arial, sans-serif;
}

#geo-stats {
    width: 100%;
    margin: 32px auto;
    color: #1c1c1c;
}

.geo__desc {
    font-size: 24px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.geo__title {
    margin: 0 0 12px 0;
    font-weight: 700;
    font-size: 18px;
}

.geo__title {
    margin-top: 40px;
}

.geo__chart {
    width: 100%;
    display: grid;
    gap: 15px;
}

.geo__chart--countries {
    margin-top: 15px;
}

.geo__row {
    display: grid;
    grid-template-columns: 2fr 7fr auto;
    gap: 12px;
    align-items: center;
}

.geo__label {
    text-align: left;
    font-size: 16px;
    opacity: .85;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.geo__barwrap {
    position: relative;
    height: 28px;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
}

.geo__bar {
    height: 100%;
    width: 0;
    background: #9C182F;
    display: block;
    transition: width .6s ease;
}

.geo__value {
    font-variant-numeric: tabular-nums;
    min-width: 110px;
    text-align: right;
    font-size: 14px;
}

.geo__legend {
    margin-top: 12px;
    font-size: 13px;
    opacity: .7;
}

@media (max-width: 768px) {
    .geo__label {
        font-size: 12px;
    }
    .geo__row {
        gap: 10px;
    }
    .geo__barwrap {
        height: 20px;
    }
    .geo__row {
        grid-template-columns: 3fr 3fr auto;
    }
    .geo__desc {
        margin-top: 40px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .main-infographics {
        margin-bottom: 100px;
    }
}

#stories-counter {
    --sc-fg: #1c1c1c;
    --sc-digit-bg: #fff;
    --sc-digits: 7;
    --sc-gap: 20px;
    --sc-ratio: 12 / 17;
    --sc-font-size: 48px;
}

.stories-counter {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    gap: .5rem;
    font-family: var(--sc-font);
    color: var(--sc-fg);
}

.sc__digits {
    display: grid;
    grid-template-columns: repeat(var(--sc-digits), 1fr);
    gap: var(--sc-gap);
    width: 100%;
    overflow: hidden;
}

.sc__digit {
    position: relative;
    width: 100%;
    aspect-ratio: var(--sc-ratio);
    background: var(--sc-digit-bg);
    border-radius: .5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2) inset;
    /*overflow: hidden;*/
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: var(--sc-font-size);
    line-height: 1;
    z-index: 2;
}

.sc__digit:before {
    position: absolute;
    width: 30px;
    height: 5px;
    display: block;
    background: var(--sc-fg);
    content: '';
    z-index: 2;
    right: -30px;
}

.sc__digit:last-of-type::before {
    display: none;
}

.sc__digit .flip {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    transition: transform .45s ease, opacity .45s ease;
    will-change: transform, opacity;
}
.sc__digit .flip.enter {
    transform: translateY(100%);
    opacity: 0;
}
.sc__digit .flip.enter.active {
    transform: translateY(0);
    opacity: 1;
}
.sc__digit .flip.leave {
    transform: translateY(0);
    opacity: 1;
}
.sc__digit .flip.leave.active {
    transform: translateY(-100%);
    opacity: 0;
}

.sc__caption {
    font-size: 24px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #stories-counter {
        --sc-digits: 7;
        --sc-gap: 10px;
    }
    .sc__caption {
        margin-top: 15px;
        font-size: 20px;
    }
}
@media (max-width: 495px) {
    #stories-counter {
        --sc-gap: 5px;
    }
    .sc__digit:before {
        height: 2px;
    }
}
/* End */


/* Start:/local/components/richcode/system.register/templates/reg_popup/style.css?17290874351080*/
.error {
    border-color: red!important;
}
.resident{
    width: 50%;
}
.resident input[type='radio']{
    display: none;
}
#registry_popup .passport-issued{
    width: 100%;
}
#registry_popup .passport-title,
#registry_popup .passport-date{
    width: 100%;
    margin:10px 0;
}
.resident-other{
    padding-left: 5px;
}

@media (max-width: 767px){
    #registry_popup .resident{
        width: 100%;
        text-align: left;
    }
    #registry_popup .passport-title{
        margin: 5px 0;
    }
    .modal.reg-add{
        overflow-y: auto;
        max-height: 90%
    }
    .resident{
        padding-left: 0;
        margin: 5px 0;
    }
}
.personalAgreeDP.disabled {
    color: grey;
}
.personalAgreeDP.disabled span:hover {
    color: grey;
}
.personalAgreeDP.disabled span {
    border-bottom-color: grey;
}
@media (max-width: 767px){
    .personalAgreeDP {
        display: inline-block;
        margin-bottom: 20px;
    }
    .personalAgreeDP img {
        left: 0 !important;
        top: 0 !important;
    }
}
/* End */
/* /local/templates/d_museum2/css/infographics.css?17593046453645 */
/* /local/components/richcode/system.register/templates/reg_popup/style.css?17290874351080 */
