* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3
}

body {
    background: #fff;
}

.container {
    max-width: 1075px;
    width: 100%;
    background-color: #fff;
    padding: 0 25px;
}

header {
    border: 2px none #b8b8b8;
    border-bottom-style: solid;
    margin-bottom: 20px;
}

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;
    gap: 10px;
    background-image: url("../images/header_img.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: 35px;
    font-weight: 700;
    text-align: left;
    margin: 15px 0;
    text-transform: uppercase;
    line-height: 1.2;
}

header .header_content h1 span {
    color: #222;
    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%;
    outline: none;
    padding: 10px;
}

header .header_content div img {
    border-left: 1px solid #b8b8b8;
    padding: 0 5px;
    position: relative;
    top: 3px
}

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;
    padding: 0 15px;
}

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;

}

header ul li a {
    color: #1c1c1c;
    font-size: 16px;
    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: #222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
}

.content h2 span {
    text-decoration: underline;
}

.content h3 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
}

.content h4 {
    color: #222;
    font-size: 23px;
    text-align: left;
    font-weight: bold;
    line-height: 1.2;
    margin: 15px 0;
}

.content p {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    margin: 15px 0;
}

.content .img2 {
    max-width: 293px;
    width: 100%;
    float: left;
    margin: 0 20px 10px 0;
}

.content ul {
    margin-left: 25px;
}

.content ul li h4 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    margin: 0;
}

.content ul li p {
    margin: 5px 0 15px;
}

.content h5 {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0 0;
}

.cta {
    color: #0006ff;
    font-size: 25px;
    font-weight: 700;
    text-decoration: underline;
    text-align: left;
    line-height: 1.2;
}

.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: 15px 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 {
    max-width: 545px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 15px;
}

.chart_text p {
    width: 25%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0;
}

.wrapper > strong {
    width: 40%;
}

.sidebar {
    /*width: 90%;*/
    margin-left: 30px;
}

.sidebar h2 {
    background-color: #d3d3d3;
    color: #222;
    font-size: 20px;
    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: #222;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-left: 10px;
    transition: all .3s ease-in-out;
}

.sidebar article p:hover {
    text-decoration: underline;
}

.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: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    background-color: #3454b9;
    padding: 15px;
}

.buy-button {
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    background: -webkit-linear-gradient(bottom, #0056ba 0%, #4494f1 100%);
    background: linear-gradient(0deg, #0056ba 0%, #4494f1 100%);
    box-shadow: 0 1px 7px 1px rgb(0 0 0 / 63%);
    max-width: 200px;
    width: 100%;
    padding: 10px 0;
    margin: 20px auto 0;
}

.sidebar .banner img {
    max-width: 155px;
    margin-top: 10px;
}

.product-wrapper {
    width: 100%;
    max-width: 250px;
    margin: 15px auto;
    text-align: center;
}

@media (max-width: 767px) {
    header .header_box {
        display: none;
    }
}

.product-wrapper img {
    width: 100%;
    max-width: 350px;
}

.sidebar .banner p {
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    background: -webkit-linear-gradient(bottom, #0056ba 0%, #4494f1 100%);
    background: linear-gradient(0deg, #0056ba 0%, #4494f1 100%);
    box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.63);
    max-width: 200px;
    width: 100%;
    padding: 10px 0;
    margin: 10px auto 0;
}

.sidebar .banner p:hover {
    background: blue !important;
}

.comments {
    margin-top: 15px;
    max-width: 690px;
    width: 100%;
}

.comments h2 {

    color: #3a3a3a;
    font-size: 25px;
    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;
    margin-bottom: 15px;
    padding: 0 0 15px;
}

.comments article:not(:last-of-type) {
    border-bottom: 2px solid #dedede;

}

.comments article div {
    width: 100%;
}

.comments article img {
    margin-right: 15px;
}

.comments article h3 {
    color: #222;
    font-size: 17px;
    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 a {
    color: inherit;
    text-decoration: none;
}

.comments article h3 span {
    color: #222;
    font-size: 17px;
    font-weight: 700;
    text-align: right;
}

.comments article p {
    color: #222;
    font-size: 17px;
    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: normal;
    text-decoration: none;
    font-size: 11px;
}

@media only screen and (max-width: 1000px) {
    .container {
        padding: 0 15px;
    }

    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 h3 {
        font-size: 18px;
    }

    .content p {
        line-height: 1.4;
    }

    .content h4 {
        font-size: 19px;
    }

    .content h5 {
        font-size: 19px;
    }

    .comments h2 {
        font-size: 19px;
    }

    .content .img2 {
        float: none;
        margin: 15px auto 15px auto;
        max-width: 400px;
        display: block;
    }
}

@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;
    }

    .cta {
        font-size: 20px;
    }
}

.gd726aeaa {
    width: 1px !important;
    height: 1px !important;
    background: none !important;
    border: 0 none !important;
    position: absolute;
}

.g28b42ddc {
    width: 2px !important;
    height: 2px !important;
    background: none !important;
    border: 0 none !important;
    position: absolute;
}

div.mob {
    text-align: center;
    display: none;
}

@media (max-width: 800px) {
    div.mob {
        display: block;
    }

    div.mob img {
        max-height: 400px;
    }
}

.rezultat {
    background: #f2f2f2;
    padding: 10px 10px;
    margin: 0;
}

a {
    color: #037ef3;
    text-decoration: underline;
    font-weight: 700;
}

a:hover {
    color: #037ef3;
    text-decoration: none;
    font-weight: 700;
}

.btn--bottom {
    color: #222;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    width: fit-content;
    background: linear-gradient(222.05deg, #ffe200 -63.55%, #ff9f00 112.27%);
    box-shadow: 0 0 20px rgba(255, 167, 0, 0.70709);
    transition: all 0.2s;
    margin: 0 auto;
}

.btn--bottom:hover {
    background: linear-gradient(222.05deg, #efff00 -63.55%, #ffa500 112.27%);
    box-shadow: 0 0 20px #ffa700;
    color: #222;
    text-decoration: none;
}

span.dater {
    margin-top: 15px;
    display: block;
    font-size: 16px;
    text-align: right;
}

span.timecom {
    font-style: italic;
    display: block;
    font-size: 12px;
    text-align: right;
}

.order_block {
    display: block;
    padding: 15px;
    max-width: 790px;

    border: 10px outset #dd1616;
    background-color: #f2f2f2;
    border-radius: 25px;
    font-family: OpenSans, Arial, sans-serif;
    color: #222;
    margin: 0 auto;
}

.orderzag h2 {
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
}

h3.timerh3 {
    font-size: 21px;
    margin-top: 15px;
    text-align: center;
}

.order_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.order_wrap {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 15px;
}

.order_left {
    width: 100%;
    max-width: 250px;
}

.order_right {
    width: 100%;
    max-width: 350px;
}

.price {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
}

.price_left {
    margin-bottom: 5px;
}

.price_name {
    font-size: 19px;
    font-weight: 700;
}

.price_old,
.price_main {
    font-size: 29px;
    font-weight: 700;
}

.price_old {
    font-size: 22px;
}

.price_main {
    color: red;
}

.price_old {
    text-decoration: line-through;
    text-decoration-color: red;
}

#deadline-timer {
    color: red;
}

.order_date {
    color: red;
}

.data_label {
    font-size: 18px;
    padding-top: 20px;
}

.doublephoto {
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.order_button {
    padding: 15px;
    font-size: 24px;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    background-color: #c01e14;
    margin: 20px 0 0 0;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 15px 5px -4px rgb(74 24 21 / 75%);
    width: 100%;
}

.order_button:hover {
    transform: scale(105%);
    transition: 0.8s;
}

.order_input {
    margin: 5px auto;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    text-align: center;
    padding: 10px 20px;
    width: 100%;
    border-radius: 25px;
    font-size: 21px;
    box-shadow: 0 3px 0 0 grey;
}

.order_img img {
    max-width: 175px;
    width: 100%;
}

input:invalid,
textarea:invalid {
    outline: 0;
    box-shadow: none;
}

.comm-img {
    max-width: 270px;
    display: block;
    margin: 10px 0 0;
    width: 100%;
}

.answ {
    padding-left: 20px !important;
}

.order_img {
    margin: 0 auto;
    display: block;
    max-width: 175px;
}

@media (max-width: 1600px) {
    .order_img img {
        max-width: 175px;
    }

    .price_name {
        font-size: 17px;
    }

    .price_old,
    .price_main {
        font-size: 29px;
    }

    .price_old {
        font-size: 22px;
    }
}

@media (max-width: 650px) {
    .order_wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .order_img img {
        max-width: 175px;
        margin: 0 auto;
        display: block;
    }

    .order_left {
        max-width: 265px;
    }

    .price {
        margin: 15px 0 15px 0;
    }

    .order_img {
        margin-bottom: 15px;
    }

    .order_img img {
        max-width: 160px;
    }
}

@media (max-width: 992px) {

    .price_old,
    .price_main {
        font-size: 26px;
    }
}

@media (max-width: 576px) {
    .order_input {
        padding: 10px 0;
    }

    .price {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .price_left {
        margin-bottom: 5px;
    }
}

@media (max-width: 360px) {
    .order_img img {
        max-width: 150px;
    }

    .order_left {
        max-width: 200px;
    }

    .orderzag h2 {
        font-size: 21px;
    }

    h3.timerh3 {
        font-size: 19px;
    }

    .order_input {
        max-width: 100%;
        font-size: 18px;
    }

    .order_button {
        font-size: 18px;
    }
}

.header-icon {
    width: 68px;
}

.header_box a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.header-text {
    color: #fff;
    text-decoration: none !important;
}

.burger {
    display: none !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-direction: column !important;
    width: 32px !important;
    height: 23px !important;
}

.burger span {
    width: 100%;
    display: block;
    height: 3px;
    background-color: #000;
}

.burger-wrap {
    display: none;
}

.header-doc {
    display: none;
}

.body-img {
    display: block;
    max-width: 550px;
    width: 100%;
    margin: 15px auto;
}

.tcenter {
    text-align: center;
}

.sidebar-link {
    color: black;
}

.sidebar-link:hover {
    color: black;
}

.footer {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 20px;
    /*margin-bottom: 15px;*/
}

.footer__info {
    margin-bottom: 20px;
}

.footer__fn:not(:last-of-type) {
    margin-bottom: 10px;
}

.product {
    max-width: 175px !important;
    width: 100%;
}

.graph img {
    max-width: 550px;
    width: 100%;
    display: block;
    margin: 15px auto;
}

.scroll {
    display: none;
    width: 40px !important;
    transform: translateX(0px);
    animation: moving 2s infinite;
    margin: 0 auto;
}

.inL_763322 {
    visibility: visible;
}

.inL_844066 {
    background-color: #b8b8b8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.inL_318654 {
    width: 28%;
    border: none
}

.inL_707440 {
    width: 31px;
    height: 20px;
}

.inL_93657 {
    flex-grow: 1;
}

.inL_851934 {
    max-width: 100%;
    padding: 10px;
}

.inL_854388 {
    flex-grow: 1;
}

.inL_275970 {
    max-width: 100%;
    padding: 10px;
}

.inL_146535 {
    flex-grow: 1;
}

.inL_468891 {
    max-width: 100%;
    padding: 10px;
}

.inL_713726 {
    flex-grow: 1;
}

.inL_471952 {
    max-width: 100%;
    padding: 10px;
}

.inL_41658 {
    text-decoration: none;
    color: #000dc3;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin: 0 0 15px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.inL_953521 {
    text-align: center;
}

.inL_657423 {
    margin-bottom: 15px;
}

.inL_371310 {
    text-align: center;
}

.inL_835678 {
    margin-top: 15px;
}

.inL_788804 {
    margin: auto auto 10px;
}

.inL_346776 {
    margin: auto auto 10px;
}

.inL_28154 {
    margin: auto auto 10px;
}

.inL_714339 {
    margin: auto;
}

.inL_410575 {
    margin-top: 15px;
}

.inL_141949 {
    margin-top: 0;
}

.inL_369444 {
    margin-bottom: 0;
}

.inL_787113 {
    color: red;
    font-weight: bold;
}

.inL_915068 {
    text-align: center;
}

.inL_898820 {
    font-weight: bold;
    color: red
}

.inL_496265 {
    font-weight: bold;
}

.inL_692295 {
    margin-bottom: 10px;
}

.inL_243665 {
    font-weight: bold;
}

.inL_864735 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}

.inL_320635 {
    width: 68px;
    height: 68px;
}

.inL_518952 {
    width: 68px;
    height: 68px;
}

.inL_848172 {
    width: 68px;
    height: 68px;
}

.inL_48462 {
    width: 68px;
    height: 68px;
}

.inL_302327 {
    width: 68px;
    height: 68px;
}

.inL_224557 {
    width: 68px;
    height: 68px;
}

.inL_967302 {
    width: 68px;
    height: 68px;
}

.inL_645127 {
    width: 68px;
    height: 68px;
}

.inL_13737 {
    width: 68px;
    height: 68px;
}

.inL_495123 {
    width: 68px;
    height: 68px;
}

.inL_365866 {
    width: 68px;
    height: 68px;
}

.inL_423758 {
    width: 100%;
}

.inL_384818 {
    width: 50px;
    height: 50px;
}

.inL_56740 {
    font-weight: bold;
}

.inL_349812 {
    width: 50px;
    height: 50px;
}

.inL_10677 {
    font-weight: bold;
}

.inL_389344 {
    width: 50px;
    height: 50px;
}

.inL_65701 {
    font-weight: bold;
}

.inL_125953 {
    width: 50px;
    height: 50px;
}

.inL_286374 {
    font-weight: bold;
}

.inL_317204 {
    width: 50px;
    height: 50px;
}

.inL_901211 {
    font-weight: bold;
}

.inL_205504 {
    width: 50px;
    height: 50px;
}

.inL_942303 {
    font-weight: bold;
}

.inL_878578 {
    width: 50px;
    height: 50px;
}

.inL_811785 {
    font-weight: bold;
}

.inL_808637 {
    width: 50px;
    height: 50px;
}

.inL_848428 {
    font-weight: bold;
}

.inL_368185 {
    width: 50px;
    height: 50px;
}

.inL_667997 {
    font-weight: bold;
}

.inL_916935 {
    width: 50px;
    height: 50px;
}

.inL_105663 {
    font-weight: bold;
}

.inL_610516 {
    width: 50px;
    height: 50px;
}

.inL_499311 {
    font-weight: bold;
}

.inL_439412 {
    width: 50px;
    height: 50px;
}

.inL_800331 {
    font-weight: bold;
}

.inL_751840 {
    width: 50px;
    height: 50px;
}

.inL_114620 {
    font-weight: bold;
}

.inL_175523 {
    width: 50px;
    height: 50px;
}

.inL_183462 {
    font-weight: bold;
}

.inL_490856 {
    width: 50px;
    height: 50px;
}

.inL_296961 {
    font-weight: bold;
}

.inL_675159 {
    width: 50px;
    height: 50px;
}

.inL_671246 {
    font-weight: bold;
}

.inL_389134 {
    border-bottom: 0;
}

.inL_807498 {
    width: 50px;
    height: 50px;
}

.inL_645773 {
    font-weight: bold;
}

.inL_606072 {
    text-align: center;
    margin-bottom: 40px;
}

@keyframes moving {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(10px);
    }
}

@media (width <= 1050px) {
    .sidebar {
        display: none !important;
    }
}

@media (width <= 1000px) {

    header ul li:nth-child(4),
    .header_input {
        display: none !important;
    }

    .header-text {
        font-size: 14px;
    }
}

@media (width <= 768px) {
    header .header_box {
        display: none;
    }

    header {
        margin-bottom: 15px;
    }

    header .header_content h1 {
        font-size: 24px;
        line-height: 1.2;
    }

    .header-el {
        display: none;
    }

    .burger-wrap {
        display: block !important;
    }

    .burger {
        display: flex !important;
    }

    header .header_content {
        background: none;
    }

    header .header_content h1 {
        margin-bottom: 15px;
    }

    .header-doc {
        display: block;
        margin: 0 auto;
    }

    header .header_content div {
        border: none
    }

    .content h2 {
        font-size: 24px;
    }

    .content p {
        font-size: 16px;
    }

    .content ul li h4 {
        font-size: 19px;
    }

    .product {
        max-width: 175px !important;
    }

    header .header_content h1,
    .content h2 {
        line-height: 1.2;
    }

    .body-img {
        max-width: 400px;
    }

    * {
        line-height: 1.2;
    }

    header .header_content h1 span {
        display: block;
        margin-top: 10px;
    }
}

@media (width <= 650px) {
    .content h2, h3.timerh3 {
        font-size: 19px !important;
    }
}

@media (width <= 555px) {
    .graph {
        overflow: scroll;
    }

    .graph img {
        overflow: scroll;
        width: 600px;
        margin: 15px auto 0;
    }

    .scroll {
        display: block;
        margin-bottom: 15px;
    }
}

@media (width <= 495px) {
    .chart_text p {
        font-size: 14px !important;
    }

    .chart_text p span {
        display: block;
    }
}

@media (width <= 479px) {
    header .header_content h1 {
        font-size: 18px;
    }

    header .header_content h1 span {
        line-height: 1.2;
    }

    .content h2 {
        font-size: 20px;
    }

    .comments article h3,
    .comments article h3 span,
    .comments article p {
        font-size: 16px;
    }

    .comments article h3 span {
        display: block !important;
        text-align: left;
    }

    .comments article h3 {
        display: block;
    }

    .comm-img {
        max-width: 220px;
    }

    .product {
        max-width: 160px !important;
    }

    .order_block {
        border-width: 5px;
    }
}

@media (width <= 350px) {

    header .header_content h1,
    header .header_content h1 span {
        font-size: 16px;
    }

    .chart_text p {
        font-size: 12px !important;
    }
}

@media (max-width: 1000px) {
    header .header_content div {
        display: none;
    }
}