

/* Start:/local/templates/ludvinovo/components/bitrix/sale.basket.basket/basket/style.css?17292479096462*/
.page-order-table-row{
    display: flex;
    align-items: center;
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 10px;
    height: 68px;
    padding: 5px 20px;
    background: #fcfcfc;
}
.page-order-table-col{
    font-size: 14px;
    color: #1d252c;
}
.page-order-table-col.col-img{
    height: 100%;
    flex-shrink: 0;
    width: 190px;
    display: flex;
    align-items: center;
}
.page-order-table-col.col-img img{
    max-width: 100%;
    max-height: 100%;
}
.page-order-table-col-info-block{
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.page-order-table-col.col-name{
    flex-grow: 1;
}
.page-order-table-col.col-name a{
    font-size: 14px;
    font-weight: 700;
    color: #1d252c;
    text-decoration: none;
}
.page-order-table-col-title{
    color: #909097;
    font-size: 14px;
}
.page-order-table-col-value{
    font-size: 14px;
    color: #1d252c;
    font-weight: 500;
    margin-top: 3px;
}
.page-order-table-col.col-period .page-order-table-col-value.no_stock{
    color: #112866;
}
.page-order-table-col.col-period .page-order-table-col-value.stock{
    color: #ef7f1a;
}
.page-order-table-col.col-available{
    width: 170px;
}
.page-order-table-col.col-period{
    width: 210px;
}
.page-order-table-col.col-quantity{
    width: 250px;
    flex-shrink: 0;
}

.page-order-table-col.col-quantity{
    display: flex;
    align-items: center;
}
.order-item-quantity{
    display: flex;
    align-items: center;
    margin-left: 8px;
}
.order-item-quantity input{
    width: 58px;
    height: 30px;
    border: 1px solid #dddddd;
    outline: none;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(29, 37, 44);
}
.order-item-quantity .ico-minus,
.order-item-quantity .ico-plus{
    width: 22px;
    height: 30px;
    cursor: pointer;
    position: relative;
}
.order-item-quantity .ico-minus:before,
.order-item-quantity .ico-plus:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #aaabaf;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.order-item-quantity .ico-plus:after{
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background-color: #aaabaf;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.order-item-quantity .ico-minus:hover:before,
.order-item-quantity .ico-plus:hover:before,
.order-item-quantity .ico-plus:hover:after{
    background-color: #112866;
}
.page-order-table-col.col-delete{
    width: 20px;
    height: 20px;
    position: relative;
    transform: rotate(45deg);
    cursor: pointer;
}
.page-order-table-col.col-delete:before,
.page-order-table-col.col-delete:after{
    content: '';
    position: absolute;
    background-color: #aaabaf;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s;
}
.page-order-table-col.col-delete:before{
    width: 16px;
    height: 2px;
}
.page-order-table-col.col-delete:after{
    width: 2px;
    height: 16px;
}
.page-order-table-col.col-delete:hover:after,
.page-order-table-col.col-delete:hover:before{
    background-color: #112866;
}
.basket-buttons{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.basket-one-click{
    color: rgb(17, 40, 102);
    margin-right: 29px;
    border: 1px solid rgb(221, 221, 221);
    background-color: transparent;
    display: block;
    text-align: center;
    width: 316px;
    padding: 15px 0 10px;
    font-size: 17px;
    font-family: "BebasNeue";
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all .3s;
    letter-spacing: .6px;
}
.basket-one-click:hover{
    cursor: pointer;
    background-color: #112866;
    color: #fff;
    border-color: #112866;
}
.basket-to-order{
    color: #fff;
    background-color: #112866;
    display: block;
    text-align: center;
    width: 316px;
    padding: 15px 0 10px;
    font-size: 17px;
    font-family: "BebasNeue";
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    transition: all .3s;
    letter-spacing: .6px;
}
.basket-to-order:hover{
    background-color: rgb(239, 127, 26);
    color: #fff;
}
.page-order-table-empty{
    font-size: 17px;
    line-height: 1.6;
    font-weight: 300;
    letter-spacing: -0.7px;
    color: #1d252c;
}

@media (max-width: 800px) {
    .basket-one-click{
        width: 50%;
    }
    .basket-to-order{
        width: 50%;
    }

}
@media (max-width: 700px){
    .page-order-table-col.col-delete{
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .page-order-table-row{
        padding: 0 15px 20px 15px;
        height: auto;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 15px;
        position: relative;
    }
    .page-order-table-col.col-img{
        width: 100%;
        margin-right: 0;
        justify-content: center;
        height: 90px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .page-order-table-col-info-block{
        width: 50%;
    }
    .page-order-table-col.col-quantity{
        width: 50%;
        white-space: nowrap;
        justify-content: flex-end;
    }
    .page-order-table-col-info-block .page-order-table-col{
        /*height: 30px;*/
    }
    .page-order-table-col.col-period{
        white-space: nowrap;
    }
    .basket-buttons{
        flex-direction: column;
        align-items: center;
    }
    .basket-one-click,
    .basket-to-order{
        width: 340px;
    }
    .basket-one-click{
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 479px) {
    .page-order-table-col.col-img{
        justify-content: flex-start;
    }
    .page-order-table-col-info-block{
        width: 100%;
    }
    .page-order-table-col-info-block .page-order-table-col{
        height: 35px;
    }
    .page-order-table-col.col-quantity{
        height: 35px;
        width: 100%;
        justify-content: flex-start;
    }
    .basket-one-click,
    .basket-to-order{
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/ludvinovo/components/bitrix/form.result.new/one_click/style.css?17484983693048*/
.form-inner{

}
.form-inner .form-name{
    font-size: 30px;
    font-family: "BebasNeue";
    color: rgb(17, 40, 102);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: left;
    position: relative;
    letter-spacing: -0.5px;
    padding-bottom: 25px;
}
.form-inner .form-name:before{
    background-color: rgb(239, 127, 26);
    position: absolute;
    width: 85px;
    height: 3px;
    bottom: 14px;
    content: '';
    display: block;
}

.form-inner .form-input input,
.form-inner .form-input textarea {
    width: 100%;
    font-size: 14px;
    font-family: "Roboto";
    color: rgb(29, 37, 44);
    padding: 14px 0 12px 18px;
    border: 1px solid rgb(221, 221, 221);
    margin-bottom: 20px;
    outline: none;
}
.form-inner .form-input.form-input-error input{
    border: 1px solid #f00;
}
.form-inner input[name="web_form_submit"] {
    font-size: 17px;
    font-family: "BebasNeue";
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    width: 190px;
    height: 45px;
    border: none;
    background-color: #112866;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    padding-top: 2px;
}
.form-inner .form-msg{
    color: #1d252c;
    padding: 20px 0;
    font-size: 16px;
}
.form-inner .form-description{
    font-size: 13px;
    font-family: 'Roboto';
    color: #1d252c;
    margin-bottom: 28px;
}
.form-inner .form-description a{
    text-decoration: underline;
    color: rgb(239, 127, 26);
    cursor: pointer;
}
.form-inner .form-description a:hover{
    text-decoration: none;
    color: rgb(239, 127, 26);
}
.form-inner .form-bottom-text{
    margin-top: 28px;
    color: #1d252c;
}
.form-inner .form-bottom-text a{
    text-decoration: underline;
    color: rgb(239, 127, 26);
    cursor: pointer;
}
.form-inner .form-bottom-text a:hover{
    text-decoration: none;
    color: rgb(239, 127, 26);
}
.form-inner .form-register-text{
    margin-top: 20px;
}
.form-inner .form-input-file{
    margin-bottom: 20px;
}
.form-inner .form-input-file label{
    display: flex;
    align-items: center;
}
.form-inner .form-input-file input{
    display: none;
}
.form-inner .form-input-file .form-input-file-button{
    text-align: center;
    width: 190px;
    padding: 15px 0 10px;
    color: #112866;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: "BebasNeue";
    border: 1px solid rgb(221, 221, 221);
    font-weight: bold;
    line-height: 1.2;
    transition: all .3s;
    cursor: pointer;
    flex-shrink: 0;
}
.form-inner .form-input-file .form-input-file-button:hover{
    background: #112866;
    color: #fff;
}
.form-inner .form-input-file .form-input-file-text{
    font-size: 13px;
    color: #aaabaf;
    flex-shrink: 0;
    margin-left: 19px;
}
.form-inner .policy {
    margin-bottom: 12px;
}
/* End */
/* /local/templates/ludvinovo/components/bitrix/sale.basket.basket/basket/style.css?17292479096462 */
/* /local/templates/ludvinovo/components/bitrix/form.result.new/one_click/style.css?17484983693048 */
