* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: roboto;
    line-height: 1.4em
}

.container {
    max-width: 1075px;
    width: 100%;
    background-color: #fff;
    margin: 25px 0;
    padding: 0 25px 20px;
}

header {
    border: 2px solid #b8b8b8;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 40px
}

header .header_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../img/5ea6de8447646_v.png);
    background-position: 65% bottom;
    background-repeat: no-repeat
}

header .header_content h1 {
    max-width: 540px;
    width: 100%;
    font-family: open sans, sans-serif;
    color: #1b478a;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    margin: 35px 0;
    text-transform: uppercase
}

header .header_content h1 span {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-transform: none
}

header .header_content div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #707070;
    height: 35px;
    max-width: 290px;
    width: 100%
}

header .header_content div input {
    border: none;
    width: 100%;
    height: 100%
}

header .header_content div img {
    border-left: 1px solid #b8b8b8;
    padding: 0 5px
}

header .header_box {
    background-color: #1b478a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none
}

header ul li {
    padding: 10px 20px
}

header ul li a {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-decoration: none
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content {
    width: 100%
}

.content h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: left;
    margin-top: 10px
}

.content h2 span {
    text-decoration: underline
}

.content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: left
}

.content h4 {
    color: #000;
    font-size: 27px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4em;
    margin: 30px 0 20px
}

.content p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left;
    margin: 20px 0
}

.content .img2 {
    max-width: 293px;
    width: 100%;
    float: left;
    margin: 0 25px 25px 0
}

.content ul {
    margin-left: 25px
}

.content ul li h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: left;
    margin: 0
}

.content ul li p {
    margin: 5px 0 25px
}

.content h5 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 0
}

.content .cta {
    color: #0006ff;
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: underline;
    text-align: left;
    line-height: 1.4em
}

.chart {
    max-width: 545px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 3px solid #000;
    border-top: none;
    border-right: none;
    margin: 25px auto 0
}

.chart article {
    width: 25%;
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.chart article p {
    text-align: center;
    font-size: 13px;
    margin: 10px 0;
    padding: 10px
}

.chart article div {
    background-color: #558e09;
    width: 40%;
    height: 100px
}

.chart_text {
    margin: auto;
    max-width: 545px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.chart_text p {
    width: 25%;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0
}

.wrapper>strong {
    width: 40%
}

.sidebar {
    margin-left: 30px
}

@media (min-width: 0\0) {
    .sidebar {
        width: 530px;
    }
}

.sidebar h2 {
    background-color: #d3d3d3;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding: 10px
}

.sidebar article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px
}

.sidebar article p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-left: 10px
}

.sidebar a {
    text-decoration: none
}

.sidebar .banner {
    background: -webkit-linear-gradient(top, #ebd50c 0%, #795e8e 100%);
    background: linear-gradient(to bottom, #ebd50c 0%, #795e8e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebd50c', endColorstr='#795e8e', GradientType=0);
    padding: 20px 0;
    border: 1px solid #000;
    cursor: pointer;
    text-align: center
}

.sidebar .banner h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    background-color: #3454b9;
    padding: 15px
}

.sidebar .banner img {
    max-width: 100px;
    margin-top: 20px;
}

.sidebar .banner p {
    text-decoration: none;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    background: -webkit-linear-gradient(90deg, #0056ba 0%, #4494f1 100%);
    background: -webkit-linear-gradient(bottom, #0056ba 0%, #4494f1 100%);
    background: linear-gradient(0deg, #0056ba 0%, #4494f1 100%);
    box-shadow: 0 1px 6.96px 1.04px rgba(0, 0, 0, .63);
    max-width: 200px;
    width: 100%;
    padding: 10px 0;
    margin: 10px auto 0
}

.comments {
    margin-top: 50px;
    max-width: 690px;
    width: 100%
}

.comments h2 {
    max-width: 220px;
    width: 100%;
    color: #3a3a3a;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    border-bottom: 2px solid #434343;
    margin-bottom: 15px
}

.comments article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 2px solid #dedede
}

.comments article div {
    width: 100%
}

.comments article img {
    margin-right: 15px
}

.comments article h3 {
    color: #000;
    font-size: 15px;
    font-weight: 900;
    font-style: italic;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comments article h3 span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
    text-align: right
}

.comments article p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-top: 5px
}

div.aw-widget-36hour-inner {
    min-width: 0 !important
}

footer {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center
}

footer a,
.footer-links {
    color: grey;
    font-weight: 400;
    text-decoration: none;
    font-size: 11px
}
.aw-widget-legal {
    display: none
}

div.aw-widget-36hour {
    position: relative !important
}

div.aw-widget-36hour-inner div.aw-six-hours ul li::last-child {
    border-right: 1px solid #d0d0d0 !important
}

div.aw-widget-36hour-inner div.aw-36-hours li div.aw-interest.idx-frizz.cat-5. aw-interest-tick {
    background-position: 4px -197px
}
@supports ((-webkit-filter: blur()) or (filter: blur())) {
}
img {
  max-width: 100%;
}


button {
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}



h3 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@import 'css-2.css';
input {
  outline: none;
}
input:active {
  outline: none;
}
:focus {
  outline: none;
}
button:active,
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
input {
  outline: none;
}
input:active {
  outline: none;
}
:focus {
  outline: none;
}
button:active,
button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
html,
body {
  overflow-x: hidden !important;
}
.new_price {
  color: #b00;
}
.new_price span {
  font-weight: 700;
}
input[value=''] {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: none;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
}
input[value='']:hover {
  background: #b00 !important;
  transition: background 0.3s;
}
input[value='']:active {
  transform: translateY(2px);
  box-shadow: none !important;
}
.order_block {
  display: none;
  text-align: center !important;
}
.order_block img {
  width: 100%;
  max-width: 249px;
}
.order_block h3 {
  font: 700 18px Arial !important;
  background: 0 0;
}

#timer {
  list-style: none;
}

#timer {
  display: block;
  text-align: center;
  padding: 0;
}

.order_block,
.priceÃ‘Â br {
  display: none;
}
.prod_img_wrapper {
  max-width: 300px;
  margin: 15px auto;
  position: relative;
}
.prod_img {
  width: 100%;
  max-width: 300px;
}
.priceÃ‘Â {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
  width: 165px;
  height: 98px;
  text-align: center !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  margin: 0 auto;
  background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  border-radius: 19%;
}
span.discountÃ‘Â {
  display: block;
  margin-top: 9px;
  font-size: 18px;
}
.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 30px;
  line-height: 15px;
  margin: 0 auto;
  color: red;
}
.js_old_price {
  display: block;
  margin: 0 auto;
}
.wheel_input {
  padding: 10px !important;
  display: block !important;
  margin: 0 auto 20px !important;
  padding: 10px !important;
  width: 50% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important;
}
.data_label {
  line-height: 30px;
}
@media screen and (max-width: 480px) {
  .wheel_input {
    width: 90% !important;
  }
}
.main-link {
  display: block;
  margin: 40px auto;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.main-link:hover {
  opacity: 0.8;
}
.priceс {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000;
    box-shadow: rgb(0 0 0 / 80%) 0 3px 30px;
    width: 165px;
    height: 112px;
    text-align: center !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    transform: rotateZ(-7deg);
    margin: 0 auto;
    background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    border-radius: 19%;
}
span.discountс {
    display: block;
    margin-top: 9px;
    font-size: 18px;
}
.js_old_price {
    display: block;
    margin: 0 auto;
}
.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 30px;
    line-height: 16px;
    margin: 0 auto;
    color: red;
}
.new_price {
    color: #b00;
}
.new_price span {
    font-weight: 700;
}
.modal{display:none !important;}
.modal-backdrop{display:none !important;}

@media only screen and (max-width:1000px) {
    .container {
        padding: 0 20px 20px
    }

    header .header_content a {
        display: none
    }

    header ul li a {
        font-size: 14px;
        padding: 10px
    }

    header .header_content {
        background-position: 100% bottom
    }

    .sidebar .banner h2 {
        font-size: 22px
    }
}

@media only screen and (max-width:768px) {

    .sidebar,
    header .header_box img:nth-child(3),
    .header_box img:nth-child(4),
    header ul {
        display: none
    }

    .content {
        width: 100%
    }

    header .header_content h1 {
        margin-bottom: 160px
    }

    header .header_content {
        background-position: center bottom
    }

    .content h2 {
        font-size: 24px
    }

    .content h3 {
        font-size: 18px
    }

    .content p {
        font-size: 16px
    }

    .content h4 {
        font-size: 22px
    }

    .content h5 {
        font-size: 20px
    }

    .comments h2 {
        font-size: 24px
    }

    .comments article:nth-child(1n+8),
    .comments article img {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .header_box img:nth-child(2) {
        display: none
    }

    header .header_content h1 {
        font-size: 22px
    }

    header .header_content h1 span {
        font-size: 18px
    }

    .chart article p {
        font-size: 10px
    }

    .content .cta {
        font-size: 20px
    }
}