@-webkit-keyframes spinner-rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spinner-rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}


.aw-btn__oneclick {
	max-width: 300px;
	margin: 10px auto;
}
.aw-modal {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.aw-modal.active {
    display: flex;
}
.aw-modal.active::before {
	content: '';
	display: block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
}

.aw-modal.loading .aw-modal__window::before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 140px;
	height: 140px;
    background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z" fill="%23AC0B19"/%3E%3C/svg%3E');
    background-position: center;
    background-repeat: no-repeat;
	background-size: 100px;
    animation: spinner-rotation 1250ms infinite linear;
}

.aw-modal__window {
	position: relative;
	z-index: 2;
    width: 500px;
	max-width: 100%;
	background: #fff;
	border-radius: 10px;
}
.aw-modal__form,
.aw-modal__message {
	display: none;
	padding: 20px;
	position: relative;
}
.aw-modal__form.active,
.aw-modal__message.active {
	display: block;
}

.aw-form__header {
    color: var(--main-red);
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    line-height: 1.5em;
}
.aw-form__header span::before {
	content: '«';
}
.aw-form__header span::after {
	content: '»';
}
.aw-form__message {
    margin: 20px 0;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 400;
}

.aw-form__row {
    padding: 10px 0;
}
.aw-form__group {
	display: flex;
    flex-direction: column;
    gap: 8px;
}
.aw-form__label {
	font-size: 18px;
}
.aw-form__label-required::after {
	content: ' *';
	color: var(--main-red);
	font-weight: 600;
}
.aw-form__input {
    padding: 8px 14px;
    border: 1px solid #9b9b9b;
    border-radius: 100px;
    font-size: 16px;
}
.aw-form__button {
    width: 100%;
    height: 45px;
	border: 1px solid var(--main-red);
    border-radius: 100px;
    color: #fff;
    background-color: var(--main-red);
    text-transform: uppercase;
}
.aw-form__button:hover {
	cursor: pointer;
    background-color: #3E3E3E;
	border: 1px solid #3E3E3E;
}

.aw-form__button.aw-form__button-light {
	border: 1px solid #3E3E3E;
	color: #3E3E3E;
	background-color: #fff;
}

.aw-form__button.aw-form__button-light:hover {
	border: 1px solid var(--main-red);
	color: var(--main-red);
	background-color: #fff;
}


.aw-form__legend {
	font-size: 15px;
	line-height: 1.4em;
}
.aw-form__legend a {
	color: var(--main-red);
	text-decoration: underline;
}
.aw-form__legend a:hover {
	text-decoration: none;
}


.aw-modal__form.loading::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
	background-color: rgba(255, 255, 255, 0.3);
}

.aw-modal__form.loading::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z" fill="%23AC0B19"/%3E%3C/svg%3E');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px;
    animation: spinner-rotation 1250ms infinite linear;
    z-index: 2;
}