@import 'font.css';

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

body {
    font-family: 'Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #111827;
}

.wrapper {}

.header {
    background: #F9FAFB;
    padding: 38px 0;
}

.nav {
    max-width: 1200px;
    width: 100%;
    margin: auto;

}

.nav ul {
    display: flex;
    gap: 83px;
    padding: 0 20px;
}

.nav ul a {
    font-size: 18px;
    color: #111827;
    transition: 300ms;
}

.nav ul a:hover {

    color: #082e9e;
}

.header__content {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
}

.header__content_left {
    padding-left: 42px;
}

h1 {
    font-size: 60px;
    line-height: 75.6px;
    max-width: 553px;
    width: 100%;
}

.header__title {
    font-size: 60px;
    line-height: 75.6px;
    color: #B498F0;
    padding: 22px 0 3px;
}

.header__title span {
    color: #111827;
}

.header__desc_extra {
    font-family: 'Sans', sans-serif;
    font-weight: 400;
    color: #111827;
    max-width: 556px;
    width: 100%;
    font-size: 19px;
    line-height: 31.5px;
    margin: 9px 0 52px;
}

.header__btns {
    display: flex;
    gap: 16px;
}

.header__btn {
    border: 1px solid #111827;
    border-radius: 4px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    font-size: 16px;
    line-height: 18.9px;
    cursor: pointer;
    transition: 300ms;
}


.header__btn:hover {
    background-color: #111827;
    color: white;
}

.header__btn_extra {
    gap: 10px;
}



.header__btn_extra p {
    width: 70px;
    transition: 300ms;
}

.header__btn:hover p {
    color: white;
}

.header__links {
    display: flex;
    flex-direction: column;
    margin-top: 68px;
    gap: 14px;
}

.header__links a {
    font-family: Rubik, sans-serif;
    font-weight: 400;
}

.header__link_extra {
    display: flex;
    gap: 7px;
    align-items: center;
}

.header__content_right {
    position: relative;
    width: 50%;
}

.header__content_right img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.header__content_right img:last-of-type {
    position: absolute;
    top: 11%;
    left: 0%;
    max-width: 291px;
    max-height: 582px;
    width: 100%;
    height: 100%;
}

.header__content_right img:first-of-type {
    position: absolute;
    top: -8%;
    right: 0%;
    max-width: 694px;
    max-height: 552px;
    width: 100%;
    height: 100%;
}

.main__content {
    margin-top: 150px;
    display: flex;
    gap: 30px;
    justify-content: center;
    padding: 0 20px;
}

.main__content_left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.main__title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 51px;
    max-width: 423px;
    width: 100%;
    line-height: 61.4px;
}

.main__desc {
    font-size: 20px;
    line-height: 31.5px;
    max-width: 472px;
    width: 100%;

}

.main__btn {
    max-width: 151px;
    width: 100%;
    padding: 21px 14px;
    font-size: 15px;
    line-height: 18.9px;
}

.main__content__right {
    max-width: 622px;
    width: 100%;
}

.main__videos {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 41px;
    margin: 151px auto 40px;
    max-width: 709px;
    width: 100%;
    text-align: center;
}

.main__videos_extra {
    margin: 151px 0 40px;
}

.main__video {

    max-width: 1121px;
    width: 100%;

    margin: auto;
}

.main__images {
    display: flex;
    justify-content: space-evenly;
}

.main__carts {
    display: flex;
    justify-content: space-evenly;
    margin: 150px 0;
}

.main__cart {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main__cart_title {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 35.4px;
    color: #111827;
    text-align: center;
}

.main__cart__desc {
    font-family: 'Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26.6px;
    color: #111827;
    margin: 16px 0 29px;
    text-align: center;
    max-width: 306px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer {
    height: 140px;
    background-color: #F9FAFB;
}

.order {
    max-width: 1200px;
    width: 100%;
    margin:  40px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.order__title {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 23.6px;
    color: #111827;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form__box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.line {
    background: #1118273a;
    height: 1px;
}

.form__box span {
    width: 100px;
}

.form__box_text input {
    border-radius: 6px;
    border: none;
    outline: none;
    background: #11182725;
    padding: 5px;
    width: 300px;

}

.form__box_area textarea {
    border-radius: 6px;
    border: none;
    outline: none;
    background: #11182725;
    padding: 5px;
    width: 300px;
    height: 100px;
        resize: none;
}

.form__btn {
    width: 150px;
    height: 40px;
    border-radius: 6px;
    border: none;
    outline: none;
    background: #111827;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.form__box_text_contact {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
}

.form__box_text span {
width: 100%;
}

.rozilik {
    font-size: 26px;
    padding: 10px;
    max-width: 900px;
    width: 100%;
}

.rozilik__link {
    padding: 10px;
}

.rozilik__desc {
    font-size: 18px;
    line-height: 28px;
    padding: 10px;
    max-width: 900px;
    width: 100%;
}

@media (max-width: 992px) {
    .header__content {
        flex-direction: column;
        align-items: center;
    }

    .header__content_right img {
        max-width: 100%;
        max-height: 100%;
    }

    .main__content {
        flex-direction: column;
        align-items: center;
    }

    .main__content_left,
    .main__content__right {
        width: 100%;
    }

    .main__content_left {
        align-items: center;
        text-align: center;
    }

    .order {
        width: 90%;
    }

    .main__carts {

        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .main__images img {
        max-width: 209px;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 776px) {
    .main__images img {
        max-width: 150px;
    }
}
@media (max-width: 556px) {
    .main__images {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .header__content_left h1,
    .header__title,
    .main__title {
        font-size: 40px;
    }

    .main__video  {
    }

    iframe {
        height: 300px;
    }
}