* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    line-height: 1.35em !important;
}

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

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("../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: 36px;
    font-weight: 700;
    text-align: left;
    margin: 35px 0;
    text-transform: uppercase;
}

header .header_content h1 span {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
}

header .header_input {
    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%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

header .header_input input {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
}

header .header_input 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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

header ul li {
    padding: 10px 20px 10px;
}

header ul li a {
    display: block;
    text-align: center;
    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;
    max-width: 1025px;
    width: auto;
}

.content {
    width: 100%;
    max-width: 715px;
    width: 100%;
}

.content h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4em;
    text-align: left;
    margin-top: 10px;
}

.content h2 span {
    font-size: 25px;
}

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

.content h4 {
    color: #000000;
    font-size: 27px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4em;
    margin: 30px 0 20px;
}

.content p {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: left !important;
    margin: 20px 0;
}

.content .img2 {
    max-width: 230px;
    width: 100%;
    float: left;
    margin: 0 25px 25px 0;
}

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

.content ul li h4 {
    color: #000000;
    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: #000000;
    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: #429543;
    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 {
    width: 100%;
    margin-left: 30px;
    max-width: 280px;
    min-width: 200px;
}

.sidebar h2 {
    background-color: #d3d3d3;
    color: #000000;
    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: #000000;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-left: 10px;
}

.sidebar a {
    text-decoration: none;
}

.sidebar .banner {
    background: -webkit-gradient(linear, left top, left bottom, from(#ebd50c), to(#795e8e));
    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;
}

.sidebar .banner h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    background-color: #3454b9;
    padding: 15px;
}

.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-gradient(linear, left bottom, left top, from(#0056ba), to(#4494f1));
    background: linear-gradient(0deg, #0056ba 0%, #4494f1 100%);
    -webkit-box-shadow: 0px 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
            box-shadow: 0px 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
    max-width: 200px;
    width: 100%;
    padding: 10px 0;
    margin: 10px auto 0;
}

.sidebar .banner img {
    max-width: 330px;
    width: 100%;
}

.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: #000000;
    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: #000000;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
}

.comments article p {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    margin-top: 5px;
}

div.aw-widget-36hour-inner {
    min-width: 0px !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;
}

.myCurs {
    position: absolute;
    right: 200px;
    top: 100px;
    display: none;
    z-index: 101;
    width: 18px;
}

footer .footer-links-impressum,
footer .footer-links-impressum a {
    color: #3b5998;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

.video_lp {
    width: 100%;
}

.wrapper .content .vjs-afterglow-skin.vjs-responsive,
.wrapper .content .vjs-afterglow-skin.vjs-responsive video {
    background-color: transparent;
    max-height: 375px;
    height: 100%;
}

.vjs-fullscreen-control {
    display: none !important;
}

.date_top {
    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;
    margin-top: 20px;
}

.block-prod {
    border: 2px dashed #229b87;
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    padding: 0px 0 30px 0;
    -webkit-box-shadow: 0 0 11px 1px #696161;
    box-shadow: 0 0 11px 1px #696161;
    text-align: center;
}

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

.block-prod h3 {
    font-size: 26px;
    padding: 0 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product {
    position: relative;
}

.fda {
    position: absolute;
    right: 50px;
}

.prod {
    width: 65%;
    margin: 0 auto;
    display: block;
}

.platePrice {
    position: absolute;
    width: 100%;
    max-width: 160px;
    left: 80%;
    top: 65%;
    padding: 15px;
    border: 3px solid #fff;
    border-radius: 15px;
    background: #ea982e;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(234, 152, 46, 1)), to(rgba(252, 228, 61, 1)));
    background: linear-gradient(to right, rgba(234, 152, 46, 1) 0, rgba(252, 228, 61, 1) 100%);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .75);
    -webkit-transform: rotate(-15deg) translate(-50%, -50%);
    transform: rotate(-15deg) translate(-50%, -50%);
}

.content p {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    margin: 20px 0;
}

.platePrice_text {
    font-size: 14px!important;
    font-weight: 700!important;
    text-align: center!important;
    display: block;
    margin: 0 auto 5px!important;
}

.platePrice_price {
    display: block;
    text-align: center;
}

.platePrice_price._old {
    text-decoration: line-through;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

.platePrice_price._new {
    color: red;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    border-bottom: 2px solid red;
    line-height: 1;
}

.timer_block {
    text-align: center;
    margin: 0 0 20px;
    font-size: 18px;
}

.timer_block h3 {
    font-size: 18px!important;
}

.block-prod h3 {
    font-size: 26px;
    padding: 0 10px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700;
}

form {
    position: relative;
}

form {
    max-width: 300px;
    margin: auto;
}

label {
    display: block;
    text-align: left;
}

input {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 20px;
    border: 1px dashed #229b87;
}

.submit-form {
    position: relative;
    -webkit-animation: 1s pulse infinite alternate ease-in-out;
            animation: 1s pulse infinite alternate ease-in-out;
    width: 270px;
    height: 77px;
    background: #ff2828;
    font-size: 25px;
    border-radius: 5px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    line-height: 75px;
    text-align: center;
    text-decoration: none;
    margin: auto;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: none;
}

p.prod_p {
    text-align: center !important;
    font-size: 15px;
}

form .submit-form:after {
    display: inline-block;
    -webkit-animation: dotty steps(1, end) 1.5s infinite;
    animation: dotty steps(1, end) 1.5s infinite;
    content: '';
    position: absolute;
    margin-left: 5px;
    font-family: inherit;
    font-size: 20px;
    vertical-align: middle;
    top: 52%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.pulse {
    -webkit-animation: 1s pulse infinite alternate ease-in-out;
            animation: 1s pulse infinite alternate ease-in-out;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }
}

@-webkit-keyframes dotty {
    0% {
        content: '';
    }
    25% {
        content: '>';
    }
    50% {
        content: '>>';
    }
    75% {
        content: '>>>';
    }
    100% {
        content: '';
    }
}

@keyframes dotty {
    0% {
        content: '';
    }
    25% {
        content: '>';
    }
    50% {
        content: '>>';
    }
    75% {
        content: '>>>';
    }
    100% {
        content: '';
    }
}

.comments h2 {
    border: none !important;
}

@media (max-width:500px) {
    .prod {
        width: 85%;
    }

    .platePrice {
        left:auto;
        right:0;
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
    }
    
}

.chart article div {
    background-color: #009007;
}

header .header_box {
    background-color: #02981d;
}

header .header_content h1 {
    color: #1b478a;
}

.content p {
    text-align: justify;
}

.sidebar .banner p {
    background: rgb(42, 96, 10);
    background: -webkit-gradient(linear, left top, right top, from(rgba(42, 96, 10, 1)), color-stop(52%, rgba(54, 167, 28, 1)), to(rgba(0, 255, 76, 1)));
    background: linear-gradient(90deg, rgba(42, 96, 10, 1) 0%, rgba(54, 167, 28, 1) 52%, rgba(0, 255, 76, 1) 100%);
    -webkit-animation: 1s pulse infinite alternate ease-in-out;
            animation: 1s pulse infinite alternate ease-in-out;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.0);
                transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(0.95);
                transform: scale(0.95);
    }
}

#comment-component-text .your-name {
    font-size: inherit;
}

.std-btn {
    text-decoration: none;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(42, 96, 10, 1)), color-stop(52%, rgba(54, 167, 28, 1)), to(rgba(0, 255, 76, 1)));
    background: linear-gradient(90deg, rgba(42, 96, 10, 1) 0%, rgba(54, 167, 28, 1) 52%, rgba(0, 255, 76, 1) 100%);
    -webkit-box-shadow: 0px 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
            box-shadow: 0px 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
    max-width: 300px;
    width: 100%;
    padding: 10px 20px;
    display: block;
    margin: 10px auto 0;
}

@media (max-width: 768px) {
    .container {
        margin-top: 0;
    }
    header .header_content {
        background-position: 95% 100%;
    }
    header .header_content h1 {
        margin-bottom: 10px;
        margin-top: 10px;
        width: calc(100% - 120px);
    }
    .header_box {
        height: 50px;
    }
    .header_box img {
        height: auto;
    }
    header {
        margin-bottom: 10px;
    }
}

@media (max-width: 400px) {
    header .header_content h1 {
        font-size: 18px;
    }
    header .header_content h1 span {
        font-size: 16px;
    }
}

#comment-component-text {
    color: #000;
    line-height: 1.3;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
}

#comment-component-text * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

#comment-component-text #comment_num {
    border-bottom: 1px dashed #365398;
    color: #365398;
    font-weight: bold;
}

#comment-component-text img {
    max-width: 100%;
    line-height: 1;
    display: inline-block;
    border-radius: 50%;
}

#comment-component-text .comment {
    -webkit-transition: height, opacity 1000ms ease-in-out;
    transition: height, opacity 1000ms ease-in-out;
    overflow: hidden;
}

#comment-component-text .firstComment,
#comment-component-text .newComment {
    display: none;
    opacity: 0;
    max-height: 0;
}

#comment-component-text .txt-content {
    width: 100%;
    min-height: 40px;
    display: block;
    margin: 15px 0;
    padding: 10px;
    resize: none;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: Arial, sans-serif;
}

#comment-component-text .txt-cmt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 0;
    margin: 0 -5px;
}

#comment-component-text .txt-cmt .form-comment__img {
    padding: 0 5px;
    width: 80px;
}

#comment-component-text .your-name {
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: auto !important;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
}

#comment-component-text .form-comment__content {
    width: 100%;
    padding: 0 5px;
}

#comment-component-text .comment {
    border-bottom: 1px dashed #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 0;
    margin: 0 -10px;
}

#comment-component-text .comment__content {
    padding: 0 10px;
    width: 100%;
}

#comment-component-text .comment__content .comment__name {
    margin-top: 0;
    color: #365398;
    font-size: 14px;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
    font-weight: 700;
}

#comment-component-text .comment__image {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 10px;
    width: 70px;
    height: 50px;
    border-radius: 50%;
}

#comment-component-text .comm__content__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#comment-component-text .comment .comment__text {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.4;
}

#comment-component-text .comment .comment__text img {
    display: block;
    margin: 8px 0 0;
    border-radius: 0 !important;
}

#comment-component-text .comment__details {
    font-size: 12px;
    color: #365398;
    line-height: 1.4;
}

#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
    text-decoration: none;
    color: #365398;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    cursor: pointer;
}

#comment-component-text .comment__details img {
    width: 13px;
}

#comment-component-text .comment__time {
    color: rgb(158, 158, 158);
    font-size: 11px;
    line-height: 1.4;
    cursor: normal;
}

#comment-component-text .add-comment-button {
    background-color: #4267b2;
    border-color: 1px solid #4267b2;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 8px;
    line-height: 22px;
    cursor: pointer;
    font-weight: bold;
}

#comment-component-text .reply {
    padding-left: 65px;
}

#comment-component-text.rtl {
    direction: rtl;
    text-align: right;
}

#comment-component-text.rtl .comment__content .comment__name {
    text-align: right;
    -moz-text-align-last: right;
         text-align-last: right;
}

#comment-component-text.rtl .reply {
    padding-right: 65px;
    padding-left: 0;
}

.comments__like {
    cursor: pointer;
}

.comment-img img,
.comment__details img {
    border-radius: 0 !important;
}

img {
    max-width: 100%;
}

#comment-component-text .comment__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
}

.commentForm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.commentForm>textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    resize: none;
}

.commentForm>input {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    margin: 10px 0;
    resize: none;
}

.commentForm>button {
    width: 100px;
    height: 30px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    border: none;
    margin-top: 10px;
    color: #fff;
    background-color: #0056ba;
}

#link_get_widget {
    display: none ! important;
}

#link_logo {
    height: 33px;
}

#link_logo>img {
    display: none !important;
}

div.aw-temp-unit {
    height: 22px !important;
}

div.aw-temp-unit>ul {
    display: none;
}

.aw-widget-36hour .tbg-su,
.aw-widget-36hour .bg-su,
.aw-widget-current .tbg-su,
.aw-widget-current .bg-su {
    background: none !important;
}

#link_arrow_right {
    display: none;
}

.aw-widget-36hour .tbg-cl,
.aw-widget-36hour .bg-cl,
.aw-widget-current .tbg-cl,
.aw-widget-current .bg-cl {
    background: none !important;
    color: white !important;
}

div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li.night a {
    color: black !important;
}

.aw-widget-36hour .tbg-c,
.aw-widget-36hour .bg-c,
.aw-widget-current .tbg-c,
.aw-widget-current .bg-c {
    background: none !important;
}

div.aw-widget-36hour-inner div.aw-widget-content div.aw-header div.aw-search {
    border: 1px solid #E9E9E9 !important;
}

div.aw-widget-36hour-inner div.aw-widget-content div.aw-header div.aw-search button.aw-submit-button {
    background: none !important;
}

div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours span.aw-day-details,
div.aw-header {
    display: none !important;
}

div.aw-widget-36hour-inner div.aw-widget-content {
    border-bottom: 1px solid #e9e9e9 !important;
}

div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li a .aw-bg {
    border: none !important;
}

div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li a:hover .aw-bg {
    border: 1px solid #e8e8e8 !important;
}

div.aw-widget-36hour-inner div.aw-widget-content div.aw-36-hours li.night a:hover .aw-bg {
    border: 1px solid #e8e8e8 !important;
}

#link_current {
    cursor: default;
}

div.pogoda {
    position: relative;
}

.aw-widget-36hour .tbg-t,
.aw-widget-36hour .bg-t,
.aw-widget-current .tbg-t,
.aw-widget-current .bg-t,
.aw-widget-36hour .tbg-s,
.aw-widget-36hour .bg-s,
.aw-widget-current .tbg-s,
.aw-widget-current .bg-s,
.aw-widget-36hour .tbg-r,
.aw-widget-36hour .bg-r,
.aw-widget-current .tbg-r,
.aw-widget-current .bg-r {
    background: none !important;
}

div.aw-widget-36hour-inner div.aw-widget-content.bg-cl,
div.aw-widget-36hour-inner div.aw-widget-content.bg-s,
div.aw-widget-36hour-inner div.aw-widget-content.bg-cl a.aw-current-weather div.aw-current-weather-info,
div.aw-widget-36hour-inner div.aw-widget-content.bg-s a.aw-current-weather div.aw-current-weather-info {
    color: #000 !important;
}

#akudet {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 9999;
}

span.aw-icon-1-l,
span.aw-icon-1-m,
span.aw-icon-1-s {
    no-repeat;
}

.lt-480 div.aw-widget-36hour-inner div.aw-widget-content a.aw-current-weather {
    padding-top: 10px !important;
}

.lt-480 div.aw-widget-36hour-inner div.aw-top-content div.aw-emergency-header,
div.aw-more-block,
div.aw-alert-info,
div.aw-six-hours,
div.aw-more-block.aw-more-block-first {
    display: none;
}

.aw-fc-status {
    display: none;
}

.red-box {
    padding: 5px;
    border: 1px solid red;
    margin: 0 10px;
}

.main-lnk {
    text-decoration: none;
    color: inherit;
}
.footer {
    background-color: #b8b8b8!important;
}



@media (max-width:700px) {

    #comment-component-text .comment__image {
        width: 82px;
        object-fit: cover;
    }
}

@media (max-width:400px) {

    #comment-component-text .comment__image {
        width: 100px;
        object-fit: cover;
    }

    #comment-component-text .comment {
        margin: 0 -10px !important;
    }
}