


body {
    background: rgb(231, 231, 231);
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    position: relative;
}

.container {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

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

.translate {
    display: none;
}

.content {
    padding: 0 20px;
}
.header {
    font-size: 0;
    background: #000;
}

.logo_top {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
}

.menu_top {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}

.enter {
    width: 10%;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.enter a {
    font-size: 18px;
    text-decoration: none;
    color: #7c7c7c;
}

.logo_top a {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.menu_top ul {
    padding: 0;
    margin: 0;
}


.menu_top ul li {
    display: inline-block;
    padding: 8px 0;
    border-right: 1px solid rgb(62, 62, 62);
}

.menu_top ul li a {
    font-family: 'Open Sans', sans-serif;
    padding: 0 1em;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}

.menu_top ul .last_menu_top {
    border: none;
}

.menu_top ul li a:hover {
    text-decoration: underline;
}

.header_bottom {
    font-size: 0;
}

.header_bottom .left {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    background: #f4f4f4;
}

.header_bottom .right {
    width: 50%;
    background: url("../../../../https@viposidn.com/content/vubVCX6UilndO9v/img/header_bg.jpg") no-repeat center top;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    padding: 41px 0;
}

.header_bottom .left .logo {
    padding: 10px 0 10px 20px;
}

.header_bottom .left .logo img {
    max-width: 80px;
    width: 100%;
}

.header_bottom .right .socset {
    padding: 0 20px 0 0;
    text-align: right;
    vertical-align: middle;
}

.header_bottom .right .socset ul li {
    width: 30px;
    display: inline-block;
}

.header_bottom .right .socset ul li a {
    font-size: 16px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.header_bottom .right .socset ul li a:hover {
    color: #62a7d9;
}

.menu_bottom {
    background: #fff;
    border-bottom: 1px solid #999;
}

.menu_bottom ul {
    padding: 0;
    margin: 0;
}

.menu_bottom ul li {
    display: inline-block;
    width: 11.11%;
    padding: 10px 0;
    text-align: center;
}

.menu_bottom ul li a {
    text-decoration: none;
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;

}

.menu_bottom ul li .active {
    color: #62a7d9;
}

.menu_bottom ul li .active:hover {
    text-decoration: none;
}


.menu_bottom ul li a:hover {
    color: #62a7d9;
    text-decoration: underline;
}

.left_content a {
    color: #62a7d9;
    text-decoration: underline;
}

.left_content a:hover {
    text-decoration: none;
    color: red;
}

.wrapper {
    background: #fff;
    font-size: 0;
}

.left_content {
    width: calc(100% - 270px);
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}

.right_content {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
    font-size: 18px;
}

.title {
    text-align: center;
}

h1 {
    font-size: 27px;
}


.left_content img {
    width: 100%;
}

.click_ssty {
    background-color: #EEF2F4;
    padding: 5px 0 5px 30px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin: 10px auto;
    text-align: left;
}

.click_ssty:before {
    content: '+';
    position: absolute;
    font-size: 30px;
    font-weight: 600;
    left: 5px;
    top: -1px;
}

.ctr_ima_s {
    display: none;
}

.table {
    max-width: 360px;
}

.left_content .box {
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    background: rgb(204, 204, 204) none repeat scroll 0% 0%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.left_content .box ul {
    padding: 0;
    margin: 0;
}

.left_content .box ul li {
    list-style: none;
}

.grey {
    color: rgb(108, 110, 122);
}

.sert {
    max-width: 225px;
}

.border_red {
    padding: 20px;
    border: 2px solid red;
}

.border_red p {
    padding: 0;
    margin: 0;
}

.prod img {
    max-width: 230px;
}

.prod {
    text-align: center;
    padding: 20px 0;
}

.button {
    text-align: center;
}

.btn {
    background-color: rgb(248, 0, 0);
    color: rgb(255, 255, 255)!important;
    display: inline-block;
    padding: 10px 30px;
    font-size: 25px!important;
    box-shadow: 2px 3px 8px rgb(153, 153, 153);
    text-decoration: none!important;
    border-radius: 8px;
    border: 3px solid rgb(255, 255, 255);
    margin: 20px 0px 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
}

.btn:hover {
    background-color: rgb(119, 33, 51);
    box-shadow: 2px 3px 3px rgb(153, 153, 153);
    text-decoration: none ! important;
    transform: scale(1.1);
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    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;
    width: 48px;
}

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

.vk-comment-text {
    margin-left: 58px;
    margin-top: 5px;
    text-align: justify;
}

.vk-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
    margin-top: 1em;
}

.q4 {
    text-align: center!important;
}

.page_navigation {
    margin: 10px 0px 15px;
    text-align: center;
}

.page_navigation .previous_link, .page_navigation .next_link {
    color: rgb(109, 109, 109);
    text-decoration: none;
}

.page_navigation .page_link.active_page {
    background-color: rgb(153, 153, 153);
    color: rgb(250, 250, 250);
}

.right_content p {
    margin: 0;
    padding: 0;
}

.right_content a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.right_content {
    margin-top: 0.67em;
}

.right_content .item {
    margin-top: 20px;
}

.right_content a:hover {
    text-decoration: underline;
}

.icon-menu {
    display: none;
}

.popup {
    position: relative;
    display: none;
}

.msg {
    position: fixed;
    max-width: 750px;
    width: 100%;
    height: 550px;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    background: rgb(33, 167, 229) none repeat scroll 0% 0%;
    border: 7px solid rgb(238, 238, 238);
}

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

.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: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

.msg img {
    max-width: 155px;
    vertical-align: middle;
    padding: 0 50px 0 71px;
    float: none;
    display: inline-block;
    vertical-align: middle;
}

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

.window_bag {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    left: 0;
    top: 0;
}

@media all and (max-width: 767px) {
    .right_content {
        display: none;
    }
    .left_content {
        width: 100%;
    }

    .menu_top {
        display: none;
    }

    .enter {
        width: 70%;
    }

    .menu_bottom {
        display: none;
    }

    .header_bottom .left .logo {
        padding: 11px 0 13px 20px;
    }

    .header_bottom .right .socset ul .icon-menu {
        display: inherit;
    }

    .header_bottom .right .socset ul li a {
        display: none;
    }

    .doctor .photo {
        display: block;
        width: 100%;
        text-align: center;
    }
    .doctor .photo img {
        max-width: 300px;
    }
    .doctor .text {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}

@media all and (max-width: 460px) {
    .header {
        padding: 0 20px;

    }
}