@media only screen and (max-width: 1265px) {
  header .item-1 span {
    text-shadow: 0px 2px 7px #000;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  header .item-1 {
    width: 40%;
  }
  header .item-1 h1 {
    font-size: 40px;
    line-height: 40px;
  }
  header .item-1 .price-treaty {
    font-size: 22px;
  }
  header .item-1 span {
    font-size: 18px;
  }
  header .item-3 {
    width: 35%;
  }
  .about {
    padding: 40px 20px 40px 25px;
  }
}
@media only screen and (max-width: 992px) {
  .wrapper {
    padding: 0;
  }
  header .item-1 {
    width: 32%;
  }
  header .item-1 h1 {
    font-size: 28px;
    line-height: 28px;
  }
  header .item-1 .price-treaty {
    font-size: 16px;
    margin-top: 10px;
  }
  header .item-2 {
    width: 26%;
  }
  header .item-3 {
    width: 39%;
  }
  footer .item-2 a {
    font-size: 20px;
    margin-top: 4px;
    display: inline-block;
  }
  footer .item-2 > div {
    width: 165px;
  }
  footer .item {
    width: 33%;
  }
  footer .item-3 .call-me {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    background: none;
  }
  header {
    background-image: url(../img/small-header-bg.gif);
    background-repeat: repeat-x;
    padding-bottom: 30px;
    position: relative;
    padding-top: 40px;
    background-size: contain;
  }
  header .small-header-img {
    display: block;
    margin-top: 10px;
    width: 85%;
  }
  header .item-1 {
    width: 45%;
    padding-left: 10px;
  }
  header .item-1 h1 {
    font-size: 34px;
    line-height: 36px;
  }
  header .item-2 {
    width: 45%;
  }
  header .item-3 {
    width: 70%;
    margin: 50px auto 0;
  }
  header .item-3 .phone {
    padding-left: 0;
    text-align: center;
  }
  header .item-3 .call-me {
    display: block;
    width: 200px;
    margin: 20px auto 30px;
    text-align: center;
  }
  .about {
    margin-top: 0;
    padding: 40px 50px 40px 50px;
  }
  .about .about-text {
    width: 100%;
  }
  .about .about-video {
    width: 75%;
    margin: 40px auto 0;
  }
  footer .item {
    width: 50%;
    margin: 0 auto 20px;
  }
  footer .item-2 > div {
    width: auto;
    text-align: right;
  }
  footer .item-3 {
    width: 100%;
    text-align: center;
  }
  footer .item-3 .call-me {
    width: 60%;
    margin: 0 auto;
  }
  footer .item-4 {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .about {
    padding: 40px 30px 40px 30px;
  }
  .about .about-video {
    width: 100%;
  }
  header {
    padding-top: 30px;
  }
  header .item-1 h1 {
    font-size: 30px;
    line-height: 32px;
  }
  header .item-1 .price-treaty {
    font-size: 14px;
  }
  header .item-1 span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .about {
    padding: 40px 15px 40px 15px;
  }
  footer .item {
    width: 100%;
    text-align: center;
  }
  footer .item-2 > div {
    text-align: center;
  }
  header .item-1 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  header .item-2 {
    width: 80%;
    text-align: center;
    margin: 30px auto 0;
  }
  header .small-header-img {
    width: 100%;
  }
  header .item-1 h1 {
    font-size: 38px;
    line-height: 42px;
  }
  header .item-3 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  header .item-3 .title {
    text-align: center;
  }
}
/*# sourceMappingURL=media.css.map */