@media only screen and (max-width:1260px) {
    .header .info .text {
        font-size: 1.6rem;
    }
    .header .contacts {
        font-family: "Cuprum";
        font-size: 1rem;
        line-height: 53.3333px;
    }
    .header .contacts .phone {
        font-family: "Bebas Neue";
        font-weight: bold;
        font-size: 2.4rem;
       /* color: #f88d0d;*/
    color:#222;
    }
    .container {
        width: 960px;
    }
    .sidebar {
        width: 300px;
    }
    .main-container-with-sidebar {
        width: 660px;
    }
    .jcarousel li {
        float: left;
        width: 640px;
    }
    .jcarousel-control-prev,
    .jcarousel-control-next {
        top: 110px;
    }
  .banner-left-text{
color: #f00;
    font-family: "Bebas Neue";
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 25px;
    padding-top: 12px;
    text-transform: uppercase;
    padding-left:10px;
}

}