@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/PTSans-Regular.woff2') format('woff2'),
         url('../fonts/PTSans-Regular.woff') format('woff'),
         url('../fonts/PTSans-Regular.ttf') format('truetype');
	font-weight: normal;
    font-display: swap;
}

@font-face {
	font-family: 'PT Sans';
	src: url('../fonts/PTSans-Bold.woff2') format('woff2'),
         url('../fonts/PTSans-Bold.woff') format('woff'),
         url('../fonts/PTSans-Bold.ttf') format('truetype');
	font-weight: bold;
    font-display: swap;
}

@font-face {
	font-family: 'Ruda';
	src: url('../fonts/Ruda-Medium.woff2') format('woff2'),
         url('../fonts/Ruda-Medium.woff') format('woff'),
         url('../fonts/Ruda-Medium.ttf') format('truetype');
	font-weight: normal;
    font-display: swap;
}

input[placeholder]          {font-family: 'PT Sans', 'Segoe UI', 'Arial'; font-size: 14px;}
input::-moz-placeholder     {font-family: 'PT Sans', 'Segoe UI', 'Arial'; font-size: 14px;} 
input:-moz-placeholder      {font-family: 'PT Sans', 'Segoe UI', 'Arial'; font-size: 14px;} 
input:-ms-input-placeholder {font-family: 'PT Sans', 'Segoe UI', 'Arial'; font-size: 14px;}   

textarea[placeholder]          {font-family: 'PT Sans', 'Segoe UI', 'Arial'; font-size: 14px;}
textarea::-moz-placeholder     {font-family: 'PT Sans', 'Segoe UI', 'Arial'; font-size: 14px;} 
textarea:-moz-placeholder      {font-family: 'PT Sans', 'Segoe UI', 'Arial'; font-size: 14px;} 
textarea:-ms-input-placeholder {font-family: 'PT Sans', 'Segoe UI', 'Arial'; font-size: 14px;}   

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'PT Sans', 'Segoe UI', 'Ruda', 'Open Sans', 'Arial', 'sans-serif';
    font-style: normal;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

@media only screen and (max-width: 1002px) {
    .erius {
        background: url(../images/erius-320.jpg) top center no-repeat;
        padding-top: 184px;
        background-attachment: fixed
    }
}

img {
    display: block;
    outline: none;
}

a.waite-confirm {
    font-size: 11px;
    line-height: 1em;
    color: #898989 !important;
    position: absolute;
    bottom: 40px;
    left: 20px;
}

a {
    outline: none;
    color: #359D66;
}

h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2em;
    color:#222;
    border-bottom: 1px solid #656565;
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

#content h1 {
    color:#4b5563;
}

h2 {
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 18px;
    line-height: 23px;
    color: #333333;
    margin-top: 0
}

.container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    max-width: unset;
}

.content {
    flex: 1 0 auto;
    background: #fcfcfc;
}


.header {
    width: 100%;
    /*height:190px;*/
    height: 161px;
    background: #f4f9f3;
    /*padding-top:18px;*/
    border-bottom: 1px solid #cfcfcf;
}

body.brand {}

body.brand .container {
    background: url(../images/header-bg.png) center top no-repeat;
}

body.brand .container .header {
    background: none;
}

body.brand .footer {
    background: none;
    background: url(../images/header-bg.png) center top no-repeat;
}

.brand-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 184px;
    width: 100%;
    z-index: 0;
}

.brand-left {
    position: fixed;
    top: 184px;
    left: 50%;
    margin-left: -1001px;
    height: 100%;
    width: 500px;
    z-index: 0;
}

.brand-right {
    position: fixed;
    top: 184px;
    right: 50%;
    margin-right: -1001px;
    height: 100%;
    width: 500px;
    z-index: 0;
}

.ad a img {
    border: none
}

.header_container {
    width: 1004px;
    position: relative;
    /*margin: 10px auto;*/
    margin: 0 auto;
}

.header_left {
    float: left;
    width: 704px;
    padding: 44px 40px 6px 20px;
}

.logo-search {
    position: relative;
    overflow: hidden;
}

.header_logo {
    float: left;
    margin: 0 0 0 15px;
}

.header_search {
    width: 400px;
    height: 38px;
    margin: 0;
    padding: 0;
    float: right;
    line-height: 38px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #FFF;
}

.header_search_input {
    display: inline-block;
    width: 340px;
    margin: 0;
    padding-left: 10px;
    line-height: 1;
    font-size: 14px;
    font-style: normal;
    text-align: left;
    color: #000;
    box-sizing: border-box;
    outline: none;
    border-style: none;
    -webkit-appearance: none;
}

.header_search_button {
    background: url(../images/icons/lupa.svg) center center no-repeat #FFF;
    height: 38px;
    width: 50px;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    float: right;
    cursor: pointer;
    border-radius: inherit;
}

.header_nav {
    width: 100%;
    height: 44px;
    /*display:relative;*/
}

.header_nav ul {
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

.header_nav ul li {
    float: left;
    list-style-type: none;
    text-align: center;
    margin: 38px 5px 0 5px;
    padding: 0;
}

.header_nav ul li:first-child {
    margin: 38px 5px 0 -10px;
}

.header_nav ul li:last-child {
    margin: 38px 0 0 5px;
}

.header_nav ul li a {
    padding: 5px 7px;
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.header_nav ul li a:hover {
    color: #FFF;
    background: #359D66;
    box-shadow: 4px 0 8px rgba(53, 157, 102, 0.5);
    border-radius: 3px;
}

.header_nav ul li.current a {
    color: #FFF;
    background: #359D66;
    box-shadow: 4px 0 8px rgba(53, 157, 102, 0.5);
    border-radius: 4px;
}

.header_nav ul li a.top_nav_spravochniki:after {
    width: 14px;
    height: 13px;
    display: inline-block;
    background: url(../images/icons/treug-o.svg) bottom right no-repeat;
    content: " ";
}

.header_nav ul li a.top_nav_spravochniki:hover:after {
    background: url(../images/icons/treug-w.svg) bottom right no-repeat;
}


.header_nav_obnov {
    position: relative;
    display: block;
}

.header_nav_obnov_num {
    position: absolute;
    top: -10px;
    left: 80px;
    height: 20px;
    background-color: #359D66;
    border-radius: 10px;
}

.header_nav_obnov_num_cont {
    position: relative;
    padding-left: 13px;
    /* background: url(../images/icons/header_nav_obnov_num_l.png) left top no-repeat; */
}

.header_nav_obnov_num_r {
    height: 23px;
    width: 100%;
    /* background: url(../images/icons/header_nav_obnov_num_a2.png) right top no-repeat; */
}

.header_nav_obnov_num_c {
    height: 23px;
    padding: 0 6px 0 0;
    color: #FFF;
    font-size: 12px;
    margin-left: -6px;
}

.header_nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
    width: 100%;
    height: 50px;
}

.header_nav ul li ul.top_nav_spravochniki_ul {
    display: none;
    background: #f4f9f3;
    padding: 10px 11px 10px 11px;
    box-shadow: 4px 0 8px rgba(228, 228, 228, 1.0);
    border-radius: 3px;
}

.header_nav ul li:hover ul.top_nav_spravochniki_ul {
    display: block;
    position: absolute;
    z-index: 9000;
    width: 180px;
    right: -75px
}

.header_nav ul li:hover a.top_nav_spravochniki {
    color: #FFF;
    background: #359D66;
    box-shadow: 4px 0 8px rgba(53, 157, 102, 0.5);
}

.header_nav ul li:hover a.top_nav_spravochniki:after {
    background: url(../images/icons/treug-w.svg) bottom right no-repeat;
}

.header_nav ul li ul li,
.header_nav ul li ul li:first-child,
.header_nav ul li ul li:last-child {
    text-align: left;
    margin: 0;
    padding: 5px 0;
    width: 100%
}

.header_nav ul li ul li a {
    padding: 5px 12px;
    text-decoration: none;
    color: #359D66;
    display: block;
}

.header_nav ul li ul li a:hover {
    color: #FFF;
}





#btn-menu {
    display: none;
}

#btn-menu+label {
    display: none;
    position: relative;
    color: #fff;
    height: 20px;
    z-index: 1;
    cursor: pointer;
}

#btn-menu+label:before {
    display: none;
    line-height: 30px;
    background: url(./resources/images/icons/menu_header.png);
}

#btn-menu:checked+label:before {
    background: url(./resources/images/icons/menu_header.png);
}

#btn-menu_nr {
    display: none;
}

#btn-menu_nr+label {
    display: none;
    position: relative;
    color: #fff;
    height: 20px;
    z-index: 1;
    cursor: pointer;
}

#btn-menu_nr+label:before {
    display: none;
    line-height: 30px;
    background: url(./resources/images/icons/menu_header.png);
}

#btn-menu_nr:checked+label:before {
    background: url(./resources/images/icons/menu_header.png);
}


.header_nav_i {
    color: #359D66;
    transform: matrix(-0.96, 0.23, 0.29, 0.97, 0, 0);
}

.top_nav_napisat {
    text-decoration: none;
    float: right;
    margin-top: 36px;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    color: #FFF;
    background: #E98829;
    border-radius: 4px;
    padding: 6px 14px;
}
.top_nav_napisat:hover {
    box-shadow: 4px 0 8px rgba(233, 136, 41, 0.5);
}
.header_right {
    float: right;
    width: 240px;
    height: 161px;
    /*margin-right:10px 20px 0 0;*/
    background: #f4f9f3;
    position: relative;
}

.top_profile {
    display: block;
    margin: 44px 1px 23px 16px;
    width: 220px;
    line-height: 60px;
    height: 62px;
    cursor: pointer;
}

.top_profile_img {
    float: left;
    width: 60px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    background: #FFF;
}

.top_profile_fio_outer {
    display: inline-block;
    padding-left: 8px;
    width: 140px;
    line-height: normal;
}

.top_profile_fio {
    color: #359D66;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.top_profile_nav {
    display: flex;
    margin: 0 16px;
    padding: 0;
}

.top_profile_nav li {
    list-style-type: none;
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
}

.top_profile_nav_punkt {
    width: 30px;
    height: 20px;
    display: block;
}

.ico_soobschenija {
    /* background: url(../images/icons/messages.svg) center center no-repeat; */
    background: url(../images/icons/heroicons2/chat-alt-2.svg) center center no-repeat;
}

.ico_kollegi {
    /* background: url(../images/icons/colleges.svg) center center no-repeat; */
    background: url(../images/icons/heroicons2/users.svg) center center no-repeat;
}

.ico_izbrannoe {
    /* background: url(../images/icons/favourites.svg) center center no-repeat; */
    background: url(../images/icons/heroicons2/bookmark.svg) center center no-repeat;
}

.ico_nastroiki {
    /* background: url(../images/icons/tools.svg) center center no-repeat; */
    background: url(../images/icons/heroicons2/cog.svg) center center no-repeat;
}

.ico_gruppy {
    background: url(../images/icons/groups.svg) center center no-repeat;
}

.ico_more {
    /* background: url(../images/icons/treug-o.svg) center center no-repeat; */
    background: url(../images/icons/heroicons2/chevron-down.svg) center center no-repeat;
}

.top_profile_nav li:hover .ico_nav_more,
.top_profile_nav_nav:hover {
    background: url(../images/icons/treug-w.svg) center center no-repeat;
}

.top_profile_nav li .top_profile_nav_nav {
    display: none;
}

.top_profile_nav li:hover .top_profile_nav_nav {
    display: block;
}

.top_profile_nav li .top_profile_nav_nav {
    position: absolute;
    top: 147px;
    left: 24px;
    width: 180px;
    margin: 0;
    padding: 12px 0;
    background: #FFF;
    box-shadow: 0 0 8px rgba(228, 228, 228, 1.0);
    border-radius: 3px;
    z-index: 1000;
}

.top_profile_nav_nav li {
    text-align: left;
}

.top_profile_nav_nav_ppunkt {
    display: inline-block;
    padding: 0 24px;
    font-size: 14px;
    line-height: 36px;
    color: #666666;
    text-decoration: none;
}

.top_profile_nav_nav_ppunkt:hover {
    text-decoration: underline;
}

.top_profile_nav_nav_ppunkt:before {
    float: left;
    width: 28px;
    height: 36px;
    margin-right: 15px;
    line-height: 36px;
    content: " ";
}

.pp_ico_company:before {
    /* background: url(../images/icons/company.png) center center no-repeat; */
    background: url(../images/icons/heroicons2/office-building.svg) center center no-repeat;
}

.pp_ico_soobschenija:before {
    /* background: url(../images/icons/messages.svg) center center no-repeat; */
    background: url(../images/icons/heroicons2/chat-alt-2.svg) center center no-repeat;
}

.pp_ico_kollegi:before {
    /* background: url(../images/icons/colleges.svg) center center no-repeat; */
    background: url(../images/icons/heroicons2/users.svg) center center no-repeat;
}

.pp_ico_izbrannoe:before {
    /* background: url(../images/icons/favourites.svg) center center no-repeat; */
    background: url(../images/icons/heroicons2/bookmark.svg) center center no-repeat;
}

.pp_ico_gruppy:before {
    background: url(../images/icons/heroicons2/user-group.svg) center center no-repeat;
}

.pp_ico_nastroiki:before {
    /* background: url(../images/icons/tools.svg) center center no-repeat; */
    background: url(../images/icons/heroicons2/cog.svg) center center no-repeat;
}

.pp_ico_vyhod:before {
    /* background: url(../images/icons/exit.svg) center center no-repeat; */
    background: url(../images/icons/heroicons2/logout.svg) center center no-repeat;
}

#btn-profil {
    display: none;
}

#btn-profil+label {
    display: none;
    position: relative;
    color: #fff;
    height: 20px;
    z-index: 1;
    cursor: pointer;
}

#btn-profil+label:before {
    display: none;
    line-height: 30px;
    background: url(../resources/images/icons/menu_header.png);
}

#btn-profil:checked+label:before {
    background: url(../resources/images/icons/menu_header.png);
    display: block;
    height: 20px;
    width: 20px;
}

.header_menu_ico {
    display: none
}

.header_profil_ico {
    display: none
}


fieldset.row_cont {
    border: none;
    padding: 0
}



.footer {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    background: #f4f9f3;
}

.footer_container {
    box-sizing: border-box;
    width: 1004px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.footer_block1 {
    float: left;
    width: 330px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}

.liveinternet {
    float: left;
    margin-right: 10px;
}

.footer_copyright {
    float: left;
    margin-right: 20px;
    color: #359D66;
}

.footer_skolkovo {
    float: left;
    margin-bottom: 10px;
}

.footer_google_play {
    float: left;
    margin: 65px 20px 0 0;
}

.footer_app_store {
    float: left;
    margin: 65px 0 0 0;
}

.footer_block2 {
    float: left;
    width: 315px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
}

.bottom_nav {
    float: left;
    width: 200px;
    margin: 0;
    padding: 0
}

.bottom_nav_ul {
    padding: 0;
    margin: 0 0 0 0;
}

.bottom_nav_li {
    list-style-type: none;
    padding-bottom: 10px;
}

.bottom_nav_li:last-child {
    list-style-type: none;
    padding-bottom: 0;
}

.bottom_nav_punkt {
    color: #359D66;
    font-size: 14px;
    text-decoration: none;
}

.bottom_info {  
    float: left;
    width: 110px;
    margin: 0;
    padding: 0
}

.bottom_info_c {
    color: #359D66;
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.bottom_info_i {
    color: #e96029;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 15px 0;
    padding: 0;
}

.bottom_info_i:last-child {
    margin: 0;
}

.footer_block3 {
    float: left;
    width: 280px;
    padding: 0 0 0 15px;
    position: relative;
    overflow: hidden;
}

.footer_cc {
    float: left;
    display: block;
    width: 33%;
    height: 25px;
    margin: 0 0 28px 0;
    padding: 0;
    text-decoration: none;
    color: #359D66;
    font-size: 14px;
    line-height: 25px;
}

.footer_cc:before {
    display: inline-block;
    content: " ";
    float: left;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.footer_ok:before {
    background: url(../images/icons/ok.ico) center center no-repeat;
    background-size: cover;
}

.footer_vk:before {
    background: url(../images/icons/vk.ico) center center no-repeat;
    background-size: cover;
}

.footer_fb:before {
    background: url(../images/icons/fb2.ico) center center no-repeat;
    background-size: 25px 25px;
}

.footer_tw:before {
    background: url(../images/icons/tw.ico) center center no-repeat;
    background-size: cover;
}

.footer_vb:before {
    background: url(../images/icons/vb.ico) center center no-repeat;
    background-size: 23px 23px;
}

.footer_tl:before {
    background: url(../images/icons/tl.ico) center center no-repeat;
    background-size: cover;
}



.footer_container.mainpage {
    width: 1259px;
}
/* 
.footer_container.mainpage .footer_block1 {
    width: 410px;
}

.footer_container.mainpage .footer_block2 {
    width: 373px;
}

.footer_container.mainpage .footer_block3 {
    width: 360px;
} */

/*----------------------- ������� ������� ----------------------*/



/*----------------------- ������� 1280 ----------------------*/
.header_container.mainpage {
    width: 1259px;
}

.header_container.mainpage .header_left {
    width: 900px;
}

.header_container.mainpage .header_search {
    width: 570px;
}

.header_container.mainpage .header_search_input {
    width: 510px;
    padding-left: 10px;
    text-align: left;
    border-radius: inherit;

}

.header_container.mainpage .header_nav ul li {
    margin: 20px 10px 0 10px;
}

.header_container.mainpage .header_nav ul li ul li,
.header_nav ul li ul li:first-child,
.header_nav ul li ul li:last-child {
    text-align: left;
    margin: 0 0 0 0;
    padding: 5px 0;
}

.header_container.mainpage .header_nav ul li:hover ul.top_nav_spravochniki_ul {
    right: -63px
}

.header_container.mainpage .top_nav_napisat {
    width: 114px;
    margin-top: 18px;
}

.header_container.mainpage .header_right {
    width: 295px;
}

.header_container.mainpage .top_profile_nav li .top_profile_nav_nav {
    left: 85px;
}

.anons-articles {
    width: 1229px;
    margin: 19px auto;
    padding: 0 15px;
    /* font-family: 'Rubik'; */
}

.anons-articles.first {
    width: 816px;
    margin-left: 0;
    padding-left: 15px
}

.anons-articles-h2 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1;
    color: #333333;
    border-bottom: 1px solid #656565;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.anons-articles-h2.first {
    width: 824px
}

.anons-articles-container {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 55px;
}

.main-article {
    float: left;
    width: 416px;
    height: auto;
    margin: 10px 0 0 0;
    padding: 6px 0 0 0;
}

.main-article:hover {
    box-shadow: 0 0 7px rgba(0, 3, 1, 0.5);
    opacity: 0.92;
    transition: 0.3s;
}

.main-article__img-container {
    width: 416px;
    height: 268px;
    overflow: hidden;
    margin-bottom: 5px;
}

.main-article__img {
    display: block;
    width: 416px;
}

.caption-main-article {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.caption-main-article span {
    font-size: 14px;
    line-height: 16px;
}

.caption-main-article a {
    text-decoration: none;
}

.caption-main-article a span {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: bold;
    margin: 15px 0 10px 0;
}

.caption-main-article__name {
    color: #333333;
    display: block;
}

.caption-main-article__link {
    text-decoration: none;
}

.caption-main-article__name-doctors {
    font-size: 14px;
    line-height: 21px;
    color: #656565;
}

.caption-main-article__name-doctors a {
    color: #656565;
    margin-left: 15px;
}

.main-article__comments {
    float: right;
    /* background: url(../images/icons/ico-comment-gr.svg) left 6px no-repeat; */
    background: url(../images/icons/heroicons/chat.svg) left 3px no-repeat;
    padding-left: 24px;
    margin-top: 0;
    margin-right: 4px;
    font-size: 14px;
    line-height: 26px;
}

.main-article__comments span {
    color: #656565;
    font-size: 14px;
}

.anons-articles-container__banner {
    padding-right: 40px;
    margin-top: 0;
    float: right;
    /*margin: auto 5%;*/
    width: auto;
}

.close_popup2 {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 11px;
}

.list-articles {
    width: 405px;
    float: left;
    padding-right: 0;
}

.anons-article {
    padding: 6px 0 0 6px;
    height: 145px;
    margin: 10px 0 0 10px;
    background: #fcfcfc;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #656565;

}

.anons-article:hover {
    box-shadow: 0 0 7px rgba(0, 3, 1, 0.5);
    opacity: 0.92;
    transition: 0.3s;
}

.anons-article:first-child {
    padding-top: 6px
}

.anons-article:nth-child(3) {
    border-bottom: none;
}

.anons-article__foto {
    padding: 0 15px 3px 0;
    float: left;
    width: 90px;
    height: 90px;
    overflow: hidden;

}

.anons-article__foto img {
    width: 90px;
    margin-top: 5px
}

.anons-article:first-child .anons-article__foto img {
    margin-top: 5px
}

.anons-article__name {
    height: 90px;
    overflow: hidden;
    line-height: 1.2em;
    font-weight: 500;
}

.anons-article__name a {
    text-decoration: none;
    color: #333333;
    display: block;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
}

.anons-article__name span {
    font-size: 14px
}

.see-more {

    font-size: 14px;
    color: #48965e;
    text-decoration: underline;
    float: right;
    margin-top: 10px;

}

.anons-article__name-doctors {
    font-size: 14px;
    color: #656565;
    position: absolute;
    bottom: 5px;
    width: 100%;
    margin-left: 4px;
}

.anons-article__name-doctors a {
    color: #656565;
    margin-left: 10px;
    text-decoration: none;
}

.anons-article__comments {
    float: right;
    /* background: url(../images/icons/ico-comment-gr.svg) left center no-repeat; */
    background: url(../images/icons/heroicons/chat.svg) left center no-repeat;
    padding-left: 26px;
    margin-right: 16px;
    font-size: 14px;
    line-height: 21px;
}

.anons-article__comments a {
    margin-left: 0;
}

.see-more {
    font-size: 15px;
    line-height: 23px;
    color: #359D66;
    text-decoration: underline;
    margin-top: 10px;
    margin-left: 23px;
}

.anons-article-specializations {
    margin: 0;
}

.anons-article-specializations a {
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}



.anons-articles-container__banner-guest {
    width: auto;
    float: left;
    margin-top: 0;
    margin: auto 5%;
    padding-top: 0;
}

/*----------------------- переопределяем календарь событий -----------------------*/

.calendar-container {
    font-family: 'Ruda'!important;
    width: 242px;;
}

.ic__header select, .ic__week-head td, .ic__days .ic__day {
    font-family: 'Ruda'!important;
}

.ic__container {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 3px 3px 8px rgb(66,60,158,0.5);
}

.ic__header select {
    border: 0!important;
    background: #359D66;
    color: #fff;
}
/* /*------------------------------------------------------------------------------*/

.main-page_clendar__h2 {
    color: #e96029;
    font-size: 18px;
    line-height: 23px;
    margin-top: 0px;
}



.calendar-container .design-select {

    border: 1px solid #E0E0E0;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 5px;
    color: #656565;
    display: inline-block;
    height: 33px;
    width: 243px;
    line-height: 28px;
    padding: 5px;
    font-size: 14px;

}

#rightbar .design-select {
    width: 240px;
}

.not_reg#main {
    width: 92%;
}

#container {
    background: #fcfcfc;
}

#content {
    width: 1004px;
    /*margin:30px auto;*/
    margin: 0px auto;
    padding: 0;
    position: relative;
    background-color: #fcfcfc;
}

#main {
    width: 686px;
    padding: 30px 15px 0 15px;
    float: left;
    margin-bottom: 20px;
}

.file_inp .file {
    font-size: 200px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

/*----------------------------- ���������� company-announce-single ---------------------------------*/
.article_h1 {
    font-size: 30px;
    line-height: 1.2em;
    color: #333333;
    margin-top: 0;
    font-weight: bold;
}

.v_razdel {
    display: none;
}

.icon.edit {
    float: right;
    display: block;
    height: 19px;
    width: 19px;
    margin-right: 15px;
    /* background: url(../images/icons/karandash-o.svg) center center no-repeat; */
    background: url(../images/icons/heroicons/pencil.svg) center center no-repeat;
}

.icon.topic_delete {
    float: right;
    display: block;
    height: 19px;
    width: 19px;
    margin-right: 15px;
    /* background: url(../images/icons/icon_close.png) center center no-repeat; */
    background: url(../images/icons/heroicons/x.svg) center center no-repeat;
    background-size: 20px;
}

.icon.topic_profile_delete {
    float: right;
    display: block;
    height: 19px;
    width: 19px;
    margin-right: 15px;
    /* background: url(../images/icons/icon_close.png) center center no-repeat; */
    background: url(../images/icons/heroicons/x.svg) center center no-repeat;
    background-size: 20px;
}

.article a {
    color: #359D66;
    text-decoration: none;
}

.article a:hover {
    text-decoration: underline;
}

a.delete-attachment {
    font-size: 18px !important;
    cursor: pointer;
    padding: 2px 7px 4px 7px;
    margin: 1px;
    line-height: 16px;
    position: absolute;
    right: 0;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #f3f3f3;
}

a.delete-attachment:hover {
    text-decoration: none;
    background: #f7f7f7;
}

.article ul {
    list-style: disc;
}

.unregistered-article_details {
    margin-left: 160px;
}

.article_details {
    list-style: disc;
    padding: 0;
    margin: 0;
    line-height: 18px;
    height: 18px;
    display: inline-block;
}

.article_details li {
    display: inline-block;
    line-height: 18px;
    height: 18px;
    color: #656565;
    font-size: 14px;
    padding: 0;
    margin: 5px 20px 0 0;
}

.article_details li a {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    color: #656565;
    text-decoration: none;
}

.article_details li a img {
    vertical-align: middle;
    display: inline;
    margin-right: 5px;
}

.article_details li.autor a.last-child,
.article_details li.autor a:last-child {
    margin-left: 5px
}

.article_details a.gold_status {
    padding-right: 35px;
    background: url(../images/icons/company_gold_status_25x15.png) right center no-repeat;
}

.autor-blogger {
    float: right;
    margin-left: 5px;
}

.autor-blogger img {
    cursor: default !important;
    height: 18px;
}

.article_breadcrumbs {
    list-style: disc;
    padding: 0;
    margin: 5px 0 0 0;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 4px;
}

.article_breadcrumbs li {
    display: inline-block;
    line-height: 18px;
    height: 18px;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.article_breadcrumbs li.first-child,
.breadcrumbs li:first-child {
    padding-left: 0;
    color: #FFFFFF;
}

.article_breadcrumbs li:before {
    content: " / ";
    color: #898989;
}

.article_breadcrumbs li a {
    font-size: 14px;
    color: #898989;
    text-decoration: none;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    margin: 0;
}

.article_breadcrumbs li.first-child a,
.article_breadcrumbs li:first-child a {
    margin-right: 0;
    padding-left: 0;
}

.article_breadcrumbs li.first-child:before,
.article_breadcrumbs li:first-child:before {
    content: "";
}

.clear_both {
    clear: both;
}

.clear {
    clear: both;
    float: none;
}

.article_text {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.4;
    word-wrap: break-word;
}

.article_text img {
    max-width: 686px;
    display: inline-block;
}

.article h2, h3 {
    color:#E98829;
}

.article .article_text {
    min-height: 300px;
}

.q-container fieldset {
    border: none
}

.q-container fieldset label {
    margin-bottom: 15px;
    display: block;
}

.inpt.custom-value {
    max-width: 70%;
    display: none;
    margin: 0 0 15px 15px;
}

.validation-error-txt {
    color: #f00;
    margin-top: 5px;
}

.categories-validation-message-margin {
    margin-left: 160px;
}


.add_comment .field-validation-error {
    display: inline-block;
    margin-top: 0;
}

.field-validation-error {
    font-size: 11px;
    color: #f00;
    margin-top: 5px;
    -webkit-animation: blinkingText 2s infinite;
    -moz-animation: blinkingText 2s infinite;
    -o-animation: blinkingText 2s infinite;
    animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #ff0033;
    }

    50% {
        color: #ca151b;
        color: white;
    }

    100% {
        color: #f00;
    }
}


.topic-illustration {
    float: left;
    margin: 0 12px 12px 0;
}

.article_text .topic-illustration {
    margin: 0 12px 12px 0;
}

.article_text p {
    font-size: 17px;
    line-height: 1.6;
    margin: 14px 0;
}

.article_text p.credits {
    font-size: 14px;
    color: #898989;
    margin: 0.6em 0 0.5em 0;
}

.article_text p iframe {
    max-width: 100%;
}

.article_text video {
    max-width: 100%;
}

.article_text a,
.article_text p a {
    max-width: 100%;
    color: #359D66;
    text-decoration: none;
    word-break: break-word;
}

.article_text a:hover,
.article_text p a:hover {
    text-decoration: underline;
}

.categories {
    font-size: 14px;
    margin:20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.categories_item  {
    padding: 0 10px ;
}

a.categories_item:hover{
    color: #fff;
    background-color: #359D66;
    border-radius: 4px;
    text-decoration: none;
}

.concilium_live {
    /**/
}

.concilium_live h2 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
    color: #656565;
    border-bottom: 1px solid #656565;
}


.article .i_like {
    /* background: url(../images/icons/like_gr.png) left center no-repeat; */
    background: url(../images/icons/heroicons/thumb-up.svg) left center no-repeat;
    padding-left: 20px;
    color: #656565;
}

.article .i_like:hover {
    text-decoration: none;
}

.article .like_set {
    background: url(../images/icons/heroicons/thumb-up-green.svg) left center no-repeat;
    padding-left: 20px;
    color: #359d66;
}

.article .like_set:hover {
    text-decoration: none;
}

.article .i_like.rate {
    /* background: url("../images/icons_2.png") no-repeat scroll 0 -11px transparent; */
    background: url(../images/icons/heroicons/thumb-up-green.svg) no-repeat scroll 0 -11px transparent;
    color: #656565;
}

.article .dis-like {
    background: url(../images/icons/dislike_gr.png) left center no-repeat;
    padding-left: 20px;
    margin-left: 20px;
    color: #656565;
}

.article .dis-like:hover {
    text-decoration: none;
}

.article .dis-like_set {
    background: url(../images/icons/dislike_gr_set.png) left center no-repeat;
    padding-left: 20px;
    margin-left: 20px;
    color: #656565;
}

.article .dis-like_set:hover {
    text-decoration: none;
}

.article .add_comment {
    padding-left: 75px;
    background: url(../images/icons/ico-comment-gr.svg) left center no-repeat;
    color: #656565;
}

.topic_likes {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #656565;
    margin-bottom: 20px;
    padding: 15px 0;
}

.vrf_like {
    float: left;
    margin-right: 30px;
}

.vrf_like.rate-container {
    margin-right: 30px;
}

.vrf_like.comment {
    margin-top: 2px;
}

.ya-share2 {
    float: right;
}

#btn-ya-share2 {
    display: none;
}

#btn-ya-share2+label {
    display: none;
    position: relative;
    color: #fff;
    height: 20px;
    z-index: 1;
    cursor: pointer;
}

#btn-ya-share2+label:before {
    display: none;
    line-height: 20px;
    background: url(../resources/images/icons/podelitsja-ico.png) center center no-repeat;
}

#btn-ya-share2:checked+label:before {
    background: url(../resources/images/icons/podelitsja-ico.png) center center no-repeat;
    display: block;
    height: 20px;
    width: 20px;
}


.invite-colleagues_icon_container {
    float: right;
    border: none;
    width: 19px;
    height: 19px;
}

.invite-colleagues_icon_container img {
    width: 22px;
    height: 22px;
    border: 1px solid #656565;
    margin-left: -4px;
}

.ya-share2__list.ya-share2__list_direction_horizontal {
    margin: 0;
    padding: 0;
}

.ya-share2__list.ya-share2__list_direction_horizontal li {
    display: inline-block
}

.ya-share2__counter,
.ya-share2__title {
    display: none;
}


.article .topic-subscription {
    color: #656565;
    padding-left: 20px;
    /* background: url(../images/icons/look-for.png) left center no-repeat; */
    background: url(../images/icons/heroicons/eye.svg) left center no-repeat;
    background-size: 16px;
    font-size: 14px;
    line-height: 1.25em;
    float: right;
}

.comment-edited-icon {
    float: right;
    display: block;
    height: 19px;
    width: 19px;
    margin-right: 15px;
    background: url(../images/icons/ico-comment-gr.svg) center center no-repeat;
}

.comment-attension-item {
    float: right;
    display: block;
    height: 19px;
    width: 19px;
    margin-right: 15px;
    /* background: url(../images/icons/moderacija.svg) center center no-repeat; */
    background: url(../images/icons/heroicons/exclamation.svg) center center no-repeat;
    filter: grayscale(1);
}

.comment-moder-item {
    float: right;
    display: block;
    height: 19px;
    width: 19px;
    margin-right: 15px;
    /* background: url(../images/icons/karandash-o.svg) center center no-repeat; */
    background: url(../images/icons/heroicons/pencil.svg) center center no-repeat;
    background-size: 16px;
}

.comment-close-item {
    float: right;
    display: block;
    height: 19px;
    width: 19px;
    margin-right: 15px;
    /* background: url(../images/icons/icon_close.png) center center no-repeat; */
    background: url(../images/icons/heroicons/x.svg) center center no-repeat;
    background-size: 20px;
}

.topic_similar {
    list-style: none !important;
    color: #e96029;
    padding-left: 0;
    margin-bottom: 30px;
}

.topic_similar li {
    margin: 0 0 7px 0;
    display: flex;
    align-items: baseline;
}

.topic_similar li a.add_comment {
    float: none;
    font-size: 14px;
    margin-left: 10px;
    padding-left: 16px;
    /* background: url(../images/icons/ico-comment-gr.svg) left center no-repeat; */
    background: url(../images/icons/heroicons/chat.svg) left center no-repeat;
}

.topic_similar li a.add_comment:hover {
    text-decoration: none;
}

.block-s-video {
    margin: 10px 0;
}

.block-s-video div span a {
    text-decoration: none;
}

.block-s-video div span a img {
    max-width: 160px;
    max-height: 120px;
    border: 1px solid #999;
    padding: 1px;
    margin: 5px 5px 10px 0;
}

.block-s-video .for-iframe {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.for-iframe {
    clear: left;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* ����� ������ ���������� ��� 16:9 - 56.25% (���� 4:3 � ��������� 75%) */
    /*padding-top: 30px; */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.attachment-panel ul {
    padding-left: 0;
}

.attachment-panel .case {
    max-width: 100%;
}

.attachment-panel .item_case {
    width: 98%;
    height: auto;
    position: relative;
    margin-left: 5px;
}

.attachment-panel .pictures .item_case {
    display: inline-block;
    margin: 0 5px 5px 0;
    width: 45%;
}

.attachment-panel .item_case img {
    width: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
}

.attachment-panel ul.case li a {
    /* margin-right: 20px; */
    word-break: break-all;
    margin-top: 0 !important;
}


/*----------------------- ��������� ���������� ----------------------*/

.ad-top {
    width: 100%;
    text-align: center;
    background: #f4f9f3;
}

.brand .ad-top {
    max-width: 1004px;
    margin: 0 auto
}

.ad-top a {
    margin-top: 0;
}

.ad-top a img {
    display: inline;
    margin-top: 15px;
}

.ad-top-mob {
    display: none
}

.ad-top-mob {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.ad-top-mob a {
    width: 100%
}

.ad-top-mob a img {
    display: inline;
    width: 94%;
    max-width: 480px;
}

.ad728x90 {
    margin: 0 auto;
    width: 728px;
}

.ad728x90 div {
    width: 728px;
    height: 90px;
    margin: 0 auto;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
}

.div-gpt-ad-468x60 a {
    display: block;
    width: 468px;
    height: 60px;
    margin: 15px auto;
}

.for-div-gpt-ad a {
    display: block;
    margin: 15px auto;
}

.div-gpt-ad {}

.ban_side div {
    margin: 0 auto;
}

.ban_side div img {
    /*margin:0 auto; */
    display: block
}

/*----------------------- ����������� ----------------------*/
.b-btn__action.small {
    width: 120px;
}

.b-btn__action.small.poiskvrch {
    width: 204px;
    height: 35px;
    background: #16B074;
    box-shadow: 0 4px 8px rgba(22, 176, 116, 0.42);
    border-radius: 4px;
}

.poll label {
    display: block;
    margin-bottom: 9px;
}

.b-btn__action {
    width: 169px;
    padding: 7px 10px;
    margin-right: 4px;
    margin-bottom: 5px;
    cursor: pointer;
    border: none;
    position: relative;
    color: #FFF;
    background: #359D66;

    border-radius: 3px;
    text-align: center;
    text-decoration: none;

    -webkit-appearance: none;
}

input.b-btn__action.topic-action {
    margin: 0 0 0 160px;
    float: none;
    display: block;
}

input#showAbstract,
.publish input.b-btn__action {
    margin: 0 0 0 160px;
    display: block;
}

.delay-publication {
    display: inline-block;
    width: 175px;
}

.b-btn__action:hover {
    background: #E98829;

}

.b-btn__action.secondary {

    background: rgba(151, 151, 151, 1);
    box-shadow: 2px 0 4px #CCCCCC;
    display: inline-block;
}

.b-btn__action.secondary:hover {
    background: rgba(108, 108, 108, 1);
    box-shadow: 2px 0 4px #CCCCCC;
}

.b-btn__submit {
    float: right;
    width: 169px;
    color: #fff;
    padding: 4px 0;
    margin-right: 4px;
    cursor: pointer;
    font-size: 15px !important;
    border: none;
    position: relative;
    color: #FFF;
    background: #359D66;
    box-shadow: 2px 0 4px rgba(53, 157, 102, 0.5);
    border-radius: 4px;
    text-align: center;
}

.b-btn__submit:hover {
    background: #359D66;
    box-shadow: 4px 0 8px rgba(53, 157, 102, 0.5);
}

#rightbar .b-btn__submit {
    margin: 15px auto;
    float: none;
    display: block
}

/*----------------------- END ����������� ----------------------*/

/*   ����� �����   */

.quest_date {
    margin: 15px 0;
}

.quest_date dt {
    float: left;
    padding-right: 20px;
}

.send_question textarea {
    width: 605px;
    height: 140px;
    margin-bottom: 5px;
    padding: 5px;
}

.q-container {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.voting-form label {
    font-weight: bold;
}

.voting-form label.chbox-label {
    margin-left: 15px;
    font-weight: normal;
}

.poll label {
    display: block;
    margin-bottom: 9px;
}

.article .answers-qty {
    font-size: 14px;
    color: #656565;
    margin: 7px 0 7px 0;
    display: block
}

.vote dt {
    display: inline-block;
    position: relative;
    width: 640px;
    margin: 2px 8px 4px 0;
}

.vote dd {
    position: relative;
    display: inline-block;
    margin: 2px 0 16px 0;
    margin-top: 2px;
    width: 530px;
}

.vote .lider {
    border-color: #149764;
    background: url(../images/votebar_lider.gif) repeat-x;
}

.vote span {
    font-size: 11px;
    color: #898989;
}

.vote_bar {
    display: inline-block;
    height: 6px;
    margin: 0 10px 0 0;
    border: 1px solid #c9d8c9;
    background: #d8f0d8;
}

.vote-rezalt {
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.vote-rezalt label {
    font-size: 16px;
    font-weight: bold;
}

.vote-rezalt .vote dt {
    margin-bottom: 0
}

.vote-rezalt .vote dd {
    margin-top: 0
}


.askbox {
    width: 100%;
    /* height: 210px; */
    border: 1px solid #656565;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background: #f4f9f3;
}

.askbox h3 {
    font-size: 18px;
    line-height: 23px;
    color: #666666;
    margin-top: 0
}


.askbtn {

    width: 100px;
    padding-top: 8px;
    padding-left: 160px;

}

.askbox-left {
    position: relative;
    width: 420px;
    height: 230px;
    margin-left: 15px;
    z-index: 3;

}

.askbox-left p {
    padding-bottom: 25px;
    font-size: 16px;
}

.askbox-left__name {
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 68px;
}

.askbtn {

    width: 100px;
    padding-top: 8px;
    padding-left: 145px;

}

.askbox-right {

    position: absolute;
    width: 170px;
    padding-left: 468px;
    margin-top: -205px;
    z-index: 2;

}

.askbox-right .logo {
    border: 1px solid #656565;
    border-radius: 3px;
}



/*---------------- ����������� ------------------*/

.com_rate-container {
    display: inline-block;
    float: right;
}

.user_avatar {
    position: relative;
    float: left;
    width: 60px;
    height: 60px;
    padding: 0;
    overflow: hidden;
    margin: 0 5px 0 0;
    /* background: url(../images/avatar_bg.png) no-repeat; */
    border: 1px solid #656565;
    border-radius: 3px;
}

.user_avatar.creator {
    margin-top: 7px;
}

.comment_item {
    border-bottom: 1px solid #656565;
    padding-bottom: 5px;
    padding-top: 25px;
    margin-left: 0;
    position: relative;
    overflow: hidden;
}

.comment_item.parent {
    margin-left: 25px;
}

.comment_item:first-child {
    border-top: none
}

.comment_item:last-child {
    border-bottom: 1px solid #656565;
}

.post_answer {
    float: left;
}

.comment-box-list .pagination {
    list-style: none;
    border: none;
}

.comment-box-list2 {
    border: 1px solid #898989;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.comment-box-list2_lk {
    color: #656565;
    font-size: 22px;
    /*padding: 15px 0;
    padding-right: 55px;*/
    display: inline-block;
}

.comment-box-list2 .comment_item {
    border-bottom: none;
}

.comment_item .user_avatar {
    margin-right: 10px;
}

.comment_item h5 {
    margin: 0;
}

.comment_item h5 a {
    font-size: 15px;
    line-height: 16px;
    color: #359D66;
}

.moderation_panel {
    font-size: 14px;
    line-height: 19px;
}

.comment_item .com_info {
    margin: 4px 0;
    min-height: 40px;
}

.comment_item.best-comment .com_text .com_rate-container {
    margin-left: 25px;
}

.publ_time {
    font-size: 14px;
    line-height: 21px;
    color: #656565;
}

.parent-link {
    margin-left: 69px;
}

.parent-link span {
    font-size: 18px;
}

.post-answer {
    float: left;
}

.com_text {
    font-size: 16px;
    line-height: 1.3;
    color: #333333;
    margin-left: 69px;
    padding: 7px 0;

    word-break: break-word;
}

/* .com_text a {
    margin-right: 15px;
} */

.comment_box__sledit {
    margin-bottom: 10px;
    text-align: right;
    float: right;
    padding: 5px 10px 5px 0;
}

.comment-header {
    font-size: 16px;
    line-height: 21px;
    color:#E98829;
    border-bottom: 1px solid #656565;
    padding-bottom: 5px;
}

.comment-header span {
    color: #898989;
}

.comment-complain {
    float: none;
    margin: 0 0 0 0;
    color: #b7b7b7;
}

.user_avatar .maska {
    display: none
}

.article .comment-complain {
    color: #656565;
}

.article .cm_i_like {
    /* background: url(../images/icons/like_gr.png) left center no-repeat; */
    background: url(../images/icons/heroicons/thumb-up.svg) left center no-repeat;
    padding-left: 25px;
    color: #656565;
}

.article .cm_i_like:hover {
    text-decoration: none;
}

.article .cm_i_like_set {
    /* background: url(../images/icons/like_gr_set.png) left center no-repeat; */
    background: url(../images/icons/heroicons/thumb-up-green.svg) left center no-repeat;
    padding-left: 25px;
    color: #359d66;
}

.article .cm_i_like_set:hover {
    text-decoration: none;
}

.article .cm_i_like.rate {
    background: url("../images/icons_2.png") no-repeat scroll 0 -11px transparent;
    color: #656565;
}

.article .cm_dis-like {
    background: url(../images/icons/dislike_gr.png) left center no-repeat;
    padding-left: 25px;
    margin-left: 25px;
    color: #656565;
}

.article .cm_dis-like:hover {
    text-decoration: none;
}

.article .cm_dis-like_set {
    background: url(../images/icons/dislike_gr_set.png) left center no-repeat;
    padding-left: 25px;
    margin-left: 25px;
    color: #656565;
}

.article .cm_dis-like_set:hover {
    text-decoration: none;
}

.article form.add_comment {
    position: relative;
    background: none;
}

.topic-comment-editor.comment_item {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}

.topic-comment-editor.comment_item .write_com.branch-editor {
    display: none;
}

.topic-comment-editor.comment_item h5 {
    display: none;
}

.topic-comment-editor.comment_item .user_avatar {
    margin-top: 6px;
}

.add_comment textarea {
    font-size: 16px;
    width: 100%;
    height: 140px;
    border: 1px solid #656565;
    float: right;
    margin-bottom: 15px;
    padding: 5px;
    box-sizing: border-box;
    resize: vertical;
    border-radius: 6px;
}

/*#write-comment-attachments-input {position: absolute; top: 80px; left: 15px;}*/
.attachment-item-container {
    display: inline-block;
    top: 55px;
    width: 100%;
    height: auto;
}

#edit-topic-form .attachment-item-container {
    /* margin-left: 155px; */
    margin-left: 0;
}

.attachment-item-container .tab_box.visible img {
    max-width: 100%;
    height: auto;
}

.attachment-loader {
    display: none;
    vertical-align: top;
}

.attachment-loader img {
    width: 30px;
    height: 30px;
}

.tabs_panel.attachments {
    margin-left: 69px;
}

#addImageAttachBtn {
    cursor: pointer;
    margin-left: 8px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    direction: ltr;
}

#addImageAttachBtn a {
    width: 16px;
    height: 16px;
    display: block;
    /* background: url(../images/icons/foto-ico.png) left center no-repeat; */
    background: url(../images/icons/heroicons/photograph.svg) left center no-repeat;
}

#addImageAttachBtn input {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 118px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    height: 100%;
}

#addFileAttachBtn {
    cursor: pointer;
    margin-left: 8px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
    direction: ltr;
}

#addFileAttachBtn a {
    width: 16px;
    height: 16px;
    display: block;
    /* background: url(../images/icons/file-ico.png) left center no-repeat; */
    background: url(../images/icons/heroicons/document-add.svg) left center no-repeat;
}

#addFileAttachBtn input {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 118px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    height: 100%;
}

#addVideoAttachBtn {
    cursor: pointer;
    margin-left: 8px;
    margin-bottom: 5px;
    vertical-align: top;
}

#addVideoAttachBtn a {
    width: 16px;
    height: 16px;
    display: block;
    /* background: url(../images/icons/video-ico.png) left center no-repeat; */
    background: url(../images/icons/heroicons/video-camera.svg) left center no-repeat;
}

#videoUrlContainer {
    margin-top: 15px;
    margin-bottom: 15px;
    float: right;
}

#videoUrlInput {
    width: calc(100% - 120px);
    max-width: unset;
}

#saveVideoAttachmentBtn {
    width: 100px;
    margin: 2px 0 0 0;
    padding: 7px 10px;
    float: right;
}

#write-comment-attachments-input .input-buttons {
    position: absolute;
    top: 80px;
    left: 30px;
}

#edit-comment-attachments-input .input-buttons {
    position: absolute;
    top: 80px;
    left: 30px;
}


.izmcom {
    margin-bottom: 7px;
    font-weight: bold
}

.files.tab_box.visible {
    font-size: 14px;
    overflow-x: auto
}

.comment-editor-preloader {
    width: 50px;
    height: 50px;
    float: left;
}

.hide {
    display: none;
}

.hidden {
    display: none !important;
}


/*----------------------- ������ ������� ----------------------*/

#rightbar {
    width: 240px;
    float: right;
    padding: 33px 6px 0 0;
}

#rightbar h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 23px;
    color: #E98829;
    border-bottom: 1px solid #656565;
    padding-bottom: 5px;
    margin: 15px 0;
}

.module {
    position: relative;
    overflow: hidden;
}

.conc_live_item {
    border-bottom: 1px solid #656565;
    padding-top: 20px;
}

.conc_live_item__img {
    float: left;
    width: 244px;
    height: 157px;
    overflow: hidden;
    margin-bottom: 10px;
}

.conc_live_item__img a img {
    height: 157px
}

.conc_live_item h5 {
    margin-bottom: 5px;
}

.conc_live_item h4 a {
    font-size: 18px;
    line-height: 1.2em;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
}

.conc_live_item h5 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
}

#rightbar .add_comment {
    text-decoration: none;
    float: right;
    margin-right: 10px;
    padding-left: 20px;
    /* background: url(../images/icons/ico-comment-gr.svg) left center no-repeat; */
    background: url(../images/icons/heroicons/chat.svg) left center no-repeat;
}

#rightbar .article_details {
    width: 100%;
    padding: 4px 0 16px 0;
}

#rightbar .article_details li:last-child {
    float: right;
    margin-right: 0
}

#rightbar .conc_live_item h5 {
    margin-bottom: 0;
    line-height: 1.1;
}

.rightbar_to_mail {
    border: 1px solid #656565;
    width: 29px;
    height: 29px;
    border-radius: 3px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}



/*----------------------- ���������� ������ ----------------------*/

.pub_po_spets {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#btn-pub_po_spets {
    display: none;
}

#btn-pub_po_spets+label {
    display: none;
}


/* .pub_po_spets {margin-top:20px; margin-bottom:0px;} */
.pub_po_spets2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.pub_po_spets2 a,
.pub_po_spets a {
    display: flex;
    align-items: center;
    padding: 8px;
    margin: 5px 10px 0 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #359D66;
    background: #FFF;
    box-shadow: 2px 0 4px rgba(53, 157, 102, 0.5);
    border: 1px solid #359D66;
    border-radius: 3px;
    word-wrap: none;
}

.pub_po_spets a {
    margin: 0 0 0 5px;
}

.pub_po_spets .interest-period {
    margin-left: auto;
}

.pub_po_spets2 a:hover,
.pub_po_spets a:hover {
    color: #FFF;
    background: #359D66;
}

.interest-period.design-select {
    float: right;
    width: auto;
    min-width: 100px;
    height: 32px;
    padding: 1px 5px;
}

.pagination {
    display: flex;
    align-items: start;;
    justify-content: space-between;
    list-style: none;
    margin: 0 auto;
    padding: 6px 0;
    width: 100%;
    height: 28px;
    overflow: hidden;
    border-bottom: 1px solid #656565;
}

.pagination.bottom-pagination {
    border-bottom: none;
    padding-top: 20px;
}

.pagination li {
    font-size: 14px;
    /* margin: 0 10px; */
    padding: 2px 3px;
    text-align: center;
    border-radius: 4px;
}

.pagination li a {
    padding: 4px 5px;
    text-decoration: none;
    color: #333;
}

.pagination li a:hover {
    background: #359D66;
    color: #fff;
    border-radius: 4px;
}

.pagination li.current {
    background: #359D66;
    box-shadow: 2px 0 4px rgba(53, 157, 102, 0.5);
    min-width: 20px;
}

.pagination li.current a {
    color: #FFF;
}

.tabs_wrapper {
    overflow: hidden
}

.tabs_limiter {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    height: 36px;
    overflow-y: hidden;
    padding-bottom: 20px;
    margin-bottom: -20px;
}

.tabs_limiter .tabs {
    width: 800px;
}

.tabs {
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0;
    position: relative;
}

.tabs li {
    float: left;
    list-style-type: none;
    text-align: center;
    margin: 0 24px;
    padding: 0;
}

.tabs li a {
    padding: 5px 10px;
    text-decoration: none;
    color: #555;
    display: block;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 3px solid #f4f9f3;
}

.tabs li a:hover {
    border-bottom: 3px solid #359D66;
}

.tabs li.current a {
    border-bottom: 3px solid #359D66;
}


.conc_preview {
    margin-top: 15px
}


.conc_preview .article_text a {
    color: #000;
    text-decoration: none;
}

.conc_preview .article_text a:hover {
    text-decoration: none;
}

.concilium_item {
    border-bottom: 1px solid #656565;
    position: relative;
    padding-bottom: 7px;
    margin-top: 40px;
}

.cover_a {
    float: left;
    display: block;
    width: 160px;
    height: 160px;
    overflow: hidden;
}

img.cover {
    width: 100%;
    max-width: 140px;
    border-radius: 4px;
}

.concilium_item h4 {
    margin-left: 160px;
    margin-bottom: 5px;
    line-height: 1.15;
}

.concilium_item h4 a {
    color: #222;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.concilium_item.blog_topic h4 a {
    color: #ee9321;
}

/* �� ������� */

.concilium_item .article_details {
    height: auto;
    margin-bottom: 0;
}

.concilium_item .article_details_and_breadcrumbs {
    margin-left: 160px;
}

.concilium_item .article_breadcrumbs {
    margin-left: 0;
    margin-top: 0
}

.concilium_item .conc_preview {
    margin-left: 160px
}

.concilium_item .article_details.article_details_bottom {
    margin: 0;
    height: 23px;
    width: 100%;
}

.article_details li.view-count {
    padding-left: 30px;
    /* background: url(../images/icons/prosmotry_ico.png) left center no-repeat; */
    background: url(../images/icons/heroicons/eye.svg) left center no-repeat;
}

.article_details li.comment-koll a.add_comment {
    padding-left: 20px;
    /* background: url(../images/icons/ico-comment-gr.svg) left center no-repeat; */
    background: url(../images/icons/heroicons/chat.svg) left center no-repeat;
    text-decoration: none;
}

.article_details li.favorite {
    float: right;
    margin: 2px 0 0 0;

}

.article_details li.favorite-add {
    float: right;
    margin: 0;
}

.article_details li.favorite a {
    padding-left: 20px;
    /* background: url(../images/icons/star.png) left center no-repeat; */
    background: url(../images/icons/heroicons2/bookmark.svg) left center no-repeat;
    margin: 3px 0 0 0;
}

.article_details li.favorite-add a {
    padding-left: 20px;
    /* background: url(../images/icons/star_disable.png) left center no-repeat; */
    background: url(../images/icons/heroicons/bookmark.svg) left center no-repeat;
    margin: 3px 0 0 0;
}



/*----------------------- ���������� ������� ----------------------*/

.label_for_search_form_publ {
    display: none;
}

.publ_cat_h1 {
    display: none
}

#search_form_publ {
    display: none;
}

.conc_catalog {
    float: left;
    width: 342px;
}

.conc_catalog a {
    text-decoration: none;
}

.conc_catalog a:hover {
    text-decoration: underline;
}

.conc_catalog ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.conc_catalog ul li span {
    padding-left: 20px;
}


/*----------------------- ��������� ������ ----------------------*/
#search_box {
    width: 415px;
    height: 38px;
    margin: 0;
    padding: 0;
    line-height: 38px;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

#search_box input {
    width: 98%;
    max-width: unset;
    height: 36px;
    padding: 0;
    font-size: 14px;
    line-height: 36px;
    margin: 0;
    padding: 0 10px 0 10px;
    color: #656565;
    box-sizing: border-box;
    border: none;
    outline: none;
    display: inline-block;
    background: url(../images/icons/lupa.svg) right center no-repeat #FFF;
}

#reference_general h3 {
    font-size: 20px;
    color: #e96029;
}

.tab_box.visible {
    clear: left
}

.b-mail__list {
    margin: 0 0 25px 0;
    padding: 0
}

.b-mainlist__item {
    border-bottom: 1px solid #656565;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.b-mainlist__item label {
    display: block;
}

.b-mainlist__item label a {
    font-size: 18px;
    font-weight: bold;
    color: #359D66;
    text-decoration: none;
    padding-bottom: 5px;
    display: block;
}

.b-desc__wrapp {
    position: relative;
    overflow: hidden;
}

.b-desc__item_value_container {
    float: left;
    width: 200px;
    margin-bottom: 10px;
}

.b-desc__item {
    float: left;
    margin-bottom: 10px;
}

.b-desc__item.value_total {
    float: none;
    color: #e96029;
    font-weight: 600;
    margin-bottom: 0;
}

.b-desc__item.value {
    float: none;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.b-desc__mess {
    width: 100%;
    clear: left;
    margin: 15px 0 10px 0;
}

.b-desc__mess label {
    display: inline-block;
    padding-left: 20px;
    background: url(../images/icons/vote.png) left center no-repeat;
    color: #656565;
}

.b-desc__mess .comments-switcher {
    float: right;
    padding-left: 20px;
    background: url(../images/icons/ico-comment-gr.svg) left center no-repeat;
    color: #656565;
    text-decoration: none;
}

.b-desc__mess .comment_item {
    display: none;
}

.n-mainlist__open .b-desc__mess .comment_item {
    display: block;
    border-bottom: none;
}

.n-mainlist__open .b-desc__mess .comment_item .com_info {
    margin-bottom: 0
}

/* �� ������� */
.n-mainlist__close {
    color: #858585;
}

.n-mainlist__open {}

.n-mainlist__open .n-lev__1+*+span {
    background: #b9e7d5;
}

.n-mainlist__open .n-lev__2+*+span {
    background: #8ad7b9
}

.n-mainlist__open .n-lev__3+*+span {
    background: #67cba5
}

.n-mainlist__open .n-lev__4+*+span {
    background: #45bf90
}

.n-mainlist__open .n-lev__5+*+span {
    background: #16af74
}

.n-mainlist__open .b-main__radio:checked+*+span {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.1;
    padding: 0 2.5px 0 2.5px;
}

.b-desc__mess {
    clear: both;
}

.n-mainlist__open .b-desc__mess {
    display: block;
}

/* END �� ������� */


/* ��������� ������ */
.preparaty-top {
    margin-bottom: 35px;
}

.preparaty-rate {
    width: 410px;
    /*position:relarive*/
    ;
    overflow: hidden;
    float: left;
}

.preparaty-ocenka {
    font-size: 20px;
    color: #333333;
    margin-bottom: 5px;
}

.preparaty-rate .b-desc__item_value_container {
    width: 100%;
}

.preparaty-rate .b-desc__item.value_total,
.preparaty-top .b-desc__item.value {
    float: left;
    margin-right: 10px;
}

.vopros-vybor {
    float: right;
    position: relative;
    overflow: hidden;
}

.vopros-predst {
    display: block;
    float: right;
    margin: 17px 0 30px 15px;
}

.vybor-lekarstv {
    display: block;
    float: right;
    margin: 17px 0 0 0;
}

.preparaty-top .tabs li a {
    font-style: normal;
    line-height: 16px;
    text-align: center;
    color: #999;
}

.preparaty-top .b-sld__text {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-top: 0;
}

.preparaty-top .b-costlist {
    color: #e96029;
}

.preparaty-top .b-costlist li span {
    color: #333;
}


/*    ���������     */
.alphabet {
    padding-left: 0
}

.alphabet li {
    display: inline;
    margin-right: 5px;
}

.alphabet,
.first_letters {
    font-size: 14px;
    margin: 20px 0;
    clear: both;
    overflow: auto;
}

.reference_catalog.diseases {
    width: 290px;
}

.reference_catalog {
    position: relative;
    overflow: hidden;
    float: left;
    width: 300px;
    margin: 0 30px 27px 0;
}

.diseases ul {
    padding-left: 0
}

.diseases li {
    margin: 18px 0;
    list-style: none
}

.reference_catalog li .num {
    padding: 0 8px;
    font-size: 14px;
    color: #898989;
}

/*   ���������� ���   */
.b-mail__form.result {}

/*     �������      */

#company {
    position: relative;
}

#company img {
    max-width: 100% !important;
    height: auto;
}

#company h1 {
    position: relative;
    line-height: 30px;
}

#company h1.gold_status {
    padding-right: 55px;
    background: url(../images/icons/company_gold_status_47x30.png) center right no-repeat;
}

#company .company-favorite {
    padding-left: 20px;
    background: url(../images/icons/star.svg) left center no-repeat;
    float: right;
    text-decoration: none;
}

#company .company-favorite.my_favorite {
    /* background: url(../images/icons/star_disable.png) left center no-repeat; */
    background: url(../images/icons/heroicons/bookmark.svg) left center no-repeat;
    float: right;
}

#company .company-favorite.my_favorite.added {
    /* background: url(../images/icons/star.png) left center no-repeat; */
    background: url(../images/icons/heroicons2/bookmark.svg) left center no-repeat;
    float: right;
}

.pull-left {
    float: left;
    margin-right: 15px;
}

#company .pull-left {
    margin-right: 15px;
}

#company .pull-left a {
    display: block;
    margin-bottom: 15px;
}

.company_content img {
    max-width: 100% !important;
    height: auto !important;
}

.introtext img {
    max-width: 100%
}

.drug_info_alph {
    position: relative;
    margin: 16px 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #656565;
}

.drug_info_alph a {
    text-decoration: none;
}

.cover_prep {
    float: left;
    margin-right: 15px;
    width: 160px
}

.cover_prep img {
    max-width: 160px;
    margin: 0 auto;
}

.drug_info_alph p {
    margin-left: 180px;
}

#workers .user_avatar img {
    width: inherit;
    height: inherit;
}

#workers .search_item {
    height: auto;
}

#workers .search_item .search_info h5 {
    margin: 0;
}

#workers .search_item .search_info p {
    margin: 0;
}

#workers .search_info {
    min-height: 100px;
    overflow: hidden;
}

#workers .search_info p {
    margin: 0 0 0 72px;
    height: auto;
}

#workers .item_manage {
    margin: 0;
}

.persona {
    border-bottom: 1px solid #656565;
    position: relative;
    overflow: hidden;
    margin: 30px 0 0px 0;
}

.persona .user_avatar {
    float: left;
    width: 92px;
    height: 92px;
    margin-right: 15px
}

.persona .user_avatar a {
    border: 1px solid lightgray;
    border-radius: 3px;
    width: 92px;
    height: 92px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
}

.persona_info {
    float: left;
    width: calc(100% - 260px);
    margin-right: 10px;
}

.persona_info h5 {
    margin: 0 0 5px 0
}

.persona_info h5 a {
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
}

.persona_info p {
    margin: 0 0 10px 0;
}

.specializ {
    list-style: none;
    padding: 0 15px;
    margin: 0;
    margin-top: 0;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    background: #FFB872;
    border-radius: 4px;
}

.persona .item_manage {
    float: left;
    width: auto;
    margin-top: 3px;
    max-width: 250px;
}

.persona .item_manage li:last-child {
    float: none;
    /*margin-top:15px*/
}

.persona .item_manage li:first-child {
    float: none;
    /* margin-left: 10px; */
}

.persona .item_manage li:last-child a {
    padding-right: 5px
}



/*---------------   ������   -----------------*/
.group_act {
    margin-bottom: 35px
}

.group_act .b-btn__action {
    padding: 7px 22px;
}

.groups-cont h1 {
    margin-bottom: 30px
}

.group_one {
    position: relative;
    height: 92px;
    line-height: 92px;
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #656565;
}

.group_one a {
    text-decoration: none
}

.group_one a.cover {
    border: 1px solid #656565;
    border-radius: 3px;
    width: 92px;
    height: 92px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: normal;
    margin-right: 15px;
}

.group_one a.cover img {
    height: 92px
}

.group_anounce__container {
    line-height: normal;
    display: inline-block;
    vertical-align: top;
}

.group_one h2 {
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.group_one p {
    display: inline-block;
    margin: 5px 35px 5px 0
}

.group_topics .concilium_item .cover_a {
    float: left;
    padding: 0;
    width: 100px;
    height: 100px;
}

.group_topics .concilium_item h4 {
    margin: 0 0 10px 0;
}

.group_topics .concilium_item h4 .icon {
    /* margin: 0; */
}

.group_topics .concilium_item .conc_preview {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 0 10px 120px;
    min-height: 100px;
}

.group_topics img.zero-pixel {
    float: left;
}

.group_topics .concilium_item .article_details {
    margin-left: 0;
}

.group_topics .article_details {
    width: 100%;
}

.group_topics .comment-koll {
    float: right;
    margin-right: 0;
}

.create_group {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

#create-group-topic-form #topic-editor-content,
#edit-group-topic-form #topic-editor-content{
    display: flex;
    flex-wrap: wrap;
}

/* ����� */


#search_user_form .inpt {
    float: left;
}

#search_user_form .design-select {
    float: left;
}

#search_user_form #Specialization.design-select {
    width: calc(100% - 145px);
    max-width: unset;
}

#search_user_form #Gender.design-select,
#search_user_form #FinishYear.design-select,
#search_user_form #Country.design-select,
#search_user_form #Region.design-select,
#search_user_form #City.design-select {
    width: calc(100% - 85px);
    min-width: 215px;
}

#search_users {
    margin: 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid;
}

#search_users .row {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

#search_users .first {
    width: 49%;
    display: inline-block;
}

#search_users .last {
    width: 49%;
    display: inline-block;
}

#search_users .row_name {
    width: 70px;
    display: inline-block;
    padding-left: 5px;
    color: #898989;
    line-height: 1.2;
    vertical-align: top;
}

#search_users .inpt_left {
    float: left;
}

#search_users .inpt {
    width: calc(100% - 100px);
}

#search_users .sel_left {
    float: left;
}

#search_users .sel_val {
    width: 182px;
}

#search_users .sel_left ul {
    width: 204px;
}

#search_users .spec .sel_val {
    width: 474px;
}

#search_users .spec ul {
    width: 496px;
}

#search_users #age_slide {
    position: relative;
    display: inline-block;
    height: 30px;
    width: calc(100% - 85px);
    padding-left: 4px;
}

#search_users span#slide_cont {
    width: 95%;
}


#search_users #online {
    display: block;
    padding: 10px 0 0 0;
    color: #898989;
}

#search_users .search_user_but {
    margin: 20px 20px 20px 120px;
}

#search_users #search_user_but_label {
    font-size: 11px;
    color: #666666;
}


#online_now {
    width: 440px;
    float: left;
}

#liders_now {
    width: 657px;
    float: left;
}

#online_now .online_item,
#liders_now .lider_item {
    position: relative;
    float: left;
    width: 311px;
    margin: 0 20px 15px 0;
    clear: none;
}

#liders_now .lider_item.odd {
    margin-right: 0;
}

#liders_now .lider_item .lider_info,
#online_now .online_item .online_info {
    width: 192px;
    height: 85px;
    overflow: hidden;
    padding-right: 0px;
}

.row_name {
    font-size: 14px;
    width: 150px;
    display: block;
    float: left;
    color: #656565;
    line-height: 1.2;
}

span.hint {
    color: #656565;
    font-size: 14px;
}

#create-article-form .row_value{
    width: calc(100% - 160px);
    line-height: 1.3;
}


#create-article-form .inpt {
    height: 33px;
    /* width: calc(100% - 160px); */
    box-sizing: border-box;
    max-width: unset;
}

#create-article-form table {
    color: #333;
    width: 100%;
}

.article_create .row,
#create-article-form .row {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    color: #333;
}
.article_create .row_name,
#create-article-form .row_name {
    padding-top: 0;
    margin-right: 5px;
    color: #656565;
    /* font-weight: bold; */
}

.article_create .row_value,
#create-article-form .row_value {
    width: calc(100% - 160px);
    line-height: 1.3;
}

.inpt {
    border: 1px solid #656565;
    border-radius: 4px;
    color: #111;
    display: inline-block;
    height: 30px;
    max-width: 340px;
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    padding: 0 7px;

}

.sel, .design-select {

    border: 1px solid #656565;
    border-radius: 4px;
    color: #666666;
    display: inline-block;
    height: 32px;
    max-width: 356px;
    width: 100%;
    line-height: 28px;
    padding: 5px;
    font-size: 14px;

}

/********** jquery slider ***********/
.ui-slider {
    position: relative;
    display: block;
    height: 33px;
    width: 220px;
    top: 15px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
}

.ui-slider {
    background: url(../images/polzunok_bg.png) repeat-x;
}

.ui-slider-range {
    background: url(../images/polzunok_act.png) repeat-x;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 1;
    top: -5px;
    margin-left: -2px;
    width: 5px;
    height: 15px;
    background: url(../images/polzunok.png) no-repeat;
}

.ui-slider .start_val1,
.ui-slider .start_val {
    background-position: 0 0;
}

.ui-slider .end_val1,
.ui-slider .end_val {
    background-position: -5px 0;
}

.ui-slider-horizontal {}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 6px;
    overflow: hidden;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

#review_start,
#review_end {
    position: absolute;
    top: -23px;
    color: #898989;
}

#review_start {
    margin-left: -10px;
}

.search_item {
    width: 312px;
    margin: 0 30px 0 0;
    padding-top: 25px;
    float: left;
    border-bottom: 1px solid #656565;
    height: 200px;
}

.search_info p {
    margin: 0 0 0 72px;
}

.search_info h5 {
    /*
    margin-bottom: 5px;
    margin-top: 0;
    */
    font-size: 14px;
    line-height: 1rem;
    margin: 0 0 0 72px;
}

.search_item.collegues {
    height: 105px;
    overflow: hidden;
    position: relative;
}

.search_info.collegues p {
    min-height: 50px;
    max-height: 75px;

    font-size: 14px;
    text-overflow: clip;
}

#coworkers_filtr {
    margin: 15px 0;
}

#coworker_items .search_info.collegues {
    height: 100px;
}

#coworker_items .search_info.collegues p {
    margin-left: 72px;
}

.coworker_invite_form input {
    display: inline-block;
}

/* #search_doctors .search_info.collegues h5 a {
    margin-left: 5px;
} */

.item_manage {
    list-style: none;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}

.item_manage li:first-child {
    float: left
}

.item_manage li:last-child {
    float: right
}

.item_manage li {
    margin-bottom: 8px;
    min-height: 25px;
}

.item_manage li a {
    padding-left: 22px;
    /* background: url(../images/icons/dob2coll.png) left center no-repeat; */
    background: url(../images/icons/heroicons/user-add.svg) left center no-repeat;
    color: #656565;
}

.item_manage li a.AddBlackList {
    padding-left: 22px;
    /* background: url(../images/icons/dob2coll.png) left center no-repeat; */
    background: url(../images/icons/heroicons/user-add.svg) left center no-repeat;
    color: #656565;
}

.item_manage li a.RemoveBlackList {
    padding-left: 22px;
    /* background: url(../images/icons/minus2coll.png) left center no-repeat; */
    background: url(../images/icons/heroicons/user-remove.svg) left center no-repeat;
    color: #656565;
}

.item_manage li a.send-message-item {
    padding-left: 22px;
    /* background: url(../images/icons/mail.png) left center no-repeat; */
    background: url(../images/icons/heroicons/mail.svg) left center no-repeat;
    color: #656565;
}

.item_manage li a.user-unsubscribe {
    padding-left: 35px;
    /* background: url(../images/icons/udal2coll.png) left center no-repeat; */
    background: url(../images/icons/heroicons/user-remove.svg) left center no-repeat;
    color: #656565;
}

.item_manage li a.user-subscribe {
    padding-left: 35px;
    /* background: url(../images/icons/dob2coll.png) left center no-repeat; */
    background: url(../images/icons/heroicons/user-add.svg) left center no-repeat;
    color: #656565;
}

.abs-btm {
    position: absolute;
    bottom: 0;
}

.rashir-search {
    font-size: 11px;
    line-height: 13px;
    color: #359D66;
    width: 204px;
    display: block;
    text-align: center;
    margin-top: 6px;
}


/* ���������� */
.preview {
    border-bottom: 1px solid #656565;
}

.preview .com_info {
    margin-bottom: 4px
}

.feed_updates .preview h4 {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 5px 66px;
    font-weight: normal;
    color: #333;
    min-height: 45px;
}

.feed_updates .preview h4 span {
    color: #e96029;
}

.feed_comm_text {
    margin-top: 0;
    word-break: break-word;
}

.preview .close {
    display: block;
    float: right;
    width: 10px;
    height: 21px;
    line-height: 21px;
    /* background: url(../images/icons/icon_close.png) center center no-repeat; */
    background: url(../images/icons/heroicons/x.svg) center center no-repeat;
    background-size: 20px;
    cursor: pointer;
}

.preview .close:hover {
    background: url(../images/icons/icon_close_o.png) center center no-repeat;
}

#popup-window-2.pop_box {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -292px;
    width: 540px;
    padding: 11px 20px;
    background: #fff;
    border: 2px solid #e2ede2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    z-index: 100;
}

#popup-window-2.pop_box.popup-message {
    display: none;
    top: 200px;
    width: 100%;
    max-width: 860px;
    margin-left: -440px;
    z-index: 100;
}

#popup-window-2 .add_cowoker {
    clear: both;
    margin: 0 0 0 68px;
    padding-top: 10px;
}

#popup-shadow-2.pop-up {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pop-up_bg.png);
    z-index: 99;
}

.vernut {
    position: relative;
    top: -28px;
}

.back_update {
    float: right;
}

#popup-window-2 ul {
    padding-left: 0
}

#popup-window-2 ul li {
    list-style: none;
    margin: 10px 0;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#popup-window-2 ul li h5 {
    margin: 7px 0;
}

/* �������� */

.reference_catalog.partners {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.company_item {
    width: 48%;
    margin: 0 2% 0 0;
    padding: 15px 0;
    /*float: left;*/
    display: flex;
    border-bottom: 1px solid #656565;
    line-height: 60px;
    height: 60px;
}

.company_item.infopartner {
    height: 80px;
    font-weight: 500;
}

.company_item__img {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}

.company_item__name_container {
    height: 60px;
    line-height: 60px;
    padding-left: 8px;
    float: left;
    width: calc(100% - 70px);
}

.company_item__name {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.company_item__name h4 {
    margin: 0 0 4px 0;
    line-height: normal;
    float: left;
}

.company_item__name h4 a {
    text-decoration: none
}

.company_item__name.infopartner h4 a {
    font-weight: 500;
}

.company_item__name img {
    line-height: 14px;
    float: left;
}

img.no_click {
    float: unset;
    display: inline-block;
}

.company_item__name p {
    margin: 0;
    line-height: 16px;
    clear: left;
    color: #656565;
}

.company_item__name p span {
    color: #359D66;
}

/* ����� ������ */

.blogs_list_one {
    margin-bottom: 40px;
    padding-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid #656565;
}

.blogs_list_one__foto_autor {
    text-decoration: none;
    float: left;
}

.blogs_list_one__foto_autor div {
    border: 1px solid lightgray;
    border-radius: 3px;
    width: 92px;
    height: 92px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
}

.blogs_list_one__title {
    display: inline-block;
    margin-left: 10px;
    width: 580px;
}

.blogs_list_one__title a {
    display: block;
    padding: 0 0 5px 0;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
}

.blogs_list_one__title p {
    margin: 8px 0 14px 0;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}

.blog_list_one_100 {
    min-height: 100px
}

.blogs_list_one__infa {
    float: left;
}

.blogs_list_one__infa p {
    margin: 0;
}

.blogs_list_one__infa p span {
    font-size: 14px;
    line-height: 16px;
    color: #656565;
}

.blogs_list_one__podp {
    float: right;
    margin-top: 5px;
}

.blogs_list_one__podp a {
    color: #FFF;
    font-weight: 500;
}

.blogs_list_one__podp .b-btn__action {
    font-size: 14px;
    padding: 5px;
}

/* ������ ������ ������ ������   */

.list_blog .blog_autor_info__foto {
    width: 66px;
    height: 66px;
}

.blog_autor_info__infa h2 {
    font-size: 22px;
    line-height: 1.2em;
    color: #333;
    margin: 0;
    font-weight: 500;
}

.blogs_list_one_autor__podp {
    float: right;
}

.blogs_list_one_autor__podp a {
    display: inline-block;
    color: #FFF;
    padding: 5px;
}



/* ������ � ����� */

.blog_autor_info {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #656565;
    padding: 10px 0;
    margin-bottom: 20px;
}

.blog_autor_info__foto {
    display: block;
    float: left;
    border: 1px solid #656565;
    border-radius: 3px;
    width: 48px;
    height: 48px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog_autor_info__infa {
    float: right;
    position: relative;
    width: calc(100% - 90px);
    min-height: 70px;
}

.blog_autor_info__title {
    font-size: 16px;
    line-height: 17px;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.blog_autor_info__stat {
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.blog_autor_info__stat span {
    float: left;
    color: #656565;
}

.blog_autor_info__stat p {
    float: left;
    margin: 0;
    padding-left: 20px;
    color: #656565;
}

.blog_autor_info__stat p a {
    float: right;
    color: #656565;
    margin-left: 5px
}

.blog_autor_info__stat p a img {
    margin-top: 5px;
}

.blog_autor__article h1 {
    border-bottom: none;
}

.back_to_blog {
    display: none;
}

.blog_autor__article .article_details .autor {
    display: none
}


/* �� ������ ����� */
.autor_left {
    width: 216px;
    position: relative;
    float: left;
    margin-right: 20px;
}

.autor_left__autor_foto {
    margin-left: 15px;
}

.autor_left__h1_for_mobile {
    display: none;
}

.bns {
    font-size: 14px;
    line-height: 21px;
    color: #656565;
    margin-left: 15px;
}

.autor_left_menu {
    list-style: none;
    padding: 16px;
    width: 184px;
    background: #F4F9F3;
}

.autor_left_menu li:hover {
    box-shadow: 0 0 7px rgba(0, 3, 1, 0.5);
    opacity: 0.92;
    transition: 0.3s;
}

.autor_left_menu li a {
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    line-height: 34px;
    text-decoration: none
}

/* .autor_left_menu li a:hover {text-decoration:underline;} */

.autor_left_menu_ico_soobschenie {
    /* background: url(../images/icons/mail.png) 9px center no-repeat; */
    background: url(../images/icons/heroicons/mail.svg) 9px center no-repeat;
}

.autor_left_menu_ico_kollegi {
    /* background: url(../images/icons/dob2coll.png) left center no-repeat; */
    background: url(../images/icons/heroicons/user-add.svg) 10px center no-repeat;
}

.autor_left_menu_ico_izbrannoe {
    background: url(../images/icons/heroicons/bookmark.svg) 10px center no-repeat;
}

.autor_left_menu_ico_izbrannoe_added {
    /* background: url(../images/icons/star.png) 10px center no-repeat; */
    background: url(../images/icons/heroicons2/bookmark.svg) 10px center no-repeat;
}

.autor_left_menu_ico_chs {
    background: url(../images/icons/heroicons2/plus-circle.svg) 9px center no-repeat;
}

.autor_left_menu_ico_chs_remove {
    background: url(../images/icons/heroicons2/minus-circle.svg) 9px center no-repeat;
}

.load_more {
    display: block!important;
    width: 100%;
    padding: 5px 0;
    margin: 15px 0;
    cursor: pointer;
    border: none;
    position: relative;
    color: #FFF;
    background: #359D66;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
}

.load_more:hover {
    background: #E98829;
}

.b-btn__action.autor_podp {
    line-height: 1em;
    padding: 10px 10px;
    margin: 17px 15px;
    display: block;
}

.b-btn__pereiti {
    display: block;
    padding: 7px 30px;
    margin: 17px 15px;
    cursor: pointer;
    border: 1px solid #359D66;
    position: relative;
    color: #359D66;
    background: #FFF;
    box-shadow: 2px 0 4px rgba(53, 157, 102, 0.5);
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
}

.b-btn__pereiti:hover {
    color: #E98829;
    border: 1px solid #E98829;
    box-shadow: 4px 0 8px rgba(233, 136, 41, 0.5);
}

.autor_collegs {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.autor_collegs_h {
    font-size: 16px;
    line-height: 21px;
    color: #e96029;
    border-bottom: 1px solid #656565;
    display: block;
    padding: 0 16px 4px 16px;
}

.autor_collegs_all {
    float: right;
    text-decoration: none
}

.autor_collegs_h.active {
    color: #359D66;
}

.autor_collegs_h.active .autor_collegs_all {
    color: #e96029;
}


.autor_collegs_contaner {
    position: relative;
}

.autor_collegs_contaner a {
    float: left;
    display: block;
    width: 57px;
    height: 94px;
    overflow: hidden;
    text-decoration: none;
    margin: 6px;
    padding: 1px;
    line-height: 1em;
    font-size: 14px;
}

.autor_collegs_contaner a img {
    width: 56px;
    border: 1px solid #656565;
    border-radius: 3px;
}

.autor_right {
    position: relative;
    float: left;
    width: 450px;
}

.autor_right__h1 {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #656565;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.autor_right__h1 h1 {
    margin: 0;
    float: left;
    border-bottom: none;
}

.autor_right__h1 div {
    float: right
}

.autor_right__h1 div img {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.autor_right .tabs li {
    margin-left: 0;
    margin-right: 10px
}

.autor_right .tabs li span {
    display: inline-block;
    background: #F2EEEE;
    border-radius: 4px;
    padding: 4px;
    font-size: 9px;
    color: #666666;
}

.autor_right__lich {
    position: relative;
    overflow: hidden;
}

.autor_right__lich div {
    position: relative;
    overflow: hidden;
}

.autor_right__left {
    float: left;
    width: 170px;
    font-weight: bold;
    margin: 7px 0;
}

.autor_right__right {
    float: left;
    width: 270px;
    margin: 7px 0;
}

.autor_right__right a {
    font-weight: normal
}

.autor_right__h {
    font-size: 16px;
    line-height: 21px;
    color: #e96029;
    font-weight: bold;
    border-bottom: 1px solid #656565;
    padding-bottom: 4px
}

.autor_right_container .concilium_item h4 {
    margin-left: 0
}

.autor_right_container .concilium_item .conc_preview {
    margin-left: 0
}

.autor_right_container .concilium_item .conc_preview a {
    text-decoration: none;
    color: #333;
}

.autor_right_container .concilium_item .article_details {
    margin-left: 0
}




/* ��������� �������    */

.calendar-sobytiy {
    border: 1px solid #d7d7d7;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0 10px 0 10px;
    background-color: #f4f9f3;
    margin: 25px 0;
}

.calendar-sobytiy .row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.calendar-sobytiy .row_value {
    display: flex;
    align-items: baseline;
}

.calendar-sobytiy h5 {
    font-size: 16px;
    color: #333;
    margin: 25px 0 0 0;
}

.inp_date {
    width: 90px !important;
    text-align: center;
}

.calendar-form .row {
    margin: 6px 0 20px 0;
}

.calendar-year {
    font-size: 14px;
    margin-left: 20px;
}

.calendar-form .b-btn__submit {
    float: none;
    display: block;
    margin: 0 auto;
}


/*   �������������� ������  */

.breadcrumbs {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #898989;
    overflow: hidden;
    padding-left: 0
}

.breadcrumbs li {
    line-height: 1;
    float: left;
    padding-left: 12px;
    height: 18px;
    background: url(../images/icons.png) no-repeat 5px -164px;
    list-style-type: none;
}

/*.breadcrumbs li:before {content:" / "; padding-right: 9px;}*/
.breadcrumbs li.first-child,
.breadcrumbs li:first-child {
    padding-left: 0;
    background: none;
}

.breadcrumbs li.first-child:before,
.breadcrumbs li:first-child:before {
    content: "";
    padding-right: 0;
}



.article_create {
    /* border: 1px solid #d7d7d7; */
    width: 572px;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 10px 20px 10px;
    /* background-color: #f2f9f2; */
}

.article_create .row_name {
    width: 150px;
    text-align: right;
}


#show-additional-fields {
    margin-left: 160px;
}

.file_inp {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 357px;
    height: 33px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

.file_inp .file_but {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 105px;
    padding: 7px 0px;
    margin-left: 19px;
    color: #fff;
    background-color: #359D66;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

.file_inp:hover .file_but {
	background-color: #E98829;
}

.file_inp .file_val {
    display: inline-block;
    line-height: 33px;
    padding: 0 5px;
    color: #363636;
    font-size: 14px;
    background: url(../images/inpt.png) repeat-x;
}

.file_inp .file_val {
    width: calc(100% - 120px);
    border: 1px solid #656565;
    border-radius: 5px;
    color: #555555;
    height: 30px;
    background: #FFF;
}

.file_inp .file2 {
    cursor: pointer;
    font-size: 200px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.article_create .content-editor {
    width: 100%;
}

/* .content-editor .row_cont {
    width: 100%;
} */

.inpt.m_t_10 {
    margin-bottom: 25px
}

#Description {
    margin-bottom: 25px;
    height: 175px
}

.article_create .design-select {
    width: 100%;
    max-width: 360px;
    max-width: unset;
}


/*.article_create .design-select #authorSelect */
/* .article_create .selectize-control.design-select.single {
    width: 100%;
    max-width: 360px;
} */


.row .design-select {
    padding: 0 0 2px 0 !important;
}

.publish {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 25px
}

.create_form .b-btn__action {
    float: left;
    margin-left: 140px
}

#edit-topic-form.article_create {
    background-color: #FCFCFC;
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 0;
}

#edit-topic-form .inpt {
    height: 33px;
    /* width: calc(100% - 160px); */
    box-sizing: border-box;
    max-width: unset;
}

#edit-topic-form table {
    color: #333;
    width: 100%;
}

#edit-topic-form .row {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    color: #333;
}

#edit-topic-form .row_name {
    padding-top: 0;
    margin-right: 5px;
    color: #656565;
    /* font-weight: bold; */
}

#edit-topic-form .row_value {
    width: calc(100% - 160px);
    line-height: 1.3;
}

#topic-categories {
    border-bottom: 1px #656565 solid;
    padding-bottom: 10px;
}

.topic_category_item {
    display: inline-block;
}

.uploader-btn {
    display: block;
    cursor: pointer;
    margin-left: 8px;
    position: relative;
    overflow: hidden;
    direction: ltr;
}

ul.tagit {
    padding: 1px 5px;
    overflow: auto;
    /*border: 1px solid #656565;
    border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
}

.tagit-input {
    width: 100%;
    border: none;
    height: 28px;
}



/* ������������������ */

.header.nr {
    position: relative;
    height: auto;
    padding: 15px 0;
}

.header_left_nr {
    margin: 20px 20px 0 20px;
    position: relative;
    height: 60px;
}

#btn-poisk {
    display: none;
}

#btn-poisk+label {
    display: none;
    position: relative;
    color: #fff;
    height: 20px;
    z-index: 1;
    cursor: pointer;
}

#btn-poisk+label:before {
    display: none;
    line-height: 30px;
    background: url(../resources/images/icons/lupa.svg);
}

#btn-poisk:checked+label:before {
    background: url(../resources/images/icons/lupa.svg);
    display: block;
    height: 20px;
    width: 20px;
}

.logo-search_nr {
    float: left;
    position: relative;
}

.header_nav.nr {
    width: 290px;
    float: left;
    margin-top: 7px;
    margin-left: 60px;
}

.header_nav.nr ul {

    margin: 0;
    padding: 0;
    position: relative;
    float: left;

}

.header_nav.nr ul li,
.header_nav.nr ul li:first-child,
.header_nav.nr ul li:last-child {
    margin: 0 5px 0 5px;
}



#btn-voiti_nr {
    display: none;
}

#btn-voiti_nr+label {
    margin-bottom: 7px
}

#btn-voiti_nr:checked+label {
    position: absolute;
    background: url(../images/icons/icon_close.png) center center no-repeat;
    top: 58px;
    right: 50%;
    margin-right: -176px;
    z-index: 910;
    box-shadow: none;
    width: 25px;
}

#btn-voiti_nr:checked+label span {
    display: none
}

#btn-voiti_nr+label+.login_box__popup {
    display: none;
}

#btn-voiti_nr:checked+label+.login_box__popup {
    display: block;
    height: auto;
    position: absolute;
    z-index: 900;
    background: #FFF;
    right: 50%;
    margin-right: -184px;
    top: 50px;
    padding-bottom: 25px;
}

#btn-voiti_nr:checked+label+.login_box__popup+.reg_but {
    display: none
}


#btn-voiti_nr_mp {
    display: none;
}

#btn-voiti_nr _mp+label {}

#btn-voiti_nr_mp:checked+label {
    position: absolute;
    background: url(../images/icons/icon_close.png) center center no-repeat;
    top: 58px;
    right: 50%;
    margin-right: -176px;
    z-index: 910;
    box-shadow: none;
    width: 25px;
}

#btn-voiti_nr_mp:checked+label span {
    display: none
}

#btn-voiti_nr_mp+label+.login_box__popup_mp {
    display: none;
}

#btn-voiti_nr_mp:checked+label+.login_box__popup_mp {
    display: block;
    height: auto;
    position: absolute;
    z-index: 900;
    background: #FFF;
    right: 50%;
    margin-right: -184px;
    top: 50px;
    padding-bottom: 25px;
}

#btn-voiti_nr_mp:checked+label+.login_box__popup_mp+.reg_but {
    display: none
}


.login_box__popup {
    width: 365px;
    background: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.login_box__popup #login_form {
    display: block;
    width: 260px;
    margin: 55px auto 0;
}

.login_box__popup_mp {
    width: 365px;
    background: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.login_box__popup_mp #login_form {
    display: block;
    width: 260px;
    margin: 55px auto 0;
}

.lg-inp {
    border: 1px solid #656565;
    border-radius: 4px;
    color: #666666;
    display: inline-block;
    height: 30px;
    width: 245px;
    line-height: 28px;
    font-size: 14px;
    padding: 0 7px;
    margin: 10px auto;
}

.lg-voiti_but {
    width: 205px;
    height: 25px;
    margin: 15px auto;
    display: block;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    color: #FFF;
    background: #E98829;
    border: 1px solid #E98829;
    box-shadow: 2px 0 4px rgba(233, 136, 41, 0.5);
    border-radius: 3px;
}

/*#login_form label {margin: 20px 0 4px 0; text-align:right; position:relative;}
#login_form label a { float: right;margin-right: 10px;}*/
.login_form__lost-pass {
    margin-bottom: 25px;
}

#login_form .error {
    margin: 0;
    color: #FF2D2D;
    float: left;
}

.soc_login {
    height: 50px;
    line-height: 50px;
}


.login_form__inp {
    width: 258px
}


.login_box {
    float: right;
    text-align: center;
    margin-top: 44px;
    color: #666666;
}

.login_box label {
    display: block;
}

.voiti_but {
    width: 114px;
    height: 25px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
    color: #FFF;
    background: #E98829;
    box-shadow: 2px 0 4px rgba(233, 136, 41, 0.5);
    border-radius: 3px;
}

.voiti_but:hover {
    box-shadow: 4px 0 8px rgba(233, 136, 41, 0.5);
}





.header.nr.glavnaja .login_box {
    display: block;
}

.header.nr.glavnaja .pop_box.login_popup .login_box {
    display: block;
}

.header.nr.glavnaja #top_panel .login_box {
    display: block;
}

.header.nr #top_panel .login_box {
    float: none
}

#top_panel .voiti_but {
    width: 169px;
    margin: 0 auto
}

#top_panel {
    width: 473px;
    height: 300px;
    padding: 20px 127px;
    background: #E1F4DD;
    box-shadow: 0 4px 8px #c1e0bc;
    border-radius: 4px;
    margin: 0 auto;
}

#top_panel h2 {
    font-size: 23px;
    line-height: 26px;
    text-align: center;
    color: #E98829;
    margin-bottom: 10px;
}

#top_panel .email_registration .inpt {
    display: inline-block;
    margin: 0 0 9px 5px;
    width: 65%;
}

#top_panel .email_registration .b-btn__submit {
    float: none;
    margin: 20px auto;
    margin-bottom: 6px;
    display: block
}


.soc_icons {
    height: 50px;
    line-height: 50px;
}

.login_box .soc_icons span {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    background: none;
}

.soc_buts {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.soc_buts li {
    display: inline-block;
}

.soc_buts li a {
    display: block;
    width: 25px;
    height: 25px;
}

.ok {
    background: url(../images/icons/ok.png) center center no-repeat;
    background-size: cover;
}

.vk {
    background: url(../images/icons/vk.png) center center no-repeat;
    background-size: cover;
}

.fb {
    background: url(../images/icons/fb.png) center center no-repeat;
    background-size: cover;
}


/* ������ ������� � �������� ����������� */

.necessarily {
    color: red;
    font-size: 18px;
}

#BirthDay.inpt {
    padding: 0 15px;
    width: 23px;
    text-align: center;
}

.reg_form .inpt {
    background-color: white;
}

.reg_form .birthmonth,
.reg_form .birthday,
.my_settings .birthmonth,
.my_settings .birthday {
    margin-right: 6px;
}

.birthmonth .design-select {
    width: 112px;
}

#BirthYear.inpt {
    padding: 0 10px;
    width: 36px !important;
    text-align: center;
}

.reg_form p.addit {
    margin-top: 10px;
    font-size: 11px;
}

.reg_form .addit {
    width: auto;
    display: flex;
    justify-content: space-between;
    max-width: 354px;
}

p.row {
    color: #898989;
}

.row .status {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url(../images/status.png) no-repeat;
}

.row .status.err {
    background-position: 0 -14px;
}

.navig {
    overflow: hidden;
    margin: 0 0 23px 0;
    padding: 0;
}

.navig li {
    list-style-type: none;
    position: relative;
    float: left;
    height: 39px;
    margin: 0 0 3px -20px;
    padding: 0 20px 0 0;
    font-size: 14px;
    color: #898989;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
    background: url(../images/navig.png) no-repeat 100% -39px;
}

.navig li.act {
    background-position: 100% -156px;
    color: #fff;
    text-shadow: 0 1px 0 #0b8a3e;
}

.navig li.first,
.navig li:first-child {
    margin-left: 0;
}

.navig li span {
    float: left;
    height: 39px;
    line-height: 37px;
    padding: 0 10px 0 30px;
    background: url(../images/navig.png) no-repeat 0 0;
}

.navig li.act span {
    background-position: 0 -117px;
}

.navig li:first-child span {
    background-position: 0 -78px;
}

.navig li.act:first-child span {
    background-position: 0 -195px;
}

.registration .navig li span {
    min-width: 150px;
}

.reg_confirm {
    margin: 50px 0 0 0;
    text-align: center;
    font-size: 14px;
}

.reg_confirm p {
    margin: 16px 0;
}


.block_registracii {
    border: 1px solid #d7d7d7;
    width: 572px;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 10px 0 10px;
    background-color: #f2f9f2;
}

.block_registracii .row_value {
    position: relative;
}

.block_registracii .row .status.ok,
.block_registracii .row .status.err {
    position: absolute;
    right: -20px;
    top: 8px;
}

.reg_confirm {
    margin: 50px 0 0 0;
    text-align: center;
    border: 1px solid #d7d7d7;
    width: 572px;
    border-radius: 5px;
    padding: 10px 10px 0 10px;
    background-color: #f2f9f2;
}

.reg_confirm span {
    font-weight: bold;
}

#reg1 .reg_but,
#reg2 .reg_but {
    margin-left: 25px;
}

.reg_form .reg_but {
    margin: 10px 0 0 30px;
    margin-left: 30px;
}

.reg_form .b-btn__submit {
    float: none;
    margin-left: 135px;
    margin-top: 15px
}


.reg_form #agreement {
    /* display: block; */
    font-size: 11px;
    /* padding-left: 10px; */
}

.reg_form .hint {
    display: block;
    /* margin: 7px 0 -5px 130px; */
    color: #898989;
    font-size: 11px;
}

.reg_form .hint_box {
    width: 324px;
    /* margin: 7px 0 10px 125px; */
    padding: 6px 12px 12px 12px;
    background: #e2ede2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.reg_form #secret_fio {
    display: block;
    margin: 0 0 0 130px;
}

.birthmonth.design-select {
    background: #FFF;
    min-width: unset;
}

.reg_form .birthmonth {
    float: left;
    color: #666666;
    margin-right: 4px;
}

.reg_form .birthday {
    float: left;
    margin-right: 4px;
}

.el_wrap {
    position: relative;
    display: inline-block;
}

.rb-gender.gender-female {
    margin-left: 20px;
}

.reg_form .row_name {
    width: 130px;
}

.reg_form .row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 6px 0 20px 0;
}

.reg_form .row.flex-start {
    align-items: flex-start;
}

.reg_form .row_name {
    padding-right: 0;
    text-align: right;
    margin: 0 10px 0 0;
}

.reg_form .row_value {
    flex-grow: 1;
    max-width: 380px;
}

.hint.error {
    color: red !important;
}

.watermark {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 33px;
    color: #b7b7b7;
    cursor: text;
    z-index: 50;
    font-size: 14px;
}

/* ����� ������ */

label.radiolabel {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 14px;
}

.radio input[type=radio] {
    display: none;
}

label.radiolabel:before {
    content: "";
    display: inline-block;

    width: 16px;
    height: 16px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #CCC;
    box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, .3), 0 1px 0 0 rgba(255, 255, 255, .8);
}

.radio label.radiolabel:before {
    border-radius: 8px;
}

.radio input[type=radio]:checked+label.radiolabel:before {
    content: "\2022";
    color: #359D66;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
    background-color: #359D66;
}

#photo_box {
    float: left;
    width: 200px;
    margin: 0 20px 20px 0;
    overflow: hidden;
}

#photo_box img {
    max-width: 200px;
    height: auto;
}

.photo_operate {
    margin: 0 0 20px 220px;
}

#reload_photo {
    margin: 15px 0 29px 0;
    font-size: 11px;
    color: #898989;
}

#reload_photo .file_inp {
    width: 413px;
}

.file_inp- {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 33px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

#my_privacy .row_name {
    width: 180px;
    padding-top: 2px
}

#my_privacy p.row {
    margin: 6px 0 20px 0;
}

#my_privacy .hint {
    margin-left: 190px;
}

#my_privacy .b-btn__action {
    margin: 10px 0 0 184px;
}

#settings_notice {
    padding-left: 20px
}

#settings_notice h3 {
    margin: 20px 0 10px 0
}

#settings_notice h3:first-child {
    margin: 0 0 10px 0
}

#settings_notice .b-btn__action {
    margin-top: 25px
}

#add_blacklist {
    margin-bottom: 15px;
}

.ban-gost-left {
    display: none
}

/* ������ */
.bonuses-container {
    position: relative;
    width: 971px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: -15px;
    padding: 0 16px;
    z-index: 5
}

.bonuses {
    position: relative;
    margin-bottom: 15px;
}

.bonuses span,
.bonuses p,
.bonuses a,
.bonuses img {
    display: inline;
    margin-right: 10px;
}


/* ��������� ����� */

.scrollup {
    width: 64px;
    height: 64px;
    opacity: 0.6;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url(../images/icons/up_to_top.png) no-repeat;
    z-index: 9999;
}


/* RIGHTBAR */

.a_calendar {
    text-decoration: none;
}

/* ��������� ���� */

.menuWrapper {
    overflow: hidden;
    margin-bottom: 20px;
}

.menuLimiter {
    padding-top: 20px;
    margin-bottom: -24px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    /* -webkit-mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 9px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, .25) calc(100% - 9px), transparent);
    mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .25) 9px, #000 18px, #000 calc(100% - 18px), rgba(0, 0, 0, .25) calc(100% - 9px), transparent); */
}

.menuLimiter {
    width: 100%;
    display: inline-block;
}

.menu-btn {
    display: none;
    width: 22px;
    height: 22px;
    border-radius: 13px;
    border: 1px solid lightgray;
    background: #E1F4DD;
    margin-bottom: 20px;
}

.menu-btn.left .left-img {
    padding: 3px 1px;
}

.menu-btn.right .right-img {
    padding: 3px;
}

.margin0 {
    margin: 0;
}

.filter_switch_items a {
    text-decoration: none;
}

.filter_switch_items a.active {
    border-bottom: 3px solid #359D66;
}

.menu {
    font: 16px/1.2em 'PT Sans', Bureausans, Arial, sans-serif;
    display: flex;
    list-style: none;
    padding: 0 0;
    margin: 0 0 30px 0;
}

.menu-item {
    color: #000000;
    margin-right: 15px;
    white-space: nowrap;
}

.menu-item.company {
    margin-right: 7px;
}

.menu-item:last-child {
    margin-right: 0;
    padding-right: 15px;
}

.menu-item a {
    padding: 5px 10px;
    text-decoration: none;
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 3px solid #f4f9f3;
}

.menu-item a:hover,
.menu-item.is__active a {
    border-bottom: 3px solid #359D66;
}

.menu-item.is__active {
    pointer-events: none;
}

.menu-item.first {
    display: none;
}

.menu-item.last {
    display: none;
}

.dragscroll {
    cursor: grab;
}

form#company-edit-information fieldset {
    border: none;
}

.search-menu {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
}

.search-menu li.menu-item {
    list-style-type: none;
    float: left;
    margin: 5px;
}

/*************** message_history **********************/

#message_history {}

.message_search label {
    display: block;
    color: #898989;
}

.message_search {}

.message_search .msg_user {
    float: left;
}

.message_search .msg_user .sel_val {
    width: 310px;
}

.message_search .search_msg {
    float: right;
    text-align: right;
}

#message_history .messages_box {
    height: 400px;
    clear: both;
}

.message_users {
    margin: 50px 0 30px 0;
    font-size: 14px;
}

.message_users li {
    margin-bottom: 5px;
}

.comment-backlight {
    background-color: #E8F4E8;
}

@keyframes flickerAnimation {
    0% {
        background-color: #e96029;
    }

    50% {
        background-color: #ca151b;
        color: white;
        border-color: #ca151b;
    }

    100% {
        background-color: #e96029;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        background-color: #e96029;
    }

    50% {
        background-color: #ca151b;
        color: white;
        border-color: #ca151b;
    }

    100% {
        background-color: #e96029;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        background-color: #e96029;
    }

    50% {
        background-color: #ca151b;
        color: white;
        border-color: #ca151b;
    }

    100% {
        background-color: #e96029;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        background-color: #e96029;
    }

    50% {
        background-color: #ca151b;
        color: white;
        border-color: #ca151b;
    }

    100% {
        background-color: #e96029;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

/*********************  M E S S A G E  L I S T  ****************************/

.message_item {
    position: relative;
    overflow: hidden;
    margin: 18px 0;
    border-bottom: 1px solid black;
}

.message_item .msg_user_badge {
    float: left;
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    /* max-width: 190px; */
}

.message_item .msg_autor_info {
    /* float: left; */
    /* padding: 0 15px 0 0; */
    font-size: 16px;
    color: #898989;
    line-height: 1.2;
    /* width: calc(100% - 70px); */
}

.message_item .msg_time {
    /* float: left; */
    padding: 0 15px 0 0;
    color: #b7b7b7;
}

.message_item .msg_cont {
    float: left;
    width: 30%;
    max-width: 180px;
    padding: 5px;
    overflow: hidden;
}

.message_item .msg_manage li {
    margin-bottom: 5px;
}

.message_item .buttons-list {
    list-style-type: none;
    /*padding-top: 10px; */
    margin: 10px auto;
    display: inline-block;
    width: 180px;
    /* padding-left: 10px;*/
    /* max-width: 193px; */
}

.message_item .buttons-list ul {
    width: 100%;
    list-style-type: none;
    /* padding:0 */
}

/* .message_item .buttons-list ul li {
    float: left;
} */
/* .message_item .buttons-list ul li:last-child {
    width: unset;
    float: right;
} */
/****** override *******/

.message_item {
    padding: 25px 0 10px 0;
    margin: 0;
}

.message_item.has_messages {
    border: 1px solid #f0efef;
    background-color: rgba(245, 245, 245, 1);
    border-radius: 5px;
    border-bottom: 1px solid black;
}

.message_item.has_messages.important_messages {
    background-color: rgba(238, 147, 33, 0.12);
}

/*   UI ���������  */

div.ui-widget-overlay {
    background: url("../images/pop-up_bg.png");
    position: absolute;
    top: 0;
    max-width: 100%;
}

.ui-dialog {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2EDE2;
    position: absolute;
    width: 100%;
}

.article-invitation .ui-dialog-title {
    color: #EE9321;
    font-weight: normal;
    line-height: 1;
    font-size: 27px;
    padding: 8px 0 0 11px;
    display: inline-block;
}

a.ui-dialog-titlebar-close {
    text-decoration: none;
    float: right;
    margin: 10px 10px 0 0;
}

.article-invitation .ui-widget-content {
    padding: 11px 20px;
    background: none;
}

.b-btn__action.tiny {
    width: 80px;
}

form.article_create {
    width: 99% !important;
    color: #333;
}

form.article_create textarea#Message {
    width: 99%;
    max-width: 350px;
}

.add_links .hide-trigger {
    float: left;
}

.add_links .show-trigger {
    float: right;
    margin-right: 6px;
}

textarea#Styles {
    width: 100%;
    height: 100px;
}

textarea#Scripts {
    width: 100%;
    height: 100px;
}


/* article scroll indicator */
progress {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    color: #359D66;
}

progress::-webkit-progress-bar {
    background: transparent;
    border-radius: 5px;
}

progress::-webkit-progress-value {
    background: #359D66;
    border-radius: 5px;
}

progress::-moz-progress-bar {
    background: #359D66;
    border-radius: 5px;
}

.progress-container {
    width: 100%;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: 5px;
    display: block;
}

.progress-bar {
    background: #359D66;
    width: 0%;
    display: block;
    height: inherit;
}

table.cke_editor {
    width: 100% !important;
}

span.cke_button {
    float: left;
}

.password {
    display: inline-block;
    width: 100%;
    max-width: 360px;
    height: 45px;
    position: relative;
}

.password-control {
    position: absolute;
    top: 30px;
    left: 2px;
    display: inline-block;
    font-size: 14px;
}

blockquote {
    font-style: italic;
    font-family: 'PT Sans', 'Segore UI', 'Open Sans';
    padding: 2px 0 2px 20px;
    border-left: solid #ccc 5px;
}

figure.image img{
	margin: 5px auto;
}

.div-gpt-ad-320x60 {
    text-align: center;
    margin: 15px auto;
}

.news_item {
    margin-top: 15px;
    border-bottom: 1px solid #656565;
}

.news_item .read_more {
    margin-bottom: 15px;
}


#login_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
}
#login_form #Email {
    width: 100%;
    max-width: 300px;
    margin: 15px auto;
    height: 26px;
}

#login_form #dvCaptcha {
    display:inline-block;
    width: 304px;
    margin: 0 auto; 
    height: 80px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    margin: 0 10px 15px 0;
}

.is__active a {
    color: #359D66;
}


/*--------------------------------------------------------------*/
/*----------------------- ADAPTIVE, ����� 1258PX ----------------------*/
/*--------------------------------------------------------------*/
@media only screen and (max-width: 1258px) {
    .container {
        min-width: 100%
    }

    .header_container.mainpage {
        width: 1004px;
    }

    .header_container.mainpage .header_left {
        width: 704px;
    }

    .header_container.mainpage .header_search {
        width: 415px;
    }

    .header_container.mainpage .header_search_input {
        width: 355px;
        padding-left: 10px;
        text-align: left
    }

    .header_container.mainpage .header_nav ul li {
        margin: 20px 4px 0 4px;
    }

    .header_container.mainpage .header_nav ul li ul li,
    .header_nav ul li ul li:first-child,
    .header_nav ul li ul li:last-child {
        text-align: left;
        margin: 0 0 0 0;
        padding: 5px 0;
    }

    .header_nav ul li a {
        font-size: 13px;
    }

    .header_container.mainpage .header_nav ul li:hover ul.top_nav_spravochniki_ul {
        right: -75px
    }

    .header_container.mainpage .top_nav_napisat {
        margin-top: 36px;
        width: 100px;
    }

    .header_container.mainpage .header_right {
        width: 240px;
    }

    .header_container.mainpage .top_profile_nav li .top_profile_nav_nav {
        left: 0;
        width: 240px;
    }

    .anons-articles {
        width: 96%;
    }

    /*.anons-articles-container__banner {float:left; width:390px}*/
    .main-article {
        float: left;
        width: 30%;
        border-bottom: 1px solid #656565;
    }

    .main-article__img-container {
        width: 100%;
        height: auto;
    }

    .main-article__img {
        width: 100%;
        height: auto;
    }

    .list-articles {
        width: 34%;
        float: left;
        margin-left: 1%;
    }

    .anons-articles-container__banner {
        width: 30%;
        float: right;
        margin: auto 1%;
        padding-right: 0;
    }

    .anons-articles-container__banner-guest {
        width: 30%;
        float: right;
        margin: auto 1%;
        padding: 0;
    }

    .ban_side div {
        margin-top: 15px;
    }

    .ban_side div img {
        margin: 0
    }

    .footer_container.mainpage {
        width: 1004px;
    }

    .footer_container.mainpage .footer_block1 {
        width: 330px;
    }

    .footer_container.mainpage .footer_block2 {
        width: 315px;
    }

    .footer_container.mainpage .footer_block3 {
        width: 280px;
    }

    #banner-container-richmedia.nr.glavnaja {
        display: block
    }

    #content.nr.glavnaja {
        width: 100%
    }

    #content.nr.glavnaja #main {
        margin: 0 auto;
        float: none;
    }

    #content.nr.glavnaja #rightbar {
        display: none
    }
}


/*--------------------------------------------------------------*/
/*----------------------- ADAPTIVE, ����� 1024PX ----------------------*/
/*--------------------------------------------------------------*/
@media only screen and (max-width: 1002px) {
    #banner-container-richmedia {
        display: none;
    }

    a.waite-confirm {
        top: 86px;
        left: 18px;
    }

    .content {
        min-width: 320px;
        min-height: 600px;
    }

    body.brand .container .content {
        background: #FFF
    }

    .ad728x90 {
        display: none;
    }

    .header_container,
    .header_container.mainpage {
        margin: 0 auto;
        width: 100%;
        min-height: 90px;
    }

    .header {
        height: 112px;
        padding: 0;
        background: #F4F9F3
    }

    body.brand .container .header {
        background: #F4F9F3
    }

    .header.nr {
        background: #f4f9f3;
        overflow: visible;
        padding-bottom: 15px;
        width: 101%;
    }

    .header.nr .header_container {
        min-height: 60px
    }

    .header_left,
    .header_container.mainpage .header_left {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .header_left_nr {
        margin: 0 15px 0 15px;
    }

    .header_left_nr.txt {
        height: 100px
    }

    .header_nav {
        width: 240px;
        margin: 0 auto;
        height: auto;
    }

    .header_nav ul {
        width: 240px;
        box-shadow: 0 0 8px rgba(228, 228, 228, 1.0);
    }

    .header_nav ul li {
        float: none;
        margin: 18px 10px 0 10px;
        padding: 0;
        text-align: left;
    }
    
    .header_nav ul li:first-child {
        margin-left: 10px;
    }
    .header_nav ul li:last-child {
        margin: 18px 10px 10px 10px;
    }
    .header_container.mainpage .header_nav ul li {
        margin: 18px 10px 0 10px;
    }

    .header_nav ul li a {
        padding-left: 10px;
        font-size: 13px;
    }

    .header_container.mainpage .header_nav ul li:first-child {
        margin-top: 38px;
    }

    .header_container.mainpage .header_nav ul li:last-child {
        margin-bottom: 10px;
    }

    #btn-menu+label {
        display: block;
        position: absolute;
        top: 0;
        right: 51px;
        z-index: 200;
        width: 46px;
        height: 46px;
        /* background: url(../images/icons/menu_header.png) center center no-repeat; */
        background: url(../images/icons/heroicons/menu.svg) center center no-repeat;
        background-size: 22px;
    }

    #btn-menu:checked+label {
        background: url(../images/icons/icon_close.png) center center no-repeat;
        top: 110px;
        right: 50%;
        margin-right: -120px;
    }

    #btn-menu+label:before {
        display: inline-block;
    }

    #btn-menu+label+.top-menu {
        display: none;
    }

    #btn-menu:checked+label+.top-menu {
        display: block;
        height: auto;
        position: absolute;
        z-index: 100;
        top: 110px;
        background: #FFF;
    }

    #btn-menu:checked+label+.top-menu.nr {
        display: block;
        height: auto;
        position: absolute;
        z-index: 101;
        background: #FFF;
    }

    .header_nav.nr .top-menu {
        padding: 30px 10px 10px 10px
    }

    #btn-menu_nr+label {
        display: block;
        position: absolute;
        top: 6px;
        right: 1px;
        z-index: 1000;
        width: 46px;
        height: 46px;
        background: url(../images/icons/menu_header.png);
    }

    #btn-menu_nr:checked+label {
        background: url(../images/icons/icon_close.png) center center no-repeat;
        top: 38px;
        right: 0;
        margin-right: 0;
    }

    #btn-menu_nr+label:before {
        display: inline-block;
    }

    #btn-menu_nr+label+.top-menu {
        display: none;
    }

    #btn-menu_nr:checked+label+.top-menu {
        display: block;
        height: auto;
        position: absolute;
        z-index: 100;
        background: #FFF;
        right: 0;
        margin-right: 0;
        top: 45px;
    }

    #btn-menu_nr:checked+label+.top-menu.nr {
        display: block;
        height: auto;
        position: absolute;
        z-index: 100;
        background: #FFF;
    }

    .header_logo {
        padding: 15px 0;
        width: 100%;
        background: #f4f9f3;
        margin: 0;
    }

    .margin0 {
        margin: 0;
    }
    
    .header_logo img {
        /* height: 41px; */
        height: 26px;
        margin: 0 auto;
    }

    .header_search,
    .header_container.mainpage .header_search {
        width: calc(100% - 140px);
        min-width: 135px;
        max-width: 580px;
        height: 28px;
        line-height: 26px;
        margin: 14px 16px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        float: left;
    }

    .header_search_input,
    .header_container.mainpage .header_search_input {
        width: 100%;
        height: 26px;
        font-size: 16px;
    }

    .header_search_button {
        height: 28px;
        width: 28px;
    }

    .top_nav_napisat {
        position: absolute;
        right: 12px;
        top: 34px;
        font-size: 11px;
        padding: 6px 14px;
    }

    .header_right,
    .header_container.mainpage .header_right {
        display: none;
        float: none;
        margin: 0 auto;
        padding-top: 10px;
        height: 330px;
        box-shadow: 0 0 8px rgba(228, 228, 228, 1.0);
    }

    .ban-gost-left {
        display: block;
        /* border-bottom: 1px solid #656565; */
        margin: 35px calc(50% - 121px);
    }


    .top_profile {
        margin-top: 10px;
        position: absolute;
    }

    .top_profile_nav_punkt {
        display: none;
    }

    .top_profile_nav li .top_profile_nav_nav {
        display: block;
        top: 100px;
        width: 240px;
        left: 0;
        border-radius: 0;
        box-shadow: none;
    }



    #btn-profil+label {
        display: block;
        position: absolute;
        top: 0;
        right: 5px;
        z-index: 1000;
        width: 46px;
        height: 46px;
        /* background: url(../images/icons/profil_ico.png); */
        background: url(../images/icons/heroicons/user.svg) center center no-repeat;
        background-size: 22px;
    }

    #btn-profil:checked+label {
        background: url(../images/icons/menu_x2.png);
        top: 115px;
        right: 50%;
        margin-right: -120px;
    }

    #btn-profil+label:before {
        display: block;
        display: block;
        height: 20px;
        width: 20px;
    }

    #btn-profil+label+.header_right {
        display: none;
    }

    #btn-profil:checked+label+.header_right {
        display: block;
        height: 330px;
        z-index: 300;
        background-color: #ffffff;
    }

    #btn-poisk+label {
        display: block;
        position: absolute;
        top: 0;
        right: 5px;
        z-index: 1000;
        width: 46px;
        height: 46px;
        background: url(../images/icons/lupa.svg) center center no-repeat;
    }

    #btn-poisk:checked+label {
        background: url(../images/icons/icon_close.png) center center no-repeat;
        top: 0;
        right: 5px;
        margin-right: 0;
    }

    #btn-poisk+label:before {
        display: block;
        height: 20px;
        width: 20px;
        width: 286px;
    }





    #btn-ya-share2+label {
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/icons/podelitsja-ico.png) center center no-repeat;
        float: right;
    }

    #btn-ya-share2:checked+label {
        background: url(../images/icons/icon_close.png) center center no-repeat;
        top: 0;
        right: 0;
        z-index: 101;
    }

    #btn-ya-share2+label:before {
        display: block;
        display: block;
        height: 20px;
        width: 20px;
    }

    #btn-ya-share2+label+.ya-share2 {
        display: none;
    }

    #btn-ya-share2:checked+label+.ya-share2 {
        display: block;
        position: absolute;
        height: 20px;
        top: 7px;
        right: 20px;
        padding: 7px 7px 7px 7px;
        border: 1px solid #656565;
        background: #FFF;
        z-index: 100;
    }


    .footer_container,
    .footer_container.mainpage {
        width: 100%;
        min-width: 320px;
        padding: 10px 0;
        box-sizing: border-box;
    }

    .footer_block1,
    .footer_block2,
    .footer_block3 {
        float: none;
        display: block;
        margin: 25px auto;
    }

    .footer_container.mainpage .footer_block1,
    .footer_container.mainpage .footer_block2,
    .footer_container.mainpage .footer_block3 {
        width: 310px;
    }

    .footer_google_play,
    .footer_app_store {
        margin: 10px 0 0 0;
    }


    body.brand .container {
        background: url(../images/header-bg.png) center -170px no-repeat #FFF;
    }

    body.brand .footer {
        background: none;
        background: #f4f9f3
    }

    /*----------------------- ������� ������� ���������� ----------------------*/


    #content {
        width: 90%;
        max-width: 640px;
    }

    #main {
        width: auto;
        float: none;
        margin: 0 auto;
        margin-bottom: 0px;
        padding: 10px 15px 1px 15px
    }

    #rightbar {
        display: none;
    }

    .anons-articles {
        width: 74%;
        margin: 19px auto;
        padding: 0
    }

    .anons-articles-h2.first {
        width: auto
    }

    .main-article {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        padding-bottom: 7px;
        border-bottom: 1px solid #656565;
    }

    .main-article__img-container {
        width: 100%;
        height: auto;
    }

    .main-article__img {
        width: 100%;
        height: auto;
        border-radius: 6px;
    }

    .caption-main-article__name {
        font-size: 14px;
        line-height: 16px;
    }

    .caption-main-article__name-doctors.article-inline-name {
        width: 100%;
        display: inline-block;
        clear: right;
        line-height: 14px;
        font-size: 14px;
    }

    .caption-main-article__name-doctors.article-inline-name a {
        margin-left: 0;
        line-height: 21px;
    }

    .main-article__comments {
        margin-top: 0;
    }


    .anons-articles-container__banner {
        width: 290px;
        margin: auto calc(50% - 145px);
        display: block;
        float: right;
    }

    .list-articles {
        width: 100%;
        float: none;
        padding-right: 0;
        margin: 0 auto;
    }

    .anons-article {
        padding: 24px 0 0 0;
        margin-left: 0;
        height: auto !important;
    }

    .anons-article:first-child {
        padding-top: 20px;
    }

    .anons-article:nth-child(3) {
        border-bottom: 1px solid #656565;
    }
    .anons-article__foto {
        display: none
    }

    .anons-article__name {
        height: auto;
        overflow: visible;
        font-size: 16px;
        line-height: 1.2em;
    }

    .anons-article__comments {
        margin: 0 5px 0 0;
    }

    .anons-article__name-doctors {
        display: inline-block;
        line-height: 21px;
        margin-bottom: 5px;
        position: initial;
        margin-left: 0;
    }

    .anons-article__name-doctors a {
        margin-left: 0;
        line-height: 21px;
    }

    .anons-article__name-doctors a {
        margin-left: 0;
        line-height: 21px;
    }

    .anons-article__name-doctors span {
        clear: right;
        line-height: 21px;
    }

    .see-more {
        margin: 10px 5px 10px 0;
        display: block;
        float: right;
    }

    .ban_side div {
        margin-top: 15px;
    }

    .ban_side div img {
        margin: 0
    }

    .anons-articles-container__banner-guest {
        width: 242px;
        margin: auto calc(50% - 121px);
    }

    .v_razdel {
        display: block;
        line-height: 25px;
        border-bottom: 1px solid #656565;
        position: relative;
        overflow: hidden;
        margin: -6px 0 0 0;
    }

    .v_razdel a {
        display: block;
        line-height: 25px;
        padding-left: 25px;
        background: url(../images/icons/v_razdel.png) left center no-repeat;
        font-size: 11px;
        color: #666666;
        float: right;
        text-decoration: none;
    }

    .article_text .topic-illustration {
        float: left;
        max-width: 320px;
        max-height: 200px;
        margin: 20px;
        top: 29px;
    }

    .article_text .topic-illustration.singl_article {
        top: 64px;
    }

    .article_breadcrumbs.singl_article {
        top: 43px;
        position: absolute;
        left: 15px;
        overflow: hidden;
    }

    .article_h1 {
        margin-top: 225px;
        margin-bottom: 0px;
    }

    .article_h1.singl_article {
        margin-top: 60px;
        margin-bottom: 5px;
    }

    .askbox-left {
        width: 100%;
        /* height: auto; */
    }

    .askbox-right {
        display: none
    }


    .com_text {
        margin-left: 0;
    }

    .com_text a {
        font-size: 14px;
        line-height: 20px;
    }

    .com_rate-container {
        float: left;
    }

    #edit-comment-attachments-input #write-comment-attachments-input {}

    .vrf_like {
        float: left;
        margin-right: 30px;
    }

    .vrf_like.rate-container {
        margin-right: 30px;
    }

    .article .dis-like {
        margin-left: 15px;
        color: #656565;
    }

    /* .article .cm_dis-like {
        margin-left: 15px;
    } */

    /*.topic-comment-editor.comment_item { width: 100%;margin-top: 10px;}*/

    .article .add_comment {
        padding-left: 75px
    }

    .article form.add_comment textarea {
        margin-top: 0;
        width: 100%
    }

    .publ_cat_h1 {
        display: block;
        font-size: 28px;
        font-weight: 600;
        line-height: 30px;
        border-bottom: 1px solid #656565;
        margin-top: 0
    }


    .tabs li {
        margin: 0 4px;
    }

    .tabs li a {
        padding: 5px 5px;
    }

    #search_form_publ {
        display: block;
        width: 290px;
    }

    #search_but_publ {
        display: none;
    }

    .label_for_search_form_publ {
        display: block;
    }

    #search_form_publ {
        width: 290px;
        height: 38px;
        margin: 0;
        padding: 0;
        line-height: 38px;
        position: relative;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        background: #FFF;
    }

    #search_form_publ input {
        width: 290px;
        height: 36px;
        padding: 0;
        font-size: 14px;
        line-height: 36px;
        margin: 0;
        padding: 0;
        font-style: normal;
        text-align: center;
        color: #656565;
        box-sizing: border-box;
        border: none;
        outline: none;
        display: inline-block;
    }

    #search_form_publ input#search_but_publ {
        display: none;
    }

    .conc_catalog {
        width: 290px;
    }

    .conc_catalog ul {
        display: block
    }




    #btn-pub_po_spets+label {
        display: block;
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 1000;
        width: 16px;
        height: 16px;
        padding: 5px;
    }

    #btn-pub_po_spets:checked+label img {
        opacity: 0.6;
    }

    #btn-pub_po_spets+label+.pub_po_spets {
        display: none;
    }

    #btn-pub_po_spets:checked+label+.pub_po_spets {
        display: block;
    }

    .pub_po_spets {
        margin-top: 0px;
        margin-bottom: 15px;
    }

    .pub_po_spets {
        float: none;
        margin-top: 15px;
        font-size: 14px;
    }

    #search_box {
        width: 100%;
        min-width: 135px;
        height: 30px;
        line-height: 28px;
        margin: 14px 16px 14px 0;
        float: left;
    }

    #search_box input {
        width: 98%;
        height: 28px;
        font-size: 14px;
        line-height: 28px;
    }

    .preparaty-rate {
        width: calc(100% - 290px);
    }

    .preparaty-rate .b-desc__item.value_total,
    .preparaty-top .b-desc__item.value {
        float: none;
    }

    .vopros-vybor {
        float: left;
        margin-left: 20px;
    }



    .search_item {
        width: 47%;
        margin: 0;
        float: left
    }

    .search_item:nth-child(even) {
        margin-left: 5%;
    }

    .company_item__name_container {
        width: calc(100% - 70px);
    }

    .blogs_list_one__foto_autor div {
        width: 62px;
        height: 62px;
    }

    .blogs_list_one__title p {
        display: none
    }

    .blogs_list_one__infa p {
        display: block
    }

    .blog_list_one_100 {
        min-height: 0;
    }

    .blogs_list_one__title {
        width: calc(100% - 74px);
    }

    .blogs_list_one__podp {
        margin-top: 10px;
    }

    .blog_autor_info {
        display: none
    }

    .blog_autor_info__infa {
        margin-left: 85px;
        float: none;
    }

    .blog_autor_info__infa h2 {
        font-size: 16px;
        line-height: 1.2em;
        font-weight: 600;
    }

    .blog_autor_info__stat span {
        display: none
    }

    .blog_autor_info__stat p {
        padding-left: 0;
        padding-bottom: 7px;
        clear: left;
    }

    /* .blog_autor_info__stat p a {
        float: left;
        margin: 5px 5px 0 0;
    } */

    .blogs_list_one_autor__podp {
        margin-left: 87px;
    }

    .blog_autor_info.list_blog {
        display: block
    }

    .blog_autor__article h1 {
        margin-top: 250px;
        margin-bottom: 0;
    }

    .blog_autor__article .article_text .topic-illustration {
        top: 59px;
    }

    .blog_autor__article .article_breadcrumbs {
        top: 40px;
    }

    .blog_autor__article .article_details .autor {
        display: block
    }

    .back_to_blog {
        display: block;
        border-bottom: 1px solid #656565;
        position: absolute;
        top: 9px;
        right: 0;
        margin: 0;
        padding: 0 15px;
        box-sizing: border-box;
        width: 100%;
    }

    .back_to_blog a {
        float: right;
        color: #656565;
        margin-left: 5px;
        text-decoration: none;
        padding-bottom: 5px;
    }

    .back_to_blog a img {
        padding-top: 5px;
    }

    .autor_left {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .autor_left__autor_foto {
        width: 92px;
        height: 92px;
        float: left;
        margin-left: 0;
        margin-right: 15px;
        object-fit: cover;
    }

    .autor_left__h1_for_mobile {
        display: block;
        font-size: 14px;
        line-height: 18px;
        border-bottom: none;
        margin: 0;
    }

    .bns {
        margin-left: 0
    }

    .autor_left_menu {
        width: 100%;
        background: none;
        padding: 0;
    }

    .autor_left_menu li {
        display: inline-block;
        width: 69px;
    }

    .autor_left_menu li a {
        line-height: normal;
        width: 66px;
        padding-top: 20px;
        padding-left: 0;
        margin-top: 10px;
        display: block;
        text-align: center;
    }

    .autor_left_menu_ico_soobschenie {
        /* background: url(../images/icons/mail.png) top no-repeat; */
        background: url(../images/icons/heroicons/mail.svg) top no-repeat;
    }

    .autor_left_menu_ico_kollegi {
        /* background: url(../images/icons/dob2coll.png) top no-repeat; */
        background: url(../images/icons/heroicons/user-add.svg) top no-repeat;
    }

    .autor_left_menu_ico_izbrannoe {
        /* background: url(../images/icons/favorite.svg) top no-repeat; */
        background: url(../images/icons/heroicons/star.svg) top no-repeat;
    }

    .autor_left_menu_ico_izbrannoe_added {
        /* background: url(../images/icons/star.png) top no-repeat; */
        background: url(../images/icons/heroicons/star-gold.svg) top no-repeat;
    }

    .autor_left_menu_ico_chs {
        background: url(../images/icons/chs.png) center top no-repeat;
    }

    .autor_left_menu_ico_chs_remove {
        background: url(../images/icons/chs_remove.png) center top no-repeat;
    }

    .b-btn__action.autor_podp {
        padding: 7px 10px;
        margin: 17px 13px 10px 0;
        display: inline-block;
        width: 100px;
    }

    .b-btn__pereiti {
        padding: 7px 10px;
        margin: 17px 13px 10px 13px;
        display: inline-block;
        width: 100px;
        line-height: 1em;
    }

    .autor_collegs {
        margin-top: 0;
    }

    .autor_collegs_contaner {
        height: 100px;
        overflow: hidden;
    }

    .autor_collegs_h.active+.autor_collegs_contaner {
        height: auto;
        overflow: hidden;
    }

    .autor_right {
        float: none;
        width: auto;
        margin-top: 15px;
    }

    .autor_right__h1 {
        display: none
    }

    .autor_right__left {
        float: none;
        width: 100%;
    }

    .autor_right__right {
        float: none;
        width: 100%;
    }

    .group_anounce__container {
        width: 75%
    }


    .logo-search_nr {
        width: 100%;
    }

    #top_panel {
        width: 280px;
        height: 310px;
        padding: 0 10px;
        box-shadow: none;
        margin-top: 50px;
    }

    #top_panel .email_registration .inpt {
        width: 260px;
    }

    .login_box {
        float: none;
        width: 280px;
        margin: 8px auto;
        position: relative;
        clear: left;
    }

    .login_box .voiti_but {
        float: right
    }



    .login_box .reg_but {
        float: left;
        cursor: pointer;
        position: relative;
        color: #FFF;
        background: #16B074;
        box-shadow: 2px 0 4px rgba(22, 176, 116, 0.42);
        border-radius: 4px;
        width: 114px;
        height: 25px;
        text-decoration: none;
        display: block;
        font-size: 14px;
        line-height: 25px;
        text-align: center;
        font-weight: 500;
    }

    .login_box .reg_but:hover {
        box-shadow: 4px 0 8px rgba(22, 176, 116, 0.42);
    }

    #top_panel .login_box .voiti_but {
        float: none
    }




    .glavnaja .header_nav.nr {
        display: none
    }

    .header.nr.glavnaja .login_box {
        display: none
    }

    .glavnaja #top_panel {
        margin-top: 0;
    }

    .glavnaja #top_panel h2 {
        padding-top: 5px;
    }


    .scrollup {
        bottom: 15px;
        right: 15px;
        width: 54px;
        height: 54px;
        background-size: cover;
    }

    .none-for-mobile {
        display: none
    }


    #banner-container-richmedia.nr.glavnaja {
        display: none
    }

    #content.nr.glavnaja {
        width: 100%
    }

    #content.nr.glavnaja #main {
        margin: 0 auto;
        float: none;
    }

    #content.nr.glavnaja #rightbar {
        display: none
    }

    .ad-top {
        display: none
    }

    .ad-top-mob {
        display: block
    }

    .bonuses-container {
        width: auto;
        margin-bottom: 0px;
    }

    #popup-window-2.pop_box.popup-message {
        display: block;
        z-index: 1002;
        outline: currentcolor none 0;
        height: auto;
        width: 100%;
        top: 25%;
        margin-left: -50%;
    }


    /* .ui-dialog {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #E2EDE2;
        position: absolute;
        max-width: 100% !important;
        left: 0 !important;
        margin: auto;
    } */

    .ui-dialog {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #E2EDE2;
        z-index: 1000000000;
        top: 0;
        left: 0;
        margin: auto;
        position: absolute;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .ui-dialog .ui-dialog-content {
        flex: 1;
    }

    .ui-dialog-content.ui-widget-content img {
        max-width: 100% !important;
    }

    .ui-dialog-content.ui-widget-content .reset {
        float: right;
        margin: 10px 0 10px 0;
    }
}

@media only screen and (max-width: 750px) {
    h1 {
        font-size: 22px;
        font-weight: bold;
        line-height: 1.2;
    }

    .menu-btn {
        margin-bottom: 0;
    }

    .top_nav_napisat {
        padding: 6px 0px;
        width: 100px;
    }

    .delay-publication {
        display: block;
        margin: 5px auto;
    }

    input.b-btn__action.topic-action {
        display: block !important;
        margin: 0 auto;
    }

    input#showAbstract,
    .publish input.b-btn__action {
        margin: 0 auto;
    }

    /* #search_users .inpt { width: calc(50% - 118px); } */

    .message_item .msg_cont {
        width: 170px;
    }

    .message_item .buttons-list {
        width: auto;
    }

    /* #search_user_form #Specialization.design-select { width: calc(50% - 102px); }
    #search_user_form #Gender.design-select { width: calc(50% - 102px); }
    #search_users #age_slide { width:  calc(50% - 118px); max-width: 340px; }
    .ui-slider {width: 100%;}
    #search_user_form #FinishYear.design-select { width:calc(50% - 102px);}
    #search_user_form #Country.design-select { width: calc(50% - 102px); }
    #search_user_form #Region.design-select { width:calc(50% - 102px); }
    #search_user_form #City.design-select { width: calc(50% - 102px); }
    #search_users #online {width: 340px;} */

    .company_content table {
        display: block;
        overflow-x: auto;

    }

    .drug_descr table {
        display: block;
        overflow-x: auto;
        /* white-space: nowrap; */
    }

    textarea#Styles {
        width: calc(100% - 160px);
        height: 100px;
    }

    textarea#Scripts {
        width: calc(100% - 160px);
        height: 100px;
    }

    #edit-topic-form .attachment-item-container {
        /* margin-left: 50px; */
        margin-left: 0;
    }

    #search_user_form #Gender.design-select,
    #search_user_form #FinishYear.design-select,
    #search_user_form #Country.design-select,
    #search_user_form #Region.design-select,
    #search_user_form #City.design-select {
        min-width: 200px;
    }

    progress {
        display: block;
    }

    .row .design-select {
        font-size: 14px;
        width: calc(100% - 20px);
    }

    input[type="search"]::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 12px;
        padding: 2px;
    }

    #topic-editor-content .content-editor .row_cont {
        width: 109%;
        margin-left: -4%;
    }
    
    .categories-validation-message-margin{
        margin-left: 0;
    }

    .block_registracii .row .status.ok, 
    .block_registracii .row .status.err {
        right: -10px;
    }
}

/*--------------------------------------------------------------*/
/*----------------------- ADAPTIVE, 650PX, ��� �������������� ���������� ----------------------*/
/*--------------------------------------------------------------*/
@media only screen and (max-width: 650px) {
    #content {
        width: 100%;
    }

    .header_container.mainpage .top_profile_nav li .top_profile_nav_nav {
        left: 0;
    }

    .unregistered-article_details {
        margin-left: 0;
    }

    .concilium_item .article_details_and_breadcrumbs {
        margin-left: 0;
    }

    .anons-articles {
        width: 100%;
    }

    .anons-articles-container {
        margin: 0 2%;
    }

    .anons-articles h2.h_fixed {
        background: url(/resources/images/head_bg.png) center top repeat-x;
        height: auto;
        /*36px;*/
        position: fixed;
        position: sticky;
        top: 0;
        width: 100%;
        left: 0;
    }

    .anons-article-specializations {
        margin: 0 2%;
    }

    .anons-articles h2 {
        padding: 10px 0;
        text-align: center;
        margin: 0;
        z-index: 1000;
    }

    .main-article .anons-article {
        height: 130px;
    }

    .anons-article__name a {
        font-size: 16px;
    }

    .caption-main-article a span {
        font-size: 18px;
    }

    .main-article__img-container {
        width: 100%;
        height: auto;
    }

    .main-article__img {
        width: 100%;
        border-radius: 6px;
    }

    .moderation_panel {
        display: inline-block;
        width: 100%
    }

    .article_h1.singl_article {
        margin-top: 60px;
    }

    .article iframe {
        width: 100% !important;
    }

    .article_text {
        font-size: 16px;
        overflow-wrap: break-word;
    }

    .article_text p {
        font-size: 18px;
    }

    .content-editor fieldset.row_cont {
        width: 100%;
    }

    .news_item img,
    .article_text img {
        width: 100% !important;
        height: auto !important;
    }

    .article_text .topic-illustration {
        float: none;
        margin: 0;
        width: 100%;
        max-height: none;
    }

    /*.ban_side { margin-left: 10%;}*/
    .ban_side div {
        margin: 0
    }

    .b-btn__action {
        /* width: 80%;height: 45px;*/
        margin-bottom: 15px;
        padding: 7px 22px;
        display: block;
    }

    .inpt {
        width: 95%;
    }

    .file_inp.inpt {
        width: 95%;
    }

    .file_inp {
        width: 100% !important;
    }

    .file_inp .file_val {
        width: calc(100% - 120px);
    }

    /*#write-comment-attachments-input { position: inherit;}*/
    #vote-container {
        margin-left: 0;
    }

    #edit-topic-form .inpt {
        width: calc(100% - 160px);
        box-sizing: border-box;
        max-width: unset;
    }

    .topic_similar {
        font-size: 16px;
        line-height: 1.2em;
    }

    .com_text {
        font-size: 18px;
        line-height: 1.25em;
    }

    .add_links {
        line-height: 40px;
    }

    .com_rate-container {
        padding-top: 7px;
    }

    img.cover {
        max-width: none;
    }

    fieldset.row_cont.text_editor {
        width: 100%;
        padding-left: 20px;
    }

    .ui-dialog {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #E2EDE2;
        position: absolute;
        margin: auto;
        position: absolute;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .article-invitation .ui-widget-content {
        padding: 11px 20px;
        background: none;
    }

    .ui-dialog-content.ui-widget-content img {
        max-width: 100% !important;
    }

    .b-btn__action.tiny {
        width: 80px;
    }

    #search_users .row {
        position: relative;
        height: auto;
    }

    .row_name {
        /* float: none; */
        padding: 0 4px 5px 0;
    }

    #show-additional-fields {
        margin-left: 0;
    }

    #my_privacy .row_name {
        float: left
    }

    #my_privacy .design-select {
        width: 320px;
    }

    #search_users .last {
        padding-left: 0;
        padding-top: 9px
    }

    #search_user_form .inpt {
        float: none
    }

    #search_user_form .design-select {
        float: none
    }

    #search_users #search_user_but_label {
        display: block;
        margin-top: 10px;
        margin-left: 9px;
    }

    .header_logo img {
        margin: 0 auto;
    }

    .article_breadcrumbs {
        position: absolute;
        top: 10px;
        left: 15px;
        overflow: hidden;
    }

    .cover_a {
        float: none;
        padding-top: 40px;
        width: 100%;
        height: auto;
    }

    .conc_preview .article_text {
        font-size: 17px;
        line-height: 1.3em;
    }

    .concilium_item h4 {
        margin: 10px 0 5px 0;
    }

    .concilium_item h4 a {
        font-size: 24px;
        line-height: 1.2em;
        font-weight: 600;
        word-break: break-word;
    }

    .concilium_item .cover_a img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .concilium_item .article_details {
        margin-left: 0
    }

    .concilium_item .article_breadcrumbs {
        left: 0;
        margin-left: 0;
    }

    .concilium_item .article_details.article_details_bottom {
        margin-top: 10px;
    }

    .concilium_item .conc_preview {
        margin-left: 0
    }

    .send_question textarea {
        width: 450px;
    }

    .vote dt {
        width: 530px;
    }

    .block_registracii {
        width: auto
    }

    .reg_confirm {
        width: auto
    }

    .reg_form .inpt {
        width: calc(100% - 32px);
        min-width: 220px
    }

    #BirthDay.inpt {
        min-width: 20px;
        width: 20px !important;
    }

    .reg_form .birthday,
    .reg_form .birthmonth,
    .reg_form .birthyear{
        min-width: unset;
        flex-grow: 1;
        width: auto;
    }

    #BirthYear.inpt {
        min-width: 30px;
        width: 40px !important;
    }

    .reg_form #agreement {
        padding: 12px 0 0 10px;
    }

    .reg_form #secret_fio {
        margin: -4px 0 9px 0;
    }

    #span_sex {
        margin-right: 10px;
    }

    #reg1 .reg_but,
    #reg2 .reg_but {
        margin: 0 auto;
        display: block;
    }

    #btn-voiti_nr:checked+label+.login_box__popup {
        top: 0
    }

    #btn-voiti_nr:checked+label {
        top: 8px;
    }

    #btn-voiti_nr_mp:checked+label+.login_box__popup_mp {
        top: 0
    }

    #btn-voiti_nr_mp:checked+label {
        top: 8px;
    }

    .design-select {
        min-width: 236px;
        width: 80%;
    }

    .reg_form .hint {
        margin: 7px 0 -5px 0;
    }

    .reg_form .hint_box {
        width: 240px;
        margin: 7px 0;
        margin-bottom: 10px;
        padding: 6px 12px 12px 12px;
        background: #e2ede2;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .reg_form .row_name {
        text-align: left;
        width: 100%;
    }

    .reg_form .addit {
        padding-left: 0;
    }

    .reg_form .b-btn__submit {
        margin: 15px auto;
        display: block;
    }

    .registration .navig li span {
        padding: 0 5px 0 30px;
    }

    .tabs_limiter .tabs {
        width: 480px;
    }

    .calendar-sobytiy {
        width: auto
    }

    .persona .item_manage {
        float: left;
    }

    .persona .item_manage li {
        float: none;
        margin-bottom: 8px;
    }

    .article_create {
        width: 94%;
        padding: 0;
        background-color: #fff;
        border: none;
    }

    .inpt.m_t_10 {
        margin-bottom: 0;
    }

    .create_form .b-btn__action {
        float: none;
        margin: 0;
    }

    .create_form .publish {
        text-align: center;
    }

    .reference_catalog.diseases.column-second {
        margin-right: 0
    }

    #reload_photo .file_inp {
        width: 300px;
    }

    .message_item .msg_user_badge {
        width: 90%;
        padding-bottom: 15px;
    }

    .message_item .msg_cont {
        width: 48%;
        margin: 0 auto;
    }

    .message_item .buttons-list {
        /* width: 48%; */
        width: auto;
    }

    /*.message_item .buttons-list {
        width: 100%;
    } */

    #messages .view_history {
        width: 100%;
        float: left;
    }

    .parent-link {
        margin-left: 0;
    }

    .tabs_panel.attachments {
        margin-left: 0;
    }

    .persona_info {
        float: left;
        width: calc(100% - 260px);
    }

    iframe.m_b_10 {
        width: 100%;
        height: auto;
    }

    .drug_info img {
        max-width: 100%;
        height: auto !important;
    }

    .drug_info iframe {
        max-width: 100%;
    }

    .com_text a {
        padding: 7px 0;
    }


    .article table {
        width: 100% !important;
        display: table;
    }

    .attachment-panel .case {
        max-width: 100%;
    }

    .attachment-panel .item_case {
        width: 100%;
    }

    .attachment-panel .file_item .item_case {
        width: 100%;
    }

    .load_more {
        float: right;
    }

    #login_form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #login_form #Email {
        width: 100%;
        max-width: 300px;
        margin: 15px auto;
        height: 26px;
    }

    #login_form #dvCaptcha {
        display:inline-block;
        width: 304px;
        margin: 0 auto; 
        height: 80px;
    }
}

/*--------------------------------------------------------------*/
/*----------------------- ADAPTIVE, 640PX, ��� �������������� ���������� ----------------------*/
/*--------------------------------------------------------------*/
@media only screen and (max-width: 639px) {
    .conc_catalog {
        float: none;
    }

    /* .blogs_list_one__title {width: 215px;} */
    .blogs_list_one__podp {
        float: left;
    }

    .vote dd {
        width: 420px
    }

    .vote dt {
        width: 100%
    }

    .search_item {
        width: 100%;
        margin: 0;
        float: none;
    }

    .search_item:nth-child(even) {
        margin-left: 0;
    }

    .reference_catalog {
        margin: 0 30px 0 0;
    }

    .alphabet {
        width: 250px
    }

    .alphabet li {
        display: inline-block;
    }


    .reference_catalog.diseases.column-second h3 {
        display: none
    }

    .reference_catalog.diseases ul {
        margin-bottom: 0
    }

    .reference_catalog.diseases.column-second ul {
        margin-top: 0;
        margin-bottom: 30px
    }

    .reference_catalog.diseases ul li:last-child {
        margin-bottom: 0
    }

    .reference_catalog.diseases.column-second ul li:last-child {
        margin-bottom: 18px
    }

    .registration .navig {
        width: 290px;
    }

    .navig li.first,
    .navig li:first-child {
        margin: 0 0 3px -20px;
    }

    .registration .navig li span {
        min-width: 240px;
        padding: 0 5px 0 30px;
    }

    #company .company-favorite {
        float: left
    }

    .persona .item_manage {
        clear: left;
        float: left;
    }

    #my_privacy .row_name {
        float: none
    }

    #my_privacy .hint {
        margin-left: 0;
    }

    #my_privacy .b-btn__action {
        margin: 10px 0 0 0;
    }

    #my_privacy .design-select {
        width: 320px;
    }

    #add_blacklist {
        text-align: center;
    }

    #bad_user {
        margin-bottom: 15px
    }

    #popup-window-2.pop_box {
        width: 100%;
        left: 0;
        margin: auto;
        z-index: 100;
    }

    #photo_box {
        float: none;
        margin: 0 auto
    }

    .photo_operate {
        margin: 0 0 20px 0;
    }

    .article .topic-subscription {
        float: none;
        line-height: normal;
        margin-bottom: 10px
    }

    #workers .search_info {
        min-height: unset;
    }

    .persona_info {
        float: left;
        width: 100%;
    }

    .company_item {
        width: 100%;
    }

    #search_users .inpt {
        width: 95%;
    }

    #search_user_form #Gender.design-select,
    #search_users #age_slide,
    #search_user_form #FinishYear.design-select,
    #search_user_form #Country.design-select,
    #search_user_form #Region.design-select,
    #search_user_form #City.design-select {
        width: 100%;
    }
}

/*--------------------------------------------------------------*/
/*----------------------- ADAPTIVE, 480PX, for adv ----------------------*/
/*--------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
    .header_logo img {
        margin: 0 0 0 15px;
    }

    .div-gpt-ad {
        display: none;
    }

    .div-gpt-ad-468x60 {
        display: none;
    }

    .div-gpt-ad-468x60.ban-gost-left {
        display: block;
    }

    #btn-voiti_nr:checked+label+.login_box__popup {
        width: 300px;
        margin-right: -150px;
    }

    #btn-voiti_nr:checked+label {
        top: 8px;
        margin-right: -140px;
    }

    #btn-voiti_nr:checked+label+.login_box__popup {
        top: 0
    }

    #btn-voiti_nr_mp:checked+label+.login_box__popup_mp {
        width: 300px;
        margin-right: -150px;
    }

    #btn-voiti_nr_mp:checked+label {
        top: 8px;
        margin-right: -140px;
    }

    #btn-voiti_nr_mp:checked+label+.login_box__popup_mp {
        top: 0
    }

    .header_nav ul li:hover ul.top_nav_spravochniki_ul {
        right: -20px;
    }

    .send_question textarea {
        width: 276px;
    }

    .cover_prep {
        float: none;
        width: auto
    }

    .cover_prep img {
        max-width: 160px;
        margin: 0 0 0 0;
    }

    .drug_info_alph p {
        margin-left: 0;
    }

    .group_anounce__container {
        width: 60%
    }

    .group_one {
        height: auto;
        line-height: normal;
    }

    #coworkers_filtr #Filter {
        width: 90%;
    }

    .create_form .inpt {
        width: 94%
    }

    .article_create .design-select {
        width: calc(100% - 160px);
        max-width: unset;
    }

    .article .add_comment {
        padding-left: 0px
    }

    .article form.add_comment textarea {
        margin-top: 0px;
        width: calc(100% - 74px);
        box-sizing: border-box;
        font-size: 16px;
    }

    .anons-articles-container__banner {
        width: 240px;
        margin: auto calc(50% - 120px);
    }

    .reference_catalog.partners {
        margin: 0 0 0 0;
    }

    .company_item {
        margin: 0 0 0 0;
        width: 100%;
    }

    .vote dd {
        width: 260px
    }

    .vote dt {
        width: 100%
    }

    .vernut {
        top: 0
    }

    .back_update {
        float: none;
    }

    .topic-comment-editor.comment_item {
        margin-left: 0 !important;
    }

    /*#popup-window-2.pop_box {width:260px; margin-left: -152px;}*/
    #popup-window-2.pop_box {
        width: 100%;
        left: 0;
        margin: 0;
        padding: 0;
    }

    #popup-window-2.pop_box input#hideuser_but {
        margin-bottom: 10px;
    }

    #my_privacy .design-select {
        width: 290px;
    }

    #bad_user {
        width: 94%
    }

    #edit-comment-attachments-input #write-comment-attachments-input {
        top: 80px;
        right: 5px;
        display: inline-block;
    }

    .input-buttons {
        left: 90%;
    }

    form.add_comment .b-btn__submit {
        width: 140px
    }

    #reload_photo .file_inp {
        width: 270px;
    }

    #reload_photo .file_inp .file_val {
        width: 150px;
    }

    .message_item .msg_user_badge {
        width: 90%;
        padding-bottom: 15px;
        max-width: 315px;
    }

    .message_item .msg_cont {
        width: 100%;
    }

    .message_item .msg_autor_info {
        width: 170px;
    }

    .message_item .buttons-list {
        /* padding-left: 0;
        margin: 15px 0; */
        width: 100%;
    }

    /* .message_item .buttons-list ul li:last-child{
        float: left;
    } */

    .preparaty-rate {
        width: 100%;
    }

    .vopros-vybor {
        margin-left: 0;
    }

    #edit-topic-form table {
        width: 100%;
    }

}


/* ������ ���������� ���� �� ������ ���������  */


@media only screen and (max-width: 500px) {
    .menu-item {
        margin-right: 48px;
    }
}

@media only screen and (max-width: 478px) {
    .menu-item {
        margin-right: 39px;
    }
}

@media only screen and (max-width: 456px) {
    .menu-item {
        margin-right: 30px;
    }

    .videos.tab_box.visible iframe {
        width: 100% !important;
    }

    .company_info iframe {
        max-width: 100% !important;
    }

    .attachment-item-container .tab_box.visible img {
        width: 100% !important;
    }
}

@media only screen and (max-width: 430px) {
    .menu-item {
        margin-right: 18px;
    }

    .pagination {
        justify-content: space-between;
    }

    .pagination li {
        margin: 0;
    }

    .article_create .row,
    #create-article-form .row,
    #edit-topic-form .row{
        flex-direction: column;
    }

    .article_create .row_name,
    #create-article-form .row_name,
    #edit-topic-form .row_name{
        text-align: left;
    }

    .article_create .row_value,
    #create-article-form .row_value,
    #edit-topic-form .row_value {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        justify-content: space-between;
    }

    .article_create .row_value textarea,
    .article_create .row_value .row_cont{
        width: 100%;
    }


    #edit-topic-form .inpt {
        width: 100%;
    }

    textarea#Styles {
        width: 100%;
        height: 100px;
    }

    textarea#Scripts {
        width: 100%;
        height: 100px;
    }

    #edit-topic-form .inpt {
        width: 100%;
    }

    #videoUrlInput {
        width: 95%;
    }

    #saveVideoAttachmentBtn {
        margin-top: 10px;
    }

    .article_create .design-select {
        width: 100%;
        max-width: unset;
    }
/*
    select[name="OpenStatus"] {
        width: calc(100% - 160px) !important;
        min-width: unset;
    } */

    .blogs_list_one_autor__podp {
        float: left;
        margin-left: 90px;
    }

    #search_users .first {
        width: 100%;
    }

    #search_users .last {
        width: 100%;
    }

    #search_user_form #Specialization.design-select {
        width: 100%;
        max-width: 356px;
    }

    .group_topics .concilium_item .cover_a {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .group_topics .concilium_item h4 {
        margin: 0;
    }

    .group_topics .concilium_item .conc_preview {
        display: inline;
        margin-left: 0;
    }

    #workers #add_worker {
        font-size: 14px;
    }

    .pub_po_spets2 a {
        font-size: 14px;
        line-height: 1;
    }
}

@media only screen and (max-width: 398px) {
    .menu-item {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 367px) {
    .menu-item {
        margin-right: 8px;
    }
}

@media only screen and (max-width: 369px) {
    .menu-item {
        margin-right: 6px;
    }

    ul.tagit {
        width: 100%;
    }
}

@media only screen and (max-width: 341px) {
    .menu-item {
        margin-right: 0;
    }

    .menu-item a {
        padding: 5px 7px;
    }
}

@media only screen and (max-width: 321px) {
    .menu-item {
        margin-right: 3px;
    }

    .menu-item a {
        padding: 5px 7px;
    }

    .pub_po_spets {
        font-size: 11px;
    }

    .pub_po_spets a {
        font-size: 10px;
        padding: 10px;
    }

    .interest-period.design-select {
        font-size: 11px;
        width: 92px;
    }

    .persona .item_manage {
        margin-left: 0;
    }

    .pagination li {
        font-size: 11px;
    }

    .tabs li.concilium_new,
    .tabs li.concilium_general {
        width: 45%;
    }

    .article-invitation .ui-dialog-title {
        font-size: 24px;
    }
    
    .div-gpt-ad-320x60 {
        margin-left: -15px;
    }
}

div#banner-container-richmedia {
    position: fixed;
    top: 50%;
    z-index: 1000000;
    margin-top: -300px;
}

.ui-datepicker {
    position: absolute;
    left: -99999px;
    top: -99999px;
    padding: 5px;
    border: 1px solid #e2ede2;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ui-datepicker th {
    font-weight: normal;
    font-size: 10px;
}

.ui-datepicker td {
    padding: 2px 5px;
    text-align: right;
}

.ui-datepicker-header {
    position: relative;
    text-align: center;
    margin: 3px 0 5px 0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: -4px;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
}

.ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker-next {
    right: 5px;
}

/*********************  M E S S A G E S  ****************************/

#messages {
    position: relative;
}

.user {
    position: relative;
    position: relative;
    display: inline-block;
    max-width: 400px;
    width: 100%;
    line-height: 21px;
}

.user h5 {
    margin: 0 0 0 70px;
}

.user .user_info {
    font-size: 11px;
    color: #898989;
    margin-top: 5px;
}

#messages .view_history {
    font-size: 14px;
    text-align: right;
    clear: both;
    display: inline-block;
    float: right;
    margin-top: 0;
}

#messages .user {
    width: auto;
}

#messages .view_history {
    width: auto;
}

.messages_box_container {
    display: inline-block;
    width: 100%;
}

.messages_box {
    position: relative;
    border: 4px solid #e2ede2;
    height: 285px;
    overflow: auto;
    margin: 5px 0;
}

.messages_box .message {
    position: relative;
    padding: 15px 30px 15px 20px;
}

.messages_box .message.odd {
    background: #f2f9f2;
}

.messages_box .message .close {
    right: 9px;
}

.messages_box .message p {
    font-size: 14px;
}

.messages_box .message p.msg_info {
    padding: 0 0 0 20px;
    margin: 0 0 5px 0;
    color: #b7b7b7;
    font-size: 14px;
    line-height: 1;
    background: url(../images/icons.png) no-repeat 0 -181px;
    width: 100%;
}

.messages_box .message.new p.msg_info {
    background-position: 0 -25px;
}

.messages_box .message p.msg_info span {
    margin: 0 10px;
}

#message_history .pagination,
#messages .pagination {
    border: 0;
    margin: 0 0 10px 0;
}

.send_message {
    margin: 0 0 100px 0;
}

.send_message textarea {
    width: 639px;
    height: 150px;
    margin: 20px 0 10px 0;
    font-size: 14px;
}

.send_message .smiles_box {
    float: left;
}

.send_message .button_left {
    float: right;
}

#Message {
    width: 99%;
    height: 100px;
    resize: vertical;
}

.smiles_box {
    position: relative;
    width: 101px;
    height: 33px;
    background: url(../images/sel_smile.png) no-repeat;
    z-index: 5;
}

.smiles_box ul {
    display: none;
    position: absolute;
    left: 0;
    top: -14px;
    width: 300px;
    padding: 0 0 0 0;
    background: #fff;
    z-index: 2;
    border: 2px solid #e2ede2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.smiles_box ul li {
    display: inline-block;
    float: left;
    width: 50px;
    height: 30px;
    text-align: center;
}

.smiles_box ul li img {
    cursor: pointer;
}

.smiles_box .sel_smile {
    padding: 5px 5px 5px 15px;
    text-align: center;
    cursor: pointer;
    line-height: 33px;
}

/*************** message_history **********************/

#message_history {}

.message_search label {
    display: block;
    color: #898989;
}

.message_search {}

.message_search .msg_user {
    float: left;
}

.message_search .msg_user .sel_val {
    width: 310px;
}

.message_search .search_msg {
    float: right;
    text-align: right;
}

#message_history .messages_box {
    height: 400px;
    clear: both;
}

.message_users {
    margin: 50px 0 30px 0;
    font-size: 14px;
}

.message_users li {
    margin-bottom: 5px;
}

.comment-backlight {
    background-color: #E8F4E8;
}

@keyframes flickerAnimation {
    0% {
        background-color: #359D66;
    }

    50% {
        background-color: #e96029;
        color: white;
        border-color: #e96029;
    }

    100% {
        background-color: #359D66;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        background-color: #359D66;
    }

    50% {
        background-color: #e96029;
        color: white;
        border-color: #e96029;
    }

    100% {
        background-color: #359D66;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        background-color: #359D66;
    }

    50% {
        background-color: #e96029;
        color: white;
        border-color: #e96029;
    }

    100% {
        background-color: #359D66;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        background-color: #359D66;
    }

    50% {
        background-color: #e96029;
        color: white;
        border-color: #e96029;
    }

    100% {
        background-color: #359D66;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 2s infinite;
    -moz-animation: flickerAnimation 2s infinite;
    -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;
}

.ac_results {
    width: 90% !important;
    max-width: 415px;
}

div#reference_drugs {
    margin-bottom: 15px;
}

.invite_user_form.contact_us i {
    font-size: 14px;
}

img.zero-pixel {
    width: 1px !important;
    height: 1px !important;
}