:root {
    --primary-text-color: #8cc248;
    --title-text-color: #2e2f42;
    --accent-color: #84d06a;
    --primary-bg-color: #ffffff;
    --viber-btn: #665ca7;
    --text: #002e17;
    --fon-site: #f4f4fd;
    --gray-color-100: #fafafa;
    --gray-color-200: #f4f4f4;
    --yellow-color-300: #fbcb00;
}

.container {
    min-width: 360px;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

button {
    display: block;
    cursor: pointer;
    border: none;
    border-radius: 4px;
}

body {
    min-width: 360px;
    font-family: "Roboto", sans-serif;
    color: var(--dark-color);
    background-color: var(--white-color);
    font-size: 16px;
    letter-spacing: 0.02em;
}

.logo {
    margin: 20px 10px 20px 20px;
}

.text-logo {
    color: #fbcb00;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.hero {
    background-color: var(--fon-site);
    width: 360px;
    align-items: center;
}

.header {
    width: 360px;
    margin: 0 auto;
}

.header-list {
    display: flex;
    align-items: center;
}

.header-box {
    display: flex;
    width: 360px;
    height: 70px;
    align-items: center;
    background: rgba(46, 47, 66, 0.8);
    position: absolute;
}

.button-zak {
    width: 120px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    font-style: bold;
    background: #fbcb00;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    color: var(--title-text-color);
    margin-left: 80px;
    align-items: center;
    display: flex;
    text-align: center;
}

.title-hero {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fbcb00;
    margin-top: 20px;
    text-transform: uppercase;
    position: absolute;
    margin-top: 90px;
    margin-left: 12px;
}

.title-hero-2 {
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fbcb00;
    margin-top: 10px;
    text-transform: uppercase;
    position: absolute;
    margin-left: 12px;
}

.title-hero span {
    color: #ffffff;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.text-hero {
    text-align: center;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 15pxpx;
    letter-spacing: 0.02em;
    color: #ffffff;
    position: absolute;
    margin-top: 200px;
    margin-left: 40px;
}

.text-hero-2 {
    text-align: center;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: #ffffff;
    position: absolute;
    margin-top: 100px;
    margin-left: 40px;
}

.hero-img {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.price-box {
    padding-bottom: 30px;
}

.price-list {
    display: flex;
    align-items: center;
    padding: 0px 20px;
}

.old-price-item {
    align-items: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    background-color: #2e2f42;
    width: 160px;
    height: 70px;
    margin-top: 10px;
    border-radius: 10px 0px 0px 10px;
}

.new-price-item {
    align-items: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    background-color: #fbcb00;
    width: 160px;
    height: 70px;
    margin-top: 10px;
    border-radius: 0px 10px 10px 0px;
}

.old-text {
    text-align: center;
    margin-top: 10px;
    color: #ffffff;
    font-size: 14px;
}

.new-text {
    text-align: center;
    margin-top: 10px;
    color: #2e2f42;
    font-size: 14px;
}

.old-price {
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: var(--primary-bg-color);
    margin-top: 10px;
}

.new-price {
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #2e2f42;
    margin-top: 10px;
}

.action {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    margin-top: 15px;
    background-color: #eefd02;
    width: 140px;
    height: 70px;
    align-items: center;
    justify-content: center;
}

.action-text {
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: var(--title-text-color);
    margin-top: 10px;
}

.action-date {
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: var(--title-text-color);
    margin-top: 20px;
}

.button-zakaz {
    width: 280px;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    font-style: bold;
    background: #fbcb00;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    color: var(--title-text-color);
    margin-top: 30px;
    margin-left: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.sale-triger {
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: var(--title-text-color);
    padding-top: 20px;
}

.sale-triger-strong {
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: var(--title-text-color);
    background-color: #84d06a;
}

.advantage-block {
    display: flex;
    gap: 10px;
    padding: 0px 10px;
}

.advantage-list {
    width: 110px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

.adv-text {
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: var(--title-text-color);
    margin: 5px;
}

.adv-img {
    border-radius: 10px;
}

.action-list {
    padding: 0px 15px;
    margin-top: 20px;
}

.action-list-text {
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: var(--title-text-color);
    margin: 10px;
}

.action-list-sale {
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: var(--title-text-color);
    margin: 10px;
}

.about {
    background-color: var(--fon-site);
    padding: 0px 20px;
}

.title-section {
    text-align: center;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: var(--title-text-color);
    padding-top: 20px;
}

.title-section-color {
    text-align: center;
    font-family: "Raleway";
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.04em;
    color: #fbcb00;
}

.video {
    margin: 30px 0px;
    border-radius: 10px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5);
}

.text-about {
    align-items: center;
    width: 320px;
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: var(--title-text-color);
}

.text-about span {
    align-items: center;
    width: 320px;
    text-align: center;
    font-family: "Roboto";
    font-style: bold;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: var(--title-text-color);
}

.per-li {
    width: 320px;
    text-align: left;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: var(--title-text-color);
    margin-left: 10px;
}

.about {
    background-color: var(--fon-site);
    width: 360px;
    align-items: center;
    padding-bottom: 20px;
}

.about-img {
    margin: 30px 0px;
    border-radius: 10px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5);
}

.response {
    background-color: var(--fon-site);
    padding: 20px 20px;
    width: 360px;
    align-items: center;
}

.button-zakaz-2 {
    width: 280px;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    font-style: bold;
    background: #fbcb00;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    color: var(--title-text-color);
    margin-top: 30px;
    margin-left: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.response-img {
    margin: 30px 0px;
    border-radius: 10px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5);
}

.response-img-4 {
    margin-top: 30px;
    border-radius: 10px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5);
}

.field {
    width: 300px;
    height: 50px;
    border-radius: 50px;
    align-items: center;
    padding-left: 30px;
    margin-left: 30px;
    margin-top: 20px;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.5);
    border: 4px solid #fbcb00;
}

.title-hero-2 span {
    color: #84d06a;
}

.footer_section {
    color: #ffffff;
    background-color: #2e2f42;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 20px 25px 90px 25px;
    width: 360px;
    align-items: center;
    margin: 0 auto;
}

.footer_section img {
    margin: 0 auto 10px auto
}

.footer_section a {
    color: #ffffff;
}

.action-blok {
    margin: 0 auto;
    width: 360px;
    align-items: center;
}

.action-box-1 {
    width: 200px;
}

.action-box-2 {
    width: 140px;
}

.action-click {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: rgba(46, 47, 66, 0.7);
    color: #fff;
    width: 360px;
    align-items: center;
    margin: 0 auto;
    opacity: 0;
    animation: ani 10s forwards;
    display: flex;
}

@keyframes ani {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.button-zak2 {
    width: 120px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    font-style: bold;
    background: #fbcb00;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    color: var(--title-text-color);
    align-items: center;
    display: flex;
    text-align: center;
}

.pulse-button {
    animation: pulse 1s ease-out infinite;
    /* анімація */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

.action-box-1-text {
    font-family: "Roboto";
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: #fbcb00;
    margin-bottom: 10px;
}

.timer-box {
    display: flex;
    gap: 5px;
}

.timer-item {
    background-color: #fbcb00;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.timer-item-time {
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: var(--title-text-color);
    padding: 0 auto;
    margin-top: 7px;
    margin-bottom: 3px;
}

.timer-item-text {
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0.02em;
    color: var(--title-text-color);
}