body {
  font-family: 'Roboto', sans-serif;
  background-color: #EDF2F7;
}

.header__menu {
  padding: 10px 0;
  background: #ffffff;
}

.header__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  width: 20%;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  text-decoration: none;
  font-size: 26px;
  font-weight: 500;
}

.header__logo img {
  width: 50px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.header__nav-list li {
  padding-left: 40px;
}

.header__nav-list li a {
  color: #000000;
  text-decoration: none;
}

.header__main .main__info {
  padding: 40px 0 0px 0;
}

.header__main .main__info .main-title {
  text-align: center;
  color: #F57B22;
  font-size: 50px;
  font-weight: 300;
}

.header__main .main__info_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-header-tab {
  cursor: pointer;
  background: #007bff;
  padding: 10px 25px;
  color: #ffffff;
  margin-right: 25px;
  border-radius: 500px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.main-header-tab:hover{
  color: #fff;
  text-decoration: none;
}

.header__main .main__info_header .fade-active {
  background: #F57B22;
}

.header__main .main__info .show {
  display: block;
}

.header__main .main__info .hide {
  display: none;
}

.header__input {
  position: relative;
  width: 50%;
  margin: 25px auto;
}

.header__input input {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  width: 100%;
  border: none;
  text-align: center;
}

.header__input input:focus {
  outline: none;
}

.header__input button {
  position: absolute;
  right: -2px;
  top: -2px;
  border: none;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 300;
  background: url(../img/search.svg) center no-repeat;
  border-radius: 1000px;
}

.header__input button:focus {
  outline: none;
}

.header .sticky {
  top: 0;
  -webkit-box-shadow: #e8e8e8 2px 2px 10px;
          box-shadow: #e8e8e8 2px 2px 10px;
}

.main {
  padding: 40px 0;
}

.main__content {
  padding: 40px 0;
  min-height: 100vh;
}

.main__content-info {
  margin: 25px;
}

.main__content-info .content-title {
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  color: #ffffff;
  background: #3C4352;
  text-align: center;
}

.main__content-info .content-item {
  background: #ffffff;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
}

.main__content-info .content-item .item-img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.main__content-info .content-item .item-img img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main__content-info .content-item .item-name {
  font-size: 20px;
  font-weight: 600;
}

.main__content-info .content-item .item-subname {
  font-size: 18px;
  font-weight: 500;
}

.main__content-info .content-item .item-year {
  font-weight: 500;
  font-size: 18px;
  padding-bottom: 20px;
}

.main__content-info .content-item .item-info {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #e6e6e6;
}

.auto {
  padding: 20px 0;
  min-height: 500px;
  background: #025374;
  border-radius: 5px;
  margin-bottom: 15px;
}

.auto__descr_list {
  list-style: none;
  margin: 33px 0 0 5px;
  padding: 0;
}

.auto__descr_list li {
  border: 1px solid #dee2e6;
  font-weight: 500;
}

.auto__descr_list li span {
  display: inline-block;
  width: 50%;
  padding: 10px;
  margin-right: 10px;
  border-right: 1px solid #dee2e6;
}

.auto__reklama {
  margin-top: 33px;
}

.auto__info {
  padding: 20px 0;
}

.auto__info .info-tabcontent {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background: #ffffff;
  padding: 0 0 20px 0;
}

.auto__info .info-tabcontent .info-title {
  padding: 10px 0 10px 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  color: #ffffff;
  background: #3C4352;
}

.auto__info .info-tabcontent th, .auto__info .info-tabcontent td {
  padding: 10px;
  font-size: 16px;
  text-align: center;
  width: 4%;
  border: 1px solid #dee2e6;
}

.auto__info .info-tabcontent th {
  font-weight: 500;
  color: #000000;
  background: #fafafa;
}

.auto__info .info-tabcontent table {
  width: 96.5%;
  margin: 20px auto 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.auto__info .info-tabcontent .table-wrap {
  min-width: 320px;
  max-width: 100%;
  margin: 0 auto;
}

.auto__info .info-tabcontent .prodazha-title {
  padding: 20px 20px 0 20px;
  font-size: 20px;
  font-weight: 500;
}

.auto__info .info-tabcontent .prodazha th {
  border: 1px solid #656a75;
}

.auto__info .info-tabcontent .prodazha .btn-wrapper {
  cursor: pointer;
}

.auto__info .info-tabcontent .prodazha .btn-prodazha {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #3C4352;
  cursor: pointer;
  margin-top: 6px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.auto__info .info-tabcontent .prodazha .btn-more-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.auto__info .info-tabcontent .registration td {
  font-size: 12px;
  padding: 8px 0;
}

.auto__info .info-tabcontent .declaration,
.auto__info .info-tabcontent .ugon {
  margin-top: 33px;
  width: 98%;
}

.auto__info .info-tabcontent .auction th {
  border: 1px solid #656a75;
}

.auto__info .info-tabcontent .auction .btn-wrap {
  cursor: pointer;
}

.auto__info .info-tabcontent .auction .btn-more {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 14px solid #3C4352;
  cursor: pointer;
  margin-top: 6px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.auto__info .info-tabcontent .auction .btn-more-active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.auto__info .info-tabcontent-prodazha {
  overflow-y: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.auto__info .info-tabcontent-auction {
  overflow-y: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.auto__info .info-tabcontent-auction-active {
  overflow: auto;
  height: auto;
}

.auto__info .info-slider {
  padding: 20px 50px;
  background: #ffffff;
}

.auto__info .info-slider .slider-box .slider-item {
  width: 95%;
  margin: 10px auto;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
}

.auto__info .info-slider .slider-box .slider-item .slider-item-img img {
  width: 100%;
}

.slick-prev:before, .slick-next:before {
  color: #dee2e6;
  font-size: 25px;
}

.footer {
  padding: 20px 0;
  color: #8997a5;
  background: #ffffff;
}

.footer__link {
  padding: 20px 0;
}

.footer__link .text {
  text-align: center;
  font-size: 12px;
}

.footer__link .text a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  margin-right: 10px;
  border-bottom: 1px dashed #ffffff;
}

@media screen and (max-width: 1200px) {
  .header__nav {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
  }
  .header__nav_list {
    display: none;
  }
  .header__logo {
    width: auto;
  }
  .header__enter {
    margin-left: 5px;
  }
}

@media screen and (max-width: 992px) {
  .auto__info .info-tabcontent .declaration,
  .auto__info .info-tabcontent .ugon {
    width: 100%;
  }
  .main__content-info {
    margin: 0;
  }
  .auto__info .info-tabcontent .info-title {
    font-size: 18px;
  }
  .auto__info .info-tabcontent .registration th,
  .auto__info .info-tabcontent .auction th,
  .auto__info .info-tabcontent .prodazha th,
  .auto__info .info-tabcontent .kod th {
    display: none;
  }
  .auto__info .info-tabcontent .registration tr,
  .auto__info .info-tabcontent .auction tr,
  .auto__info .info-tabcontent .prodazha tr,
  .auto__info .info-tabcontent .kod tr {
    display: block;
  }
  .auto__info .info-tabcontent .registration td,
  .auto__info .info-tabcontent .auction td,
  .auto__info .info-tabcontent .prodazha td,
  .auto__info .info-tabcontent .kod td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    width: 100%;
    padding: 10px;
  }
  .auto__info .info-tabcontent .registration td:before,
  .auto__info .info-tabcontent .auction td:before,
  .auto__info .info-tabcontent .prodazha td:before,
  .auto__info .info-tabcontent .kod td:before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 20px;
  }
  .auto__info .info-tabcontent-auction,
  .auto__info .info-tabcontent-prodazha {
    height: auto;
  }
  .auto__info .info-tabcontent .auction .btn-wrap,
  .auto__info .info-tabcontent .prodazha .btn-wrapper {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .auto__info .info-tabcontent .info-title {
    font-size: 16px;
  }
  .header__main .main__info .main-title {
    font-size: 46px;
  }
  .header__nav-list li {
    padding-left: 5px;
  }
}

@media screen and (max-width: 480px) {
  .auto__info .info-tabcontent .info-title {
    font-size: 14px;
  }
  .header__main .main__info .main-title {
    font-size: 34px;
  }
  .header__logo a {
    font-size: 24px;
  }
  .header__input {
    width: 100%;
  }
  .auto__descr_list {
    margin-left: 0;
  }
  .auto__descr_list li {
    font-size: 14px;
  }
  .auto__descr_list li span {
    padding: 5px;
    margin-right: 5px;
  }
  .auto__info .info-slider .slider-box .slider-item {
    padding: 5px;
  }
  .auto__info .info-slider {
    padding: 20px;
  }
  .slick-prev:before, .slick-next:before {
    display: none;
  }
  .auto__info .info-tabcontent .declaration td, .auto__info .info-tabcontent .declaration th {
    padding: 10px;
  }
  .header__main .main__info {
    padding-top: 0px;
  }
}

@media screen and (max-width: 360px) {
  .header__logo a {
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */