@font-face {
  font-family: "Louis";
  src: local("Louis"), url("../font/louis/louis-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Louis";
  src: local("Louis"), url("../font/louis/louis-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

.history {
  padding-bottom: 4.92308vw;
}

.history__wrapper {
  margin-bottom: 7.69231vw;
}

.history__text {
  width: 63.07692vw;
  margin: auto;
}

.history__text p:not(:last-child) {
  margin-bottom: 1.53846vw;
}
.history .container{
  text-align: center;
}

.history .history__wrapper{
  text-align: left;
}
.history .avto_vnayavnosti{
  display: inline-block;
  cursor: pointer;
  outline: none !important;
  background: #CD9834;
  border-radius: 4px;
  height: 42px;
  line-height: 40px;
  font-family: 'Arial', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid #CD9834;
  padding: 0 15px;
  width: auto;
  z-index: 10;
  margin: 30px 0 50px;
}

.history .avto_vnayavnosti:hover{
  background: #fff;
  color: #CD9834;
}

@media screen and (min-width: 1300px) {
  .history {
    padding-bottom: 64px;
  }
  .history__wrapper {
    margin-bottom: 100px;
  }
  .history__text {
    width: 820px;
  }
  .history__text p:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 760px) and (max-width: 999px) {
  .history {
    padding-bottom: 8.42105vw;
  }
  .history__br {
    display: none;
  }
  .history .info {
    margin-bottom: 9.375vw;
  }
  .history__wrapper {
    margin-bottom: 6.31579vw;
  }
  .history__text {
    width: 100%;
  }
  .history__text p:not(:last-child) {
    margin-bottom: 2.63158vw;
  }
}

@media screen and (max-width: 759px) {
  .history {
    padding-bottom: 20vw;
  }
  .history__br {
    display: none;
  }
  .history .info {
    margin-bottom: 10.9375vw;
  }
  .history__wrapper {
    margin-bottom: 15.625vw;
  }
  .history__text {
    width: 100%;
  }
  .history__text p:not(:last-child) {
    margin-bottom: 4.6875vw;
  }
}
/*# sourceMappingURL=about_history.css.map */