@import url(http://fonts.googleapis.com/css?family=Roboto&subset=cyrillic,cyrillic-ext,latin);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,400&subset=cyrillic-ext,latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic,latin);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:700italic);
@import url(_reset.css);
b {
  font-weight: 700;
}

ul {
  list-style: disc;
  list-style-position: inside;
}

body {
  font-family: "PT Sans";
  font-size: 18px;
  line-height: 19px;
  color: #333;
}

body .cl {
  clear: both;
}

body .justifyfull {
  text-align: justify;
}

body .justifyleft {
  text-align: left;
}

body .justifyright {
  text-align: right;
}

body a:hover, body a:visited {
  text-decoration: none;
}

.status {
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 700;
}

.status-free {
  background-color: #0e8a1f;
  color: white;
}

.status-busy {
  background-color: #f0d702;
  color: #333;
}

.block {
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  border-bottom: 3px solid #0e8a1f;
  padding-bottom: 15px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
}

.header-wrapper {
  width: 100%;
  background: white;
  z-index: 10000;
  position: fixed;
  height: 130px;
}

.header-wrapper header {
  width: 980px;
  margin: 0 auto;
}

.header-wrapper header .logo {
  width: 269px;
  float: left;
}

.header-wrapper .menu {
  margin: 0 auto;
  width: 980px;
}

.header-wrapper .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header-wrapper .menu ul li {
  float: left;
  padding: 5px 8px;
  position: relative;
}

.header-wrapper .menu ul li a {
  font-family: "Open Sans";
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
}

.header-wrapper .menu ul li.active, .header-wrapper .menu ul li:hover {
  background-color: #f0d702;
}

.header-wrapper .menu ul ul {
  display: none;
  position: absolute;
  background-color: #f0d702;
  top: 30px;
  left: 0;
  width: 300px;
  list-style: none;
}

.header-wrapper .menu ul ul li {
  float: none;
}

.header-wrapper .menu ul li:hover ul {
  display: block;
}

.header-wrapper header .phone {
  margin-top: 7px;
  float: right;
  font-style: italic;
  font-weight: bold;
  font-family: "PT Serif";
}

.slider {
  width: 100%;
  height: 562px;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.slider .description {
  width: 980px;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  top: 50px;
}

.slider .description .name {
  padding: 5px 20px;
  text-transform: uppercase;
  color: white;
  font-size: 36px;
  background-color: #0e8a1f;
  display: inline;
}

.slider .description .price {
  padding: 5px 20px;
  text-transform: uppercase;
  color: #02420b;
  font-size: 36px;
  background-color: #f0d702;
  display: inline;
  position: relative;
  top: 50px;
}

.intro {
  width: 980px;
  margin: 20px auto;
}

.infoblocks {
  margin-top: 20px;
}

.infoblocks .infoblock {
  float: left;
  margin-right: 13px;
  width: 318px;
  height: 151px;
  padding-top: 75px;
  text-align: center;
}

.infoblocks .infoblock:last-child {
  margin-right: 0;
}

.autos {
  width: 980px;
  margin: 20px auto;
}

.autos .auto {
  float: left;
  width: 318px;
  position: relative;
  border: 1px solid lightgray;
  margin-right: 13px;
  margin-bottom: 13px;
}

.autos .auto img {
  width: 316px;
  height: 190px;
}

.autos .auto:nth-child(3n) {
  margin-right: 0;
}

.autos .name {
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 20px;
}

.autos .name a {
  color: #333;
}

.autos .name .price {
  font-weight: 700;
  font-size: 18px;
}

.autos .name .price_old {
  font-weight: 700;
  font-size: 18px;
  text-decoration: line-through;
}

footer {
  width: 100%;
  background-color: #215829;
}

footer .footer {
  width: 980px;
  margin: 0 auto;
  position: relative;
  height: 100px;
}

footer .footer .copy {
  position: absolute;
  left: 10px;
  top: 20px;
  color: white;
  font-style: italic;
  font-weight: bold;
  font-family: "PT Serif";
  font-size: 22px;
}

footer .footer .dev {
  color: white;
  position: absolute;
  right: 10px;
  top: 20px;
  font-size: 18px;
}

footer .footer .dev a {
  color: white;
  text-decoration: underline;
}

.hor {
  width: 100%;
  height: 4px;
  background-color: #d7d7d7;
  margin: 10px auto;
}

.content {
  width: 980px;
  margin: 0 auto;
}

.content .breadcrumb {
  background: none !important;
  margin: 10px 0 !important;
  padding: 0 !important;
}

.content .breadcrumb .B_currentCrumb {
  text-transform: uppercase;
}

.content .breadcrumb a {
  color: #0f8a1f;
  font-size: 16px;
}

.content .title {
  margin-top: 20px;
}

.content .title h1.name-auto {
  float: left !important;
  text-align: left;
  margin-right: 200px;
}

.content .title .status-block {
  text-align: right;
  float: left;
}

.content .image {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  width: 630px;
}

.content .image ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  list-style: none;
}

.content .features {
  float: right;
  margin-top: 20px;
  width: 330px;
}

.content .features .description .param {
  width: 100%;
  margin-bottom: 3px;
}

.content .features .description .param .name-param {
  width: 40%;
  background-color: #E09000;
  color: white;
  vertical-align: middle;
  text-align: right;
  padding: 10px;
  font-size: 13px;
  font-family: Tahoma;
}

.content .features .description .param .value-param {
  width: 60%;
  background-color: lightgray;
  vertical-align: middle;
  color: black;
  font-size: 12px;
  font-style: italic;
  padding: 0 5px;
}

.content .price-block {
  padding: 20px 0;
  background-color: #eaeaea;
  margin-top: 20px;
}

.content .price-block table.price {
  width: 100%;
  font-family: Tahoma;
}

.content .price-block table.price thead tr td {
  width: 17%;
  text-align: center;
  padding: 15px 0;
  background-color: #0e8a1f;
  color: white;
}

.content .price-block table.price tbody tr td {
  width: 17%;
  text-align: center;
  padding: 15px 0;
  color: black;
  background-color: lightgray;
}

.content .price-block table.price thead tr td.zalog {
  background-color: #1f9b2f;
}

.pre-footer-wrap {
  width: 100%;
  background-color: #316e39;
}

.pre-footer-wrap .pre-footer {
  width: 980px;
  margin: 0 auto;
  padding: 22px 0;
}

.pre-footer-wrap .pre-footer .about {
  float: left;
  font-size: 16px;
  color: white;
}

.pre-footer-wrap .pre-footer .about a {
  text-decoration: underline;
  color: white;
}

.pre-footer-wrap .pre-footer .menu {
  float: right;
}

.pre-footer-wrap .pre-footer .menu ul {
  list-style: none;
}

.pre-footer-wrap .pre-footer .menu ul li {
  float: left;
  margin: 19px 20px;
}

.pre-footer-wrap .pre-footer .menu ul li a {
  color: white;
}

.calc {
  width: 100%;
  height: 414px;
  background: url(../images/bg-calc.jpg) no-repeat center center;
}

.calc h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #333;
  padding: 30px 0;
}

.calc .calc-wrap {
  width: 980px;
  margin: 0 auto;
}

.calc .calc-wrap .form {
  float: left;
}

.calc .calc-wrap .form input.date-input {
  width: 100px;
}

.calc .calc-wrap .form a {
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-size: 18px;
  background-color: #f0d702;
}

.calc .calc-wrap .result {
  width: 591px;
  height: 232px;
  float: right;
  background: url(../images/bg-result.png) no-repeat;
}

.calc .calc-wrap .result table {
  margin-top: 30px;
  margin-left: 30px;
}

.calc .calc-wrap .result table tr td {
  padding: 10px;
}

.calc .calc-wrap .result .oldCost, .calc .calc-wrap .result .newCost, .calc .calc-wrap .result .diff {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.calc .calc-wrap .result .oldCost {
  text-decoration: line-through;
}

.usl {
  width: 980px;
  margin: 0 auto;
}

.usl table .image {
  text-align: right;
  vertical-align: middle;
}

.usl table .description {
  position: relative;
  padding: 20px 0;
  padding-left: 60px;
  padding-right: 20px;
  border-radius: 7px;
  background-color: #f5f5f5;
}

.usl table .description .digit {
  position: absolute;
  top: 38px;
  left: 10px;
  color: #ccc;
  font-size: 68px;
}

.usl table .description .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.usl table .description .text {
  text-align: justify;
}

.usl table .clear-row {
  height: 20px;
}

a.button {
  background-color: #0e8a1f;
  padding: 10px 20px;
  color: white !important;
  font-size: 18px;
  text-transform: uppercase;
}

#respond {
  width: 730px;
  margin: 0 auto;
}

#respond table tr td {
  padding: 10px;
  text-align: center;
}

#respond table tr td input, #respond table tr td select {
  width: 500px;
  height: 30px;
  border: 1px solid lightgray;
  border-radius: 4px;
}

#respond table tr td input[type=submit] {
  background-color: #0e8a1f;
  padding: 10px 20px;
  color: white !important;
  font-size: 18px;
  text-transform: uppercase;
  width: auto;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
.filter .filter-button {
  float: left;
  margin: 10px 0px;
  width: 326px;
  height: 127px;
  background: url(../images/bg-filter.png) no-repeat;
  position: relative;
  padding-top: 53px;
  padding-left: 138px;
}
.filter .filter-button a {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
}
.filter .filter-button img {
  position: absolute;
  top: 38px;
  left: 15px;
}

.feedbacks {
  width: 50%;
  float: left;
}
.feedbacks .feedback {
  padding-left: 115px;
  position: relative;
  margin-top: 20px;
}
.feedbacks .feedback .text .name {
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: none;
}
.feedbacks .feedback .text .post {
  margin: 5px 0;
  font-size: 17px;
  font-style: italic;
}
.feedbacks .feedback .text .f {
  text-align: justify;
}
.feedbacks .feedback img {
  position: absolute;
  left: 0;
  top: 0;
}

.news {
  float: right;
}

.auto img:hover + .params, .params:hover {
  display: block;
}

.params {
  position: absolute;
  z-index: 100;
  border: 1px solid lightgray;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  top: 0;
  display: none;
  width: 318px;
}
.params .param {
  width: 100%;
}
.params .param tr td {
  width: 50%;
}
.params .param tr td:last-child {
  padding-left: 20px;
}

.blink_me {
  text-align: center;
  width: 980px;
  margin: 0 auto;
  margin-bottom: 45px;
  font-size: 30px;
  color: red;
  font-weight: bold;
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  70% {
    opacity: 0;
  }
}
.unit {
  float: left;
  width: 237px;
  margin: 4px;
  border: 2px solid #0e8a1f;
}
.unit .name, .unit .cost {
  text-align: center;
  line-height: 24px;
}
.unit .more {
  text-align: right;
  font-size: 12px;
  font-style: italic;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 10000;
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
  overflow: auto;
}

.popup {
  top: 25%;
  left: 0;
  right: 0;
  font-size: 14px;
  margin: auto;
  width: 850px;
  height: 480px;
  background: url(../images/popup-bg.png) no-repeat center center;
  position: absolute;
  padding: 15px 20px;
  z-index: 10001;
  font: 14px/18px 'Tahoma', Arial, sans-serif;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
  -webkit-animation: fade .6s;
  -moz-animation: fade .6s;
  animation: fade .6s;
  text-align: center;
}
.popup h1 {
  line-height: 40px;
}
.popup a {
  font-size: 25px;
  text-decoration: underline;
  color: black;
}

.close {
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  position: absolute;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #e84351;
  background-color: black;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  outline: none;
  opacity: 1 !important;
}
.close:before {
  color: rgba(255, 255, 255, 0.9);
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.close:hover {
  background-color: rgba(252, 20, 0, 1);
}
button.close {
  background: #000 !important;
}

#callback_poopup {
  position: absolute;
  bottom: 140px;
  left: 547px;
}
#callback_poopup input[type=text] {
  width: 280px;
  height: 40px;
  padding: 3px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
#callback_poopup input[type=submit] {
  background: #f0d702;
  border-radius: 4px;
  border: none;
  height: 39px;
  width: 100%;
  margin-top: 20px;
}

.pol, .oferta {
  text-align: center; 
  position: absolute;
  width: 100%; 
  color: white;
}
.pol {
  bottom: 6px;
}
.pol a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.oferta {
  bottom: -50px;
}