.open-door-badge__wrapper {
    position: relative !important;
    width: auto !important;
    max-width: 100%;
    height: 24px;
    border: 1px solid #00c200;
    border-radius: 14px 12px 12px 14px;
    background-color: #00c200;
    display: inline-flex;
    align-items: center;
    padding-right: 5px;
    pointer-events: auto;
}

.open-door-badge__wrapper.registered {
    background: #797979;
    border-color: #797979;
}

.open-door-badge__wrapper.margin-top3px {
    margin-top: 3px;
}

.open-door-badge__wrapper.margin-bottom10px {
    margin-bottom: 10px;
}

.open-door-badge__wrapper.banner {
    position: absolute !important;
    top: 155px;
    left: -5px;
}

.open-door-badge__wrapper.banner-title {
    position: absolute !important;
    top: 152px;
    left: -5px;
}

.open-door-badge__wrapper.banner-project {
    position: absolute !important;
    top: 265px;
    left: -5px;
}

.open-door-badge__wrapper.banner-mobile {
    position: absolute !important;
    top: 105px;
    left: -5px;
}

.open-door-badge__wrapper.banner-business {
    position: absolute !important;
    top: 130px;
    left: -5px;
}

.open-door-list-new-projects__container
    .open-door-badge__wrapper.banner-mobile {
    top: 87px;
}

.open-door-list-new-projects__container
    .open-door-badge__wrapper.banner-mobile.mobile {
    top: 105px;
}

.open-door-list-new-projects__container__newprojects
    .open-door-badge__wrapper.banner-mobile {
    top: 105px;
}

.open-door-badge__wrapper.small-thumbs-mobile {
    position: absolute !important;
    bottom: 5px;
    left: -5px;
    z-index: 3;
}

.open-door-badge__wrapper.no-left {
    left: 0;
}

.open-door-badge__wrapper.small-thumbs-mobile-saved {
    position: absolute !important;
    top: 89px;
    z-index: 3;
    left: -8px;
}

.list-search.saved .open-door-badge__wrapper.small-thumbs-mobile-saved {
    position: absolute !important;
    top: 120px;
    z-index: 3;
    left: -8px;
}

.saved-map-list .open-door-badge__wrapper {
    top: 83px;
}

.open-door-badge__wrapper a {
    color: #ffffff;
    line-height: 12px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    text-decoration: none;
}

.result-item-big-thumb .open-door-badge__wrapper a {
    font-size: 12px;
}

.open-door-badge__icon {
    background: url(/static/svg/open_door/door_green.svg) center center
        no-repeat;
    background-size: 18px;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 8px;
    margin: 0 5px 0 2px;
}

.open-door-badge__wrapper.registered .open-door-badge__icon {
    background: url("/static/svg/open_door/2_jau _uzsiregistravote.svg") center
        center no-repeat;
    background-size: 18px;
}

.open-door-badge__text {
    white-space: nowrap;
    overflow: hidden;
}

.item-small-thumbs-opendoor__wrapper {
    margin-top: 5px;
}

.open-door-registration-form__wrapper {
    margin: 20px 0;
}

.open-door-registration-form__wrapper__container {
    margin: 0 16px;
}

.open-door-registration-form__header__wrapper {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.open-door-registration-form__header__icon {
    background: url(/static/svg/open_door/door_green.svg) center center
        no-repeat;
    background-size: 36px 36px;
    width: 38px;
    height: 38px;
    margin-left: 8px;
    border: 2px solid #00c200;
    border-radius: 19px;
}

.open-door-registration-form__header__icon.first-selected {
    border: 2px solid #fff;
}

.open-door-registration-form__header__text {
    color: #00c200;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-left: 8px;
}

.open-door-registration-form__footer__wrapper {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}

.open-door-registration-form__footer__mobilewrapper {
    margin-top: 8px;
}

.open-door-registration-form__footer__required {
    color: #333333;
    font-size: 12px;
    line-height: 14px;
}

.open-door-registration-form__footer__required a {
    color: #333333;
    text-decoration: underline;
}

.open-door-registration-form__footer__registered {
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.open-door-registration-form__footer__registered__wrapper {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.open-door-registration-form__footer__registered .open-door-icon {
    background: url(/static/svg/open_door/door_green.svg) center center
        no-repeat;
    background-size: 16px !important;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: none;
}

.open-door-registration-form__footer__registered .registrations-count {
    line-height: normal;
    height: unset;
}

.open-door-registration-form__days__container {
    position: relative;
}

.open-door-registration-form__days__container:after {
    position: absolute;
    content: "";
    height: 86px;
    width: 8px;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.1) 100%
    );
    right: 0;
    top: 0;
    display: none;
}

.open-door-registration-form__days__container:before {
    position: absolute;
    content: "";
    height: 86px;
    width: 8px;
    background: linear-gradient(
        270deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.1) 100%
    );
    left: 0;
    top: 0;
    display: none;
}

.open-door-registration-form__days__container.scroll-right:after {
    display: inline-block;
}

.open-door-registration-form__days__container.scroll-left:before {
    display: inline-block;
}

.open-door-registration-form__registration__time__container {
    position: relative;
    user-select: none;
}

.open-door-registration-form__registration__time__container:after {
    position: absolute;
    content: "";
    height: 40px;
    width: 8px;
    background: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.1) 100%
    );
    right: 0;
    top: 0;
    display: none;
}

.open-door-registration-form__registration__time__container:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 8px;
    background: linear-gradient(
        270deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.1) 100%
    );
    left: 0;
    top: 0;
    display: none;
}

.open-door-registration-form__registration__time__container.scroll-right:after {
    display: inline-block;
}

.open-door-registration-form__registration__time__container.scroll-left:before {
    display: inline-block;
}

.open-door-registration-form__days__wrapper {
    margin-top: -5px;
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    position: relative;
}

.open-door-registration-form__days__wrapper input {
    display: none;
}

.open-door-registration-form__days__wrapper input:checked + label {
    background-color: #00c200;
}

.open-door-registration-form__days__day__wrapper {
    border: 1px solid #00c200;
    border-right: 0;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    max-width: 320px;
    min-width: 158px;
}

.size1 .open-door-registration-form__days__day__wrapper,
.size2 .open-door-registration-form__days__day__wrapper {
    width: 320px;
}

.size3 .open-door-registration-form__days__day__wrapper {
    width: 224px;
}

.size4 .open-door-registration-form__days__day__wrapper {
    width: 224px;
}

.open-door-registration-form__days__day__wrapper:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.open-door-registration-form__days__day__wrapper:last-of-type {
    border-right: 1px solid #00c200;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.open-door-registration-form__days__day {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.open-door-registration-form__days__hour {
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    margin-top: 4px;
}

.open-door-registration-form__days__weekday {
    color: #999999;
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    text-transform: capitalize;
}

.open-door-registration-form__days__wrapper
    input:checked
    + label
    .open-door-registration-form__days__day,
.open-door-registration-form__days__wrapper
    input:checked
    + label
    .open-door-registration-form__days__hour,
.open-door-registration-form__days__wrapper
    input:checked
    + label
    .open-door-registration-form__days__weekday {
    color: #fff;
}

.open-door-registration-form__registration__wrapper {
    margin-top: 30px;
    position: relative;
}

.open-door-registration-form__registration__row {
    margin-bottom: 16px;
    font-size: 0;
}

.open-door-registration-form__registration__row__col {
    width: 334px;
    display: inline-block;
    vertical-align: top;
}

.open-door-registration-form__registration__row__col:first-child {
    margin-right: 16px;
}

.open-door-registration-form__registration__row__label {
    color: #666666;
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 4px;
}

.open-door-registration-form__registration__row__label span.error {
    color: #ff0000;
}

.open-door-registration-form__registration__row__input input,
.open-door-registration-form__registration__row__input textarea {
    border: 1px solid #d9e0e0;
    background-color: #ffffff;
    height: 28px;
    line-height: 28px;
    width: 100%;
    padding: 0 10px;
}

.open-door-registration-form__registration__row__input textarea {
    padding: 10px;
    line-height: normal;
    height: auto;
    resize: none;
}

.error .open-door-registration-form__registration__row__input input,
.error .open-door-registration-form__registration__time {
    background: #facdcd;
    border: 1px solid #ff8887;
}

.error .open-door-registration-form__registration__time {
    border-right: none;
}

.error .open-door-registration-form__registration__time:last-of-type {
    border-right: 1px solid #ff8887;
}

.open-door-registration-form__registration__button__wrapper {
}

.open-door-registration-form__registration__button {
    display: inline-flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #00c200;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 30px;
    cursor: pointer;
    border: none;
    outline: none;
}

.open-door-registration-form__registration__button__close {
    display: inline-flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #f5f5f5;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 0 30px;
    cursor: pointer;
    border: none;
    outline: none;
    margin-top: 25px;
}

.open-door-registration-form__registration__button__loader {
    width: 26px;
    height: 26px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid;
    border-color: #fff #00c200;
    animation: l1 1s infinite;
    margin-right: 10px;
}

@keyframes l1 {
    to {
        transform: rotate(0.5turn);
    }
}

.open-door-registration-form__registration__button__check {
    display: inline-block;
    transform: rotate(45deg);
    height: 21px;
    width: 13px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    margin-right: 10px;
    margin-bottom: 8px;
}

.open-door-registration-form__registration__button__check.green {
    border-bottom: 5px solid #00c200;
    border-right: 5px solid #00c200;
}

.open-door-registration-form__registration__time__wrapper {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.open-door-registration-form__registration__time__wrapper input {
    display: none;
}

.open-door-registration-form__registration__time {
    height: 40px;
    width: 65px;
    border: 1px solid #d9e0e0;
    border-right: 0;
    background-color: #ffffff;
    color: #333333;
    font-size: 14px;
    text-align: center;
    flex-shrink: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.in-map .open-door-registration-form__registration__time {
    width: 68px;
}

.open-door-registration-form__registration__time__disabled {
    font-size: 11px;
}

.open-door-registration-form__registration__time.disabled {
    background-color: #f5f5f5;
    color: #bbbbbb;
}

.open-door-registration-form__registration__time:last-of-type {
    border-right: 1px solid #d9e0e0;
}

.open-door-registration-form__registration__time__wrapper
    input:checked
    + label {
    background-color: #00c200;
    color: #fff;
}

.open-door-registration-form__registration__row__persons__container {
    display: flex;
    align-items: center;
}

.open-door-registration-form__registration__row__persons__wrapper input {
    display: none;
}

.open-door-registration-form__registration__row__person {
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    display: inline-block;
    border: 1px solid #d9e0e0;
    border-right: 0;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    background: #fff;
}

.open-door-registration-form__registration__row__person:last-of-type {
    border-right: 1px solid #d9e0e0;
}

.open-door-registration-form__registration__row__persons__wrapper
    input:checked
    + label {
    background-color: #00c200;
    color: #fff;
}

.open-door-registration-form__registration__row__children__wrapper input {
    display: none;
}

.open-door-registration-form__registration__row__children__wrapper {
    margin-left: 16px;
}

.open-door-registration-form__registration__row__children__wrapper label {
    display: flex;
    cursor: pointer;
}

.open-door-registration-form__registration__row__children__wrapper span {
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #d9e0e0;
    vertical-align: text-bottom;
    background: #fff;
    display: inline-block;
    margin-right: 4px;
}

.open-door-registration-form__registration__row__children__wrapper span:after {
    content: "";
    display: none;
    position: absolute;
    width: 7px;
    height: 4px;
    background: transparent;
    top: 2px;
    left: 2px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open-door-registration-form__registration__row__children__wrapper
    input[type="checkbox"]:checked
    + label
    span:after {
    display: inline-block;
}

.open-door-registration-form__registration__row__children__wrapper
    input[type="checkbox"]:checked
    + label
    span {
    background: #00c200;
    border-color: #00c200;
}

.open-door-registration-form__registration__row__children {
    color: #666666;
    font-size: 11px;
    line-height: 12px;
}

.open-door-registration-form__registered__container {
    padding: 12px;
    display: block;
    width: 100%;
    border-radius: 6px;
    background: #EDEDED;
}

.open-door-registration-form__registered {
    color: #333;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 8px;
}

.open-door-registration-form__registered__wrapper {
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
}

.open-door-active-service__info .reservations_token4_confirmed {
    display: block;
}

.open-door-register-wrapper .project-name {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}

.open-door-register-wrapper .place-time {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9e0e0;
}

.open-door-register-wrapper .place-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/static/svg/open_door/vieta.svg) center center no-repeat;
    margin-right: 10px;
    flex-shrink: 0;
}

.place-time-row {
    line-height: 20px;
    height: 20px;
    display: flex;
    color: #333;
}

.registration-error {
    margin: 25px 0 22px 0;
    text-align: center;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.open-door-registration-form__registration__row__info {
    color: #666666;
    font-size: 11px;
    line-height: 12px;
    margin-top: 4px;
    font-style: italic;
}

.open-door-registration-form__confirmation__container {
    position: relative;
    border: 1px solid #00c200;
    border-radius: 4px;
    padding: 25px 20px 40px 20px;
    margin-top: -5px;
}

.open-door-registration-form__confirmation__title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 24px 27px;
    border-bottom: 1px solid #d9e0e0;
}

.open-door-registration-form__confirmation__title__success {
    color: #00c200;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 24px 27px;
    border-bottom: 1px solid #d9e0e0;
}

.open-door-registration-form__confirmation__info__wrapper {
    padding: 20px 27px 0 27px;
    color: #666666;
    font-size: 14px;
}

.open-door-registration-form__confirmation__info__row {
    margin-bottom: 8px;
}

.open-door-registration-form__confirmation__info__row:last-child {
    margin-bottom: 0;
}

.open-door-registration-form__confirmation__description {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    margin-top: 20px;
}

.open-door-registration-form__confirmation__description span {
    font-weight: bold;
}

.open-door-registration-form__confirmation__row {
    display: flex;
    align-items: center;
}

.open-door-registration-form__confirmation__error {
    margin-bottom: 5px;
    margin-left: 10px;
    color: #ff0000;
    font-size: 11px;
    line-height: 12px;
}

.open-door-registration-form__confirmation__label {
    color: #666666;
    font-size: 11px;
}

.open-door-registration-form__confirmation__inputs {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.open-door-registration-form__confirmation__input {
    border: 1px solid #d9e0e0;
    background-color: #ffffff;
    height: 28px;
    width: 212px;
    padding: 0 12px;
    font-size: 14px;
}

.open-door-registration-form__confirmation__input.error {
    border: 1px solid #d9111b;
    color: #d9111b;
}

.open-door-registration-form__confirmation__otherbuttons {
    color: #666666;
    font-size: 12px;
    margin: 12px 0 25px 0;
}

.open-door-registration-form__confirmation__otherbuttons a {
    color: #00c200;
}

.open-door-registration-form__confirmation__success__info {
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    margin-top: 32px;
}

.open-door-registration-form__confirmation__info_success {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 8px;
}

.open-door-registration-form-new__wrapper {
    display: flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-end;
    gap: 30px;
    align-self: stretch;
}

.open-door-registration-form-new__title__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch;
}

.open-door-registration-form-new__title__name {
    margin-left: 16px;
}

.open-door-registration-form-new__title__name__registered {
    margin-left: 8px;
}

.mobile .open-door-registration-form-new__title__name__registered {
    margin-left: 0;
}

.open-door-registration-form-new__title__col {
    display: flex;
    align-items: center;
    gap: 2px 16px;
}

.open-door-registration-form-new__title__icon .open-door-registration-form__header__icon {
    margin: 0;
    width: 32px;
    height: 32px;
    background-size: 30px 30px;
}

.open-door-registration-form-new__title__name__name {
    color: #00C200;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.open-door-registration-form-new__title__name__registered {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.open-door-registration-form-new__title__required__wrapper {
    text-align: right;
    color: #333;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    margin-right: 16px;
}

.open-door-registration-form-new__title__required {
    font-weight: 700;
}

.open-door-registration-form-new__title__form {
    color: #333;
    font-weight: 400;
}

.open-door-registration-form-new__title__form a {
    color: #333;
}

.open-door-registration-form-new__day__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #DDD;
    padding: 20px 0;
}

.open-door-registration-form-new__day__wrapper:first-child {
    border-top: 1px solid #DDD;
}

.open-door-registration-form-new__day__wrapper:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.open-door-registration-form-new__day__name__wrapper {
    display: flex;
    align-items: center;
}

.open-door-registration-form-new__day__icon {
    background: url(/static/svg/open_door/open-door-calendar.svg) center center no-repeat transparent;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.open-door-registration-form-new__days__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    flex-direction: column;
}

.open-door-registration-form-new__day__name {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 8px;
}

.open-door-registration-form-new__day__weekday {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
}

.open-door-registration-form-new__day__hours {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.open-door-registration-form-new__day__register {
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #00c200;
    color: #ffffff;
    text-align: center;
    padding: 0 30px;
    border: none;
    outline: none;
}

.open-door-registration-form-new__button__wrapper {
    display: flex;
    align-items: center;
}