.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible!important;
  background: #f2f2f2!important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none!important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333;
  opacity: .4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid transparent;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: transparent;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: 0 0;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333;
  font-family: inherit;
  font-size: inherit;
  line-height: 20px;
  -webkit-font-smoothing: inherit;
}
.selectize-control.single .selectize-input.input-active,
.selectize-input {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #ccc;
  padding: 6px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 12px 2px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 4px 4px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333;
  border: 0 solid transparent;
}
.selectize-control.multi .selectize-input > div.active {
  background: #428bca;
  color: #fff;
  border: 0 solid transparent;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: grey;
  background: #fff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0!important;
  min-height: 0!important;
  max-height: none!important;
  max-width: 100%!important;
  margin: 0!important;
  text-indent: 0!important;
  border: 0 none!important;
  background: 0 0!important;
  line-height: inherit!important;
  -webkit-user-select: auto!important;
  -webkit-box-shadow: none!important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: 0 !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #fff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  border-radius: 1px;
}
.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
  padding: 3px 12px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: .5;
  background-color: #ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.42857143;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 34px;
}
.selectize-input.dropdown-active {
  border-radius: 4px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .selectize-input:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  border-radius: 3px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.custom-radio {
  display: inline-block;
}
.custom-radio input {
  height: 0;
  width: 0;
  -webkit-appearance: none;
  display: none;
}
.custom-radio span {
  color: #242020;
  cursor: pointer;
  font-size: 15px;
  line-height: 145%;
  display: block;
  padding: 6px 0 6px 46px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .custom-radio span {
    font-size: calc(15px + 3 * ((100vw - 1280px)/320));
  }
}
@media screen and (min-width: 1600px) {
  .custom-radio span {
    font-size: 18px;
  }
}
.custom-radio span:before,
.custom-radio span:after {
  background: #e8e8e8;
  border-radius: 50%;
  content: '';
  display: block;
  text-align: center;
  position: absolute;
}
.custom-radio span:before {
  color: #242020;
  font-size: 13px;
  line-height: 145%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  left: 0;
  top: 2px;
}
@media screen and (min-width: 1280px) {
  .custom-radio span:before {
    font-size: calc(13px + 2 * ((100vw - 1280px)/320));
  }
}
@media screen and (min-width: 1600px) {
  .custom-radio span:before {
    font-size: 15px;
  }
}
.custom-radio span:after {
  top: 8px;
  left: 6px;
  width: 20px;
  height: 20px;
}
.custom-radio input:checked + span:after {
  background: linear-gradient(72.4deg, #5cce46 -17.88%, #46cebe 118.73%);
}
.hidden {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.small-date {
  color: #656565;
  font-size: 14px;
  display: block;
  margin-top: -8px;
  margin-bottom: 20px;
}
.button-black {
  border: 1px solid #222222 !important;
  border-radius: 2.5em !important;
  color: #222 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding: .75em 1.25em;
  -webkit-transition: .3s;
  transition: .3s;
}
@media screen and (min-width: 1600px) {
  .button-black {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .button-black {
    font-size: calc(15px + 3 * ((100vw - 1280px) / 320));
  }
}
.button-black:hover {
  background: #18B045 !important;
  border-color: #18B045 !important;
  color: #fff !important;
}
/* Правим баганные стили оригинального моб. меню */
.menu-item-style-general-style {
  border-bottom: 1px solid #e1e1e1;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 52px;
  height: auto;
  padding-right: 65px;
  margin: 0;
}
.mob-header .hamburger-menu {
  z-index: 99999999;
}
.mob-header .hamburger-menu > ul.menu__box {
  width: 100%;
  padding-right: 0;
  overflow-y: scroll;
}
.mob-header .hamburger-menu > ul.menu__box > li.menu__box__item {
  border-bottom: 1px solid #e1e1e1;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 52px;
  height: auto;
  padding-right: 65px;
  margin: 0;
}
.mob-header .hamburger-menu > ul.menu__box > li.menu__box__item > a {
  margin: 8px 0;
}
.mob-header .hamburger-menu > ul.menu__box > li.menu__box__item > ul.menu__box__sub-menu {
  width: calc(100% - 14px);
  height: calc(100% - 50px);
  padding: 0;
  overflow-y: scroll;
}
.mob-header .hamburger-menu > ul.menu__box > li.menu__box__item > ul.menu__box__sub-menu > li.menu__box__item {
  border-bottom: 1px solid #e1e1e1;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 52px;
  height: auto;
  padding-right: 65px;
  margin: 0;
}
.mob-header .hamburger-menu > ul.menu__box > li.menu__box__item > ul.menu__box__sub-menu > li.menu__box__item > a {
  margin: 8px 0;
}
.mob-header .hamburger-menu > ul.menu__box > li.menu__box__item > ul.menu__box__sub-menu > li.menu__box__item > ul.menu__box__sub-menu {
  width: 100%!important;
  height: calc(100% - 50px);
  padding: 0;
  left: auto;
  top: 50px;
  overflow-y: scroll;
}
.mob-header .hamburger-menu > ul.menu__box > li.menu__box__item > ul.menu__box__sub-menu > li.menu__box__item > ul.menu__box__sub-menu > li.menu__box__item {
  border-bottom: 1px solid #e1e1e1;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 52px;
  height: auto;
  padding-right: 65px;
  margin: 0;
}
.mob-header .hamburger-menu > ul.menu__box > li.menu__box__item > ul.menu__box__sub-menu > li.menu__box__item > ul.menu__box__sub-menu > li.menu__box__item > a {
  margin: 8px 0;
}
.mob-header .hamburger-menu > ul.menu__box .mob-menu-bottom {
  padding-right: 15px;
}
.mob-header .hamburger-menu > ul.menu__box li.menu__box__item--has-children {
  background: none !important;
  padding-right: 0 !important;
}
.mob-header .hamburger-menu > ul.menu__box li.menu__box__item--has-children:after {
  background: url(/wp-content/themes/daily_medical/assets/images/ico/mob-arr.svg) no-repeat center;
  content: '';
  color: #fff;
  font-size: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  margin-left: 15px;
}
.mob-header .hamburger-menu .navigation__ul--open {
  position: fixed;
  top: 50px;
}
.mob-header .hamburger-menu .navigation__item {
  border-bottom: 1px solid #e1e1e1;
  font-weight: 500;
  font-size: 13px;
  height: 52px;
  padding-right: 65px;
  margin: 0;
}
.mob-header .hamburger-menu .navigation__item > a {
  margin: 8px 0;
}
.mob-header .hamburger-menu .menu__box__back:before {
  background: url(/wp-content/themes/daily_medical/assets/images/ico/mob-arr.svg) no-repeat center;
  color: #78b856;
  content: '';
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 16px;
  margin-top: -2px;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mob-header .hamburger-menu .special-class ul {
  -webkit-column-count: auto !important;
          column-count: auto !important;
}
.hide-scroll .mob-header .hamburger-menu:before {
  background: #fff;
  content: '';
  display: block;
  width: 100vw;
  height: 50px;
  position: absolute;
  top: -10px;
  z-index: 9999;
}
/*Блок статей автора*/
.section-author-articles .title {
  margin-bottom: 20px;
}
.section-author-articles .author-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 0;
  margin-left: -8px;
  margin-right: -8px;
  position: relative;
}
.section-author-articles .author-posts .author-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .section-author-articles .author-posts .author-post-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.section-author-articles .author-posts .author-post-item .author-post-image {
  height: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-bottom: 55%;
  position: relative;
}
.section-author-articles .author-posts .author-post-item .author-post-image img {
  width: 100%;
  height: 100% !important;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: absolute;
}
.section-author-articles .author-posts .author-post-item .author-post-content {
  background: #F4F7F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 14px 12px 18px;
}
.section-author-articles .author-posts .author-post-item .author-post-content .author-post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.27;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .section-author-articles .author-posts .author-post-item .author-post-content .author-post-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .section-author-articles .author-posts .author-post-item .author-post-content .author-post-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .section-author-articles .author-posts .author-post-item .author-post-content .author-post-title {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .section-author-articles .author-posts .author-post-item .author-post-content .author-post-title {
    font-size: 22px;
  }
}
.section-author-articles .author-posts .author-post-item .author-post-content .author-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-top: auto;
}
.section-author-articles .author-posts .author-post-item .author-post-content .author-post-meta .date {
  color: #6F6F6F;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 480px) {
  .section-author-articles .author-posts .author-post-item .author-post-content .author-post-meta .date {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .section-author-articles .author-posts .author-post-item .author-post-content .author-post-meta .date {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .section-author-articles .author-posts .author-post-item .author-post-content .author-post-meta .date {
    font-size: 16px;
  }
}
.section-author-articles .author-posts .author-post-item .author-post-content .author-post-meta .read-more {
  color: #78B856;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 480px) {
  .section-author-articles .author-posts .author-post-item .author-post-content .author-post-meta .read-more {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .section-author-articles .author-posts .author-post-item .author-post-content .author-post-meta .read-more {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .section-author-articles .author-posts .author-post-item .author-post-content .author-post-meta .read-more {
    font-size: 16px;
  }
}
.section-author-articles .author-posts .author-post-item .author-post-content .author-post-meta .read-more:after {
  content: '🡒';
  direction: rtl;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  margin-left: 7px;
  margin-top: -2px;
  overflow: hidden;
}
.section-author-articles .author-posts .author-post-item .author-post-content .author-post-meta .read-more:hover {
  color: #000;
}
.section-author-articles .author-posts .ac-loader {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  z-index: 2;
}
.section-author-articles .author-posts .ac-loader img {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-author-articles .button-zone {
  text-align: center;
  margin-top: 24px;
}
/*Блок автора в статье*/
.single-post-article-author {
  border-bottom: 1px solid #E1E1E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.single-post-article-author .single-author-url {
  border: 0 none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.single-post-article-author .single-author-url:hover,
.single-post-article-author .single-author-url:focus {
  border: 0 none;
  text-decoration: none;
  outline: none;
}
.single-post-article-author .single-author-image {
  width: 46px;
  height: 46px;
  overflow: hidden;
}
.single-post-article-author .single-author-image img {
  border-radius: 50% !important;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-post-article-author .single-author-data {
  margin-left: 12px;
}
.single-post-article-author .single-author-data .single-author-name {
  color: #242020;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}
.single-post-article-author .single-author-data .single-author-post {
  color: #2222228C;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
/*Попапы*/
.fancybox-container {
  z-index: 99999999;
}
#popup-lang {
  max-width: 580px;
  min-height: auto;
}
#popup-lang .popup-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
#popup-lang .button-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 20px;
  margin-top: 20px;
}
@media (min-width: 600px) {
  #popup-lang .button-zone {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#popup-lang .link-green {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.2px;
  padding: 15px 24px;
}
#popup-lang .link-black {
  background: #fff;
  border: 2px solid #000;
  border-radius: 2.5em;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 23.2px;
  padding: 15px 24px;
}
#popup-lang .link-black:hover {
  background: #000;
  color: #fff;
}
#popup-review .popup-title {
  margin-bottom: 0.5em;
}
#popup-review .form-review.styled-v2 {
  display: block;
}
#popup-review .form-review.styled-v2 .title-h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#popup-review .form-review.styled-v2 .select-review-type .radio-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#popup-review .form-review.styled-v2 .select-review-type .radio-zone .title-h3 {
  margin: 0;
}
@media (min-width: 680px) {
  #popup-review .form-review.styled-v2 .select-review-type .radio-zone .title-h3 {
    width: auto;
  }
}
#popup-review .form-review.styled-v2 .select-review-type .select-zone .custom-select {
  margin: 10px 0;
}
#popup-review .form-review.styled-v2 .select-review-type .select-zone .custom-select .selectize-input {
  border: 1px solid;
  font-size: 18px;
  width: 100%;
}
#popup-review .form-review.styled-v2 .select-review-type .select-zone .custom-select .selectize-input input::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
#popup-review .form-review.styled-v2 .select-review-type .select-zone .custom-select .selectize-input input:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
#popup-review .form-review.styled-v2 .select-review-type .select-zone .custom-select .selectize-input input::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
#popup-review .form-review.styled-v2 .select-review-type .select-zone .custom-select .selectize-input input::placeholder {
  color: #000;
  opacity: 1;
}
#popup-review .form-review.styled-v2 .select-review-type .select-zone .custom-select .selectize-input.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#popup-review .form-review.styled-v2 .select-review-type .select-zone .custom-select .selectize-dropdown .selectize-dropdown-content .option {
  border-bottom: 1px solid;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 12px;
}
#popup-review .form-review.styled-v2 .select-review-type .select-zone .custom-select.review-service-select,
#popup-review .form-review.styled-v2 .select-review-type .select-zone .custom-select.review-doctor-select {
  display: none;
}
#popup-review .form-review.styled-v2 .popup-review-block .form-field {
  margin-bottom: 2.2em;
}
#popup-review .form-review.styled-v2 .form-additional-elements .popup-review-hint {
  margin: 0 0 16px;
}
@media screen and (min-width: 480px) {
  #popup-review .form-review.styled-v2 .form-additional-elements .popup-review-hint {
    font-size: 16px;
  }
}
#popup-spam {
  max-width: 480px;
  min-height: auto;
}
#popup-spam .popup-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#popup-spam .popup-body .spam-text-1 {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
#popup-spam .popup-body .spam-text-2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-top: -20px;
}
#popup-spam .popup-body .spam-text-3 {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}
#popup-spam .popup-body .button-zone {
  width: 100%;
}
#popup-spam .popup-body .button-zone .go-to-spam-site-button {
  font-size: 16px;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  min-height: 53px;
}
#popup-spam .popup-body .button-zone .go-to-spam-site-button:hover {
  background: linear-gradient(82.93deg, #27c355 0.06%, #27c355 92.83%);
}
/*Кнопки шоткод и формы шорткод*/
.service-text .link {
  color: #fff;
}
.service-text .link.link-green {
  background: linear-gradient(82.93deg, #5cce46 0.06%, #46cebe 92.83%);
}
.service-text .link.link-green:hover {
  background: linear-gradient(82.93deg, #5cce46 0.06%, #5cce46 92.83%);
}
.popup-page-callback .wpcf7-not-valid-tip {
  font-size: 14px;
}
.popup-page-callback .wpcf7-submit {
  margin-top: 2.3em;
}
.popup-page-callback .wpcf7-response-output {
  display: none !important;
}
.s-appoint-in-blog {
  margin: 40px 0;
}
.s-appoint-in-blog .appointment-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .s-appoint-in-blog .appointment-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 992px) {
  .s-appoint-in-blog .appointment-wrap .appointment-form {
    padding-left: 40px;
  }
}
.s-appoint-in-blog .appointment-wrap .appointment-form .wpcf7-form-control-wrap {
  width: 100%;
}
.s-appoint-in-blog .appointment-wrap .appointment-form .wpcf7-textarea {
  height: 100px;
}
/*Шорткоды в услугах*/
.service-wrap .service-text #sc-doctors {
  padding: 2em 0;
}
.service-wrap .service-text #sc-price {
  padding: 2em 0;
}
.service-wrap .service-text #sc-price .container {
  padding: 0;
}
.section-servicepage-doctors .servicepage-doctors-swiper-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  top: -48px;
}
.section-servicepage-doctors .servicepage-doctors-swiper-arrows .swiper-button-prev,
.section-servicepage-doctors .servicepage-doctors-swiper-arrows .swiper-button-next {
  position: static;
}
.section-servicepage-doctors .servicepage-doctors-swiper-arrows .swiper-button-prev:after,
.section-servicepage-doctors .servicepage-doctors-swiper-arrows .swiper-button-next:after {
  font-size: 14px;
  color: #222222;
}
.section-servicepage-doctors .servicepage-doctors-swiper-arrows .swiper-button-prev:hover:after,
.section-servicepage-doctors .servicepage-doctors-swiper-arrows .swiper-button-next:hover:after {
  color: #18B045;
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item {
  border: 1px solid #E1E1E1;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-pic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-pic img {
  border-radius: 50% !important;
  width: 150px;
  height: 150px;
  margin: 0;
}
@media (min-width: 768px) {
  .section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-pic img {
    margin-top: 20px;
  }
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-desc {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  gap: 12px;
}
@media (min-width: 768px) {
  .section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-desc {
    text-align: left;
  }
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-desc .doctor-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
  max-width: none;
  padding: 0;
}
@media (min-width: 480px) {
  .section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-desc .doctor-name {
    font-size: 22px;
    line-height: 28px;
  }
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-desc .doctor-short-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 768px) {
  .section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-desc .doctor-short-info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-desc .doctor-short-info .doctor-pos {
  color: #2222228C;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  max-width: none;
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-desc .doctor-short-info .doctor-experience {
  color: #2222228C;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-desc .short-info {
  color: #222222;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-desc .short-info p {
  color: #222222;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-button-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
@media (min-width: 768px) {
  .section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-button-zone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 152px;
            flex: 0 0 152px;
  }
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-container .swiper-wrapper .doctor-item .doctor-button-zone .link {
  font-size: 16px;
  width: 100%;
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-nav {
  width: 100%;
  margin-top: 30px;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-nav .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 100%;
  position: relative;
}
.section-servicepage-doctors .servicepage-doctors-swiper .swiper-nav .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
}
