

/* Start:/local/components/custom/abonement.get/templates/trial/style.css?177566157319977*/
.fieldhidden {
    display: none;
}
.loader-circle {
    width: 16px;
    height: 16px;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    position: relative;
    animation: pulse 1s linear infinite;
    margin:auto;
}
.loader-circle:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid currentColor;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: scaleUp 1s linear infinite;
}

@keyframes scaleUp {
    0% { transform: translate(-50%, -50%) scale(0) }
    60% , 100% { transform: translate(-50%, -50%)  scale(1)}
}
@keyframes pulse {
    0% , 60% , 100%{ transform:  scale(1) }
    80% { transform:  scale(1.2)}
}
.input-radio-btn+label {
    display: flex;
    align-items: center;
    user-select: none;
    flex-direction: row;
    line-height: 20px;
}
/* создание в label псевдоэлемента  before со следующими стилями */
.input-radio-btn+label::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    cursor: pointer;
    background: white;
    border-radius: 5px;
    border:solid 2px black;
    transition: background-color .15s ease 0s, border-color .15s ease 0s;
}
/* стили при наведении курсора на радио */
.input-radio-btn:not(:disabled):not(:checked)+label:hover::before {
    border-color: black;
}
/* стили для активной радиокнопки (при нажатии на неё) */
.input-radio-btn:not(:disabled):active+label::before {
    background-color: black;
    border-color: black;
}
/* стили для радиокнопки, находящейся в фокусе */
.input-radio-btn:focus+label::before {
    box-shadow: 0 0 0 1px #A4A4A4;
}
/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.input-radio-btn:focus:not(:checked)+label::before {
    border-color: black;
}
/* стили для радиокнопки, находящейся в состоянии checked */
.input-radio-btn:checked+label::before {
    border:solid 2px white;
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
}

h1.subscription__title {
    font-weight: 800;
    font-size: 48px;
    line-height: 1.4em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 32px;
}
.subscription__desc {
    font-weight: 300;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 32px;
}
.subscription__label-item {
    width: max-content;
    background: #F5F5F4;
    border-radius: 8px;
    padding: 16px 19px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    margin: 8px 16px 8px 0;
}
.subscription__label-item:first-child{
    margin-left: 0;
}
.subscription__label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.subscription__label-prices-block {
    margin-bottom: 32px;
}
.subscription__subheading {
    font-size: 24px;
    line-height: 18px;
    margin-bottom: 23px;
}
li.subscription__include-item {
    background-image: url('/local/templates/spiritfit-v3/img/icons/abonement-check-mark.svg');
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    margin: 15px 0;
    padding-left: 30px;
}
li.subscription__include-item.percent{
    background-image: url('/local/templates/spiritfit-v3/img/icons/percent.png');
}
.subscription-form {
    width: 533px;
    background: black;
    padding: 45px;
    color:white;
    position: relative;
}
.subscription-page {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.subscription-info {
    width: 50%;
    padding: 15px;
}
span.checkbox__label {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    opacity: 0.5;
}
span.checkbox__label a{
    text-decoration: underline;
}
.get-abonement__form-row-container{
    margin:16px 0;
}
.get-abonement__form-row.text,
.get-abonement__form-row.tel,
.get-abonement__form-row.email{
    background: #232323;
    border-radius: 8px;
    position: relative;
    /*padding: 8px 16px;*/
    height: 48px;
}
.get-abonement__form-row.text span.placeholder ,
.get-abonement__form-row.tel span.placeholder ,
.get-abonement__form-row.email span.placeholder {
    position: absolute;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    opacity: 0.5;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-weight: 300;
    transition: 0.3s;
}
.get-abonement__form-row input:not(.select2-search__field) {
    border-bottom: none;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 16px;
    padding-top: 20px;
}
.get-abonement__form-row input:not(:placeholder-shown) ~ .placeholder,
.get-abonement__form-row input:focus ~ .placeholder,
.get-abonement__form-row input:hover ~ .placeholder,
.placeholder:hover{
    font-size: 14px!important;
    line-height: 18px!important;
    transform: translateY(-110%)!important;

}
.get-abonement__form-row input:placeholder-shown ~ .placeholder{
    font-size: 16px;
    line-height: 24px;
}
.get-abonement__form-row .suggestions-suggestions {
    background: #232323;
    border-radius: 8px;
    top: 54px;
}
.get-abonement__form-row .suggestions-suggestion:first-child {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.get-abonement__form-row .suggestions-suggestion:last-child {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.row-button {
    position: absolute;
    height: 100%;
    border-radius: 8px;
    right: 0;
    background: #F5F5F4;
    border: none;
    padding: 15px;
    cursor: pointer;
    text-transform: lowercase;
    font-size: 16px;
}
.get-abonement__bottom {
    margin-top: 26px;
}
.subscription-total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    align-items: center;
}
.subscription__total-value{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
}
.subscription__total-value-old {
    text-decoration-line: line-through;
    display: inline-block;
    color: #FFFFFF;
    opacity: 0.5;
}
span.current_price {
    font-size: 32px;
    line-height: 36px;
}
.subscription__total-subtext {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.5;
    padding: 10px;
    margin-top: 10px;
}

/*AUTOFILL*/
.get-abonement__form-row input:-webkit-autofill,
.get-abonement__form-row input:-webkit-autofill:hover,
.get-abonement__form-row input:-webkit-autofill:focus,
.get-abonement__form-row input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #232323 inset !important;
    -webkit-text-fill-color: white !important;
}
/*AUTOFILL*/


@media screen and (max-width: 1024px) {
    .subscription-page {
        display: flex;
        flex-direction: column;
    }
    .subscription-info {
        width: 100%;
    }
    .subscription-form {
        margin-top: 50px;
    }
    footer.b-footer{
        margin-top: 0!important;
    }
}

@media screen and (max-width: 768px) {
    .subscription-form {
        width: 100%;
    }
}
@media screen and (max-width: 525px) {
    .subscription-form {
        margin-right: -24px;
        margin-left: -24px;
        width: 100vw;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 24px;
    }
    h1.subscription__title {
        font-size: 24px;
        line-height: 28px;
    }
    .subscription__desc {
        font-weight: 300;
        font-size: 16px;
        line-height: 24px;
    }
    .subscription__label {
        flex-direction: column;
    }
    .subscription__label-item {
        margin: 6px 0;
        width: 100%;
        text-align: center;
    }
    .subscription__subheading {
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 480px) {
    .subscription-form{
        margin-right: -12px;
        margin-left: -12px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 12px;
    }
    .white-checkbox .checkbox__checkmark, .black-checkbox .checkbox__checkmark{
        margin-right: 25px!important;
    }
}
@media screen and (max-width: 425px) {
    .subscription-total {
        font-size: 14px;
        line-height: 18px;
    }
    .subscription__total-value {
        font-size: 20px;
        line-height: 24px;
    }
    span.current_price {
        font-size: 24px;
        line-height: 18px;
    }
    .legalinfo__text {
        width: calc(100vw - 48px)!important;
        height: 60%!important;
    }
    .legalinfo__btn {
        margin-top: 30px;
    }
    input#legalinfo-submit {
        width: 100%;
    }
}


.legalinfo__text {
    width: 1024px;
    height: 60vh;
    overflow: auto;
    font-weight: 300;
    padding-right: 10px;
    margin-bottom: 38px;
}
.legalinfo__text::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.legalinfo__text::-webkit-scrollbar-thumb {
    background-image: linear-gradient(135deg, #E23834 3.26%, #8428DD 98.07%);
    border-radius: 8px;
}
.legalinfo__text::-webkit-scrollbar-track {
    background: #F5F5F4;
}
.legalinfo__btn {
    text-align: center;
}

#get-abonement__form .escapingBallG-animation.active {
    transform: translateY(-45px);
}
.get-abonement__form-row.error {
    border: 2px solid #E43932;
    border-radius: 8px;
}
.get-abonement__form-row.checkbox.error{
    border: none;
}
span.field-error {
    font-size: 12px;
    line-height: 16px;
    color: #E43932;
}

input.sms-code__input-container {
    border: none;
    background: #232323;
    font-size: 24px;
    width: 50px;
    margin: 0 10px;
    padding: 15px;
    border-radius: 8px;
    color: white;
    text-align: center;
}
.sms-code {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.sms-code-sent__tel {
    font-size: 24px;
}
button#resend-btn,
button#reload-form{
    background: none;
    border: none;
    color: white;
    opacity: 0.5;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}
button#reload-form {
    font-size: 12px;
    display: block;
    margin: 10px auto;
}
@media screen and (max-width: 1180px) {
    .legalinfo__text{
        width: 90vw;
    }
}
@media screen and (max-width: 800px) {
    .legalinfo__text {
        width: calc(100vw - 100px);
    }
}
@media screen and (max-width: 768px){
    #modal_legalinfo .popup__modal{
        max-height: unset;
        height: 100vh;
    }
    .legalinfo__text{
        height: 65vh;
    }
}
#modal_legalinfo  .popup__modal-content {
    height: 100%;
}

.select2-container--default.select2-container--disabled .select2-selection--single{
    background-color: unset!important;
}
li.subscription__gift-item {
    font-weight: 300;
    margin: 12px 0;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
h1.subscription__title b {
    background: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.4em;
    display: inline-block;
}

iframe#doc-item {
    width: 1440px;
    height: 1000px;
}
#modal__doc .popup__modal{
    padding: 50px 0 0!important;
}
#modal__doc .modal__closer{
    top: 15px!important;
    right: 15px!important;
}

@media screen and (max-width: 1560px) {
    iframe#doc-item {
        width: 1024px;
        height: 85vh;
    }

}
@media screen and (max-width: 1140px) {
    iframe#doc-item {
        max-height: calc(95vh - 100px);
        max-width: calc(95vw - 80px);
    }
}
@media screen and (max-width: 425px) {
    iframe#doc-item {
        max-height: unset;
        max-width: unset;
        height: calc(97vh - 62px);
        width: calc(100vw - 24px);
    }
    #modal__doc{
        height: 97vh!important;
        max-height: 100vh!important;
        width: 100vw!important;
        padding: 50px 12px 12px!important;
    }
}

@media screen and (max-width: 525px){
    .button-container {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        background: white;
        background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    }
    input#get-abonement-btn {
        background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
        width: 100%;
        margin-top: 0 !important;
    }
}

.personal-workout__popup {
    max-width: 620px;
}
.popup__modal-info-text {
    font-weight: 300;
    line-height: 24px;
    font-size: 16px;
}
h3.personal-workout__form-section-title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.personal-workout__form-field {
    margin-top: 16px;
}
.personal-workout__form-section.timetable {
    margin: 10px 0px !important;
}
.personal-workout__form-section {
    position: relative;
    margin: 16px 0px;
}
.personal-workout__form-field {
    display: flex;
    align-items: center;
}
.personal-switch__radio-item {
    margin-left: 12px;
}
.personal-switch__radio-item:first-child {
    margin-left: 0;
}
.personal-workout__slots {
    margin-top: 16px;
}
label.datetime-item.day {
    width: 10%;
    display: inline-flex;
    text-align: center;
    flex: 0 0 10%;
    flex-direction: column;
    align-items: center;
    height: 60px;
    background: #f0f0f0;
    margin: 0 4px;
    border-radius: 10px;
    justify-content: center;
    cursor: pointer;
}
.personal-workout-datetime-slot:checked+label.day {
    background: linear-gradient(180deg,#e43932 22.06%,#7827f6 100%) !important;
    -webkit-background-clip:unset !important;
    -webkit-text-fill-color: inherit !important;
    color: white !important;
}
.personal-workout-datetime-slot+label.day {
    color: black !important;
}
.personal-workout-datetime-slot{
    position: absolute;
    height: 0;
    width: 0;
    top: auto;
    left: auto;
}
/* .datetime-item span.personal-workout-day-item__week {
    background: linear-gradient(90deg, #e23834 3.26%, #7a27f1 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.datetime-item span.personal-workout-day-item__day {
    background: linear-gradient(90deg, #e23834 3.26%, #7a27f1 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */
span.personal-workout-day-item__week {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
}
span.personal-workout-day-item__day {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.personal-workout-slot__controllers {
    display: flex;
    align-items: center;
    margin-top: 16px;
    justify-content: space-between;
}
.personal-workout-date__controllers {
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
}
.personal-workout-date__controller {
    width: 20px;
    height: 30px;
    cursor: pointer;
    position: relative;
}
.personal-workout-date__controller.left:before {
    content: '';
    transform: rotate(-45deg);
    top: 9px;
    height: 2px;
    width: 16px;
    background-color: white;
    position: absolute;
    left: 0;
}
.personal-workout-date__controller.left:after {
    content: '';
    transform: rotate(45deg);
    left: 0;
    bottom: 9px;
    height: 2px;
    width: 16px;
    background-color: white;
    position: absolute;
}
.personal-workout-date__controller.right:before {
    content: '';
    transform: rotate(-135deg);
    top: 9px;
    height: 2px;
    width: 16px;
    background-color: white;
    position: absolute;
    right: 0;
}
.personal-workout-date__controller.right:after {
    content: '';
    transform: rotate(135deg);
    right: 0;
    bottom: 9px;
    height: 2px;
    width: 16px;
    background-color: white;
    position: absolute;
}
.personal-workout__date-slots {
    overflow-x: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    position: relative;
    margin-top: 10px;
    z-index: 100;
}
.personal-workout__time-slots {
    padding: 24px 0;
    position: relative;
}
.popup__modal-btn {
    margin-top: 22px;
}
.popup__modal-btn .button{
    width: 100%;
}
.personal-workout__info {
    margin-top: 22px;
}
span.personal-workout__field-name {
    font-size: 14px;
    color: #A4A4A4;
    line-height: 18px;
}
span.personal-workout__field-value {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
}
.personal-workout__field-row {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.personal-workout__field-row.half-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}
.personal-workout__field-row .personal-workout__field-row{
    margin-top: 0;
}
.personal-workout__actions {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
    grid-gap: 16px;
}
button.personal-action__btn {
    border: none;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
label.datetime-item.time {
    background: #f0f0f0;
    border-radius: 5.7px;
    padding: 12px 5px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    color:black;
}
.personal-wrokout-times-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
    margin-top: 16px;
}
.personal-workout__timetable-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}
.personal-workout__workspace h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.personal-workout-datetime-slot:checked+label.time {
    background: linear-gradient(270deg,#e43932 22.06%,#7827f6 100%);
    color: white;
}
.personal-workout__workspace .load-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
    label.datetime-item.day{
        height: 50px;
    }
    span.personal-workout-day-item__day{
        font-size: 16px;
    }
    span.personal-workout-day-item__week{
        font-size: 12px;
    }
    .personal-workout__time-slots{
        padding-top: 8px;
    }
    .personal-workout__form-section,
    .personal-wrokout-times-container{
        margin-top: 8px;
    }
}
@media screen and (max-width: 768px) {
    h3.personal-workout__form-section-title {
        font-size: 18px;
    }
    .personal-workout__form-field{
        margin-top: 8px;
    }
}
@media screen and (max-width: 618px) {
    label.datetime-item.day{
        width: 12%;
        flex:0 0 12%;
    }
    .personal-wrokout-times-container{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 491px) {
    .personal-wrokout-times-container{
        grid-template-columns: 1fr 1fr;
    }
    label.datetime-item.day{
        width: 14%;
        flex:0 0 14%;
    }
}
@media screen and (max-width: 425px) {
    .personal-switch__radio-item {
        width: 100%;
    }
    .personal-workout__form-field{
        flex-direction: column;
    }
    .personal-switch__radio-item {
        margin-left: 0;
        margin-top: 8px;
    }
}

/* End */
/* /local/components/custom/abonement.get/templates/trial/style.css?177566157319977 */
