div.wpcf7 {
    margin: 0;
    padding: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    margin-left: 0.5em;
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 img.ajax-loader {
    border: none;
    vertical-align: middle;
    margin-left: 4px;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

.videoblock__wrapper {
    position: relative;
}

.video__wrapper {
    width: 100%;
    height: 600px;
}

.videoblock__textblock {
    position: absolute;
    width: 415px;
    left: 25%;
    margin-left: -227px;
    top: 50%;
    margin-top: -132px;
    padding: 20px;
    z-index: 1;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: opacity .4s ease;
}

.videoblock__textblock.none {
    opacity: 0;
    transition: opacity .4s ease;
}

.videoblock__title {
    white-space: normal;
    font-size: 33px;
    line-height: 1;
    color: rgb(255, 255, 255);
    font-family: ProximaNovaBold;
    margin: 0px;
    letter-spacing: 1px;
    font-weight: 900;
}

.videoblock__subtitle {
    white-space: normal;
    font-size: 21px;
    line-height: 1;
    color: rgb(255, 255, 255);
    font-family: ProximaNovaBold;
    margin: 0px;
    margin-bottom: 57px;
    letter-spacing: 1px;
    font-weight: 900;
}

.videoblock__subtitle .yellow {
    color: rgb(252, 206, 13);
    line-height: .8;
}

.videoblock__subtitle .big {
    font-size: 33px;
}

@media (max-width: 1100px) {
    .videoblock__title {
        font-size: 28px;
    }

    .videoblock__subtitle {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .videoblock__textblock {
        width: 310px;
        margin-top: -127px;
        margin-left: -175px;
    }
}

@media (max-width: 860px) {
    .videoblock__textblock {
        width: 500px;
        left: 50%;
        margin-left: -275px;
        top: 25%;
        margin-top: -95px;
        padding: 25px;
        background-color: rgba(0, 0, 0, 0.4);
    }
}

@media (max-width: 700px) {
    .video__wrapper {
        height: 450px;
    }

    .videoblock__subtitle {
        margin-bottom: 40px;
    }

    .wpb_row .wpb_column .videoblock__title:last-child {
        margin: 175px auto 0;
    }

    .videoblock__textblock {
        width: 100%;
        height: 450px;
        box-sizing: border-box;
        top: 0;
        margin: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 80px 65px 40px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 470px) {
    .videoblock__textblock {
        padding: 80px 20px 40px;
    }
}

@media (max-width: 400px) {
    .video__wrapper {
        height: 400px;
    }

    .videoblock__textblock {
        height: 400px;
        padding: 55px 20px 40px;
    }

    .videoblock__title {
        font-size: 25px;
    }

    .wpb_row .wpb_column .videoblock__title:last-child {
        margin: 155px auto 0;
    }
}

@media (max-width: 360px) {
    .videoblock__textblock {
        padding: 70px 20px 40px;
    }

    .videoblock__subtitle {
        font-size: 16px;
    }

    .videoblock__subtitle .big {
        font-size: 28px;
    }

    .wpb_row .wpb_column .videoblock__title:last-child {
        margin: 140px auto 0;
    }

    .videoblock__title {
        font-size: 22px;
    }
}

.doctor_clinic {
    position: relative;
    font-size: 15px;
    color: white;
    padding: 10px 0 0 10px;
    display: flex;
    align-items: center;
}

.doctor_clinic::before {
    background-image: url(/wp-content/themes/belberry/assets/img/marker.png);
    background-size: 35px 35px;
    display: inline-block;
    width: 35px;
    height: 35px;
    content: "";
    margin-right: 5px;
}

.photos__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.photos__list-item {
    flex: 1 1 calc(33.33% - 20px);
    padding: 10px;
    box-sizing: border-box;
}

.banner1-link-wrap {
    justify-content: flex-start;
    margin-top: 60px;
}

.banner1-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner1-link-wrap a {
    margin-bottom: 10px;
    margin-right: 10px;
    transition: all 0.3s;
}

.banner1-link-wrap a {
    display: inline-block;
    color: #65c1ee;
    font-size: 15px;
    letter-spacing: 0.02em;
    border: 2px solid #65c1ee;
    border-radius: 6px;
    padding: 13px 17px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.banner-slider .swiper-wrapper{
    opacity: 0;
}


.modal-bid {
    display: none;
    padding: 3.75rem 8.625rem;
    background-color: white;
    max-width: 39.625rem;
    width: 100%;
    border-radius: 0.75rem;
    aspect-ratio: 1.49/1;
    align-items: center;
    justify-content: center;
  }
  .modal-bid__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    height: 100%;
  }
  .modal-bid__body__info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    height: 100%;
  }
  .modal-bid__body__info-block__number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    padding: 1rem 1.875rem;
    background-color: #F2F7FC;
    border-radius: 0.5rem;
    max-width: max-content;
    width: 100%;
    height: 100%;
  }
  .modal-bid__body__info-block__number__bid {
    color: #5292CF;
    font-size: 6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .modal-bid__body__info-block__number__text {
    font-size: 1rem;
    color: #253855;
    text-align: center;
  }
  .modal-bid__body__info-block__description {
    font-size: 1.5rem;
    color: #253855;
    text-align: center;
  }
  .modal-bid__body__btn {
    color: white;
    font-size: 1rem;
    background-color: #6DBCF0;
    border-radius: 2.5rem;
    padding: 0.75rem 0.5rem;
    max-width: 7.25rem;
    width: 100%;
  }
  .modal-bid .carousel__button.is-close {
    max-width: 1.5rem;
    max-height: 1.5rem;
    top: 1.25rem !important;
    right: 1.25rem !important;
    color: rgba(0, 0, 0, 0.4588235294) !important;
    background-color: transparent !important;
  }
  
  .anketa {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 1rem 2rem;
  }
  .anketa img {
    object-fit: cover;
    width: 100%;
    max-width: 10rem;
  }
  .anketa__title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #222222;
  }
  .anketa__info-block {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  .anketa__info-block__header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .anketa__info-block__header__text-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
  }
  .anketa__info-block__header__text-block .text {
    color: #222222;
    font-size: 0.75rem;
    font-weight: 500;
    max-width: 12.5rem;
    width: 100%;
  }
  .anketa__info-block__header__text-block .answer {
    color: #222222;
    font-size: 0.75rem;
    font-weight: 700;
    /* max-width: 7.5rem; */
    /* width: 100%; */
  }
  .anketa__info-block__body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .anketa__info-block__body__title-block {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #D9D9D9;
  }
  .anketa__info-block__body__title-block__title {
    font-size: 0.875rem;
    color: #222222;
    font-weight: 700;
    /* opacity: 0.5; */
  }
  .anketa__info-block__body__title-block ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 0.5rem;
    list-style-type: disc;
    /* opacity: .5; */
  }
  .anketa__info-block__body__title-block ul li {
    font-size: 0.75rem;
    color: #222222;
    font-weight: 500;
    padding-left: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;

  }
  .anketa__info-block__body__title-block ul li::before {
    content: ""; /* Псевдоэлемент для маркера */
    display: list-item;
    position: absolute;
    padding-right: 0.5rem;
  }
  .anketa__info-block__body__title-block__question {
    width: 70%;
    font-size: 0.75rem;
    color: #222222;
    font-weight: 500;
    /* opacity: 0.5; */
    position: relative;
    /* list-style: disc; */
  }
  .anketa__info-block__body__title-block__question::before {
    content: "•"; /* Маркер в виде точки */
    position: absolute;
    left: -0.5rem; 
    top: 50%; 
    transform: translateY(-50%); 
    color: #222222; 
    /* opacity: 0.5; */
    /* font-size: 1rem; */
  }
  .anketa__info-block__body__title-block__answer {
    font-size: 0.75rem;
    color: #222222;
    font-weight: 700;
  }
  
  /* .anketa__info-block__body__title-block:nth-child(odd) {
    background-color: white;
  } */
  
  /* Для чётных блоков (2, 4, 6 и т.д.) */
  /* .anketa__info-block__body__title-block:nth-child(even) {
    background-color: #F6F6F6;
  } */
.result-block {
    overflow: hidden;
}
.result-swiper__item {
    display: flex;
    flex-direction: column;
    height: auto !important;
}
.result-swiper__item .btn1 {
    width: 100% !important;
    max-width: 100% !important;
}

.result-block .swiper-pagination  {
    margin-top: 2rem;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.result-block .swiper-pagination-bullet  {
    width: 9px;
    height: 9px;
    opacity: 1;
    background-color: #ccc;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.result-block .swiper-pagination-bullet-active {
    background-color: #3bc3f3;
}
.result-block .twentytwenty-item__wrap2 h3 {
    min-height: 4rem;
}
.hide-admine-btn  .btn0 {
    display: none;
}
@media (max-width: 768px) {
    .doctor-card .doctor-card-photo img {
        max-height: 18rem;
      }
}
@media (max-width: 479px) {
    
}