html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
}

.main a {
  color: #0975bd;
}

body {
  font-family: Roboto, Arial;
  font-size: 16px;
  color: #58595b;
  font-weight: 300;
}

body * {
  font-family: Roboto, Arial !important;
}

.center {
  text-align: center;
}

.front {
  width: 100%;
}

.front .container {
  width: 100%;
  padding: 0 0.125em;
  max-width: 100%;
}

.front .container .row {
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.front .container .row.inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0 0 0.125em;
  width: 100%;
}

.front .container .row .col {
  float: none;
  display: inline-block;
  float: none;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 -0.125em 5px;
}

.front .container .row .col.nop {
  padding: 0;
}

.front .container .row .col.nopl {
  padding-left: 0.125em;
}

.front .container .row .col.nopr {
  padding-right: 0;
}

.front .container .row.middle .col {
  vertical-align: middle;
}

.front .container .row.middle .col.fright {
  text-align: right;
  padding-right: 5px;
}

.col.logo {
  padding: 10px;
  text-align: center;
}

.header span {
  display: block;
}

.mbold {
  font-weight: 400;
}

.bold {
  font-weight: 500;
}

.partner .bold {
  font-size: 18px;
  margin-bottom: 5px;
}

.phone .bold {
  font-size: 24px;
  margin-bottom: 5px;
}

.mainmenu {
  width: 100%;
  background-color: #2e3641;
}

.mainmenu ul {
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 80px;
  padding: 0;
}

.mainmenu ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.mainmenu ul li a {
  display: inline-block;
  line-height: 80px;
  background-color: #2e3641;
  padding: 0 30px;
  color: #ffffff;
  text-decoration: none;
  transition: .2s;
}

.mainmenu ul li a:hover {
  color: #f97e76;
}

.mainmenu ul li a.active {
  background-color: #f97e76;
  text-decoration: none;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 940px) {
  .mainmenu ul li a {
    padding: 0 10px;
  }
}

.col.partner {
  padding-left: 35px;
  background-image: url("../eimg/addr.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px auto;
}

.col.phone .bold {
  padding: 0 5px 0 25px;
  background-image: url("../eimg/phone.svg");
  background-position: 0 7px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 20px auto;
}

.footer .col.phone .bold {
  background-image: url("../eimg/phonew.svg");
}

.fright {
  float: right;
  clear: right;
}

.mainmenu .fright a {
  line-height: inherit;
  margin: 7px 0 0;
}

.footer {
  width: 100%;
  background-color: #2e3641;
  color: #ffffff;
  padding: 30px 0;
  margin-top: 10px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

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

.footer h3 {
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
  padding: 0;
  margin: 0 0 20px;
}

.footer ul, .footer ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.footer span {
  display: block;
  margin-bottom: 10px;
}

.main {
  min-height: 500px;
}

.copyright {
  font-size: 13px;
}

.un {
  text-decoration: underline !important;
}

.footer span.inline {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.main ul.menu {
  padding: 0;
  margin: 0;
}

.main ul.menu li {
  display: block;
  padding: 0;
  margin: 0 0 10px;
}

.main ul.menu li a {
  display: block;
  line-height: 17px;
  color: #58595b;
  font-size: 16px;
  font-style: normal;
}

.main ul.menu li ul {
  padding: 10px 10px 0;
  display: none;
  position: relative;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.node p {
  margin: 0 0 20px 0;
}

.node ul {
  margin-left: 10px;
  margin-bottom: 15px;
}

.node ul li {
  margin-bottom: 5px;
}

.node hr {
  border: none;
  border-bottom: 1px solid #ddd;
}

.main .col h3, .ccenter h1 {
  font-weight: 500;
  font-size: 16px;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  background-color: #2e3641;
  color: #ffffff;
  margin: 10px 0 0;
}

.main .col h1.custom {
  font-weight: 500;
  font-size: 16px;
  padding: 7px 15px 0 15px;
  line-height: 18px;
  height: 50px;
  background-color: #2e3641;
  color: #ffffff;
  margin: 0;
  padding-left: 50px !important;
  background-image: url(../eimg/menu2.svg);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: auto 55%;
}

.main .col h1.custom .inner {
  max-width: 200px;
}

.col.ccenter .block, .col.left .block, .col.cright .block {
  margin-top: 20px;
  margin-bottom: 10px;
}

.block .econ {
  border: solid 1px #cccccc;
  border-top: none;
  padding: 10px 10px 10px 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.flr {
  margin-left: 5px;
  float: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

a.button, ul.menu li a.button {
  display: block;
  line-height: 40px;
  height: 40px;
  background-color: #f97e76;
  color: #ffffff;
  text-align: center !important;
  padding: 0;
  clear: left;
  text-decoration: none;
  margin-bottom: 15px;
}

.buttons__wrapper {
  display: flex;

}

.buttons__wrapper .button{
  margin-right: 1em;
  padding-inline: 1em;
}
}

a.button:hover, ul.menu li a.button:hover {
  background-color: #0975bd;
}

a.button:active, ul.menu li a.button:active {
  background-color: #2e3641;
}

.r10 {
  border-radius: 10px 10px;
}

.consultation h3 {
  padding-left: 50px !important;
  background-image: url(../eimg/comments.svg);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: auto 55%;
}

.navigation h3 {
  padding-left: 50px !important;
  background-image: url(../eimg/menu2.svg);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: auto 55%;
}

.hot h3 {
  padding-left: 50px !important;
  background-image: url(../eimg/hot.svg);
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: auto 55%;
}

.col img {
  max-width: 100%;
  height: auto;
}

.view-2013-news .views-row {
  clear: left;
}

.view-2013-news img {
  width: 90px !important;
  height: auto;
  margin-bottom: 10px;
  display: block;
  float: left;
  margin-right: 10px;
}

.view-2013-news .views-field-body {
  display: none;
}

.view-2013-news .views-field-title a {
  line-height: 20px;
  color: #58595b;
  font-size: 14px;
  font-weight: 300;
}

.cright img {
  width: 100%;
  height: auto;
}

.logo img {
  height: 100px;
  width: auto;
  margin: 0 auto;
}

.front .container .row .col.nop.left {
  padding-left: 0.125em;
}

.mainmenu ul li:first-child {
  margin-left: 0.125em;
}

.video-slider {
  position: relative;
  width: 100%;
  visibility: hidden;
}

.video-slider .item {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.video-slider .item.active {
  z-index: 2;
}

iframe.evideo {
  width: 100% !important;
  overflow: hidden;
!important;
}

a.edavideo-prev {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  background-color: #2e3641;
  line-height: 60px;
  width: 60px;
  text-align: center;
  left: 0;
  position: absolute;
  opacity: 0.9;
  z-index: 100;
  top: 50%;
  margin-top: -40px;
}

a.edavideo-next {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  background-color: #2e3641;
  line-height: 60px;
  width: 60px;
  text-align: center;
  right: 0;
  position: absolute;
  opacity: 0.9;
  z-index: 100;
  top: 50%;
  margin-top: -40px;
}

.main .pedia ul.menu li {
  margin: 0 0 11px;
  padding-right: 40px;
}

.main .pedia ul.menu li a {
  color: #f97e76;
  display: block;
  height: 34px;
  padding: 7.5px 10px 7.5px 30px;
  line-height: 22px;
  background-image: url(../eimg/med.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  overflow: hidden;
}

.front .container .row .col.block.med {
  margin-top: 15px;
}

.ccenter h1, .block.sim h3, .block.diag h3, .block.med h3, .block.zab h3, .block.lech h3 {
  background-color: #0975bd;
}

.cons span {
  display: block;
  color: #58595b;
  font-size: 14px;
  margin: 0;
}

.cons span a {
  display: block;
  color: #58595b;
  text-decoration: none;
  font-size: 16px;
}

.block.cons h3 {
  background-color: #f97e76;
}

.node .field-type-filefield {
  float: left;
  margin: 0 10px 10px 0;
}

.yashare-auto-init {
  display: block;
  position: relative;
  margin: -10px -5px 0;
  text-align: right;
  float: right;
  padding: 0 !important;
}

ul.links.inline {
  padding: 0;
}

ul.links li {
  padding: 0;
}

li.statistics_counter.first.last {
  text-align: right;
  display: block;
}

.main .col .view h3 {
  background-color: transparent;
  color: #58595b;
  padding: 0;
  margin: 5px 0 0;
  line-height: normal;
  height: auto;
  font-size: 16px;
}

.view-consultations .views-row {
  padding: 10px;
}

.view-consultations .views-row:nth-child(2n+1) {
  background-color: #f1f1f1;
}

.view-consultations .views-field-created {
  text-align: right;
  font-size: 14px;
  float: right;
  margin-left: 10px;
}

.views-field-title a {
  color: #2e3641;
  font-weight: 500;
}

span.label {
  color: #2e3641;
  padding: 0;
  font-size: 16px;
}

.node span.submitted {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}

.doctor_who {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  margin-bottom: 10px;
}

h2 {
  padding: 0;
  margin: 0 0 10px;
  font-size: 18px;
  /*font-weight: 500;*/
}

.node h2 {
  margin: 20px 0;
}

.node .terms {
  padding: 10px;
  background-color: #f1f1f1;
  display: block;
  margin: 20px 0 10px 0;
}

.type-question span.submitted a, .view-answer span.submitted a {
  font-weight: 500;
  font-size: 15px;
}

.type-question span.submitted, .view-answer span.submitted {
  float: none;
  margin-left: 10px;
  font-size: 13px;
  text-align: left;
  margin: 0;
  height: auto;
  display: block;
  padding-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.doctor_who img {
  width: 100px;
  height: auto;
}

.type-question span.label {
  display: none;
  margin-bottom: 5px;
}

.files-row {
  margin: 10px 0;
}

.form-text, .form-select, .form-textarea {
  max-width: 100%;
}

.node-add-question #node-form {
  text-align: center;
}

.node-add-question #node-form {
  text-align: center;
}

.node-add-question #node-form > div {
  text-align: left;
}

#edit-cancel, .form-submit {
  background-color: #f97e76;
  border: none;
  display: inline-block;
  padding: 0 50px;
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

#edit-cancel, .form-submit:hover {
  background-color: #0975bd;
}

#edit-cancel, .form-submit:active {
  background-color: #2e3641;
}

#edit-preview {
  background-color: #999999;
}

#edit-delete {
  background-color: #ff0000;
}

.ver_slider {
  height: 210px;
  overflow: hidden;
  position: relative;
}

.pedia .econ {
  position: relative;
}

.ver_slider ul.menu {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.slider_up {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-image: url("../eimg/arrow-up.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 10;
}

.slider_down {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-image: url("../eimg/arrow-down.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 10;
}

.view-consultations .views-field.views-field-title a {
  font-size: 18px;
}

.view .views-row {
  margin-bottom: 10px;
}

.node iframe {
  max-width: 100%;
}

.main .ya-share2 {
  display: block;
  float: none;
  width: inherit;
}

.block ul {
  padding: 0;
}

.fb-cache-clear {
  float: right;
}

.ya-share2 {
  height: 35px;
}

/*pager*/
.pagination {
  margin: 20px 0;
}

.pagination ul {
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a {
  font-size: 12px;
  padding: 5px;
  border: solid 1px #ccc !important;
  margin: 1px;
  min-width: 30px;
}

.pagination ul > li > a, .pagination ul > li > span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  float: left;
  line-height: 20px;
  padding: 4px 12px;
  text-decoration: none;
}

.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
  background-color: #F5F5F5;
}

.pagination ul > .active > a, .pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #999999;
  cursor: default;
}

.pagination ul > li:first-child > a, .pagination ul > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
  border-top-left-radius: 4px;
}

.pagination ul > li:last-child > a, .pagination ul > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a, .pagination-large ul > li > span {
  font-size: 17.5px;
  padding: 11px 19px;
}

.pagination-large ul > li:first-child > a, .pagination-large ul > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-large ul > li:last-child > a, .pagination-large ul > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-mini ul > li:first-child > a, .pagination-small ul > li:first-child > a, .pagination-mini ul > li:first-child > span, .pagination-small ul > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pagination-small ul > li > a, .pagination-small ul > li > span {
  font-size: 11.9px;
  padding: 2px 10px;
}

.pagination-mini ul > li > a, .pagination-mini ul > li > span {
  font-size: 10.5px;
  padding: 0 6px;
}

.pager {
  list-style: none outside none;
  margin: 20px 0;
  text-align: center;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 14px;
}

.pager li > a:hover, .pager li > a:focus {
  background-color: #F5F5F5;
  text-decoration: none;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  background-color: #FFFFFF;
  color: #999999;
  cursor: default;
}

span.pagination.pagination-centered {
  display: block;
}

.pagination .item-list ul li {
  margin: 0;
}

.eda-edit {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../eimg/pencil.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.col.ccenter .block {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
}

.col.ccenter {
  margin-top: 10px !important;
}

.footer {
  margin-top: 20px;
}

.view-uronews .views-row {
  clear: left;
  margin-bottom: 20px;
  min-height: 75px;
}

.view-uronews .views-field-phpcode {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.ccenter h1 {
  height: auto;
  position: relative;
  line-height: 25px;
  padding: 12.5px 45px 10px 20px;
  min-height: 50px;
}

.form-textarea {
  height: 150px;
  line-height: 25px;
}

.node-add-question .collapsible.collapsed {
  display: none;
}

.eda-upload ul li {
  border: 1px solid #CCCCCC;
  display: block;
  height: auto !important;
  margin-bottom: 15px;
  padding: 15px;
  text-align: center;
  line-height: normal !important;
  min-height: 160px;
}

.eda-upload .progress {
  width: 100px;
  height: 100px !important;
  line-height: normal;
  min-height: 100px !important;
  padding: 33px 10px;
}

#node-form .form-text.error, #node-form .form-select.error, #node-form .form-textarea.error {
  border: solid 1px #ff0000;
}

.terms .label.bold {
  color: #2e3641;
  padding: 0;
  font-size: 16px;
}

.type-page .node .terms,
.type-news .node .terms {
  background-color: transparent;
  padding: 0;
}

.type-page .node .terms ul,
.type-news .node .terms ul {
  overflow: hidden;
  height: 100px;
  display: block;
  position: relative;
  margin-top: 2px;
}

.type-page .node .terms ul li,
.type-news .node .terms ul li {
  line-height: 25px;
  display: inline-block;
  float: none;
  margin-bottom: 10px;
  margin-right: 10px;
}

.type-page .node .terms ul li a,
.type-news .node .terms ul li a {
  display: block;
  line-height: 27px;
  background-color: #f97e76;
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
}

.main table, .main table td, .main table th {
  border: solid 1px #ccc;
}

div.main tbody {
  border: none;
}

.main table td, .main table th {
  border-top: none !important;
  border-left: none !important;
  padding: 5px;
}

.main table[border="0"], .main tbody, table[border="0"] td, .main table[border="0"] th {
  border: none;
}

div.main table {
  border-right: none;
  border-bottom: none;
  margin-bottom: 10px;
}

.book-navigation {
  padding-top: 10px !important;
  clear: both;
}

.book-navigation ul.menu {
  padding: 10px 0 0;
  margin: 10px 0 0;
  display: block;
}

li.book_add_child, li.book_printer {
  display: none !important;
}

.node .terms li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.view .col img {
  width: 100%;
  height: auto;
}

.view .views-field-field-img-fid {
  margin-bottom: 5px;
}

.front .container .view.row .col {
  margin-bottom: 20px;
}

.profile .picture {
  float: none;
  margin: 0;
}

.profile .picture img {
  width: 100%;
  height: auto;
}

.view-newconsultants label {
  font-weight: 300;
  margin-right: 5px;
}

.doctor_photo {
  margin-bottom: 5px;
}

.messages.error {
  display: none;
}

.messages.status {
  padding: 10px;
  background-color: #e7ffe3;
  margin-bottom: 10px;
}

.col.views-row .views-field-field-img-fid .play {
  border: 2px solid #f97e76;
  border-radius: 100%;
  display: inline-block;
  height: 14px !important;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 14px !important;
  opacity: 0.8;
  box-sizing: initial;
  background-color: #fff;
}

.col.views-row .views-field-field-img-fid .play span {
  border-bottom: 7px solid transparent;
  border-left: 14px solid #f97e76;
  border-top: 7px solid transparent;
  display: block;
  height: 0;
  margin-left: 3px;
  width: 0;
  box-sizing: initial;
}

.views-row .views-field-field-img-fid {
  position: relative;
  display: block;
}

.page_tests ul li {
  list-style: none;
  padding: 0;
}

.page_tests a.a-tests {
  display: block;
  width: 300px;
  line-height: 40px;
  height: 40px;
  background-color: #f97e76;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  padding-left: 10px;
  margin-bottom: 10px;
}

.a-tests span {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  float: left;
  background-color: #ffffff;
  margin-top: 7.5px;
  margin-right: 10px;
  border-radius: 100%;
  text-decoration: none;
  text-align: center;
  color: #f97e76;
  color: #f97e76;
  font-size: 15px;
  font-weight: 500;
}

.page_tests ul li ul {
  display: none;
}

.page_tests ul li ul.active {
  display: block;
}

.page_tests .econ {
  margin-bottom: 20px;
}

.page_tests {
  margin: 15px 0 30px 0;
}

fieldset.collapsible.collapsed {
  display: none;
}

.user-admin fieldset.collapsible.collapsed {
  display: block;
  margin-bottom: 20px;
}

legend, legend a {
  font-size: 14px;
  text-decoration: none;
}

ul li {
  list-style-position: inside;
  padding-left: 5px;
}

.pedia h3 {
  padding: 0 !important;
}

.pedia h3 a {
  display: block;
  line-height: 50px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  padding: 0 10px 0 15px;
}

.node-more {
  text-decoration: underline;
}

li.statistics_counter {
  display: none !important;
}

li.statistics_counter {
  display: none !important;
}

.user-admin li.statistics_counter {
  display: block !important;
}

.view-answer a.button.r10 {
  display: inline-block;
  padding: 0 15px;
  text-decoration: none;
  font-weight: bold;
}

.node-add-question .collapsible.collapsed, .node-add-answer .collapsible.collapsed, .teaser-button-wrapper {
  display: none !important;
}

.node-add-question #edit-preview, .node-add-answer #edit-preview {
  display: none !important;
}

.main .col .view.profile h3 {
  border: none;
  margin-bottom: 15px;
}

.profile label {
  display: inline-block;
  margin-right: 5px;
  min-width: 155px;
}

.item.name.bold .field-value {
  font-size: 15px;
}

.mobile.mmenu {
  display: none;
  width: 40px;
  height: 40px;
  background-image: url("../eimg/mmenu3.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  max-width: 100%;
}

.mobilemenu {
  display: none;
}

.mobilemenu.active {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 10000;
  background-color: #dedede;
  padding: 20px;
}

.mobilemenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobilemenu ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobilemenu ul li a {
  display: block;
  line-height: 30px;
  color: #2e3641;
  font-size: 18px;
}

.mobilemenu .a-close {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../eimg/close.svg);
  background-position: 50% 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 10001;
}

.emobile {
  display: none !important;
}

.emobile.col {
  display: none !important;
}

.enotmobile {
  display: block !important;
}

.enotmobile.col {
  display: inline-block !important;
}

.main .ya-share2 span {
  margin: 0;
}

/*mobile*/
@media (min-width: 1599px) {
  .col-bg-2 {
    width: 16.66666667%;
  }

  .col-bg-7 {
    width: 58.33333333%;
  }

  .col-bg-3 {
    width: 25%;
  }
}

@media (max-width: 1240px) {
  li.pager-first.first {
    display: none;
  }

  li.pager-last.last {
    display: none;
  }
}

@media (max-width: 1199px) {
  .main .col h3 {
    font-size: 13px;
  }

  .footer .col.phone .bold {
    font-size: 18px;
  }
}

@media (max-width: 999px) {
  div.main .node table {
    overflow: auto;
    display: block;
    width: 100% !important;
  }

  div.main .node tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    width: 100% !important;
  }

  .notmob {
    display: none !important;
  }

  #admin-menu {
    display: none;
  }

  body.admin-menu {
    margin-top: 0px !important;
  }

  .logo img {
    height: auto;
    width: 150px;
    margin: 5px auto;
  }

  .phone span {
    font-size: 12px;
  }

  .main .col h3 {
    font-size: 15px;
  }

  .col.phone .bold {
    font-size: 15px;
    line-height: 30px;
  }

  .front .container .row.middle .col.fright {
    padding-right: 5px !important;
  }

  .front .container .row.middle .col {
    vertical-align: top;
  }

  .front .container .row .col {
    padding: 0 0 0 0.125em !important;
    vertical-align: top;
  }

  .front .container .row .col.phone {

  }

  .front .container .row .col.partner {
    float: none;
    text-align: left;
    padding-left: 35px !important;
  }

  .footer {
    text-align: center;
  }

  .edavideo-title {
    line-height: 12px;
    font-size: 14px;
  }

  a.edavideo-prev, a.edavideo-next {
    width: 40px;
    line-height: 40px;
    margin-top: -20px;
  }

  .col.ccenter .block, .col.left .block, .col.cright .block {
    margin-top: 10px !important;
  }

  .partner .bold {
    font-size: 14px;
  }

  .front .container .row .col.partner {
    font-size: 14px;
    margin-top: 5px;
  }

  .footer {
    margin-top: 20px;
  }

  .front .container .row .view-consultations .col.nopr {
    padding-left: 15px !important;
  }
}

@media (max-width: 999px) {
  .hidden-md {
    display: none !important;
  }

  .col.ccenter {
    margin-top: 0px !important;
  }
}

@media (max-width: 767px) {
  .front .container .row.middle .col.eright .col {
    display: block !important;
    clear: right;
  }

  .col.emobile .phone {
    margin-top: 6px !important;
  }

  .logo img {
    height: auto;
    width: 95%;
    margin: 5px auto;
  }

  .emobile .phone, .emobile .partner {
    display: block !important;
    width: 230px;
    float: right !important;
    max-width: 100%;
    background-size: 20px auto !important;
    background-position: 2px 2px;
  }

  .front .container .row .col.partner {
    padding-left: 28px !important;
    background-size: 25px auto;
    margin: 0;
  }

  .col.phone .bold {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 0;
  }

  .front .container .row .col.phone {
    margin: 0;
  }

  .col.partner span {
    font-size: 14px;
  }

  .col.partner span.bold {
    font-size: 14px;
  }

  .emobile .partner .bold {
    margin: 0;
  }

  .mobile.mmenu {
    display: inline-block;
  }

  .col.logo {
    text-align: left;
  }

  .logo .emobile.col {
    vertical-align: middle !important;
    margin-top: 10px !important;
    text-align: center;
  }

  .hidden-xs {
    display: none !important;
  }

  .col.ccenter {
    margin-top: 0px !important;
  }

  .emobile {
    display: block !important;
  }

  .emobile.col {
    display: inline-block !important;
  }

  .enotmobile {
    display: none !important;
  }

  .enotmobile.col {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .emobile .phone, .emobile .partner {
    display: block !important;
    width: 200px;
    float: right !important;
    max-width: 100%;
    background-size: 20px auto !important;
    background-position: 2px 2px;
  }

  .col.partner span {
    font-size: 12px;
  }

  .col.partner span.bold {
    font-size: 12px;
  }

  .col.phone .bold {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .emobile .phone, .emobile .partner {
    display: block !important;
    width: 180px;
    float: right !important;
    max-width: 100%;
    background-size: 20px auto !important;
    background-position: 2px 2px;
  }

  .col.partner span {
    font-size: 10px;
  }

  .col.partner span.bold {
    font-size: 12px;
  }

  .col.phone .bold {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 0;
  }
}

@media (max-width: 320px) {
  .emobile .phone, .emobile .partner {
    display: block !important;
    width: 150px;
    float: right !important;
    max-width: 100%;
    background-size: 20px auto !important;
    background-position: 2px 2px;
  }

  .col.partner span {
    font-size: 8px;
  }

  .col.partner span.bold {
    font-size: 10px;
  }

  .col.phone .bold {
    font-size: 14px;
    line-height: 33px;
    margin-bottom: 0;
  }

  .col.partner span.bold {
    font-size: 10px;
  }

  .col.partner span {
    font-size: 8px;
  }

  .col.phone .bold {
    font-size: 14px;
    line-height: 30px;
  }

  .phone span {
    font-size: 12px;
  }

  .front .container .row.middle .col.fright {
    padding-right: 5px !important;
  }
}

/*admin*/
#node-form {
  font-size: 14px !important;
}

#node-form .resizable-textarea {
  width: 100%;
}

.form-text, .form-select, .form-textarea {
  width: 100% !important;
  border: solid 1px #ccc;
  background-color: #ffffff;
  padding: 0 0 0 5px;
  margin: 0;
  line-height: 25px;
}

#node-form .form-text, #node-form .form-select {
  min-height: 27px;
}

#node-form .buttons {
  margin-top: 30px;
}

.grippie {
  display: none;
}

#node-form fieldset.collapsible.collapsed {
  margin-bottom: 10px !important;
}

#node-form div.teaser-button-wrapper {
  padding-right: 0;
}

#node-form fieldset.collapsible.collapsed {
  border: none;
}

#node-form fieldset {
  border: solid 1px #ccc;
}

#node-form fieldset.collapsible a, #node-form fieldset.collapsible legend, #node-form fieldset legend {
  line-height: 150%;
  font-size: 14px;
  border: none !important;
  display: inline-block !important;
  width: auto !important;
  margin: 0 5px;
  text-decoration: none;
}

html.js #node-form input.form-autocomplete {
  background-position: 100% 6px;
}

html.js #node-form input.throbbing {
  background-position: 100% -14px; /* LTR */
}

#node-form .container-inline-date {
  margin-top: 0;
  width: 100%;
}

#node-form .container-inline-date .form-item > div {
  display: inline-block;
  width: 30%;
  margin-right: 2%;
}

.files ul li a img {
  margin-left: 0;
}

.view.view-consultations .doctor_photo img {
  display: block;
  border-radius: 100%;
}

.view.view-consultations .field-content .row {
  margin-top: 10px;
}

.main .col .view.view-consultations h3 {
  color: #f97e76;
}

.view-taxonomy-term2 span.label {
  display: none;
}

.view-taxonomy-term2 .clear-block.clear {
  display: none;
}

.qBody {
  font-size: 16px;
}

.qTitle {
  font-weight: 400;
  color: #000;
  font-size: 20px;
  margin: 10px 0;
}

.qText {
}

.qFile {
  margin: 20px 0;
}

.qFItem {
  display: inline-block;
  vertical-align: top;
  margin: 20px;
}

.qFImage {
}

.login-box {
  max-width: 320px;
  margin: 50px auto;
  border: 1px solid #ddd;
  padding: 20px;
}

.login-box ul, .login-box li {
  list-style: none !important;
  margin: 0 !important;
}

.login-box ul {
  margin-top: 15px !important;
}

#myModal .modal-body {
  padding: 50px 50px 20px 50px;
}

#myModal .modal-body .age-box {
  text-align: center;
  font-size: 100px;
  font-weight: 100;
  color: #aaa;
  margin-top: -10px;
}

#myModal .modal-body .attention-message {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}

#myModal .modal-body button, .modalZap .modal-body button {
  display: block;
  line-height: 40px;
  height: 40px;
  background-color: #f97e76;
  color: #ffffff;
  text-align: center !important;
  clear: left;
  text-decoration: none;
  border: none;
  padding: 0 20px;
  font-weight: 400;
  border-radius: 4px;
  transition: .2s;
  margin: 20px auto 0 auto;
}

#myModal .modal-body button:hover,
.modalZap .modal-body button:hover {
  background-color: #337ab7;
}

.modalZap .modal-body button {
  line-height: 0;
  margin-top: 50px;
}

.modalZap .modal-body {
  padding: 50px;
  font-size: 24px;
  text-align: center;
}

b, strong{
  font-weight: bold;
}

.modalZap .modal-body strong {
  color: #f97e76;
}

.modalZap .modal-body span {
  display: block;
  text-align: center !important;
  line-height: 16px;
  margin-bottom: -38px;
}

div#edit-taxonomy-tags-5-wrapper .description {
  display: none;
}

.node ul.ya-share2__list {
  margin: 0;
}

.view.view-answer h3 {
  color: #F97E74 !important;
}

.files span.imgspan {
  display: none;
}

.page-files-arh span.imgspan{
  display: block;
  color: darkgray;
  font-size: 0.8em;
}

a > img {
  outline: none !important;
}

a.eda-body-show-editor.button.round {
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 20px 0;
}

a.opentemplate.button.round.right {
  float: right;
  padding: 0 15px;
}

/*reply template*/
#replytemplate {
  max-width: 100%;
  width: 50%;
  float: right;
  position: relative;
  clear: both;
}

#replytemplate .label {
  display: inline-block;
  float: right;
}

#template {
  display: none;
  position: absolute;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  z-index: 100;
  border: solid 1px #ccc;
  margin-left: -1px;
}

/*#replytemplate:hover #template {display: block;}*/
#template .items {
  clear: both;
  padding: 10px;
  border: solid 1px #ccc;
  height: 192px;
  overflow-y: scroll;
}

#template .items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#template .items ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  float: left;
  clear: left;
  height: auto;
  min-height: 30px;
}

#node-form #replytemplate #template #titlesave {
  width: 65% !important;
  height: 40px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#edit-field-closer-p-0-uid-uid-wrapper, #edit-field-close-p-value-wrapper, #edit-field-close-comment-0-value-wrapper {
  display: none;
}

#template a.tpaste {
  float: left;
  line-height: 17px;
  display: block;
  width: 80%;
  font-size: 16px;
}

#template a.tdelete {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -50px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-image: url(../images/tdel.svg);
  text-indent: -1000px;
  overflow: hidden;
  background-size: 100% auto;
}

#template a.tedit {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -18px;
  margin-right: 5px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-image: url(../images/tedit.svg);
  text-indent: -1000px;
  overflow: hidden;
  background-size: 100% auto;
}

#template a.savetemplate {
  width: 30%;
  float: right;
  clear: inherit;
  font-size: 12px;
  margin-bottom: 10px;
}

#templates {
  width: 100%;
}

#templates #template1 {
  width: 198px;
  height: 400px;
  float: left;
  margin-right: 10px;
}

#templates #template2 {
  width: 198px;
  height: 400px;
  float: left;
  margin-right: 10px;
}

#templates .items {
  position: relative;
  padding: 5px;
  height: 185px;
  border: solid 1px #cccccc;
  background-color: #ffffff;
  overflow-y: auto;
}

#templates .items li {
  position: relative;
}

#templates #template1 label, #templates #template2 label {
  height: 40px;
}

#templates .textclass2 {
  float: left;
  width: 280px;
}

#templates .textclass1 {
  float: left;
  width: 492px;
}

#templates #text .textarea textarea {
  width: 100%;
  height: 332px;
}

#templates .label {
  font-size: 12px;
  font-weight: bold;
}

#templates .textclass1 #titlesave {
  width: 390px;
  height: 23px;
  float: left;
  margin-right: 10px;
  margin-bottom: 4px;
}

#templates .textclass2 #titlesave {
  width: 180px;
  height: 23px;
  float: left;
  margin-right: 10px;
  margin-bottom: 4px;
}

#templates a.button {
  width: 62px;
  display: inline-block;
  border: 0;
  background-color: transparent;
  background-image: url(../images/button_form_1px.jpg);
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  height: 27px;
  line-height: 27px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 5px;
  border-radius: 7px;
  overflow: hidden;
}

#templates .panel .label {
  margin-top: 14px;
}

#templates .items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#templates .items ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  float: left;
  clear: left;
}

#templates a.tpaste {
  float: left;
  line-height: 12px;
  display: block;
  width: 165px;
}

#templates a.tdelete {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -20px;
  display: block;
  width: 12px;
  height: 12px;
  line-height: 20px;
  background-image: url(../images/del_s.png);
  text-indent: -1000px;
  overflow: hidden;
}

#templates a.tedit {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -8px;
  display: block;
  width: 12px;
  height: 12px;
  line-height: 20px;
  background-image: url(../images/edit_s.png);
  text-indent: -1000px;
  overflow: hidden;
}

#templates #text {
  display: none;
}

#templates .bright {
  float: right;
  margin-top: 5px;
}

#templates #text .textarea {
  position: relative;
}

#template .items li {
  position: relative;
}


@media (max-width: 999px) {
  a.eda-body-show-editor.button.round, a.opentemplate.button.round.right {
    width: 100%;
    margin-bottom: 10px;
  }

  .doctor_photo {
    padding: 0 10px;
  }
}

@media (max-width: 1200px) {
  #replytemplate {
    width: 100%;
  }
}

.eda-upload ul li .block-desc .delete {
  position: absolute;
  right: 0;
  top: 0;
  margin: 5px;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-image: url(../images/tdel.svg);
  text-indent: -1000px;
  overflow: hidden;
  background-size: 100% auto;
}

.eda-upload ul li a img {
  width: 100%;
  height: auto;
  max-width: 100px;
}

.eda-upload ul li {
  position: relative;
}

.eda-upload ul li a {
  width: 20%;
  text-align: left;
}

.eda-upload ul li .block-desc {
  width: 60%;
}

input.description {
  line-height: 25px;
  border: solid 1px #ccc;
  width: 100% !important;
  height: 25px;
}

#node-form .eda-upload ul li .block-desc label {
  margin-top: 0;
}

.eda-upload ul li .imgspan {
  display: none;
}

.node .terms ul.links.inline {
  margin-left: 0;
}

#simplemeta-meta-form.simplemeta-meta-form-ajax .form-close {
  width: 65px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px 0 0;
  font-size: 12px;
  display: none;
}

.admin-menu #simplemeta-meta-form.simplemeta-meta-form-ajax .form-close {
  display: block;
}

.block.bblock img {
  width: 100%;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

@media (max-width: 769px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
}

.main .col h4 {
  font-weight: 700;
  font-size: 18px;
  padding: 0 15px 0 0;
  line-height: 50px;
  height: 50px;
  background-color: transparent;
  color: #f97e76;
  margin: 10px 0 0;
}

.main .col h5 {
  font-size: 16px;
  color: #58595b;
  font-weight: 700;
  padding: 0 15px 0 0;
}

.main .col h4 {
  line-height: 20px;
  height: auto;
  margin-bottom: 10px;
}

.answer img {
  display: block;
  margin: 10px 0 !important;
  padding: 0;
}

@media (max-width: 999px) {
  .node-294325 .block.consultation, .node-294325 .breadcrumb, .node-294325 h1, .node-294325 .fb-cache-clear, .front.node-294325 .container .row .col.nop.left {
    display: none !important;
  }

  .node-294325 .block .econ {
    border: none;
    padding-top: 0;
  }
}

.forms {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 400;
}

.wraper {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  z-index: 400;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.eda-form {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  text-align: center;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.eda-form form {
  width: 90%;
  height: auto;
  max-height: 83%;
  max-width: 600px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px 10px;
  margin: 5% auto 0 auto;
  position: relative;
  overflow: auto;
}

.eda-form .title {
  font-size: 20px;
  text-align: center;
  padding: 0 0 30px 0;
  color: #f97e76;
  font-weight: 300;
}

.eda-form input {
  border: solid 1px #cccccc;
  background-color: #ffffff;
  margin: 10px 0;
  padding: 0 0 0 5px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 300;
  color: #000000;
}

.eda-form .button.submit {
  display: inline-block;
  margin: 30px auto 10px auto;
  height: 40px;
  background-color: #f97e76;
  color: #ffffff;
  line-height: 40px;
  font-size: 20px;
  position: relative;
  text-decoration: none;
  padding: 0 30px;
  font-weight: 300;
}

.eda-form .edaclose {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
  font-weight: 300;
  color: #f97e76;
  z-index: 500;
}

.edasoc {
  margin-top: 20px;
  display: block;
}

ul.links.inline {
  padding: 0;
  margin: 0;
}

.type-blog .main .col h3 {
  padding: 0;
  margin: 10px 0;
  line-height: normal;
  background-color: transparent;
  height: auto;
}

#comments .submitted {
  margin-bottom: 5px;
}

#comments ul.links {
  margin: 0;
  padding: 0;
}

.node.comment {
  margin-bottom: 15px;
}

#comments p {
  margin-bottom: 5px;
}

#comments .submitted > div {
  margin-bottom: 10px;
}

#comments .submitted > div {
  margin-bottom: 10px;
}

#comments h4.small-orange-title {
  color: #2e3641;
  margin-bottom: 20px !important;
  display: block;
  font-size: 16px !important;
}

#comments span.submitted {
  width: 70%;
}

#comments .doctor_who {
  max-width: 20%;
  margin-right: 1%;
}

#comments .doctor_photo {
  padding: 0;
}

.node-blog .links ul.links li {
  margin: 10px 0;
  display: block;
}

.comment-author a {
  font-size: 16px;
  font-weight: 500;
}

li.blog_usernames_blog {
  display: none !important;
}

.main ul.menu li.expanded ul {
  display: block;
}

.main ul.menu li.expanded > ul > li.active-trail a {
  font-weight: 400;
}

.main ul.menu > li.active-trail > a {
  font-weight: 400;
}

.col-sm-6.p10 {
  padding: 10px;
}

.row.pm10 {
  margin: 10px -15px !important;
  width: auto !important;
}

.view-reviewers .views-field-title {
  margin: 5px 0;
}

#edit-taxonomy-tags-17-wrapper {
  display: none !important;
}

div#node-11 {
  display: none;
}

.cons h3 a {
  color: #ffffff;
}

.type-news .terms {
  display: none;
}

.header a.phone {
  line-height: 30px;
  color: #f97e76;
  font-weight: bold;
  font-size: 20px;
}

.left .mb10 {
  margin-bottom: 20px;
}

.webform-client-form input[type="text"],
.webform-client-form input[type="number"],
.webform-client-form select {
  max-width: 300px;
  border-radius: 5px;
  height: 40px;
  padding-left: 5px;
}

.webform-client-form .form-submit {
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
}

.page_tests a.a-tests {
  width: 400px;
}

.time-work {
  font-size: 12px;
  color: #2e3641;
}

.node.node-narrativy .swiper-container {
  max-width: 500px;
}

.cons a.allnarratives {
  float: right;
  color: #fff;
  line-height: 50px;
  margin-right: 10px;
}

.front .container .row.socseti {
  display: flex;
  padding: 0;
}

.row.socseti .col-12 {
  width: 100%;
}

.row.socseti a {
  display: block;
  margin: 0 0 0 5px;
}

.row.socseti > div {
  line-height: 50px;
}

.row.socseti a img {
  border-radius: 5px;
  overflow: hidden;
}

.footer .row.socseti .col-12 {
  width: 120px;
}

.header .row.socseti .col-12 {
  width: 100%;
}

@media (max-width: 767px) {
  .footer .row.socseti {
    display: flex;
    margin: auto;
    text-align: center;
    width: 240px;
  }
}

.header .b-phone a.phone {
  font-size: 14px;
}

.header .b-phone {
  text-align: right;
  padding-right: 5px;
  width: 160px;
  right: 0;
  position: absolute;
}

@media (max-width: 320px) {
  .header .b-phone a.phone {
    font-size: 12px;
  }
}

div#toolbar-administration {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.n-title a {
  display: block;
  color: #58595b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin: 5px 0;
}

.e-item {
  margin: 15px 0;
}

.n-desc {
  display: block;
  color: #58595b;
  font-size: 14px;
}

.row.socseti > div {
  padding: 0 0 0 10px;
}

.front .container .footer .row.socseti > div {
  padding: 0 5px;
}

.row.socseti a {
  display: block;
  margin: 0;
}

.col.col-sm-4.col-xs-6.phone.fright.enotmobile {
  text-align: right;
}

.front .container .row .col {
  margin: 0 -0.125em;
}

:root {
  --swiper-theme-color: #f97e76;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #f97e76 !important;
}

.block-narratives .swiper-container .swiper-pagination.swiper-pagination-progressbar {
  top: auto;
  bottom: 0;
}

.cright .col-auto {
  padding: 0;
}

.cright .n-img {
  width: 90px;
}

.front .container .row {
  margin: 0 -15px;
  padding: 0 5px;
  width: auto;
}

.block.consultation {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.col.ccenter .block {
  margin: 5px 0 15px !important;
}

.block.cons {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.main .col h3, .ccenter h1 {
  margin: 0;
}

.col.ccenter .block, .col.left .block, .col.cright .block {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.n-img img {
  display: block;
  border-radius: 7px;
}

.block-narratives img {
  display: block;
  border-radius: 7px;
}

.container {
  width: 100%;
  padding: 0 !important;
  max-width: 100%;
  overflow-x: hidden;
}

.front .container .footer .row.socseti > div {
  padding: 0 0 0 20px;
}

.row.socseti > div {
  line-height: 35px;
}

.copyright {
  font-size: 13px;
  margin-top: 10px;
}

.front .container .row.socseti {
  display: flex;
  padding: 5px 0;
}

.pager li {
  display: inline;
  vertical-align: middle;
}

.pager li > a, .pager li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 7px;
  display: inline-block;
  padding: 5px 10px;
}

.block.video .play {
  border: 2px solid #f97e76;
  border-radius: 100%;
  display: inline-block;
  height: 14px !important;
  left: 50%;
  margin-left: -19px;
  margin-top: -19px;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 14px !important;
  opacity: 0.8;
  box-sizing: initial;
  background-color: #fff;
}

.block.video .play span {
  border-bottom: 7px solid transparent;
  border-left: 14px solid #f97e76;
  border-top: 7px solid transparent;
  display: block;
  height: 0;
  margin-left: 3px;
  width: 0;
  box-sizing: initial;
}

.n-img {
  position: relative;
}

.ccenter h1 a {
  color: #fff;
}

.ccenter h1 a.edit {
  color: #fff;
  float: right;
  font-weight: 300;
  font-size: 12px;
}

.ccenter h1 {
  height: auto;
  position: relative;
  line-height: 25px;
  padding: 12.5px 20px 10px 20px;
  min-height: 50px;
}

.cright .col-auto {
  padding: 0 0 0 5px;
}

div[data-drupal-messages] {
  background-color: palegreen;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  margin-top: 5px;


}

div[data-drupal-messages]:has(.backtrace){
  display: none;
}

.nop {
  padding: 0 !important;
}

.nopr {
  padding-right: 0 !important;
}

.doctor_photo {
  width: 100px;
}

.b-answer .doctor_photo {
  border-radius: inherit;
  overflow: hidden;
  margin-top: 10px;
}

.node-question .label {
  display: none;
}

.node-question span.field-value {
  margin: 0;
}

.front .container .node-question .row {
  margin: 0 -15px;
  padding: 0;
  width: auto;
}

.node span.submitted {
  display: inline-block;
  margin-left: 0;
  font-size: 14px;
}

.views-element-container .meta {
  display: none;
}

.views-element-container .buttons {
  display: none;
}

.views-element-container .doctor_who {
  display: none;
}

.views-element-container .submitted {
  display: none !important;
}

li.pager__item.is-active a {
  background-color: #0975bd;
  color: #fff;
}

.field-created {
  text-align: right;
  font-size: 14px;
  float: right;
  margin-left: 10px;
}

.qq.e-item {
  padding: 15px;
  margin: 0 !important;
}

.qq.e-item:nth-child(odd) {
  background-color: #f1f1f1;
}

.col.ccenter .block {
  margin: 10px 0 15px !important;
}

.col.ccenter .block {
  margin: 5px 0 15px !important;
}

.views-admin-links {
  display: none;
}

.form-item .fieldset-legend {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

#edit-cancel, .form-submit {
  border-radius: 10px;
  margin-top: 30px;
}

.fright {
  float: right;
  clear: right;
  text-align: right;
}

@media (max-width: 767px) {
  .header.row.inner.align-items-center {
    -ms-flex-align: start !important;
    align-items: start !important;
  }
}

.doctor_photo img {
  width: 90% !important;
  height: auto !important;
  max-width: none !important;
  border-radius: 100%;
}

.doctor_who img {
  width: 90% !important;
  height: auto !important;
  max-width: none !important;
  border-radius: 100%;
}

.front .container .node-question .row.buttons {
  margin: 0;
}

form#node-question-form .js-filter-wrapper {
  display: none;
}

form#node-question-form .form-item {
  margin-bottom: 15px;
}

form#node-question-form .form-item label, form#node-question-form h4  {
  font-size: 16px;
  /*font-weight: 500;*/
  color: #58595b;
  margin-bottom: 5px;
}

form#node-question-form .form-item input[type='text'],
form#node-question-form .form-item input[type='email'],
form#node-question-form .form-item select {
  width: 100%;
  height: 40px;
  border: solid 1px #CCCCCC;
}

form#node-question-form .form-item .form-textarea {
  width: 100%;
  border: solid 1px #CCCCCC;
}

form#node-question-form .form-item .form-date {
  padding: 5px;
  border: solid 1px #CCCCCC;
}

form#node-question-form .form-item input[type='text'].error,
form#node-question-form .form-item input[type='email'].error,
form#node-question-form .form-item select.error {
  border: solid 1px #ff0000;
}

form#node-question-form .form-item .form-textarea.error {
  border: solid 1px #ff0000;
}

form#node-question-form .form-item .form-date.error {
  border: solid 1px #ff0000;
}

form#node-answer-form .js-filter-wrapper,
form.node-uro-material-form .js-filter-wrapper,
form.node-uro-material-edit-form .js-filter-wrapper,
form.node-uro-material-edit-form .tabledrag-toggle-weight-wrapper
{
  display: none;
}

form.node-uro-material-edit-form .description,
form.node-uro-material-form .description,
form.node-uro-material-edit-form .form-managed-file span,
form.node-uro-material-form .form-managed-file span
{
  font-size: 11px !important;
  color: #888 !important;
}

form.node-uro-material-edit-form .form-managed-file span a,
form.node-uro-material-form .form-managed-file span a{
  font-size: 14px;
  color: #444;
}

form.node-uro-material-edit-form .form-managed-file,
form.node-uro-material-form .form-managed-file
{
  margin-left: 20px;
  padding-left: 10px;
  border-left: 3px solid #888;
}

form.node-uro-material-edit-form .form-managed-file input.button,
form.node-uro-material-form .form-managed-file input.button
{
  padding: 2px 3px !important;
  line-height: 0px;
  height: 20px;
  margin-top: 5px;
  border-radius: 4px;
  font-size: 14px;
}
form.node-uro-material-form .tabledrag-toggle-weight-wrapper,
form.node-uro-material-edit-form .tabledrag-toggle-weight-wrapper
{
  display: none;
}

form.node-uro-material-edit-form label,
form.node-uro-material-form label
{
  margin-top: 10px;
  color: #024877;
  margin-bottom: 3px;
}

form.node-uro-material-form table th,
form.node-uro-material-edit-form table th{
  font-weight: normal;
  background-color: aliceblue;
}

form.node-uro-material-edit-form .js-form-type-vertical-tabs,
form.node-uro-material-edit-form #edit-delete{
  display: none;
}

form.node-uro-material-edit-form .uro-materials__cancel-button,
form.node-uro-material-form .uro-materials__cancel-button{
  background-color: lightgray;
  color: #888;
}


form.node-uro-material-edit-form .uro-materials__cancel-button:hover,
form.node-uro-material-form .uro-materials__cancel-button:hover{
  background-color: #bbbbbb;
  color: #fff;
}


form#node-answer-form .form-item {
  margin-bottom: 15px;
}

form#node-answer-form .form-item label, form#node-answer-form h4  {
  font-size: 16px;
  /*font-weight: 500;*/
  color: #58595b;
  margin-bottom: 5px;
}

form#node-answer-form .form-item input[type='text'],
form#node-answer-form .form-item input[type='email'],
form#node-answer-form .form-item select {
  width: 100%;
  height: 40px;
  border: solid 1px #CCCCCC;
}

form#node-answer-form .form-item .form-textarea {
  width: 100%;
  border: solid 1px #CCCCCC;
}

form#node-answer-form .form-item .form-date {
  padding: 5px;
  border: solid 1px #CCCCCC;
}

.front .container .row.socseti {
  display: flex;
  padding: 5px 0;
  margin: 0;
}

.front .container .footer .row.socseti > div {
  padding: 0 5px 0 5px;
}

.node-drug * {
  font-size: 16px !important;
}

.left ul li ul {
  display: none;
  margin-left: 20px;
}

.left ul > li.open > ul {
  display: block;
  margin-top: 10px;
}

.block.navigation ul li,
.block.new-content ul li {
  list-style: none;
}

.block.navigation ul li ,
.block.new-conent ul li {
  display: block;
  padding: 0;
  margin: 0 0 10px;
}

.block.navigation ul li a ,
.block.new-content ul li a {
  display: block;
  line-height: 17px;
  color: #58595b;
  font-size: 16px;
  font-style: normal;
}

.block.navigation li a[href="/pediatric-urology"] {
  display: block;
  line-height: 40px;
  height: 40px;
  background-color: #f97e76;
  color: #ffffff;
  text-align: center !important;
  padding: 0;
  clear: left;
  text-decoration: none;
  border-radius: 10px;
}

.block.navigation li a[href="/pediatric-urology"]:hover {
  background-color: #0975bd;
}

.block.new-content ul li.active > a,
.block.navigation ul li.active > a {
  font-weight: bold;
}

.cons.consh .item > div{
  padding-left: 50px;
  background-image: url("../eimg/question.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 40px auto;
}
.cons.consh span {
  display: block;
  color: #58595b;
  font-size: 14px;
  margin: 0 0 5px 0;
}
.cons.consh span a {
  display: block;
  color: #58595b;
  text-decoration: none;
  font-size: 16px;
}

.views-field-title a {
  color: #2e3641;
  font-weight: 700;
  font-size: 18px;
}

#rotate_button,
#save-button{
  background-repeat: no-repeat;
  background-position: center;
}


#rotate_button{
   background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 20.5C17.1944 20.5 21 16.6944 21 12C21 7.30558 17.1944 3.5 12.5 3.5C7.80558 3.5 4 7.30558 4 12C4 13.5433 4.41128 14.9905 5.13022 16.238M1.5 15L5.13022 16.238M6.82531 12.3832L5.47107 16.3542L5.13022 16.238' stroke='%23aaa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

#save-button{
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:sketch='http://www.bohemiancoding.com/sketch/ns'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' sketch:type='MSPage'%3E%3Cg id='Icon-Set' sketch:type='MSLayerGroup' transform='translate(-152.000000, -515.000000)' fill='%23aaa'%3E%3Cpath d='M171,525 C171.552,525 172,524.553 172,524 L172,520 C172,519.447 171.552,519 171,519 C170.448,519 170,519.447 170,520 L170,524 C170,524.553 170.448,525 171,525 L171,525 Z M182,543 C182,544.104 181.104,545 180,545 L156,545 C154.896,545 154,544.104 154,543 L154,519 C154,517.896 154.896,517 156,517 L158,517 L158,527 C158,528.104 158.896,529 160,529 L176,529 C177.104,529 178,528.104 178,527 L178,517 L180,517 C181.104,517 182,517.896 182,519 L182,543 L182,543 Z M160,517 L176,517 L176,526 C176,526.553 175.552,527 175,527 L161,527 C160.448,527 160,526.553 160,526 L160,517 L160,517 Z M180,515 L156,515 C153.791,515 152,516.791 152,519 L152,543 C152,545.209 153.791,547 156,547 L180,547 C182.209,547 184,545.209 184,543 L184,519 C184,516.791 182.209,515 180,515 L180,515 Z' id='save-floppy' sketch:type='MSShapeGroup'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.closed-news .n-title
{
  background-color: #f5ecec;
}

.closed-news
{
  position: relative;
}

.closed-news::after{
  position: absolute;
  width: 20px;
  height: 20px;
  top:0;
  left: -5px;
  z-index: 2;
  content:"";
  background-image: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 14.8335C21.3082 13.3317 22 12 22 12C22 12 18.3636 5 12 5C11.6588 5 11.3254 5.02013 11 5.05822C10.6578 5.09828 10.3244 5.15822 10 5.23552M12 9C12.3506 9 12.6872 9.06015 13 9.17071C13.8524 9.47199 14.528 10.1476 14.8293 11C14.9398 11.3128 15 11.6494 15 12M3 3L21 21M12 15C11.6494 15 11.3128 14.9398 11 14.8293C10.1476 14.528 9.47198 13.8524 9.1707 13C9.11386 12.8392 9.07034 12.6721 9.04147 12.5M4.14701 9C3.83877 9.34451 3.56234 9.68241 3.31864 10C2.45286 11.1282 2 12 2 12C2 12 5.63636 19 12 19C12.3412 19 12.6746 18.9799 13 18.9418' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}


.uro-select-css {
  display: inline-block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em; width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.uro-select-css::-ms-expand { display: none; }
.uro-select-css:hover { border-color: #888; }
.uro-select-css:focus { border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}
.uro-select-css option { font-weight:normal; }
*[dir="rtl"] .uro-select-css, :root:lang(ar) .uro-select-css, :root:lang(iw) .uro-select-css {
  background-position: left .7em top 50%, 0 0;
  padding: .6em .8em .5em 1.4em;
}

#form-moder-filter .form-submit{
    padding: 10px 10px !important;
    height: 35px;
    line-height: normal;
    border-radius: 4px;
    margin-top: 3px;
}

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

.uro-materials__top {
  display: flex;
  justify-content: right;
}


.uro-materials--link,
.uro-material__button{
  display: block;
  background-color: #f97e76;
  color: #ffffff !important;
  text-align: center !important;
  padding: 0;
  clear: left;
  text-decoration: none;
  margin: 15px 0;
  border-radius: 10px;
}
.uro-materials__top .uro-materials--link,
.uro-material__buttons .uro-material__button{
  padding: 3px 6px;
  margin: 6px 0 10px 0;
  border-radius: 4px;
}
.uro-materials--link:hover {
  background-color: #0975bd;
  text-decoration: none;
}

.main .left .uro-statistic--link,
.statistic-wrapper .uro-statistic--link{
  display: inline-block;
  line-height: 17px;
  color: #58595b;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  padding: 0 6px;
}

.main .left .uro-statistic--link:hover{
  color: #58595b;
  text-decoration: none;
}

.uro-material__buttons .uro-material__button
{
  padding: 3px 5px;
  margin-left: 5px;
}

.uro-material__buttons .uro-material__button:hover{
  text-decoration: none;
  background-color: #0975bd;
}

.uro-material__buttons .uro-material__crud-buttons{
  display:flex;
}

.uro-material__buttons .uro-material__button--gray{
  background-color: gray;
}

.uro-material__buttons .uro-material__button--gray:hover{
  background-color: #0c0d0e;
}

.uro-material__buttons .uro-material__button-back{
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  margin-top: 8px;
  justify-self: left;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23888' height='20px' width='20px' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 384.97 384.97' xml:space='preserve'%3E%3Cg%3E%3Cg id='Arrow_Left_Circle'%3E%3Cpath d='M192.485,0C86.185,0,0,86.185,0,192.485C0,298.797,86.185,384.97,192.485,384.97 c106.312,0,192.485-86.173,192.485-192.485C384.97,86.185,298.797,0,192.485,0z M192.485,360.909 c-93.018,0-168.424-75.406-168.424-168.424S99.467,24.061,192.485,24.061s168.424,75.406,168.424,168.424 S285.503,360.909,192.485,360.909z'/%3E%3Cpath d='M300.758,180.226H113.169l62.558-63.46c4.692-4.74,4.692-12.439,0-17.179c-4.704-4.74-12.319-4.74-17.011,0l-82.997,84.2 c-2.25,2.25-3.537,5.414-3.537,8.59c0,3.164,1.299,6.328,3.525,8.59l82.997,84.2c4.704,4.752,12.319,4.74,17.011,0 c4.704-4.752,4.704-12.439,0-17.191l-62.558-63.46h187.601c6.641,0,12.03-5.438,12.03-12.151 C312.788,185.664,307.398,180.226,300.758,180.226z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.uro-material{
  margin-bottom: 10px;
}

.uro-material + .uro-material{
  border-top: 1px solid #dfd8d8;
}

.uro-material .attachments{
  display: block;
  margin-bottom: 5px;
}
.uro-material .attachment-link {
  display: flex;
}
.uro-material .attachment-link:hover {
  text-decoration: none;
}

.uro-material .attachment-file {
  list-style-type: none;
  width: 100%;
}

.uro-material .attachment-file a img{
  width: 30px;
  height: unset;
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
}

.uro-material .attachment-file a .imgspan{
  display: flex;
  align-items: center;
  color: #888;
}

.uro-material .field-created{
  font-size: 10px;
  color: #888;
}

.uro-material p{
  margin-bottom: 3px;
}

.uro-material .content{
  font-size: 14px;
}

.search-row {
  margin-top: 5px;
  padding-top: 5px;
}

.search-row + .search-row{
  border-top: 1px dashed #888;
}

.main .search-row .search-entity-type{
  display: inline-block;
  font-size: 0.8em;
  color: #888;
}

.main .search-row .field-created
{
  font-size: 0.6em;
}

#edit-submit-search-custom{
  margin-top: 8px;
}

.uro-search-banner{
  background-image: url("data:image/svg+xml,%3Csvg width='40px' height='40px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7955 15.8111L21 21M18 10.5C18 14.6421 14.6421 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5Z' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  padding: 10px 10px 10px 50px !important;
  color: white;
  background-color: #f97e76;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: auto 55%;
  border-radius: 10px !important;
}

.uro-search-banner a{
  color: white;
  text-decoration: none;
}

.content:has(.uro-search-page) div[data-drupal-messages]{
  display: none;
}

.uro-search__empty-result{
  padding: 10px;
}


.statistic--icon{
  display: inline-block;
  width: 30px;
  padding: 0.2em;
}

.alien-question-uri{
  margin-bottom: 0.5em;
  font-size: .8em;
}



