@font-face {
  font-display: swap;
  font-family: Montserrat;
  src: url(/local/templates/docdeti-modern/assets/fonts/Montserrat-Medium.ttf) format("truetype");
  font-weight: 500;
}

@media (min-width: 1279px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100% !important;
  }
}
@media (max-width: 570px) {
  .mobile-min {
    width: 100% !important;
  }
}

main {
  margin-top: 94px;
  font-family: 'Montserrat';
  color: #303030;
  overflow: hidden;
}

.DD_LDSection._bg-color--beige{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FFEEDC;
}

.DD_LDSection__Header{
  margin-bottom: 40px;
}
.DD_LDSection__Title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 56px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .DD_LDSection._bg-color--beige{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .DD_LDSection__Header{
    margin-bottom: 40px;
  }
  .DD_LDSection__Title {
    margin-bottom: 16px;
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  main {
    margin-top: 70px;
  }
  .DD_LDSection._bg-color--beige{
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .DD_LDSection__Header{
    margin-bottom: 24px;
  }
  .DD_LDSection__Title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

/* Section 1 */
.DD_LDHeader {
  position: relative;
  margin-bottom: 160px;
}
.DD_LDHeader__Bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.DD_LDHeader__Bg._mobile{
    display: none;
}
.DD_LDHeader__Inner {
  position: relative;
  min-height: 645px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.DD_LDHeader__Left {
  width: 606px;
  margin-bottom: -60px;
  padding: 60px;
  background: #DBF4FF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  z-index: 1;
}
.DD_LDHeader__Breadcrumbs {
  margin-bottom: 25px;
}
.DD_LDHeader__Breadcrumbs ul.breadcrumb {
  padding: 0;
}
.DD_LDHeader__Breadcrumbs .breadcrumb-item a {
  font-size: 16px;
  font-weight: 500;
  color: #034694;
}
.DD_LDHeader__Breadcrumbs .breadcrumb-item::after {
  font-weight: 400;
  color: #034694;
}
.DD_LDHeader__Title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
}
.DD_LDHeader__Desc{
  line-height: 1.4;
  font-size: 18px;
}
.DD_LDHeader__Btn {
  display: inline-block;
  padding: 20px 30px;
  background: #034694;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  color: white;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.DD_LDHeader__Btn:hover {
  color: white;
}

@media (max-width: 991px) {
  .DD_LDHeader {
    margin-bottom: 90px;
  }
  .DD_LDHeader__Inner {
    min-height: 595px;
  }
  .DD_LDHeader__Left {
    width: 460px;
    margin-bottom: -40px;
    padding: 40px;
  }
  .DD_LDHeader__Breadcrumbs {
    margin-bottom: 24px;
  }
  .DD_LDHeader__Breadcrumbs .breadcrumb-item a {
    font-size: 14px;
  }
  .DD_LDHeader__Title {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .DD_LDHeader__Desc{
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .DD_LDHeader__Breadcrumbs{
    margin-bottom: 15px;
  }
  .DD_LDHeader {
    position: relative;
    margin-bottom: 36px;
    padding-bottom: 284px;
  }
  .DD_LDHeader__Inner {
    display: block;
    min-height: 0;
  }
  .DD_LDHeader__Left {
    width: auto;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 36px 20px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
  }
  .DD_LDHeader__Title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .DD_LDHeader__Btn {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    text-align: center;
  }
  .DD_LDHeader__Bg._desktop{
      display: none;
  }
  .DD_LDHeader__Bg._mobile {
    display: block;
    position: absolute;
    height: 284px;
    width: 767px;
    max-width: none;
    margin: auto;
    top: auto;
    left: 50%;
    bottom: 0;
    right: auto;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}


/* Time */
  .DD_LDSection._time{
    margin-bottom: 120px;
  }
  .DD_LDMainBlock{
    margin: 0 auto;
    word-break: break-word;
  }
  .DD_LDMainBlock__Text{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
  }
  .DD_LDMainBlock p{
    margin: 0 0 12px;
  }
  .DD_LDMainBlock p:last-child{
    margin: 0;
  }

  @media (max-width: 991px){
    .DD_LDSection._time {
        margin-bottom: 50px;
    }
    .DD_LDMainBlock__Text {
      font-size: 16px;
    }
  }

  @media (max-width: 767px){
    .DD_LDSection._time {
      margin-bottom: 36px;
    }
    .DD_LDMainBlock__Text {
      font-size: 15px;
    }
  }

/* Achivs */
  .DD_LDSection._tests{
    margin-bottom: 100px;
  }
  .DD_LDDoctors__Row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -15px -60px;
  }
  .DD_LDDoctors__Col{
    padding: 0 15px;
    margin-bottom: 60px;
    width: 100%;
  }
  .DD_LDDoctors__Col._w25{
    width: 25%;
  }
  .DD_LDDoctors__Col._w33{
    width: 33.33%;
  }
  .DD_LDDoctors__Item{
    font-size: 16px;
    line-height: 1.4;
    word-break: break-word;
  }
  .DD_LDDoctors__ItemImgOuter{
    position: relative;
    max-width: 180px;
    margin: 0 auto 20px;
  }
  .DD_LDDoctors__ItemImgWrp{
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 50%;
    box-shadow: 0 0 15px 1px rgb(0,0,0,.08);
  }
  .DD_LDDoctors__ItemDocNote{
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 4px 10px 4px;
    text-align: center;
    border-radius: 12px;
    line-height: 1.2;
    min-width: 100px;
    box-shadow: 0 0 15px 1px rgb(0,0,0,.08);
    color: #303030;
    transition: .3s color;
  }
  .DD_LDDoctors__ItemDocNote:hover{
    color: #007bff;
  }
  .DD_LDDoctors__ItemDocName{
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
  }
  .DD_LDDoctors__ItemDocJob{
    position: absolute;
    top: -6px;
    left: 0;
    background: #FFAA1C;
    padding: 6px 10px 4px;
    text-align: center;
    border-radius: 4px;
    line-height: 1.2;
    min-width: 0;
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 8%);
    font-weight: 700;
    font-size: 12px;
    color: #ffffff;
  }
  .DD_LDDoctors__ItemImg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    object-position: 50% 0;
  }
  .DD_LDDoctors__ItemTitle{
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 9px;
    text-align: center;
    color: #25458F;
  }
  .DD_LDDoctors__ItemDesc{
    font-size: 14px;
  }
  .DD_LDDoctors__ItemDesc ul{
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .DD_LDDoctors__ItemDesc ul li {
      position: relative;
      margin: 0 0 5px;
      padding: 0 0 0 18px;
  }
  .DD_LDDoctors__ItemDesc ul li:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0px;
    display: block;
    content: ' ';
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    -moz-background-size: 6px 6px;
         background-size: 6px 6px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'%3E%3Cpath fill='%233DB4ED' fill-rule='nonzero' d='M0 0h11v11H0z'/%3E%3C/svg%3E");
  }

  @media (max-width: 991px){
    .DD_LDSection._tests {
      margin-bottom: 60px;
    }
    .DD_LDDoctors__Col._w25,
    .DD_LDDoctors__Col._w33 {
      width: 33.33%;
    }
  }

  @media (max-width: 767px){
    .DD_LDSection._tests {
      margin-bottom: 36px;
    }
    .DD_LDDoctors__Row {
      margin: 0 -15px -30px;
    }
    .DD_LDDoctors__Col {
      margin-bottom: 45px;
    }
    .DD_LDDoctors__Col._w25,
    .DD_LDDoctors__Col._w33 {
      width: 50%;
    }
    .DD_LDDoctors__ItemTitle {
      font-size: 15px;
    }
    .DD_LDDoctors__Item {
      font-size: 13px;
    }
    .DD_LDDoctors__ItemImgWrp {
      margin-bottom: 12px;
    }
  }

  @media (max-width: 400px){
    .DD_LDDoctors__Col._w25,
    .DD_LDDoctors__Col._w33 {
        width: 100%;
    }
  }

/* Feedback */
  .DD_LDFeedback {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #034694;
  }
  .DD_LDFeedback__Header{
    margin-bottom: 40px;
  }
  .DD_LDFeedback._success .DD_LDFeedback__Header{
    display: none;
  }
  .DD_LDFeedback__Title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 56px;
    line-height: 68px;
    color: white;
    text-align: center;
  }
  .DD_LDFeedback__Subtitle {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 26px;
    line-height: 150%;
    color: white;
    text-align: center;
  }
  .DD_LDFeedback__FormRow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .DD_LDFeedback__FormRow._block {
    display: block;
  }
  .DD_LDFeedback__FormRow .ui_dd-checkbox-label {
    width: 100%;
    margin-top: 17px;
  }
  .DD_LDFeedback__FormRow .ui_dd-checkbox-label:last-child {
    margin-top: 10px;
  }
  .DD_LDFeedback__FormRow a {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
  }
  .DD_LDFeedback__FormRow a:hover {
    color: #fff;
    text-decoration: none;
  }
  .DD_LDFeedback__FormSuccess {
    font-weight: 500;
    font-size: 26px;
    line-height: 150%;
    color: white;
    text-align: center;
  }
  .DD_LDFeedback__Input {
    width: 100%;
    height: 62px;
    padding-left: 30px;
    background: #FFFFFF;
    border: 0;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    font-weight: 500;
    font-size: 16px;
  }
  .DD_LDFeedback__FormItem._error  .DD_LDFeedback__Input {
    border: 1px solid red;
  }
  .DD_LDFeedback__FormItem .DD_LDFeedback__FormItemError {
    display: none;
  }
  .DD_LDFeedback__FormItem._error .DD_LDFeedback__FormItemError {
    display: block;
  }
  .DD_LDFeedback__FormItemError{
    color: #FFFFFF;
    margin: 6px 0 0;
    font-size: 14px;
  }
  .DD_LDFeedback__Input::-webkit-input-placeholder {
    color: rgba(48, 48, 48, 0.4);
  }
  .DD_LDFeedback__Input:-moz-placeholder {
    color: rgba(48, 48, 48, 0.4);
  }
  .DD_LDFeedback__Input::-moz-placeholder {
    color: rgba(48, 48, 48, 0.4);
  }
  .DD_LDFeedback__Input:-ms-input-placeholder {
    color: rgba(48, 48, 48, 0.4);
  }
  .DD_LDFeedback__Input::-ms-input-placeholder {
    color: rgba(48, 48, 48, 0.4);
  }
  .DD_LDFeedback__Input::placeholder {
    color: rgba(48, 48, 48, 0.4);
  }
  .DD_LDFeedback__FormSuccessBtnWrp{
    margin: 30px 0 0;
  }
  .DD_LDFeedback__Submit {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 11px 20px 11px;
    min-width: 185px;
    background: #44DB93;
    color: #FFFFFF !important;
    border: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: white;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    outline: none !important;
  }
  .DD_LDFeedback__FormItem .DD_LDFeedback__Submit{
    width: 100%;
    display: block;
    padding: 23px 10px 23px;
    min-width: 0;
  }
  .DD_LDFeedback__Submit:disabled {
    opacity: .6;
    cursor: default;
  }

  @media (max-width: 991px) {
    .DD_LDFeedback {
      padding-top: 50px;
      padding-bottom: 40px;
    }
    .DD_LDFeedback__Title {
      font-size: 42px;
      line-height: 1.2;
    }
    .DD_LDFeedback__Subtitle {
      font-size: 20px;
    }
    .DD_LDFeedback__FormRow {
      grid-template-columns: 1fr 1fr;
    }
    .DD_LDFeedback__FormItem._sbmt{
      width: 100%;
    }
    .DD_LDFeedback__FormSuccess {
      font-size: 20px;
    }
    .DD_LDFeedback__Input {
      padding-left: 20px;
    }
  }

  @media (max-width: 767px) {
    .DD_LDFeedback {
      padding-top: 36px;
      padding-bottom: 26px;
    }
    .DD_LDFeedback__Title {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 29px;
    }
    .DD_LDFeedback__Subtitle {
      margin-bottom: 24px;
      font-size: 16px;
      line-height: 120%;
    }
    .DD_LDFeedback__Form {
      display: block;
    }
    .DD_LDFeedback__FormSuccess {
      font-size: 16px;
      line-height: 120%;
    }
    .DD_LDFeedback__Input {
      height: 46px;
      font-size: 13px;
    }
    .DD_LDFeedback__Submit {
      padding: 13px 20px 13px;
      font-size: 14px;
    }
    .DD_LDFeedback__FormItem .DD_LDFeedback__Submit {
      padding: 16px 10px 16px;
    }
    .DD_LDFeedback__FormRow {
      grid-template-columns: 1fr;
    }
  }