

/* Start:/bitrix/templates/template_edugo/components/bitrix/catalog.element/catalog-edugo/style.css?175742596361502*/
.main-title {
    display: none !important;
}

.inner {
    overflow: visible;
    background-color: #f4f4f4;
}

.section {
    position: relative;
    padding: 0.8rem;
    background: #ffffff;
    border-radius: 1.11111rem;
}

@media (width >= 768px) {
    .section {
        padding: 1.66667rem;
    }
}

@media (width >= 992px) {
    .section {
        padding: 2.77778rem;
    }
}

@media (width >= 1200px) {
    .section {
        padding: 3.33333rem;
    }
}

.section--fullwidth {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
}


.box-gradient {
    /*background: linear-gradient(100.91deg, #ffc507 -6.29%, #a67f02 86.04%);*/
    background-color: #fdd919;
    border-radius: 20px;
}

/* Стили для черной плашки */
.course-nav {
    position: fixed;
    top: 80px; /* Высота хедера */
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 15px 0;
    background-color: #2b2b2b;
}

.course-nav__container {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.course-nav__link {
    position: relative;
    padding: 0 15px;
    color: #ffea4d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    transition: color 0.3s ease;
}

/* Линия справа от каждого элемента, включая последний */
.course-nav__link::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    width: 1px;
    height: 20px;
    background-color: #ffc507;
    transform: translateY(-50%);
}

/* Линия слева от первого элемента */
.course-nav__link::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    width: 1px;
    height: 20px;
    background-color: #ffc507;
    transform: translateY(-50%);
}

.course-nav__link:hover {
    color: #ffc507;
}

@media (max-width: 768px) {
    .course-nav {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        top: 80px; /* Уменьшаем отступ сверху для мобильных */
        scrollbar-width: none; /* Скрываем стандартный скроллбар */
        -ms-overflow-style: none; /* Скрываем стандартный скроллбар для IE */
        touch-action: pan-x; /* Разрешаем только горизонтальное перемещение пальцем */
    }

    .course-nav::-webkit-scrollbar {
        display: none; /* Скрываем стандартный скроллбар для Webkit */
    }

    .course-nav__container {
        justify-content: space-around;
        padding: 0 15px;
        gap: 15px; /* Уменьшаем отступы между элементами */
    }

    .course-nav__link {
        font-size: 14px; /* Уменьшаем размер шрифта */
        padding: 5px 10px; /* Уменьшаем внутренние отступы */
    }

    /* Убираем разделители на мобильных */
    .course-nav__link::after,
    .course-nav__link:first-child::before {
        display: none;
    }

    /* Удаляем индикаторы скролла полностью */
    .course-nav-left-indicator,
    .course-nav-right-indicator {
        display: none;
    }
}


.person-card {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.person-card .box-gradient {
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.person-card img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    font-family: "object-fit: contain; object-position: bottom;";
    object-fit: contain;
    object-position: bottom;
}

.section-desc {
    margin: 0;
    color: #000000;
    font-size: .944444rem;
    line-height: 1.5;
}

@media (width >= 768px) {
    .section-desc {
        font-size: 1.1rem;
    }
}

@media (width >= 1400px) {
    .section-desc {
        font-size: 1.2rem;
    }
}

.section-desc small {
    line-height: 1.4;
    display: block;
}

.btn-danger {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: red;
    --bs-btn-border-color: red;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #cc0000;
    --bs-btn-hover-border-color: #cc0000;
    --bs-btn-focus-shadow-rgb: 217, 0, 0;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #cc0000;
    --bs-btn-active-border-color: #cc0000;
    --bs-btn-active-shadow: inset 0 3px 5px #fff00020;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: red;
    --bs-btn-disabled-border-color: red;
}

.course-details__partners {
    margin-top: 2.16667rem !important;
}

@media (width >= 1400px) {
    .course-details__partners {
        margin-top: 3.22222rem !important;;
    }
}

.course-details__title {
    color: #000000;
    font-size: 1.72222rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -.6px;
}

@media (width >= 768px) {
    .course-details__title {
        margin-top: 2.05556rem;
    }
}

@media (width >= 1200px) {
    .course-details__title {
        margin-top: 0;
        font-size: 2.44444rem;
    }
}

@media (width >= 1400px) {
    .course-details__title {
        margin-bottom: .555556rem;
        font-size: 3rem;
    }
}

.course-details .person-card {
    margin-bottom: 1.94444rem;
}

@media (width >= 768px) {
    .course-details .person-card {
        margin-bottom: 0;
    }
}

.course-details__actions {
    margin: 1.11111rem 0;
}

@media (width >= 1400px) {
    .course-details__actions {
        margin: 1.61111rem 0;
    }
}

.features-section {
    text-align: center;
    background: none;
    margin: 1.11111rem 0;
}

.features-section__item {
    padding: 1.11111rem 0;
}

.features-section__title {
    margin-top: 0;
    margin-bottom: .833333rem;
    font-size: 1.11111rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

@media (width >= 768px) {
    .features-section__title {
        font-size: 1.33333rem;
    }
}

.features-section__description {
    margin: 0;
    color: #000000;
    font-size: .888889rem;
    line-height: 1.4;
}

@media (width >= 1400px) {
    .features-section__description {
        font-size: .944444rem;
    }
}

.course-expert-section {
    background-color: #ffffff;
    border-radius: 0;
}

.course-expert-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: -55.5rem;
    right: -55.5rem;
    z-index: 1;
    display: block;
    width: auto;
    height: 100%;
    background-color: #ffffff;
}

.course-expert-section .grid-row {
    position: relative;
    z-index: 2;
}

.course-expert-section__title {
    margin: 0;
    font-size: 1.38889rem;
    font-weight: 400;
    line-height: 1.3;
}

@media (width >= 768px) {
    .course-expert-section__title {
        font-size: 1.8rem;
    }
}

@media (width >= 1400px) {
    .course-expert-section__title {
        font-size: 2rem;
    }
}

.course-expert-section__logo {
    max-width: 11.1111rem;
    margin: 1.11111rem 0;
}

@media (width >= 992px) {
    .course-expert-section__logo {
        margin-bottom: 0;
    }
}

@media (width >= 1400px) {
    .course-expert-section__logo {
        max-width: 13.8889rem;
    }
}

.course-stats-section {
    text-align: center;
    background: none;
    margin: .833333rem 0;
}

@media (width >= 1200px) {
    .course-stats-section .grid-row {
        margin-left: -1.94444rem;
        margin-right: -1.94444rem;
    }

    .course-stats-section .grid-row > * {
        padding-left: 1.94444rem;
        padding-right: 1.94444rem;
    }
}

@media (width >= 1400px) {
    .course-stats-section .grid-row {
        padding: 0 5rem;
    }
}

.course-stats-section__title {
    margin: 0 0 .833333rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

@media (width >= 768px) {
    .course-stats-section__title {
        margin-bottom: 1.61111rem;
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .course-stats-section__title {
        margin-bottom: 1.72222rem;
        font-size: 2.5rem;
    }
}

.course-stats-section__figure {
    margin: 0 0 .777778rem;
    color: #ff001a;
    font-size: 1.5rem;
    font-weight: 600;
}

@media (width >= 768px) {
    .course-stats-section__figure {
        font-size: 1.8rem;
    }
}

@media (width >= 1400px) {
    .course-stats-section__figure {
        font-size: 2rem;
    }
}

.course-stats-section__description {
    margin: 0;
    color: #000000;
    font-size: .888889rem;
    line-height: 1.4;
}

@media (width >= 1400px) {
    .course-stats-section__description {
        font-size: .944444rem;
    }
}

.course-stats-section div[class*="col"] {
    margin-top: 1.11111rem;
}

.course-stats-section .box-gradient {
    border-radius: .444444rem;
    height: 100%;
    padding: 1.66667rem 1.11111rem;
}

.profession-section {
    background: none;
    border-radius: 0;
}

.profession-section .box-gradient {
    content: "";
    z-index: 1;
    background-color: #ffc507;
    border-radius: 0;
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.profession-section .section {
    background: none;
    border-radius: 0;
}

.profession-section__inner {
    z-index: 2;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
}

.profession-section__title {
    color: red;
    margin: 0 0 .833333rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (width >= 768px) {
    .profession-section__title {
        margin-bottom: 1.61111rem;
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .profession-section__title {
        margin-bottom: 1.72222rem;
        font-size: 2.5rem;
    }
}

.profession-section__content {
    margin-top: 1.11111rem;
    margin-bottom: 2.22222rem;
}

@media (width >= 768px) {
    .profession-section .grid-row {
        margin-left: -1rem;
        margin-right: -1rem;
    }

    .profession-section .grid-row > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.profession-section .section-desc {
    margin-bottom: 2rem;
}

.profession-section-bar {
    text-align: center;
    width: 100%;
}

.profession-section-bar__inner {
    color: red;
    background: #ffc507;
    border-radius: .277778rem .277778rem 0 0;
    justify-content: center;
    align-items: center;
    font-size: 1.05556rem;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    box-shadow: -1px 4px 4px #00000040, 6px 4px 4px #00000040;
}

.profession-section-bar__description {
    text-align: center;
    margin-top: .833333rem;
    font-size: .833333rem;
    line-height: 1.1;
}

.profession-section-bar--1 .profession-section-bar__inner {
    height: 4.72222rem;
}

@media (width >= 992px) {
    .profession-section-bar--1 .profession-section-bar__inner {
        height: 8.33333rem;
    }
}

.profession-section-bar--2 .profession-section-bar__inner {
    height: 8.33333rem;
}

@media (width >= 992px) {
    .profession-section-bar--2 .profession-section-bar__inner {
        height: 11.6667rem;
    }
}

.profession-section-bar--3 .profession-section-bar__inner {
    height: 11.6667rem;
}

@media (width >= 992px) {
    .profession-section-bar--3 .profession-section-bar__inner {
        height: 17.2222rem;
    }
}

.profession-section__bars {
    max-width: 18.8889rem;
    margin: 0 auto;
}

@media (width >= 576px) {
    .profession-section__bars {
        max-width: 25rem;
    }
}

@media (width >= 992px) {
    .profession-section__bars {
        margin-bottom: 2.5rem;
    }
}

.profession-section__footer {
    text-align: center;
    margin-top: 2.16667rem;
}

@media (width >= 992px) {
    .profession-section__footer {
        margin-top: 1.11111rem;
    }
}

@media (width >= 1200px) {
    .profession-section__left-col {
        padding-right: 1.66667rem;
    }
}

@media (width >= 1400px) {
    .profession-section__left-col {
        padding-right: 2.77778rem;
    }
}

.target-audience {
    background: none;
    border-radius: 0;
}

.target-audience__title {
    margin: 0 0 1.11111rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (width >= 768px) {
    .target-audience__title {
        margin-bottom: 1.94444rem;
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .target-audience__title {
        margin-bottom: 2.22222rem;
        font-size: 2.5rem;
    }
}

.target-audience .grid-row > * {
    margin: 1.38889rem 0;
}

@media (width >= 1200px) {
    .target-audience .grid-row {
        margin-left: -1.94444rem;
        margin-right: -1.94444rem;
    }

    .target-audience .grid-row > * {
        padding-left: 1.94444rem;
        padding-right: 1.94444rem;
    }
}

@media (width >= 1400px) {
    .target-audience .grid-row {
        padding: 0 5rem;
    }
}

.target-audience .person-card {
    margin-bottom: 1.11111rem;
}

.target-audience__description {
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    font-size: .944444rem;
    font-weight: bold;
    line-height: 1.3;
}

.test-section {
    text-align: center;
    background-color: #ffffff;
    border-radius: 0;
}

.test-section:before {
    content: "";
    z-index: 1;
    background-color: #ffffff;
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -55.5rem;
    right: -55.5rem;
}

.test-section .grid-row {
    z-index: 2;
    position: relative;
}

.test-section__title {
    margin: 0 0 1.11111rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (width >= 768px) {
    .test-section__title {
        margin-bottom: 1.38889rem;
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .test-section__title {
        margin-bottom: 1.66667rem;
        font-size: 2.5rem;
    }
}

.test-section .section-desc {
    margin: 0 0 1.11111rem;
}

@media (width >= 768px) {
    .test-section .section-desc {
        margin-bottom: 1.94444rem;
    }
}

@media (width >= 1400px) {
    .test-section .section-desc {
        margin-bottom: 2.22222rem;
    }

    .test-section .grid-row {
        padding: 0 5rem;
    }
}

.skills-section {
    background: none;
    border-radius: 0;
    margin: .555556rem 0;
}

.skills-section__title {
    margin: 0 0 1.11111rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (width >= 768px) {
    .skills-section__title {
        margin-bottom: 1.38889rem;
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .skills-section__title {
        margin-bottom: 1.66667rem;
        font-size: 2.5rem;
    }
}

.skills-section .section-desc {
    margin-bottom: 2.33333rem;
}

.skills-section .grid-row > * {
    margin: 1.38889rem 0;
}

@media (width >= 1200px) {
    .skills-section .grid-row {
        margin: 2.22222rem -1.94444rem;
    }

    .skills-section .grid-row > * {
        padding-left: 1.94444rem;
        padding-right: 1.94444rem;
    }
}

.skills-section .section {
    padding-top: .277778rem;
    padding-bottom: .277778rem;
}

@media (width >= 1200px) {
    .skills-section .section {
        padding-top: 1.11111rem;
        padding-bottom: 1.11111rem;
    }
}

.skills-section__card {
    text-align: center;
    color: #000000;
    border: 2px solid #ffc507;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    min-height: 8.33333rem;
    margin: 0;
    padding: 1.66667rem;
    font-size: .888889rem;
    line-height: 1.4;
    display: -ms-flexbox;
    display: flex;
}

@media (width >= 768px) {
    .skills-section__card {
        height: 100%;
        min-height: auto;
        font-size: 1rem;
    }
}

@media (width >= 1400px) {
    .skills-section__card {
        font-size: 1.1rem;
    }
}

.tools-section {
    background: none;
    border-radius: 0;
    margin: .555556rem 0;
}

.tools-section__title {
    margin: 0 0 1.38889rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (width >= 768px) {
    .tools-section__title {
        margin-bottom: 1.66667rem;
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .tools-section__title {
        margin-bottom: 1.94444rem;
        font-size: 2.5rem;
    }
}

.tools-section .section {
    text-align: center;
    background-color: #ffffff;
    border-radius: 0;
    padding-top: .277778rem;
    padding-bottom: .277778rem;
}

.tools-section .section:before {
    content: "";
    z-index: 1;
    background-color: #ffffff;
    width: auto;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -55.5rem;
    right: -55.5rem;
}

@media (width >= 1200px) {
    .tools-section .section {
        padding-top: 1.11111rem;
        padding-bottom: 1.11111rem;
    }
}

.tools-section .img-fluid {
    display: inline;
}

.tools-section .grid-row {
    text-align: center;
    z-index: 2;
    position: relative;
}

.tools-section .grid-row > * {
    margin: 1.38889rem 0;
}

@media (width >= 1200px) {
    .tools-section .grid-row {
        margin: 2.22222rem -1.94444rem;
    }

    .tools-section .grid-row > * {
        padding-left: 1.94444rem;
        padding-right: 1.94444rem;
    }
}

.course-practice-section {
    background: none;
    margin: 1.11111rem 0;
}

.course-practice-section__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin: 0 0 1.38889rem;
    font-size: 1.5rem;
    line-height: 1.2;
}

@media (width >= 768px) {
    .course-practice-section__title {
        margin-bottom: 1.66667rem;
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .course-practice-section__title {
        margin-bottom: 1.94444rem;
        font-size: 2.5rem;
    }
}

.highlight-box {
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 16px;
    width: 100%;
    max-width: 1488px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.highlight-box p {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333333;
    margin-bottom: 2rem;
}

.custom-accordion {
    /*border: none;
    border-radius: 10px;*/
}

.custom-accordion .accordion-item {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 0;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.custom-accordion .accordion-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.custom-accordion .accordion-header {
    padding: 0;
}

.custom-accordion .accordion-button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 1.5rem;
    transition: all 0.3s ease;
}

.custom-accordion .accordion-button[aria-expanded="true"] {
    color: #ff0000;
    background-color: rgba(255, 0, 0, 0.03);
}

.custom-accordion .accordion-body {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #333333;
    padding: 1.5rem;
    background-color: #ffffff;
}

.custom-accordion .accordion-body ul {
    margin: 0;
    padding-left: 1.5rem;
}

.custom-accordion .accordion-body li {
    margin-bottom: 0.5rem;
}

.custom-accordion .accordion-body p {
    margin: 1rem 0;
}

.custom-accordion .accordion-icon {
    border-color: #ff0000;
    width: 12px;
    height: 12px;
    transition: transform 0.3s ease;
}

.custom-accordion .accordion-button[aria-expanded="true"] .accordion-icon {
    border-color: #ff0000;
}

@media (width < 768px) {
    .highlight-box {
        padding: 1.5rem;
    }

    .custom-accordion .accordion-button {
        font-size: 1rem;
        padding: 1rem;
    }

    .custom-accordion .accordion-body {
        padding: 1rem;
        font-size: 0.9rem;
    }
}

.course-practice-heading {
    color: #000000;
    max-width: 1488px;
    margin: 0 0 40px;
    font-family: Inter, sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
}

.title-accordion {
    padding: 10px;
}


.custom-accordion .accordion-item {
    border-bottom: 1px solid #dddddd;
    padding: 5px;
    overflow: hidden;
}

.custom-accordion .accordion-header {
    cursor: pointer;
    align-items: stretch;
    min-height: 50px;
    padding-left: 20px;
    display: -ms-flexbox;
    display: flex;
}

.custom-accordion .accordion-header:hover, .accordion-item:has(.accordion-button[aria-expanded="true"]) .accordion-header {
    background-color: #fee45b1a;
}

.custom-accordion .accordion-button {
    text-align: left;
    cursor: pointer;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
}

.custom-accordion .accordion-button[aria-expanded="true"] {
    color: #ff001a;
}

.custom-accordion .accordion-collapse {
    transition: max-height .3s ease-out, padding .3s;
    display: none;
    overflow: hidden;
}

.custom-accordion .accordion-collapse.show {
    display: block;
}

.accordion-body {
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.accordion-body ul ul {
    padding-left: 1.5em;
}

.custom-accordion .accordion-button {
    text-align: left;
    background: none;
    border: none;
    width: 100%;
    padding: 0 30px 0 0;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.custom-accordion .accordion-icon {
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    width: 10px;
    height: 10px;
    transition: transform .3s, border-color .3s;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

.custom-accordion .accordion-button[aria-expanded="true"] .accordion-icon {
    border-color: #ff001a;
    transform: translateY(-50%) rotate(-135deg);
}

.custom-accordion .accordion-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.custom-accordion .accordion-item:last-of-type {
    border-bottom: 1px solid #dddddd;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* --------------------------*/
/* код для блока "Как проходит обучение" */

.learning-process-section {
    margin: 40px 0;
    padding: 80px 0;
    background: none;
    border-radius: 0;
}

.learning-process-section__title {
    margin: 0 0 60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: -0.01em;
    color: #000000;
}

.learning-process-section__items {
    display: flex;
    align-items: stretch;
}

.learning-process-section__item {
    align-self: stretch;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

.learning-process-number {
    align-self: flex-start;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 0.8333em;
    color: #ff0000;
}

.learning-process-title-container {
    display: flex;
    flex: 1;
    align-items: stretch;
    min-height: 0;
}

.learning-process-title {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: #000000;
}

.learning-process-line {
    display: flex;
    flex-shrink: 0;
    margin: 1rem 0 2rem;
}

.learning-process-line .dot {
    width: 15px;
    height: 15px;
    background-color: #ff0000;
    border-radius: 50%;
}

.learning-process-line .line {
    align-self: center;
    width: 100%;
    height: 1px;
    background-color: #ff0000;
}

.learning-process-desc-container {
    display: flex;
    flex: 1;
    align-items: stretch;
    min-height: 0;
    padding-right: 1.5rem;
}

.learning-process-desc {
    display: flex;
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: -0.027em;
    color: #000000;
}

@media (max-width: 1200px) {
    .learning-process-section__items {
        flex-wrap: wrap;
    }

    .learning-process-section__item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .learning-process-section__item:nth-child(-n+2) {
        margin-bottom: 5rem;
    }
}

@media (max-width: 768px) {
    .learning-process-section__items {
        flex-direction: column;
    }

    .learning-process-section__item {
        flex: none;
        width: 100%;
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .learning-process-section__item:nth-child(-n+2) {
        margin-bottom: 2rem;
    }

    .learning-process-line {
        display: none;
    }

    .learning-process-desc-container {
        padding-right: 0;
    }

    .learning-process-title,
    .learning-process-desc {
        width: 100%;
        max-width: 100%;
    }
}

/* сертификат*/
.certificate-section {
    background: none;
    border-radius: 0;
    margin: 1.66667rem 0;
}

.certificate-section__content {
    max-width: 50rem;
}

.certificate-section__title {
    margin: 0 0 1.38889rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.certificate-section__imgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;
}

@media (width >= 768px) {
    .certificate-section__title {
        margin-bottom: 1.66667rem;
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .certificate-section__title {
        margin-bottom: 1.94444rem;
        font-size: 2.5rem;
    }

    .diplom-imgs {
        max-width: 24.5rem !important;
        max-height: 37.5rem !important;
    }
}

@media (width >= 768px) {
    .certificate-section__content {
        padding-right: 1.38889rem;
    }
}

@media (width >= 992px) {
    .certificate-section__content {
        padding-right: 2.22222rem;
    }
}

.certificate-section .section-desc {
    margin-bottom: 1.72222rem;
}

/* --------------------------*/
/* код для блока "Почему центр повышения квалификации 1С EduGo?" */
.why-edugo-section {
    background: none;
    border-radius: 0;
    margin: .555556rem 0;
}

.why-edugo-section__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 60px;
    text-align: left;
    max-width: 1000px;
}

.why-edugo-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.why-edugo-item {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: calc(50% - 15px);
    margin: 0;
}

.why-edugo-item__icon {
    flex-shrink: 0;
    margin: 0;
}

.why-edugo-item__content {
    flex-grow: 1;
}

.why-edugo-item__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.why-edugo-item__desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
}

@media (width < 992px) {
    .why-edugo-item {
        width: 100%;
        padding: 1rem;
    }

    .why-edugo-item__icon {
        transform: scale(0.8);
    }
}

@media (width >= 1400px) {
    .why-edugo-section__title {
        font-size: 60px;
    }

    .why-edugo-item__title {
        font-size: 24px;
    }

    .why-edugo-item__desc {
        font-size: 18px;
    }
}

/* Адаптивное масштабирование иконок why-edugo */
@media (max-width: 768px) {
    .why-edugo-content {
        gap: 0;
        padding: 0.5rem;
    }

    .why-edugo-item {
        gap: 0;
        padding-left: 0;
    }

    .why-edugo-item__icon {
        transform: scale(0.6);
    }
}

/* --------------------------*/


.presentation-section {
    padding: 0;
    overflow: hidden;
    background: none;
    border-radius: 0;
    margin: .555556rem 0;
}

.presentation-section__title {
    margin: 0 0 1.94444rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (width >= 768px) {
    .presentation-section__title {
        margin-bottom: 2.22222rem;
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .presentation-section__title {
        margin-left: 2.5rem;
        margin-bottom: 1rem;
        font-size: 2.5rem;
    }
}

.presentation-container__content {
    padding: 1.66667rem 1.66667rem 0;
}

@media (width >= 768px) {
    .presentation-container__content {
        padding: 1.66667rem 1.66667rem 0;
    }
}

@media (width >= 992px) {
    .presentation-container__content {
        padding: 2.77778rem 0 0 2.77778rem;
    }
}

@media (width >= 1200px) {
    .presentation-container__content {
        padding: 3.33333rem 0 0 3.33333rem;
    }
}

@media (width >= 992px) {
    .presentation-container .grid-row {
        margin: 0 -2.77778rem;
    }

    .presentation-container .grid-row > * {
        padding-left: 2.77778rem;
        padding-right: 2.77778rem;
    }
}

.course_amount1 {
    font-size: 1.5rem;
}

.presentation-container__amount {
    color: #ff001a;
    /*margin: 0 0 .277778rem;*/
    margin: 0.1rem 0;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (width >= 768px) {
    .presentation-container__amount {
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .presentation-container__amount {
        font-size: 2.5rem;
    }
}

.presentation-container .section-desc {
    margin-top: 1rem;
    margin-bottom: 1.94444rem;
}

.presentation-container .consultation-panel {
    background-color: #fdd919;
    width: auto;
    height: 100%;
    margin: 0 -.833333rem -2.66667rem;
    position: relative;
}

@media (width >= 573px) {
    .presentation-container .consultation-panel {
        justify-content: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media (width >= 992px) {
    .presentation-container .consultation-panel {
        width: 21.6667rem;
        margin: -.277778rem -.333333rem -2.33333rem 0 !important;
    }
}

@media (width >= 1400px) {
    .presentation-container .consultation-panel {
        width: 27.7778rem;
        margin-bottom: -5.16667rem;
    }
}

.presentation-container .consultation-panel:before {
    content: "";
    z-index: 5;
    background-color: #ffffff;
    width: 100%;
    height: .888889rem;
    position: absolute;
    top: 0;
    left: 0;
}

@media (width >= 992px) {
    .presentation-container .consultation-panel:before {
        width: .888889rem;
        height: 37rem;
    }
}

.presentation-container .consultation-panel iframe {
    z-index: 1 !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.consultation-details {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
}

.contact-item {
    color: #727271;
    margin: 0;
    font-size: 26px;
}

.consultation-button {
    background: #060606;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 337px;
    height: 51px;
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
}

.consultation-button-text {
    color: #ffffff;
    margin: 0;
    font-size: 26px;
}

.policy-declaration {
    color: #000000;
    text-align: center;
    margin-top: 34px;
    font-size: 15px;
}

.career-support-container {
    background: none;
    border-radius: 0;
    margin: 1.11111rem 0;
}

.career-support-container__title {
    margin: 0 0 1.66667rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (width >= 768px) {
    .career-support-container__title {
        margin-bottom: 1.94444rem;
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .career-support-container__title {
        margin-bottom: 2.22222rem;
        font-size: 2.5rem;
    }
}

@media (width >= 768px) {
    .career-support-container .grid-row {
        margin: 0 -3.05556rem;
    }

    .career-support-container .grid-row > * {
        padding-left: 3.05556rem;
        padding-right: 3.05556rem;
    }
}

.benefit-number {
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 1.11111rem;
    font-size: 28px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
}

.benefit-item {
    padding: 1.38889rem 0;
}

.benefit-item .section-desc {
    font-size: .888889rem;
}

.benefit-title {
    text-transform: uppercase;
    margin-bottom: .555556rem;
    font-size: 1.11111rem;
    font-weight: 600;
    line-height: 1.3;
    display: block;
}

.training-stats {
    background: none;
    border-radius: 0;
    margin: 1.11111rem 0;
}

.training-stats__title {
    /*margin: 0 0 1.94444rem;*/
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (width >= 768px) {
    .training-stats__title {
        /*margin-bottom: 2.22222rem;*/
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .training-stats__title {
        /*margin-bottom: 2.5rem;*/
        font-size: 2.5rem;
    }
}

.faq-section {
    background: none;
    border-radius: 0;
    margin: 1.11111rem 0;
}

.faq-section__title {
    margin: 0 0 1.94444rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (width >= 768px) {
    .faq-section__title {
        margin-bottom: 2.22222rem;
        font-size: 2rem;
    }
}

@media (width >= 1400px) {
    .faq-section__title {
        margin-bottom: 2.5rem;
        font-size: 2.5rem;
    }
}

.faq-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    display: -ms-flexbox;
    display: flex;
}

.ind-block.accordion.nomargin.block-main {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.product-item-detail-info-section {
    padding: 0 20px;
}

@media (width <= 992px) {
    .product-item-detail-info-section {
        padding: 0;
    }
}

.product-item-detail-info-container {
    margin-bottom: 20px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.product-item-detail-info-container-title {
    color: #000000;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: bold;
}

.product-item-detail-pay-block {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 20px 20px 0;
    position: relative;
}

.bx-retina .product-item-detail-pay-block {
    border-width: .5px;
}

.product-item-detail-compare-container {
    color: #4e4e4e;
    vertical-align: middle;
    background: #f3f3f3;
    border-top: 1px solid #e4e4e4;
    min-height: 30px;
    margin: 0 -20px;
    padding: 4px 15px;
    font-size: 12px;
    line-height: 20px;
    position: relative;
    box-shadow: inset 0 1px 1px #eeeeee;
}

.product-item-detail-compare .checkbox {
    margin: 0;
    padding: 0;
}

.product-item-detail-price-current {
    color: #d0021b;
    white-space: nowrap;
    font-size: 30px;
    font-weight: bold;
    line-height: 33px;
    transition: font-size .2s;
}

.product-item-detail-price-old {
    color: #bdbdbd;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: line-through;
}

.product-item-scu-container {
    padding: 0 0 2px;
}

.product-item-scu-container-title {
    color: #333333;
    font-size: 12px;
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    margin: 0 0 0 -2px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.product-item-scu-item-color-container, .product-item-scu-item-text-container {
    box-sizing: border-box;
    vertical-align: middle;
    max-width: 100%;
    padding: 5px 3px;
    display: inline-block;
}

.product-item-scu-item-text-container {
    min-width: 48px;
}

.product-item-scu-item-color-container {
    width: 25%;
    max-width: 38px;
}

.product-item-scu-item-color-block {
    cursor: pointer;
    outline: 1px solid #c0cfda;
    padding-top: 100%;
    position: relative;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline .2s;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: .5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    inset: 2px;
}

.product-item-scu-item-text-block {
    cursor: pointer;
    outline: 1px solid #c0cfda;
    padding: 0 5px;
    position: relative;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline .3s;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: .5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    font-size: 11px;
    line-height: 18px;
    overflow: hidden;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block, .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    overflow: hidden;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after, .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    content: "";
    background: #ffffffbf url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=") center / 80% 80% no-repeat;
    position: absolute;
    inset: -2px;
}

.product-item-selected-scu-container {
    word-spacing: 1px;
}

.product-item-selected-scu {
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: 1px solid #c0cfda;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    font-size: 11px;
    line-height: 22px;
    display: inline-block;
    overflow: hidden;
}

.bx-retina .product-item-selected-scu {
    outline-width: .5px;
}

.product-item-selected-scu-color {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.product-item-amount {
    text-align: center;
    padding: 0 0 2px;
}

.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    background-color: #f2f2f2;
    border-radius: 2px;
    min-width: 22px;
    height: 22px;
    transition: background .3s, opacity .3s;
    display: inline-block;
    position: relative;
}

.bx-retina .product-item-amount-field-btn-plus, .bx-retina .product-item-amount-field-btn-minus {
    border-width: .5px;
}

.product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
}

.product-item-amount-field-btn-plus:after, .product-item-amount-field-btn-minus:after {
    content: "";
    opacity: .8;
    transition: opacity .3s, background .3s;
    position: absolute;
    inset: 0;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after, .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    cursor: default;
    opacity: .3 !important;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.product-item-amount-field-btn-minus:after {
    content: "";
    opacity: .8;
    transition: opacity .3s;
    position: absolute;
    inset: 0;
}

.product-item-amount-field-btn-plus:after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==") center / 10px no-repeat;
}

.product-item-amount-field-btn-minus:after {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") center / 10px no-repeat;
}

.product-item-amount-field-btn-plus:hover:after, .product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field {
    color: #000000;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #0000;
    border-radius: 2px;
    width: auto;
    max-width: 50px;
    height: 22px;
    padding: 0;
    font-size: 19px;
    font-weight: bold;
    line-height: 22px;
    transition: border .3s;
    display: inline-block;
    background: none !important;
}

.bx-retina .product-item-amount-field {
    border-width: .5px;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button {
    -ms-appearance: none;
    appearance: none;
    -o-appearance: none;
    margin: 0;
}

.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    -ms-appearance: none;
    appearance: none;
    -o-appearance: none;
    margin: 0;
}

.product-item-amount-description-container {
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

.product-item-amount-description-container strong {
    color: #333333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    color: #a5a5a5;
    margin: 5px 0;
    font-size: 12px;
    font-weight: bold;
}

.product-item-quantity {
    color: #333333;
    font-size: 12px;
    font-weight: normal;
}

.btn.product-item-detail-buy-button {
    text-transform: uppercase;
    width: 100%;
    max-width: 250px;
    height: 50px;
    margin: 0 auto 20px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 800;
    display: block;
    position: relative;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
    margin: 0;
}

.btn.product-item-detail-buy-button span {
    white-space: normal;
    max-width: 100%;
    min-height: 16px;
    line-height: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
    height: 25px;
}

.product-item-detail-slider-container {
    background: none;
    max-width: 100%;
    transition: background .8s;
    position: relative;
}

.product-item-detail-slider-block {
    box-sizing: border-box;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
    padding-top: 100%;
}

.product-item-detail-slider-images-container {
    position: absolute;
    inset: 0;
}

.product-item-detail-slider-image {
    text-align: center;
    opacity: 0;
    transition: opacity .25s linear;
    position: absolute;
    inset: 0;
}

.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}

.product-item-detail-slider-image img {
    background-position: center;
    background-repeat: no-repeat;
    outline: 1px solid #0000;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: background-size .45s, width .45s, height .45s, outline .45s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
    z-index: 180;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product-item-detail-slider-controls-block {
    text-align: center;
    padding: 10px 0;
}

.product-item-detail-slider-controls-image {
    text-align: center;
    cursor: pointer;
    background-color: #ffffff;
    outline: 1px solid #c0cfda;
    width: 65px;
    height: 65px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.bx-retina .product-item-detail-slider-controls-image {
    outline-width: .5px;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
    outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
    outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
    width: auto;
    max-width: 65px;
    height: auto;
    max-height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left, .product-item-detail-slider-right {
    z-index: 111;
    opacity: .57;
    cursor: pointer;
    background: #fff0 url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E") center no-repeat;
    width: 25%;
    transition: all .3s;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
}

.product-item-detail-slider-left {
    left: 0;
}

.product-item-detail-slider-right {
    right: 0;
    transform: rotate(180deg);
}

.product-item-detail-slider-left:hover, .product-item-detail-slider-right:hover {
    opacity: .8;
    background-color: #fff6;
}

.product-item-detail-slider-close {
    display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    z-index: 150;
    opacity: .27;
    cursor: pointer;
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") center no-repeat;
    width: 50px;
    height: 50px;
    transition: all .3s;
    display: block;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 110px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
    opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 105px;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
    z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
    outline-color: #dddddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left, .product-item-detail-slider-container.magnified .product-item-detail-slider-right {
    z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text, .product-item-detail-slider-container.magnified .product-item-label-ring {
    opacity: 0;
}

.product-item-detail-slider-container.popup {
    z-index: 999999;
    background: #ffffff;
    animation-name: imgPopupShow;
    animation-duration: .3s;
    position: fixed;
    inset: 0;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    height: 100vh;
    padding-top: 0;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    width: calc(100% - 150px);
    max-height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

@keyframes imgPopupShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    cursor: default;
    width: auto;
    max-width: 100%;
    max-height: 90vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    background-color: #ffffff;
    border-left: 1px solid #d3d3d3;
    padding: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    margin-bottom: 20px;
    display: block;
}

@media (width <= 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
        right: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        height: calc(100vh - 111px);
        padding-top: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        width: 90%;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        cursor: default;
        width: auto;
        max-width: 100%;
        max-height: calc(100vh - 115px);
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        white-space: nowrap;
        border-top: 1px solid #d3d3d3;
        border-left: none;
        max-height: 111px;
        position: absolute;
        inset: auto 0 0;
        overflow-x: auto;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        margin-bottom: 0;
        display: inline-block;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        z-index: 200;
        right: 10px;
    }

    .product-item-detail-slider-left, .product-item-detail-slider-right {
        max-width: 75px;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-right {
        right: 0;
    }
}

.product-item-label-text, .product-item-label-ring {
    z-index: 190;
    opacity: 1;
    transition: opacity .45s;
    position: absolute;
}

.product-item-label-text span, .product-item-label-ring {
    clear: both;
    color: #ffffff;
    vertical-align: middle;
    text-align: center;
    background: #f42c2c;
    margin-bottom: 2px;
    transition: all .25s;
    display: inline-block;
}

.bx-red .product-item-label-text span, .bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text > div, .product-item-label-ring > div {
    line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text, .product-item-detail-slider-container.popup .product-item-label-ring {
    display: none;
}

.product-item-label-text span {
    vertical-align: middle;
    padding: 2px 5px;
    font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

@media (width <= 767px) {
    .product-item-label-text > div {
        line-height: 0;
    }

    .product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span, .product-item-label-text.product-item-label-big span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

@media (width <= 767px) {
    .product-item-label-ring.product-item-label-small, .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small, .product-item-label-ring.product-item-label-big, .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}

.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
}

.product-item-label-center > div {
    text-align: center;
}

.product-item-label-left {
    left: -5px;
}

.product-item-label-left > div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    transform: translateY(-50%);
}

.product-item-label-right {
    right: -5px;
}

.product-item-label-right > div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-tabs-container {
    background: #ffffff;
    border-bottom: 1px solid #ededed;
    min-height: 60px;
}

.product-item-detail-tabs-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.product-item-detail-tabs-list:after {
    clear: both;
    content: "";
    display: table;
}

.product-item-detail-tab {
    float: left;
    min-height: 60px;
}

.product-item-detail-tab-link {
    box-sizing: border-box;
    color: #039be5;
    vertical-align: middle;
    text-transform: uppercase;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 60px;
    padding: 10px 25px;
    font-size: 13px;
    font-weight: bold;
    line-height: 45px;
    transition: all .25s;
    display: inline-block;
    position: relative;
}

.product-item-detail-tab-link:hover, .product-item-detail-tab.active .product-item-detail-tab-link {
    color: #000000;
}

.product-item-detail-tab-link:after {
    content: "";
    background: #1485ce;
    height: 0;
    transition: all .25s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.product-item-detail-tab-link:hover:after, .product-item-detail-tab.active .product-item-detail-tab-link:after {
    height: 3px;
}

.product-item-detail-tab-link:active:after {
    height: 6px;
}

.product-item-detail-tab-content {
    padding: 25px 0;
}

@media (width <= 991px) {
    .product-item-detail-tabs-container {
        display: none !important;
    }

    .product-item-detail-tab-content {
        display: block !important;
    }
}

.product-item-detail-tabs-container-fixed {
    z-index: 1000;
    background: #ffffff;
    min-height: 45px;
    transition: top .35s linear;
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    box-shadow: 0 4px 14px #20364a3b;
}

.product-item-detail-tabs-container-fixed.active {
    opacity: 1;
    top: 0;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    max-width: 1048px;
    margin: 0 auto;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
    min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
    height: 45px;
    padding: 10px 25px;
    line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
    display: none !important;
}

.product-item-detail-short-card-fixed {
    z-index: 1010;
    box-sizing: border-box;
    background-color: #ffffff;
    height: 85px;
    padding: 7px 0 8px;
    transition: top .22s linear;
    position: fixed;
    top: -85px;
    left: 0;
    right: 0;
    box-shadow: 0 4px 14px #20364a3b;
}

.product-item-detail-short-card-fixed.active {
    opacity: 1;
    top: 0;
}

.product-item-detail-short-card-fixed.active + .product-item-detail-tabs-container-fixed.active {
    top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
    display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    max-width: 1048px;
    margin: 0 auto;
}

.product-item-detail-short-card-content-container table {
    border-collapse: collapse;
    min-width: 100%;
}

.product-item-detail-short-card-image {
    vertical-align: middle;
    text-align: left;
    width: 80px;
    padding-right: 15px;
}

.product-item-detail-short-card-image img {
    max-width: none;
    height: 65px;
}

.product-item-detail-short-title-container {
    max-width: 650px;
}

.product-item-detail-short-title-text {
    color: #000000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    display: block;
}

.product-item-detail-short-card-price {
    vertical-align: middle;
    text-align: right;
    padding: 0 10px;
}

.product-item-detail-short-card-btn {
    min-width: 120px;
    padding-left: 10px;
}

.product-item-detail-tab-content {
    display: none;
}

.product-item-detail-tab-content.active {
    display: block;
}

.product-item-detail-tab-content h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.product-item-detail-properties {
    color: #a5a5a5;
    max-width: 560px;
    margin: 0;
    font-size: 12px;
    display: block;
    overflow: hidden;
}

.product-item-detail-properties dl {
    clear: both;
}

.product-item-detail-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
}

.product-item-detail-properties dd {
    float: right;
    color: #000000;
    margin-bottom: 3px;
    margin-left: 5px;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.packages-container {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.package-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    padding: 30px;
}

.package-item:first-child {
    border-right: 2px solid black;

}

.package-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 20px;
}

.package-features {
    padding-left: 20px;
    margin: 0 0 30px;
}

.package-features li {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    list-style-position: outside;
}


.package-price {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    color: #ff0000;
}

@media (width < 992px) {
    .packages-container {
        flex-direction: column;
    }

    .package-item {
        width: 100%;
    }

    .package-item:first-child {
        border-right: 0;
        border-bottom: 2px solid black;
    }
}

@media (width >= 1400px) {
    .package-title {
        font-size: 28px;
    }

    .package-features li {
        font-size: 18px;
    }

    .package-price {
        font-size: 42px;
    }
}

.section .btn.btn-danger,
.profession-section .btn.btn-danger {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #ffffff !important;
}

.section .btn.btn-danger:hover,
.profession-section .btn.btn-danger:hover {
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
    color: #ffffff !important;
}

/* End */
/* /bitrix/templates/template_edugo/components/bitrix/catalog.element/catalog-edugo/style.css?175742596361502 */
