@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #131d27
}

body {
    padding: 0;
    margin: 0 auto;
    max-width: 640px;
    background-color: #000;
    color: #fff
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

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

.wrapper {
    max-width: 480px;
    margin: 0 auto;
    padding: 0 25px
}

input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none
}

.price {
    font-family: "Bebas", sans-serif;
    font-size: 40px;
    margin: 0
}

.price--new {
    color: #fea500;
    margin-right: 15px
}

.price--old {
    text-decoration: line-through
}

.button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-family: "Bebas", sans-serif;
    font-size: 31px;
    line-height: 31px;
    color: #fff;
    background-color: #901c15;
    border: 6px solid #6f120c;
    max-width: 300px;
    padding: 15px 40px;
    border-radius: 50px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.button:hover {
    color: #fea500
}

.timer {
    font-family: "Roboto black", sans-serif;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 270px;
    margin: 0 auto
}

.timer__hours, .timer__minutes, .timer__seconds {
    position: relative;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    background: url(../img/circle.png) no-repeat 100% 100%
}

.timer__hours::before, .timer__minutes::before {
    content: ':';
    position: absolute;
    top: 22px;
    right: -17px;
    font-size: 30px
}

.timer__seconds-title, .timer__minutes-title, .timer__hours-title {
    font-family: "Roboto reg", sans-serif;
    font-size: 12px;
    position: absolute;
    bottom: -27px;
    left: 20px
}

.flag-dropdown, .hide {
    display: none
}

.error-box {
    color: #fff;
    background-color: #de5042;
    border-radius: 5px;
    text-align: center;
    width: 240px;
    font-size: 14px;
    line-height: 20px;
    margin: -5px auto 10px !important;
    z-index: 100
}

@font-face {
    font-family: "Roboto reg";
    src: url(../fonts/Roboto-Regular.woff2) format("woff2");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto bold";
    src: url(../fonts/Roboto-Bold.woff2) format("woff2");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Roboto black";
    src: url(../fonts/Roboto-Black.woff2) format("woff2");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Bebas";
    src: url(../fonts/bebas_neue_bold.woff2) format("woff2");
    font-style: normal;
    font-display: swap
}

.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px
}

.page-header {
    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;
    margin-bottom: 22px
}

.page-effects {
    margin-bottom: 50px
}

.page-discount, .page-sale {
    text-align: center;
    margin-bottom: 50px
}

.page-sale {
    margin-bottom: 60px
}

.page-advantages {
    text-align: center;
    padding: 20px 0 0
}

.page-order {
    margin-top: -154px;
    margin-bottom: 34px
}

.header, .page-order {
    text-align: center
}

.header__title {
    font-family: "Roboto reg", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    margin: 25px 0 5px
}

.header__subtitle {
    font-family: "Bebas", sans-serif;
    font-size: 44px;
    color: #fea500;
    margin: 0
}

.effects__wrapper {
    position: relative;
    background: url(../img/scene_1.gif) no-repeat center -36px;
    background-size: 100% auto;
    margin: 0
}

.effects__wrapper::after, .effects__wrapper::before {
    position: absolute;
    bottom: 29px;
    width: 100%;
    height: 45px
}

.effects__wrapper::before {
    background: -o-repeating-linear-gradient(140deg, #901c15, #901c15 15px, #7a1a14 15px, #7a1a14 30px);
    background: repeating-linear-gradient(-50deg, #901c15, #901c15 15px, #7a1a14 15px, #7a1a14 30px);
    content: '';
    display: block;
    z-index: 5
}

.effects__wrapper::after {
    content: '+4 cm w 3 tygodnie';
    font-family: "Roboto bold", sans-serif;
    font-size: 17px;
    text-align: right;
    padding: 15px 18px 0 0;
    display: none;
    z-index: 15
}

.effects__product {
    position: relative;
    width: 39%;
    margin: -12px 0 0 6px;
    z-index: 10
}

.effects__list {
    margin-top: -29px;
    padding-top: 48px;
    padding-bottom: 40px;
    background: url(../img/effect.jpg) no-repeat 100%;
    background-size: cover;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.effects__item {
    position: relative;
    font-family: "Roboto reg", sans-serif;
    font-size: 15px;
    line-height: 18px;
    max-width: 250px;
    margin: 0 10px 24px 61px
}

.effects__item:last-of-type {
    margin: 0 10px 0 61px
}

.effects__item::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -40px;
    display: block;
    background: url(../img/check.png) no-repeat 100% 100%;
    background-size: 26px 19px;
    width: 26px;
    height: 19px
}

.discount {
    background-color: #19212a;
    padding: 21px 0 0;
    border-radius: 15px
}

.discount__title {
    font-family: "Roboto bold", sans-serif;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 2px
}

.discount__date {
    color: #fea500
}

.discount__subtitle {
    font-family: "Roboto bold", sans-serif;
    font-size: 16px;
    margin: 0 0 28px
}

.discount__timer {
    margin-bottom: 52px
}

.discount__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px;
    background-color: #151c24;
    margin-bottom: 20px
}

.discount__button {
    margin-bottom: 20px
}

.sale {
    border-radius: 15px;
    background-color: #19212a
}

.sale__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sale__title {
    position: absolute;
    font-family: "Bebas", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    bottom: 50px
}

.sale__description {
    position: absolute;
    font-family: "Roboto reg", sans-serif;
    font-size: 15px;
    max-width: 290px;
    margin: 0;
    bottom: 11px
}

.sale__scene {
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.sale__button {
    padding: 15px 10px;
    margin-top: 30px;
    margin-bottom: 25px
}

.advantages {
    background: url(../img/bg.png) no-repeat center center;
    background-size: cover
}

.advantages__title {
    font-family: "Bebas", sans-serif;
    font-size: 35px;
    color: #fea500;
    text-transform: uppercase;
    margin-bottom: 41px
}

.advantages__list {
    max-width: 390px;
    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;
    margin: 0 auto;
    padding-bottom: 175px
}

.advantages__item {
    font-family: "Roboto reg", sans-serif;
    font-size: 15px;
    padding: 0 0 20px;
    margin-bottom: 18px;
    border-bottom: 1px solid transparent;
    -o-border-image: -o-linear-gradient(left, transparent 5%, #355677 50%, transparent 100%);
    border-image: -webkit-gradient(linear, left top, right top, color-stop(5%, transparent), color-stop(50%, #355677), to(transparent));
    border-image: linear-gradient(to right, transparent 5%, #355677 50%, transparent 100%);
    border-image-slice: 1 2
}

.advantages__item:nth-of-type(1) .advantages__text {
    max-width: 250px
}

.advantages__item:nth-of-type(2) .advantages__text {
    max-width: 280px
}

.advantages__item:nth-of-type(3) .advantages__text {
    max-width: 250px
}

.advantages__text {
    margin: 0
}

.order__product-wrapper {
    background-color: #19212a;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 20px 0
}

.order__inner {
    background-color: #151c24;
    padding-top: 25px
}

.order__subtitle, .order__title {
    font-family: "Roboto bold", sans-serif;
    font-size: 16px;
    margin: 0
}

.order__subtitle {
    margin: 0 0 23px
}

.order__timer {
    margin-bottom: 40px
}

.order__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.order__price {
    padding-bottom: 20px
}

.order__form {
    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;
    padding: 32px 0 34px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #19212a
}

.order__form-wrapper {
    position: relative;
    max-width: 280px
}

select {
    max-width: 280px;
}

.order__form-input,select {
    width: 100%;
    outline: 0;
    margin: 0 auto 10px;
    padding: 0 30px;
    height: 50px;
    border: 0;
    border-radius: 50px
}

.order__form-input::-webkit-input-placeholder {
    text-align: left;
    font-family: "Roboto reg", sans-serif;
    font-size: 15px;
    color: #bdbdbd
}

.order__form-input:-ms-input-placeholder, .order__form-input::-ms-input-placeholder {
    text-align: left;
    font-family: "Roboto reg", sans-serif;
    font-size: 15px;
    color: #bdbdbd
}

.order__form-input::placeholder {
    text-align: left;
    font-family: "Roboto reg", sans-serif;
    font-size: 15px;
    color: #bdbdbd
}

.order__form-input:focus {
    border: 2px solid #fea500;
    border-radius: 50px
}

.privacy-policy {
    text-align: center;
    padding-bottom: 25px
}

.privacy-policy__link {
    font-family: "Roboto reg", sans-serif;
    font-size: 15px;
    color: #3d3d3d
}

@media (min-width: 460px) {
    .effects__wrapper::after {
        display: block
    }
}