.b2c-order-form .red {
    color: red;
}

.b2c-order-form {
    margin: 0 !important;
    padding: 0 !important;
}

.b2c-order-form {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #4F5964;
}

.b2c-order-form button, .b2c-order-form select, .b2c-order-form input, .b2c-order-form a {
    outline: none !important;
    box-shadow: none !important;
}

.b2c-order-form a.colored, .b2c-order-form .table.custom-table a {
    color: #5F4B8B !important;
    letter-spacing: 0.12em;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.b2c-order-form select, .b2c-order-form input.form-control, .b2c-order-form .btn.dropdown-toggle {
    height: auto;
    border: 2px solid #5F4B8B !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    font-size: 18px !important;
    line-height: 21px !important;
    /* identical to box height */
    color: #8F9499;
    padding: 17px 21px !important;
}

.b2c-order-form select, .b2c-order-form .dropdown {
    min-height: 58px;
}

.b2c-order-form label {
    color: #293341;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
}

.b2c-order-form .form-group {
    margin-bottom: 25px;
}

.b2c-order-form .bootstrap-select .dropdown-toggle:focus, .b2c-order-form .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.b2c-order-form .btn.dropdown-toggle {
    background-color: #fff;
}

.b2c-order-form .btn.btn-primary {
    background: linear-gradient(78.37deg, #008EDB -19.21%, #A84CDD 83.43%);
    border-radius: 100px;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    letter-spacing: 0.12em;
    color: #FFFFFF;
    padding: 20px 21px !important;
}

.b2c-order-form .btn.btn-primary:hover {
    /*background: linear-gradient(78.37deg, #007dc2 -32.26%, #9e37d9 83.43%);*/
    cursor: pointer;
}

.b2c-order-form .btn.btn-primary.proiti-online {
    font-size: 14px;
    min-width: 280px;
}

.b2c-order-form .btn.btn-primary.online-pay {
    font-size: 16px;
    width: 100%;
}

.b2c-order-form .custom-control.custom-checkbox {
    padding: 17px 0;
}

.b2c-order-form .custom-control.custom-checkbox label {
    width: 100%;
}

.b2c-order-form .custom-control.custom-checkbox label .price {
    float: right;
}

.b2c-order-form .custom-control.custom-checkbox.checked label {
    font-weight: 500;
}

.b2c-order-form .custom-control.custom-checkbox.checked label .price {
    font-weight: 700;
}

.b2c-order-form .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #5F4B8B;
    border-color: #5F4B8B;
}

.b2c-order-form .custom-control-label:before, .b2c-order-form .custom-control-label:after {
    right: -34px;
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.b2c-order-form .custom-control-label:active, .b2c-order-form .custom-control-label:focus {
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.b2c-order-form .custom-control-label:active:before, .b2c-order-form .custom-control-label:active:after, .b2c-order-form .custom-control-label:focus:before, .b2c-order-form .custom-control-label:focus:after {
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.b2c-order-form .custom-control-label::-moz-focus-inner:before, .b2c-order-form .custom-control-label::-moz-focus-inner:after {
    border: 0;
    outline: 0 !important;
    outline-color: transparent !important;
    outline-width: 0 !important;
    outline-style: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.b2c-order-form .custom-control-label::before {
    border-color: #5F4B8B;
}

.b2c-order-form .custom-control-input:not(:checked) ~ .custom-control-label:hover::before {
    background-color: #E4E9EC !important;
}

/* Hide Placeholder */
.b2c-order-form :focus {
    outline: none;
}

.b2c-order-form :focus::-webkit-input-placeholder {
    opacity: 0;
}

.b2c-order-form :focus::-moz-placeholder {
    opacity: 0;
}

.b2c-order-form :focus:-ms-input-placeholder {
    opacity: 0;
}

.b2c-order-form :focus:-moz-placeholder {
    opacity: 0;
}

.b2c-order-form .zapolni {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    /* or 29px */
    text-align: center;
    color: #0B1A3F;
    margin: 0 0 40px 0;
}

.b2c-order-form .zapolni.online {
    text-align: left;
    margin-bottom: 19px;
}

.b2c-order-form .zapolni.online.before-form {
    margin-bottom: 70px;
}

.b2c-order-form .comment {
    font-size: 15px;
    line-height: 140%;
    /* or 21px */
    text-align: left;
}

.b2c-order-form .comment label {
    font-size: 15px;
}

.b2c-order-form .form-group .comment label {
    display: inline-block;
    margin-left: 15px;
    margin-top: -38px;
}

.b2c-order-form .stoimost {
    font-size: 18px;
    line-height: 140%;
    /* or 25px */
    text-align: center;
    margin: 0 0 60px 0;
}

.b2c-order-form .stoimost.online {
    text-align: left;
    margin-bottom: 39px;
}

.b2c-order-form .next-page-btn {
    margin: 60px 0 30px;
    text-align: center;
}

.b2c-order-form .next-page-btn .btn {
    min-width: 180px;
}

.b2c-order-form .next-page-btn.online {
    margin-top: 27px;
}

.b2c-order-form .table.custom-table {
    border-top: 2px solid #E4E9EC;
}

.b2c-order-form .table.custom-table tr td {
    border: 0;
    min-height: 65px;
}

.b2c-order-form .table.custom-table tr:nth-child(2n) {
    background-color: #E4E9EC;
}

@media only screen and (max-width: 768px) {
    .b2c-order-form .table.custom-table tr {
        display: block;
        padding: 20px;
    }

    .b2c-order-form .table.custom-table tr td {
        min-height: auto;
        padding: 5px 0;
    }

    .b2c-order-form .table.custom-table tr td:first-child {
        margin-right: 20px;
    }

    .b2c-order-form .table.custom-table tr td:first-child, .b2c-order-form .table.custom-table tr td:nth-child(10n+2) {
        display: inline-block;
        padding: 0;
    }

    .b2c-order-form .table.custom-table tr td:not(:first-child):not(:nth-child(10n+2)) {
        display: block;
    }
}

.b2c-order-form .end-nav-row {
    margin-top: 80px;
}

@media only screen and (max-width: 768px) {
    .b2c-order-form .end-nav-row {
        margin-top: 40px;
    }
}

.b2c-order-form .back-to-city {
    margin-top: 20px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.b2c-order-form .back-to-city img {
    display: block;
    position: absolute;
    width: 30px;
    height: 16px;
    left: -50px;
    top: 1px;
}

.b2c-order-form .cart-items {
    border-top: 2px solid #E4E9EC;
    border-bottom: 2px solid #E4E9EC;
    padding: 20px 0 20px 34px;
}

.b2c-order-form .cart-result {
    text-align: right;
    color: #0B1A3F;
    margin-top: 30px;
}

.b2c-order-form .cart-result .discount {
    display: inline-block;
    font-size: 18px;
    color: #4F5964;
}

.b2c-order-form .cart-result .sum {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-left: 38px;
}

.b2c-order-form .cart-result .sum-raw {
    font-size: 18px;
    font-weight: 500;
    display: block;
    text-align: right;
    color: #4F5964;
    text-decoration: line-through;
}

.b2c-order-form .modal-header {
    text-align: center !important;
}

.b2c-order-form .modal-body {
    text-align: center !important;
}

.b2c-order-form .modal-title {
    font-weight: 700 !important;
    font-size: 24px !important;
    color: #0B1A3F;
}

.b2c-order-form .frame-v2 .btn.btn-primary {
    background: #795ea8;
    border-radius: 12px;
}

.b2c-order-form .frame-v2 .box-promo {
    color: #6f51a1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 400px;
    margin: 30px auto;
}

@media only screen and (max-width: 768px) {
    .b2c-order-form .frame-v2 .box-promo {
        width: 100%;
    }
}

.b2c-order-form .frame-v2 .box-promo .illustration {
    padding-right: 20px;
    max-width: 200px;
}

.b2c-order-form .frame-v2 .box-promo .illustration img {
    max-width: 100%;
}

.b2c-order-form .frame-v2 .box-promo .box-label {
    font-size: 18px;
}

.b2c-order-form .frame-v2 .box-promo .box-name {
    font-size: 22px;
    font-weight: 700;
}

.b2c-order-form .frame-v2 .box-promo .box-price {
    align-self: center;
    color: #293341;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.b2c-order-form .frame-v2 input[name=promo] {
    border-radius: 12px !important;
}

.b2c-order-form .frame-v2 .addto {
    padding: 20px 0;
    border-top: 2px solid #E4E9EC;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.b2c-order-form .frame-v2 .addto > .text {
    white-space: nowrap;
    flex-grow: 5;
}

.b2c-order-form .frame-v2 .addto > .notice {
    padding: 5px 3px;
    font-size: 12px;
    background-color: #fff5f8;
    flex-grow: 10;
}

.b2c-order-form .frame-v2 .zapolni.online.before-form {
    margin-bottom: 20px;
}

.b2c-order-form .frame-v2 .offer {
    border: 1px solid #5F4B8B;
    padding: 8px 20px;
    margin: 0 0 10px 0;
    border-radius: 12px;
}

.b2c-order-form .frame-v2 .offer .custom-control.custom-checkbox {
    padding: 0;
}

.b2c-order-form .frame-v2 .offer .comment {
    text-align: left;
}

.b2c-order-form .frame-v2 .offer label {
    font-size: 20px;
    padding-right: 30px;
}

.b2c-order-form .frame-v2 .offer .more-link {
    font-size: 0.9rem;
}

.b2c-order-form .frame-v2 .offer .more-link:link {
    color: #212529;
}

.b2c-order-form .frame-v2 .offer .label-line {
    display: flex;
    justify-content: space-between;
}

.b2c-order-form .frame-v2 .offer .label-line .price {
    font-size: 20px;
    line-height: 21px;
    color: #293341;
}

.b2c-order-form .frame-v2 .offer .comment-line {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.b2c-order-form .frame-v2 .cart-result .sum-raw {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    font-weight: 400;
}

.b2c-order-form .frame-v2 .cart-result .discount {
    display: flex;
    justify-content: space-between;
}

.b2c-order-form .frame-v2 .cart-result .promocode {
    display: flex;
    justify-content: space-between;
}

.b2c-order-form .frame-v2 .cart-result .sum {
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    margin-left: 0;
}

.b2c-order-form .frame-v2 .cart-items {
    border: 0;
    padding-top: 0;
    padding-left: 0;
}

.b2c-order-form .frame-v2 .custom-control-label:before, .b2c-order-form .frame-v2 .custom-control-label:after {
    right: 10px !important;
    left: auto !important;
}

.b2c-order-form .form-control.error {
    border: 2px solid #FF0000 !important;
}

.b2c-order-form .cart-items {
    border: 0;
    padding: 0;
}

.b2c-order-form .custom-control.custom-checkbox:first-child {
    padding-top: 0;
}

.b2c-order-form .custom-checkbox .custom-control-label::before {
    border-radius: 0.5rem;
}

.b2c-order-form .form-group {
    margin-bottom: 15px;
}

.b2c-order-form .form-group input {
    background: #f4f4f4;
    border: none !important;
}

.b2c-order-form select, .b2c-order-form input.form-control, .b2c-order-form .btn.dropdown-toggle {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 12px 0 15px 18px !important;
}

.b2c-order-form .form-group label {
    border-radius: 12px;
    padding: 12px 11px 15px 10px;
}

.b2c-order-form .form-group label.error {
    border: 2px solid #FF7D7D;
    background: #FFF5F5;
}

.b2c-order-form .custom-control-input-pol.error + label {
    border: 2px solid #FF7D7D !important;
    background: #FFF5F5;
}

.b2c-order-form .promocode_block {
    float: right;
    width: 50%;
}

.b2c-order-form .form_toggle-item {
    display: inline-block;
}

.b2c-order-form .form_toggle-item label {
    cursor: pointer;
    background: #f4f4f4;
}

.b2c-order-form .form_toggle-item input[type=radio] {
    display: none;
}

.b2c-order-form .form_toggle-item input[type=radio]:checked ~ label {
    background: #702283 !important;
    color: #fff;
}

.b2c-order-form .form_toggle-item label.mob {
    display: none;
}

.b2c-order-form .form_toggle-item.item-2 {
    float: right;
}

.b2c-order-form .btn.btn-primary {
    width: 100%;
    line-height: 23px;
    padding: 12px 0px !important;
    font-weight: 400;
    border-radius: 0;
    background: #702283;
}

.b2c-order-form .promocode_block .btn.btn-primary.black {
    background: #343434;
}

.b2c-order-form .box-price, .b2c-order-form .cart-result .value {
    font-size: 24px;
    font-weight: 400;
}

.b2c-order-form .cart-result .sum-raw, .b2c-order-form .cart-result .discount, .b2c-order-form .cart-result .sum {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    font-weight: 400;
    margin: 0;
}

@media only screen and (min-width: 771px) and (max-width: 999px) {
    .b2c-order-form .form_toggle-item label {
        text-align: center;
        padding: 12px 0;
        width: 80px;
    }

    .b2c-order-form #promo_btn {
        font-size: 12px;
    }
}

@media only screen and (max-width: 770px) {
    .b2c-order-form .cart-items {
        padding: 20px 24px 0;
    }

    .b2c-order-form .custom-control.custom-checkbox label {
        font-size: 14px;
    }

    .b2c-order-form .form_toggle-item label.mob {
        display: block;
        width: 75px;
    }

    .b2c-order-form .form_toggle-item label.desk {
        display: none;
    }

    .b2c-order-form .form-group label {
        padding-top: 12px;
        font-size: 14px;
    }

    .b2c-order-form .form_toggle-item label {
        text-align: center;
        padding: 12px 0;
        width: 80px;
    }

    .b2c-order-form .btn.btn-primary {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .b2c-order-form .container {
        max-width: 1160px;
        padding: 0;
    }
}

.b2c-order-form .form-online p.comment a {
    color: rgb(111, 30, 129);
}

.b2c-order-form .form-online p.comment a:hover {
    color: #5f4b8b;
    text-decoration: none;
    border-bottom: 1px solid rgb(95, 75, 139);
    /*box-shadow: rgb(95 75 139) 0px 0px 0px 0px inset;*/
}
