

/* Start:/local/components/mmit/calculate.delivery/templates/.default/style.css?177903278811022*/
.calculate-delivery-columns {
    margin-top: 24px;
    display: flex;
}
.calculate-delivery-column.column-form {
    border: 1px solid #eaeaeb;
    border-radius: 8px;
    max-width: 896px;
    width: 910px;
    flex-shrink: 0;
}
.calculate-delivery-column-wrapper {
    margin: 30px 25px;
}
.column-result .calculate-delivery-column-wrapper {
    margin: 1px 20px 0 80px;
}
.calculate-delivery-row {
    position: relative;
    margin-bottom: 28px;
    width: 100%;
    max-width: 464px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.calculate-delivery-row__width {
    max-width: none;
}
.calculate-delivery-row__left {
    justify-content: left;
}
.calculate-delivery-row-coll {
    position: relative;
    display: inline-block;
}
.calculate-delivery-row-coll__result {
    font-size: 13px;
    color: #333;
    margin-top: 11px;
}
.calculate-delivery-row-coll__delete {
    background-color: #f64747;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: none;
    color: #fff;
    line-height: 13px;
    padding: 0;
    font-size: 13px;
    margin-top: 16px;
    padding-bottom: 2px;
}
.calculate-delivery-row.margin-bottom-big {
    margin-bottom: 36px;
}
.calculate-delivery-row.margin-bottom-small {
    margin-bottom: 20px;
}
.calculate-delivery-row__title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.calculate-delivery-row__title a {
    margin-right: 24px;
    padding-bottom: 8px;
    position: relative;
    text-decoration: none !important;
}
.calculate-delivery-row__title a.active {
    color: #333;
}
.calculate-delivery-row__title a:hover:after,
.calculate-delivery-row__title a.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #006bff;
}
.calculate-delivery-row__error {
    display: none;
    font-size: 12px;
    color: #ff000f;
    padding: 5px 0px 0px 13px;
}
.calculate-delivery-row.error .calculate-delivery-row__error {
    display: block;
}

.calculate-delivery-row .select2-container {
    width: 100% !important;
}
.calculate-delivery-row .select2-container .select2-selection--single {
    border-radius: 4px;
    border: solid 1px #eaeaeb;
    width: 100%;
    padding: 18px 12px 9px;
    height: 48px;
    background-color: #fff;
}
.calculate-delivery-row .select2-container .select2-selection__rendered {
    padding: 0 !important;
    color: #333;
    font-size: 15px;
}
.calculate-delivery-row .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 48px;
    height: 48px;
    background-image: url("/local/components/mmit/calculate.delivery/templates/.default/image/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
}


.calculate-delivery-row-add {
    padding: 13px 15px 15px 16px;
    border-radius: 4px;
    border: solid 1px #0165ff;
    background-color: #fff;
    font-size: 15px;
    color: #0165ff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-dropdown {
    border-color: #eaeaeb !important;
    z-index: 90 !important;
}
.select2-results {

}
.select2-results__options > li:before {
    content: none;
}
.select2-results__option {
    background-color: #fff;
    font-size: 15px;
    padding: 4px 12px !important;
}
.select2-results__option--highlighted {
    background-color: #f6f6f6 !important;
    color: #333 !important;
}
.select2-results__option--selected {
    background-color: #f6f6f6 !important;
    color: #333 !important;
}

.calculate-delivery-input__label {
    position: absolute;
    color: #a4a4a4;
    opacity: 1;
    visibility: visible;
    left: 12px;
    top: 3px;
    font-size: 13px;
}

.calculate-delivery-input {
    padding: 18px 12px 9px;
    height: 48px;
    width: 100%;
    border-radius: 4px;
    border: solid 1px #eaeaeb;
    background-color: #fff;

    color: #a4a4a4;
    font-size: 15px;
    outline: none;
}
.calculate-delivery-input__volume {
    width: 108px;
}
.calculate-delivery-input__weight {
    width: 144px;
}
.calculate-delivery-input__search {
    position: relative;
    padding-right: 48px;
}
.calculate-delivery-input__search + label + b {
    position: absolute;
    width: 48px;
    height: 48px;
    background-image: url("/local/components/mmit/calculate.delivery/templates/.default/image/search.svg");
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    border: solid 1px #eaeaeb;
    border-left: none;
    right: 0;
    top: 0;
}

.calculate-delivery-input:not(:placeholder-shown) {
    color: #333;
}
.calculate-delivery-input + label {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 12px;
    top: 18px;
    font-size: 15px;
    color: #a4a4a4;
    transition: all .2s ease;
}
/*.calculate-delivery-input:focus + label,*/
.calculate-delivery-input:not(:placeholder-shown) + label {
    opacity: 1;
    visibility: visible;
    left: 12px;
    top: 3px;
    font-size: 13px;
}

.calculate-delivery-input__checkbox {
    display: none;
}
.calculate-delivery-input__checkbox + label {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #333;
    padding-left: 36px;
    line-height: 24px;
}
.calculate-delivery-input__checkbox + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: solid 1px #eaeaeb;
    background-color: #fff;
}
.calculate-delivery-input__checkbox + label:hover::before {
    border: solid 1px #d8d8dd;
}
.calculate-delivery-input__checkbox:checked + label::before {
    border: solid 1px #006bff;
    background-color: #006bff;
    background-image: url("/local/components/mmit/calculate.delivery/templates/.default/image/check.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.calculate-delivery-row__radio {
    padding: 3px;
    width: 300px;
    border-radius: 4px;
    border: solid 1px #eaeaeb;
    background-color: #fff;
    font-size: 15px;
}
.calculate-delivery-input__radio {
    display: none;
}
.calculate-delivery-input__radio + label {
    width: 50%;
    color: #333;
    padding: 2px 8px;
    border-radius: 2px;
    border: solid 1px transparent;
    display: block;
    text-align: center;
}
.calculate-delivery-input__radio:checked + label {
    box-shadow: 0 1px 2px 0 rgba(15, 15, 19, 0.24);
    border: solid 1px #006bff;
    background-color: #006bff;
    color: #fff;
}

.calculate-delivery-result {
    margin: 24px 0 0;
    padding: 28px 24px 37px;
    border-radius: 8px;
    box-shadow: 0 8px 32px 0 rgba(16, 4, 38, 0.12);
    background-color: #fff;
}
.calculate-delivery-sum {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: end;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
}
.calculate-delivery-sum_bold {
    font-size: 16px;
    font-weight: bold;
    align-items: start;
}
.calculate-delivery-sum_border {
    height: 1px;
    background-color: #eaeaeb;
    margin: 19px 0 15px;
}
.calculate-delivery-sum__nds {
    font-size: 13px;
    font-weight: normal;
    color: #737373;
}
.calculate-delivery-sum__label {
    margin-right: 10px;
}
.calculate-delivery-sum__result{
    white-space: nowrap;
    text-align: right;
}
.calculate-delivery-submit {
    padding: 13px 62px 15px;
    border-radius: 8px;
    border: solid 1px #0165ff;
    background-color: #0165ff;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
}
.calculate-delivery-submit.disabled {
    border: solid 1px #eaeaeb;
    background-color: #eaeaeb;
    color: #a4a4a4;
}
.calculate-delivery-save {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    color: #0165ff !important;
    margin-top: 19px;
    text-decoration: none !important;
    text-align: center;
}
.calculate-delivery-save.disabled {
    color: #a4a4a4 !important;
}
.calculate-delivery-help {
    margin-top: 9px;
    max-width: 730px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

/*form*/

#form_popup_name_result div.popuptitle {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #2d2d2d;
}
#form_popup_name_result p {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    color: #333;
    margin: 15px 0 30px;
}
#form_popup_name_result .form-result-new-buttons {
    text-align: center;
}
.popupthank {
    font-size: 1.85em;
    padding-bottom: 1em;
}
#shipping_address_result > ymaps,
receiving_address_result > ymaps{
    z-index: 90 !important;
}
.ymaps-2-1-79-search__suggest-item {
    background-color: #fff;
    font-size: 15px;
    padding: 4px 12px !important;
}
.ymaps-2-1-79-search__suggest-item_selected_yes {
    background-color: #f6f6f6 !important;
    color: #333 !important;
}

@media all and (max-width: 820px) {
    .calculate-delivery-img {
        display: none;
    }
    .calculate-delivery-columns{
        flex-wrap: wrap;
        justify-content: center;
    }
    .calculate-delivery-column.column-result {
        margin-top: 35px;
    }
    .calculate-delivery-column.column-form {
        width: 100%;
    }
    .column-result .calculate-delivery-column-wrapper {
        margin: 0;
    }

    .calculate-delivery-row {
        width: 100%;
    }
    .calculate-delivery-row-coll {
        width: 100%;
        margin-bottom: 20px;
    }
    .calculate-delivery-input {
        width: 100%;
    }
    .calculate-delivery-row .select2-container {
        width: 100% !important;
    }
    .calculate-delivery-row .select2-container .select2-selection--single {
        width: 100%;
    }
}
.big_order span#sum_all{
    white-space: normal;
}
.big_order .valute {
display:none;
}
/**new_informer***/
.right-info-emer {
    display: none;
}


.showwarning .right-info-emer {
    display: block;
    background: rgb(175 225 238 / 23%);
    padding: 15px;
    font-weight: 500;
    margin-top:30px;
    border-radius: 4px;
    box-shadow: 0 3px 25px 0 rgba(16, 4, 38, 0.12);
}
.emer-result {
    display: block;
    background: rgb(175 225 238 / 23%);
    padding: 24px;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 0 3px 25px 0 rgba(16, 4, 38, 0.12);
    margin-top: 30px;
    margin-bottom:30px;
}
@media all and (max-width: 1024px) {
    .calculate-delivery-column-wrapper.showwarning {
        flex-direction: column;
    }
    .showwarning form#calculate {
        width: 100%;
    }
    .showwarning .right-info-emer {
        width: 100%;
    }
    .calculate-delivery-mobile-revert {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media all and (max-width: 444px) {
    .calculate-delivery-sum {
        display: block;
    }
}
/* .calculate-delivery-sum {
    display: none !important;
} */
/* End */
/* /local/components/mmit/calculate.delivery/templates/.default/style.css?177903278811022 */
