/* COMMON STYLES */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.title span{

}
a {
    text-decoration: none;
    color: inherit;
    transition: .3s;
}

img {
    max-width: 100%;
}

li {
    position: relative;
    list-style: none;
    z-index: 1;
}

html {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: "Arial", sans-serif;
    font-weight: 400;
    color: #fff;
    background-color: #030E28;
    background-image: url("../images/bg.png");
    background-size: cover;
}

:root {
    --font-family: "Inter", sans-serif;
    --second-family: "Helvetica Neue", sans-serif;
    --third-family: "Khand", sans-serif;
    --font3: "Arial", sans-serif;
    --font4: "Lato", sans-serif;
    --font5: "Georgia", sans-serif;
    --font6: "Hind", sans-serif;
}

/* COMMON STYLES */
.button {
    border: none;
    cursor: pointer;
    transition: .5s;
}

.button:hover {
    transition: .5s;
}

.mob {
    display: none;
}

.container {
    max-width: 1320px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
}

/* header */
.header {
    padding: 20px 0;
}

.header .container {
    display: flex;
    align-items: center;
    gap: 462px;
}

.logo {
    max-width: 96px;
}

.nav ul {
    display: flex;
    gap: 44px;
}

/* main */
.main {
    padding: 30px 0;
}

.main .container {
    display: flex;
    align-items: center;
}

.man {
    position: relative;
    margin-left: -130px;
    z-index: 0;
}

.mob-man {
    display: none;
}

.man-text {
    position: absolute;
    left: 185px;
    bottom: 190px;
    max-width: 300px;

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    z-index: 1;
}

.man-text:before {
    content: url("../images/main-text-bg.png");
    position: absolute;
    top: -10px;
    left: -100px;
    opacity: .7;
    z-index: -1;
}

.main-info {
    position: relative;
    z-index: 1;
}

.title {
    margin-bottom: 30px;
}

.main-text {
    max-width: max-content;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 45px;
    color: #fff;

    border-radius: 5px;
    padding: 6px 19px;
    background: linear-gradient(90deg, #42b34e 0%, #266b2c 100%);
    margin-bottom: 90px;
}

.main-order {
    display: flex;
    align-items: center;
}

.main-form {
    max-width: 400px;
}

.form-header {
    border: 2px dashed #000;
    border-radius: 10px;
    padding: 17px 12px;

    background: #fff500;
}

.form-header-text {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: #f00;
    white-space:nowrap;
    margin-bottom: 10px;
}

.timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.timer div {
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.time {
    padding: 2px;
    background: #fff;

    font-family: var(--third-family);
    font-weight: 500;
    font-size: 32px;
    line-height: 86%;
    color: #000;
}

.timer span:last-child {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 13px;
    color: #f00;
}

.form-body {
    max-width: 330px;
    padding: 20px 35px;
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.23);
    background: #fff;
    border-radius: 0 0 17px 17px;
    margin: 0 auto;
}

.form-body-price {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 18px;
}

.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.price span:first-child {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 10px;
    color: #000;
    margin-bottom: 13px;
}

.old-price {
    position: relative;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: #525252;

    &:before {
        content: '';
        width: 100px;
        height: 2px;
        background-color: #FF0000;
        position: absolute;
        bottom: 14px;
        left: 0;
        transform: rotate(-20deg);
    }
}

.new-price {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: #f00;
}

.main-form input {
    padding: 5px 5px 5px 20px;
    border: none;
    border-bottom: 1px solid #9b9b9b;

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #9b9b9b;
    margin-bottom: 10px;
}

.user-input {
    position: relative;

    &::before {
        content: url("../images/user.svg");
        position: absolute;
        top: 7px;
        left: 0;
    }
}

.phone-input {
    position: relative;

    &::before {
        content: url("../images/phone.svg");
        position: absolute;
        top: 7px;
        left: 0;
    }
}

.form-button {
    padding: 7px 16px;
    display: block;
    width: max-content;
    box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.2);
    background: linear-gradient(180deg, #00c2ff 0%, rgba(127, 224, 254, 0.65) 51.56%, #00c2ff 100%);

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    color: #000;
    border-radius: 9px;
    margin: 0 auto;
}

.main-image {
    margin-left: -35px;
}

.symptoms {
    padding: 30px 0;
}

.title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 58px;
    line-height: 123%;
    color: #fff;
}

.symptoms-title {
    max-width: 631px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: 30px;
}

.symptoms .wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.symptoms-block {
    max-width: 790px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 24px;
    margin-left: auto;
    margin-right: 90px;
}

.item {
    width: 790px;
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    align-items: center;
    border-radius: 5px;
    padding: 6px 19px;
    background: linear-gradient(90deg, #42b34e 0%, #266b2c 100%);

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 119%;
    text-align: right;
    color: #fff;

    p {
        max-width: 450px;
    }
}

.symptoms-image {
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1;
}

.consecuencias {
    padding: 30px 0;
}

.consecuencias-title {
    max-width: 847px;
    text-align: center;
    margin: 0 auto 46px;
}

.consecuencias-items {
    display: flex;
    justify-content: center;
    gap: 90px;
}

.consecuencias-item {
    padding: 22px 19px;

    border-radius: 5px;
    padding: 22px 19px;
    background: linear-gradient(90deg, #42b34e 0%, #266b2c 100%);
}

.consecuencias-item p {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.work {
    padding: 30px 0;
}

.work-title {
    max-width: 770px;
    font-size: 90px;
    line-height: 123%;
}

.work .wrapper {
    margin-top: -100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 50px;
}

.work-text {
    position: relative;
    max-width: 470px;

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 157%;
    color: #fff;

    margin-bottom: 80px;
    z-index: 1;

    &::before {
        content: url("../images/work-text-bg.png");
        position: absolute;
        top: -6px;
        left: -30px;
        z-index: -1;
    }
}

.advantages {
    padding: 30px 0;
}

.advantages-title {
    max-width: 1083px;
    text-align: right;
    margin: 0 auto 70px;

    font-size: 76px;
    line-height: 123%;
}

.advantages .wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.advantages-image {
    position: absolute;
    top: -45px;
    left: 0;
}

.advantages-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-right: 70px;
}

.advantages-item {
    width: 790px;
    padding: 6px 19px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 136%;
    color: #fff;
    text-align: right;

    border-radius: 5px;
    background: linear-gradient(90deg, #42b34e 0%, #266b2c 100%);

    p {
        max-width: 638px;
    }

    svg {
        min-width: 47px;
    }

    margin-left: auto;
    margin-right: 0;
}

.action {
    padding: 30px 0;
}

.action .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-text {
    position: relative;
    z-index: 2;
    padding: 6px 20px;
    display: flex;
    align-items: center;
    max-width: 616px;
    min-width: 616px;

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 137%;
    color: #fff;

    border-radius: 5px 0 0 5px;
    box-shadow: 6px 0 4px 0 #000;
    background: linear-gradient(90deg, #42b34e 0%, #266b2c 100%);

    svg {
        min-width: 25px;
    }
}

.action-image {
    position: relative;
    margin-left: -30px;
    z-index: 1;
}

.bg {
    border-radius: 5px;
    width: 132px;
    height: 176px;
    background: linear-gradient(90deg, #42b34e 0%, #266b2c 100%);
    margin-left: -100px;
}

.compound {
    padding: 30px 0;
}

.compound-title {
    max-width: 582px;
    font-size: 72px;
    line-height: 123%;
    margin-bottom: 33px;
    margin-left: 88px;
}

.compound .wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.compound-items {
    max-width: 657px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.compound-item {
    padding: 4px 50px 4px 30px;
    display: flex;
    align-items: center;
    gap: 10px;

    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 137%;
    text-align: center;
    color: #fff;

    border-radius: 5px 0 0 5px;
    background: linear-gradient(90deg, #42b34e 0%, #266b2c 100%);
}

.compound-image {
    margin-left: -80px;
}