/* ==========================================================================
   СЕКЦИЯ МОНТАЖ (Install Page)
   ========================================================================== */
.install {    
    padding: 60px 0 86px;
    background: linear-gradient(to bottom, rgb(168 215 255 / 0.05) 0%, rgb(255 194 36 / 0.09) 100%);
}

.install .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.install .breadcrumb li {
    padding-right: 20px;
    position: relative;
    display: inline-block;
    z-index: 1;
    font-weight: 500;
    font-size: 18px;
}

.install .breadcrumb li a {
    font-weight: 500;
    font-family: var(--topas63-default);
}

.install .breadcrumb li::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    right: 5px;
    position: absolute;
    line-height: 0;
    top: 50%;
    font-size: 14px;
    color: var(--topas63-gray);
    margin-top: 2px;
}

.install .breadcrumb > li + li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    padding: 0 5px;
    color: var(--topas63-white);
    display: none;
}

.install .breadcrumb li i {
    margin-right: 3px;
    font-weight: 100;
}

.install .breadcrumb li:last-child::after {
    display: none;
}

/*--------------------------------------------------------------
# Faq Page
--------------------------------------------------------------*/
.faq-page {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 50px 50px 50px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
}

.faq-page__left {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

/* .faq-page__right {
    position: relative;
    display: block;
    margin-bottom: 20px;
} */

.faq-page__right {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-page__right h2 {
    text-align: center;
    margin-bottom: 20px;
}

.faq-page .faq-one-accrodion .accrodion {
    position: relative;
    display: block;
    background-color: rgba(var(--topas63-bdr-color-rgb), .30);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-page .faq-one-accrodion .accrodion-title {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 19px 30px 16px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    padding-right: 25px;
    text-align: left;
}

.faq-page .faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: var(--topas63-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-page .faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: var(--topas63-white);
}

.faq-page .faq-one-accrodion .accrodion+.accrodion {
    margin-top: 20px;
}

.faq-page .faq-one-accrodion .accrodion-title h4::before {
    content: "\e928";
    font-family: 'icomoon' !important;
    font-weight: 700;
    font-size: 13px;
    color: var(--topas63-base);
    position: absolute;
    top: 50%;
    right: 0;
    line-height: 13px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-align: center;
}

.faq-page .faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\e926";
    color: var(--topas63-white);
}

.faq-page .faq-one-accrodion .accrodion-content {
    border: none;
    padding: 0;
    margin: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: 0;
}

.faq-page .faq-one-accrodion .accrodion-content p {
    margin: 0 0 25px;
}

.faq-page .faq-one-accrodion .accrodion-content  p:last-child {
    margin: 0;
}

.faq-page .faq-one-accrodion .accrodion-title::before {
    display: none;
}
/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/

.team-three__img-1 {
    position: relative;
    display: block;
    z-index: 2;
}

.team-three__img-1>img {
    width: 100%;
    border: 6px solid var(--fistudy-white);
    border-radius: 20px;
}

/* Хлебные крошки */
.breadcrumb {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 15px;
    font-size: 14px;
}

.breadcrumb li + li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding: 0 10px;
    color: #ced4da;
}


/* Порядок работ (Пошаговый список) */
.course-details__overview-points {
    margin-top: 30px;
}

.course-details__overview-points li {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    background: #f8fafd;
    border-radius: 15px;
    border-left: 5px solid var(--topas63-base);
    transition: transform 0.3s ease;
}

.course-details__overview-points li:hover {
    transform: translateX(10px);
    background: #fff;
    box-shadow: 0 10px 20px rgba(29, 105, 154, 0.05);
}

.course-details__overview-points-icon {
    width: 40px;
    height: 40px;
    background: var(--topas63-base);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.course-details__overview-points-content h5 {
    font-weight: 700;
    color: var(--topas63-black);
    margin-bottom: 8px;
}

.course-details__overview-points-content p {
    font-size: 16px;
    line-height: 1.6;
}

/* Адаптивность */
@media (max-width: 768px) {
    .course-details__overview-points li {
        flex-direction: column;
        gap: 10px;
    }

    .install {
    padding: 10px 0 10px;
  }

  .install .breadcrumb li {
    font-size: 14px;
  }
}