* {
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #FAFAFA;
}

section {
    padding: 60px 0;
}

.day_of_week {
    margin-top: 10% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.days_contanier {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
}

.day_filter {
    display: flex;
    padding: 5px 15px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .25);
    transition: .15s;
    background-color: #fafafa;
    cursor: pointer;
}

.day_filter:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 7px rgba(0, 0, 0, .25);
}

.active_day_btn {
    box-shadow: none;
    transform: translateY(2px);
    background-color: #3075ff;
    color: #fff;
    font-weight: 600;
}

.active_day_btn:hover {
    box-shadow: none;
    transform: translateY(2px);
}

.cont-slider_programs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#prev-button {
    width: 20px;
    height: 50px;
    background-image: url(../img/left-chevron-svgrepo-com.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

#next-button:hover {
    transform: scale(1.1);
}

#prev-button:hover {
    transform: scale(1.1);
}

#next-button {
    cursor: pointer;
    width: 20px;
    height: 50px;
    border: none;
    background-color: transparent;
    background-image: url(../img/right-chevron-svgrepo-com.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider_days_program {
    width: calc(100% - 70px);
    margin: 8px;
}

.slide_program_wrapper {
    padding: 20px 0;
}

.slider_program {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 7px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px #3055FF48;
    margin: 0 10px;
}

.slider_header_program {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.slider_descr_program {
    font-size: 15px;
    font-weight: 400;
    color: #737373;
    min-height: 57px;
}

.slider_time_program_wrapper {
    min-height: 53px;
}

.slider_time_program {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
    border: 1px solid #33333325;
    border-radius: 5px;
}

.slider_time_program span {
    color: #333;
    font-weight: 400;
    font-size: 14px;
}

.slider_btn_grp {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 2px;
}

.slider_btn {
    padding: 5px 20px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(97.02deg, #3038FF -43.23%, #308FFF 130.37%);
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: .15s;
}

.slider_btn:hover {
    transform: scale(1.05);
}

.slider_link {
    color: #3038ff;
    font-weight: 400;
    border: 1px solid #3038ff;
    text-decoration: none;
    background: #fafafa;
}

.lang_switcher_wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.leng_switcher {
    position: absolute;
    top: 40px;
    z-index: 500;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
}

.leng_switcher a {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}

.leng_switcher .active_leng {
    opacity: 1;
    font-weight: 600;
}

.stop_scroll {
    overflow: hidden;
}

.section_title {
    margin-bottom: 50px;
    font-size: 30px;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.hidden {
    display: none !important;
}

header {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
}

.fixed_header {
    position: fixed;
    padding: 15px;
    background: linear-gradient(180deg, #131B3A 0%, #111727 100%);
}

.fixed_header .header_links {
    font-size: 16px;
}

.fixed_header .header_logo a svg {
    width: 80px;
}

.header_logo a svg {
    width: 90px;
}

.header_nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.desc_menu {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.header_links {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.header_links:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: .2s;
}

.header_links:hover::after {
    bottom: 2px;
    opacity: 1;
}

.mob_menu {
    position: relative;
    z-index: 100;
    display: none;
}

.hamburger {
    padding-right: 0;
}

.hamburger-box {
    width: 35px;
    height: 23px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #f2f2f2;
    height: 2px;
    width: 35px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #f2f2f2;
}

.mob_menu_links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}

.main_section {
    height: 100vh;
    padding-top: 50px;
    background-color: #111727;
    background-image: url(../img/bg_header4.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.main_section-content {
    height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 75px;
    position: relative;
}

.main_section-title_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.main_section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.main_section-title h1 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.main_section-sub_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.main_section-sub_title {
    font-size: 20px;
    font-weight: 400;
    color: #b3b3b3;
    white-space: nowrap;
    width: 100%;
}

.main_section-sub_title::before, .main_section-sub_title::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #b3b3b3;
}

.mob_main_img {
    margin-left: 10px;
    margin-right: -15px;
    display: none;
}

.main_section-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    width: 620px;
}

.main_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 55px;
    font-size: 23px;
    font-weight: 400;
    border-radius: 15px;
    border: none;
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}

.primary_btn {
    background: linear-gradient(125.73deg, #3038FF 0%, #308FFF 110.46%);
    color: #fff;
    transition: .15s;
}

.extra_btn {
    border: 1px solid #A1A6FF !important;
    color: #a1a6ff;
}

.main_section-stronges {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    gap: 60px;
}

.strong_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.strong_container svg {
    width: 60px;
    height: 65px;
}

.strong_descr {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.scroll_down_container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 40px;
}

.mouse {
    width: 26px;
    height: 50px;
    border: 2px solid #f2f2f2;
    border-radius: 60px;
    position: relative;
    opacity: .7;
    transition: .3s;
}

.mouse:hover {
    opacity: 1;
}

.mouse::before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-4px);
    background-color: #f2f2f2;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
    to {
        opacity: 0;
        top: 35px;
    }
}

@-webkit-keyframes wheel {
    to {
        opacity: 0;
        top: 35px;
    }
}

.request-loader {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

.request-loader::after {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    left: -3px;
    right: 0;
    bottom: 0;
    content: '';
    height: 100%;
    width: 100%;
    border: 3px solid #3038FF;
    border-radius: 20px;
    animation-name: ripple;
    animation-duration: 3s;
    animation-delay: 0s;
    animation-iteration-count: infinite;

    z-index: -1;
}

.request-loader::before {
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    left: -3px;
    right: 0;
    bottom: 0;
    content: '';
    height: 100%;
    width: 100%;
    border: 3px solid #3038FF;
    border-radius: 20px;
    animation-name: ripple;
    animation-duration: 3s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;

    z-index: -1;
}

@keyframes ripple {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
    100% {
        opacity: 0;
        transform: scale3d(1.2, 1.2, 1);
    }
}

.filter_container {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.programs_side {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: 1s;
}

.programs_side-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
}

.programs_side-header-title {
    color: #333;
    font-size: 25px;
    font-weight: 600;
}

.programs_side-search_bar {
    width: 260px;
    height: auto;
    position: relative;
}

.programs_side-search_bar input {
    padding: 9px;
    padding-right: 42px;
    font-size: 14px;
    width: 100%;
    text-align: right;
    border-radius: 30px;
    background-color: #fafafa;
    box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.25);
    border: none;
}

.programs_side-search_bar svg {
    position: absolute;
    top: 10px;
    right: 19px;
}

.programs_side-program_wrapper {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    padding-right: 8px;
    gap: 15px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 767px;
}

.programs_side-program_wrapper::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

.programs_side-program_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.programs_side-program_wrapper::-webkit-scrollbar-thumb {
    background: #4a5efa;
    border-radius: 5px;
}

.program_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.program_container.visible {
    opacity: 1;
    transform: translateY(0);
}

.program-coach_container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 100px;
}

.program-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #2d2d2d;
    text-align: center;
}

.program-coach {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.coach-avatar {
    width: 100px;
    height: auto;
    border-radius: 50px;
}

.coach-name {
    font-size: 15px;
    font-weight: 400;
    color: #2c2c2c;
    white-space: break-spaces;
    text-align: center;
}

.program-descr_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    min-height: 100px;
}

.program-title {
    font-size: 25px;
    font-weight: 600;
    color: #333;
}

.program-descr {
    font-size: 15px;
    font-weight: 400;
    color: #737373;
    margin: 20px 0;
}

.program-shift {
    width: 100%;
    padding: 15px;
    border: 1px solid #AEAEAE;
    border-radius: 10px;
}

.program-shift p {
    font-size: 16px;
    font-weight: 600;
    color: #111727;
}

.program-shift-time_container {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    gap: 10px;
    margin-top: 15px;
}

.program-shift-time_container span {
    padding: 7px 12px;
    border: 1px solid #B6B6B6;
    border-radius: 6px;
    color: #111727;
    font-size: 14px;
    width: 95px;
    min-width: 41px;
    text-align: center;
}

.program-price {
    font-size: 18px;
    font-weight: 600;
    color: #3073fe;
    margin-top: 25px;
}

.program-btn_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-top: 15px;
}

.program_btn {
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9;
}

.program_btn:hover {
    opacity: 1;
}

.program_divider {
    height: 100%;
    width: 1px;
    background-color: #c9c9c9;
}

.program-stuff_container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 155px;
}

.program-stuff-content_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.program-stuff_text, .program-stuff-content_wrapper ul {
    font-size: 14px;
    font-weight: 400;
    color: #575757;
    margin-top: 3px;
}

.program-stuff-content_wrapper ul li {
    list-style-type: none;
    position: relative;
    padding-left: 13px;
}

.program-stuff-content_wrapper ul li:after {
    content: '·';
    position: absolute;
    top: -8px;
    left: 0;
    color: #333;
    font-size: 25px;
}

.filter_side {
    max-width: 350px;
    width: 100%;
    padding: 15px 20px;
    border-radius: 30px;
    height: fit-content;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
    transition: 1s;
}

.filter_side-title {
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.filter_side-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-top: 20px;
}

.filter_option {
    padding: 15px;
    display: flex;
    flex-direction: column;
    background-color: #fafafa;
    border-radius: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
}

.filter_option-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.filter_option-title span {
    color: #3073fe;
    font-size: 20px;
}

.filter_option-title svg {
    width: 11px;
    height: auto;
    transition: .3s;
}

.rotate_arrow {
    transform: rotate(90deg);
}

.filter_option-content {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 25px;
    position: relative;
    width: 100%;
    height: 0%;
}

.filter_option-content::before {
    content: '';
    position: absolute;
    width: 100%;
    top: -12px;
    height: 1px;
    background-color: #c0c0c0;
}

.option, .option_link {
    display: inline-block;
    padding: 3px 5px;
    color: #737373;
    font-weight: 300;
    font-size: 18px;
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
    transition: .15s;
}

.option:hover, .option_link:hover {
    transform: translateY(-1px);
}

.option_selected {
    color: #3073fe;
    transform: translateY(-1px);
    box-shadow: 0px 1px 6px #3073fe;
}

.mobile_extention {
    display: none;
}

.popup_plan_wrapper {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(24, 24, 24, .55);
    z-index: 10000;
    backdrop-filter: blur(5px);
    padding: 15px;
    overflow-Y: scroll;
}

.popup_plan_wrapper::-webkit-scrollbar {
    width: 0px;
}

.popup_container {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    min-height: 400px;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 25px;
    padding: 60px 0;
}

.close_btn_wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.mob_close_popup {
    display: none;
}

.close_popup_btn {
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    opacity: 0.5;
    transition: .15s;
}

.close_popup_btn:hover {
    opacity: 1;
}

.close_popup_btn span {
    position: relative;
}

.close_popup_btn span::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -1px;
    height: 20px;
    width: 3px;
    border-radius: 4px;
    background-color: #444;
    transform: rotate(45deg);
}

.close_popup_btn span::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -1px;
    height: 20px;
    width: 3px;
    border-radius: 4px;
    background-color: #444;
    transform: rotate(-45deg);
}

.plan_container {
    max-width: 380px;
    min-height: 450px;
    width: 100%;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    padding: 25px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, .25);
}

.plan_main_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}

.plan_title_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.plan_main_block_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.plan_title {
    display: flex;
    padding: 10px 25px;
    border: 1px solid #3056FF;
    color: #3056ff;
    font-size: 20px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    text-transform: uppercase;
}

.beginer_mark {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    width: 70px;
    text-align: center;
}

.plan_subtitle {
    font-size: 15px;
    font-weight: 300;
    color: #000;
}

.plan_content li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    margin: 10px 0;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    list-style-type: none;
}

.plan_content li svg {
    width: 17px;
    margin-top: 2px;
}

.plan_content li span {
    max-width: 285px;
}

.plan_price_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 45px;
}

.plan_price_container {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.plan_price {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    line-height: 0.9em;
}

.plan_price_descr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.plan_price_descr span {
    color: #8b8b8b;
}

.buy_plan_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 12px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s;
}

.buy_plan_btn:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
    transform: translateY(-1px);
}

.plan_price_block .blue {
    background: linear-gradient(90deg, #3038FF 0%, #308FFF 100%);
    color: #fff;
}

.popup_container .elite {
    background: linear-gradient(140.03deg, #3038FF 0.06%, #308FFF 100.06%);
}

.elite {
    margin-left: 30px;
}

.elite .plan_title {
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #000;
}

.elite .beginer_mark {
    color: #e1ff29;
}

.elite .plan_subtitle {
    color: #fff;
}

.elite .plan_content li {
    color: #fff;
}

.elite .plan_price {
    color: #e1ff29;
}

.plan_price_block .white {
    background-color: #fff;
    color: #306eff;
}

.elite .plan_price_descr span {
    color: #ddd;
}

.apply_btn_container {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
    padding: 15px 0;
    margin-top: 20px;
}

.apply_btn_container a, .remove_filter_btn {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    text-decoration: none;
    color: #fff;
    background: linear-gradient(125.73deg, #3038FF 0%, #308FFF 110.46%);
    cursor: pointer;
    transition: .15s;
}

.remove_filter_btn {
    background: #e16f6f;
}

.apply_btn_container a:hover, .remove_filter_btn:hover {
    transform: translateY(1px);
}

.quiz_container {
    margin-top: 110px;
}

.quiz_wrapper {
    width: 100%;
    padding: 40px;
    border-radius: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-shadow: 3px 3px 10px #3055FF45;
}

.quiz_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 25px;
    max-width: 700px;
}

.quiz_text h2 {
    font-size: 33px;
    font-weight: 600;
    color: #333;
}

.quiz_text p {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 28px;
}

.quiz_img {
    max-width: 400px;
}

.quiz_img img {
    width: 100%;
    height: auto;
}

.section_offer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    background-image: url(../img/bg_offer.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 15%;
}

.section_offer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 10px;
    max-width: 300px;
    transition: .2s;
}

.offer_top_offset {
    margin-top: 80px;
}

.offer_img_grp {
    position: relative;
    padding-top: 44px;
    width: 233px;
}

.main_offer_img {
    width: 100%;
    height: auto;
}

.bg_offer_img {
    position: absolute;
    z-index: -1;
    top: -12px;
    left: 15px;
    width: 100%;
}

.offer_title {
    text-transform: uppercase;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.offer_descr {
    color: #727272;
    font-size: 15px;
    text-align: center;
}

.bloks_section {
    position: relative;
    padding: 70px 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.bloks_section::before {
    content: '';
    position: absolute;
    background-color: #fafafa;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.bloks_section::after {
    content: '';
    position: absolute;
    background-color: #EAEEFF;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.blocks_container_wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    z-index: 10;
}

.blocks_container_wrapper::before {
    content: '';
    position: absolute;
    background-color: #fafafa;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.blocks_container_wrapper::after {
    content: '';
    position: absolute;
    background-color: #EAEEFF;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
}

.blocks_container {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(48, 85, 255, .48);
    background-color: #fff;
    max-width: 285px;
    transition: .8s;
}

.blocks_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.blocks_header-icon {
    width: 50px;
    height: 40px;
}

.blocks_header-icon img {
    width: 100%;
    height: auto;
}

.blocks_header-title {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 15px;
    text-align-last: left;
    text-transform: uppercase;
}

.blocks_text {
    color: #6a6a6a;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
}

.section_review {
    background-color: #eaeeff;
    padding-bottom: 120px;
}

.slide_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
    max-width: 665px;
    margin: auto;
}

.slider-avatar {
    width: 164px;
    height: auto;
    border-radius: 165px;
}

.slider-text {
    position: relative;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    color: #767676;
    line-height: 1.6em;
    text-align: center;
    width: 100%;
}

.coma_review {
    position: absolute;
    top: -28px;
    left: 0;
    width: 50px;
    height: auto;
    z-index: -1;
}

.slider-name {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    transition: .15s;
    margin: 0 3px;
}

.slick-dots li button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #3073FE;
    width: 100%;
    height: 100%;
}

.slick-dots li button:before {
    content: '';
}

.slick-dots .slick-active {
    width: 30px;
    opacity: 1;
}

.height_offer {
    height: 1500px;
}

.section_offer-wrapper {
    position: sticky;
    top: calc(50% - 230px);
}

.slider-prev, .slider-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 70px;
    background-color: transparent;
    border: none;
    opacity: 0.7;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    transition: .15s;
}

.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}

.slider-prev:hover, .slider-next:hover {
    opacity: 1;
}

.slider-arrow_button {
    width: 25px;
    height: auto;
}

footer {
    background-color: #111727;
}

.footer_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0;
    gap: 20px;
}

.footer_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer_logo_wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_logo_wrapper svg {
    width: 95px;
    height: auto;
}

.footer_logo_wrapper span {
    color: #fff;
    font-size: 12px;
}

.footer_btn {
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    text-decoration: none;
}

.footer_divider {
    width: 100%;
    height: 2px;
    background-color: #303dff;
    opacity: 0.2;
}

.footer_middle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.footer_links_wrapper {
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.footer_links_container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_links_title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.footer_links_container ul li {
    margin: 3px;
    font-weight: 400;
    font-size: 15px;
    opacity: 0.8;
    transition: .15s;
    list-style-type: none;
}

.footer_links_container ul li:hover {
    opacity: 1;
}

.footer_link {
    color: #fff;
    text-decoration: none;
}

.footer_mail {
    text-decoration: none;
    color: #a5c2ff;
}

.privacy_wrapper {
    padding: 15px 0;
    background-color: #1b2339;
}

.privacy_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.privacy_container span {
    color: #f2f2f2;
    font-size: 14px;
}

.privacy_container span a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

.privacy_container span a:hover {
    text-decoration: underline;
}

.switcher {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 15px;
    margin-bottom: 10px;
}

.switcher button {
    padding: 8px 20px;
    background-color: #fff;
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
    border: 1px solid #dedede;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.switcher .blue {
    background-color: #3038FF;
    color: #fff;
    border: none;
}

.switcher .diactive_switcher {
    box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
    transform: translateY(-3px);
    border: none
}

.quiz_btn {
    position: relative;
    overflow: hidden;
}

.quiz_btn span {
    position: relative;
    z-index: 10;
}

.quiz_btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    width: 50px;
    z-index: 1;
    animation: move 2.55s cubic-bezier(0.19, 1, 0.22, 1) infinite;
    animation-fill-mode: forwards;
}

@keyframes move {
    0% {
        left: -75px;
    }
    40% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.caunter_wrapper {
    font-size: 20px;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.caunter_wrapper span {
    font-size: 20px;
    font-weight: 600;
    color: #3075ff;
}

.pulse {
    animation: pulse 0.5s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.alert_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
    gap: 15px;
    border-radius: 10px;
    background-color: #d2daff;
    padding: 10px;
}

.alert_contant {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
    font-size: 15px;
    gap: 5px;
}

.alert_circle {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background-color: #fff;
    color: #333;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    font-weight: 600;
}

.alert_circle_x {
    position: relative;
}

.alert_circle_x::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 6px;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background-color: #333;
    transform: rotate(45deg);
    z-index: 2;
}

.alert_circle_x::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 6px;
    width: 8px;
    height: 2px;
    border-radius: 2px;
    background-color: #333;
    transform: rotate(-45deg);
    z-index: 2;
}


@media screen and (max-width: 1399.98px) {
    .slider_descr_program {
        font-size: 14px;
    }

    .slider_time_program span {
        font-size: 13px;
    }

    .program_container {
        gap: 10px;
    }

    .program-stuff_container {
        width: 120px;
    }

    .program-descr {
        font-size: 14px;
    }

    .program-shift-time_container span {
        align-content: center;
        font-size: 12px;
        padding: 5px 7px;
        /*width: 85px;*/
        width: 100%;
    }

    .program-shift-time_container span strong {
        font-weight: 600;
    }

    .coach-avatar {
        width: 90px;
    }

    .coach-name {
        font-size: 13px;
    }

    .filter_side {
        max-width: 300px;
        padding: 15px;
    }

    .filter_side-title {
        font-size: 18px;
    }

    .filter_option {
        padding: 12px;
    }

    .filter_option-title span {
        font-size: 17px;
    }

    .option, .option_link {
        font-size: 14px;
    }

    .filter_option-title svg {
        width: 8px;
    }

    .blocks_container {
        padding: 20px;
        max-width: 250px
    }
}

@media screen and (max-width: 1199.98px) {
    .main_section {
        height: 800px;
    }

    .main_section-content {
        height: calc(800px - 60px);
    }

    .main_section-title h1 {
        font-size: 45px;
    }

    .main_section-sub_title {
        font-size: 18px;
    }

    .main_btn {
        font-size: 20px;
        padding: 15px 50px;
    }

    .main_section-buttons {
        width: 100%;
        max-width: 550px;
    }

    .strong_descr {
        font-size: 17px;
    }

    .program-price {
        font-size: 17px;
    }

    .program_btn {
        padding: 10px 35px;
        font-size: 15px;
    }

    .program-title {
        font-size: 20px;
    }

    .program-descr {
        margin: 15px 0;
    }

    .program-shift {
        padding: 10px;
    }

    .program-shift-time_container span {
        text-align: center;
    }

    .blocks_header-title {
        font-size: 13px;
    }

    .blocks_container {
        padding: 15px;
        max-width: 220px;
    }

    .quiz_text {
        max-width: 510px;
    }

    .quiz_text p {
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (max-width: 991.98px) {
    #next-button {
        height: 30px;
    }

    #prev-button {
        height: 30px;
    }

    .main_section {
        /*background-image: none;*/
        background-image: url("./img/bg_header4.png");
        /*background-position: center;*/
        background-position: 50% 20%;
        background-size: 90%;
        min-height: 100vh;
    }

    .main_section-content {
        align-items: center;
        min-height: 100vh;
    }

    .strong_container {
        min-width: 224px;
    }

    .mob_main_img {
        display: block;
        width: 50%;
        height: auto;
        padding-right: 40px;
    }

    .main_section-title_wrapper {
        gap: 15px;
    }

    .main_section-title h1 {
        font-size: 60px;
        white-space: break-spaces;
    }

    .main_section-sub_title {
        gap: 0;
    }

    .main_section-sub_title::before, .main_section-sub_title::after {
        display: none;
    }

    .scroll_down_container {
        bottom: 65px;
    }

    .section_title {
        font-size: 25px;
    }

    .programs_side-header-title {
        font-size: 20px;
    }

    .filter_container {
        gap: 15px;
    }

    .coach-avatar {
        width: 75px;
    }

    .programs_side-program_wrapper {
        padding: 0;
        padding-right: 5px;
    }

    .program_container {
        padding: 15px;
        box-shadow: none;
        border: 1px solid #dedede;
    }

    .program-descr {
        font-size: 13px;
    }

    .program-shift p {
        font-size: 14px;
    }

    .program-shift-time_container {
        margin-top: 10px;
    }

    .program-shift-time_container span {
        padding: 3px;
        /*width: 45px;*/
    }

    .program_btn {
        padding: 10px 30px;
    }

    .program-stuff_container {
        width: 100px;
    }

    .program-stuff_text, .program-stuff-content_wrapper ul {
        font-size: 13px;
    }

    .filter_side {
        padding: 15px 10px;
        border-radius: 15px;
    }

    .filter_side-title {
        font-size: 15px;
    }

    .filter_option {
        padding: 8px;
        border-radius: 8px;
    }

    .filter_option-title span {
        font-size: 14px;
    }

    .popup_container {
        max-width: 745px;
    }

    .plan_container {
        max-width: 340px;
    }

    .plan_title {
        font-size: 18px;
    }

    .plan_content li span {
        max-width: 260px;
        font-size: 15px;
    }

    .plan_content li svg {
        width: 15px;
    }

    .buy_plan_btn {
        width: 115px;
        text-align: center;
    }

    .close_popup_btn {
        top: -50px;
        left: -25px;
    }

    .apply_btn_container {
        gap: 10px;
    }

    .apply_btn_container a, .remove_filter_btn {
        font-size: 13px;
        padding: 10px 15px;
    }

    .section_offer-wrapper {
        background-position: center 75%;
    }

    .offer_img_grp {
        width: 180px;
    }

    .bg_offer_img {
        left: 7px;
    }

    .blocks_container_wrapper {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .blocks_header-title {
        font-size: 15px;
    }

    .blocks_container {
        max-width: 270px;
    }

    .quiz_text {
        max-width: 300px;
        gap: 20px;
    }

    .quiz_text h2 {
        font-size: 23px;
    }

    .quiz_text p {
        font-size: 16px;
    }

    .slider_descr_program {
        font-size: 13px;
    }

    .slider_time_program span {
        font-size: 12px;
    }
}

@media screen and (max-width: 767.98px) {
    header, .fixed_header {
        padding: 5px 0;
    }

    .leng_switcher {
        top: 15px;
    }

    .mob_menu {
        display: block;
    }

    .desc_menu {
        display: none;
    }

    .mob_nav.open {
        visibility: visible;
        transform: translateX(-100%);
        z-index: -1;
    }

    .mob_nav {
        position: fixed;
        top: 0;
        min-height: 500px;
        height: 100%;
        z-index: 1035;
        left: 100%;
        max-width: 400px;
        width: 100%;
        padding-right: 2rem;
        padding-left: 2rem;
        padding-top: 40px;
        padding-bottom: 40px;
        overflow-y: auto;
        visibility: hidden;
        background: linear-gradient(180deg, #131B3A 0%, #111727 100%);
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        box-shadow: -10px 0 15px rgba(255, 255, 255, .2);
    }

    .main_section-title h1 {
        margin-left: 11% !important;
        font-size: 43px;
    }

    .filter_container {
        flex-direction: column-reverse;
        align-items: center;
    }

    .filter_side {
        max-width: 100%;
    }

    .program-subtitle {
        font-size: 13px;
    }

    .program-descr {
        margin: 13px 0;
    }

    .coach-avatar {
        width: 70px;
    }

    .program-coach {
        gap: 6px;
    }

    .program-stuff_container {
        gap: 19px;
    }

    .program-stuff_text, .program-stuff-content_wrapper ul {
        margin-top: 0;
    }

    .popup_container {
        flex-direction: column;
        align-items: center;
        max-width: 475px;
        padding: 40px 0;
    }

    #plan_container {
        flex-direction: column;
        align-items: center;
    }

    .elite {
        margin-left: 0;
        margin-top: 15px;
    }

    .plan_container {
        border-radius: 15px;
        min-height: auto;
    }

    .elite {
        display: none;
    }

    .plan_title {
        font-size: 17px;
    }

    .beginer_mark {
        font-size: 14px;
    }

    .plan_subtitle {
        font-size: 14px;
    }

    .plan_price {
        font-size: 37px;
    }

    .plan_price_descr span {
        font-size: 13px;
    }

    .buy_plan_btn {
        width: 140px;
    }

    .section_offer-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .offer_top_offset {
        margin-top: 0;
    }

    .offer_img_grp {
        width: 240px;
    }

    .section_offer-wrapper {
        background-image: none;
    }

    .blocks_container {
        max-width: 250px;
    }

    .height_offer {
        height: 1180px;
    }

    .privacy_container {
        flex-direction: column;
        gap: 15px;
    }

    .privacy_container span {
        text-align: center;
    }

    .switcher {
        display: flex;
    }

    .quiz_wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .quiz_text {
        max-width: 450px;
        align-items: center;
    }

    .quiz_text h2 {
        font-size: 21px;
    }

    .quiz_text p {
        font-size: 15px;
    }

    .slider_program {
        max-width: 340px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575.98px) {
    
    .section_filter{
        z-index: 1 !important;
    }
    
    .slider_program {
        max-width: 340px;
        margin: 0 10px;
    }

    .main_section {
        height: 100vh;
        min-height: 667px;
    }

    .main_section-content {
        height: calc(100vh - 57px);
        min-height: calc(667px - 57px);
        gap: 25px;
    }

    .main_section-title_wrapper {
        gap: 0;
    }

    .main_section-title h1 {
        font-size: 35px;
    }

    .main_section-sub_title {
        margin-left: 22%;
        gap: 20px;
        font-size: 15px !important;
    }

    .main_section-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .main_section-stronges {
        margin-top: 0;
        gap: 30px;
    }

    .strong_container {
        min-width: auto;
    }

    .strong_container svg {
        width: 35px;
        height: 35px;
    }

    .strong_descr {
        font-size: 13px;
    }

    .scroll_down_container {
        margin-top: 15px;
        margin-bottom: 15px;
        bottom: 0px;
    }

    .filter_option {
        padding: 10px;
    }

    .filter_option-title span {
        font-size: 16px;
    }

    .option, .option_link {
        font-size: 16px;
    }

    .filter_side-title {
        font-size: 16px;
    }

    .programs_side-header {
        flex-direction: column-reverse;
        padding-right: 0;
    }

    .program-subtitle {
        white-space: nowrap;
    }

    .programs_side-search_bar {
        width: 100%;
    }

    .programs_side-header-title {
        margin-top: 25px;
        width: 100%;
        font-size: 18px;
    }

    .programs_side-program_wrapper {
        margin-top: 15px;
    }

    .program-descr {
        margin-bottom: 20px;
    }

    .mobile_extention {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
    }

    .mob_duration {
        display: flex;
        flex-direction: row;
        gap: 8px;
        margin-bottom: 10px;
    }

    .mob_staff {
        display: flex;
        flex-direction: row;
        gap: 5px;
    }

    .program-price {
        font-size: 15px;
        margin-top: 0;
    }

    .program-btn_wrapper {
        margin-top: 10px;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .program_btn {
        font-size: 14px;
        padding: 10px 25px;
    }

    .program-stuff_container, .program_divider {
        display: none;
    }

    .plan_content li {
        margin: 7px 0;
    }

    .blocks_container {
        max-width: 270px;
    }

    .slider-avatar {
        width: 120px;
    }

    .footer_middle {
        flex-direction: column;
        gap: 20px;
    }
}

.option2 {
    display: inline-block;
    padding: 3px 5px;
    color: #737373;
    font-weight: 300;
    font-size: 18px;
    border-radius: 7px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
    transition: .15s;
    font-size: 14px;
    color: white;
    /*background: red;*/
    color: red;
    border: 1px solid red;


}

.modal-content {
    padding: 60px 40px 60px;
    background: #FFFFFF;
    border-radius: 14px;
    border: 0;
}

.modal-content {
    padding: 0;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.modal-content {
    padding: 60px 40px 60px;
    background: #FFFFFF;
    border-radius: 14px;
    border: 0;
}

.btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10000000;
}

.btn-close {
    position: absolute;
    /*top: 40px;*/
    /*right: 40px;*/
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url('../../img/close_btn.svg') center / 1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

.mailchimp_btn {
    background: #308FFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    display: inline-block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 16px;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    border: 0;
}

.mailchimp_input {

    background: #F0F0F1;
    border-radius: 12px;
    padding: 16px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #111727;
    border: 0;
    width: 100%;
}

.modal-body {
    /*padding: 1rem;*/
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background-color: rgba(0, 0, 0, 0.5); /* затемнение */
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-dialog {
    max-width: 500px;
    margin: 10rem auto;
}

.modal-content {
    width: 100%;
    border: none;
    border-radius: 10px;
    background-color: #fff;

}
@media (max-width: 767.98px) {
    .modal-content {
        padding: 24px 24px;
    }
}
.media {
    width: unset;
}
.show{
    display: block!important;
}
.main_section-sale{
    color:white;
    font-size: 25px;
    /*font-weight: 600;*/
    padding-bottom: 25px;
}
.find_a_programm{

}
@media (max-width: 578px) {
    .main_section-sale{
        font-size: 15px;
        padding-bottom: 20px;
    }
    .find_a_programm{
        text-align: center;
    }
}
.diffClass{
    background: yellow;
}
