

/* Start:/v1/css/doctors-block.css?169442716213647*/
.doctors-block__list .slick-slide:not(.slick-active) {
    height: 0 !important;
}

.land-section_doctors-block {
  padding-bottom: 45px; }
  @media only screen and (max-width: 600px) {
    .land-section_doctors-block {
      padding-bottom: 15px; } }
  @media only screen and (max-width: 600px) {
    .land-section_doctors-block .land-section__title {
      margin-bottom: 13px; } }
  .land-section_doctors-block .land-section__subtitle {
    margin-bottom: 26px; }
  .land-section_doctors-block .land-section__desc {
    margin-bottom: 39px; }
    @media only screen and (max-width: 600px) {
      .land-section_doctors-block .land-section__desc {
        margin-bottom: 0; } }

@media only screen and (min-width: 961px) {
  .doctor-selection__block {
    -webkit-flex-basis: 310px;
        -ms-flex-preferred-size: 310px;
            flex-basis: 310px;
    margin-left: 22px; }
    .doctor-selection__block:first-child {
      margin-left: 0; }
  .doctor-selection__block.doctor-selection__button--details.--doctorsPageButton {
    -webkit-flex-basis: 175px;
        -ms-flex-preferred-size: 175px;
            flex-basis: 175px; } }

.doctors-block .doctor-selection__input {
  background: #F8F8F8;
  border-color: #9A9A9A;
  color: #2E2E2E; }
  @media only screen and (min-width: 601px) {
    .doctors-block .doctor-selection__input {
      font-size: 16px; } }
  .doctors-block .doctor-selection__input::-moz-placeholder {
    color: #9A9A9A;
    opacity: 1; }
  .doctors-block .doctor-selection__input:-ms-input-placeholder {
    color: #9A9A9A; }
  .doctors-block .doctor-selection__input::-webkit-input-placeholder {
    color: #9A9A9A; }

.doctors-block .custom_select {
  border-color: #9A9A9A; }

.doctors-block .custom_select .custom_select_value {
  background: #F8F8F8;
  border-color: #9A9A9A;
  color: #9A9A9A;
  text-align: left; }
  @media only screen and (min-width: 601px) {
    .doctors-block .custom_select .custom_select_value {
      font-size: 16px; } }

.doctors-block .custom_select_icon__dropdown svg path {
  fill: #9A9A9A; }

.doctors-block .custom_select_selects_wrap {
  border-color: #9A9A9A; }

.doctors-block .custom_select_icon svg path,
.doctors-block .doctor-selection__icon svg path {
  fill: #2E2E2E; }

@media only screen and (max-width: 600px) {
  .doctors-block {
    margin-top: 7px; }
    .doctors-block .doctor-selection__input {
      background: #F8F8F8;
      border-color: #9A9A9A;
      color: #2E2E2E; }
      .doctors-block .doctor-selection__input::-moz-placeholder {
        color: #9A9A9A;
        opacity: 1; }
      .doctors-block .doctor-selection__input:-ms-input-placeholder {
        color: #9A9A9A; }
      .doctors-block .doctor-selection__input::-webkit-input-placeholder {
        color: #9A9A9A; }
    .doctors-block .custom_select {
      border-color: #9A9A9A; }
    .doctors-block .custom_select .custom_select_value {
      background: #F8F8F8;
      border-color: #9A9A9A;
      color: #9A9A9A;
      text-align: left; }
    .doctors-block .custom_select_icon__dropdown svg path {
      fill: #9A9A9A; }
    .doctors-block .custom_select_selects_wrap {
      border-color: #9A9A9A; }
    .doctors-block .custom_select_icon svg path,
    .doctors-block .doctor-selection__icon svg path {
      fill: #2E2E2E; }
    .doctors-block .doctor-selection__block.doctor-selection__button--details .button {
      margin: 41px auto 0;
      display: block;
      width: 175px;
      background: -webkit-gradient(linear, left top, right top, from(#F56CA8), to(#F08BB7));
      background: -o-linear-gradient(left, #F56CA8 0%, #F08BB7 100%);
      background: linear-gradient(90deg, #F56CA8 0%, #F08BB7 100%); } }

.doctors-block__title {
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 49px;
  color: #F08BB7; }
  @media only screen and (max-width: 600px) {
    .doctors-block__title {
      font-size: 24px;
      line-height: 28px;
      margin: 0 0 24px; } }

.blueBg.filter_doctor_list {
  background: -webkit-gradient(linear, left top, right top, from(#A7C9E4), to(#C7E2F5));
  background: -o-linear-gradient(left, #A7C9E4 0%, #C7E2F5 100%);
  background: linear-gradient(90deg, #A7C9E4 0%, #C7E2F5 100%);
  border-radius: 21px;
  color: #FFF; }

@media only screen and (min-width: 961px) {
  .doctor-selection__selects {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media only screen and (min-width: 601px) {
  .doctor-selection__selects {
    margin-bottom: 45px; } }

@media only screen and (max-width: 600px) {
  .doctor-selection__selects {
    padding: 0px 0px 10px 0px; } }

.doctors-block__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 49px;
  color: #F571AA;
  text-align: center; }

.doctors-block__list {
  margin: 0 -15px;
  opacity: 0;
  visibility: hidden; }
  .doctors-block__list.slick-initialized {
    opacity: 1;
    visibility: visible;
    position: relative; }
  @media only screen and (max-width: 600px) {
    .doctors-block__list {
      margin: 0 -20px; } }
  @media only screen and (min-width: 601px) {
    .doctors-block__list .slick-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-width: 100%; }
    .doctors-block__list .slick-track {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .doctors-block__list .slick-track .slick-slide {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .doctors-block__list .slick-track .slick-slide > div {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%; } }
  .doctors-block__list .slick-arrow {
    display: block !important;
    position: absolute;
    width: 57px;
    height: 57px;
    background: #FFCAE1;
    border: 1px solid #FFF2F8;
    -webkit-box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
            box-shadow: 0px 0px 20px rgba(255, 94, 164, 0.3);
    padding: 0;
    border-radius: 100%;
    cursor: pointer;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 51; }
    @media only screen and (max-width: 600px) {
      .doctors-block__list .slick-arrow {
        top: 316px;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0); } }
    .doctors-block__list .slick-arrow:hover {
      background: #FDAACE;
      border: 1px solid #FFD3E6;
      -webkit-box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7);
              box-shadow: 0px 0px 20px rgba(245, 108, 168, 0.7); }
    .doctors-block__list .slick-arrow svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 12px;
      height: 23px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #FFF; }
    .doctors-block__list .slick-arrow.slick-prev {
      left: -22px; }

@media only screen and (max-width: 1170px) and (min-width: 601px) {
  .doctors-block__list .slick-arrow.slick-prev {
    left: 5px; } }
      @media only screen and (max-width: 600px) {
        .doctors-block__list .slick-arrow.slick-prev {
          left: 5px; } }
    .doctors-block__list .slick-arrow.slick-next {
      right: -22px; }

@media only screen and (max-width: 1170px) and (min-width: 601px) {
  .doctors-block__list .slick-arrow.slick-next {
    right: 5px; } }
      @media only screen and (max-width: 600px) {
        .doctors-block__list .slick-arrow.slick-next {
          right: 5px; } }

.doctors-block__itm {
  padding: 20px 15px;
  width: 100%; }
  @media only screen and (max-width: 960px) {
    .doctors-block__itm {
      width: 33.33333%; } }
  @media only screen and (min-width: 601px) {
    .doctors-block__itm {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  @media only screen and (max-width: 600px) {
    .doctors-block__itm {
      width: 100%;
      padding: 20px 35px; } }

.doctor-box {
  width: 100%;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 0 14px 14px;
  margin-top: 148px;
  position: relative; }
  .doctor-box:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(249, 89, 159, 0.3);
            box-shadow: 0px 0px 30px rgba(249, 89, 159, 0.3); }
  .doctor-box .button {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    margin: 0 0 23px; }
    .doctor-box .button:after {
      border: 1px solid #F56CA8; }
    .doctor-box .button:before {
      background-color: #F56CA8; }

.doctor-box__pict {
  margin-bottom: 23px;
  border: 1px solid #FFF;
  border-radius: 100%;
  margin-top: 0; }
  .doctor-box__pict img {
    display: block;
    width: 100%;
    margin-top: -148px;
    border-radius: 100%; }
    @media only screen and (max-width: 600px) {
      .doctor-box__pict img {
        margin-top: -125px; } }

.doctor-box__rating {
  margin: 27px 0 15px;
  text-align: center;
  font-weight: 500; }

.doctor-box__rating__star {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 7px;
  top: 3px; }
  .doctor-box__rating__star svg {
    display: inline-block;
    vertical-align: top; }

.doctor-box__rating__star__in {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 0; }

.doctor-box__reviews {
  display: inline-block;
  vertical-align: top; }
  .doctor-box__reviews a {
    color: #96B4E8;
    text-decoration: none; }
    .doctor-box__reviews a:hover {
      text-decoration: underline; }

.doctor-box__name {
  font-size: 20px;
  line-height: 30px;
  text-align: center; }

.doctor-box__post {
  font-size: 16px;
  line-height: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F56CA8;
  text-align: center;
  min-height: 71px; }

.doctor-box__experience {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #000000;
  min-height: 36px; }

.doctor-box__place {
  border-top: 1px solid #2E2E2E;
  margin-top: 18px;
  padding-top: 18px;
  text-align: center; }
  .doctor-box__place span {
    display: inline;
    position: relative;
    padding-left: 24px;
    font-size: 14px;
    line-height: 24px; }
    .doctor-box__place span svg {
      position: absolute;
      top: 0;
      left: 0; }

.doctors-block__more {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  padding: 62px 0; }
  @media only screen and (max-width: 600px) {
    .doctors-block__more {
      font-size: 18px;
      line-height: 27px;
      padding: 10px 0 25px; } }
  .doctors-block__more a {
    display: inline-block;
    position: relative;
    padding-left: 52px;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none; }
    .doctors-block__more a:hover {
      color: #F571AA; }
    .doctors-block__more a svg {
      position: absolute;
      left: 0;
      top: 0;
      fill: currentColor; }

.doctor-box__lnk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (min-width: 1171px) {
  .doctors-block__itm_two .doctor-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .doctors-block__itm_two .doctor-box .doctor-box__column {
      width: 50%;
      padding: 27px 20px;
      position: relative; }
      .doctors-block__itm_two .doctor-box .doctor-box__column:first-child {
        padding-bottom: 62px; }
      .doctors-block__itm_two .doctor-box .doctor-box__column .doctor-box__pict {
        margin-bottom: 15px;
        max-width: 240px; }
        .doctors-block__itm_two .doctor-box .doctor-box__column .doctor-box__pict img {
          margin-top: -90px; }
      .doctors-block__itm_two .doctor-box .doctor-box__column .doctor-box__place {
        border: none;
        margin: 15px 0;
        padding: 0;
        display: none; }
      .doctors-block__itm_two .doctor-box .doctor-box__column .doctor-box__rating {
        margin-top: 0; }
      .doctors-block__itm_two .doctor-box .doctor-box__column .button {
        margin-bottom: 0;
        position: absolute;
        bottom: 20px; }
      .doctors-block__itm_two .doctor-box .doctor-box__column:first-child {
        padding: 0 20px 62px; }
        .doctors-block__itm_two .doctor-box .doctor-box__column:first-child .doctor-box__place {
          display: block; } }

@media only screen and (max-width: 1170px) {
  .doctors-block__itm_two .doctor-box .doctor-box__column:first-child .doctor-box__place {
    display: none; } }

/* End */
/* /v1/css/doctors-block.css?169442716213647 */
