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: 12px;
    border-bottom: 4px solid rgb(22, 141, 226);
    display: block;
}

a {
    color: rgb(35, 82, 124);
    text-decoration: underline;
}

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

img{max-width: 100%}

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;
    margin: 0;
}

.header {
    display: block;
    width: 100%;
    background: transparent none repeat scroll 0% 0%;
    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;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
}

.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::after {
    content: "";
    display: block;
    clear: both;
}

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

.content-left {
    display: block;
    float: left;
    width: 71%;
    padding-right: 2%;
}

.content-left-social {
    display: block;
    width: 96%;
    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 a {
    margin-left: 1%;
}

.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;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

.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;
    margin-top: 5px;
    width: 48px;
    height: 48px;
    object-fit: cover;
}

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

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

.vk-comment-text p {
    margin: 5px 0;
    line-height: 1.4;
}

.vk-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
    display: flex;
    justify-content: space-between;
    
}

.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: 100%;
    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: 100%;
    max-width: 400px;
    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;
	z-index: 99
}

.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: 20px 1.5%;
    margin: 0px auto;
    background: rgb(235, 235, 235) none repeat scroll 0% 0%;
}

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

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

@media screen and (max-width: 989px) {
    .content {
        max-width: 100%;
        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: 15px 6%;
        width: 88%;
    }
}

@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% 0%;
        text-align: center;
    }
    .header-bottom ul li a {
        font-size: 11px;
    }
}

@media screen and (max-width: 599px) {
    .bottom-menu {
        display: block;
    }
    .content-left-doctor-foto {
        float: none;
        width: 100%;
    }
    .content-left-doctor-text {
        float: none;
        width: 100%;
        margin-top: 3%;
    }
}

@media screen and (max-width: 429px) {
    .like-block img {
        width: 100%;
    }
    .header-top-container {
        padding: 3% 2%;
    }
	
	.header-bottom ul{padding-left: 0}
}

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

#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%;
}

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

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

.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: 40px;
}

.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);
}

a:active,
a:focus {
    outline: none;
}

input {
    outline: none;
}

input:active {
    outline: none;
}

 :focus {
    outline: none;
}

button:active,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

/*button begin*/



/*button end*/

@media screen and (max-width: 767px) {
    .header-top-left {
        width: 100%;
    }
    .header-top-left img {
        width: 100%;
        max-width: 100%;
    }
    tr,
    td {
        font-size: 86%;
    }

    .content-left-doctor {
        flex-direction: column;
    }

    .content-left-doctor-foto {
        margin-right: 0;
        width: 100%;
        max-width: 360px;
    }

    .content-left-doctor-text {
        width: 100%;
        margin-top: 15px;
    }
}

@media screen and (max-width: 424px) {
    tr,
    td {
        font-size: 73%;
    }
}
@media (max-width: 575px) {
    .header-bottom ul li{
        width: 60% !important;
    }
}
.comment__hearth {
    font-family: sans-serif !important;
    font-size: 12px;
    text-decoration: none;
	    margin-right: 36px;
}

.mainLogo {
    width: 100%;
    display: block;
}

.content-right {
    text-align: left;
}    .button__text:after {
        content: '';
        display: inline-block;
        font-size: 75%;
        vertical-align: top;
    }

* {
    box-sizing: border-box;
}

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

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

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

form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
}

p.prices {
    position: relative;
    right: -67px;
    bottom: -36px;
    color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
    width: 155px;
    height: 106px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    transform: rotateZ(-16deg);
    text-align: center !important;
    margin: -160px auto 30px;
    background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 19%;
    padding: 5px;
}

.prices span {
    display: inline-block;
    font-size: 21px;
}
span.dis {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

.prices .old_price {
    /* text-decoration: line-through; */
}

.prices .old_price span {
    display: inline-block;
    font-weight: normal;
}

.new_price {
    border-bottom: 2px solid #f00;
    margin: 0 auto;
    width: 100px;
}

.timer {
    font-size: 17px;
    font-weight: bold;
    margin: 69px 0 20px;
    text-align: center;
}

#clock span {
    color: #f00;
    font-weight: bold;
    font-size: 23px;
}

label {
    display: block;
    margin: 10px auto;
    text-align: center;
    color: black;
    font-size: 18px;
    font-weight: normal;
}

.form_group {
    padding: 15px;
    display: block;
    font-size: 16px;
    margin: 10px auto;
    border: 2px solid grey;
    border-radius: 5px;
    width: 460px;
    max-width: 100%;
}

.form_btn {
    display: block;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.form_btn:hover {
    opacity: 0.8;
}
	
.prod {
display: block;
margin-left: auto;
margin-right: auto;
padding: 0 0px;
}
.vk-comment-like {
    position: absolute;
    right: 1px;
    bottom: 20px;
    background: url(../images/like.png) left center no-repeat;
    width: 30px;
    height: 16px;
    display: inline-block;
}
@media (max-width:700px){
.over-window {
display: none;
}
.modal {
display: none !important;}
.modal-flex {
display: none !important;
}}
.over-window{font-family:Roboto,serif;width: 678px;padding:10px 0 0;cursor:default;background: linear-gradient(135deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);border: 5px solid #dddddd;position:relative;}.ex-logo{color: #fff;font-family:Arial,Helvetica,sans-serif;font-size:28px;line-height:1.1;margin:15px auto 10px;padding:0 15px;text-align:center;font-weight:700!important;}.footer-button{color:#ae1210;font-family:"Roboto Condensed",Georgia,"Century Schoolbook L",serif;font-size:46px;line-height:56px;margin:5px auto 0;padding:0 15px;text-align:center}.footer-button a{font-family:Arial;cursor:pointer;border:none;display:block;margin:5px auto 10px;color:#fff;font-size:30px;text-decoration:none;text-align:center;height:51px;line-height:51px;background:#e74c3c;font-weight:400;border-bottom:2px solid #c0392b;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:9px;width:380px}.footer-button a:hover{background:#e75c4e;color:#fff}.exitprod-img{width: 181px;margin:15px 15px 0;float:left;text-align:center;}.exit-form{width: 399px;float:left;}.exit-form-text{margin:10px 0 20px}.exit-form-text .subhead{font-size:20px;font-weight:700;line-height:29px;color: #fffdfd;}.exit-form-text .subhead ul{list-style:none;font-family:Arial,Helvetica,sans-serif;font-size:20px;line-height:32px;font-weight:400;padding-left:10px}.exit-form-text .subhead ul li{background:url(../images/bul.html) 0 10px no-repeat;margin-top:10px;padding-left:30px;padding-bottom:10px;text-align:left}.close-ex{height:52px;width:52px;cursor:pointer;position:absolute;top:10px;right:0px;background:url(../images/close-1.png) no-repeat}.clr{clear:both}body{margin:0;font-family:'PT Sans',sans-serif}a{background:0 0;text-decoration:none!important;box-shadow:none!important}a{font-family:PFRegal,Georgia,serif!important}.inL_779222{font-size:22px}.inL_71807{color:red}@media (max-width:767px){.exit-form,.over-window{/* width:290px */}}:active,:focus,:hover,:visited,a,a:active,a:focus,a:hover,a:visited{outline:0!important}:not(#fake){outline:0}a:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}::-moz-focus-inner{border:0;outline:0}@media screen and (max-width:479px){.exitprod-img{display:none}}
@media (min-width:768px){.exit-form-text .subhead ul li:nth-of-type(3){padding-bottom:0}.footer-button a{margin-bottom:30px}}.modal{background-color:rgba(0,0,0,.7);position:fixed;width:100%;height:100%;top:0;left:0;display:none;z-index:390;cursor:default}.modal-flex{display:flex;align-items:center;justify-content:center;width:100%;height:100%;cursor:auto}.exit-main{display:flex;align-items:center;justify-content:center}
@media (max-width:999px){.exitprod-img{/* display:none */}.footer-button a{width: 250px;font-size:20px;}}
@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){body{background-color:#252525}}


.comm_img{
    width: 100%;
    max-width: 300px;
}

.offer-btn{
    display: block;
    margin: 20px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}