@font-face {
    font-family: NotoSans;
    src: url(../fonts/NotoSans-Bold.ttf);
    font-weight: bold;
}


/*---------------------------ОБЩЕЕ*/
.f_left {
    float: left;
}

.f_right {
    float: right;
}

.showMobile {
    display: none !important;
}

.logo_show {
    display: none;
}

body {
    font-family: Arial;
}

p,
h1,
h2,
h3,
h4,
ul,
li {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

.wrap {
    width: 1248px;
    margin: 0 auto;
    height: inherit;
}

header {
    background: #00405B;

    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.doctor_mob img {
    display: none;
}

.header_title {
    text-align: center;
    padding-top: 2px;
}

.search_pic {
    display: flex;
    justify-content: flex-end;
}

header .wrap {
    height: 73px;
    display: flex;
    align-items: center;
}

.preview {
    text-align: center;
}

.preview img {
    width: 88px;
    height: 58px;
    margin: 0 auto;
}

.institution {

    font-size: 9px;
    line-height: 13px;
    /* or 144% */

    text-align: center;

    color: #989898;
    padding: 39px 0 30px;
}

.preview_title {
    font-size: 24px;
    line-height: 24px;
    /* identical to box height, or 100% */

    text-align: center;
    padding-top: 17px;
    color: #0076A3;
}

.preview_desc {
    font-size: 10px;
    line-height: 14px;
    /* or 140% */

    text-align: center;

    color: #0076A3;
    padding: 17px 0 40px;
}

.main_menu {
    display: flex;
    border-top: 1px solid rgba(0, 118, 163, 0.35);
    border-bottom: 1px solid rgba(0, 118, 163, 0.35);
}

a.menu_item {
    width: 16.66666%;
    display: block;
    cursor: pointer;
    font-size: 12px;
    line-height: 47px;
    /* identical to box height, or 392% */

    text-align: center;

    color: #03668C;
    text-decoration: none;
    border-right: 1px solid rgba(0, 118, 163, 0.35);
    text-transform: uppercase;

}

a.menu_item:nth-child(6) {
    border-right: none;
}

a.menu_item:hover {
    background: #D7EFF1;
}

.top_img {
    height: 162px;
    width: 100%;
    background-position: center center;
    background-image: url(../img/topimg.png);
    margin-top: 24px;
}

.article {
    margin-top: 22px;
    margin-bottom: 60px;
    border: 1px solid rgba(0, 118, 163, 0.35);
    padding: 42px 70px 0 40px;
}

.breadcrumbs {
    text-transform: uppercase;

}

.article .breadcrumbs a {
    font-size: 14px;
    line-height: 14px;
    /* identical to box height, or 100% */

    text-decoration-line: underline;
    text-transform: uppercase;

    color: #737373;
}

.breadcrumbs a:hover,
.menu_items a:hover {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    color: #03668C;
}

h1 {
    font-size: 36px;
    line-height: 42px;
    /* or 117% */

    text-transform: uppercase;

    color: #0076A3;
    margin-top: 23px;
}

.date_article {
    font-size: 14px;
    line-height: 10px;
    /* identical to box height, or 71% */

    text-transform: uppercase;

    color: #000000;
    margin-top: 23px;
}

.description_article {
    margin-top: 49px;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */


    color: #737373;
    font-style: italic;

}

h3 {
    margin-top: 38px;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */

    text-transform: uppercase;

    color: #72BC1B;

    font-weight: bold;
}

.scrollto {
    cursor: pointer;
}

p,
li {
    margin-top: 22px;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */


    color: #333333;
}

.img_article {
    margin: 22px auto 0px;
}

ul {
    margin-top: 20px;
    padding-left: 102px;
    list-style-type: none;
}

li:before {
    content: '';
    position: absolute;
    left: -18px;
    top: 10px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #000000;

}

li {
    margin-top: 0;
    line-height: 26px;
    position: relative;
}

.disease li {
    line-height: 20px;
}

.disease li:before {
    top: 6px;
}

.article a {
    color: blue;
}

.main_content .timer_wrap .timer_inner:not(:last-child) .time:before {
    top: 15px;
}

.prices {
    display: flex;
    margin-bottom: 20px;
}

.postscript {
    margin-bottom: 40px;
    text-align: center;
}

.orderForm .prices p {
    width: 50%;
    text-align: center;
    font-size: 18px;
}

.prices p.new_pr {
    font-weight: bold;
    color: #DC0515;
}

.main_content .timer_title {
    margin: 38px 0 30px;
}

.btnOrder {
    text-transform: uppercase;
    display: block;
    margin: 59px auto;
    max-width: 464px;
    width: 100%;
    height: 79px;
    font-size: 18px;
    line-height: 22px;
    /* or 122% */

    text-align: center;

    color: #FFFFFF;
    background: #F7630F;
    box-shadow: 0px 2px 0px #C44E0B;
    border-radius: 8px;
    border: none;
}

.btnOrder:hover {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    color: #F7630F;
    background: #Ffffff;
    border: 4px solid #F7630F;
}

.orderForm {
    display: none;
    margin: 59px auto;
    max-width: 464px;
    width: 100%;
}

.main_content input {
    font-size: 16px;
    margin-bottom: 19px;
    width: 100%;
    padding: 15px 0 12px 17px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px #bbb solid;
}

.orderForm .btnOrder {
    margin: 22px auto 19px;
}

.orderForm p {
    margin-top: 0;
    font-size: 14px;
    line-height: 16px;
    /* identical to box height */


    color: #333333;
    padding-left: 6px;
    margin-bottom: 8px;
}

button,
a {
    outline: none;
}

.comment_title {
    margin-top: 79px;
}

.comment_title .big {
    text-transform: uppercase;
    font-size: 18px;
}

.comment_title {
    display: flex;
    justify-content: space-between;
}

.underline {
    text-decoration: underline;
}

.comments_block {
    margin-top: 57px;
    margin-bottom: 68px;
}

.comment {
    display: flex;
    margin-bottom: 33px;
}

.comment p {
    flex: 1 1 auto;
    margin-left: 8px;
    margin-top: 0;
}

.comment .ava {
    flex: 0 0 40px;
    margin-top: 3px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.author_comment {
    font-weight: bold;
    color: #72BC1B;
}

.time_comment {
    display: block;
    margin-top: 12px;
    font-size: 10px;
    line-height: 18px;
    color: #787878;
}

footer {
    margin: 0 16px 20px;
    padding-top: 49px;
    border-top: 2px solid #0076A3;
    text-align: center;
}

footer * {
    font-size: 14px;
}

footer p {
    margin: 0 0 200px;
    font-size: 12px;
    line-height: 17px;
    /* or 142% */


    color: #000000;
}

.sidebar {
    margin-top: 22px;
}

.title_menu {
    padding: 27px 70px 16px 16px;
    background: #D7EFF1;
}

.menu_top {
    background: #E4E4E4;
    padding: 20px 70px 8px 24px;

}

.menu_items a {
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    text-decoration-line: underline;

    color: #666666;
}

.menu_items a {
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    text-decoration-line: underline;

    color: #666666;
}

.menu_items {
    margin-bottom: 16px;
}

.menu_bottom {
    background: #0076A3;
    margin-bottom: 32px;

}

.menu_bottom .menu_items {
    padding: 23px 64px 24px 24px;
    position: relative;
    margin-bottom: 0;
}

.menu_bottom .menu_items:not(:last-child) {
    border-bottom: 1px solid #2B8EB3;
}

.menu_bottom .menu_items a {
    font-size: 14px;
    line-height: 17px;
    /* or 121% */


    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;

}

.menu_bottom .menu_items a:hover {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
    color: #c3c3c3;
}

.news_block {
    padding-top: 18px;
    border-top: 2px solid #0076A3;
}

.news_title {

    font-size: 12px;
    line-height: 17px;
    /* identical to box height, or 142% */



    color: #767676;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.news {

    margin-bottom: 25px;
}

.news p {
    margin-top: 11px;
}

.news a {
    font-size: 12px;
    line-height: 16px;
    /* or 133% */


    color: #0076A3;
    text-decoration: none;
}

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

.kma-a-test {
    display: inline
}

.kma-b-test {
    display: none
}

.popup select {
    width: 100%;
    background: #F9F9F9;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
    color: #A7A7A7;
    padding: 10px 16px;
}

.orderForm .country_select {
    font-size: 16px;
    margin-bottom: 19px;
    width: 100%;
    padding: 15px 0 12px 17px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px #bbb solid;
}