*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar>.container, .navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.container {
    width: 100%;
    max-width: 290px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.text-center {
    text-align: center!important;
}
.text-left {
    text-align: left!important;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.d-block {
    display: block!important;
}
.d-none {
    display: none!important;
}


html body {
    font-family: "Open Sans";
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.first .container {
    padding-right: 0;
    padding-left: 0;
}

header {
    background: url("../img/01xs.jpg?i=1") no-repeat center top #000;
    padding-top: 18px
}

header a,
header a:hover {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.first .navbar-nav {
    display: block;
    width: auto;
    float: left;
    margin: 0 auto 50px;
}

.nav>li {
    position: relative;
    display: block;
    padding: 10px 25px
}

.first h1 {
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    color: #fff;
    min-width: 290px;
}

.first h1 span {
    font-size: 54px;
    line-height: 77px;
    text-transform: uppercase
}

p.f20 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-top: 5px
}

p b {
    font-weight: 700;
}

span.gold {
    color: #ffd772
}

.f13 {
    font-size: 13px;
}

header .ulli ul,
footer .ulli ul {
    list-style: disc;
    padding: 0;
    margin-top: 20px
}

header .ulli li,
footer .ulli li {
    padding-left: 31px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
    line-height: 19px;
}

header .ulli li:before,
footer .ulli li:before {
    content: "";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -31px;
    /* same as padding-left set on li */
    font-size: 19px;
    /* same as padding-left set on li */
    font-weight: 300;
    padding-right: 12px;
}

header .tube,
footer .tube {
    position: absolute;
    top: 160px;
    left: 5px;
}

.tube {
    width: 100px;
}

header .discount,
footer .discount {
    position: absolute;
    height: 130px;
    width: 180px;
    right: 100px;
    margin-top: 240px
}

header .discount .price-old,
footer .discount .price-old {
    font-size: 30px;
    color: #6a6967;
    font-weight: 700;
	text-decoration: line-through;
}

header .discount .price-new,
footer .discount .price-new {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 700
}

header .button.glow-button,
footer .button.glow-button {
    display: block;
    width: 280px;
    margin: 115px auto 45px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    background-image: -moz-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    padding: 20px 50px;
    border-radius: 4px;
    font-weight: normal;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 4px solid #e39001;
    font-size: 27px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 0.857;
    text-shadow: 0px 3px 3px rgba(230, 134, 0, 1);
    border-radius: 7px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    position: relative;
    z-index: 1;
}
header .button.glow-button:hover,
footer .button.glow-button:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 172, 0) 0%, rgb(255, 215, 115) 100%);
    box-shadow: 0px 5px 35px 0px rgba(209, 141, 2, .5);
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
    border-bottom: 4px solid #e39001;
	cursor:pointer;
}

p.fxs20 {
    font-size: 20px;
    line-height: 24px
}

@media (min-width: 768px) {
    .d-md-block {
        display: block!important;
    }
    .d-md-none {
        display: none!important;
    }
    .container {
        max-width: 720px;
    }
    .first .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    header {
        background: url("../img/01.jpg?i=1") no-repeat center top #000;
        padding-top: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .first h1 {
        font-size: 50px;
        line-height: 56px;
    }
    .first h1 span {
        font-size: 70px;
        line-height: 77px
    }
    p.f20,
    .f13 {
        margin-bottom: 7px;
        font-size: 20px;
        line-height: 23px
    }
    header .ulli li,
    footer .ulli li {
        margin-bottom: 5px;
    }
    .tube {
        width: 300px
    }
    header .tube,
    footer .tube {
        top: 75px;
        left: 42px;
    }
    header .discount .price-new,
    footer .discount .price-new {
    font-size: 36px;
    line-height: 36px;
    }
    header .discount,
    footer .discount {
        position: absolute;
        height: 95px;
        width: 180px;
		left: -120px;
        top: -210px;
    }
    header .discount {
        bottom: 0px;
    }
    header .button.glow-button,
    footer .button.glow-button {
        margin: 0px auto 25px;
    }
}

@media (min-width: 1200px) {
    .first .container {
        width: 1000px;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .d-lg-block {
        display: block!important;
    }
    .d-lg-none {
        display: none!important;
    }

    .first h1 {
        font-size: 80px;
        line-height: 100px;
    }
    .first h1 span {
        font-size: 117px;
    }
    header .tube,
    footer .tube {
        left: 22px;
    }
    header .discount
     {
        bottom:-15px;
        top: -110px;
    }

}
