<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#form_image {
    padding: 10px;
    padding-bottom: 0;
}

.form_image_wrap_image {
    margin: 15px auto 0;
    /* max-width: 190px; */
    position: relative;
}

.form_image_wrap_image img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: flex;
}

.form_image_wrap_image:after {
    content: "";
    position: absolute;
    top: 13px;
    right: -18px;
    background: url("../images/bg-sale2.png") no-repeat;
    width: 115px;
    height: 70px;
    background-size: 100%;
    background-position: -8px -8px;
    display: block;
}

#form {
    max-width: 700px;
}

#form button {
    font-size: 15px;
    display: inline-block;
    background-color: #ff0000;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    margin: 0px auto 0;
    width: 87%;
    cursor: pointer;
    transition: .3s;
}

#form button:hover {
    opacity: 0.7;
}

.namephone {
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: #eee;
    margin: 0 20px;
    margin-bottom: 10px;
    width: 87%;
}

form {
    margin-bottom: 20px;
}

#form {
    width: 100%;
    font-size: 17px;
    padding: 0 2px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 7px;
    background-image: linear-gradient(90deg, #3580ed 50%, transparent 50%), linear-gradient(90deg, #3580ed 50%, transparent 50%), linear-gradient(0, #3580ed 50%, transparent 50%), linear-gradient(0, #3580ed 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 10px 2px, 10px 2px, 2px 10px, 2px 10px;
    animation: marching-ants 400ms infinite linear;
    margin-bottom: 20px;
}

#form b {
    color: #000;
}

.formborder {
    display: flex;
    padding: 0px 5px;
    gap: 10px;
}

.intext {
    width: 50%;
}

@keyframes marching-ants {
    0% {
        background-position: 0 0, 10px 100%, 0 10px, 100% 0;
    }

    100% {
        background-position: 10px 0, 0 100%, 0 0, 100% 10px;
    }
}


.form_wrap {
    max-width: 300px;
    margin: 0 auto;
    padding: 0px 0px 0px;
}

.form_wrap form {
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.form_wrap label {
    display: block;
    margin-top: 13px;
}

.descount,
.termina {
    text-align: center;
}

.termina {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0px !important;
    margin-bottom: 0px;
}

.descount {
    color: #3578e5;
    font-size: 27px !important;
    font-weight: bold;
    margin-bottom: 13px;
}

.horas {
    display: flex;
    justify-content: center;
    color: #80808069;
}

.horas div {
    text-align: center;
    margin-right: 5px;
    font-weight: bold;
}

#price {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px auto;
    font-size: 36px;
    gap: 20px;
}

#price .price_new {
    font-weight: bold;
    margin: 0 5px;
    color: #01b541;
}

#price .price_old {
    margin: 0px 5px;
    color: #80808069;
    text-decoration: line-through;
}

.inp_name {
    margin: 13px auto 0;
}

.inp_phone {
    margin: 13px auto 0;
}

.sus {
    display: flex;
}

.sus_wrwp_img {
    width: 15px;
    margin-right: 5px
}

.sus_wrwp_img img {
    width: 100%
}

.sus_text {
    color: gray;
    font-size: 12px;
}

.comments_repost_img img {
    transform: scale(1.1);
}

.thanx {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 20px;
    margin-bottom: 0;
}



.thanx img {
    width: 50px;
    height: 50px;
}

.thanx .dash {
    width: 40px;
    height: 2px;
    margin: auto;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.woff2") format('woff');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-star:before {
    content: "\f005";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-thumbs-up:before {
    content: "\f164";
}


body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(0, 0, 160);
}

img {
    width: 100%;
}

.bold {
    font-weight: 500;
}

/* COMMENTS */

.fbcontainer {
    padding: 10px 10px;
    background-color: #eee;
    max-width: 888px;
    margin: 0 auto;
}

.fbcontainer a {
    color: #0000a0;
}

.facebook {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    box-shadow: 0px 0px 10px #eee;
}

.fbhead {
    display: flex;
    justify-content: space-between;
}

.fbtitle {
    font-size: 20px;
    font-weight: 500;
}

.stars {
    color: #5890ff;
}

/* .stars i:hover {
    color: #95b5f4;
} */

.stars_number {
    font-weight: bold;
    margin-right: 5px;
}

.avatar {
    margin-right: 10px;
    flex-shrink: 0;
}

.avatars {
    position: relative;
    height: 35px;
    margin-bottom: 5px;
}

.avatars img {
    width: 35px;
    border-radius: 50px;
    border: 2px solid #fff;
}

.avatars img:nth-child(1) {
    position: absolute;
    z-index: 5;
}

.avatars img:nth-child(2) {
    position: absolute;
    left: 27px;
    z-index: 4;
}

.avatars img:nth-child(3) {
    position: absolute;
    left: 54px;
    z-index: 3;
}

.avatars img:nth-child(4) {
    position: absolute;
    left: 81px;
    z-index: 2;
}

.avatars img:nth-child(5) {
    position: absolute;
    left: 108px;
    z-index: 1;
}

.fbrecommends_numbers span {
    color: gray;
    font-size: 14px;
}

.fbrecommends_numbers i {
    color: #f36b7f;
    margin-right: 5px;
}

.fbrecommends {
    margin: 10px 0;
}

.lined {
    border-bottom: 1px solid gray;
}

.fbcomments {
    background-color: rgb(245, 245, 245);
    padding: 10px;
    box-shadow: 0px 10px 10px #eee;
    border-radius: 0 0 10px 10px;
}

.avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.onecomment {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    position: relative;
    margin-top: 10px;
}

.name,
.date {
    color: gray;
}

.name i {
    color: #f36b7f;
    margin: 0 5px;
    display: inline-block;
    font-size: 18px;
}

.name a {
    font-size: 18px;
    color: #0000a0;
    box-shadow: none
}

.text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fb-absolute {
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background: rgb(217, 217, 217);
    text-align: center;
    color: #fff;
    line-height: 25px !important;
}

input[type='file'] {
    opacity: 0;
    width: 1px;
    height: 1px;
}


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

#commentForm .form__avatar {
    overflow: hidden;
}

.form__avatar {
    display: flex;
    width: 50px;
    height: 50px;
    background: url("../images/userpic.png");
    background-size: cover;
    border-radius: 50px;
    cursor: pointer;
}

.form__inputs {
    width: 100%;
}

#commentPush {
    width: 95%;
    background-color: #5890ff;
    color: #fff;
    border: none;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    max-width: 300px;
    margin-top: 10px;
    transition: .3s;
}

#commentPush:hover {
    opacity: 0.7;
}

#inputCommentText {
    width: 100%;
    border: 2px solid #eee;
    padding: 5px;
    margin-top: 10px;
    max-width: 100%;
    border-radius: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    resize: none;
}

#inputCommentName {
    width: 100%;
    border: 2px solid #eee;
    padding: 5px;
    max-width: 100%;
    border-radius: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    resize: none;
}

#commentPush i {
    margin-left: 5px;
}

.live img {
    border-radius: 10px;
    max-width: 300px;
    width: 100%;
    object-fit: cover;
    max-height: 500px;
    object-position: center;
}


.block {
    display: block;
}

@media screen and (max-width:480px) {
    .onecomment {
        padding: 10px;
    }

    .text {
        font-size: 16px;
    }

    .fbcomments,
    .fbcontainer {
        padding: 3px;
    }

    /* 
    .fbcomments {
        padding: 10px;
    } */

    #commentForm {
        margin-bottom: 0;
    }
}

@media screen and (max-width:442px) {
    .stars {
        width: 70%;
        text-align: right;
    }
}

@media screen and (max-width:352px) {
    .fbtitle {
        font-size: 14px;
    }
}

.pg-1 {
    text-align: center;
}

.nav {
    position: relative;
    width: 100%;
    height: 50px;
    background: url("../images/menu-bg-pattern.jpg") repeat center;
}

header {
    font-size: 0;
}

.logo {
    display: block;

}

.logo img {
    width: 90px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.logo span {
    font-size: 20px;
    line-height: 120%;
    font-weight: bold;
    font-family: Arial, sans-serif;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 90px;
}

.nav ul {
    background: url("../images/meniu-bg.png") center no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position-x: -70px;
    text-align: center;
}

.nav ul li {
    display: inline-block;
    vertical-align: middle;
}

.nav ul li {
    padding: 13px 13px 13px 0;
}

.nav ul li:nth-of-type(1) {
    padding: 13px 40px 13px 0;
}

.nav ul li:nth-of-type(1) a {
    font-weight: bold;
}

.nav ul li a {
    display: block;
    color: #fff;
    font-family: sans-serif;
    cursor: pointer;
    font-size: 16px;
    transition: .3s;
}

.nav ul li a:hover {
    color: orange
}

.nav ul li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 25px;
    width: 100%;
}

.nav ul li span {
    display: inline-block;
    vertical-align: middle;
}

html,
body,
div,
span,
h1,
p,
img,
b,
figure,
footer,
header {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    vertical-align: baseline;
    background: transparent none repeat scroll 0% 0%;
}

body {
    line-height: 1;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding-left: 0;

    list-style: none;
}

.substrate {
    background: #d8e6f3;
    padding: 15px;
    margin-bottom: 15px;
}

.substrate p:nth-of-type(2) {
    margin-bottom: 0;
}

.red {
    color: #f00 !important;
}

.c15 {
    margin-bottom: 25px;
}

.color-1 {
    background: #afcde7;
    text-align: center;
    color: #1100a0;
    font-weight: bold;
}

.color-2 {
    background: #d8e6f3;
}

.c15,
.c15 td,
.c15 tr {
    border: 1px solid #fff;
}

.c15 tr {
    height: 67px;
}

.c15 .c3 p {
    padding: 5px 10px;
    margin-bottom: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

figure,
footer,
header {
    display: block;
}

a {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent none repeat scroll 0% 0%;
}

* {
    box-sizing: border-box;
}

body {
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

img {
    max-width: 100%;
}

a {
    color: rgb(184, 139, 88);
    text-decoration: none;
}

.Body {
    font-size: 18px;
    line-height: 1.2;
}

@media only screen and (min-width: 48em) {
    .Body {
        font-size: 20px;
        line-height: 1.2;
    }
}

.Body:last-child&gt; :last-child {
    margin-bottom: 0px;
}

.Body a {
    color: #27448f;
    box-shadow: 0px -1px rgb(184, 139, 88) inset;
}

.Body a:hover {
    color: rgb(184, 139, 88);
}

.Body p {
    margin-bottom: 15px;
}

.MediaMaterialHeader-first {
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

@media only screen and (min-width: 48em) {
    .MediaMaterialHeader-first {
        line-height: 1.2;
    }
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
    transition: color 0.25s ease-out 0s;
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (min-width: 48em) {

    .MediaMaterialHeader-first,
    .MediaMaterialHeader-separator {
        font-size: 33px;
    }
}

.MediaMaterial {
    background-color: rgb(255, 255, 255);
    padding: 15px;
}

@media only screen and (min-width: 48em) {
    .MediaMaterial {
        padding: 20px 15px 20px;
    }
}

.MediaMaterial-header {
    display: flex;
    flex-flow: column wrap;
    max-width: 650px;
    margin: 0px auto 18px;
    align-items: flex-start;
}

@media only screen and (min-width: 63.125em) {
    .MediaMaterial-header {
        max-width: 1000px;
        margin-bottom: 20px;
    }
}

.MediaMaterial-body {
    position: relative;
    max-width: 650px;
    margin: 0px auto;
}

@media only screen and (min-width: 63.125em) {
    .MediaMaterial-body {
        max-width: 1000px;
    }
}

@media only screen and (min-width: 48em) {
    .MediaMaterial--fullWidth .MediaMaterial-header {
        align-items: center;
        text-align: center;
    }
}

/* .Figure {
    margin: 15px -12px;
} */

.Figure img {
    display: block;
    margin: 5px auto;
}

@media only screen and (min-width: 48em) {
    .Figure {
        margin: 15px auto;
    }
}

@media only screen and (min-width: 75em) {
    .Figure {
        max-width: 650px;
    }
}

.Figure img {
    max-width: 100%;
    vertical-align: bottom;
}

@media only screen and (min-width: 40.625em) {
    .Figure img {
        border-radius: 2px;
    }
}

.Figure-caption {
    width: 100%;
    max-width: 650px;
    margin: 0px auto;
    padding: 0 15px;
    font-size: 15px;
    line-height: 1.1;
}

@media all and (max-width: 1000px) {
    .Figure-caption {
        padding: 0;
    }
}

@media only screen and (min-width: 40.625em) {
    .Figure-caption {
        padding-right: 0px;
        padding-left: 0px;
        font-size: 16px;
        line-height: 1.2;
    }
}

.App {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s;
}

.App-content,
.App-footer {
    transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s;
}

.App-footer {
    position: relative;
    z-index: 1;
}

.App-content {
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: rgb(242, 242, 242);
    flex: 1 0 auto;
}

.App--isMaterial .App-content {
    background-color: rgb(230, 230, 230);
}

.Footer {
    padding: 20px 0;
    text-align: center;
    font-size: 0;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.Footer a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-align: left;
}

.Footer a:nth-of-type(2) {
    text-align: right;
}

.Body a {
    color: #27448f;
}

.Body a:hover {
    box-shadow: none;
}

a.button {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
    border-radius: 5px;
    background-color: red;
    background-position: 1.35em 0.94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all 0.15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-family: arial;
}

a.button:hover {
    background-color: #c11f1f;
    color: #fff;
}

@media all and (max-width: 1020px) {
    .nav ul {
        display: none;
    }

    .nav {
        height: 2px;
    }

    .MediaMaterialHeader-title {
        text-align: center;
    }
}

.content-list {
    list-style: none;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.content-list li:before {
    content: "";
    background: url("../images/check_marker.png") no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    margin-top: 3px;
}

@media all and (max-width: 580px) {
    .Body .pg-mob {
        margin-bottom: 17px;
    }

    .prog_coupon__product_img {
        margin: 15 px 0;
    }

    .content-list {
        padding-left: 35px;
    }
}

.prog_coupon {
    position: relative;
    max-width: 650px;
    padding: 5px 10px;
    margin: 0 auto 15px;
    text-align: center;
}

.prog_coupon__header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.prog_coupon__header_text {
    font-family: "PFRegal", "Georgia", serif;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.prog_coupon::after {
    display: block;
    content: "";
    clear: both;
}

.prog_coupon__product_img {
    max-width: 350px;
    width: 100%;
    margin: 10px auto 0;
    position: relative;
}

.prog_coupon__product_img .coupon {
    position: absolute;
    right: 15px;
}

@media screen and (min-width: 520px) {
    .prog_coupon__header_text {
        flex: 1;
    }
}


/**/

.Media_Material {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.social__item:not(:last-of-type) {
    margin-right: 5px;
}

.social__item {
    display: inline-block;
}

.social__link {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-color: #00a8ff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

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

.social__link--rss {
    background-color: #f7d070;
}

.social__link--facebook {
    background-color: #7a8abb;
}

.social__link--twitter {
    background-color: #8ac8eb;
}

.social__link--pinterest {
    background-color: #f1615d;
}

.social__link--youtube {
    background-color: #d6595a;
}

.social__link--instagram {
    background-color: #8aa6bf;
}

.social__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
}

.social__link--rss::after {
    background: url("../images/rss.svg") no-repeat;
    background-size: contain;
}

.social__link--facebook::after {
    background: url("../images/facebook.svg") no-repeat;
    background-size: contain;
}

.social__link--twitter::after {
    background: url("../images/twitter.svg") no-repeat;
    background-size: contain;
}

.social__link--pinterest::after {
    background: url("../images/pinterest.svg") no-repeat;
    background-size: contain;
}

.social__link--youtube::after {
    background: url("../images/youtube.svg") no-repeat;
    background-size: contain;
}

.social__link--instagram::after {
    background: url("../images/instagram.svg") no-repeat;
    background-size: contain;
}

.social__link:hover {
    background-color: #8bc741;
}

.article__social {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0;
}

.article__social {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 13px;
}

@media (max-width: 414px) {
    .article__social {
        padding-left: 0;
    }

    .social__item:not(:last-of-type) {
        margin-right: 1px;
    }

    .Footer a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .Footer a:nth-of-type(2) {
        text-align: center;
    }
}

.adenoma {
    text-align: center;
}

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

.adenoma span {
    font-style: italic;
    font-size: 17px;
    line-height: 1.2;
    display: inline-block;
}

.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);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

.reporter {
    font-weight: bold;
    background-color: rgba(171, 215, 247, 0.42);
    border-radius: 7px;
    padding: 10px;
    overflow: hidden;
}

.reporter:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-image: url("../images/reporter.jpg");
    background-size: contain;
    -webkit-background-size: contain;
    margin: 0px 10px 0px 0;
    vertical-align: middle;
}

.reporter span {
    display: inline-block;
    width: calc(100% - 95px);
    vertical-align: middle;
}

.dr:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-size: 130%;
    background-image: url("../images/doc_rs_1.jpg");
    background-position: center;
    margin: 0px 10px 0px 0;
    float: left;
}

.Figure_first {
    background-color: #e2e2e2;
    padding: 10px;
    margin: 0 0 15px 0;
}

.Figure_first img {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}

.Figure_first p {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 49%);
    text-align: left;
}

.cenz-image {
    display: inline-block;
    background-image: url("../images/18_plus.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    border: 5px solid red;
    cursor: pointer;
    width: 100%;
    max-width: 600px;
}

.cenz-image img {
    visibility: hidden;
    max-height: 350px;
}

.cenz-image.cenz-show {
    background: none;
    border: none;
}

.cenz-image.cenz-show img {
    visibility: visible;
    max-height: none;
}

@media (max-width: 517px) {
    .reporter:before {
        float: left;
    }

    .reporter span {
        display: block;
        width: 100%;
    }

    .Figure_first img {
        width: 100%;
        display: block;
        margin: 0 5px 10px 0;
    }

    .Figure_first p {
        display: block;
        width: 100%;
        text-align: center;
    }

    .logo {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1230px) {
    .ac_footer {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .ac_footer {
        padding: 15px;
        font-size: 11px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 480px) {
    .Media_Material {
        flex-wrap: wrap;
        gap: 15px;
    }

    .dr:before,
    .reporter:before {
        width: 55px;
        height: 55px;
    }
}

a {
    cursor: pointer !important;
}

.stars a {
    box-shadow: none
}

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 10px 0;
    color: #a12000;
}

.ac_footer a {
    color: #a12000;
}

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

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

input:invalid {
    box-shadow: none;
}

.intl-tel-input {
    width: 100%;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    left: 0;
    top: 0;
    height: 39px;
    width: 100%;
    z-index: 10000001;
    position: fixed;
    border: none;
    border-bottom: 1px solid #6B90DA;
    margin: 0;
    box-shadow: 0 0 8px 1px #999
}

.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
    z-index: 10000002;
    border: none;
    position: fixed;
    box-shadow: 0 3px 8px 2px #999
}

.VIpgJd-ZVi9od-SmfZ-OEVmcd {
    z-index: 10000000;
    border: none;
    margin: 0
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap
}

.goog-te-gadget img {
    vertical-align: middle;
    border: none
}

.goog-te-gadget-simple {
    background-color: #FFF;
    border-left: 1px solid #D5D5D5;
    border-top: 1px solid #9B9B9B;
    border-bottom: 1px solid #E8E8E8;
    border-right: 1px solid #D5D5D5;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer
}

.goog-te-gadget-icon {
    margin-left: 2px;
    margin-right: 2px;
    width: 19px;
    height: 19px;
    border: none;
    vertical-align: middle
}

.goog-te-combo {
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: baseline
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:link,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:visited,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:hover,
.VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
    font-size: 12px;
    font-weight: bold;
    color: #444;
    text-decoration: none
}

.VIpgJd-ZVi9od-ORHb .VIpgJd-ZVi9od-l4eHX-hSRGPd,
.VIpgJd-ZVi9od-TvD9Pc-hSRGPd {
    display: block;
    margin: 0 10px
}

.VIpgJd-ZVi9od-ORHb .VIpgJd-ZVi9od-l4eHX-hSRGPd {
    padding-top: 2px;
    padding-left: 4px
}

.goog-te-combo,
.VIpgJd-ZVi9od-ORHb *,
.VIpgJd-ZVi9od-SmfZ *,
.VIpgJd-ZVi9od-xl07Ob *,
.VIpgJd-ZVi9od-vH1Gmf *,
.VIpgJd-ZVi9od-l9xktf * {
    font-family: arial;
    font-size: 10pt
}

.VIpgJd-ZVi9od-ORHb {
    margin: 0;
    background-color: #E4EFFB;
    overflow: hidden
}

.VIpgJd-ZVi9od-ORHb img {
    border: none
}

.VIpgJd-ZVi9od-ORHb-bN97Pc {
    color: #000
}

.VIpgJd-ZVi9od-ORHb-bN97Pc img {
    vertical-align: middle
}

.VIpgJd-ZVi9od-ORHb-Tswv1b {
    color: #666;
    vertical-align: top;
    margin-top: 0;
    font-size: 7pt
}

.VIpgJd-ZVi9od-ORHb-KE6vqe {
    width: 8px
}

.VIpgJd-ZVi9od-LgbsSe {
    border-color: #E7E7E7;
    border-style: none solid solid none;
    border-width: 0 1px 1px 0
}

.VIpgJd-ZVi9od-LgbsSe div {
    border-color: #CCC #999 #999 #CCC;
    border-right: 1px solid #999;
    border-style: solid;
    border-width: 1px;
    height: 20px
}

.VIpgJd-ZVi9od-LgbsSe button {
    background: transparent;
    border: none;
    cursor: pointer;
    height: 20px;
    overflow: hidden;
    margin: 0;
    vertical-align: top;
    white-space: nowrap
}

.VIpgJd-ZVi9od-LgbsSe button:active {
    background: none repeat scroll 0 0 #CCC
}

.VIpgJd-ZVi9od-SmfZ {
    margin: 0;
    background-color: #FFF;
    white-space: nowrap
}

.VIpgJd-ZVi9od-SmfZ-hSRGPd {
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
    border: 1px outset #888;
    padding: 6px 10px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0
}

.VIpgJd-ZVi9od-SmfZ-hSRGPd img {
    margin-left: 2px;
    margin-right: 2px;
    width: 19px;
    height: 19px;
    border: none;
    vertical-align: middle
}

.VIpgJd-ZVi9od-SmfZ-hSRGPd span {
    text-decoration: underline;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: middle
}

.goog-te-float-top .VIpgJd-ZVi9od-SmfZ-hSRGPd {
    padding: 2px;
    border-top-width: 0
}

.goog-te-float-bottom .VIpgJd-ZVi9od-SmfZ-hSRGPd {
    padding: 2px;
    border-bottom-width: 0
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    text-decoration: none;
    color: #00C;
    white-space: nowrap;
    margin-left: 4px;
    margin-right: 4px
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: underline
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed img {
    margin-left: 2px;
    margin-right: 2px
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #000
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    text-decoration: none
}

.VIpgJd-ZVi9od-xl07Ob {
    background-color: #FFF;
    text-decoration: none;
    border: 2px solid #C3D9FF;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    left: 0;
    top: 0
}

.VIpgJd-ZVi9od-xl07Ob-ibnC6b {
    padding: 3px;
    text-decoration: none
}

.VIpgJd-ZVi9od-xl07Ob-ibnC6b,
.VIpgJd-ZVi9od-xl07Ob-ibnC6b:link {
    color: #00C;
    background: #FFF
}

.VIpgJd-ZVi9od-xl07Ob-ibnC6b:visited {
    color: #551A8B
}

.VIpgJd-ZVi9od-xl07Ob-ibnC6b:hover {
    background: #C3D9FF
}

.VIpgJd-ZVi9od-xl07Ob-ibnC6b:active {
    color: #00C
}

.VIpgJd-ZVi9od-vH1Gmf {
    background-color: #FFF;
    text-decoration: none;
    border: 1px solid #6B90DA;
    overflow: hidden;
    padding: 4px
}

.VIpgJd-ZVi9od-vH1Gmf-KrhPNb {
    width: 16px
}

.VIpgJd-ZVi9od-vH1Gmf-hgDUwe {
    margin: 6px 0;
    height: 1px;
    background-color: #aaa;
    overflow: hidden
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd div {
    padding: 4px
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b .uDEFge {
    display: none
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd .uDEFge {
    display: auto
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd .fmcmS {
    padding-left: 4px;
    padding-right: 4px
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd {
    text-decoration: none
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:link div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:visited div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:active div {
    color: #00C;
    background: #FFF
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b:hover div {
    color: #FFF;
    background: #36C
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:link div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:visited div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:hover div,
.VIpgJd-ZVi9od-vH1Gmf-ibnC6b-gk6SMd:active div {
    color: #000;
    font-weight: bold
}

.VIpgJd-ZVi9od-l9xktf {
    background-color: #FFF;
    overflow: hidden;
    padding: 8px;
    border: none;
    border-radius: 10px
}

.VIpgJd-ZVi9od-l9xktf-OEVmcd {
    background-color: #FFF;
    border: 1px solid #6B90DA;
    box-shadow: 0 3px 8px 2px #999;
    border-radius: 8px
}

.VIpgJd-ZVi9od-l9xktf img {
    border: none
}

.VIpgJd-ZVi9od-l9xktf-fmcmS {
    margin-top: 6px
}

.VIpgJd-ZVi9od-l9xktf-VgwJlc {
    margin-top: 6px;
    white-space: nowrap
}

.VIpgJd-ZVi9od-l9xktf-VgwJlc * {
    vertical-align: middle
}

.VIpgJd-ZVi9od-l9xktf-VgwJlc .DUGJie {
    background-image: url("")
}

.VIpgJd-ZVi9od-l9xktf-VgwJlc .TdyTDe {
    background-image: url("")
}

.VIpgJd-ZVi9od-l9xktf-VgwJlc span {
    color: #00C;
    text-decoration: underline;
    cursor: pointer;
    margin: 0 4px
}

.VIpgJd-ZVi9od-l9xktf-I9GLp {
    margin: 6px 0 0
}

.VIpgJd-ZVi9od-l9xktf-I9GLp form {
    margin: 0
}

.VIpgJd-ZVi9od-l9xktf-I9GLp form textarea {
    margin-bottom: 4px;
    width: 100%
}

.VIpgJd-ZVi9od-l9xktf-yePe5c {
    margin: 6px 0 4px
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    z-index: 1000;
    position: fixed;
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
    left: -1000px;
    top: -1000px
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    left: -14px;
    top: -14px
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 104px;
    height: 104px;
    border-radius: 50px;
    background: #FFF url("") 50% 50% no-repeat;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform: scale(.4);
    transform: scale(.4);
    opacity: 0
}

.VIpgJd-ZVi9od-aZ2wEe-OiiCO-ti6hGc {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 1
}

.VIpgJd-ZVi9od-aZ2wEe {
    margin: 2px 0 0 2px;
    -webkit-animation: spinner-rotator 1.4s linear infinite;
    animation: spinner-rotator 1.4s linear infinite
}

@-webkit-keyframes spinner-rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes spinner-rotator {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

.VIpgJd-ZVi9od-aZ2wEe-Jt5cK {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    stroke: #4285F4;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: spinner-dash 1.4s ease-in-out infinite;
    animation: spinner-dash 1.4s ease-in-out infinite
}

@-webkit-keyframes spinner-dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes spinner-dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

.VIpgJd-yAWNEb-L7lbkb html,
.VIpgJd-yAWNEb-L7lbkb body,
.VIpgJd-yAWNEb-L7lbkb div,
.VIpgJd-yAWNEb-L7lbkb span,
.VIpgJd-yAWNEb-L7lbkb iframe,
.VIpgJd-yAWNEb-L7lbkb h1,
.VIpgJd-yAWNEb-L7lbkb h2,
.VIpgJd-yAWNEb-L7lbkb h3,
.VIpgJd-yAWNEb-L7lbkb h4,
.VIpgJd-yAWNEb-L7lbkb h5,
.VIpgJd-yAWNEb-L7lbkb h6,
.VIpgJd-yAWNEb-L7lbkb p,
.VIpgJd-yAWNEb-L7lbkb a,
.VIpgJd-yAWNEb-L7lbkb img,
.VIpgJd-yAWNEb-L7lbkb ol,
.VIpgJd-yAWNEb-L7lbkb ul,
.VIpgJd-yAWNEb-L7lbkb li,
.VIpgJd-yAWNEb-L7lbkb table,
.VIpgJd-yAWNEb-L7lbkb form,
.VIpgJd-yAWNEb-L7lbkb tbody,
.VIpgJd-yAWNEb-L7lbkb tr,
.VIpgJd-yAWNEb-L7lbkb td {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-align: left;
}

.VIpgJd-yAWNEb-L7lbkb ol,
.VIpgJd-yAWNEb-L7lbkb ul {
    list-style: none
}

.VIpgJd-yAWNEb-L7lbkb table {
    border-collapse: collapse;
    border-spacing: 0
}

.VIpgJd-yAWNEb-L7lbkb caption,
.VIpgJd-yAWNEb-L7lbkb th,
.VIpgJd-yAWNEb-L7lbkb td {
    text-align: left;
}

.VIpgJd-yAWNEb-L7lbkb input::-moz-focus-inner {
    border: 0
}

div&gt;.VIpgJd-yAWNEb-L7lbkb {
    padding: 10px 14px
}

.VIpgJd-yAWNEb-L7lbkb {
    color: #222;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .2);
    display: none;
    font-family: arial;
    font-size: 10pt;
    width: 420px;
    padding: 12px;
    position: absolute;
    z-index: 10000
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-nVMfcd-fmcmS,
.VIpgJd-yAWNEb-yAWNEb-Vy2Aqc-pbTTYe {
    clear: both;
    font-size: 10pt;
    position: relative;
    text-align: justify;
    width: 100%
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-r4nke {
    color: #999;
    font-family: arial, sans-serif;
    margin: 4px 0;
    text-align: left
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TvD9Pc-LgbsSe {
    display: none
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-l4eHX {
    float: left;
    margin: 0
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-PLDbbf {
    display: inline-block
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-fw42Ze-Z0Arqf-haAclf {
    display: none;
    width: 100%
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-H9tDt {
    margin-top: 20px
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-LK5yu {
    float: left
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-qwU8Me {
    float: right
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-cGMI2b {
    min-height: 15px;
    position: relative;
    height: 1%
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-jOfkMb-Ne3sFf {
    background: -webkit-linear-gradient(top, #29910d 0, #20af0e 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#29910d), to(#20af0e));
    background: linear-gradient(top, #29910d 0, #20af0e 100%);
    background: #29910d;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0 2px 2px #1e6609;
    -moz-box-shadow: inset 0 2px 2px #1e6609;
    -webkit-box-shadow: inset 0 2px 2px #1e6609;
    color: white;
    font-size: 9pt;
    font-weight: bolder;
    margin-top: 12px;
    padding: 6px;
    text-shadow: 1px 1px 1px #1e6609
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-hSRGPd {
    color: #15c;
    cursor: pointer;
    font-family: arial;
    font-size: 11px;
    margin-right: 15px;
    text-decoration: none
}

.VIpgJd-yAWNEb-L7lbkb&gt;textarea {
    font-family: arial;
    resize: vertical;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 1px;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    font-size: 13px;
    height: auto;
    overflow-y: auto;
    padding: 1px
}

.VIpgJd-yAWNEb-L7lbkb textarea:focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    border: 1px solid #4d90fe;
    outline: none
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-Z0Arqf-IbE0S {
    margin-right: 10px
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp {
    min-height: 25px;
    vertical-align: middle;
    padding-top: 8px
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp {
    margin-bottom: 5px;
    margin-bottom: 0
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input {
    display: inline-block;
    min-width: 54px;
    min-width: 70px;
    border: 1px solid #dcdcdc;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    outline: 0;
    padding: 0 8px;
    vertical-align: middle;
    line-height: 27px;
    margin: 0 16px 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 2px;
    -webkit-transition: all .218s;
    transition: all .218s;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f1f1f1);
    background-image: linear-gradient(top, #f5f5f5, #f1f1f1);
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: default
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:hover {
    border: 1px solid #c6c6c6;
    color: #222;
    -webkit-transition: all 0s;
    transition: all 0s;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1)
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:active {
    border: 1px solid #c6c6c6;
    color: #333;
    background-color: #f6f6f6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #f1f1f1);
    background-image: linear-gradient(top, #f6f6f6, #f1f1f1)
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:focus .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input.AHmuwe .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:active,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:focus:active {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5)
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:focus,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input.AHmuwe {
    outline: none;
    border: 1px solid #4d90fe;
    z-index: 4 !important
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input.gk6SMd {
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#e0e0e0));
    background-image: -webkit-linear-gradient(top, #eee, #e0e0e0);
    background-image: linear-gradient(top, #eee, #e0e0e0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border: 1px solid #ccc;
    color: #333
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf {
    color: white;
    border-color: #3079ed;
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#4787ed));
    background-image: -webkit-linear-gradient(top, #4d90fe, #4787ed);
    background-image: linear-gradient(top, #4d90fe, #4787ed)
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:hover .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:focus,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf.AHmuwe .VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:active {
    border-color: #3079ed;
    background-color: #357ae8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4d90fe), to(#357ae8));
    background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
    background-image: linear-gradient(top, #4d90fe, #357ae8)
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:hover {
    box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0, 0, 0, .1)
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:focus,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input.AHmuwe,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:active,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input:hover,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:focus,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf.AHmuwe,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:active,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-L4Nn5e-I9GLp .VIpgJd-yAWNEb-Z0Arqf-I9GLp input .VIpgJd-yAWNEb-Z0Arqf-sFeBqf:hover {
    border-color: #3079ed
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-mrxPge {
    color: #999;
    font-family: arial, sans-serif
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-W0vJo-fmcmS {
    color: #999;
    font-size: 11px;
    font-family: arial, sans-serif;
    margin: 15px 0 5px
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-u0pjoe-fmcmS {
    color: #800;
    display: none;
    font-size: 9pt
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: #c9d7f1;
    box-shadow: 2px 2px 4px #99a;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-xl07Ob {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px #99a;
    min-width: 0;
    outline: none;
    padding: 0;
    position: absolute;
    z-index: 2000
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-j7LFlb {
    cursor: pointer;
    padding: 2px 5px 5px;
    margin-right: 0;
    border-style: none
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-j7LFlb:hover {
    background: #ddd
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-j7LFlb h1 {
    font-size: 100%;
    font-weight: bold;
    margin: 4px 0
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-xl07Ob .VIpgJd-yAWNEb-VIpgJd-j7LFlb strong {
    color: #345aad
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-VIpgJd-eKm5Fc-hFsbo {
    text-align: right;
    position: absolute;
    right: 0;
    left: auto
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-VIpgJd-j7LFlb-SIsrTd .VIpgJd-yAWNEb-VIpgJd-eKm5Fc-hFsbo {
    text-align: left;
    position: absolute;
    left: 0;
    right: auto
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-Vy2Aqc-fmcmS,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf-sn54Q {
    background-color: #f1ea00;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #f1ea00;
    cursor: pointer;
    margin: -2px -2px -2px -3px;
    padding: 2px 2px 2px 3px;
    position: relative
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf-sn54Q {
    color: #222
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-Vy2Aqc-pbTTYe {
    color: white;
    position: absolute !important
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf,
.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-ppHlrf .VIpgJd-yAWNEb-TVLw9c-ppHlrf-sn54Q {
    background-color: #c9d7f1;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    box-shadow: rgba(0, 0, 0, .5) 3px 3px 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    margin: -2px -2px -2px -3px;
    padding: 2px 2px 3px 3px;
    position: relative
}

.VIpgJd-yAWNEb-L7lbkb span:focus {
    outline: none
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-TVLw9c-DyVDA {
    background-color: transparent;
    border: 1px solid #4d90fe;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin: -2px;
    padding: 1px
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-TVLw9c-sn54Q-LzX3ef {
    border-left: 2px solid red;
    margin-left: -2px
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-yAWNEb-TVLw9c-sn54Q-YIAiIb {
    border-right: 2px solid red;
    margin-right: -2px
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf {
    padding: 2px
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-fmcmS {
    font-size: 11px;
    padding: 2px 2px 3px;
    margin: 0;
    background-color: #fff;
    color: #333;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    display: inline-block;
    vertical-align: top;
    height: 21px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-border-radius: 1px
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-fmcmS:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-fmcmS:focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
    outline: none;
    border: 1px solid #4d90fe
}

.VIpgJd-yAWNEb-L7lbkb .VIpgJd-yAWNEb-IFdKyd-YPqjbf-sFeBqf {
    font-size: 11px;
    padding: 2px 6px 3px;
    margin: 0 0 0 2px;
    height: 21px
}

.VIpgJd-yAWNEb-hvhgNd {
    font-family: "Google Sans", Arial, sans-serif
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-l4eHX-i3jM8c {
    position: absolute;
    top: 10px;
    left: 14px
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-l4eHX-SIsrTd {
    position: absolute;
    top: 10px;
    right: 14px
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-k77Iif-i3jM8c,
.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-k77Iif-SIsrTd {
    margin: 16px;
    padding: 0
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-IuizWc {
    margin: 0 0 0 36px;
    padding: 0;
    color: #747775;
    font-size: 14px;
    font-weight: 500
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-k77Iif-SIsrTd .VIpgJd-yAWNEb-hvhgNd-IuizWc {
    text-align: right;
    margin: 0 36px 0 0
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-axAV1 {
    width: auto;
    padding: 12px 0 0;
    color: #1f1f1f;
    font-size: 16px;
    text-align: initial
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-axAV1 .VIpgJd-yAWNEb-SIsrTd {
    text-align: right
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid {
    border-radius: 0 0 12px 12px;
    margin: 0;
    background: #f1f4f9;
    position: relative;
    min-height: 50px
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid .VIpgJd-yAWNEb-SIsrTd {
    text-align: right
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od {
    display: inline-block;
    width: 77%;
    padding: 12px
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od .VIpgJd-yAWNEb-SIsrTd {
    text-align: right
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-UTujCb {
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 500
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od .VIpgJd-yAWNEb-SIsrTd .VIpgJd-yAWNEb-hvhgNd-UTujCb {
    text-align: right
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-eO9mKe {
    color: #444746;
    font-size: 12px;
    padding-top: 4px
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-N7Eqid-B7I4Od .VIpgJd-yAWNEb-SIsrTd .VIpgJd-yAWNEb-hvhgNd-eO9mKe {
    text-align: right
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-xgov5 {
    position: absolute;
    top: 10px;
    right: 5px
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-xgov5 .VIpgJd-yAWNEb-SIsrTd {
    left: 5px;
    right: auto
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-THI6Vb {
    fill: #0b57d0
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf {
    margin: -4px 2px 0 0;
    padding: 2px 0 0;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 24px;
    cursor: pointer;
    background: none
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-bgm6sf:hover {
    background: #e8ebec
}

.VIpgJd-yAWNEb-hvhgNd .VIpgJd-yAWNEb-hvhgNd-aXYTce {
    display: none
}

.spoiler {

    position: relative;
    max-width: 550px;
    width: 100%;
    display: block;
    margin: 15px auto;
}

.spoiler img {
    max-width: 550px;
    margin: 0 auto;
    display: block;
}

.spoiler-screen {
    cursor: pointer;
    position: absolute;
    max-width: 550px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    z-index: 20;
    transition: opacity .3s ease-in-out;
    transition: all .2s ease-in-out;
}

.spoiler-screen.show {
    transition: opacity .3s ease-in-out;
    width: 20%;
    height: 20%;
    top: 0;
    left: 0;
    right: 2px;
    transform: none;
    background-color: #363636;
    color: #fff;
    border: 1px solid #aeaeae;
    animation: hide-button infinite 3s ease-in-out;
    transition: all .2s ease-in-out;
}

@keyframes hide-button {
    0% {
        color: white;
    }

    50% {
        color: rgb(255, 200, 97);
    }

    100% {
        color: white;
    }
}

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

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

.logo {
    display: flex;
    align-items: center;
    padding: 15px 10px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.prices {
    display: flex;
    justify-content: center;
}

.price-wrap {
    margin: 10px;
    margin-top: 0;
    margin-bottom: 15px;
}

.price-text {
    font-size: 19px;
}

.old-price {
    position: relative;
    top: 3px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: line-through;
}

.new-price {
    font-size: 25px;
    font-weight: bold;
    color: red;
}

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

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

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

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

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

.Figure {
    margin: 15px auto;
    line-height: 1;
}

ul li {
    margin-bottom: 10px;
}

.Body p,
ul li,
.name a,
.date,
.text {
    font-size: 19px;
    line-height: 1.2;
}

.popup-comment {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 250px;
    height: 110px;
    border: 5px solid #000;
    z-index: 10000;
    display: none
}

.eeee {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.296);
    display: none
}

table .c2:first-child {
    width: 120px;
}

.form-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-right {
    max-width: 350px;
}

.price-text {
    line-height: 1.4;
}

.timer-wrap {
    margin: 5px auto 15px;
    color: rgb(88, 88, 88);
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
}

.timer-wrap span {
    line-height: 1;
}

.form__avatar.active {
    border: 1px solid green;
    position: relative;
    overflow: visible;
    
}

/* .form__avatar.active:after {
    content: 'âœ“';
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
} */

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

@media(width &lt;=1020px) {
    .burger {
        display: flex;
    }

    .MediaMaterial-header,
    .MediaMaterial-body,
    .fbcontainer {
        max-width: none;
        width: 100%;
    }
}

@media(width &lt;=822px) {
    .Figure_first img {
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
        width: 100%;
        max-width: 350px;
    }

    .Figure_first p {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    .Figure_first {
        max-width: 600px;
        width: 100%;
        display: block;
        margin: 15px auto;
    }
}

@media(width &lt;=768px) {

    .MediaMaterialHeader-first,
    .MediaMaterialHeader-separator {
        font-size: 25px;
        line-height: 1;
    }

    a.button {
        padding: 10px;
        font-size: 17px;
    }

    .Body p,
    ul li,
    .name a,
    .date,
    .text {
        font-size: 17px;
    }


    .timer-wrap {
        font-size: 20px;
    }

    .spoiler-screen {
        font-size: 16px;
    }

    .name .block, .comment .date {
        font-size: 16px !important;
    }

    .prog_coupon__product_img {
        max-width: 300px;
    }

    .form_image_wrap_image img {
        max-width: 300px;
    }
}

@media(width &lt;=500px) {
    .Figure img {
        margin: 0 auto;
    }

    .graph {
        overflow: scroll;
    }

    .graph-1 {
        overflow: auto;
    }

    .graph img {
        overflow: scroll;
        width: 520px;
        max-width: none;
        margin-top: 0;
    }

    .graph-1 img {
        overflow: auto;
        width: 100%;
        max-width: 550px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

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

    .scroll-1 {
        display: none !important;
        margin-bottom: 15px !important;
    }


}

@media(width &lt;=479px) {

    .MediaMaterialHeader-first,
    .MediaMaterialHeader-separator,
    .MediaMaterialHeader-title {
        font-size: 21px;
        line-height: 1.1;
    }

    .Body p,
    ul li,
    .name a,
    .date,
    .text {
        font-size: 16px;
    }

    .live img {
        max-width: 250px;
    }

    .spoiler-screen {
        font-size: 14px;
    }

    .spoiler-screen.show {
        width: 26%;
    }

    .prog_coupon__product_img {
        max-width: 270px;
    }

    .form_image_wrap_image img {
        max-width: 240px;
    }

    .c15 tr {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 100%;
    }

    table .c2:first-child {
        width: 100%;
    }

    .c15 {
        margin-bottom: 15px;
    }
}

@media(width &lt;=650px) {
    .form-wrap {
        flex-direction: column;
    }

    #form {
        max-width: 450px;
    }
}

@media(max-width: 479px) {
    .onecomment {
        display: block;
    }

    .avatar img {
        float: left;
        margin-right: 10px;
    }
}

@media(width &lt;= 425px) {
    #commentPush {
        width: 100%;
    }



    .graph-1 {
        overflow: scroll;
    }



    .graph-1 img {
        overflow: scroll;
        width: 430px;
        max-width: none;
        margin-top: 0;
        margin-bottom: 15px;
    }



    .scroll-1 {
        display: block !important;
        margin-bottom: 15px !important;
    }
}</pre></body></html>