@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Mukta:wght@400;700;800&display=swap');

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    transition: .2s;
}

html, body {
    min-height: 100vh;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    margin: 0;
    padding: 1px 20px;
    width: 100%;
    font-family: 'Mukta', sans-serif;
    background: url("../img/bg.png")no-repeat center/cover;
    overflow-x: hidden;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 140%;
    color: #000;
    position: relative;
    height: 100%;
}

.header-wrapper {
    margin: auto;
    padding: 50px 0 28px;
    width: 1206px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.logo {
    display: flex;
    justify-content: flex-start;
    gap: 32px;
    align-items: center;
    max-width: 30%;
}

.logo :nth-child(1) {
    min-width: 25px;
}

.logo :nth-child(2) {
    min-width: 84px;
}

.header-btn {
    max-width: 50%;
}

.video-wrapper {
    margin-top: 16px;
    position: relative;
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    cursor: pointer;
    z-index: 10;
    transition: all .4s linear;
}

.video {
    box-shadow: 4px 4px 11px rgba(0, 0, 0, 0.31);
    border-radius: 21px;
}

.row {
    width: 1624px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background: #fff;
    box-shadow: 5px 7px 24px rgba(0, 0, 0, 0.25);
    border-radius: 38px;
    margin: auto;
    padding: 6vh 9vw 8vh;
    gap: 20px 40px;
    margin-bottom: 12vh;
}

.privacy {
    font-family: 'Inter', sans-serif;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 1px #777,
    -1px 1px 1px #777,
    1px -1px 1px #777,
    -1px -1px 1px #777;
}

.main__col-1 {
    max-width: 33%;
    min-width: 320px;
}

.main__col-2 {
    max-width: 55%;
    min-width: 30vw;
}

.main__title {
    font-weight: 400;
    font-size: 48px;
    line-height: 80px;
    text-transform: capitalize;
    padding-bottom: 20px;
}

.main__text {
    font-weight: 400;
    font-size: 24px;
    line-height: 135.7%;
    padding-bottom: 26px;
}

.button {
    background: linear-gradient(90deg, #3604FE 0%, #0FFF7D 100%);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    color: #fff;
    cursor: pointer;
    transition: .2s;
}

.button:hover {
    box-shadow: 2px 12px 24px rgba(0, 0, 0, 0.15);
    transition: .2s;
}

.btn-md {
    border-radius: 19px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    text-transform: uppercase;
    width: 363px;
    text-align: center;
    display: inline-block;
    padding: 8px;
}

.btn-sm {
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    width: 246px;
    border-radius: 87px;
    padding: 5px 30px 8px;
}

.product__title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: 77px;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.product__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 135.7%;
}

.form {
    justify-content: center;
    gap: 20px 68px;
    padding: 6vh 2vw 8vh;
}

.form__col-1 {
    position: relative;
    max-width: 53%;
    flex: 1 1 auto;
    min-width: 695px;
}

.form__col-2 {
    max-width: 30%;
}

.form-wrapper {
    position: relative;
}

.price {
    position: absolute;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    right: 0;
    bottom: 0;
}

.price-new {
    font-weight: 400;
    font-size: 64px;
    line-height: 40px;
    padding-bottom: 49px;
}

.price-old {
    font-weight: 400;
    font-size: 48px;
    line-height: 40px;
    color: #B1B1B1;
    padding-right: 22px;
}

.form__title {
    margin-bottom: 30px;
    margin-left: 40px;
    display: block;
}

.form-container {
    width: 372px;
}

.form__label {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    display: block;
    text-align: left;
    padding-left: 26px;
}

.input-group {
    width: 372px;
    border-radius: 65px;
    margin-bottom: 20px;
}

.input-group:before {
    line-height: 1.2;
}

.form__input {
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 135.7%;
    height: 63px;
    background: #EBEBEB;
    border: 2px solid #000;
    border-radius: 65px;
    color: #000;
    width: 100%;
    padding: 0 15px;
}

.form__input::placeholder {
    font-family: 'Mukta', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 135.7%;
}

@media screen and (max-width: 1024px) {
    .row {
        justify-content: center;
    }
    .main__col-1 {
        max-width: 100%;
        min-width: auto;
    }

    .main__col-2 {
        max-width: 100%;
    }

    .form {
        padding: 6vh 9vw 8vh;
    }
    .form__col-1 {
        max-width: 100%;
    }
    .form__col-2 {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .logo {
        gap: 6px;
    }

    .btn-md {
        width: 160px;
        font-size: 20px;
        line-height: 24px;
        border-radius: 13px;
    }

    .btn-sm {
        font-weight: 800;
        font-size: 20px;
        line-height: 25px;
        width: 200px;
        padding: 5px 32px 8px;
    }

    .header-wrapper {
        padding: 15px 0 25px;
    }

    .row {
        background: none;
        box-shadow: none;
        flex-direction: column-reverse;
        gap: 0;
        padding: 0;
        margin-bottom: 0;
        position: relative;
    }

    .main {
        padding-bottom: 32px;
    }

    .product__title {
        font-size: 36px;
        line-height: 44px;
    }

    .main__title {
        font-size: 32px;
        line-height: 53px;
        padding-bottom: 0;
    }

    .main__text {
        display: none;
    }

    .main-btn {
        display: none;
    }

    .form {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .form__col-1 {
        min-width: auto;
        position: unset;
    }

    .form-wrapper {
        position: unset;
    }

    .price {
        bottom: auto;
        top: 0;
        left: 0;
        right: 0;
        align-items: center;
    }

    .price-new {
        font-weight: 700;
        font-size: 50px;
        line-height: 40px;
        padding-bottom: 29px;
    }

    .price-old {
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        color: #fff;
        text-decoration-color: rgba(181, 48, 90, 1);
        padding-right: 0;
    }

    .form__title {
        display: none;
    }

    .input-group {
        margin-bottom: 15px;
    }

    .form__label {
        font-size: 16px;
        line-height: 30px;
    }

    .form__input {
        height: 53px;
    }
}
