@charset "UTF-8";

.about {
    width: 100%;
    max-width: 100rem;
    margin: auto;
    padding: 7.6rem 1rem 11.1rem;
}

.about p {
    font: 400 1.9rem/3.6rem var(--font1);
    color: var(--color3);
    text-align: justify;
    margin: 0 0 4rem;
}

.about p span {
    font-family: var(--font3);
    font-weight: 600;
    letter-spacing: -0.06em;
    color: var(--color1);
}

.values .container-four {
    width: 100%;
    max-width: 100.4rem;
    margin: auto;
    padding: 11.1rem 1rem 16rem;
}

.values .container-four .cards .card {
    width: 100%;
    border: 0.01rem solid var(--color2);
    border-radius: 2.9rem;
    position: relative;
    margin: 0 auto 11rem;
}

.values .container-four .cards .card h2 {
    font: 600 3rem/4.5rem var(--font3);
    letter-spacing: -0.02em;
    color: var(--color2);
    text-align: center;
    background-color: var(--color0);
    border: 0.01rem solid var(--color2);
    border-radius: 0.6rem;
    position: absolute;
    padding: 0.9rem 1rem;
    width: 100%;
    max-width: 38.2rem;
    margin: auto;
    left: 0;
    right: 0;
    top: -3.25rem;
}

.values .container-four .cards .card p {
    font: 400 1.9rem/2.9rem var(--font1);
    color: var(--color3);
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    padding: 7.2rem 1rem 3.2rem;
}

.values .container-four .cards .card-three .items {
    width: 100%;
    max-width: 71rem;
    margin: auto;
    padding: 6.5rem 1rem 4.5rem;
}

.values .container-four .cards .card-three .items .top,
.values .container-four .cards .card-three .items .down {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.values .container-four .cards .card-three .items .top {
    max-width: 41.8rem;
    margin: 0 auto 4.5rem;
}

.values .container-four .cards .card-three .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.values .container-four .cards .card-three .items .item img {
    width: 100%;
    max-width: 5.9rem;
    margin: 0 auto 1rem;
}

.values .container-four .cards .card-three .items .item-two img {
    max-width: 7.2rem;
}

.values .container-four .cards .card-three .items .item p {
    font: 400 1.9rem/2.9rem var(--font1);
    color: var(--color3);
    text-align: center;
    padding: 0;
}

.questions {
    background-color: var(--color1);
}

.questions .container-eight {
    width: 100%;
    max-width: 82rem;
    margin: auto;
    padding: 6rem 1rem 9rem;
}

.questions .container-eight h2 {
    font: 700 4.2rem/6.3rem var(--font4);
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--color0);
    -webkit-text-fill-color: var(--color0);
    background: none;
}

.questions .container-eight p {
    font: 400 2rem/3rem var(--font1);
    color: var(--color0);
    text-align: center;
    width: 100%;
    margin: 1.5rem auto 6.3rem;
}

.questions .container-eight .container-email {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

form input[type="number"],
form input[type="email"] {
    font: 400 1.5rem/3.3rem var(--font1);
    letter-spacing: -0.02em;
    color: var(--color4);
    background-color: var(--color0);
    border: none;
    border-radius: 1rem;
    outline: 1px solid var(--color7);
}

form::placeholder {
    color: var(--color4);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]:focus,
input[type="email"]:focus {
    outline: 2px solid var(--color2);
}

form .email,
form .phone {
    width: 100%;
    max-width: 33rem;
    height: 4.5rem;
    padding-left: 1.5rem;
}

form .btn-send {
    font: 500 2rem/3rem var(--font2);
    letter-spacing: 0.01em;
    color: var(--color0);
    width: 100%;
    max-width: 12.1rem;
    height: 4.5rem;
    border: none;
    border-radius: 1rem;
    transition: 300ms;
    padding-right: 1.5rem;
    background: var(--color2) url('./assets/right-arrow.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 9rem;
}

form .btn-send:hover {
    transform: scale(1.05);
    cursor: pointer;
}

footer {
    background-color: var(--color2);
}

footer .container-nine {
    padding: 2.2rem 0 1.5rem;
}

footer .container-nine .container-contact {
    width: 100%;
    max-width: 158.8rem;
    padding: 0 1rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .container-nine .container-contact .right {
    width: 100%;
    max-width: 59.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .container-nine .container-contact .right .footer-logo {
    width: 100%;
    max-width: 9.7rem;
    height: auto;
}

footer .container-nine .first-line {
    display: block;
    width: 100%;
    max-width: 0.1rem;
    height: 6.7rem;
    background-color: var(--color0);
}

footer .container-nine .container-contact address {
    width: 100%;
    max-width: 39.4rem;
    font: 400 1.8rem/2.7rem var(--font1);
    color: var(--color0);
}

footer .container-nine .container-contact address span {
    font-family: var(--font3);
    font-weight: 600;
}

footer .container-nine .container-contact .socials p {
    font: 400 1.5rem/2.3rem var(--font1);
    color: var(--color0);
}

footer .container-nine .container-contact .socials {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    max-width: 20.6rem;
}

footer .container-nine .container-contact .socials .icons {
    width: 100%;
    max-width: 7.8rem;
    display: flex;
    justify-content: space-between;
    margin: 0.5rem 0 0;
}

footer .container-nine .container-contact .socials .icons img {
    width: 100%;
    max-width: 3.1rem;
    height: auto;
    transition: 300ms;
    margin-left: auto;
}

footer .container-nine .container-contact .socials .icons img:hover {
    transform: scale(1.1);
}

footer .container-nine .second-line {
    display: block;
    width: 100%;
    margin: 4.4rem auto 1.4rem;
    height: 0.05rem;
    background-color: var(--color1);
}

footer .container-nine p {
    font: 400 1rem/1.8rem var(--font1);
    color: var(--color0);
    text-align: center;
    width: 100%;
}

footer img.wp-logo {
    width: 100%;
    max-width: 6.4rem;
    height: auto;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 100;
    transition: 300ms;
}

footer img.wp-logo:hover {
    transform: scale(1.1);
}

@media (max-width: 1440px) {
    footer .container-nine .container-contact .right {
        max-width: 54rem;
    }

    footer .container-nine .container-contact .right .footer-logo {
        max-width: 7rem;
    }

    footer .container-nine .container-contact address {
        font-size: 1.6rem;
    }
}

@media (max-width: 1023px) {
    .about {
        padding: 7.6rem 1rem 0;
    }

    .questions .container-eight h2 {
        font-size: 4rem;
        line-height: 5rem;
    }

    .questions .container-eight p {
        margin: 1.5rem auto 5rem;
    }

    .questions .container-eight .container-email {
        max-width: 33rem;
        flex-direction: column;
        row-gap: 1.5rem;
    }

    form .btn-send {
        margin-left: auto;
    }
}

@media (max-width: 767px) {

    .values .container-four .cards .card-three .items .top,
    .values .container-four .cards .card-three .items .down {
        flex-direction: column;
        row-gap: 4rem;
    }

    .questions .container-eight h2 {
        font: 700 2.8rem / 3.5rem var(--font3);
    }

    .questions .container-eight p {
        font-size: 1.6rem;
        line-height: 2.2rem;
        max-width: 58rem;
        margin: 1.7rem auto 3.6rem;
    }

    footer .container-nine .container-contact {
        display: flex;
        flex-direction: column;
    }

    footer .container-nine .container-contact .right {
        flex-direction: column;
        align-items: center;
    }

    footer .container-nine .first-line {
        display: none;
    }

    footer .container-nine .container-contact address {
        width: min-content;
        margin: 3rem auto;
    }

    footer .container-nine .container-contact .socials {
        gap: 1rem;
        align-items: center;
    }
}

@media (max-width: 539px) {
    .about {
        padding: 6rem 1rem 0;
    }

    .about p {
        font-size: 1.6rem;
        line-height: 3rem;
        margin: 0 0 3rem;
    }

    .values .container-four {
        padding: 6rem 1rem 2rem;
    }

    .values .container-four .cards .card h2 {
        font-size: 2.8rem;
        line-height: 3rem;
        max-width: 20rem;
        top: -2.5rem;
    }

    .values .container-four .cards .card p {
        font-size: 1.6rem;
        line-height: 2.8rem;
        padding: 6rem 1rem 3.2rem;
    }

    .questions .container-eight {
        padding: 6.6rem 1rem;
    }

    .questions .container-eight h2 {
        font: 700 2.4rem / 3rem var(--font3);
    }

    .questions .container-eight p {
        max-width: 39rem;
    }

    footer .container-nine .container-contact address {
        margin: 3.7rem auto 5rem;
    }
}

@media (max-width: 374px) {
    .questions .container-eight h2 {
        font-size: 2.2rem;
    }

    footer .container-nine .container-contact address {
        font-size: 1.3rem;
    }
}