@import "judirectory.css";
@import "modal.css";
@import "https://fonts.googleapis.com/css?family=Roboto:300italic,400italic,500italic,700italic,400,300,500,700subset=latin,cyrillic-ext";


@font-face {
    font-family: 'FontAwesome';
    src: url(/media/vendor/fontawesome-free/webfonts/fa-solid-900.woff) format('woff2');
    src: url(/media/vendor/fontawesome-free/webfonts/fa-solid-900.woff2) format('woff2'),
    url(/media/vendor/fontawesome-free/webfonts/fa-solid-900.svg) format('svg');
    font-weight: bold;
    font-style: normal
}

:root {
    box-sizing: border-box;
    font-size: calc(1vw + 0.6em);
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    margin: 0;
    font-family: Roboto, Arial, sans-serif;
    line-height: 1.5;
    color: #555;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
}

h3 {
    font-size: 1.875rem;
    font-weight: normal;
}

h2 {
    font-weight: normal;
}

/*
 * Links
 */
a {
    color: #1476b8;

    text-decoration: none;
}



a:hover {
    color: #08c;
    text-decoration: underline;
}

a:active {
    color: #00527a;
}

img {
    max-width: 100%;
}

.colorbox img {
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #dddbdb;
}
a.pdf {
    display: inline-block;
    padding: 14px 14px 1px 14px;
    background-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

a.pdf.icon {
    background-color: transparent;
    background-image: url(../images/pdf-icon.png);
    background-repeat: no-repeat;
    border: none;
    color: #e30003;
    padding: 15px 6px 15px 55px;
}
.parts-sublayout-1 > div

{
    display: block;
    margin: 1em 0;
}

/*
 * Header section
 */
header.document {
    background-color: #fff;

    display: flex;
}

header.document nav.menu {
    flex: 0 0 1.6em;
}

.logo {
    background-image: url(../images/avt-motors.jpg);
    background-repeat: no-repeat;
    max-width: 14em;
    background-size: 100%;
    margin: 0.4em 0.5em 0 0.9em;
    padding: 1em;
    flex: 20em;
}

header .about,
header address {
    display: none;
}

.phone-icon {
    background-image: url(../images/phone.svg);
    background-repeat: no-repeat;
    flex: 0 0 0.5em;
    height: .6em;
    font-size: 3em;
    margin: 0.14em 0 0 auto;
}

.search-icon {
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    flex: 0 0 0.5em;
    height: .6em;
    font-size: 3em;
    margin: 0.14em 0 0 0.2em;
}

header .btn-callback {
    display: none;
}


main article header {
    background-color: #08c;
    padding: 3em 0;
    color: white;
}

main article header h1 {
    color: white;
}

section.main {
    display: flex;
}

section.main nav.article-sidebar {
    display: none;
}


section.main nav.article-sidebar ul {
    font-size: 0.778rem;
    list-style: none;
    margin: 0;
    padding: 0;
}


h1 {
    font-size: 2.1em;
    font-weight: 400;
    margin: 0 0 0.5em;
}

.container {
    padding: 1em;
}
video {
    max-width: 100%;
}

/*
 * Menu
 */

.menu-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    transition: opacity 0.2s linear;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}

.menu-backdrop.open {
    display: block;
    opacity: 0.7;
}

.menu-dropdown {
    position: fixed;
    left: -300px;
    width: 300px;
    transition: all 0.2s linear;
    background-color: white;
    z-index: 100;
}

.menu-dropdown .container {
    padding: 0;
}

.menu-dropdown.open {
    left: 0;
}

ul.nav-menu.open {
    display: block;
}

header nav.menu ul {
    background-color: white;
    width: 300px;
    box-shadow: 3px 0 10px 0 rgba(0, 0, 0, .45);
}

.menu-toggle {
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 2.5em;
    width: 0.5em;
    height: 1em;
    line-height: 0;
    text-indent: 5em;
    white-space: nowrap;
    overflow: hidden;
}

.menu-toggle::after {
    display: block;
    content: "\2261";
    text-indent: 0;
    margin-top: -2px;
}

.nav-menu {
    list-style: none;
    padding-left: 0;
}

header .nav-menu {
    margin: 0;
    display: none;
    background-color: #fff;
    color: black;
}

header .nav-menu > li + li {
    border-top: 1px solid #ccc;
}

header .nav-menu li.menu-title a {
    color: #08c;
}


.nav-menu li.menu-back a {
    font-weight: normal;
}

.nav-menu li.menu-title {
    background-color: #fbfbfb;
}

.nav-menu li.menu-title a {
    font-weight: 700;
}

.nav-menu li.menu-back a:before {
    content: "";
    width: 18px;
    height: 12px;
    display: inline-block;
    background-image: url("../images/menu-back-arrow.svg");
    margin-right: 1em;
}

.nav-menu img {
    display: none;
}

.nav-menu ul,
div.category-list ul {
    list-style: none;
    padding: 0;
}

div.category-list ul li {
    padding-bottom: 0.414em;
}

div.category-list > ul > li {
    border: 1px solid #f2f2f2;
    padding: 2.344em;
}

div.category-list a {
    color: #08c;
    font-size: 1.094rem;
}

div.category-list > ul > li > h3 {
    margin: 1.25em 0 1em 0;
}

div.category-list > ul > li > h3 > a {
    color: #222;
    font-size: 1.563rem;
    font-weight: 500;
}

header .nav-menu ul {

    position: absolute;
    left: 100%;
    top: 0;
}

header .nav-menu ul {
    visibility: hidden;
    transition: all 0.2s linear;
}

header .nav-menu ul.open {
    visibility: visible;
}

footer .nav-menu ul {
    display: none;
}

footer h3 {
    color: white;
}



header .nav-menu li {

    border-bottom: 1px solid #f2f2f2;
    border-left: 2px solid transparent;
}

.nav-menu > li {
    position: static;
}

.nav-menu li.deeper > a {
    position: relative;
}

header .nav-menu li.deeper > a:after {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    content: "";
    border-left: 3px solid black;
    right: 1em;
    top: calc(50% - 4px);

}

.nav-menu li.current:has(> li.active) {
    border: 1px solid red;
}

header .nav-menu li.active {
    border-left: 2px solid #08c;
}

.nav-menu li a {
    display: block;
    padding: 0.8em 1em;
    color: black;
    font-size: 1.2rem;
    font-weight: 700;
}

.nav-menu li ul a {
    font-weight: normal;
}

footer .nav-menu li.item-735 {
    display: none;
}

ul.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.breadcrumb li {
    display: inline;
}

ul.breadcrumb li a {
    color: white;
    font-size: 0.9em;
}
.archive ul {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
}

.box-hover {

    transition: box-shadow 200ms   ease-out;
    border: 1px solid transparent;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0), 0 -0.05em 0.25em rgba(0, 0, 0, 0);


}

.media {
    padding: 1.4375em;
}

 .media,   .media-body {
    overflow: hidden;
    zoom: 1;
}

.media .page-header h2 {
    margin: 0;
}

.archive dl {
    margin-top: 0.625em;
}

.archive dd {
    margin: 0;
    color: #888888;
}

.main-category-list  {
    list-style: none;
    margin: 1em 0;
    padding: 0;

}
.main-category-list li{
    border: 1px solid #f5f5f5;
    border-bottom-width: 0;
}
.main-category-list li:last-child{

    border-bottom-width: 1px;
}

.main-category-list .stacked {
    display: none;
}

ul.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-item:first-child .page-link {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.disabled>.page-link, .page-link.disabled {
    color: #212529bf;
    pointer-events: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.428em;
    font-size: 1.094rem;
    color: #08c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition:
            color .15s ease-in-out,
            background-color .15s ease-in-out,
            border-color .15s ease-in-out,
            box-shadow .15s ease-in-out;
}
.icon-angle-left,
.icon-angle-right
{
    background-repeat: no-repeat;
    background-position: center;
    padding: 6px;
}
.icon-angle-left,  .icon-angle-double-left{
    background-image: url("../images/icon-angle-left.svg");
}

.icon-angle-right,  .icon-angle-double-right{
    background-image: url("../images/icon-angle-right.svg");
}

.icon-angle-double-right, .icon-angle-double-left {
    background-repeat: repeat-x;
    background-position: left;
    padding: 6px 9px;
}

ul.breadcrumb>li:not(:last-child):after
 {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 7px;
    padding: 0 8px 0 10px;
    vertical-align: middle;
    opacity: .2;
}

.media .media-img {
    max-width: 30%;
    float: left;
    box-sizing: border-box;
    margin-right: 20px;
}
.media .media-body {
    overflow: hidden;
    box-sizing: border-box;
    zoom: 1;
    display: block;
    width: auto;
}

.box-hover:hover

{
    transition: box-shadow 200ms ease-in;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1), 0 -0.05em 0.25em rgba(0, 0, 0, 0.1);
}
.archive h2 {
    font-size: 1.172rem;
    line-height:  1.33;
}

.archive h2 a {
    color:#222;
}
ul.breadcrumb li span {
    opacity: 0.8;
}

.mod-finder .btn-primary {
    font-weight: bold;
    border-radius: 2px;
}
.mod-finder .container  {
    padding: unset;
}


.mod-finder input.js-finder-search-query:focus-visible {
    border: none;
}


.mod-finder input.js-finder-search-query{
    border: none;
    font-size: 1.406rem;

    line-height: 1;
}

.mod-finder__search {
    display: flex;
}


.visually-hidden {
    display: none;
}

.mod-finder .awesomplete {
    display: block;

}

.mod-finder .btn-close {
    margin: 0.5em 1em;
}

.latestnews_news {
    margin: 0;
    padding: 0;
    list-style: none;
}

.latestnews_news li {
    margin-bottom: 2em;
    border: 1px solid #f2f2f2;
}

.latestnews_news .media-img {
    max-width: 100%;
    float: none;
    margin: 0;
}

.latestnews_news .media-img:hover {
    opacity: 1;
    -webkit-animation: flare .8s;
    animation: flare .8s;
}

.latestnews_news .media {
    padding: 0;
}

.latestnews_news .media-body {
    padding: 1em 1.422em 1em;
    font-size: 1.171rem;
}
.latestnews_news .media-body a {
    color: #222;
}

.latestnews_news dd {
    margin: 0;
}

.latestnews_news time {
    color: #999;
    font-size: 1rem;
}
.latestnews_news .entry-meta {
    margin-top: 1em;
}
a.link-all-news{
    text-align: right;
    display: block;
    margin-top: -48px;
    margin-bottom: 15px;
}


@keyframes flare {
    0% {
        opacity: .65
    }

    100% {
        opacity: 1
    }
}


.our-projects .blog-item:not(:last-child) {
    border-bottom: 2px solid #08c;
    padding: 1em 0;
}
.our-projects .blog-item:last-child {
    padding: 1em 0;
}

.our-projects .blog-item .item-content h2,
.our-projects .blog-item .item-content p
{
    margin: 0;
}

.judir-listing-details .description td {
    width: 50%;
}


.our-projects .blog-item .item-image {

    max-width: 100%;
    margin: 0;
}

.our-projects .blog-item .item-image img {
    margin: 0 2em 0 0;
}


footer {
    background-color: #373d44;
    color: white;
    padding: 0 1em 2em;

}

footer .nav-menu {
    background-color: inherit;
}

footer .nav-menu > li {
    border-bottom: 1px solid #41474e;
}


footer .nav-menu li a {
    color: white;
    padding: 0.8em 0;
    position: relative;
}

footer .nav-menu li ul li a {
    padding: 0 0 0.8em;
}

footer .nav-menu li ul li a {
    color: #a7a7a7;
    font-size: 1.1rem;
}

footer .nav-menu > li.deeper > a::after {
    content: "\f054";
    font: 12px / 1 FontAwesome;
    color: white;
    font-weight: normal;
    position: absolute;
    right: 0;
    transform: rotateZ(90deg);
    transition: all 0.1s;
}

footer .nav-menu > li > a.open::after {

    transform: rotateZ(270deg);
}


footer .nav-menu li.menu-back, footer .nav-menu li.menu-title {
    display: none;
}

footer address {
    font-style: normal;
}

footer address a {
    display: block;
    padding: 1.4em 0 0 2em;
    font-size: 1.2rem;
    position: relative;
    color: white;
}

address a:before {
    font-family: "FontAwesome", serif;
}

footer address a:link {
    color: white;
}

footer address a:before {
    position: absolute;
    color: #969ba5;
    left: 0;
}

footer address a.location {
    text-decoration: none;
}

address a.phone:before {
    content: "\f879"
}

address a.phone {
    font-weight: bold;
    font-size: 1.2rem;
}

address a.location:before {
    content: "\f3c5"

}

address a.email:before {
    content: "\f0e0"

}


@media (min-width: 50em) {
    :root {
        font-size: 1.125em;
    }
}

@media (min-width: 64em) {
    header.document {
        justify-content: space-between;
    }

    .menu-toggle {
        display: none;
    }

    header {

    }

    header.document nav.menu {
        flex: 0;
    }

    .menu-dropdown {
        display: block;
        position: absolute;
        right: 0;
        left: 0;
        top: 4.749em;
        width: unset;
        z-index: auto;
    }

    header .phone-icon,
    header .search-icon {
        display: none;
    }

    header .menu-dropdown li .search-icon {
        display: block;
        background-position: bottom;
    }

    header .menu-dropdown li.item-735 {
        max-width: 30px;
    }

    .mod-finder .awesomplete {
        width: 100%;
    }

    .mod-finder .container  {
        padding:  0 1em;
    }

    section.main nav.article-sidebar ul.nav li a {
        color: #222;
        border-top: 1px solid #e8e8e8;
        text-decoration: none;
        padding: 1em 3.357em 1em 1.357em;
        display: block;
        position: relative;

    }

    section.main nav.article-sidebar ul.nav li.deeper > ul {
        display: none;
    }

    section.main nav.article-sidebar ul.nav li.deeper.active > a {
        background: #08c;
        color: white;

    }

    section.main nav.article-sidebar ul.nav li.deeper.active > a:after {
        color: white;
        transform: rotateZ(90deg);
    }

    section.main nav.article-sidebar ul.nav li.deeper.active > ul {
        display: block;
        background-color: #fbfbfb;
        font-size: 0.722rem;
        padding: 1em 0 1.154em;

    }

    section.main nav.article-sidebar ul.nav li.active.deeper > ul li a {
        border: none;
        padding: 0.230em 1.538em;
    }

    section.main nav.article-sidebar ul.nav li.active.deeper > ul li.current a {
        color: #007ab8;
    }

    section.main nav.article-sidebar ul.nav li.deeper > a:after {
        content: "\f054";
        font: 12px / 1 FontAwesome;
        color: #898989;
        font-weight: normal;
        position: absolute;
        right: 1.583em;
        top: 1rem;
        transition: all 0.1s;
    }

    section.main nav.article-sidebar ul.nav li img {
        display: none;
    }

    section.main nav.article-sidebar ul.nav li:last-of-type a {
        border-bottom: 1px solid #e8e8e8;
    }

    section.main nav.article-sidebar ul.nav li a:hover {
        color: #009ceb;
    }

    section.main nav.article-sidebar {
        flex: 25%;
        padding: 0 3em 0 0;
        display: block;
    }

    section.main .article-content {
        flex: 75%;
        background-color: white;
        margin-top: -4em;
        padding: 1.667em;
        box-shadow: 0 0 27px 0 rgba(0, 0, 0, .1);
    }

    main {
        background-color: #f3f3f3;
    }


    .container {
        margin: 0 auto;
        max-width: 1392px;
    }

    header .logo {
        margin: 0.4em 2.22em 0 0;
    }

    header .about {
        min-width: 18em;
    }


    header .about,
    header address,
    header .btn-callback {
        display: block;
        font-size: 0.778rem;
        font-style: normal;
    }

    header .btn-callback {
        color: #08c;
        border: 1px solid #08c;
        border-radius: 5px;
        padding: 0.928em 1.357em;
        text-decoration: none;
        min-width: 10.7em;
    }

    header .btn-callback:hover {
        color: white;
        background-color: #08c;

    }

    header address {
        display: flex;

        color: black;
    }

    header address a.phone,
    header address a.email,
    header address a.location {
        color: black;
        text-decoration: none;
        padding-left: 1.5em;
        position: relative;
    }

    header address a.location span {
        display: block;
    }

    header address .phone {
        flex: 0 1 12.857em;
        font-size: 0.833rem;
        font-weight: bold;
        min-width: 10em;
    }


    header address .phone:before,
    header address .location:before,
    header address .email:before {
        position: absolute;
        left: 0;
        color: #08c;
    }


    header address .location {
        flex: 0 1 14.286em;
        min-width: 18em;
    }

    header address .email {
        flex: 0 1 14.286em;
        min-width: 11em;
    }

    header .about p {
        margin: 0;
        color: #777;
    }

    header .nav-menu {
        display: flex;
        position: static;
        border: 0;
        padding: 0 1em;
    }

    header .nav-menu li {
        position: relative;
    }

    header ul.nav-menu li.menu-title,
    header ul.nav-menu li.menu-back,
    nav.article-sidebar li.menu-title,
    nav.article-sidebar li.menu-back {
        display: none;
    }

    header ul.nav-menu > li.deeper > a:after {
        content: "\f054";
        font: 12px / 1 FontAwesome;
        color: black;
        font-weight: normal;
        position: absolute;
        transform: rotateZ(90deg);
        transition: all 0.1s;
    }

    header ul.nav-menu ul {
        position: static;
        visibility: visible;
    }

    header ul.nav-menu > li > ul {
        position: absolute;
        right: 0;
        left: 0;
        top: 3.21rem;
        z-index: -1;
        visibility: visible;
        opacity: 0;
        border-top: 2px solid #08c;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);

    }

    header ul.nav-menu li ul ul {
        display: block;
    }

    header ul.nav-menu li ul li a {
        border-top: 1px solid #f0f0f0;
    }

    header ul.nav-menu li > a:hover {
        color: #08c;
    }

    header ul.nav-menu li:hover > ul {
        z-index: 2;
        opacity: 1;
    }

    header ul.nav-menu li.item-664 {
        position: static;
    }
    .nav-menu li.item-735 {
        display: list-item;
    }

    header ul.nav-menu li.item-664 > ul {
        top: 3.2779rem;
        border: 0;
        margin: 0 auto;
        max-width: 1320px;
        width: 100%;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    }

    header ul.nav-menu li.item-664 > ul,
    div.category-list > ul {
        display: flex;
        flex-wrap: wrap;
    }

    .archive h2 {
        font-size: 0.833rem;
        font-weight: 500;

    }

    header ul.nav-menu li.item-664 ul li img,
    div.category-list > ul > li > a {
        display: block;
        max-width: 60px;
        grid-row: span 2;
    }

    header ul.nav-menu li.item-664 > ul > li.menu-back,
    header ul.nav-menu li.item-664 > ul > li.menu-title {
        display: none;
    }

    div.category-list > ul > li > a,
    div.category-list > ul > li > a > img {
        max-width: 90px;
    }

    ul.breadcrumb li span {
        font-size: 0.67rem;
    }

    header ul.nav-menu li.item-664 > ul > li,
    div.category-list > ul > li {
        flex: 0 0 50%;
        display: inline-grid;
        grid-template-columns: 1fr 6fr;
        grid-template-rows: repeat(2, auto);
        grid-auto-rows: 1fr;
        grid-auto-flow: dense;
        align-self: self-start;
        padding: 1.5em;
        border: none;
    }

    div.category-list > ul > li {
        transition: box-shadow ease .3s
    }


    div.category-list > ul > li:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    }

    header ul.nav-menu li.item-664 a,
    div.category-list ul li a {

        border: 0;
        text-decoration: none;
    }

    header ul.nav-menu li.item-664 > ul > li > a {
        font-weight: 700;
        padding: 0 0 0.111rem;
    }

    div.category-list ul li ul li {
        padding-bottom: 0;
    }

    div.category-list > ul > li > h3 {
        margin: 0 0 0.238em 0;
        line-height: 1;
    }

    div.category-list > ul > li > a {
        margin: 0 1.4em 0 0;
    }

    div.category-list > ul > li h3 a {
        margin: 0;
        font-size: 1rem;
        font-weight: 500;
    }


    div.category-list > ul > li h3 a {
        color: #222;

    }

    div.category-list > ul > li h3 a:hover {
        color: #08c;
    }

    header ul.nav-menu li.item-664 ul li ul li a,
    div.category-list ul li ul li a {
        font-size: 0.723rem;
        color: #08c;
        line-height: 1.5;
        padding: 0.111rem 0;
    }

    div.category-list ul li ul li a {
        font-size: 0.778rem;
    }

    header ul.nav-menu li.item-664 ul li ul li a:hover,
    div.category-list ul li ul li a:hover {
        color: black;
    }

    header ul.nav-menu li.active {
        border-left: none;
    }

    header ul.nav-menu > li + li {
        border: 0;
    }

    header ul.nav-menu {
        border-top: 1px solid rgba(0, 0, 0, .05);
    }

    header nav.menu ul {
        box-shadow: none;
        width: unset;

    }

    header .nav-menu > li {
        flex: 1;
        border: 0;
    }

    header ul.nav-menu > li > a {
        padding: 1.09375em 0.3em;
        text-align: center;
    }

    header ul.nav-menu > li > a {
        font-size: 0.889rem;

        border: 0;
    }

    header ul.nav-menu li ul a {
        font-size: 0.835rem;
        border: 0;
    }

    header ul.nav-menu li.deeper > a:after {

        border: 0;
    }

    header ul.nav-menu li {
        border: 0;
    }
    .main-category-list {
        display: flex;
        flex-wrap: wrap;
    }
    .main-category-list li {
        width: 50%;
    }

    .main-category-list li:nth-child(even) {
        border-left-width: 0;
    }

    .main-category-list li:nth-last-child(2) {
        border-bottom-width: 1px;
    }

    .our-projects .blog-item {
        display: flex;

    }

    .latestnews_news {
        display: flex;
        justify-content: space-evenly;
    }

    .latestnews_news li {
        max-width: 285px;

        margin: 0 0.762em 1.524em;
    }
    .latestnews_news .media {
        display: block;
    }

    .latestnews_news .media .media-img {
        max-height: 190px;
        overflow: hidden;
    }
    .latestnews_news .page-header {
        font-size: 0.833rem;
        max-height: 45px;
        overflow: hidden;
        font-weight: 500;
    }

    .latestnews_news .entry-meta {
        margin-top: 0.1em;
    }

    .latestnews_news time {
        font-size: 0.722rem;
    }

    a.link-all-news{

        margin-top: -68px;
        margin-bottom: 25px;
    }

    .our-projects .blog-item:not(:last-child) {
        border-bottom: none;
    }

    .our-projects .blog-item  .item-content {
        border-left: 2px solid #08c;
        padding: 0 0 0 28px;
    }
    .our-projects .blog-item .item-image {
        margin: 0 28px 0 0;
        flex: 0 0 400px;
    }

    .parts-sublayout-1 {
        display: grid;
        align-items: center;
        margin-bottom: 1em;
    }

    .parts-sublayout-1 > div.text
    {
       grid-area: 1 / span 2;
    }

    .parts-sublayout-1 > .button-send-photo
    {
        grid-area: 2 / 1;
    }

    .parts-sublayout-1 > .link-examples-nameplate {
        grid-area: 2 / 2;
    }

    .parts-sublayout-1 div.catalog {
        grid-area: span 2 / 3;
    }


    .media {
        display: flex;

    }

    .autocenters {
        width: 50%;
        float: left;
    }

    .autocenters p,
    .autocenters h2,
    .autocenters h3

    {
        margin: 0;
    }
    .autocenters h3 {
        clear: both;
        font-weight: 500;
        font-size: 0.9rem;
        line-height: 1.3;
        margin: 0.5em 0;
    }


    footer ul.nav-menu {
        display: grid;
    }

    footer ul.nav-menu li.item-618 {
        grid-area: 3 span / 1;
    }
    footer ul.nav-menu li.item-664 {
        grid-area: 3 span / 2;
    }

    footer ul.nav-menu li.item-623 {
        grid-area: 3 span / 4;
    }

    footer ul.nav-menu li.item-620
    {
        grid-area: 1 / 3;
    }
    footer ul.nav-menu li.item-621
    {
        grid-area: 2 / 3;
    }
    footer ul.nav-menu li.item-622
    {
        grid-area: 3 / 3;
    }




    footer ul.nav-menu {
        flex: 1;
    }

    footer .nav-menu > li {
        padding-right: 1em;
    }

    footer ul.nav-menu > li > a {
        font-size: 0.833rem;
    }

    footer ul.nav-menu > li > a:hover {
        opacity: 0.8;
    }

    footer .nav-menu li ul li a {
        font-size: 0.777rem;
        padding: 0 0 0.7em;
    }

    footer .nav-menu > li.deeper > a::after {
        content: "";
    }

    .flex {
        display: flex;
    }

    footer nav {
        flex: 4;
    }

    footer .nav-menu > li {
        border: 0;
    }

    footer .nav-menu ul {
        display: block;
    }

    nav a:hover {
        text-decoration: none;
    }

    footer .nav-menu li ul li a:hover {
        color: white;
    }

    footer address {
        flex: 1;
        padding: 1.8em 0 0 0;
    }

    footer address h3 {
        padding: 0;
        margin: 0;
        font-size: 0.833rem;
    }

    footer address a, footer address a.phone {
        font-size: 0.833rem;
    }

    footer address a:hover {
        text-decoration: none;
        color: white;
    }
}

@media only screen and (max-width: 775px) {

    table, thead, tbody, th, td, tr {
        display: block;
    }

    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        margin: 0 0 1rem 0;
    }

    tr:nth-child(odd) {
        background: #ccc;
    }

    table tbody tr td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        position: absolute;
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }


    .judir-form-listings td:nth-of-type(1):before {
        content: "Фото";
    }

    .judir-form-listings td:nth-of-type(2):before {
        content: "Модель";
    }


    td.field_68:before,
    td.field_75:before,
    td.field_104:before,
    td.field_117:before,
    td.field_139:before,
    td.field_141:before,
    td.field_142:before
    {
        font-size: 0.8rem;
    }
    fieldset.filter_58 datalist option {
        font-size: 0.8rem;
    }
    table.equipment-in-stock td:nth-of-type(1):before {
        content: "№ п/п";
    }
    table.equipment-in-stock td:nth-of-type(2):before {
        content: "Наименование";
    }
    table.equipment-in-stock td:nth-of-type(3):before {
        content: "Артикул, код";
    }
    table.equipment-in-stock td:nth-of-type(4):before {
        content: "Статус";
    }
    table.equipment-in-stock td:nth-of-type(5):before {
        content: "Количество на складе";
    }
    table.equipment-in-stock td:nth-of-type(6):before {
        content: "Цена за единицу, с НДС 20%";
        font-size: 0.8rem;
    }
    .judir-listing-details .description table,
    .judir-listing-details .description tbody,
    .judir-listing-details .description tr,
    .judir-listing-details .description td,
    .judir-cat-info .cat-desc table,
    .judir-cat-info .cat-desc tbody,
    .judir-cat-info .cat-desc tr,
    .judir-cat-info .cat-desc td

    {
        display: revert;
        padding-left: revert;
        position: revert;
    }

}



