.fast-order__wrap{
    display: block !important;
}
.fast-order__wrap--success{
    text-align: center;
}
.fast-order__wrap--error{
    text-align: center;
}
.fast-order__wrap-success-title{
    font-size: 24px;
    padding: 0 54px;
}
.fast-order__wrap-success-text{
    font-size: 16px;
    margin-top: 10px;
}
.fast-order{
    max-width: 100%;
    line-height: 1.4;
}
.fast-order,
.fast-order *{
    box-sizing: border-box;
}
.fast-order__title{
    padding-right: 54px;
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.fast-order__table{
    display: table;
}
.fast-order__row{
    display: table-row;
}
.fast-order__col{
    width: 290px;
    display: table-cell;
    padding: 0 25px 0 0;
    text-align: center;
}
.fast-order__col + .fast-order__col{
    vertical-align: middle;
    text-align: left;
    padding: 0 0 0 25px;
    border-left: 1px dotted #b2b2b2;
}
.fast-order__item{
}
.fast-order__item-img{
    text-align: center;
    margin-bottom: 24px;
}
.fast-order__item-img img{
    max-width: 100%;
}
.fast-order__item-name{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 1.2;
    text-transform: uppercase;
}
.fast-order__item-name-collection{

}
.fast-order__item-name-model{
    color: #5f5f5f;
}
.fast-order__item-size{
    font-size: 14px;
}
.fast-order__item-price{
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    color: #f44336;
}

.fast-order__form{


}
.fast-order__form-input{
    margin-bottom: 17px;
}
.fast-order__form-input-name{
    color: #666666;
    margin-left: 3px;
    margin-bottom: 4px;
    font-size: 14px;
}
.fast-order__form-input sup{
    color: #f83624;
}
.fast-order__form-input input{
    padding: 10px;
    border: 1px solid #bebebe;
    width: 100%;
    font-size: 14px !important;
}
.fast-order__form-input input[type="checkbox"]{
    display: none;
}
.fast-order__form-input label:not(.custom-control){
    color: #868686;
    font-size: 11px;
    padding-left: 26px;
    position: relative;
    display: block;
    line-height: 1.3;
}
.fast-order__form-input label:before{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #bebebe;
    position: absolute;
    left: 0;
    top: 0;
}
.fast-order__form-input input[type="checkbox"]:checked + label:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #f83624;
    position: absolute;
    left: 5px;
    top: 5px;
}
.fast-order__form-input input[type="submit"]{
    background: #ee7e07;
    color: #fff;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-top: 2px solid transparent !important;
    border-bottom: 2px solid #bb6000;
}
.fast-order__form-input input[type="submit"]:hover{
    background: #bb6000;
}
.fast-order__form-input input[type="submit"]:disabled{
    background: #e4e4e4 !important;
    cursor: not-allowed;
}
.fast-order__form-input a{
    color: #f83624;
}
.fast-order__clear{
    clear: both;
}
@media (max-width: 767px) {
    .fast-order__table,
    .fast-order__row,
    .fast-order__row .fast-order__col{
        padding: 0;
        display: block;
        text-align: center;
        border-left: 0;
        width: 100%;
    }
    .fast-order__col + .fast-order__col{
        margin-top: 15px;
    }
    .fast-order{
        width: auto;
    }
}

.fast-order__wrap + .fancybox-close-small{
    background-image: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAlCAAAAAD6yZ9RAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfjAxwNGS3XbDdFAAABW0lEQVQ4y42UPVLDMBCFnzTMJAXDuucIUFBbSkPHjemR0lPACTiA11Uyk7EobOtv5STbWf789LT7ZBVwu847ABoAfvgqyP60koPjm+BMvsJvo+zQ7wGoAAD8pftuC1SGoibIhuNwHVxIdGY6tgywX8Fl9/ljaYA9VnDVBMgEPwgwRDCR6ATKDjaCGYnuUB5rzLbOfc7NUiZ6ZY/CeKYJUKbKDiYHSxJkw9Ks0ameineqytLSLC49Sk2A7OS5PkxTExicevuGnIIkMXxeHj5ILGs0lgIC7iDZPb0/NuKiJQjzfJAZECR79ASyk8hrdaKYvTIdUnOMIySLyoCuwCiUBtvYPd2Z+bG8hplmPWsqO5A0G6Eokqfz1XqEZEP6Zeik2MtZ5waW3eurEGvwaztmzdFXVyFWZ9Z/lgaAkwuG0K7OLgZmzb3dAgEy4Tf5PO9wpfjvBc3Mb5S+F8Q/Ux6iEFLd+k8AAAAASUVORK5CYII=");
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    top: 10px;
    right: 10px;
}
.fast-order__wrap + .fancybox-close-small:after{
    content: none;
}
