.company_info {
  display: block;
  background: #FFFFFF;
  border-radius: 0.5em;
  border: solid 1px #E5E5E5;
  padding: 1em;
  font-size: 14pt;
  float: right;
  margin: 1em;
  line-height: 1.5em;
  text-align: center;
}

.company_name {
  font-weight: bold;
}

@font-face {
  font-family: 'grdet';
  src:  url('../fonts/grdet.eot?6qjvlx');
  src:  url('../fonts/grdet.eot?6qjvlx#iefix') format('embedded-opentype'),
    url('../fonts/grdet.ttf?6qjvlx') format('truetype'),
    url('../fonts/grdet.woff?6qjvlx') format('woff'),
    url('../fonts/grdet.svg?6qjvlx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'grdet' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-models:before {
  content: "\e900";
}
.icon-01:before {
  content: "\e901";
}
.icon-02:before {
  content: "\e902";
}
.icon-03:before {
  content: "\e903";
}
.icon-04:before {
  content: "\e904";
}
.icon-05:before {
  content: "\e905";
}
.icon-06:before {
  content: "\e906";
}
.icon-07:before {
  content: "\e907";
}
.icon-08:before {
  content: "\e908";
}
.icon-09:before {
  content: "\e909";
}
.icon-10:before {
  content: "\e90a";
}
.icon-11:before {
  content: "\e90b";
}
.icon-12:before {
  content: "\e90c";
}
.icon-13:before {
  content: "\e90d";
}
.icon-15:before {
  content: "\e90e";
}
.icon-16:before {
  content: "\e90f";
}
.icon-17:before {
  content: "\e910";
}
.icon-18:before {
  content: "\e911";
}
.icon-19:before {
  content: "\e912";
}
.icon-21:before {
  content: "\e913";
}
.icon-22:before {
  content: "\e914";
}
.icon-other:before {
  content: "\e915";
}


body {
  margin:0;
  background: #F0F4F4;
  color: #5B5B5B;
  font-size: 15pt;
  line-height: 1.85em;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
}

a {
  color: inherit;
  border-bottom: solid 1px rgba(128, 128, 128, 0.15);
  text-decoration: none;
  -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
}

a:hover {
  color: #1E9671;
  border-bottom-color: transparent;
}

form select, input {
  -webkit-appearance: none;
  border: 0;
  background: #FAFAFA;
  border-radius: 0.5em;
  border: solid 1px #E5E5E5;
  padding: 1em;
  font-size: 12pt;
  -moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}


/* МОДЕЛЬНЫЙ РЯД */
/* Выбор модели */

.model_list_serie {
  margin:10;
  position: relative;
  float:left;
}

.model_list_serie::before {
  content: "Серия: ";
}

.model_list_kuzov {
  margin:10;
  position: relative;
  float:left;
}

.model_list_kuzov::before {
  content: "Кузов: ";
}

.model_list_fuel {
  margin:10;
  float:left;
}

.model_list_fuel::before {
  content: "Топливо: ";
}

.model_vin_field {
  margin:10;
  clear: both;
}

.model_vin_field::before {
  content: "Подбор каталога по VIN: \00a0";
}

.model_list_grid {
  clear: left;
}

.model_list_grid table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #DDD;
  font-size: 12pt;
  background-color: #FFFFFF
}

.model_list_grid tr:nth-child(even) {
  background-color: #F2F2F2
}

.model_list_grid tr:not(:first-child):hover {
  border-top: 2pt solid #D0C226;
  border-bottom: 2pt solid #D0C226;
  cursor: pointer;
}

.model_list_grid th, td {
  white-space: nowrap;
  overflow: hidden;
  height: 2em;
}

.model_list_grid_year {
  background: #B5EDFF;
  text-align: center;
}

.catalog_info {
  clear: left;
  padding: 1em;
  line-height: 1.5em;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 20px;
}

.modal_vin_content {
  background-color: #FEFEFE;
  margin: 5px auto;
  border: 1px solid #888;
  width: 70%;
  padding: 15px;
  font-size: 12pt;
  line-height: 1.2em;
}

.modal_compl_content {
  background-color: #FEFEFE;
  margin: 5px auto;
  border: 1px solid #888;
  width: 70%;
  padding: 15px;
  font-size: 12pt;
  line-height: 1.2em;
}

.but_close {
  float: right;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 60px;
  font-weight: bold;
}

.but_close:hover,
.but_close:focus {
  color: red;
  cursor: pointer;
}

.but_vin_ident, 
.but_open_catalog {
  position: relative;
  display: inline-blok;
  background: #df7366;
  color: white;
  text-align: center;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 1em;
  font-size: 0.8em;
  border: 0;
  cursor: pointer;
  outline: 0;
  font-weight: 300;
  -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
}

.but_vin_ident:hover, 
.but_open_catalog:hover {
  background: #1E9671;
}



/* Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
  from {transform: scale(0)}
  to {transform: scale(1)}
}


/* КАТАЛОГ */
/* Информация по модели */

.but_model_select{
  float: left;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  font-size: 5em;
  text-decoration: none;
  color: #5B5B5B;
}

.but_model_select a{
  border-bottom: solid 0px;
}

.mod_info {
  background: #FFFFFF;
  font-size: 18pt;
  padding-left:15px;
}

.mod_info_marka {
  font-weight: 500;
}

.mod_info_marka::before {
  content: "Марка: ";
}

.mod_info_model::before {
  content: "Модель: ";
}

.mod_info_period::before {
  content: "Период выпуска: ";
}

.mod_info_motor::before {
  content: "Двигатель: ";
}


/* Выбор группы деталей */

.icon-bar {
  width: 100%;
  background-color: #555;
  overflow: auto;
}

.icon-bar a {
  float: left;
  text-align: center;
  width: 8%;
  padding: 12px 0;
  transition: all 0.3s ease;
  color: white;
  font-size: 56px;
  text-decoration: none;
}

.icon-bar a:hover {
  background-color: #000;
}

.active {
  background-color: #D0C226;
}

.grdet_name {
  font-size: 18pt;
  text-align: center;
}


/* Выбор подгруппы */

.podgr_row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  text-align: center;
}

.podgr_column {
  flex: 15.8%;
  max-width: 15.8%;
  padding: 0 4px;
}

.podgr_column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.podgr_column_select {
  border-top:2pt solid #D0C226;
  border-left:2pt solid #D0C226;
  border-right:2pt solid #D0C226;
  border-bottom:2pt solid #D0C226;
}


/* Учёт размера экрана */

@media screen and (max-width: 1000px) {
  .podgr_column {
    flex: 32%;
    max-width: 32%;
  }

  .icon-bar a {
    width: 10%;
    font-size: 66px;
  }
}

@media screen and (max-width: 600px) {
  .podgr_column {
    flex: 48%;
    max-width: 48%;
  }
}


/* Текущая подгруппа деталей со списком */

.curpodgr img {
  overflow:scroll;
  text-align: center;
  border-top:1pt solid #91A5A5;
  border-left:1pt solid #91A5A5;
  border-right:1pt solid #91A5A5;
  border-bottom:1pt solid #91A5A5;
}

.curpodgr table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #DDD;
  font-size: 18pt;
  background-color: #FFFFFF
}

.curpodgr th, td {
  text-align: left;
  padding: 8px;
}

.curpodgr th:first-child, td:first-child {
  text-align: left;
}

.curpodgr tr:nth-child(even) {
  background-color: #F2F2F2
}
