    .ac_footer {
        position: relative;
        text-align: center;
        overflow: hidden;
        line-height: 14px;
        color: #A12000;
    }

    .ac_footer a {
        color: #A12000;
    }

    .ac_footer p {
        text-align: center;
    }
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.logo {
    display: inline-block;
    vertical-align: middle;
}
.logo a {
    display: inline-block;
    vertical-align: middle;
    color: #a5a5a5;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}
.logo a:hover {
    text-decoration: none;
    color: #a5a5a5
}
.logo img {
    display: inline-block;
    vertical-align: middle;
}
.header ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 0;
    width: calc(100% - 238px);
  text-align: right;
}
.header .content{
    border-bottom: 1px solid #ccc;
}
.header ul li {
    display: inline-block;
    vertical-align: middle;
}
.header ul li a{
    text-decoration: none;
    color: #565656;
    padding: 5px 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    text-align: center;
}
.header ul li a:hover {
        color: #2981b7
}
.cenz-image {
    display: block;
    text-align: center;
  }
  .cenz-image img {
      max-width: 100%;
      width: auto;
  }
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 {
    font-weight: 700;
    color: rgb(35, 82, 124);
    text-decoration: underline;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

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;
    -o-border-image: 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;
}

.header {
    display: block;
    width: 100%;
    background: transparent none repeat scroll 0% 0%;
    margin: 0px auto;
}

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

.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-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: 96%;
    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;
}

.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-top: 4px;
    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);
}

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

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

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

@media screen and (max-width: 720px) {
    .content-left-social-comments {
        font-size: 2.8vw;
    }
}

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

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

.pic {
    display: block;
    max-width: 340px;
    margin: 0 auto;
}
.pic .product {
    width: 396px;
    max-width: 108%;
}
.pic img {
    display: block;
    width: 100%;
}
@media all and (max-width: 1023px) {
    .header ul, .content-left-social {
        display: none;
    }
    .logo{
        width: 100%;
        text-align: center;
    }
}

    @media (max-width: 991px) {
        
    }

    .attention {
        font-weight: 500;
        color: #e2243c;
    }

    .dashed-link {
        color: #e2243c;
        text-decoration: none;
        border-bottom: 1px dashed;
    }

    .dashed-link:hover {
        border-bottom: 1px dashed transparent;
    }

select::-ms-expand {    display: none; }
select {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: url("../images/customselect.png") center right 15px no-repeat;
}
* {
    outline: none;
}

.msg_manageer,
.msg_manageer_after {
    display: none;
}
.widget {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 90%;
    border: 1px solid #DAD7B2;
    border-radius: 13px;
    padding: 9px 15px;
    font-size: 13px;
    line-height: 1.4;
    color: #4E4B41;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 white;
    -webkit-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
    background-color: #FEFAD0;
}
.widget:brfore{
    content: '';
    position: absolute;
    bottom: -11px;
    left: 27px;
    border-left: 10px solid transparent;
    border-top: 10px solid #DAD7B2;
    border-right: 10px solid transparent;
}
.widget:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 27px;
    border-left: 10px solid transparent;
    border-top: 10px solid #FEFAD0;
    border-right: 10px solid transparent;
}
#chat__wrapper {
    border-radius: 10px;
    border: 3px solid #8bc541;
    height: 73px;
    overflow: hidden;
    position: relative;
    background: #fff;
    bottom: 0;
    -webkit-animation: 2s infinite trambling-animation;
            animation: 2s infinite trambling-animation;
}
.chat_container{
    position: fixed;
    bottom: 20px;
    left: 50px;
    width: 340px;
    max-width: 90%;
    z-index: 1;
}
#chat__wrapper:hover {
    bottom: 3px;
    -webkit-box-shadow: 4px 3px 11px #000;
            box-shadow: 4px 3px 11px #000;
}
@-webkit-keyframes trambling-animation {

    0%,
    50%,
    100% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    10%,
    30% {
        -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg);
    }

    20%,
    40% {
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
    }
}
@keyframes trambling-animation {

    0%,
    50%,
    100% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    10%,
    30% {
        -webkit-transform: rotate(-5deg);
                transform: rotate(-5deg);
    }

    20%,
    40% {
        -webkit-transform: rotate(5deg);
                transform: rotate(5deg);
    }
}

.height_active {
    height: 450px !important;
    -webkit-animation: 0s !important;
            animation: 0s !important;
}
.height_active:hover {
    bottom: 0px!important;
    -webkit-box-shadow: none!important;
            box-shadow: none!important;
}
.loader {
    margin: 5px 0;
    display: none;
    position: absolute;
    bottom: 50px;
    display: none;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    left: 50%;
    width: 100%;
}

.is_typing {
    display: block;
}

.loader img {
    display: block;
    margin: 0 auto;
    width: 50px;
}

.loader>div {
    font-size: 13px;
    text-align: center;
    display: block;
    color: #999;
}

.head {
    background: #8bc541;
    color: #fff;
    padding: 10px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.head .avatar img  {
    width: 100%;
    border-radius: 50%;
}
.head .avatar {
    width: 48px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 48px;
}
.head .avatar:before {
content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 48px;
    top: 0;
    left: -20px;
    opacity: 0.6;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, #ffffff), color-stop(60%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 40%, rgba(255, 255, 255, 0.6) 60%, rgba(255, 255, 255, 0));
    -webkit-transform: rotate(20deg) translateZ(0);
    transform: rotate(20deg) translateZ(0);
    -webkit-animation: ava-blick 5s infinite cubic-bezier(0, 0.3, 1, 3.7);
    animation: ava-blick 5s infinite cubic-bezier(0, 0.3, 1, 3.7);

}

@-webkit-keyframes ava-blick {
    0% {
        bottom: 0;
    }
    100%{
        top: 100%;
    }
}

@keyframes ava-blick {
    0% {
        bottom: 0;
    }
    100%{
        top: 100%;
    }
}
.head .manager {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 63px);
    font-size: 15px;
    line-height: 1;
}

.head .manager span {
    font-size: 12px;
    margin-top: 7px;
    display: block;
}

.chat__list {
    padding: 10px 10px 70px 20px;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 89% !important;
}

.msg_wrap {
    max-width: 90%;
    display: block;
    padding: 12px 15px;
    font-size: 13px;
    line-height: 16px;
    border: 1px solid #dddcd7;
    color: #000;
    background: #fafafa;
    border-radius: 13px;
    margin-bottom: 10px;
    z-index: 0;
    position: relative;
}

.msg_wrap:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 12px;
    background-color: #fafafa;
    border-top-right-radius: 50%;
    left: 0;
    bottom: 2px;
    z-index: 1;
}

.msg_wrap_corner {
    position: absolute;
    left: -21px;
    bottom: 7px;
    width: 1px;
    height: 1px;
}

.msg_wrap_corner:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -10px;
    left: 0;
    height: 10px;
    border-right: 30px solid #fafafa;
    -webkit-box-shadow: 0 0 0 1px #dddcd7;
    box-shadow: 0 0 0 1px #dddcd7;
    border-bottom-right-radius: 80px 50px;
    -webkit-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.msg_wrap_corner:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -11px;
    left: 0;
    width: 30px;
    height: 13px;
    background: #fff;
    border-bottom-right-radius: 40px 50px;
    -webkit-transform: translate(-10px, -2px);
    transform: translate(-10px, -2px);
    -webkit-box-shadow: 1px 0 0px 0px #dddcd7;
    box-shadow: 1px 0 0px 0px #dddcd7;
}

.write__massenge {
    position: absolute;
    bottom: 10px;
    width: 87%;
    z-index: 1;
}

.write__massenge input {
    width: 100%;
    outline: none;
    height: 37px;
    padding: 8px 35px 8px 15px;
    border: 1px solid #dddcd7;
    font-size: 13px;
    color: #000;
    border-radius: 16px;
    -webkit-transition: height .2s, -webkit-box-shadow .2s, border-color .2s;
    -webkit-transition: height .2s, border-color .2s, -webkit-box-shadow .2s;
    transition: height .2s, border-color .2s, -webkit-box-shadow .2s;
    transition: height .2s, box-shadow .2s, border-color .2s;
    transition: height .2s, box-shadow .2s, border-color .2s, -webkit-box-shadow .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    background: white;
}

.send {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 21px;
    height: 21px;
    line-height: 19px;
    margin-top: -11px;
    border-radius: 50%;
    background-color: #8bc541;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: none;
}

.send_arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -5px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.messanger_guest {
    text-align: right;
    margin-bottom: 10px;
}

.massange_guest {
    color: #000;
    background: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dedcd6;
    text-align: right;
    display: inline-block;
    padding: 12px 15px;
    font-size: 15px;
    border-radius: 13px;
    position: relative;
    z-index: 1;
}

.massange_guest:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 12px;
    background-color: #fff;
    border-top-right-radius: 50%;
    right: 0;
    bottom: 2px;
    z-index: 1;
}

.massange_guest .msg_wrap_corner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: auto;
    right: -21px;
}

#chat__wrapper label {
    margin: 0px auto;
    font-size: 14px;
}

#chat__wrapper .form_group {
    padding: 5px;
    margin: 3px auto;
    height: 29px;
}

#chat__wrapper .form_btn {
    margin: 15px auto 5px;
    padding: 5px 0;
    font-size: 15px;
    width: 100%;
    background: #8bc541;
}


@media all and (max-width: 1000px) {
.widget {
    display: none!important;
    }   }
.prod {
display: block;
margin-left: auto;
margin-right: auto;
padding: 0 0px;
}

.main-lnk {
    text-decoration: none!important;
    color: inherit;
}

.vk-comment-text img {
    max-width: 100%;
}

.footer {
    background: transparent!important;
}