/* ==========  ========== */
@media (min-width: 992px) {
    .container {
        padding: 0 40px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1216px;
        padding: 0 15px;
    }
    .order_xl_1 {
        order: 1;
    }
    .order_xl_2 {
        order: 2;
    }
}
/* ========== sec1 ========== */
@media (min-width: 576px) {
    .sec1_h1 {
        font-size: 26px;
        font-weight: 500;
        line-height: 30px;
    }
    .sec1_descr {
        font-size: 16px;
        line-height: 19px;
    }
}
@media (min-width: 1200px) {
    .sec1 {
        padding: 60px 0 108px;
    }
    .sec1_block {
        align-items: center;
        justify-content: space-between;
    }
    .sec1_left {
        width: calc(50% - 60px);
    }
    .sec1_h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 40px;
        margin-bottom: 15px;
    }
    .sec1_descr {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 53px;
    }
    .sec1_btns {
        margin-bottom: 0;
    }
    .sec1_btn {
        width: 207px;
        font-size: 20px;
        font-weight: 500;
        line-height: 23px;
    }
    .sec1_btn2 {
        margin-left: 10px;
        font-size: 20px;
        font-weight: 500;
        line-height: 23px;
        margin-top: 0;
        width: auto;
    }
    /**/
    .sec1_right {
        height: 324px;
        width: 50%;
        margin-bottom: 0;
    }
    /**/
    .swsec1_pagination {
        bottom: -61px !important;
    }
}
/* ========== sec2 ========== */
@media (min-width: 576px) {
    .sec2_title {
        font-size: 16px;
        line-height: 19px;
    }
}
@media (min-width: 1200px) {
    .sec2 {
        padding: 60px 0 80px;
    }
    .sec2_title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 40px;
        letter-spacing: 0.009em;
    }
}
/* ========== sec3 ========== */
@media (max-width: 1199px) {
    .sec3_item:not(:last-child):after {
        content: '';
        position: absolute;
        bottom: 0;
        left: -20px;
        right: -20px;
        width: calc(100% + 40px);
        height: 1px;
        background: rgb(203, 205, 209);
    }
}
@media (min-width: 576px) {
    .sec3_item {
        padding: 40px 0;
        min-height: 270px;
    }
    .sec3_item_title {
        font-size: 26px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .sec3_item_txt {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .sec3_item_links a {
        font-size: 16px;
        line-height: 19px;
    }
    .sec3_item_links a:first-child {
        margin-right: 32px;
    }
    .sec3_item_ico {
        bottom: 33px;
        right: 0;
        width: 60px;
        height: 60px;
    }
}
@media (min-width: 1200px) {
    .sec3 {
        border-radius: 24px;
        backdrop-filter: blur(4px);
        width: calc(100% - 20px);
        padding: 76px 0 70px;
        position: relative;
    }
    .sec3_row {
        justify-content: space-between;
    }
    .sec3_item {
        width: calc(50% - 12px);
        padding: 41px 46px 61px 24px;
        min-height: 328px;
        border-radius: 16px;
    }
    .sec3_item:first-child, .sec3_item:nth-child(2) {
        margin-bottom: 24px;
    }
    .sec3 .container:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: rgb(203, 205, 209);
        margin-left: calc(50% - 16px);
    }
    .sec3 .container:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 15px;
        right: 0;
        height: 1px;
        width: calc(100% - 30px);
        background: rgb(203, 205, 209);
    }
    .sec3_item_title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 45px;
    }
    /**/
    .sec3_item_txt {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 18px;
    }
    .sec3_item_links a {
        font-size: 20px;
        line-height: 23px;
    }
    .sec3_item_links a:first-child {
        margin-right: 30px;
    }
    .sec3_item_ico {
        bottom: 53px;
        right: 40px;
        width: 88px;
        height: 88px;
    }
    /**/
    .sec3_item:hover {
        background: var(--blue-color);
        color: var(--white-color);
    }
    .sec3_item:hover .sec3_item_txt {
        color: var(--white-color);
    }
    .sec3_item:hover .sec3_item_links a {
        color: var(--white-color);
    }
    .sec3_item_links a:hover {
        padding-right: 32px;
    }
    .sec3_item_links a:after {
        width: 0;
        height: 0;
        opacity: 0;
        transition: all .5s;
    }
    .sec3_item_links a:hover:after {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 1;
        margin: auto 0;
        background: url("../img/sec3/right.svg") no-repeat center;
        background-size: contain;
    }
}
/* ========== sec4 ========== */
@media (min-width: 576px) {
    .sec4_btitle {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .sec4_txter {
        font-size: 16px;
        line-height: 19px;
    }
    /**/
    .sec4_item {
        height: 520px;
    }
}
@media (min-width: 1200px) {
    .sec4 {
        padding: 60px 0;
    }
    .sec4_btitle {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 16px;
    }
    .sec4_txter {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 40px;
    }
    .sec4_btitle a {
        padding-right: 60px;
    }
    .sec4_btitle a:after {
        width: 40px;
        height: 40px;
    }
    .sec4_btitle span {
        display: inline-block;
    }
    /**/
    .sec4_menu a {
        padding: 8px 16px;
        font-size: 20px;
        line-height: 23px;
    }
    .sec4_menu > span {
        padding: 8px 16px;
        font-size: 20px;
        line-height: 20px;
        height: 42px;
    }
    /**/
    .sec4_list .swiper-wrapper {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .sec4_item {
        width: calc(25% - (40px / 3));
        margin-bottom: 20px;
        margin-left: 20px;
        height: 413px;
    }
    .sec4_item:first-child, .sec4_item:nth-child(3n + 1) {
        margin-left: 0;
    }
    .sec4_item_big {
        width: calc(50% - (40px / 3));
    }
    .sec4_item a {
        padding: 0 24px 50px;
    }
    .sec4_item a span {
        font-size: 22px;
        line-height: 28px;
    }
    /**/
    .sec4_list .swiper-scrollbar {
        display: none !important;
    }
}
/* ========== sec5 ========== */
@media (min-width: 576px) {
    .sec5_btitle {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .sec5_txt {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 27px;
    }
}
@media (min-width: 1200px) {
    .sec5 {
        padding: 55px 0 76px;
    }
    .sec5_btitle {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .sec5_btitle a {
        padding-right: 60px;
    }
    .sec5_btitle a:after {
        width: 40px;
        height: 40px;
    }
    .sec5_txt {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 40px;
    }
    /**/
    .sec5_swiper {
        padding-bottom: 73px;
    }
}
/* ========== sec6 ========== */
@media (min-width: 576px) {
    .sec6_btitle {
        font-size: 26px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .sec6_texter {
        font-size: 16px;
        line-height: 19px;
    }
    /**/
    .sec6_item {
        height: 284px;
    }
}
@media (min-width: 1200px) {
    .sec6 {
        padding: 60px 0 76px;
    }
    .sec6_btitle {
        font-size: 34px;
        line-height: 40px;
    }
    .sec6_texter {
        font-size: 20px;
        font-weight: 300;
        line-height: 23px;
        margin-bottom: 40px;
    }
    .sec6_btitle a {
        padding-right: 60px;
    }
    .sec6_btitle a:after {
        width: 40px;
        height: 40px;
    }
    /**/
    .sec6_item {
        height: 460px;
        margin-bottom: 38px;
    }
    .sec6_item_lable {
        width: 64px;
        height: 64px;
        border-radius: 13px 0 0;
    }
    .sec6_item_lable div {
        width: 48px;
        height: 48px;
    }
    .sec6_item_lable div img {
        width: 24px;
        height: 24px;
    }
    .sec7_item_date {
        font-size: 16px;
        line-height: 19px;
    }
}
/* ========== sec7 ========== */
@media (min-width: 576px) {
    .sec7 {
        padding: 50px 0 88px;
    }
    .sec7_item_img {
        margin-bottom: 16px;
        height: 340px;
    }
    .sec7_item_link {
        font-size: 16px;
        line-height: 19px;
    }
}
@media (min-width: 1200px) {
    .sec7 {
        padding: 60px 0 110px;
    }
    .sec7_btitle {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .sec7_btitle a {
        padding-right: 60px;
    }
    .sec7_btitle a:after {
        width: 40px;
        height: 40px;
    }
    /**/
    .sec7_swiper {
        padding-bottom: 49px;
    }
    .sec7_item_link {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 6px;
    }
}
/* ========== sec8 ========== */
@media (min-width: 576px) and (max-width: 1199px) {
    .sec8_right {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .sec8_right_img {
        width: 155px;
        height: 170px;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .sec8_right > div:nth-child(2) {
        width: calc(100% - 155px - 32px);
    }
}
@media (max-width: 575px) {
    .sec8_right_img {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
    }
    .sec8_right > div:nth-child(2) {
        text-align: center;
    }
}
@media (min-width: 576px) {
    .sec8_wrp {
        padding: 40px 30px 60px;
    }
    .sec8_left {
        margin-bottom: 50px;
    }
    .sec8_left_title {
        font-size: 26px;
        line-height: 30px;
    }
    .sec8_left_txt {
        font-size: 16px;
        line-height: 19px;
    }
    /**/
    .sec8_form_inp {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 23px;
    }
    .sec8_form_btn {
        font-size: 20px;
        line-height: 23px;
    }
    .sec8_right_name {
        margin-top: 31px;
    }
    .sec8_form_chek a {
        display: inline-block;
    }
}
@media (min-width: 1200px) {
    /**/
    .sec8_wrp {
        padding: 61px 111px 51px;
    }
    .sec8_left {
        width: 54%;
        margin-bottom: 0;
    }
    .sec8_left_title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 9px;
    }
    .sec8_left_txt {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 61px;
    }
    .sec8_form_inp {
        margin-bottom: 14px;
        font-size: 20px;
        line-height: 23px;
    }
    /**/
    .sec8_right {
        width: 30%;
    }
    .sec8_right_img {
        height: 316px;
        margin-bottom: 24px;
    }
    .sec8_right_name {
        font-size: 30px;
        line-height: 35px;
        margin-top: 0;
    }
    .sec8_right_job {
        font-size: 20px;
        line-height: 23px;
    }
}
/* ========== sec_footer ========== */
@media (max-width: 1199px) {
    .sec_footer_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media (max-width: 575px) {
    .sec_footer_row {
        padding-left: 60px;
    }
}
@media (min-width: 576px) {
    .sec_footer {
        padding: 56px 0 50px;
    }
    .sec_footer:after {
        height: calc(100% + 670px);
    }
    .sec_footer_left, .sec_footer_right {
        width: calc(50% - 10px);
    }
    .sec_footer_right {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .sec_footer {
        padding: 52px 0 70px;
    }
    .sec_footer:after {
        height: calc(100% + 304px);
    }
    .sec_footer_row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: 9.5%;
    }
    .sec_footer_left {
        width: 50%;
    }
    .sec_footer_menu {
        -moz-column-count: 2; /* Firefox */
        -webkit-column-count: 2; /* Safari and Chrome */
        column-count: 2;
    }
    .sec_footer_menu a {
        font-size: 20px;
        line-height: 23px;
    }
    /**/
    .sec_footer_right {
        width: 32%;
    }
    .sec_footer_phone a {
        font-size: 20px;
        line-height: 23px;
    }
    .sec_footer_mail a {
        font-size: 20px;
        line-height: 23px;
    }
    .sec_footer_adr {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 23px;
    }
    .sec_footer_bottom {
        font-size: 20px;
        line-height: 23px;
    }
}
/* ========== sec_head ========== */
@media (max-width: 1199px) {
    .sec_head_logo {
        width: 203px;
    }
    .sec_head_menu {
        display: none;
    }
    .sec_head_menu._open {
        display: block;
        background: rgba(255, 255, 255);
        position: absolute;
        top: 54px;
        left: 0;
        right: 0;
        height: calc(100vh - 54px);
        overflow-y: scroll;
        padding-left: 40px;
        padding-right: 40px;
    }
    .sec_head_menu._open a {
        display: block;
        width: 100%;
        margin: 20px 0;
    }
}
@media (min-width: 1200px) {
    body {
        padding-top: 96px;
    }
    .sec_head_btn {
        display: none;
    }
    .sec_head_menu {
        align-items: center;
    }
}
/* ========== ico ========== */
@media (min-width: 1200px) {

}
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */
/* ==========  ========== */

@media (min-width: 576px) {

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

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

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

}

@media (min-width: 1440px) {

}










