/*--------------------------- NEW DESIGN ------------------------*/
body {
    font-family: Arial, "Helvetica CY", sans-serif;
    font-weight: 300;
}
body .page-wrap {
    overflow-x: hidden;
}
.page-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
}
main {
    margin-bottom: 0;
}
h4 {
    font-size: 16px;
    font-family: "museo_sans_cyrl700", sans-serif;
    font-weight: 700;
    color: rgb(39, 43, 44);
    line-height: 1.25;
    margin-bottom: 12px;
}
h1 {
    display: inline-block;
    font-family: Arial, "Helvetica CY", sans-serif;
    color: rgb(40, 40, 40);
    margin: 20px 30px 10px 0;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}
.pagination > a,
.pagination > span {
    background-color: #fff;
    border-color: var(--sm-btn-color);
    color: var(--sm-link-color);
    font-weight: 700;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus
.pagination > a:hover,
.pagination > span:hover,
.pagination > a:focus,
.pagination > span:focus {
    background-color: var(--sm-btn-color);
    border-color: var(--sm-btn-color);
    color: var(--sm-btn-text-color);
}
.btn-primary {
    border: 2px solid var(--sm-btn-color) !important;
    color: var(--sm-btn-text-color);
    display: block;
    width: 140px;
    height: 43px;
    padding: 0;
    text-align: center;
    font: 14px Arial;
    background-color: var(--sm-btn-color);
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--sm-btn-text-color);
    border-color: var(--sm-btn-color);
    color: #000000 !important;
}
.logo a {
    font-weight: 300;
    font-family: Arial, "Helvetica CY", sans-serif;
    width: 100% !important;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.logo a:hover {
    text-decoration: none;
}
.logo a span {
    display: block;
    color: rgb(40, 40, 40);
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1;
}
.main_search_form {
    margin: 0 0 0 0;
}
.top_header {
    padding: 0 0 0 0;
}
.container_top_header .currency_lang_block {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
.container_top_header .currency_lang_block .currency_select {
    margin: 0;
}
.header {
    display: flex;
    flex-wrap: wrap;
    height: 174px;
}
header .header_wrap {
    position: relative;
    top: -1px;
}
.head_left_wrap {
    background: #fff;
    padding-bottom: 24px;
    height: 100%;
    display: flex;
    align-items: center;
}
.head_left_wrap:before {
    display: block;
    content: '';
    height: 100%;
    width: 5000px;
    bottom: 0;
    right: 100%;
    background: #fff;
    position: absolute;
    border-bottom: 24px solid var(--sm-btn-color);
}
.head_left_wrap:after {
    display: block;
    width: 100%;
    position: absolute;
    height: 24px;
    background: var(--sm-btn-color);
    content: '';
    left: 0;
    bottom: 0;
}
.head_right_wrap {
    background: #e8ecef;
    height: 100%;
    padding: 25px 15px 24px 40px;
}
.head_right_wrap:before {
    display: block;
    content: '';
    position: absolute;
    width: 5000px;
    height: 100%;
    border-bottom: 24px solid #bcbdc1;
    left: 100%;
    bottom: 0;
    background: #e8ecef;
}
.head_right_wrap:after {
    display: block;
    content: '';
    height: 24px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #bcbdc1;
    position: absolute;
}
.head_right_wrap-top>div,
.head_right_wrap-bottom>div {
    padding: 0 0 0 0;
}
.head_right_wrap-top,
.head_right_wrap-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.head_right_wrap-bottom {
    margin-bottom: 20px;
}
.head_right_wrap-top .search-wrapper {
    width: 63.284%;
}
.head_right_wrap-top .search_site button {
    width: 39px;
    height: 40px;
    background-color: #fff;
    top: 1px;
    right: 1px;
    border-radius: 0 3px 3px 0;
}
.head_right_wrap-top .search_site button:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.head_right_wrap-top .search_site_submit svg {
    width: 16px;
    height: 16px;
    fill: var(--sm-btn-color);
}
.head_right_wrap .search_site_input {
    width: 100%;
    height: 42px;
    color: #A3A3A3;
    background-color: #fff;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    outline: none !important;
    border: 1px solid #bcbdc1;
    padding: 0 10px;
    border-radius: 4px;
}
.head_right_wrap .search_site_input::placeholder {
    color: #000;
    line-height: 42px;
}
.ac_results {
    background-color: #fff;
    margin-top: 1px;
    width: 530px !important;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.28);
    border-radius: 4px;
    padding: 10px 0;
}
.head_right_wrap .phones_header,
.top_footer .phones_header {
    height: fit-content;
    margin: 0 0 0 0;
    float: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: right;
    font-size: 24px;
    line-height: 24px;
}
.head_right_wrap .basket {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    border-radius: 0;
    font-size: 18px;
    border: none;
    height: auto;
}
.head_right_wrap .basket #shopping_cart_box {
    display: flex;
    align-items: center;
    padding: 0 0;
    white-space: nowrap;
}
.head_right_wrap .basket #shopping_cart_box>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.head_right_wrap .basket #shopping_cart_box .popup_cart {
    position: static;
    font-size: 18px;
    background-color: transparent;
    margin: 0 0 0 0;
    color: #999;
    font-family: Arial, 'Helvetica CY', sans-serif;
    font-weight: 300;
}
.head_right_wrap .basket #shopping_cart_box .popup_cart.basket_full {
    color: #cc1612;
}
.head_right_wrap .basket #shopping_cart_box .img_basket svg {
    fill: #000;
    stroke: #000;
    font-size: 25px;
    width: 25px;
    height: 25px;
}
.head_right_wrap .main_nav {
    width: 100%;
    margin: 0;
    height: auto;
}
.head_right_wrap .main_nav > ul {
    margin: 0 -15px;
}
.head_right_wrap .main_nav li {
    margin-right: 14px;
}
.head_right_wrap .main_nav li > a {
    display: block;
    padding: 15px;
    font-size: 13px;
    color: rgb(25, 25, 25);
    text-transform: uppercase;
    transition: 0.3s;
    line-height: 20px;
    font-weight: 300;
}
.head_right_wrap .main_nav li > a:hover,
.head_right_wrap .main_nav li > a:focus {
    text-decoration: none;
    background: #bcbdc1;
}
.head_right_wrap .main_nav .dropdown .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-top: -2px;
    vertical-align: middle;
    border-top: 6px solid #bcbdc1;
    transition: 0.3s;
}
.head_right_wrap .main_nav .dropdown:hover .caret {
    border-top: 6px solid #000000;
}
.head_right_wrap .main_nav .dropdown.open .caret {
    border-top: 6px solid #ffffff;
}
.head_right_wrap .main_nav .dropdown.open > a {
    text-decoration: none;
    background-color: var(--sm-btn-color);
    color: #fff;
}
.head_right_wrap .main_nav .dropdown-menu {
    min-width: 100%;
    width: auto;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border: none;
}
.head_right_wrap .main_nav .dropdown-menu li {
    margin-right: 0;
    border-bottom: 1px solid #e8ecef;
    width: 100%;
}
.head_right_wrap .main_nav .dropdown-menu li a,
.head_right_wrap .main_nav .dropdown-menu li span {
    transition: 0.3s;
    padding: 6px 20px;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
    text-transform: none;
    text-align: start;
    margin: 0;
    border: none;
}
.head_right_wrap .main_nav .dropdown-menu li .active,
.head_right_wrap .main_nav .dropdown-menu li .like_a {
    color: #fff;
    background: var(--sm-btn-color);
}
.head_right_wrap-bottom .dropdown-backdrop {
    display: none;
}
.head_right_wrap .main_nav .dropdown-menu li a:hover,
.head_right_wrap .main_nav .dropdown-menu li a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.head_right_wrap .main_nav .dropdown-menu .accordion {
    margin: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
}
.head_right_wrap .navbar-toggle {
    display: none;
}

.slider_main {
    margin-bottom: 50px;
}
#owl-frontslider {
    margin: 0;
}
#owl-frontslider .owl-lazy,
.single_slide .item {
    background-position: top center;
}
.slider_description_block {
    background: rgba(255,255,255,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto !important;
    font-size: 30px;
    font-family: "Gotham-Pro-Bold", sans-serif;
    font-weight: 700;
    color: rgb(25, 25, 25);
    text-transform: uppercase;
    line-height: 1;
}
.slider_description_block .container {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-right: 500px;
}
.slider_description_block .container p {
    margin: 0;
    padding: 0;
}
.slider_description_block .container span {
    color: #cc1612;
}
.slider_main #carousel-custom-nav {
    position: relative;
    display: flex;
    height: 0;
    left: 0;
    top: 50px;
    z-index: 10;
}
#last_projects_carousel .owl-controls {
    position: absolute;
    display: flex;
    height: 0;
    top: -50px;
    right: 0px;
    z-index: 10;
}
.slider_main #carousel-custom-nav .owl-prev,
.slider_main #carousel-custom-nav .owl-next,
#last_projects_carousel .owl-prev,
#last_projects_carousel .owl-next {
    width: 36px;
    height: 36px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #e8ecef;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    cursor: pointer;
}
.slider_main #carousel-custom-nav .owl-prev:hover,
.slider_main #carousel-custom-nav .owl-next:hover,
#last_projects_carousel .owl-prev:hover,
#last_projects_carousel .owl-next:hover {
    opacity: .5;
}
.slider_main #carousel-custom-nav .owl-prev svg,
.slider_main #carousel-custom-nav .owl-next svg,
#last_projects_carousel .owl-prev svg,
#last_projects_carousel .owl-next svg {
    fill: var(--sm-btn-color);
    font-size: 20px;
}
.slider_main #carousel-custom-dots {
    position: relative;
    left: 0;
    right: auto;
    top: auto;
    bottom: 150px;
    z-index: 10;
    margin: auto;
    padding-left: 15px;
    text-align: left;
    height: 0;
}
.slider_main #carousel-custom-dots .owl-dot {
    padding: 0;
}
.slider_main #carousel-custom-dots.owl-dots li svg.fa-circle,
.slider_main #carousel-custom-dots.owl-dots li svg.fa-circle-o {
    width: 12px;
    height: 12px;
    border-radius: 10px;
    cursor: pointer;
    margin: 1px 2px 1px 0;
}
.slider_main #carousel-custom-dots.owl-dots li svg.fa-circle-o {
    margin: 2px 2px 2px 0;
}
.slider_main #carousel-custom-dots.owl-dots li svg.fa-circle {
    width: 14px;
    height: 14px;
}
.news,
.customer_reviews {
    margin: 0 0 0 0;
}
.row_news_customer_reviews .news_block_wrapper .pad-left-0 {
    width: auto !important;
    display: block;
    padding: 0 0 0 0;
}
.row_news_customer_reviews .news_block_wrapper .news_block_img {
    width: 143px;
    float: left;
    margin-right: 15px;
    padding: 0 0;
}
.row_news_customer_reviews .news_block_wrapper .news_block_img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.wrap_block_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}
.wrap_block_header h2,
.like_h2 h2 {
    display: inline-block;
    font-size: 30px;
    font-family: "Gotham-Pro-Bold", sans-serif;
    font-weight: 700;
    color: rgb(40, 40, 40);
    text-transform: uppercase;
    line-height: 1.333;
    margin: 0 30px 0 0;
}
.wrap_block_header a {
    position: relative;
    display: inline-block;
    margin: 0 0 0 0  !important;
}
.container_customer_reviews,
.container_customer_reviews-wrap {
    padding: 0 0;
    background: transparent;
    border-radius: 0;
    max-height: none;
}
.news_block_wrapper time {
    font-size: 13px;
    color: rgb(202, 202, 184);
    line-height: 1.538;
    margin-bottom: 4px;
}
.row_news_customer_reviews .news_block_wrapper p {
    font-size: 14px;
    color: rgb(25, 25, 25);
    line-height: 1.571;
    margin: 0 0 0 0;
}
.row_news_customer_reviews .news_block_wrapper {
    position: relative;
    min-height: 93px;
    margin-bottom: 50px;
}
.row_news_customer_reviews article:last-of-type .news_block_wrapper {
    margin-bottom: 0;
}
.mainpage_info_news > .container {
    width: auto;
    padding: 0;
    margin: 0;
}
.mainpage_about_company_block {
    margin: 0 0 50px 0;
    padding: 0 0 0 0;
}
.mainpage_about_company_block.magazine_articles p:first-of-type {
    margin-top: 0;
}
.mainpage_about_company_block.magazine_articles p {
    color: rgb(128,128,128);
    font-size: 14px;
    line-height: 1.857;
    margin-bottom: 30px;
}
.breadcrumb {
    margin: 0 0 30px 0;
}
.breadcrumb > li + li:before {
    color: #A3A3A3;
    content: "/";
    padding: 0 10px;
}
.breadcrumb > li:first-of-type a span {
    text-transform: capitalize;
}
body[data-page-name="article_info"] h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;
}
.subscribe_news {
    margin-top: 40px;
    background: #f8f9fa;
    padding: 20px 0;
    min-height: 85px;
}
.subscribe_news p {
    margin: 0 0 0 0;
    font: 400 14px Arial, "Helvetica CY", sans-serif;
}
.form_subscribe_input {
    height: 45px;
    width: 100%;
    background: #e8ecef;
    box-shadow: none;
    outline: none;
    border: none;
    padding: 0 10px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
.form_subscribe_input::placeholder {
    color: #000;
    font-size: 12px;
}
.form_subscribe_input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.form_subscribe_news .btn-default {
    font: 400 14px Arial, "Helvetica CY", sans-serif;
    padding: 11px 20px;
    background-color: #c9302c;
    color: #ffffff;
    border: 2px solid #c9302c;
    border-radius: 3px;
    height: 45px;
    margin: 0;
}
.form_subscribe_news .btn-default:hover {
    color: #333 !important;
    background-color: #fff;
    border: 2px solid #c9302c;
}
footer {
    height: auto;
    border-top: none;
}
.top_footer {
    padding: 50px 0;
}
.top_footer .contacts_info_footer p,
.top_footer .contacts_info_footer a {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
}
.top_footer .contacts_info_footer .phones_header p {
    margin: 0 0 3px 0;
    font-size: 24px;
    color: rgb(62, 62, 62);
    line-height: 1.129;
}
.top_footer .phones_header {
    justify-content: flex-start;
    margin-bottom: 10px;
}
.social_header_viber,
.social_header_twitter,
.social_header_telegram,
.social_header_youtube,
.social_header_instagram,
.social_header_facebook,
.social_header_google {
    width: 38px;
    height: 38px;
    border-radius: 4px;
    margin: 0 5px 0 0;
}
.articles_footer {
    display: flex;
    justify-content: space-between;
}
.articles_footer .section_top_footer {
    width: 100%;
}
.social_header_instagram {
    background: #E33593;
}
.bottom_footer {
    background-color: #091929;
    color: #ffffff;
    padding: 30px 0;
}
.bottom_footer > div > .row {
    display: flex;
    justify-content: center;
}
.bottom_footer .copyright,
.bottom_footer .copyright p,
.bottom_footer .copyright a {
    font-size: 12px;
    text-align: left;
    color: #ffffff;
}
.bottom_footer .link_webstudio,
.bottom_footer .link_webstudio p,
.bottom_footer .link_webstudio a {
    font-size: 12px;
    text-align: right;
    color: #ffffff;
}
.bottom_footer .link_webstudio a {
    display: inline;
}
.top_footer .row_menu_contacts_footer .contacts_info_footer .phones#footer_contacts {
    margin: 0;
    padding: 0;
}
.our_services_block {
    margin-bottom: 90px;
}
.our_services_block .our_service_block {
    display: flex;
    flex-wrap: wrap;
    min-height: 180px;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #e8ecef;
}
.our_services_block .our_service_desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}
.our_services_block .our_service_desc {
    padding: 20px 0 20px 5px;
}
.our_services_block .our_service_desc h3 {
    margin: 0;
    font-size: 17px;
    color: rgb(25, 25, 25);
    text-transform: uppercase;
    line-height: 1.176;
    font-family: 'museo_sans_cyrl700', sans-serif;
    font-weight: 700;
}
.our_services_block .our_service_desc p {
    margin-top: auto;
    font-size: 12px;
    line-height: 1.667;
    margin-bottom: 0;
}
.our_services_block .our_service_img {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.our_services_block .our_service_img img {
    max-height: 160px;
    max-width: 100%;
    object-fit: contain;
}
.banner_find_equip {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 80px;
}
.banner_find_equip .container > .row {
    display: flex;
    flex-wrap: wrap;
}
.banner_find_equip .banner_text_content {
    padding-top: 60px;
    padding-bottom: 30px;
}
.banner_find_equip .banner_text_content h1 {
    margin: 0 0 9px 0;
    font-size: 30px;
    font-family: "Gotham-Pro-Bold", sans-serif;
    font-weight: 700;
    color: rgb(40, 40, 40);
    text-transform: uppercase;
    line-height: 1.333;
}
.banner_find_equip .banner_text_content p {
    color: rgb(40, 40, 40);
    line-height: 1.2;
    font-size: 25px;
    font-family: 'museo_sans_cyrl100', sans-serif;
    font-weight: 200;
    margin-bottom: 24px;
}
.banner_find_equip .banner_text_content form .form-group,
.banner_find_equip .banner_text_content form .callback_info {
    padding: 0;
}
.banner_find_equip .banner_text_content form .callback_info {
    min-height: 24px;
    color: rgb(40, 40, 40);
    line-height: 1.2;
    font-size: 18px;
    font-family: 'museo_sans_cyrl100', sans-serif;
    font-weight: 200;
}
.banner_find_equip .banner_text_content form input {
    height: 38px;
    width: 100%;
    outline: none;
    border: none;
    padding: 0 10px;
    border-radius: 4px;
    box-shadow: none;
}
.banner_find_equip .banner_text_content form input:focus {
    box-shadow: none;
}
[name="contact_us"] .btn-default,
.banner_find_equip .banner_text_content form button {
    margin-left: 30px;
    border: 2px solid var(--sm-btn-color);
    background-color: var(--sm-btn-color);
    font-weight: 600;
    padding: 7px 24px;
    display: block;
    color: #ffffff;
    height: 38px;
    transition: 0.3s;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.42857143;
}
[name="contact_us"] .btn-default:hover,
.banner_find_equip .banner_text_content form button:hover {
    color: #333 !important;
    background-color: #fff;
    border: 2px solid var(--sm-btn-color);
}
.banner_find_equip .banner_img div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    width: 100%;
}
.modal {
    padding: 0 15px;
}
.modal-dialog {
    margin: 30px auto;
}
#modal_cart_popup #popup_cart_form h1 {
    font: 500 36px Arial, 'Helvetica CY', sans-serif;
}
#modal_cart_popup .modal-body {
    min-height: 102px;
}
#modal_cart_popup .modal-body h2 {
    font: 500 30px Arial, 'Helvetica CY', sans-serif;
}
#modal_cart_popup .btn-cart-continue,
#modal_cart_popup .action_btn .btn-dismiss,
#modal_cart_popup .action_btn #checkoutButton {
    opacity: 1;
    position: static;
    float: none;
    display: inline-block;
    text-shadow: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 300;
    font-family: Arial, 'Helvetica CY', sans-serif;
    border-radius: 6px;
    height: 38px;
    padding: 7px 18px;
    background: #F0F0F0;
    color: #333;
}
#modal_cart_popup .action_btn #checkoutButton {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    float: right;
    margin-left: 5px;
    color: #333;
    background: #ffffff;
    border: 2px solid #d43f3a !important;
    transition: all 0.1s ease-in-out;
}
#modal_cart_popup .action_btn #checkoutButton:hover {
    color: #ffffff;
    background: #d43f3a;
}
#modal_cart_popup .btn-cart-continue:hover,
#modal_cart_popup .action_btn .btn-dismiss:hover {
    color: #333!important;
}
#cartContent-page .product_delete .delete.btn {
    padding: 4px 6px 0;
    border: 2px solid #d43f3a;
    transition: background 0.1s ease-in-out;
}
#cartContent-page .product_delete .delete.btn:hover {
    background: #FFFFFF;
}
#cartContent-page .product_delete .delete.btn:hover svg {
    background: #FFFFFF;
    fill: #333;
}
#browse_category .wrap_block_header {
    min-height: auto;
}
#browse_category .wrap_block_header h2 {
    margin: 20px 0 10px 0;
    font-size: 36px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
#browse_category .category_block_wrapper {
    margin-bottom: 30px;
}
#browse_category .category_block {
    min-height: 280px;
    width: 100%;
    background: #e8ecef;
    border: 4px solid #bcbdc1;
    padding: 16px 19px 19px 19px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 10px 0 #bcbdc1;
    height: 100%;
}
#browse_category .category_block .category_img {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 47px;
    justify-content: center;
    margin-bottom: 26px;
}
#browse_category .category_block .category_img a {
    padding: 0;
    height: fit-content;
    width: fit-content;
    max-height: 100%;
    max-width: 100%;
}
#browse_category .category_block .category_img a:hover img {
    transform: none;
}
#browse_category .category_block .category_img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    margin: 0;
    padding: 0;
}
#browse_category .category_block .category_name {
    padding-bottom: 14px;
    border-bottom: 1px solid #d5d7db;
}
#browse_category .category_block .category_name a {
    padding: 0;
    font-size: 17px;
    font-family: "museo_sans_cyrl700",sans-serif;
    font-weight: 700;
    line-height: 1.25;
}
#browse_category .category_block .category_name a:hover {
    color: #000!important;
}
#browse_category .category_block .subcategories_block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0 0 0;
}
#browse_category .category_block .subcategories_block a {
    color: rgb(126, 126, 126) !important;
    line-height: 1.833;
    font-size: 14px;
    text-align: left;
    padding: 0;
}
#browse_category .category_block .subcategories_block a:active {
    color: #2d5982;
}
.price > span {
    font-size: 20px;
    color: rgb(50, 50, 48);
    font-weight: bold;
    line-height: 1;
}
.listing_attrs_block {
    min-height: 90px;
    margin: 5px 0 10px 0;
}
.listing_attrs,
.listing_attrs tbody,
.listing_attrs tr {
    display: block;
}
.listing_attrs_block .listing_attrs {
    margin: 0 0 0 0;
}
.listing_attrs td {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.listing_attrs td br {
    display: none;
}
.p_description {
    border-radius: 0;
}
.product .model_product {
    font-size: 16px;
    font-family: "museo_sans_cyrl700",sans-serif;
    font-weight: 700;
    color: rgb(50, 50, 48);
    line-height: 1.25;
    margin-bottom: 21px;
    text-align: left;
    height: 40px;
}
.product:hover .model_product {
    height: 40px;
}
.product .listing_attrs,
.product:hover .listing_attrs {
    display: block;
    line-height: 1;
    font-size: 12px;
}
.product button,
.product .add2cart,
.product .added2cart {
    height: 38px;
    padding: 7px 18px;
    transition: 0.3s;
    border: 2px solid var(--sm-btn-color) !important;
    background-color: var(--sm-btn-text-color);
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: Arial, 'Helvetica CY', sans-serif;
}
.product .added2cart {
    border: 2px solid var(--sm-btn-color) !important;
    background-color: var(--sm-btn-color);
    color: var(--sm-btn-text-color);
}
.product button:hover,
.product .add2cart:hover,
.product .added2cart:hover {
    background-color: var(--sm-btn-color);
    color: var(--sm-btn-text-color)!important;
}
.article_listing > div {
    padding: 10px;
    height: 200px;
}
.description_card_product > *:first-of-type {
    padding-top: 0;
}
.slider_product_card .single_image img {
    max-height: 320px;
}
div.scrollup {
    right: 30px;
    bottom: 100px;
}
.scrollup > svg {
    fill: var(--sm-btn-color);
}
.scrollup:hover > svg {
    fill: #fff;
}
.nav-tabs > li > a,
.nav-tabs > li > .tablinks {
    border-radius: 3px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > .tablinks:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > .tablinks,
.nav-tabs > li.active > .tablinks:focus,
.nav-tabs > li.active > .tablinks:hover {
    background: var(--sm-btn-color);
    color: var(--sm-btn-text-color);
}
.p_attr_text .prod_options tr td {
    padding-bottom: 6px;
    font-size: 13px;
    color: #8f8f8f;
    font-family: Arial, "Helvetica CY", sans-serif;
    width: auto !important;
}
.p_attr_text .prod_options tr td:last-of-type {
    text-align: right!important;
    font-size: 13px;
    color: #191919;
    font-family: Arial, "Helvetica CY", sans-serif;
    font-weight: bold;
}
.quantity-selector-mask input,
#r_buy_intovar .btn {
    height: 43px;
    font-size: 14px;
    font-family: Arial, "Helvetica CY", sans-serif;
    border-radius: 3px;
    line-height: 20px;
}
.new_price_card_product {
    line-height: 43px;
}
.thumbs div.active {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.category_heading {
    margin: 0 0 35px;
    color: #282828;
    font-size: 30px;
    font-family: "Gotham-Pro-Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.category .subcats_imgs > div {
    height: 100px;
    min-height: auto;
    margin-bottom: 20px;
}
.category .subcats_imgs > div a {
    display: block;
    color: black;
    text-decoration: none;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f1f1f1;
    border: 1px solid #ececec;
    position: relative;
    font-size: 16px;
    width: 100%;
    height: 100%;
    text-align: left;
}
.category .subcats_imgs > div a:hover {
    background-color: #ffffff;
    text-decoration: none;
    border: 1px solid #ececec;
}
.category .subcats_imgs > div a:after {
    content: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7C0.447715 7 0 7.44772 0 8C0 8.55228 0.447715 9 1 9L1 7ZM20.7071 8.70711C21.0976 8.31658 21.0976 7.68342 20.7071 7.29289L14.3431 0.928932C13.9526 0.538408 13.3195 0.538408 12.9289 0.928932C12.5384 1.31946 12.5384 1.95262 12.9289 2.34315L18.5858 8L12.9289 13.6569C12.5384 14.0474 12.5384 14.6805 12.9289 15.0711C13.3195 15.4616 13.9526 15.4616 14.3431 15.0711L20.7071 8.70711ZM1 9L20 9V7L1 7L1 9Z' fill='%23EC1B25'/%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    bottom: 10px;
    right: 25px;
}
.filter_box .dipcen .filter_heading {
    padding: 20px 0 0 0;
}
.filter_box .filter_heading {
    font-family: "SF-UI-Display-Bold", sans-serif;
    font-weight: 700;
    margin: 19px 0 20px 0;
    display: block;
    padding: 9px 0 0 0;
    color: #191919;
    font-size: 17px;
}
.accordion,
.filter_box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.banner_find_equip.container .container > .row {
    margin: 0;
}
.category .banner_find_equip {
    margin: 20px 0 40px 0;
}
.category .banner_find_equip .container {
    width: 100% !important;
}
.category .our_services_block {
    padding: 0;
}
.sidebar-toggle-up {
    width: 43px;
}
.sidebar-toggle-up svg {
    fill: var(--sm-btn-text-color);
}
.sidebar-toggle-up:hover svg {
    fill: var(--sm-btn-color);
}
#last_projects_carousel {
    position: relative;
    margin-bottom: 50px;
}
#last_projects_carousel .owl-nav {
    width: 82px;
}
#last_projects_carousel .item {
    height: 200px;
    border: 4px solid #f3f1ec;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
}
#last_projects_carousel .item:hover {
    border-color: var(--sm-btn-color);
}
#last_projects_carousel .item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}
#quality_service_block {
    width: 100%;
    border: 4px solid #e8ecef;
    padding: 27px 40px 27px 30px;
    margin-bottom: 50px;
    margin-top: 0;
}
aside #quality_service_block {
    margin-top: 50px;
    margin-bottom: 0;
}
#quality_service_block .row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
aside #quality_service_block .row {
    flex-direction: column;
}
#quality_service_block .row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
aside #quality_service_block .row > div {
    display: block;
}
#quality_service_block h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'museo_sans_cyrl700', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
    width: 19.9%;
}
aside #quality_service_block h3 {
    margin-bottom: 26px;
    width: 100%;
}
#quality_service_block .quality_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: rgb(0, 0, 0);
    line-height: 1.333;
    font-size: 14px;
    font-family: Arial, 'Helvetica CY', sans-serif;
    width: 20%;
}
aside #quality_service_block .quality_block {
    align-items: flex-start;
    margin-bottom: 33px;
    width: 100%;
}
aside #quality_service_block .quality_block:last-of-type {
    margin-bottom: 0;
}
aside #quality_service_block .quality_block > div {
    display: block;
}
#quality_service_block .quality_block .quality_block_image {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    margin-right: 20px;
}
.prod_attributes_header h2{
    margin-bottom: 10px;
    font-size: 24px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.description_card_product .attr_select table {
    font-size: 16px;
}
.description_card_product .attr_select .color_attributes-item img {
    height: 40px;
    width: 40px;
    max-height: 40px;
    max-width: 40px;
    min-height: 40px;
    min-width: 40px;
}
#tab-downloads {
    background: #F5F5F5;
    border-radius: 3px;
    padding: 50px 40px;
    margin-bottom: 30px;
}
#tab-downloads h2 {
    font-size: 26px;
    text-align: center;
    line-height: 32px;
    margin-bottom: 10px;
}
#tab-downloads .files_to_download_tab .file_to_download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 2px solid #a5a5a5;
    gap: 10px;
}
#tab-downloads .files_to_download_tab .file_to_download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 2px solid #a5a5a5;
}
#tab-downloads .files_to_download_tab .file_to_download:last-of-type {
    border-bottom: none;
}
#tab-downloads .files_to_download_tab .file_to_download span {
    font-size: 16px;
    overflow-wrap: normal;
}
#tab-downloads .files_to_download_tab .file_to_download span.size {
    font-size: 12px;
}
#tab-downloads .files_to_download_tab .file_to_download .download_file {
    display: block;
    text-align: center;
    background: rgb(50, 50, 48);
    border: 2px solid rgb(50, 50, 48);
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 3px;
}
#tab-downloads .files_to_download_tab .file_to_download .download_file:hover,
#tab-downloads .files_to_download_tab .file_to_download .download_file:focus {
    text-decoration: none;
    background: transparent;
    color: rgb(50, 50, 48);
}
.col_product .product .p_description .art {
    height: 22px;
}
@media (min-width: 992px) {
    .sidebar-toggle-back,
    .sidebar-toggle-up {
        display: none;
    }
}
@media (min-width: 768px) {
    .head_right_wrap-bottom {
        display: flex !important;
    }
}
@media (max-width: 1199px) {
    body,h4, h1, .logo a,
    .head_right_wrap .basket #shopping_cart_box .popup_cart,
    .slider_description_block, .wrap_block_header h2,
    .like_h2 h2, .our_services_block .our_service_desc h3,
    .banner_find_equip .banner_text_content h1,
    .banner_find_equip .banner_text_content p,
    .banner_find_equip .banner_text_content form .callback_info,
    #modal_cart_popup .btn-cart-continue,
    #modal_cart_popup .action_btn .btn-dismiss,
    #modal_cart_popup .action_btn #checkoutButton,
    #browse_category .category_block .category_name a,
    .product .model_product, .product button,
    .product .add2cart, .product .added2cart,
    .p_attr_text .prod_options tr td,
    .p_attr_text .prod_options tr td:last-of-type,
    .quantity-selector-mask input, #r_buy_intovar .btn,
    .category_heading, .filter_box .filter_heading,
    #quality_service_block h3, #quality_service_block .quality_block {
        font-family: "Open Sans", "Helvetica CY", sans-serif;
    }
    .form_search_site {
        padding-left: 0;
    }
    .logo a {
        font-weight: 300;
        font-family: "Open Sans", "Helvetica CY", sans-serif;
        font-size: 15px;
        margin: 20px 0;
    }
    .header {
        height: auto;
    }
    .head_left_wrap:before {
        display: none;
    }
    .head_left_wrap:after {
        display: none;
    }
    .head_left_wrap {
        width: 100%;
        padding-bottom: 0;
        min-height: 120px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .head_right_wrap {
        background: #FF0002;
        width: 100%;
        padding: 25px 15px 0 15px;
    }
    .head_right_wrap:before {
        background: #FF0002;
    }
    .head_right_wrap:before,
    .head_right_wrap:after {
        border-bottom: none;
        background: #FF0002;
    }
    .head_right_wrap:after {
        display: block;
        content: '';
        position: absolute;
        width: 1000px;
        height: 100%;
        left: auto;
        right: 100%;
        bottom: -24px;
        top: 0;
        background: #FF0002;
    }
    .head_right_wrap .main_nav li {
        margin-right: 0;
    }
    .slider_description_block {
        font-size: 18px;
    }
    .slider_description_block .container {
        padding-right: 375px;
    }
    .contacts_info_footer {
        margin-bottom: 20px;
    }
    .socials_section_footer {
        margin-bottom: 30px;
    }
    .socials_section_footer {
        padding-left: 0;
    }
    .our_services_block > .row {
        display: flex;
        flex-wrap: wrap;
    }
    .our_services_block > .row > div {
        display: flex;
    }
    .our_services_block .our_service_desc {
        display: block;
    }
    .our_services_block .our_service_img {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .our_services_block .our_service_img img {
        margin-bottom: 10px;
    }
    .head_right_wrap .basket #shopping_cart_box .popup_cart.basket_full {
        color: #cc1612;
    }
    .head_right_wrap .basket #shopping_cart_box .img_basket svg {
        fill: #fff;
        stroke: #fff;
    }
    .head_right_wrap .main_nav li > a {
        color: #ffffff;
    }
    .head_right_wrap .main_nav li > a:hover,
    .head_right_wrap .main_nav li > a:focus {
        background: #b80001;
    }
    .head_right_wrap .main_nav .dropdown:hover .caret {
        border-top: 6px solid #ffffff;
    }
    #browse_category .wrap_block_header h2 {
        margin: 20px auto 10px auto;
    }
    .head_right_wrap .phones_header {
        color: #fff;
    }
}
@media (max-width: 992px) {
    .head_right_wrap .main_nav li > a,
    .head_right_wrap .main_nav .dropdown-menu li a {
        font-size: 12px;
    }
    .wrap_block_header,
    .wrap_block_header h2,
    .like_h2 h2 {
        border-bottom: none;
    }
    body[data-page-name="article_info"] h1 {
        border-bottom: none;
        margin: -10px 0 10px;
    }
    #browse_category a {
        margin: 0;
    }
    #quality_service_block .row {
        flex-direction: column;
        align-items: flex-start;
    }
    #quality_service_block .row > div {
        display: block;
    }
    #quality_service_block h3 {
        margin-bottom: 26px;
        width: 100%;
    }
    #quality_service_block .quality_block {
        align-items: flex-start;
        margin-bottom: 33px;
        width: 100%;
    }
    #quality_service_block .quality_block:last-of-type {
        margin-bottom: 0;
    }
    #quality_service_block .quality_block > div {
        display: block;
    }
}
@media (max-width: 767px) {
    main {
        padding: 0 0 0 0;
        margin-bottom: 0;
    }
    header {
        position: static;
    }
    .logo {
        height: auto;
        width: auto;
    }
    .logo > a {
        height: auto;
        align-items: center;
    }
    .head_right_wrap-top {
        width: calc(100% - 60px);
        flex-direction: column;
        margin-bottom: 5px;
    }
    .head_right_wrap-bottom {
        width: 100%;
        min-width: 100%;
        display: block;
        position: relative;
    }
    .head_right_wrap-top .search-wrapper {
        width: 100%;
    }
    .search_site {
        display: flex;
        text-align: unset;
        text-align-last: unset;
        flex-direction: column;
    }
    .main_search_form {
        position: relative;
        background: transparent;
        top: auto;
        pointer-events: all;
        transform: none;
        transition: none;
    }
    .form_search_site {
        float: none;
    }
    .head_right_wrap {
        padding: 15px 15px 10px 15px;
    }
    .head_right_wrap .search_site_input {
        transform: none;
        transition: none;
    }
    .head_right_wrap .navbar-toggle {
        display: block;
        margin: 0;
        position: absolute;
        right: 0;
        top: -43px;
        background-color: #ddd;
    }
    .head_right_wrap .navbar-default {
        border-color: #e7e7e7;
        background-color: transparent;
        position: relative;
    }
    .head_right_wrap .main_nav {
        flex-direction: column;
    }
    .head_right_wrap .main_nav > ul {
        width: 100%;
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .head_right_wrap .main_nav li {
        width: 100%;
        float: none;
        border-bottom: 1px solid #ddd;
    }
    .head_right_wrap .main_nav li a {
        padding: 10px 15px;
    }
    .head_right_wrap .main_nav .dropdown-menu {
        position: static;
        box-shadow: none;
        border: none;
        background: transparent;
    }
    .head_right_wrap .main_nav .dropdown-menu li a {
        background: #e8ecef;
        padding: 5px 15px 5px 25px;
        color: #777;
        font-size: 14px;
        text-align: center;
    }
    .head_right_wrap .main_nav .dropdown-menu li a:hover {
        color: #333;
        background: transparent;
    }
    .head_right_wrap .basket {
        justify-content: center;
        padding: 10px 15px 0;
    }
    .head_right_wrap-bottom {
        display: none;
        margin: 0 0 0 0;
    }
    .position-relative.slider_main {
        position: relative;
    }
    .slider_description_block .container {
        padding: 15px;
    }
    .slider_main .owl-dots {
        visibility: visible;
    }
    .slider_main #carousel-custom-dots {
        position: absolute;
        top: auto;
        bottom: 108px;
    }
    .subscribe_news p {
        margin: 0 0 20px 0;
    }
    .socials_section_footer {
        padding-left: 15px;
    }
    .list_footer,
    #kabinet_footer,
    .contacts_info_footer_phones .phones,
    #footer_contacts {
        display: block;
    }
    .our_services_block .our_service_block {
        margin-bottom: 30px;
    }
    .our_services_block .our_service_desc {
        text-align: center;
    }
    .our_services_block .our_service_img img {
        max-height: 80px;
        margin-bottom: 20px;
    }
    .form_subscribe_news {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .form_subscribe_news > div {
        width: 100%;
        padding: 0;
        margin-right: 20px;
    }
    .form_subscribe_news > div:last-of-type {
        max-width: 125px;
        margin-right: 0;
    }
    .ac_results {
        position: absolute;
        width: calc(100% - 30px) !important;
    }
    #browse_category .category_block .subcategories_block a {
        font-size: 18px;
    }
    .head_right_wrap .phones_header {
        display: none;
    }
    #tab-downloads .files_to_download_tab .file_to_download {
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
        gap: 10px;
    }
}
@media (max-width: 720px) {
    header .header_wrap {
        top: 0;
    }
}
@media (max-width: 600px) {
    .category .form-group.row.subcats_imgs {
        margin: 0 0;
    }
    .category .subcats_imgs > div:nth-of-type(n) {
        padding: 0 15px 0 0;
        margin-bottom: 30px;
    }
    .category .subcats_imgs > div:nth-of-type(2n) {
        padding: 0  0 0 15px;
        margin-bottom: 30px;
    }
}
@media (max-width: 420px) {
    .our_services_block .our_service_img img {
        margin-bottom: 0;
    }
}