.wrapper, #container {
    height: auto;
    background-color: black;
}

.catalogue {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: black;
    box-sizing: border-box;
    padding: 20px 20px 26px 20px;
    color: white;
}

.catalogue h1 {
    width: 100%;
    line-height: 40px;
    margin: 20px 0 40px 0;
}

/*.carousel {
    width: 100%;
    height: 70vh;
    background-color: black;
}*/

/* --------------------------------------------- carousel */
main {
    width: 100%;
    /*padding-top: 200px;*/
    background-color: black;
    padding: 0 0 40px 0;
}

#carousel {
    position: relative;
    height: 240px; /*400px;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*overflow: hidden;*/
    margin-bottom: 100px;
    background-color: black;
}
#carousel div {
    position: absolute;
    transition: transform 400ms, left 400ms, opacity 400ms, z-index 0s;
    opacity: 1;
    /*border: 3px solid #FB1102;*/
    box-shadow: 0 0 9px white;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    filter: grayscale(90%);
}
#carousel div img {
    width: 600px; /*400px;*/
    transition: width 400ms;
    -webkit-user-drag: none;
}
#carousel div.hideLeft {
    left: 0%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img {
    width: 200px;
}
#carousel div.hideRight {
    left: 100%;
    opacity: 0;
    transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
    width: 340px; /*200px;*/
}
#carousel div.prev {
    z-index: 5;
    left: 30%;
    transform: translateY(50px) translateX(-50%);
}
#carousel img:hover {
    /*cursor: pointer;*/
}
#carousel div.prev img {
    width: 440px; /* 300px;*/
}
#carousel div.prevLeftSecond {
    z-index: 4;
    left: 15%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0.7;
}
#carousel div.prevLeftSecond img {
    width: 340px; /*200px;*/
}
#carousel div.selected {
    z-index: 10;
    left: 50%;
    transform: translateY(0px) translateX(-50%);
    filter: grayscale(0);
}
#carousel div.next {
    z-index: 5;
    left: 70%;
    transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
    width: 440px; /*300px;*/
}
#carousel div.nextRightSecond {
    z-index: 4;
    left: 85%;
    transform: translateY(50%) translateX(-50%);
    opacity: 0.7;
}
#carousel div.nextRightSecond img {
    width: 340px; /*200px;*/
}

.buttons {
    /*position: fixed;*/
    position: relative;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    margin-bottom: 24px;
}

.buttons button {
    margin: 0 10px;
    border: 1px solid #FF3E00;
    width: 140px;
    height: 46px;
    color: #FF3E00;
    font-weight: bold;
    background-color: black;
    text-transform: uppercase;
    font-size: .9rem;
    border-radius: 5px;
    transition: ease-in-out .4s;
    margin-top: 46px;
}

.buttons button:hover {
    background-color: #FF3E00;
    color: white;
    box-shadow: 0 0 10px 2px white;
    font-weight: bold;
}

.buttons button a {
    text-decoration: none;
    /*color: #FF3E00;*/
    font-weight: normal;
    /*text-transform: lowercase;*/
    color: lightgrey;
    font-size: .8rem;
    transition: ease-in-out 1s;
}

.buttons button a:hover {
    color: white;
}

.buttons button:hover .buttons button > a {
    color: white;
}


.rentInfo {
    width: 100%;
    /*min-height: 470px;*/
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    background-color: black;
}

.directionColumn {
    flex-direction: column;
}

.rentInfo h3 {
    width: 100%;
    color: #D99500;
    margin: 30px 0 10px 0;
    font-size: 2rem;
    padding-left: 6%;
}

.rentInfo p {
    width: 100%;
    color: white;
    margin: 10px 0 10px 0;
    padding: 0 10%;
    font-size: 1.3rem;
}

.rentInfo ul {
    width: 100%;
    padding: 0 0 0 16%;
    margin: 20px 0;
}

.rentInfo ul li {
    color: white;
    font-size: 1.2rem;
    line-height: 26px;
}

.rentInfo50Block {
    width: 50%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 20px;
    text-align: left;
}

.rentInfo50Block h1 {
    width: 100%;
    text-align: right;
    color: #FF3E00;
    font-size: 2.2rem;
    font-weight: bold;
}

.rentInfo50Block h3 {
    width: 100%;
    text-align: right;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: white;
    font-weight: normal;
}

.rentInfo50Block p {
    color: white;
    line-height: 26px;
    padding: 0 44px;

}

.rentInfo50Block p span {
    font-weight: bold;
}

.flexBlock {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

/* -------------------------------------------------- card css */
.centered {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.ze-card-full-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 10px;
}

.ze-card-invi-wrap {
    display: flex;
    cursor: pointer;
    /*width: 25%;
    margin: 50px auto;*/
    width: 47vw;
    min-width: 400px;
    overflow: hidden;
    padding: 45px;
    padding-bottom: 100px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}
.ze-card-invi-wrap:hover .ze-img-w {
    transform: translateZ(20px);
}
.ze-card-invi-wrap:hover .ze-img-w:after {
    top: 200%;
}
.ze-card-invi-wrap:hover .ze-title:after {
    width: 90%;
}

.ze-card-ze-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    /*height: 100%;*/
    opacity: 0.05;
    background-size: cover;
    backgound-repeat: no-repeat;
    background-position: center;
}

.ze-card {
    /*max-width: 320px;*/
    /*width: 45vw;*/
    padding: 25px;
    padding-bottom: 255px;
    background: #212529;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
    z-index: 5;
    border-radius: 8px;
}
.ze-card .ze-img-w {
    box-shadow: 0 0 10px rgb(251 249 249 / 23%); /*0 0 10px rgba(0, 0, 0, 0.1);*/
    position: absolute;
    bottom: -60px;
    right: -55px;
    width: 100%;
    height: 300px;
    border-radius: 9px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    transform-style: preserve-3d;
    transform: translateZ(15px);
    transition: all 0.5s;
}
.ze-card .ze-img-w:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 250%;
    height: 100%;
    top: -200%;
    left: -70%;
    transform: rotateZ(-45deg);
    opacity: 0.2;
    transition: all 0.5s;
}
.ze-card .ze-title {
    font-size: 2rem;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    left: 15px;
    top: 8px;
    transform-style: preserve-3d;
    transform: translateZ(25px);
    color: white;
}
.ze-card .ze-title:after {
    content: "";
    position: absolute;
    left: -8px;
    bottom: 3px;
    width: 0;
    height: 10px;
    background: #FF3E00;
    z-index: -1;
    transition: all 0.5s;
}
.ze-card .ze-description {
    font-family: Verdana, sans-serif;
    font-size: 1rem;
    line-height: 19px;
    margin-bottom: 15px;
    /*opacity: 0.4;*/
    position: relative;
    left: 8px;
    top: 5px;
    transform-style: preserve-3d;
    transform: translateZ(5px);
    color: white;
    padding-top: 20px;
    line-height: 26px;
}
/* --------------------------------------------------- the end */

button.buttonStyle {
    border: 1px solid #FF3E00;
    width: 180px;
    height: 46px;
    color: #FF3E00;
    font-weight: bold;
    background-color: black;
    text-transform: uppercase;
    font-size: .9rem;
    border-radius: 5px;
    transition: ease-in-out .4s;
    margin: 30px 0 30px 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.buttonStyle:hover {
    background-color: #FF3E00;
    color: white;
    box-shadow: 0 0 10px 2px white;
    font-weight: bold;
}

button.buttonStyle a {
    text-decoration: none;
    /*color: #FF3E00;*/
    font-weight: normal;
    /*text-transform: lowercase;*/
    color: white;
    font-size: .8rem;
    transition: ease-in-out 1s;
}

button.buttonStyle a:hover {
    color: white;
}

.left10px {
    margin-left: 10px;
}



/* ------------------------------------------- @media */
@media screen and (min-width: 1200px) and (max-width: 1368px) {
    .ze-card-invi-wrap {
        width: 44vw;
    }

    #carousel {
        margin: 0 6px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
    .ze-card-invi-wrap {
        width: 44vw;
    }

    .catalogue h1 {
        line-height: 54px;
    }

    #carousel {
        margin: 0 6px;
        height: 45vh;
    }

    #carousel div img {
        width: 55vw;
    }

    .buttons {
        left: 0;
        transform: translateX(0);
        bottom: -74px;
        position: relative;
        margin-bottom: 56px;
    }

    .rentInfo50Block h3 {
        font-size: 1.56rem;
    }

    .rentInfo p {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1099px) {
    .ze-card-invi-wrap {
        width: 44vw;
    }

    .catalogue h1 {
        line-height: 54px;
    }

    #carousel {
        margin: 0 6px;
        height: 45vh;
    }

    #carousel div img {
        width: 55vw;
    }

    .rentInfo50Block h3 {
        font-size: 1.56rem;
    }

    .rentInfo p {
        font-size: 1.2rem;
    }

    .ze-card .ze-title {
        font-size: 1.6rem;
    }

    .ze-card-invi-wrap {
        padding: 30px 10px 30px 10px;
    }

    .buttons {
        left: 0;
        transform: translateX(0);
        bottom: -40px;
        position: relative;
        margin-bottom: 56px;
    }
}

@media screen and (min-width: 901px) and (max-width: 999px) {
    .ze-card-invi-wrap {
        padding: 30px 10px 30px 10px;
        width: 44vw;
    }

    .catalogue h1 {
        line-height: 54px;
        text-align: center;
    }

    #carousel {
        margin: 0 6px;
        height: 45vh;
    }

    #carousel div img {
        width: 55vw;
    }

    .rentInfo50Block h3 {
        font-size: 1.56rem;
    }

    .rentInfo {
        padding: 0 4px;
    }

    .rentInfo p {
        font-size: 1.1rem;
    }

    .ze-card .ze-title {
        font-size: 1.6rem;
    }

    .rentInfo ul li {
        font-size: 1.1rem;
    }

    .buttons {
        left: 0;
        transform: translateX(0);
        bottom: -6px;
        position: relative;
        margin-bottom: 56px;
    }
}

@media screen and (min-width: 760px) and (max-width: 900px) {
    .mainContainer {
        background-color: black;
    }

    .ze-card-invi-wrap {
        padding: 30px 10px 30px 10px;
        width: 44vw;
        min-width: unset;
    }

    .catalogue h1 {
        line-height: 54px;
        text-align: center;
        font-size: 2.2rem;
    }

    #carousel {
        margin: 0 6px;
        height: 45vh;
    }

    #carousel div img {
        width: 55vw;
    }

    #carousel div.next img, #carousel div.prev img {
        width: 40vw;
    }

    #carousel div.nextRightSecond img, #carousel div.prevLeftSecond img {
        width: 36vw;
    }

    .rentInfo50Block h3 {
        font-size: 1.4rem;
    }

    .rentInfo {
        padding: 0 4px;
        min-height: unset;
        margin-bottom: 20px;
    }

    .rentInfo50Block {
        padding: 0 4px;
    }

    .rentInfo p {
        font-size: 1rem;
    }

    .ze-card .ze-title {
        font-size: 1.2rem;
    }

    .rentInfo ul li {
        font-size: 1.1rem;
    }

    .buttons {
        left: 0;
        transform: translateX(0);
        bottom: 36px;
        position: relative;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 560px) and (max-width: 759px) {
    .mainContainer {
        background-color: black;
    }

    .main {
        padding: 0;
    }

    .ze-card-invi-wrap {
        padding: 30px 10px 30px 10px;
        width: 80vw;
        min-width: unset;
    }

    .catalogue h1 {
        line-height: 54px;
        text-align: center;
        font-size: 2.2rem;
    }

    #carousel {
        margin: 0 6px;
        height: 45vh;
    }

    #carousel div img {
        width: 60vw;
    }

    #carousel div.next {
        left: 78%;
        top: -3%;
    }

    #carousel div.prev {
        left: 34%;
        top: -3%;
    }

    #carousel div.nextRightSecond {
        left: 78%;
    }

    #carousel div.prevLeftSecond {
        left: 23%;
    }

    #carousel div.next img, #carousel div.prev img {
        width: 40vw;
    }

    #carousel div.nextRightSecond img, #carousel div.prevLeftSecond img {
        width: 36vw;
    }

    .rentInfo50Block {
        height: auto;
    }


    .rentInfo50Block h3 {
        font-size: 1.4rem;
    }

    .rentInfo {
        padding: 0 4px;
        min-height: unset;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .rentInfo50Block {
        padding: 0 4px;
    }

    .rentInfo50Block p {
        padding: 0 10px;
        margin: 0;
    }

    .rentInfo p {
        font-size: 1rem;
    }

    .ze-card .ze-title {
        font-size: 1.2rem;
    }

    .rentInfo ul li {
        font-size: 1rem;
    }

    .buttons {
        left: 0;
        transform: translateX(0);
        bottom: 76px;
        position: relative;
        margin-bottom: 0;
    }

    .footerSubBlock img {
        width: 46%;
    }
}

@media screen and (min-width: 481px) and (max-width: 559px) {
    .wrapper {
        display: flex;
    }

    .mainContainer {
        background-color: black;
    }

    main {
        height: auto;
        padding: 0;
    }

    .ze-card-invi-wrap {
        padding: 30px 10px 30px 10px;
        width: 80vw;
        min-width: unset;
    }

    .catalogue h1 {
        line-height: 54px;
        text-align: center;
        font-size: 2rem;
        margin-bottom: 10px;
    }

    #carousel {
        margin: 0 6px;
        height: 45vh;
    }

    #carousel div img {
        width: 60vw;
    }

    #carousel div.next {
        left: 78%;
        top: -3%;
    }

    #carousel div.prev {
        left: 34%;
        top: -3%;
    }

    #carousel div.nextRightSecond {
        left: 78%;
    }

    #carousel div.prevLeftSecond {
        left: 23%;
    }

    #carousel div.next img, #carousel div.prev img {
        width: 40vw;
    }

    #carousel div.nextRightSecond img, #carousel div.prevLeftSecond img {
        width: 36vw;
    }

    .rentInfo50Block {
        height: auto;
    }


    .rentInfo50Block h3 {
        font-size: 1.4rem;
    }

    .rentInfo {
        padding: 0 4px;
        min-height: unset;
        margin-bottom: 20px;
        display: flex;
        align-items: flex-start;
    }

    .rentInfo50Block {
        padding: 0 4px;
    }

    .rentInfo50Block p {
        padding: 0 10px;
        margin: 0;
    }

    .rentInfo p {
        font-size: 1rem;
    }

    .ze-card .ze-title {
        font-size: 1.2rem;
    }

    .rentInfo ul li {
        font-size: 1rem;
    }

    .buttons {
        left: 0;
        top: -130px;
        transform: translateX(0);
        bottom: 76px;
        position: relative;
        margin-bottom: 0;
    }

    button.buttonStyle {
        margin-left: calc(50vw - 90px);
    }

    .footerSubBlock img {
        width: 46%;
    }
}

@media screen and (min-width: 370px) and (max-width: 480px) {
    .wrapper {
        display: flex;
    }

    .mainContainer {
        background-color: black;
    }

    main {
        height: 40vh;
        padding: 0;
    }

    .ze-card-invi-wrap {
        padding: 30px 10px 30px 10px;
        width: 80vw;
        min-width: unset;
    }

    .catalogue {
        margin-top: 70px;
    }

    .catalogue h1 {
        line-height: 40px;
        text-align: center;
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    #carousel {
        margin: 0 6px;
        height: 40vh;
    }

    #carousel div img {
        width: 74vw;
    }

    #carousel div.next {
        left: 90%;
        top: -3%;
    }

    #carousel div.prev {
        left: 32%;
        top: -3%;
    }

    #carousel div.nextRightSecond {
        left: 77%;
    }

    #carousel div.prevLeftSecond {
        left: 24%;
    }

    #carousel div.next img, #carousel div.prev img {
        width: 46vw;
    }

    #carousel div.nextRightSecond img, #carousel div.prevLeftSecond img {
        width: 40vw;
    }

    .rentInfo50Block {
        height: auto;
    }


    .rentInfo50Block h3 {
        font-size: 1.3rem;
    }

    .rentInfo {
        padding: 0 4px;
        min-height: unset;
        margin-bottom: 30px;
        margin-top: 20px;
        display: flex;
        align-items: flex-start;
    }

    .rentInfo50Block {
        padding: 0 4px;
    }

    .rentInfo50Block p {
        padding: 0 0 0 10px;
        margin: 0;
    }

    .rentInfo h3 {
        font-size: 1.6rem;
    }

    .rentInfo p {
        font-size: .9rem;
        line-height: 23px;
    }

    .ze-card .ze-title {
        width: 74%;
        font-size: 1rem;
        line-height: 26px;
        margin-bottom: 0;
    }

    .ze-card .ze-description {
        font-size: .9rem;
        text-align: justify;
        text-indent: 40px;
        line-height: 20px;
    }

    .rentInfo ul li {
        font-size: .9rem;
    }

    .buttons {
        left: 0;
        top: -102px;
        transform: translateX(0);
        bottom: 76px;
        position: relative;
        margin-bottom: 0;
    }

    .buttons button {
        font-size: .8rem;
    }

    .buttons button a {
        font-size: .7rem;
    }

    button.buttonStyle {
        margin-left: calc(50vw - 90px);
    }

    .footerSubBlock img {
        width: 46%;
    }
}

@media screen and (min-width: 320px) and (max-width: 369px) {
    .wrapper {
        display: flex;
    }

    .mainContainer {
        background-color: black;
    }

    main {
        height: 40vh;
        padding: 0;
    }

    .ze-card-invi-wrap {
        padding: 30px 10px 30px 10px;
        width: 80vw;
        min-width: unset;
    }

    .catalogue {
        margin-top: 0;
    }

    .catalogue h1 {
        line-height: 36px;
        text-align: center;
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    #carousel {
        margin: 0 6px;
        height: 36vh;
    }

    #carousel div img {
        width: 62vw;
    }

    #carousel div.next {
        left: 78%;
        top: -3%;
    }

    #carousel div.prev {
        left: 34%;
        top: -3%;
    }

    #carousel div.nextRightSecond {
        left: 78%;
    }

    #carousel div.prevLeftSecond {
        left: 23%;
    }

    #carousel div.next img, #carousel div.prev img {
        width: 36vw;
    }

    #carousel div.nextRightSecond img, #carousel div.prevLeftSecond img {
        width: 30vw;
    }

    .rentInfo50Block {
        height: auto;
    }


    .rentInfo50Block h3 {
        font-size: 1.3rem;
    }

    .rentInfo50Block h1 {
        font-size: 1.6rem;
    }

    .rentInfo {
        padding: 0 4px;
        min-height: unset;
        margin-bottom: 20px;
        display: flex;
        align-items: flex-start;
    }

    .rentInfo50Block {
        padding: 0 4px;
    }

    .rentInfo50Block p {
        padding: 0 0 0 10px;
        margin: 0;
        line-height: 22px;
    }

    .rentInfo h3 {
        font-size: 1.1rem;
    }

    .rentInfo p {
        font-size: .8rem;
    }

    .ze-card .ze-title {
        font-size: 1rem;
        line-height: 23px;
        margin-bottom: 0;
    }

    .ze-card .ze-description {
        font-size: .84rem;
        line-height: 20px;
        padding-top: 10px;
    }

    .rentInfo ul li {
        font-size: .84rem;
    }

    .buttons {
        left: 0;
        top: -130px;
        transform: translateX(0);
        bottom: 76px;
        position: relative;
        margin-bottom: 0;
    }

    .buttons button {
        font-size: .8rem;
    }

    .buttons button a {
        font-size: .7rem;
    }

    button.buttonStyle {
        margin-left: calc(50vw - 90px);
    }

    .footerSubBlock img {
        width: 46%;
    }
}