ul {
    padding-left: 3px;
}

ul li {
    list-style: none;
}

#progress {
    background-color: black;
    padding: 0;
    margin: 15px 0;
}

#progress span {
    display: block;
    padding: 3px 15px 3px 3px;
    background-color: #0e90d2;
    color: white;
    width: 33%;
    text-align: right;
    transition: width 0.5s ease-in-out;
}

div.input {
    display: none;
}

div.input input {
    width: 150px;
}

div.input span {
    display: block;
    font-weight: bold;
}

#back, .next, #send_order, #options {
    display: none;
}

#step2 > div {
    padding: 10px;
}

#step3 input, #step3 textarea {
    width: 100%;
}

label {
    cursor: pointer;
}

.hide_step {
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    left: -100px;
}


.online-zakaz-wrapper {
    padding: 10px 20px;
}

#dialog_message ol {
    padding: 20px;
}

#dialog_message h2 {
    font-size: 18px;
    text-align: center;
}

#options > div, div.buttons {
    padding: 15px 0px;
}

.info {
    padding: 20px!important;
    border-radius: 20px;
    margin: 15px;
    background-color: #99ff99;
}

.info span {
    color: #c82613;
}

#profile_size {
    display: none;
}

#nonstandard_length {
    padding: 0 10px;
    display: none;
}