* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}
html {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Mukta', sans-serif;
    font-weight: 300;
    background: #F5F5F5;
}

.container {
    max-width: 1266px;
    margin: 0 auto;
}

.button {
    border: none;
    outline: none;
    cursor: pointer;
    transition: .5s;
}
.button:hover {
    transform: scale(1.1);
    transition: .5s all;
}

.main {
    position: relative;
    max-width: 100%;
    width: 1920px;
    height: max-content;
    background-image: url("../img/main-bg.png");
    background-position: bottom;
    background-size: 1920px, contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    z-index: 30;
}
.main .container {
    position: relative;
    padding: 80px 0 96px 0;
}
.bg-1 {
    position: absolute;
    top: -18px;
    right: 0;
    animation: move-1 5s linear infinite;
}
.main-info {
    position: relative;
    max-width: 643px;
    text-align: center;
}
.main-info-title {
    font-family: 'Dicapslock', sans-serif;
    font-weight: 400;
}
.main-info-title span:first-child {
    font-size: 182px;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
}
.main-info-title span:last-child {
    display: block;
    margin-top: -30px;
    font-size: 162px;
    color: #FFFFFF;
    text-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
}
.main-info-description {
    margin-top: -20px;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.main-info-images {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
.main-product-1 {
    position: absolute;
    top: 314px;
    right: -314px;
    z-index: 2;
    animation: move-2 5s linear infinite;
}
.main-product-2 {
    position: absolute;
    top: 71px;
    right: -677px;
    z-index: 1;
    animation: move-3 5s linear infinite;
}
.main-bang {
    position: absolute;
    top: 35px;
    right: -826px;
    z-index: -1;
    animation: bang 2s ease;
}
.main-info-button {
    padding: 10px 30px;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    background: linear-gradient(87.17deg, #0029FF 0%, #FFFFFF 141.44%);
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.65), inset -2px 4px 10px rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    margin-bottom: 136px;
}
.main-info-price {
    text-align: center;
}
.new-price {
    position: relative;
    width: 145px;
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    color: #FF0000;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.15);
    margin: 0 auto 47px auto;
    z-index: 10;
}
.new-price:before {
    content: '';
    width: 246px;
    height: 236px;
    background-image: url("../img/price-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -105px;
    left: -37px;
    z-index: -1;
}
.old-price {
    position: relative;
    font-weight: 400;
    font-size: 23px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    z-index: 10;
}
.old-price:before {
    content: '';
    width: 185px;
    height: 36px;
    background-image: url(../img/price-through.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: -12px;
    z-index: -1;
}


.without {
    max-width: 100%;
    width: 1920px;
    height: max-content;
    background-image: url("../img/without-bg.png");
    background-position: top;
    background-size: 1920px, contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.without .container {
    padding: 25px 147px 25px 147px;
    margin-top: -25px;
}
.without-title {
    font-weight: 600;
    font-size: 36px;
    color: #FF6B00;
    text-align: center;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.without-items {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
}
.pill-1 {
    position: absolute;
    top: -47px;
    left: -39px;
}
.pill-2 {
    position: absolute;
    left: 250px;
    top: 165px;
}
.pill-3 {
    position: absolute;
    top: 25px;
    right: -130px;
}
.without-item {
    width: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.without-item-text {
    font-weight: 600;
    font-size: 26px;
    line-height: 112.7%;
    color: #FFFFFF;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
}
.without-button {
    display: block;
    padding: 6px 30px;
    width: 180px;
    height: 41px;
    font-weight: 700;
    font-size: 23px;
    color: #FFFFFF;
    text-shadow: -1px 3px 4px rgba(0, 0, 0, 0.35);
    background: linear-gradient(87.17deg, #FF7A00 58.93%, #FFFFFF 141.44%);
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.65), inset -2px 4px 10px rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    margin: 0 auto;
}

.acceleration {
    position: relative;
    max-width: 100%;
    width: 1920px;
    height: max-content;
    background-image: url("../img/acceleration-bg.png");
    background-position: top;
    background-size: 1920px, contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    z-index: 30;
}
.acceleration .container {
    position: relative;
    margin-top: -30px;
    padding: 60px 0 147px 0;
}
.bg-2 {
    position: absolute;
    top: 65px;
    right: 50px;
    animation: move-1 5s linear infinite;
}
.acceleration-title {
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 199px;
}
.acceleration-items {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.wrapper {
    display: flex;
    flex-direction: column;
}
.wrapper:last-child {
    align-items: flex-end;
}
.acceleration-item span {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 23px;
    color: #FFFFFF;
    width: max-content;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
    border: 1.5px solid #FFFFFF;
    filter: drop-shadow(-2px 2px 4px rgba(0, 0, 0, 0.55));
    border-radius: 50px;
}
.acceleration-item:not(:last-child) {
    margin-bottom: 89px;
}
.wrapper:nth-child(2) .acceleration-item:first-child {
    margin-left: 146px;
}
.wrapper:nth-child(2) .acceleration-item:last-child {
    margin-left: 220px;
}
.wrapper:last-child .acceleration-item:first-child {
    margin-right: 96px;
}
.wrapper:last-child .acceleration-item:nth-child(2) {
    margin-right: 13px;
}
.wrapper:last-child .acceleration-item:last-child {
    margin-right: 140px;
}
.acceleration-item-image {
    position: absolute;
    top: -173px;
    right: calc(50% - 224px);
}

.approved {
    max-width: 100%;
    width: 1920px;
    height: max-content;
    background-image: url("../img/approved-bg.png");
    background-position: top;
    background-size: 1920px, contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.mob {
    display: none;
}
.approved .container {
    margin-top: -60px;
    padding: 33px 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.approved-info {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.approved-info-name {
    margin-top: -30px;
    font-size: 43px;
    color: #FFFFFF;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.45);
}
.approved-info-position {
    margin-top: -10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #CECECE;
}
.approved-description {
    max-width: 695px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}
.approved-title {
    font-weight: 600;
    font-size: 36px;
    color: #FF6B00;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}
.approved-text {
    font-size: 23px;
    line-height: 112.7%;
    color: #ffffff;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 19px;
}
.approved-text span {
    color: #FF6B00;
}
.satisfaction {
    margin-right: -10px;
}

.natural {
    position: relative;
    max-width: 100%;
    width: 1920px;
    height: max-content;
    background-image: url("../img/natural-bg.png");
    background-position: top;
    background-size: 1920px, contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    z-index: 30;
}
.natural .container {
    position: relative;
    margin-top: -35px;
    padding: 63px 17px;
}
.shadow-1 {
    position: absolute;
    left: -326px;
    bottom: 6px;
    z-index: -1;
    animation: move-4 4s linear infinite;
}
.shadow-2 {
    position: absolute;
    right: -328px;
    top: 25px;
    z-index: -1;
    animation: move-5 5s linear infinite;
}
.natural-slider {
    position: relative;
    padding: 70px 10px 70px 30px;
    max-width: 100%;
    height: max-content;
    background-image: url("../img/natural-slider-bg.png");
    background-size: cover;
    box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.35);
    border-radius: 15px;
}
.natural-item {
    position: relative;
    display: flex!important;
    align-items: center;
}
.natural-item-title {
    max-width: 705px;
    font-weight: 600;
    font-size: 36px;
    line-height: 112.7%;
    color: #FFFFFF;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.35);
    margin-bottom: 40px;
}
.natural-item-text {
    max-width: 705px;
    font-weight: 300;
    font-size: 23px;
    line-height: 112.7%;
    color: #000000;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
}
.natural .slick-arrow:nth-child(1) {
    position: absolute;
    top: calc(50% - 25px);
    left: -30px;
    cursor: pointer;
    z-index: 5;
}
.natural .slick-arrow:nth-child(3) {
    position: absolute;
    top: calc(50% - 25px);
    right: -30px;
    cursor: pointer;
    z-index: 5;
}
.natural .slick-dots {
    width: auto;
    bottom: 20px;
    filter: drop-shadow(-1px 1px 4px rgba(0, 0, 0, 0.45));
}
.natural .slick-dots li button:before {
    font-size: 10px;
    opacity: 1;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
}
.natural .slick-dots li.slick-active button:before {
    opacity: 1;
    color: white;
}

.happen {
    max-width: 100%;
    width: 1920px;
    height: max-content;
    background-image: url("../img/happen-bg.png");
    background-position: top;
    background-size: 1920px, contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.happen .container {
    padding: 20px 0 28px 13px;
    margin-top: -10px;
}
.happen-title {
    font-weight: 600;
    font-size: 36px;
    color: #ffffff;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.35);
    margin-bottom: 15px;
}
.happen-title span {
    color: #FF6B00;
}
.happen-items {
    margin-bottom: 10px;
}
.happen-item {
    display: flex;
    align-items: center;
}
.happen-item:nth-child(even) {
    margin-left: 50px;
}
.happen-item:not(:last-child) {
    margin-bottom: 0;
}
.happen-item:first-child .happen-item-text {
    width: 320px;
}
.happen-item:nth-child(2) .happen-item-text {
    width: 550px;
}
.happen-item:nth-child(3) .happen-item-text {
    width: 465px;
}
.happen-item:last-child .happen-item-text {
    width: 500px;
}
.happen-item-number {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 70px;
    color: transparent;
    -webkit-text-stroke: 1px #FF9100B2;
    margin-right: 10px;
}
.happen-item-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    text-transform: uppercase;
    color: #CECECE;
}
.happen-button {
    padding: 6px 30px;
    font-size: 23px;
    color: #FFFFFF;
    text-shadow: -1px 3px 4px rgba(0, 0, 0, 0.35);
    background: #FF7A00;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.65), inset -2px 4px 10px rgba(255, 255, 255, 0.45);
    border-radius: 8px;
}

.easy {
    position: relative;
    max-width: 100%;
    width: 1920px;
    height: max-content;
    background-image: url("../img/easy-bg.png");
    background-position: top;
    background-size: 1920px, contain;
    background-repeat: no-repeat;
    margin: 0 auto;
    z-index: 30;
}
.easy .container {
    position: relative;
    margin-top: -10px;
    padding: 160px 17px;
}
.pill-4 {
    position: absolute;
    left: 230px;
    top: 265px;
    z-index: -1;
}
.pill-5 {
    position: absolute;
    bottom: 238px;
    left: -75px;
    z-index: -1;
}
.pill-6 {
    position: absolute;
    top: 230px;
    left: 48px;
    z-index: -1;
}
.easy-product {
    position: absolute;
    top: -662px;
    right: 0;
    z-index: 5;
}
.easy-product img {
    max-width: 100%;
}
.easy-wrapper {
    position: relative;
    padding: 30px 10px 70px 10px;
    max-width: 100%;
    height: max-content;
    background-image: url("../img/natural-slider-bg.png");
    background-size: cover;
    box-shadow: 0 0 11px 5px rgba(0, 0, 0, 0.35);
    border-radius: 15px;
}
.easy-info-title {
    max-width: 710px;
    font-weight: 600;
    font-size: 36px;
    line-height: 112.7%;
    color: #FFFFFF;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.35);
    margin-bottom: 44px;
}
.easy-info-items {
    display: flex;
    height: 382px;
}
.easy-info-item {
    width: 197px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.easy-info-item:not(:last-child) {
    margin-right: 16px;
}
.easy-info-item:nth-child(2) {
    align-self: center;
}
.easy-info-item:nth-child(3) {
    width: 298px;
    align-self: flex-end;
}
.easy-info-item-text {
    font-size: 18px;
    line-height: 150.01%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.35);
}
.easy-info-block {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 10px;
    max-width: 350px;
    font-weight: 600;
    font-size: 26px;
    line-height: 112.7%;
    color: #474747;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
    background: #FFFFFF;
    border-radius: 10px;
}
.easy-slider {
    position: absolute;
    top: -79px;
    right: 60px;
    padding: 131px 22px 110px 22px;
    width: 380px;
}
.easy-slider:before {
    content: '';
    width: 380px;
    height: 774px;
    background-image: url("../img/easy-slider-bg.png");
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.easy-slider-item {
    max-width: 346px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.easy-slider-item-image img {
    display: block;
    margin: 0 auto;
}
.easy-slider-item-name {
    margin-top: -10px;
    font-weight: 600;
    font-size: 26px;
    color: #000000;
}
.easy-slider-item-rating {
    margin-bottom: 10px;
}
.easy-slider-item-rating img {
    display: block;
    margin: 0 auto;
}
.easy-slider-item-text {
    margin: 8px;
    padding: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #474747;
    background: #FFFFFF;
    box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25), inset -5px 5px 11px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}
.easy .slick-arrow:nth-child(1) {
    position: absolute;
    top: 694px;
    left: 30px;
    cursor: pointer;
    z-index: 10;
}
.easy .slick-arrow:nth-child(3) {
    position: absolute;
    top: 694px;
    right: 30px;
    cursor: pointer;
    z-index: 10;
}
.easy .slick-dots {
    bottom: 40px;
    left: 0;
    filter: drop-shadow(-1px 1px 4px rgba(0, 0, 0, 0.45));
}
.easy .slick-dots li button:before {
    font-size: 10px;
    opacity: 1;
    color: #ffffff;
}
.easy .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #FF7A00;
}
.easy-sale {
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    text-shadow: -2px 2px 4px rgba(191, 191, 191, 0.35);
    margin-left: 87px;
}
.easy-sale span {
    display: inline-block;
    font-size: 66px;
    color: #FF0000;
    animation: pulse 1.5s ease-in infinite;
}
.easy-slider-item-rating .mob {
    display: none;
}

.order {
    max-width: 100%;
    width: 1920px;
    height: max-content;
    background-image: url("../img/order-bg.png");
    background-position: top;
    background-size: 1920px, contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.order .container {
    margin-top: -90px;
    padding: 120px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.order-info {
    position: relative;
    max-width: 643px;
    text-align: center;
}
.order-info-title {
    font-family: 'Dicapslock', sans-serif;
    font-weight: 400;
}
.order-info-title span:first-child {
    font-size: 182px;
    color: transparent;
    -webkit-text-stroke: 2px #ffffff;
}
.order-info-title span:last-child {
    display: block;
    margin-top: -30px;
    font-size: 162px;
    color: #FFFFFF;
    text-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
}
.order-info-description {
    margin-top: -20px;
    font-weight: 600;
    font-size: 36px;
    color: #FFFFFF;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 70px;
}
.order-form {
    max-width: 424px;
    margin: 0 auto;
}
.order-form input {
    padding: 10px;
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    outline: none;
    margin-bottom: 20px;
}
.order-form input::placeholder {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}
.order-info-button {
    padding: 10px 30px;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    background: linear-gradient(87.17deg, #0029FF 0%, #FFFFFF 141.44%);
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.65), inset -2px 4px 10px rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    margin-top: 15px;
}
.order-info-price {
    position: absolute;
    top: 542px;
    left: -123px;
    text-align: center;
}
.order .new-price {
    position: relative;
    width: 145px;
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    color: #FF0000;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.15);
    margin: 0 auto 47px auto;
    z-index: 10;
}
.order .new-price:before {
    content: '';
    width: 246px;
    height: 236px;
    background-image: url("../img/price-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -105px;
    left: -37px;
    z-index: -1;
}
.order .old-price {
    position: relative;
    font-weight: 400;
    font-size: 23px;
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    z-index: 10;
}
.order .old-price:before {
    content: '';
    width: 185px;
    height: 36px;
    background-image: url(../img/price-through.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: -8px;
    z-index: -1;
}
.order-image {
    position: relative;
}

.footer {
    background: #131419;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    color: white;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(3px);
    z-index: 1000;
}
.modal .order-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal .order-info-button {
    display: block;
    margin: 0 auto 60px auto;
}
.modal .new-price {
    width: max-content;
    font-weight: 600;
    font-size: 43px;
    color: #FFFFFF;
    text-shadow: -2px 2px 4px rgba(0, 0, 0, 0.45);
}
.modal-info-price {
    width: 100%;
    text-align: center;
}
.modal .new-price:before {
    display: none;
}
.modal .old-price {
    font-size: 23px;
}
.modal  .old-price:before {
    background-image: url(../img/price-through-1.png);
    left: -15px;
    z-index: 10;
}
.modal-title {
    margin-top: 100px;
    font-family: 'Dicapslock', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}
.close {
    position: absolute;
    top: 20px;
    right: 20px;
}

@keyframes move-1 {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-10px, 20px);
    }
    50% {
        transform: translate(10px, 5px);
    }
    75% {
        transform: translate(5px, -20px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes move-2 {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(0, -10px);
    }
    50% {
        transform: translate(0, 0px);
    }
    75% {
        transform: translate(-0, 10px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes move-3 {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(0, 10px);
    }
    50% {
        transform: translate(0, 0px);
    }
    75% {
        transform: translate(0, -10px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes move-4 {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-10px, 10px);
    }
    50% {
        transform: translate(0px, 0px);
    }
    75% {
        transform: translate(-10px, 0px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes move-5 {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5px, -10px);
    }
    50% {
        transform: translate(5px, 0px);
    }
    75% {
        transform: translate(10px, -20px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes bang {
    0% {
        transform: scale(0%);
        opacity: 0;
    }
    100% {
        transform: scale(100%);
        opacity: 100%;
    }
}