@charset "UTF-8";
/*
Theme Name: Автоломбард
Theme URI: http://fl.ru/users/web-magic/
Description: 
Version: 1.0.0
Author: Алексей Wordpress
Author URI: http://fl.ru/users/web-magic/
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* -----------------------------------------------------------
    Base settings
-------------------------------------------------------------- */
sup {
  vertical-align: super;
  font-size: 0.6em;
}

sub {
  vertical-align: sub;
  font-size: 0.6em;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cf:before, form:before, .section .container:before, .testimonials .zslide:before,
.cf:after,
form:after,
.section .container:after,
.testimonials .zslide:after {
  content: " ";
  /* 1 */
  display: table;
}

.cf:after, form:after, .section .container:after, .testimonials .zslide:after {
  clear: both;
}

.cf, form, .section .container, .testimonials .zslide {
  *zoom: 1;
}

ul {
  list-style: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

body, html {
  width: 100%;
}

img {
  vertical-align: bottom;
}

body {
  background: #fff;
  font-family: Tahoma, "Geneva CY", sans-serif;
  color: #263238;
  font-size: 16px;
  line-height: 1.25;
  font-weight: normal;
}

input,
textarea {
  font-family: Tahoma, "Geneva CY", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input.watermark,
textarea.watermark {
  color: #898888;
}

textarea:focus,
input:focus,
button:focus {
  outline: none;
}

*::-webkit-input-placeholder {
  color: #898888;
}

*:-moz-placeholder {
  color: #898888;
}

a {
  color: #0070be;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hidden {
  display: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* -----------------------------------------------------------
  iOS specific
-------------------------------------------------------------- */
input[type=text], input[type=tel], input[type=email], input[type=submit] {
  -webkit-appearance: none !important;
}

/* избавление от белой полосы справа */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}
form {
  font-size: 0;
  max-width: 342px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form * {
  font-size: 17px;
}
form input,
form textarea {
  background: #fff;
  border: 1px solid #4e65a9;
  display: inline-block;
  max-width: 100%;
  width: 342px;
  padding: 6px 14px;
  font-style: italic;
  vertical-align: middle;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0px 3px 7px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 3px 7px -1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 3px 7px -1px rgba(0, 0, 0, 0.3);
}
form input[type="checkbox"] {
  width: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  cursor: pointer;
}
form p.consent {
  margin-bottom: 14px;
  text-align: left;
}
form .consent-label {
  display: inline;
  font-style: normal;
  font-size: 13px;
  color: #666;
  cursor: pointer;
  width: auto;
  margin-bottom: 0;
}
form .consent-label a {
  color: #4e65a9;
  text-decoration: underline;
}
form .consent-label a:hover {
  text-decoration: none;
}
form input.invalid,
form textarea.invalid {
  border-color: #c00;
}
form textarea {
  height: 137px;
  padding: 13px 15px;
  resize: vertical;
}
form label {
  display: block;
  color: #4e65a9;
  font-style: italic;
  vertical-align: middle;
  margin-bottom: 5px;
}
form label.invalid {
  font-size: 14px;
  color: #c00;
  width: auto;
  display: block;
  text-align: right;
}
form p {
  margin-bottom: 20px;
}
form .info {
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
form .bottom {
  text-align: center;
}
form .status {
  text-align: right;
  font-weight: bold;
}
.f2 form .status {
  text-align: center;
}

.form.f2 {
  padding: 20px;
}

.acenter {
  text-align: center;
}

.button,
input.button {
  display: inline-block;
  padding: 20px 25px;
  max-width: 342px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ff857f;
  background: -moz-linear-gradient(top, #ff857f 0%, #d24a43 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff857f), color-stop(100%, #d24a43));
  background: -webkit-linear-gradient(top, #ff857f 0%, #d24a43 100%);
  background: -o-linear-gradient(top, #ff857f 0%, #d24a43 100%);
  background: -ms-linear-gradient(top, #ff857f 0%, #d24a43 100%);
  background: linear-gradient(to bottom, #ff857f 0%, #d24a43 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF857F', endColorstr='#FFD24A43', GradientType=0 );
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  cursor: pointer;
  color: #fff;
  font-size: 23px;
  line-height: 1.24;
  font-weight: bold;
  font-style: normal;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
  border: none;
  text-align: center;
}
.button:hover,
input.button:hover {
  padding-top: 21px;
  padding-bottom: 19px;
  text-decoration: none;
}

body {
  position: relative;
  background: #fff;
}

.section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  clear: both;
}

.section .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 15px;
  width: 100%;
}

.s-header {
  background: url("../img/header-bg.jpg") left 50% bottom 160px no-repeat;
  background-size: cover;
  overflow: hidden;
}
.s-header .container {
  padding-top: 50px;
}
.s-header .logo {
  display: block;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 10px;
}
.s-header .contacts {
  text-align: center;
  margin-bottom: 25px;
  color: #fff;
}
.s-header .contacts .text {
  font-size: 21px;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
.s-header .contacts .tel {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.s-header .site-description {
  color: #4e65a9;
  font-size: 25px;
  font-weight: bold;
  clear: both;
  text-align: center;
}
.s-header .site-description br {
  display: none;
}
.s-header .site-description .car, .s-header .site-description .car-bg {
  display: none;
}

.site-text {
  margin-top: 9px;
  padding-top: 31px;
  padding-bottom: 55px;
}

.site-text-1 {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 14px;
  margin-left: 52px;
  max-width: 351px;
}

.site-text-2 {
  font-size: 23px;
  font-style: italic;
  margin-bottom: 0px;
  max-width: 545px;
}

.s-first {
  margin-top: -55px;
}

.form-header {
  color: #4e65a9;
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  padding: 3px;
  margin-bottom: 17px;
  max-width: 680px;
  display: inline-block;
  position: relative;
  z-index: 15;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
  background: #d24a43;
  background: -moz-linear-gradient(left, #d24a43 0%, #4e65a9 75%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d24a43), color-stop(75%, #4e65a9));
  background: -webkit-linear-gradient(left, #d24a43 0%, #4e65a9 75%);
  background: -o-linear-gradient(left, #d24a43 0%, #4e65a9 75%);
  background: -ms-linear-gradient(left, #d24a43 0%, #4e65a9 75%);
  background: linear-gradient(to right, #d24a43 0%, #4e65a9 75%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD24A43', endColorstr='#FF4E65A9',GradientType=1 );
}
.form-header .in {
  padding: 7px 15px;
  background: #fff;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}

.form {
  padding-bottom: 5px;
  background: transparent url("../img/money.jpg") center bottom no-repeat;
}

.benefits {
  margin-bottom: 65px;
  font-size: 0;
}
.benefits .benefit {
  margin-bottom: 40px;
  text-align: center;
}
.benefits .benefit .img {
  margin-bottom: 15px;
}
.benefits .benefit .text {
  color: #4e65a9;
  font-size: 17px;
}

.testimonials {
  margin-bottom: 55px;
  padding: 25px 20px;
  position: relative;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  border: 3px solid #cfd8dc;
}
.testimonials:before {
  content: '';
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: -30px;
  background: transparent url("../img/icon-testimonial.png") center top no-repeat;
}
.testimonials .zslider {
  overflow: hidden;
}
.testimonials .zslide {
  float: left;
}
.testimonials .img {
  margin-bottom: 10px;
  text-align: center;
}
.testimonials .text {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 8px;
}
.testimonials .name {
  color: #78909c;
  font-size: 29px;
}

.pre-footer {
  text-align: center;
  margin-bottom: 55px;
}

.footer {
  font-size: 11px;
}
.footer .col {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.footer .c1 {
  padding-left: 9px;
  border-left: 6px solid #999999;
  max-width: 420px;
  margin: 0 auto 30px;
}
.footer .c2 {
  max-width: 310px;
  text-align: center;
}
.footer .c2 .logo {
  margin-bottom: 5px;
}
.footer .c2 .text {
  margin-bottom: 7px;
}

@media only screen and (min-width: 480px) {
  .button {
    font-size: 25px;
  }

  .s-header .contacts .tel {
    font-size: 42px;
  }

  .benefits .benefit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
  }

  .testimonials .img {
    float: left;
    width: 100px;
    margin-bottom: 0;
    text-align: left;
  }
  .testimonials .text {
    color: #263238;
    font-size: 17px;
    margin-left: 130px;
    min-height: 110px;
  }
  .testimonials .name {
    color: #78909c;
    font-size: 29px;
    margin-left: 130px;
  }
}
@media only screen and (min-width: 768px) {
  .section .container {
    max-width: 738px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .s-header .logo {
    float: left;
    margin-bottom: 0;
  }
  .s-header .contacts {
    float: right;
    text-align: right;
    margin-bottom: 0;
  }
  .s-header .site-description {
    padding: 25px 0 21px 15px;
    border-left: 3px solid #d24a43;
    margin-left: -18px;
    position: relative;
    text-align: left;
  }
  .s-header .site-description:before, .s-header .site-description:after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background: #d24a43;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  .s-header .site-description:before {
    left: -8px;
    top: -17px;
  }
  .s-header .site-description:after {
    left: -8px;
    bottom: -17px;
  }
  .s-header .site-description .bottom {
    position: absolute;
    bottom: -12px;
    left: 9px;
    height: 3px;
    width: 420px;
    background: #d24a43;
    background: -moz-linear-gradient(left, #d24a43 0%, #4e65a9 75%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d24a43), color-stop(75%, #4e65a9));
    background: -webkit-linear-gradient(left, #d24a43 0%, #4e65a9 75%);
    background: -o-linear-gradient(left, #d24a43 0%, #4e65a9 75%);
    background: -ms-linear-gradient(left, #d24a43 0%, #4e65a9 75%);
    background: linear-gradient(to right, #d24a43 0%, #4e65a9 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD24A43', endColorstr='#FF4E65A9',GradientType=1 );
  }
  .s-header .site-description .car,
  .s-header .site-description .car-bg {
    display: block;
    position: absolute;
    left: 392px;
    top: 3px;
    z-index: 10;
  }
  .s-header .site-description .car img,
  .s-header .site-description .car-bg img {
    width: auto;
    max-width: none;
  }
  .s-header .site-description .car {
    z-index: 20;
  }
  .s-header .site-description br {
    display: inline;
  }

  .site-text {
    position: relative;
  }
  .site-text .in {
    position: relative;
    z-index: 15;
  }
  .site-text .after {
    content: '';
    display: block;
    z-index: 15;
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    width: 200px;
    border: 3px solid #4e65a9;
    border-left: none;
    border-top: none;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    -ms-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .form-header {
    margin-left: 0px;
    position: relative;
  }
  .form-header:before {
    content: '';
    display: block;
    position: absolute;
    width: 71px;
    height: 86px;
    background: transparent url("../img/arrow.png") center no-repeat;
    left: -71px;
    top: 25px;
  }

  .f1 form {
    max-width: 538px;
    margin-left: 120px;
  }
  form label {
    display: inline-block;
    width: 185px;
    margin-right: 10px;
    margin-bottom: 0;
  }
  form .bottom {
    text-align: right;
  }

  .testimonials {
    padding: 45px 50px;
  }
  .testimonials .img {
    width: 165px;
  }
  .testimonials .text {
    margin-left: 195px;
  }
  .testimonials .name {
    margin-left: 195px;
  }

  .footer .c1 {
    float: left;
  }
  .footer .c2 {
    float: right;
    text-align: right;
  }
}
@media only screen and (min-width: 954px) {
  .section .container {
    max-width: 924px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .s-header .container {
    padding-left: 68px;
    padding-right: 68px;
  }

  .form-header {
    margin-left: 120px;
  }

  .benefits {
    margin-left: 35px;
    margin-right: 35px;
  }
  .benefits .benefit {
    width: 25%;
    padding: 0 15px;
  }

  .testimonials {
    margin-left: 68px;
    margin-right: 68px;
  }

  .footer {
    padding: 0 68px;
  }
}

/*# sourceMappingURL=style.css.map */
