.item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 307px; */
    width: 100%;
    /* margin-bottom: 52px; */
    position: relative;
    z-index: 3;
}

.item-image img {
    max-width: 100%;
}

.item-name {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 3;
}

.item-top {
    position: relative;
    padding: 125px 0 0px;
    background-size: cover;
    background-position: center;
}

.item-top::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 38, 46, 0.8);
    -webkit-box-shadow: 0px -35px 24px 19px rgba(30, 32, 38, 0.45) inset;
    -moz-box-shadow: 0px -35px 24px 19px rgba(30, 32, 38, 0.45) inset;
    box-shadow: 0px -35px 24px 19px rgba(30, 32, 38, 0.45) inset;
}

.item-line {
    width: 100%;
    border-top: 1px solid #323439;
    border-bottom: 1px solid #323439;
    padding: 21px 0;
}

.item-line .cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item-button {
    width: calc(100vw - 10vw - 110px - 22px);
    height: 66px;
    /*background: rgb(254, 223, 67);*/
    background: #FD952C;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    border-radius: 33px;
    max-width: 400px;
}

.item-cal {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    color: #bcbdbe;
    text-align: center;
}

.item-cal li:first-child {
    margin-right: 20px;
}

.item-cal p {
    font-size: 24px;
    font-weight: 300;
}

.item-cal span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.item-about {
    margin-top: 30px;
}

.item-about__title {
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

.item-about__txt {
    font-weight: 300;
    color: #6c6d71;
    font-size: 18px;
    line-height: 29px;
    padding: 24px 0 44px;
}