* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    margin: 0;
    font-family: Arial;
    font-size: 14px;
    color: #333;
    background-color: #f1f0f0;
}

.toform {
    cursor: pointer;
}

.x_currency_old {
    text-decoration: line-through;
}

.header_menu {
    background-color: #e2e2e2;
    top: 0;
    line-height: 34px;
    height: 34px;
    left: 0;
    width: 100%;
    z-index: 1000000;
}

.header_naw {
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 101;
}

.header_links a {
    color: #868686;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    display: inline-block;
}

.header_naw .top_nav .header_links a:first-child {
    color: #0139a8;
}

.header_links span {
    cursor: pointer;
}

.news_link {
    padding: 0 5px;
    color: #868686;
}

.header_naw .top_nav .header_links a:hover {
    text-decoration: underline;
    color: #0139a8;
}

.logo_engage {
    width: 980px;
    margin: auto;
}

.logo_engage .header_row {
    margin: 0 9px !important;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    box-shadow: 0 2px 5px 0 #c2c2c2;
}

.header_row {
    height: 104px;
    background: #f1f0f0;
}

.header_row .brand_logo {
    width: 228px !important;
    display: inline-block;
}

.header_row .logo {
    background: url(../img/logo.png) no-repeat;
    color: transparent;
    display: block;
    font-size: 0;
    height: 61px;
    line-height: 65px;
    width: 194px;
}

.brand_logo {
    min-height: 1px;
    margin-left: 20px;
    padding: 20px 0;
}

.header_row .text_header {
    margin: 17px 0 0 !important;
    font-size: 2em;
    line-height: 40px;
    color: #454447;
    text-decoration: none;
}

.logo_h {
    display: inline-block;
    vertical-align: sub;
}

.logo_engage .navbar {
    margin: 0 5px !important;
}

.navbar-inner {
    border-radius: 0;
    border: 1px solid #023aa9;
    height: 35px !important;
    min-height: 35px !important;
    background-color: #0666cb;
    background: -webkit-linear-gradient(top, #0666cb, #023aa9);
    box-shadow: 0 4px 5px 0 #c2c2c2 !important;
}

.navbar .nav {
    position: relative;
    display: block;
}

.navbar .nav li,
.navbar .nav li:first-child {
    border-right: 1px solid #023aa9;
}

.navbar .nav>li>span {
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    text-shadow: none;
    font-size: 15px;
    display: inline-block;
}

.navbar .nav>li>span:hover {
    background: #00408c;
}

.nav_menu_center {
    list-style: none;
    display: inline-block;
}

.icon_menu {
    display: inline-block;
    width: 0;
    color: #fff;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.container {
    display: block;
    width: 980px;
    padding: 0 20px;
    box-shadow: 0 2px 5px 0 #c2c2c2;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    margin: 0 auto;
}

.left_content {
    margin-right: 0;
    padding-top: 15px;
    padding-right: 20px;
    position: relative;
    width: 639px;
    display: inline-block;
    box-shadow: 8px 0 8px -5px #dedede;
}

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

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

.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;
    font-size: 16px;
    line-height: 22px;
}

.r_3 {
    margin-bottom: 12px;
    display: block;
}

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

p {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0;
}

.coll_text {
    margin-left: 30px;
    line-height: 22px;
    font-size: 16px;
}

table {
    width: 100%;
    border: 1px solid #000;
}

td,
th {
    padding: 3px;
    border: 1px solid black;
    line-height: 22px;
    font-size: 15px;
}

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

.click_ssty {
    background-color: #d8dfe2;
    padding: 10px 0 10px 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: 26px;
    font-weight: 600;
    left: 5px;
    top: 5px;
}

.ctr_ima_s {
    display: none;
}

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

.img_box {
    text-align: center;
    position: relative;
}

.text_img {
    position: absolute;
    text-align: left;
    font-size: 17px;
    max-width: 244px;
    width: 100%;
    left: 40px;
    top: -13px;
}

.text_img p {
    margin: 45px 0;
}

.img_box img {
    width: 100%;
}

.r_4 {
    margin: 25px auto;
    text-align: center;
}

.r_5 {
    border-bottom: 4px solid #ff9d07;
    background: #dbdbdb;
}

.r_6 {
    text-align: center;
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
}

.bone {
    text-align: center;
    position: relative;
    font-size: 0;
}

.bone .header__air {
    border: none;
    background: #fff;
    position: absolute;
    top: 0;
    right: 60px;
}

.header__air-logo {
    display: block;
    width: 70px;
    height: 18px;
    background: transparent url(../img/logo_r24_s.png) repeat scroll 0% 0%;
}

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

.bone .header__air-title {
    user-select: none;
}

.header__air-title {
    display: block;
    font: 11px/11px Tahoma, sans-serif;
    color: rgb(133, 204, 237);
    padding-top: 5px;
    text-decoration: none;
}

.header__air {
    float: right;
    border-left: 1px solid rgb(36, 131, 197);
    padding: 7px 16px 0px;
    height: 49px;
}

.bone_text {
    position: absolute;
    font-size: 0;
    max-width: 499px;
    width: 100%;
    top: 42px;
    right: 50%;
    transform: translateX(50%);
}

.bone_text p {
    display: inline-block;
    max-width: 100px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: 10px;
}

.left_text {
    left: 0;
}

.right_text {
    left: 53%;
}

.bone img {
    max-width: 499px;
    width: 100%;
}

.font_text_p {
    font-size: 17px;
}

.font_zagolovok {
    font-size: 26px;
}

.produ {
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 16px;
}

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

h3 {
    margin: 20px 0;
}

.form_wrapper {
    width: 90%;
    text-align: left;
    border-style: outset;
    border-width: medium;
    border-color: #ff6279;
    padding: 10px;
    font-style: normal;
    border-radius: 5px;
}

.order-form select,
.order-form input {
    margin-bottom: 15px;
    box-sizing: border-box;
    border: 1px solid #333;
    border-radius: 0;
}

.order-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input,
select {
    height: 37px;
    width: 100%;
    padding: 0 14px;
}

input,
textarea {
    outline: none;
}

.botBut {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #c01f37;
    border: none;
    border-radius: 8px;
    max-width: 350px;
    width: 80%;
    padding: 1% 2%;
    font-size: 18px;
    text-align: center;
    padding: 20px 20px;
    display: block;
    margin: auto;
    text-decoration: none;
    opacity: 1;
    margin: 10px auto;
}

.text_form {
    font-size: 16px;
}

.small_text {
    font-size: 15px;
}

.price {
    display: block;
    margin: 30px auto;
    text-align: center;
}

.old_price {
    font-size: 30px;
    margin: 25px auto;
}

.new_price {
    font-size: 35px;
    color: #f00;
    margin: 0;
    line-height: 1;
    margin: 25px auto;
}

.timer {
    display: block;
    margin-top: -13px;
    padding-bottom: 20px;
}

.timer-hrs,
.timer-min,
.timer-sec {
    font-size: 3rem;
    position: relative;
    padding: 0 16px;
    display: inline-block;
}

.timer-hrs:before,
.timer-min:before,
.timer-sec:before {
    content: '';
    font-family: 'Open Sans', sans-serif;
    font-size: 1.3rem;
    color: #000;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -16px;
}

.timer-hrs:before {
    content: 'Hours';
}

.timer-min:before {
    content: 'Minutes';
}

.timer-sec:before {
    content: 'Seconds';
}

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

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

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

.container {
    background: url(../img/main_content_background.png) repeat-y -1px 0 #fff;
}


.backgroud {
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    display: none;
}

.popup {
    display: none;
}

.kmacb-form2 .modal-block {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: fixed;
    top: 6%;
    z-index: 8105;
    width: 100%;
    max-width: 768px;
    border-radius: 5px;
    border: 0;
    box-shadow: none;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #222;
}

.oui {
    width: 100%;
    height: 100%;
    background: rgba(60, 114, 181, 1);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(60, 114, 181, 1)), color-stop(100%, rgba(123, 159, 204, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
    background: linear-gradient(135deg, rgba(60, 114, 181, 1) 0%, rgba(123, 159, 204, 1) 100%);
    font-family: Roboto !important;
    position: relative;
    border: 5px solid #dddddd;
}

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

.ouimain-text-img {
    display: block;
    width: 90%;
    padding: 0 5%;
    margin-top: 27px;
}

.img_prod {
    display: inline-block;
    width: 35%;
    vertical-align: top;
}

.mofr {
    margin-top: 30px;
    display: block;
}

.img_prod img {
    width: 65%;
}

.ouimain-text {
    display: inline-block;
    text-align: center;
    width: 64%;
    vertical-align: top;
}

.ouimain-text p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #fff;
    font-size: 26px;
    padding-bottom: 5px;
}

.r_2 {
    display: inline;
}

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

.r_1 {
    text-decoration: none;
    cursor: pointer;
    border: 1px solid rgba(73, 155, 234, 1);
    background: rgba(222, 69, 92, 1);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(222, 69, 92, 1)), color-stop(13%, rgba(222, 69, 92, 1)), color-stop(76%, rgba(192, 31, 55, 1)), color-stop(100%, rgba(192, 31, 55, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    background: linear-gradient(135deg, rgba(222, 69, 92, 1) 0%, rgba(222, 69, 92, 1) 13%, rgba(192, 31, 55, 1) 76%, rgba(192, 31, 55, 1) 100%);
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 60px;
    vertical-align: top;
    display: block;
    text-indent: 0;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 360px;
    width: 95%;
    height: 64px;
    opacity: 1;
    bottom: 29px;
    margin: 15px auto;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    border-radius: 10px;
    transition: 0.6s ease;
}


.sidebar {
    display: inline-block;
    margin-left: 10px;
    padding-top: 15px;
    width: 285px;
    vertical-align: top;
}

.sidebar img {
    width: 100%;
}

.sidebar span {
    text-decoration: none;
    color: #000;
    text-align: center;
}

.sidebar span:hover {
    text-decoration: underline;
}

.footer {
    margin: 0 auto;
    position: relative;
    color: #fff;
    background: #051940;
    padding: 25px 0;
}

.footer .services {
    color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 980px;
}

.footer .footer_info {
    color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 980px;
}

.footernav .row {
    margin: 0;
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}

.span4 {
    width: 300px;
    margin-left: 20px;
    display: inline-block;
}

.footer_li {
    list-style: none;
}

.footer h4 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}

.footer span {
    color: #4ea5f1;
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
}

.footer ul {
    margin: 0;
    height: 50px;
    line-height: 12px;
    margin: 12px 0 0 0;
}

.footer ul li {
    display: list-item;
    float: left;
    width: 150px;
    line-height: 14px;
}

.footer_logo {
    display: inline-block;
    width: 300px;
    margin-left: 20px;
    text-align: center;
}

.text_footer {
    display: inline-block;
    margin: 2px 15px;
    vertical-align: top;
}

.img_footer {
    vertical-align: middle;
}

.right_footer {
    display: inline-block;
    width: 300px;
    margin-left: 20px;
    vertical-align: top;
}

.social_links {
    margin-top: 25px;
}

.social_links img {
    margin-right: 10px;
}

.burger {
    display: none;
}

@media all and (max-width: 768px) {
    .sidebar {
        display: none;
    }

    .header_menu {
        padding: 0 5px;
    }

    .container {
        background: none;
        width: 100%;
    }

    .left_content {
        width: 100%;
        box-shadow: none;
        padding-right: 0;
    }

    .logo_engage {
        width: 733px;
    }

    .text_img p {
        margin: 58px 0;
    }

    .text_img {
        top: -25px;
    }

    .bone .header__air {
        right: 113px;
    }

    .social_links img {
        margin-right: 5px;
        width: 10%;
    }

    .footer_logo {
        margin-left: 0;
    }

    .right_footer {
        margin-left: 0;
        float: right;
    }

    .footer .footer_info {
        width: 100%;
    }

    .footer .services {
        width: 100%;
    }

    .footer_logo {
        display: none;
    }
}

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

    .img_prod,
    .ouimain-text {
        width: 100%;
    }

    .img_prod img {
        display: block;
        margin: 0 auto 15px;
        max-width: 200px;
    }
}

@media all and (max-width: 414px) {
    .header_menu {
        display: none;
    }

    .logo_h {
        display: none;
    }

    .logo_engage {
        width: 100%;
    }

    .header_row .brand_logo {
        width: 190px !important;
        display: block;
        margin: 0 auto;
    }

    .burger img {
        width: 33px;
        margin: 0 auto;
        border: none;
        padding: 0;
        display: block;
    }

    .nav-collapse ul li {
        display: none;
    }

    .burger {
        display: block;
    }

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

    .text_img p {
        font-size: 12px;
        margin: 15px 0;
    }

    .text_img {
        max-width: 150px;
        left: 5px;
        top: -3px;
    }

    .bone .header__air {
        right: 0;
        width: 18%;
    }

    .header__air {
        padding: 5px 0 0 0;
    }

    .header__air-logo {
        background: transparent url(../img/logo_r24_s.png) no-repeat 50%;
        background-size: 70%;
    }

    .bone_text p {
        top: -8px;
        margin: 0 5px;
        max-width: 65px;
    }

    .timer-hrs,
    .timer-min,
    .timer-sec {
        font-size: 2.5rem;
    }

    .right_footer {
        display: none;
    }

    .span4 {
        margin-left: 15%;
    }

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

    .produ {
        max-width: 150px;
    }

    .form_wrapper {
        width: 100%;
    }

    .old_price {
        font-size: 25px;
    }

    .new_price {
        font-size: 30px;
    }

    .timer-hrs:before,
    .timer-min:before,
    .timer-sec:before {
        font-size: 1.1rem;
    }
}

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

    td,
    th {
        font-size: 13px;
    }

    .text_img {
        max-width: 133px;
    }

    .text_img p {
        font-size: 11px;
        margin: 9px 0;
    }

    .header__air-logo {
        background: transparent url(../img/logo_r24_s.png) no-repeat 20%;
        background-size: 70%;
    }

    .bone_text p {
        top: -9px;
        line-height: 15px;
        margin: 0 2px;
    }

    .span4 {
        margin-left: 10%;
    }
}

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

    td,
    th {
        font-size: 11px;
    }

    .text_img p {
        font-size: 11px;
        margin: 5px 0;
        line-height: 18px;
    }

    .text_img {
        max-width: 120px;
        top: 3px;
    }

    .header__air-logo {
        background: transparent url(../img/logo_r24_s.png) no-repeat 10%;
        background-size: 60%;
    }

    .bone_text p {
        top: -14px;
        font-size: 11px;
    }

    .span4 {
        margin-left: 5%;
    }

    .botBut {
        width: 85%;
        font-size: 16px;
    }
}

footer {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

input::-ms-clear {

    display: none;
}

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

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background-image: url(../img/sel.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
}
.pre_toform{
  cursor:pointer;
}