.clear {
  clear: both;
  height: 5px;
}


.btn-spoiler {
    font-size: 1em;
    line-height: 16px;
    box-shadow: none;
    font-family: 'Roboto Slab', serif;
    color: black;
    border: 0;
    cursor: pointer;
    padding: 5px 7.5px 7.5px 6.5px;
    background-color: #c3e4ae;
}

.btn-spoiler:hover {
    background-color: #a1c18c;
}

.btn-spoiler:focus {outline:none !important;}


.btn-spoiler:active {
  box-shadow: none;
  background-color: #a1c18c;
}

.spoiler-text {
    display: none;
    margin: 0;
    padding: 10px;
    border: 2px solid #c3e4ae;
}

.similar-products {
    margin-top: 24px;
    margin-bottom: 24px;
}

.similar-products > h2 {
    text-align: center;
}


.expert-page__cont,
.expert-page__cont * {
    margin: 0;
}

.limit{
    margin: 0 auto;
    max-width: 940px;
}

.expert-page__cont{
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #3A3937;
    margin-bottom: 120px;
}
.expert-card__section{
    margin: 0 0 235px 0;
}
.ft-700-narrow{
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}
.expert-card__section h1{
    margin: 0 0 50px 0;
}
.expert-page__title{
    font-size: 48px;
    line-height: 62px;
}
.ft-700{
    font-weight: 700;
}
.display-grid{
    display: -ms-grid;
    display: grid;
}
.exp-page-grid{
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.expert-card__grid{
    gap:0 50px;
}
.display-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.name-of-specialty{
    font-size: 24px;
    line-height: 31px;
    color: #8F8F8F;
    margin: 0 0 5px 0;
}
.specialist-name{
    font-size: 32px;
    line-height: 41px;
    margin: 0 0 20px 0;
}
.p-margin-bottom{
    margin:0 0 20px 0;
}
.green-background{
    background: #C3E4AE;
}
/* about-specialist__section */
.about-specialist__section{
    padding: 70px 0;
    margin: 0 0 120px 0;
}
.about-specialist__grid{
    gap: 0 90px;
}
/* reasons-visit__section */
.reasons-visit__section{
    margin: 0 0 110px 0;
}
.reason-item{
    margin: 0 0 35px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.reason-icon-circle{
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 17px 0 0;
}
.reasons-visit__grid{
    gap: 0 80px;
}
.reasons-visit__title{
    margin: 0 0 20px 0;
}
.bold-text-e{
    font-size: 24px;
    line-height: 31px;
}
.reasons-bold-text{
    margin: 0 0 40px 0;
}
.reasons-block .reason-item:last-child{
    margin: 0;
}
.expert-page__text-16{
    font-size: 16px;
    line-height: 21px;
}
/* reviews__section */
.reviews__section{
    margin: 0 0 225px 0;
}
.reviews__section h2{
    margin: 0 0 20px 0;
}
.reviews-card__slider .slick-slide{
    min-width: calc((100% - 30px)/3);
    max-width: calc((100% - 30px)/3);
    margin: 0 15px 0 0;
}
.reviews-card__slider .slick-slide:nth-child(3){
    margin: 0;
}
.reviews-card__item{
    border-radius: 6.42735px;
}
.reviews-card__cont{
    padding: 20px;
}
.reviews-card_text{
    min-height: 210px;
    margin: 0 0 45px 0;
}
/* question-answer__section */
.question-answer__section h2{
    margin: 0 0 54px 0;
}
.question-answer__tab{
    padding: 17px 17px;
    background: #F4F4F4;
    border-radius: 8px;
    margin: 0 0 15px 0;
}
.question__tab-item{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.answer-info__txt{
    display: none;
}
.answer-info__txt.active {
    display: block;
    padding: 15px 0 0 0;
}
.select-plus {
    background-image: url(images/trichologist/select-plus.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    cursor: pointer;
}
.select-minus {
    background-image: url(images/trichologist/select-minus.png);
    background-repeat: no-repeat;
}

.b-line.b-line--full-width {
    width: 100%;
}

@media (max-width: 1024px){
    .expert-card__section h1 {
        margin: 0 0 25px 0;
    }
    .expert-card__section {
        margin: 0 0 60px 0;
    }
    .mx-width{
        max-width: 100%;
    }
    .about-specialist__section {
        margin: 0 0 60px 0;
    }
    .reasons-visit__section {
        margin: 0 0 60px 0;
    }
    .reviews__section {
        margin: 0 0 60px 0;
    }
    .reviews-card__slider .slick-dots {
        bottom: -40px;
    }
    .reviews-card__slider .slick-dots li button:before {
        font-size: 12px;
        color: #EBEBEB;
        opacity: 1;
    }
    .reviews-card__slider .slick-dots li.slick-active button:before {
        color: #C3E4AE;
    }
    .question-answer__section h2 {
        margin: 0 0 20px 0;
    }
}
@media (max-width: 820px){
    .limit {
        margin: 0 20px;
    }
    .expert-page__title {
        font-size: 32px;
        line-height: 41px;
    }
    .name-of-specialty {
        font-size: 14px;
        line-height: 18px;
    }
    .specialist-name {
        font-size: 24px;
        line-height: 31px;
        margin: 0 0 10px 0;
    }
    .exp-page__p{
        font-size: 14px;
        line-height: 18px;
    }
    .bold-text-e.reasons-bold-text{
        font-size: 18px;
        line-height: 23px;
        margin: 0 0 20px 0;
    }
    .reason-item {
        margin: 0 0 25px 0;
    }
    .expert-page__text-16{
        font-size: 14px;
        line-height: 18px;
    }
    .reviews-card__cont {
        padding: 15px;
    }
    .reviews-card_text {
        min-height: 150px;
        margin: 0 0 100px 0;
    }
    .question-answer__tab {
        padding: 23px 17px;
    }
    .question-item.bold-text-e {
        font-size: 14px;
        line-height: 18px;
    }
    .question-item{
        max-width: 70%;
    }
    .answer-info__txt {
        font-size: 12px;
        line-height: 16px;
        padding: 10px 0 0 0;
    }

    .expert-page__cont {
        margin-bottom: 80px;
    }
}
@media (max-width: 540px){
    .expert-card__section h1 {
        margin: 0 0 15px 0;
    }
    .exp-page-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .expert-card__grid {
        gap: 25px 0;
    }
    .expert-card__section {
        margin: 0 0 50px 0;
    }
    .about-specialist__section {
        padding: 30px 0;
    }
    .about-specialist__section h2{
        margin: 0 0 10px 0;
    }
    .about-specialist__section {
        margin: 0 0 50px 0;
    }
    .reasons-visit__title {
        margin: 0 0 10px 0;
    }
    .reasons-visit__grid {
        gap:50px 0;
    }
    .reasons-visit__section {
        margin: 0 0 50px 0;
    }
    .reviews-card__slider .slick-slide {
        min-width: unset;
        max-width: unset;
        margin: 0;
    }
    .reviews-card__slider .reviews-card__item{
        max-width: 100%;
    }
    .question-answer__tab {
        padding: 15px;
    }
    .answer-info__txt.active {
        padding: 10px 0 0 0;
    }

    .expert-page__cont {
        margin-bottom: 60px;
    }
}




.expert-card{
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    color: #3A3937;
    border-radius: 8px;
}
.expert-card__cont{
    padding: 37px;
    margin-bottom: 20px;
}
.expert-card-grid{
    -ms-grid-columns: 1fr 40px 2fr;
    grid-template-columns: 1fr 2fr;
    gap:0 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.speciality-p{
    font-size: 20px;
    line-height: 26px;
    color: #8F8F8F;
    margin: 0 0 5px 0;
}

.expert-name{
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 15px 0;
}

.expert-name a {
    color: inherit;
    text-decoration: none;
}

.expert-name a:hover {
    color: inherit;
    text-decoration: underline;
}


.work-experience-p{
    font-size: 18px;
    line-height: 23px;
}
@media (max-width: 820px){
    .speciality-p {
        font-size: 16px;
        line-height: 21px;
    }
    .expert-name {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 10px 0;
    }
    .work-experience-p {
        font-size: 16px;
        line-height: 21px;
    }
    .expert-card__cont {
        padding: 25px;
    }
}
@media (max-width: 540px){
    .expert-card-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0;
        text-align: center;
    }
    .expert-card__cont {
        padding: 25px 50px;
    }
    .expert-card-photo{
        margin: 0 auto 20px auto;
    }
}

.instruction-link {
	margin-bottom: 30px;
	display: flex;
	align-content: center;

	align-items: center;
	}
.instruction-link a {
	color: #50a2e8;
	font-size: 16px;
	font-weight: 700;
	margin-left: 10px;
}
.instruction-link img {

}