
/* === other-768px.css === */
@media (min-width: 768px) {
.single #breadcrumb {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
}

.single #breadcrumb > span > a > span {
  font-size: 12px;
}

#breadcrumb {
  color: rgb(255, 255, 255);
  font-size: 15px;
}

#breadcrumb > span > a > span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

#breadcrumb > span > a > span:hover {
  color: #fff;
}

#breadcrumb > span:first-child > a {
  width: 13px;
  height: 13px;
  background-size: 13px auto;
  margin-top: -1px;
}

#breadcrumb .brline {
  width: 25px;
  height: 18px;
  background-size: 9px auto;
}

.new_page {
  height: 0;
}

.pdiseas__price-block .pdiseas__price-container .pdiseas__price-row {
  width: 100%;
}

.pdiseas__price-block .pdiseas__price-container .pdiseas__price-row .pdiseas__price-info .pdiseas__price-label {
  font-size: 16px;
}

.pdiseas__price-block .pdiseas__price-container .pdiseas__price-row .pdiseas__price-value {
  font-size: 16px;
}

.price-table__label {
  font-size: 16px;
}

.price-table__value {
  font-size: 16px;
}

body.page-id-3718 .pdiseas__content,
body.page-id-3719 .pdiseas__content {
  padding: 20px 0px;
}

.main {
  padding-top: 73px;
}

.tags {
  padding-bottom: 25px;
}

.single-doctors .main {
  padding-top: 7px;
}

.pcontacts {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 37px;
}

.pcontacts .pcontacts__image {
  margin: 0;
  width: calc(50% - 19px);
}

.pcontacts__block {
  width: calc(50% - 19px);
}

.pcontacts__block + .pcontacts__block {
  padding-top: 0;
}

.pcontacts__goto {
  width: calc(100% - 19px);
}

.pcontacts__img {
  border-radius: 30px;
}

.pmethods {
  margin-left: 0px;
  width: 100%;
}

.methods__item {
  width: calc(33% - 4px);
}

.pconsultation {
  width: 100%;
  margin-left: 0;
  padding: 40px;
  border-radius: 30px;
}

.consultation__item {
  width: calc(33% - 4px);
}

.consultation__item:nth-child(1),
.consultation__item:nth-child(2) {
  width: calc(50% - 4px);
}

.search__input {
  max-width: 320px;
}

.doctorblogs__top {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.doctorblogs__content {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.doctors {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single-doctors .main {
  background-color: transparent;
  background-image: none;
  margin-top: 9px;
}

.single-doctors #breadcrumb {
  margin-bottom: 3px;
}

.pdoctor {
  background-color: transparent;
  background-image: none;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 25px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pdoctor__content {
  padding: 60px;
}

.pdoctor .pdoctor__image {
  grid-column: 1/2;
  grid-row: 1/6;
}

.pdoctor .pdoctor__labels {
  grid-column: 2/4;
  grid-row: 1/2;
}

.pdoctor h1 {
  grid-column: 2/4;
  grid-row: 2/3;
}

.pdoctor .pdoctor__top {
  grid-column: 2/4;
  grid-row: 3/4;
}

.pdoctor .pdoctor__middle {
  grid-column: 2/4;
  grid-row: 4/5;
}

.pdoctor .pdoctor__achievements {
  grid-column: 2/4;
  width: 100%;
  margin-left: 0;
}

.pdoctor .pdoctor__bottom {
  grid-column: 1/2;
  grid-row: 6/8;
  width: calc(50vw - 45px);
  max-width: 660px;
  margin-left: 0;
}

.pdoctor .pdoctor__tabs {
  grid-column: 2/4;
}

.pdoctor .pdoctor__tabs .tabDesc {
  margin-left: 0;
  width: 100%;
}

.authorother__button {
  padding-left: 20px;
}

.pblog__authordata {
  margin-left: 0;
  width: 100%;
}

.pblog__authordata .pdoctor__reviews {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
  -webkit-transform: none;
  transform: none;
}

body.single-blog:not(.blog-template-template-single-landing) .main {
  margin: 0;
  width: 100%;
  background: transparent;
  padding-top: 29px;
}

.pblog {
  padding: 60px 60px 50px;
  margin: 0;
  width: 100%;
}

.pblog__img {
  border-radius: 20px;
  position: relative;
  left: 0px;
}

.pblog__tags {
  left: 13px;
  top: 11px;
  max-width: 365px;
}

.pblog__image {
  width: 100%;
  margin-left: 0;
}

.related-type-blogs {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.related-type-blogs .related__panel {
  padding: 0;
}

.related-type-blogs .related__title {
  font-size: 42px;
}

.related-type-blogs .related__body {
  padding-top: 30px;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog__item {
  width: calc(50% - 10px);
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog__picture {
  margin-top: auto;
}

.ty_page {
  margin: 0;
  padding: 22px 20px;
}

.ty_page:before {
  left: 20px;
}

.ty_page .pcontacts__block + .pcontacts__block {
  margin-top: 8px;
  border-top: none;
}
}

/* === other-1024px.css === */
@media (min-width: 1024px) {
.pager {
  gap: 15px;
  padding-top: 50px;
}

.pager .a {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  left: 0px;
  line-height: 50px;
  border-radius: 12px;
  font-size: 14px;
}

.pager-first::before {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  left: 0px;
  line-height: 50px;
  background-size: 11px auto;
}

.pager-last::after {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  left: 0px;
  line-height: 50px;
  background-size: 11px auto;
}

.page__next:before,
.page__prev:before {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  left: 0px;
  line-height: 50px;
  background-size: 15px auto;
}

.pdxtoc__title {
  font-size: 16px;
}

.pdxtoc__ol {
  gap: 6px;
}

.pdxtoc__expend_btn {
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

.pdiseas__price-block {
  padding: 0px;
  gap: 44px;
  width: 100%;
  height: auto;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin-bottom: 40px;
}

.pdiseas__price-block .pdiseas__price-title {
  width: auto;
  height: 72px;
  font-size: 72px;
  line-height: 100%;
}

.pdiseas__price-block .pdiseas__price-additional {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 44px;
  width: 100%;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.pdiseas__price-block .pdiseas__price-container {
  gap: 0px;
  width: 100%;
  height: auto;
}

.pdiseas__price-block .pdiseas__price-container .pdiseas__price-row {
  padding: 20px 20px 20px 30px;
  gap: 120px;
  width: 100%;
  min-height: 96px;
  border-radius: 24px;
}

.pdiseas__price-block .pdiseas__price-container .pdiseas__price-row .pdiseas__price-info {
  width: calc(100% - 450px);
  max-width: 520px;
}

.pdiseas__price-block .pdiseas__price-container .pdiseas__price-row .pdiseas__price-info .pdiseas__price-label {
  width: auto;
  height: 20px;
  font-size: 20px;
  line-height: 100%;
}

.pdiseas__price-block .pdiseas__price-container .pdiseas__price-row .pdiseas__price-value {
  margin: 0 auto;
  width: auto;
  height: 21px;
  font-size: 20px;
  line-height: 107%;
}

.pdiseas__price-block .pdiseas__price-container .pdiseas__price-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 204px;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.pdiseas__price-block .pdiseas__price-container .pdiseas__price-button .pdiseas__price-btn {
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
}

.pdiseas__price-block__all-btn {
  width: 250px;
  height: 54px;
  margin: 0 auto;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.pdiseas__price-subtitle {
  font-size: 20px;
  line-height: 140%;
  padding-top: 16px;
  max-width: 807px;
  height: auto;
}

.price-table {
  gap: 32px;
  padding-bottom: 3px;
}

.price-table__container {
  gap: 0px;
}

.price-table__category {
  gap: 16px;
  margin-bottom: 32px;
}

.price-table__category:first-child .price-table__category-content {
  gap: 4px;
}

.price-table__category-title {
  width: auto;
  height: 32px;
  font-size: 32px;
  line-height: 100%;
}

.price-table__category-content {
  gap: 4px;
}

.price-table__row {
  padding: 20px 20px 20px 30px;
  gap: 120px;
  width: 100%;
  min-height: 96px;
  border-radius: 24px;
}

.price-table__info {
  width: calc(100% - 450px);
  max-width: 520px;
}

.price-table__label {
  width: auto;
  height: 20px;
  font-size: 20px;
  line-height: 100%;
}

.price-table__value {
  margin: 0 auto;
  width: auto;
  height: 21px;
  font-size: 20px;
  line-height: 107%;
}

.price-table__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price-table__btn {
  -webkit-backdrop-filter: blur(4.5px);
  backdrop-filter: blur(4.5px);
}

body.page-id-3718 .pdiseas__content,
body.page-id-3719 .pdiseas__content {
  padding: 50px 0px 10px;
}

h1 {
  font-size: 72px;
}

.pcontacts {
  gap: 5px;
}

.pcontacts .pcontacts__image {
  width: 48.8%;
  margin-top: 33px;
}

.pcontacts .pcontacts__image + .pcontacts__image {
  width: calc(51.2% - 5px);
}

.pcontacts__block {
  width: calc(25% - 5px);
}

.pcontacts__goto {
  width: auto;
}

.pcontacts__address {
  left: 10px;
  top: 11px;
}

.pmethods {
  border-radius: 30px;
  padding: 40px;
}

.methods {
  gap: 17px;
}

.methods__item {
  border-radius: 28px;
  padding: 10px;
  width: calc(33% - 9px);
}

.pmethods__block {
  padding-bottom: 28px;
  margin-bottom: 33px;
}

.methods__title {
  font-size: 23px;
  min-height: 147px;
}

.methods__title::after {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background-size: 12px auto;
}

.methods__picture {
  margin-top: 20px;
}

.methods__img {
  border-radius: 20px;
}

.consultation__item {
  width: calc(25% - 6px);
}

.consultation__item:nth-child(1),
.consultation__item:nth-child(2) {
  width: calc(50% - 4px);
}

.doctors__item:after {
  bottom: 15px;
  right: 15px;
}

.doctors__desc {
  padding: 15px 15px 8px 15px;
}

.doctors__tags {
  padding: 0 15px;
}

.doctors__labels {
  padding: 15px 50px 15px 15px;
}

.doctors__rat {
  bottom: 15px;
  right: 15px;
}

.doctors__title {
  font-size: 18px;
}

.doctorblogs__title {
  font-size: 72px;
  line-height: 1.1em;
}

.doctorblogs__top {
  padding-bottom: 19px;
}

.doctors {
  gap: 12px;
  padding-bottom: 0;
}

.pdoctor__contentin {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pdoctor h1 {
  padding-right: 201px;
  padding-top: 3px;
  padding-bottom: 17px;
}

.pdoctor__labels {
  padding-right: 201px;
}

.pdoctor__icos {
  position: absolute;
  left: auto;
  right: 0;
  top: 9px;
  gap: 23px;
  width: 187px;
}

.pdoctor__icos .doctors__soc {
  width: 187px;
  height: 48px;
  padding-top: 0;
  padding-left: 33px;
  border-radius: 23px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
}

.pdoctor__icos .doctors__soc::before {
  left: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 39px;
  height: 39px;
}

.pdoctor__icos .doctors__soc::after {
  left: 4px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 39px;
  height: 39px;
}

.pdoctor__icos .doctors__rat {
  z-index: 33;
  padding-left: 42px;
  padding-top: 0;
  width: 105px;
  height: 38px;
  border-radius: 15px;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pdoctor__icos .doctors__rat::before {
  left: 3px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.doctors__label-type-single {
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  border-radius: 15px;
}

.pdoctor__sublabels {
  width: 100%;
}

.doctors__label-type-exp {
  height: 36px;
  line-height: 36px;
  border-radius: 15px;
}

.doctors__label-type-exp .glabel__selected {
  height: 32px;
  line-height: 32px;
}

.pdoctor__top {
  padding-bottom: 0;
}

.pdoctor__achievements {
  margin-top: 9px;
}

.pdoctor__tabs {
  margin-top: 10px;
}

.pdoctor__tabs .tabPage {
  padding-bottom: 10px;
  gap: 10px;
}

.authorother__name {
  width: 171px;
}

.blog__top {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.blog__excerpt {
  width: calc(100% - 150px);
  max-width: 423px;
}

.pblog {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.pblog__topright {
  width: auto;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.pblog .author_doc {
  width: 328px;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.pblog__labels {
  padding-right: 10px;
}

.pblog__tags .glabel {
  font-size: 15px;
}

.pblog__content {
  width: calc(100% - 459px);
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
  padding-top: 0;
}

.pblog__sidebar {
  width: 409px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.pblog__body p {
  padding-bottom: 32px;
}

.pblog__body p,
.pblog__body div {
  font-size: 20px;
}

.pblog__body h2 {
  font-size: 32px;
  padding-top: 59px;
}

.related-type-blogs .related__body {
  padding-top: 3px;
}

.related-type-blogs .related__title {
  font-size: 52px;
}

.ty_page__header {
  padding-top: 44px;
  padding-bottom: 20px;
}

.ty_page__title {
  font-size: 40px;
  line-height: 1;
}

.ty_page__subtitle {
  margin-top: 20px;
}

.ty_page .pcontacts__block {
  padding-left: 15px;
  padding-right: 15px;
}

.ty_page .pcontacts__block:first-child {
  padding-left: 0;
}

.ty_page .pcontacts__block:last-child {
  padding-right: 0;
}

.ty_page .pcontacts__block + .pcontacts__block {
  padding-top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.ty_page .pcontacts {
  gap: 0;
}
}

/* === other-1200px.css === */
@media (min-width: 1200px) {
#breadcrumb > span:first-child > a {
  margin-top: 0;
}

h1 {
  font-size: 72px;
  padding-bottom: 48px;
}

.pmethods__title {
  font-size: 38px;
  padding-bottom: 27px;
}

.methods__item {
  padding-top: 21px;
}

.page-template-template-consultation h1 {
  font-size: 72px;
  padding-bottom: 48px;
}

.pconsultation {
  gap: 18px;
}

.consultation__title {
  font-size: 23px;
  min-height: 167px;
  padding-left: 17px;
  padding-right: 17px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.consultation__title::after {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background-size: 12px auto;
}

.consultation__item {
  border-radius: 28px;
  padding: 10px;
  width: calc(25% - 14px);
}

.consultation__item:nth-child(1),
.consultation__item:nth-child(2) {
  width: calc(50% - 9px);
}

.consultation__item:nth-child(1) .consultation__title,
.consultation__item:nth-child(2) .consultation__title {
  font-size: 27px;
}

.consultation__img {
  border-radius: 20px;
}

.consultation__picture {
  margin-top: 20px;
}

.doctors {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

.doctors__item:after {
  bottom: 20px;
  right: 20px;
}

.doctors__desc {
  padding: 20px 20px 8px 20px;
}

.doctors__tags {
  padding: 0 20px;
}

.doctors__labels {
  padding: 20px 55px 20px 20px;
}

.doctors__rat {
  bottom: 20px;
  right: 20px;
}

.pdoctor h1 {
  font-size: 42px;
}

.pdoctor__consultation {
  gap: 18px;
}

.pdoctor__middle {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 17px;
  max-width: 720px;
}

.pdoctor__middle .bn__button {
  height: 70px;
  line-height: 70px;
  font-size: 17px;
}

.pdoctor__middle .bn__button::before {
  width: 48px;
  height: 48px;
}

.pdoctor__middle .bn__button::after {
  width: 48px;
  height: 48px;
  background-size: 18px auto;
  right: 35px;
  top: 10px;
}

.pdoctor__middle .pdoctor__cost {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 244px;
  border-radius: 30px;
  padding-top: 21px;
  padding-bottom: 19px;
  margin-top: 0;
}

.pdoctor__middle .pdoctor__cost .pdoctor__costlabel {
  width: 100%;
  max-width: 204px;
  text-align: center;
  font-size: 14px;
}

.pdoctor__middle .pdoctor__buttons {
  width: calc(100% - 263px);
  padding-top: 0;
}

.pdoctor__middle .pdoctor__buttons .pdoctor__consultation .bn__consultation_img {
  width: 56px;
  height: 56px;
}

.pdoctor__quote {
  width: 275px;
}

.pdoctor__quote * {
  font-size: 14px;
}

.pdoctor__quote::after {
  width: 13px;
  height: 9px;
  background-size: 11px auto;
  top: 16px;
}

.pdoctor__achievements {
  padding: 31px 37px;
}

.pdoctor__tabs .tabDesc {
  padding: 40px;
}

.authorother__bottom {
  padding-top: 20px;
}

.related-type-blogs {
  padding-top: 33px;
}

.related-type-blogs .related__title {
  font-size: 72px;
}

.blog__date {
  margin-right: auto;
  padding-left: 25px;
  position: relative;
  left: 0px;
}

.blog__date::before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #223859;
  left: 10px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.blog__title {
  font-size: 30px;
  padding-bottom: 53px;
}

.blog__excerpt {
  font-size: 16px;
}

.blog__author {
  width: 193px;
  margin-bottom: 0;
}

.pblog h1 {
  font-size: 37px;
}

.pblog__label-type-single {
  font-size: 16px;
}

.pblog__date {
  font-size: 17px;
}

.pblog__image {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pblog__widgets .getcall {
  border-radius: 40px;
  padding: 162px 60px 70px 60px;
}

.pblog__body h2 {
  padding-bottom: 29px;
}

.blogrels {
  padding-top: 0;
}

.blogrel__title {
  font-size: 21px;
  padding-bottom: 18px;
}

.blogrel__body {
  font-size: 15px;
}

.pblog .author_doc__thumb_picture {
  width: 130px;
}

.pblog .author_doc__title {
  font-size: 18px;
}

.ty_page {
  padding: 25px;
  max-width: 1162px;
  margin: 32px auto;
  border-radius: 40px;
}

.ty_page:before {
  top: 25px;
  left: 25px;
}

.ty_page__title {
  font-size: 44px;
}

.ty_page .pcontacts__item {
  font-size: 19px;
}

.ty_page .pcontacts__item-note,
.ty_page .pcontacts__item--small {
  font-size: 12px;
}

.ty_page .pcontacts__block {
  padding-left: 33px;
  padding-right: 33px;
}

.ty_page .pcontacts__block:first-child {
  padding-left: 20px;
}

.ty_page .pcontacts__block:last-child {
  padding-right: 20px;
}
}

/* === other-1400px.css === */
@media (min-width: 1400px) {
h1 {
  font-size: 72px;
}

.tags {
  padding-top: 35px;
}

.methods__title {
  padding-left: 17px;
  padding-right: 17px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.methods__item {
  width: calc(25% - 13px);
}

.page-template-template-methods .tags {
  padding-bottom: 45px;
}

.pdoctor__reviews_title + .pdoctor__reviews_items .slick-next,
.pdoctor__reviews_title + .pdoctor__reviews_items .slick-prev {
  top: -60px !important;
}

.pdoctor__quote {
  left: 17px;
  bottom: 17px;
}

.pdoctor {
  grid-template-columns: 660px 1fr 1fr;
}

.pdoctor h1 {
  padding-bottom: 11px;
}

.pdoctor .pdoctor__image {
  padding-right: 10px;
}

.pdoctor .pdoctor__bottom {
  padding-right: 10px;
}

.doctors__label-type-single[data-label_type=pdxdoctors_tags] {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  padding-right: 20px;
}

.doctors__label-type-exp {
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding-left: 15px;
}

.doctors__label-type-exp .glabel__selected {
  height: 36px;
  margin-left: 16px;
  margin-right: -9px;
  line-height: 36px;
  border-radius: 12px;
  font-size: 16px;
}

.pdoctor__buttons .bn__button::before {
  right: 10px;
}

.pdoctor__buttons .bn__button::after {
  background-size: 13px auto;
}

.pdoctor__buttons .bn__consultation_picture {
  min-width: 56px;
}

.pdoctor__achievement {
  padding: 16px 0 16px 39px;
}

.pdoctor__achievement:before {
  top: 17px;
}

.pdoctor__achievement p {
  font-size: 17px;
  line-height: 1.3em;
}

.lists__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lists__item .lists__title {
  width: 121px;
  padding-top: 3px;
}

.lists__item .lists__body {
  width: calc(100% - 127px);
}

.pdoctor__educations + .pdoctor__courses {
  padding-top: 19px;
}

.blocks {
  padding: 31px 40px;
}

.blocks .blocks__title {
  padding-bottom: 19px;
}

.single-doctors .pdoctor__reviews_items {
  width: calc(100% + 80px);
  padding-bottom: 0;
}

.single-doctors .pdoctor__reviews .isbtn-theme-grey_white {
  height: 46px;
  line-height: 46px;
}

.single-doctors .pdoctor__reviews .pdoctor__reviews_title {
  padding-right: 313px;
  gap: 9px;
}

.single-doctors .pdoctor__reviews .pdoctor__reviews_title .review__image {
  height: 36px;
  line-height: 36px;
  border-radius: 13px;
  top: 1px;
}

.single-doctors .pdoctor__reviews .reviews__row {
  position: absolute;
  right: 40px;
  top: 35px;
  z-index: 33;
}

.single-doctors .pdoctor__reviews_items .slick-next,
.single-doctors .pdoctor__reviews_items .slick-prev {
  bottom: auto;
  left: auto;
  right: 40px;
  top: -49px;
}

.single-doctors .pdoctor__reviews_items .slick-prev {
  right: 100px;
}

.pdoctor__social_images {
  width: calc(100% + 80px);
  margin-left: -40px;
  padding-bottom: 0;
}

.pdoctor__social_images .slick-next,
.pdoctor__social_images .slick-prev {
  bottom: auto;
  left: 20px;
  top: -49px;
}

.pdoctor__social_images .slick-next {
  left: 80px;
}

.pdoctor__social .pdoctor__social_title {
  padding-right: 233px;
  padding-bottom: 77px;
}

.pdoctor__link_facebook {
  position: absolute;
  right: 40px;
  top: 31px;
  z-index: 33;
  left: auto;
}

body.single-blog:not(.blog-template-template-single-landing) #breadcrumb {
  max-width: 780px;
  position: absolute;
  left: 462px;
  top: 87px;
  z-index: 33;
  color: #96a1b1;
  font-size: 15px;
}

body.single-blog:not(.blog-template-template-single-landing) #breadcrumb a {
  color: #223859;
  font-size: 15px;
}

body.single-blog:not(.blog-template-template-single-landing) #breadcrumb .brline {
  -webkit-filter: invert();
  filter: invert();
}

body.single-blog:not(.blog-template-template-single-landing) #breadcrumb > span:first-child a {
  -webkit-filter: invert();
  filter: invert();
}

body.single-blog:not(.blog-template-template-single-landing) #breadcrumb > span > a > span {
  font-size: 15px;
  color: #223859;
}

.blog__author {
  width: 223px;
}

.pblog {
  border-radius: 33px;
}

.pblog h1 {
  font-size: 52px;
  margin-top: 38px;
}

.pblog__authordata .pdoctor__reviews {
  padding: 20px;
}
}
