/* ==========  ========== */
@media (min-width: 1024px) {
    .container {
        margin: 0 auto;
        padding: 0 24px;
        max-width: 100%;
        width: 100%;
    }
}
@media (min-width: 1464px) {
    .container {
        max-width: 1464px;
    }
}
/* ========== sec1 ========== */
@media (min-width: 1024px) {
    .sec1_item {
        height: 584px;
        padding: 80px 0;
    }
    .sec1_item_h1 {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 16px;
    }
    .sec1_item_txt {
        font-size: 18px;
        line-height: 22px;
    }
    .swiper_sec1_next, .swiper_sec1_prev {
        bottom: 36px;
    }
    .swiper_sec1_next {
        left: 72px;
    }
    .swiper_sec1_prev {
        left: 24px;
    }
}
@media (min-width: 1464px) {
    .sec1_item {
        height: 864px;
        padding: 108px 0;
    }
    .sec1_item_h1 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 24px;
    }
    .sec1_item_txt {
        font-size: 20px;
        line-height: 26px;
    }
    .swiper_sec1_next, .swiper_sec1_prev {
        width: 56px;
        height: 56px;
        bottom: 52px;
    }
    .swiper_sec1_next {
        left: 88px;
    }
}
/* ========== sec2 ========== */
@media (max-width: 1023px) {
    .sec2_item {
        padding-top: 20px;
        padding-bottom: 28px;
        text-align: center;
    }
    .sec2_item:not(:last-child):after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        background: var(--gray-color);
        opacity: 0.5;
        width: 104px;
        height: 1px;
    }
}
@media (min-width: 1024px) {
    .sec2 {
        padding:  84px 0 0 0;
    }
    .sec2_block {
        background: url('../img/sec2/logo.svg') no-repeat center right, var(--white-color);
        background-size: contain;
        padding: 36px 36px 60px;
        background-position-x: 107%;
    }
    .main_title {
        font-size: 32px;
        line-height: 39px;
    }
    .sec2 .main_title {
        margin-bottom: 28px;
    }
    .sec2_block_txt {
        font-size: 18px;
        line-height: 22px;
    }
    .sec2_block_txt p:not(:last-child) {
        margin-bottom: 16px;
    }
    /**/
    .sec2_list {
        padding: 52px 0 0 0;
    }
    .sec2_item {
        width: 25%;
        padding-left: 49px;
    }
    .sec2_item:not(:last-child):after {
        content: '';
        display: block;
        position: absolute;
        top: 14px;
        right: 0;
        background: var(--gray-color);
        opacity: 0.5;
        height: 104px;
        width: 1px;
    }
}
@media (min-width: 1464px) {
    .sec2 {
        padding:  108px 0 0 0;
    }
    .sec2_block {
        padding: 52px 52px 160px;
    }
    .main_title {
        font-size: 44px;
        line-height: 56px;
    }
    .sec2_block_txt {
        font-size: 20px;
        line-height: 24px;
    }
    .sec2_block_txt p:not(:last-child) {
        margin-bottom: 20px;
    }
    /**/
    .sec2_list {
        padding: 76px 0 0 0;
    }
    .sec2_item {
        padding-left: 52px;
    }
    .sec2_item_num {
        font-size: 68px;
        line-height: 84px;
        margin-bottom: 0;
    }
    .sec2_item_txt {
        font-size: 20px;
        line-height: 24px;
    }
}
/* ========== sec3 ========== */
@media (min-width: 1024px) {
    .sec3 {
        padding: 0 0 187px 0;
        display: block;
    }
    .sec3_row {
        max-width: 896px;
        margin: -20px auto 0 auto;
    }
    .sec3_item {
        width: calc(50% - 20px/2);
    }
    .sec3_item_img {
        height: 252px;
    }
    .sec3_item_bott {
        padding: 20px 20px;
        width: 350px;
        height: 102px;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -51px;
    }
    .sec3_item_bott img {
        margin-left: 7px;
        margin-right: 30px;
        width: 42px;
    }
    .sec3_item_bott p {
        width: calc(100% - 42px - 7px - 30px);
        font-size: 17px;
        line-height: 21px;
    }
}
@media (min-width: 1464px) {
    .sec3 {
        padding: 0 0 220px 0;
    }
    .sec3_row {
        max-width: 1312px;
        margin: -52px auto 0 auto;
    }
    .sec3_item {
        width: calc(50% - 52px/2);
    }
    .sec3_item_img {
        height: 412px;
    }
    .sec3_item_bott {
        padding: 24px 24px;
        width: 410px;
        height: 120px;
        left: 24px;
        bottom: -60px;
        right: auto;
        margin: 0;
    }
    .sec3_item_bott img {
        margin-left: 8px;
        margin-right: 28px;
        width: 48px;
    }
    .sec3_item_bott p {
        width: calc(100% - 48px - 8px - 28px);
        font-size: 20px;
        line-height: 24px;
    }
}
/* ========== sec4 ========== */
@media (max-width: 1023px) {
    .sec4_list {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 12px;
    }
    .sec4_item {
        margin-bottom: 16px;
        width: calc(50% - 8px);
    }
    .sec4_item_num {
        color: var(--red-color);
        font-size: 40px;
        line-height: 49px;
    }
    .sec4_item_txt {
        font-size: 16px;
        line-height: 20px;
    }
    .sec4 .container {
        overflow: hidden;
    }
    .sec4_map {
        min-width: 627px;
    }
}
@media (min-width: 1024px) {
    .sec4_list {
        position: absolute;
        top: 77px;
        right: 24px;
        z-index: 3;
    }
    .sec4_item {
        margin-bottom: 20px;
    }
    .sec4_item_num {
        font-size: 40px;
        line-height: 49px;
    }
    .sec4_item_txt {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (min-width: 1464px) {
    .sec4 .main_title {
        max-width: 600px;
    }
    .sec4_map {
        top: -79px;
    }
    /**/
    .sec4_list {
        right: 20.1%;
    }
    .sec4_item {
        margin-bottom: 32px;
    }
    .sec4_item_num {
        font-size: 52px;
        line-height: 63px;
    }
    .sec4_item_txt {
        font-size: 20px;
        line-height: 24px;
    }
}
/* ========== sec5 ========== */
@media (min-width: 460px) {
    .sec5_item {
        height: 340px;
    }
}
@media (min-width: 768px) {
    .swiper_sec5 .swiper-slide {
        width: 60%;
    }
}
@media (max-width: 1023px) {
    .swiper_sec5_next, .swiper_sec5_prev {
        display: none !important;
    }
    .swiper_sec5 .swiper-slide:last-child {
        margin-right: 16px;
    }
}
@media (min-width: 1024px) {
    .sec5 {
        padding: 105px 0 0 0;
    }
    .sec5_wrp {
        margin-top: 28px;
    }
}
@media (max-width: 1463px) {
    .sec5 > .container {
        padding-right: 0;
    }
}
@media (min-width: 1464px) {
    .sec5_wrp {
        margin-top: 30px;
    }
    .sec5_item {
        height: 432px;
    }
    .swiper_sec5_next, .swiper_sec5_prev {
        width: 56px;
        height: 56px;
        background: var(--gray-btn-bg);
    }
    .swiper_sec5_next {
        right: -72px;
    }
    .swiper_sec5_prev {
        left: -72px;
    }
}
/* ========== sec6 ========== */
@media (max-width: 1023px) {
    .sec6_item_img {
        height: 104px;
        width: auto;
    }
}
@media (min-width: 1024px) {
    .sec6 {
        padding: 112px 0 0 0;
    }
    .sec6_list {
        margin-top: 28px;
    }
    .sec6_item {
        height: 288px;
        padding: 28px 28px;
        width: calc(33.3333% - 40px / 3);
        margin-bottom: 20px;
    }
    .sec6_item_title {
        font-size: 21px;
        line-height: 26px;
    }
    .sec6_item_logo {
        width: 284px;
        height: 300px;
    }
}
@media (min-width: 1464px) {
    .sec6 {
        padding: 160px 0 0 0;
    }
    .sec6_list {
        margin-top: 30px;
    }
    .sec6_item {
        height: 352px;
        padding: 40px 40px;
        width: calc(33.3333% - 56px / 3);
        margin-bottom: 28px;
    }
    .sec6_item_title {
        font-size: 28px;
        line-height: 34px;
    }
    .sec6_item_img {
        bottom: -16px;
        right: -16px;
    }
    .sec6_item_right {
        bottom: 2px;
        left: -1px;
    }
    .sec6_item_logo {
        width: 374px;
        height: 386px;
    }
}
/* ========== sec7 ========== */
@media (max-width: 1023px) {
    .sec7_map {
        height: 288px;
    }
}
@media (min-width: 1024px) {
    .sec7 {
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: 112px;
    }
    .sec7_cont {
        padding: 25px 25px 9px;
        width: 344px;
    }
    .sec7_cont_h {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 16px;
    }
    .sec7_cont_list {
        margin-bottom: 16px;
    }
    .sec7_cont_list a {
        font-size: 16px;
        line-height: 20px;
    }
    .sec7_cont_adr {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
    }
    /**/
    .sec7_map {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .sec7_map img {
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1024px) and (max-width: 1463px) {
    .sec7 .container {
        padding: 0 50px;
    }
}
@media (min-width: 1464px) {
    .sec7 {
        height: 716px;
        margin-top: 132px;
    }
    .sec7_cont {
        padding: 36px 36px 12px;
        width: 453px;
    }
    .sec7_cont_h {
        font-size: 32px;
        line-height: 39px;
        margin-bottom: 20px;
    }
    .sec7_cont_list {
        margin-bottom: 24px;
    }
    .sec7_cont_list a {
        font-size: 20px;
        line-height: 24px;
    }
    .sec7_cont_adr {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 23px;
    }
}
/* ========== sec_foot ========== */
@media (max-width: 1023px) {
    .sec_foot_logo {
        margin: 0 auto;
        display: block;
        max-width: 100%;
        height: auto;
    }
    .sec_foot_bot {
        text-align: center;
    }
    .sec_foot_x2 {
        display: block;
        margin: 30px auto 0;
    }
}
@media (min-width: 360px) {
    .sec_foot_bot p span {
        margin-left: 12px;
    }
}
@media (min-width: 1024px) {
    .sec_foot {
        padding: 32px 0 32px;
    }
    .sec_foot_bot {
        margin-top: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .sec_foot_bot p {
        font-size: 15px;
        line-height: 18px;
    }
}
@media (min-width: 1464px) {
    .sec_foot {
        padding: 44px 0 33px;
    }
    .sec_foot_bot {
        margin-top: 61px;
    }
    .sec_foot_bot p {
        font-size: 16px;
        line-height: 20px;
    }
}
/* ========== sec_head ========== */
@media (max-width: 1023px) {
    .sec_head_centr, .sec_head_right {
        display: none;
    }
    .sec_head_logo {
        width: 139px;
    }
    .mob_menu._open {
        display: block;
    }
}
@media (min-width: 1024px) {
    .sec_head {
        padding: 24px 0;
    }
    .sec_head_logo {
        width: 177px;
    }
    .sec_head_menu {
        width: 425px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        /*width: 100%;*/
        overflow-x: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .sec_head_menu li {
        margin-right: 28px;
        display: inline-block;
        margin-bottom: 0;
    }
    .sec_head_menu a {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        display: block;
        padding: 9px 0;
    }
    /**/
    .sec_head_right {
        /*width: 333px;*/
    }
    .sec_head_cont {
        margin-top: 0;
    }
    .sec_head_cont:last-child {
        margin-left: 32px;
    }
    .sec_head_cont p {
        font-size: 14px;
        line-height: 13px;
        margin-bottom: 4px;
    }
    .sec_head_cont a {
        font-size: 15px;
        line-height: 18px;
    }
    /**/
    .sec_head_mob, .mob_menu {
        display: none !important;
    }
}
@media (min-width: 1024px) and (max-width: 1463px) {
    .sec_head_centr {
        position: relative;
    }
    .sec_head_centr:after {
        content: '';
        display: block;
        pointer-events: none !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 20px;
        /*background: linear-gradient(to right,  rgba(246,246,246,0.69) 0%,rgba(246,246,246,1) 41%,rgba(246,246,246,1) 100%);*/
        background: linear-gradient(to right,  rgba(246,246,246,0.59) 0%,rgba(246,246,246,1) 61%,rgba(246,246,246,1) 100%);
        z-index: 2;
    }
}
@media (min-width: 1464px) {
    .sec_head {
        padding: 32px 0;
    }
    .sec_head_logo {
        width: auto;
    }
    .sec_head_menu {
        width: 598px;
    }
    .sec_head_menu li {
        margin-right: 32px;
    }
    .sec_head_menu li:last-child {
        margin-right: 0;
    }
    /**/
    .sec_head_right {
        /*width: 374px;*/
        width: 378px;
    }
    .sec_head_cont:last-child {
        margin-left: 53px;
    }
    .sec_head_cont p {
        font-size: 14px;
        line-height: 16px;
    }
    .sec_head_cont a {
        font-size: 16px;
        line-height: 22px;
    }
}
/* ========== modal_big ========== */
@media (max-width: 1023px) {
    .modal_top_right {
        display: none;
    }
}
@media (min-width: 1024px) {
    .modal_big {
        padding: 40px 40px;
    }
    .modal_top {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .modal_top_left {
        width: calc(100% - 315px - 20px);
    }
    .modal_top_h1 {
        font-size: 24px;
        line-height: 29px;
    }
    .modal_top_h2 {
        font-size: 24px;
        line-height: 29px;
    }
    .modal_top_img {
        display: none;
    }
    .modal_top_text {
        font-size: 18px;
        line-height: 23px;
    }
    /**/
    .modal_top_right {
        width: 315px;
        height: 315px;
    }
    .modal_bottom_h {
        font-size: 22px;
        line-height: 27px;
    }
    .modal_bottom p:not(.modal_bottom_h) {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 32px;
    }
    .fancer:after {
        content: '';
        display: block;
        height: 132px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background: linear-gradient(180.00deg, rgba(255, 255, 255, 0),rgb(255, 255, 255) 100%);
    }
    /**/
    .modal_center {
        padding: 18px 0 22px;
    }
    .modal_center:after {
        width: 100px;
        display: none !important;
    }
    .modal_center:before {
        display: none !important;
        content: '';
        background: url("../img/modal/right.svg") no-repeat center;
        background-size: contain;
        /*display: block;*/
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto 0;
        width: 26px;
        height: 10px;
        z-index: 3;
    }
    .modal_center_list a:last-child {
        /*margin-right: 100px;*/
    }
}
@media (min-width: 1464px) {
    .modal_big {
        padding: 72px 72px;
    }
    .modal_top_left {
        width: calc(100% - 342px - 36px);
    }
    .modal_top_h1 {
        font-size: 32px;
        line-height: 39px;
    }
    .modal_top_h2 {
        font-size: 32px;
        line-height: 39px;
    }
    .modal_top_text {
        font-size: 20px;
        line-height: 24px;
        margin-top: 20px;
    }
    /**/
    .modal_top_right {
        width: 342px;
        height: 342px;
    }
    .modal_bottom_h {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .modal_bottom p:not(.modal_bottom_h) {
        font-size: 18px;
        line-height: 22px;
    }
    /**/
    .modal_center {
        padding: 30px 0;
    }
}
/* ==========  ========== */
@media (max-width: 1199px) {
    .is-compact .fancybox__content>.f-button.is-close-btn {
        color: #000;
        background: transparent;
    }
}
@media (min-width: 1200px) {
    .fancybox__content>.f-button.is-close-btn {
        width: 52px;
        height: 52px;
        background: rgb(244, 244, 244);
        border-radius: 0;
        right: -60px !important;
        top: 0 !important;
        color: #000;
        opacity: 1;
    }
    .fancybox__content>.f-button.is-close-btn:hover {
        opacity: 0.65;
    }
}
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}

@media (min-width: 1024px) {

}
@media (min-width: 1464px) {

}










