/* ===== ФОРМА НА СТРАНИЦАХ КАЛЬКУЛЯТОРОВ ===== */
.page-calc-form {
    background: #EFEFEE;
    padding: 20px 0;
}

.page-calc-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.page-calc-form-col {
    flex: 0 0 610px;
    width: 610px;
}

.page-calc-form-inner {
    background: #E4E3E0;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    justify-content: center;
}

.page-calc-form-title {
    color: #313131;
    font-size: 28px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    margin: 0;
}

.page-calc-form-desc {
    color: rgba(49, 49, 49, 0.50);
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    line-height: 1.4;
}

.page-calc-form-row {
    display: flex;
    gap: 4px;
}

.page-calc-form-row .page-calc-input {
    flex: 1;
}

.page-calc-input {
    width: 100%;
    height: 56px;
    padding: 10px 16px;
    background: #EFEFEE;
    border: none;
    border-radius: 900px;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    color: #313131;
    outline: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.page-calc-input::placeholder {
    color: rgba(49, 49, 49, 0.50);
}

.page-calc-input:focus {
    box-shadow: 0 0 0 2px rgba(62, 26, 62, 0.2);
}

/* ===== ПОЛ (LC SWITCH) ===== */
.page-calc-form-gender {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.page-calc-gender-label {
    color: rgba(49, 49, 49, 0.50);
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    margin-right: 4px;
}

.page-calc-gender-radio {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.page-calc-gender-radio span {
    color: rgba(49, 49, 49, 0.50);
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}

/* ===== ПЕРЕОПРЕДЕЛЕНИЕ LC SWITCH ===== */
.page-calc-form .lcs_wrap {
    height: 32px !important;
    width: 56px !important;
    vertical-align: middle;
    display: inline-block !important;
}

.page-calc-form .lcs_wrap input {
    display: none !important;
}

.page-calc-form .lcs_switch {
    display: inline-block !important;
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 70px !important;
    background: #EFEFEE !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
}

.page-calc-form .lcs_cursor {
    display: inline-block !important;
    position: absolute !important;
    top: 50% !important;
    margin-top: -12px !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 100% !important;
    background: #E4E3E0 !important;
    box-shadow: none !important;
    z-index: 10 !important;
    transition: all 0.3s ease !important;
}

.page-calc-form .lcs_label {
    display: none !important;
}

.page-calc-form .lcs_switch.lcs_on {
    background: linear-gradient(63deg, #3E1A3E 0%, #C200C2 100%) !important;
}

.page-calc-form .lcs_switch.lcs_on .lcs_cursor {
    left: 28px !important;
    background: #EFEFEE !important;
}

.page-calc-form .lcs_switch.lcs_off {
    background: #EFEFEE !important;
}

.page-calc-form .lcs_switch.lcs_off .lcs_cursor {
    left: 4px !important;
    background: #E4E3E0 !important;
}

.page-calc-form .lcs_compact {
    height: 32px !important;
    width: 56px !important;
}

.page-calc-form .lcs_compact .lcs_cursor {
    margin-top: -12px !important;
    width: 24px !important;
    height: 24px !important;
}

.page-calc-form .lcs_compact .lcs_switch.lcs_on .lcs_cursor {
    left: 28px !important;
}

.page-calc-form .lcs_compact .lcs_switch.lcs_off .lcs_cursor {
    left: 4px !important;
}

/* Кнопка отправки */
.page-calc-submit {
    width: 100%;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 32px;
    margin-top: 16px;
    background: linear-gradient(63deg, #3E1A3E 0%, #C200C2 100%);
    border: none;
    border-radius: 900px;
    cursor: pointer;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease;
}

.page-calc-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(194, 0, 194, 0.3);
}

/* ===== ПРАВАЯ ЧАСТЬ: КАРТИНКА ===== */
.page-calc-image-col {
    flex: 1;
    display: flex;
}

.page-calc-image-wrapper {
    width: 100%;
    height: 582px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.page-calc-image-bg {
    width: 100%;
    height: 100%;
    background: #D9D9D9;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-calc-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 722px;
    height: 722px;
    object-fit: contain;
    z-index: 2;
}

/* ===== АДАПТИВ ===== */
@media (max-width: 991px) {
    .page-calc-wrapper {
        flex-direction: column;
        padding: 0 12px;
    }
    
    .page-calc-form-col {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .page-calc-form-inner {
        padding: 24px 16px 16px 16px;
        gap: 12px;
    }
    
    .page-calc-form-title {
        font-size: 18px;
    }
    
    .page-calc-form-desc {
        font-size: 14px;
    }
    
    .page-calc-input {
        height: 48px;
        font-size: 13px;
    }
    
    .page-calc-gender-label,
    .page-calc-gender-radio span {
        font-size: 13px;
    }
    
    .page-calc-submit {
        height: 48px;
        font-size: 13px;
    }
    
    .page-calc-image-col {
        width: 100%;
    }
    
    .page-calc-image-wrapper {
        height: 240px;
    }
    
    .page-calc-image {
        width: 463px;
        height: 463px;
    }
}



.bx-breadcrumb, 
.bx-breadcrumb *,
.course-detail__breadcrumbs .bx-breadcrumb,
.course-detail__breadcrumbs .bx-breadcrumb * {
    color: rgba(49, 49, 49, 0.50) !important;
    font-size: 15px !important;
    font-family: 'Manrope', sans-serif !important;
    font-weight: 300 !important;
}

b, strong {
  font-weight: bold !important;
}

