

/* Start:/bitrix/components/bitrix/sale.basket.basket/templates/.default_newCart/style.css?175437455815887*/
body.noscroll {
    overflow: hidden;
}
#navigation {
    padding: 0;
}
.cart-page {
    display: flex;
    gap: 24px;
    align-items: start;
    padding-top: 8px;
}
.cart-products {
    position: relative;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 0 0 44px 0;
}
#clear_cart {
    position: absolute;
    right: 0;
    top: -40px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #707070;
    font-size: 16px;
    gap: 5px;
    z-index: 2;
    cursor: pointer;
}
.page-top>div {
    z-index: 0 !important;
}
.cp-item:not(:last-child) {
    border-bottom: 1px solid #F1F1F1;
}
.cp-item {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    gap: 16px;
    max-height: 1500px;
    opacity: 1;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.cp-item.deleted {
    overflow: hidden;
    max-height: 1px;
    opacity: 0;
    padding: 0;
}
.cart-img-box {
    position: relative;
    width: 154px;
    min-width: 154px;
}
.cart-img-box>img {
    max-width: 100%;
}
.cart-p-description {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.cart-p-description>a {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}
.p-size {
    font-size: 16px;
    color: #878787;
    font-weight: 300;
}
.summttl-box {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-end;
}
.discount_price {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cpd-count {
    display: flex;
    gap: 20px;
    align-items: center;
}
.cf-total.disabled,
.cf-prodDop.disabled {
    display: none;
}
.price-dop {
    color: #878787;
    text-decoration: line-through;
}
.d-proc {
    background-color: #ff707017;
    color: #FF7070;
    padding: 0 5px;
}
.pricetotal {
    display: flex;
    align-items: center;
    gap: 12px;
}
.price-final {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}
.bt-area {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
}
.btn-delete-cart-item {
    border: none;
    align-items: end;
    width: 28px;
    height: 28px;
    background-color: transparent;
    background: center no-repeat url('data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2217%22%20viewBox%3D%220%200%2018%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.83329%201.90043V0.233765H13.1666V1.90043H17.3333V3.5671H15.6666V16.0671C15.6666%2016.2881%2015.5788%2016.5001%2015.4225%2016.6564C15.2663%2016.8126%2015.0543%2016.9004%2014.8333%2016.9004H3.16663C2.94561%2016.9004%202.73365%2016.8126%202.57737%2016.6564C2.42109%2016.5001%202.33329%2016.2881%202.33329%2016.0671V3.5671H0.666626V1.90043H4.83329ZM3.99996%203.5671V15.2338H14V3.5671H3.99996ZM6.49996%206.0671H8.16663V12.7338H6.49996V6.0671ZM9.83329%206.0671H11.5V12.7338H9.83329V6.0671Z%22%20fill%3D%22%23BDBDBD%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain;
}
.count-cart-group {
    display: flex;
    gap: 6px;
    padding: 8px;
    align-items: center;
    border: 1px solid #D9D9D9;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.count-cart-group>input[type="number"]:focus,
.count-cart-group>input[type="number"],
.count-cart-group>button {
    border: none;
    outline: none;
    width: 27px;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
}
.count-cart-group>button {
    width: 20px;
}
.count-cart-group>button:not(:hover) {
    color: #BDBDBD;
}
.cart-form {
    min-width: 397px;
    border: 1px solid #F1F1F1;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
    font-size: 18px;
    color: #333333;
    position: sticky;
    top: 120px;
}
.cart-form>div {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.procentDop {
    font-size: 14px;
    background-color: #ff707017;
    color: #FF7070;
    margin-right: 5px;
    padding: 0 5px;
}
.cf-total {
    font-weight: 500;
    font-size: 20px;
}
.btn-cost,
.btn-confirm {
    color: #333333;
    height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #FFD600;
}
.btn-cost:hover,
.btn-confirm:hover {
    background-color: #ffe043;
}
.btn-cancel {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    padding: 0;
}
.btn-cost:disabled {
    cursor: progress !important;
    opacity: .5 !important;
    background-color: #f6f6f6 !important;
}
.cart-lose {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 436px;
}
.cart-lose>.title-cart {
    color: #101828;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 0 4px 0;
}
.cart-lose>p {
    color: #878787;
}
.cart-lose a {
    text-decoration: underline;
    color: #333333;
}
.cart-lose a:hover {
    text-decoration: none;
}
@media (max-width: 940px) {
    .cart-page {
        flex-direction: column;
    }
    .cart-products {
        width: 100%;
    }
    .cart-form {
        box-shadow: 0 0 24px #0000003b;
        min-width: auto;
        max-width: 100%;
        width: 100%;
        top: auto;
        background: #fff;
        z-index: 9999;
        border: none;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 16px;
    }
    .notranslate {
        display: none !important;
    }
    #footer {
        margin-bottom: 190px;
    }
    a.scroll-to-top.ROUND_COLOR, a.scroll-to-top.RECT_COLOR {
        display: none;
    }
}

/* modals */

.modalDelete {
    display: none;
    /*Скрываеммодальноеокнопоумолчанию*/position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: #0000000b;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.modalDelete-content {
    background-color: #ffffff;
    position: relative;
    margin: auto; 
    padding: 40px; 
    display: flex;
    gap:8px;
    flex-direction: column;
    width: 80%; 
    max-width: 531px; 
}

.modalDelete-header {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 20px;
}

.modalDelete-body {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #878787;
}

.modalDelete-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.modalDelete-footer>button {
    border: none;
}
@media (max-width: 
930px) {
    @keyframes swipeDown {
        from {
            transform: translateY(0);
        }
        to {
            transform: translateY(900px);
        }
    }

    .modal-slide-down {
        animation: swipeDown 2s forwards;
        -webkit-animation: swipeDown 2s forwards;
}
    .modalDelete-content {
        position: relative;
        margin: auto 0 0 0;
        width: 100%;
        max-height: 500px;
        max-width: 100%;
        border-radius: 20px 20px 0 0;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        -ms-border-radius: 20px 20px 0 0;
        -o-border-radius: 20px 20px 0 0;
    }
    .btn-cancel {
        display: none;
    }
    .modalDelete-content::before {
        position: absolute;
        top:12px;
        left: 50%;
        width: 60px;
        height: 5px;
        content: '';
        border-radius: 3px;
        background-color: #F1F1F1;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }
}
.cancel_content {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}
.cancel_delete {
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 300;
}
.befor_deleted .cpd-count>*,
.befor_deleted .summttl-box {
    display: none;
}
.befor_deleted .cart-p-description>a {
    font-size: 16px;
    font-weight: 300;
}
.befor_deleted .cart-img-box>img {
    opacity: .5;
}
.befor_deleted .cpd-count::before {
    display: block;
    content: 'Товар удален';
    color: #BDBDBD;
}
.wrapper_timer {
  width: 32px;
  height: 32px;
  position: relative;
  background: #ffffff;
}
.timer-text {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 16px;
    font-weight: 500;
    background: #ffffff;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.pie {
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  position: absolute;
  background: #FFD600;
}

.spinner {
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: 2;
  border-right: none;
  animation: rota 5s linear;
  -webkit-animation: rota 5s linear;
}

.filler {
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  z-index: 1;
  border-left: none;
  animation: opa 5s steps(1, end) reverse;
  left: 50%;
  opactity: 0;
  -webkit-animation: opa 5s steps(1, end) reverse;
}

.mask {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 1;
  background: inherit;
  animation: opa 5s steps(1, end);
  -webkit-animation: opa 5s steps(1, end);
}

@keyframes rota {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes opa {
  0% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
.p-size {
    position: relative;
    width: 134px;
}
.p-size>input {
    display: none;
}
.sizes-select {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 999;
    flex-direction: column;
    background-color: #fff;
    padding: 8px 0;
    box-shadow: 0 2px 14px #00000010;
}
.sizes-select-content span {
    cursor: pointer;
    width: 100%;
    padding: 6px 12px;
    color: #333333;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
}
.sizes-select-content span>* {
    pointer-events: none;
}
.sizes-select-content span:hover {
    background-color: #f1f1f1;
}
.sizes-select-content span::before {
    content: '';
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: no-repeat center url('data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2215%22%20height%3D%2215%22%20rx%3D%227.5%22%20fill%3D%22white%22%2F%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2215%22%20height%3D%2215%22%20rx%3D%227.5%22%20stroke%3D%22%23BDBDBD%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain;
}
.sizes-select-content span.selected::before {
    background: no-repeat center url('data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2215%22%20height%3D%2215%22%20rx%3D%227.5%22%20fill%3D%22white%22%2F%3E%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%2215%22%20height%3D%2215%22%20rx%3D%227.5%22%20stroke%3D%22%23FFD600%22%2F%3E%3Ccircle%20cx%3D%228%22%20cy%3D%228%22%20r%3D%225%22%20fill%3D%22%23FFD600%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain;
}
input:checked~.sizes-select {
    display: flex;
}
.selector-size:not(.disabled_size):after {
    width: 9px;
    height: 6px;
    content: '';
    background: center no-repeat url('data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.17204%203.00051L8.00004%200.171509L9.41504%201.58551L5.17204%205.82851L0.929039%201.58551L2.34404%200.171509L5.17204%203.00051Z%22%20fill%3D%22%23575757%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain;
}
input:checked~.selector-size::after {
    background: center no-repeat url('data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.17122%202.99949L2.34322%205.82849L0.928223%204.41449L5.17122%200.171492L9.41422%204.41449L7.99922%205.82849L5.17122%202.99949Z%22%20fill%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E');
    background-size: contain;
}
.selector-size {
    cursor: pointer;
    margin: 0;
    height: 42px;
    background-color: #FAFAFA;
    display: flex;
    gap: 5px;
    gap: 12px;
    padding: 8px;
    align-items: center;
    color: #575757;
    font-weight: 300;
    border: 1px solid #D9D9D9;
}
input:checked~.selector-size {
    color: #333333;
}
@media (max-width: 930px) {

    .cancel_content {
        position: absolute;
        right: 0;
        bottom: 18px;
    }
    .cp-item:not(.befor_deleted) {
        padding-bottom: 74px;
    }
    .cp-item {
        position: relative;
        gap: 12px;
    }
    input:checked~.selector-size::after {
        background: center no-repeat url('data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5.17204%203.00051L8.00004%200.171509L9.41504%201.58551L5.17204%205.82851L0.929039%201.58551L2.34404%200.171509L5.17204%203.00051Z%22%20fill%3D%22%23575757%22%2F%3E%3C%2Fsvg%3E');
        background-size: contain;
    }
    .size-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .pricetotal {
        flex-grow: 1;
        justify-content: end;
    }
    .bt-area {
        position: absolute;
        bottom: 22px;
        right: 0;
    }
    .cart-p-description>a {
        white-space: nowrap;
        overflow: hidden;      
        text-overflow: ellipsis; 
        width: 100%;     
    }
    .price-final {
        font-size: 18px;
        font-weight: 500;
    }
    .summttl-box {
        flex-grow: 1;
        gap: 12px;
        flex-direction: row;
    }
    .cp-item:not(.befor_deleted) .cart-p-description {
        position: absolute;
        height: 100%;
        padding-left: 108px;
        max-width: 100%;
    }
    .cp-item.befor_deleted .cart-p-description {
        gap: 0;
    }
    .cart-img-box {
        width: 95px;
        min-width: 95px;
    }
    .cp-item:not(.befor_deleted) .cpd-count {
        position: absolute;
        background-color: #ffffff;
        bottom: 32px;
        flex-direction: row-reverse;
        left: 0;
    }
    .count-cart-group {
        width: 95px;
    }
    .selector-size>* {
        pointer-events: none;
    }
    .sizes-select {
        display: none !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #00000047;
        justify-content: end;
        z-index: 99999;
        padding: 0;
    }
    .sizes-select-content {
        background: #ffffff;
        display: flex;
        position: relative;
        flex-direction: column;
        gap: 8px;
        border-radius: 20px 20px 0 0;
    }
}
/* End */
/* /bitrix/components/bitrix/sale.basket.basket/templates/.default_newCart/style.css?175437455815887 */
