@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'robotoregular';
  src: url("../fonts/roboto-webfont.eot");
  src: url("../fonts/roboto-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-webfont.woff2") format("woff2"), url("../fonts/roboto-webfont.woff") format("woff"), url("../fonts/roboto-webfont.ttf") format("truetype"), url("../fonts/roboto-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

input, select, textarea, button {
  outline: none;
}

body {
  color: #3e3e3e;
  font: 1em 'Tahoma', sans-serif;
  background-color: #eee;
}

.inner-page {
  background-color: #cfd1d4;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 7px;
  padding-right: 7px;
  max-width: 1080px;
  overflow: hidden;
}

.page-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1611px;
}

.container.slider-big {
  max-width: 1180px;
  padding: 0 50px;
}

.triangle-block {
  margin-top: -40px;
  width: 100%;
  overflow: hidden;
}
.triangle-block img {
  float: right;
  width: 65%;
  max-width: 768px;
}

.call-popup {
  z-index: 10;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 50px 65px;
  width: 95%;
  max-width: 1100px;
  min-height: 400px;
  background-color: #cfd1d4;
  border: 3px solid #949494;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* Firefox 19+ */
  /* Firefox 18- */
}
.call-popup h2 {
  margin-bottom: 40px;
  color: #ee3f10;
  font: 1.875em 'Tahoma', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.call-popup .form-block {
  overflow: hidden;
}
.call-popup .left-bl {
  float: left;
  width: 48%;
}
.call-popup .right-bl {
  float: right;
  width: 48%;
}
.call-popup input, .call-popup textarea {
  margin-bottom: 25px;
  padding: 10px 15px;
  width: 100%;
  color: #ee3f10;
  font: 1em 'Tahoma', sans-serif;
  background-color: transparent;
  border: 2px solid #fff;
  outline: none;
}
.call-popup input:focus, .call-popup textarea:focus {
  border: 2px solid #ee3f10;
}
.call-popup textarea {
  height: 180px;
}
.call-popup input::-webkit-input-placeholder {
  color: #ee3f10;
}
.call-popup input::-moz-placeholder {
  color: #ee3f10;
}
.call-popup input:-moz-placeholder {
  color: #ee3f10;
}
.call-popup input:-ms-input-placeholder {
  color: #ee3f10;
}
.call-popup textarea::-webkit-input-placeholder {
  color: #ee3f10;
}
.call-popup textarea:-moz-placeholder {
  color: #ee3f10;
}
.call-popup button {
  display: block;
  margin: 0 auto;
  padding: 10px 15px;
  max-width: 220px;
  color: #fff;
  font: 1.125em 'Tahoma', sans-serif;
  text-transform: uppercase;
  background-color: #ee3f10;
  border: 2px solid #ee3f10;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.call-popup button:hover {
  color: #ee3f10;
  background-color: transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.subscribe-popup {
  z-index: 10;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  min-width: 200px;
  background-color: #ee3f10;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.subscribe-popup article {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
}
.subscribe-popup article h2 {
  color: #fff;
  font-family: 'Tahoma-regular', sans-serif;
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
}
.subscribe-popup article h3 {
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Tahoma-regular', sans-serif;
  font-size: 2rem;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
}
.subscribe-popup form {
  text-align: center;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.subscribe-popup form input {
  margin-right: 1.5%;
  margin-bottom: 20px;
  width: 32%;
  padding: 0 10px;
  color: #fff;
  font-size: .75rem;
  line-height: 2rem;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #fff;
}
.subscribe-popup form button {
  width: 35%;
  padding: 0 10px;
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
  line-height: 2rem;
  text-transform: uppercase;
  background-color: #ccc;
  border: 2px solid #fff;
}
.subscribe-popup form input::-webkit-input-placeholder {
  color: #fff;
}
.subscribe-popup form input::-moz-placeholder {
  color: #fff;
}
.subscribe-popup form input:-moz-placeholder {
  color: #fff;
}
.subscribe-popup form input:-ms-input-placeholder {
  color: #fff;
}
.subscribe-popup form textarea::-webkit-input-placeholder {
  color: #fff;
}
.subscribe-popup form textarea:-moz-placeholder {
  color: #fff;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 41px;
  height: 40px;
  background: transparent url("../img/popup-close.png") no-repeat center center;
  cursor: pointer;
}

.call-open {
  display: block;
}

.nis-logo {
  z-index: 5;
  position: fixed;
  top: 20%;
  left: 0;
  width: 110px;
}

/*Unslider*/
.unslider {
  position: relative;
}

.unslider-arrow {
  top: 50%;
  left: 10px;
  margin-top: -19px;
  text-indent: -99999px;
  width: 25px;
  height: 38px;
  background-image: url("../img/sl-arrow-left.png");
}
.unslider-arrow.next {
  right: 10px;
  background-image: url("../img/sl-arrow-right.png");
}

.unslider-nav {
  display: none;
}

/*Effect For Video*/
.pop_up_video {
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #ccc;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pop_up_open {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.pop_up_close {
  position: relative;
  float: left;
  width: 50px;
  height: 100%;
  background-color: #3e3e3e;
}
.pop_up_close span {
  position: absolute;
  top: 20px;
  left: 15px;
  width: 20px;
  height: 20px;
  border: 1px solid #ee3f10;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.pop_up_close span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 14px;
  height: 1px;
  margin-left: -1px;
  background-color: #ee3f10;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pop_up_close span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 14px;
  height: 1px;
  margin-left: -1px;
  background-color: #ee3f10;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pop_up_close span:hover {
  border: 1px solid #fff;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pop_up_close span:hover:before {
  background-color: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pop_up_close span:hover:after {
  background-color: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.video-block {
  margin-left: 50px;
  height: 100%;
}

header.index-page {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 130px;
  max-width: 1611px;
  min-height: 608px;
  background: transparent url("../img/header-bg2.jpg") 100% 101% no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

.call-us {
  z-index: 5;
  position: fixed;
  top: 75%;
  right: 50px;
  width: 102px;
  height: 102px;
  background: transparent url("../img/call-us.png") center center no-repeat;
  cursor: pointer;
}

.phone {
  position: absolute;
  top: 5px;
  right: 10%;
}
.phone a {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-left: 30px;
  color: #fff;
  font: 1.25em Tahoma, sans-serif;
  line-height: 25px;
  text-shadow: 1px 1px 1px #000;
  text-decoration: none;
}
.phone a:last-child {
  margin-right: 0;
}
.phone a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  background: transparent url("../img/phone-or.png") center center no-repeat;
}

nav {
  margin-bottom: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.navig {
  overflow: hidden;
}

.logo {
  float: left;
}
.logo img {
  display: block;
}

.nav-list {
  float: right;
}
.nav-list li {
  display: inline-block;
}
.nav-list a {
  position: relative;
  display: block;
  margin-right: 2px;
  padding-right: 15px;
  color: #fff;
  font: .875em 'Tahoma', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 81px;
}
.nav-list a.active-nav:before {
  content: '';
  position: absolute;
  left: 0;
  right: 15px;
  bottom: 35%;
  height: 2px;
  background: #fff;
}

.nav-first:hover:before, .nav-first:focus:before {
  content: '';
  position: absolute;
  left: 0;
  right: 15px;
  bottom: 35%;
  height: 2px;
  background: #fff;
}

.dropdown-nav {
  position: relative;
}

.dropdown-nav-list {
  display: none;
  z-index: 10;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.dropdown-nav-list li {
  display: block;
}
.dropdown-nav-list a {
  display: block;
  line-height: 1;
  text-decoration: underline;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px #000;
}

.nav-xs {
  display: none;
}

.list-block {
  position: relative;
  float: left;
  margin-top: 26px;
  margin-bottom: 45px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
  width: 35%;
  background-color: rgba(0, 0, 0, 0.2);
  -moz-transform: skewY(-6.5deg);
  -ms-transform: skewY(-6.5deg);
  -webkit-transform: skewY(-6.5deg);
  transform: skewY(-6.5deg);
}
.list-block h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.5em;
  line-height: 1;
  text-transform: uppercase;
  -moz-transform: skewY(6.5deg);
  -ms-transform: skewY(6.5deg);
  -webkit-transform: skewY(6.5deg);
  transform: skewY(6.5deg);
}
.list-block h2 a {
  padding-left: 0;
}
.list-block h2 a:before {
  content: none;
}
.list-block h2 a:hover {
  padding: 0;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.list-block h2 span {
  font-size: 2em;
  letter-spacing: -2px;
}
.list-block ul {
  -moz-transform: skewY(6.5deg);
  -ms-transform: skewY(6.5deg);
  -webkit-transform: skewY(6.5deg);
  transform: skewY(6.5deg);
}
.list-block li {
  margin-bottom: 20px;
}
.list-block a {
  position: relative;
  display: block;
  padding-left: 50px;
  color: #fff;
  font: 1em Tahoma, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  opacity: .8;
}
.list-block a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 20px;
  background: transparent url("../img/gal-wh.png") center center no-repeat;
}
.list-block a:hover {
  opacity: 1;
  padding-left: 65px;
  font-size: 1em;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.list-block a:hover:before {
  width: 50px;
  height: 42px;
  background: transparent url("../img/gal-wh-b.png") center center no-repeat;
}

.orange-tx h2 {
  margin-bottom: 5px;
  color: #ee3f10;
  font: 1.5em Tahoma, sans-serif;
}
.orange-tx img {
  display: inline-block;
  max-width: 240px;
}
.orange-tx a:before {
  background: transparent url("../img/gal-or.png") center center no-repeat;
}
.orange-tx a:hover:before {
  background: transparent url("../img/gal-or-b.png") center center no-repeat;
}

.white-tx h2 {
  color: #fff;
  font: 1.5em Tahoma, sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.white-tx h2 span {
  font-size: 2em;
}

.header-car {
  float: right;
  width: 64%;
}

.info-section {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  max-width: 1611px;
}

.grey-sect {
  padding-bottom: 112px;
  background: #cfd1d4 url("../img/triangle-or-1600.png") 100% 101% no-repeat;
}

.orange-sect {
  background: #ff3d01 url("../img/triangle-wh-1600.png") 100% 101% no-repeat;
}
.orange-sect figure {
  float: left;
  width: 10%;
}
.orange-sect figure img {
  float: right;
  max-width: 61px;
}

.or-info-block {
  float: right;
  width: 52%;
}
.or-info-block img {
  max-width: 248px;
}

.or-info-block1 {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding-top: 10px;
}
.or-info-block1 h2 {
  display: inline-block;
  width: 70%;
  color: #fff;
  font: 36px Tahoma, sans-serif;
}
.or-info-block1 img {
  float: right;
  width: 30%;
  max-width: 150px;
}

.or-info-block2 {
  width: 100%;
  float: left;
}
.or-info-block2 img {
  display: inline-block;
  float: left;
  margin-right: 10px;
  max-width: 165px;
}
.or-info-block2 p {
  color: #fff;
  font: 24px 'Tahoma-regular', sans-serif;
}

.list-block.orange-tx {
  float: right;
}

.info-text-block {
  float: left;
  width: 64%;
}
.info-text-block h2 {
  margin-bottom: 30px;
  font: 2.5em Tahoma, sans-serif;
}
.info-text-block img {
  display: block;
  margin-bottom: 25px;
  max-width: 550px;
}
.info-text-block p {
  margin-bottom: 25px;
  color: #3e3e3e;
  font: 1.5em Tahoma, sans-serif;
  text-transform: uppercase;
  line-height: 1.5em;
}
.info-text-block p img {
  margin-bottom: 0;
  display: inline-block;
  max-width: 248px;
}
.info-text-block a {
  display: block;
  width: 80%;
  color: #3e3e3e;
  font: 1.875em Tahoma, sans-serif;
  text-transform: uppercase;
}

.car-block {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 135px;
  max-width: 1611px;
  background: #fff url("../img/triangle-gr-1600.png") 100% 101% no-repeat;
}
.car-block .car-title {
  margin-bottom: 20px;
}
.car-block .car-title a {
  display: block;
  color: #000;
  font: 2em Tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  text-decoration: none;
}
.car-block .car-title a span {
  font-size: 1em;
  font-weight: normal;
}
.car-block .car-more {
  color: #ee3f10;
  font: 1.125em Tahoma, sans-serif;
  text-transform: uppercase;
}

.car-block-list {
  overflow: hidden;
  margin-bottom: 20px;
}
.car-block-list .car-list-info {
  float: left;
  margin-right: 2.5%;
  padding: 15px 10px;
  width: 23%;
  color: #3e3e3e;
  text-decoration: none;
  border-bottom: 2px solid #3e3e3e;
  cursor: pointer;
}
.car-block-list .car-list-info:hover {
  border-bottom: 2px solid #ee3f10;
}
.car-block-list .car-list-info:last-child {
  margin-right: 0;
}
.car-block-list .car-list-info img {
  margin-bottom: 10px;
}
.car-block-list .car-list-info h2 {
  margin-bottom: 20px;
  color: #ee3f10;
  font: 1.125em Tahoma, sans-serif;
  text-transform: uppercase;
}
.car-block-list .car-list-info li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.car-block-list .car-list-info li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: transparent url("../img/loader1.png") center center no-repeat;
}
.car-block-list .car-list-info .spdm:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #3e3e3e;
  background: transparent url("../img/spdm1.png") center center no-repeat;
}
.car-block-list .car-list-info p {
  text-align: center;
  color: #ee3f10;
  font: 1.5em;
  font-weight: bold;
}

.about {
  margin-left: auto;
  margin-right: auto;
  max-width: 1611px;
  background-color: #cfd1d4;
}
.about a {
  display: block;
  text-decoration: none;
}
.about a img {
  display: block;
  margin-bottom: 10px;
  max-width: 228px;
}
.about a h2 {
  color: #3e3e3e;
  font: 1.5em Tahoma, sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about p {
  margin-bottom: 20px;
  color: #3e3e3e;
  font: .875em Tahoma, sans-serif;
  line-height: 1.5em;
}

.subscribe {
  margin-left: auto;
  margin-right: auto;
  max-width: 1611px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ee3f10;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.subscribe h2 {
  margin-bottom: 20px;
  color: #fff;
  font: 1.125em Tahoma, sans-serif;
  text-transform: uppercase;
}
.subscribe h2 span {
  font-size: 2em;
  letter-spacing: -1px;
}
.subscribe input {
  float: left;
  width: 32%;
  margin-right: 2%;
  padding: 0 10px;
  color: #fff;
  font: .75em tahoma, sans-serif;
  line-height: 2.5em;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #fff;
}
.subscribe input::-webkit-input-placeholder {
  color: #fff;
}
.subscribe input::-moz-placeholder {
  color: #fff;
}
.subscribe input:-moz-placeholder {
  color: #fff;
}
.subscribe input:-ms-input-placeholder {
  color: #fff;
}
.subscribe button {
  display: block;
  float: left;
  width: 32%;
  color: #fff;
  font: .75em tahoma, sans-serif;
  font-weight: bold;
  line-height: 2.5em;
  text-transform: uppercase;
  background-color: #babcbf;
  border: 2px solid #fff;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.subscribe button:hover {
  background-color: transparent;
}
.subscribe button:focus {
  border: 2px solid #ccc;
}

.news {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 30px;
  max-width: 1611px;
  background-color: #fff;
}
.news .news-title {
  margin-bottom: 25px;
  color: #010101;
  font: 1.5em tahoma, sans-serif;
  line-height: 1.7em;
  text-transform: uppercase;
}
.news .news-title img {
  display: block;
  max-width: 228px;
}

.news-cont {
  overflow: hidden;
}

.news-block {
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
  width: 48%;
}
.news-block:nth-child(even) {
  margin-right: 0;
}
.news-block .news-pic {
  display: block;
  margin-bottom: 25px;
}
.news-block .news-pic img {
  display: block;
}
.news-block h2 {
  margin-bottom: 15px;
  color: #000;
  font: 1.125em tahoma, sans-serif;
  text-transform: uppercase;
}
.news-block p {
  margin-bottom: 25px;
  color: #000;
  font: .875em tahoma, sans-serif;
  line-height: 1.5;
}
.news-block .news-link-more {
  display: block;
  color: #ee3f10;
  font: .875em tahoma, sans-serif;
  text-transform: uppercase;
  text-align: right;
}
.news-block .news-link-more:hover {
  text-decoration: none;
}

.slider-block {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1611px;
  background-color: #ee3f10;
}
.slider-block .news-title {
  margin-bottom: 25px;
  color: #fff;
  font: 1.5em tahoma, sans-serif;
  line-height: 1.7em;
  text-transform: uppercase;
}
.slider-block .news-title img {
  display: block;
  max-width: 228px;
}

.slider-block-link {
  display: block;
  text-decoration: none;
}
.slider-block-link figure {
  position: relative;
  margin-bottom: 15px;
}
.slider-block-link figure img {
  display: block;
}
.slider-block-link figure .sl-descr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url("../img/slider-label.png") no-repeat 50% 50%;
}
.slider-block-link figure .sl-descr:hover {
  background: none;
}
.slider-block-link h2 {
  color: #fff;
  font: .875em tahoma, sans-serif;
  text-transform: uppercase;
}

footer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 80px;
  max-width: 1611px;
  background-color: #cfd1d4;
}

.footer-block {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.footer-block:nth-child(3n+3) {
  margin-right: 0;
}
.footer-block h2 {
  margin-bottom: 20px;
  color: #3e3e3e;
  font: 1.125em tahoma, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.footer-block a {
  display: block;
  color: #3e3e3e;
  font: 1.125em tahoma, sans-serif;
  line-height: 2em;
  text-decoration: none;
}
.footer-block a:hover {
  color: #ee3f10;
}
.footer-block form {
  position: relative;
  margin-bottom: 30px;
}
.footer-block input[type="tel"] {
  padding: 2px;
    padding-right: 50px;
    width: 75%;
    color: #3e3e3e;
    font: 1.125em tahoma, sans-serif;
    background-color: transparent;
    border: 2px solid #ee3f10;
}
.footer-block input[type="tel"]:focus {
  -moz-box-shadow: 0 0 1px 1px #b22222;
  -webkit-box-shadow: 0 0 1px 1px #b22222;
  box-shadow: 0 0 1px 1px #b22222;
}
.footer-block button {
  position: absolute;
    top: 22px;
    padding: 4px;
    color: #fff;
    font: 1.125em tahoma, sans-serif;
    text-transform: uppercase;
    background-color: #ee3f10;
    border: none;
    cursor: pointer;
}
.footer-block button:focus {
  -moz-box-shadow: inset 0 0 1px 1px #b22222;
  -webkit-box-shadow: inset 0 0 1px 1px #b22222;
  box-shadow: inset 0 0 1px 1px #b22222;
}
.footer-block .social-list li {
  display: inline-block;
  margin-right: 15px;
}
.footer-block .social-list .soc {
  display: block;
  width: 24px;
  height: 24px;
}
.footer-block .social-list .soc-vk {
  background: transparent url("../img/soc-vk.png") center center no-repeat;
}
.footer-block .social-list .soc-fb {
  background: transparent url("../img/soc-fb.png") center center no-repeat;
}
.footer-block .social-list .soc-gl {
  background: transparent url("../img/soc-gl.png") center center no-repeat;
}
.footer-block .social-list .soc-you {
  background: transparent url("../img/soc-you.png") center center no-repeat;
}

/* --CONTACTS PAGE-- */
.inner-header {
  padding-top: 40px;
}

.contacts-block h2 {
  margin-bottom: 20px;
  color: #ee3f10;
  font: 1.5em Tahoma, sans-serif;
  line-height: 2em;
}
.contacts-block h2 img {
  display: block;
  max-width: 248px;
}
.contacts-block article {
  overflow: hidden;
  background: url("../img/triangle-or-768.png") no-repeat 100% 103%;
}

.contacts-form {
  float: left;
  width: 40%;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.contacts-form input, .contacts-form textarea {
  margin-bottom: 25px;
  padding: 10px 15px;
  width: 100%;
  color: #ee3f10;
  font: 1em Tahoma, sans-serif;
  background-color: transparent;
  border: 3px solid #fff;
  outline: none;
}
.contacts-form input:focus, .contacts-form textarea:focus {
  border: 3px solid #ee3f10;
}
.contacts-form input::-webkit-input-placeholder {
  color: #ee3f10;
}
.contacts-form input::-moz-placeholder {
  color: #ee3f10;
}
.contacts-form input:-moz-placeholder {
  color: #ee3f10;
}
.contacts-form input:-ms-input-placeholder {
  color: #ee3f10;
}
.contacts-form textarea::-webkit-input-placeholder {
  color: #ee3f10;
}
.contacts-form textarea:-moz-placeholder {
  color: #ee3f10;
}
.contacts-form button {
  display: block;
  width: 200px;
  padding: 7px 0;
  color: #fff;
  font: 1.125em Tahoma, sans-serif;
  text-transform: uppercase;
  text-align: center;
  background-color: #ee3f10;
  border: 3px solid #ee3f10;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contacts-form button:hover {
  color: #ee3f10;
  background-color: #fff;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts-adr {
  float: right;
  width: 35%;
}
.contacts-adr h2 {
  margin-bottom: 20px;
  color: #ee3f10;
  font: 1.5em Tahoma, sans-serif;
  text-transform: uppercase;
}
.contacts-adr p {
  margin-bottom: 30px;
  color: #3e3e3e;
  font: 1em Tahoma, sans-serif;
  line-height: 1.35em;
}

/* --NEWS PAGE-- */
.news-page-block h2 {
  margin-bottom: 20px;
  color: #ee3f10;
  font: 30px Tahoma, sans-serif;
  text-transform: uppercase;
}
.news-page-block h2 img {
  margin-top: 10px;
  display: block;
  max-width: 248px;
}
.news-page-block h2 span {
  font: 36px 'Tahoma', sans-serif;
  font-weight: bold;
}

.news-info-block {
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3e3e3e;
  overflow: hidden;
}
.news-info-block img {
  display: block;
  float: left;
  margin-right: 25px;
  max-width: 248px;
}
.news-info-block h2 {
  color: #3e3e3e;
  font: 1.5em Tahoma, sans-serif;
  text-transform: uppercase;
}
.news-info-block p {
  margin-bottom: 20px;
  color: #3e3e3e;
  font: .875em Tahoma, sans-serif;
  line-height: 1.125em;
}
.news-info-block div {
  overflow: hidden;
}
.news-info-block div span {
  float: left;
  font: .875em tahoma, sans-serif;
}
.news-info-block div a {
  display: block;
  float: right;
  color: #ee3f10;
  font: .875em tahoma, sans-serif;
  text-transform: uppercase;
}

/* --ABOUT-CAR-PAGE-- */
.about-car-page-block p {
  color: #3e3e3e;
  font: .875em 'Roboto', sans-serif;
  line-height: 1.525em;
}
.about-car-page-block .about-car-bg-block {
  height: 430px;
  margin-bottom: 25px;
  background: url("../img/ab-car.jpg") no-repeat top center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.about-car-page-block .about-car-bg-block h2 {
  margin-bottom: -5px;
  padding: 50px 0 0 40px;
  color: #ee3f10;
  font: 1.5em 'Tahoma', sans-serif;
  text-transform: uppercase;
}
.about-car-page-block .about-car-bg-block h3 {
  padding-left: 40px;
  color: #ee3f10;
  font: 600 2.05em 'Tahoma', sans-serif;
  text-transform: uppercase;
}
.about-car-page-block .about-car-block {
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3e3e3e;
}
.about-car-page-block .about-car-block:last-child {
  border-bottom: none;
}
.about-car-page-block .about-car-block h2 {
  margin: 25px 0 15px 0;
  color: #3e3e3e;
  font: 600 1.5em 'Roboto', sans-serif;
  text-transform: uppercase;
}

/* --KREDIT-PAGE-- */
.navs {
  margin-bottom: 0;
}

.credit-bg-block {
  height: 430px;
  margin-bottom: 25px;
  background: url("../img/credit-bg.jpg") no-repeat center;
}
.credit-bg-block h2 {
  padding: 50px 0 0 40px;
  color: #ee3f10;
  font: 1.5em 'Tahoma', sans-serif;
  text-transform: uppercase;
}
.credit-bg-block h2 img {
  margin-top: 10px;
  display: block;
  max-width: 248px;
}

.credit-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #3e3e3e;
}
.credit-block h2 {
  margin-bottom: 15px;
  color: #3e3e3e;
  font: 600 1.5em 'Roboto', sans-serif;
  text-transform: uppercase;
}
.credit-block h3 {
  margin-bottom: 15px;
  color: #3e3e3e;
  font: 1.125em 'robotoregular', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.credit-block p {
  margin-bottom: 15px;
  color: #3e3e3e;
  font: .875em 'Roboto', sans-serif;
  line-height: 1.525em;
}

.credit-list {
  margin-bottom: 15px;
}
.credit-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  font: .875rem 'robotoregular', sans-serif;
}
.credit-list li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  border-right: 1px solid #ee3f10;
  border-bottom: 1px solid #ee3f10;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.credit-list + span {
  display: inline-block;
  margin-bottom: 15px;
  font: .875rem 'robotoregular', sans-serif;
  font-style: italic;
}

.credit-table-block {
  margin-bottom: 25px;
  width: 100%;
  border: 1px solid #3e3e3e;
}
.credit-table-block table {
  width: 100%;
}
.credit-table-block table td, .credit-table-block table th {
  padding: 5px 15px;
  width: 14.2857%;
  font: .875rem 'robotoregular', sans-serif;
  white-space: nowrap;
  text-align: center;
}

.credit-table {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}

.credit-table-row {
  display: table-row;
}
.credit-table-row:first-child {
  background-color: #FFFACD;
}

.credit-table-cell {
  display: table-cell;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 50%;
  font: .875rem 'robotoregular', sans-serif;
  vertical-align: middle;
  text-align: center;
}

.insurance-block {
  margin-top: 45px;
  margin-bottom: 45px;
}
.insurance-block h2 {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #3e3e3e;
  font: 600 1.5em 'Roboto', sans-serif;
  text-transform: uppercase;
}
.insurance-block p {
  color: #3e3e3e;
  font: .875em 'Roboto', sans-serif;
  line-height: 1.525em;
}
.insurance-block p span {
  display: block;
  padding-left: 10px;
}
.insurance-block p span b {
  font-weight: bold;
}

/* --ZARYADKA-PAGE-- */
.inner-bg-page {
  background-color: #fff;
}

.navi {
  margin-bottom: 50px;
}

.charging-page-block p {
  color: #3e3e3e;
  font: .865em 'Roboto', sans-serif;
  line-height: 1.325em;
}
.charging-page-block .charging-block {
  margin-bottom: 55px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
.charging-page-block .charging-block h2 {
  margin-bottom: -4px;
  color: #ee3f10;
  font: 1.5em 'Tahoma', sans-serif;
  text-transform: uppercase;
}
.charging-page-block .charging-block h3 {
  margin-bottom: 20px;
  color: #ee3f10;
  font: 600 2.05em 'Tahoma', sans-serif;
  text-transform: uppercase;
}
.charging-page-block .charging-block h4 {
  font-weight: 500;
  color: #3e3e3e;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 2.5em;
}
.charging-page-block .charging-block-info {
  overflow: hidden;
  margin-bottom: 65px;
  padding-bottom: 50px;
  border-bottom: 1px solid;
}
.charging-page-block .charging-block-info figure {
  float: right;
}
.charging-page-block .charging-block-info figure img {
  width: 100%;
  max-width: 150px;
}
.charging-page-block .charging-block-info h3 {
  margin-bottom: 20px;
  color: #3e3e3e;
  font: 1.225em 'Roboto', sans-serif;
  text-transform: uppercase;
}
.charging-page-block .charging-block-info p {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.charging-page-block .charging-block-info .table {
  float: left;
  width: 80%;
  font-weight: 500;
  color: #585858;
  font: .875em 'Roboto', sans-serif;
}
.charging-page-block .charging-block-info .table a {
  font-weight: 500;
  color: #585858;
  font: .975em 'Roboto', sans-serif;
  text-decoration: none;
}
.charging-page-block .charging-block-info .table a:hover {
  text-decoration: underline;
}
.charging-page-block .charging-block-info .table tr {
  border: 1px solid #3e3e3e;
}
.charging-page-block .charging-block-info .table tr:first-child {
  color: #fff;
  background-color: #3e3e3e;
}
.charging-page-block .charging-block-info .table td {
  padding: 20px 0px 20px 0px;
  text-align: center;
}
.charging-page-block .charging-block-info .table td:nth-child(1) {
  width: 10%;
}
.charging-page-block .charging-block-info .table td:nth-child(2) {
  width: 12%;
}
.charging-page-block .charging-block-info .table td:nth-child(3) {
  width: 13%;
}
.charging-page-block .charging-block-info .table td:nth-child(4) {
  width: 15%;
}
.charging-page-block .charging-block-info .table td:nth-child(5) {
  width: 15%;
}
.charging-page-block .charging-block-info .table td:nth-child(6) {
  width: 10%;
}

/* --ABOUT-COMPANY PAGE-- */
.company-slider-block {
  margin-bottom: 40px;
}
.company-slider-block .container {
  border-bottom: 1px solid #3e3e3e;
}
.company-slider-block h2 a {
  margin-bottom: 25px;
  color: #ee3f10;
  font: 1.125em 'Tahoma', sans-serif;
}
.company-slider-block p {
  margin-bottom: 35px;
  color: #3e3e3e;
  font: .875em 'robotoregular', sans-serif;
  line-height: 1.5em;
}

.company-slider {
  margin-bottom: 40px;
}
.company-slider li {
  position: relative;
}
.company-slider h2 {
  position: absolute;
  top: 50px;
  left: 50px;
  color: #ee3f10;
  font: 1.5em 'Tahoma', sans-serif;
  text-transform: uppercase;
}
.company-slider h2 img {
  margin-top: 10px;
  max-width: 248px;
}
.company-slider h2 span {
  color: #ee3f10;
  font: 1.875rem 'Tahoma-regular', sans-serif;
  font-weight: bold;
}

.about-company-info .container {
  border-bottom: 1px solid #3e3e3e;
}
.about-company-info .ab-comp-inf2 {
  padding-top: 30px;
}
.about-company-info .ab-comp-inf2 h2 {
  margin-bottom: 15px;
}
.about-company-info .ab-comp-inf2 ol {
  margin-bottom: 20px;
}
.about-company-info .ab-comp-inf2 ol li {
  padding-left: 20px;
  font: .875em 'Tahoma', sans-serif;
  line-height: 1.5;
}
.about-company-info h2 {
  margin-bottom: 25px;
  color: #3e3e3e;
  font: 1.5em 'Tahoma', sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
}
.about-company-info h2 img {
  display: block;
  max-width: 248px;
}
.about-company-info h2 span {
  color: #3e3e3e;
  font: 1.875rem 'Tahoma-regular', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.about-company-info h3 {
  margin-bottom: 15px;
  color: #3e3e3e;
  font: 1.125em 'Tahoma', sans-serif;
  text-transform: uppercase;
}
.about-company-info p {
  margin-bottom: 25px;
  color: #3e3e3e;
  font: .875em 'robotoregular', sans-serif;
  font-weight: normal;
  line-height: 1.5em;
}
.about-company-info p span {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: red;
  text-indent: 20px;
  font-weight: bold;
}

.slider-block.about-page {
  background-color: #cfd1d4;
}
.slider-block.about-page .slider-block-link h2 {
  color: #3e3e3e;
}
.slider-block.about-page .news-title {
  color: #3e3e3e;
}
.slider-block.about-page .owl-prev:before {
  content: '';
  background-image: url("../img/sl-arrow-left.png");
}
.slider-block.about-page .owl-next:before {
  background-image: url("../img/sl-arrow-right.png");
}

.about-company-list {
  margin-top: 10px;
  margin-bottom: 15px;
}
.about-company-list li {
  position: relative;
  padding-left: 20px;
  font: .875em 'robotoregular', sans-serif;
}
.about-company-list li:before {
  content: '';
  position: absolute;
  top: 40%;
  left: 7px;
  width: 5px;
  height: 5px;
  background-color: red;
}

.about-company-span {
  display: block;
  margin: 0 !important;
  color: #3e3e3e !important;
  font-weight: normal !important;
}

/* --EQUIPMENT PAGE-- */
.car-equipment-block {
  margin-bottom: 40px;
  padding-top: 35px;
}
.car-equipment-block h2 {
  margin-bottom: 40px;
  color: #ee3f10;
  font: 1.5em 'Tahoma', sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.car-equipment-block h2 span {
  font: 1.875em 'Tahoma', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
}

.car-equipment-list {
  text-align: center;
}
.car-equipment-list li {
  display: inline-block;
  margin-bottom: 60px;
  margin-right: .75%;
  width: 24%;
  vertical-align: top;
}
.car-equipment-list li:nth-child(4n) {
  margin-right: 0;
}
.car-equipment-list li a {
  display: block;
  padding: 0 10px 10px;
  text-decoration: none;
  border-bottom: 1px solid #3e3e3e;
}
.car-equipment-list li a:hover {
  border-bottom: 1px solid #ee3f10;
}
.car-equipment-list li img {
  margin-bottom: 15px;
}
.car-equipment-list li h2 {
  margin-bottom: 15px;
  font-size: 1.125em;
  text-align: left;
}
.car-equipment-list li p {
  color: #ee3f10;
  font-size: 1.5em;
  text-align: center;
}

.car-info-list li {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  width: 100% !important;
  text-align: left;
  color: #3e3e3e;
  font: 1em 'Tahoma', sans-serif;
}
.car-info-list li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: transparent url("../img/loader1.png") center center no-repeat;
}
.car-info-list li.spdm:before {
  content: '';
  background: transparent url("../img/spdm.png") center center no-repeat;
}

/* --IN-STOCK PAGE-- */
.car-equipment-block.in-stock .container {
  border-bottom: 1px solid #3e3e3e;
}

.car-equipment-block.another-car {
  margin-bottom: 0;
}

/* --EXTERIOR PAGE-- */
.ex-page {
  background-color: #fff;
}

.triangle-block.ex-page {
  margin-top: 0;
}

.container.ex-page {
  margin-bottom: 20px;
}

.ex-car-info {
  margin-bottom: 40px;
}

.ex-car-block {
  padding-top: 60px;
}

.ex-car-title {
  color: #3e3e3e;
  font: 2em 'Tahoma',sans-serif;
  text-transform: uppercase;
}

.ex-car-text {
  float: left;
  width: 25%;
  padding-top: 30px;
}

.ex-car-change {
  float: right;
  width: 65%;
  padding: 0 10px 0;
}
.ex-car-change figure {
  position: relative;
  min-height: 220px;
}
.ex-car-change figure img {
  display: block;
}
.ex-car-change figure .ex-description {
  position: absolute;
  padding: 4px 10px;
  bottom: 10px;
  right: 10px;
  color: #323534;
  font: 1.125em 'Tahoma', sans-serif;
  background-color: #eee;
}
.ex-car-change figure .ex-description:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -20px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #eee;
}

.ex-car-text-info p {
  position: relative;
  margin-bottom: 20px;
  color: #3e3e3e;
  font: 1.125em 'Tahoma',sans-serif;
  text-transform: uppercase;
}
.ex-car-text-info .loader, .ex-car-text-info .spidometr {
  display: inline-block;
  padding-left: 40px;
}
.ex-car-text-info .loader:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 25px;
  background: transparent url("../img/loader1.png") left center no-repeat;
}
.ex-car-text-info .spidometr:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 25px;
  background: transparent url("../img/spdm.png") left center no-repeat;
}
.ex-car-text-info .ex-car-price {
  color: #3e3e3e;
  font: 1.875em 'Tahoma', sans-serif;
  text-align: center;
}

.ex-car-color h2, .ex-car-cabin h2 {
  margin-bottom: 15px;
  color: #323534;
  font: 1.125em 'Tahoma', sans-serif;
  text-transform: uppercase;
}
.ex-car-color li, .ex-car-cabin li {
  display: inline-block;
  margin-bottom: 15px;
  width: 23.5%;
  vertical-align: top;
  border: 1px solid #3e3e3e;
  cursor: pointer;
}
.ex-car-color li img, .ex-car-cabin li img {
  display: block;
}

.ex-title {
  margin-bottom: 20px;
  color: #3e3e3e;
  font: 30px 'Tahoma', sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
.ex-title span {
  font: 36px 'Tahoma', sans-serif;
  line-height: .9;
}

.ex-list {
  margin-bottom: 20px;
}
.ex-list li {
  margin-bottom: 10px;
  color: #3e3e3e;
  font: 1em 'Tahoma',sans-serif;
}

.ex-title-min {
  margin-bottom: 10px;
  color: #3e3e3e;
  font: 1.125em 'Tahoma-regular', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.ex-title-min p {
  color: #3e3e3e;
  font: .875em 'Tahoma-regular', sans-serif;
  line-height: 1.5em;
}

/* --CAR-ON PAGE-- */
.ex-car-info1 {
  float: left;
  width: 30%;
}

.ex-car-text-descr {
  margin-bottom: 50px;
  padding-top: 20px;
}

/* тАФNEWS2-PAGEтАФ */
.news2-info-block {
  margin-bottom: 45px;
  padding-bottom: 20px;
  border-bottom: 1px solid #3e3e3e;
  overflow: hidden;
}

.news2-info-block:last-child {
  border-bottom: none;
}

.news2-info-block .slide {
  float: left;
  width: 27%;
}

.news2-info-block .slide img {
  display: block;
}

.news2-info-block .news-txt {
  width: 70%;
  float: right;
}

.news2-info-block .news-txt h2 {
  color: #3e3e3e;
  font: 1.5em Tahoma, sans-serif;
  text-transform: uppercase;
}

.news2-info-block .news-txt .news-text-hide {
  margin-bottom: 20px;
  color: #3e3e3e;
  font: .875em 'Roboto', sans-serif;
  line-height: 1.125em;
}

.news2-info-block .news-txt div span {
  float: left;
  font: .875em tahoma, sans-serif;
}

.news2-info-block .news-txt .spoiler-toggle {
  display: block;
  float: right;
  color: #ee3f10;
  font: .875em tahoma, sans-serif;
  text-transform: uppercase;
}

.toggle-spoiler {
  display: inline;
}

.news-spoiler-close {
  display: block;
  max-height: 105px;
  overflow: hidden;
}

.news-slider-block .unslider-arrow.next {
  background-image: url("../img/s-arrow-right.png");
}

.news-slider-block .unslider-arrow.prev {
  background-image: url("../img/s-arrow-left.png");
}

/* --SPARES PAGE-- */
.spares-block {
  margin-bottom: 25px;
}
.spares-block:last-child {
  margin-bottom: 0;
}
.spares-block h2 {
  color: #ee3f10;
  font: 1.5rem 'Tahoma', sans-serif;
  text-transform: uppercase;
}
.spares-block h3 {
  margin-bottom: 20px;
  color: #ee3f10;
  font: 2.125rem 'Tahoma', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.spares-list li {
  display: inline-block;
  margin-bottom: 35px;
  margin-right: 2.5%;
  width: 22.5%;
  vertical-align: top;
  border-bottom: 1px solid #3e3e3e;
}
.spares-list li:nth-child(4n) {
  margin-right: 0;
}
.spares-list li:hover {
  border-bottom: 1px solid #ee3f10;
}
.spares-list li img {
  display: block;
  margin-bottom: 10px;
}
.spares-list li h2 {
  margin-bottom: 10px;
  color: #ee3f10;
  font: 1.125rem 'robotoregular', sans-serif;
  text-transform: uppercase;
}
.spares-list li p {
  color: #3e3e3e;
  font: .875rem 'robotoregular', sans-serif;
}
.spares-list li .spares-hide {
  max-height: 65px;
  overflow: hidden;
}
.spares-list li .spares-open {
  display: block;
  margin-bottom: 20px;
  font: .875rem 'robotoregular', sans-serif;
  text-align: right;
  cursor: pointer;
}
.spares-list li span {
  display: block;
  margin-bottom: 15px;
  color: #ee3f10;
  font: 1.5rem 'Tahoma-regular', sans-serif;
  text-align: center;
}

.spares-separator {
  border-bottom: 1px solid #3e3e3e;
}

.spares-list .spares-slider li {
  position: relative;
  margin: 0;
  border: 0;
  width: 100%;
}

/* --Repair Page-- */
.company-slider-block .repair-see-more {
  margin-bottom: 20px;
  color: #ee3f10;
  font: 1.125rem 'robotoregular', sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}

.repair-list {
  margin-bottom: 25px;
}
.repair-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
  font: .95rem 'robotoregular', sans-serif;
}
.repair-list li:first-child {
  padding-left: 5px;
  font-weight: bold;
}
.repair-list .repair-more {
  color: inherit;
  font: .75rem 'robotoregular', sans-serif;
  cursor: pointer;
}
.repair-list .list-arr-op {
  position: absolute;
  top: 0;
  left: 300px;
  margin-top: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
.repair-list .list-arr-cl {
  position: absolute;
  top: 0;
  left: 300px;
  margin-top: 8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

.repair-table {
  display: none;
  margin-top: 10px;
  padding-right: 10px;
}
.repair-table tr {
  border: 1px solid #333;
}
.repair-table tr:nth-child(even) {
  background-color: rgba(51, 51, 51, 0.2);
}
.repair-table td {
  padding: 2px 5px;
}
.repair-table td:first-child {
  text-align: right;
}
.repair-table td:last-child {
  text-align: center;
  border: solid 1px;
}
.repair-table .repair-one, .repair-table .repait-two {
  text-align: left !important;
}
.repair-table .repair-center {
  text-align: center !important;
}

.repair-an {
  margin-bottom: 15px;
  color: #333;
  font: 1.125em 'robotoregular', sans-serif;
}

.repair-an-list {
  margin-bottom: 20px;
  padding-left: 15px;
}
.repair-an-list li {
  margin-bottom: 5px;
  color: #333;
  font: .875rem 'robotoregular', sans-serif;
  line-height: 1.3;
}

.another-repair {
  margin-bottom: 20px;
}
.another-repair tr {
  border: 1px solid #333;
}
.another-repair td {
  padding: 3px 5px;
  color: #333;
  font: .875rem 'robotoregular', sans-serif;
  vertical-align: top;
  text-align: center;
  border: solid 1px #3E3E3E;;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-indent: -99999999px;
}

.owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  height: 85%;
  background-color: transparent;
}
.owl-prev:before {
  content: '';
  position: absolute;
  top: 40%;
  left: -40px;
  width: 25px;
  height: 38px;
  background: transparent url("../img/s-arrow-left.png") center center no-repeat;
}

.owl-next {
  position: absolute;
  top: 0;
  right: -40px;
  height: 85%;
  background-color: transparent;
}
.owl-next:before {
  content: '';
  position: absolute;
  top: 40%;
  right: 0;
  width: 25px;
  height: 38px;
  background: transparent url("../img/s-arrow-right.png") center center no-repeat;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*Flex*/
#carousel .flex-viewport {
  margin: 0 auto;
  max-width: 94%;
}

.tabs-h {
  width: 100%;
  margin-bottom: 20px;
}
.tabs-h ul {
  overflow: hidden;
  margin-bottom: 30px;
  padding: 10px;
}
.tabs-h li {
  display: table;
  float: left;
  height: 50px;
  text-align: center;
}
.tabs-h .t-1 {
  width: 30%;
}
.tabs-h .t-2 {
  width: 25%;
}
.tabs-h .t-3 {
  width: 22.5%;
}
.tabs-h .t-4 {
  width: 22.5%;
}
.tabs-h a {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font: 1em 'Tahoma-regular', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #3e3e3e;
}
.tabs-h a:hover {
  text-decoration: underline;
}

.tabs_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.tabs_container h3 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  color: #3e3e3e;
  font: 1em 'Tahoma-regular', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.tabs_container h3:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  background-color: #848484;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.tabs_container ul {
  padding: 0;
  padding-left: 20px;
}
.tabs_container li {
  display: block;
  float: none;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  color: #3e3e3e;
  font: 1em 'Tahoma-regular', sans-serif;
  text-align: left;
}

.transition {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}

.make_transist {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.hideleft {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.showleft {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
  -ms-transition-delay: .3s;
  transition-delay: .3s;
}

.tabulousclear {
  display: block;
  clear: both;
}

@media screen and (max-width: 1366px) {
  header.index-page {
    padding-bottom: 65px;
    min-height: 530px;
    background: transparent url("../img/header-bg-1366.jpg") 100% 101% no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .list-block {
    margin-bottom: 0;
  }
  .list-block.orange-tx {
    margin-bottom: 22px;
  }
  .list-block.white-tx {
    margin-bottom: 22px;
  }

  .grey-sect {
    padding-bottom: 110px;
    background: #cfd1d4 url("../img/triangle-or-1366.png") 100% 104% no-repeat;
  }

  .orange-sect {
    padding-bottom: 40px;
    background: #ff3d01 url("../img/triangle-wh-1366.png") 100% 101% no-repeat;
  }

  .car-block {
    background: #fff url("../img/triangle-gr-1366.png") 100% 101% no-repeat;
  }

  .subscribe-popup article {
    padding-left: 20px;
    padding-right: 20px;
  }
  .subscribe-popup form input {
    width: 45%;
  }
  .subscribe-popup form button {
    margin: 0 auto;
    width: 50%;
    margin-left: -1.5%;
  }
}
@media screen and (max-width: 1094px) {
  .logo {
    display: none;
  }

  .nav-list {
    display: none;
    width: 100%;
    text-align: center;
  }
  .nav-list li {
    width: 100%;
    margin-right: 0;
  }
  .nav-list a {
    line-height: 2.5em;
    border-bottom: 1px solid #fff;
    text-decoration: none;
  }
  .nav-list .active-nav:before {
    display: none;
  }

  .dropdown-nav-list {
    position: static;
    width: 100%;
    padding-bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .dropdown-nav-list li {
    display: inline-block;
    width: 49.5%;
  }
  .dropdown-nav-list a:last-child {
    margin-bottom: 0;
  }

  .nav-first:hover:before, .nav-first:focus:before {
    content: none;
  }

  .nav-xs {
    display: block;
    position: relative;
  }

  .small-logo {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    max-width: 200px;
  }

  #pull {
    display: block;
    text-align: right;
    padding-right: 40px;
    color: #fff;
    font: .75em 'tahoma', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  header.index-page {
    padding-bottom: 0;
    min-height: 500px;
    background: transparent url("../img/header-bg-1024.jpg") 100% 101% no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .grey-sect {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 140px;
    background: #cfd1d4 url("../img/triangle-or-1366.png") 100% 104% no-repeat;
  }

  .list-block {
    margin-bottom: 25px;
  }

  .orange-sect {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
    background: #ff3d01 url("../img/triangle-wh-1366.png") 100% 101% no-repeat;
  }

  .car-block {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff url("../img/triangle-gr-1366.png") 100% 101% no-repeat;
  }

  .about {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscribe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .news {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slider-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subscribe-popup article {
    padding-left: 20px;
    padding-right: 20px;
  }
  .subscribe-popup form input {
    width: 90%;
  }
  .subscribe-popup form button {
    margin: 0 auto;
    width: 90%;
    margin-left: -1.5%;
  }

  .list-block a {
    opacity: 1;
    padding-left: 40px;
  }
  .list-block a:hover {
    padding-left: 40px;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .list-block a:hover:before {
    width: 24px;
    height: 20px;
    background: transparent url("../img/gal-wh.png") center center no-repeat;
  }

  .list-block.white-tx {
    margin-bottom: 40px;
  }

  .or-info-block {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1023px) {
  .tabs-h a.tabulous_active {
    z-index: 2;
    background: #ee3f10 url("../img/tabs-tr.png") no-repeat bottom right;
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
}
@media screen and (max-width: 1022px) {
  header.index-page {
    background: transparent url("../img/header-bg-1366.jpg") 100% 101% no-repeat;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .grey-sect {
    padding-bottom: 81px;
    background: #cfd1d4 url("../img/triangle-or-1024.png") 100% 101% no-repeat;
  }

  .orange-sect {
    padding-bottom: 10px;
    background: #ff3d01 url("../img/triangle-wh-1024.png") 100% 101% no-repeat;
  }

  .car-block {
    background: #fff url("../img/triangle-gr-1024.png") 100% 101% no-repeat;
  }

  .tabs-h a.tabulous_active {
    background: #ee3f10;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .tabs-h a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 980px) {
.otstup
{
margin-top: 25px !important;
}
  .car-block {
    padding-bottom: 100px;
  }

  .news-page-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacts-block article {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  header.index-page {
    padding-bottom: 0;
    background: url("../img/header-md.jpg") no-repeat 0 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  nav {
    margin-bottom: 0;
  }

  .list-block {
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 20px;
    padding-top: 40px;
    float: none;
    width: 80%;
  }
  .list-block:before {
    top: -75px;
    height: 75px;
  }
  .list-block:after {
    bottom: -75px;
    height: 75px;
  }
  .list-block .orange-tx {
    float: none;
  }
  .list-block.orange-tx {
    float: none;
  }

  .grey-sect {
    padding-bottom: 110px;
  }

  .orange-tx {
    margin-top: 39px;
    margin-bottom: 25px;
  }

  .white-tx {
    margin-top: 39px;
    margin-bottom: 55px;
  }

  .info-text-block {
    margin: 0 auto;
    float: none;
    width: 80%;
    text-align: center;
  }
  .info-text-block a {
    width: 100%;
  }

  .header-car {
    margin: 0 auto;
    margin-bottom: 63px;
    width: 80%;
    float: none;
  }

  .orange-sect {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .orange-sect figure {
    width: 20%;
  }
  .orange-sect .or-info-block {
    width: 75%;
  }
  .orange-sect .or-info-block .descr .descr-img1 {
    float: none;
  }
  .orange-sect .or-info-block .descr-img {
    float: none;
  }

  .contacts-form {
    width: 48%;
  }

  .contacts-adr {
    width: 45%;
  }

  .car-equipment-list li {
    width: 32%;
    margin-right: .75%;
  }
  .car-equipment-list li:nth-child(4n) {
    margin-right: .75%;
  }
  .car-equipment-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .orange-sect .or-info-block .descr .descr-img1 {
    float: left;
    margin-right: 20px;
  }
  .orange-sect .or-info-block .descr .descr-img {
    float: left;
  }

  .charging-page-block .charging-block-info figure {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .charging-page-block .charging-block-info .table {
    width: 100%;
    overflow-x: scroll;
    padding-right: 10px;
    -moz-box-shadow: inset 0 0 10px 5px #ccc;
    -webkit-box-shadow: inset 0 0 10px 5px #ccc;
    box-shadow: inset 0 0 10px 5px #ccc;
  }
  .charging-page-block .charging-block-info .table::-webkit-scrollbar {
    -webkit-appearence: none;
    width: 14px;
    height: 14px;
  }
  .charging-page-block .charging-block-info .table::-webkit-scrollbar-thumb {
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
  .charging-page-block table {
    width: 100%;
    min-width: 750px;
  }

  .credit-table-block {
    overflow-x: scroll;
  }
  .credit-table-block::-webkit-scrollbar {
    -webkit-appearence: none;
    width: 10px;
    height: 10px;
  }
  .credit-table-block::-webkit-scrollbar-thumb {
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.4);
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .call-us {
    z-index: 5;
    position: fixed;
    top: 75%;
    right: 20px;
    width: 50px;
    height: 50px;
    background: transparent url("../img/m-call-us.png") center center no-repeat;
  }

  .grey-sect {
    padding-bottom: 70px;
    background: #cfd1d4 url("../img/triangle-or-768.png") 100% 101% no-repeat;
  }

  .orange-sect {
    padding-bottom: 40px;
    background: #ff3d01 url("../img/triangle-wh-768.png") 100% 101% no-repeat;
  }

  .car-block {
    padding-bottom: 70px;
    background: #fff url("../img/triangle-gr-768.png") 100% 101% no-repeat;
  }

  .call-popup {
    padding: 10px;
  }
  .call-popup .left-bl,
  .call-popup .right-bl {
    margin: 0 auto;
    float: none;
    width: 90%;
  }

  .or-info-block2 {
    margin-bottom: 8px;
  }

  .nis-logo {
    display: none;
  }

  .unslider-arrow {
    top: 40%;
  }

  .company-slider h2 {
    top: 20px;
    left: 30px;
  }

  .ex-car-block {
    padding-top: 10px;
  }

  .ex-car-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .ex-car-change {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    min-height: 350px;
  }

  .ex-car-info1 {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .ex-car-text-descr {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    margin-bottom: 50px;
    padding-top: 20px;
  }

  .container.ex-page {
    margin: 0 auto;
    width: 90%;
  }

  .ex-list li {
    display: inline-block;
    width: 49%;
  }

  .ex-car-text {
    float: none;
    width: 100%;
    padding-top: 10px;
  }

  .ex-car-text-info {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }
  .ex-car-text-info .loader {
    margin-right: 15px;
  }

  .ex-car-color li, .ex-car-cabin li {
    width: 15%;
  }

  .spares-list li {
    margin-right: 3%;
    width: 47%;
  }
  .spares-list li:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 740px) {
  header.index-page {
    background: url("../img/header-md.jpg") no-repeat 0 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .about,
  .subscribe {
    padding-left: 3%;
    padding-right: 3%;
  }

  .subscribe input {
    width: 48%;
    margin-bottom: 20px;
  }
  .subscribe button {
    margin: 0 auto;
    width: 50%;
  }

  .news-info-block h2 {
    font-size: 1.125em;
  }
  .news-info-block p {
    font-size: .875em;
  }

  footer .container {
    padding: 0 5%;
  }

  .footer-block {
    width: 48%;
    margin-bottom: 40px;
  }
  .footer-block.subscr {
    margin: 0 25%;
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .grey-sect {
    padding-bottom: 65px;
    background: #cfd1d4 url("../img/triangle-or-640.png") 100% 101% no-repeat;
  }

  .orange-sect {
    background: #ff3d01 url("../img/triangle-wh-640.png") 100% 101% no-repeat;
  }

  .car-block {
    background: #fff url("../img/triangle-gr-640.png") 100% 101% no-repeat;
  }

  .contacts-block article {
    padding-bottom: 50px;
    background: url("../img/triangle-or-600.png") no-repeat 100% 103%;
  }

  .car-equipment-list li {
    width: 49%;
    margin-right: .75%;
  }
  .car-equipment-list li:nth-child(3n) {
    margin-right: .75%;
  }
  .car-equipment-list li:nth-child(2n) {
    margin-right: 0;
  }

  .tabs-h .t-1, .tabs-h .t-2, .tabs-h .t-3, .tabs-h .t-4 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .orange-sect {
    padding-top: 0;
  }
  .orange-sect figure {
    display: none;
  }
  .orange-sect .or-info-block {
    margin: 0 auto;
    width: 75%;
    float: none;
  }
  .orange-sect .or-info-block .descr-img {
    float: none;
  }

  .grey-sect {
    padding-bottom: 75px;
    background: #cfd1d4 url("../img/triangle-or-600.png") 100% 101% no-repeat;
  }

  .orange-sect {
    padding-bottom: 65px;
    background: #ff3d01 url("../img/triangle-wh-600.png") 100% 101% no-repeat;
  }

  .car-block {
    padding-bottom: 40px;
    background: #fff url("../img/triangle-gr-600.png") 100% 101% no-repeat;
  }
  .car-block .car-title {
    text-align: center;
  }

  .car-block-list .car-list-info {
    width: 46%;
  }

  .about {
    padding-top: 20px;
  }

  .subscribe {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .subscribe button {
    width: 98%;
  }

  .news {
    padding-top: 25px;
  }
  .news .news-title {
    text-align: center;
  }
  .news .news-title img {
    margin: 0 auto;
  }

  .news-cont {
    margin: 0 auto;
    width: 90%;
  }

  .news-block {
    margin: 0;
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }

  .slider-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contacts-form {
    margin: 0 auto;
    margin-bottom: 20px;
    float: none;
    width: 80%;
  }

  .contacts-adr {
    margin: 0 auto;
    float: none;
    width: 80%;
  }

  .ex-list li {
    display: block;
    width: 100%;
  }

  .ex-car-change {
    min-height: 250px;
  }

  .news2-info-block .slide,
  .news2-info-block .news-txt {
    margin-left: auto;
    margin-right: auto;
    float: none;
    width: 90%;
  }
  .news2-info-block .slide img,
  .news2-info-block .news-txt img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    max-width: 250px;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .footer-block {
    display: none;
  }
  .footer-block.subscr {
    display: block !important;
    margin: 0 10%;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
.otstup
{
margin-top: 25px !important;
}
  h2 {
    font-size: 1.75em !important;
  }

  /*p {
  	font-size: 1.125em !important;
  }*/
  .grey-sect {
    padding-bottom: 50px;
    background: #cfd1d4 url("../img/triangle-or-480.png") 100% 100.5% no-repeat;
  }

  .orange-sect {
    background: #ff3d01 url("../img/triangle-wh-480.png") 100% 100.5% no-repeat;
  }

  .car-block {
    background: #fff url("../img/triangle-gr-480.png") 100% 100.5% no-repeat;
  }

  .orange-sect .or-info-block .descr p {
    margin-bottom: 10px;
    float: none;
    width: 100%;
  }
  .orange-sect .or-info-block .descr .descr-img1 {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .news-info-block img {
    margin: 0 auto;
    margin-bottom: 10px;
    float: none;
  }
  .news-info-block h2 {
    text-align: center;
  }

  .call-popup {
    max-height: 450px;
    overflow-y: scroll;
    top: 10px;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .call-popup h2 {
    font-size: 1.125em !important;
  }

  .company-slider h2 {
    top: 20px;
    left: 30px;
    font: 1.125em 'Tahoma', sans-serif !important;
    line-height: .6 !important;
  }
  .company-slider h2 img {
    max-width: 150px;
  }

  .dropdown-nav-list li {
    width: 100%;
  }

  .list-block li a {
    white-space: pre-wrap;
  }

  .or-info-block1 {
    text-align: center;
  }
  .or-info-block1 h2 {
    margin-bottom: 5px;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
  }
  .or-info-block1 img {
    float: none;
    margin: 0 auto;
    width: 70%;
  }

  .or-info-block2 {
    text-align: center;
  }
  .or-info-block2 img {
    margin-right: 0;
    float: none;
  }
  .or-info-block2 p {
    text-align: left;
    font-size: 1.125rem !important;
  }
}
@media screen and (max-width: 440px) {
  .phone a {
    font-size: .65em;
  }

  .nav-list li {
    width: 100%;
    margin-right: 0;
  }

  .car-block-list {
    width: 90%;
    margin: 0 auto;
  }
  .car-block-list .car-list-info {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .subscribe input {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .subscribe button {
    width: 100%;
  }

  .car-equipment-list li {
    width: 100%;
    margin-right: 0;
  }
  .car-equipment-list li:nth-child(3n) {
    margin-right: 0;
  }
  .car-equipment-list li:nth-child(3n) {
    margin-right: 0;
  }

  .tabs-h .t-1, .tabs-h .t-2, .tabs-h .t-3, .tabs-h .t-4 {
    width: 100%;
  }

  .ex-car-text {
    text-align: center;
  }

  .ex-car-color li, .ex-car-cabin li {
    width: 20%;
  }

  .ex-car-change {
    min-height: 170px;
  }

  .spares-list li {
    width: 100%;
  }
  .spares-list li:nth-child(odd) {
    margin-right: 0;
  }
}
@media screen and (max-width: 320px) {
  .grey-sect {
    padding-bottom: 40px;
    background: #cfd1d4 url("../img/triangle-or-320.png") 100% 100.2% no-repeat;
  }

  .orange-sect {
    background: #ff3d01 url("../img/triangle-wh-320.png") 100% 100.2% no-repeat;
  }

  .car-block {
    background: #fff url("../img/triangle-gr-320.png") 100% 100.2% no-repeat;
  }

  h2 {
    font-size: 1.5em !important;
  }

  p {
    font-size: 1em !important;
  }
  .repair-list .list-arr-op, .repair-list .list-arr-cl { 
left: 280px; 
}
}
.insurance-block b
{
font-weight:bold;
}
.subscribe-popup2 {
    z-index: 10;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    min-width: 200px;
    background-color: #ee3f10;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.call-open2
{
display:block;
}
.subscribe-popup2 article h2 {
    color: #fff;
    font-family: 'Tahoma-regular', sans-serif;
    font-size: 1.125rem;
    text-align: center;
    text-transform: uppercase;
}
.subscribe-popup2 article h3 {
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Tahoma-regular', sans-serif;
    font-size: 2rem;
    letter-spacing: -1px;
    text-transform: uppercase;
    text-align: center;
}
.subscribe-popup2 article {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 50px;
    padding-right: 50px;
}
.black
{
background-color: #3e3e3e;
}
.black td
{
padding: 20px 10px 20px 10px;
color:#fff !important;
}
