*,
::after,
::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: #fff0
}

@font-face {
    font-family: Termina;
    src: url(fonts/Termina-Black.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: Inter;
    src: url(fonts/Inter-Bold.woff2) format("woff2");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Regular.woff2) format("woff2");
    font-display: swap
}

@supports (-webkit-touch-callout:none) {
    html {
        font-weight: 500;
        letter-spacing: .3px
    }
}

.aboutme__bio-title,
.aboutme__title,
h1,
h2 {
    font-weight: 700
}

html {
    font-family: -apple-system, Montserrat, Inter;
    font-size: 15px;
    scroll-behavior: smooth
}

.fade-in {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, transform .8s ease-out;
    transform: translateY(-60px)
}

.fade-in.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

h1 {
    font-size: 2.1rem;
    line-height: 1.2
}

h2 {
    font-size: 1.5rem;
    line-height: 1.3
}

.aboutme__text-highlight,
h3,
h4 {
    font-weight: 600
}

h3 {
    font-size: 1.3rem;
    line-height: 1.4
}

.contact__status,
.menu__logo,
h4 {
    font-size: 1.1rem
}

h4 {
    line-height: 1.05
}

p {
    font-size: 1rem
}

small {
    font-size: .875rem
}

.index__titles {
    margin-left: 1rem;
    border-left: 10px solid #8c52ff
}

.index__titles-title {
    margin-left: 8px;
    font-weight: bolder
}

.index__titles-subtitle {
    margin-left: 8px
}

.container__wrapper {
    transition: opacity .3s
}

.menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    transition: transform .5s
}

.menu__wrapper {
    display: flex;
    padding: .5rem 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #fff, #f0f0f0);
    border: 1px solid #e0e0e0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 20px #00000030;
    transition: .5s;
    backdrop-filter: blur(30px);
    touch-action: manipulation
}

.menu.hidden {
    transform: translateY(-100%)
}

.aboutme__btn:hover,
.hero__text-btn:hover,
.services__cta-btn:hover {
    transform: scale(.95)
}

.menu__logo {
    display: flex;
    align-items: center;
    font-weight: bolder;
    color: #000;
    gap: 10px
}

.menu__logo-image {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: scale-down
}

.menu__nav-btn {
    width: 35px;
    height: auto;
    border: none;
    cursor: pointer
}

.menu__nav {
    width: 100%;
    max-height: 0;
    transition: max-height .5s;
    overflow: hidden
}

.menu__nav-items {
    display: flex;
    margin: 10px 0;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    list-style: none;
    gap: 30px
}

.menu__nav-item {
    --webkit-user-select: none;
    width: 80%;
    padding: 1rem 2rem;
    background: rgb(140 82 255 / .05);
    border: 1px solid;
    border-radius: 12px;
    transition: .3s;
    user-select: none;
    -ms-user-select: none
}

.menu__link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: rgb(0 0 0 / .959);
    cursor: pointer
}

.menu__nav.open {
    max-height: 500px
}

.contact {
    margin-top: clamp(7rem, 2vw, 10rem)
}

.contact__wrapper {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    align-items: flex-start;
    border-radius: 12px;
    box-shadow: 0 0 20px #0000000f
}

.contact__status {
    position: absolute;
    top: 20%;
    z-index: 100;
    width: 100%;
    padding: 1rem;
    line-height: 1.6;
    text-align: center;
    white-space: pre-line;
    background: #00000050;
    border: 1px solid #8c52ff;
    border-radius: 8px;
    opacity: 0;
    transition: .5s
}

.contact__status.show {
    opacity: 1
}

#message_send,
.footer__information.hidden {
    display: none;
    opacity: 0
}

.contact__img {
    display: none;
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 100%;
    justify-content: flex-end;
    align-items: center;
    background: linear-gradient(180deg, #2d0049 0, rgb(88 15 127 / .807) 49%, #6306b5 100%);
    border-radius: 15px 0 0 15px
}

.contact__img-picture {
    display: block;
    width: 400px;
    max-width: 100%;
    object-fit: cover
}

.contact__form {
    display: flex;
    max-width: 480px;
    padding: 1rem;
    flex-direction: column;
    color: #222;
    border-radius: 8px
}

.contact__form-title {
    margin-bottom: .5rem;
    font-family: Termina;
    font-size: 1.45rem
}

.contact__form-subtitle {
    margin-bottom: .8rem;
    font-size: .9rem;
    line-height: 1.4;
    color: #444
}

.contact__form-label {
    display: block;
    margin-bottom: .85rem;
    font-size: .9rem;
    font-weight: 600;
    color: #333
}

.contact__form-fieldName {
    margin-bottom: 10px
}

.contact__form-star,
.services__text-highlight {
    color: #8c52ff
}

.contact__form-input {
    box-sizing: border-box;
    width: 100%;
    min-height: 3rem;
    margin-top: 7px;
    padding: .5rem .75rem;
    font-family: inherit;
    font-size: .8rem;
    color: #111;
    border: 1.5px solid #ccc;
    border-radius: 6px;
    transition: border-color .2s, box-shadow .2s;
    resize: vertical
}

.contact__form-textarea {
    min-height: 70px;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.contact__form-input:focus,
.contact__form-textarea:focus {
    border-color: #8c52ff;
    box-shadow: 0 0 5px #8c52ff12;
    outline: 0
}

.contact__form-group {
    margin-bottom: 1.25rem
}

.contact__form-label--message {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 600
}

.contact__form-rules-group {
    display: flex;
    margin: .8rem 0;
    align-items: flex-start;
    font-size: .85rem;
    color: #555;
    gap: .5rem
}

.contact__form-checkbox {
    width: 13px;
    height: 13px;
    margin-top: .25rem;
    cursor: pointer;
    accent-color: #8c52ff
}

.contact__form-rules-label {
    display: block;
    line-height: 1.5;
    max-width: 660px;
    cursor: pointer;
    user-select: none
}

.contact__form-submit {
    position: relative;
    margin-top: 1.4rem;
    margin-bottom: .5rem;
    background: 0 0;
    border: none
}

.contact__form-btn {
    padding: .8rem clamp(3rem, 2vw, 4rem);
    font-weight: 700;
    color: #fff;
    background: #108703;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: scale .3s, background .3s;
    align-self: center
}

.contact__form-btn:hover {
    background-color: #25b125;
    transform: scale(.95)
}

.contact__btn-loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -1.4rem;
    margin-left: -1.5rem;
    border: 3px solid #fff;
    border-top: 3px solid #8c52ff;
    border-radius: 50%;
    animation: 1s linear infinite spin
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }

    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.hero {
    margin: 3rem 0;
    background: linear-gradient(180deg, #fff 0, rgb(109 19 187 / .19) 80%, #fff 94%)
}

.hero__wrapper {
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    flex-direction: column;
    align-items: center;
    color: #fff;
    background: linear-gradient(180deg, #2d0049c6 0, #580f7fbe 49%, #6726a0d8 100%);
    box-shadow: 0 10px 30px rgb(0 0 0 / .3);
    overflow: hidden;
    backdrop-filter: blur(50px)
}

.hero__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px
}

.hero__text-title {
    font-family: Inter;
    font-weight: 100;
    text-shadow: 0 0 1px rgb(0 0 0 / .763)
}

.faq__item-question,
.hero__text-btn,
.services__cta-btn {
    font-family: inherit;
    text-decoration: none;
    cursor: pointer
}

.hero__text-subtitle {
    line-height: 1.6
}

.hero__text-btn {
    width: 80%;
    padding: .8rem 0;
    font-weight: 700;
    text-align: center;
    color: #5a00ff;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    transition: .3s
}

.hero__img {
    display: none
}

.hero__img-picture {
    display: block;
    max-height: 430px;
    border-radius: 0 12px 12px 0;
    object-fit: cover
}

.services {
    margin: 2rem 0
}

.services__benefits {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
    text-align: left
}

.services__benefits-title {
    display: flex;
    margin: 15px 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #2c3e50;
    gap: 2px
}

.services__benefits-icon {
    width: 80px;
    height: 80px
}

.services__benefits-content {
    display: grid;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    grid-template-columns: repeat(1, auto);
    gap: 25px
}

.services__benefits-block {
    padding: 1.5rem;
    text-align: left;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 14px rgb(0 0 0 / .08);
    transition: transform .3s, box-shadow .3s
}

.services__block-title {
    display: flex;
    margin-bottom: .125rem;
    flex-direction: row;
    align-items: center;
    text-align: center;
    color: #222;
    gap: 3px
}

.services__block-logo {
    width: 35px;
    height: 35px;
    fill: #8c52ff
}

.services__block-description {
    line-height: 1.6;
    color: #555
}

.services__benefits-block--highlight {
    position: relative;
    background: linear-gradient(135deg, #8c52ff21, #8c52ff59);
    border: 1px solid #8c52ff;
    box-shadow: 0 0 0 3px #8c52ff21
}

.services__benefits-block--highlight::before {
    position: absolute;
    top: -12px;
    left: 16px;
    padding: .125rem .5rem;
    font-weight: 700;
    color: #fff;
    background: #8c52ff;
    border-radius: 12px;
    content: "Najważniejsze!"
}

.services__cta-block {
    display: flex;
    width: 100%;
    margin: 5rem auto;
    padding: .5rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px
}

.services__cta-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}

.services__cta-icon {
    width: 100px;
    height: 100px
}

.services__cta-text {
    padding: 0 .7rem;
    line-height: 1.6;
    color: #444
}

.services__cta-btn {
    display: block;
    margin-top: 5px;
    padding: 1rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #000;
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 20px #0000001f;
    transition: transform .3s, background .4s
}

.services__cta-btn:hover {
    background: #8c52ff
}

.services__steps {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 1rem;
    color: #222;
    border-radius: 12px;
    box-shadow: 0 0 16px rgb(0 0 0 / .1)
}

.services__steps-title {
    display: flex;
    align-items: center;
    font-weight: bolder;
    color: #2c3e50;
    gap: 5px
}

.services__steps-icon {
    width: 60px;
    height: 70px
}

.services__steps-description {
    margin-bottom: 1rem;
    font-weight: 400;
    color: #555
}

.services__steps-blocks {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px
}

.services__step {
    position: relative;
    margin: 2rem 0;
    padding: 1.1rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgb(0 0 0 / .045);
    transition: transform .3s
}

.services__step-number {
    display: flex;
    position: absolute;
    top: -1.3rem;
    left: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
    background: #8c52ff;
    border-radius: 50%
}

.services__step-title {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    color: #111827
}

.services__step-text {
    line-height: 1.6;
    text-align: justify;
    color: #4b5563
}

.services__results {
    width: 100%;
    max-width: 1000px;
    margin: 3rem auto
}

.services__results-wrapper {
    padding: 1rem;
    color: #222;
    border-radius: 12px;
    box-shadow: 0 0 16px rgb(0 0 0 / .1)
}

.services__results-title {
    display: flex;
    margin-bottom: .5rem;
    flex-direction: row;
    align-items: center;
    font-weight: 700;
    color: #2c3e50;
    gap: 10px
}

.footer__socials-icon,
.services__results-icon,
.services__summary-icon {
    width: 60px;
    height: 60px
}

.services__results-subtitle {
    margin-bottom: 1rem;
    color: #555
}

.services__result {
    display: flex;
    margin: 3rem 0;
    padding: 1rem;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
    background: #fff;
    border-left: 5px solid #8c52ff;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .07)
}

.services__result-title {
    margin: 0;
    font-weight: 600;
    color: #000
}

.services__result-text {
    text-align: left;
    color: #333
}

.services__results-summary {
    display: flex;
    padding: .5rem;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.aboutme__text-emphasize,
.services__summary-highlight {
    font-weight: 900;
    color: #8c52ff
}

.services__testimonial {
    display: none;
    max-width: 1300px;
    margin: 5% auto;
    padding: 3rem .5rem;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 0 25px rgb(0 0 0 / .067)
}

.services__headings-title {
    margin-bottom: .8rem;
    font-weight: bolder;
    color: #8c52ff
}

.services__headings-subtitle {
    font-weight: 600;
    color: #000
}

.services__opinions {
    width: 100%;
    max-width: 1100px;
    margin: 2rem auto;
    padding: 2rem 1rem;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9fb75;
    border-radius: 20px;
    box-shadow: 0 0 25px rgb(0 0 0 / .12)
}

.services__stars-icon {
    width: 150px;
    height: auto
}

.services__opinions-caption {
    margin-bottom: 20px;
    text-align: left
}

.services__opinions-title {
    margin-bottom: 2px;
    font-weight: bolder;
    color: #2c3e50
}

.services__opinions-subtitle {
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1.6;
    color: #2c3e50;
    line-break: auto
}

.services__opinion {
    margin-bottom: 1.25rem;
    padding: .8rem;
    text-align: left;
    background: #b0b0b003;
    border-left: 10px solid #9931ff;
    border-radius: 12px;
    box-shadow: 0 0 20px rgb(0 0 0 / .066)
}

.services__opinion-quote {
    max-width: 500px;
    margin-top: .2rem;
    font-weight: 500;
    font-style: italic;
    text-align: justify
}

.services__opinion-author {
    margin-top: .8rem;
    font-weight: 600;
    color: #444
}

.services__testimonial-summary {
    margin: 1.75rem 0;
    padding: 1rem;
    background: #8c52ff38;
    border-radius: 12px
}

.services__testimonial-icon {
    display: inline-block;
    width: 25px;
    height: 15px
}

.aboutme__container,
.aboutme__profile {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.aboutme__img,
.footer__information-panel.active {
    display: block
}

.services__testimonial-title {
    margin-bottom: .4rem
}

.services__testimonial-text {
    line-height: 1.6;
    color: #424242
}

.aboutme,
.faq {
    margin: 3rem 0
}

.aboutme__container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    color: #000;
    background-color: #fff
}

.aboutme__wrapper {
    margin-top: 3rem;
    background: #fafafac7;
    border-radius: 12px
}

.aboutme__profile {
    justify-content: center;
    align-items: center
}

.aboutme__img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 20px #7c7c7ca3;
    object-fit: cover
}

.aboutme__bio {
    text-align: center
}

.aboutme__bio-text {
    padding: .5rem 2.5rem;
    line-height: 1.6;
    text-align: justify
}

.aboutme__title {
    display: inline-block;
    width: 100%;
    text-align: center
}

.aboutme__story {
    max-width: 900px;
    margin: 1.5rem auto;
    padding: .5rem 2.5rem;
    line-height: 1.7;
    text-align: justify
}

.aboutme__trust {
    padding: 2rem 0
}

.aboutme__trust-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgb(0 0 0 / .12)
}

.aboutme__trust-title {
    margin-bottom: 20px;
    color: #000
}

.aboutme__trust-text {
    margin-bottom: 1rem;
    line-height: 1.7;
    text-align: left
}

.aboutme__trust-quote {
    margin: 1.2rem 0;
    padding-left: .6rem;
    font-style: italic;
    color: #505050;
    border-left: 8px solid #8c52ff
}

.aboutme__trust-signature {
    margin-top: 1.2rem;
    text-align: right;
    color: #505050
}

.aboutme__hero-wrapper {
    max-width: 1100px;
    margin: 1rem auto;
    padding: 3rem .5rem;
    text-align: center;
    background: #fff;
    border: .5px solid #ececec2e;
    border-radius: 12px;
    box-shadow: 0 0 20px rgb(0 0 0 / .098)
}

.aboutme__title-wrapper {
    display: flex;
    align-items: center;
    gap: 10px
}

.aboutme__hero-button {
    display: flex;
    margin-bottom: .65rem;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.aboutme__hero-title {
    font-size: 30px;
    font-weight: bolder;
    text-transform: capitalize
}

.aboutme__hero-subtitle {
    line-height: 1.6;
    text-align: center
}

.aboutme__btn {
    padding: 1rem clamp(1rem, 2vw, 1.5rem);
    font-size: clamp(1rem, 3vw, 1.5rem);
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(to right, #28a745 0, #218838 100%);
    background-size: 200% auto;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s
}

.faq__titles-subtitle {
    margin-left: 10px;
    font-weight: 600
}

.faq__items {
    margin: .5rem 1rem
}

.faq__item {
    margin-bottom: 1rem;
    padding: .65rem 1rem;
    border-bottom: 1px solid #ddd;
    transition: max-height .6s;
    overflow: hidden
}

.faq__item-icon {
    width: 1.5rem;
    height: 1.5rem;
    transition: transform .6s
}

.faq__item-icon.close {
    transform: rotate(45deg)
}

.faq__item-question {
    display: flex;
    width: 100%;
    padding: 1rem 0;
    justify-content: space-between;
    align-items: center;
    font-size: initial;
    font-weight: 700;
    text-align: left;
    color: inherit;
    background: 0 0;
    border: none;
    cursor: pointer;
    gap: 10px;
    user-select: none;
    touch-action: manipulation;
    outline: 0;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.faq__item-answer {
    max-height: 0;
    padding: 0 .5rem;
    line-height: 1.6;
    text-align: justify;
    opacity: 0;
    transition: max-height .6s, opacity .6s;
    overflow: hidden
}

.faq__item.open .faq__item-answer {
    max-height: 230px;
    opacity: 1
}

.footer {
    padding: 2rem;
    color: #f2f2f2;
    background-color: #1e1e1e
}

.footer__top-section {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    flex-direction: column;
    gap: 30px
}

.footer__brand-name {
    margin-bottom: .65rem;
    font-size: 28px;
    font-weight: bolder;
    color: #8c52ff
}

.footer__brand-description {
    max-width: 350px;
    margin-top: .65rem;
    line-height: 1.6
}

.footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px
}

.footer__social-title {
    font-size: 18px;
    font-weight: bolder
}

.footer__list-item {
    margin: .65rem 0
}

.footer__icons {
    display: flex;
    width: 100%;
    justify-content: left;
    gap: 20px
}

.footer__socials-link {
    text-decoration: none;
    color: #fff;
    transition: transform .4s
}

.footer__rights-title {
    font-size: 18px
}

.footer__rights-list {
    list-style: none
}

.footer__copyrights {
    margin-top: 2.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #333
}

.footer__copyrights-text {
    padding: .65rem;
    text-align: center;
    color: #cbcbcb
}

.footer__trigger {
    text-decoration: none;
    color: #8c52ff;
    border-bottom: 1px solid #8c52ff
}

.footer__information {
    display: flex;
    position: fixed;
    z-index: 1000;
    padding-top: 5vh;
    overflow-y: auto;
    justify-content: center;
    align-items: flex-start;
    background: rgb(0 0 0 / .6);
    transition: opacity .3s;
    inset: 0
}

.footer__information-panel {
    display: none;
    width: 90%;
    max-width: 1000px;
    margin-bottom: 5vh;
    padding: 2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgb(0 0 0 / .2);
    animation: .4s forwards fadeSlide
}

.footer__close-btn {
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 2.5rem;
    background: 0 0;
    border: none;
    cursor: pointer
}

.footer__panel-text {
    padding: 1.25rem;
    line-height: 1.8;
    text-align: left
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.footer__information-panel::-webkit-scrollbar {
    width: 10px
}

.footer__information-panel::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1rem
}

.footer__information-panel::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1rem
}

.footer__information-panel::-webkit-scrollbar-thumb:hover {
    background: #555
}

#message_send {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    padding: 15px 25px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #fff;
    background-color: #8c52ff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgb(0 0 0 / .2);
    transition: opacity .5s, transform .5s;
    transform: translateY(-20px)
}

#message_send.show {
    display: block;
    opacity: 1;
    transform: translateY(0)
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 35px;
    height: 35px;
    border: 3px solid #fff;
    border-top: 3px solid #6306b5;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: 1s linear infinite spin
}

@media (min-width:640px) {

    .services__benefits-content,
    .services__steps-blocks {
        grid-template-columns: repeat(2, auto)
    }

    h1 {
        font-size: 1.75rem
    }

    h2 {
        font-size: 2rem
    }

    .services__steps-blocks {
        column-gap: 1rem;
        row-gap: 0
    }

    .contact__form {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .index__titles {
        margin-left: 1.5rem
    }

    h1 {
        font-size: 2.25rem
    }

    h2 {
        font-size: 2.2rem
    }

    h3 {
        font-size: 1.5rem
    }

    .menu__nav-btn {
        display: none
    }

    .menu__wrapper {
        flex-direction: row;
        justify-content: space-around
    }

    .menu__nav {
        width: 480px;
        max-height: none
    }

    .menu__nav-items {
        width: 100%;
        padding: 1rem;
        flex-direction: row;
        justify-content: space-around;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-top: none;
        border-radius: 12px;
        box-shadow: 0 0 4px rgb(0 0 0 / .123);
        gap: 0;
        backdrop-filter: blur(30px)
    }

    .menu__nav-item {
        width: unset;
        padding: 0;
        background: 0 0;
        border: none;
        border-radius: 0;
        transition: .3s;
        user-select: none;
        -ms-user-select: none
    }

    .menu__link::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0%;
        height: 2px;
        background: #8c52ff;
        transition: width .3s;
        content: ""
    }

    .menu__link {
        position: relative;
        font-weight: 500;
        text-decoration: none;
        color: #000;
        cursor: pointer;
        transition: color .3s
    }

    .menu__link:hover::after {
        width: 100%
    }

    .menu__link:hover {
        color: #8c52ff
    }

    .hero__text-subtitle {
        max-width: 440px
    }

    .services__benefits,
    .services__opinions,
    .services__steps {
        padding: 2rem
    }

    .services__cta-text {
        max-width: 560px
    }

    .aboutme__container,
    .aboutme__profile {
        padding: 1rem;
        flex-direction: row;
        justify-content: center;
        gap: 10px
    }

    .aboutme__bio-text {
        max-width: 480px
    }

    .aboutme__trust-wrapper {
        padding: 3.5rem
    }

    .services__result {
        padding: 1rem 2rem;
        flex-direction: row;
        align-items: center;
        text-align: left
    }

    .services__result-title {
        flex: 1 0 10%
    }

    .services__result-text {
        flex: 1
    }

    .aboutme__hero-wrapper {
        padding: 4rem .5rem
    }

    .faq__item-answer {
        padding: 0 2rem
    }

    .faq__items {
        margin: .5rem 4rem
    }
}

@media (min-width:1024px) {
    .index__titles {
        margin-left: 2rem
    }

    h1 {
        font-size: 2.8rem
    }

    h2 {
        font-size: 2.5rem
    }

    h3 {
        font-size: 1.6rem
    }

    h4 {
        font-size: 1.1rem
    }

    p {
        font-size: 1.02rem
    }

    .menu__logo-image {
        width: 70px;
        height: 70px
    }

    .menu__nav {
        width: 600px;
        max-height: none
    }

    .hero {
        padding: 60px 20px
    }

    .hero__wrapper {
        max-height: 520px;
        padding: 0;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        border-radius: 16px
    }

    .hero__img,
    .services__testimonial {
        display: block
    }

    .hero__img-picture {
        display: block;
        max-width: 655px;
        max-height: 550px;
        border-radius: 0
    }

    .hero__text {
        max-width: 700px;
        padding: 30px;
        flex: 1
    }

    .contact__form {
        max-width: 530px
    }

    .contact__form-label {
        display: grid;
        margin-bottom: .2rem;
        align-items: center;
        grid-template-columns: 0.35fr 1fr;
        grid-template-rows: 1fr
    }

    .contact__form-label--message {
        display: block;
        margin-top: .5rem
    }

    .contact__form-input {
        padding: 0 .75rem
    }

    .contact__form-textarea {
        padding: .5rem .75rem
    }

    .contact__img {
        display: flex;
        max-width: 400px;
        justify-content: center;
        object-fit: cover
    }

    .services__benefits-block:hover,
    .services__step:hover {
        box-shadow: 0 4px 14px rgb(0 0 0 / .08);
        transform: scale(1.05)
    }

    .services__results {
        margin: 4rem auto
    }

    .services__results-wrapper {
        padding: 2rem
    }

    .services__cta-btn {
        padding: 1rem 1.5rem;
        font-size: 1rem
    }

    .services__opinion-quote {
        max-width: 80%
    }

    .aboutme__hero-title {
        font-size: 36px
    }

    .aboutme__container,
    .aboutme__profile {
        align-items: flex-start
    }

    .aboutme__img {
        display: block;
        width: 100%;
        max-width: 300px;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 4px 20px #7c7c7ca3;
        object-fit: cover
    }

    .aboutme__bio-title {
        padding-left: 35px;
        font-weight: 700;
        text-align: left
    }

    .aboutme__story {
        padding: .5rem 4.5rem
    }

    .aboutme__trust-quote,
    .aboutme__trust-signature {
        font-size: clamp(1rem, 2vw, 1.1rem)
    }

    .footer__top-section {
        flex-direction: row;
        justify-content: space-between
    }

    .footer__brand-name {
        max-width: 330px
    }

    .footer__icons {
        justify-content: center
    }

    .footer__socials-link:hover {
        transform: scale(1.1)
    }
}

@media (min-width:1280px) {
    .index__titles {
        margin-left: 3rem
    }

    h1 {
        font-size: 2.8rem
    }

    h2 {
        font-size: 3rem
    }

    h3 {
        font-size: 1.6rem
    }

    p {
        font-size: 1.075rem
    }

    .menu__nav {
        width: 750px
    }

    .services__benefits-content {
        grid-template-columns: repeat(3, auto)
    }

    .services__steps-blocks {
        column-gap: 2rem
    }

    .footer__top-section {
        flex-direction: row;
        justify-content: space-around;
        gap: 0
    }

    .footer__icons {
        justify-content: center
    }

    .aboutme,
    .faq {
        margin: 5rem 0
    }
}

@media (min-width:1324px) {
    .menu__link::after {
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0%;
        height: 2px;
        background: #8c52ff;
        transition: width .3s;
        content: ""
    }

    .menu__link {
        position: relative;
        font-weight: 500;
        text-decoration: none;
        color: #000;
        cursor: pointer;
        transition: color .3s
    }

    .menu__link:hover::after {
        width: 100%
    }

    .menu__link:hover {
        color: #8c52ff
    }
}

@media (min-width:1636px) {
    html {
        font-size: 16px
    }

    .index__titles {
        margin-left: 3.2rem
    }

    h1 {
        font-size: 2.8rem
    }

    .aboutme__hero-title,
    h2 {
        font-size: 2.5rem
    }

    h3 {
        font-size: 1.7rem
    }

    h4 {
        font-size: 1.3rem
    }

    .footer__trigger,
    .menu__logo,
    p {
        font-size: 1.1rem
    }

    .menu__logo-image {
        width: 110px;
        height: 110px
    }

    .menu__nav {
        width: 900px;
        max-width: 1200px
    }

    .menu__nav-items {
        padding: 1.2rem
    }

    .menu__link {
        font-size: 1rem
    }

    .contact {
        margin-top: 9rem
    }

    .contact__wrapper,
    .services__opinions,
    .services__results,
    .services__steps {
        max-width: 1300px
    }

    .contact__form {
        max-width: 780px
    }

    .contact__img {
        max-width: 480px
    }

    .hero__wrapper {
        max-width: 1300px;
        max-height: 620px
    }

    .hero__text {
        max-width: 865px
    }

    .hero__text-subtitle {
        max-width: 520px
    }

    .hero__text-btn {
        width: 60%;
        margin-top: 10px;
        padding: 1.2rem clamp(.5rem, 2vw, .8rem);
        font-size: clamp(1.2rem, 3vw, 1.3rem)
    }

    .services__benefits-title {
        margin-top: 2rem
    }

    .services__block-logo {
        width: 45px;
        height: 45px;
        fill: #8c52ff
    }

    .services__benefits-content {
        max-width: 1200px;
        grid-template-columns: repeat(3, 450px)
    }

    .services__benefits-icon,
    .services__results-icon,
    .services__steps-icon {
        width: 100px;
        height: 100px
    }

    .services__cta-block {
        margin: 8rem auto
    }

    .services__cta-icon {
        width: 180px;
        height: 180px
    }

    .services__cta-text {
        max-width: 715px
    }

    .services__cta-btn {
        margin-top: 10px;
        padding: 1.2rem 1.5rem;
        font-size: 1.3rem
    }

    .aboutme {
        margin: 6rem 0
    }

    .aboutme__container {
        width: 100%;
        max-width: 1450px;
        margin: 0 auto;
        color: #000;
        background-color: #fff
    }

    .aboutme__bio-text {
        max-width: 900px;
        line-height: 2.3
    }

    .aboutme__img {
        max-width: 400px
    }

    .aboutme__story {
        max-width: 1200px;
        padding: 0
    }

    .aboutme__trust-wrapper {
        max-width: 1450px
    }

    .aboutme__bio-title {
        padding-left: 45px
    }

    .faq__item-question {
        margin-top: 1rem;
        font-size: 1.2rem
    }

    .aboutme__hero-wrapper {
        max-width: 1450px;
        padding: 5rem .5rem
    }

    .aboutme__btn {
        font-size: clamp(1rem, 3vw, 2rem)
    }

    .footer__top-section {
        max-width: 1700px;
        justify-content: space-between
    }

    .footer__brand-name {
        max-width: 560px;
        font-size: 1.5rem
    }

    .footer__brand-description {
        max-width: none
    }

    .footer__social-title {
        font-size: 1.5rem;
        font-weight: bolder
    }

    .footer__socials-icon {
        width: 65px;
        height: 65px
    }

    .footer__rights-title {
        font-size: 1.5rem
    }
}