

/* Start:/bitrix/templates/jourist/styles.css?178720883411322*/
/*cookies*/
.rating_yand,
.RatingBadgeWidget {
 width: 150px;
 height: 50px;
}
.RatingBadgeWidget {
 background-size: cover;
}

.ws-quiz-container:not(.ws-quiz-mobile) .ws-quiz-btn-container {position: fixed!important; bottom: 73%!important;}

.window_kuki {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  padding: 22px 25px;
  z-index: 1000;
  box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}
.inner_kuki {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.window_kuki p {
  font-size: 18px;
  margin: 0 !important;
  padding: 0;
  text-align: left;
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
  line-height: 1.45;
  overflow-wrap: anywhere;
  color: #333333;
}
.window_kuki p a {
    color: #151514;
    text-decoration: underline;
}
.window_kuki p a:hover {
    text-decoration: none;
}
.btn_kuki {
  margin: 0;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #FDEC21;
  background-image: linear-gradient(to left, #FDEC21, #FDD921);
  border: 4px #0479b900;
  border-radius: 20px;
  max-width: 250px;
  padding: 16px 25px;
  font-size: 12px;
  font-weight: 600;
  color: #151514;
  flex: 0 0 auto;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .inner_kuki {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .window_kuki p {
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
  .window_kuki {
    max-height: 55vh;
    padding: 16px;
    overflow-y: auto;
  }
	.soc_head_urist {
    position: absolute;
    top: 5px;
    left: 160px;
  }
  .left-menu {
    margin-top: 15px !important;
  }
  .btn_kuki {
	width: 100%;
	max-width: none;
	}
.mainpage-first__content-title {
margin: 130px 0 45px !important;
	}
}

.label-checkbox a{
  color: inherit;
  text-decoration: underline;
}

/* for checkboxes if it's required */
.order-modal__btn {
   margin-bottom: 20px;
}

.order-modal__btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

h2 {
 font-size: 28px !important;
}




@media (min-width: 1440px) {


  .mainpage-first__block-info {
    right: 320px !important;
  }

   .mainpage-first__block-image {
    right: -38px !important;
  }
}

@media (min-width: 901px) {

.pl_img {
  left: 10% !important;
  bottom: 68% !important;
}
}

@media (min-width: 1440px) {
  .pl_img {
  bottom: 71% !important;
}
}

.breadcrumbs-wrap {
    position: relative;
    z-index: 1;
    padding: 190px 0 18px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 1.4;
    color: #6f7782;
    
}

.breadcrumbs__link {
    color: #151514;
    text-decoration: none;
}

.breadcrumbs__link:hover {
    text-decoration: underline;
}

.breadcrumbs__separator,
.breadcrumbs__current {
    color: #6f7782;
}

@media (max-width: 767px) {
    .breadcrumbs-wrap {
        padding: 95px 0 14px;
    }

    .breadcrumbs {
        font-size: 12px;
    }
}



.article-meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin: 15px 0 20px;
    padding: 14px 18px;
    background: #f9f9f9;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
}

.article-meta-info__item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.article-meta-info__icon {
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 767px) {
    .article-meta-info {
        display: block;
        padding: 12px 14px;
    }

    .article-meta-info__item {
        display: flex;
        margin-bottom: 8px;
    }

    .article-meta-info__item:last-child {
        margin-bottom: 0;
    }
}

.specialists-list,
.specialist-profile {
    padding: 46px 0 96px;
    background: #f2f4f5 !important;
    color: #252d34;
}

.specialists-list__header {
    display: grid;
    grid-template-columns: minmax(280px, .8fr) minmax(380px, 1.2fr);
    align-items: end;
    gap: 56px;
    margin-bottom: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #dadddf;
}

.specialists-list__eyebrow,
.specialist-profile__eyebrow {
    margin: 0 0 10px;
    color: #7b6910;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.specialists-list h1,
.specialist-profile__content h1 {
    margin: 0;
    color: #202b31;
    font-family: sfprotxtlight, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.08;
}

.specialists-list h1 {
    font-size: 52px;
}

.specialists-list__intro {
    max-width: 650px;
    margin: 0;
    color: #566168;
    font-size: 19px;
    line-height: 1.55;
}

.specialists-list__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.specialists-list__item,
.specialist-profile__card {
    overflow: hidden;
    border: 1px solid rgba(32, 43, 49, .08);
    background: #fff;
    box-shadow: 0 18px 50px rgba(32, 43, 49, .08);
}

.specialists-list__item {
    border-radius: 18px;
    transition: transform .25s ease, box-shadow .25s ease;
}

.specialists-list__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(32, 43, 49, .14);
}

.specialists-list__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #252d34;
    text-decoration: none;
}

.specialists-list__photo-wrap {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: linear-gradient(145deg, #eef0f1 0%, #dfe3e5 100%);
}

.specialists-list__photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    transition: transform .35s ease;
}

.specialists-list__item:hover .specialists-list__photo {
    transform: scale(1.025);
}

.specialists-list__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 24px;
}

.specialists-list__item h2 {
    margin: 0 0 14px;
    color: #202b31;
    font-size: 28px !important;
    font-weight: 500;
    line-height: 1.15;
}

.specialists-list__text {
    display: block;
    color: #5c666c;
    font-size: 14px;
    line-height: 1.45;
}

.specialists-list__text ul,
.specialist-profile__lead ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.specialists-list__text li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 15px;
}

.specialists-list__text li::before {
    position: absolute;
    top: .65em;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #e6c500;
    content: '';
}

.specialists-list__text br,
.specialist-profile__lead br {
    display: none;
}

.specialists-list__more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 22px;
    color: #202b31;
    font-size: 14px;
    font-weight: 700;
}

.specialists-list__more > span {
    display: grid;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fdd921;
    place-items: center;
    transition: transform .25s ease;
}

.specialists-list__item:hover .specialists-list__more > span {
    transform: translateX(4px);
}

.specialist-profile__card {
    display: grid;
    grid-template-columns: minmax(340px, 44%) minmax(0, 1fr);
    max-width: 1120px;
    min-height: 620px;
    margin: 0 auto;
    border-radius: 24px;
}

.specialist-profile__photo {
    position: relative;
    min-height: 620px;
    background: linear-gradient(145deg, #edf0f1 0%, #dce1e3 100%);
}

.specialist-profile__photo::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 7px;
    background: #fdd921;
    content: '';
}

.specialist-profile__photo img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: contain;
    object-position: bottom center;
}

.specialist-profile__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 56px 60px;
}

.specialist-profile__content h1 {
    margin-bottom: 30px;
    font-size: 54px;
    overflow-wrap: anywhere;
}

.specialist-profile__lead {
    margin: 0;
    color: #3e4a50;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.45;
}

.specialist-profile__lead ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 22px;
}

.specialist-profile__lead li {
    position: relative;
    min-width: 0;
    padding-left: 22px;
}

.specialist-profile__lead li::before {
    position: absolute;
    top: .28em;
    left: 0;
    width: 10px;
    height: 10px;
    border: 3px solid #fdd921;
    border-radius: 50%;
    content: '';
}

.specialist-profile__lead li:first-child {
    grid-column: 1 / -1;
    margin-bottom: 4px;
    color: #202b31;
    font-size: 20px;
    font-weight: 700;
}

.specialist-profile__description {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e2e5e6;
    color: #566168;
    line-height: 1.65;
}

.specialist-profile__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 38px;
}

.specialist-profile__actions .btn {
    float: none;
    margin: 0;
}

.specialist-profile__back {
    color: #47545b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.specialist-profile__back:hover {
    color: #151514;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .specialists-list__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .specialist-profile__content {
        padding: 44px;
    }
}

@media (max-width: 767px) {
    .specialists-list,
    .specialist-profile {
        padding: 28px 0 64px;
    }

    .specialists-list__header,
    .specialist-profile__card {
        grid-template-columns: minmax(0, 1fr);
    }

    .specialists-list__header {
        gap: 18px;
        margin-bottom: 28px;
        padding-bottom: 24px;
    }

    .specialists-list h1,
    .specialist-profile__content h1 {
        font-size: 38px;
    }

    .specialists-list__intro {
        font-size: 17px;
    }

    .specialist-profile__card,
    .specialist-profile__photo {
        min-height: 0;
    }

    .specialist-profile__photo {
        aspect-ratio: 4 / 5;
    }

    .specialist-profile__photo img {
        min-height: 0;
    }

    .specialist-profile__content {
        padding: 34px 28px 38px;
    }

    .specialist-profile__content h1 {
        margin-bottom: 24px;
    }

    .specialist-profile__lead ul {
        grid-template-columns: minmax(0, 1fr);
    }

    .specialist-profile__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 18px;
        margin-top: 32px;
    }

    .specialist-profile__actions .btn {
        width: 100%;
        text-align: center;
    }

    .specialist-profile__back {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .specialists-list__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .specialists-list__content {
        padding: 22px;
    }
}

body.cookie-banner-open .go_top {
  bottom: 130px;
}

@media screen and (max-width: 480px) {
  .go_top {
    display: none !important;
  }
}

/* End */
/* /bitrix/templates/jourist/styles.css?178720883411322 */
