

/* Start:/local/templates/main/css/calc-plugin.css?166841701218954*/
.calc-delivery__item {
  border-bottom: 1px solid rgba(221, 221, 221, 0.6);
  padding-right: 31px;
  position: relative;
}
.calc-delivery__item .popover-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.calc-delivery__item_hidden {
  display: none;
}
.calc-delivery__radio {
  position: relative;
}
.calc-delivery__radio input[type="radio"] {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
}
.calc-delivery__radio input[type="radio"]:checked + .calc-delivery__radio-label:before {
  background: #95C518;
  border-color: #95C518;
}
.calc-delivery__radio input[type="radio"]:checked + .calc-delivery__radio-label:after {
  opacity: 1;
}
.calc-delivery__radio-label {
  display: flex;
  align-items: center;
  margin: 0;
  cursor: pointer;
  padding: 8px 0 8px 37px;
}
.calc-delivery__radio-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.calc-delivery__radio-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.calc-delivery__visual {
  display: flex;
  flex: 1 0 auto;
}
.calc-delivery__visual-item {
  flex: 0 0 25%;
  height: 40px;
  padding-top: 25px;
  position: relative;
}
.calc-delivery__visual-item:before {
  font-family: "baikal-icons";
  font-size: 23px;
  line-height: 1;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #6B6B6B;
}
.calc-delivery__visual-item:after {
  font-family: "baikal-icons";
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  position: absolute;
  top: calc(50% - 5px);
  color: #0097D4;
  transform: translate(0, -50%);
}
.calc-delivery__visual-item_icon_door:before {
  content: "\e90d";
}
.calc-delivery__visual-item_icon_terminal:before {
  content: "\e90e";
}
.calc-delivery__visual-item_arrow_car:after {
  content: "\e91e";
  right: calc(50% - 22px);
}
.calc-delivery__visual-item_arrow_truck:after {
  content: "\e91f";
  right: calc(50% - 25px);
}
.calc-delivery__visual-item_arrow_plane:after {
  content: "\e920";
  right: calc(50% - 22px);
}
.calc-delivery__visual-text {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.36;
  color: rgba(43, 43, 43, 0.4);
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: max-width 0.3s ease, background 0.3s ease, z-index 0.3s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.calc-delivery__visual-text:hover {
  max-width: 190px;
  background: #fff;
  z-index: 3;
  padding-right: 5px;
}
.calc-delivery__text-wrapper {
    display: flex;
    align-items: center;
}
.calc-delivery__text {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.92;
  color: #2b2b2b;
  min-width: 80px;
  margin-left: 28px;
}
.calc-delivery__text + .calc-delivery__text {
  margin-left: 15px;
}
.calc-delivery__text-wrapper.with_old_price .calc-form__result__cost_full {
    font-weight: normal;
    text-decoration: line-through;
    font-size: 12px;
    line-height: 1;
    display: block;
    opacity: 0.7;
}
.calc-form__delivery-info {
    margin-left: 28px;
}

.calc-plugin__wrapper {
    padding: 20px;
    border-top: 2px solid #0097D4;
}
.calc-plugin__fields .row {
    margin: 0 -10px;
    position: relative;
}
.calc-plugin__fields .row > * {
    padding: 0 10px;
}
.calc-plugin__exchange {
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translate(-50%,0);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(221, 221, 221, 0.6);
    z-index: 2;
    background: #fff;
    cursor: pointer;
    color: rgba(43, 43, 43, 0.4);
}
.calc-plugin__exchange:before {
    content: "\e939";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    font-family: "baikal-icons";
}
.calc-plugin__exchange:hover {
    color: rgba(43, 43, 43, 0.8);
}
.calc-plugin__result {
  position: relative;
  padding-top: 22px;
  margin-top: 5px;
}
.calc-plugin__result:before {
  content: "\e921";
  font-family: "baikal-icons";
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.calc-plugin__result-toggle,
.calc-plugin__filial-toggle {
  height: 50px;
  line-height: 50px;
  font-weight: 500;
  border: none;
  text-decoration: none !important;
  padding: 0 20px;
  white-space: nowrap;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  z-index: 1;
  border-radius: 2px;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
  font-size: 16px;
  background: #95C518;
  color: #fff;
}
.calc-plugin__result-toggle:hover,
.calc-plugin__filial-toggle:hover {
    background: #8FBD16;
    color: #fff;
}
.calc-plugin__result-toggle:after,
.calc-plugin__filial-toggle:after {
    content: "\e91b";
    position: relative;
    margin-left: 12px;
    font-family: "baikal-icons";
    font-size: 7px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    transform: rotate(-180deg);
    transition: 0.3s ease;
}
.calc-plugin__result-toggle_active:after,
.calc-plugin__filial-toggle_active:after {
    transform: rotate(0deg);
}
.calc-plugin__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.calc-plugin__button.btn {
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.calc-plugin__button.btn.btn_sm {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.with-more__action {
    flex-wrap: wrap;
}
.hyper-notice {
    margin-right: 20px;
    font-size: 11px;
    line-height: 13px;
}
.with-more__action .hyper-notice {
    margin-top: 20px;
    margin-right: 0;
    flex: 0 0 100%;
}
.calc-plugin__individual {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
}
.calc-plugin__individual .calc-plugin__button.btn {
    margin: 0 0 20px;
}
.calc-plugin__individual .calc-plugin__button.btn {
    margin: 20px 0 0;
}

.calc-plugin__result_small {
    display: flex;
    align-items: center;
}
.calc-plugin__result_small .calc-delivery {
    display: flex;
    flex: 1 1 auto;
    justify-content: space-between;
}
.calc-plugin__result_small .calc-delivery__group {
    margin-right: 24px;
}
.calc-plugin__result_small .calc-delivery__group_m_auto {
    margin-left: auto;
    margin-right: auto;
}
.calc-plugin__result_small .calc-delivery__text-wrapper {
    flex-direction: row;
    align-items: center;
}
.calc-plugin__result_small .calc-delivery__text {
    margin: 0;
    min-width: 0;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}
.calc-plugin__result_small .calc-delivery__text + .calc-delivery__text {
    margin: 0 0 0 4px;
}
.calc-plugin__result_small .calc-delivery__text_old {
    font-weight: normal;
    text-decoration: line-through;
    font-size: 13px;
}
.calc-plugin__result_small .calc-delivery__desc {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 4px;
}
.calc-plugin__result_small .calc-plugin__button.btn {
    margin: 0 0 0 24px;
}

@media screen and (max-width: 767px) {
    .calc-delivery__item {
        border: 1px solid rgba(221, 221, 221, 0.6);
        margin-bottom: 5px;
        padding-right: 0;
    }
    .calc-delivery__radio-label {
        flex-wrap: wrap;
        padding: 15px 20px;
        justify-content: space-between;
    }
    .calc-delivery__radio-label:before {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        content: "Выбрать";
        width: auto;
        border-radius: 2px;
        height: 40px;
        line-height: 40px;
        padding: 0 20px;
        order: 99;
        background: #0097D4;
        color: #fff;
        font-weight: 600;
        font-size: 13px;
        border: none;
    }
    .calc-delivery__radio input[type="radio"]:checked + .calc-delivery__radio-label:before {
        content: "Выбрано";
    }
    .calc-delivery__radio-label:after {
        display: none;
    }
    .calc-delivery__visual {
        width: 100%;
        border-bottom: 1px solid rgba(221, 221, 221, 0.6);
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .calc-delivery__visual-item_empty {
        display: none;
    }
    .calc-delivery__item .popover-icon {
        display: none;
    }
    .calc-delivery__text-wrapper {
        flex-direction: column;
    }
    .calc-delivery__text {
        margin-left: 0;
        line-height: 1;
    }
    .calc-delivery__text + .calc-delivery__text {
        margin-left: 0;
        margin-top: 5px;
    }
    .calc-plugin__result {
        padding-top: 30px;
    }
    .calc-plugin__action {
        flex-direction: column;
    }
    .hyper-notice {
        margin-right: 0;
        margin-top: 20px;
        text-align: center;
    }
    .calc-plugin__button.btn {
        margin-top: 20px;
        width: 100%;
    }
    .calc-plugin__result-toggle {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .calc-plugin__exchange:before {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .calc-plugin__exchange {
        top: 80px;
    }
    .calc-plugin__result_small {
        flex-wrap: wrap;       
    }
    .calc-plugin__result_small .calc-delivery {
        flex: 0 0 100%;
        flex-wrap: wrap;
    }
    .calc-plugin__result_small .calc-delivery__group,
    .calc-plugin__result_small .calc-delivery__group_m_auto {
        margin: 0 0 20px;;
    }
    .calc-plugin__result_small .calc-plugin__button.btn {
        margin: 0;
        width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .calc-plugin__exchange_widget_delivery {
        left: 33.33333333%;
    }
}

.calc-plugin_inverse {
  color: #fff;
}
.calc-plugin_inverse .form-control {
  background: none;
  color: #fff;
}
.calc-plugin_inverse .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.calc-plugin_inverse .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.calc-plugin_inverse .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.calc-plugin_inverse .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}
.calc-plugin_inverse .form-label {
  color: #fff;
}
.calc-plugin_inverse .calc-plugin__exchange {
    border: 1px solid rgba(221, 221, 221, 0.6);
    background: #019CDC;
    color: #fff;
}
.calc-plugin_inverse .calc-delivery__item {
  border-color: rgba(255, 255, 255, 0.3);
}
.calc-plugin_inverse .calc-delivery__radio-label:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.calc-plugin_inverse .calc-delivery__radio-label:after {
  background: #0097D4;
}
.calc-plugin_inverse .calc-delivery__visual-item:before {
  color: #fff;
}
.calc-plugin_inverse .calc-delivery__visual-item:after {
  color: #95C518;
}
.calc-plugin_inverse .calc-delivery__visual-text {
  color: #FFFFFF;
}
.calc-plugin_inverse .calc-delivery__visual-text:hover {
  background: #1898D2;
}
.calc-plugin_inverse .calc-delivery__text {
  color: #fff;
}
.calc-plugin_inverse .calc-plugin__result-toggle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}
.calc-plugin_inverse .calc-plugin__result-toggle:hover {
  color: #fff;
  border-color: transparent;
}
.calc-plugin_inverse .calc-plugin__button.btn {
  background: #fff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
  color: #1898D2;
}
.calc-plugin_inverse .noUi-handle {
  border: none;
}
.calc-plugin_inverse .bootstrap-select .select-default__btn {
    background: none;
    color: #fff;
}
.calc-plugin_inverse .bootstrap-select .bs-caret {
    border-color: #fff transparent transparent;
}
.calc-plugin_inverse .bootstrap-select.show .bs-caret {
    border-color: transparent transparent #fff;
}
.calc-plugin_inverse .bootstrap-select .select-default__btn + .dropdown-menu {
    border: 1px solid #fff;
    background: #1a97d1;
}
.calc-plugin_inverse .bootstrap-select .select-default__btn + .dropdown-menu a {
    color: #fff
}
.calc-plugin_inverse .bootstrap-select .select-default__btn + .dropdown-menu a:hover {
    color: #95C518;
}

@media screen and (max-width: 767px) {
    .calc-plugin_inverse .calc-delivery__radio-label:before {
        background: #fff;
        color: #1898D2;
    }
    .calc-plugin_inverse .calc-delivery__radio input[type="radio"]:checked + .calc-delivery__radio-label:before {
        color: #fff;
    }
}

.calc-plugin__result-toggle-hide {
    display: none!important;
}
.calc-short-result {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.calc-short-result__item {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    color: #000000;
}
.calc-plugin_inverse .calc-short-result__item {
    color: #ffffff;
}
.calc-short-result__item:not(:last-child) {
    margin-right: 10px;
}

.calc-short-result-mgg {
    margin-top: 10px;
}

.calc-short-result__helper {
    font-weight: 500;
    font-size: 11px;
    line-height: 1;
    color: #AAAAAA;
}
.calc-plugin_inverse .calc-short-result__helper {
    color: #ffffff;
}
.calc-short-result__item_icon_calc,
.calc-short-result__item_icon_clock,
.calc-short-result__item_icon_mgg {
    padding-left: 32px;
}
.calc-short-result__item_icon_calc:before,
.calc-short-result__item_icon_clock:before,
.calc-short-result__item_icon_mgg:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.calc-short-result__item_icon_mgg:before {
	content: "\e933";
	font-family: "baikal-icons";
	font-size:24px;
	color: #AAAAAA;
	opacity: 0.9;
}

.calc-short-result__item_icon_calc:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48ZyBzdHJva2U9IiNiN2I3YjciIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJNNCAzLjVBMS41IDEuNSAwIDAgMSA1LjUgMmgxM0ExLjUgMS41IDAgMCAxIDIwIDMuNXYxN2ExLjUgMS41IDAgMCAxLTEuNSAxLjVoLTEzQTEuNSAxLjUgMCAwIDEgNCAyMC41di0xN3oiLz48cmVjdCB4PSI3LjUiIHk9IjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjQiIHJ4PSIxLjUiLz48L2c+PHBhdGggZD0iTTkuNSAxMmExIDEgMCAxIDEtMiAwIDEgMSAwIDEgMSAyIDB6bS0xIDRhMSAxIDAgMSAwIDAtMiAxIDEgMCAxIDAgMCAyem0xIDJhMSAxIDAgMSAxLTIgMCAxIDEgMCAxIDEgMiAwem0yLjUtNWExIDEgMCAxIDAgMC0yIDEgMSAwIDEgMCAwIDJ6bTEgMmExIDEgMCAxIDEtMiAwIDEgMSAwIDEgMSAyIDB6bS0xIDRhMSAxIDAgMSAwIDAtMiAxIDEgMCAxIDAgMCAyem00LjUtN2ExIDEgMCAxIDEtMiAwIDEgMSAwIDEgMSAyIDB6bS0xIDRhMSAxIDAgMSAwIDAtMiAxIDEgMCAxIDAgMCAyem0xIDJhMSAxIDAgMSAxLTIgMCAxIDEgMCAxIDEgMiAweiIgZmlsbD0iI2I3YjdiNyIvPjwvc3ZnPg==");
}

.calc-plugin_inverse .calc-short-result__item_icon_calc:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj48ZyBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJNNCAzLjVBMS41IDEuNSAwIDAgMSA1LjUgMmgxM0ExLjUgMS41IDAgMCAxIDIwIDMuNXYxN2ExLjUgMS41IDAgMCAxLTEuNSAxLjVoLTEzQTEuNSAxLjUgMCAwIDEgNCAyMC41di0xN3oiLz48cmVjdCB4PSI3LjUiIHk9IjUiIHdpZHRoPSI5IiBoZWlnaHQ9IjQiIHJ4PSIxLjUiLz48L2c+PHBhdGggZD0iTTkuNSAxMmExIDEgMCAxIDEtMiAwIDEgMSAwIDEgMSAyIDB6bS0xIDRhMSAxIDAgMSAwIDAtMiAxIDEgMCAxIDAgMCAyem0xIDJhMSAxIDAgMSAxLTIgMCAxIDEgMCAxIDEgMiAwem0yLjUtNWExIDEgMCAxIDAgMC0yIDEgMSAwIDEgMCAwIDJ6bTEgMmExIDEgMCAxIDEtMiAwIDEgMSAwIDEgMSAyIDB6bS0xIDRhMSAxIDAgMSAwIDAtMiAxIDEgMCAxIDAgMCAyem00LjUtN2ExIDEgMCAxIDEtMiAwIDEgMSAwIDEgMSAyIDB6bS0xIDRhMSAxIDAgMSAwIDAtMiAxIDEgMCAxIDAgMCAyem0xIDJhMSAxIDAgMSAxLTIgMCAxIDEgMCAxIDEgMiAweiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==");
}
.calc-short-result__item_icon_clock:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNiN2I3YjciIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJNMi41IDEyYzAtNS41MjMgNC40NzctMTAgMTAtMTBoMGM1LjUyMyAwIDEwIDQuNDc3IDEwIDEwaDBjMCA1LjUyMy00LjQ3NyAxMC0xMCAxMGgwYy01LjUyMyAwLTEwLTQuNDc3LTEwLTEwaDB6Ii8+PHBhdGggZD0iTTEyLjUgNnY2LjVoNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
}
.calc-plugin_inverse .calc-short-result__item_icon_clock:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMS41Ij48cGF0aCBkPSJNMi41IDEyYzAtNS41MjMgNC40NzctMTAgMTAtMTBoMGM1LjUyMyAwIDEwIDQuNDc3IDEwIDEwaDBjMCA1LjUyMy00LjQ3NyAxMC0xMCAxMGgwYy01LjUyMyAwLTEwLTQuNDc3LTEwLTEwaDB6Ii8+PHBhdGggZD0iTTEyLjUgNnY2LjVoNiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+");
}
@media screen and (max-width: 479px) {
    .calc-short-result {
        flex-direction: column;
        align-items: flex-start;
    }
    .calc-short-result__item:not(:last-child) {
        margin: 0 0 16px;
    }
}

.calc-loader {
    position: relative;
}
.calc_overshadow {
    display: none;
}
.calc-loader.processed .calc_overshadow {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.calc-loader.loader-blue.processed .calc_overshadow {
    background: rgba(255,255,255,0.5) url("/local/templates/main/css/../i/loader-blue.svg") no-repeat 50% 50%;
}
.calc-loader.loader-white.processed .calc_overshadow {
    background: rgba(0,151,212,0.5) url("/local/templates/main/css/../i/loader-white.svg") no-repeat 50% 50%;
}
.calc-loader .load_calc_result {
    display: none!important;
}

.calc-plugin__delivery_notice {
    display: none;
    margin-top: 15px;
}

.calc-plugin__avia_notice {
    position: relative;
    margin-top: 20px;
    padding-left: 25px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}
.calc-plugin__avia_notice:before {
    content: "\e906";
    font-family: "baikal-icons";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 20px;
    padding-right: 5px;
    line-height: 26px;
}
/* End */


/* Start:/business/delivery-ozon/ozon-smallcargo/inc/style.css?16692026011140*/
.bootstrap-select .select-default__btn {
    padding-left: 40px!important;
}

.form-control__weight-volume {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.weight-volume__block {
    display: block;
    width: calc(20% - 10px);
    margin: 0 5px 10px;
    padding: 10px;
    font-size: 12px;
    border: 1px solid rgba(221, 221, 221, 0.6);
    cursor: pointer;
}
input.weight-volume__input:checked + .weight-volume__block {
    border: 2px solid #95C518;
}
.weight-volume__block:last-child {
    margin-right: 0;
}
input.weight-volume__input {
    display: none;
}
.calc-plugin__result {
    margin-top: 0!important;
    padding-top: 0!important;
}
.calc-plugin__result:before {
    display: none;
}
.calc-result {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.calc-result .popover-icon {
    position: absolute;
    top: 10px;
}
.price-ul {
    padding-left: 15px;
}
.calc-notify {
    margin: 15px 0 25px;
}
@media screen and (max-width: 767px) {
    .weight-volume__block {
        width: calc(33.333% - 10px);
    }
}
/* End */
/* /local/templates/main/css/calc-plugin.css?166841701218954 */
/* /business/delivery-ozon/ozon-smallcargo/inc/style.css?16692026011140 */
