@font-face{font-family:"lato";font-style:normal;font-weight:300;src:url("/fonts/LatoLight/LatoLight.eot?#iefix") format("embedded-opentype"),url("/fonts/LatoLight/LatoLight.woff2") format("woff2"),url("/fonts/LatoLight/LatoLight.woff") format("woff"),url("/fonts/LatoLight/LatoLight.ttf") format("truetype"),url("/fonts/LatoLight/LatoLight.svg#lato") format("svg")}
@font-face{font-family:"roboto";font-style:normal;font-weight:300;src:url("/fonts/RobotoLight/RobotoLight.woff2") format("woff2"),url("/fonts/RobotoLight/RobotoLight.woff") format("woff"),url("/fonts/RobotoLight/RobotoLight.ttf") format("truetype")}

/* MAIN TEMPLATE */
* {
    /*font-family: Verdana;*/
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
/*h1:not(.entry-title):not(.element_name) {
    font-family: 'Roboto', sans-serif !important;
    font-size: 17px !important;
    text-transform: uppercase;
    background: #ff6700;
    color: white !important;
    display: inline-block;
    line-height: 30px !important;
    padding: 0px 15px;
    margin-bottom: 20px !important;
}*/
.clear_both {
    clear: both;
}
.display_none {
    display: none;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*margin: 0 0 -410px 0;*/
    padding: 0;
    overflow: hidden;
}
#head_wrap {
    background-color: #fffffc;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 3px 0px #000;
}
#head {
    width: 1180px;
    margin: 0 auto;
    height: 55px;
    position: relative;
}
#head .mobile_menu {
    display: none;
}
#content_wrap {
    width: 1180px;
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 15px;
}
#content_wrap.index {
    padding-top: 55px;
}
#content {
    padding-bottom: 25px;
}
.side_bar {

}
.content_bar {

}
.clear {
    clear: both;
}
#footerPush, #footerCover {
    /*height: 410px;*/
    margin: 0;
    padding: 0;
}
#footer {
    background: #eee;
    position: relative;
    width: 100%;
    overflow: hidden;
}
#footerCover {
    width: 1180px;
    margin: 0 auto;
    /*height: 410px;*/
}
#footerSubCover {
    color: white;
    padding-bottom: 10px;
    padding-left: 17px;
    padding-right: 17px;
}
#footerBottom {
    width: 100%;
    background: #0d0d0d;
    padding: 0px 30px;
}
#footerBottom .bottomContent {
    width: 1180px;
    margin: 0 auto;
    color: #ccc;
    height: 60px;
    line-height: 60px;
    font-family: 'lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
#footerBottom .bottomContent b {
    font-weight: 300;
}
#footerBottom .bottomContent span {
    color: #fff;
    line-height: 60px;
    font-family: 'lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.footerDescription {
    font-family: 'lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    line-height: 24px;
    padding: 10px 0px 30px 0px;
}
.footerContent {
    padding-top: 50px;
    text-align: center;
}
.footerLogo {
    display: inline-block;
    padding: 20px;
}
.footerSocial a {
    display: inline-block;
    width: 40px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}
.footerSocial a:hover {
    opacity: 0.7;
}
.footerSocial .vk {
    background-image: url('/img/footer_vk.png');
}
.footerSocial .vk2 {
    background-image: url('/img/footer_vk2.png');
}
.footerSocial .fb {
    background-image: url('/img/footer_fb.png');
}
.footerSocial .insta {
    background-image: url('/img/footer_insta.png');
}
.footerSocial .youtube {
    background-image: url('/img/footer_youtube.png');
}
.footerSocial .twitter {
    background-image: url('/img/footer_twitter.png');
}
.footerSections {
    padding-top: 20px;
}
.footerBlock .blockTitle {
    font-size: 20px;
    font-weight: 300;
    font-family: 'lato', sans-serif;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
    width: 86%;
    position: relative;
    margin-bottom: 20px
}
.footerBlock .blockTitle:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: 100%;
    border-top: 2px solid #e22835;
    width: 140px;
}
.footerBlock  .blockSections {
    width: 95%;
}
.footerBlock  .blockSections a {
    width: 47%;
    margin-right: 3%;
    display: inline-block;
    float: left;
    padding-left: 10px;
    /*background: url(/img/footer_li.png) 0px 2px no-repeat;*/
    color: #000;
    font-size: 16px;
    font-weight: 300;
    font-family: 'lato', sans-serif;
    line-height: 16px;
    margin-bottom: 12px;
}
.footerBlock  .blockSections a:hover {
    text-decoration: none;
    opacity: 0.7;
}
.clear_right {
    clear: right;
}
.orange_btn {
    color: white;
    background: #fd6c49;
    cursor: pointer;
    border: 0px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 20px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}
.orange_btn:hover {
    background: #ff8e73;
}

/* HEAD MENU */
.mobile_menu {
    width: 55px;
    height: 55px;
    float: left;
}
.mobile_menu_toggle {
    width: 55px;
    height: 55px;
    background: url('/img/menu-32-red.png') center center no-repeat;
    background-size: 28px;
    cursor: pointer;
}
.mobile_menu_toggle:hover {
    background: url('/img/menu-32.png') center center no-repeat #ff1a21;
    background-size: 28px;
}
.mobile_menu_items {
    position: absolute;
    top: 55px;
    left: 0px;
    width: 100%;
    z-index: 99;
    padding: 20px 35px;
    display: none;
    background: #fe6267;
    background: linear-gradient(to bottom, #ff1a21, #ff787c);
    opacity: 0.98;
    z-index: 999;
    overflow: auto;
}
.mobile_menu_items a {
    display: block;
    color: white;
    text-transform: uppercase;
    padding: 10px 0px;
    text-decoration: none !important;
    font-weight: bold;
}
.mobile_menu_items a:hover {
    color: #4b1214;
}
.mobile_menu_items a.with_subcats {
    padding-bottom: 15px;
}
.mobile_menu_items .menu_subcats {
    padding-left: 25px;
}
.mobile_menu_items .menu_subcats a {
    padding-top: 7px;
    padding-bottom: 7px;
}
.mobile_menu_subitems {
    padding-left: 30px;
}
.logo {
    display: block;
    float: left;
    height: 55px;
    color: white !important;
    font-size: 18px;
    line-height: 52px;
    padding: 0px 25px;
    text-decoration: none !important;
    background: transparent;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 250px;
}
.logo:hover {
    background: #eee;
}
.logo img {
    position: relative;
    top: -1px;
}

/* HEAD SUB MENU */
#head .sub_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 65px;
    left: 0px;
    border: 1px solid #eee;
    z-index: 99;
    width: 100%;
    box-sizing: border-box;
    background: white;
    display: table;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#head .sub_menu_wrap {
    display: table-row;
}
#head .submenu_items {
    width: 20%;
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #eee;
}
#head .submenu_items div {
    border-bottom: 1px solid #eee;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: black;
    padding: 15px 20px;
    cursor: pointer;
    box-sizing: border-box;
}
#head .submenu_items .submenu_active {
    background: #f5f5f5;
    position: relative;
}
#head .submenu_items .submenu_active:after {
    content: ' ';
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 9px;
    height: 8px;
    background: url('/img/orange_triangle.png') no-repeat;
}
#head .submenu_items_content {
    display: table-cell;
    width: 80%;
}
#head_shadow {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: black;
    opacity: 0.7;
    z-index: 98;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.catalog_dropdown_menu {
    position: relative;
}
.catalog_dropdown_menu .submenu_item_content {
    display: none;
}
.catalog_dropdown_menu .submenu_item_content:first-child {
    display: block;
}
.catalog_dropdown_menu .submenu_item:hover .submenu_item_content {
    display: block;
}
.catalog_dropdown_menu .submenu_category_wrap {
    width: 100%;
    padding: 0px;
}
.catalog_dropdown_menu .submenu_category {
    display: table-row;
}
.catalog_dropdown_menu .submenu_category_descr {
    width: 35%;
    display: table-cell;
}
.catalog_dropdown_menu .submenu_category_items {
    padding-left: 0px;
    width: 100%;
    display: block;
    position: relative;
}
.catalog_dropdown_menu .submenu_category_items:after {
    content: ' ';
    display: block;
    clear: both;
}
.catalog_dropdown_menu .category_title img {
    float: left;
    width: 20%;
}
.catalog_dropdown_menu .category_title .category_name {
    float: right;
    width: 77%;
    padding-top: 15px;
}
.catalog_dropdown_menu .category_title:after {
    content: ' ';
    display: block;
    clear: both;
}
.catalog_dropdown_menu .category_name div {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #939393;
}
.catalog_dropdown_menu .category_name span {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000;
}
.catalog_dropdown_menu .category_title:after {
    /*content: ' ';
    display: block;
    clear: both;*/
}
.catalog_dropdown_menu .category_descr {
    color: #939393;
    font-family: 'Roboto', sans-serif;
    padding-top: 10px;
    margin-top: 15px;
    border-top: 2px solid #eee;
    position: relative;
}
.catalog_dropdown_menu .category_descr:before {
    content: ' ';
    display: block;
    position: absolute;
    top: -2px;
    left: 0px;
    width: 110px;
    height: 2px;
    background: #ff6700;
}
.catalog_dropdown_menu .submenu_category_item {
    width: 25%;
    height: 115px;
    float: left;
    padding: 30px 10px 30px 40px;
    box-sizing: border-box;
    position: relative;
}
.catalog_dropdown_menu .submenu_category_item img {
    float: left;
}
.catalog_dropdown_menu .submenu_category_item .item_name {
    display: inline-block;
    padding-top: 5px;
    color: black;
    font-family: 'lato', sans-serif;
    text-decoration: none;
    margin-bottom: 6px;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 300;
}
.catalog_dropdown_menu .submenu_category_item .item_name.with_models {
    margin-bottom: 4px;
}
.catalog_dropdown_menu .submenu_category_item .item_name.with_models:after {
    display: none;
}
.catalog_dropdown_menu .submenu_category_item .item_link:hover .item_name {
    color: #ff6700;
}
.catalog_dropdown_menu .submenu_category_item .item_name:after {
    content: ' ';
    display: block;
    width: 25px;
    height: 2px;
    background: #eee;
    position: relative;
    top: 2px;
}
.catalog_dropdown_menu .submenu_category_item .item_link:hover .item_name:after {
    background: #ff6700;
}
.catalog_dropdown_menu .submenu_category_item .item_models {
    float: left;
    padding-left: 7px;
}
.catalog_dropdown_menu .submenu_category_item .models a {
    display: block;
    float: left;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #898989;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-decoration: none;
    padding: 2px 8px 2px 8px;
}
.catalog_dropdown_menu .submenu_category_item .models a:last-child {
    border-right: 1px solid #eee;
}
.catalog_dropdown_menu .submenu_category_item .models a:hover {
    background: #ff6700;
    color: white;
}
.catalog_dropdown_menu .models {
    margin-left: 43px;
}
.catalog_dropdown_menu .models:after {
    content: ' ';
    display: block;
    clear: both;
}
#head .top_menu .menu_item {
    display: block;
    float: left;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#head .top_menu .menu_item_link {
    display: inline-block;
    color: #000;
    font-size: 18px;
    line-height: 55px;
    height: 55px;
    padding: 0px 20px;
    text-decoration: none !important;
    font-family: 'roboto', sans-serif;
    font-weight: 300;
}
#head .top_menu .with_submenu .menu_item_link {
    padding-right: 36px;
    position: relative;
}
#head .top_menu .with_submenu .menu_item_link:before {
    content: ' ';
    display: block;
    width: 9px;
    height: 5px;
    background: url('/img/drop.png') no-repeat;
    position: absolute;
    top: 25px;
    right: 14px;
}
#head .top_menu .menu_item:hover {
    background: #eee;
    color: #000;
}



/* HEAD SEARCH */
.search {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 55px;
    overflow: hidden;
    display: none;
}
.input_wrap {
    width: 100%;
    box-sizing: border-box;
    padding-right: 60px;
}
.search input {
    border: 1px solid #da3f00;
    margin: 5px 0px;
    line-height: 43px;
    background: #ed4400;
    color: white;
    font-size: 18px;
    padding: 0px 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}
.search_btn {
    width: 55px;
    height: 55px;
    background: url('/img/search.png') center center no-repeat #fd6c49;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search_btn:hover {
    background: url('/img/search.png') center center no-repeat #ed4400;
}
/* MENU */
.submenu_category_wrap .submenu_rows a {
    text-align: center;
    text-decoration: none;
    padding-top: 60px;
    position: relative;
}
.submenu_category_wrap .submenu_rows a.col-lg-3 {
    height: 270px;
}
.submenu_category_wrap .submenu_rows a.col-lg-6 {
    height: 340px;
}
.submenu_category_wrap .submenu_rows a .submenu_subcat_name {
    color: #999;
    font-size: 18px;
    font-family: 'lato', sans-serif;
    font-weight: 300;
    padding: 10px 10px 0px 10px;
}
.submenu_category_wrap .submenu_rows a:hover .submenu_subcat_name {
    color: #ff6700;
}
.submenu_category_wrap .submenu_rows a:before {
    position: absolute;
    bottom: 0px;
    right: 10%;
    width: 80%;
    border-bottom: 1px solid #eee;
    content: ' ';
    display: block;
}
.submenu_category_wrap .submenu_rows a:after {
    position: absolute;
    top: 10%;
    right: 0px;
    height: 80%;
    border-right: 1px solid #eee;
    content: ' ';
    display: block;
}
.submenu_category_wrap .submenu_rows a:nth-child(4):after {
    display: none;
}
.catalog_dropdown_menu .submenu_category_item:before {
    position: absolute;
    bottom: 0px;
    right: 10%;
    width: 80%;
    border-bottom: 1px solid #eee;
    content: ' ';
    display: block;
}
.catalog_dropdown_menu .submenu_category_item:after {
    position: absolute;
    top: 20%;
    right: 0px;
    height: 60%;
    border-right: 1px solid #eee;
    content: ' ';
    display: block;
}
.catalog_dropdown_menu .submenu_category_items_title {
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -70px;
    width: 140px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background: white;
    z-index: 98;
}
.catalog_dropdown_menu .submenu_category_item:nth-child(2) .models:before,
.catalog_dropdown_menu .submenu_category_item:nth-child(3) .models:before,
.catalog_dropdown_menu .submenu_category_item:nth-child(4) .models:before,
.catalog_dropdown_menu .submenu_category_item:nth-child(5) .models:before {
    position: absolute;
    top: -1px;
    right: 10%;
    width: 80%;
    border-bottom: 1px solid #ff6700;
    content: ' ';
    display: block;
}
.catalog_sections_content {
    min-height: 1px !important;
}
.catalog_sections_content .submenu_category_items:first-child .submenu_category_item:nth-child(2) .models:before,
.catalog_sections_content .submenu_category_items:first-child .submenu_category_item:nth-child(3) .models:before,
.catalog_sections_content .submenu_category_items:first-child .submenu_category_item:nth-child(4) .models:before,
.catalog_sections_content .submenu_category_items:first-child .submenu_category_item:nth-child(5) .models:before {
    position: absolute;
    top: 10px !important;
    right: 10%;
    width: 80%;
    border-bottom: 1px solid #ff6700 !important;
    content: ' ';
    display: block;
}
.catalog_dropdown_menu .submenu_category_items:first-child .models:before {
    display: none;
}
.catalog_dropdown_menu .submenu_category_items:first-child .submenu_category_items_title {
    top: 0px;
}
.catalog_sections_content .submenu_category_items:last-child .submenu_category_item:nth-child(6):before,
.catalog_sections_content .submenu_category_items:last-child .submenu_category_item:nth-child(7):before,
.catalog_sections_content .submenu_category_items:last-child .submenu_category_item:nth-child(8):before,
.catalog_sections_content .submenu_category_items:last-child .submenu_category_item:nth-child(9):before {
    border-bottom: 1px solid #ff6700 !important;
}
.catalog_sections_content .submenu_subcat_name:before {
    position: absolute;
    top: 0px;
    right: 10%;
    width: 80%;
    border-bottom: 1px solid #eee;
    content: ' ';
    display: block;
}
.catalog_sections_content .submenu_category_item:nth-child(4n+2) {
    padding-left: 15px !important;
}
.catalog_sections_content .submenu_category_item:nth-child(4n+2) .models:before {
    width: 90% !important;
}
.catalog_sections_content .submenu_category_item:nth-child(4n+2):before {
    width: 90% !important;
}
.catalog_dropdown_menu .submenu_category_item:nth-child(4n+1):after {
    display: none;
}
.catalog_sections_content .submenu_category_item:nth-child(4n+1) .models:before,
.catalog_sections_content .submenu_category_item:nth-child(4n+1):before {
    width: 90% !important;
    right: 0% !important;
}
.menu_cat_link img {
    max-width: 70%;
}

/* BLOG MENU */
#head .blog_block {
    margin-bottom: 30px;
}
#head .block_cats {
    width: 30%;
    float: left;
}
#head .block_posts {
    width: 68%;
    float: right;
}
#head .blog_block:after {
    content: ' ';
    display: block;
    clear: both;
}
#head .block_post {
    display: block;
    width: 25%;
    float: left;
    height: 60px;
    margin-bottom: 15px;
    position: relative;
}
#head .block_post:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    border-top: 1px solid #eee;
    display: none;
}
#head .block_post:hover .block_post_title {
    color: #999;
}
#head .block_post_title {
    float: left;
    width: 60%;
    margin-right: 5%;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-left: 35%;
    overflow: hidden;
}
#head .block_post_date {
    float: left;
    width: 60%;
    margin-right: 5%;
    font-family: 'Roboto', sans-serif;
    color: #bbb;
    font-style: italic;
    font-size: 12px;
    display: none;
}
#head .blog_sub_menu {
    padding: 20px;
}
#head .block_post_pic {
    width: 30%;
    float: left;
    height: 100%;
    overflow: hidden;
    z-index: 99;
    position: absolute;
}
#head .block_post_pic div {
    position: absolute;
    top: 0px;
    left: -25px;
    text-align: center;
    height: 100%;
}
#head .block_post_pic img {
    max-height: 100%;
}
#head .block_title {
    font-family: 'lato', sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}
#head .block_cats .cat_link {
    text-transform: uppercase;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding-left: 20px;
    position: relative;
    line-height: 22px;
    color: #777;
    text-decoration: none !important;
    width: 50%;
    display: block;
    float: left;
    margin-bottom: 10px;
}
#head .block_cats .cat_link:before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '\2022';
    font-size: 30px;
    line-height: 22px;
    color: #ccc;
}
#head .block_cats .cat_link:hover {
    color: #e22835;
}
#head .block_cats .cat_link:hover:before {
    color: #e22835;
}
.catalog_section {
    margin: 0px !important;
}
#content_wrap {
    padding-left: 10px;
    padding-right: 10px;
}
.td-ss-main-sidebar {
    padding-top: 55px;
}
.no_margins {
    margin-left: 0px;
    margin-right: 0px;
}
.no_paddings {
    padding-left: 0px;
    padding-right: 0px;
}
.footerBlock {
    padding-bottom: 15px;
}

/* WORDPRESS */
.post .td-post-next-prev-content a {
    font-family: Verdana, Geneva, sans-serif;
}
.td-pb-row {
    margin-left: 0px;
    margin-right: 0px;
}
@media (max-width: 1200px) {
    .post-template-default #head {
        width: 100%;
    }
}


/* ADAPTIVE */
@media (max-width: 1200px) {
    #head {
        width: 972px;
    }
    #content_wrap {
        width: 972px;
    }
    #footerCover {
        width: 972px;
    }
    .footerBlock  .blockSections a {
        width: 100%;
        margin-right: 0%;
    }
    .catalog_dropdown_menu .submenu_category_item img {
        width: 25%;
    }
    .catalog_dropdown_menu .submenu_category_item .item_name {
        width: 69%;
        margin-left: 6%;
    }
    .catalog_dropdown_menu .submenu_category_item {
        padding: 25px 20px 20px 20px;
    }
    .catalog_dropdown_menu .models {
        margin-left: 31%;
    }
    .submenu_category_items_title {
        display: none;
    }
    #head .block_cats .cat_link {
        font-size: 14px;
    }
    .catalog_sections_content.catalog_dropdown_menu .submenu_category_item img {
        width: 18%;
    }
    .catalog_sections_content.catalog_dropdown_menu .models {
        margin-left: 24%;
    }
    .index_catalog_wrap h1 {
        width: 12% !important;
    }
}
@media (max-width: 992px) {
    #head {
        width: 748px;
    }

    #content_wrap {
        width: 748px;
    }

    #footerCover {
        width: 748px;
    }

    .catalog_dropdown_menu .submenu_category_item {
        padding: 10px 15px !important;
    }
    .catalog_dropdown_menu .submenu_category_item .item_link {
        display: block;
    }
    .catalog_dropdown_menu .submenu_category_item .item_link:after {
        content: ' ';
        display: block;
        clear: both;
    }
    .catalog_dropdown_menu .submenu_category_item img {
        width: 25%;
    }
    .catalog_dropdown_menu .submenu_category_item .item_name {
        width: 69%;
        margin-left: 6%;
    }
    .catalog_dropdown_menu .models {
        margin-left: 0px;
        margin-top: 10px;
    }
    .submenu_category_items_title {
        display: none;
    }
    .submenu_category_wrap .submenu_rows a.col-lg-3 {
        height: auto;
        padding: 20px 0px 15px 0px;
    }
    .submenu_category_wrap .submenu_rows a.col-lg-3:nth-child(2n):after {
        display: none;
    }
    .submenu_category_wrap .submenu_rows a.col-lg-3:nth-child(2n+1) {
        clear: both;
    }
    .submenu_category_wrap .row {
        margin: 0px;
    }
    .submenu_category_wrap .menu_cat_link img {
        display: inline-block;
        height: 120px;
    }
    .submenu_category_wrap .submenu_rows a.col-lg-6 {
        height: auto;
        padding: 20px 0px 15px 0px;
    }
    #head .block_cats {
        width: 42%;
    }
    #head .block_posts {
        width: 57%;
    }
    #head .block_post {
        width: 50%;
        height: 45px;
        overflow: hidden;
    }

    .catalog_sections_content.catalog_dropdown_menu .submenu_category_item .item_link {
        margin-top: 10px;
    }
    .catalog_sections_content.catalog_dropdown_menu .models {
        margin-left: 0px;
        margin-top: 5px;
    }
    .index_catalog_wrap h1 {
        width: 16% !important;
    }
    .catalog_cats_list {
        width: 80% !important;
    }
}
@media (min-width: 768px) {
    .mobile_menu_items {
        display: none !important;
    }
    body {
        overflow: visible !important;
    }
}
@media (max-width: 768px) {
    #head {
        width: 100%;
    }
    #content_wrap {
        width: 100%;
    }
    #footerCover {
        width: 100%;
    }
    .bottomContent b {
        display: none;
    }
    .logo {
        width: 270px !important;
    }
    .top_menu {
        display: none;
    }
    #head .mobile_menu {
        display: block;
    }
    .catalog_sections_content .catalog_section .submenu_category_items:first-child .submenu_category_item .models:before {
        top: 0px !important;
    }
    .catalog_sections_content.catalog_dropdown_menu .submenu_category_item .item_link {
        margin-top: 0px;
    }
    .catalog_sections_content.catalog_dropdown_menu .submenu_category_item img {
        width: auto;
        height: 84px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .catalog_sections_content.catalog_dropdown_menu .models {
        margin-top: 0px;
        text-align: center;
    }
    .catalog_dropdown_menu .submenu_category_item .item_name {
        width: 100%;
    }
    .catalog_dropdown_menu .submenu_category_item .models a {
        text-align: center;
        float: none;
        display: inline-block;
    }
    .catalog_dropdown_menu .submenu_category_item {
        height: 155px;
    }
    .catalog_dropdown_menu .submenu_category_item .item_name.with_models {
        font-size: 14px;
        text-align: center;
        margin-left: 0px;
    }
    .index_catalog_wrap h1 {
        width: 40% !important;
    }
    .catalog_cats_list {
        width: 100% !important;;
    }
    .catalog_sections_content .submenu_category_item:nth-child(4n+1) .models:before,
    .catalog_sections_content .submenu_category_item:nth-child(4n+1):before {
        width: 80% !important;
        right: 10% !important;
    }
    .submenu_category_wrap .submenu_rows a:before {
        bottom: -1px;
    }

}
@media (max-width: 585px) {
    .catalog_sections_content .submenu_category_item {
        width: 50%;
    }
    .catalog_sections_content.catalog_dropdown_menu .submenu_category_item img {
        width: 40px;
    }
    .catalog_sections_content .submenu_category_items:first-child .submenu_category_item:nth-child(4) .models:before,
    .catalog_sections_content .submenu_category_items:first-child .submenu_category_item:nth-child(5) .models:before,
    .catalog_dropdown_menu .submenu_category_item:nth-child(4) .models:before,
    .catalog_dropdown_menu .submenu_category_item:nth-child(5) .models:before {
        display: none;
    }
    .catalog_sections_content .submenu_category_items:last-child .submenu_category_item:nth-child(6):before,
    .catalog_sections_content .submenu_category_items:last-child .submenu_category_item:nth-child(7):before {
        border-bottom: 1px solid #eee !important;
    }
    .catalog_dropdown_menu .submenu_category_item:nth-child(2n):before {
        width: 90%;
    }
    .catalog_dropdown_menu .submenu_category_item:nth-child(2n+1):after {
        display: none;
    }
    .catalog_dropdown_menu .submenu_category_item:nth-child(2n+1):before {
        width: 90% !important;
        right: 0% !important;
    }
    .catalog_dropdown_menu .submenu_category_item:nth-child(3) .models:before {
        width: 90% !important;
        right: 0% !important;
    }
    .catalog_dropdown_menu .submenu_category_item {
        padding: 10px 15px !important;
    }
    .catalog_sections_content .submenu_category_item:nth-child(2n+1) {
        padding-left: 5% !important;
        padding-right: 0px !important;
    }
    .catalog_sections_content .submenu_category_item:nth-child(2n+2) {
        padding-left: 0px !important;
        padding-right: 5% !important;
    }
}
@media (max-width: 450px) {
    #footerBottom .bottomContent b {
        display: none;
    }
}