.doctors-main ul {
  margin: 0 !important;
}

.doctors-main li {
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
}

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

.banner__image {
  object-fit: contain;
}

.banner__content {
  margin-right: 30px;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner__text {
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 20px;
}

.awards {
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
  padding: 0;
}

.awards-item {
  max-width: 220px;
  width: 100%;
}

.awards-item:not(:last-child) {
  margin-right: 20px !important;
}

.awards-item__img {
  max-width: 100px !important;
  max-height: 100px !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;

}

.awards-item__text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.awards-item__text span {
  font-weight: bold;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  padding: 15px;
  width: 235px;
  background-color: #fff;
  color: black;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: 15%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.doc-cards {
  margin: 0;
  padding: 0 0 40px 0;
}

.doc-cards-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 900;
  margin: 0 !important;
  padding: 40px 0 40px 0;
}

.doc-list {
	position: relative;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.doc-list__item {
	position: relative;
	border: 1px solid #dadada;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.doc-list__item:hover {
	border-color: #fff;
	box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.doc-list__item-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}	
.doc-list__item-info_img {
	width: 45%;
    padding-bottom: 64%;
	position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.doc-list__item-info_img a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.doc-list__item-info_img img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
	object-position: top center;
    display: block;
}	
.doc-list__item-info_content {
	width: 55%;
	position: relative;
	padding: 15px;
	box-sizing: border-box;
}	
.doc-list__item-link {
	position: relative;
	display: block;
}
.doc-list__item-btn {
	width: 100%;
	position: absolute;
	bottom: 0;
    right: 0;
}
.doc-list__item-btn .btn-link {
	display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0;
    margin: 15px;
}		
.doc-list__item-content {
	position: relative;
}
.doc-list__item-text p {
	margin: 0;
	padding: 0 0 10px 0;
}
.doc-list__item-name {
	font-size: 24px;
	font-weight: 600;
}
.doc-list__item-profession {
	font-size: 16px;
	font-weight: 500;
}
.doc-list__item-experience {
	font-size: 16px;
	font-weight: 500;
}

.doc-list__item-description {
  font-size: 16px;
  font-weight: 500;
  background: url(/images/doctors-img/doc-card-icon.png) no-repeat left center;
  padding-left: 80px;
  margin-bottom: 0 !important;
}

.doc-gallery__text {
  padding-bottom: 15px !important;
  font-size: 19px;
  font-weight: 300;
}

.doc-gallery__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 286px);
  gap: 15px;
  justify-content: center;
}

.doc-gallery__img {
  vertical-align: bottom;
  border-radius: 4px;
  overflow: hidden;
  object-fit: cover;
}

.doctors-detail ul {
  margin: 0 !important;
}

.doctors-detail li {
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
}

.doc-banner__name {
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 30px;
}

.doc-banner__name span {
  text-transform: uppercase;
}

.doc-awards {
  display: flex;
  justify-content: center;
  margin: 0 !important;
  padding: 0;
  gap: 30px;
}

.doc-awards-item {
  max-width: 220px;
  width: 100%;
}

.doc-awards-item__img {
  height: 100px !important;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.doc-awards-item__text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.doc-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.doc-banner__image {
	width: 40%;
    padding-left: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.doc-banner__image img {
	width: 100%;
    height: auto;
    display: block;
}	
.doc-banner__image .btn-link {
	display: block;
    text-align: center;
    margin: 10px 0 0 0;
    box-sizing: border-box;
}
.doc-banner__content {
	width: 60%;
	display: flex;
	flex-direction: column;
}

.doc-banner__profession {
  font-size: 23px;
  padding-bottom: 20px;

}

.doc-banner__experience {
  font-size: 23px;
  padding-bottom: 20px;
}

.specializations {
  padding: 60px 0 0 0;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
  font-size: 20px;
}

.specializations__list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.specializations__item {
  display: flex;
  gap: 15px;
  /* max-width: 565px; */
  max-width: calc(1190px / 2 - 20px);
  width: 100%;
  align-items: center;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 10px !important;
  border-color: #1E4585;
}

.specializations__image {
  object-fit: contain;
  max-width: 145px !important;
  max-height: 145px !important;
}

.specializations__name {
  font-size: 20px;
}

/* табы */

.tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0 0 0;
}

.tabs label {
  order: 1;
  display: block;
  padding: 1rem 2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  background: #1E4585;
  color: white;
  border-radius: 4px;
  font-weight: bold;
  /* transition: ease 0.2s; */
}

.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  padding-left: 40px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked+label {
  background: #fff;
  border-top: 3px solid #1E4585;
  color: black;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.tabs input[type="radio"]:checked+label+.tab {
  display: block;
}

.tab ul li {
  list-style: square;
  margin-bottom: 10px !important;
}

@media (max-width: 45em) {

  .tabs .tab,
  .tabs label {
    order: initial;
  }

  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

.edu-docs__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.doc-reviews__item {
  max-width: 1150px;
  margin: 0 auto !important;
}

.doc-reviews__text {
  margin: 0 auto !important;
  text-align: center;
  max-width: 1000px;
  font-size: 18px;
  padding-bottom: 40px;
}

.doc-reviews__img {
  max-width: 120px !important;
  max-height: 120px !important;
  margin: 0 auto;
}

.doc-reviews__patient {
  margin: 0 auto !important;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.doc-reviews__source {
  margin: 0 auto !important;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

.get-plan {
  display: flex;
  flex-direction: column;
}

.get-plan__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.get-plan__item {
  max-width: 380px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.get-plan__item-img {
  width: 380px !important;
  height: 240px !important;
  object-fit: cover;
  vertical-align: bottom;
}

.get-plan__text-cover {
  padding: 20px;
}

.get-plan__item-b-text {
  font-weight: 600;
  line-height: 44px;
  font-size: 21px;
}

.get-plan__item-s-text {
  font-weight: 400;
  line-height: 44px;
  font-size: 18px;
}

.get-plan__button {
  margin: 40px auto;
}

.doc-video__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.doc-video__item {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.doc-video__item_reversed {
  flex-direction: row-reverse;
}

.doc-video-text-cover {
  max-width: 585px;
  width: 100%;
}

.doc-video__title {
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 20px !important;
}

.doc-video__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.8 !important;
}

.doc-video-cover {
  max-width: 585px;
  width: 100%;
}

.doc-video__frame {
  height: 315px;
  width: 560px;
  border-radius: 4px;
}

.doc-video__name {
  font-weight: 600;
  font-size: 15px;
  margin: 0 !important;
}

.doc-video__desc {
  font-weight: 300;
  font-size: 11px;
  margin: 0 !important;
}

.doc-interview {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.doc-interview__subtitle {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px !important;
}

.doc-interview__img {
  border-radius: 4px;
  margin-bottom: 15px;
}

.doc-interview__link-text {
  text-align: center;
}

.leave-request {
  background: linear-gradient(rgba(37, 37, 38, 0.7), rgba(37, 37, 38, 0.7)), url(/images/doctors-img/leave-request-background.jpg) no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding: 30px 15px 57px 15px;
  border-radius: 4px;
  color: white;
}

.leave-request__title {
  max-width: 465px;
  color: white;
  font-size: 40px !important;
  text-transform: uppercase;
  font-weight: 600;
}

.leave-request__text {
  max-width: 500px;
  color: white !important;
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 20px;
  text-align: center;
}

.leave-request__form {
  max-width: 465px;
}

.leave-request__form input {
  border-radius: 4px;
}

.leave-request__form input:not(:last-of-type) {
  margin-bottom: 10px;
}

.form-btn {
  width: 100%;
}

.leave-request-form-label {
  color: white;
}

.leave-request-form-link {
  color: white;
  text-decoration: underline;
}

.free-diagnostics {
  background: linear-gradient(291deg, rgba(28, 38, 107, 1) 0%, rgba(0, 0, 0, 1) 100%);
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 40px;
}

.free-diagnostics__text {
  color: white !important;
  font-size: 35px;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
}

.free-diagnostics__form-cover {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
}

.doc-filter {
  margin-top: 60px;
}

.doc-filter-buttons {
  font-size: 0;
  border-radius: 4px;
  display: flex;
}

.doc-filter__button {
  display: block;
  font-size: 15px;
  color: #000000;
  font-weight: 600;
  padding: 15px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #dadada;
  flex: 1 1 0px;
  cursor: pointer;
}

.doc-filter__button_active {
  color: #fff;
  border: 1px solid #1E4585;
  background-color: #1E4585;
}

.doc-filter__button:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
}

.doc-filter-select select {
  display: none;
  background-color: #1E4585;
  color: white;
  width: 100%;
  border: none;
  font-size: 17px;
  font-weight: 600;
  padding: 15px;
  /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); */
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 4px;
}

.doc-filter-select select option {
  padding: 30px;
}

.banner__images {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  max-width: 460px;
  justify-content: center;
}

.banner__images img {
  width: 100%;
  max-width: 49%;
  object-fit: cover;
}

@media screen and (max-width: 1215px) {
  .specializations__list {
    justify-content: center;
  }
}

@media screen and (max-width: 1209px) {
	.banner {
		justify-content: center;
	}
	.banner__image {
		margin: 0 auto;
	}
	.doc-banner {
		align-items: center;
		align-items: center;
		flex-direction: column-reverse;
		gap: 30px;
	}
	.doc-banner__content {
		width: 100%;
	}	
	.doc-banner__image {
		width: 100%;
		max-width: 440px;
		padding-left: 0;
		margin: 0 auto;
	}
	.doc-banner__name {
		text-align: center;
		font-size: 25px;
		padding-bottom: 20px;
	}

  .doc-banner__profession {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px !important;
    padding-bottom: 0;
  }

  .doc-banner__experience {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px !important;
  }

  .specializations {
    padding: 30px 0 0 0;
  }

  .get-plan__text-cover {
    min-height: unset;
  }

  .free-diagnostics__form-cover {
    justify-content: center;
  }
}

@media screen and (max-width: 1023px) {
	.doc-list {
		grid-template-columns: repeat(1, 1fr);	
	}
}	


@media screen and (max-width: 767px) {
	.doc-list__item-info {
		display: block;
	}
	.doc-list__item-info_img {
		width: 100%;
		padding-bottom: 0;
	}
	.doc-list__item-info_img a {
		width: 100%;
		height: auto;
		display: block;
		position: relative;
		top: auto;
		left: auto;
	}
	.doc-list__item-info_img img {
		height: auto;
		max-height: 440px;
	}
	.doc-list__item-info_content {
		width: 100%;
	}
	.doc-list__item-btn {
		position: relative;
		bottom: auto;
		right: auto;
	}
	.doc-list__item-btn .btn-link {
		margin: 20px 0 0 0;
	}	
  
  .doc-filter-buttons {
    display: none;
  }

  .doc-filter-select select {
    display: block;
  }

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

  .banner__text {
    font-size: 22px;
  }

  .awards {
    flex-wrap: wrap;
  }

  .awards-item {
    max-width: 130px;
  }

  .awards-item:not(:last-child) {
    margin-right: 0px !important;
  }

  .awards-item__img {
    max-width: 60px !important;
    max-height: 60px !important;
  }

  .awards-item__text {
    font-size: 14px;
    font-weight: 500;
  }

  .tooltip .tooltiptext {
    width: 175px;
    bottom: 45%;
    left: 40%;
  }

  .doc-cards {
    padding: 30px 0;
  }

  .doc-cards-title {
    font-size: 22px;
    padding: 20px 0 20px 0;
  }
/*
  .doc-list__item {
    max-width: 310px;
    max-height: fit-content;
  }

  .doc-list__item-link {
    flex-direction: column;
  }

  .doc-list__item-image {
    margin-right: 0px;
    max-width: 310px !important;
    max-height: 300px;
  }

  .doc-list__item-profession {
    min-height: auto;
  }

  .doc-gallery__text {
    font-size: 14px;
  }

  .doc-banner__name {
    font-size: 22px;
  }
*/
  .doc-awards {
    flex-wrap: wrap;
  }

  .doc-awards-item {
    max-width: 100px;
  }

  .doc-awards-item__img {
    max-height: 60px !important;
  }

  .awards-item__text {
    font-size: 15px;
    font-weight: 500;
  }

  .doc-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .banner__content {
    justify-content: center;
  }

  .doc-awards-item__text {
    font-size: 14px;
    font-weight: 500;
  }

  .specializations__image {
    max-width: 80px !important;
    max-height: 80px !important;
  }

  .specializations__name {
    font-size: 16px;
  }

  .edu-docs__list {
    justify-content: center;
  }

  .doc-reviews__text {
    font-size: 14px;
    padding-bottom: 20px;
  }

  .doc-reviews__img {
    max-width: 80px !important;
    max-height: 80px !important;
  }

  .doc-reviews__patient {
    font-size: 12px;
  }

  .doc-reviews__source {
    font-size: 10px;
  }

  .get-plan__item-b-text {
    font-size: 20px;
  }

  .get-plan__item-s-text {
    font-size: 18px;
  }

  .doc-video-text-cover {
    max-width: 100%;
  }

  .doc-video__title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px !important;
  }

  .doc-video__text {
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5 !important;
  }

  .doc-video-cover {
    max-width: 100%;
  }

  .doc-video__frame {
    height: 190px;
    width: 100%;
  }

  .doc-interview__subtitle {
    font-size: 20px;
  }

  .leave-request {
    margin-top: 20px;
    padding: 0px 20px 27px 20px;
  }


  .leave-request__title {
    max-width: 465px;
    font-size: 25px !important;
    font-weight: 500;
  }

  .leave-request__text {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .free-diagnostics__text {
    font-size: 20px;
    font-weight: 400;
  }

  .free-diagnostics {
    padding: 15px;
    margin-bottom: 30px;
  }

  .doc-filter {
    margin-top: 30px;
  }

  .tabs {
    padding: 30px 0 0 0;
  }
}

.yt_video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.yt_video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}