

/* reset styles */
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html {
  overflow-x: hidden;
}

html.lock {
  overflow: hidden;
}

body {
  height: 100%;
  overflow-x: hidden;
}

input,
button,
textarea {
  font-family: inherit;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
  margin: 0;
}

picture {
  display: block;
}

/* glob */

.search-list .hide {
  display: none;
}

.container {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.section-title {
  font-weight: 700;
  font-size: 34px;
  line-height: 39.1px;
  color: #1e1e1e;
  margin-bottom: 40px;
}

.section-descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  color: #596469;
}

.btn {
  padding: 14px;
  width: 100%;
  background-color: #f04a25;
  border-radius: 60px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}

.large-descr {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #1e1e1e;
}

.phone {
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  color: #1c7597;
}

body {
  font-family: "Nunito", sans-serif;
  min-width: 320px;
  background-color: #f3f3f3;
  padding: 30px 0;
}

.container-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
}

.section-offset {
  margin-bottom: 20px;
}

.slider-scrollbar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 3px;
}

.slider-navigation {
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-num {
  font-weight: 500;
  font-size: 24px;
  line-height: 26.4px;
  color: #1e1e1e;
}

.popup {
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  overflow-y: auto;
  background-color: #071d26;
}

.popup__body {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 15px 20px;
}


.popup.open {
  opacity: 1;
  pointer-events: all;
}


.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 20px 20px;
}

.popup__content {
  width: 517px;
  max-width: 100%;
  position: relative;
  padding: 40px;
  background-color: #fff;
  border-radius: 20px;
  background-color: #f7f9f9;
}

.popup__button {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  padding: 17px;
}

.popup__img-fon {
  position: absolute;
  bottom: 129px;
  right: 0;
  max-height: 208.07px;
}

.popup__close {
  position: absolute;
  top: 21px;
  right: 21px;
  z-index: 100;
  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;
  width: 13px;
  height: 13px;
}

.form__popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.popup__descr {
  font-size: 14px;
  line-height: 18.2px;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: left;
  max-width: 360px;
}

.popup__gray-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.2px;
  text-align: center;
  color: #9d9d9d;
}

.popup__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26.4px;
  text-align: left;
  margin-bottom: 12px;
  max-width: 277px;
}

.popup__input {
  padding: 18px;
  border: 1px solid #eaeaea;
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  width: 100%;
  height: 50px;
  border-radius: 60px;
}

.popup__textarea {
  padding: 20px 25px;
  border: 1px solid #eaeaea;
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  width: 100%;
  height: 120px;
  border-radius: 20px;
}

.popup__phons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.popup__phons-link {
  padding: 18px;
  width: 100%;
  border-radius: 30px;
  border: 1px solid #1c7597;
  color: #1c7597;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.popup__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* popup-radio */
.radio-custom {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 1px solid #596469;
  border-radius: 50%;
}

.radio-custom::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 3px solid #f04a25;
  border-radius: 50%;
  /* transform: translate(-50%, -50%) scale(0); */
}

.real-radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}

.real-radio:checked + .radio-custom::before {
  display: block;
}

/* Checked */
/* .form_radio input[type=radio]:checked + label:before {
	background: url(/img/radio-2.png) 0 0 no-repeat;
} */

.cities-popup .popup__content {
  padding: 80px;
}

.radio__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.popup__search {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.popup__search:last-child {
  margin-bottom: 0;
}

.cities-popup__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.cities-popup__count-text {
  font-size: 16px;
  line-height: 21px;
  color: #2e2e2e99;
}

.cities-popup__count-text_color {
  color: #2e2e2e;
}

.cities-popup__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 16px;
}

.cities-popup__link {
  font-size: 16px;
  line-height: 21px;
  color: #2e2e2e;
}

.review-full-popup__name {
  margin-bottom: 10px;
}

.review-full-popup .review-full-popup__text {
  height: initial;
}

.num {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

/* header */
.header__container-wrapper {
  padding: 23px 50px;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.header__phone-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header__phone-block .header__phone-wrapper:first-child {
  padding-right: 25px;
  border-right: 1px solid #1c75974d;
}

.header__phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.header__phone-mobile {
  display: none;
}

.header__descr {
  font-weight: 300;
  font-size: 16px;
  font-size: 14px;
  color: #596469;
}

/* clinic */
.clinic__container-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}

.clinic__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  color: #1e1e1e;
  max-width: 435px;
}

.clinic__left-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  width: 100%;
}

.right-block__advantage {
  /* display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
    max-width: 435px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  max-width: 435px;
}

/* .advantagef:first-child{
    grid-column-start: 1;
    grid-column-end: 1;
}

.advantage:nth-child(2n) {
    grid-column-start: 2;
    grid-column-end: 4;
}
.advantage:nth-child(3n) {
    grid-column-start: 4;
    grid-column-end: 6;
}
.advantage:nth-child(4n) {
    grid-column-start: 1;
    grid-column-end: 3;
} */
.advantage {
  padding: 6px;
  background-color: #f7f9f9;
  border-radius: 5px;
}

.advantage__descr {
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
}

.directions__large-descr {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #1e1e1e;
}

.directions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.directions__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #596469;
  padding-left: 23px;
}

.directions__item {
  position: relative;
}

.directions__item::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.99668 11.8337C5.81855 11.8337 5.67046 11.7738 5.55241 11.654C5.43435 11.5342 5.37533 11.3857 5.37533 11.2087V6.62533H0.791992C0.614909 6.62533 0.466471 6.56508 0.34668 6.4446C0.226888 6.3241 0.166992 6.17479 0.166992 5.99668C0.166992 5.81855 0.226888 5.67046 0.34668 5.55241C0.466471 5.43435 0.614909 5.37533 0.791992 5.37533H5.37533V0.791992C5.37533 0.614909 5.43557 0.466471 5.55605 0.34668C5.67655 0.226888 5.82586 0.166992 6.00397 0.166992C6.1821 0.166992 6.33019 0.226888 6.44824 0.34668C6.5663 0.466471 6.62533 0.614909 6.62533 0.791992V5.37533H11.2087C11.3857 5.37533 11.5342 5.43557 11.654 5.55605C11.7738 5.67655 11.8337 5.82586 11.8337 6.00397C11.8337 6.1821 11.7738 6.33019 11.654 6.44824C11.5342 6.5663 11.3857 6.62533 11.2087 6.62533H6.62533V11.2087C6.62533 11.3857 6.56508 11.5342 6.4446 11.654C6.3241 11.7738 6.17479 11.8337 5.99668 11.8337Z' fill='%23F04A25'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  position: absolute;
  background-size: 100%;
  top: 4.17px;
}

.directions__large-descr {
  margin-bottom: 16px;
}

.clinic__descr {
  color: #596469;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.left-block__descr {
  color: #596469;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

.left-block__descr {
  max-width: 447px;
}

.clinic__right-block {
  background-image: url("../img/section/banner/fon.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 30px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.rating_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rating_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.rating_top__descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #596469;
}

.right-block__large-descr {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: #1e1e1e;
}

.video {
  width: 100%;
  border-radius: 20px;
  height: 465px;
}

.left-block__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

/* excursion */

.excursion__video-wrapper {
  position: relative;
  max-width: 940px;
  max-height: 465px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.excursion__video {
  border-radius: 20px;
  max-width: 940px;
  max-height: 465px;
  width: 100%;
  height: 100%;
}

.excursion__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.excursion__preview-back {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.excursion__preview-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.excursion__preview-video-play-svg {
  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;
  outline: 1px solid white;
  padding: 28px;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.excursion__video:hover .excursion__preview-video-play-svg {
  background-color: rgba(240, 74, 37, 1);
  outline: none;
}

.excursion__preview-video-play-svg svg {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.excursion__preview-video-play-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  color: white;
  max-width: 81px;
  text-align: start;
}

/* interview */

.interview__title {
  max-width: 556px;
}

.interview__video-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.interview__video-item {
  padding: 40px;
  background-color: rgba(247, 249, 249, 1);
  border-radius: 20px;
}

.interview__video {
  max-width: 380px;
  max-height: 230px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.interview__video-wrapper {
  position: relative;
  max-width: 380px;
  max-height: 230px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}

.interview__preview-video-play svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(1px);
      -ms-transform: translateX(1px);
          transform: translateX(1px);
}

.interview__preview {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

.interview__preview-back {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview__preview-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  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;
  padding: 23px;
  outline: 1px solid rgba(255, 255, 255, 1);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.interview__video:hover .interview__preview-video-play {
  outline: none;
  background-color: rgba(240, 74, 37, 1);
}

.interview__video-item-descr {
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  color: #071d26;
  margin-bottom: 10px;
}

.interview__video-item-time {
  font-weight: 500;
  font-size: 12px;
  line-height: 110%;
  color: #071d26;
}

.interview__video-item-time span {
  color: rgba(7, 29, 38, 0.6);
}

/* space */

/* .space__container-wrapper{
    display: flex;
    flex-direction: column;
    gap: 12px;
} */
.space__wrapper-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.space__title {
  max-width: 589px;
}

.space__right-block-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.space__left-block-item {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 42px;
  border-radius: 20px;
  background-color: #f7f9f9;
  padding: 42px;
}

.space__picture {
  max-height: 227px;
  max-width: 227px;
}

.space__img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.hospital__slide {
  max-width: 400px;
  max-height: 230px;
  min-width: 259px;
}

.hospital__img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.hospital__large-descr {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hospital__container-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.hospital__block-info-descr {
  margin-bottom: 0 !important;
}

.hospital__num {
  font-weight: 600;
  margin-bottom: 12px;
}

.hospital__block {
  padding: 30px;
  border-radius: 30px;
  min-width: 0;
  background-color: rgba(247, 249, 249, 1);
}

.hospital__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.hospital__block-descr {
  font-weight: 300;
  font-size: 14px;
  line-height: 16.8px;
  color: #596469;
  max-width: 234px;
  margin-bottom: 12px;
}

.hospital__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hospital__adress-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
}

.hospital__descr {
  margin-bottom: 30px;
}

.hospital__block-info-item {
  padding: 30px;
  border-radius: 20px;
  background-color: #f7f9f9;
}

.hospital__block-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* clinic-services */

.clinic-services__title {
  max-width: 740px;
}

.clinic-services__video-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.clinic-services__video-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 10px 23px;
  background-color: rgba(247, 249, 249, 1);
  border-radius: 20px;
}

.clinic-services__video-wrapper {
  position: relative;
  border-radius: 10px;
  margin-bottom: 23px;
}

.clinic-services__video {
  max-width: 283px;
  max-height: 180px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.clinic-services__video-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 0 4px 0;
}

.clinic-services__video-subtitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  color: #071d26;
}

.clinic-services__video-btn svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clinic-services__video-btn svg path {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.clinic-services__video-btn:hover svg path {
  fill: rgba(240, 74, 37, 1);
}

.clinic-services__preview {
  position: absolute;
  top: -2px;
  width: 100%;
  left: 0;
  height: 100%;
}

.clinic-services__preview-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  outline: 1px solid white;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 14px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.clinic-services__preview-video-play:hover {
  background-color: rgba(240, 74, 37, 1);
  outline: none;
}

.clinic-services__preview-video-play svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(0.5px);
      -ms-transform: translateX(0.5px);
          transform: translateX(0.5px);
}

.clinic-services__preview-back {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/* search */

.search__title {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  color: #071d26;
}

.search__wrapper {
  max-width: 939px;
  width: 100%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search__form {
  position: relative;
  width: 100%;
  outline: 1px solid rgba(205, 210, 212, 0.6);
  padding: 18px 20px;
  border-radius: 10px;
}

.search__input {
  width: 100%;
}

.search__icon {
  position: absolute;
  right: 16px;
  top: 16px;
}

/* transportation */
.transportation__btn-group {
  display: none;
}

.transportation__descr-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.transportation__descr {
  max-width: 460px;
}

.transportation__block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.transportation__block {
  padding: 30px;
  border-radius: 15px;
  background-color: #f7f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.transportation__picture {
  max-height: 160px;
  max-width: 400px;
}

.transportation__img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.transportation__btn {
  padding: 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #fff;
}

.transportation__block .directions__large-descr {
  margin-bottom: 0;
}

.transportation__btn-mobile {
  padding: 12px 25px;
  background-color: #f04a25;
  border-radius: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
}

.btn-white {
  padding-top: 11px;
  border: 1px solid #f04a25;
  background-color: #fff;
  color: #f04a25;
}

/* connection */
.connection__block-item {
  padding: 30px;
  background-color: #f7f9f9;
  border-radius: 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.social__block {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.connection__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  /* display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px; */
}

/* .connection__block-item:first-child{
    grid-column-start: 1;
    grid-column-end: 4;
}
.connection__block-item:nth-child(2n) {
    grid-column-start: 5;
    grid-column-end: 5;
}
.connection__block-item:nth-child(2n) {
    grid-column-start: 6;
    grid-column-end: 6;
} */
.connection__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  color: #596469;
  margin-bottom: 16px;
  max-width: 388px;
}

.connection__descr {
  font-size: 14px;
  line-height: 16.8px;
  font-weight: 600;
  color: #071d26;
  max-width: 160px;
}

.phone-block__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.phone-block__phone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.phone-block__phone:first-child {
  padding-right: 25px;
  border-right: 1px solid #1c75974d;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  gap: 30px;
}

.social__link {
  height: 50px;
  width: 50px;
  background-color: #fff;
  border-radius: 50%;
}

.connection__large-descr {
  margin-bottom: 10px;
}

.connection__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.connection__input {
  padding: 17px 14px;
  border-radius: 60px;
  background-color: #fff;
  max-width: 240px;
}

.connection__btn {
  max-width: 148px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18.2px;
  color: #fff;
}

.social__block:first-child {
  padding-right: 29px;
  border-right: 1px solid #cdd2d499;
}

.social__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.connection__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.city__large_descr {
  margin-bottom: 20px;
}

.city__Rostov .city__large_descr {
  text-align: end;
}

.city {
  width: 100%;
}

.geolocation__map {
  height: 427px;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

/* documents */
.documents__img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}

.documents__img-block {
  margin-bottom: 20px;
}

.documents__picture {
  max-height: 594px;
}

.documents__img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #cdd2d4;
}

.span-descr {
  font-weight: 600;
  color: #1e1e1e;
}

.documents__info {
  padding: 30px;
  background-color: #f7f9f9;
  border-radius: 20px;
}

.document__descr {
  margin-bottom: 15px;
}

.document__descr:nth-child(4n) {
  margin-bottom: 25px;
}

.document__internal-block {
  border-top: 1px solid #cdd2d4;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}

.document__descr-item:first-child {
  text-align: left;
  max-width: 300px;
}

.document__descr-item:last-child {
  text-align: left;
  max-width: 300px;
}

/* .city__picture{
    max-height: 427px;
    max-width: 100%;
} */
/* .city__geolocation{
    height: 100%;
    width: 100%;
    border-radius: 20px;
} */
@media (max-width: 1024px) {
  /* glob */
  .container-wrapper {
    padding: 40px 10px;
  }

  .section-title {
    font-size: 26px;
    line-height: 28.6px;
    margin-bottom: 20px;
  }

  .section-descr {
    font-size: 14px;
    line-height: 18.2px;
  }

  /* .header */
  .header__container-wrapper {
    padding: 10px 20px;
  }

  .header__phone-mobile {
    display: block;
  }

  .header__phone-wrapper {
    display: none;
  }

  .header__phone-block {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__phone-block .header__descr {
    max-width: 95px;
    font-weight: 300;
    font-size: 10px;
    line-height: 11px;
    text-align: right;
  }

  .header__logo-link {
    height: 30px;
    width: 110px;
  }

  /* clinic */
  .clinic__container-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .clinic__title {
    font-size: 30px;
    line-height: 33px;
  }

  .directions__link {
    font-size: 14px;
    line-height: 14px;
  }

  .directions__link {
    padding-left: 19px;
  }

  .clinic__left-block {
    gap: 20px;
  }

  .rating_top__num {
    font-size: 20px;
    line-height: 20px;
  }

  .rating_top__img {
    width: 32px;
    height: 32px;
  }

  .clinic__right-block {
    padding: 16px 14px;
    height: 222px;
    background-image: url("../img/section/banner/fon-bobil.png");
    background-repeat: no-repeat;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }

  .right-block__large-descr {
    font-size: 14px;
    line-height: 14px;
  }

  .rating_bottom {
    gap: 6px;
  }

  .rating_bottom__stars {
    margin-bottom: 8px;
  }

  .clinic__descr {
    font-size: 12px;
    line-height: 12px;
  }

  /* space */
  .space__wrapper-block {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  /* transportation */

  .transportation__block:last-child {
    display: none;
  }

  .transportation__block {
    width: 100%;
    padding: 20px;
  }

  .transportation__picture {
    max-width: 100%;
    height: 260px;
  }

  .transportation__btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  }

  .transportation__img {
    border-radius: 10px;
  }

  /* connection */

  .connection__block-item:nth-child(2n) {
    display: none;
  }

  .connection__block-item:nth-child(3n) {
    display: none;
  }

  .connection__subtitle {
    font-size: 12px;
    line-height: 14.4px;
  }

  .phone {
    font-size: 14px;
    line-height: 14px;
  }

  .phone-block__phone:first-child {
    padding-right: 5px;
  }

  .phone-block__phones {
    gap: 5px;
  }

  .connection__block-item {
    padding: 20px;
  }

  .connection__block-item:first-child {
    padding: 0;
    background-color: #fff;
  }

  .social {
    background-color: #fff;
    padding: 0;
    gap: 10px;
  }

  .social__block {
    padding: 15px;
    border: none;
    background-color: #f7f9f9;
    border-right: none;
    border-radius: 10px;
  }

  .social__block:first-child {
    padding-right: 15px;
  }

  .social__block:first-child {
    border-right: none;
  }

  .social__link {
    width: 30px;
    height: 30px;
  }

  .city__large_descr {
    font-size: 14px;
    line-height: 16.8px;
  }

  .connection__city {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .city__Rostov .city__large_descr {
    text-align: start;
  }

  /* interview */

  .interview__video-item {
    padding: 20px;
  }

  .interview__video-wrapper {
    max-width: none;
    height: auto;
  }

  .interview__video-list {
    gap: 10px;
  }

  /* clinic-services */

  .clinic-services__video-list {
    gap: 10px;
  }

  .clinic-services__video-subtitle {
    font-weight: 600;
    font-size: 14px;
    line-height: 15.4px;
  }
}

@media (max-width: 765px) {
  .transportation__descr-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }

  /* interview */

  .interview__video-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .interview__video-item {
    padding: 10px;
  }

  /* clinic-services */

  .clinic-services__video-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .excursion__preview-video-play-svg {
    padding: 21px;
  }

  /* hospital */
  .hospital__block-descr {
    font-weight: 300;
    font-size: 12px;
    line-height: 14.4px;
    color: #596469;
  }

  .hospital__descr {
    margin-bottom: 20px;
  }

  .hospital__block {
    padding: 20px;
  }

  .hospital__container-wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .hospital__block:nth-child(2n) {
    display: none;
  }

  .hospital__block-info {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  /* popup */
  .popup__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
  }

  .popup__content {
    width: 320px;
    padding: 30px 20px 40px 20px;
  }

  .popup__close {
    top: 17.1px;
    right: 17.1px;
  }

  .popup__button {
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
  }

  .geolocation__map {
    max-height: 200px;
  }

  /* .city {
    max-height: 200px;
  } */
}

/* doctors */
.doctors__btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.doctors__btn {
  padding: 14px;
  max-height: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  gap: 6px;
}

.swiper__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-button {
  width: 30px;
  pointer-events: all;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 30px;
  position: relative;
  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;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #cdd2d4;
  -webkit-transition:
    background-color 0.3s linear,
    border-color 0.3s ease,
    opacity 0.3s ease;
  -o-transition:
    background-color 0.3s linear,
    border-color 0.3s ease,
    opacity 0.3s ease;
  transition:
    background-color 0.3s linear,
    border-color 0.3s ease,
    opacity 0.3s ease;
  cursor: pointer;

  &::after {
    width: 6px;
    height: 6px;
    display: block;
    content: "";
    border-right: 2px solid #cdd2d4;
    border-bottom: 2px solid #cdd2d4;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: border-color 0.3s ease;
    -o-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
    margin-right: 3px;
  }

  &:hover {
    opacity: 0.8;
    border-color: transparent;
    background-color: #f04a25;

    &::after {
      border-color: #fff;
    }
  }
}

.swiper-pagination-fraction {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.swiper-pagination-current {
  font-weight: bold;
  font-size: 18px;
}

.swiper-btn {
  padding: 17px 40px;
}

.swiper-button-disabled {
  cursor: auto;
  pointer-events: none;
  opacity: 0.6;
}

.slider-button_prev {
  &::after {
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);
    margin-right: 0;
    margin-left: 3px;
  }
}

.doctors__wrap-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;

  & h2 {
    margin-bottom: 0;
  }
}

.doctors__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background: url("../img/section/docotr/fon-bloc-doctor.png") no-repeat center center / cover;
  padding: 40px;
  padding-bottom: 0;
  border-radius: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
}

.doctors__main-slider__slide {
  height: auto;
  gap: 20px;
}

.doctors__main-slider__picture {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  width: 303px;
  height: 373px;
  z-index: 11;
  bottom: 0;
  bottom: -160px;
  left: 550px;

  & img {
    width: 303px;
    height: 373px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 15px;
  }
}

.doctors__main-slider__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 415px;
  min-width: 415px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.doctors__main-slider__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.doctors__main-slider__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.doctors__main-slider {
  margin-bottom: 0;
  padding-bottom: 160px;
  max-width: 100%;
}

.doctors__main-slider__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doctors__main-slider__btn:hover {
  border-color: #fff;
}

.doctors__main-slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;

  & > * {
    -ms-flex-preferred-size: calc(50% - 10px);
        flex-basis: calc(50% - 10px);
  }
}

.doctors__main-slider__post {
  margin-bottom: 8px;
}

.doctors__small-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background-color: #fff;
  border-radius: 10px;
  max-width: 415px;
  width: 100%;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  position: absolute;
  bottom: 50px;
  left: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.doctors__small-slider {
  margin-bottom: 0;
  margin: 0;
  padding-right: 20px;
  border-right: 1px solid red;
}

.doctors__small-slider__picture {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #f3f7f9;
}

.doctors__small-slider__picture img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.doctors__small-slider-slide {
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  cursor: pointer;
}

.swiper-slide-thumb-active {
  border-color: #f04a25;
  border-radius: 50%;
}

/* doctors media */

@media (max-width: 1124px) {
  .doctor-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }

  .doctor-intro__picture {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 0;
    margin-bottom: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    gap: 10px;
  }

  .doctor-intro__rating {
    position: static;
  }

  .doctor-intro__info {
    gap: 20px;
  }

  .doctors__main-slider__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }

  .doctors__small-slider__inner {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 305px;
  }

  .doctors__wrap-top {
    margin-bottom: 10px;
  }

  .doctors__small-slider__picture {
    width: 55px;
    height: 55px;
    & img {
      width: 55px;
      height: 55px;
    }
  }

  .doctors__main-slider__info {
    margin-bottom: 20px;
  }
  .doctors__main-slider__picture {
    width: 180px;
    height: 133px;
    top: -177px;
    left: 60%;
    -webkit-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
            transform: translateX(-60%);
    & img {
      width: 180px;
      height: 133px;
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 15px;
      overflow: visible;
    }
  }

  .swiper-pagination-fraction {
    display: none;
  }
  .swiper__btns {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .doctors__small-slider {
    max-width: 280px;
    padding-right: 0;
    border-right: none;
  }
  .doctors__main-slider {
    padding: 250px 0 140px 0;
  }
  .doctors__main-slider__content {
    margin: 0 auto;
  }

  .doctors__inner {
    padding: 10px;
  }

  .rating_top {
    position: absolute;
    top: -232px;
    left: 20px;
  }
  .swiper-slide-thumb-active {
    border-color: transparent;
  }
}

@media (max-width: 500px) {

  .doctors__main-slider__content {
    min-width: 100%;
  }
}