

/* Start:/local/templates/new_steelline/components/my/sale.basket.basket_new/new_cart_full/style.css?17738406359972*/
.basket__form.c-form-order {
    margin-bottom: 95px;
}
.basket__form .c-h1 {
    margin-bottom: 35px;
}
.basket__form .basket__wrapper {
    padding: 20px 25px;
}
.basket__form .basket__mainContainer {
    max-height: unset;
}
#productTable {
    width: 100%;
    margin-bottom: 40px;
}

.basket__form .basket__inputForm .c-h3 {
    margin-bottom: 30px;
}
.basket__form .basket__inputForm {
    width:100%;
}
.basket__form .basket__group .basket__inputForm {
    width:50%;
}
.basket__form .basket__inputForm__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
}
.basket__form .basket__inputForm-item {
    width: 100%;
}
.basket__form .basket__inputForm-item textarea.basket__inputForm-item__input {
    width: calc(100% - 168px);
}
.basket__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 150px;
}
.basket__inputForm__paysystemItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 8px;
}
.basket__inputForm__paysystemItem input {
    width: 0;
    height: 0;
}
.basket__inputForm__paysystemItem__mock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    margin-right: 10px;
    background: #fff;
    border-radius: 50%;
    position: relative;
}
.basket__inputForm__paysystemItem__mock::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    background: #0B5599;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.basket__inputForm__paysystemItem input:checked + .basket__inputForm__paysystemItem__mock::before {
    opacity: 1;
}

.basket__form .basket__group .basket__inputForm .basket__inputForm__group {
    width: 438px;
    gap: 15px;
}
.basket__form .basket__inputForm-item[data-id="form-request-flat"] .basket__inputForm-item__input,
.basket__form .basket__inputForm-item[data-id="form-request-house"] .basket__inputForm-item__input {
    width: 87px;
    margin: 0;
}
.basket__form .basket__inputForm-item[data-id="form-request-flat"] .basket__inputForm-item__title {
    width: 80px;
    margin: 0;
    -ms-flex-line-pack: center;
    align-content: center;
}
.basket__form .basket__inputForm-textAreaInfo {
    width: 100%;
}
.basket__form .basket__inputForm-item.js-invalid .basket__inputForm-item__error {
    display: none;
}
.basket__form .basket__footer-shopBtn {
    margin-left: 130px;
}
.basket__form .basket__footer-shopBtn button {
    padding: 11px 57px;
}

.cart-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
}

.cart-empty .btn {
    font-size: 28px;
    padding: 13px 30px;
}

.basket__inputForm__paysystemItem.js-invalid .basket__inputForm__paysystemItem__mock,
.basket__footer-addressesItem.js-invalid .basket__footer-addressesItem__mock {
    border: 1px solid #b60000;
}

.loader_wrapper {
    width: 130px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.windows8 {
    position: relative;
    width: 30px;
    height:30px;
    margin:auto;
}

.windows8 .wBall {
    position: absolute;
    width: 28px;
    height: 28px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
    -o-animation: orbit 6.96s infinite;
    -ms-animation: orbit 6.96s infinite;
    -webkit-animation: orbit 6.96s infinite;
    -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgb(255,255,255);
    left:0px;
    top:0px;
    border-radius: 4px;
}

.windows8 #wBall_1 {
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
    animation-delay: 0.61s;
    -o-animation-delay: 0.61s;
    -ms-animation-delay: 0.61s;
    -webkit-animation-delay: 0.61s;
    -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
    animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    -ms-animation-delay: 1.22s;
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@media screen and (max-width: 768px){
    .basket__wrapper, .basket__footerConainer {
        max-width: 100%;
    }
    .basket__form .basket__wrapper {
        padding: 15px;
    }
    .basket__form .basket__inputForm {
        margin-top: 20px;
    }
    .basket__form .basket__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        max-width: 100%;
    }
    .basket__form .basket__group .basket__inputForm .basket__inputForm__group {
        max-width: 100%;
    }
    .basket__form .basket__group .basket__inputForm {
        width: 100%;
    }
    .basket__form .basket__inputForm-item__input {
        width: 100%;
        max-width: 100%;
    }
    .basket__form .basket__inputForm-item[data-id="form-request-flat"] .basket__inputForm-item__input,
    .basket__form .basket__inputForm-item[data-id="form-request-house"] .basket__inputForm-item__input {
        width: 100%;
    }
    .basket__form .basket__inputForm-item[data-id="form-request-flat"] .basket__inputForm-item__title {
        margin-bottom: 4px;
    }
    .basket__form .basket__inputForm .c-h3 {
        margin-bottom: 15px;
    }
    .basket__form .basket__inputForm__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
    .basket__form .basket__inputForm-item textarea.basket__inputForm-item__input {
        width: 100%;
    }
    .basket__form .basket__footer-shopBtn {
        margin-left: 0;
    }
    .basket__form .basket__footer-shopBtn button {
        width: 100%
    }
}
/* End */
/* /local/templates/new_steelline/components/my/sale.basket.basket_new/new_cart_full/style.css?17738406359972 */
