@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');
@import 'reset.css';

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
b-footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    scroll-behavior: smooth;
}

blockquote,
q {
    quotes: none;
}

p {
    margin: 0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

textarea {
    resize: none;
}

/* FONT
---------------------------------*/
body {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
    color: #1A1717;
    height: 100%;
}

/* FOUNDATION
---------------------------------*/
html {
    height: 100%;
    scroll-behavior: smooth;
}
main {
    padding: 40px 0 210px;
}
.container {
    max-width: 1214px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

/* BTN */
.sl56ax-btn {
    position: relative;
    background: linear-gradient(180deg, #F30000 0%, #A40000 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 810px;
    width: 100%;
    padding: 10px;
    height: 91px;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #FFFFFF;
    margin: 0 auto;
    border: none;
    outline: none;
}

.sl56ax-btn::after {
    content: '';
    background-image: url(../images/bg-btn-sl56ax.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -15px;
    bottom: -15px;
    right: 0;
    width: 105px;
}

/* TITEL, TEXT*/
.sl56ax-titel {
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 33px;
}

.sl56ax-titel-m {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
}

.sl56ax-text {
    margin-bottom: 20px;
}

.sl56ax-subtext {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 15px;
}

.sl56ax-titel-mm {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #00BDB1;
    text-align: center;
    margin-bottom: 30px;
}
/* HEADER */
.sl56ax-header {
    border-bottom: 2px solid #C9C9C9;
    padding: 14px 0 14px;
}
.sl56ax-header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sl56ax-header__buttons {
    display: flex;
    align-items: center;
}

.sl56ax-header__buttons a {
    padding: 8px;
    margin-left: 40px;
}


/* CONTENT */
.sl56ax-list {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 20px;
}

.sl56ax-quote {
    position: relative;
    padding-left: 28px;
    font-style: italic;
    margin-bottom: 40px;
}

.sl56ax-quote p:first-child {
    margin-bottom: 20px;
}

.sl56ax-quote::before {
    content: '';
    width: 7px;
    background: #00B8A2;
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.sl56ax-quote ul {
    padding-left: 28px;
}

.sl56ax-quote li:not(:last-child) {
    padding-bottom: 15px;
}

.sl56ax-image {
    margin-bottom: 40px;
}

.sl56ax-image img {
    width: 100%;
    border-radius: 10px;
}

.sl56ax-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.sl56ax-images img {
    border-radius: 10px;
}

.sl56ax-images__arrow {
    margin: 0 10px;
}

.sl56ax-text a {
    font-weight: 700;
    background: linear-gradient(359deg, #7f0000 33%, #F30000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-bottom: 2px solid #7f0000;
}

.sl56ax-checks {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 25px;
    text-align: center;
}

.sl56ax-checks img {
    width: 45px;
}

.sl56ax-checks p {
    margin-left: 10px;
}

.sl56ax-price {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.sl56ax-price__reg {
    text-decoration: line-through;
}

.sl56ax-price__bold {
    font-weight: 700;
    margin-left: 10px;
}

.sl56ax-date {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
}

.sl56ax-date .sl56ax-time {
    font-weight: 700;
    background: linear-gradient(359deg, #7f0000 33%, #F30000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sl56ax-form-one {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 5px;
}

.sl56ax-form-two {
    text-decoration: line-through;
    text-align: center;
    margin-bottom: 5px;
}

.sl56ax-form-two_big {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.sl56ax-text__bottom {
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.sl56ax-text__curse {
    font-style: italic;
    color: #000000;
    text-align: center;
}

.sl56ax-main__union {
    display: flex;
    align-items: flex-start;
}

.sl56ax-form__block-2 {
    box-shadow: 1px 13px 28px rgb(0 0 0 / 50%);
    border-radius: 10px;
    padding: 26px;
    margin-bottom: 40px;
}

.sl56ax-main__info-2 {
    margin-right: -130px;
    min-width: 350px;
    width: 100%;
    margin-left: 50px;
}

.sl56ax-main__info-2 .sl56ax-form__image {
    margin: 0 auto;
    width: 148px;
}

.sl56ax-main__info-2 .sl56ax-form {
    margin-bottom: 0;
}

.sl56ax-main__info-2 .sl56ax-btn {
    height: 61px;
    font-size: 18px;
    line-height: 32px;
}

.sl56ax-main__info-2 .sl56ax-btn::after {
    width: 76px;
}

.sl56ax-main__info-2  .sl56ax-form-control {
    height: 50px;
}

.sl56ax-main__info-2 .sl56ax-text__bottom {
    font-size: 18px;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.sl56ax-main__info-2 .sl56ax-time__small {
    font-weight: 700;
    background: linear-gradient(359deg, #7f0000 33%, #F30000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sl56ax-main__info-2 .sl56ax-form-two,
.sl56ax-main__info-2 .sl56ax-form-two_big {
    font-size: 18px;
    line-height: 22px;
}

/* Forms */
.sl56ax-form {
    margin-bottom: 30px;
}
.sl56ax-form__block {
    background: #FFFFFF;
    box-shadow: 1px 13px 28px rgb(0 0 0 / 50%);
    border-radius: 40px;
    padding: 52px;
    max-width: 670px;
    width: 100%;
    margin: 170px auto 56px;
}

.sl56ax-form__image {
    margin: -180px auto 0;
    max-width: 250px;
    width: 100%;
}
.sl56ax-form-row {
    position: relative;
}
.sl56ax-form-control {
    background: #F5F5F5;
    border-radius: 10px;
    height: 71px;
    border: none;
    color: #686868;
    font-size: 22px;
    line-height: 32px;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 30px;
    outline: none;
}

label.error {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 16px;
    color: #A40000;
}

.sl56ax-timer {
    font-weight: 700;
    font-size: 36px;
    line-height: 32px;
    justify-content: center;
    margin-bottom: 20px;
}
.timer__item {
    padding: 0 10px;
    background: linear-gradient(359deg, #7f0000 33%, #F30000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
/* COMMENTS */

.sl56ax-comment__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
    margin-bottom: 32px;
}

.sl56ax-comment__top .red {
    font-weight: 700;
    background: linear-gradient(359deg, #7f0000 33%, #F30000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sl56ax-comment__list {
    list-style-type: none;
}

.sl56ax-comment__item {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 20px 0;
    border-bottom: 2px solid #009381;
}

.sl56ax-comment__item:last-child {
    border-bottom: none;
}

.sl56ax-comment__blocks {
    font-size: 18px;
    line-height: 24px;
    margin-left: 28px;
    color: #000000;
}

.sl56ax-comment__img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}

.sl56ax-comment__titel {
    color: #00B8A2;
    font-weight: 700;
}

.sl56ax-comment__bottom {
    color: #00B8A2;
}

.sl56ax-comment__bottom span {
    color: #BBBBBB;
}

.sl56ax-comment__text {
    margin: 3px 0;
}

.sl56ax-res__photo {
    margin-top: 14px;
}


/* FOOTER */
.sl56ax-footer {
    position: fixed;
    left: 80px;
    right: 80px;
    bottom: 0;
}
.sl56ax-footer__bottom {
    background: #FFFFFF;
    box-shadow: 1px 13px 28px rgb(0 0 0 / 50%);
    padding: 20px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    border-radius: 10px;
}

.sl56ax-btn.sl56ax-btn__footer {
    min-width: 240px;
    height: 52px;
    margin: 0 0 0 30px;
    font-size: 18px;
}

.sl56ax-btn.sl56ax-btn__footer::after {
    content: none;
}

.sl56ax-footer__left {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.sl56ax-footer__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sl56ax-footer__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
    margin-left: 30px;
    max-width: 420px;
}

.sl56ax-footer__logo {
    max-width: 180px;
    width: 100%;
    min-width: 150px;
}

/* THANKS */
.sl56ax-thank__page {
    background-image: url(../images/thanks-sl56ax.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.sl56ax-thanks__img {
    width: 93px;
    height: 115px;
    margin: 0 auto 30px;
    animation: pulsate-bck 1.2s linear infinite both;
}

@keyframes pulsate-bck {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1);
    }
  }

.sl56ax-main__thanks {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 20px 20px;
}

.thanks-form {
    font-size: 18px;
}

.thanks-form > p {
    padding: 15px 0;
}

.thanks__title {
    color: #000000;
    font-weight: 700;
}
.thanks__title span {
    color: #686868;
}

.sl56ax-thanks__icon {
    width: 40px;
    height: 40px;
    position: relative;
}
.sl56ax-thanks__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.sl56ax-thanks__tel img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.sl56ax-footer .sl56ax-timer {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 27px;
}

/* ASIDE */
.sl56ax-aside__list {
    list-style: none;
}

.sl56ax-aside__top {
    display: flex;
    align-items: center;
    border-bottom: 3px solid #00B8A2;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.sl56ax-aside__top p {
    width: 50%;
    text-align: center;
    font-weight: 700;
}

.sl56ax-aside__quote {
    font-style: italic;
    margin-top: 20px;
}

.sl56ax-aside__quote blockquote {
    margin-bottom: 24px;
}

.sl56ax-aside__item {
    margin-bottom: 20px;
}


@media screen and (max-width: 1500px) {
    .sl56ax-main__info-2 {
        display: none;
    }
}

@media screen and (max-width: 1250px) {
    body {
        font-size: 18px;
        line-height: 24px;
    }
    .sl56ax-titel {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .sl56ax-titel-m {
        font-size: 18px;
        line-height: 22px;
    }
    .sl56ax-text {
        margin-bottom: 15px;
    }
    .sl56ax-btn {
        height: 62px;
        font-size: 18px;
    }
    .sl56ax-btn::after {
        width: 77px;
    }
    .sl56ax-footer__bottom {
        padding: 15px 20px;
        flex-direction: column;
        border-radius: 10px 10px 0 0;
    }

    .sl56ax-footer__left {
        margin: 0 0 5px 0 ;
    }

    .sl56ax-footer__text {
        font-size: 18px;
        line-height: 24px;
        margin-left: 30px;
        max-width: 100%;
    }

    .sl56ax-image {
        margin-bottom: 24px;
    }

    .sl56ax-comment__blocks {
        font-size: 16px;
        margin-left: 12px;
    }
    .sl56ax-footer {
        left: 0;
        right: 0;
    }

    .sl56ax-subtext, .sl56ax-titel-mm {
        font-size: 24px;
        line-height: 30px;
    }
    .sl56ax-checks {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
        flex-direction: column;
    }
    .sl56ax-checks p {
        margin: 15px 0 0 0;
    }
    .sl56ax-date {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .sl56ax-price {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 22px;
        flex-direction: column;
    }
    .sl56ax-price__bold {
        margin: 0;
    }
    .sl56ax-comment__img {
        width: 60px;
        height: 60px;
    }

    .sl56ax-comment__top {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin: 0;
    }
    .sl56ax-comment__top .red {
        margin-bottom: 10px;
    }

    .sl56ax-quote {
        padding-left: 12px;
    }

    .sl56ax-quote::before {
        width: 4px;
    }

    .sl56ax-quote li:not(:last-child) {
        padding-bottom: 10px;
    }
}


@media screen and (max-width: 1024px) {
    main {
        padding: 20px 0 138px;
    }
    .sl56ax-form__image {
        width: 150px;
        margin: -120px auto 0;
    }
    .sl56ax-form-one {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .sl56ax-form-two_big {
        font-size: 20px;
        line-height: 24px;
    }
    .sl56ax-form-two {
        margin-bottom: 5px;
    }
    .sl56ax-form-control {
        height: 56px;
    }
    .sl56ax-form .sl56ax-btn {
        height: 62px;
    }
    .sl56ax-form .sl56ax-btn::after {
        width: 77px;
    }
    .sl56ax-form {
        margin-bottom: 20px;
    }
    .sl56ax-form__block {
        border-radius: 10px;
        padding: 33px 20px;
        margin: 130px auto 50px;
    }
    .sl56ax-header__buttons a {
        margin-left: 0;
    }
    .sl56ax-footer__text {
        font-size: 14px;
        line-height: 20px;
    }
    .sl56ax-btn.sl56ax-btn__footer {
        min-width: auto;
        padding: 10px 30px;
        height: 40px;
        margin: 0 0 0 10px;
        font-size: 14px;
    }
    .sl56ax-timer {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .timer__item {
        padding: 0 5px;
    }
    .sl56ax-text__bottom {
        margin-bottom: 10px;
    }

    .sl56ax-footer .sl56ax-timer {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width: 768px) {
    .sl56ax-footer__bottom {
        padding: 10px;
    }
    .sl56ax-footer__left {
        flex-direction: column;
        margin-bottom: 5px;
    }
    .sl56ax-footer__text {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
    .sl56ax-footer__logo {
        min-width: 140px;
        max-width: 140px;
        width: 100%;
    }
}