.cc-wrap {
    display: none;
    margin: 0 auto;
    width: 1074px;
    max-width: 100%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.17);
}
.cc-wrap.active {
    x-display: block;
}
.cc-block {
    position: relative;
}
.cc-img {
    position: absolute;
    top: 0;
    left: 0;
}
.cc-selector {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    font-size: 17px;
}
.cc-item {
    margin: 0 20px;
}
.cc-label {
    margin-right: 10px;
}
.v-style .cc-label {
    display: block;
    margin-bottom: 5px;
}
.cc-select {
    width: 200px;
    height: 50px;
    border: 1px solid #e29e49;
    background-color: #ffffff;
    border-radius: 0;
    color: #000000;
}

.get-calc-btn {
    padding-top: 100px;
}


@media (max-width: 1000px) {
    .cc-block {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .cc-label {
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
    }
    .cc-selector {
        flex-wrap: wrap;
    }
    .cc-item {
        margin-bottom: 20px;
    }
}
