.main {
    margin-top: 75px;
}

li span + p {
    display: inline-block;
    font-size: .95em;
    letter-spacing: 3px;
    line-height: 1em;
}

.button_up {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-color: #FFAB00;
    background: #FFAB00;
    border: 2px solid #FFAB00;
    color: white;
    padding-top: 0px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.button_down {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #A5A5A5;
    color: #A5A5A5;
    padding-top: 0px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 0px;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

li, input[type="number"] {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.agree {
    width: 460px;
    margin: 5px auto;
}

.agree p {
    font-size: 1em;
}

.agree a {
    color: #FFAB00;
}

.agree a:hover {
    border-bottom: 1px solid #FFAB00;
}

.agree input[type=checkbox]:not(old) + label > span {
    border-radius: 5px;
}

.agree input[type=checkbox]:not(old) + label {
    cursor: default;
}

.agree input[type=checkbox]:not(old):checked + label > span:before {
    content: '✓';
    width: 22px;
    height: auto;
    color: rgb(153, 204, 102);
    font-size: 1em;
    line-height: 20px;
    text-align: center;
    background: transparent;
    text-shadow: 0 0 0.0714em rgb(115, 153, 77);
    font-weight: bold;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}

@media only screen and (max-width: 768px) {
    .agree {
        width: 100%;
        text-align: center;
    }

    .agree p {
        width: calc(100% - 100px);
        vertical-align: top;
    }
}


@media only screen and (max-width: 480px) {
    .agree {
        margin-top: 20px;
    }
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
}

.circle > img {
    width: 100%;
    height: 100%;
}

.booking-slide-sub .promise img {
    width: 100%;
}

.text-left {
    text-align: left;
}

.clean-result > div > img {
    width: 100%;
}

.booking-form .step-info {
    padding: 0;
}