.landing {
    color: #2C180B;
}
.landing .top {
    position: relative;
    max-height: 970px;
    min-height: 450px;
    margin-bottom: 100px;
    overflow: hidden;
}
.landing.horinyak .top {
    margin-bottom: 125px;
}
.landing .top .image {

}
.landing .top .image img {
    min-height: 450px;

}
.landing .top .text {
    font-family: 'Futura New';
    position: absolute;
    bottom: 155px;
    left: 245px;
    color: #fff;
}
.landing .top .text.pos-top {
    top: 75px;
}
.landing .top .text .title {
    font-weight: 500;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.landing .top .text .description {
    font-weight: 400;
    font-size: 46px;
    line-height: 130%;
    font-family: 'Futura New Book';
}

.landing .page-text {
    margin: 0 auto 120px auto;
    max-width: 940px;
}
.landing .page-text .title {
    text-align: center;
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 37px;
    line-height: 130%;
    font-family: "MinionPro-Regular", sans-serif;
}
.landing .page-text .text {
    text-align: center;
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
}
.landing .interlayer {
    margin-bottom: 125px;
    text-align: center;
}
.landing .interlayer .show-new {
    display: inline-block;
    font-size: 18px;
    background: #71553A;
    border: 1px solid #71553A;
    color: #FFFFFF;
    border-radius: 5px;
    line-height: 50px;
    font-weight: 600;
    padding: 0 25px;
    transition-duration: .3s;
}
.landing .interlayer .show-new:hover {
    background: #fff;
    color: #71553A;
}

.clothing-styles {
    padding: 0 30px;
}
.landing.horinyak .clothing-styles {
    margin-bottom: 40px;
}
.clothing-style {
    max-width: 1420px;
    margin: 0 auto 120px auto;
    display: flex;
}
.clothing-style .cs-image {
    width: 36%;
    overflow: hidden;
    max-height: 720px;
}
.clothing-style .cs-image.mobile {
    display: none;
}
.clothing-style .cs-image img {
    max-width: 100%;
}
.clothing-style .cs-content {
    width: 64%;
}
.clothing-style.image-left .cs-content {
    padding-left: 45px;
}
.clothing-style.image-right .cs-content {
    padding-right: 45px;
}
.clothing-style .cs-title {
    font-weight: 400;
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 70px;
}
.clothing-style .cs-title span {
    color: #9E7C61;
}
.clothing-style.image-left .cs-title {
    padding-left: 15px;
    text-align: left;
}
.clothing-style.image-right .cs-title {
    padding-right: 15px;
    text-align: right;
}
.clothing-style .cs-products {

}
.clothing-style .cs-products .bx_catalog_list_home {
    border-bottom: none;
    margin-bottom: 0;
}
.clothing-style .cs-products .dr-column-product {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
}

@media (min-width:1600px) {
    .landing .top {
        max-height: 1400px;
    }
}

@media (max-width:1365px) {
    .landing .top .text {
        bottom: 75px;
        left: 100px;
    }
    .clothing-style .cs-title br {
        display: none;
    }
}
@media (max-width:1023px) {
    .landing .top {
        margin-bottom: 60px;
    }
    .landing .top .text .title {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .landing .top .text .description {
        font-size: 20px;
    }
    .landing .page-text {
        padding: 0 30px;
        margin-bottom: 80px;
    }
    .landing .page-text .title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .landing .page-text .title br {
        display: none;
    }
    .landing .page-text .text {
        font-size: 21px;
    }
    .landing .page-text .text br {
        display: none;
    }

    .clothing-style {
        margin-bottom: 80px;
    }
    .clothing-style .cs-image {
        width: 30%;
    }
    .clothing-style .cs-content {
        width: 70%;
    }
    .clothing-style.image-left .cs-content {
        padding-left: 25px;
    }
    .clothing-style.image-right .cs-content {
        padding-right: 25px;
    }
    .clothing-style .cs-title {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .clothing-style.image-left .cs-title {
        padding-left: 5px;
    }
    .clothing-style.image-right .cs-title {
        padding-right: 5px;
    }
    .clothing-style .cs-products .dr-column-product {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width:767px) {
    .landing .top .image {
        margin-left: -20%;
    }
    .landing .top .text {
        bottom: 38px;
        left: 13px;
    }
    .landing .top .text .title {
        font-size: 18px;
    }
    .landing .top .text .description {
        font-size: 18px;
    }
    .landing .page-text {
        padding: 0 15px;
        margin-bottom: 50px;
    }
    .landing .page-text .title {
        font-size: 20px;
    }
    .landing .page-text .text {
        font-size: 16px;
    }
    .clothing-styles {
        padding-left: 15px;
        padding-right: 15px;
    }
    .clothing-style {
        display: block;
        margin-bottom: 30px;
    }
    .clothing-style .cs-image {
        width: 100%;
        margin-bottom: 30px;
        max-height: none;
    }
    .clothing-style .cs-image.desktop {
        display: none;
    }
    .clothing-style .cs-image.mobile {
        display: block;
    }
    .clothing-style .cs-content {
        width: 100%;
    }
    .clothing-style .cs-title {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .clothing-style.image-left .cs-content {
        padding-left: 0;
    }
    .clothing-style.image-left .cs-title {
        padding-left: 0;
    }
    .clothing-style.image-right .cs-content {
        padding-right: 0;
    }
    .clothing-style.image-right .cs-title {
        padding-right: 0;
        text-align: left;
    }
    .clothing-style .cs-products {
        margin-left: -5px;
        margin-right: -5px;
    }
    .clothing-style .cs-products .dr-column-product {
        margin-bottom: 30px;
    }
}
@media (max-width: 567px) {
    .landing .top .image {
        margin-left: -40%;
    }
}
@media (max-width: 374px) {
    .landing .top .image {
        margin-left: -60%;
    }
}