.print,
footer,
header {
    display: none
}

body {
    -webkit-print-color-adjust: exact;
    font-family: Arial, Helvetica, sans-serif
}

.print--hidden {
    display: none !important
}




@media screen and (max-width: 500px) {

    #comments .startdate,
    #comments .nowdate,
    .now-date-text {
        display: block;
        font-size: 14px !important;
        margin-left: 0 !important;
        margin-top: 3px;
    }
}

input[type="search"] {
    -webkit-appearance: none;
}

.title_block_author {
    padding-left: 14px;
}



/* Для экранов шире 769 пикселей */
@media (min-width: 769px) {
    .bg-image {
        text-align: center;
        /* Center align the content */
    }

    .bg-image img {
        max-width: 100%;
        height: auto;
        display: inline-block;
        /* Make the image inline-block to center it horizontally */
    }

    .text-container {
        display: block;
        margin-top: 20px;
    }
}

/* Для экранов шириной менее 769 пикселей */
@media (max-width: 768px) {
      .bg-image img {
        width: 100%;
        height: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .text-container {
        display: block;
        margin-top: 65px;
    }

    .image-container {
        display: inline-block;
        position: relative;
        z-index: 9999;
    }
}

/*   <!-- STYLE POPUP GRAPH | START -->*/

.h1-bg {
    position: relative;
}

.h1-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.454);
}


div.blur.active {
    cursor: default;
}

div.blur {
    position: relative;
    cursor: pointer;
    width: auto;
    overflow: hidden;
    margin: 15px 0;
}

div.blur img {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    transition: filter 1s ease;
    width: auto;
    border: 3px solid red;
}

.blur-p {
    transform: translateX(-50%);
    font-size: 30px !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff !important;
    text-shadow: 5px 1px 2px rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -3%;
    left: 50%;
}

.no-border img {
    border-color: grey !important;
}

div.blur.active {
    cursor: default;
}

div.blur.active img {
    filter: none;
}

div.blur.active .blur-p {
    display: none;
}



table,
tbody,
td,
th,
tr {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

.table {
    font-family: Roboto, sans-serif;
    margin-bottom: 15px;
    margin-top: 24px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 4px !important;
    overflow: hidden;
    border: 0px solid black;
}

td,
th {
    border: 0.1px solid black !important;
}

.table th {
    background-color: rgb(255 216 145);
}

.table td,
.table th {
    border: 1px solid #000;
    padding: 5px 10px;
    text-align: center;
    font-size: 1.1rem;
    vertical-align: middle;
    font-size: 16px;
}

.table td.one {
    text-align: left;
}

@media screen and (max-width:992px) {
    .table {
        font-size: 18px;
    }
}

@media screen and (max-width:460px) {
    .table {
        font-size: 16px;
    }
}






.issled-title {
    font-size: 15px !important;
    line-height: 1.25 !important;
    display: block;
    margin-top: 7px;
    margin-bottom: 7px;
    color: red;
}

.issled-h4 {
    font-size: 18px !important;
}

.back-result-point {
    width: 100%;
    background: #a2a2a28f;
    border: 1px solid #adadad;
    margin-bottom: 5px;
}

#popup3 h2 {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 24px;
    text-align: center;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#popup3 {
    z-index: 1000;
    background-image: url("formbg-nobord.jpg");
    background-size: cover;
    background-position: center;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: white;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
    z-index: 101;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
    transition: opacity 0.3s ease, transform 0.3s ease;
    max-width: 800px;
    width: 100%;
    overflow-y: auto;
    max-height: 100vh;
}

#closePopup {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#pagination {
    text-align: center;
}

@media (max-width: 576px) {
    .ul-sostav li {
        font-size: 16px !important;
    }
}

#pagination button {
    color: #254da1;
    padding: 5px;
    border: 1px solid #254da1;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 1px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
    background: rgb(15 0 162 / 5%);
    font-family: sans-serif;
    font-size: 13px;
}

#pagination button:hover {
    color: #fff;
    background: #254da1;
    transition: 0.2s;
}

#pagination button:active {
    color: #fff;
    background: #254da1;
    transition: 0.2s;
}

.ul-sostav {
    padding-left: unset;
    text-align: left;
    list-style: auto;
    width: 80%;
    max-width: 344px;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media all {
    .elementor-kit-5554 h3 {
        font-family: "Arial", Sans-serif;
        font-size: 18px;
    }
}

.graph {
    width: 100%;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.graph .txt {
    position: relative;
    text-align: left;
    color: #fff;
    padding: 0;
    border-radius: 1px;
    margin-bottom: 2px;
    width: fit-content;
    font-size: 14px;
    padding: 2px 5px;
}

.graph .beforetxt {
    color: #070707 !important;
    font-weight: 500;
    padding: 0 !important;
    font-size: 14px !important;
}

.graph .beforetxt span {
    text-align: left;
    display: block;
    padding: 0;
}

.graph .txt span {
    text-align: left;
    display: block;
    padding: 5px 10px;
}

.graph .txt {
    background: #5095c5;
    margin-bottom: 0;
}

.graph .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}

.graph {
    width: 100%;
    position: relative;
    padding: 0;
    max-width: 800px;
    margin: 0 auto;
}

.graph-title {
    text-align: center;
}

#content h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 18px;
    padding-left: 0;
}

.percent {
    text-wrap: nowrap;
}




.order_form2 {
    background: rgb(27 157 255 / 3%);
    padding: 12px 10px;
    max-width: 670px;
    font-family: Arial;
    margin: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 55px;
    color: black;
    border: 2px solid #8bcdff;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    box-shadow: 0 0 8px #ffd2d2;
    line-height: 1.28;
}

.order_form2 button,
.obutton {
    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: #ff0000f7;
    background-position: 1.35em 0.94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    font-family: sans-serif;
}

.order_form_pole input {
    font-size: 18px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #8bcdff;
    max-width: 300px;
    width: 100%;
    height: 58px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.order_form_pole label {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
}




.row-y-name,
.name {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
}

.row-y-item .info {
    margin-bottom: 20px;
    padding: 10px;
}


@keyframes fade-out {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
        max-height: 0;
    }
}

.form__submit:hover svg path {
    fill: #00008b;
}

.hidden {
    animation: fade-out 1s ease;
}

.state.comments {
    padding-top: 5px;
}

.item * {
    font-family: sans-serif !important;
}

.component_text>img,
.state__comments-wrap {
    margin-top: 20px;
}

#comments_component .component_info_inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #f0f2f5;
}

.component_reposy b {
    font-weight: 600;
    word-spacing: 0 !important;
    color: #757575;
    margin-left: 0;
    margin-right: 6px;
}

.component_reposy * {
    color: #65676b;
}

#comments_component a {
    font-weight: 600;
    text-decoration: none;
    color: #232323;
}

.component_reposy nav {
    display: inline;
    font-weight: 600;
    margin: 0 6px 0 0;
}

#comments_component .user_request .component_ava {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    width: 43px;
    height: 37px;
    min-width: 24px;
    min-height: 24px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 10px 0 0;
    min-width: 36px !important;
    min-height: 36px !important;
}

#comments_component p {
    color: #050505;
    font-size: 0.9375rem;
    margin: 0;
}

.icons .fb_licked {}

#comments_component .component_name p {
    color: #050505;
    font-weight: 700;
    line-height: 1.2308;
    font-size: 0.8125rem;
}

#state_close_prev img {
    width: 21px;
}

#state_close_prev img:nth-child(2) {
    position: relative;
    left: -9px;
}

@media screen and (max-width: 340px) {
    .like-hidden {
        display: none;
    }
}

#comments_component {
    margin: 0 0 0-7px;
    padding-bottom: 15px;
    display: none;
}

.component_reposy {
    display: flex;
}

.component_img img {
    width: 100%;
    display: flex;
    height: auto;
    transition: all 3s ease-in;
}

.user_request .component_ava {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
}

.icons .fb_licked {
    background-size: 103px 328px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #fff;
}

#comments_component .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 0 20px;
}

#comments_component .component_ava {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 10px 0 0;
}

#comments_component .component_info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin: 0 0 5px;
}

#comments_component .component_info_inner {
    background-color: #f0f2f5;
    border-radius: 18px;
    display: inline-block;
    line-height: 1.3333;
    margin-top: 0;
    min-width: 0;
    overflow: hidden;
    padding: 12px 22px 7px 12px;
}

#comments_component .component_name {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 3px 3px;
    text-decoration: none;
    margin-left: 0 !important;
}

#comments_component .component_licked {
    position: relative;
    bottom: 3px;
    left: 0;
    display: flex;
}

.component_body {
    width: 100%;
}

.component_body.movedEmoticons {
    display: flex;
    flex-direction: column;
}

.component_body.movedEmoticons .component_licked {
    display: flex;
    align-self: end;
    margin-right: 17px;
    margin-top: 25px !important;
}

.component_reposy {
    color: #929292;
    font-weight: 600;
    font-size: 12px;
    margin: 6px 0 0 12px;
    flex-wrap: wrap;
    line-height: 1.5;
}

.component_img {
    width: 92%;
    border-radius: 18px;
    overflow: hidden;
    margin: 7px 0 6px;
    height: auto;
    max-width: 500px;
}

.component_licked {
    background: #fff;
    border-radius: 10px;
    color: #909192;
    font-size: 11px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    padding-right: 4px;
    transform: translateY(-6px);
    z-index: 5;
}

.icons {
    white-space: nowrap;
    display: flex;
    margin: 0;
}

.l {
    background-position: -51px -266px;
    z-index: 4;
}

.s,
.u {
    margin-left: -6px;
}

.u {
    background-position: 0-283px;
    z-index: 3;
}

.s {
    background-position: -68px -266px;
}

.component_name,
.component_reposy {
    cursor: pointer;
}

.component_name:hover,
.component_reposy nav:hover {
    text-decoration: underline !important;
}

.user_request .component_ava {
    margin-left: 46px !important;
}

#comments_component .component_name,
#comments_component .component_reposy,
#comments_component .component_text,
.component_licked span {
    font-style: normal;
}

.icons .fb_licked {
    height: 21px;
    width: 20px;
}

.component_licked {
    display: inline-flex;
    margin-top: 12px;
    margin-bottom: -14px;
    text-align: right;
    float: right;
    background: 0;
    box-shadow: none;
    margin-right: -14px;
}

#inputCommentName:focus {
    outline: 0;
}

.topbutton {
    height: 50px;
    font-size: 30px;
    background: #1877f2;
    color: #fff !important;
    border: 0;
    border-radius: 5px;
    display: block;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    line-height: 50px;
    transition: 0.3s;
}

.topbutton:hover {
    opacity: 0.8;
}

#state_close,
#state_close_prev {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
    color: gray;
    margin: -24px -15px 18px;
}

#state_close {
    justify-content: space-around;
    margin: 23px -15px;
}

@media screen and (max-width: 340px) {
    .like-hidden {
        display: none;
    }
}

.form {
    display: flex;
    gap: 6px;
    font-size: 0.9375rem;
    line-height: 1.3333;
    margin-top: 35px;
}

.form__field-avatar {
    flex: 0 0 auto;
}

.form__avatar-label {
    cursor: pointer;
}

.form__avatar-label img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    margin-top: 0px !important;
}

.form__avatar-input {
    display: none;
}

.form__field {
    width: 100%;
    background-color: #f0f2f5;
    border-radius: 6px;
    overflow: hidden;
    padding: 6px 22px 7px 12px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.form__message,
.form__name,
.form__submit {
    border: 0;
    outline: 0;
    background: 0;
}

.form__name {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}

.form__message {
    padding: 10px 0;
    resize: none;
    max-width: 70%;
}

.form__photo-input {
    display: none;
}

.form__photo-label,
.form__submit {
    position: absolute;
    bottom: 10px;
    cursor: pointer;
}

.form__photo-label {
    color: #757575;
    right: 50px;
}

.form__submit {
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 10;
    transition: 0.3s;
}

.item {
    display: flex;
}

.component_ava img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icons .fb_licked {
    background-image: url("");
    background-size: 103px 328px;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #fff;
    height: 21px;
    width: 20px;
}

.l {
    background-position: -51px -266px;
    z-index: 4;
}

.component_licked span {
    font-style: normal;
}

.comments-list {
    display: flex !important;
    flex-direction: column !important;
}

.comments-list>li {
    list-style: none;
    margin-bottom: 30px;
}

.comments-list>li:last-child {
    margin-bottom: 0;
}

.form-container {
    margin-top: 50px;
}












@font-face {
    font-family: 'roboto-fixed-line';
    src: url("");
    font-weight: 700;
    font-display: swap;
}

* .ffl {
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif !important;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}

@media screen and (min-width: 469px) {
    .ffl {
        display: none !important;
    }
}

.ffl {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    background-color: #f14e23;
    text-align: center;
    width: 100%;
    padding: 10px 30px;
    opacity: 0;
    display: none;
    z-index: 99;
    font-family: sans-serif !important;
    font-size: 16px;
    font-weight: 500;
}

.ffl__anim {
    -webkit-animation: example 1.3s ease;
    animation: example 1.3s ease;
    opacity: 1;
}

@-webkit-keyframes example {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: .9;
    }

    100% {
        opacity: 1;
    }
}

@keyframes example {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    75% {
        opacity: .9;
    }

    100% {
        opacity: 1;
    }
}

.ffl__wrap {
    position: relative;
}

.ffl__close {
    position: absolute;
    top: 0;
    right: -20px;
    color: #fff;
    font-size: 25px;
    font-family: serif;
    line-height: 16px;
    height: 16px;
    width: 16px;
    cursor: pointer;
    font-weight: 700;
}

.ffl__out {
    display: none !important;
}

.ffl__text {
    color: #fff;
    text-shadow: 0 0 0 #fff;
}

.ffl__price {
    font-size: 16px;
    white-space: nowrap;
}

.ffl-new-price {
    font-weight: 600 !important;
    font-size: 17px !important;
}

.ffl__price span {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.ffl__btn,
.ffl__btn:focus,
.ffl__btn:hover,
.ffl__btn:active {
    background-color: #ffbe01;
    color: #a12d0f;
    border-radius: 3px;
    padding: 7px 30px;
    display: inline-block;
    margin: 5px auto;
    text-decoration: none;
    -webkit-animation: blinker 2s cubic-bezier(1.0, 0, 0, 1.0) infinite;
    animation: blinker 2s cubic-bezier(1.0, 0, 0, 1.0) infinite;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 800;
}

@keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.7;
    }
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.7;
    }
}














.attention-block-1 {
    color: red;
    font-weight: 600;
    font-size: 22px;
}

.attention-block-2 {
    color: red;
    font-weight: 600;
    border: 2px solid red;
    border-radius: 4px;
    padding: 15px;
    background: #ff000005;
}

.attention-block-3 {
    background: rgb(247 247 247);
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #565656;
    max-width: 990px;
    margin: 0 auto;
    margin-bottom: 34px;
}

.attention-block-3 li span {
    font-size: 16px;
    display: block;
    margin-bottom: 11px;
    margin-top: 5px;
    color: #f84f46;
    font-weight: 500;
    text-shadow: 0 0 #f84f46;
}

.my-new-price {
    color: red;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
}

.my-old-price {
    color: #919191;
    line-height: 30px;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    margin-left: 5px;
    margin-right: 5px;
    FONT-WEIGHT: 500;
}

.navigation-page-block {
    background: #f2f2f2;
    padding: 15px 22px;
}

.my-ul-0 li {
    position: relative;
    display: list-item;
    padding-left: 24px;
}

.my-ul-0 li:before {
    content: '—';
    position: absolute;
    top: 0;
    left: 0;
    color: #ff0000;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
}

ul li {
    margin-bottom: 8px;
    line-height: 1.2;
}

.my-ul-0-green li {
    position: relative;
    display: list-item;
    padding-left: 24px;
    margin-bottom: 7px;
}

.my-ul-0-green li:before {
    content: '—';
    position: absolute;
    top: 0;
    left: 0;
    color: #1ba023;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.my-ul-1 {
    padding-left: 24px;
    margin-top: 18px;
    margin-bottom: 26px;
}

.my-ul-1 li {
    list-style: num;
}

.my-ul-1 li::marker {
    font-weight: 600 !important;
}

.my-ul-1 li span {
    display: block;
    margin-bottom: 9px;
    margin-top: 3px;
    font-size: 17px;
    line-height: 1.28;
}

.recept {
    background: #d8d8d8;
    padding: 10px 18px;
    box-shadow: 1px 1px 11px 0 #00000024;
    border-radius: 4px;
    border: 3px solid white;
}

.grandma-block {
    background-color: rgb(255 248 182);
    padding: 20px;
    box-shadow: 1px 1px 11px 0 #00000024;
    border-radius: 4px;
    border: 3px solid white;
}

.my-ul-0-green font {
    font-size: 16px;
    display: block;
    margin-bottom: 8px;
}

.answer {
    padding-left: 16px;
    border-left: 1px solid #b2b2b2;
    margin-left: 17px;
}

.new-ramka-1 {
    background-color: #ffefe0;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #e0a771;
}

.attetion-packs {
    font-size: 16px;
    line-height: 1.1;
    display: inline-block;
    margin-bottom: 2px;
    margin-top: 10px;
}

.left-block {
    text-wrap: nowrap;
    font-weight: 600;
    background: #ffffff;
    padding: 3px 4px;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #fd3c3d;
    color: #fd3c3d;
    box-shadow: 0 0 4px #0000001c;
    margin-top: 7px;
}

.mob-image {
        display: none !important;
    }
@media (max-width: 400px) {
    .mob-image {
        display: inline-block !important;
    }
    .big-image {
        display: none;
    }
}