@media only screen and (max-width: 1366px) {
    .inner-content {
        width: 100%;
        padding: 0 30px;
    }
    .header-wrap__img {
        max-width: calc(100% + 60px);
        position: relative;
    }
    .assort-list-item {
        margin-bottom: 30px;
    }
    .header-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    .header-wrap {
        height: auto;
    }
    body.index .inner-content,
    body.inside .inner-content {
        background-position: 50% 90%;
    }
    body.inside .header-top {
        position: relative;
    }
    body.inside .footer-wrap {
        margin-top: 100px;
    }
    .decor-homes__img.decor11 {
        left: 10px;
    }
    .decor-homes__img.decor12 {
        right: 10px;
    }
    .good-wrap-scroll {
        overflow: hidden;
    }
}

@media only screen and (max-width: 1280px) {
    .nav {
        max-width: calc(100% - 235px);
    }
    .languages{
        right: 0;
        top: 42px;
    }
    .assort-list-item:nth-child(2) {
        width: 50%;
        padding: 0 30px;
    }
    .head-wrap {
/*        margin-top: 100px;*/
        padding-top: 100px;
    }
    .assort-page {
        padding: 75px 80px 0;
/*        margin-top: 75px;*/
        margin-bottom: -37px;
    }
    .assort-car {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin-left: -78px;
        margin-top: -40px;
    }
    .assort-car-wrap {
        width: 400px;
    }
    .assort-item {
        width: calc(100% - 405px);
    }
    .assort-item__descr {
        max-width: none;
    }
    .assort-car-nav__item {
        top: 387px;
    }
}

@media only screen and (max-width: 1220px) {
    .logo-href {
        width: 100px;
        height: 100px;
        margin: 0 30px 0 0;
    }
    .logo-href:before {
        width: 96px;
        height: 78px;
    }
    .nav {
        max-width: calc(100% - 134px);
    }
    .nav-item {
        width: 140px;
    }
    .nav-item__href {
        font-size: 13px;
        padding: 6px 10px;
        border-radius: 18px;
    }
}

@media only screen and (max-width: 1024px) {
    .assort-list-item {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 960px) {
    .languages{
        right: 58px;
        top: 56px;
    }
    .header-burger {
        display: block;
    }
    .nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #fff;
        width: 100vw;
        max-width: 100vw;
        z-index: 1;
        padding-top: 150px;
    }
    .nav-item {
        width: 140px;
        display: block;
        margin: 0 auto 30px;
        opacity: 0;
        -webkit-transition: opacity .4s;
        transition: opacity .4s;
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
    }
    .decor-homes__img {
        opacity: 0;
        transition: .4s all;
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }
    .decor-homes__img.decor1 {
        left: 150px;
        top: 175px;
    }
    .decor-homes__img.decor2 {
        left: 20px;
    }
    .decor-homes__img.decor5 {
        left: 130px;
    }
    .decor-homes__img.decor4 {
        right: 20px;
        top: 380px;
    }
    .decor-homes__img.decor3 {
        right: 100px;
        top: 121px;
    }
    .decor-homes__img.decor15 {
        right: 100px;
        top: 630px;
    }
    .open-menu .nav-item,
    .open-menu .decor-homes__img {
        opacity: 1;
    }    
    .inside .decor-homes__img.decor1, 
    .inside .decor-homes__img.decor2, 
    .inside .decor-homes__img.decor3, 
    .inside .decor-homes__img.decor4, 
    .inside .decor-homes__img.decor5,
    .inside .decor-homes__img.decor15{
        z-index: 2;
    }
    .assort-list-item__title span {
        font-size: 18px;
        line-height: 18px;
    }
    .assort-list-item:nth-last-child(2) .assort-list-item__img {
        max-height: 100px;
    }
    .footer-wrap {
        margin-top: 15%;
    }
    .about-wrap {
/*        margin-top: 50px;*/
        padding-top: 50px;
    }
    .about-wrap__logo {
        width: 150px;
    }
    .common-wrap {
        padding: 0;
    }
    .decor-homes__img.decor7,
    .decor-homes__img.decor8,
    .decor-homes__img.decor9,
    .decor-homes__img.decor10,
    .decor-homes__img.decor11,
    .decor-homes__img.decor12 {
        display: none;
    }
    body.inside .header-top {
        text-align: left;
    }
    body.inside.open-menu .logo-href {
        opacity: 1;
    }
    .assort-page {
        padding: 75px 0 25px 0;
        margin-bottom: 0;
    }
    .assort-car-wrap {
        display: block;
        margin: 0 auto;
    }
    .assort-item {
        width: 100%;
        margin-top: -30px;
        padding-top: 0;
        padding-left: 0;
    }
    .assort-car-nav__item {
        top: 320px;
    }
    .assort-car-nav__item.nav_prev {
        left: 150px;
    }
    .assort-car-nav__item.nav_next {
        right: 150px;
    }
    .assort-car {
        margin-left: -56px;
        margin-top: -70px;
    }
}

@media only screen and (max-width: 960px) {
    body.inside .inner-content {    
        background-position: 50% 100%;
        background-size: auto;
    }
    .prod-center .prod-list__title {
        margin-left: 44px;
    }
}

@media only screen and (max-width: 870px) {
    .assort-car-nav__item {
        top: 320px;
    }
    .assort-car-nav__item.nav_prev {
        left: 80px;
    }
    .assort-car-nav__item.nav_next {
        right: 80px;
    }
    body.open-menu .inner-content {
        height: 100vh;
        overflow: hidden;
    }
}

@media only screen and (max-width: 725px) {
    .decor-homes__img {
        opacity: 0;
        transition: .4s all;
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
    }
    .decor-homes__img.decor1,
    .decor-homes__img.decor2 {
        left: 0;
    }
    .decor-homes__img.decor5 {
        left: 60px;
    }
    .decor-homes__img.decor4,
    .decor-homes__img.decor3,
    .decor-homes__img.decor15 {
        right: 0;
    }
    .assort-car-nav__item {
        top: 320px;
    }
    .assort-car-nav__item.nav_prev {
        left: 30px;
    }
    .assort-car-nav__item.nav_next {
        right: 30px;
    }
}

@media only screen and (max-width: 620px) {
    .assort-list-item {
        width: 80% !important;
    }
    .footer-wrap {
        margin-top: 25%;
        padding: 15px 0 22px;
    }
    .assort-wrap__title {
        font-size: 16px;
        line-height: 20px;
        margin-top: 18px;
    }
    .about-wrap__logo {
        width: 110px;
    }
    .assort-car {
        margin-top: -90px;
        margin-left: -40px;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    .assort-car-nav__item {
        top: 269px;
    }
    .assort-item {
        margin-top: -90px;
    }
    .assort-car-wrap.car-no-init + .assort-item{
        margin-top: 0;        
    }
    .assort-car-wrap.car-no-init .assort-car{
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin-left: 0;
        margin-top: 0;
    }
    .assort-car.assort-car-slide2{
        height: 500px;
        margin-bottom: -35px;
    }
    
    .assort-car.assort-car-slide2 + .assort-car-nav .assort-car-nav__item{
        top: 212px;
    }
    
    .assort-car.assort-car-slide5 .assort-car-item[data-pos="1"] {
        top: 50%;
        -webkit-transform: none;
        transform: none;
        margin-top: -227px;
    }
    body.inside .inner-content {
        background-position: 50% 94%;
    }
}

@media only screen and (max-width: 480px) {
    .prod-center {
        margin-left: 0;
    }
    .prod-row:first-child .prod-left, 
    .prod-row:first-child .prod-right {
        min-width: auto;
    }
    .prod-list__title {
        text-align: center;
        margin-bottom: 20px;
        min-height: 54px;
        line-height: 44px;
        background-color: #fbbd41;
        text-transform: uppercase;
        border-radius: 22px;
        border: 2px solid #fff;
        margin: 0 auto 20px;
        max-width: 200px;
    }
    .prod-list__title span {
        background-color: transparent;
        text-transform: uppercase;
        border-radius: 0;
        border: none;
        vertical-align: middle;
    }
    .decor-homes__img.decor1, 
    .decor-homes__img.decor2 {
        left: 37px;
    }
    .decor-homes__img.decor4, 
    .decor-homes__img.decor3, 
    .decor-homes__img.decor15 {
        right: 35px;
    }
    .prod-center .prod-list__title {
        margin: 0 auto 20px;
    }
    .assort-list-item:nth-last-child(2) .assort-list-item__img {
        max-height: 153px;
    }
    .assort-list-item:last-child .assort-list-item__img {
        max-height: 90px;
    }
    
}

/* 15122017 */

@media only screen and (max-width: 1366px) {
    .inner-content_good {
        padding: 0;
    }
    body.inside .inner-content_good .footer-wrap {
        padding: 15px 30px 22px;
        bottom: 17px;
    }
    .good-wrap {
        overflow: auto;
    }
}

@media only screen and (max-width: 960px) {
    .inner-content_good .header-wrap_inside {
        padding: 0 30px;
        margin-bottom: 0;
    }
}

/* end - 15122017 */