* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

ul {
    list-style-type: none
}

body {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    min-width: 480px
}

.container {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    max-width: 480px
}

.content__wrapper {
    padding: 16px 30px
}

section {
    position: relative
}

.section-1__hero {
    background-image: url(../img/hero1.jpg);
    height: 75px;
    background-repeat: no-repeat;
    background-position: center
}

.section-1 > .container {
    position: relative;
    background: #1b1b1b
}

.section-1__hero-blick {
    position: absolute;
    width: 53px;
    height: 34px;
    border-radius: 5px;
    background: #f7971d;
    top: 18px;
    right: 5px;
    overflow-x: hidden
}

.logo {
    display: block;
    margin-left: auto;
    position: relative;
    top: 23px;
    right: 10px
}

.section-1__hero-blick .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-animation: flareAnimation;
    animation: flareAnimation;
    left: -150%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.4)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    -webkit-animation: flareAnimation 3s infinite linear;
    animation: flareAnimation 3s infinite linear
}

@-webkit-keyframes flareAnimation {
    0% {
        left: -150%
    }
    100% {
        left: 150%
    }
}

@keyframes flareAnimation {
    0% {
        left: -150%
    }
    100% {
        left: 150%
    }
}

.section-1__title {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 47px;
    text-transform: uppercase;
    text-align: center;
    color: #ff9900
}

.section-1__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff
}

.section-1__list {
    padding: 13px 27px 32px 0;
    background-image: url(../img/img7.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.section-1__list::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    right: 0;
    content: '';
    background-image: url(../img/backblack.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.section-1__item {
    background: -webkit-gradient(linear, left top, right top, color-stop(53.12%, #1b1b1b), to(rgba(27, 27, 27, 0)));
    background: linear-gradient(90deg, #1b1b1b 53.12%, rgba(27, 27, 27, 0) 100%);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 8px;
    padding-left: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 322px;
    position: relative;
    z-index: 2
}

.section-1__item span {
    min-width: 58px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat
}

.section-1__item:last-child {
    margin-bottom: 0
}

.product__sale {
    position: relative;
    top: -45px
}

.section-1__bottom-wrapper {
    background-image: url(../img/section-1_bot.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.section-1__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 421px;
    margin: 0 auto;
    padding: 16px 45px;
    margin-bottom: 32px;
    position: relative
}

.section-1__price::before {
    content: '';
    position: absolute;
    top: -0.04rem;
    left: -0.04rem;
    right: -0.04rem;
    bottom: -0.04rem;
    border-radius: 16px;
    border: 4px solid transparent;
    background: -webkit-gradient(linear, left top, right top, from(#d8b022), to(#b61814)) border-box;
    background: linear-gradient(90deg, #d8b022, #b61814) border-box;
    background-size: 200%;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    -webkit-animation: gradientBorder ease-in-out 2.5s infinite;
    animation: gradientBorder ease-in-out 2.5s infinite
}

@-webkit-keyframes gradientBorder {
    0% {
        background-position: 0 0
    }
    25% {
        background-position: 100% 0%
    }
    50% {
        background-position: 100% 100%
    }
    75% {
        background-position: 0% 100%
    }
    100% {
        background-position: 0 0
    }
}

@keyframes gradientBorder {
    0% {
        background-position: 0 0
    }
    25% {
        background-position: 100% 0%
    }
    50% {
        background-position: 100% 100%
    }
    75% {
        background-position: 0% 100%
    }
    100% {
        background-position: 0 0
    }
}

.section-1__old-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-1__old-price__text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px
}

.section-1__old-price__cen {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: #666666;
    position: relative
}

.section-1__old-price__cen::after {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 6px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    top: 11px;
    left: 0;
    background-color: #d52b27
}

.section-1__arrow-price {
    position: relative;
    top: 30px
}

.section-1__new-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-1__new-price__text {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #ffffff
}

.section-1__new-price__cen {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #ffffff
}

.button__link {
    display: block;
    background: linear-gradient(267.92deg, #f42e03 0%, #ef411c 42.71%, #a2260b 100%);
    border-radius: 63px;
    padding: 26px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    margin: 0 30px;
    position: relative;
    overflow: hidden
}

.button__link::before {
    content: '';
    width: 0;
    -webkit-box-shadow: 0 0 20px 12px #fff;
    box-shadow: 0 0 20px 12px #fff;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -8px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-animation: 2.5s btnHiLight ease-in-out infinite;
    animation: 2.5s btnHiLight ease-in-out infinite
}

@-webkit-keyframes btnHiLight {
    0% {
        left: -20%
    }
    60% {
        left: 110%
    }
    to {
        left: 110%
    }
}

@keyframes btnHiLight {
    0% {
        left: -20%
    }
    60% {
        left: 110%
    }
    to {
        left: 110%
    }
}

.packs {
    padding-top: 30px
}

.packs__container {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 32px
}

.packs__bar {
    width: 100%;
    height: 5px;
    background: #000;
    border-radius: 28px;
    background: #434343;
    margin-bottom: 15px;
    position: relative
}

.packs__progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    border-radius: 28px;
    background: #f6c720;
    -webkit-transition: 300ms;
    transition: 300ms
}

.packs p {
    font-size: 18px;
    font-weight: 700
}

.packs span {
    color: #f6c720
}

.icons {
    margin-bottom: 50px
}

.section-2 {
    margin-bottom: -5px
}

.section-2__title {
    background: #ff9900;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1b1b1b;
    padding: 52px 25px 12px
}

.section-2__list-wrapper {
    background-image: url(../img/backblack2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    top: -5px;
    padding-top: 39px;
    padding-bottom: 50px
}

.section-2__list-title {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin-bottom: 46px
}

.section-2__item {
    background: -webkit-gradient(linear, left top, right top, color-stop(53.12%, #1b1b1b), to(rgba(27, 27, 27, 0)));
    background: linear-gradient(90deg, #1b1b1b 53.12%, rgba(27, 27, 27, 0) 100%);
    padding: 8px;
    padding-left: 40px;
    margin-bottom: 24px;
    max-width: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.section-2__item :last-child {
    margin-bottom: 0px
}

.section-2__img {
    min-width: 68px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%
}

.section-3 > .container {
    background-color: #fff
}

.section-3__title {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding: 60px 0 20px
}

.section-4 > .container {
    background-image: url(../img/slidebac.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.section-4__title {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    padding: 60px 0 35px
}

.slider-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    background-color: #fff;
    padding: 0 10px
}

.slider-top__img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #dce2e9;
    padding: 2px;
    border: 0.5 solid grey;
    margin-right: 11px;
    background-size: cover;
}

.slider-top__name {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #131212
}

.slider-top__doted {
    margin-left: auto
}

.slider-nav {
    padding: 10px 10px 10px 10px;
    background-color: #fff;
    position: relative;
    top: -5px
}

.slider-bottom {
    padding: 0 15px;
    background-color: #fff
}

.slider-bottom__like {
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #131212
}

.slider-bottom__text2 {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.25em;
    color: #131212;
    padding-bottom: 20px
}

.container-section-5 {
    background-image: url(../img/q2.jpg?v1);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.section-5__title {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    color: #ffffff;
    padding-left: 29px;
    padding-bottom: 46px;
    padding-top: 338px;
    max-width: 262px
}

.section-5__title b {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 29px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ff9900
}

.container-sec6 {
    background-image: url(../img/bacsec3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0
}

.section-6__title {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-bottom: 20px
}

.section-6__list {
    margin-left: 23px
}

.section-6__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #1b1b1b;
    margin-bottom: 15px;
    max-width: 80%
}

.section-6__item img {
    max-width: 80px;
    margin-right: 15px
}

.another__gif {
    background-image: url(../img/zagruzheno_1.jpg);
    background-position: right center
}

.footer > .container {
    padding: 20px;
    text-align: center;
    background: #1b1b1b;
    border-radius: 0px
}

.footer > .container p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #ffffff
}

/*# sourceMappingURL=style.min.css.map */