* {
    box-sizing: border-box;
}

.product {
    display: block;
    margin: 10px auto;
    max-width: 320px;
    width: 100%; 
}

body{margin: 0 !important}

.logo {
    display: inline-block;
    vertical-align: middle;
}

.logo a {
    display: inline-block;
    vertical-align: middle;
    color: #a5a5a5;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.logo a:hover {
    text-decoration: none;
    color: #a5a5a5
}

.order-link {
    width: 290px;
    max-width: 100%;
    font-family: roboto;
    display: block;
    margin: 0 auto;
    border: 3px solid rgb(199, 60, 76);
    text-decoration: none;
    background: rgb(247, 89, 108);
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 18px;
}

.order-link:hover {
    background: rgb(232, 65, 84);
    transition: .3s;
    color: #fff;
}

.comment_img {
    width: 300px;
    max-width: 100%;
    margin-top: 10px;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 260px;
}

.header ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 0;
    width: calc(100% - 269px);
    text-align: right;
}

.header .content {
    border-bottom: 1px solid #ccc;
    background-color: #d7d7d7;
}

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

.header ul li span {
    text-decoration: none;
    color: #565656;
    padding: 5px 15px;
    transition: all 0.3s ease;
    font-size: 16px;
    text-align: center;
}

.header ul li span:hover {
    color: #2981b7;
    cursor: pointer;
}



.outline {
    border: 4px solid darkred;
    padding: 0 10px;
}

.cenz-image img {
    visibility: hidden;
}

.cenz-image.cenz-show {

    border: none;
}

.cenz-image.cenz-show img {
    visibility: visible;
    width: 450px;
    max-width: 100%;
    display: block;
}

h1 {
    display: block;
    width: auto;
    line-height: 1.2;
    color: rgb(10, 10, 10);
    font-size: 23px;
}

h2 {
    display: block;
    line-height: 1.2;
    color: rgb(10, 10, 10);
    font-size: 19px;
    margin-top: 25px;
}

h2::after {
    content: "";
    margin-top: 25px;
    border-bottom: 4px solid rgb(22, 141, 226);
    display: block;
}

.list {
    font-size: 18px;
    list-style: disc;
    padding-left: 40px;
}

.list li {
    margin-bottom: 20px;
}

.list li span {
    display: block;
    font-size: 16px;
    color: gray;
    font-weight: normal;
    line-height: 20px;
}

.link {
    color: #ED1F24;
    text-decoration: none;
}

a {
  color: #ed1f24;
    text-decoration: none;
}

p {
    margin: 0 0 16px;
}

a:hover {
   color: rgb(176, 73, 59);
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: rgb(238, 238, 238) currentcolor currentcolor;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

body {
    display: block;
    font-family: "Open Sans", sans-serif;
    background: rgb(250, 250, 250) none repeat scroll 0% 0%;
    height: auto;
    color: rgb(68, 68, 68);
    line-height: 1.5625;
}

.spoiler {
    width: 50%;
    margin-top: 10px;
}

.header {
    display: block;
    width: 100%;
    background-color: #d7d7d7;
    margin: 0px auto;
}

.header-top {
    display: block;
    width: 100%;
    background: transparent none repeat scroll 0% 0%;
}

.header-top-container {
    width: 96%;
    max-width: 960px;
    display: block;
    margin: 0px auto;
    padding: 20px 2% 15px;
}

.header-top-left {
    display: block;
    float: left;
    width: 30%;
}

.header-top-left-logo {
    display: block;
    width: 100%;
    float: left;
    min-width: 30%;
}

.header-top-left-logo img {
    display: block;
    width: 100%;
}

.header-top-left::after {
    content: "";
    display: block;
    clear: both;
}

.header-top-right {
    display: block;
    float: right;
    width: auto;
    margin-top: 2%;
}

.header-top-right-text {
    display: block;
    width: auto;
    margin-bottom: 3%;
}

.header-top-right-text ul {
    display: block;
    font-size: 0px;
    float: right;
}

.header-top-right-text ul li {
    display: inline-block;
    width: auto;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: rgb(10, 10, 10);
}

.header-top-right-text ul li.separate {
    margin: 0px 5px;
    font-weight: normal;
    color: rgb(10, 10, 10);
}

.header-top-right-text ul li a {
    text-decoration: underline;
    font-weight: normal;
    color: rgb(10, 10, 10);
    opacity: 1;
}

.header-top-right-text ul li a:hover {
    opacity: 0.8;
}

.header-top-right-text::after {
    content: "";
    display: block;
    clear: both;
}

.header-top-right-search {
    display: block;
    width: auto;
}

.input-search {
    display: block;
    border: 1px solid rgb(169, 169, 169);
    padding: 5px;
    width: 170px;
}

.header-top-container::after {
    content: "";
    display: block;
    clear: both;
}

.header-bottom {
    display: block;
    width: 100%;
    background: rgb(51, 53, 65) none repeat scroll 0% 0%;
}

.header-bottom-container {
    max-width: 960px;
    margin: 0px auto;
    width: 96%;
    display: block;
    padding: 13px 2%;
}

.header-bottom ul {
    display: block;
    font-size: 0px;
}

.header-bottom ul li {
    display: inline-block;
    width: auto;
    padding: 0px 3%;
}

.header-bottom ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    opacity: 1;
}

.header-bottom ul li a:hover {
    opacity: 0.8;
}

.content {
    display: block;
    width: 97%;
    max-width: 1000px;
    margin: 0px auto;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 25px 1.5%;
    position: relative;
}

.order-block .mobile_left {
    display: none !important;
}

.content-left {
    display: block;
}

.content-left-social {
    display: block;
    width: 100%;
    background: rgb(238, 238, 238) none repeat scroll 0% 0%;
    padding: 1% 2%;
    margin: 15px 0px;
}

.content-left-social-pictures {
    display: block;
    width: 50%;
    float: left;
}

.content-left-social-pictures img {
    display: block;
    width: auto;
}

.content-left-social-comments {
    display: block;
    float: right;
    width: 50%;
    text-align: right;
    font-size: 13px;
}

.content-left-social-comments span {
    margin-left: 1%;
    color: rgb(35, 82, 124);
    text-decoration: underline;
    cursor: pointer;
}

.content-left-social-comments span:hover {
    color: #ed1f24;
}

.content-left-social::after {
    content: "";
    display: block;
    clear: both;
}

.content-left-doctor {
    display: block;
    width: 100%;
    background-color: rgb(226, 226, 226);
    padding: 2%;
    margin-top: 25px;
}

.content-left-doctor-foto {
    display: block;
    width: 48%;
    float: left;
    margin-right: 2%;
}

.content-left-doctor-foto img {
    width: 100%;
    display: block;
}

.content-left-doctor-text {
    display: block;
    width: 50%;
    float: right;
}

.content-left-doctor::after {
    content: "";
    display: block;
    clear: both;
}

.content-important {
    display: block;
    width: auto;
    text-align: left;
    font-weight: bold;
    font-style: italic;
}

.buy-button-block::after {
    content: "";
    display: block;
    clear: both;
}

.opros-product-block {
    display: block;
    width: auto;
    margin-top: 2%;
}

.opros-product-line-right::after {
    content: "";
    display: block;
    clear: both;
}

.opros-product-line::after {
    content: "";
    display: block;
    clear: both;
}

.like-block {
    display: block;
    width: 95.7%;
    border: 2px solid rgb(230, 230, 230);
    padding: 0px 2% 2%;
    margin: 3% 0px;
    border-radius: 3px;
}

.like-block img {
    display: block;
    width: auto;
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 15px;
    color: black;
    text-decoration: none;
}

.vk-header {
    background: rgb(218, 226, 232) none repeat scroll 0% 0%;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px;
}

.vk-logo {
    background: transparent none no-repeat scroll 0% 0%;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px;
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
}

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

.vk-comment-name {
    color: rgb(43, 88, 122);
    font-weight: bold;
    font-size: 12px;
}

.vk-comment-text {
    margin-left: 60px;
}

.vk-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
    font-size: 12px;
}

.content-right {
    display: block;
    width: 27%;
    float: right;
    position: relative;
}

.content-right-recommend-container {
    display: block;
    max-width: 270px;
    width: 100%;
}

.content-right-recommend {
    display: block;
    width: auto;
}

.content-right-recommend-top {
    height: 48px;
    background: rgb(74, 162, 36) none repeat scroll 0% 0%;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 48px;
    position: relative;
    text-align: center;
}

.content-right-recommend-top::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 17px 13px 0px;
    border-color: transparent rgb(74, 162, 36) transparent transparent;
    left: 0px;
    bottom: -13px;
}

.content-right-recommend-top::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 13px 17px 0px 0px;
    border-color: rgb(74, 162, 36) transparent transparent;
    right: 0px;
    bottom: -13px;
}

.content-right-recommend-middle {
    width: 86%;
    display: block;
    margin: auto;
    border-left: 1px solid rgb(221, 221, 221);
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 1% 1% 7%;
    text-align: center;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    text-decoration: none;
}

.content-right-recommend-middle img {
    display: block;
    width: 75%;
    margin: 7% auto;
}

.content-right-statistic {
    display: block;
    width: 96%;
    padding: 0px 2% 2%;
    background: rgb(243, 243, 243) none repeat scroll 0% 0%;
    color: rgb(81, 81, 81);
    margin-top: 5%;
}

.content-right-statistic-head {
    display: block;
    width: auto;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 1%;
}

.content-right-statistic-info {
    display: block;
    width: 100%;
    margin-bottom: 1%;
}

.content-right-statistic-info-left {
    display: block;
    float: left;
    width: 60%;
    text-align: right;
    font-size: 14px;
}

.content-right-statistic-info-right {
    display: block;
    float: left;
    width: 37%;
    font-size: 14px;
    margin-left: 3%;
    font-weight: bold;
    text-align: left;
}

.content-right-statistic-info::after {
    content: "";
    display: block;
    clear: both;
}

.content-product-img {
    display: block;
    width: 45%;
    margin-bottom: 25px;
    margin-top: 25px;
}

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

.bottom-menu {
    display: none;
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    box-sizing: border-box;
    background-color: rgb(74, 162, 36);
    padding: 2.5% 0px;
}

.bottom-menu-left {
    display: block;
    float: left;
    width: 54%;
    margin-left: 5%;
}

.bottom-menu-left-foto {
    display: block;
    width: 12%;
    float: left;
}

.bottom-menu-left-foto img {
    display: block;
    width: 100%;
}

.bottom-menu-left-text {
    color: rgb(255, 255, 255);
    font-size: 14px;
    width: 85%;
    float: right;
    margin-left: 3%;
    margin-top: 3%;
    line-height: 1.4;
}

.bottom-menu-left::after {
    content: "";
    display: block;
    clear: both;
}

.bottom-menu-right {
    display: block;
    width: 30%;
    float: right;
    margin-right: 5%;
    margin-top: 1%;
}

.bottom-menu-right a {
    display: inline-block;
    float: right;
    font-size: 11px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    background: transparent linear-gradient(to bottom, rgb(255, 213, 0) 0%, rgb(255, 183, 0) 49%, rgb(255, 161, 0) 100%) repeat scroll 0% 0%;
}

.bottom-menu::after {
    content: "";
    display: block;
    clear: both;
}

.footer {
    display: block;
    width: 97%;
    max-width: 1000px;
    padding: 1% 1.5%;
    margin: 0px auto;
    background: rgb(235, 235, 235) none repeat scroll 0% 0%;
}

.footer-text {
    color: rgb(56, 56, 56);
}

.ouimain-text-img::after {
    content: "";
    display: block;
    clear: both;
}



#popup-coment {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: auto;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(218, 226, 232);
    padding: 10px;
    z-index: 100;
    max-width: 375px;
}

#popup-coment .vk-comment-load {
    margin-bottom: 0px;
    border-bottom: 0px none;
    padding-bottom: 0px;
    position: relative;
}

#popup-coment .vk-comment-text {
    margin-bottom: 20px;
    margin-top: 5px;
}

#popup-coment .vk-comment-date {
    padding-bottom: 5px;
}

.vk-comment-read {
    display: block;
    width: auto;
    background: rgb(69, 104, 142) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    font-size: 15px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    opacity: 1;
    transition: all 0.6s ease 0s;
    text-decoration: none;
    font-style: normal;
}

.vk-comment-read:hover {
    opacity: 0.7;
    color: rgb(255, 255, 255);
    background: rgb(69, 104, 142) none repeat scroll 0% 0%;
}

.vk-comment-close {
    display: block;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 7%;
    cursor: pointer;
}

.vk-comment-close img {
    display: block;
    width: 100%;
}


.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
}

.msg {
    position: absolute;
    width: 750px;
    height: 480px;
    top: 150px;
    left: 46%;
    margin-left: -300px;
    background: rgb(33, 167, 229) none repeat scroll 0% 0%;
    border: 7px solid rgb(238, 238, 238);
}

.msg>h1 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.msg>h2 {
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.close {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer;
}

.submit {
    margin-top: 10px;
    height: 75px;
    width: 450px;
    background-color: firebrick;
    color: rgb(255, 255, 255);
    font-size: 30px;
    border-radius: 3px;
}

.vote-block {
    width: auto;
    display: block;
    background: rgb(238, 239, 241) none repeat scroll 0% 0%;
    border-radius: 3px;
    margin-bottom: 16px;
}

.vote-block-head {
    display: block;
    text-align: left;
    width: auto;
    padding: 15px 20px;
}

.vote-block-head h2 {
    color: rgb(143, 0, 1);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px;
}

.vote-block-head span {
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-transform: lowercase;
}

.vote-block-content {
    display: block;
    width: auto;
    border: 1px solid rgb(238, 239, 241);
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 0px 20px;
    font-size: 14px !important;
}

.vote-block-content-container:first-child {
    margin-top: 30px;
}

.vote-block-content-container:last-child {
    margin-bottom: 30px;
}

.vote-block-content-container {
    display: block;
    width: auto;
    margin-bottom: 20px;
}

.vote-block-content-container::after {
    content: "";
    display: block;
    clear: both;
}

.vote-block-content-text {
    float: left;
    display: block;
    width: 40%;
    text-align: left;
}

.vote-block-content-stat {
    display: block;
    float: right;
    width: 60%;
    position: relative;
    background: rgb(238, 239, 241) none repeat scroll 0% 0%;
    height: 25px;
}

.vote-block-content-stat-line {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 35%;
    height: 100%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%;
    text-align: right;
}

.vote-block-content-stat-line h6 {
    font-size: 12px;
    color: rgb(238, 239, 241);
    margin-left: 121%;
    margin-top: 4px;
}

.line-1 {
    width: 23%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%;
}

.line-2 {
    width: 47%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%;
}

.line-3 {
    width: 8%;
    background: rgb(102, 160, 29) none repeat scroll 0% 0%;
}

.line-4 {
    width: 17%;
    background: rgb(147, 149, 152) none repeat scroll 0% 0%;
}

.line-5 {
    width: 5%;
    background: rgb(147, 149, 152) none repeat scroll 0% 0%;
}

.line-1 h6 {
    color: rgb(102, 160, 29);
}

.line-2 h6 {
    color: rgb(102, 160, 29);
    margin-left: 108%;
}

.line-3 h6 {
    color: rgb(102, 160, 29);
}

.line-4 h6 {
    color: rgb(147, 149, 152);
}

.line-5 h6 {
    color: rgb(147, 149, 152);
}

.iframe {
    width: 100%;
    height: 300px;
    background: rgb(160, 186, 138) none repeat scroll 0% 0%;
    border: 5px dashed black;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0px none;
}

.iframe {
    width: 100%;
    height: 350px;
    background: rgb(160, 186, 138) none repeat scroll 0% 0%;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0px none;
}

#ifr {
    position: absolute;
    top: 0px;
    left: 0px;
}

.rub-ramka {
    margin-top: 22px;
    margin-bottom: 18px;
    background: rgba(189, 61, 77, 0.04);
    padding: 15px;
    color: rgb(8, 8, 8);
    font-size: 18px;
    font-family: roboto condensed, arial;
    border: 2px solid;
    border-radius: 4px;
    border-color: #ed1f24;
    text-shadow: 0 0 0 #616161;
    text-indent: 0 !important;
    text-align: center;
}

.pic {
    display: block;
    max-width: 50%;
    margin: 0 auto;
}



.pic img {
    display: block;
    width: 100%;
}



.frame {
    border: 3px solid #168de2;
    padding: 15px;
    margin: 0 0 16px 0;
}

.frame p {
    font-weight: 700;
    margin: 0 0 10px;
}

.frame ul {
    margin: 0px 0px 0px 35px;
    list-style: decimal;
    padding-left: 0;
}

.link {
    font-weight: bold;
    color: #ed1f24;
    text-decoration: none;
}

.order-block {
    font-size: 0;
    margin-bottom: 22px;
    margin-top: 25px;
}

.order-block img {
    max-width: 100%;
}

.order-block .head {
    text-align: center;
    max-width: 530px;
    width: 100%;
    margin: 0 auto 0px;
}

.order-block .head img {
    display: inline-block;
    vertical-align: middle;
    max-width: 70px;
    margin-right: 5px;
}

.order-block .head span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #F00;
}

.order-block .left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.prog_coupon__header_text{
        text-align: center;
    padding: 5px;
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    width: 100%;
    margin-bottom: 10px;
}
.order-block .right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.order-block .right .sale {
    position: absolute;
    max-width: 150px;
    top: 50%;
    left: -115px;
}

.yellow-st {
    width: 100%;
    color: #312FCE;
    margin-bottom: 30px;
    text-align: center;
}

.yellow-st img {
    position: relative;
    top: -30px;
}

.yellow-st span {
    display: inline-block;
    vertical-align: middle;
    background: #ECF601;
    font-size: 28px;
    padding: 15px;
}

.yellow-st span:nth-of-type(2) {
    font-size: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
    width: 100px;
    height: 100px;
    line-height: 75px;
    text-align: center;
    position: relative;
    left: -8px;
}

.order-block .left .price {
    position: relative;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 20px;
    border: 3px dashed #000000;
    width: 200px;
    height: 107px;
    margin: 0 auto;
    line-height: 40px;
}

.order-block .left .price:before {
    content: '';
    position: absolute;
    left: 26px;
    right: 0;
    top: -104px;
    bottom: 0;
    background: url("../img/scissors.svg") center no-repeat;
    width: 24px;
    height: auto;
}

.order-block .left .price:after {
    content: '';
    position: absolute;
    left: 89px;
    right: 0;
    top: 0;
    bottom: -105px;
    background: url("../img/scissors.svg") center no-repeat;
    width: 24px;
    height: auto;
    transform: rotate(180deg);
}

.order-block .left .price span {
    font-size: 30px;
    display: block;
    margin: 0px 0;
}

.order-block .left .price span:nth-of-type(1) {
    color: #444;
    text-decoration: line-through;
}

.order-block .right img {
    max-width: 230px;
}
.order-block .sale {

}

.form_btn {
    display: block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin: 20px auto 0;
    max-width: 625px;
    text-align: center;
    line-height: 1.2;
    font-family: arial, verdana, sans-serif;
}

.form_btn:hover {
    color: #fff;
}

/* scroll_element*/
.order_info {
    text-align: center;
}

.l-text {
    display: inline-block;
    vertical-align: middle;
}

.r-img {
    display: inline-block;
    vertical-align: middle;
}

#region_test {
    margin-top: 52px;
}

.order_info p {
    font-size: 32px;
    text-shadow: 0px 0px 1px rgb(103, 134, 77);
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 650px;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
    color: #000;
}

.left_count {
    display: block;
    font-family: Roboto;
    font-weight: 700;
    padding: 3px;
    line-height: 1.4;
    margin: 12px auto 33px;
    width: 315px;
    color: red;
    font-size: 48px;
    border-radius: 5px;
    border: 5px solid #000;
}

#order_form {
    padding: 30px 20px;
    max-width: 600px;
    margin: 20px auto 35px;
    background-color: #0299ff;
    padding-bottom: 55px;
    border-radius: 25px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#order_form h2 {
    margin: 10px 0 10px 0;
    line-height: 32px;
    border: none;
    font-size: 26px;
    font-weight: 400;
    background-color: #fff; 
    padding: 10px 10px; 
    border-radius: 15px;
}
.form-group{
    margin-bottom: 15px;
}
#order_form h2:after {
    display: none;
}

#order_form span {
    font-size: 12px;
}

#order_form .order_form_pole {
    width: 100%;
    padding: 0;
    display: inline-block;
    margin: 10px;
}

#order_form label {
    width: 230px;
    margin: 0 auto;
    display: block;
    padding:  0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

#order_form input,
#order_form select {
    font-size: 18px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    animation:
}

#order_form button {
    display: inline-block;
    padding: 20px 50px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #f00;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin: 10px 0 10px 0;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

#order_form button:hover{
    background-color: #c10202;
}

.price {
    color: red;
    font-weight: 700;
}

.second-ul{
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #a1d4a5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.5rem;
    border-radius: 0.5rem;
    list-style: none;
    font-weight: 400;
}

.imeprodukta{
    color: blue;
    font-weight: 600;
}

.container__main--highlited{
    padding: 1rem;
    border: 1px solid black;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 5px black;
    box-shadow: 0px 0px 5px black;
    font-size: 14pt;
}

.third-ul{
    color: green;
    font-weight: bold;
    list-style: none;
}
.slikazena{
    max-width: 600px; display: block; position: relative; margin: 0 auto; border-radius: 20px;
}

@media screen and (max-width: 1199px) {
    .content-right {
        display: none;
    }

    .content-left {
        width: 100%;
        padding-right: 0px;
    }
    .slikazena { max-width: 600px}
}

@media screen and (max-width: 989px) {
    .content {
        max-width: 750px;
        padding: 3% 6%;
        width: 100%;
    }

    .header-bottom ul li a {
        font-size: 1.46vw;
    }

    .like-block {
        margin: 5% 0px;
    }

    .footer {
        position: relative;
        z-index: 1;
        max-width: 750px;
        padding: 1% 6% 1%;
        width: 88%;
    }

    .left_count {
        width: 240px;
        font-size: 35px;
    }
    .slikazena { max-width: 400px}
}

@media screen and (max-width: 720px) {
    .header-top-right {
        display: none;
    }

    .content-product-img {
        display: block;
        width: 100%;
    }

    .content-left-social-comments {
        font-size: 2.8vw;
    }

    .content-left-social-pictures img {
        width: 100%;
    }

    .content-left-social-pictures {
        margin-top: 1%;
    }

    .header-bottom ul li {
        display: inline-block;
        width: 27%;
        padding: 2% 3%;
        text-align: center;
    }

    .header-bottom ul li a {
        font-size: 14px;
    }
    .slikazena { max-width: 300px}
}

@media screen and (max-width: 599px) {
    .bottom-menu {
        display: block;
    }

    .header-top-left-logo {
        width: 60%;
    }

    .content-left-doctor-foto {
        float: none;
        width: 100%;
    }

    .content-left-doctor-text {
        float: none;
        width: 100%;
        margin-top: 3%;
    }
    .slikazena { max-width: 300px}
}

@media screen and (max-width: 429px) {
    .like-block img {
        width: 100%;
    }

    .header-top-container {
        padding: 3% 2%;
    }
}

@media screen and (max-width: 408px) {
    .bottom-menu-left-foto {
        margin-top: 5%;
    }
}

@media screen and (max-width: 385px) {
    .bottom-menu-right {
        width: 36%;
        margin-top: 2%;
    }

    .header-bottom ul li {
        width: 44%;
        padding: 3%;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    #popup-coment {
        bottom: 10px;
        left: 10px;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        border: 1px solid rgb(218, 226, 232);
        padding: 10px;
        z-index: 100;
        max-width: 315px;
        width: 86%;
    }

    #popup-coment .vk-comment-text {
        position: relative;
        margin-bottom: 5px;
    }

    #popup-coment .vk-comment-date {
        padding-bottom: 40px;
    }

    .vk-comment-read {
        right: 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 468px) {
    #popup-coment .vk-comment-text {
        position: relative;
        overflow: hidden;
        height: 95px;
        margin-bottom: 5px;
    }

    #popup-coment .vk-comment-text::after {
        content: "...";
        display: block;
        position: absolute;
        right: 5px;
        bottom: 6px;
        font-size: 15px;
    }

    #popup-coment .vk-comment-date {
        padding-bottom: 40px;
    }

    .vk-comment-read {
        right: 20px;
    }
}

@media all and (max-width: 1023px) {

    .header ul,
    .content-left-social {
        display: none;
    }

    .logo {
        width: 100%;
        text-align: center;
    }
}

@media screen {
    .header-image2 {
        display: none;
    }

    .header-image3 {
        display: none;
    }

    .header-image4 {
        display: none;
    }
}

@media screen and (max-width:780px) {
    .header-image1 {
        display: none;
    }

    .header-image3 {
        display: none;
    }

    .header-image2 {
        display: block;
    }

    .header-image4 {
        display: none;
    }
}

@media screen and (max-width:550px) {
    .header-image1 {
        display: none;
    }

    .header-image3 {
        display: block;
    }

    .header-image2 {
        display: none;
    }

    .header-image4 {
        display: none;
    }

    .spoiler {
        width: 100%;
    }
}

@media screen and (max-width:425px) {
    .header-image1 {
        display: none;
    }

    .header-image3 {
        display: none;
    }

    .header-image2 {
        display: none;
    }

    .header-image4 {
        display: block;
    }
}

@media all and (max-width: 715px) {
    .order-block {
        text-align: center;
    }

    .order-block .head span {
        font-size: 16px;
    }

    .order-block .head img {
        max-width: 65px;
    }

    .order-block .left .price {
        margin: 0 auto;
    }

    .order-block .left {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .yellow-st span:nth-of-type(2) {
        left: -16px;
    }

    .order-block .right .sale {
        display: none;
    }

    .order-block .right {
        width: 100%;
    }

    .order-block .head {
        margin: 0 auto 15px;
    }

    .yellow-st {
        margin-bottom: 10px;
    }

    .order-block .mobile_left {
        display: block !important;
        margin: 30px 0;
    }

    .order-block .left .desktop {
        display: none;
    }

    .yellow-st img {
        position: relative;
        top: -8px;
        width: 200px !important;
    }
}

@media all and (max-width: 360px) {
    .order-block .head span {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    #order_form .order_form_pole {
        margin: 10px 0;
        padding:   0;
        max-width: 100%;
    }

    .order-block .head img {
        max-width: 55px;
    }

    .order-block .head span {
        font-size: 13px;
    }


}

select::-ms-expand {
	display: none;
}

select {
	appearance: none;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 1em;
	background-image: url("../img/arrow-down.png");
}

@media (max-width: 768px) {
    .vote-block-content-text {
        width: 100%;
    }
    .vote-block-content-stat {
        width: 100%;
        display: inline-block;
    }
    #order_form input, #order_form select {
      font-size: 17px;
  	}
}

@media (max-width: 991px) {
    .vk-comment.comment-mobile,
    .vk-comment-load.comment-mobile {
        display: block;
    }
}