

/* Start:/tools/payment/.style.css?16530513156302*/
.radio-icon__list {
    margin: 5px -8px 0;
    display: flex;
    flex-wrap: wrap;
}
.radio-icon__list > .radio-icon__wrapper {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 8px;
    margin-bottom: 20px;
}
.radio-icon__wrapper .radio-icon {
    height: 100%;
}
.radio-icon {
    position: relative;
    margin: 0 0 16px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
}
.radio-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50px;
    width: 25px;
    transform: translate(0,-50%);
    background-size: 100% auto !important;
}
.radio-icon input {
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0;
    width: 16px;
    height: 16px;
    opacity: 0;
    z-index: 1;
}
.radio-icon input:checked + label:after {
    opacity: 1;
}
.radio-icon label {
    position: relative;
    padding: 20px 20px 20px 85px;
    z-index: 5;
    cursor: pointer;
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    color: #2B2B2B;
    line-height: 1.23;
    display: flex;
    align-items: center;
    height: 100%;
}
.radio-icon label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 20px;
    top: 50%;
    transform: translate(0,-50%);
    background-color: #fff;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    z-index: 1;
}
.radio-icon label:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-image: linear-gradient(-90deg, #99D400 0%, #0097D4 100%);
    left: 26px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.radio-icon_card:before {
    height: 22px;
    background: url("/tools/payment/images/icon-card.svg") center center no-repeat;
}
.radio-icon_bill:before {
    height: 21px;
    background: url("/tools/payment/images/icon-bill.svg") center center no-repeat;
}
.radio-icon_cash:before {
    height: 25px;
    background: url("/tools/payment/images/icon-cash.svg") center center no-repeat;
}
@media screen and (max-width: 1199px) {
    .radio-icon__list > .radio-icon__wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .radio-icon__list > .radio-icon__wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .radio-icon__list > .radio-icon__wrapper:not(:last-child) {
        margin-bottom: 8px;
    }
}

.payment-about {
    margin-top: 40px;
}

.advantages-lk {
    margin-top: 30px;
}
.advantages-lk__title {
    font-weight: bold;
    font-size: 28px;
    color: #3B3F41;
    line-height: 1.21;
    margin: 0 0 30px;
}
.advantages-lk__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.advantages-lk__item-wrapper {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.advantages-lk__item {
    font-weight: 500;
    font-size: 13px;
    color: rgba(43,43,43,0.6);
    line-height: 1.61;
    position: relative;
    display: flex;
    flex-direction: column;
}
.advantages-lk__item:before {
    content: "\e900";
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    font-family: "baikal-icons";
    color: #95C518;
    border-radius: 50%;
    border: 2px solid #95C518;
    margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
    .advantages-lk__item-wrapper {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 575px) {
    .advantages-lk__item-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .advantages-lk__item {
        flex-direction: row;
        align-items: center;
    }
    .advantages-lk__item:before {
        margin: 0 8px 0 0;
        align-self: flex-start;
    }
}

.payment-form__section {
    border-top: 1px solid #F2F2F2;
    padding-top: 30px;
    margin-bottom: 30px;
}
.payment-form__section_no_border {
    padding-top: 0;
    border-top: none;
}
.payment-form__section_sm {
    padding-top: 10px;
    margin-bottom: 10px;
}
.payment-form__section_md {
    padding-top: 20px;
    margin-bottom: 20px;
}
.payment-form__section:last-child {
    margin-bottom: 0;
}

.payment-title {
    font-weight: bold;
    font-size: 16px;
    color: #0097D4;
    line-height: 1.56;
}
.payment-datesum {
    font-weight: 500;
    font-size: 13px;
    color: #2B2B2B;
    line-height: 1.92;
    margin-bottom: 10px;
}
.payment-text {
    font-weight: 500;
    font-size: 13px;
    color: #808080;
    line-height: 1.23;
}

.payment_info {
    display: inline-block;
    border-radius: 30px;
    padding: 0px 20px;
    color: #fff;
    border: none;
    height: 32px;
    line-height: 30px;
    font-weight: 600;
}

.order_payed {
    background-color: #4CAF50;
}
.order_part_payed {
    background-color: #FFC107;
}
.order_not_payed {
    background-color: #ea2f00;
}

.payment-details {
    padding-left: 28px;
}
.payment-detail {
    display: flex;
    font-size: 13px;
    color: #2B2B2B;
    line-height: 1.92;
    margin-bottom: 0px;
    align-items: flex-end;
}
.payment-detail__desc {
    flex: 0 0 60%;
    max-width: 60%;
    color: #8F9599;
    padding-right: 20px;
}
.payment-detail__val {
    flex: 0 0 40%;
    max-width: 40%;
    white-space: nowrap;
}
.payment-detail_big {
    font-weight: bold;
    margin-top: 5px;
}
.payment-detail_big .payment-detail__desc {
    color: #2B2B2B;
}
.payment-detail_big .payment-detail__val {
    font-size: 16px;
}


.payment-result__btn {
    margin-top: 20px;
}
.payment-result__text {
    margin: 0 0 30px;
}


.img-inline {
    display: inline-block;
    vertical-align: middle;
    max-height: 60px;
    max-width: 60px;
    margin-right: 10px;
}

.ul_images {
    list-style-type: none;
    margin: 10px 0 20px;
    padding: 0;
    line-height: 1.69;
}
.ul_images li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 25px;
}
.ul_images li:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #99D400;
}

/* End */


/* Start:/style-ext.css?15877428414843*/
.c-checkbox,
.c-radio {
  margin-right: 4px;
}
.c-checkbox *,
.c-radio * {
  cursor: pointer;
}
.c-checkbox label,
.c-radio label {
	height: 23px;
	line-height: 23px;
	padding-left: 20px;
}
.c-checkbox input,
.c-radio input {
  opacity: 0;
  position: absolute;
  margin-left: 0 !important;
}
.c-checkbox span,
.c-radio span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #ccc;
  margin-right: 5px;
  text-align: center;
}
.c-checkbox span:before,
.c-radio span:before {
  margin-left: 1px;
}
.c-checkbox:hover span,
.c-radio:hover span {
  border-color: #00b5f9;
}
.form-inline .c-checkbox span,
.form-inline .c-radio span {
  margin-left: 0;
}
.c-checkbox.c-checkbox-rounded span,
.c-radio.c-checkbox-rounded span,
.c-checkbox.c-radio-rounded span,
.c-radio.c-radio-rounded span {
  border-radius: 500px;
}
/* override for radio */
.c-radio span {
  border-radius: 500px;
}
/* the icon */
.c-checkbox span:before,
.c-radio span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: center !important;
  font-size: 12px;
  line-height: 18px;
  vertical-align: middle;
}
/* Checked state */
.c-checkbox,
.c-radio {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
.c-checkbox input[type=checkbox]:checked + span:before,
.c-radio input[type=checkbox]:checked + span:before,
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
}
.c-checkbox input[type=checkbox]:checked + span,
.c-radio input[type=checkbox]:checked + span,
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  border-color: #00b5f9;
  background-color: #00b5f9;
}
.c-checkbox input[type=radio]:checked + span,
.c-radio input[type=radio]:checked + span {
  background-color: #fff;
}
.c-checkbox input[type=radio]:checked + span:before,
.c-radio input[type=radio]:checked + span:before {
  color: #00b5f9;
}
.c-checkbox input[type=checkbox]:disabled + span,
.c-radio input[type=checkbox]:disabled + span,
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  border-color: #dddddd !important;
  background-color: #dddddd !important;
}
.c-checkbox input[type=radio]:disabled + span,
.c-radio input[type=radio]:disabled + span {
  background-color: #fff !important;
}
.c-checkbox input[type=radio]:disabled + span:before,
.c-radio input[type=radio]:disabled + span:before {
  color: #dddddd;
}
.c-radio.c-radio-nofont {
  /* override for radio */
  /* Disable state */
  /* override for radio */
}
.c-radio.c-radio-nofont span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 500px;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  color: #fff;
  opacity: 1;
  transition: color 0.3s ease-out;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  border-color: #00b5f9;
  background-color: #00b5f9;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span {
  background-color: #fff;
}
.c-radio.c-radio-nofont input[type=radio]:checked + span:before {
  background-color: #00b5f9;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  border-color: #dddddd !important;
  background-color: #dddddd !important;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span {
  background-color: #fff !important;
}
.c-radio.c-radio-nofont input[type=radio]:disabled + span:before {
  background-color: #dddddd;
}

.c-radio.invert input[type="radio"]:checked + span {
  background-color: #00b5f9;
}
.c-radio.invert input[type="radio"]:checked + span:before {
  color: #fff;
}

.c-radio.disabled label {
	color: #ddd;
}




.radio.c-radio_primary {
    position: relative;
}
.radio.c-radio_primary label {
    padding-left: 28px;
}
.radio.c-radio_primary span {
    position: absolute;
    margin-left: 0;
    left: 0;
}
div.icon-truck-green,
div.icon-plane-green {
    padding-left: 26px;
    position: relative;
}
div.icon-truck-green::before,
div.icon-plane-green::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 15px;
    top: 4px;
    left: 0;
}
div.icon-truck-green::before {
    background: url('/local/templates/main/images/icon-truck-green.svg') no-repeat center top;
    background-size: auto 100%;
}
div.icon-plane-green::before {
    background: url('/local/templates/main/images/icon-plane-green.svg') no-repeat center top;
    background-size: auto 100%;
}
.c-radio__helper {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: rgba(43, 43, 43, 0.5);
    position: relative;
    top: -2px;
}

/* End */
/* /tools/payment/.style.css?16530513156302 */
/* /style-ext.css?15877428414843 */
