

/* Start:/local/templates/spiritfit-v3/components/custom/abonement.get/.default/style.css?175037966222683*/
:root{
    --field-bg-color: #232323
}

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: 64px;
    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: var(--field-bg-color);
    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: var(--field-bg-color);
    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;
}

#promocode-apply-btn{
    transition: 0.3s;
    opacity: 0;
}
#promocode-field:not(:placeholder-shown) ~ #promocode-apply-btn{
    opacity: 1;
}
.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 {
    background: white;
    color: black;
    border-radius: 8px;
    padding: 8px 16px 14px;
}
.subscription-price-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 18px;
    line-height: 24px;
}
.subscription-price-item:not(:first-child){
    margin-top: 6px;
}
.subscription__total-value .price-item.old{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: line-through;
}
.subscription__total-value .price-item{
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.subscription__total-value{
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    gap:6px;
}

/*.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;
    width: 100%;
    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 var(--select2-background-color) inset !important;
    -webkit-text-fill-color: white !important;
}
/*AUTOFILL*/


span.rub {
    font-size: 24px;
    margin-left: 4px;
}

@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;
    }
    input#get-abonement-btn {
        background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
        width: 100%;
        margin-top: 0!important;
    }
    .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%);
    }
    .button-container .escapingBallG{
        background-color: white!important;
        background-image: unset!important;
    }
}
@media screen and (max-width: 480px) {
    .subscription-form{
        margin-right: -12px;
        margin-left: -12px;
        padding: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%;
    }
    .subscription-price-item{
        font-size: 16px;
        flex-wrap: wrap;
    }
}


.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: var(--field-bg-color);
    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;
    position: relative;
    padding-left: 30px;
    font-size: 19px;
}
.subscription__gift-item img {
    display: inline-block;
    cursor: help;
}
.noUi-connect {
    background: linear-gradient(90deg,#e03838 3.26%,#7b27ef 98.07%)!important;
}
div#bonuses-slider {
    height: 5px;
    background: #d1d1d1;
    border: none;
    box-shadow: none
}
.noUi-handle.noUi-handle-lower {
    border-radius: 50%;
    height: 15px!important;
    width: 15px!important;
    background: #7b27ef!important;
    box-shadow: none!important;
    border: none!important;
}
.noUi-handle:after, .noUi-handle:before{
    content: none!important;
}
.noUi-horizontal .noUi-handle{
    right: -10px!important;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 10px!important;
    background: #d1d1d1!important;
}
.noUi-marker-horizontal.noUi-marker {
    background: #d1d1d1!important;
}
.noUi-value.noUi-value-horizontal.noUi-value-large {
    color: #787878!important;
    font-size: 14px!important;
    font-weight: 600!important;
    top: 15px!important;
}
.bonuses-modal__slider {
    height: 60px;
}
.total-price-block {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 500;
    font-size: 22px;
}
.popup-bonuses__submit{
    margin-top:20px;
}
.services-block {
    margin-bottom: 40px;
}

div#promocode-apply-success {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-style: solid;
    border-width: 0 2px 2px 0;
    width: 10px;
    height: 15px;
    border-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1;
    opacity: 0;
    transition: 0.3s;
}
div#promocode-apply-success.show{
    opacity: 1;
}
li.subscription__gift-item:before {
    position: absolute;
    content: '';
    height: 16px;
    border: 1px solid;
    left: 8px;
    border-image: linear-gradient(315deg, #E23834 3.26%, #7A27F1 98.07%) 1;
}
li.subscription__gift-item:after {
    content: '';
    position: absolute;
    width: 16px;
    border: 1px solid;
    left: 0;
    top: 8px;
    border-image: linear-gradient(315deg, #E23834 3.26%, #7A27F1 98.07%) 1;
}

/* 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;
    }
}


.banner-abonement-detail__img {
    height: 650px;
    width: 100vw;
    background-size: cover;
    background-position: 50%;
    margin-bottom: 64px;
    margin-left: -120px;
    margin-right: -120px;
    transform: translateX(calc(calc(-100vw + 1900px)/2));
}
@media screen and (max-width: 1900px) {
    .banner-abonement-detail__img {
        transform: none;
    }
}
@media screen and (max-width: 1440px){
    .content-center {
        padding: 0 24px;
    }
    .banner-abonement-detail__img {
        margin-left: -24px;
        margin-right: -24px;
        transform: none;
    }
}
@media screen and (max-width: 480px){
    .content-center {
        padding: 0 12px;
    }
    .banner-abonement-detail__img {
        margin-left: -12px;
        margin-right: -12px;
        transform: none;
        height: 520px;
        margin-bottom: 32px;
    }
}

.bonuses-type__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 0;
}
.bonuses-type__switch {
    margin-left: auto;
}
label.switch{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}
label.switch input{
    display: none;
}
span.switch-slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.switch-slider:before{
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input.switch:checked + .switch-slider {
    background-image: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
}
input.switch:checked + .switch-slider {
    background-image: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
}


input.switch:checked + .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.bonuses-use__container {
    width: 600px;
}
@media screen and (max-width: 658px) {
    .bonuses-use__container {
        width: 100%;
    }
}

.subscription-insurance-container {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 300;
}
.subscription-insurance__switcher {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}
.subscription-insurance__info,
.subscription-insurance__switcher{
    background: #232323;
    padding: 10px 16px;
    border-radius: 8px;
}
.subscription-insurance__info {
    margin-top: 8px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.5);
}
.subscription-insurance__switcher-price {
    font-weight: 600;
    padding-left: 12px;
}
.zenit .subscription-insurance__info,
.zenit .subscription-insurance__switcher{
    background: white!important;
    color: black!important;
}
.zenit input.switch:checked + .switch-slider{
    background-image: linear-gradient(90deg, #0550A5 0%, #03397A 27%, #005B92 51%, #009EE1 72.5%, #001F4B 99.99%);
}

label.switch{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}
label.switch input{
    display: none;
}
span.switch-slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.switch-slider:before{
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
input.switch:checked + .switch-slider {
    background-image: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
}
input.switch:checked + .switch-slider {
    background-image: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
}


input.switch:checked + .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
h3.form-inputs-title {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 300;
}
.subscription-insurance__steps {
    margin-top: 8px;
    text-align: center;
    color: #919191;
    font-size: 16px;
    font-weight: 300;
}
.subscription-insurance__block-container{
    margin-top: 24px;
}
.subscription-insurance__container-title {
    font-size: 18px;
    font-weight: 300;
}
.subscription-insurance__document-list{
    margin-top: 16px;
}
.subscription-insurance__document-list li{
    background-image: url('/local/templates/spiritfit-v3/img/icons/document-icon.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
    padding: 2px 0 2px 40px;
}
.subscription-insurance__document-list li a{
    text-decoration: underline;
}
.subscription-insurance__payment-price{
    margin-top: 8px;
    font-size: 32px;
    line-height: 24px;
}
.subscription-insurance__document-info {
    background-image: url('/local/templates/spiritfit-v3/img/icons/warn-icon-small.png');
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 40px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    color: #ffffff80;
}
li.subscription__include-item.with-clue {
    position: relative;
    padding-right: 26px;
    width: fit-content;
}
li.subscription__include-item.with-clue .clue-item {
    width: 18px;
    height: 18px;
    float:right;
    margin-left: 10px;
    cursor: help;
}
.tippy-box[data-theme~='abonement.slider'] {
    background-color: white;
    color: black;
    font-weight: 600;
    max-width: calc(100vw - 10px);
    box-shadow: 3px 2px 6px 0 #00000045;
    border-radius: 8px;
}
.tippy-box[data-theme~='abonement.slider'] .tippy-content{
    padding: 16px !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}
.tippy-box[data-theme~='abonement.slider'] .tippy-arrow{
    color: white;
}

input.black-bg-input.get-abonement-form__input.input {
    background: transparent;
    color: white;
    border: none;
}
.zenit .subscription-form{
    background: linear-gradient(180deg, #0550A5 0%, #001F4B 100%);
    position: relative;
}
.zenit .subscription-form:before{
    background-image: url(/local/templates/spiritfit-v3/img/abonement-zenit-background.svg);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    pointer-events: none;
}
.zenit .select-bg-black.select2-black .select2-results__options{
    background: #232323;
}
h1.subscription__title.zenit b{
    background: linear-gradient(90deg, #0550A5 0%, #03397A 27%, #005B92 51%, #009EE1 72.5%, #001F4B 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.zenit .gradient-text{
    background: linear-gradient(90deg, #4C80EF 0%, #009EE1 100%),linear-gradient(90deg, #0367B3 0%, #009EE1 53.5%, #78A6DD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.zenit .subscription__include-item{
    background-image: url('/local/templates/spiritfit-v3/img/icons/abonement-check-mark-zenit.svg');
}
.zenit .button-outline{
    border-image: linear-gradient(91.16deg, #FFFFFF 0%, #009EE1 29%, #FFFFFF 67%, #009EE1 100%) 1;
}
.zenit .button-outline:hover{
    background: linear-gradient(90deg, #03326B 0%, #0550A5 35.05%, #009BD3 71.12%, #0550A5 103.07%);
}
.zenit-logo {
    width: 90px;
    aspect-ratio: 1.57;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 6px auto 0;
}
.zenit .get-abonement__form-row .suggestions-suggestions{
    background: linear-gradient(90deg, #03326B 0%, #0550A5 35.05%, #009BD3 71.12%, #0550A5 103.07%);
}
.zenit .subscription-insurance__payment-price{
    background: white;
    border-radius: 8px;
    padding: 8px 16px 14px;
    text-align: center;
}
.zenit .subscription-insurance__document-list li{
    background-image: url('/local/templates/spiritfit-v3/img/icons/document-icon-zenit.png');
    background-size: 18px;
}
.zenit .subscription-insurance__document-info{
    background-image: url('/local/templates/spiritfit-v3/img/icons/warn-icon-small-zenit.png');
}
.zenit li.subscription__gift-item:before,
.zenit li.subscription__gift-item:after{
    border-image: linear-gradient(91.16deg, #009EE1 29%, #009EE1 100%) 1;
}
/* End */


/* Start:/local/templates/spiritfit-v3//vendor/nouislider/nouislider.min.css?17503796624220*/
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
/* End */


/* Start:/local/templates/spiritfit-v3//vendor/datepicker/datepicker.min.css?17503796623472*/
.datepicker-container{background-color:#fff;direction:ltr;font-size:12px;left:0;line-height:30px;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:210px;z-index:-1}.datepicker-container:after,.datepicker-container:before{border:5px solid transparent;content:" ";display:block;height:0;position:absolute;width:0}.datepicker-dropdown{border:1px solid #ccc;-webkit-box-shadow:0 3px 6px #ccc;box-shadow:0 3px 6px #ccc;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;z-index:1}.datepicker-inline{position:static}  .datepicker-top-left,.datepicker-top-right{border-top-color: #0000002b}  .datepicker-top-left:after,.datepicker-top-left:before,.datepicker-top-right:after,.datepicker-top-right:before{border-top:0;left:10px;top:-5px}  .datepicker-top-left:before,.datepicker-top-right:before{border-bottom-color: #0000002b}.datepicker-top-left:after,.datepicker-top-right:after{border-bottom-color:#fff;top:-4px}.datepicker-bottom-left,.datepicker-bottom-right{border-bottom-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-left:before,.datepicker-bottom-right:after,.datepicker-bottom-right:before{border-bottom:0;bottom:-5px;left:10px}.datepicker-bottom-left:before,.datepicker-bottom-right:before{border-top-color:#39f}.datepicker-bottom-left:after,.datepicker-bottom-right:after{border-top-color:#fff;bottom:-4px}.datepicker-bottom-right:after,.datepicker-bottom-right:before,.datepicker-top-right:after,.datepicker-top-right:before{left:auto;right:10px}.datepicker-panel>ul{margin:0;padding:0;width:102%}.datepicker-panel>ul:after,.datepicker-panel>ul:before{content:" ";display:table}.datepicker-panel>ul:after{clear:both}.datepicker-panel>ul>li{background-color:#fff;cursor:pointer;float:left;height:30px;list-style:none;margin:0;padding:0;text-align:center;width:30px}.datepicker-panel>ul>li:hover{background-color:#F5F5F4}.datepicker-panel>ul>li.muted,.datepicker-panel>ul>li.muted:hover{color:#999}.datepicker-panel>ul>li.highlighted{background-color:#F5F5F4}.datepicker-panel>ul>li.highlighted:hover{background-color:#F5F5F4}  .datepicker-panel>ul>li.picked,.datepicker-panel>ul>li.picked:hover{background-image: linear-gradient(90deg, #E03838 3.26%, #7B27EF 98.07%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}.datepicker-panel>ul>li.disabled,.datepicker-panel>ul>li.disabled:hover{background-color:#fff;color:#ccc;cursor:default}.datepicker-panel>ul>li.disabled.highlighted,.datepicker-panel>ul>li.disabled:hover.highlighted{background-color:#e5f2ff}.datepicker-panel>ul>li[data-view="month next"],.datepicker-panel>ul>li[data-view="month prev"],.datepicker-panel>ul>li[data-view="year next"],.datepicker-panel>ul>li[data-view="year prev"],.datepicker-panel>ul>li[data-view="years next"],.datepicker-panel>ul>li[data-view="years prev"],.datepicker-panel>ul>li[data-view=next]{font-size:18px}.datepicker-panel>ul>li[data-view="month current"],.datepicker-panel>ul>li[data-view="year current"],.datepicker-panel>ul>li[data-view="years current"]{width:150px}.datepicker-panel>ul[data-view=months]>li,.datepicker-panel>ul[data-view=years]>li{height:52.5px;line-height:52.5px;width:52.5px}.datepicker-panel>ul[data-view=week]>li,.datepicker-panel>ul[data-view=week]>li:hover{background-color:#fff;cursor:default}.datepicker-hide{display:none}

/* End */
/* /local/templates/spiritfit-v3/components/custom/abonement.get/.default/style.css?175037966222683 */
/* /local/templates/spiritfit-v3//vendor/nouislider/nouislider.min.css?17503796624220 */
/* /local/templates/spiritfit-v3//vendor/datepicker/datepicker.min.css?17503796623472 */
