/* @font-face {
  font-family: "Arial Narrow";
  src: url("../fonts/ARIALN.woff2") format("woff2");
} */

@font-face {
    font-family: "dinpro";
    src: url("../fonts/DINPro-Medium.eot") format("eot"),
        url("../fonts/DINPro-Medium.ttf") format("ttf"),
        url("../fonts/DINPro-Medium.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #7b7b7b;
}

:-ms-input-placeholder {
  color: #7b7b7b;
}

::-ms-input-placeholder {
  color: #7b7b7b;
}

::placeholder {
  color: #7b7b7b;
}

::-moz-selection {
  background-color: #ff002a;
  color: #fff;
}

::selection {
  background-color: #ff002a;
  color: #fff;
}

input, textarea {
  outline: none;
}

input:focus:required:invalid, textarea:focus:required:invalid {
  border-color: red;
}

input:required:valid, textarea:required:valid {
  border-color: green;
}

body {
  font-family: "dinpro", sans-serif;
  font-size: 17px;
  line-height: 1.45;
  color: #fff;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background-color: #2f322d;
  background: #3f433c;
  background: -webkit-gradient(linear, left top, right top, from(#3f433c), to(#1f211e));
  background: linear-gradient(90deg, #3f433c 0%, #1f211e 100%);
  margin: 0;
  padding: 0;
}

.container {
  width: 1130px;
  margin: 0 auto;
}

a, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

a {
  color: #fff;
}

a:focus, a:hover {
  color: #ff002a;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, .title {
  font-weight: 700;
  margin: 0px 0px 15px;
}
.title {
    line-height: 1.1;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 21px;
}

.header__top {
  background-color: #101010;
}

.header {
  overflow: hidden;
  max-width: 100%;
}

.header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}

.header__logo img {
  width: 220px;
}

.nav li a {
  display: inline-block;
  padding: 5px 15px;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_left, .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main-content {
    margin-top: -300px;
}

.header__logo {
  /* margin-right: 12px; */
}

.btn-main {
  background-color: #ff002a;
  border: none;
  color: #fff;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  padding: 15px 10px;
  text-align: center;
}

.btn-main:hover, .btn-main:focus {
  background-color: #fff;
  color: #ff002a;
}

.nav-2 {
  margin-right: 45px;
}

.header__content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__content .active {
    color: #ff002a;
}

.header__bg {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__body {
  position: relative;
  /* height: 363px; */
  height: 759px;
}

.body__logo .title {
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 40px;
}

.body__logo img {
  width: 221px;
}

.body__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* z-index: 2; */
}

.body__logo:hover, .body__logo:focus {
  color: #fff;
}

.left_text, .right_text {
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  top: 70px;
  /* letter-spacing: -2px; */
  text-transform: uppercase;
  /* background-color: rgba(0, 0, 0, 0.65);
    padding: 10px;
    border-radius: 10px;
    transform: translateY(-10px); */
}


.left_text div, .right_text div {
    font-size: 14px;
}

.left_text {
    left: 0;
}

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

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

.contacts {
  position: relative;
  z-index: 2;
}

.con__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.con__item span, .con__item a {
  display: block;
}

.con__item a:hover, .con__item a:focus {
  color: #fff;
}

.con__item a, .con__item div span {
  margin: 5px 0;
}

.con__item img {
  width: 50px;
  margin-right: 17px;
}

.search {
  padding-bottom: 70px;
}

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

.select__wrap {
  min-width: 260px;
  margin-bottom: 30px;
  max-width: 260px;
}

.select__wrap select {
  width: 100%;
  outline: none;
  height: 35px;
  border: 1px solid #a1a2a0;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 4px;
}

.select__wrap select::-moz-selection {
  outline: none;
}

.select__wrap select::selection {
  outline: none;
}

.form__label {
  font-size: 15px;
  margin-bottom: 5px;
  display: block;
}

.input__wrap {
  max-width: 68px;
  margin-bottom: 30px;
  min-width: 68px;
}

input {
  width: 100%;
  outline: none;
  height: 35px;
  border: 1px solid #a1a2a0;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 4px;
}

input::-moz-selection {
  outline: none;
}

input::selection {
  outline: none;
}

.search__btn {
  width: 100%;
  border-radius: 4px;
  font-size: 20px;
  /* font-family: "Arial Narrow", sans-serif; */
  -webkit-box-shadow: 1px 1px 1px 1px #000;
          box-shadow: 1px 1px 1px 1px #000;
  padding: 6px 15px 8px;
}

.items {
  padding: 40px 0 30px 75px;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items__img {
  min-width: 305px;
  max-width: 305px;
}

.item__content {
  padding-left: 100px;
}

.item__content span {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
}

.item__content span strong {
  color: #f8725c;
}

.search__title {
  text-align: center;
  font-size: 28px;
  /* font-family: "arial", sans-serif; */
  font-weight: bold;
}

.logo__desc {
  display: none;
}

.burger {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: none;
}

.burger span {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
}

.hidden-logo {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .container {
    width: 950px;
  }
  .items {
    padding-left: 0;
  }
  .item__content {
    padding-left: 40px;
  }
  .select__wrap {
    min-width: 225px;
    max-width: 225px;
  }
  .body__logo .title {
    font-size: 35px;
  }
  .left_text, .right_text {
    font-size: 26px;
  }
  .header__logo {
    margin-right: 0;
  }
  .nav-2 {
    margin-right: 0px;
  }
  .header__body {
    /* height: 310px; */
    height: 648px;
  }
  .body__logo .title {
      /* transform: translateY(-20px); */
      font-size: 32px;
  }
  .body__logo img {
    width: 200px;
  }
  .nav li a {
    padding: 5px 15px;
  }
  .header__logo img {
    width: 140px;
  }
  .body__logo .title {
      margin-top: 30px;
  }
}

@media only screen and (max-width: 991px) {
    #main-content {
        margin-top: -180px;
    }
  .container {
    width: 730px;
  }
  .header__content {
    top: 0;
    transform: translateY(-30px);
  }
  .header__body {
    /* height: 345px; */
    height: 721px;
  }
  .left_text, .right_text {
    font-size: 18px;
  }
  .right_text {
    margin-left: 120px;
  }
  .left_text {
    margin-right: 120px;
  }
  .left_text div, .right_text div {
    font-size: 11px;
  }
  .nav li a {
    padding: 5px 8px;
  }
  .nav-2 {
    margin-right: 20px;
  }
  .search__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .select__wrap {
    margin-bottom: 10px;
  }
  .contacts__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .con__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin-bottom: 30px;
  }
  .item__content span {
    font-size: 14px;
  }
  .search {
    padding-bottom: 30px;
  }
  .items {
    padding: 40px 0 0px 0px;
  }
  .logo__desc {
    display: block;
  }
  .header__body {
    /* height: 400px; */
    height: 500px;
  }
  .header__head {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0px 30px;
  }
  .header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .hidden-logo {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hidden-mobile {
    display: none;
  }
  .nav {
    display: block;
    width: 100%;
  }
  .nav li {
    text-align: center;
    width: 100%;
  }
  .nav li span {
    display: none;
  }
  .nav li a {
    display: block;
  }
  .nav-2 {
    margin-right: 0;
  }
  .header_right {
    display: block;
    text-align: center;
  }
  .nav-2 {
    margin-bottom: 30px;
  }
  .burger {
    display: block;
  }
  .header__logo img {
    width: 190px;
  }
  .body__logo .title {
      margin-top: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .item__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .search__title {
    font-size: 22px;
  }
  .select__wrap {
    min-width: 221px;
    max-width: 221px;
  }
  .body__logo .title {
    font-size: 28px;
    /* margin-top: 40px; */
  }
  .body__logo .logo__desc {
    font-size: 18px;
  }
  .left_text, .right_text {
    /* display: none; */
    font-size: 14px;
  }
  .left_text div, .right_text div {
      max-width: 200px;
  }
}

@media only screen and (max-width: 576px) {
    .left_text, .right_text {
      max-width: 100px;
    }
    .left_text div, .right_text div {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    #main-content {
        margin-top: -150px;
    }
  .body__logo img {
    width: 150px;
  }
  .con__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .header__body {
    /* height: 300px; */
    height: 400px;
  }
  .select__wrap {
    min-width: 100%;
    max-width: 100%;
  }
  .items__img {
    min-width: 290px;
    max-width: 290px;
  }
  .con__item {
    margin-bottom: 15px;
  }
  .left_text, .right_text {
    transform: translateY(-20px);
    font-size: 13px;
  }
  .body__logo .title {
      margin-top: 25px;
  }
    .header__content {
        transform: translateY(-20px);
    }
    .header__content .active span {
        transform: translateY(-30px) !important;
    }
}
/*# sourceMappingURL=style.css.map */

section {
    margin-bottom: 40px;
}

a:focus, a:hover, .marker, .marker_ref:hover, .name_block, .part-offer {
    color: #ff002a !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}

.header .fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header__content .active span {
    background-color: rgba(0, 0, 0, 0.65);
    padding: 10px;
    border-radius: 10px;
    transform: translateY(-10px);
}

.page-link {
    background-color: #3f433c !important;
    color: white !important;
}

.active > .page-link {
    background-color: #ff002a !important;
    border-color: #ff002a !important;
}

.ticker {
  display: flex;
  position: relative;
  overflow: hidden;
  /* overflow: hidden; */
  /* position: absolute; */
}

.ticker__list {
  display: flex;
  animation: ticker 15s linear infinite;
}

/* .ticker__list2 {
    display: flex;
    animation: ticker 15s linear infinite;
    animation-delay: 7.5s;
} */

@keyframes ticker {
    0% {
        transform: translateX(0%);
      }
  100% {
    transform: translateX(-50%);
  }
}


.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    /* display: flex; */
  }

  .marquee div {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
  }

  .marquee2 div {
    animation-delay: 7.5s;
  }

  @keyframes marquee {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(-100%, 0);
    }
  }
