

/* Start:/local/templates/bfkh/components/bitrix/news.detail/event_creating_form/style.css?175753847551693*/
.upload {
    width: 1.36842em;
    height: 1em
}

.upload-h {
    width: 1.36842em;
    height: 1em
}

.upload-w {
    width: 1em;
    height: .73077em
}

::-webkit-input-placeholder {
    color: #869cb9
}

::-moz-placeholder {
    color: #869cb9
}

:-moz-placeholder {
    color: #869cb9
}

:-ms-input-placeholder {
    color: #869cb9
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.container-small {
    width: 955px;
    margin: 0 auto
}

@media (max-width: 955px) {
    .container-small {
        width: 100%;
    }
    .new-event__background-text{
        font-size: 18px!important;
    }
}
.global-field {
    background: #fff;
    border: 1px solid #869cb9;
    border-radius: 30.5px;
    -webkit-box-shadow: inset 1px 1px 11px #fff;
    box-shadow: inset 1px 1px 11px #fff;
    padding: 18px 34px;
    font-family: "Futura New Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    resize: none;
    -webkit-transition: border-color .3s ease, -webkit-box-shadow .3s ease;
    transition: border-color .3s ease, -webkit-box-shadow .3s ease;
    -o-transition: border-color .3s ease, box-shadow .3s ease;
    transition: border-color .3s ease, box-shadow .3s ease;
    transition: border-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.global-field:focus {
    border-color: #c567fe;
    -webkit-box-shadow: inset 1px 1px 11px rgba(147, 98, 177, .257922);
    box-shadow: inset 1px 1px 11px rgba(147, 98, 177, .257922)
}

.global-field.error-field {
    border-color: #820000;
    -webkit-box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2);
    box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2)
}

.global-field::-webkit-input-placeholder {
    color: #869cb9
}

.global-field::-moz-placeholder {
    color: #869cb9
}

.global-field:-ms-input-placeholder {
    color: #869cb9
}

.global-field::-ms-input-placeholder {
    color: #869cb9
}

.global-field::placeholder {
    color: #869cb9
}

.ui-datepicker {
    width: 284px !important;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    border: 1px solid #c567fe !important;
    border-top: none !important;
    padding: 0 10px
}

.ui-datepicker.error-calendar {
    border-color: #820000 !important
}

.ui-datepicker .ui-datepicker-header {
    background-color: #fff;
    padding: 20px 0 !important;
    border: none;
    position: relative
}

.ui-datepicker .ui-datepicker-header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background-color: #869cb9;
    height: 1px;
    left: 0;
    right: 0
}

.ui-datepicker .ui-datepicker-header:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #869cb9;
    height: 1px;
    left: 20px;
    right: 20px
}

.ui-datepicker .ui-datepicker-title {
    font-family: Khabensky;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #505d6f;
    margin: 0;
    margin-right: 20px;
    text-align: right
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    top: 20px !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #d0ddef;
    cursor: pointer;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease
}

.ui-datepicker .ui-datepicker-next {
    right: 20px !important
}

.ui-datepicker .ui-datepicker-prev {
    left: 20px !important
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    margin: 0;
    width: 8px;
    height: 8px;
    overflow: hidden;
    position: absolute;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: initial !important;
    margin: initial !important;
    top: calc(50% - 4px) !important
}

.ui-datepicker .ui-datepicker-next span {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    right: 10px !important
}

.ui-datepicker .ui-datepicker-prev span {
    left: 10px !important
}

.ui-datepicker .ui-datepicker-prev:hover {
    border-color: #869cb9
}

.ui-datepicker .ui-datepicker-next:hover {
    border-color: #869cb9
}

.ui-datepicker thead {
    display: none
}

.ui-datepicker .ui-datepicker-calendar {
    margin-top: 21px;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 218px
}

.ui-datepicker .ui-state-default {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    -webkit-transition: background-color .3s ease, color .3s ease;
    -o-transition: background-color .3s ease, color .3s ease;
    transition: background-color .3s ease, color .3s ease;
    font-size: 16px;
    line-height: 23px;
    font-family: Khabensky;
    font-style: normal;
    font-weight: 500;
    color: #763f97
}

.ui-datepicker .ui-datepicker-week-end .ui-state-default {
    color: #d0ddef
}

.ui-datepicker .ui-state-highlight {
    background-color: #763f97;
    color: #fff
}

.js-calendar-open {
    width: 444px
}

.js-calendar-open .ui-datepicker-calendar {
    margin-top: 21px;
    margin-bottom: 56px;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 100%
}

.new-event {
    padding-top: 70px;
    padding-bottom: 120px;
    width: 100%
}

.new-event__section {
    width: 100%;
    margin-bottom: 32px;
    position: relative
}

.new-event__section label.error {
    position: absolute;
    top: 0;
    left: 0;
    display: none !important
}

.new-event__section--avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.new-event__section--background {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0 83px 0 50px;
}

.new-event__section--date {
    margin-bottom: 0;
}

.new-event__section--event {
    margin-bottom: 62px
}

.new-event__section--thanks {
    margin-bottom: 57px
}

.new-event__good-fields {
}

.new-event__section--sum {
    margin-bottom: 0;
}

.new-event__avatar-none {
    position: relative;
    cursor: pointer;
    min-width: 66px;
    height: 66px;
    margin-right: 16px;
    border-radius: 50%;
    background-color: #F7F9FE;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.new-event__avatar-none input {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300%;
    cursor: pointer
}

.new-event__avatar-none:after, .new-event__avatar-none:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 3px;
    background-color: #763f97;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.new-event__avatar-none:before {
    width: 3px;
    height: 18px
}

.new-event__avatar-none:hover {
    background-color: #763f97
}

.new-event__avatar-none:hover:after, .new-event__avatar-none:hover:before {
    background-color: #fff
}

.new-event__avatar-none.is-active:after, .new-event__avatar-none.is-active:before {
    display: none
}

.new-event__avatar-photo {
    display: none;
    cursor: pointer;
    width: 109px;
    height: 109px;
    margin-right: 80px;
    border-radius: 50%;
    background-color: #fff
}

.new-event__avatar-photo.is-active {
    display: block
}

.new-event__avatar-content {
    width: 100%;
    max-width: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new-event__avatar-title {
    font-size: 20px;
    line-height: 25px;
    color: #763f97;
    font-weight: 500;
    margin-bottom: 9px
}

.new-event__avatar-comment {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #869cb9;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.new-event__avatar-comment.error {
    color: #820000
}

.new-event__section-title {
    font-family: "Futura New Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #763f97;
    margin-bottom: 16px
}

.new-event__section-field {
    width: 100%
}

.new-event__date-wrapper {
    position: relative;
    height: auto
}

.new-event__date-field {
    width: 100%;
    min-width: 284px;
    padding-right: 50px;
    position: relative
}

.new-event__date-field:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.new-event__date-field.error-field {
    border-color: #820000;
    -webkit-box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2);
    box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2)
}

.new-event__date-field.is-open {
    border-radius: 30px 30px 0 0;
    border-bottom-color: transparent
}

.new-event__date-icon {
    width: 24px;
    height: 24px;
    right: 21px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer
}
.new-event__date-label{
    position: relative;
    display: block;
    width: fit-content;
}
.new-event__date-icon svg {
    width: 100%;
    height: 100%
}

.new-event__background-section {
    margin-bottom: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 955px) {
    .new-event__background-section{
        flex-direction: column;
    }
}

.new-event__background-none {
    position: relative;
    cursor: pointer;
    width: 153px;
    height: 141px;
    background-color: #fff;
    margin-right: 46px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.new-event__background-none input {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300%;
    cursor: pointer
}

.new-event__background-none:after, .new-event__background-none:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 3px;
    background-color: #763f97
}

.new-event__background-none:before {
    width: 3px;
    height: 18px
}

.new-event__background-none:hover {
    background-color: #763f97
}

.new-event__background-none:hover:after, .new-event__background-none:hover:before {
    background-color: #fff
}

.new-event__background-none.is-active:after, .new-event__background-none.is-active:before {
    display: none
}

.new-event__background-img {
    display: none;
    position: relative;
    cursor: pointer;
    width: 153px;
    height: 141px;
    background-color: #fff;
    margin-right: 46px
}

.new-event__background-img.is-active {
    display: block
}

.new-event__background-content {
    padding-top: 38px
}

.new-event__background-title {
    font-family: "Futura New Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #763f97;
    margin-bottom: 13px
}

.new-event__section-download-title {
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.new-event__section-download-title.error {
    color: #820000
}

.new-event__background-text {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #869cb9
}

.new-event__background-text.error {
    color: #820000
}

.new-event__background-title-gallery {
    font-family: "Futura New Book";
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #763f97;
    margin-bottom: 32px
}

.new-event__background-collection {
    position: relative;
    background-color: #fff;
    max-width: 888px;
    padding: 9px 7px;
    padding-left: 0;
}

.new-event__background-collection:last-child {
    margin-right: 0
}

.new-event__background-collection .slick-prev {
    display: none !important
}

.new-event__background-collection .slick-next {
    position: absolute;
    top: 0;
    right: -33px;
    padding: 0;
    width: 33px;
    height: 100%;
    border: none;
    background-color: #763f97;
    font-size: 0;
    border-radius: 0 30px 30px 0;
    cursor: pointer
}

.new-event__background-collection .slick-next:after {
    position: absolute;
    content: "";
    display: block;
    left: 10px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%)
}

.new-event__background-item {
    width: 120px;
    height: 64px;
    margin-right: 14px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.new-event__section-title--new-event {
    margin-bottom: 11px
}

.new-event__wrapper-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #869cb9
}

@media (max-width: 955px) {
    .new-event__wrapper-subtitle {
        flex-direction: column;
    }
    .new-event__wrapper-field {
        flex-direction: column;
        gap: 12px;
    }
    .new-event__upload-btn {
        width: 150px!important;
    }
}

.new-event__wrapper-field {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new-event__section-field--upload {
    max-width: 600px
}

.new-event__upload-btn {
    width: 300px;
    height: 63px;
    background: #869cb9;
    border-radius: 39px;
    border: none;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 10px;
    overflow: hidden
}

.new-event__upload-btn input {
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300%;
    width: 100%;
    cursor: pointer
}

.new-event__upload-icon {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
    width: 52px;
    height: 38px;
    cursor: pointer
}

.new-event__upload-icon svg {
    width: 100%;
    height: 100%
}

.new-event__upload-icon.is-hide {
    opacity: 0
}

.new-event__upload-text {
    color: #fff;
    margin-left: 5px;
    padding-top: 12px;
    max-width: 79%;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.new-event__section-textarea {
    width: 100%;
    height: 210px;
    padding: 31px 35px;
    font-family: "Futura New Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px
}

.new-event__label {
    position: relative;
    overflow: hidden
}

.new-event__label input {
    position: absolute;
    left: -99999px;
    top: -999999px;
    visibility: hidden
}

.new-event__label input:checked + .new-event__background-item {
    -webkit-box-shadow: inset 0 0 0 4px #763f97;
    box-shadow: inset 0 0 0 4px #763f97
}

.new-event__checkbox {
    margin-top: 29px;
    font-family: "Futura New book";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    position: relative;
    color: #869cb9;
    padding-left: 48px
}

.new-event__checkbox input {
    position: absolute;
    left: -99999px;
    top: -999999px;
    visibility: hidden
}

.new-event__checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #869cb9;
    border-left: 2px solid #869cb9;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 8px;
    top: 4px
}

.new-event__checkbox label {
    font-size: 16px;
    line-height: 19px;
    cursor: pointer
}

.new-event__checkbox label:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #869cb9;
    left: 0;
    top: -2px
}

.new-event__title-atribute {
    font-family: "Futura New";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #763f97;
    margin-bottom: 28px
}

.new-event__shares {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    margin-bottom: 51px;
    padding-top: 62px;
    padding-bottom: 51px;
    padding-left: 53px;
    padding-right: 63px
}

.new-event__shares-title {
    font-family: "Futura New";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #763f97;
    padding-bottom: 23px;
    border-bottom: 1px solid #869cb9;
    margin-bottom: 41px
}

.new-event__share-wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (max-width: 955px) {
    .new-event__share-wrapper-content{
        flex-direction: column;
        gap: 16px;
    }
    .new-event__checkbox-wrapper {
        width: 100%!important;
    }
    .new-event__footer {
        flex-direction: column;
        padding-left: 0px!important;
    }
    .new-event__btns {
        margin-top: 12px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .new-event__btn-preview {
        margin-left: 0px!important;
    }
    .new-event__btn-preview, .new-event__btn-public {
        padding: 21px 28px!important;
        font-size: 16px!important;
    }
    .new-event__wrapper-subtitle{
        font-size: 18px!important;
        margin-bottom: 30px!important;
    }
    .new-event__checkbox {
        font-size: 20px!important;
    }
}

.new-event__checkbox-wrapper {
    width: 50%;
    padding-left: 44px;
    text-align: left;
    position: relative
}

.new-event__checkbox-wrapper input {
    position: absolute;
    left: -99999px;
    top: -999999px;
    visibility: hidden
}

.new-event__checkbox-wrapper input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #763f97;
    left: 8px;
    top: 8px
}

.new-event__checkbox-wrapper label {
    letter-spacing: 0;
    display: block;
    font-family: "Futura New book";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #304663;
    cursor: pointer;
    max-width: 323px;
    white-space: normal
}

.new-event__checkbox-wrapper label:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #869cb9;
    left: 0;
    top: 1px
}

.new-event__checkbox-wrapper #radio-email + label {
    max-width: 308px
}

.new-event__submit {
    padding-top: 33px;
    border-top: 1px solid #763f97;
    width: 100%
}

.new-event__consent {
    position: relative;
    padding-left: 45px !important;
    margin-bottom: 37px;
    font-family: "Futura New book";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    color: #333;
    padding-left: 42px
}

.new-event__consent input {
    width: 0;
    height: 0;
    left: 0;
    visibility: hidden
}

.new-event__consent input.error-field + label:before {
    border-color: #820000
}

.new-event__consent input.error-field + label {
    color: #820000
}

.new-event__consent input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #763f97;
    border-left: 2px solid #763f97;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 8px;
    top: 1px
}

.new-event__consent label {
    line-height: 21px;
    cursor: pointer
}

.new-event__consent label:before {
    content: "";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    border: 1px solid #763f97;
    left: 0;
    top: -4px
}

.new-event__consent label.error {
    display: none !important
}

.new-event__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 54px
}

.new-event__draft {
    font-family: "Futura New book";
    padding-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #763f97;
    cursor: pointer
}

.new-event__btn-preview, .new-event__btn-public {
    padding: 28px 28px;
    text-align: center;
    background: #763f97;
    border-radius: 39px;
    border: none;
    font-family: Khabensky;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    width: 259px;
    cursor: pointer
}

.new-event__btn-preview {
    background: #869cb9;
    margin-left: 30px
}

.new-event .general-select2-container {
    background: #fff;
    border: 1px solid #869cb9;
    border-radius: 30.5px;
    border-bottom: none;
    font-family: "Futura New Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    height: auto;
    -webkit-transition: border-color .3s ease, -webkit-box-shadow .3s ease;
    transition: border-color .3s ease, -webkit-box-shadow .3s ease;
    -o-transition: border-color .3s ease, box-shadow .3s ease;
    transition: border-color .3s ease, box-shadow .3s ease;
    transition: border-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.new-event .general-select2-container .select2-selection__rendered {
    color: #333
}

.new-event .general-select2-container.error-field {
    border-color: #820000;
    -webkit-box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2);
    box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2)
}

.new-event .general-select2-container .select2-selection__arrow {
    top: 15px;
    right: 30px
}

.new-event .select2-container--open .general-select2-container.select2-selection--single {
    border-bottom-color: transparent !important;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none
}

.general-select2-dropdown {
    border: none !important;
    font-family: "Futura New Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
    border-radius: 0 0 30px 30px
}

.general-select2-dropdown .select2-results:hover {
    color: #333
}

.general-select2-dropdown .select2-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.general-select2-dropdown .select2-search__field {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 24px;
    font-family: "Futura New Book";
    font-style: normal;
    font-weight: 400;
    border-radius: 9px;
    margin-left: 29px;
    margin-right: 30px
}

.general-select2-dropdown .select2-results__options {
    max-height: 556px !important;
    border-radius: 0 0 30px 30px;
    overflow: hidden !important
}

.general-select2-dropdown .select2-results__option {
    padding: 18px 50px;
    -webkit-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
    position: relative
}

.general-select2-dropdown .select2-results__option--highlighted {
    color: #333 !important
}

.general-select2-dropdown .select2-results__option--highlighted:hover {
    color: #333 !important
}

.textarea-wrapper {
    padding: 31px 22px 31px 35px;
    background-color: #fff;
    border-radius: 30px;
    color: #333;
    border: 1px solid #869cb9;
    -webkit-transition: border-color .3s ease, -webkit-box-shadow .3s ease;
    transition: border-color .3s ease, -webkit-box-shadow .3s ease;
    -o-transition: border-color .3s ease, box-shadow .3s ease;
    transition: border-color .3s ease, box-shadow .3s ease;
    transition: border-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
    height: 210px
}

.textarea-wrapper.focused {
    -webkit-box-shadow: inset 1px 1px 11px rgba(147, 98, 177, .257922);
    box-shadow: inset 1px 1px 11px rgba(147, 98, 177, .257922);
    border: 1px solid #c567fe
}

.textarea-wrapper textarea {
    border: none;
    resize: none;
    width: 100%;
    height: 100%;
    padding-right: 15px;
    font-family: "Futura New Book";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333
}

.textarea-wrapper + .error-field {
    border-color: #820000;
    -webkit-box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2);
    box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2)
}

.select-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.select2-container {
    width: 100%;
    font-family: "Futura New Book";
    z-index: 2
}

.select2-container--default .select2-selection--single {
    height: auto;
    border-radius: 30px;
    border: 0;
    border: 1px solid #ddd;
    line-height: 61px
}

.select2-container .select2-selection--single .select2-selection__rendered {
    min-height: 62px;
    padding-left: 27px;
    padding-right: 279px;
    line-height: 61px;
    font-family: "Futura New Book";
    font-size: 20px;
    position: relative
}
@media (max-width: 767px) {
    .new-event__section .select2.select2-container .select2-selection__rendered {
        padding: 13px 20px 13px 25px;
        line-height: 150%;
        font-size: 20px;
    }
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
    font-size: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    width: 13px;
    height: 7px;
    right: 31px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 7px;
    height: 7px;
    top: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    border-right: 2px solid #763f97 !important;
    border-bottom: 2px solid #763f97 !important
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.select2-results {
    -webkit-transition: .3s ease padding 0s;
    -o-transition: .3s ease padding 0s;
    transition: .3s ease padding 0s
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fbf1ff!important;
    color: #333!important
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fbf1ff!important
}

.select2-container--open .select2-dropdown--below {
    -webkit-box-shadow: 0 9px 14px -8px #b9b9b9;
    box-shadow: 0 9px 14px -8px #b9b9b9;
    border-radius: 0 0 30px 30px;
    z-index: 2
}

.select2-container--open .select2-dropdown--below:after {
    opacity: 1;
    content: "";
    display: block;
    top: 0;
    left: 34px;
    right: 36px;
    height: 1px;
    background-color: #869cb9;
    position: absolute;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.select2-container--default .select2-results__option[aria-selected=true] {
    display: none
}

.ps--active-y {
    position: relative
}

.events-filter .select2-container--open .select2-dropdown--below {
    overflow: hidden
}

.select2-container--default .events .select2-results > .select2-results__options {
    max-height: 427px;
    overflow: hidden
}

.events .select2-results__option {
    font-size: 20px;
    line-height: 61px;
    font-family: "Futura New Book";
    font-weight: 400
}

.select-wrapper-place .select2-results__option {
    font-size: 20px;
    line-height: 61px;
    font-family: "Futura New Book";
    font-weight: 400
}

.events.select2-dropdown {
    z-index: 2;
    border: none;
    overflow: hidden
}

.events-filter .ps__thumb-y {
    background-color: #869cb9
}

.events-filter .ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    background-color: #869cb9
}

.new-event .select2-results__option {
    padding: 0 35px;
    position: relative
}

.new-event .select2-results__option::after {
    display: block;
    position: absolute;
    left: 38px;
    top: -1px;
    width: calc(100% - 38px - 28px);
    content: "";
    height: 1px;
    background-color: #e8e8e8
}

.stock-colored::before {
    display: inline-block;
    content: attr(data-text);
    margin-right: 5px;
    color: #763f97
}

.container-small:has(.new-event) {
    width: auto;
}
.new-event__preview {
    background-color: white;
    border-radius: 15px;
    max-height: 334px;
    display: none;
}
.new-event__preview-background, .new-event__preview-details {
    height: 100%;
    width: 50%;
}
.new-event__preview-background-img {
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    object-fit: cover;
    object-position: center;
}
.new-event__preview-details {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.new-event__preview-details-top {
    display: flex;
    justify-content: space-between;
}
.new-event__preview-profile {
    display: flex;
}
.new-event__preview-avatar {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-image: url("/local/templates/bfkh/components/bitrix/news.detail/event_creating_form/./assets/avatarImg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.new-event__preview-name {
    font-family: "Futura New Book";
    font-size: 16px;
    color: #F16722;
    display: flex;
    align-items: center;
    margin-left: 16px;
}
.new-event__preview-controls {
    display: flex;
    flex-wrap: wrap;
    max-width: 107px;
    color:#869CB9;
    justify-content: flex-end;
    gap: 10px;
}
.new-event__preview-controls-title {
    font-family: "Futura New Book";
    font-size: 18px;
}
.new-event__preview-title {
    font-family: "Khabensky";
    font-size: 36px;
    font-weight: 700;
    line-height: 39.2px;
    text-align: left;
    color: #763F97;
}
.new-event__preview-details-bottom {
    display: flex;
    gap: 80px;
}
.new-event__preview-occasion, .new-event__preview-target, .new-event__preview-date {
    min-width: 112px;
    display: flex;
    flex-direction: column;
    font-family: "Futura New Book";
    font-size: 18px;
    font-weight: 400;
    line-height: 21.62px;
    color:#869CB9;
    gap: 7px;
}
.new-event__preview-occasion, .new-event__preview-date .new-event__preview-subtext {
    color: #763F97;
}
.main-banner_not-content .content-main-banner__title {
    text-align: center;
}
.new-event .main-banner__banner {
    padding-bottom: 0;
}
.new-event__preview-rewrite-button {
    background-color: transparent;
    cursor: pointer;
}
.new-event__rewrite {
    display: flex;
    background-color: white;
    border-radius: 15px;
    padding-bottom: 50px;
}
.rewrite_hidden {
    display: none;
}
.preview_shown {
    display: flex;
}
.new-event__rewrite-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.new-event__rewrite-save {
    background-color: #763F97;
    border: none;
    border-radius: 30px;
    width: 220px;
    height: 60px;
    padding: 20px 32px 20px 32px;
    color: white;
    font-family: "Khabensky";
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}
.new-event__backround-item-input {
    min-width: 120px;
    height: 64px !important; 
    margin-right: 14px;
    background-color: #F7F9FE;
}
.new-event__backround-choose {
    display: flex;
    align-items: center;
}               
.new-event__rewrite-background-img {
    width: 100%;            
    border-top-left-radius: 15px;   
    border-bottom-left-radius: 15px;
}
.new-event__rewrite-right {
    padding: 50px;
    padding-bottom: 0px;
    width: 50%;
}
.new-event__rewrite .global-field {
    padding: 12px 34px;
}
.new-event__rewrite .select2-container .select2-selection--single .select2-selection__rendered {
    min-height: auto;
}
.new-event__rewrite-row {
    display: flex;
    align-items: center;
    padding-bottom: 32px;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
}
.new-event__rewrite-row .new-event__section {
    margin-bottom: 0;
}
.new-event__rewrite .select2-selection__arrow {
    right: 10px !important;
}
.new-event__rewrite .select2-selection__rendered {
    padding: 9px 25px 11px 30px !important;
}
.new-event__preview-background-img {
    height:334px;
}
@media (max-width: 1140px) {
    .new-event__preview-details {
        padding: 20px;
    }
    .new-event__preview-details-bottom {
        margin-top: 70px;
        gap: 0px;
        justify-content: space-between;
    }
    .new-event__rewrite-right {
        padding: 30px;
        padding-bottom: 0px;
    }
    .new-event__section--background {
        padding: 0 63px 0 30px;
    }
}
@media (max-width: 1000px) {
    .new-event__preview {
        flex-direction: column;
        max-height: fit-content;
    }
    .new-event__preview-background, .new-event__preview-details {
        width: auto;
    }
    .new-event__preview-background-img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px;
    }
    .new-event__preview-background-img {
        height: auto;
    }
    .new-event__preview-details-bottom {
        margin-top: 40px;
    }
    .new-event__inner {
        margin: 0;
    }
    .new-event__rewrite-left {
        width: 100%;
    }
    .new-event__rewrite-background-img {
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
    }
    .new-event__section--sum {
        margin-bottom: 0;
    }
    .new-event__rewrite-right {
        padding-bottom: 20px;
        width: 100%;
    }
    .new-event__rewrite {
        padding-bottom: 80px;
        position: relative;
        flex-direction: column;
    }
    .new-event__rewrite-save {
        position: absolute;
        bottom: 25px;
    }
    .new-event__rewrite-row {
        align-items: flex-start;
    }
    .new-event__rewrite-row .new-event__section:nth-child(2) {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .new-event__rewrite-row .new-event__section:nth-child(2) {
        width: 100%;
    }
    .new-event__inner {
        margin: 0;
    }
    .new-event__preview-title {
        font-size: 24px;
        line-height: 28.8px;
    }
    .new-event__preview-details-bottom {
        margin-top: 20px;
    }
    .new-event__rewrite-save {
        width: 200px;
        height: 50px;
        padding: 14px 32px 20px 32px;
    }
    .new-event__rewrite .global-field {
        padding: 6px 18px;
    }
    .new-event__date-field {
        width: 100%;
    }
    .new-event__date-label {
        width: 284px;
    } 
    .new-event__rewrite-right .select2-selection__rendered {
        line-height: 23px !important;
        padding: 5px 32px 8px 19px !important;
    }
    .new-event__section--background {
        padding: 0 63px 0 30px;
    }
    .new-event__certificate-logo-container {
        transform: scale(1.3);
        transform-origin: left;
    }
    .new-event__certificate-asset2 {
        transform:translate(-20px, 80px) scale(2);
        left: -60px;
    }
}
@media (max-width: 600px) {
    .new-event__preview-details-bottom {
        gap: 20px;
        flex-direction: column;
    }
    .new-event__preview-occasion, .new-event__preview-target, .new-event__preview-date {
        flex-direction: row;
        gap: 10px;
    }
    .new-event__preview-controls-title {
        font-size: 14px;
    }
    .new-event__preview-profile {
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .new-event__preview-avatar {
        width: 44px;
        height: 44px;
    }
    .new-event__preview-occasion, .new-event__preview-target, .new-event__preview-date {
        font-size: 15px;
    }
    .new-event__rewrite-row {
        flex-direction: column;
        gap: 32px;
    }
    .new-event__rewrite-right {
        padding: 15px;
        padding-top: 0px;
    }
    .new-event__section--background {
        padding: 0 51px 0 15px;
    }
    .new-event__preview-name {
        margin-left: 0;
    }
}

@media (max-width: 450px) {
    .new-event__date-label {
        width: 266px;
    } 

    .new-event__date-field {
        min-width: 266px;
    }

    .container:has(.new-event) ~ .ui-datepicker {
        width: 266px !important;
    } 
}

.new-event__certificate {
    min-height: 660px;
    max-width: 842px;
    margin: 0 auto;
    /* background: url("/local/templates/bfkh/components/bitrix/news.detail/event_creating_form/./assets/cert.svg"); */
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 32px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.new-event__certificate-asset {
    position: absolute;
    z-index: 0;
}

.new-event__certificate-asset1 {
    bottom:0;
    left:0;
}

.new-event__certificate-asset2 {
    top: 80px;
    left: 0
}

.new-event__certificate-asset3 {
    right:0;
    bottom:0;
}

.new-event__certificate-asset4 {
    top:-30px;
    right: -30px;
}

.new-event__certificate-asset5 {
    top: 30px;
    right:0;
    transform: translateX(50%)
}

.new-event__certificate-asset6 {
    bottom: -16px;
    left: -16px;
}

.new-event__certificate-asset7 {
    top:0;
    right:0;
}

.new-event__certificate-header {
    padding: 20px 20px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-event__certificate-logo-container {
    display: flex;
    align-items: center;
    gap: 8.5px;
}
.new-event__certificate-logo-title {
    width: 97.5px;
    height: 34.5px;
    font-family: "Khabensky";
    font-size: 16px;
    line-height: 15.9px;
    color: #653C7E;
    font-weight: bold;
}
.new-event__certificate-header-title {
    font-family: "Khabensky";
    font-size: 19px;
    line-height: 90%;
    color: #653C7E;
    font-weight: bold;
    position: relative;
    z-index: 2;
    padding-right: 20px;
}

.new-event__certificate-title {
    margin: 66px 0 35px 0;
    color: #653C7E;
    text-align: center;
    padding: 0;
    font-family: "Khabensky";
    font-size: 45px;
    font-weight: bold;
}
.new-event__certificate-title span {
    color: #FFCA63;
    position: relative;
    margin-right: 40px;
    margin-left: 30px;
}
.new-event__certificate-title span::after {
    content: "";
    display: block;
    background-image: url("/local/templates/bfkh/components/bitrix/news.detail/event_creating_form/./assets/asset2.svg");
    left: -53px;
    top: -23px;
    position: absolute;
    width: 230px;
    height: 110px;
    background-position: center;
    background-repeat: no-repeat;
}
.new-event__certificate-content {
    color: #653C7E;
    display: flex;
    padding: 0 36px;
    gap: 26px;
    position: relative;
    z-index: 100;
}
.new-event__certificate-form {
    width: 47%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.new-event__certificate-group {
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.new-event__certificate-group-date {
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.new-event__certificate-field-title {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400 !important;
}
.new-event__certificate-congratulation {
    position: relative;
    margin-bottom: 20px;
}

.new-event__certificate-congratulation-asset {
    margin-top:5px;
}

.new-event__certificate-subtitle {
    font-family: "Khabensky";
    font-size: 18px;
    font-weight: bold;
}

.new-event__certificate-subtitle--accent {
    font-size: 18px
}
.new-event__certificate-field {
    width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #653C7E;
    padding-bottom: 1px;
    font-family: "Khabensky";
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px; 
    color: #869CB9;
}

.new-event__certificate-field--mt {
    transform: translateY(2px);
}
.new-event__certificate-group-date .new-event__certificate-field {
    margin-top: 0px;
    width: 128px;
}
.new-event__certificate-group .new-event__certificate-field {
    flex-grow: 1;
    margin-top: 0px;
}
.new-event__certificate-group .new-event__certificate-subtitle {
    min-width: 70px;
    margin-right: 15px;
}
.new-event__certificate-description {
    width: 53%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 15px;
    border: 1px solid #FFCA63;
    border-radius: 8px;
    position: relative;
}
.new-event__certificate-description-p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
}
.new-event__certificate-description-p span {
    font-family: "Khabensky";
}
.new-event__certificate_show {
    margin-top: 32px; 
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.new-event__certificate_show-href-button {
    border: none;
    background-color: transparent;
    font-family: "Futura New Book";
    font-size: 30px;
    font-weight: 400;
    line-height: 36.03px;
    text-align: left;
    color: #763F97;
    max-width: fit-content;
    cursor: pointer;
    border-bottom: 2px solid #763F97;
}
.new-event__certificate_show span {
    font-family: "Futura New Book";
    font-size: 20px;
    font-weight: 400;
    line-height: 24.02px;
    text-align: left;
    color: #869CB9;
}
.new-event__certificate_show .new-event__certificate_show-href {
    font-family: "Futura New Book";
    font-size: 30px;
    font-weight: 400;
    line-height: 36.03px;
    text-align: left;
    max-width: fit-content;
    color: #763F97;
}
.new-event__certificate-description-p svg {
    display: inline-block;
    margin-right: 5px;
}
.new-event__certificate-school-input-container {
    position: relative;
    width: 100%;
    height: 65px;
}
.new-event__certificate-school-input {
    font-family: "Khabensky";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
    z-index: 2;
    resize: none; 
    overflow: hidden; 
    font-size: 18px;
    line-height: 33px;
    font-weight: bold;
    margin-top: 3px;
    color: #869CB9;
    hyphens: auto;
}
.new-event__certificate-school-input-mask {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.new-event__certificate-school-input-line {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: black;
    border-bottom: 1px solid #653C7E;
}
#school-error {
    display: none !important;
}

@media (max-width: 1000px) {
    .new-event__certificate::after {
        left: 196px;
    }
}
@media (max-width: 850px) {
    .new-event__certificate::after {
        left: 166px;
    }
}
@media (max-width: 768px) {
    .new-event__certificate {
        padding-bottom: 97px;
    }
    .new-event__certificate-form, .new-event__certificate-description {
        width: 100%;
    }
    .new-event__certificate-title {
        width: fit-content;
        display: flex;
        flex-direction: column;
        gap: 26px;
        margin-left: auto;
        margin-bottom: 45px;
        margin-right: auto;
        font-size: 56px;
    }
    .new-event__certificate-congratulation {
        margin-bottom: 50px;
    }
    .new-event__certificate-content {
        gap: 36px;
        flex-direction: column;
        align-items: center;
    }
    .new-event__certificate-title span {
        margin-left: 50px;
    }
    .new-event__certificate-title span::after {
        background-image: url("/local/templates/bfkh/components/bitrix/news.detail/event_creating_form/./assets/asset6.svg");
        left: -48px;
        top: -32px;
    }
    .new-event__certificate::after {
        left: auto;
        transform: rotate(-90deg);
        bottom: auto;
        top: 648px;
        right: -52.5px;
    }
    .new-event__certificate-header {
        margin-bottom: 85px;
    }
    .new-event__certificate-header-title{
        font-size: 30px;
        padding-right:0;
    }
    .new-event__certificate-asset7 {
        transform: scale(1.25);
        transform-origin: top right;
        top: -25px;
    }
    .new-event__certificate-title span::after {
        left:-10px;
        transform: scale(1.3);
        transform-origin: left top;
    }
    .new-event__certificate-field-title {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .new-event__certificate-subtitle--accent{
        font-size: 26px;
    }
    .new-event__certificate-group .new-event__certificate-subtitle {
        min-width: 110px;
    }
    .new-event__certificate-congratulation {
        margin-bottom:0;
    }
    .new-event__certificate-description-p {
        font-size: 20px;
    }
    .new-event__certificate-asset1, .new-event__certificate-asset3 {
        display: none;
    }
}

@media (max-width: 550px) {
    .new-event__certificate-logo-container {
        transform: none;
    }
    .new-event__certificate-header-title {
        font-size: 19px;
    }
    .new-event__certificate-asset7 {
        transform: none;
        top: -15px;
    }
    .new-event__certificate-header {
        position: relative;
        z-index:9999;
    }
    .new-event__certificate-title {
        position: relative;
        z-index:9999;
        font-size: 28px;
    }
    .new-event__certificate-content {
        padding: 0 16px;
    }
    .new-event__certificate-header-title {
        text-align: right;
        font-size: 16px;
    }
    .new-event__certificate-title span::after {
        transform: scale(0.7);
        left: -32px;
        top: -20px;
    }
    .new-event__certificate-field-title {
        font-size: 12px;
    }
    .new-event__certificate-subtitle--accent{
        font-size: 14px;
    }
    .new-event__certificate-description-p {
        font-size: 14px;
        line-height: 130%;
    }
    .new-event__certificate {
        padding-bottom: 40px;
    }
    .new-event__certificate-group .new-event__certificate-subtitle {
        min-width: 70px;
        margin-right: 15px;
    }
}

@media (max-width: 450px) {
    .new-event__certificate-field, .new-event__certificate-subtitle, .new-event__certificate-school-input {
        font-size: 16px;
    }
    .new-event__certificate-group .new-event__certificate-subtitle {
        margin-right: 5px;
    }
    .new-event__certificate-congratulation::after {
        transform: scale(0.9);
        left: -15px;
    }
}

@media (max-width: 380px) {
    .new-event__certificate-congratulation::after {
        top: 41px;
    }
}

.new-event__certificate-form-item .error-field {
    border-color: #820000;
    -webkit-box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2);
    box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2);
}

.new-event__certificate-form-item .error-field + label {
    display: none !important;
}

.new-event__certificate-group-date:has(.error-field) label {
    display: none !important;
}

.new-event__certificate-school-input-container:has(.error-field) {
    border-color: #820000;
    -webkit-box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2);
    box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2);
}

.new-event__certificate-school-input-container:has(.error-field) .new-event__certificate-school-input-line {
    border-color: #820000;
}

.new-event__rewrite-right .select2-selection .error-field {
    border-color: #820000 !important;
    -webkit-box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2);
    box-shadow: inset 1px 1px 11px rgba(130, 0, 0, .2);
}
/* End */
/* /local/templates/bfkh/components/bitrix/news.detail/event_creating_form/style.css?175753847551693 */
