@media (hover: hover) {
    .btn_main:hover {
        background-color: #FB6625;
        box-shadow: 4px 4px 12px 0px #E35416C2;
    }
    .btn_primary:hover {
        border-color: #DA4F05;
        box-shadow: 4px 4px 12px 0px #E35416C2;
        background-color: #FB6625;
        color: #FFFFFF;
    }
    .program_item_btn:hover {
        background-color: #FB6625;
        color: #FFFFFF;
    }
}
@media (max-width: 1540px) {
    .tarifs_item_title {
        font-size: 24px;
    }
    .tarifs_item {
        padding: 50px 25px 24px;
    }
}
@media (max-width: 1025px) {
    :root {
        --container-padding: 10px;
        --section-margin: 20px;
    }
    .main_wrapper {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
    .intro_line {
        display: none;
    }
    .header_logo {
        display: none;
    }
    .header_info_item {
        align-items: center;
    }
    .header_info_text {
        font-size: 16px;
    }
    header .main_wrapper {
        padding: 12px 0;
        border-width: 1px;
    }
    .intro {
        padding-top: 92px;
        background-position: 61%;
    }
    .intro_title {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .intro_subtitle {
        font-size: 14px;
    }
    .intro_subtitle strong {
        font-size: 24px;
    }
    .intro_subtitle span {
        font-size: 24px;
        margin-top: 10px;
    }
    .intro_subtitle span::before {
        width: 44px;
        min-width: 44px;
        height: 20px;
        margin-right: 11px;
        margin-left: 15px;
    }
    .intro_text {
        margin-top: 32px;
        font-size: 16px;
        line-height: 1.2;
    }
    .intro_main {
        flex-direction: column;
    }
    .intro_info {
        padding-bottom: 40px;
    }
    .btn {
        padding: 18px;
    }
    .intro_btn_wrapper {
        position: absolute;
        bottom: 67px;
        z-index: 2;
        width: calc(100% - var(--container-padding) - var(--container-padding));
        left: var(--container-padding);
        flex-direction: row-reverse;
    }
    .intro_btn_wrapper .btn {
        width: 100%;
    }
    .intro_space {
        display: none;
    }
    .intro_img {
        margin-left: calc(var(--container-padding) * -1);
        width: calc(100% + var(--container-padding) + var(--container-padding));
    }
    .intro_img::after {
        height: 120px;
    }
    .intro_items {
        grid-template-columns: repeat(1, 1fr);
    }
    .intro_item_icon {
        margin-bottom: 12px;
    }
    .quote_wrapper {
        padding: 81px 0;
        background-size: contain;
        background-image: url('/assets/images/quote_mob.svg');
    }
    .quote_text {
        font-size: 21px;
        padding-top: 64px;
    }
    .quote_text::before {
        width: 24px;
        height: 24px;
        top: 64px;
        background-position: center;
        background-size: contain;
    }
    .advantage_wrapper {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 12px;
    }
    .advantage_item_text p {
        font-size: 14px;
    }
    .reviews {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .advantage {
        padding: 40px 0 60px;
    }
    .reviews .main_wrapper {
        flex-direction: column;
    }
    .reviews .title_wrapper {
        min-width: auto;
    }
    .main_wrapper_text {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .reviews_main {
        width: 100%;
    }
    .reviews_wrapper_text {
        display: none;
    }
    .reviews_wrapper_bottom {
        margin-top: 30px;
        justify-content: center;
        margin-left: 65px;
    }
    .reviews_wrapper {
        padding-right: 65px;
    }
    .program_item {
        border-bottom: none;
        padding: 40px 0;
    }
    .program_item:first-child {
        border-top: none;
    }
    .program_item:not(:last-child) {
        margin-bottom: 20px;
    }
    .program_item_main {
        grid-template-columns: 1fr;
        grid-gap: 32px 64px;
    }
    .program_item_title {
        font-size: 20px;
    }
    .program_item_item {
        padding: 8px;
        gap: 8px;
        flex-direction: column;
        align-items: flex-start;
    }
    .program_item_label {
        font-size: 10px;
    }
    .program_item_label svg {
        width: 16px;
        height: 16px;
    }
    .program_item_text {
        font-size: 14px;
    }
    .program_result {
        padding: 12px;
        background: linear-gradient(270deg, rgba(149, 61, 22, 0) 0%, rgba(251, 102, 37, 0.1) 100%);
    }
    .program_result_text {
        font-size: 16px;
    }
    .btn {
        max-width: 255px;
        width: 100%;
    }
    .program_item_main_btn {
        margin-top: 60px;
    }
    .tarifs_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .tarifs_item {
        padding: 24px 10px;
    }
    .tarifs_item_top {
        gap: 10px;
        padding-bottom: 16px;
    }
    .tarifs_item_sup {
        font-size: 16px;
    }
    .tarifs_item_title {
        font-size: 24px;
    }
    .tarifs_item_main {
        padding-top: 16px;
    }
    .tarifs_item_list li {
        font-size: 14px;
    }
    .tarifs_item_time {
        font-size: 14px;
        margin-top: 8px;
    }
    .tarifs_item_time span {
        font-size: 12px;
    }
    .tarifs_item_bottom {
        margin-top: 16px;
        padding-top: 16px;
        flex-direction: column;
    }
    .tarifs_item_price {
        font-size: 28px;
    }
    .speakers {
        padding-top: 40px;
    }
    .speakers_item {
        grid-template-columns: 1fr;
        border: none;
        backdrop-filter: none;
        background: transparent;
    }
    .speaker_photo {
        margin-top: 0;
    }
    .speakers .title_wrapper {
        display: flex;
        justify-content: center;
    }
    .speaker_info {
        padding: 20px 10px;
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)),
        radial-gradient(50% 100% at 50% 0%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
        backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.01);
    }
    .speaker_text * {
        font-size: 14px;
        line-height: 19px;
    }
    .speaker_item {
        font-size: 14px;
    }
    .speakers_item:not(:first-child) {
        margin-top: 16px;
    }
    .advantage_item_2 {
        padding: 24px 10px;
    }
    .advantage_item_2_text * {
        font-size: 16px;
    }
    .faq_item_title {
        font-size: 16px;
    }
    .faq_item_top button {
        width: 32px;
        min-width: 32px;
        height: 32px;
    }
    .faq_item_content {
        margin-top: 16px;
        padding-top: 16px;
    }
    .faq_item_content * {
        font-size: 14px;
    }
    .modal_wrapper {
        padding: 12px;
        border-radius: 10px;
    }
    .modal_close {
        top: 12px;
        right: 12px;
    }
}
@media (max-width: 768px) {

}