/******************************************************************
Theme Name: HW Simplified
Theme URI: 
Description: 
Author: Alhana | Hamsterwork
Author URI: http://www.spotdigital.ru
Version: 1.0
******************************************************************/

body {
  font-family: Helvetica, Arial, sans-serif;
}

b, strong {
  font-weight: 700;
}

i, em {
  font-style: italic;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.col-fixed {
  flex: none;
}

.text-right {
  text-align: right;
}

/** HEADER **/

.header {
  background-image: -webkit-linear-gradient(#383C3F 0%, #0f0f0f 100%);
  background-image: linear-gradient(#383C3F 0%, #0f0f0f 100%);
  padding: 0.6rem 0;
}

.header__bar {
  width: 100%;
}

.header__nav-col {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.header__logo-col {
  display: flex;
  align-items: center;
}

.header__logo-col--f7 {
  justify-content: flex-end;
}

.header__logo {
  display: block;
  width: auto;
  height: auto;
}

.header__logo--aodes {
  width: 120px;
  max-width: 100%;
}

.header__logo--f7 {
  height: 38px;
  max-width: 110px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .header {
    padding: 0.6em 0 0;
  }

  .header__bar {
    flex-wrap: wrap;
  }

  .header__logo-col--aodes,
  .header__logo-col--f7 {
    flex: 0 0 auto;
  }

  .header__logo-col--f7 {
    margin-left: auto;
  }

  .header__nav-col {
    flex: 1 1 100%;
    order: 3;
    justify-content: flex-start;
    margin-top: 0.5rem;
  }

  .header__logo--aodes {
    width: 92px;
  }

  .header__logo--f7 {
    height: 38px;
    max-width: 110px;
  }
}

/** NAVIGATION **/

.navigation {
  position: relative;
  padding: 0 10px;
}

.navigation:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: -webkit-linear-gradient(#F4F5F7 0%, #9F9F9F 100%);
  background-image: linear-gradient(#F4F5F7 0%, #9F9F9F 100%);
  backface-visibility: hidden;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-clip: content-box;
}
.navigation li {
  position: relative;
  display: inline-block;
  color: #000000;
  z-index: 1;
  font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 10px 8px;
}

.navigation li > .sub-menu {
  display: none;
}

.navigation li:hover {
  background-color: rgba(0,0,0,.25);
}

.navigation li:hover > .sub-menu {
  display: block;
}

.navigation .sub-menu {
  position: absolute;
  left: 0;
}

.navigation .sub-menu > li {
  display: block;
  white-space: nowrap;
}

/** CONTENT **/

#page-content {
  max-width: 800px;
}

h1, h2, h3,
h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'PT Sans Narrow', Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 55px;
  line-height: 62px;
  margin: 3rem 0;
}

h2 {
  font-size: 45px;
  line-height: 52px;
  margin: 2rem 0;
}

h3 {
  font-size: 35px;
  line-height: 42px;
  margin: 2rem 0;
}

article {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px;
}

article p {
  margin: 1rem 0;
}

article ul {
  list-style-type: disc;
  margin: 15px 0 15px 15px;
  padding: 5px 0;
}

article li {
  margin: 15px 0;
}

/** TABLES **/

.models-table {
  border-collapse: collapse;
  margin: 15px 0;
  width: 100%;
}

.models-table thead {
  font-weight: bold;
  border-bottom: 2px solid #e7e7e7;
}

.models-table th, .models-table td {
  padding: 10px 15px;
}

.models-table tr {
  border-bottom: 1px solid #e7e7e7;
}

.models-table tbody tr:nth-of-type(even) {
  background-color: #f4f4f4;
}

.table-wrapper {
  width: 100%;
  overflow-x: scroll;
}

/** FORM **/

.wpcf7-form {
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 5px;
}

.wpcf7-form a:link,
.wpcf7-form a:visited {
  color: #dc1313;
}

.wpcf7-form a:hover,
.wpcf7-form a:active {
  text-decoration: underline;
}

.wpcf7-form label {
  display: block;
  color: #666666;
  font-size: 12px;
  margin-bottom: 5px;
}

.wpcf7-form select,
.wpcf7-form .wpcf7-select {
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #666666;
  border-radius: 0;
  font-size: 13px;
  line-height: 1.4;
  min-height: 44px;
  padding: 8px 28px 8px 0;
  -webkit-appearance: menulist;
  appearance: auto;
}

.wpcf7-text {
  width: 100%;
  border-bottom: 2px solid #666666;
  padding: 7px 0;
}

.wpcf7-submit {
  background-color: #dc1313;
  padding: 8px 30px;
  border-radius: 5px;
  color: #ffffff;
}

.wpcf7-submit:hover {
  background-color: #bb1010;
}

#model { border-bottom: none;}
#price { border-bottom: none;}
#predoplata { border-bottom: none;}
#dealername { border-bottom: none;}
#cityname { border-bottom: none;}

/** FOOTER **/

.footer {
  background-image: -webkit-linear-gradient(#383C3F 0%, #0f0f0f 100%);
  background-image: linear-gradient(#383C3F 0%, #0f0f0f 100%);
  padding: 1.4rem 0;
}
