body {
    /*padding-top: 120px;*/
    /*font-family: 'Comic Sans MS', cursive;*/
    /*font-family: 'Muli', sans-serif;*/
}
h1 {
    font-size: 1.7rem;
}
#search__js::-webkit-input-placeholder {color:white;}/* webkit */
#search__js::-moz-placeholder          {color:white;}/* Firefox 19+ */
#search__js:-moz-placeholder           {color:white;}/* Firefox 18- */
#search__js:-ms-input-placeholder      {color:white;}/* IE */

#search__js:focus::-webkit-input-placeholder {opacity:0;}/* webkit */
#search__js:focus::-moz-placeholder          {opacity:0;}/* Firefox 19+ */
#search__js:focus:-moz-placeholder           {opacity:0;}/* Firefox 18- */
#search__js:focus:-ms-input-placeholder      {opacity:0;}/* IE */

#mainNav {
    padding-top: 0;
    text-align: center;
    color: white;
}
.cont-back {
    width: 100%;
    text-align: center;
    background-image: url(/image/menu.png);
    background-repeat: no-repeat;
    background-position: center;
}
#mainNav a{
    color: white;
}
#mainNav .cont{
    font-size: 115%;
    display: flex;
    flex-direction: column;
    padding-bottom: 75px;
}
.one-line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0px 90px 0px;
}
.two-line {
    padding-bottom: 25px;
}
.three-line {
    width: 100%;
    display: flex;
    justify-content: center;
}
.breadcrumb {
    background: white;
    font-size: 95%;
    padding-left: 0px;
}
.breadcrumb a{
    color: black;
    text-decoration: underline;
}
.marka-searc input, .marka-searc input:focus {
    background: #ffffff00;
    color: white;
    border-bottom: 1px solid white;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
}
.info-mark {
    margin-top: 40px;
}
.search-forms {
    margin-bottom: 30px;
}
.spisok {
    column-count: 4;
    color: black;
}
.spisok-disk {
    column-count: 5;
}
.pcd-search {
    margin-top: 40px;
    margin-bottom: 20px;
}
.model {
    margin-bottom: 0.1rem;
    padding-left: 13px;

}
.letter {
    border-left: 2px solid #4457e2;
    padding: 0;
    padding-left: 10px;
    color: black;
    font-weight: 700;
    margin-bottom: 0.1rem;
    height: 20px;
    font-size: 90%;
}
.model__eng {
    color: black;
    font-weight: 700;
    font-size: 90%;
}
.model__rus {
    font-size: 90%;
    color: black;
}
.bottom_text {
    /*padding-top: 35px;*/
    /*margin-top: 35px;*/
    /*border-top: 2px solid #007bff;*/
}
.bottom_text h2 {
     font-size: 1.5rem;
     padding-top: 15px;
}
.bottom_text h3 {
    font-size: 1.3rem;
    padding-top: 15px;
}

/*Таблицы*/
table.table-3 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 95%;
}
table.table-3 tr {
    background-color: #4457e2;
    color: white;
}

table.table-3 th,
table.table-3 td {
    text-align: left;
    padding: 8px;
    border: 1px solid #ffffff;
}
.td_none {
    display: none;
}
.tr_hover:hover {
    background-color: #3346a8;
}
.tr_top {
    border-bottom: 2px solid #ffffff;
}
.info_avto {
    font-weight: 700;
}
.info_param {

}
.tr_border {
    border-top: 2px solid #ffffff;
}
#footer {
    margin-top: 100px;
}
.footer-m {
    display: flex;
    justify-content: space-between;
}
.f-1 p {
    margin: 0;
    font-size: 90%;
}
.f-2 a {
    font-size: 95%;
    color: #222222;
    margin-left: 20px;
}
.footer-hr {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.footer-hr div{
    width: 1360px;
    border-bottom: 1px solid #9e9e9e;
}
.footer-2 {
    font-size: 85%;
    text-align: center;
}
.none {
    display: none;
}
.a_adm {
    color: white;
    text-decoration: none;
    font-weight: 500;
}
.a_adm:hover {
    color: #d6d6d6;
    text-decoration: underline;
}
@media screen and (max-width: 990px) {
  .mobile-none {
      display: none;
  }
}

@media screen and (max-width: 700px) {
    table.table-3 {
        border: 0;
    }



    table.table-3 thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table.table-3 tr {
        border-bottom: 1px solid #ddd;
        display: block;
        margin-bottom: 30px;
    }

    table.table-3 td {
        display: block;
        text-align: right;
    }

    table.table-3 td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.table-3 td:last-child {
        border-bottom: 0;
    }
    .td_none {
        display: block;
    }
}
/*end Таблицы*/
@media screen and (max-width: 960px) {
    .spisok {
        column-count: 3;
    }
}
@media screen and (max-width: 720px) {
    .spisok {
        column-count: 2;
    }
}
@media screen and (max-width: 540px) {
    .spisok {
        column-count: 1;
    }
}