.main{
    background-color: #f5f5f5;
    font-size: 14px;
}

.red{
    color: #db0303;
}

.main p{
    font-size: 14px;
    line-height: 26px;
}

h2.tri-title {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 40px;
}

h2.tri-title.small{
    font-size: 18px;
}

.showroom-reserve{
    background: #fff;
    padding: 40px;
    border-bottom: 1px solid #d9d9d9;

    display: flex;
    align-items: flex-end;
}

.showroom-reserve .left{
    flex: 1 1 auto;
    padding-right: 30px;
}

.showroom-reserve .right{
    width: 120px;
    flex: 0 0 auto;
}

.showroom-reserve .btn-reserve{
    border: 1px solid #ee4e5b;
    background-color: #fff;
    color: #ee4e5b;
}
.showroom-reserve .btn-reserve:hover{
    background-color: #ee4e5b;
    color: #fff;
}

.page-tabs a{
    padding-top: 13px;
    padding-bottom: 13px;
}

.section-title{
    margin-bottom: 20px;
}

.number-part img{
    display: block;
    width: 100%;
    height: auto;
}

.number-part{
    position: relative;
}

.number-part .number{
    position: absolute;
    width: 3.5%;
    padding-bottom: 3.5%;
    height: 0;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.info-list {

}

.info-list .info-block:nth-of-type(2n){
    flex-direction: row-reverse;
}

.info-block {
    display: flex;
}

.info-block > * {
    width: 50%;
    flex: 0 0 auto;
}

.info-block .left {
    background-color: #fff;
    padding: 68px 50px;
}

.info-block .right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-block .left h3{
    font-size: 18px;
    margin-bottom: 8px;
}


.number-list{
    margin-right: -40px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.number-block{
    flex: 0 0 auto;
    width: calc(50% - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
    background-color: #ffffff;

    display: flex;
    flex-direction: column;
}

.number-block .top{
    flex: 0 0 auto;
    width: 100%;
}

.number-block .bottom{
    flex: 1 0 auto;
    position: relative;
    padding: 28px;
}

.number-block .top img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.number-block .num{
    position: absolute;
    left: 25px;
    top: 0;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 19.7px;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 270;
    background-color: #db0303;
}

.number-block .swiper-slide{
    padding-bottom: 56.25%;
    height: 0;
}

.number-block .swiper-slide img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.number-block h3{
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 4px;
}

.number-block .btn-prev,
.number-block .btn-next{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    transition: .3s;
    z-index: 240;
    color: #fff;
    font-size: 24px;
    font-family: "Arial", serif;
    line-height: 60px;
    cursor: pointer;
}

.number-block .btn-prev:hover,
.number-block .btn-next:hover{
    background-color: rgba(0, 0, 0, .6);
}

.number-block .btn-prev{
    left: -24px;
    text-align: right;
    padding-right: 16px;
    background: url("../images/icons/angle_left_white.svg") rgba(0, 0, 0, .3) 32px/12px auto no-repeat;
}

.number-block:hover .btn-prev{
}

.number-block .btn-next{
    right: -24px;
    text-align: left;
    padding-left: 16px;
    background: url("../images/icons/angle_right_white.svg") rgba(0, 0, 0, .3) 16px/12px auto no-repeat;
}

.number-block:hover .btn-next{
}


.number-block .pagination{
    position: absolute;
    left: 0;
    height: 80px;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
    z-index: 240;
    transition: .3s;
    padding-top: 20px;
    line-height: 60px;
    text-align: center;
}

.number-block:hover .pagination{
}

.number-block .pagination .swiper-pagination-bullet{
    background-color: #fff;
    width: 10px;
    height: 10px;
}

@media (max-width: 1280px) {
    .showroom-reserve{
        padding: 30px;
    }

    .info-block .left{
        padding: 30px;
    }
}

@media (max-width: 960px) {
    .number-block{
        width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .number-list{
        margin-right: -20px;
    }
}

@media (max-width: 750px) {
    .page-tabs a{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .showroom-reserve{
        padding: 20px;
    }

    .info-block .left{
        padding: 20px;
    }
    h2.tri-title{
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .showroom-reserve .left,.showroom-reserve .right{
        padding-right: 0;
        flex: 0 0 auto;
        width: 100%;
    }

    .showroom-reserve{
        display: block;
    }

    .showroom-reserve .right{
        margin-top: 10px;
    }
    .number-block .bottom{
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .info-block{
        display: flex;
        flex-direction: column-reverse;
        margin: 0 auto 20px;
        max-width: 480px;
    }
    .info-block > *{
        width: 100%;
    }
    .info-list .info-block:nth-of-type(2n){
        flex-direction: column-reverse;
    }
    .number-list{
        margin-right: 0;
        display: block;
    }

    .number-block{
        width: 100%;
        max-width: 480px;
        margin: 0 auto 20px;
    }
}

