@font-face {
    font-family: 'Open Sans';
    src: url("/css/fonts/OpenSans/OpenSans-Light.eot");
    src: url("/css/fonts/OpenSans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans-Light.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans-Light.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans-Light.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans-Light.svg#OpenSans-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/css/fonts/OpenSans/OpenSans-Semibold.eot");
    src: url("/css/fonts/OpenSans/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans-Semibold.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans-Semibold.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans-Semibold.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url("/css/fonts/OpenSans/OpenSans-CondensedBold.eot");
    src: url("/css/fonts/OpenSans/OpenSans-CondensedBold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans-CondensedBold.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans-CondensedBold.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans-CondensedBold.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans-CondensedBold.svg#OpenSans-CondensedBold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/css/fonts/OpenSans/OpenSans-Extrabold.eot");
    src: url("/css/fonts/OpenSans/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans-Extrabold.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans-Extrabold.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans-Extrabold.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans-Extrabold.svg#OpenSans-Extrabold") format("svg");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url("/css/fonts/OpenSans/OpenSans-CondensedLight.eot");
    src: url("/css/fonts/OpenSans/OpenSans-CondensedLight.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans-CondensedLight.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans-CondensedLight.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans-CondensedLight.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans-CondensedLight.svg#OpenSans-CondensedLight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/css/fonts/OpenSans/OpenSans-Bold.eot");
    src: url("/css/fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("/css/fonts/OpenSans/OpenSans.eot");
    src: url("/css/fonts/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"), url("/css/fonts/OpenSans/OpenSans.woff2") format("woff2"), url("/css/fonts/OpenSans/OpenSans.woff") format("woff"), url("/css/fonts/OpenSans/OpenSans.ttf") format("truetype"), url("/css/fonts/OpenSans/OpenSans.svg#OpenSans") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
}

html {
}

/* always display scrollbars */
body {
    font-size: 62.5%;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

input {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0px 0px 42px 0px;
    font-size: 14px;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #474747;
}

.rt {
    text-align: right;
}

.clear {
    clear: both;
}

.header-menu {
    background: #eaebec;
}

#headerWork_bkg {
    width: 100%;
    background: url(/img/road.png) no-repeat;
    height: 85px;
    background-size: cover;
    /* padding-top: 60px; */
}

#header_bkg {
    width: 100%;
    background: url(/img/road.png) no-repeat top center;
    /* padding-top: 60px; */
    background-size: cover;
    height: 80px;
}

p {
    /* font-family: 'Arial', sans-serif; */
    font-size: 16px;
    color: #000;
    margin: 10px 0px;
    line-height: 22px;
}

.wrapper {
    width: 100%;
    max-width: 1440px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

#logo {
    display: block;
    float: left;
    width: 250px;
    padding-top: 7px;
}

nav {
    height: 62px;
}

#slogan {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 7px;
}

#adress {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: left;
    float: right;
    line-height: 17px;
    margin-top: 0px;
    width: 310px;
    /* width: 207px; */
}

nav ul li {
    float: left;
    margin-left: 15px;
    margin-top: 24px;
    padding-right: 12px;
    border-right: 1px solid red;
}

nav ul li a {
    color: #000;
    /* font-family: 'Segoe UI Light', sans-serif; */
    font-size: 1.8em;
    font-weight: 300;
}

#submenu {
    z-index: 100;
    position: absolute;
    bottom: 0;
}

#submenu ul + ul {
    z-index: 100;
    position: absolute;
    bottom: 36px;
    right: 0;
    display: none;
}

#submenu ul + ul li p {
    display: block;
    height: 31px;
    color: white;
    background: black;
    opacity: 0.7;
    text-align: center;
    font-size: 1.4em;
    padding-top: 16px;
    /* font-family: 'Segoe UI Light', sans-serif; */
    cursor: default;
    padding: 12px 20px 0 20px;
}

#submenu ul li {
    float: left;
}

#submenu ul {
    margin-left: 2px;
}

#submenu ul li a {
    display: block;
    width: 236.5px;
    height: 37px;
    color: white;
    background: #454545;
    opacity: 0.7;
    text-align: center;
    font-size: 1.8em;
    padding-top: 19px;
    /* font-family: 'Segoe UI Light', sans-serif; */
}

#submenu ul li a:hover {
    color: white;
    background: none;
    opacity: 1;
}

#other_submenu {
    height: 61px;
    background: white;
    margin-top: 22px;
    border-bottom: 1px solid;
}

#other_submenu ul + ul {
    float: right;
}

#other_submenu ul li {
    float: left;
    border-right: 1px solid red;
    margin: 14px 0px;
    padding: 10px 0px;
}

#other_submenu ul li a {
    display: block;
    color: black;
    text-align: center;
    font-size: 1.4em;
    margin: 0px 30px;
}

#other_submenu ul + ul li a {
    cursor: pointer;
}

#page_content {
    margin-top: 15px;
    padding-bottom: 40px;
}

#left-content {
    float: left;
    width: 26.5%;
}

#right-content {
    text-align: justify;
}

#right-content-news {
    float: left;
    width: 583px;
}

h2,
h1 {
    font-size: 24px;
    color: #575555;
    margin: 13px 0px;
    /* font-family: 'Segoe UI light', Verdana, sans-serif; */
}

h2 a {
    font-size: 24px;
    color: #575555;
    margin-bottom: 25px;
    /* font-family: 'Segoe UI light', Verdana, sans-serif; */
    text-decoration: underline;
}

#sections li {
    margin-bottom: 24px;
}

#sections a {
    font-size: 1.8em;
    color: #575555;
}

#banner {
    width: 299px;
    border: 1px solid #B9B9B9;
    height: 385px;
}

#name {
    margin-top: 13px;
    text-align: center;
    padding: 10px 0;
    background: url('/img/dp.png') no-repeat;
    height: 30px;
    cursor: pointer;
}

#name h3 {
    font-size: 1.8em;
    color: #D52B33;
    display: none;
}

#text-content p {
    /* font-family: 'Segoe UI Light', sans-serif; */
    font-size: 1.4em;
    color: grey;
    margin-bottom: 20px;
    line-height: 22px;
}


/* новый футер */

.footer {
    background: #3e3e3e;
    color: #b2b2b2;
    text-align: center;
}

.footer__content {
    position: relative;
    max-width: 1440px;
    padding: 0 20px 20px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.footer__social {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}

.footer__logo {
    width: 130px;
}

.footer__textarea {
    font-size: 15px;
    color: inherit;
    text-align: left;
    line-height: 18px;
}

.footer__textarea_dark {
    color: #878787;
    line-height: 20px;
    text-align: center;
    margin-top: 60px;
}

.footer__text {
    font-size: 13px;
    margin-top: 10px;
    color: inherit;
}

.footer__text_dark {
    color: #878787;
}

.footer__disclamer {
    font-size: 12px;
    margin: 0 auto;
    max-width: 800px;
    margin-top: 10px;
    color: inherit;
    line-height: 14px;
}

.footer__supportix {
    display: inline;
    color: inherit;
    transition: all 0.2s ease-in-out;
}

.footer__supportix:hover {
    color: #fff;
}

.footer__metrica {
    position: absolute;
    right: 0;
    bottom: 50px;
}

.social-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-footer__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-left: 40px;
}

.social-footer__item {
    margin: 0 10px;
}

.social-footer__icon {
    width: 30px;
    height: 28px;
    fill: #acacad;
    transition: 0.2s all ease;
}

.social-footer__icon:hover {
    fill: #d72b2b;
}

.social-footer__icon_facebook:hover {
    fill: #475993;
}

.social-footer__icon_gray path {
    fill: #acacad;
}

.social-footer__icon_insta path {
    transition: 0.3s all ease;
}

/* footer {
 height: 80px;
   background: url(/img/road.png) no-repeat;
    background-size: cover;
}
footer ul {
  border-top: 1px solid grey;
}
footer ul li {
  float: left;
  margin: 9px 25px 0px 4px;
}
footer ul li a {
  font-size: 1.4em;
  color: #7b7b7b;
}
footer p {
  font-size: 1.4em;
  float: right;
  color: #7b7b7b;
    color: #FFFFFF;
  margin-top: 28px;
  margin-right: 200px;
} */
.list-style {
    border: none;
}

.list-style li {
    float: none;
    list-style-image: url(/img/tochk.png);
    margin: 10px 0;
}

/* footer span {
  color: red;
} */
#other_submenu ul li:last-child {
    border: none;
}

nav ul li:last-child {
    border: none;
}

/* footer ul li:last-child {
  width: 29px!important;
} */
#dealerst {
    display: block !important;
    width: 302px;
    height: 50px;
    float: right;
    background: url('/img/dp.png') no-repeat;
}

#dealerstnone {
    display: none;
}

.m_photobank li {
    width: 290px;
    float: left;
    margin: 0 0px 40px 0px;
}

.m_avards li {
    float: left;
    width: 180px;
    margin: 0 10px 10px 10px;
}

.m_shassi-tab-btn img {
    margin: 0 30px;
    max-width: 309px;
}

.m_shassi-tab-btn div {
    padding: 5px;
}

.m_shassi-tab-btn a {
    color: #414141;
}

.cn {
    text-align: center;
}

.sss {
    color: #ba0e15;
    text-align: center;
    font-weight: bold !important;
}

.m_chassi_grey_block tr {
    text-align: center;
}

.fw-norm span {
    color: #BA0E15;
}

.mab_image {
    text-align: center;
    color: #808080;
}

.model-property__list {
    /* font-family: 'Arial', sans-serif; */
    font-size: 15px;
    color: #000;
    margin: 10px 0px;
    padding-left: 20px;
    line-height: 22px;
}

.mab_summary {
    text-align: center;
    color: #808080;
    margin-top: 10px;
    /* font-family: 'Segoe UI Light'; */
}

nav ul li a.active {
    color: #f97373 !important;
}

#other_submenu ul li a.jiEst {
    color: #d40000;
}

.red {
    color: #b51115;
}

.standart {
    font-size: 14px;
    color: #4e4f50;
}

.left_menu_active {
    color: #E76264 !important;
}

.photo_text p:first-child,
.photo_text p:nth-child(2) {
    display: inline-block;
}

.photo_text p,
.flow {
    color: #444444 !important;
    margin-bottom: 0px;
    /* font-family: 'Segoe UI', sans-serif; */
    font-size: 14px;
}

.nav_str {
    clear: both;
    font-size: 14px;
    /* font-family: 'Segoe UI'; */
}

#purport ul {
    font-size: 14px;
    width: 290px;
    margin-bottom: 40px;
    float: left;
}

#purport li {
    margin-bottom: 10px;
}

b {
    /* font-family: 'Segoe UI', sans-serif; */
}

.for_the_model {
    border: 1px solid black;
}

.m_services {
    color: #4E4F50;
    /* font-family: 'Segoe UI Light', sans-serif; */
    font-size: 14px;
    line-height: 22px;
}

.label-cell {
    /* font-family: 'Segoe UI Light', sans-serif; */
    font-size: 14px;
}

.legend {
    /* font-family: 'Segoe UI Light', sans-serif; */
    font-size: 15px;
    color: #b51115;
}

h3 {
    color: #575555;
    /* font-family: 'Segoe UI Light'; */
}

.more_table {
    color: #505050;
    border: 1px solid #ECECEC;
    border-collapse: collapse;
    /* font-family: 'Segoe UI'; */
}

.more_table td {
    padding: 15px;
    border: 1px solid #ECECEC;
    border-collapse: collapse;
    vertical-align: middle;
}

.content .m__tech li {
    float: left;
    background: #E9E9E9;
    margin-right: 12px;
    margin-bottom: 18px;
}

.m__tech li a {
    font-size: 14px;
    padding: 23px;
    display: block;
}

.active a {
    color: red;
}

.tab1,
.tab1 td {
    border: 1px solid #ECECEC;
}

.tab2,
.tab2 td {
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}

.me {
    padding: 10px;
    color: #505050;
    font-weight: normal;
    border: 1px solid #ECECEC;
    vertical-align: middle;
}

time {
    color: #575555;
    font-size: 1.6em;
    font-weight: bold;
}

.mp_image {
    width: 270px;
    height: 200px;
}

.more:hover {
    text-decoration: underline;
}

nav ul li a:hover {
    text-decoration: underline;
}

#other_submenu ul li a:hover {
    text-decoration: underline;
}

/* footer ul li a:hover {
  text-decoration: underline;
} */
h3.rd {
    color: #af082f;
    font-size: 1.8em;
    /* font-family: 'Segoe UI'; */
}

h4.gr {
    color: #4e4f50;
    /* font-family: 'Segoe UI'; */
    font-weight: bold;
    font-size: 1.7em;
}

.standart {
    font-size: 14px;
    /* font-family: 'Segoe UI Light', sans-serif; */
    list-style-type: disc !important;
}

.standart li {
    margin: 14px 0px;
    list-style-position: inside;
}

.standart li.pd {
    padding-left: 20px;
}

#city {
    height: 100%;
}

#city option {
    display: block;
}

.dealer-info td {
    vertical-align: top;
    padding: 5px;
    width: 50%;
}

.dealer-info {
}

#feedback2 {
    width: 400px;
}

#feedback2 input,
#feedback2 select {
    width: 100%;
}

html {
    position: relative;
}

/* body{
  margin-bottom: 100px;
} */
/* footer{
  margin-top: 23px;
  height: 146px;
  width: 100%;
  position: absolute; */
}

.rights {
    margin-top: 15px;
    margin-left: 200px;
    float: left;
    text-align: left;
    font-size: 12px;
}

a[href="https://metrika.yandex.ru/stat/?id=28107546&from=informer"] {
    margin-top: 25px;
    display: inline-block;
}

#copyright {
    margin-bottom: 0px;
    margin-top: 20px;
    float: left;
    margin-right: 29px;
    margin-left: 200px;
}

.new_mobile {
    width: 660px;
    margin: 0 auto;
}

/* #page_content{
padding-left:45px;
} */
#chassi_tab_0 table,
#chassi_tab_1 table,
#chassi_tab_2 table,
#chassi_tab_3 table,
#chassi_tab_4 table,
#chassi_tab_5 table,
#chassi_tab_6 table {
    clear: both;
}

div#face_magazine {
    display: inline-block;
    margin-left: 35px;
    /* margin-left: 10px; */
    margin-top: 7px;
}

.isuzu-d-max_colors {
    background-image: url(upload/colors.png);
}

.ac p {
    text-align: left;
}

.page-404 a {
    text-decoration: underline;
    line-height: 26px;
    font-size: 18px;
}

.page-404 li {
    list-style-type: disc;
    margin-left: 40px;
}

.benefits {
    /* font-family: 'Arial', sans-serif; */
    font-size: 15px;
    color: #000;
    margin: 10px 0px;
    line-height: 22px;
}

.garant_text {
    font-size: 25px;
    background: #ff1a1a;
    padding: 15px;
    color: #fff;
    text-align: center;
    margin-left: 70px;
}

.chassi {
    margin: 20px 0px;
}

#banner {
    position: relative;
}

#banner .slide {
    position: absolute;
}

#banner .slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.files {
    width: 100%;
    border: 1px solid #B9B9B9;
}

.files li {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    padding: 50px 16px 0px 16px;
    height: 335px !important;
}

.all_public {
    position: absolute;
    bottom: 20px;
    left: 70px;
}

.files li .pict {
    text-align: center;
    width: 100%;
    height: 150px;
}

.files li .pict img {
    max-width: 100%;
}

.second_place {
    width: 130px;
    float: right;
    position: relative;
    top: -12px;
    margin-left: 27px;
}

label {
    cursor: pointer;
    transition: all 250ms;
}

.container-popup-new-year {
    position: relative;
    margin: 0 auto;
}

.container-popup-new-year .modal-background {
}

.container-popup-new-year #modal {
    display: none;
}

.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    transition: height 250ms;
    z-index: 110;
}

.modal-content {
    position: relative;
    transition: transform 500ms;
    z-index: 120;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    top: 15%;
}

.modal-content .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 22px;
    color: #fff;
    transition: transform 500ms;
    transition-timing-function: ease-in;
}

.modal-content .modal-close:hover,
.modal-content .modal-close:focus {
    transform: rotate(360deg);
}

.manager__contacts {
}

.cur {
    margin-right: 5px;
    cursor: pointer;
    color: #4E4F50;
    /* font-family: "Segoe UI Light", sans-serif; */
    font-size: 14px;
    display: inline-block;
}

.href_style {
    font-size: 14px;
    display: inline-block;
}

.news-list {
    margin: 20px 0px;
}

.news-list__img-link {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: 26%;
}

.news-list__img-link img {
    width: 100%;
}

.news-list__text {
    display: inline-block;
    vertical-align: top;
    width: 72%;
}

.news-list__text p,
.news-list__text a {
    font-size: 18px;
    margin: 0;
    /* font-family: 'Segoe UI', Verdana, sans-serif; */
}

.news-list__text p {
    margin-bottom: 10px;
}

.news-list__date {
    margin-bottom: 7px;
}

.euro5-table tr.tr3500:first-child .first {
    opacity: 0;
}

.euro5-table tr.tr3500:first-child {
    border-bottom: none;
}

.euro5-table tr.tr3500:first-child td:not(.first) {
    border-bottom: 10px solid #e5e5e5;
}

.euro5-table .tr3500 + .tr5500 .first {
    opacity: 0;
}

.euro5-table .tr3500 + .tr5500 {
    border-bottom: none;
}

.euro5-table .tr3500 + .tr5500 td:not(.first) {
    border-bottom: 10px solid #e5e5e5;
}

.news-ul li {
    /* font-family: 'Arial', sans-serif; */
    font-size: 15px;
    color: #000;
    line-height: 22px;
    list-style-type: disc;
}

.news-ul {
    margin-top: 0px;
    margin-left: 20px;
}

.form li > .g-recaptcha {
    display: inline-block;
}

.chassi-download__svg {
    width: 60px;
    height: 60px;
}

.chassi-download {
    display: flex;
    align-items: center;
}

.chassi-download:hover .chassi-download__tip {
    /* display: block; */
    /* opacity: 1; */
    color: red;
}

.chassi-download__tip {
    font-size: 1.6em;
    /* display: none; */
    /* opacity: 0; */
    transition: 0.5s all ease;
}


.header {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.header__container {
    position: relative;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__menu {
    text-align: center;
    position: relative;
    background-color: #f1f3f4;
}

.header__menu-fixed {
    position: fixed;
    z-index: 5;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}

.logo {
    text-align: center;
}

.logo__wrap {
    width: 300px;
    margin: 0 auto;
    display: inline-block;
    padding: 12px 54px 6px;
}

.logo__wrap img {
    width: auto;
    max-height: 45px;
    max-width: 190px;
}

.logo__description {
    color: #818181;
    font-size: 13px;
    margin: 0;
    margin-top: 8px;
    text-align: center;
    line-height: 16px;
}

.header__address {
    font-size: 15px;
    color: #666666;
    line-height: 20px;
}

.header__social {
    width: 247px;
    text-align: right;
}

.social {
}

.social__address {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
}

.social__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social__item {
    margin: 0;
    padding: 0;
    margin: 0 6px;
}

.social__icon {
    width: 32px;
    height: 32px;
    fill: #acacad;
    transition: 0.3s all ease;
}

.social__phone {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #666666;
    text-decoration: none;
}

.social__phone:hover {
    text-decoration: underline;
}


.social__icon:hover {
    fill: #d72b2b;
}

.social__icon_gray path {
    fill: #acacad;
}

.social__icon_insta path {
    transition: 0.3s all ease;
}

/* .social__icon_insta:hover {
  fill: inherit;
} */

.social__icon_facebook:hover {
    fill: #475993;
}

.search-block__form {
    margin-bottom: 0;
}

.search-block__input {
    color: #737373;
    padding: 2px 60px 4px 15px;
    border: 1px solid #e4e5e8;
    font-size: 14px;
    height: 30px;
    border-radius: 25px;
    position: relative;
}

.search-block__submit {
    display: block;
    border: 0;
    font-size: 13px;
    color: #ffffff;
    text-align: center;
    outline: none;
    box-sizing: border-box;
    background: #acacad;
    transition: 0.2s ease-in;
    cursor: pointer;
    height: 32px;
    width: 32px;
    border-radius: 30px;
    position: relative;
    left: 210px;
    top: 3px;
    background: url(/img/icon/search-icon.png) 7px 7px #eaebec;
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
}

.search-block__submit:hover {
    background: #ff0000;
    background: url(/img/icon/search-icon.png) 7px 7px #ff0000;
    background-repeat: no-repeat;
    background-size: 16px;
}

.header__search {
    top: 0;
    left: 0;
    height: 25px;
    width: 100%;
    padding: 3px 0;
    background: #eaebec;
}

.search-block {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.search-block__wrapper {
    position: relative;
    display: flex;
}

.search-block__container {
    position: relative;
}


h1.models-title__title {
    margin-left: 25%;
}

.news-detail__title.content__title,
.center-red:not(#fake) {
    font-size: 26px;
    text-align: center !important;
    font-weight: 600;
    /* font-family: 'Arial', sans-serif; */
    color: #131313;
    display: block;
    padding-bottom: 10px;
}

.news-detail__title.content__title span,
.center-red:not(#fake) span {
    border-bottom: 3px solid #d72b2b;
    font-weight: 600;
    line-height: 50px;
    padding-bottom: 3px;
}

.content__title span {
    text-transform: uppercase;
}

.center-red {
    text-transform: uppercase;
}

@media (max-width: 900px) {
    h1.models-title__title {
        margin-left: 0;
    }


}


.header-main__wrapper .header__logo .logo__wrap {
    width: unset;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
    max-width: 410px;
}

.header-main__wrapper .header__logo .logo__wrap a {
    text-align: left;
    margin-right: 10px;
}

.logo-link__box:nth-child(2) {

    margin-right: 0px;
}

.logo-link__box:nth-child(2) {
    margin-left: 8px;
    border-right: unset;
}

.logo-link__box {
    border-right: 1px solid #c1c1c1;
    height: 45px;
    display: flex;
    align-items: center;
}

.header-main__wrapper .header__logo .logo__wrap p {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    color: #2e2e2e;
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: 11px;
}

.scroll-to-top {
    display: none;
}