#sm-doctors-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
}

.sm-doctors__item {
    background-color: #FDFDFD;
    border-radius: 7px 7px 0 0;
    border-left: 1px solid #F5F2EF;
    border-top: 1px solid #F5F2EF;
    border-right: 1px solid #F5F2EF;
    padding: 12px 24px 0px 24px;
    max-height: 328px;
    min-height: 328px;
    height: 328px;
    width: 285px;
    position: relative;
    overflow: hidden;
}

h2.sm-doctor-title {
    color: #423F3D;
    font-family: "Shango", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    word-spacing: 300px;
    padding-bottom: 4px;
    margin-bottom: 0;
    position: relative;
}

.sm-doctor-title:after {
    display: none;
    content: '';
    width: 40px;
    height: 2px;
    background-color: #f0eae5;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.sm-doctor-title a {
    color: #423F3D;
}

.sm-doctors-referrals {
    max-width: 130px;
    z-index: 10;
    line-height: 19px;
}

html[lang="ka-GE"] .sm-doctors-referrals {
    max-width: 130px;
}

.sm-doctors-referrals__item {
    font-family: "Museo Sans Cyrl", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    display: inline;
    color: #A09C9A;
}

.sm-doctors-img img {
    width: 250px;
    max-width: unset;
    height: 250px;
    position: absolute;
    z-index: 9;
    bottom: 0;
    right: 0;
}

.sm-doctors-img:before {
    content: '';
    height: 200px;
    width: 200px;
    background-color: #f9f6f3;
    display: block;
    bottom: -60px;
    position: absolute;
    z-index: 8;
    right: -20px;
    transform: rotate(45deg);
    border-radius: 14px;
}

.sm-doctors-btn {
    background: linear-gradient(-45deg, #DEB59A, #ECCBB5, #DEB59A);
    font-family: "Museo Sans Cyrl", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 23px;
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #D6AD94;
    border-radius: 0px 0px 7px 7px;
    padding: 12px 12px 12px 12px;
    /*position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;*/
    width: 285px;
    height: 52px;
}

.sm-doctors-btn:is(:hover, :focus) {
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #D6AD94;
    border-radius: 0px 0px 7px 7px;
}

#sm-doctors-filter {
    display: flex;
    column-gap: 16px;
}

.sm-doctors-ref-filter__select,
.sm-doctors-address-filter__select {
    margin-bottom: 32px;
    width: 360px;
    max-width: 360px;
    font-family: "Museo Sans Cyrl", Sans-serif;
    font-weight: 300;
    color: #817C78;
    background-color: #F8F8F8 !important;
}

.sm-doctors-ref-filter__select:is(:focus, :focus-visible),
.sm-doctors-address-filter__select:is(:focus, :focus-visible) {
    outline: none;
}

.sm-doctors-ref-filter__item,
.sm-doctors-address-filter__item {
    background-color: #F8F8F8 !important;
}

.sm-doctors-ref-filter__label,
.sm-doctors-address-filter__label {
    font-family: "Museo Sans Cyrl", Sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}

@media screen and (max-width: 1199px) {
  #sm-doctors-filter {
    flex-direction: column;
  }

  .sm-doctors__item {
    width: 100%;
  }

  .sm-doctors-btn {
    width: 100%;
  }
}