.review-wrapper{
padding: 20px 20px 60px 20px;
margin: auto;
}

.my-wrapper{
background-color:#f6e5dd;
padding: 20px;
align-items: center;
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
}
.ac-container{.custom-review-wrapper
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    gap: 2px;
}
.ac-container label{
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;

}
.accordion-label div {
    max-width: calc(100% - 40px);
}
.ac-container input{
    border: none;
    display: none;
}
.ac-container p{
    margin-top: 20px;
}

.ac-container article,
.ac-container .faq-custom-div{
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container input:checked ~ article,
.ac-container input:checked ~ .faq-custom-div{
     -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    
    height: max-content;
}
.accordion-1
{
}
.accordion-item{
    width: 100%;
    padding: 0 25px;
    background-color: #FFF;
    border-radius: 3px;
    padding: 20px 15px;
    max-width: calc(100% - 30px);
}
.accordion-label{
    color: #5b5b5b;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
    padding: 10px 10px 0px 10px;
}
.accordion-label h3{
    color: #5b5b5b;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.accordion-item article,
.accordion-item .faq-custom-div{
font-family: 'Montserrat',Arial,sans-serif;
font-weight: 300;
color: #000000;
font-size: 14px;
line-height: 1.55;
padding: 15px;
}

.ac-container label:after,
.ac-container input:checked + label:after{
    content: '+';
    font-size: 30px;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    color:#5b5b5b;
     transition: 0.5s;
}

.ac-container input:checked + label:after {
    transform: rotate(45deg);
}

  .custom-review-wrapper{
    background-color:#fff;
    padding-left: 0;
    padding-bottom:90px;
    align-items: center;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    overflow-x: auto;
  }


@media(max-width: 980px){
    .custom-review-wrapper{
        height: 570px;
        max-width: 100%;
    }
}
  .custom-review-container{
    border-radius: 4px;
    height: 300px !important;
    margin: 10px;
  }
  .pd_surname{
      background-color:#fff !important;
        color: #5b5b5b !important;
        font-family: 'Montserrat' !important;
  }
  .pd_avatar{
      border-radius: 100% !important;
      
  }
  .pd_doctorlist_specialities_reg{
    color: #5b5b5b !important;
    font-family: 'Montserrat' !important;
}
.pd_doctor_map{
    color: #5b5b5b !important;
    font-family: 'Montserrat' !important;
}
  .pd_doctorlist_main_info a{
      color: #5b5b5b !important;
    font-family: 'Montserrat' !important;
  }
  
 .pd_new_rate_list{
   font-weight: 400 !important;
    font-family: 'Montserrat' !important;
    color: #5b5b5b !important;
    background-color: #f6e5dd !important;
    transition: 0.3sec !important;
 }
 .pd_new_rate_list:hover{
    font-weight: 400 !important;
    font-family: 'Montserrat' !important;
    color: #fff !important;
    background-color: #cfb2a5 !important;
 }
 
 .span.pd_stars span{
  color: #f6e5dd !important;
 }
 .pd_widget_app {
    width: 600px !important;
    font: 16px Montserrat !important;
 }
 
 .pd-logo-container{
     margin:5px;
     
 }
 
 
 .footer_contacts{
	color: #a69c9a;
    font-size: 14px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    }

.contacts_strong{
	font-weight: 700;
    }
    
    .page_contacts{
	color: #a69c9a;
    font-size: 16px;
    font-family: 'Montserrat',Arial,sans-serif;
    line-height: 1.17;
    font-weight: 400;
    }
 
.page_contacts_strong{
	font-weight: 700;
	color: rgb(91, 91, 91);
	margin: 15px 0;
    }
    
     .contacts_container{
    padding-top: 75px;
    padding-bottom: 15px;
    background-color: #f6e5dd;
    }
    .contacts_wrapper{
    max-width: 1200px;
    padding: 30px 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    jusify-content:space-betwen;
    align-items: center;
    gap: 40px;
    }
    .page_contacts a{
    color:  #a69c9a !important;
    }
    .page_contacts a:hover{
    color:  #ff8562 !important;
    }
    .ya-map_container{
        dislpay:flex;
        wigth: 100% !important;
    }
    
    .h2-container{
        padding-top: 100px;
        padding-bottom: 40px;
    }
.h2-FAQ{
    font-size: 30px;
    font-family: 'Montserrat',Arial,sans-serif;
    font-weight: 600;
    color: #a69c9a;
}
.bg-white{
    background:#fff;
}

.card{
    border-radius: 10px;
    border: 2px solid #f6e5dd;
    min-height: 18em;
    padding: 10px;
    display: block;
    margin: 10px;
    
    background: #fff;
    transition: 300ms;
}
.card:hover {
    background: #f6e5dd;
    transition: 300ms;
}

.card>ul{
    margin: 10px;
    line-height: 1.6em;
} 

.flex-wrapper{
        background:#fff;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}
.column{
    font-family: 'Montserrat',Arial,sans-serif;
    font-weight: 300;
    color: #a69c9a;
    font-size: 16px;
    width: 44%;
    padding: 10px;
}

.column h2{
    margin: 5px 0px 15px 15px;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.23;
    
}
@media(max-width: 1000px) {
    .column{
         width: 80%
    }
    .column h2 {
    margin: 5px 0px 0px 5px;}
}

.qa-block{
	max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat';
    line-height: 1.55;
    margin-top: 20px;
    margin-bottom: 50px;
}

.qa-block h2{
	font-size: 30px;
	color: #a69c9a;
	margin-bottom: 30px;
}

.question{
	font-weight: 600;	
}

.qa-block h2,
.qa-block > div{
    padding: 0px 40px;
}

.answer {
    margin-bottom: 20px;
}

.accordion-item article,
.accordion-item .faq-custom-div{
    padding: 0px 15px 10px 15px;
}

@media(max-width: 740px) {
    .custom-review-wrapper{
        display: table-footer-group;
    }
}

.table-prices-custom-wrap{
	background-color: #fff;
	padding: 50px;
	border-radius: 10px;
}

.table-prices-custom{
	font-family: 'Montserrat';
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #fff;
	min-width: 372px;
}

.table-prices-custom th{
	text-transform: uppercase;
	color: #484848;
	font-size: 18px;
	padding: 10px 20px;
	border: 2px solid #fff;
}

.table-prices-custom td{
	color: #000000;
	font-size: 14px;
	padding: 20px 15px 20px 0px;
	font-weight: 300;
	border: 1px solid #d6d6d6;
}

.table-prices-custom td:nth-child(2){
	text-align: center;
}

.table-prices-custom .table-price-bold{
	font-size: 14px;
	font-weight: 600;
}

.table-prices-custom tr:hover{
	background-color: #f1f1f1;
}

@media(max-width: 530px){
	.table-prices-custom-wrap{
		padding: 10px 20px;
	}

	.table-prices-custom td{
		padding: 20px 5px 20px 0px;
	
	}
}

@media(max-width: 420px){
	.table-prices-custom-wrap{
		overflow-x: scroll;
	}
}

@media screen and (max-width: 640px) {
    .t-descr_xs {
        font-size: 12px;
    }
}

.breadcrumbs-custom-wrap{
    display: flex;
    justify-content: center;
    background-color: #484848;
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 5px 0;
}

.breadcrumbs-custom{
    width: fit-content;
}

.breadcrumbs-custom ul li a{
    color: #d6b8ae !important;
}

.breadcrumbs-custom ul li a:hover{
    text-decoration: underline !important;
    text-decoration-color: #f6e5dd !important;
    text-underline-offset: 3px !important;
}

.breadcrumbs-custom ul{
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

.breadcrumbs-custom ul li{
    margin-right: 15px;
}

.breadcrumbs-custom ul li:after{
    content: "→";
    margin-left: 10px;
    color: #d6b8ae;
}

.breadcrumbs-custom ul li:nth-last-child(1) span{
    color: #f6e5dd !important;
}

.breadcrumbs-custom ul li:nth-last-child(1):after{
    content: none;
}

ymaps[class*="-svg-icon"]:not([class*="-svg-icon-content"]) {
    background-image: url(https://static.tildacdn.com/tild6466-3963-4363-b239-343263366164/Group_18_1.svg);
    width: 55px !important;
    height: 55px !important;
    background-size: contain;
    background-repeat: no-repeat;
}    


header{
    position: sticky;
    top: 0;
    z-index: 99;
}

@media(max-width: 980px){
    header{
        position: relative;
    }
}

.page-contacts{
    color: #a69c9a;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.75;
}

.page-contacts .bold{
    font-weight: 700;
    color: #5b5b5b;
    margin-top: 10px;
}

.page-contacts .page-contacts-row:nth-child(2) > .bold{
    margin-top: 0px;
}

.page-contacts{
    color: #a69c9a;
    font-family: 'Montserrat', Arial, sans-serif;
    line-height: 1.75;
}

.page-contacts .bold{
    font-weight: 700;
    color: #5b5b5b;
    margin-top: 10px;
}

.page-contacts .page-contacts-row:nth-child(2) > .bold{
    margin-top: 0px;
}

.page-nav-custom-wrap{
	padding: 15px 0 5px 0;
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #a69c9a;
	font-family: 'Montserrat',Arial,sans-serif;
}

.page-nav-custom{
	width: 1200px;
}

.page-nav-custom ul{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	list-style: none;
}

.page-nav-custom ul li a{
	color: #fff !important;
	padding-bottom: 1px;
	border-bottom: 1px dotted;
}

@media(max-width: 1200px){
	.page-nav-custom{
		width: 960px;
	}
	.page-nav-custom ul{
		gap: 10px;
	}
}

@media(max-width: 960px){
	.page-nav-custom{
		width: 640px;
	}
	.page-nav-custom ul li a{
		font-size: 14px;
	}
}

.justify-content{
    display: flex;
    justify-content: center;
}

.uc-main-uslugi a:hover {
    text-decoration: underline !important;
    text-decoration-color: #f6e5dd !important;
}

/* Кнопка в шапке - start */
.header-rect{
    width: 210px;
    height: 75px;
    display: flex;
    justify-content: center;
    background-color: #ebdbd3;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 22px;
    transition: 0.35s;
}

.header-rect:hover{
    background-color: #a69c9a;
}

.header-rect a{
    color: #484848;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 12px;
    margin: auto;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

@media(max-width: 1200px){
    .header-rect{
        width: 180px;
        height: 65px;
    }
}


@media(max-width: 640px){
    .header-rect{
        width: 155px;
        height: 55px;
    }
}

@media(max-width: 480px){
    .header-rect{
        width: 140px;
        height: 50px;
    }
}

/* Кнопка в шапке - end */
