

/* Start:/local/templates/site/components/bit/cargo_form/trans-click/style/style.css?178524537413815*/
@font-face {
  font-family: 'Inter';
  src: url('/local/templates/site/components/bit/cargo_form/trans-click/style/../fonts/fa-regular-400.woff2') format('woff2');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

:root {
  --white-color: #fff;
  --main-black: #000;
  --grey-color: #7E7979;
  --blue-color: #159EBB;
  --red-color: #E70C0C;
  --hover-blue-color: #108AA4;
  --active-blue-color: #0C748A;
}

* {
  box-sizing: border-box;
}

#pagetitle{
  margin-bottom: 20px !important;
}

.bit__container {

  max-width: 1336px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}

p{
  margin: 0;
}


/*html {
  font-family: 'Inter', sans-serif;
  background-color: var(--white-color);
  padding-bottom: 100px;
}*/

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bit__section-form{
  position: relative;
}


.bit__form-wrapper {
  margin-bottom: 10px;
}

.bit__form__title {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 50px !important;
  color: var(--main-black);
}


.bit__title-wrapper {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 30px;
  /* gap: 10px; */
  flex: 1 0 auto;
}



.bit__title-h2
{
	font-family:"RoadRadio";font-weight:400;font-style:normal;font-size:24px;line-height:24.22px;color:#000000;
/*  margin: 0;
  margin-right: 10px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  flex: 0 0 auto
*/
}

.bit__input {
  background: var(--white-color);
  border: 1px solid #DADADA;
  /*box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.25);*/
  border-radius: 5px;
  max-width: 33%;
  width: 100%;
  max-height: 50px;
  height: auto;
/*  color: var(--main-black);*/
  padding: 18px;
  font-size: 18px;
  outline: none;
  margin-bottom: 25px;
	font-family:"RoadRadio";font-weight:400;font-style:normal;font-size:16px;line-height:16.14px;color:#8d8d8d;
}

.bit__input::-webkit-input-placeholder {
  color: var(--grey-color);
}

.bit__input::-moz-placeholder {
  color: var(--grey-color);
}

.bit__input:-ms-input-placeholder {
  color: var(--grey-color);
}

.bit__input::-ms-input-placeholder {
  color: var(--grey-color);
}

.bit__input::placeholder {
  color: var(--grey-color);
}


.bit__checkbox-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 20px;
}

.bit__label {
	font-family:"RoadRadio";font-weight:400;font-style:normal;font-size:14px;line-height:14.13px;color:#000000;
/*  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;*/
  flex: 0 0 auto;
}

.bit__checkbox {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}


.bit__checkbox+.bit__label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bit__checkbox+.bit__label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 5px;
  margin-right: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75% 75%;

}

.bit__checkbox:checked+.bit__label::before {
  background-image: url("/local/templates/site/components/bit/cargo_form/trans-click/style/../img/checkbox.svg");
}

.bit__checkbox:not(:disabled):not(:checked)+.bit__label:hover::before {
  border-color: #b3d7ff;
}


.hidden {
  display: none;
}

/* Range slider */

.bit__range-slider__number {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

.bit__range-slider__number::-webkit-outer-spin-button,
.bit__range-slider__number::-webkit-inner-spin-button {
  display: none;
}

.bit__cargo__input-slider.active {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  max-width: 100%;
  justify-content: space-between;
  margin-bottom: 70px;
}


.bit__range-slider {
  display: flex;
  flex-direction: column;
  max-width: 30%;
}


.bit__range-slider-label {
  margin-bottom: 10px;
  text-align: center;
  color: var(--grey-color);
  font-size: 18px;
}

.bit__range-slider__number {
  border: none;
  text-align: center;
  outline: none;
  margin-bottom: 12px;
  font-size: 24px;
}

.bit__range-slider__range{
  -webkit-appearance: none;
  width: 100%;
}

.bit__range-slider__range:focus {
  outline: none;
}

.bit__range-slider__range:focus::-webkit-slider-runnable-track {
/*  background: var(--blue-color);*/
	background: #195BA0;
}

.bit__range-slider__range:focus::-ms-fill-lower {
/*  background: var(--blue-color);*/
	background: #195BA0;
}

.bit__range-slider__range:focus::-ms-fill-upper {
/*  background: var(--blue-color);*/
	background: #195BA0;
}

.bit__range-slider__range::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
/*  background: var(--blue-color);*/
	background: #195BA0;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.bit__range-slider__range::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px var(--main-black);
/*  border: 1px solid var(--blue-color);*/
  border: 1px solid #195BA0;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--white-color);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

.bit__range-slider__range::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: var(--white-color);
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.bit__range-slider__range::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--white-color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--white-color);
  cursor: pointer;
}

.bit__range-slider__range::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.bit__range-slider__range::-ms-fill-lower,
.bit__range-slider__range::-ms-fill-upper {
/*  background: var(--blue-color);*/
	background: #195BA0;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.bit__range-slider__range::-ms-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid var(--blue-color);
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: var(--white-color);
  cursor: pointer;
}

/* Route */

.bit__route{
  position: relative;
}

.bit__route__field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.bit__route__input{
margin-right: 2rem;;
}

.input-hint-in,
.input-hint-out{
  display: none;
  position: absolute;
}

.input-hint-in{
  top: -20px;
}

.input-hint-out{
  top: 55px;
}

.bit__route__input-item
{
  padding: 5px;
  border-bottom: 1px solid var(--grey-color);
  cursor: pointer;
}

.bit__route__input-item:hover
{
  background-color: #e9e9e9;
}

.bit__route__input {
  max-width: 76%;
}

.bit__route__input:last-child {
  margin-bottom: 0;
}

.bit__route__input-stations-1{
  display: none;
  position: absolute;
  top: 49px;
  max-height: 280px;
  height: auto;
  overflow-y: scroll;
  left: 0;
  max-width: 76%;
  width: 100%;
}

.bit__route__input-org{
  display: none;
  position: absolute;
  top: 48px;
  max-height: 280px;
  height: auto;
  overflow-y: scroll;
  left: 0;
  max-width: 48%;
  width: 100%;
  background: white;
  border: 1px solid #000;
}


.bit__route__input-fias{
  display: none;
  max-width: 76%;
  margin-right: 2rem;
}

.bit__route__input-stations-2{
  display: none;
  position: absolute;
  top: 124px;
  max-height: 280px;
  height: auto;
  overflow-y: scroll;
  left: 0;
  max-width: 76%;
  width: 100%;
}

.bit__input-stations-choise__list-1{
  display: none;
  position: absolute;
  top: 49px;
  height: auto;
  left: 0;
  max-width: 76%;
  width: 100%;
}
.bit__input-stations-choise__list-2{
  display: none;
  position: absolute;
  top: 124px;
  height: auto;
  left: 0;
  max-width: 76%;
  width: 100%;
}

.bit__input-stations-choise__list-item-content-1,
.bit__input-stations-choise__list-item-content-2,.bit__route__input-orgel{
  padding: 5px;
  border-bottom: 1px solid var(--grey-color);
  cursor: pointer;
}

.bit__input-stations-choise__list-item-content-1:hover,
.bit__input-stations-choise__list-item-content-2:hover,.bit__route__input-orgel:hover{
  background-color: #e9e9e9;
}

.arrselect .bit__input-stations-choise__list-item-content-1,
.arrselect .bit__input-stations-choise__list-item-content-2{
  background-color: #e9e9e9;
}

.in-active
{
display: block;
border: 1px solid var(--main-black);
z-index: 3;
background-color: var(--white-color);
}

/* Cargo */

.bit__form__cargo {
  display: flex;
  flex-direction: row;
  /* gap: 33px; */
  flex-wrap: wrap;
}

.bit__cargo-inputs {
  max-width: 56%;
  margin-right: 33px;
}

.bit__cargo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.bit__cargo-row {
  position: relative;
  display: flex;
  flex-direction: row;
  max-width: 100%;
  justify-content: space-between;
}

.bit__cargo__input-type{
  display: none;
  position: absolute;
  top: 49px;
  max-height: 280px;
  height: auto;
  overflow-y: scroll;
  left: 0;
  max-width: 59%;
  width: 100%;
}

.active{
  display: block;
  z-index: 2;
  background-color: var(--white-color);
  border: 1px solid var(--main-black);
}

.bit__cargo__input-item
{
  padding: 5px;
  border-bottom: 1px solid var(--grey-color);
  cursor: pointer;
}
.bit__cargo__input-item:hover
{
  background-color: #e9e9e9;
}

.bit__cargo__input:first-child {
  margin-right: 40px;
  max-width: 75%;
  width: 100%;
}


.bit__cargo__input-slider {
  display: none;
  border: none;
  box-shadow: none;
}


.column {
  flex-direction: column;
}

.bit__cargo__calendar{
  max-width: 40%;
  width: 100%;
}

/* Contacts */

.bit__form__contacts{
  margin-bottom: 0;
}

.error{
  box-shadow: inset 0px 0px 12px 3px rgba(239, 9, 9, 0.78);
  border-radius: 5px;
}

.bit__button:disabled{
/*  background-color: var(--grey-color);*/
}

.bit__button:disabled:hover{
/*  background-color: var(--grey-color);*/
}

.bit__button.disabled{
/*  background-color: var(--grey-color);
  cursor: pointer;*/
}

.bit__button.disabled:hover{
/*  background-color: var(--grey-color);*/
}

.bit__input-error{
  outline: var(--red-color);
}

.bit__email-error{
  display: none;
  color: var(--red-color);
}

.bit__contacts-row {
  flex-direction: row;
  width: 100%;
}

.bit__contacts__input {
  max-width: 48%;
  width: 100%;
}

.bit__contacts__input:first-child {
  margin-right: 22px;
}

/* Button */

.bit__button {
/*  background-color: var(--blue-color);
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: var(--white-color);
  border: none;
  outline: none;
  transition: background-color .5s ease;*/
	background-color:#195BA0;
	padding:15px 35px;
	font-family:"RoadRadio";font-weight:400;font-style:normal;font-size:16px;line-height:16.14px;color:#ffffff;
	border-radius:100px;
	border: none;
}

.bit__button:hover {
  /*background-color: var(--hover-blue-color);*/
}

.bit__button:active {
/*	outline: none;
	background-color: var(--active-blue-color);*/
}

.bit__button:focus{
/*  outline: none;*/
}

.bit__error-block,
.bit__success-block{
  position: absolute;
  display: none;
  z-index: 3;
  width: 560px;
  height: 320px;
  border-radius: 10px;
  top: 145px;
  left: 125px;
}


.bit__success-block{
  background: var(--blue-color);
}

.bit__error-block{
  background-color: var(--red-color);
}

.bit__succes-content,
.bit__error-block
{
  margin: 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: var(--white-color);
  padding: 65px 50px 70px 50px;
}

.active_blok{
  display: block;
}

@-moz-document url-prefix () {
  .bit__range-slider__range {
/*    background: #159EBB;*/
    background: #195BA0;
    border-radius: 40px; } }
*>.bit__range-slider__range {
/*  background: #159EBB;*/
    background: #195BA0;
  border-radius: 40px; }




@media (max-width:1400px) {

  .bit__cargo__input-type{
    max-width: 58%;
  }

  .bit__cargo__calendar{
    max-width: 37%;
  }

}


@media (max-width:1281px) {

  .bit__container {
    padding: 0 40px 0 40px;
  }

  .bit__route__input,
  .bit__route__input-fias{
    margin-right: 0;
    margin-bottom: 15px;
  }



  .bit__form__cargo {
    flex-direction: column;
  }

  .bit__cargo__input-type{
    max-width: 61%;
  }

  .bit__cargo-inputs {
    max-width: 100%;
    margin-right: 0;
  }

  .bit__cargo__calendar{
    max-width: 60%;
    margin-bottom: 25px;
  }

  .bit__route__input,
  .bit__route__input-fias {
    margin-bottom: 15px;
    max-width: 100%;
  }

  .bit__route__input-stations-1,
  .bit__route__input-stations-2{
    max-width: 100%;
  }

  .bit__checkbox-wrapper {
    margin-bottom: 25px;
  }

  .bit__contacts__input {
    max-width: 100%;
  }

  .bit__contacts__input:first-child {
    margin-right: 0;
  }
}




@media (max-width:974px) {

  /* Cargo */


  .bit__cargo__input {
    max-width: 100%;
  }

  .bit__cargo__input:first-child {
    max-width: 100%;
  }

  .bit__cargo__input:first-child {
    max-width: auto;
  }

  .bit__cargo-row {
    flex-direction: column;
  }

  .bit__cargo__input-type{
    max-width: 100%;
  }


  .bit__range-slider{
    margin-bottom: 20px;
    max-width: 100%;
  }

  .bit__cargo__input-slider.active{
    flex-direction: column;
    margin-bottom: 80px;
    margin-top: 0;
  }

}

@media(max-width:768px){

  .bit__cargo__calendar{
    max-width: 100%;
  }
  .bit__route__input-org{
	max-width: 100%;
  }

}


@media(max-width:575px) {
  .bit__section-form__container {
    flex-direction: column-reverse;
  }
}

.arrselectbit{
  background-color: #e9e9e9;
}


/* End */


/* Start:/local/templates/site/components/bit/cargo_form/trans-click/style/normalize.css?17852453746575*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/local/templates/site/components/bit/cargo_form/trans-click/style/airdatepicker.css?178524537422835*/
.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.form-control {
    display: none;
}

.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
    color: var(--adp-color-other-month-hover)
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
    color: #fff;
    background: var(--adp-background-color-selected-other-month)
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background: var(--adp-background-color-selected-other-month-focused)
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range-focused)
}

.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
    background: none;
    border: none
}

.air-datepicker-cell {
  font-weight: bold;
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.air-datepicker-cell.-focus- {
    background: var(--adp-background-color-hover)
}

.air-datepicker-cell.-current- {
/*    color: var(--adp-color-current-date);*/
    color:#195BA0;
}

.air-datepicker-cell.-current-.-focus- {
    color: var(--adp-color)
}

.air-datepicker-cell.-current-.-in-range- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-disabled- {
    cursor: default;
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-in-range- {
    color: var(--adp-color-disabled-in-range)
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-in-range- {
    background: var(--adp-cell-background-color-in-range);
    border-radius: 0
}

.air-datepicker-cell.-in-range-:hover {
    background: var(--adp-cell-background-color-in-range-hover)
}

.air-datepicker-cell.-range-from- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)
}

.air-datepicker-cell.-range-to- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: var(--adp-cell-border-radius)
}

.air-datepicker-cell.-selected- {
    color: #fff;
    border: none;
    border-radius: 50px;
/*    background: var(--adp-cell-background-color-selected);*/
	background:#195BA0;
}

.air-datepicker-cell.-selected-.-current- {
    color: #fff;
/*    background: var(--adp-cell-background-color-selected)*/
	background:#195BA0;
}

.air-datepicker-cell.-selected-.-focus- {
/*	background: var(--adp-cell-background-color-selected-hover);*/
	background:#195BA0;
}

.air-datepicker-body {
    transition: all var(--adp-transition-duration) var(--adp-transition-ease)
}

.air-datepicker-body.-hidden- {
    display: none
}

.air-datepicker-body--day-names {
    display: none;
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px
}

.air-datepicker-body--day-name {
    color: var(--adp-day-name-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.air-datepicker-body--cells {
	display: grid;
}

.air-datepicker-body--cells.-days- {
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    grid-auto-rows: var(--adp-day-cell-height)
}

.air-datepicker-body--cells.-months- {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: var(--adp-month-cell-height)
}

.air-datepicker-body--cells.-years- {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: var(--adp-year-cell-height)
}

.air-datepicker-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: var(--adp-nav-height);
    padding: var(--adp-padding);
    box-sizing: content-box
}

.-only-timepicker- .air-datepicker-nav {
    display: none
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.air-datepicker-nav--action {
    width: var(--adp-nav-action-size);
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.air-datepicker-nav--action:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--action:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--action.-disabled- {
    visibility: hidden
}

.air-datepicker-nav--action svg {
    width: 32px;
    height: 32px
}

.air-datepicker-nav--action path {
    fill: none;
    stroke: var(--adp-nav-arrow-color);
    stroke-width: 2px
}

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px
}

.air-datepicker-nav--title i {
    font-style: normal;
    color: var(--adp-nav-color-secondary);
    margin-left: .3em
}

.air-datepicker-nav--title:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--title:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--title.-disabled- {
    cursor: default;
    background: none
}

.air-datepicker-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.air-datepicker-button {
    display: inline-flex;
    color: var(--adp-btn-color);
    border-radius: var(--adp-btn-border-radius);
    cursor: pointer;
    height: var(--adp-btn-height);
    border: none;
    background: rgba(255, 255, 255, 0)
}

.air-datepicker-button:hover {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover)
}

.air-datepicker-button:focus {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover);
    outline: none
}

.air-datepicker-button:active {
    background: var(--adp-btn-background-color-active)
}

.air-datepicker-button span {
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.air-datepicker-time {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 12px;
    align-items: center;
    position: relative;
    padding: 0 var(--adp-time-padding-inner)
}

.-only-timepicker- .air-datepicker-time {
    border-top: none
}

.air-datepicker-time--current {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    text-align: center
}

.air-datepicker-time--current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
    content: '';
    background: var(--adp-background-color-hover);
    border-radius: var(--adp-border-radius);
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
    opacity: 1
}

.air-datepicker-time--current-ampm {
    text-transform: uppercase;
    align-self: flex-end;
    color: var(--adp-time-day-period-color);
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.air-datepicker-time--row {
    display: flex;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat
}

.air-datepicker-time--row:first-child {
    margin-bottom: 4px
}

.air-datepicker-time--row input[type='range'] {
    background: none;
    cursor: pointer;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none
}

.air-datepicker-time--row input[type='range']::-ms-tooltip {
    display: none
}

.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type='range']:hover::-ms-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type='range']:focus {
    outline: none
}

.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type='range']:focus::-ms-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type='range']::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -moz-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type='range']::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -ms-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
    margin-top: calc(var(--adp-time-thumb-size) / 2 * -1)
}

.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: transparent
}

.air-datepicker-time--row input[type='range']::-moz-range-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: transparent
}

.air-datepicker-time--row input[type='range']::-ms-track {
    border: none;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: transparent
}

.air-datepicker-time--row input[type='range']::-ms-fill-lower {
    background: transparent
}

.air-datepicker-time--row input[type='range']::-ms-fill-upper {
    background: transparent
}

.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 18px;
    --adp-width: 246px;
    --adp-z-index: 1;
    --adp-padding: 10px;
    --adp-grid-areas:
        'nav'
        'body'
        'timepicker'
        'buttons';
    --adp-transition-duration: .3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
    --adp-background-color-selected-other-month-focused: #8ad5f4;
    --adp-background-color-selected-other-month: #a2ddf6;
    --adp-color: #4a4a4a;
    --adp-color-secondary: #9c9c9c;
    --adp-accent-color: #4eb5e6;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: #ff9a19;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-selected: #159EBB;
    --adp-cell-background-color-selected-hover: #159EBB;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, .3);
    --adp-overlay-transition-duration: .3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99
}

.air-datepicker {
/*    background: var(--adp-background-color);*/
    background: #ffffff;
/*    border: 1px solid var(--adp-border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);*/
    border-radius: var(--adp-border-radius);
    box-sizing: content-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, -webkit-max-content);
    grid-template-rows: repeat(4, max-content);
    grid-template-areas: var(--adp-grid-areas);
/*    font-family: var(--adp-font-family), sans-serif;*/
/*    font-size: var(--adp-font-size);*/
    color: var(--adp-color);
    width: var(--adp-width);
    position: absolute;
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    z-index: var(--adp-z-index);

	font-family:"RoadRadio";font-weight:400;font-style:normal;font-size:16px;line-height:16.14px;
}

.air-datepicker:not(.-custom-position-) {
    opacity: 0
}

.air-datepicker.-from-top- {
    transform: translateY(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-from-right- {
    transform: translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom- {
    transform: translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left- {
    transform: translateX(calc(var(--adp-transition-offset) * -1))
}

.air-datepicker.-active-:not(.-custom-position-) {
    transform: translate(0, 0);
    opacity: 1
}

.air-datepicker.-active-.-custom-position- {
    transition: none
}

.air-datepicker.-inline- {
    width: 100%;
    border: 1px solid #dadada;
/*    box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, 0.25);*/
    border-radius: 5px;
    position: relative;
    opacity: 1;
    transform: none
}

.air-datepicker.-inline- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile- {
    --adp-font-size: var(--adp-mobile-font-size);
    --adp-day-cell-height: var(--adp-mobile-day-cell-height);
    --adp-month-cell-height: var(--adp-mobile-month-cell-height);
    --adp-year-cell-height: var(--adp-mobile-year-cell-height);
    --adp-nav-height: var(--adp-mobile-nav-height);
    --adp-nav-action-size: var(--adp-mobile-nav-height);
    position: fixed;
    width: var(--adp-mobile-width);
    border: none
}

.air-datepicker.-is-mobile- * {
    -webkit-tap-highlight-color: transparent
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    transform: translate(-50%, -50%)
}

.air-datepicker.-custom-position- {
    transition: none
}

.air-datepicker-global-container {
    position: absolute;
    left: 0;
    top: 0
}

.air-datepicker--pointer {
    --pointer-half-size: calc(var(--adp-pointer-size) / 2);
    position: absolute;
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    z-index: -1
}

.air-datepicker--pointer:after {
    content: '';
    position: absolute;
    background: #fff;
    border-top: 1px solid var(--adp-border-color-inline);
    border-right: 1px solid var(--adp-border-color-inline);
    border-top-right-radius: var(--adp-poiner-border-radius);
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    box-sizing: border-box
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^='top'] .air-datepicker--pointer {
    top: calc(100% - var(--pointer-half-size) + 1px)
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^='top'] .air-datepicker--pointer:after {
    transform: rotate(135deg)
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^='right'] .air-datepicker--pointer {
    right: calc(100% - var(--pointer-half-size) + 1px)
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^='right'] .air-datepicker--pointer:after {
    transform: rotate(225deg)
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^='bottom'] .air-datepicker--pointer {
    bottom: calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^='bottom'] .air-datepicker--pointer:after {
    transform: rotate(315deg)
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^='left'] .air-datepicker--pointer {
    left: calc(100% - var(--pointer-half-size) + 1px)
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^='left'] .air-datepicker--pointer:after {
    transform: rotate(45deg)
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset)
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset)
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
    left: calc(50% - var(--adp-pointer-size) / 2)
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
    top: calc(50% - var(--adp-pointer-size) / 2)
}

.air-datepicker--navigation {
    grid-area: nav
}

.air-datepicker--content {
    box-sizing: content-box;
    padding: 0px 30px 30px;
    grid-area: body
}

.-only-timepicker- .air-datepicker--content {
    display: none
}

.air-datepicker--time {
    grid-area: timepicker
}

.air-datepicker--buttons {
    grid-area: buttons
}

.air-datepicker--buttons,
.air-datepicker--time {
    padding: var(--adp-padding);
    border-top: 1px solid var(--adp-border-color-inner)
}

.air-datepicker-overlay {
    position: fixed;
    background: var(--adp-overlay-background-color);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    z-index: var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active- {
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s
}

@media(max-width:320px) {
  .air-datepicker--content {
    padding: 0px 10px 10px;
}

.air-datepicker-cell{
  font-size: 16px;
}


  .air-datepicker-nav{
  padding: 4px;
  font-size: 16px;
  }
}

/* End */


/* Start:/local/templates/site/components/bit/cargo_form/trans-click/js/fias/jquery.fias.min.css?17852453741174*/
.kladr-error {
  color: #cb3e27
}

#kladr_autocomplete ul {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 200px;
  max-height: 420px;
  color: #000;
}

#kladr_autocomplete li {
  border: 1px solid grey;
  display: list-item;
  list-style-type: none;
  margin: 0;
  padding: 6px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

#kladr_autocomplete li:hover {
  background-color: #e9e9e9;
  cursor: pointer;
}

#kladr_autocomplete li.active {
  background-color: #e9e9e9
}

#kladr_autocomplete a {
  text-decoration: none
}

#kladr_autocomplete strong {
  font-weight: 700
}

#kladr_autocomplete a,
#kladr_autocomplete strong,
#kladr_autocomplete small {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px
}

#kladr_autocomplete small {
  color: #AAA;
  font-size: 12px
}

#kladr_autocomplete .spinner {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url("/local/templates/site/components/bit/cargo_form/trans-click/js/fias/./images/spinner.png") center center no-repeat;
  z-index: 9999
}

/* End */
/* /local/templates/site/components/bit/cargo_form/trans-click/style/style.css?178524537413815 */
/* /local/templates/site/components/bit/cargo_form/trans-click/style/normalize.css?17852453746575 */
/* /local/templates/site/components/bit/cargo_form/trans-click/style/airdatepicker.css?178524537422835 */
/* /local/templates/site/components/bit/cargo_form/trans-click/js/fias/jquery.fias.min.css?17852453741174 */
