#card-cmodal {
    width: 900px;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
}

.cart-modal {
    max-width: 1110px;
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0px 8px 24px rgba(25, 32, 56, 0.04);
    background: #fff;
    position: relative;
}
.cart-modal__row {
    display: flex;
    flex-wrap: wrap;
}
.cart-modal__left {
    width: 53%;
    padding: 30px 30px 0;
}
.cart-modal__title {
    margin-bottom: 0;
    font-weight: 400;
}
.cart-modal__scroll {
    margin-top: 30px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.cart-modal__scroll .simplebar-track.simplebar-horizontal {
    display: none;
}
.cart-modal__footer {
    padding: 15px 0 20px;
    border-top: 1px solid #D9DEE7;
}
.cart-modal__price {
    font-size: 24px;
}
.cart-modal__close {
    position: absolute;
    z-index: 1;
    right: 22px;
    top: 19px;
}
.cart-modal__close:active {
    top: 30px;
}
.cart-modal__right {
    width: 47%;
    padding: 30px;
    background: #F5F7FA;
    border-radius: 4px;
}
.cart-modal__form {
    max-width: 280px;
}
.cart-modal__form .button {
    width: 100%;
}
@media screen and (max-width: 1199px) {
    .cart-modal__left {
        width: auto;
        flex: 1 0 0;
    }
    .cart-modal__right {
        width: 340px;
    }
}
@media screen and (max-width: 991px) {
    .cart-modal__row {
        display: block;
    }
    .cart-modal__left, .cart-modal__right {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .cart-modal__left {
        padding: 20px 15px 0;
    }
    .cart-modal__right {
        padding: 20px 15px;
    }
    .cart-modal__close {
        top: 12px;
        right: 5px;
    }
}

.cart-item:not(:last-child) {
    margin-bottom: 30px;
}
.cart-item__delete {
    width: 18px;
    height: 20px;
}
.cart-item__img a {
    display: block;
}
.cart-item__img .img {
    width: 170px;
    height: 140px;
}
.cart-item__title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0.7em;
}
.cart-item__txt {
    margin-bottom: 1.5em;
    font-size: 14px;
    line-height: 1;
}
@media screen and (max-width: 575px) {
    .cart-item__title {
        margin-top: 30px;
    }
}

#card-cmodal {
    /* ----- Checkbox  ----- */
}
#card-cmodal *::placeholder {
    color: #8D9FBB;
    opacity: 1;
    transition: all 0.1s linear;
}
#card-cmodal body input:focus:required:invalid, #card-cmodal body textarea:focus:required:invalid,
#card-cmodal body input:required:valid, #card-cmodal body textarea:required:valid {
    color: #495668;
}
#card-cmodal .input {
    display: block;
    width: 220px;
    min-width: 1px;
    height: 42px;
    padding: 15px 20px;
    background-color: #fff;
    color: #495668;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.1s linear;
}
#card-cmodal .input:focus {
    outline: none;
    box-shadow: 0px 0px 16px rgba(70, 128, 255, 0.16);
}
#card-cmodal .input:focus::placeholder {
    opacity: 0;
}
#card-cmodal .input.textarea {
    padding-top: 10px;
}
#card-cmodal .textarea {
    height: 90px;
    resize: none;
}
#card-cmodal .form-row {
    margin-bottom: 30px;
}
#card-cmodal .form-label {
    font-size: 14px;
}
#card-cmodal .form-label sup {
    color: #F55858;
}
#card-cmodal .privacy {
    font-size: 14px;
    line-height: 1.2;
}
#card-cmodal .privacy a {
    color: #4680FF;
    text-decoration: underline;
}
#card-cmodal .privacy a:hover {
    text-decoration: none;
}
#card-cmodal .checkbox {
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
#card-cmodal .checkbox .checkbox-wrap {
    position: relative;
    display: inline-block;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    background-color: #fff;
    box-shadow: 0px 8px 24px rgba(25, 32, 56, 0.04);
}
#card-cmodal .checkbox .checkbox-check {
    width: 85%;
    position: absolute;
    top: 2px;
    left: 1px;
    stroke: #4680FF;
    fill: #4680FF;
    stroke-width: 2.5px;
    stroke-dasharray: 19px;
    stroke-dashoffset: 19px;
    transition: 0.2s ease-out;
}
#card-cmodal .checkbox .checkbox-text {
    display: inline-block;
    margin-left: 16px;
    font-size: 14px;
    line-height: 1.2;
    color: #696A6B;
}
#card-cmodal .checkbox .checkbox-text a {
    color: inherit;
    text-decoration: underline;
}
#card-cmodal .checkbox input {
    display: none;
}
#card-cmodal .checkbox input:checked + .checkbox-wrap .checkbox-check {
    stroke-dashoffset: 38px;
}

.goods-card {
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    border-radius: 4px;
    background: white;
    transition: all 0.2s linear;
}
.goods-card__img {
    position: relative;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}
.goods-card__img a {
    display: block;
}
.goods-card__img .img {
    margin-bottom: 0;
}
.goods-card__tips {
    position: absolute;
    left: 10px;
    top: 10px;
}
.goods-card__tips .goods-offer {
    margin-right: 10px;
}
.goods-card__title {
    line-height: 1.25;
    font-weight: 500;
}
.goods-card__txt {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
}
.goods-card__footer {
    margin-top: auto;
}
.goods-card .price {
    font-size: 24px;
}
.goods-card .price-old {
    font-size: 16px;
    font-weight: 500;
    color: #F55858;
    text-decoration: line-through;
}
.goods-card__btn {
    width: auto;
}
.goods-card .font-rub {
    margin-left: 0.2em;
}
.goods-card__noavailable {
    display: flex;
    align-items: center;
    background: #D4DDEB;
    width: 114px;
    padding: 9px 7px 9px 11px;
    line-height: 1;
    border-radius: 4px;
}

.goods-discount {
    display: inline-block;
    max-width: 30px;
    padding: 0.335em 0.4em;
    color: #6FCF97;
    line-height: 1;
}
.goods-discount span {
    display: inline-block;
    margin-right: 0.2em;
    font-size: 0;
    color: white;
    transition: all 0.2s linear;
}
.goods-discount:hover, .goods-discount.open {
    max-width: none;
    background: #6FCF97;
    color: white;
}
.goods-discount:hover span, .goods-discount.open span {
    font-size: 1em;
}

/*# sourceMappingURL=style.css.map */

.goods-card{
    background: #eee;
    border-radius: 15px;
}
.goods-card__prodimg{
    overflow: hidden;
    float: left;
    margin-right: 25px;
}
.goods-card__prodimg img{
    width: 180px;
}
.card_title_price{
    padding: 0 15px;
    overflow: hidden;
}
.title-4{
    font-size: 150%;
    padding-top: 15px;
}
.no-gutters{
    overflow: hidden;
    margin-top: 35px;
}
.col-auto{
    float: left;
    width: 50%;
    overflow: hidden;
}
.api-cpa-product .goods-card__btn,
a.goods-card__btn{
    display: block;
    background: #948dff;
    color: #fff!important;
    padding: 10px;
    text-align: center;
    max-width: 180px;
    text-decoration: none;
    border-radius: 10px;
}
.goods-card__btn:hover{
    background: #7066ff;
    color: #fff;
    text-decoration: none;
}
.cart-modal__form{
    margin-left: 70px;
    max-width: 100%;
    width: 220px;
}
.cart-modal__right{
    padding: 80px 30px;
}
.phone-label{
    margin-bottom: 25px;
}
.success{
    padding: 50px;
    text-align: center;
    background: #6762b3;
    color: #fff;
}
#order-send:hover{
    color: #fff;
    text-decoration: none;
}
.api-cpa-product{
    margin:0 0 25px;
}

@media (max-width: 770px){
    .cart-modal__left{
        float: none;
        clear: both;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .cart-modal__right{
        float: none;
        clear: both;
    }
}
@media (max-width: 460px){
    .goods-card__prodimg{
        float: none;
        margin: 0px;
        text-align: center;
    }
    .goods-card__prodimg img{
        width: 100%;
        max-width: 320px;
    }
    .title-4{
        text-align: center;
        font-size: 180%;
    }
    .no-gutters{
        margin-top:25px;
    }
}

.card_title_price a.button {
    cursor: pointer;
}