body {
    font-size: 16px;
    line-height: 1.2;
    min-width: 320px;
    position: relative;
    font-family: "PFBulletinSansPro-Regular";
    overflow-x: hidden;
}

input {
    border: none;
}

.clear {
    clear: both;
}

input {
    border: none;
}

*::-webkit-input-placeholder {
    color: #939393;
    opacity: 1;
}

*:-moz-placeholder {
    color: #939393;
    opacity: 1;
}

*::-moz-placeholder {
    color: #939393;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #939393;
    opacity: 1;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
    outline: 0;
    text-decoration: none;
    color: inherit;
}

input:focus,
button,
button:active,
button:focus,
span:focus {
    outline: 0;
}

textarea,
textarea:focus,
textarea:active {
    border: 0;
    outline: 0;
    resize: none;
}

button {
    border: none;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: none;
}

input.error:focus,
textarea.error:focus {
    background-color: #e36b6b
}


p {
    margin: 0px;
}

ul {
    list-style: none;
    margin: 0;
}

label {
    margin: 0;
}

.choice-detail {
    background: url("http://resources.xn--80aafi3coke.xn--p1ai/img/form-bg-sm.png") repeat center top;
    padding: 25px;
}
.choice-detail-txt {
    background: #E5E5E5;
    background: -o-linear-gradient(to top, #E5E5E5, #F7F7F7);
    background: -o-linear-gradient(bottom, #E5E5E5, #F7F7F7);
    background: -webkit-gradient(linear, left bottom, left top, from(#E5E5E5), to(#F7F7F7));
    background: linear-gradient(to top, #E5E5E5, #F7F7F7);
    padding: 10px;
    width: 800px;
}

.choice-detail-txt ul {
    padding: 10px;
    /*list-style: circle;*/
}

.choice-detail:nth-of-type(1) span {
    font-weight: 600;
}

.in-center {
    position: relative;
    /*display: table-cell;*/
}

.button_btn_big {
    text-align: center;
    display: inline-block;
    font-size: 15px;
    margin-top: 4px;
    width: 170px;
    -webkit-transform: translate(-50%, -11%);
    -ms-transform: translate(-50%, -11%);
    transform: translate(-50%, -11%);
    position: absolute;
    /*top: 10%;*/
    left: 50%;
}

.button_btn_big a {
    border-radius: 3px;
    background: rgba(255, 108, 0, 1);
    background: -o-linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)4%, rgba(255, 108, 0, 0.5) 97%, rgba(246, 251, 253, 0.5) 100%), -o-linear-gradient(bottom, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 20%, rgba(255, 108, 0, 0.9) 80%, rgba(246, 251, 253, 0.9) 100%);
    background: -o-linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)4%, rgba(255, 108, 0, 0.5) 97%, rgba(246, 251, 253, 0.5) 100%), -webkit-gradient(linear, left bottom, left top, from(rgba(127, 54, 0, 0.9)), color-stop(20%, rgba(255, 108, 0, 0.9)), color-stop(80%, rgba(255, 108, 0, 0.9)), to(rgba(246, 251, 253, 0.9)));
    background: -o-linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)4%, rgba(255, 108, 0, 0.5) 97%, rgba(246, 251, 253, 0.5) 100%), linear-gradient(0deg, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 20%, rgba(255, 108, 0, 0.9) 80%, rgba(246, 251, 253, 0.9) 100%);
    background: -o-linear-gradient(right, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)4%, rgba(255, 108, 0, 0.5) 97%, rgba(246, 251, 253, 0.5) 100%), -o-linear-gradient(bottom, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 20%, rgba(255, 108, 0, 0.9) 80%, rgba(246, 251, 253, 0.9) 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(127, 54, 0, 0.5)), color-stop(4%, rgba(255, 108, 0, 0.5)), color-stop(97%, rgba(255, 108, 0, 0.5)), to(rgba(246, 251, 253, 0.5))), -webkit-gradient(linear, left bottom, left top, from(rgba(127, 54, 0, 0.9)), color-stop(20%, rgba(255, 108, 0, 0.9)), color-stop(80%, rgba(255, 108, 0, 0.9)), to(rgba(246, 251, 253, 0.9)));
    background: linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)4%, rgba(255, 108, 0, 0.5) 97%, rgba(246, 251, 253, 0.5) 100%), linear-gradient(0deg, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 20%, rgba(255, 108, 0, 0.9) 80%, rgba(246, 251, 253, 0.9) 100%);
    color: #fff;
    display: block;
    padding: 11px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    /*width: 170px;*/
    height: 45px;
    font-size: 20px;
}

.button_btn_big a:hover {
    -webkit-box-shadow: -2px -2px 3px 0px #ffa05b inset, 3px 3px 3px 0px #C15300 inset;
            box-shadow: -2px -2px 3px 0px #ffa05b inset, 3px 3px 3px 0px #C15300 inset;
    background: -o-linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)3%, rgba(255, 108, 0, 0.5) 98%, rgba(246, 251, 253, 0.5) 100%), -o-linear-gradient(bottom, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 10%, rgba(255, 108, 0, 0.9) 90%, rgba(246, 251, 253, 0.9) 100%);
    background: -o-linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)3%, rgba(255, 108, 0, 0.5) 98%, rgba(246, 251, 253, 0.5) 100%), -webkit-gradient(linear, left bottom, left top, from(rgba(127, 54, 0, 0.9)), color-stop(10%, rgba(255, 108, 0, 0.9)), color-stop(90%, rgba(255, 108, 0, 0.9)), to(rgba(246, 251, 253, 0.9)));
    background: -o-linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)3%, rgba(255, 108, 0, 0.5) 98%, rgba(246, 251, 253, 0.5) 100%), linear-gradient(0deg, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 10%, rgba(255, 108, 0, 0.9) 90%, rgba(246, 251, 253, 0.9) 100%);
    background: -o-linear-gradient(right, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)3%, rgba(255, 108, 0, 0.5) 98%, rgba(246, 251, 253, 0.5) 100%), -o-linear-gradient(bottom, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 10%, rgba(255, 108, 0, 0.9) 90%, rgba(246, 251, 253, 0.9) 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(127, 54, 0, 0.5)), color-stop(3%, rgba(255, 108, 0, 0.5)), color-stop(98%, rgba(255, 108, 0, 0.5)), to(rgba(246, 251, 253, 0.5))), -webkit-gradient(linear, left bottom, left top, from(rgba(127, 54, 0, 0.9)), color-stop(10%, rgba(255, 108, 0, 0.9)), color-stop(90%, rgba(255, 108, 0, 0.9)), to(rgba(246, 251, 253, 0.9)));
    background: linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)3%, rgba(255, 108, 0, 0.5) 98%, rgba(246, 251, 253, 0.5) 100%), linear-gradient(0deg, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 10%, rgba(255, 108, 0, 0.9) 90%, rgba(246, 251, 253, 0.9) 100%);
    border-radius: 3px;
}

.button_zakaz {
    border-radius: 2px;
    background: rgba(255, 108, 0, 1);
    background: -o-linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)4%, rgba(255, 108, 0, 0.5) 97%, rgba(246, 251, 253, 0.5) 100%), -o-linear-gradient(bottom, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 20%, rgba(255, 108, 0, 0.9) 80%, rgba(246, 251, 253, 0.9) 100%);
    background: -o-linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)4%, rgba(255, 108, 0, 0.5) 97%, rgba(246, 251, 253, 0.5) 100%), -webkit-gradient(linear, left bottom, left top, from(rgba(127, 54, 0, 0.9)), color-stop(20%, rgba(255, 108, 0, 0.9)), color-stop(80%, rgba(255, 108, 0, 0.9)), to(rgba(246, 251, 253, 0.9)));
    background: -o-linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)4%, rgba(255, 108, 0, 0.5) 97%, rgba(246, 251, 253, 0.5) 100%), linear-gradient(0deg, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 20%, rgba(255, 108, 0, 0.9) 80%, rgba(246, 251, 253, 0.9) 100%);
    background: -o-linear-gradient(right, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)4%, rgba(255, 108, 0, 0.5) 97%, rgba(246, 251, 253, 0.5) 100%), -o-linear-gradient(bottom, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 20%, rgba(255, 108, 0, 0.9) 80%, rgba(246, 251, 253, 0.9) 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(127, 54, 0, 0.5)), color-stop(4%, rgba(255, 108, 0, 0.5)), color-stop(97%, rgba(255, 108, 0, 0.5)), to(rgba(246, 251, 253, 0.5))), -webkit-gradient(linear, left bottom, left top, from(rgba(127, 54, 0, 0.9)), color-stop(20%, rgba(255, 108, 0, 0.9)), color-stop(80%, rgba(255, 108, 0, 0.9)), to(rgba(246, 251, 253, 0.9)));
    background: linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)4%, rgba(255, 108, 0, 0.5) 97%, rgba(246, 251, 253, 0.5) 100%), linear-gradient(0deg, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 20%, rgba(255, 108, 0, 0.9) 80%, rgba(246, 251, 253, 0.9) 100%);
    color: #fff;
    display: block;
    padding: 4px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 170px;
    height: 45px;
    font-size: 20px;
}

.button_zakaz:hover {
    -webkit-box-shadow: -2px -2px 3px 0px #ffa05b inset, 3px 3px 3px 0px #C15300 inset;
            box-shadow: -2px -2px 3px 0px #ffa05b inset, 3px 3px 3px 0px #C15300 inset;
    /*box-shadow: -2px -2px 3px 0px #00ABFF inset, 3px 3px 3px 0px #0A77AD inset;*/
    background: -o-linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)3%, rgba(255, 108, 0, 0.5) 98%, rgba(246, 251, 253, 0.5) 100%), -o-linear-gradient(bottom, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 10%, rgba(255, 108, 0, 0.9) 90%, rgba(246, 251, 253, 0.9) 100%);
    background: -o-linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)3%, rgba(255, 108, 0, 0.5) 98%, rgba(246, 251, 253, 0.5) 100%), -webkit-gradient(linear, left bottom, left top, from(rgba(127, 54, 0, 0.9)), color-stop(10%, rgba(255, 108, 0, 0.9)), color-stop(90%, rgba(255, 108, 0, 0.9)), to(rgba(246, 251, 253, 0.9)));
    background: -o-linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)3%, rgba(255, 108, 0, 0.5) 98%, rgba(246, 251, 253, 0.5) 100%), linear-gradient(0deg, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 10%, rgba(255, 108, 0, 0.9) 90%, rgba(246, 251, 253, 0.9) 100%);
    background: -o-linear-gradient(right, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)3%, rgba(255, 108, 0, 0.5) 98%, rgba(246, 251, 253, 0.5) 100%), -o-linear-gradient(bottom, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 10%, rgba(255, 108, 0, 0.9) 90%, rgba(246, 251, 253, 0.9) 100%);
    background: -webkit-gradient(linear, right top, left top, from(rgba(127, 54, 0, 0.5)), color-stop(3%, rgba(255, 108, 0, 0.5)), color-stop(98%, rgba(255, 108, 0, 0.5)), to(rgba(246, 251, 253, 0.5))), -webkit-gradient(linear, left bottom, left top, from(rgba(127, 54, 0, 0.9)), color-stop(10%, rgba(255, 108, 0, 0.9)), color-stop(90%, rgba(255, 108, 0, 0.9)), to(rgba(246, 251, 253, 0.9)));
    background: linear-gradient(-90deg, rgba(127, 54, 0, 0.5) 0%, rgba(255, 108, 0, 0.5)3%, rgba(255, 108, 0, 0.5) 98%, rgba(246, 251, 253, 0.5) 100%), linear-gradient(0deg, rgba(127, 54, 0, 0.9) 0%, rgba(255, 108, 0, 0.9) 10%, rgba(255, 108, 0, 0.9) 90%, rgba(246, 251, 253, 0.9) 100%);
    border-radius: 3px;
}

.bx-wrapper .bx-controls-direction a {
    margin-top: 0;
}