/* ==============   ============== */
@media (min-width: 1210px) {
    .container {
        max-width: 1210px;
    }
}
/* ============== sec_hp_banner ============== */
@media (max-width: 991px) {
    .sec_hp_banner {
        position: relative;
        overflow: hidden;
    }
    .sec_hp_banner video{
        height: auto !important;
        width: 100%;
    }
    .sec_hp_banner .container {
        position: absolute;
        bottom: 28px;
        left: 0;
        right: 0;
        z-index: 2;
    }
}
@media (min-width: 510px) {
    .sec_hp_banner_txt {
        padding: 0 6px 9px 6px;
    }
    .sec_hp_banner_txt div:first-child {
        font-size: 21px;
    }
    .sec_hp_banner_txt div:nth-child(2) {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .sec_hp_banner {
        /*height: 585px;*/
        height: 560px;
        /*padding: 56px 0;*/
        position: relative;
        overflow: hidden;
    }
    .sec_hp_banner > div {
        padding: 56px 0;
    }
    /*.sec_hp_banner video {*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    width: auto;*/
    /*    min-width: 100%;*/
    /*    height: auto;*/
    /*    min-height: 100%;*/
    /*}*/
    .sec_hp_banner .container {
        /*position: relative;*/
        z-index: 2;
    }
    .sec_hp_banner_btn {
        width: 214px;
        padding: 13px 0 14px;
        font-size: 18px;
    }
    /**/
    .sec_hp_banner_txt {
        padding: 5px 10px 11px;
    }
    .sec_hp_banner_txt div:first-child {
        /*font-size: 36px;*/
        font-size: 40px;
    }
    .sec_hp_banner_txt div:nth-child(2) {
        /*font-size: 36px;*/
        font-size: 21px;
    }
    .sec_hp_btn {
        font-size: 20px;
        padding: 10px 20px;
    }
}
/* ============== sec_hp2 ============== */
@media (max-width: 509px) {
    .sec_hp2_item:nth-child(2n + 1) {
        margin-left: 0;
    }
    .sec_hp2_item._last {
        width: 100%;
    }
}
@media (min-width: 510px) {
    .sec_hp2 {
        padding: 40px 0 0;
    }
    .sec_hp2_txt {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sec_hp2_item {
        width: calc((100%/3) - (32px/3));
        margin-bottom: 15px;
        height: 195px;
    }
    .sec_hp2_item {
        margin-left: 16px;
    }
    .sec_hp2_item:nth-child(3n + 1) {
        margin-left: 0;
    }
    .sec_hp2_item._hidden {
        display: none;
    }
    .sec_hp2_btnwrp {
        display: flex;
    }
}
@media (min-width: 576px) {
    .sec_hp2_item {
        height: 240px;
    }
}
@media (min-width: 768px) {
    .sec_hp2_item {
        height: 310px;
    }
}
@media (max-width: 991px) {
    .sec_hp2_item_descr div:after {
        background: rgba(1, 3, 51, 0.50);
    }
}
@media (min-width: 992px) {
    .sec_hp2 {
        padding: 42px 0 0;
    }
    .sec_hp_title {
        font-size: 22px;
    }
    .sec_hp2 .sec_hp_title {
        margin-bottom: 4px;
    }
    .sec_hp2_txt {
        font-size: 18px;
        max-width: 480px;
        margin-bottom: 29px;
    }
    .sec_hp2_item {
        /*width: calc((100%/3) - (40px/3));*/
        width: calc((100%/3) - (80px/3));
        height: 370px;
        margin-bottom: 40px;
    }
    .sec_hp2_item {
        margin-left: 20px;
    }
    .sec_hp2_item_descr {
        padding: 14px;
    }
    .sec_hp2_item_descr div p:first-child {
        font-size: 21px;
    }
    .sec_hp2_btnwrp {
        margin-top: -20px;
    }
}
@media (min-width: 1200px) {

}
/* ============== sec_hp3 ============== */
@media (min-width: 510px) {
    .sec_hp3 {
        padding-top: 40px;
        padding-bottom: 48px;
    }
    .sec_hp3_item {
        padding: 8px 12px 16px;
    }
    .sec_hp3_item_img {
        height: 207px;
        margin-bottom: 16px;
    }
    .sec_hp3_item_name {
        height: 40px;
    }
    .sec_hp3_item_name a {
        font-size: 14px;
    }
    .sec_hp3_item_price {
        font-size: 14px;
        margin-bottom: 6px;
        height: 20px;
    }
    .sec_hp3_item_more {
        display: inline-block;
    }
    .swiper-scrollbar {
        bottom: -33px !important;
        width: 314px !important;
        height: 18px !important;
    }
}
@media (min-width: 992px) {
    .sec_hp3 {
        padding-bottom: 20px;
    }
    .sec_hp3 .sec_hp_title {
        /*padding-bottom: 40px;*/
        padding-bottom: 21px;
    }
    .sec_hp3_item_wrp:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
        border-radius: 10px;
        background: rgba(1, 3, 51, 0.65);
        /* задаем правый нижний угол как точку вращения */
        transform-origin: 100% 100%;
        transition: all 0.5s ease;
    }
    .sec_hp3_item_wrp.wrp_color_1:after {
        background: var(--wrp-color-1);
    }
    .sec_hp3_item_wrp.wrp_color_2:after {
        background: var(--wrp-color-2);
    }
    .sec_hp3_item_wrp.wrp_color_3:after {
        background: var(--wrp-color-3);
    }
    .sec_hp3_item_wrp.wrp_color_4:after {
        background: var(--wrp-color-4);
    }
    .sec_hp3_item_wrp.wrp_color_5:after {
        background: var(--wrp-color-5);
    }
    .sec_hp3_item_wrp:hover:after {
        transform: rotate(3deg);
        top: -6px;
        left: 6px;
        /*right: 3px;*/
    }
    .sec_hp3_item {
        padding: 17px 17px 21px;
    }
    .sec_hp3_item_img {
        height: 196px;
        margin-bottom: 7px;
    }
    .sec_hp3_item_status {
        margin-bottom: 4px;
        font-size: 14px;
    }
    /**/
    .sec_hp3_item_name {
        height: 35px;
    }
    .sec_hp3_item_name a {
        /*font-size: 13px;*/
    }
    .sec_hp3_item_price {
        font-size: 16px;
        height: 22px;
    }
    .sec_hp3_item_more {
        font-size: 12px;
    }
    /**/
    .sec_hp3_container .swiper {
        padding: 18px 18px;
    }
    .sw-sec3-button-next, .sw-sec3-button-prev {
        display: block;
    }
    .sec_hp3 .swiper-scrollbar {
        display: none;
    }
}
@media (min-width: 1200px) {
    .sw-sec3-button-next {
        right: -29px;
    }
    .sw-sec3-button-prev {
        left: -29px;
    }
}
/*@media (min-width: 1440px) {*/
/*    .sw-sec3-button-next {*/
/*        right: -29px;*/
/*    }*/
/*    .sw-sec3-button-prev {*/
/*        left: -29px;*/
/*    }*/
/*}*/
/* ============== sec_hp4 ============== */
@media (max-width: 767px) {
    .swiper_sec4 .swiper-slide {
        width: 195px;
    }
}
@media (min-width: 510px) {

}
@media (min-width: 768px) {
    .sec_hp4_container {
        padding: 0 15px;
    }
}
@media (min-width: 992px) {
    .sec_hp4 {
        padding: 30px 0 26px 0;
    }
    .sec_hp4_btn {
        display: inline-block;
    }
    .sec_hp4_container {
        /*margin: 42px auto 0 auto;*/
        margin: 30px auto 0 auto;
        padding: 0 15px;
        max-width: 1230px;
    }
    .swiper_sec4 {
        padding: 20px 10px 0 10px;
    }
    .sec_hp4_item_img {
        height: 167px;
        margin-bottom: 10px;
    }
    .sec_hp4_item_imgwrp:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
        border-radius: 10px;
        background: rgba(1, 3, 51, 0.40);
        /* задаем правый нижний угол как точку вращения */
        transform-origin: 100% 100%;
        transition: all 0.5s ease;
    }
    .sec_hp4_item_imgwrp.wrp_color_1:after {
        background: var(--wrp-color-1);
    }
    .sec_hp4_item_imgwrp.wrp_color_2:after {
        background: var(--wrp-color-2);
    }
    .sec_hp4_item_imgwrp.wrp_color_3:after {
        background: var(--wrp-color-3);
    }
    .sec_hp4_item_imgwrp.wrp_color_4:after {
        background: var(--wrp-color-4);
    }
    .sec_hp4_item_imgwrp.wrp_color_5:after {
        background: var(--wrp-color-5);
    }
    .sec_hp4_item:hover .sec_hp4_item_imgwrp:after {
        transform: rotate(3deg);
        top: -5px;
        left: 0;
    }
    .sec_hp4_item_title a {
        font-size: 16px;
    }
    .sec_hp4_btnwrp {
        display: none;
    }
}
/* ============== sec_hp5 ============== */
@media (min-width: 510px) {
    .sec_hp5 {
        padding: 40px 0 78px 0;
    }
}
@media (min-width: 992px) {
    .sec_hp5 .sec_hp3_container .swiper {
        padding: 18px 18px 0 18px;
    }
}
@media (min-width: 1200px) {
    .sec_hp5 {
        padding: 40px 0 38px;
    }

    .sec_hp5 .swiper-scrollbar {
        display: none;
    }
}
/* ============== play--works ============== */
@media (min-width: 510px) {
    .play--works-grid > .heading {
        height: 184px;
        padding: 18px;
    }
    .play--works .play--section-title-heading {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .play--works .play--section-title-subheading {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .play--works .play--link {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .play--works-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    /*.play--works-grid > div:first-child,*/
    .play--works-grid > div:nth-child(2),
    .play--works-grid > div:nth-child(3),
    .play--works-grid > div:nth-child(5),
        /*.play--works-grid > div:nth-child(6),*/
        /*.play--works-grid > div:nth-child(7),*/
    .play--works-grid > div:nth-child(8),
    .play--works-grid > div:nth-child(9),
    .play--works-grid > div:nth-child(11),
    .play--works-grid > div:nth-child(12),
    .play--works-grid > div:nth-child(13),
    .play--works-grid > div:nth-child(14),
        /*.play--works-grid > div:nth-child(15),*/
        /*.play--works-grid > div:nth-child(16),*/
        /*.play--works-grid > div:nth-child(17),*/
    .play--works-grid > div:nth-child(19),
    .play--works-grid > div:nth-child(21) {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .play--works-grid {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    .play--works-grid > div:first-child,
    .play--works-grid > div:nth-child(5),
    .play--works-grid > div:nth-child(7),
    .play--works-grid > div:nth-child(8),
    .play--works-grid > div:nth-child(10),
    .play--works-grid > div:nth-child(22) {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .play--works-grid > .heading {
        height: 200px;
        padding: 18px;
    }
}
@media (min-width: 1200px) {
    .play--works-grid {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    .play--works-grid > .heading {
        height: 256px;
        padding: 27px 27px 42px;
    }
    .play--works .play--section-title-heading {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .play--works .play--section-title-subheading {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .play--works .play--link:after {
        bottom: -4px;
    }
}
/* ============== sec_hp6 ============== */
@media (max-width: 509px) {
    .sec_hp6_cwrp {
        justify-content: space-between;
    }
}
@media (min-width: 510px) {
    .sec_hp6 {
        padding: 40px 0 44px 0;
    }
    .sec_hp6_ttop {
        font-size: 16px;
    }
    .sec_hp6_item {
        width: 33.333333%;
    }
    .sec_hp6_tbot {
        font-size: 16px;
    }
    .sec_hp6_lbot {
        margin-top: 20px;
    }
}
@media (min-width: 992px) {
    .sec_hp6 .sec_hp_title {
        margin-bottom: 10px;
    }
    .sec_hp6_ttop {
        font-size: 20px;
    }
    .sec_hp6_tbot {
        font-size: 18px;
        padding-top: 14px;
    }
    .sec_hp6_tbot p:not(:last-child) {
        margin-bottom: 10px;
    }
    .sec_hp6_lbot {
        margin-top: 24px;
    }
    .sec_hp6_lbot a {
        font-size: 18px;
    }
    .sec_hp6_lbot a:after {
        bottom: -5px;
    }
    /**/
    .sec_hp6_cwrp {
        margin-top: 24px;
    }
    .sec_hp6_item {
        margin-bottom: 10px;
    }
    .sec_hp6_item_num {
        font-size: 42px;
    }
    .sec_hp6_item_txt {
        font-size: 18px;
    }
}
/* ============== sec_footer ============== */
@media (min-width: 768px) {
    .sec_footer {
        padding: 65px 0 55px;
    }
    .sec_footer .container {
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
    .sec_footer_left {
        order: 1;
        width: 50%;
        text-align: left;
    }
    .sec_footer_left p:first-child {
        font-size: 14px;
    }
    .sec_footer_left p:first-child span {
        font-size: 14px;
    }
    .sec_footer_left p:nth-child(2) {
        margin-top: 24px;
        font-size: 14px;
        /*padding-left: 21px;*/
        padding-left: 15px;
    }
    .sec_footer_right {
        order: 2;
        width: auto;
        margin-bottom: 0;
        justify-content: end;
    }
    .sec_footer_right a:not(:last-child) {
        margin-right: 12px;
    }
}
/* ============== sec_header ============== */
@media (min-width: 510px) and (max-width: 991px) {
    /* */
    .sech_lang_new._show {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .sec_header_btns._hide {
        display: none !important;
    }
    .sec_header_lang._show {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 100%;
    }
    .sec_header_lang span, .sec_header_lang a {
        height: 25px;
    }
}
@media (min-width: 992px) {
    .sec_header_burg {
        display: none;
    }
    .sec_header_center {
        display: block;
    }
    .sec_header_right {
        width: 374px;
        justify-content: space-between;
        align-items: center;
    }
    .sec_header_lang {
        display: flex;
        align-items: center;
    }
    /**/
    .sec_header_center {
        width: calc(100% - 180px - 245px - 220px);
    }
    .sec_header_center a {
        font-size: 14px;
    }
    /**/
    .sech_lang_new {
        display: flex;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .sec_header_center {
        width: calc(100% - 180px - 245px - 122px);
    }
    .sec_header_center a {
        font-size: 20px;
    }
    .sec_header_right {
        width: 408px;
    }
    .sec_header_center {
        width: calc(100% - 217px - 408px - 110px);
    }
}
@media (min-width: 1440px) {
    .sec_header_center {
        /*width: calc(100% - 217px - 408px - 127px);*/
    }
}
/* ============== sec_breadcrumbs ============== */
@media (min-width: 510px) {
    .sec_breadcrumbs {
        padding: 24px 0;
    }
    .sec_breadcrumbs a {
        font-size: 14px;
    }
    .sec_breadcrumbs span {
        font-size: 14px;
    }
    .sec_breadcrumbs li:not(:first-child):after {
        width: 9px;
        height: 13px;
    }
}
@media (min-width: 992px) {
    .sec_breadcrumbs {
        padding: 22px 0;
    }
}
/* ============== sec_h1 ============== */
@media (min-width: 510px) {
    .sec_h1 {
        padding: 0 0 12px;
    }
    .sec_h1 .h1 {
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    .sec_h1 {
        padding: 0 0 11px;
    }
    .sec_h1 .h1 {
        font-size: 32px;
    }
}
/* ============== sec_hp7 ============== */
@media (max-width: 991px) {
    .sec_hp7_item:nth-child(3n + 1) {
        margin-left: 0;
    }
    .sec_hp7_item_descr {
        height: 68px;
    }
    .sec_hp7_item_link:hover .sec_hp7_item_descr {
        bottom: calc(50% - 34px);
    }
}
@media (min-width: 510px) {
    .sec_hp7_item {
        margin-left: 15px;
        width: calc((100%/3) - (30px/3));
        height: 186px;
        margin-bottom: 15px;
    }
    .sec_hp7_item_descr {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .sec_hp7_item {
        margin-left: 20px;
        margin-bottom: 20px;
        height: 200px;
    }
    .sec_hp7_item_descr {
        font-size: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .sec_hp7_item {
        width: calc((100%/5) - (80px/5));
    }
    .sec_hp7_item:nth-child(5n + 1) {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .sec_hp7_item {
        width: calc((100%/6) - (100px/6));
    }
    .sec_hp7_item:nth-child(6n + 1) {
        margin-left: 0;
    }
}
/* ============== sec_hp8 ============== */
@media (min-width: 992px) {
    .sec_hp8 {
        /*padding-top: 20px;*/
        padding-top: 5px;
        padding-bottom: 4px !important;
    }
}
/* ============== sec_hp9 ============== */
@media (min-width: 510px) {
    .sec_hp9 {
        padding: 0 0 20px;
    }
    .sec_accordion_head {
        padding: 10px 40px 10px 13px;
        font-size: 16px;
    }
    .sec_accordion_head:after {
        right: 11px;
    }
    .sec_accordion_body {
        padding: 12px 13px;
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    .sec_hp9 {
        padding: 0 0 26px;
    }
    .sec_hp9 .sec_hp_title {
        margin-bottom: 14px;
    }
    .sec_accordion_item:not(:last-child) {
        margin-bottom: 12px;
    }
    .sec_accordion_head {
        padding: 20px 72px 20px 30px;
        font-size: 18px;
    }
    .sec_accordion_head:hover {
        color: var(--neon-blue-color);
    }
    .sec_accordion_head:after {
        width: 32px;
        height: 32px;
        right: 30px;
    }
    .sec_accordion_body {
        padding: 18px 30px;
        font-size: 18px;
    }
    .sec_accordion_body a {
        font-size: 18px;
    }
}
/* ============== sec_hp10 ============== */
@media (min-width: 510px) and (max-width: 991px) {
    .bblock_item {
        width: calc(50% - 4px);
    }
    .bblock_item img {
        max-width: 18px;
        height: auto;
    }
}
@media (max-width: 509px) {
    .bblock_item img {
        max-width: 14px;
        height: auto;
    }
}
@media (max-width: 509px) {
    .imglist div img {
        height: 14px;
        width: auto;
    }
    .big_item_left {
        height: 150px;
    }
}
@media (min-width: 510px) {
    .sec_hp10_blue {
        padding: 17px 0;
        margin-bottom: 20px;
    }
    .sec_hp10_blue_title {
        font-size: 18px;
    }
    .sec_hp10_bblock {
        margin: 12px auto 0 auto;
    }
    .bblock_item {
        margin-bottom: 8px;
        padding: 10px;
        font-size: 15px;
    }
    .bblock_item img {
        margin-right: 4px;
    }
    /**/
    .sec_hp10_imglist {
        padding: 20px 0;
    }
    .sec_hp10_imglist_title {
        font-size: 22px;
    }
    .sec_hp10_imglist_mtitle {
        font-size: 17px;
        margin-bottom: 12px;
    }
    .imglist {
        margin-bottom: 12px;
    }
    .imglist div {
        padding: 6px 0;
    }
    .imglist div img {
        margin-right: 6px;
    }
    .imglist div p {
        font-size: 17px;
    }
    .sec_hp10_imglist_ttxt {
        font-size: 17px;
    }
    /**/
    .sec_hp10_descr {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .sec_hp10_showmore a {
        font-size: 17px;
    }
    /**/
    .sec_hp10_big .mt_40 {
        margin-top: 20px;
    }
    .big_item {
        margin-bottom: 15px;
        display: flex;
        background: #D7D7D8;
    }
    .big_item_left {
        width: 187px;
        /*height: 100%;*/
    }
    .big_item_right {
        width: calc(100% - 187px);
        padding: 12px 14px 36px;
    }
    .big_item_right_title {
        font-size: 17px;
    }
    .big_item_right_txt {
        font-size: 15px;
    }
    .big_item_right_btn {
        width: 118px;
        height: 29px;
        font-size: 15px;
    }
    /**/
    .sec_hp10_info {
        padding: 25px 0 24px;
        font-size: 17px;
    }
    .sec_hp10_info .sec_hp_title {
        padding-left: 33px;
    }
    .sec_hp10_info .sec_hp_title:before {
        width: 26px;
        height: 26px;
    }
    .sec_hp10 li:before {
        width: 7px;
        height: 7px;
        top: 8px;
        left: -16px;
    }
    .sec_hp10_descr_pt {
        padding-top: 30px;
        padding-bottom: 9px;
    }
    .sec_hp10_hidemore {
        margin-top: 9px;
    }
    .sec_hp10_hidemore a {
        font-size: 17px;
    }
}
@media (min-width: 992px) {
    .sec_hp10 {
        padding: 24px 0 0 0;
    }
    .sec_hp10 .sec_hp_title {
        margin-bottom: 4px;
    }
    .sec_hp10_descr {
        font-size: 18px;
    }
    .sec_hp10_showmore a {
        font-size: 18px;
    }
    .sec_hp10_showmore a:after {
        bottom: -4px;
    }
    /**/
    .sec_hp10_blue {
        padding: 22px 0 19px 0;
        /* margin-top: 24px; */
        margin-bottom: 25px;
    }
    .sec_hp10_blue_title {
        font-size: 22px;
    }
    .sec_hp10_bblock {
        width: 780px;
        margin: 15px auto 0 auto;
    }
    .bblock_item {
        margin-bottom: 10px;
        padding: 11px 10px;
        font-size: 18px;
    }
    .bblock_item img {
        margin-right: 10px;
    }
    .bblock_item:nth-child(1), .bblock_item:nth-child(4) {
        width: calc(30.5% - 15px/3);
    }
    .bblock_item:nth-child(2), .bblock_item:nth-child(5) {
        width: calc(37.5% - 15px/3);
    }
    .bblock_item:nth-child(3), .bblock_item:nth-child(6) {
        width: calc(30.5% - 15px/3);
    }
    /**/
    .sec_hp10 .sec_hp_title.mt_40 {
        margin-bottom: 16px;
    }
    .sec_hp10_big {
        padding-bottom: 15px;
    }
    .sec_hp10_big .sec_hp_title {
        margin-bottom: 25px;
    }
    .big_item {
        border-radius: 10px;
        margin-bottom: 12px;
        min-height: 280px;
    }
    .big_item_left {
        width: 280px;
    }
    .big_item_right {
        width: calc(100% - 280px);
        padding: 30px 100px 30px 26px;
        align-items: center;
    }
    .big_item_right_title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .big_item_right_txt {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .big_item_right_btn {
        border-radius: 42px;
        box-shadow: 0 0 25px 0 rgba(255, 255, 255, 0.25);
        width: 198px;
        height: 47px;
        font-size: 18px;
    }
    .big_item_reverse .big_item_right {
        padding: 30px 86px 30px 40px;
    }
    /**/
    .sec_hp10_info {
        font-size: 18px;
    }
    .sec_hp10_info .sec_hp_title {
        padding-left: 35px;
    }
    .sec_hp10_info .sec_hp_title:before {
        width: 28px;
        height: 28px;
    }
    .sec_hp10 ul {
        /*margin-bottom: 15px;*/
    }
    .sec_hp10 li:before {
        top: 10px;
    }
    /**/
    .sec_hp10_descr_pt {
        padding-top: 24px;
        padding-bottom: 23px;
    }
    /**/
    .sec_hp10_imglist {
        padding: 27px 0 29px 0;
    }
    .sec_hp10_imglist_title {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .sec_hp10_imglist_mtitle {
        font-size: 20px;
        margin-bottom: 17px;
    }
    .imglist {
        max-width: 658px;
        padding-left: 30px;
        margin-bottom: 24px;
    }
    .imglist div {
        padding: 15px 0 16px 0;
    }
    .imglist div p {
        font-size: 18px;
    }
    .sec_hp10_imglist_ttxt {
        font-size: 18px;
    }
    /**/
    .sec_hp10_hidemore a {
        font-size: 18px;
    }
    .sec_hp10_hidemore a:after {
        bottom: -4px;
    }
    .sec_hp10_hidemore a:hover {
        opacity: .65;
    }
}
/* ============== prod_scroller ============== */
@media (min-width: 510px) {
    .prod_scroller {
        padding: 8px 0 17px;
    }
    .prod_scroller_list a {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .prod_scroller {
        padding: 12px 0 15px;
        top: 76px;
    }
    .prod_scroller_list li:not(:last-child) a {
        margin-right: 30px;
    }
    .prod_scroller_list a:hover:after {
        background: var(--neon-blue-color);
        opacity: 1;
    }
    .prod_scroller_list a:hover {
        color: var(--neon-blue-color);
    }
}
/* ============== prod_block ============== */
@media (min-width: 510px) {
    .prod_block_h1 {
        font-size: 30px;
    }
    .prod_block_art {
        font-size: 14px;
    }
    .product_swiper_pagination .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin-right: 10px !important;
        margin-left: 10px !important;
        margin-bottom: 10px !important;
    }
    .prod_block_dang {
        font-size: 17px;
        margin-bottom: 12px;
        padding-left: 22px;
    }
    .prod_block_dang:before {
        width: 18px;
        height: 18px;
    }
    /**/
    .prod_docs_title {
        font-size: 17px;
    }
    .prod_docs_min a,
    .prod_docs_big a {
        height: 45px;
    }
    .prod_colors_title {
        font-size: 17px;
    }
    .prod_materials_title {
        font-size: 17px;
    }
    .prod_block_status {
        font-size: 17px;
    }
    .prod_block_price {
        font-size: 32px;
    }
    .prod_block_price span {
        font-size: 36px;
    }
    .prod_block_buy {
        padding: 11px 15px 12px;
    }

}
@media (max-width: 991px) {
    .prod_block_right .prod_block_h1,
    .prod_block_right .prod_block_changer {
        display: none !important;
    }
    .product_swthumbs {
        display: none;
    }
    .prod_swiper_wrp {
        padding-bottom: 51px;
    }
}
@media (max-width: 509px) {
    .prod_swiper_wrp {
        padding-bottom: 44px;
    }
    .prod_docs_big a svg, .prod_docs_min a svg {
        width: auto;
        height: 19px;
    }
}
@media (min-width: 992px) {
    .prod_block {
        padding: 30px 0 36px;
    }
    .prod_block_top, .product_swiper_pagination {
        display: none !important;
    }
    .prod_block > .container {
        display: flex;
        justify-content: space-between;
    }
    /**/
    .prod_block_h1 {
        font-size: 34px;
        margin-bottom: 1px;
    }
    .prod_block_art {
        padding: 4px 15px;
        /*margin-bottom: 14px;*/
    }
    .prod_block_dang {
        font-size: 14px;
        margin-bottom: 14px;
        padding-left: 20px;
    }
    .prod_block_dang:before {
        width: 16px;
        height: 16px;
        top: 1px;
    }
    /**/
    .prod_docs_title {
        font-size: 14px;
    }
    .prod_docs_min a,
    .prod_docs_big a {
        height: 34px;
    }
    .prod_colors_title {
        font-size: 14px;
    }
    .prod_materials_title {
        font-size: 14px;
    }
    .prod_block_status {
        font-size: 16px;
    }
    .prod_block_price {
        font-size: 26px;
    }
    .prod_block_price {
        font-size: 26px;
    }
    .prod_block_price span {
        font-size: 30px;
    }
    .prod_block_buy {
        padding: 10px 15px;
    }
    /**/
    .prod_block_right {
        width: 40%;
        padding-bottom: 30px;
    }
    .prod_block_right > div {
        position: sticky;
        top: 155px;
    }
    /**/
    .prod_block_left {
        width: 54%;
    }
    .prod_swiper_wrp {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product_swiper {
        height: 400px;
        width: 400px;
        margin-left: 20px;
        order: 2;
    }
    .product_swiper_prev, .product_swiper_next {
        display: none;
    }
}
@media (min-width: 1200px) {
    .prod_block_left {
        width: 680px;
        height: 612px;
    }
    .product_swiper {
        height: 580px;
        width: 580px;
    }
    .prod_block_right {
        width: 380px;
    }
    .product_swiper_prev, .product_swiper_next {
        display: block;
    }
    .product_swthumbs .swiper-slide:hover {
        border: 1px solid rgba(20, 12, 163, 0.60);
    }
}
/* ============== prod_description ============== */
@media (min-width: 510px) {
    .prod_description {
        font-size: 17px;
    }
    .prod_titler {
        font-size: 22px;
    }
    .prod_descr_det_btn {
        font-size: 17px;
    }
    .prod_description_detail h4,
    .prod_description_detail h3,
    .prod_description_detail h2 {
        font-size: 18px;
    }
    .prod_descr_mfsk > div {
        width: calc(100% / 3);
    }
}
@media (min-width: 992px) {
    .prod_description {
        padding: 32px 0 0;
        font-size: 18px;
    }
    .prod_description_anons {
        margin-bottom: 9px;
    }
    .prod_descr_det_btn {
        display: none !important;
    }
    .prod_descr_det_show {
        display: block !important;
    }
    /**/
    .prod_description_detail blockquote {
        padding: 20px 33px 19px;
        font-size: 18px;
    }
    .prod_description_detail blockquote h5 {
        font-size: 22px;
        padding-left: 35px;
    }
    .prod_description_detail blockquote h5:before {
        width: 26px;
        height: 26px;
    }
    .prod_description_detail blockquote h6 {
        font-size: 20px;
    }
    /* */
    .prod_descr_mfsk > div {
        width: calc(100% / 6);
    }
}
/* ============== prod_character ============== */
@media (min-width: 510px) {
    .prod_character_item span {
        font-size: 17px;
    }
}
@media (min-width: 992px) {
    .prod_character {
        padding: 23px 0 0;
    }
    .prod_character_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        /*padding: 26px 99px 22px;*/
        padding: 26px 99px 0;
        margin-top: 15px;
    }
    .prod_character_item {
        width: calc(50% - 60px);
        margin-bottom: 30px;
    }
    .prod_character_item span {
        font-size: 18px;
    }
    .prod_character_item span:first-child {
        padding-right: 15px;
    }
    .prod_character_item span:last-child {
        padding-left: 15px;
    }
    .prod_character_item:nth-last-child(2) {
        /*margin-bottom: 0 !important;*/
    }
}
/* ============== prod_raller ============== */
@media (min-width: 510px) {
    .prod_raller_txt {
        font-size: 17px;
    }
    .prod_raller_item {
        height: 300px;
    }
    .raller_swiper .swiper-slide {
        width: 68px;
    }
    .raller_swiper .swiper-slide.swiper-slide-active {
        width: 315px !important;
    }
    /**/
    .raller_item_top {
        top: 10px;
        left: 10px;
        right: 10px;
        width: calc(100% - 20px);
    }
    .raller_item_txt {
        width: calc(100% - 67px);
    }
    .raller_item_brush {
        width: 62px;
        height: 62px;
    }
    .raller_item_brush svg {
        width: 50px;
    }
    .raller_item_ral {
        font-size: 17px;
    }
    .raller_item_title {
        font-size: 16px;
    }
}
@media (min-width: 992px) {
    .prod_raller {
        padding: 23px 0 0;
    }
    .prod_raller_txt {
        font-size: 18px;
    }
    .raller_swiper {
        margin-top: 16px;
    }
    .prod_raller_item {
        height: 370px;
        border-radius: 20px;
    }
    .raller_swiper .swiper-slide {
        width: 80px;
    }
    .raller_swiper .swiper-slide.swiper-slide-active {
        width: 380px !important;
    }
    /**/
    .raller_item_txt {
        width: calc(100% - 81px);
    }
    .raller_item_brush {
        width: 76px;
        height: 76px;
    }
    .raller_item_brush svg {
        width: 60px;
    }
    .raller_item_ral {
        font-size: 20px;
    }
    .raller_item_title {
        font-size: 18px;
    }
}
/* ============== prod_plastic ============== */
@media (min-width: 510px) {
    .plastic_palet_item {
        /*width: 104px;*/
    }
    .plastic_palet_item div {
        font-size: 18px;
    }
    .plastic_palet_item svg {
        width: 104px;
        height: 104px;
    }
}
@media (max-width: 991px) {
    /*.plastic_palet {*/
    /*    padding: 10px 15px 0;*/
    /*    border-radius: 10px;*/
    /*    background: rgba(255, 255, 255, 0.80);*/
    /*}*/
    .plastic_palet {
        padding-bottom: 40px;
    }
    .plastic_palet .swiper-scrollbar {
        bottom: 0 !important;
    }
}
@media (min-width: 992px) {
    .prod_plastic {
        padding: 23px 0 0;
    }
    .plastic_palet {
        margin-top: 15px;
    }
    .plastic_palet_item {
        /*width: 120px;*/
    }
    .plastic_palet_item div {
        font-size: 18px;
    }
    .swiper_plastic_prev, .swiper_plastic_next {
        display: flex;
    }
}
@media (min-width: 1200px) {
    .plastic_palet_item {
        /*width: 104px;*/
    }
    .swiper_plastic_prev:hover,
    .swiper_plastic_next:hover {
        opacity: .65;
    }
}
@media (min-width: 1400px) {
    .swiper_plastic_prev {
        left: -65px;
    }
    .swiper_plastic_next {
        right: -65px;
    }
}
/* ============== prod_gallery ============== */
@media (min-width: 510px) {
    .prod_raller_txt {
        font-size: 17px;
    }
}
@media (min-width: 992px) {
    .prod_gallery {
        padding: 20px 0 33px;
        margin-top: 16px;
    }
    .prod_raller_txt {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .gallery_swiper .swiper-slide {
        width: 180px;
        height: 180px;
    }
    .prod_gallery_item {
        width: 180px;
        height: 180px;
    }
}
@media (max-width: 1199px) {
    .container.pr_sm_0 {
        padding-right: 0;
    }
}
@media (min-width: 1440px) {
    .sw-pg-button-next, .sw-pg-button-prev {
        display: block;
    }
    .sw-pg-button-next {
        right: -65px;
    }
    .sw-pg-button-prev {
        left: -65px;
    }
}
/* ============== sec7 ============== */
@media (max-width: 509px) {
    /*.sec7_item_bottom {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    top: 0;*/
    /*}*/
    .sec7_swiper .swiper-slide {
        width: 90% !important;
    }
}
@media (min-width: 510px) and (max-width: 767px) {
    .sec7_swiper .swiper-slide {
        width: 80% !important;
    }
}
@media (min-width: 510px) {
    /*.sec7_item {*/
    /*    height: 288px;*/
    /*}*/
    .sec7_item_bottom {
        padding: 15px 15px;
    }
    .sec7_item_title {
        font-size: 18px;
    }
    .sec7_item_txt {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .sec7_item_btn {
        font-size: 17px;
    }
    /**/
    .sec7_swiper_wrp {
        padding-bottom: 38px;
    }
    .sec7_swiper .swiper-slide-active .sec7_item_bottom {
        background: rgba(1, 3, 51, 0.90);
    }
}
@media (min-width: 992px) {
    .sec7 {
        padding: 7px 0 20px;
    }
}
@media (max-width: 1199px) {
    .sec7_swiper .swiper-slide .sec7_item_bottom {
        background: rgba(1, 3, 51, 0.80);
    }
    .sec7_button-next, .sec7_button-prev {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .sec7 {
        padding: 12px 0 18px;
    }
    .sec7_item {
        height: 495px;
    }
    .sec7_item_bottom {
        padding: 14px 20px;
    }
    .sec7_item_title {
        font-size: 24px;
    }
    .sec7_item_txt {
        font-size: 18px;
        margin-bottom: 6px;
    }
    .sec7_item_btn {
        font-size: 18px;
        width: 240px;
    }
    /**/
    .sec7_swiper_wrp {
        padding-bottom: 0;
        position: relative;
    }
    .sec7_swiper .swiper-slide:not(.swiper-slide-active) .sec7_item_bottom {
        padding: 15px 15px 42px;
    }
    .sec7_swiper .swiper-slide {
        transition: width 1s;
    }
    .sec7_swiper .swiper-slide:not(.swiper-slide-active) {
        cursor: pointer;
    }
    .sec7_swiper .swiper-slide-active .sec7_item_overlay {
        display: none;
    }
    .sec7_swiper .swiper-slide:not(.swiper-slide-active) .sec7_item_title {
        text-align: center;
    }
    .sec7_swiper .swiper-slide:not(.swiper-slide-active) .sec7_item_txt {
        display: none;
    }
    .sec7_swiper .swiper-slide:not(.swiper-slide-active) .sec7_item_btn {
        display: none;
    }
    /**/
    /*.sec7_swiper_wrp:after {*/
    /*    content: '';*/
    /*    display: block;*/
    /*    position: absolute;*/
    /*    top: -50px;*/
    /*    right: -70px;*/
    /*    bottom: -50px;*/
    /*    width: 109px;*/
    /*    background: #F2F2F4;*/
    /*    filter: blur(12px);*/
    /*    z-index: 3;*/
    /*}*/
    .sec7_swiper .swiper-slide:not(.swiper-slide-active) {
        /*width: calc(25% - (40px / 3)) !important;*/
    }
    .sec7_swiper .swiper-slide-active {
        width: 580px !important;
    }
    .sec7_swiper .swiper-slide-active .sec7_item_bottom {
        min-width: 580px !important;
        width: 100%;
    }
    .sec7_swiper_wrp .swiper-scrollbar {
        display: none !important;
    }
    /**/
    .sec7_button-next {
        width: 52px;
        height: 52px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto 0;
        cursor: pointer;
        transition: all .5s;
    }
    .sec7_button-prev {
        width: 52px;
        height: 52px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto 0;
        cursor: pointer;
        transition: all .5s;
    }
    .sec7_button-prev:hover, .sec7_button-next:hover {
        opacity: .5;
    }
    .sec7_button-prev svg {
        transform: rotate(180deg);
    }
}
@media (min-width: 1360px) {
    .sec7_button-next {
        right: -82px;
    }
    .sec7_button-prev {
        left: -82px;
    }
}
/* ============== sec8 ============== */
@media (min-width: 1200px) {
    .sec8_banner, .sec8_banner_mob {
        border-radius: 10px;
    }
    .sec8_banner {
        display: block;
    }
    .sec8_banner_mob {
        display: none;
    }
}
/* ============== sec9 ============== */
@media (max-width: 1199px) {
    .sec9_sorter {
        display: flex;
        justify-content: end;
    }
    .sec9_sorter_drop {
        right: 0;
    }
}
@media (min-width: 1200px) {
    .sec9 {
        padding: 0 0 20px 0;
    }
    .sec9_sort {
        display: flex;
    }
    .sec9_sorter_block {
        max-width: 269px;
        height: 35px;
        font-size: 18px;
    }
    .sec9_sorter_drop {
        max-width: 269px;
        left: 0;
    }
    .sec9_sorter_drop a {
        font-size: 16px;
    }
    /**/
    .sec9_right {
        display: flex;
        justify-content: end;
        align-items: center;
    }
    /**/
    .sec9_left_mob {
        display: none !important;
    }
}
/* ============== sec10 ============== */
@media (min-width: 510px) {

}
@media (max-width: 991px) {
    .sec10_right .sec_hp3_item_wrp {
        width: calc(50% - 9px);
        margin-left: 18px;
        margin-bottom: 18px;
    }
    .sec10_right .sec_hp3_item_wrp:nth-child(2n + 1) {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .sec10_right .sec_hp3_item_wrp {
        width: calc(33.3333% - (40px / 3));
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .sec10_right .sec_hp3_item_wrp:nth-child(3n + 1) {
        margin-left: 0;
    }
    /**/
    .sec10_pager {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .sec10_showmore {
        width: 280px;
        padding: 10px;
        font-size: 18px;
        margin-bottom: 0;
    }
    .sec10_list a, .sec10_list span {
        width: 50px;
        height: 50px;
        padding: 10px;
        margin: 0 5px;
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .sec10_left {
        width: calc(25% - 10px);
        display: block;
    }
    /**/
    .sec10_right {
        width: calc(75% - 10px);
        margin-left: 20px;
    }

}
/* ============== elk_filter ============== */
@media (max-width: 1199px) {
    /* mob */
    .elk_mfilter {
        background: var(--white);
        position: fixed;
        left: 0;
        right: 0;
        z-index: 100;
        overflow-x: hidden;
        overflow-y: auto;
        display: none;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 345px;
    }
    .elk_mfilter._show {
        display: block;
    }
    /**/
    .elk_mfilter_top {
        padding: 15px 15px 10px;
        position: relative;
    }
    .elk_mfilter_top div:first-child {
        font-size: 18px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
    .elk_mfilter_top div:nth-child(2) {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .elk_mfilter_top div:nth-child(2) span {
        font-weight: 600;
    }
    .elk_mfilter_close {
        width: 28px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 5px;
        right: 15px;
        bottom: 0;
        margin: auto 0;
    }
    /**/
    .elk_filter_item_first {
        border-top: 1px solid rgba(1, 3, 51, 0.20);
    }
    .elk_filter_item {
        border-bottom: 1px solid rgba(1, 3, 51, 0.20);
        border-radius: 0 !important;
        margin-bottom: 0 !important;
    }
    .elk_filter_title {
        font-size: 16px;
    }
    .elk_filter_list {
        background: var(--white);
        padding: 0 20px 14px 20px;
    }
    .elk_filter_btn {
        width: calc(100% - 30px);
        margin: 10px 15px 0;
    }
    /**/
    .elk_filter_insert > div:first-child {
        margin: 15px;
    }
}
@media (min-width: 992px) {
    .elk_mfilter {
        top: 76px;
        height: calc(100vh - 76px);
    }
}
@media (min-width: 1200px) {
    .elk_mfilter {
        display: none !important;
    }
}
/* ============== sec11 ============== */
@media (min-width: 1200px) {
    .sec11 {
        padding: 0 0 25px;
    }
    .sec11_seo h2, .sec11_seo h3, .sec11_seo h4, .sec11_seo h5 {
        font-size: 22px;
    }
    .sec11_seo p {
        font-size: 18px;
    }
    .sec11_seo li {
        font-size: 18px;
    }
    .sec11_btn {
        font-size: 18px;
    }
}
/* ============== hdesc_menu ============== */
@media (max-width: 509px) {
    /**/
    .mob_menu_bott .sech_lang_new {
        display: flex !important;
        margin-top: 20px;
    }
    .mob_menu_bott .sech_lang_new a,
    .mob_menu_bott .sech_lang_new span {
        font-size: 14px;
        padding: 5px 11px;
    }
    .mob_menu_bott .sech_lang_new a {
        color: var(--main-color) !important;
    }
    .mob_menu_bott .sech_lang_new span {
        background: var(--main-color) !important;
        color: var(--white) !important;
    }
}
@media (min-width: 510px) {
    .mob_menu_bott .sech_lang_new {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .hdesc_menu {
        max-width: 345px;
    }
    .sec_header:before {
        content: '';
        z-index: 2;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    }
    /**/
    .hdesc_menu_right {
        display: none;
    }
    .hdesc_menu_right._showmob {
        display: block;
        position: absolute;
        background: var(--white);
        left: 0;
        right: 0;
        bottom: 0;
        top: 87px;
        overflow-y: auto;
    }
    .hdesc_menu_left {
        width: 100%;
        padding-right: 51px;
        border-right: 0;
    }
    .hdesc_menu_left_mt {
        display: flex;
        flex-direction: column;
        justify-content: end;
        position: relative;
        height: 67px;
    }
    .hdesc_menu_left_mt div {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
    }
    .hdesc_menu_left_mt a {
        display: block;
        font-size: 0;
        position: absolute;
        top: 5px;
        right: -48px;
    }
    .hdesc_menu_left_mt span {
        display: flex;
        align-items: center;
    }
    .hdesc_menu_left_mt span img {
        margin-right: 10px;
        position: relative;
        top: -2px;
    }
    .hdesc_menu_left_mt div._hide {
        display: none !important;
    }
    /**/
    .mob_menu_bott {
        border-top: 1px solid #EDEDED;
        padding: 20px 0 90px;
    }
    /**/
    .mob_menu_bott_titler {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        margin-bottom: 20px;
    }
    .mob_menu_bott_droper {
        margin-bottom: 15px;
    }
    .mob_menu_bott_drop {
        position: relative;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        display: inline-block;
        padding-right: 30px;
    }
    .mob_menu_bott_drop img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto 0;
    }
    .mob_menu_bott_droper._open .mob_menu_bott_drop img {
        transform: rotate(180deg);
    }
    .mob_menu_bott_list {
        margin-top: 15px;
        margin-bottom: 15px;
        display: none;
    }
    .mob_menu_bott_droper._open .mob_menu_bott_list {
        display: block;
    }
    .mob_menu_bott_list div:not(:last-child) {
        margin-bottom: 25px;
    }
    .mob_menu_bott_list a {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    /**/
    .hdesc_menu_cat {
        order: 2;
    }
    .hdesc_mmenu_mobler {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 30px;
        margin-top: 10px;
        order: 1;
    }
    .hdesc_mmenu_mobler svg {
        width: 22px;
        height: auto;
    }
    .hdesc_mmenu_mobler span {
        width: calc(100% - 32px);
        color: var(--main-color);
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        margin-left: 12px;
    }
}
@media (min-width: 992px) {
    .hdesc_menu {
        max-height: calc(100vh - 76px);
    }
    .hdesc_menu_list {
        padding: 26px 0 25px;
    }
    /**/
    .hdesc_menu_left_mt,
    .hdesc_mmenu_mobler,
    .mob_menu_bott {
        display: none !important;
    }
    /**/
    .hdesc_menu_right {
        padding: 25px 64px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: calc(100% - 280px);
    }
    .hdesc_menu_cat {
        max-width: calc(33.333% - (80px / 3));
        margin-bottom: 30px;
    }
    .hdesc_menu_cat:not(:nth-child(3n + 1)) {
        margin-left: 40px;
    }
}
@media (max-width: 1199px) {

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

}
/* ============== hdesc_clients ============== */
@media (max-width: 991px) {
    .hdesc_menu[data-attr="clients"] {
        display: none !important;
    }
}
/* ============== sec_buy ============== */
@media (min-width: 510px) {

}
@media (min-width: 992px) {
    .sec_buy {
        border-radius: 15px;
    }
    .sec_buy_top {
        padding: 12px 24px;
    }
    .sec_buy_top_title {
        font-size: 22px;
    }
    .sec_buy_top_close {
        width: 33px;
        height: 33px;
    }
    .sec_buy_top_close img {
        width: 33px;
        height: 33px;
    }
    .sec_buy_body {
        padding: 24px;
        max-height: calc(100vh - 57px - 80px);
    }
    /**/
    .sec_buy_clear img {
        margin-bottom: 26px;
    }
    .sec_buy_clear_b1 {
        font-size: 20px;
    }
    .sec_buy_clear_b2 {
        font-size: 18px;
    }
    /**/
    .sec_buy_item {
        padding: 12px;
        margin-bottom: 24px;
    }
    .sec_buy_item_left {
        width: calc(100% - 32px);
    }
    .sec_buy_item_img {
        width: 133px;
        height: 133px;
    }
    /**/
    .sec_buy_item_block {
        width: calc(100% - 133px - 24px);
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .sec_buy_item_title {
        margin-bottom: 12px;
    }
    .sec_buy_item_title a {
        font-size: 18px;
    }
    .sec_buy_item_left > .sec_buy_item_data,
    .sec_buy_item_title .sec_buy_item_clear {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .sec_buy_item_block > div .sec_buy_item_data,
    .sec_buy_item > .sec_buy_item_right {
        display: none !important;
    }
    .sec_buy_item_left > .sec_buy_item_data {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        padding-top: 4px;
        margin-top: 5px;
        border-top: 1px solid #EDEDED;
    }
    /**/
    .sec_buy_item_title {
        position: relative;
    }
    .sec_buy_item_title a:first-child {
        width: calc(100% - 26px);
    }
    .sec_buy_item_clear {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto 0;
        width: 21px;
        height: 21px;
    }
    .sec_buy_item_clear img {
        width: 21px;
        height: 21px;
    }
    /**/
    .sec_buy_btn1 {
        display: none !important;
    }
    .sec_buy_bottom_btns {
        width: 100%;
        justify-content: space-between;
    }
    .sec_buy_bottom_price {
        font-size: 15px;
    }
    .sec_buy_bottom_price div:nth-child(2) {
        margin-left: 2px;
        font-size: 14px;
    }
    .sec_buy_btn2 {
        min-width: auto;
        padding: 6px 15px;
        font-size: 14px;
        margin-left: 0;
    }
}
/* ============== sec12 ============== */
@media (max-width: 991px) {
    .sec12_left {
        border-radius: 10px 10px 0 0;
    }
}
@media (min-width: 992px) {
    .sec12 {
        padding: 13px 0 30px;
    }
    .sec12_row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .sec12_left {
        width: 400px;
        border-radius: 10px 0 0 10px;
    }
    .sec12_big_title {
        font-size: 18px;
        padding: 9px 25px;
    }
    .sec12_adr {
        font-size: 18px;
        padding: 9px 25px 9px 54px;
    }
    .sec12_adr:before {
        width: 24px;
        height: 24px;
        left: 25px;
    }
    .sec12_mail {
        padding: 9px 25px 9px 54px;
    }
    .sec12_mail:before {
        width: 24px;
        height: 18px;
        left: 25px;
    }
    .sec12_mail a {
        font-size: 18px;
    }
    .sec12_phone_title {
        font-size: 18px;
        padding: 9px 25px 3px 54px;
    }
    .sec12_phone_title:before {
        width: 24px;
        height: 24px;
        left: 25px;
    }
    .sec12_phones {
        padding: 0 25px 2px 54px;
    }
    .sec12_phones div a {
        font-size: 18px;
    }
    /**/
    .sec12_rem_title {
        font-size: 18px;
        padding: 0 25px 2px 54px;
    }
    .sec12_dates {
        padding: 10px 22px 15px 54px;
    }
    .sec12_dates:before {
        width: 24px;
        height: 24px;
        top: -5px;
        left: 25px;
    }
    .sec12_dates div {
        font-size: 18px;
    }
    .sec12_right {
        width: calc(100% - 400px);
        margin-top: 0;
    }
    .sec12_right iframe {
        height: 100% !important;
        border-radius: 0 10px 10px 0;
    }
}
/* ============== sec_search ============== */
@media (min-width: 992px) {
    .sec_search {
        border-radius: 15px;
    }
    .sec_search_close {
        padding: 12px 23px;
    }
    .sec_search_close span {
        font-size: 22px;
    }
    .sec_search_close a {
        width: 33px;
        height: 33px;
    }
    .sec_search_close a img {
        width: 33px;
        height: 33px;
    }
    /**/
    .sec_search_inp {
        padding: 24px 24px;
    }
    /**/
    .sec_search_result {
        max-height: calc(100vh - 57px - 89px - 40px);
    }
    .sec_search_list {
        padding: 24px 24px;
    }
    .sec_search_caption a {
        font-size: 18px;
    }
    .sec_search_price {
        font-size: 18px;
    }
    .sec_search_price span {
        font-size: 16px;
    }
    .sec_search_all a {
        padding: 10px 25px;
    }
}
/* ============== sec13 ============== */
@media (min-width: 992px) and (max-width: 1199px) {
    .sec13_item:not(:nth-child(2n + 1)) {
        margin-left: 15px;
    }
}
@media (min-width: 992px) {
    .sec13 {
        padding: 30px 0 1px;
    }
    .sec13_list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .sec13_item {
        width: calc((100% - 15px) / 2);
    }
    .sec13_img_wrp {
        margin-bottom: 10px;
    }
    .sec13_img_wrp:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 0;
        border-radius: 10px;
        background: rgba(1, 3, 51, 0.40);
        transform-origin: 100% 100%;
        transition: all 0.5s ease;
    }
    .sec13_img_wrp.wrp_color_1:after {
        background: var(--wrp-color-1);
    }
    .sec13_img_wrp.wrp_color_2:after {
        background: var(--wrp-color-2);
    }
    .sec13_img_wrp.wrp_color_3:after {
        background: var(--wrp-color-3);
    }
    .sec13_img_wrp.wrp_color_4:after {
        background: var(--wrp-color-4);
    }
    .sec13_img_wrp.wrp_color_5:after {
        background: var(--wrp-color-5);
    }
    .sec13_item:hover .sec13_img_wrp:after {
        transform: rotate(3deg);
        top: -5px;
        left: 0;
    }
    .sec13_item_date {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .sec13_item_title a {
        font-size: 18px;
    }
}
@media (min-width: 1200px) {
    .sec13_item {
        margin-bottom: 40px;
        width: calc((100% - 40px) / 3);
    }
    .sec13_item:not(:nth-child(3n + 1)) {
        margin-left: 20px;
    }
}
/* ============== sec14 ============== */
@media (max-width: 991px) {
    .sec14_left {
        display: none !important;
    }
    .sec14_right {
        /*position: absolute;*/
        /*bottom: 0;*/
        /*right: 0;*/
        /*top: 0;*/
        /*left: 0;*/
        /*background: var(--main-color);*/
    }
    .sec14 {
        background: var(--main-color);
    }
}
@media (min-width: 992px) {
    .sec14 > .container {
        display: flex;
        flex-direction: row;
        justify-content: end;
    }
    /*.sec14_row {*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    justify-content: end;*/
    /*}*/
    .sec14_right {
        width: calc(100% - 400px);
        /*position: absolute;*/
        /*bottom: 0;*/
        /*right: 0;*/
        /*top: 0;*/
        background: var(--main-color);
        overflow: hidden;
        border-radius: 0 10px 10px 0;
    }
    .sec14_right:after {
        content: url("/play/assets/img/sec14/group2.svg");
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1;
    }
    /**/
    .sec14_form {
        /*width: calc(50% - 12px);*/
        padding: 38px 0 37px;
        margin-left: 50px;
        margin-right: 154px;
    }
    .sec14_form_titler {
        font-size: 24px;
    }
    .sec14_form_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec14_form_label {
        font-size: 16px;
        padding-left: 10px;
        margin-bottom: 5px;
    }
    .sec14_form_label span,
    .sec14_form_descr span {
        font-size: 16px;
    }
    .sec14_form_inp, .sec14_form_txtar {
        padding: 17px 10px;
        margin-bottom: 10px;
    }
    .sec14_form_txtar {
        height: 108px;
        margin-bottom: 6px;
    }
    .sec14_form_btn {
        margin-top: 15px;
        width: 229px;
        font-size: 18px;
    }
    .sec14_form_btn:hover {
        color: var(--white);
        background: var(--main-color-hover);
    }
}
/* ============== play--blog-detail ============== */
@media (min-width: 510px) {
    .play--blog-detail-content .row {
        margin: 15px 0;
    }
    .play--blog-detail-content .row .col-2 {
        width: calc((100% - 15px) / 2);
    }
    .play--blog-detail-content .row .col-2:nth-child(2n) {
        margin-left: 15px;
    }
    .play--blog-detail-content .row .col-3 {
        width: calc((100% - 30px) / 3);
        /*margin-bottom: 0;*/
    }
    .play--blog-detail-content .row .col-3:not(:nth-child(3n + 1)) {
        margin-left: 15px;
    }
}
@media (min-width: 510px) and (max-width: 991px) {
    .play--blog-detail-content .row .col-4 {
        width: calc((100% - 45px) / 2);
    }
    .play--blog-detail-content .row .col-4:not(:nth-child(2n + 1)) {
        margin-left: 15px;
    }
    .play--blog-detail-content .row .col-4:last-child,
    .play--blog-detail-content .row .col-4:nth-last-child(2) {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .play--blog-detail-content {
        font-size: 18px;
    }
    .play--blog-detail-content a {
        font-size: 18px;
    }
    .play--blog-detail-next {
        padding: 40px 0;
    }
    .play--blog-detail-next a {
        font-size: 18px;
    }
    .play--blog-detail-content .row .col-4 {
        width: calc((100% - 45px) / 4);
        margin-bottom: 0;
    }
    .play--blog-detail-content .row .col-4:not(:nth-child(4n + 1)) {
        margin-left: 15px;
    }
}
/* ============== play--blog-detail-gallery ============== */
@media (min-width: 510px) {
    .pbgpdg_list > div {
        height: 200px;
        width: calc((100% - 15px) / 2);
    }
}
@media (min-width: 510px) and (max-width: 991px) {
    .pbgpdg_list > div:not(:nth-child(2n + 1)) {
        margin-left: 15px;
    }
}
@media (min-width: 992px) {
    .pbgpdg_list > div {
        height: 200px;
        width: calc((100% - 30px) / 3);
    }
    .pbgpdg_list > div:not(:nth-child(3n + 1)) {
        margin-left: 15px;
    }
}
/**/
@media (min-width: 510px) {
    .sec_content_player {
        height: 300px;
    }
    .sec_content_play_btn svg {
        width: 60px;
        height: 60px;
    }
}
@media (min-width: 992px) {
    .sec_content_player {
        height: 532px;
        border-radius: 20px;
    }
    .sec_content_play_btn svg {
        width: 100px;
        height: 100px;
    }
}
/* ============== sec15 ============== */
@media (min-width: 510px) {
    .sec15 {
        padding: 24px 0;
    }
    .sec15_txt {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sec15_wrp {
        margin-bottom: 14px;
    }
    .sec15_item {
        width: 247px;
        height: 189px;
    }
    .sec15_item_img {
        height: 149px;
    }
    .sec15_item_bottom {
        font-size: 14px;
        padding: 10px 10px;
        height: auto;
    }
    /**/
    .sec15_item.swiper-slide-active {
        width: 313px;
        height: 238px;
    }
    .sec15_item.swiper-slide-active .sec15_item_img {
        height: 189px;
    }
    .sec15_item.swiper-slide-active .sec15_item_bottom {
        font-size: 16px;
        height: auto;
    }
    /**/
    .sec15_btn {
        width: 231px;
        height: 43px;
    }
    .sec15_nav {
        margin-bottom: 0;
    }
}
@media (min-width: 992px) {
    .sec15_title {
        font-size: 22px;
        font-weight: 900;
        line-height: 140%; /* 30.8px */
    }
    .sec15_txt {
        font-size: 18px;
        font-weight: 400;
        line-height: 140%; /* 25.2px */
        margin-bottom: 24px;
    }
    .sec15_wrp {
        margin-bottom: 24px;
    }
    .sec15_item {
        width: 280px;
        height: 215px;
    }
    .sec15_item_img {
        height: 170px;
    }
    .sec15_item_bottom {
        font-size: 15px;
        padding: 12px 12px;
    }
    /**/
    .sec15_item.swiper-slide-active {
        width: 380px;
        height: 290px;
    }
    .sec15_item.swiper-slide-active .sec15_item_img {
        height: 230px;
    }
    .sec15_item.swiper-slide-active .sec15_item_bottom {
        font-size: 20px;
    }
    /**/
    .sec15_nav {
        order: 2;
    }
    .sec15_btn {
        width: 280px;
        height: 45px;
        font-size: 20px;
        order: 1;
    }
}
/* ============== sec_phoner ============== */
@media (min-width: 992px) {
    .sec_phoner {
        border-radius: 15px;
    }
    .sec_phoner_close {
        padding: 12px 23px;
    }
    .sec_phoner_close span {
        font-size: 22px;
    }
    .sec_phoner_close a {
        width: 33px;
        height: 33px;
    }
    .sec_phoner_close a img {
        width: 33px;
        height: 33px;
    }
    /**/
    .sec_phoner_body {
        padding: 24px 24px;
    }
    .sec_phoner_titler {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .sec_phoner_ph a {
        font-size: 18px;
        line-height: 150%; /* 27px */
    }
}
/* ============== sec_kit ============== */
@media (min-width: 992px) {
    .sec_kit {
        padding: 32px 0;
        margin-bottom: 32px;
    }
    .sec_kit_item {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
    }
    .sec_kit_left {
        width: 30%;
        margin-bottom: 0;
    }
    .sec_kit_status span {
        font-size: 16px;
    }
    .sec_kit_name {
        font-size: 16px;
    }
    .sec_kit_price {
        font-size: 16px;
    }
    /**/
    .sec_kit_right {
        width: calc(70% - 30px);
        margin-left: 30px;
    }
    .sec_kit_right_item {
        height: calc(50% - 15px);
    }
    .sec_kit_right_item:not(:last-child) {
        margin-bottom: 30px;
    }
    .sec_kit_right_item > div:nth-child(2) {
        width: calc(100% - 130px);
        margin-left: 30px;
    }
}
/* ==============  ============== */
/* ==============  ============== */
/* ==============  ============== */
@media (min-width: 510px) {

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

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

}




@media (min-width: 768px) {

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

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

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

}
/*
font-family: Nunito, sans-serif;
*/