/* NOTE begin Contact Form */

.dialog-cf .title-vivesti__insert {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #2660FF !important;
    color: #FFFFFF !important;
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0px solid transparent !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.content-form__item input,
.content-form__item textarea {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #333333;
    font-size: 16px;
    font-family: var(--font-family);
    color: #000;
    box-sizing: border-box;
    resize: none;
    background: #fff;
    border-radius: 10px;
}

.content-form__item textarea {
    height: 80px;
    padding-top: 15px;
}


.content-form__item {
    margin-bottom: 8px;
}

.content-form__notice-messages {
    margin-bottom: 8px;
}

.artplus-captcha,
.artplus-recaptcha {
    margin-bottom: 8px;
}

.content-form__item-submit-btn .content-form__submit-inner {
    position: relative;
    width: 220px;
    height: 40px;
    padding: 0;
    border: 0;
    background-color: #2660FF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--font-family);
    cursor: pointer;
    color: #fff;
}

.content-form__item-submit-btn .content-form__submit-inner:hover {
    opacity: 0.8;
}

.wrap-form ::placeholder,
.wrap-form ::placeholder {
    color: #626262;
}

.wrap-form ::-webkit-input-placeholder,
.wrap-form ::-webkit-input-placeholder {
    color: #626262;
}

.wrap-form ::-moz-placeholder,
.wrap-form ::-moz-placeholder {
    color: #626262;
}

.wrap-form :-ms-input-placeholder,
.wrap-form :-ms-input-placeholder {
    color: #626262;
}

.wrap-form .has-error input,
.wrap-form .has-error textarea {
    border-color: #c70000;
}

.has-error .content-form__options--checkbox label {
    border: 1px solid #c70000;
}

.content-form__notice-line {
    color: #c70000;
}

.wrap-form [data-artplus-registration-resend] {
    color: var(--color-3-link);
    cursor: pointer;
}

.wrap-form [data-artplus-registration-resend]:hover {
    text-decoration: underline;
}

.content-form__submit-inner .content-form__submit-text {
    transition: opacity 0.2s ease;
}

.content-form__submit-inner::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -11px 0 0 -11px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
}

.content-form__submit-inner.is-loading {
    pointer-events: none;
}

.content-form__submit-inner.is-loading .content-form__submit-text {
    opacity: 0;
}

.content-form__submit-inner.is-loading::after {
    opacity: 1;
    animation: content-form-submit-loading 0.7s linear infinite;
}

@keyframes content-form-submit-loading {
    to {
        transform: rotate(360deg);
    }
}

.content-form__password-control {
    position: relative;
}

.content-form__password-control .content-form__input {
    padding-right: 52px;
}

.content-form__password-control input::-ms-reveal,
.content-form__password-control input::-ms-clear {
    display: none;
}

.content-form__password-toggle {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: flex;
    width: 50px;
    height: 100%;
    min-height: 44px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0 10px 10px 0;
    background: transparent;
    color: #626262;
    cursor: pointer;
}

.content-form__password-toggle:hover {
    color: #000;
}

.content-form__password-toggle:focus-visible {
    outline: 2px solid #2660ff;
    outline-offset: -4px;
}

.content-form__password-icon {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.content-form__password-icon-slash {
    opacity: 0;
}

.content-form__password-toggle[aria-pressed="true"] .content-form__password-icon-slash {
    opacity: 1;
}

/* NOTE End Contact Form */

/* NOTE begin согласие  */

.content-form__item.agree label input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.content-form__item.agree label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
    line-height: normal;
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}

.content-form__item.agree label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 15px;
    aspect-ratio: 1;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #dcdcdc;
    transition: background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.content-form__item.agree label:has(input:checked):before {
    background-color: var(--color-1);
    border-color: var(--color-1);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}

.content-form__item.agree label:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 4px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transform: translateY(-65%) rotate(45deg) scale(0.65);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.content-form__item.agree label:has(input:checked):after {
    opacity: 1;
    transform: translateY(-65%) rotate(45deg) scale(1);
}

.content-form__item.agree a {
    text-decoration: none;
}

.content-form__item.agree a:hover {
    text-decoration: underline;
}

.wrap-form .content-form__auxiliary-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    margin: 0;
}



/* NOTE end согласие */

/* NOTE begin загрузка файлов  */



.wrap-form .content-form__file-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap-form .content-form__file-select {
    cursor: pointer;
}

.wrap-form .content-form__file-input {
    display: none;
}

.wrap-form .content-form__file-progress {
    margin-top: 10px;
}

.wrap-form .content-form__file-progress[hidden],
.wrap-form .content-form__file-error[hidden] {
    display: none;
}

.wrap-form .content-form__file-progress-track {
    width: 100%;
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: #e4e4e4;
}

.wrap-form .content-form__file-progress-bar {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #2660ff;
    transition: width 0.15s linear;
}

.wrap-form .content-form__file-progress-text,
.wrap-form .content-form__file-count {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.4;
}

.wrap-form .content-form__file-header .content-form__file-count {
    flex: 0 0 auto;
    margin-top: 0;
    text-align: right;
}

.wrap-form .content-form__file-list {
    display: grid;
    gap: 8px;
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.wrap-form .content-form__file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.wrap-form .content-form__file-item.is-deleting {
    opacity: 0.55;
    pointer-events: none;
}

.wrap-form .content-form__file-details {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.wrap-form .content-form__file-name {
    overflow-wrap: anywhere;
}

.wrap-form .content-form__file-remove {
    flex: 0 0 auto;
    font-size: 22px;
    line-height: 1;
    color: inherit;
    cursor: pointer;
    user-select: none;
}

.wrap-form .content-form__file-error {
    margin-top: 8px;
    color: #b32d2e;
    font-size: 13px;
    line-height: 1.4;
}

/* NOTE end загрузка файлов */

/* NOTE begin mfp lightbox для текста ответа во всплывающем окне после отправки формы*/


.spasibo {
    max-width: 320px;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #333333;
    font-weight: 500;
}

.spasibo .popup-box {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.spasibo .popup-title {
    font-size: 40px;
    padding-top: 20px;
}

.spasibo .popup-subtitle {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.popup-fancybox-close {
    border-radius: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--color-1);
    color: #fff;
    width: 200px;
    height: 50px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
}

.popup-fancybox-close:hover {
    opacity: 0.8;
}


.popup-img {
    border-radius: 80px;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color-1);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-img::before {
    content: "";
    width: 22px;
    height: 40px;
    margin-top: -8px;
    border-right: 7px solid currentColor;
    border-bottom: 7px solid currentColor;
    border-radius: 2px;
    transform: rotate(45deg);
}

.vhod-reg-pop-up .artplus-tabs__tab {
    background-color: transparent;
    border: 0px solid var(--color-1);
    border-bottom: 2px solid transparent;
    font-weight: 700;
    font-size: 1.4em;
    position: relative;
}

.vhod-reg-pop-up .artplus-tabs__tab.is-active,
.vhod-reg-pop-up .artplus-tabs__tab:hover {
    background-color: transparent;
    border: 0px solid var(--color-1);
    border-bottom: 2px solid var(--color-1);
}

.vhod-reg-pop-up .artplus-tabs__list {
    position: relative;
}

.vhod-reg-pop-up .artplus-tabs__list:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
    content: "";
    left: 0;
    bottom: 0;
}

.vhod-reg-pop-up .content-form__item-submit-btn .content-form__submit-inner {
    width: 100%;
}

/* NOTE begin 500px*/
@media screen and (max-width:500px) {}

/* NOTE end 500px*/
