@import url(_reset.css);
@import url(font-awesome.css);
b, strong {
  font-weight: bold; }

i, em {
  font-style: italic; }

h1 {
  color: black;
  font-size: 33px;
  margin: 20px 0;
  text-transform: uppercase; }

.cl {
  clear: both; }

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .flex-between--wrap {
    flex-wrap: wrap; }

.flex-around {
  display: flex;
  align-items: center;
  justify-content: space-around; }

a.button {
  background-color: #dddddd;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  font-family: "PT Sans";
  font-size: 18px;
  font-weight: bold; }

section {
  width: 100%;
  margin: 20px 0;
  padding: 40px 0; }
  section .title {
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
    text-align: center;
    font-family: "Arial"; }
  section .introtitle {
    font-size: 17px;
    color: #666;
    text-align: center;
    font-family: "Arial";
    color: black; }
  section.black {
    background-color: #14181c; }
  section.gray {
    background-color: #f2f2f2; }

body {
  min-width: 1280px;
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  color: #333; }

.wrap {
  width: 1280px;
  margin: 0 auto;
  position: relative; }

header {
  box-shadow: 0 3px 12px 0px #e1e1e1;
  background-color: black;
  padding: 30px 0;
  color: white; }
  header a {
    color: white; }
  header .logo {
    width: 320px;
    float: left;
    margin-right: 20px; }
  header .navigation {
    padding-top: 28px; }
    header .navigation-wrap nav {
      width: 800px; }
      header .navigation-wrap nav ul li a {
        font-size: 16px;
        font-family: "Arial";
        text-transform: uppercase;
        text-decoration: none; }
    header .navigation-wrap .lang {
      width: 33px; }
      header .navigation-wrap .lang a.gflag {
        padding: 0 !important; }
    header .navigation-wrap .ss {
      width: 75px; }
  header .contacts {
    font-family: "PT Sans";
    font-weight: 700;
    padding-top: 20px;
    font-size: 20px; }

.best {
  padding-top: 20px; }
  .best .slider {
    margin-top: 20px; }
    .best .slider .slick-slide {
      border: 1px solid #ccc;
      overflow: hidden; }
    .best .slider .slider-but {
      position: absolute;
      z-index: 1010;
      cursor: pointer; }
      .best .slider .slider-but.prev {
        top: 140px;
        left: -25px; }
      .best .slider .slider-but.next {
        top: 140px;
        right: -25px; }
    .best .slider-item {
      width: 350px;
      height: 335px;
      margin: 0 48px; }
      .best .slider-item p {
        text-align: center; }
      .best .slider-item .image img {
        width: 330px;
        height: 220px; }
      .best .slider-item .title {
        font-size: 20px;
        font-weight: bold;
        color: #333; }
      .best .slider-item .price {
        color: #777;
        font-size: 19px;
        font-weight: normal; }
      .best .slider-item .more {
        padding: 25px 0; }

.about .text {
  box-sizing: border-box;
  float: left;
  width: 50%; }
  .about .text p {
    text-align: justify;
    line-height: 22px; }
  .about .text ul {
    list-style-image: url(../img/galka.png);
    list-style-position: inside;
    line-height: 22px;
    margin-top: 10px; }
  .about .text .buttons a {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    color: white; }
    .about .text .buttons a:first-child {
      background-color: white;
      color: black;
      padding: 10px 15px;
      margin-right: 20px; }
.about .image {
  float: right;
  width: 50%;
  box-sizing: border-box;
  top: 40px;
  position: relative;
  text-align: right; }

.conditions p {
  line-height: 25px;
  text-align: justify;
  margin-bottom: 20px; }

.news {
  margin-top: 20px; }
  .news .news-item {
    width: 600px;
    height: 420px;
    border: 2px solid #ccc;
    margin-bottom: 20px; }
    .news .news-item .info {
      margin-top: 20px;
      padding-right: 5px; }
      .news .news-item .info .date {
        float: left;
        width: 80px;
        padding: 20px 0;
        background-color: black;
        color: white;
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        margin-right: 15px; }
      .news .news-item .info .name {
        float: right;
        width: 500px; }
        .news .news-item .info .name a {
          text-decoration: none; }
          .news .news-item .info .name a ._t {
            color: black;
            margin-bottom: 10px; }
          .news .news-item .info .name a ._i {
            color: #999;
            font-size: 15px;
            text-align: justify; }

.linkus > div {
  width: 400px; }
.linkus .image img {
  width: 100%; }
.linkus .form form {
  position: relative; }
  .linkus .form form input[type=text] {
    width: 190px;
    height: 25px;
    background-color: white;
    border: none; }
  .linkus .form form textarea {
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: none;
    box-sizing: border-box;
    background-color: white;
    width: 100%;
    height: 135px;
    margin-top: 5px;
    margin-bottom: 20px; }
  .linkus .form form i {
    position: absolute; }
  .linkus .form form button[type=submit] {
    width: 100%;
    background-color: black;
    color: white;
    box-sizing: border-box;
    border: none;
    padding: 10px 0;
    text-transform: uppercase;
    cursor: pointer; }
.linkus .info {
  line-height: 25px;
  font-size: 14px; }

footer {
  background-color: black;
  color: white;
  padding: 30px 0; }
  footer a {
    color: white;
    text-decoration: none; }

.content h3 {
  padding: 30px 20px;
  text-transform: uppercase;
  background-color: #eaeaea;
  font-weight: bold; }
.content .image {
  width: 530px; }
.content .description {
  width: 400px; }
  .content .description .params {
    line-height: 23px; }
.content .prices {
  width: 300px; }
  .content .prices .price {
    background-color: #eaeaea;
    padding: 10px 20px;
    margin: 10px 0; }
  .content .prices .bron {
    background-color: black;
    padding: 10px 20px;
    margin: 10px 0;
    text-align: center; }
    .content .prices .bron a {
      text-decoration: none;
      text-transform: uppercase;
      color: white;
      font-weight: bold; }

.bc {
  color: #666;
  font-size: 14px; }
  .bc a {
    color: #666;
    text-decoration: none; }

.autos .slider-item {
  width: 330px;
  margin-bottom: 50px;
  position: relative;
  height: 320px; }
  .autos .slider-item .title {
    font-size: 21px; }
  .autos .slider-item .price {
    text-align: center;
    font-size: 18; }
  .autos .slider-item .more {
    position: absolute;
    top: 290px;
    left: 50%;
    transform: translateX(-50%); }

.images-cars {
  width: 530px; }
  .images-cars a img {
    margin-bottom: 5px; }

.bronform input {
  width: 100%;
  box-sizing: border-box;
  height: 25px;
  margin-bottom: 5px; }
.bronform button {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer; }

.error {
  font-size: 13px;
  color: red;
  position: relative;
  top: -4px; }

/*popup*/
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 10000;
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
  overflow: auto; }

.popup {
  top: 10%;
  left: 0;
  right: 0;
  font-size: 14px;
  margin: auto;
  width: 1091px;
  height: 565px;
  background: url(../img/popup-bg.png) no-repeat center center;
  position: absolute;
  padding: 15px 20px;
  z-index: 10001;
  font: 14px/18px 'Tahoma', Arial, sans-serif;
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
  text-align: center; }

.popup * {
  font-size: 14px; }

.popup h1 {
  line-height: 40px; }

.popup a {
  font-size: 25px;
  text-decoration: underline;
  color: black; }

.close {
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  position: absolute;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #e84351;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  outline: none; }

.close:before {
  color: rgba(255, 255, 255, 0.9);
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

.close:hover {
  background-color: rgba(252, 20, 0, 0.8); }

button.close {
  background: #000 !important; }

#callback_poopup {
  position: absolute;
  bottom: 65px;
  left: 330px; }

#callback_poopup input[type=text] {
  width: 280px;
  height: 40px;
  padding: 3px;
  border-radius: 4px;
  border: 1px solid #ccc; }

#callback_poopup input[type=submit] {
  background: #0074a7;
  border-radius: 4px;
  border: none;
  padding: 0 20px;
  height: 39px;
  color: white;
  margin-left: 20px; }

.pol, .oferta {
  text-align: center;
  position: absolute;
  width: 100%;
  color: white; }

.pol {
  bottom: 35px; }

.pol a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline; }

.oferta {
  bottom: -50px; }

/*popup*/
