

/* Start:/local/templates/.default/components/ma/form.2019/cart/style.css?173674885722634*/
.b-cart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2.0em 0 0 0;
    align-items: flex-start;
}

.b-cart-items__list {
    width: 68%;
    flex-basis: 68%;
    margin: 0 0 40px;
}

.b-cart__item {}

.b-cart__item[aria-checked="true"] {
    background-color: #343840;
    padding: 0 10px;
    margin: 0 -10px;
}

.b-cart-item__holder {
    display: flex;
    border-top: 1px solid #343840;
    margin-bottom: 0;
}

.b-cart-item__pic {
    position: relative;
    width: 160px;
    flex-basis: 160px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 18px 0;
    text-align: center;
}

.b-cart-item__chechbox {
    padding-top: 14px;
}

.b-cart-form_checkbox input {
    opacity: 0;
    position: absolute;
}

.b-cart-form_checkbox {
    width: 100%;
}

.b-cart-form_checkbox label {
    position: relative;
    padding-left: 17px;
    cursor: pointer;
}

.b-cart-form_checkbox label::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -2px;
    width: 13px;
    height: 13px;
    border-radius: 3px;
    border: #888 1px solid;
    transition: background-color .3s;
}

.b-cart-form_checkbox label::after {
    content: "";
    position: absolute;
    left: 1px;
    top: 6px;
    width: 7px;
    height: 5px;
    transition: background-color .3s;
}

.b-cart-form_checkbox input:checked~label::before {
    background-color: #888;
}

.b-cart-form_checkbox input:checked~label::after {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-50deg);
}

.b-cart-item__pic img {
    max-height: 104px;
}

.b-cart-item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*padding: 0 0 0 20px;*/
    padding: 16px 0 16px 20px;
}

.b-cart-item__name {
    display: flex;
    align-items: center;
    /*width: 350px;*/
    /*flex-basis: 350px;*/
    padding: 10px 10px 10px 0;
}

.b-cart-item__name a,
.b-cart-item__name a:visited {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    color: #a7a7a7;
}

.b-cart-item__name a:hover,
.b-cart-item__name a:active {
    color: #7c8494;
    text-decoration: underline;
}

.b-cart-item__id,
.b-cart-item__license,
.b-cart-item__provider,
.b-cart-item__usage-type {
    display: flex;
    /*white-space: nowrap;*/
    /*width: 250px;*/
    /*flex-basis: 250px;*/
    align-items: center;
    /*margin: 0 auto;*/
}

.b-cart-item__id .title,
.b-cart-item__license .title,
.b-cart-item__provider .title,
.b-cart-item__usage-type .title {
    color: #7c8494;
}

.b-cart-item__id .value {}

.b-cart-item__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 110px;
    flex-basis: 110px;
    margin: 0 0 0 auto;
}

.b-cart-item__action .delete {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 0;
    background: transparent;
    border: 1px solid #a0a2a6;
    border-radius: 50%;
}

.b-cart-item__action .delete::before,
.b-cart-item__action .delete::after {
    content: '';
    position: absolute;
    top: 49%;
    left: 50%;
    width: 13px;
    height: 1px;
    margin-left: -6.5px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.b-cart-item__action .delete::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*.b-cart form {*/
.b-cart .b-cart-form__holder {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    width: 30%;
    flex-basis: 30%;
}

.b-cart .b-cart-form__holder[data-fixed] {
    position: fixed;
    top: 20px;
}

.b-cart .b-cart-form__holder[data-fixed="bottom"] {
    position: fixed;
    top: unset;
    bottom: 430px;
}

.b-cart.not-basket {
    max-width: 600px;
    margin-top: 0;
}

.b-cart.not-basket .b-cart-form__holder {
    width: 100%;
    flex-basis: 100%;
}

.b-cart form {
    border: 1px solid #b2b2b2;
    padding: 20px;
}

.b-cart_info {
    margin-bottom: 2.0em;
}

.b-cart-message_item {
    /*flex-basis: 48%;*/
    width: 100%;
    margin: 0 0 15px 0;
    zoom: 1;
}

.b-cart-message_delimeter {
    flex-basis: 100%;
    width: 100%;
}

.b-cart__error-msg {
    color: #f00;
    text-shadow: 0 0 2px rgba(255, 0, 0, .5);
    letter-spacing: .1px;
}

.b-cart-message_item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.b-cart-message_item label {
    display: block;
    margin: 0 0 0.3em 0;
    text-align: left;
}

.b-cart-message_item label .required {
    /*color: #CC0000;*/
    /*display: none;*/
}

.b-cart_field {
    position: relative;
}

.b-cart_field.b-cart_date::before {
    content: '';
    position: absolute;
    top: 13px;
    right: 13px;
    width: 22px;
    height: 22px;
    background: url('/local/templates/.default/components/ma/form.2019/cart/img/cil_calendar.svg');
}

.b-cart_checkbox label,
.b-cart_radio label {
    display: inline;
    float: none;
    width: auto;
    margin: 0;
    text-align: left;
    font-size: 14px;
}

.b-cart_text input,
.b-cart_date input {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0 50px 0 20px;
    background: #fff;
    border: none;
    color: #000;
    /*border-top: 1px solid #c0c0c0;*/
}

.b-cart_date input {
    /*width: 170px;*/
    cursor: pointer;
}

.b-cart_date .calendar-icon {
    position: absolute;
    top: 4px;
    left: 342px;
}

.b-cart-message_item .textarea {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 13px 50px 11px 20px;
    background: #f1f1f1;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    resize: none;
    color: #000;
}

.b-cart_dropdown select {
    width: 367px;
    margin-left: 1px;
}

.b-cart_dropdown .g-select {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0 48px 0 18px;
    text-align: left;
    background-color: #fff;
    color: #000;
}

.b-cart_dropdown::before {
    content: '';
    position: absolute;
    top: 21px;
    right: 20px;
    width: 9px;
    height: 6px;
    background-image: url('/local/templates/.default/components/ma/form.2019/cart/img/arrow.png');
    z-index: 10;
}

.b-cart_dropdown .g-select option {
    background: #fff;
    color: #000;
}

.b-cart_item-hint {
    display: block;
    clear: both;
    padding: 0.4em 0 0 0;
    color: #979797;
    font-size: 11px;
}

.b-cart_item-error {
    display: block;
    clear: both;
    margin: 0;
    padding: 0.4em 0 0 0;
    color: #dd4b39;
    font-size: 11px;
}

.b-cart_error .b-cart_text input,
.b-cart_error .b-cart_date input,
.b-cart_error textarea {
    border-color: #dd4b39 !important;
}

.b-captcha {
    float: left;
    margin: -5px 0 0 -5px;
}

.b-captcha_item {
    float: left;
    padding: 8px;
}

.b-captcha_selected {
    padding: 5px;
    border: 3px solid red;
}

.b-captcha_item span {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -5000px;
}

.b-grahic-captcha .b-captcha_item span {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -5000px;
    background-image: url('/local/templates/.default/components/ma/form.2019/cart/img/shape.png');
}

.b-grahic-captcha .square {
    background-position: 0 0;
}

.b-grahic-captcha .rectangle {
    background-position: -30px 0;
}

.b-grahic-captcha .triangle {
    background-position: -60px 0;
}

.b-grahic-captcha .round {
    background-position: -90px 0;
}

.b-grahic-captcha .polyhedron {
    background-position: -120px 0;
}

.b-grahic-captcha .trapeze {
    background-position: -150px 0;
}

.b-grahic-captcha .rhombus {
    background-position: -180px 0;
}

.b-grahic-captcha .oval {
    background-position: -210px 0;
}

.b-grahic-captcha .star {
    background-position: -240px 0;
}

.b-captcha-text {
    position: relative;
    float: left;
    height: 24px;
    margin: 3px 0 0 15px;
    padding: 0 10px;
    line-height: 25px;
    background-color: #f2efda;
    background-color: #fff9c9;
    border: 1px solid #c7bf93;
}

.b-captcha-text_corner {
    position: absolute;
    margin-top: 7px;
    margin-left: -10px;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url(/local/templates/.default/components/ma/form.2019/cart/img/tip-yellow_arrows.png) no-repeat -30px 0;
}

.b-color-captcha-text label {
    color: #000;
    font-size: 12px;
}

.b-hidden-captcha {
    display: none;
}

.b-cart_submit {
    /*clear: both;*/
    /*margin-right: 30px;*/
    /*display: flex;*/
    /*flex-basis: 48%;*/
    padding: 25px 0 0;
}

.b-cart_submit .g-button {
    height: 48px;
    font-size: 14px;
    padding: 12px 20px;
    white-space: nowrap;
    /*flex: 1 1 100px;
    flex-basis: 100px;
    margin: 0 10px;
    margin-top: 0px;
    margin-top: 20px;
*/
}

.b-cart_personal-data {
    overflow: hidden;
    margin: 0 0 0 30px;
    margin: 5px 0 0 0;
    color: #979797;
    font-size: 11px;
}

.b-cart_required-sing {
    margin-top: 1.2em;
    margin-left: 310px;
    font-size: 11px;
}

.b-agreement {
    font-size: 14px;
}

form.license-type-block {
    padding: 20px 0 0;
    border: none;
}

.license-type-block label {
    font-weight: normal;
    letter-spacing: .05px;
}

.type-block__value-list .g-select {
    border-bottom: 1px solid #7c8494;
    text-align: left;
}

.type-block__value+.type-block__value {
    margin-left: 1em;
}

.b-cart-items__group {
    margin-bottom: 30px;
}

/* basket item */
.b-cart-item__holder .license-type-block {
    flex-wrap: wrap;
    display: flex;
}

.b-cart-item__holder .license-type-block--short .type-of-usage__alt-license {
    margin: 0;
}

.b-cart-item__holder .license-type-block--short .type-of-usage__alt-license .checkbox {
    margin-top: 0;
}

.b-cart-item__holder .license-type-block--short .b-cart-item__usage-type {
    display: block !important;
}

.b-cart-item__holder .b-cart-item__usage-type {
    margin-right: .25em;
}

.type-of-usage_actions {
    width: 100%;
}


.license-type-block--short .type-of-usage__alt-license .checkbox {
    width: 500px;
    overflow: visible;
    white-space: nowrap;
}

.b-cart-items__group .cart-actions__inner {
    border-top: 1px solid #41454d;
}

.b-cart-items__group:not([data-state="shown"]) .cart-actions__inner {
    display: none;
}

.b-cart-items__group .cart-actions__inner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: #343840;
}

.b-cart-items__group .cart-actions__inner .l-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 16px;
}

.b-cart-items__group:first-child .cart-actions__inner .l-wrapper .license-type-block--short {
    width: 506px;
}

.b-cart-items__group .cart-actions__inner .cart-actions__inner-label {
    font-weight: 700;
}

.b-cart-items__group:first-child .cart-actions__inner .cart-actions__inner-label {
    margin-bottom: 24px;
}

.wrapper__btn-req-price-card {
    display: none;
}

.show__form-container-block {
    display: block !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
    position: fixed;
    z-index: 1010 !important;
    background: #41454D;
    height: 100%;
    transition: right 0.3s;
}

.wrapper-header__form-req-price {
    display: none;
}

.b-cart-item__pic a {
    pointer-events: none;
}

@media (max-width: 1050px) {
    .b-cart_dropdown .g-select {
        border-radius: 4px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cg clip-path='url(%23clip0_609_899)'%3e%3cpath d='M17.2946 8.70477C16.9053 8.3155 16.2743 8.31516 15.8846 8.704L12 12.5802L8.11538 8.704C7.72569 8.31516 7.09466 8.3155 6.70538 8.70477C6.31581 9.09435 6.31581 9.72597 6.70538 10.1155L12 15.4102L17.2946 10.1155C17.6842 9.72597 17.6842 9.09435 17.2946 8.70477Z' fill='%2341454D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_609_899'%3e%3crect width='24' height='24' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
        background-size: 24px 24px !important;
        background-position: 97% 50%;
        padding: 12px 37px 12px 18px
    }

    .b-cart_dropdown:before {
        content: none;
    }


    .b-cart .b-cart-form__holder {
        right: -200%;
        transition: right 0.3s !important;
        width: 100%;
        flex-basis: auto;
        position: fixed;
        z-index: 1000;
    }

    .wrapper-header__form-req-price {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #343840;
        padding: 20px 16px;
    }

    .text__header-form-req-price {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        /* 120% */
        letter-spacing: -0.2px;
    }

    .icon__closes-form-req-price {
        cursor: pointer;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cg clip-path='url(%23clip0_145_8307)'%3e%3cpath d='M5.36396 18.364L18.0919 5.63604M5.36396 5.63604L18.0919 18.364' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_145_8307'%3e%3crect width='24' height='24' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    }


    .b-cart-items__list {
        width: 100%;
        flex-basis: auto;
    }

    .wrapper__btn-req-price-card {
        display: block;
        width: 100%;
    }

    .btn__req-price-card {
        border-radius: 4px;
        background: #983298;
        padding: 14px 20px;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 12px */
        text-transform: uppercase;
        color: white;
        border: none;
        width: 100%;
    }

    .b-cart form {
        border: none;
    }

    .b-cart-message_item {
        margin-bottom: 12px;
    }

    .b-cart-message_item label {
        font-size: 14px;
        font-style: normal;
        font-weight: 550;
        line-height: 20px
    }

    .b-cart-message_item input {
        padding: 12px 18px;
        border-radius: 4px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        /* 150% */
        letter-spacing: -0.28px;
    }

    .b-cart-message_item textarea {
        padding: 12px 18px;
        border-radius: 4px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        /* 150% */
        letter-spacing: -0.28px;
    }

    .b-cart-form__holder form {
        display: flex;
        flex-direction: column;
        height: calc(100% - 64px);
        padding: 16px;

    }

    .b-cart-form__holder form .b-cart__error-msg {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .b-cart-form__holder .b-cart_submit {
        margin-top: auto;
    }

    .b-cart-form__holder .b-cart_submit .g-button {
        width: 100%;
    }

    .b-cart-form__holder .b-cart_submit .b-cart_personal-data {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;

    }

    .b-cart-form__holder .b-cart_submit .b-cart_personal-data a {
        text-decoration-line: underline;
    }

}

@media (max-width: 703px) {

    .license-type-block__type-block.type-block {
        width: 100%;
    }

    .b-cart-item__usage-type {
        width: 100%;
    }

    /*.b-cart-items__group:first-child .cart-actions__inner .l-wrapper .license-type-block--short .b-cart-item__usage-type,.b-cart-items__group:first-child .cart-actions__inner .l-wrapper .license-type-block--short .license-type-block__type-block{*/
    /*    width: 100%;*/
    /*}*/
    .license-type-block--short .type-of-usage__alt-license .checkbox {
        width: auto;
        white-space: inherit;
    }

    .type-of-usage__alt-license .checkbox__span:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M2.5 7.5L5.5 10.5L12 4' stroke='%23983298' stroke-width='1.5'/%3e%3c/svg%3e");
        width: 14px;
        height: 14px;
        top: 46% !important;
        transform: translate(0, -50%);
    }

    .b-cart-items__group {
        margin-bottom: 20px;
    }

    .b-cart__item {
        padding: 16px 0;
        border-bottom: 1px solid #343840;
    }

    .b-cart-item__license {
        flex-wrap: wrap;
    }

    .b-title {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 125% */
        text-transform: uppercase;
        margin-bottom: 20px !important;
        margin-top: 0 !important;
    }

    .b-cart .checkbox__span {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .b-cart__actions {
        border-bottom: 8px;
        padding-left: 1px;
    }

    .b-cart__actions label {
        margin: 0;
    }

    .b-cart-item__holder {
        align-items: center;
        border-top: none;
        gap: 12px;
    }

    .b-cart-item__chechbox {
        padding-top: 0;
        padding-left: 1px;
    }

    .b-cart--cart {
        padding-left: 6px;
        padding-right: 6px;
        margin: 0;
    }

    .b-cart-item__pic {
        width: 80px;
        height: 60px;
        border-radius: 4px;
        overflow: hidden;
        padding: 0;
        flex-shrink: 0;
        flex-grow: inherit;
        flex-basis: auto;
    }

    .b-cart-item__pic a {
        height: 100%;
        width: 100%;
        display: block;
    }

    .b-cart-item__pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .b-cart-item-text {
        padding: 0;
    }

    .b-cart-item-text .title {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        color: #7C8494;
    }

    .b-cart-item-text .value {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        color: #FFF;
        /*white-space: nowrap;*/
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .license-type-block__value-list select {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        color: #FFF;
    }

    .b-cart-item__action {
        margin: 0 0 0 auto;
        flex-basis: auto;
        width: auto;
    }

    .b-cart-item__action .delete {
        border: none;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cg clip-path='url(%23clip0_559_688)'%3e%3cpath d='M5.36396 18.364L18.0919 5.63604M5.36396 5.63604L18.0919 18.364' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_559_688'%3e%3crect width='24' height='24' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    }

    .b-cart-item__action .delete:after {
        content: none;
    }

    .b-cart-item__action .delete:before {
        content: none;
    }

    .b-cart__item[aria-checked="true"] {
        background-color: transparent;
        padding: 16px 0;
        margin: 0;
    }

    .b-cart-item__provider {
        flex-wrap: wrap;
    }

    .b-cart__item[aria-checked="true"] span:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M2.5 7.5L5.5 10.5L12 4' stroke='%23983298' stroke-width='1.5'/%3e%3c/svg%3e");
        width: 14px;
        height: 14px;
    }

    .type-of-usage .g-select {
        width: 100% !important;
    }

    .cart-actions .checkbox__span:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M2.5 7.5L5.5 10.5L12 4' stroke='%23983298' stroke-width='1.5'/%3e%3c/svg%3e");
        width: 14px;
        height: 14px;
    }

    .cart-actions__inner .l-wrapper {
        flex-wrap: wrap;
    }

    .cart-actions__inner {
        bottom: 84px !important;
    }


    .cart-actions__inner .type-of-usage,
    .cart-actions__inner .g-button {
        margin: 16px 0 0 0 !important;
        width: 100%;
        gap: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .type-of-usage__alt-license .checkbox__span {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .wrapper__btn-req-price-card {
        background-color: #343840;
        display: flex;
        align-items: center;
        padding: 0 12px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 84px;
        z-index: 1000;
    }

    .type-of-usage_actions {
        margin: 0 !important;
        flex-wrap: wrap;
    }

    .type-of-usage_actions button {
        padding: 6px;
        font-size: 12px;
    }

}

@media (max-width: 405px) {
    .type-of-usage_actions .g-button+.g-button {
        margin-left: 0 !important;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?161776900851*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /local/templates/.default/components/ma/form.2019/cart/style.css?173674885722634 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?161776900851 */
