

/* Start:/local/js/kolesa/tire-service/client/dist/index.bundle.css?174790576822778*/
.tire-service {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  max-width: 380px
}

.tire-service > div {
  width: 100%;
  max-width: 380px;
}

.tire-service .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.tire-service__next-button {
  margin-top: 10px !important;
}

.tire-service-error {
  color: #e62222;
  margin: -10px 0;
}

.v-enter-active,
.v-leave-active {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loading__inner {
  width: 48px;
  height: 48px;
  border: 5px solid;
  border-color: #bd1c3c transparent;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.tire-service-addresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px
}

.tire-service-addresses__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tire-service-address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 2px solid #f0f0f0;
  padding: 20px;
  background: transparent;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  width: 100%;
}

.tire-service-address-item:hover {
  border: 2px solid #d82044;
}

.tire-service-address-item.is-checked {
  border: 2px solid #bd1c3c;
}

.tire-service-address-item__title {
  color: #383838;
  text-align: left;
}

.tire-service-date-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px
}


.tire-service-date-time .vdpComponent .vdpOuterWrap .vdpInnerWrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.tire-service-date-time__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.tire-service-vehicles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px
}

.tire-service-confirmation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.tire-service-confirmation__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.tire-service-appointment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.tire-service-appointment__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.tire-service-appointment__car-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.tire-service-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.tire-service-sms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px
}

.tire-service-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}

.tire-service-header__title {
  margin: 0;
  font-size: 18px;
}

.tire-service-header__back-btn {
  position: relative;
  background-color: #bd1c3c;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  border: none;
  border-radius: 100%;
  width: 30px;
  min-width: 32px;
  height: 32px
}

.tire-service-header__back-btn:after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M16 22L6 12 16 2l1.775 1.775L9.55 12l8.225 8.225L16 22z'/%3E%3C/svg%3E");
}

.tire-service-header__back-btn:hover {
  background-color: #d82044;
}

.wrapper-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper-label__title {
  margin-bottom: 6px;
  font-weight: normal;
  font-size: 13px;
  color: #777777;
  line-height: 20px;
}

.wrapper-label__required {
  font-size: 13px;
  margin: 0;
  color: #e62222;
}

.ui-select {
  position: relative;
}

.ui-select:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
      -ms-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath fill='%23ccc' d='M16 22L6 12 16 2l1.775 1.775L9.55 12l8.225 8.225L16 22z'/%3E%3C/svg%3E");
}

.ui-select.is-open:after {
  -webkit-transform: translate(0, -50%) rotate(-270deg);
      -ms-transform: translate(0, -50%) rotate(-270deg);
          transform: translate(0, -50%) rotate(-270deg);
}

.ui-select__input-container {
  cursor: text;
}

.ui-select__input-container input {
  pointer-events: none;
  padding: 8px 26px 7px 13px !important;
  text-overflow: ellipsis;
}

.ui-select__list {
  margin: 0;
}

.ui-select__dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  width: 100%
}

.ui-select__list {
  -webkit-box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, .15);
          box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, .15);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-height: 232px;
  overflow-y: scroll;
  padding: 8px 0;
}

.ui-select__list-item {
  background: none;
  border: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 20px;
}

.ui-select__list-item:disabled {
  pointer-events: none;
}

.ui-select__list-item:hover {
  color: #d82044;
  background-color: rgba(189, 28, 60, 0.1);
}

.ui-select__list-item.selected {
  color: #bd1c3c;
  background-color: rgba(189, 28, 60, 0.1);
}

.ui-select__overlay {
  display: none;
}

@media all and (min-width: 601px) {
  .ui-select__dropdown.top {
    top: auto;
    bottom: calc(100% + 4px);
  }
}

@media all and (max-width: 600px) {
  .ui-select__dropdown {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 2em;
  }

  .ui-select__overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 2em;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
  }

  .ui-select__list {
    z-index: 2;
    max-height: 416px;
  }
}

@-webkit-keyframes vdpSlideFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-0.5em, 0, 0);
            transform: translate3d(-0.5em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes vdpSlideFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-0.5em, 0, 0);
            transform: translate3d(-0.5em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes vdpSlideFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0.5em, 0, 0);
            transform: translate3d(0.5em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes vdpSlideFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0.5em, 0, 0);
            transform: translate3d(0.5em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes vdpFadeCalendar {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes vdpFadeCalendar {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.vdp-toggle-calendar-enter-active.vdpPositionReady {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.vdp-toggle-calendar-leave-active {
}

.vdp-toggle-calendar-enter-active.vdpPositionFixed {
  -webkit-animation: vdpFadeCalendar .3s;
          animation: vdpFadeCalendar .3s;
}

.vdp-toggle-calendar-leave-active.vdpPositionFixed {
  animation: vdpFadeCalendar .3s reverse;
}

.vdpComponent {
  position: relative;
  display: inline-block;
  font-size: 10px;
  color: #222222;
  color: var(--b24-text-color);
  width: 100%;
  z-index: 1;
}

.vdpComponent.vdpWithInput > input {
  padding-right: 30px;
  font-size: 14px;
  background: #f7f7f7;
}

.vdpClearInput {
  font-size: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3em;
}

.vdpClearInput:before {
  content: 'x';
  width: 1.4em;
  height: 1.4em;
  line-height: 1.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -.7em 0 0 -.7em;
  color: rgba(0, 0, 0, .3);
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 50%;
  background-color: #fff;
}

.vdpClearInput:hover:before {
  -webkit-box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, .15);
          box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, .15);
}

.vdpOuterWrap.vdpFloating {
  position: absolute;
  padding: .5em 0;
  z-index: 220;
}

.vdpOuterWrap.vdpPositionFixed {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .3);
}

.vdpFloating .vdpInnerWrap {
  max-width: 30em;
}

.vdpPositionFixed .vdpInnerWrap {
  max-width: 30em;
  margin: 0 auto;
  border: 0;
}

.vdpFloating.vdpPositionTop {
  top: 100%;
}

.vdpFloating.vdpPositionBottom {
  bottom: 100%;
}

.vdpFloating.vdpPositionLeft {
  left: 0;
}

.vdpFloating.vdpPositionRight {
  right: 0;
}

.vdpPositionTop.vdpPositionLeft {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}

.vdpPositionTop.vdpPositionRight {
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}

.vdpPositionBottom.vdpPositionLeft {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}

.vdpPositionBottom.vdpPositionRight {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}

.vdpInnerWrap {
  overflow: hidden;
  min-width: 28em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em;
  background: #fff;
  -webkit-box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, .15);
          box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, .15);
}

.vdpHeader {
  position: relative;
  padding: 0 1em 2.5em;
  margin: -1em -1em -2.5em;
  text-align: center;
  background: rgba(0, 0, 0, .08);
  background: var(--b24-field-background-color);
}

.vdpClearInput,
.vdpArrow,
.vdpPeriodControl > button {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  color: var(--b24-text-color);
}

.vdpArrow::-moz-focus-inner,
.vdpClearInput::-moz-focus-inner,
.vdpPeriodControl > button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.vdpArrow {
  font-size: 1em;
  width: 5em;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 2.5em;
  text-align: left;
}

.vdpArrow:before {
  content: '';
  width: 2.2em;
  height: 2.2em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.1em 0 0 -1.1em;
  border-radius: 100%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.vdpArrow:hover,
.vdpArrow:focus,
.vdpArrow:active {
  outline: 0;
}

.vdpArrow:hover:before,
.vdpArrow:focus:before {
  background-color: #fff;
}

.vdpArrow:active:before {
  background-color: #fff;
}

.vdpArrowNext:before {
  margin-left: -1.4em;
}

.vdpArrow:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5em;
  width: 0;
  height: 0;
  border: .5em solid transparent;
}

.vdpArrowPrev {
  left: -.3em;
}

.vdpArrowPrev:after {
  margin-left: -.8em;
  border-right-color: #222222;
}

.vdpArrowNext {
  right: -0.6em;
}

.vdpArrowNext:after {
  margin-left: -0.5em;
  border-left-color: #222222;
}

.vdpPeriodControl {
  display: inline-block;
  position: relative;
}

.vdpPeriodControl > button {
  font-size: 1.5em;
  padding: 1em 0.4em;
  display: inline-block;
}

.vdpPeriodControl > select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  font-size: 1.6em;
  -webkit-appearance: none;
}

.vdpTable {
  width: 100%;
  table-layout: fixed;
  position: relative;
  z-index: 5;
  border-collapse: collapse;
  font-size: inherit;
}

.vdpNextDirection {
  -webkit-animation: vdpSlideFromRight 0.5s;
          animation: vdpSlideFromRight 0.5s;
}

.vdpPrevDirection {
  -webkit-animation: vdpSlideFromLeft 0.5s;
          animation: vdpSlideFromLeft 0.5s;
}

.vdpCell,
.vdpHeadCell {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vdpCell {
  padding: 0.5em 0;
}

.vdpHeadCell {
  padding: 0.3em 0.5em 1.8em;
}

.vdpHeadCellContent {
  font-size: 1.3em;
  font-weight: normal;
  color: #222222;
}

.vdpCellContent {
  font-size: 1.4em;
  display: block;
  margin: 0 auto;
  width: 1.857em;
  height: 1.857em;
  line-height: 1.857em;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: background 0.1s, color 0.1s;
  transition: background 0.1s, color 0.1s;
  color: #222222;
}

.vdpCell.outOfRange {
  color: #222222;
  opacity: .5;
}

.vdpCell.today .vdpCellContent {
  color: #bd1c3c;
}

.vdpCell.selected {
  pointer-events: none;
}

.vdpCell.selected .vdpCellContent {
  color: #fff;
  background: #bd1c3c;
}

@media (hover: hover) {
  .vdpCell.selectable:hover .vdpCellContent {
    color: #d82044;
  }
}

.vdpCell.selectable {
  cursor: pointer;
}

.vdpCell.disabled {
  opacity: 0.5;
}

.vdpTimeControls {
  padding: 1.2em 2em;
  position: relative;
  margin: 1em -1em -1em;
  text-align: center;
  background: rgba(0, 0, 0, .08);
  background: var(--b24-field-background-color);
}

.vdpTimeUnit {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.vdpTimeUnit > pre,
.vdpTimeUnit > input {
  font-size: 1.7em;
  line-height: 1.3;
  padding: 0.1em 0.1em;
  word-wrap: break-word;
  white-space: pre-wrap;
  resize: none;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222222;
  border: 0;
  border-bottom: 1px solid transparent;
  text-align: center;
}

.vdpTimeUnit > pre {
  visibility: hidden;
  font-family: inherit;
}

.vdpTimeUnit > input {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
  outline: none;
  padding: 0;
  appearance: none;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vdpTimeUnit > input:hover,
.vdpTimeUnit > input:focus {
  border-bottom-color: #7485c2;
}

.vdpTimeUnit > input::-webkit-inner-spin-button,
.vdpTimeUnit > input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vdpTimeSeparator,
.vdpTimeCaption {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  color: #222222;
}

.vdpTimeCaption {
  margin-right: 0.5em;
}

@media screen and (min-width: 720px) {
  .vdpComponent {
    display: table-cell;
    font-size: .77em;
  }
}

.ui-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.ui-input:focus {
  outline: none;
}

.ui-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
}

.ui-switch.disabled {
  opacity: .4 !important;
  cursor: not-allowed;
}

.ui-switch.disabled .ui-switch__element {
  pointer-events: none;
}

.ui-switch__element {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

/* Hide default HTML checkbox */
.ui-switch__element .ui-switch__input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.ui-switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.ui-switch__slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.ui-switch__input:checked + .ui-switch__slider {
  background-color: #bd1c3c;
}

.ui-switch__input:focus + .ui-switch__slider {
  -webkit-box-shadow: 0 0 1px #bd1c3c;
          box-shadow: 0 0 1px #bd1c3c;
}

.ui-switch__input:checked + .ui-switch__slider:before {
  -webkit-transform: translate(18px, -50%);
  -ms-transform: translate(18px, -50%);
  transform: translate(18px, -50%);
}

.ui-switch__label {
  color: #333;
}

.ui-radio {
  display: grid;
  grid-template-columns: auto 2fr;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.ui-radio:hover .ui-radio__text {
  color: #d82044;
}

.ui-radio:hover .ui-radio__decorator::before {
  border: 2px solid #bd1c3c;
}

.ui-radio__container {
  position: relative;
  padding: 0 0 0 33px;
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}

.ui-radio__field {
  display: none;
}

.ui-radio__decorator svg {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
}

.ui-radio__field:checked + .ui-radio__decorator {
  background-color: #bd1c3c;
}

.ui-radio__field:checked + .ui-radio__decorator::before {
  background: url("/local/js/kolesa/tire-service/client/dist/images/svg/order_ext.svg") -64px -9px no-repeat;
}

.ui-radio__field:checked + .ui-radio__decorator::before {
  border: none;
}

.ui-radio__decorator {
  height: 21px;
  width: 21px;
  border: none !important;
  background: 0 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
}

.ui-radio__decorator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #f0f0f0;
  background: #fff;
  border-radius: 100%;
  z-index: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ui-radio__text {
  padding: 0;
  color: #333;
  display: block;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 15px;
  line-height: 20px;
  grid-column: 2 / 2;
  grid-row: 1 / 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* End */


/* Start:/bitrix/components/bitrix/news.detail/templates/.default/style.css?1747905760155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */
/* /local/js/kolesa/tire-service/client/dist/index.bundle.css?174790576822778 */
/* /bitrix/components/bitrix/news.detail/templates/.default/style.css?1747905760155 */
