@media (min-width: 640px) {

    .popup_inner {
        padding: 40px;
    }

    .banner {
        margin-bottom: 0;
        min-height: var(--banner-height);
    }

    .banner>.container {
        bottom: 0;
    }

    /* ХЕДЕР */

    /* БАННЕР */

    /* ПЕРЕВАГИ */

    /* МИ ПРОПОНУЄМО */

    /* ПРИКЛАДИ РОБІТ  */

    /* ДОДАТКОВІ ПОСЛУГИ */
    .table_row_bottom {
        padding: 2px 106px 20px 30px;
    }

    .table_row_bottom div.top_part {
        flex-wrap: nowrap;
    }

    .table_row_bottom a.btn {
        margin-right: 0;
        width: 160px;
    }

    .table_row_bottom .top_part a {
        margin-right: auto;
        width: auto;
    }

    .table_row_bottom .top_part .total_sum {
        width: 160px;
        margin-left: 66px;
    }

    .table_row_bottom .top_part span {
        margin-left: auto;
        width: auto;
    }

    /* ПРОЦЕС СПІВПРАЦІ */
    /* .work_process_inner .subtitle {
        margin-bottom: 125px;
    } */

    .process_tree {
        max-width: 640px;
        padding-top: 25px;
    }

    .pr_step {
        margin-left: 0;
    }



    .work_process:not(.faq) .pr_step.reverse {
        justify-content: flex-start;
    }

    .work_process:not(.faq) .pr_step .step_content {
        width: 220px;
    }

    .work_process:not(.faq) .pr_step:after {
        left: 50%;
    }

    .work_process:not(.faq) .pr_step .step_number {
        left: calc(50% + 1px);
    }

    .work_process:not(.faq) .pr_step.reverse .step_number {
        left: calc(50% - 91px);
    }

    .work_process:not(.faq) .pr_step.reverse .step_number::before {
        left: auto;
        right: 0;
    }

    .work_process:not(.faq) .pr_step:not(:nth-child(1)) .step_content {
       margin-top: -50px;
    }

    .work_process:not(.faq) .pr_step:not(:nth-child(1)) .step_number {
        top: -50px;
    }

    .work_process:not(.faq) .step_content .apply {
        margin-left: auto;
    }

    .work_process_inner a.btn {
        margin: 50px auto 0;
        width: 277px;
    }

    .faq.work_process .pr_step.reverse .fig_title,
    .faq.work_process .pr_step.reverse .step_content {
        text-align: start;
    }

    /* КАТАЛОГ */
    .catalog_item .price {
        width: auto;
        margin-bottom: 0;
    }

    /* НОВИНИ */
    .news_tl {
        grid-gap: 30px;
    }

    /* ВІДГУКИ */

    /* ВІДГУКМ ПРО НАШІ РОБОТИ */

    /* ФОТОГАЛЕРЕЯ */

    /* ЗАЛИШИЛИСЬ ПИТАННЯ */

    /* ФУТЕР */
    .footer_top {
        grid-template-columns: 1.2fr 0.9fr 0.9fr 195px;
    }

    .table_row_bottom .top_part a {
        margin: 0 auto 0 0;
    }

    .inner_dark .pr_step.reverse .step_content:after {
        border-left-color: var(--item-bg-dark-theme);
        border-right-color: transparent;
    }

    .footer_bottom > .row:nth-child(1) {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .footer_bottom .copyright {
        margin-right: 18px;
    }


    /* ------------ new styles ------------------ */



}

@media (min-width: 768px) {

    .up_btn {
        bottom: 80px;
        right: 30px;
    }

    /* ХЕДЕР */

    /* БАННЕР */

    /* ПЕРЕВАГИ */

    /* МИ ПРОПОНУЄМО */

    /* ПРИКЛАДИ РОБІТ  */
    .our_work figure img.radius {
        border-radius: 8px;
        min-height: 375px;
    }

    .our_work_item {
        padding: 0 10px;
    }

    .our_work_slider {
        margin: 0 -10px;
    }

    .our_work .fig_title {
        font-size: var(--block-title-big);
        text-align: left;
    }

    /* ДОДАТКОВІ ПОСЛУГИ */

    /* ПРОЦЕС СПІВПРАЦІ */

    /* КАТАЛОГ */

    .catalog .swiper:not(.swiper-initialized)[data-coll-mobile="2"] .item {
        flex: 0 0 calc((100% / 2) - (30px / 2));
        margin-right: 30px;
    }

    /*--- one left four rght ---*/

    .one_left-four_rght {
        flex-direction: row;
    }

    .one_left-four_rght > .col:nth-child(1) {
        display: flex;
        flex-direction: column;
        flex: 0 0 50%;
        margin: 0;
        padding-right: 8px;
    }

    .one_left-four_rght > .col:nth-child(1) .item {
        flex: 1 1 auto;
    }

    .catalog .one_left-four_rght > .col:nth-child(1) .item > figure > a {
        flex: 1 1 auto;
    }

    .catalog .one_left-four_rght > .col:nth-child(1) .item figure img  {
        width: 100%;
        height: 100%;
    }

    .catalog .one_left-four_rght > .col:nth-child(1) .fig_title a {
        font-size: 24px;
    }

    .one_left-four_rght > .col:nth-child(2) {
        flex: 0 0 50%;
        margin: 0;
        padding-left: 8px;
    }

    /* --- four horizontal eight above --- */

    .four_horizontal-eight_above > .col:nth-child(1) {
        grid-template-columns: repeat(3, 1fr);
    }

    .catalog .four_horizontal-eight_above > .col:nth-child(2) {
        grid-template-columns: repeat(3, 1fr);
    }

    /* НОВИНИ */

    /* ВІДГУКИ */


    /* ВІДГУКМ ПРО НАШІ РОБОТИ */

    /* ФОТОГАЛЕРЕЯ */

    .gallery_main.galery_grid > div {
        grid-template-columns: repeat(3, 1fr);
    }

    /* ЗАЛИШИЛИСЬ ПИТАННЯ */

    /* ДЕТАЛЬНЕ ТОВАРУ */

    .product_details .container {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .product_details-title {
        font-size: 26px;
        margin-bottom: 26px;
        width: 100%;
    }

    .product_details .row-desk {
        flex-direction: row;
        align-items: flex-start;
    }

    .product_gallery {
        flex: 0 0 70%;
        margin: 0 auto;
        padding: 0;
        width: 70%;
        max-width: var(--data-max-width);
        position: sticky;
        top: 10px;
    }

    .container.publication .product_gallery {
        flex: 0 1 auto;
        max-width: unset;
        width: 100%;
        position: relative;
        top: auto;
    }

    .product_details-description {
        flex: 1 1 auto;
        margin-left: 10px;
        position: sticky;
        top: 0;
    }

    .product_details .col-desk .product_gallery {
        flex: 0 1 auto;
        width: 100%;
    }

    .product_details .col-desk .product_details-description {
        flex: 0 1 auto;
        width: 100%;
        margin: 0;
        position: relative;
        top: auto;
    }

    /* --- ГАЛЕРЕЯ --- */
    .foto_gallery .tile.slider_gallery-view.swiper:not(.swiper-initialized).coll_mobile-1 .swiper-slide  {
        flex: 0 0 100%;
    }

    .foto_gallery .tile.slider_gallery-view.swiper:not(.swiper-initialized).coll_mobile-2 .swiper-slide  {
        flex: 0 0 calc((100% / 2) - (30px / 2));
        margin-right: 30px;
    }

    .foto_gallery .tile.slider_gallery-view.swiper:not(.swiper-initialized).coll_mobile-3 .swiper-slide  {
        flex: 0 0 calc((100% / 3) - (60px / 3));
        margin-right: 30px;
    }

    .foto_gallery .tile.slider_gallery-view.swiper:not(.swiper-initialized).coll_mobile-4 .swiper-slide  {
        flex: 0 0 calc((100% / 4) - (90px / 4));
        margin-right: 30px;
    }

    .foto_gallery .tile.slider_gallery-view.swiper:not(.swiper-initialized).coll_mobile-5 .swiper-slide  {
        flex: 0 0 calc((100% / 5) - (120px / 5));
        margin-right: 30px;
    }


    /* ------------ new styles ------------------ */


    .photo_section-picture.w-75 {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (min-width: 1024px) {
    :root {
        --section-padding: 75px 0 100px 0;
    }


    .advantages .item {
        padding: 25px 30px;
    }

    /* .tile {
        grid-gap: 16px;
    }

    .tile.coll_mobile-desc-1 {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }

    .tile.coll_mobile-desc-2 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
    }

    .tile.coll_mobile-desc-3 {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 16px;
    }

    .tile.coll_mobile-desc-4 {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 16px;
    }

    .tile.coll_mobile-desc-5 {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 16px;
    }

    .tile.coll_mobile-desc-6 {
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 16px;
    } */

    .tile {
        width: calc(100% + 16px);
        margin-left: -8px;
    }

    .tile .item {
        margin: 0 8px 16px 8px;
    }

    .tile.coll_mobile-desc-1 .item {
        flex: 0 0 calc(100% - 16px);
    }

    .tile.coll_mobile-desc-2 .item {
        flex: 0 0 calc((100% / 2) - 16px);
    }

    .tile.coll_mobile-desc-3 .item {
        flex: 0 0 calc((100% / 3) - 16px);
    }

    .tile.coll_mobile-desc-4 .item {
        flex: 0 0 calc((100% / 4) - 16px);
    }

    .tile.coll_mobile-desc-5 .item {
        flex: 0 0 calc((100% / 5) - 16px);
    }

    .tile.coll_mobile-desc-6 .item {
        flex: 0 0 calc((100% / 6) - 16px);
    }

    /* ХЕДЕР */

    .site_header.transparent ~ main > .banner:nth-child(1) {
        padding-top: 178px;
    }
    
    .logo {
        max-width: 272px;
    }
    #burger {
        display: none;
    }

    .top_menu_wrap {
        flex: 1 1 auto;
        position: static;
        opacity: 1;
        visibility: visible;
        transform: unset;
        transition: none;
    }

    .top_menu > ul,
    .anchor_menu > ul {
        justify-content: space-around;
    }

    .top_menu_close {
        display: none;
    }

    .top_menu,
    .anchor_menu {
        position: static;
        width: auto;
        margin: 0 15px;
        background: transparent !important;
        overflow: unset;
    }

    .top_menu ul,
    .anchor_menu ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .top_menu ul li,
    .anchor_menu ul li {
        width: auto
    }

    .top_menu > li+li,
    .anchor_menu > li+li {
        margin-left: 32px;
    }

    .top_menu ul li a,
    .anchor_menu ul li a {
        border-bottom: none;
        padding: 0 2px;
        width: auto;
        transition: 0.3s;
    }

    .top_menu ul li a:hover,
    .anchor_menu ul li a:hover {
        opacity: 0.75;
    }

    .top_menu .submenu,
    .anchor_menu .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        width: 240px;
        z-index: 1;
        padding: 32px;
        border-radius: 6px;
        background: var(--bg-color-white-theme);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .inner_dark .top_menu .submenu,
    .inner_dark .anchor_menu .submenu {
        background: var(--bg-color-dark-theme);
    }

    .top_menu li:hover > .submenu,
    .anchor_menu li:hover > .submenu {
        opacity: 1;
        visibility: visible;
    }

    .top_menu .submenu a,
    .anchor_menu .submenu a {
        color: var(--text-white-theme);
        padding: 0;
        transition: 0.3s;
    }

    .top_menu .submenu a:hover,
    .anchor_menu .submenu a:hover {
        opacity: 0.75;
    }

    .top_menu .submenu a span,
    .anchor_menu .submenu a span {
        display: block;
        font-size: calc(var(--text-small) - 2px);
        font-weight: 400;
    }

    .top_menu .submenu .submenu,
    .anchor_menu .submenu .submenu {
        left: calc(100% + 12px);
        top: -12px;
    }

    .top_menu .submenu li.has-submenu.to_left  ul,
    .anchor_menu .submenu li.has-submenu.to_left  ul {
        left: auto;
        right: calc(100% + 12px);
    }

    .top_menu .submenu .submenu::before,
    .anchor_menu .submenu .submenu::before {
        content: "";
        width: 12px;
        height: 100%;
        position: absolute;
        top: 0;
        left: -12px;
    }

    .top_menu .submenu li + li,
    .anchor_menu .submenu li + li {
        margin-top: 8px;
    }

    .top_menu > ul ul li.has-submenu > a::before,
    .top_menu > ul ul li.has-submenu > a::after,
    .anchor_menu > ul ul li.has-submenu > a::before,
    .anchor_menu > ul ul li.has-submenu > a::after {
        top: 50%;
        right: 10px;
        width: 8px;
        height: 1px;
        transform-origin: right;
    }

    .top_menu > ul ul li.has-submenu > a::before,
    .anchor_menu > ul ul li.has-submenu > a::before {
        transform: translateY(-50%) rotate(-45deg);
    }

    .top_menu > ul ul li.has-submenu > a::after,
    .anchor_menu > ul ul li.has-submenu > a::after {
        transform:  translateY(-50%) rotate(45deg);
    }

    .top_menu .submenu li.has-submenu.to_left a::before,
    .anchor_menu .submenu li.has-submenu.to_left a::before {
        transform-origin: left;
        transform:  translateY(-50%) rotate(45deg);
    }
    .top_menu .submenu li.has-submenu.to_left a::after,
    .anchor_menu .submenu li.has-submenu.to_left a::after {
        transform-origin: left;
        transform:  translateY(-50%) rotate(-45deg);
    }

    .inner_dark .top_menu > ul ul li.has-submenu > a::before,
    .inner_dark .top_menu > ul ul li.has-submenu > a::after,
    .inner_dark .anchor_menu > ul ul li.has-submenu > a::before,
    .inner_dark .anchor_menu > ul ul li.has-submenu > a::after {
        background: var(--text-dark-theme);
    }

    .top_menu_wrap .mob_logo {
        display: none;
    }
    
    .top_menu_wrap .bottom_menu {
        display: none;
    }

    .top_menu_wrap .mob_phones {
        display: none;
    }

    .mob_social {
        display: none;
    }

    .phone_container {
        line-height: 1.2;
        text-align: start;
    }

    .single-phone:not(:nth-child(1)) {
        display: block;
    }

    .phone_container a.call_us {
        font-size: var(--title-small);
        line-height: 1.2;
        color:  var(--text-common-white-theme);
        font-weight: 600;
        display: flex;
        align-items: center;
    }

    .phone_container a.write_us {
        display: inline-block;
        border-bottom: 1px solid;
        font-size: var(--text-middle);
        font-weight: 300;
        line-height: 1.2;
    }

    .phone_container .call_us.mobile {
        display: none;
    }

    /* БАННЕР */
    .banner_inner {
        flex-direction: row;
        align-items: center;
    }

    .banner_form {
        margin: 0 0 0 55px;
    }

    .banner_form.without_text {
        margin: 0 auto;
        max-width: 400px;
    }

    .banner.right .banner_inner {
        flex-direction: row-reverse;
    }

    .banner.right .banner_form {
        margin-left: 0;
    }

    .banner.right .banner_text {
        padding-left: 55px;
    }

    /* ПЕРЕВАГИ */

    .adv_item img {
        margin-bottom: 30px;
    }

    /* МИ ПРОПОНУЄМО */
    /* ПРИКЛАДИ РОБІТ  */

    /* ДОДАТКОВІ ПОСЛУГИ */
    /* ПРОЦЕС СПІВПРАЦІ */

    .process_tree {
        max-width: 900px;
    }

    .work_process:not(.faq) .pr_step .step_content {
        width: 350px;
    }

    /* КАТАЛОГ */

    .catalog .swiper:not(.swiper-initialized)[data-coll="1"] .item {
        flex: 0 0 100%;
        margin-right: 0;
    }

    .catalog .swiper:not(.swiper-initialized)[data-coll="2"] .item {
        flex: 0 0 calc((100% / 2) - (30px / 2));
        margin-right: 30px;
    }

    .catalog .swiper:not(.swiper-initialized)[data-coll="3"] .item {
        flex: 0 0 calc((100% / 3) - (60px / 3));
        margin-right: 30px;
    }

    .catalog .swiper:not(.swiper-initialized)[data-coll="4"] .item {
        flex: 0 0 calc((100% / 4) - (90px / 4));
        margin-right: 30px;
    }

    .catalog a.btn {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        font-weight: bold;
        width: auto;
    }

    .product_details {
        padding: 30px 0 100px 0;
    }

    /*--- one left four rght ---*/

    .one_left-four_rght > .col:nth-child(1) {
        padding-right: 15px;
    }

    .catalog .one_left-four_rght > .col:nth-child(1) figcaption {
        padding: 0 30px 30px 30px;
    }

    .catalog .one_left-four_rght > .col:nth-child(1) .fig_title a {
        font-size: 38px;
    }

    .one_left-four_rght > .col:nth-child(2) {
        padding-left: 15px;
        gap: 30px;
    }

    /* --- four horizontal eight above --- */

    .four_horizontal-eight_above > .col:nth-child(1) {
        grid-template-columns: repeat(4, 1fr);
    }

    .catalog .four_horizontal-eight_above > .col:nth-child(2) {
        grid-template-columns: repeat(4, 1fr);
    }

    /* --- three col --- */

    .catalog .three_col {
        flex-direction: row;
        align-items: flex-start;
    }

    .catalog .three_col > .col:nth-child(2) {
        flex: 1 1 auto;
        margin: 0;
        padding: 0 20px;
        order: 0;
    }

    .catalog .three_col > .col:nth-child(2) .item:nth-child(1) .fig_title {
        font-size: 18px;
    }

    .catalog .three_col > .col:nth-child(1),
    .catalog .three_col > .col:nth-child(3) {
        flex: 0 0 300px;
        flex-direction: column;
        overflow-x: unset;
        width: 300px;
        margin: 0;
        padding: 0;
        overflow: unset;
    }

    .catalog .three_col > .col:nth-child(1)::before,
    .catalog .three_col > .col:nth-child(3)::before {
        display: none;
    }

    .catalog .three_col > .col:nth-child(1) .swiper-wrapper,
    .catalog .three_col > .col:nth-child(3) .swiper-wrapper {
        display: flex;
        flex-direction: column;
        overflow: unset;
    }

    .catalog .three_col > .col:nth-child(1) .item,
    .catalog .three_col > .col:nth-child(3) .item {
        width: 100%;
        flex: 0 1 auto;
        margin: 0 0 6px 0;
    }

    .catalog .three_col > .col:nth-child(2) .item:not(:nth-child(1)) figure > a {
        flex: 0 0 225px;
    }

    .catalog .three_col > .col:nth-child(2) .item:not(:nth-child(1)) figure {
        min-height: 150px;
    }

    .catalog .three_col > .col:nth-child(2) .item:not(:nth-child(1)) .fig_title {
        font-size: 14px;
    }

    .catalog .three_col > .col:nth-child(2) .item:not(:nth-child(1)) a.btn {
        margin-left: 0;
        padding: 5px 26px;
    }

    /* .catalog .three_col > .col:nth-child(1),
    .catalog .three_col > .col:nth-child(3) */

    /* НОВИНИ */

    /* ВІДГУКИ */

    /* ВІДГУКМ ПРО НАШІ РОБОТИ */

    /* ФОТОГАЛЕРЕЯ */

    .gallery_main.galery_grid > div {
        grid-template-columns: repeat(4, 1fr);
    }

    /* ЗАЛИШИЛИСЬ ПИТАННЯ */

    /* ФУТЕР */

    .phone_container .call_us .svg_icon {
        position: absolute
    }

    
    /*.................... ТЕМНА ТЕМА................... */

    /* ХЕДЕР ТЕМНИЙ */

    .site_header.dark .phone_container a.call_us {
        color: var(--text-common-dark-theme);
    }

    /* --- ГАЛЕРЕЯ --- */
    .foto_gallery .tile.slider_gallery-view.swiper:not(.swiper-initialized).coll_mobile-desc-1 .swiper-slide  {
        flex: 0 0 100%;
    }

    .foto_gallery .tile.slider_gallery-view.swiper:not(.swiper-initialized).coll_mobile-desc-2 .swiper-slide  {
        flex: 0 0 calc((100% / 2) - (30px / 2));
        margin-right: 30px;
    }

    .foto_gallery .tile.slider_gallery-view.swiper:not(.swiper-initialized).coll_mobile-desc-3 .swiper-slide  {
        flex: 0 0 calc((100% / 3) - (60px / 3));
        margin-right: 30px;
    }


    /* ------------ new styles ------------------ */

    .support {
        padding: 100px 0 75px 0;
    }

    .support .container {
        flex-direction: row;
    }

    .support .container > .col:nth-child(1) {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 0 1 60%;
        padding-right: 20px;
    }

    .support .container > .col:nth-child(2) {
        flex: 0 1 40%
    }

    .support_list li + li {
        margin-top: 22px;
    }

    .support_list li {
        padding-left: 44px;
    }

    .support_icon {
        width: 36px;
        height: 36px;
    }

    .support.bg_full-100 .container > .col:nth-child(1) {
        flex: 0 1 100%;
    }

    .support.bg_full-100 .container > .col:nth-child(2) {
        flex: 0 0 100%;
    }


    .support.bg_full-75 .container > .col:nth-child(1) {
        flex: 0 1 100%;
    }

    .support.bg_full-75 .container > .col:nth-child(2) {
        flex: 0 0 100%;
    }

    /*.support.bg_full-75 .support_big-img {*/
    /*    width: 75%;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*}*/

    .support.bg_inner-75 .container > .col:nth-child(1) {
        flex: 0 1 25%;
        order: 1;
        padding: 0 0 0 10px;
    }

    .support.bg_inner-75 .container > .col:nth-child(2) {
        flex: 0 1 75%;
        padding: 0 10px 0 0 ;
    }

    .support.bg_inner-75 .support_big-img {
        width: 100%;
        object-fit: cover;
    }

    .support.bg_inner-50 .container > .col:nth-child(1) {
        flex: 0 1 50%;
        order: 1;
        padding: 0 0 0 10px;
    }

    .support.bg_inner-50 .container > .col:nth-child(2) {
        flex: 0 1 50%;
        padding: 0 10px 0 0 ;
    }

    .support.bg_inner-50 .support_big-img {
        width: 100%;
        object-fit: cover;
    }

    .faq.work_process .step_content:hover .fig_title {
        opacity: 0.75;
    }

    .columns_wrap {
        flex-direction: row;
        align-items: center;
    }

    .columns_wrap > .col-1 {
        flex: 0 0 50%;
        padding-right: 18px;
        margin-bottom: 0;
    }

    .columns_wrap > .col-1.bigger {
        flex: 0 0 70%;
    }

    .columns_wrap > .col-1.smaller {
        flex: 0 0 30%;
    }

    .columns_wrap > .col-2 {
        flex: 0 0 50%;
        padding-left: 18px;
    }

    .columns_wrap > .col-2.bigger {
        flex: 0 0 70%;
    }

    .columns_wrap > .col-2.smaller {
        flex: 0 0 30%;
    }
}

@media (min-width: 1300px) {

    .consent_popup {
        max-width: 1300px;
    }

    .consent_popup .col_to_row {
        flex-wrap: nowrap;
    }

    .popup_close {
        top: 30px;
        right: 30px;
    }

    /* ХЕДЕР */

    /* БАННЕР */

    /* ПЕРЕВАГИ */

    /* МИ ПРОПОНУЄМО */

    /* ПРИКЛАДИ РОБІТ  */

    /* ДОДАТКОВІ ПОСЛУГИ */

    /* ПРОЦЕС СПІВПРАЦІ */

    /* КАТАЛОГ */
    .catalog_slider {
        margin: 0 -15px;
        padding: 0 15px;
    }

    .catalog .slick-list {
        padding: 0;
    }

    .catalog_slider .item {
        margin: 10px 15px;
        width: calc((100% - 60px) / 3);
        width: 349px;
    }

    .catalog .fig_bottom {
        flex-wrap: nowrap;
    }

    .catalog .price {
        text-wrap: nowrap;
        white-space: nowrap;
        margin: 0 10px 0 0;
    }

    .catalog figcaption {
        padding: 20px 25px 25px 25px;
    }

    /* НОВИНИ */

    /* ВІДГУКИ */
    .reviews>.container {
        max-width: 100%;
        overflow: hidden;
    }

    .reviews .item {
        max-width: 730px;
        margin: 0 80px;
    }

    .reviews .slick-arrow {
        left: calc(50% - 440px);
        top: 140px;
    }

    .reviews .slick-next.slick-arrow {
        left: auto;
        right: calc(50% - 440px);
    }

    .reviews_slider:before,
    .reviews_slider:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(50% - -500px);
        width: 100%;
        z-index: 111;
        background-color: rgba(244, 244, 244, .9);
    }

    .dark .reviews_slider:before,
    .dark .reviews_slider:after {
        background-color: rgba(23,23,37,.9);
    }

    .reviews_slider:before{
        right: calc(50% - -500px);
        left: auto;
    }

    /* ВІДГУКМ ПРО НАШІ РОБОТИ */

    /* ФОТОГАЛЕРЕЯ */

    /* ЗАЛИШИЛИСЬ ПИТАННЯ */

    /* ДЕТАЛЬНЕ ТОВАРУ */

    .gallery_main .slick-prev.slick-arrow {
        left: 10px;
    }

    .gallery_main .slick-next.slick-arrow {
        right: 10px;
    }

    /* ------------ new styles ------------------ */




}