

/* Start:/local/templates/spiritfit-v3/components/custom/abonement.get/trial/style.css?175037966210636*/
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: #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;
    }
}

/* End */
/* /local/templates/spiritfit-v3/components/custom/abonement.get/trial/style.css?175037966210636 */
