@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6uyw4BMUTPHjxAwWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh6UVSwaPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v17/S6u9w4BMUTPHh50XSwaPHA.ttf) format('truetype');
}
/********* Libraries *********/
/*!
 * Select2 Bootstrap4 Theme v1.0.2 (https://github.com/berkan52/select2-bootstrap4-theme)
 * 
 * A theme for Select2 v4 and Bootstrap 4.1.1 
 * 
 * Release v1.0.2 - 13/05/2018
 * Copyright 2017 Berkan Akyürek <berkan52@gmail.com>
 * Latest build by djibe (with autoprefixer)
 * Licensed under MIT 
 */
.select2-container--bootstrap4 {
  display: block;
}
.select2-container--bootstrap4 .select2-selection {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
  outline: 0;
}
.select2-container--bootstrap4 .select2-selection.form-control {
  border-radius: 0.25rem;
}
.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
}
.select2-container--bootstrap4 .select2-search__field {
  outline: 0;
}
.select2-container--bootstrap4 .select2-search__field::-webkit-input-placeholder {
  color: #6c757d;
}
.select2-container--bootstrap4 .select2-search__field:-moz-placeholder {
  color: #6c757d;
}
.select2-container--bootstrap4 .select2-search__field::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.select2-container--bootstrap4 .select2-search__field:-ms-input-placeholder {
  color: #b6b6b6 !important;
}
.select2-container--bootstrap4 .select2-results__option {
  padding: 0.75rem 0.375rem;
  font-size: 1rem;
}
.select2-container--bootstrap4 .select2-results__option[role='group'] {
  padding: 0;
}
.select2-container--bootstrap4 .select2-results__option[aria-disabled='true'] {
  color: #6c757d;
  cursor: not-allowed;
}
.select2-container--bootstrap4 .select2-results__option[aria-selected='true'] {
  background-color: #f8f9fa;
  color: #16181b;
}
.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
  background-color: #007bff;
  color: #fff;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option {
  padding: 0.75rem 0.375rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.375rem;
  padding-left: 0.75rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -0.75rem;
  padding-left: 1.125rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.125rem;
  padding-left: 1.5rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.5rem;
  padding-left: 1.875rem;
}
.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1.875rem;
  padding-left: 2.25rem;
}
.select2-container--bootstrap4 .select2-results__group {
  color: #6c757d;
  display: block;
  padding: 0.75rem 0.375rem;
  font-size: 75%;
  line-height: 1;
  white-space: nowrap;
}
.select2-container--focus {
  border: 1px solid #323232;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--open .select2-selection {
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  border-color: #80bdff;
}
@media screen and (prefers-reduced-motion: reduce) {
  .select2-container--bootstrap4.select2-container--focus .select2-selection,
  .select2-container--bootstrap4.select2-container--open .select2-selection {
    -webkit-transition: none;
    transition: none;
  }
}
.select2-container--bootstrap4.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.25rem 0.25rem 0.25rem;
}
.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-color: transparent;
}
.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent;
}
.select2-container--bootstrap4 .select2-selection__clear {
  color: #6c757d;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--bootstrap4 .select2-selection__clear:hover {
  color: #343a40;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection {
  border-color: #ced4da;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-search__field {
  cursor: not-allowed;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #e9ecef;
}
.select2-container--bootstrap4.select2-container--disabled .select2-selection__clear,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none;
}
.select2-container--bootstrap4 .select2-dropdown {
  border-color: #80bdff;
  border-width: 1px;
  overflow-x: hidden;
  margin-top: -1px;
}
.select2-container--bootstrap4 .select2-dropdown--above {
  margin-top: 1px;
}
.select2-container--bootstrap4 .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--bootstrap4 .select2-selection--single {
  height: calc(2.25rem + 2px);
  line-height: 1;
  padding: 0.75rem 1.125rem 0.75rem 0.375rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 0.375rem;
  top: 0;
  width: 0.25rem;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-color: #6c757d transparent transparent transparent;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0.25rem;
  height: 0;
  left: 0;
  margin-left: -0.25rem;
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  color: #495057;
  padding: 0;
}
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
  color: #6c757d;
}
.select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.25rem + 2px);
  padding: 0;
  height: auto;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0.75rem 0.375rem 0 0.75rem;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__placeholder {
  color: #6c757d;
  float: left;
  margin-top: 5px;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  color: #495057;
  background: transparent;
  border: 1px solid #343a40;
  border-radius: 0.25rem;
  cursor: default;
  float: left;
  margin: -0.25rem 0 0 0.1875rem;
  padding: 0 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 0.375rem;
  height: calc (2.25rem + 2px)-2;
  line-height: 1;
  margin-top: 0;
  min-width: 5em;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  color: #6c757d;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 0.375rem;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #343a40;
}
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.75rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-sm,
.input-group-sm .select2-container--bootstrap4 .select2-selection--single,
.form-group-sm .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0.2rem;
  font-size: 75%;
  height: calc(1.8125rem + 2px);
  line-height: 1;
  padding: 0.5rem 1rem 0.5rem 0.25rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-sm .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b,
.form-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  margin-left: -0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple,
.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(1.8125rem + 2px);
  border-radius: 0.2rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__rendered,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered,
.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 0.5rem 0.25rem 0 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__choice,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: 75%;
  line-height: 1;
  margin: 0 0 0 0.125rem;
  padding: 0 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.25rem;
  font-size: 75%;
  height: calc(1.8125rem + 2px)-2;
  line-height: 1;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__clear,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear,
.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg,
.input-group-lg .select2-container--bootstrap4 .select2-selection--single,
.form-group-lg .select2-container--bootstrap4 .select2-selection--single {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  height: calc(2.875rem + 2px);
  line-height: 1;
  padding: 1rem 1.4375rem 1rem 0.5rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow,
.form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
  width: 0.3125rem;
}
.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b,
.form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
  border-width: 0.3125rem 0.3125rem 0 0.3125rem;
  margin-left: -0.3125rem;
  margin-left: -1rem;
  margin-top: -0.15625rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple,
.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple {
  min-height: calc(2.875rem + 2px);
  border-radius: 0.3rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__choice,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
  margin: 0rem 0 0 0.25rem;
  padding: 0 1rem;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field,
.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 0.5rem;
  font-size: 1.25rem;
  height: calc (2.875rem + 2px)-2;
  line-height: 1;
}
.select2-search.select2-search--dropdown {
  display: none;
}
.search-visible .select2-search.select2-search--dropdown {
  display: block;
  border: 1px solid #d1d1d1;
}
.search-visible .select2-search.select2-search--dropdown .select2-search__field {
  border: 1px solid #d1d1d1;
}
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__clear,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear,
.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  margin-top: 1rem;
}
.select2-container--bootstrap4 .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.input-group-lg .select2-container--bootstrap4 .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #6c757d transparent;
  border-width: 0 0.3125rem 0.3125rem 0.3125rem;
}
.select2-container--bootstrap4[dir='rtl'] .select2-selection--single {
  padding-left: 1.125rem;
  padding-right: 0.375rem;
}
.select2-container--bootstrap4[dir='rtl'] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
.select2-container--bootstrap4[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--bootstrap4[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  left: 0.375rem;
  right: auto;
}
.select2-container--bootstrap4[dir='rtl'] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0;
}
.select2-container--bootstrap4[dir='rtl'] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4[dir='rtl'] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--bootstrap4[dir='rtl'] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--bootstrap4[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 0.1875rem;
}
.select2-container--bootstrap4[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #ffc107;
}
.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  border-color: #d39e00;
}
.has-warning.select2-drop-active {
  border-color: #d39e00;
}
.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #d39e00;
}
.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #dc3545;
}
.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  border-color: #bd2130;
}
.has-error.select2-drop-active {
  border-color: #bd2130;
}
.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #bd2130;
}
.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #28a745;
}
.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  border-color: #1e7e34;
}
.has-success.select2-drop-active {
  border-color: #1e7e34;
}
.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #1e7e34;
}
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap4 > .selection > .select2-selection.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child) + .select2-container--bootstrap4:not(:last-child) > .selection > .select2-selection.form-control {
  border-radius: 0;
}
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection,
.input-group > .select2-hidden-accessible:not(:first-child):not(:last-child) + .select2-container--bootstrap4:last-child > .selection > .select2-selection.form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .select2-container--bootstrap4 {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
}
.input-group > .select2-container--bootstrap4 > .selection > .select2-selection.form-control {
  float: none;
}
.input-group > .select2-container--bootstrap4.select2-container--open,
.input-group > .select2-container--bootstrap4.select2-container--focus {
  z-index: 3;
}
.input-group > .select2-container--bootstrap4,
.input-group > .select2-container--bootstrap4 .input-group-btn,
.input-group > .select2-container--bootstrap4 .input-group-btn .btn {
  vertical-align: top;
}
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important;
}
.table .select2-container--focus {
  border: 1px solid #323232;
}
.select2-results .select2-results__option--highlighted {
  background-color: #e8e8e8;
}
@media (min-width: 576px) {
  .form-inline .select2-container--bootstrap4 {
    display: inline-block;
  }
}
.select_dhl ul {
  max-height: 200px;
  overflow-y: auto;
}
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: '';
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url('data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==');
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: none;
  box-shadow: 1px 1px 6px 1px #ccc;
  border-radius: 0;
}
.ui-widget-content {
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  color: #131313;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333333;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #ffe4e6;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url('../../img/ui-icons_444444_256x240.png');
}
.ui-widget-header .ui-icon {
  background-image: url('../../img/ui-icons_444444_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url('../../img/ui-icons_555555_256x240.png');
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url('../../img/ui-icons_ffffff_256x240.png');
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url('../../img/ui-icons_777620_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('../../img/ui-icons_cc0000_256x240.png');
}
.ui-button .ui-icon {
  background-image: url('../../img/ui-icons_777777_256x240.png');
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -32px -16px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -96px -16px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
.ui-state-default {
  text-align: center !important;
  background: #ffffff;
  border: none !important;
  border-radius: 50% !important;
  color: #131313 !important;
  height: 25px;
  width: 25px;
}
.ui-state-default:focus,
.ui-state-default:hover,
.ui-state-default:active {
  background: #d40511 !important;
  color: white !important;
}
.ui-state-default.ui-state-active {
  background: #d40511 !important;
  color: white !important;
}
#ui-datepicker-div .ui-widget-header {
  background: none;
  border: none;
}
#ui-datepicker-div .ui-datepicker-prev.ui-state-hover {
  background: none;
  border: none;
}
#ui-datepicker-div .ui-datepicker-prev span.ui-icon {
  background-image: url('../../img/ui-icons_444444_256x240.png');
}
#ui-datepicker-div .ui-datepicker-prev span.ui-icon.ui-icon-circle-triangle-w {
  background-position: -96px -16px;
}
#ui-datepicker-div .ui-datepicker-next.ui-state-hover {
  background: none;
  border: none;
}
#ui-datepicker-div .ui-datepicker-next span.ui-icon {
  background-image: url('../../img/ui-icons_444444_256x240.png');
}
#ui-datepicker-div .ui-datepicker-next span.ui-icon.ui-icon-circle-triangle-e {
  background-position: -32px -16px;
}
.ui-datepicker-calendar tbody tr td a.ui-state-default {
  background: none;
}
.ui-datepicker-calendar tbody tr td a.ui-state-default.ui-state-highlight {
  background-color: #ffe4e6;
}
.ui-datepicker-calendar thead th span {
  color: #e7e7e7;
  text-transform: lowercase;
  font-weight: 400;
  width: 20px;
  display: block;
}
.ui-datepicker-week-end a {
  color: #d40511 !important;
}
/********* Utils *********/
@font-face {
  font-family: DeliveryBold;
  src: url('../../fonts/EOT/Delivery_W_Bd.eot');
  src: url('../../fonts/EOT/Delivery_W_Bd.eot?#iefix') format('embedded-opentype'), url('../../fonts/SVG/Delivery_W_Bd.svg') format('svg'), url('../../fonts/WOFF/Delivery_W_Bd.woff') format('woff'), url('../../fonts/WOFF2/Delivery_W_Bd.woff2') format('woff2');
}
@font-face {
  font-family: DeliveryBoldItalic;
  src: url('../../fonts/EOT/Delivery_W_BdIt.eot');
  src: url('../../fonts/EOT/Delivery_W_BdIt.eot?#iefix') format('embedded-opentype'), url('../../fonts/SVG/Delivery_W_BdIt.svg') format('svg'), url('../../fonts/WOFF/Delivery_W_BdIt.woff') format('woff'), url('../../fonts/WOFF2/Delivery_W_BdIt.woff2') format('woff2');
}
@font-face {
  font-family: DeliveryBlackCondensed;
  src: url('../../fonts/EOT/Delivery_W_CdBlk.eot');
  src: url('../../fonts/EOT/Delivery_W_CdBlk.eot?#iefix') format('embedded-opentype'), url('../../fonts/SVG/Delivery_W_CdBlk.svg') format('svg'), url('../../fonts/WOFF/Delivery_W_CdBlk.woff') format('woff'), url('../../fonts/WOFF2/Delivery_W_CdBlk.woff2') format('woff2');
}
@font-face {
  font-family: DeliveryLightCondensed;
  src: url('../../fonts/EOT/Delivery_W_CdLt.eot');
  src: url('../../fonts/EOT/Delivery_W_CdLt.eot?#iefix') format('embedded-opentype'), url('../../fonts/SVG/Delivery_W_CdLt.svg') format('svg'), url('../../fonts/WOFF/Delivery_W_CdLt.woff') format('woff'), url('../../fonts/WOFF2/Delivery_W_CdLt.woff2') format('woff2');
}
@font-face {
  font-family: DeliveryItalic;
  src: url('../../fonts/EOT/Delivery_W_It.eot');
  src: url('../../fonts/EOT/Delivery_W_It.eot?#iefix') format('embedded-opentype'), url('../../fonts/SVG/Delivery_W_It.svg') format('svg'), url('../../fonts/WOFF/Delivery_W_It.woff') format('woff'), url('../../fonts/WOFF2/Delivery_W_It.woff2') format('woff2');
}
@font-face {
  font-family: DeliveryLight;
  src: url('../../fonts/EOT/Delivery_W_Lt.eot');
  src: url('../../fonts/EOT/Delivery_W_Lt.eot?#iefix') format('embedded-opentype'), url('../../fonts/SVG/Delivery_W_Lt.svg') format('svg'), url('../../fonts/WOFF/Delivery_W_Lt.woff') format('woff'), url('../../fonts/WOFF2/Delivery_W_Lt.woff2') format('woff2');
}
@font-face {
  font-family: DeliveryLightItalic;
  src: url('../../fonts/EOT/Delivery_W_LtIt.eot');
  src: url('../../fonts/EOT/Delivery_W_LtIt.eot?#iefix') format('embedded-opentype'), url('../../fonts/SVG/Delivery_W_LtIt.svg') format('svg'), url('../../fonts/WOFF/Delivery_W_LtIt.woff') format('woff'), url('../../fonts/WOFF2/Delivery_W_LtIt.woff2') format('woff2');
}
@font-face {
  font-family: DeliveryRegular;
  src: url('../../fonts/EOT/Delivery_W_Rg.eot');
  src: url('../../fonts/EOT/Delivery_W_Rg.eot?#iefix') format('embedded-opentype'), url('../../fonts/SVG/Delivery_W_Rg.svg') format('svg'), url('../../fonts/WOFF/Delivery_W_Rg.woff') format('woff'), url('../../fonts/WOFF2/Delivery_W_Rg.woff2') format('woff2');
}
.icon__title {
  position: relative;
  background: url(../../img/title_arrow_icon.png) no-repeat center;
  width: 9px;
  height: 19px;
  display: inline-block;
  margin-left: 15px;
}
.icon-list {
  background: url(../../img/icons-sprite.png) -489px 0px no-repeat;
  width: 32px;
  height: 25px;
  display: block;
}
.icon-list:hover,
.icon-list.hover {
  background-position: -489px -66px;
}
.icon-list:active,
.icon-list.active {
  background-position: -489px -133px;
}
.icon.icon-user {
  background: url(../../img/icons-sprite.png) 0px -4px no-repeat;
  width: 19px;
  height: 18px;
  display: block;
}
.icon.icon-user:hover,
.icon.icon-user.hover {
  background-position: 0px -70px;
}
.icon.icon-user:active,
.icon.icon-user.active {
  background-position: 0px -136px;
}
.icon.icon-ok {
  background: url(../../img/icons-sprite.png) -50px -5px no-repeat;
  width: 20px;
  height: 16px;
  display: block;
}
.icon.icon-ok:hover,
.icon.icon-ok.hover {
  background-position: -50px -71px;
}
.icon.icon-ok:active,
.icon.icon-ok.active {
  background-position: -50px -137px;
}
.icon.icon-delete {
  background: url(../../img/icons-sprite.png) -100px -6px no-repeat;
  width: 20px;
  height: 16px;
  display: block;
}
.icon.icon-delete:hover,
.icon.icon-delete.hover {
  background-position: -100px -71px;
}
.icon.icon-delete:active,
.icon.icon-delete.active {
  background-position: -100px -137px;
}
.icon.icon-edit {
  background: url(../../img/icons-sprite.png) -145px -4px no-repeat;
  width: 20px;
  height: 18px;
  display: block;
}
.icon.icon-edit:hover,
.icon.icon-edit.hover {
  background-position: -145px -70px;
}
.icon.icon-edit:active,
.icon.icon-edit.active {
  background-position: -145px -136px;
}
.icon.icon-envelope {
  background: url(../../img/icons-sprite.png) -195px -7px no-repeat;
  width: 20px;
  height: 15px;
  display: block;
}
.icon.icon-envelope:hover,
.icon.icon-envelope.hover {
  background-position: -195px -71px;
}
.icon.icon-envelope:active,
.icon.icon-envelope.active {
  background-position: -195px -137px;
}
.icon.icon-trash {
  background: url(../../img/icons-sprite.png) -245px -5px no-repeat;
  width: 15px;
  height: 17px;
  display: block;
}
.icon.icon-trash:hover,
.icon.icon-trash.hover {
  background-position: -245px -71px;
}
.icon.icon-trash:active,
.icon.icon-trash.active {
  background-position: -245px -137px;
}
.icon.icon-pdf {
  background: url(../../img/icons-sprite.png) -294px -3px no-repeat;
  width: 19px;
  height: 21px;
  display: block;
}
.icon.icon-pdf:hover,
.icon.icon-pdf.hover {
  background-position: -294px -69px;
}
.icon.icon-pdf:active,
.icon.icon-pdf.active {
  background-position: -294px -135px;
}
@media (max-width: 960px) {
  .icon.icon-pdf {
    background: url(../../img/icons-sprite.png) -294px -3px no-repeat;
    width: 23px;
    height: 21px;
    display: block;
  }
  .icon.icon-pdf:hover,
  .icon.icon-pdf.hover {
    background-position: -294px -69px;
  }
  .icon.icon-pdf:active,
  .icon.icon-pdf.active {
    background-position: -294px -135px;
  }
}
.icon.icon-printer {
  background: url(../../img/icons-sprite.png) -343px -5px no-repeat;
  width: 20px;
  height: 18px;
  display: block;
}
.icon.icon-printer:hover,
.icon.icon-printer.hover {
  background-position: -343px -70px;
}
.icon.icon-printer:active,
.icon.icon-printer.active {
  background-position: -343px -137px;
}
@media (max-width: 960px) {
  .icon.icon-printer {
    background: url(../../img/icons-sprite.png) -343px -5px no-repeat;
    width: 23px;
    height: 18px;
    display: block;
  }
  .icon.icon-printer:hover,
  .icon.icon-printer.hover {
    background-position: -343px -70px;
  }
  .icon.icon-printer:active,
  .icon.icon-printer.active {
    background-position: -343px -137px;
  }
}
.icon.icon-search {
  background: url(../../img/icons-sprite.png) -392px -2px no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}
.icon.icon-search:hover,
.icon.icon-search.hover {
  background-position: -392px -69px;
}
.icon.icon-search:active,
.icon.icon-search.active {
  background-position: -393px -136px;
}
@media (max-width: 960px) {
  .icon.icon-search {
    background: url(../../img/icons-sprite.png) -392px -2px no-repeat;
    width: 24px;
    height: 20px;
    display: block;
  }
  .icon.icon-search:hover,
  .icon.icon-search.hover {
    background-position: -392px -69px;
  }
  .icon.icon-search:active,
  .icon.icon-search.active {
    background-position: -393px -136px;
  }
}
.icon.icon-dots {
  background: url(../../img/icons-sprite.png) -453px -2px no-repeat;
  width: 6px;
  height: 22px;
  display: block;
}
.icon.icon-dots:hover,
.icon.icon-dots.hover {
  background-position: -453px -68px;
}
.icon.icon-dots:active,
.icon.icon-dots.active {
  background-position: -453px -134px;
}
.icon.icon-list {
  background: url(../../img/icons-sprite.png) -489px 0px no-repeat;
  width: 32px;
  height: 25px;
  display: block;
}
.icon.icon-list:hover,
.icon.icon-list.hover {
  background-position: -489px -66px;
}
.icon.icon-list:active,
.icon.icon-list.active {
  background-position: -489px -133px;
}
.icon.icon-small-list {
  background: url(../../img/icons-sprite.png) -551px 0px no-repeat;
  width: 32px;
  height: 25px;
  display: block;
}
.icon.icon-small-list:hover,
.icon.icon-small-list.hover {
  background-position: -551px -66px;
}
.icon.icon-small-list:active,
.icon.icon-small-list.active {
  background-position: -551px -133px;
}
.icon.icon-arrow-down {
  background: url(../../img/icons-sprite.png) -613px -10px no-repeat;
  width: 15px;
  height: 7px;
  display: block;
}
.icon.icon-arrow-down:hover,
.icon.icon-arrow-down.hover {
  background-position: -613px -77px;
}
.icon.icon-arrow-down:active,
.icon.icon-arrow-down.active {
  background-position: -613px -142px;
}
.icon.icon-arrow-down-red {
  background: url(../../img/icons-sprite.png) -613px -70px no-repeat;
  width: 15px;
  height: 7px;
  display: block;
}
.icon.icon-arrow-down-red:hover,
.icon.icon-arrow-down-red.hover {
  background-position: -613px -77px;
}
.icon.icon-arrow-down-red:active,
.icon.icon-arrow-down-red.active {
  background-position: -613px -142px;
}
.icon.icon-calendar {
  background: url(../../img/icons-sprite.png) -659px -3px no-repeat;
  width: 19px;
  height: 20px;
  display: block;
}
.icon.icon-calendar:hover,
.icon.icon-calendar.hover {
  background-position: -659px -68px;
}
.icon.icon-calendar:active,
.icon.icon-calendar.active {
  background-position: -659px -135px;
}
.icon.icon-ok-circle {
  background: url(../../img/icons-sprite.png) -708px -4px no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}
.icon.icon-ok-circle:hover,
.icon.icon-ok-circle.hover {
  background-position: -708px -68px;
}
.icon.icon-ok-circle:active,
.icon.icon-ok-circle.active {
  background-position: -708px -136px;
}
.icon.icon-question-circle {
  background: url(../../img/icons-sprite.png) -758px -4px no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}
.icon.icon-question-circle:hover,
.icon.icon-question-circle.hover {
  background-position: -758px -68px;
}
.icon.icon-question-circle:active,
.icon.icon-question-circle.active {
  background-position: -758px -136px;
}
.icon.icon-plus-circle {
  background: url(../../img/icons-sprite.png) -794px 0px no-repeat;
  width: 44px;
  height: 44px;
  display: block;
}
.icon.icon-plus-circle:hover,
.icon.icon-plus-circle.hover {
  background-position: -794px 0px;
}
.icon.icon-plus-circle:active,
.icon.icon-plus-circle.active {
  background-position: -794px 0px;
}
@media (max-width: 767px) {
  .icon.icon-plus-circle {
    background: url(../../img/icons-sprite.png) -799px -55px no-repeat;
    width: 34px;
    height: 34px;
    display: block;
  }
  .icon.icon-plus-circle:hover,
  .icon.icon-plus-circle.hover {
    background-position: -799px -55px;
  }
  .icon.icon-plus-circle:active,
  .icon.icon-plus-circle.active {
    background-position: -799px -55px;
  }
}
.icon.icon-user-circle {
  background: url(../../img/icons-sprite.png) -844px 0px no-repeat;
  width: 44px;
  height: 44px;
  display: block;
}
.icon.icon-user-circle:hover,
.icon.icon-user-circle.hover {
  background-position: -844px 0px;
}
.icon.icon-user-circle:active,
.icon.icon-user-circle.active {
  background-position: -844px 0px;
}
@media (max-width: 767px) {
  .icon.icon-user-circle {
    background: url(../../img/icons-sprite.png) -849px -55px no-repeat;
    width: 34px;
    height: 34px;
    display: block;
  }
  .icon.icon-user-circle:hover,
  .icon.icon-user-circle.hover {
    background-position: -849px -55px;
  }
  .icon.icon-user-circle:active,
  .icon.icon-user-circle.active {
    background-position: -849px -55px;
  }
}
.icon.icon-user-plus-circle {
  background: url(../../img/icons-sprite.png) -894px 0px no-repeat;
  width: 44px;
  height: 44px;
  display: block;
}
.icon.icon-user-plus-circle:hover,
.icon.icon-user-plus-circle.hover {
  background-position: -894px 0px;
}
.icon.icon-user-plus-circle:active,
.icon.icon-user-plus-circle.active {
  background-position: -894px 0px;
}
@media (max-width: 767px) {
  .icon.icon-user-plus-circle {
    background: url(../../img/icons-sprite.png) -899px -55px no-repeat;
    width: 34px;
    height: 34px;
    display: block;
  }
  .icon.icon-user-plus-circle:hover,
  .icon.icon-user-plus-circle.hover {
    background-position: -899px -55px;
  }
  .icon.icon-user-plus-circle:active,
  .icon.icon-user-plus-circle.active {
    background-position: -899px -55px;
  }
}
.icon.icon-plus-circle-small {
  background: url(../../img/icons-sprite.png) -799px -55px no-repeat;
  width: 34px;
  height: 34px;
  display: block;
}
.icon.icon-plus-circle-small:hover,
.icon.icon-plus-circle-small.hover {
  background-position: -799px -55px;
}
.icon.icon-plus-circle-small:active,
.icon.icon-plus-circle-small.active {
  background-position: -799px -55px;
}
.icon.icon-user-circle-small {
  background: url(../../img/icons-sprite.png) -849px -55px no-repeat;
  width: 34px;
  height: 34px;
  display: block;
}
.icon.icon-user-circle-small:hover,
.icon.icon-user-circle-small.hover {
  background-position: -849px -55px;
}
.icon.icon-user-circle-small:active,
.icon.icon-user-circle-small.active {
  background-position: -849px -55px;
}
.icon.icon-user-plus-circle-small {
  background: url(../../img/icons-sprite.png) -899px -55px no-repeat;
  width: 34px;
  height: 34px;
  display: block;
}
.icon.icon-user-plus-circle-small:hover,
.icon.icon-user-plus-circle-small.hover {
  background-position: -899px -55px;
}
.icon.icon-user-plus-circle-small:active,
.icon.icon-user-plus-circle-small.active {
  background-position: -899px -55px;
}
.line-height-heading,
.heading--xsmall,
.text--xsmall,
.heading--small,
.text--small {
  line-height: 2.2rem;
}
.w-63 {
  width: 63% !important;
}
@media only screen and (min-width: 960px) {
  .mr-10 {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .mr-05 {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 960px) {
  .mr-20 {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .mr-89 {
    width: 89px !important;
  }
}
@media only screen and (min-width: 960px) {
  .ml-10 {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 960px) {
  .ml-05 {
    margin-left: 5px;
  }
}
.m-20 {
  margin: 0 20px;
}
.mb-28 {
  margin-bottom: 28px;
}
.scroll--on {
  overflow-x: scroll;
}
@media only screen and (min-width: 960px) {
  .scroll--on {
    overflow: initial;
  }
}
.small-ext {
  font-size: 1.6rem;
}
.middle-ext {
  font-size: 2rem;
  line-height: 2.6rem;
}
.heading,
.text {
  color: #d40511;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 2.6rem;
}
.heading--xsmall,
.text--xsmall {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .heading--xsmall,
  .text--xsmall {
    font-size: 1.6rem;
  }
}
.heading--small,
.text--small {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .heading--small,
  .text--small {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.heading--middle,
.text--middle {
  font-size: 2rem;
  line-height: 2.6rem;
}
.heading--withArrow,
.text--withArrow {
  font-size: 24px;
  line-height: 1;
}
.heading--big,
.text--big {
  font-size: 2.6rem;
}
.heading__section,
.text__section {
  font-size: 1.6rem;
  color: #000000;
  max-width: 206px;
}
@media only screen and (min-width: 641px) {
  .heading__section,
  .text__section {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .heading__section,
  .text__section {
    font-size: 20px;
    line-height: 28px;
    max-width: 70%;
    margin-left: 10px;
  }
}
.text--primary {
  color: #d40511;
}
.text--big {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}
.text--narrowly {
  padding: 0 1rem;
}
.text--narrowly-box {
  position: relative;
  min-height: 300px;
}
.text--narrowly-btn-white {
  width: 90% !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
}
.text--narrowly-btn-red {
  width: 90% !important;
  position: absolute;
}
.text--normal {
  line-height: 24px;
}
.text--px6 {
  padding: 0 4rem;
}
.text__hidden--thin {
  max-width: 310px;
  margin: 0 auto;
}
.col_list {
  overflow: hidden;
}
.list {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #d4d4d4;
  height: 397px;
  font-size: 16px;
  line-height: 24px;
  color: #5f5f5f;
  overflow: auto;
  max-width: 259px;
}
/********* Modules *********/
.btn:focus,
.btn:hover,
.btn:active {
  outline: none;
  box-shadow: none;
}
.btn--center {
  margin: 0 auto;
}
.btn--overline:hover {
  border: 2px solid #d40511;
}
.btn:disabled {
  background: transparent;
  border: 2px solid #d1d1d1;
  color: #d1d1d1;
}
.btn:disabled:hover {
  color: #d1d1d1;
  border-color: #d1d1d1;
}
.btn__primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  background-color: #d40511;
  color: #ffffff;
  -ms-transition: 0.4s;
  transition: 0.4s;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 1.6rem;
  border-radius: 0;
  height: 46px;
}
.btn__primary:hover,
.btn__primary:focus,
.btn__primary:active {
  border: 2px solid #d40511;
}
.btn__primary:focus,
.btn__primary:hover,
.btn__primary:active {
  background-color: #ffffff;
  color: #d40511;
}
.btn__primary--magento {
  width: 188px;
}
.btn__primary--long {
  width: 100%;
}
.btn__primary--pink-red {
  background: #d60029;
}
.btn__primary--small {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 50px;
  background-color: #d40511;
  color: #ffffff;
  -ms-transition: 0.4s;
  transition: 0.4s;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 1.6rem;
  border-radius: 0;
  height: 40px;
  font-size: 1.5rem;
}
.btn__primary--small:focus,
.btn__primary--small:hover,
.btn__primary--small:active {
  background-color: #ffffff;
  color: #d40511;
}
.btn__primary--big {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 50px;
  background-color: #d40511;
  color: #ffffff;
  -ms-transition: 0.4s;
  transition: 0.4s;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  border-radius: 0;
  height: 52px;
  font-size: 1.6rem;
}
.btn__primary--big:focus,
.btn__primary--big:hover,
.btn__primary--big:active {
  background-color: #ffffff;
  color: #d40511;
}
.btn__primary--small2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 50px;
  background-color: #d40511;
  color: #ffffff;
  -ms-transition: 0.4s;
  transition: 0.4s;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 1.6rem;
  border-radius: 0;
  height: 38px;
  font-size: 1.1rem;
}
.btn__primary--small2:focus,
.btn__primary--small2:hover,
.btn__primary--small2:active {
  background-color: #ffffff;
  color: #d40511;
}
.btn__primary--small2-grey {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 50px;
  background-color: #b6b6b6;
  color: #e7e7e7;
  -ms-transition: 0.4s;
  transition: 0.4s;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 1.6rem;
  border-radius: 0;
  height: 38px;
  font-size: 1.1rem;
}
.btn__primary--small2-grey:focus,
.btn__primary--small2-grey:hover,
.btn__primary--small2-grey:active {
  background-color: #e7e7e7;
  color: #b6b6b6;
}
.btn__primary__primary--noactive {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 50px;
  background-color: #d40511;
  color: #ffffff;
  -ms-transition: 0.4s;
  transition: 0.4s;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 1.6rem;
}
.btn__primary__primary--noactive:hover {
  background-color: #ffffff;
  color: #d40511;
}
.btn__primary--carousel {
  font-family: "DeliveryRegular";
}
.btn__calculator {
  width: 149px;
  height: 46px;
}
@media only screen and (min-width: 960px) {
  .btn__calculator {
    margin-right: -10px;
  }
}
.btn--inline {
  display: inline-flex;
}
.btn__save-label {
  width: 112px;
  height: 46px;
}
@media only screen and (min-width: 768px) {
  .btn--ml2 {
    margin-left: 2rem;
    margin-bottom: 3.5rem;
  }
}
.btn__hidden {
  display: none;
}
.btn__login {
  font-size: 18px;
  line-height: 20px;
  width: 159px;
}
.btn__save-label {
  width: 112px;
  height: 46px;
}
.btn__modal {
  border-radius: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 50px;
  background-color: #d40511;
  color: #ffffff;
  -ms-transition: 0.4s;
  transition: 0.4s;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 1.6rem;
  height: 46px;
}
.btn__modal:focus,
.btn__modal:hover,
.btn__modal:active {
  background-color: #ffffff;
  color: #d40511;
}
.btn__modal::first-letter {
  text-transform: uppercase !important;
}
.btn__modal--big {
  width: 100%;
}
.btn__without {
  border: 2px solid #d1d1d1;
  background: transparent;
  color: #d40511;
  height: 46px;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn__without:hover {
  border-color: #d40511;
}
.btn__close {
  background-position: -100px -71px !important;
  cursor: pointer;
  margin-left: 30px;
  position: absolute;
  right: -50px;
}
@media only screen and (min-width: 960px) {
  .btn__close {
    position: relative;
    right: initial;
  }
}
.btn__add-register {
  border-width: 1px !important;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  height: 33px;
  font-size: 14px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .btn__add-register {
    margin-left: 3rem;
  }
}
@media screen and (max-width: 770px) {
  .btn__custom175 {
    width: 190px;
  }
}
@media screen and (max-width: 390px) {
  .btn__custom175 {
    width: 156px;
  }
}
.icon-section {
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .icon-section {
    width: 61px;
    height: 61px;
  }
}
.icon-section__box {
  position: absolute;
}
.icon--info {
  width: 13px;
  height: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #d1d1d1;
  border-radius: 50%;
  color: white;
  font-style: normal;
  font-size: 6px;
  margin-left: 6px;
}
.icon--input-down {
  width: 11px;
  height: 9px;
  background: url(../../img/input__down.png) no-repeat center;
  background-size: cover;
}
.btn-savecfg {
  margin: 10px auto;
}
.buttons-right {
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .buttons-right {
    float: right;
    flex-direction: row;
  }
}
.section--calculator .calculator.form .form__label > div {
  padding: 0;
}
.section--calculator .tooltip {
  font-size: 0.75em;
}
.section--calculator .packages-table tr:nth-child(n + 1) td {
  padding: 10px;
}
.section--calculator .packages-table tr:nth-child(2n + 2) td {
  background: transparent !important;
}
.section--calculator .packages-table .form__select-dropdown {
  top: 50%;
}
.section--calculator .tooltip-inner {
  max-width: 450px !important;
}
.section--calculator p.price-row {
  display: block;
  font-size: 1.1em;
}
.section--calculator p.price-row > span.price {
  color: #d40511;
  font-weight: bold;
  font-size: 1.25em;
}
.section--calculator .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 999;
  text-align: center;
  display: none;
}
.section--calculator .lds-ellipsis {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  left: 50%;
}
.section--calculator .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d40511;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.section--calculator .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.section--calculator .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.section--calculator .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.section--calculator .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@media screen and (max-width: 767px) {
  .section--calculator .form__select-package {
    min-width: 150px;
  }
  .section--calculator .packages-table .form__select-dropdown {
    top: 35%;
  }
  .section--calculator .form__checkboxes .table__input {
    min-width: 45px;
  }
  .row-domestic .col,
  .row-international .col {
    width: 100%;
  }
  .form-row {
    display: block;
  }
  .col--arrow {
    padding-left: 5px !important;
  }
  .form-row label {
    font-size: 0.95em !important;
  }
  .flag-container-dropdown {
    min-width: inherit !important;
  }
  .flag-container-dropdown .select2-results {
    overflow: scroll;
    max-height: 250px;
  }
}
.container-fluid {
  max-width: 1190px;
}
.hp-rwd {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .hp-rwd {
    padding-left: 0;
    padding-right: 0;
  }
}
.hm-rwd {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .hm-rwd {
    margin: 0;
  }
}
@media only screen and (min-width: 1190px) {
  .hm-rwd {
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .d-dm-block {
    display: flex !important;
  }
}
@media only screen and (min-width: 641px) {
  .col-dm-6 {
    max-width: 50%;
    flex: 0 0 50%;
    display: flex !important;
  }
}
@media only screen and (min-width: 960px) {
  .col-lm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: flex !important;
  }
}
@media only screen and (min-width: 960px) {
  .container--short {
    max-width: 540px;
  }
}
@media only screen and (min-width: 960px) {
  .container--middle {
    max-width: 700px;
    padding: 0 !important;
  }
}
@media only screen and (min-width: 960px) {
  .container--medium {
    max-width: 820px;
  }
}
.dflex-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 960px) {
  .dflex-center {
    align-items: flex-start;
  }
}
.w100 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
}
@media only screen and (min-width: 960px) {
  .w100 {
    justify-content: space-between;
    flex-direction: row;
    max-width: 820px;
    margin: 40px auto;
    padding: 0 10px;
  }
}
.col--arrow {
  position: relative;
}
@media only screen and (min-width: 960px) {
  .col--arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    left: 7px;
    top: 46px;
    background: url(../../img/arrow_yellow.png) no-repeat center;
    background-size: cover;
  }
}
@media only screen and (min-width: 960px) {
  .mr-lg-23 {
    margin-right: 23rem;
  }
}
@media only screen and (min-width: 960px) {
  .mr-lg-42 {
    margin-right: 42rem;
  }
}
.carousel {
  /*.carousel-control-next {
    top: -50%;
    right: 20px;
    width: auto;
  }*/
}
.carousel__thin {
  max-width: 350px;
  margin: 0 auto;
}
.carousel__item {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .carousel__item-heading {
    width: 100%;
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1190px) {
  .carousel__item-heading {
    font-size: 4.9rem;
  }
}
.carousel__item-text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 24px 0;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .carousel__item-text {
    width: 60%;
    font-size: 1.6rem;
    width: 455px;
  }
}
@media only screen and (min-width: 540px) {
  .carousel__item-link {
    width: 176px;
  }
}
.carousel__item-container {
  position: absolute;
  top: 0;
  z-index: 5;
  padding: 4rem 2rem 5.5rem 2rem;
}
@media only screen and (min-width: 768px) {
  .carousel__item-container {
    padding: 9.5rem 0 5.5rem 2rem;
  }
}
@media only screen and (min-width: 1190px) {
  .carousel__item-container {
    padding: 9.5rem 0 5.5rem 10rem;
  }
}
@media only screen and (min-width: 1190px) {
  .carousel__content {
    padding-left: 44px;
  }
}
@media only screen and (min-width: 1190px) {
  .carousel__content-absolute {
    margin-top: 30px;
  }
}
.carousel__content-heading {
  margin-top: 20px;
  font-size: 16px;
  line-height: initial;
  color: #d40511;
}
@media only screen and (min-width: 768px) {
  .carousel__content-heading {
    margin-top: 10px;
    font-size: 18px;
  }
}
.carousel__content-text {
  font-weight: 600;
  line-height: 20px;
}
@media only screen and (min-width: 1190px) {
  .carousel__content-text {
    position: absolute;
    padding-left: 44px;
    right: 0;
    top: 11.5rem;
  }
}
.carousel__content-date {
  color: #676767;
  padding: 10px 0;
  font-family: DeliveryBold;
  display: inline-flex;
  line-height: initial;
}
@media only screen and (min-width: 768px) {
  .carousel__content-date {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 540px) {
  .carousel__content-paragraph {
    margin-top: 19px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel__content-paragraph {
    margin-top: 13px;
  }
}
.carousel__content-link {
  display: inline-flex;
  align-items: center;
  margin-right: 6px;
}
@media only screen and (min-width: 1190px) {
  .carousel__content-link {
    margin-top: 15px;
    color: #131313;
  }
}
.carousel__content-link:focus span,
.carousel__content-link:hover span,
.carousel__content-link:active span {
  transform: translate3d(5px, 0, 0);
}
.carousel__content-link--border {
  border: 2px solid #d1d1d1;
  margin: 20px auto;
  width: 100%;
  height: 44px;
  transition: 0.3s;
  font-family: DeliveryRegular !important;
  font-family: DeliveryBlackCondensed !important;
  font-size: 16px !important;
  color: #d40511;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.carousel__content-link--border:focus,
.carousel__content-link--border:hover,
.carousel__content-link--border:active {
  background: #d40511;
  color: #ffffff;
  border-color: #d40511;
}
.carousel__content-link_icon {
  display: inline-flex;
  transition: 0.2s;
  background: url(../img/arrow_right.png) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 24px;
}
@media only screen and (min-width: 1190px) {
  .carousel__content-link_icon {
    width: 20px;
    background: #ffffff url(../img/arrow_right.png) no-repeat center;
    background-size: contain;
  }
}
.carousel__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 3rem 0;
}
.carousel__dots--small {
  margin: 22px 0;
}
@media only screen and (min-width: 768px) {
  .carousel__dots--small {
    position: absolute;
    bottom: -15px;
  }
}
@media only screen and (min-width: 1190px) {
  .carousel__dots {
    margin: 30px 0 40px;
  }
}
.carousel__dot {
  background-color: #cfcfcf !important;
  margin: 0 8px;
  transition: 0.3s;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
}
.carousel__dot::before,
.carousel__dot::after {
  display: none;
}
.carousel__dot.active {
  background-color: #d40511 !important;
}
.carousel__dot--small {
  width: 8px !important;
  height: 8px !important;
}
.carousel__arrow {
  display: none;
}
.carousel__figure--border {
  border-bottom: 4px solid #d40511;
  width: 100%;
}
.carousel__figure--border img {
  width: 100%;
}
.carousel__figure--center {
  height: 108px;
  width: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 540px) {
  .carousel__figure {
    padding-right: 0;
  }
}
@media only screen and (min-width: 540px) {
  .carousel-img {
    height: 162px;
  }
}
@media only screen and (min-width: 768px) {
  .carousel-img {
    height: 185px;
  }
}
.carousel .carousel-control-next-icon {
  background: url(../img/carousel_right.png) no-repeat center;
  background-size: 100% 100%;
  width: 17px;
  height: 59px;
}
.wrap,
.img {
  position: relative;
}
.tr {
  position: absolute;
  overflow: hidden;
  top: -25px;
  left: 100px;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tr img {
  position: absolute;
  top: -15px;
  left: -100px;
  -webkit-transform-origin: 125px 40px;
  -ms-transform-origin: 125px 40px;
  transform-origin: 125px 40px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.img {
  overflow: hidden;
  width: 100%;
  height: 415px;
  margin-top: 35px;
}
.img img {
  position: absolute;
  top: -35px;
}
.section__table {
  padding-bottom: 5rem;
}
.section__icons-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.section__icons {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .section__icons-parcel {
    top: 78px;
  }
}
@media only screen and (max-width: 540px) {
  .section__icons {
    top: 82px;
  }
  .section__icons-parcel {
    top: 130px;
  }
}
@media only screen and (max-width: 340px) {
  .section__icons {
    top: 122px;
  }
  .section__icons-parcel {
    top: 176px;
  }
}
.section__icons-item {
  cursor: pointer;
  margin: 0 5px;
}
.section--strong {
  line-height: 27px;
  margin-bottom: 10px;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 18px;
}
.section--strong-big {
  font-size: 20px;
}
.section--text-red {
  color: #d40511;
}
.section__title {
  margin: 4rem 0;
  text-align: center;
  color: #353535;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 39px;
  text-transform: uppercase;
}
.section__title2 {
  margin: 4rem 0;
  text-align: center;
  color: #353535;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 34px;
  text-transform: uppercase;
}
.section__subtitle {
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  color: #353535;
}
.section__text {
  font-size: 16px;
  line-height: 20px;
  color: #353535;
  text-align: center;
}
.section__text--para {
  display: block;
  margin-bottom: 10px;
}
.section__text--contact {
  font-size: 18px;
  text-align: left;
  margin-bottom: 40px;
}
.section__text--inter {
  font-size: 16px;
  text-align: left;
  margin-bottom: 25px;
  line-height: 27px;
}
.section--pb20 {
  padding: 0 20px 20px 20px !important;
}
.section--pb34 {
  padding: 0 0 34px;
}
.section--bb {
  border-bottom: 1px solid #e7e7e7;
}
.section__heading {
  padding: 28px 0;
}
.section--pt6 {
  padding-top: 6rem;
}
.section__more {
  color: #d40511;
  font-family: DeliveryRegular;
  font-family: DeliveryBold;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .section__more {
    justify-content: flex-end;
    font-size: 16px;
  }
}
.box__graph {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 11px 5px 0 5px;
}
@media only screen and (min-width: 540px) {
  .box__graph {
    padding: 11px 4px 0 6px;
    width: 168px;
    margin-top: 28px;
  }
}
.box__graph-line {
  background-color: #ffcd05;
  width: 8px;
  height: 63px;
}
@media only screen and (min-width: 540px) {
  .box__graph-line {
    width: 4px;
  }
}
.box__graph-line--active {
  background: #d40511;
}
.box__graph-title {
  color: #676767;
  text-align: center;
  margin-top: 10px;
  font-family: DeliveryRegular;
  font-family: DeliveryBold;
  font-size: 14px;
}
@media only screen and (min-width: 540px) {
  .box__graph-title {
    font-size: 16px;
  }
}
.item-href {
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-family: DeliveryRegular;
  font-family: DeliveryBold;
  font-size: 14px;
  line-height: 22px;
  padding: 25px 20px;
  position: relative;
  margin-bottom: 2px;
}
@media only screen and (min-width: 540px) {
  .item-href {
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .item-href {
    font-size: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .item-href {
    margin: 0 8rem;
  }
}
@media only screen and (min-width: 1190px) {
  .item-href {
    margin: 0;
  }
}
.item-href + .item-href {
  margin-bottom: 0;
}
.item-href__title {
  color: #000000;
}
@media only screen and (min-width: 540px) {
  .item-href__title {
    margin-right: 80px;
  }
}
.item-href__nr {
  color: #676767;
}
.item-href__name {
  display: none;
}
@media only screen and (min-width: 1190px) {
  .item-href__name {
    display: block;
    margin-left: auto;
    margin-right: 21rem;
    color: #676767;
  }
}
.item-href__arrow {
  position: absolute;
  right: 20px;
  background: url(../../img/arrow_right_box.png) no-repeat center;
  background-size: contain;
  width: 9px;
  height: 18px;
}
.info-col {
  padding: 30px 17px;
  border-top: 1px solid #e7e7e7;
}
@media only screen and (min-width: 960px) {
  .info-col {
    border: 1px solid #e7e7e7;
  }
}
.info-col.bl {
  border-left: none;
  border-right: none;
}
.info-col.br {
  border-right: none;
}
.info-col.pr-6 {
  padding-right: 7rem;
}
.info-col__bold {
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 16px;
  line-height: 20px;
  color: #353535;
}
.info-col__intro {
  font-family: DeliveryRegular;
  font-family: DeliveryBold;
  font-size: 16px;
  line-height: 20px;
  color: #353535;
  margin-bottom: 30px;
}
.info-col__date-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 20px;
}
.info-col__date {
  width: 35px;
  height: 40px;
}
.info-col__date-literal {
  background: #f2f2f2;
  height: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 7px;
}
.info-col__date--day {
  font-size: 6px;
  font-weight: bold;
  background-color: #ffcc00;
  width: 100%;
  height: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.info-col__date--number {
  padding-top: 3px;
  font-family: DeliveryRegular;
  font-family: DeliveryBold;
  font-size: 16px;
}
.info-col__date--mounth {
  font-size: 6px;
  font-weight: bold;
  color: #131313;
  padding-top: 5px;
}
.info-col__text {
  font-size: 16px;
  line-height: 28px;
}
.info-col__text.lh-20 {
  line-height: 20px;
  margin-left: 5px;
}
.info-col__text--strong {
  color: #d40511;
  display: block;
  margin-bottom: 3rem;
}
.info-col__title {
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 20px;
  text-transform: uppercase;
}
.info-col__title--pt {
  padding-top: 40px;
}
.info-col__text--padding_left {
  /* Klasa w widoku TrackAndTrace */
  padding-left: 23px;
}
@media only screen and (min-width: 321px) {
  .info-col__text--padding_left {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 540px) {
  .info-col__text--padding_left {
    padding-left: 0;
  }
}
section.error_section {
  min-height: 300px;
}
.shipment--single-screen {
  position: relative;
}
.shipment--single-screen .loader-shipment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  display: none;
}
.shipment--single-screen .loader-order {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99999;
  display: none;
}
.shipment--single-screen .loader-shipment .lds-ellipsis {
  display: inline-block;
  position: fixed;
  left: calc(50vw - 40px);
  top: 50vh;
  width: 80px;
  height: 80px;
}
.shipment--single-screen .loader-order .lds-ellipsis {
  display: inline-block;
  position: fixed;
  left: calc(30vw - 10px);
  top: 40vh;
  width: 80px;
  height: 80px;
}
.shipment--single-screen .loader-shipment .lds-ellipsis div,
.shipment--single-screen .loader-order .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d40511;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.shipment--single-screen .loader-shipment .lds-ellipsis div:nth-child(1),
.shipment--single-screen .loader-order .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.shipment--single-screen .loader-shipment .lds-ellipsis div:nth-child(2),
.shipment--single-screen .loader-order .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.shipment--single-screen .loader-shipment .lds-ellipsis div:nth-child(3),
.shipment--single-screen .loader-order .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.shipment--single-screen .loader-shipment .lds-ellipsis div:nth-child(4),
.shipment--single-screen .loader-order .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.shipment--single-screen .price--aple .raise-aple {
  display: none;
}
.shipment--single-screen .price--aple.fixed {
  position: fixed;
  background: #fff;
  z-index: 999;
  bottom: 0;
}
.shipment--single-screen .price--aple.fixed .raise-aple {
  display: list-item;
  float: left;
  cursor: pointer;
}
.shipment--single-screen .price--aple.fixed .item-list {
  display: block;
}
.shipment--single-screen .price--aple.fixed .item-list__pos--red {
  float: right;
}
.shipment--single-screen .price--aple.fixed.collapsed .col-pay {
  display: none;
}
.shipment--single-screen .price--aple.fixed.collapsed .form__col-brutto,
.shipment--single-screen .price--aple.fixed:not(.collapsed) .col-pay {
  border-top: 2px solid #d40511;
}
.shipment--single-screen .price--aple.fixed .col-pay {
  padding: 10px 0 10px;
}
.shipment--single-screen .price--aple.fixed:not(.collapsed) .col-pay {
  border-top-width: 4px;
}
.shipment--single-screen .form__input.invalid {
  border-color: #d40511;
}
.shipment--single-screen #servicesForm .form__info-tooltip {
  margin-top: 0;
  margin-left: 0;
}
.shipment--single-screen .relative {
  position: relative;
  min-height: 520px;
}
.shipment--single-screen .relative .select2-container .select2-selection--single {
  height: 32px;
}
.shipment--single-screen .summarybar {
  position: absolute;
  bottom: 0;
  padding: 20px 10px;
  padding-right: 30px;
  width: 100%;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
}
.shipment--single-screen .summarybar-pay {
  bottom: 0;
  padding: 20px 10px;
  width: 100%;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: space-between;
}
.shipment--single-screen .form__select--orderCourier {
  padding: 0;
  width: 80%;
  height: 36px;
  border: 1px solid #d1d1d1;
  align-items: center;
}
.shipment--single-screen .form__select--orderCourier100 {
  padding: 0;
  width: 100%;
  height: 36px;
  border: 1px solid #d1d1d1;
  align-items: center;
}
.shipment--single-screen .form__input--textarea {
  padding: 5px 15px;
  font-size: 14px;
  resize: vertical;
  min-height: auto;
}
.shipment--single-screen .form--title {
  color: #353535;
  margin-bottom: 0;
  font-size: 1.7rem;
  font-family: DeliveryBlackCondensed;
}
.shipment--single-screen .orderPointSelection {
  color: #d40511;
}
.shipment--single-screen .flex__right {
  display: flex;
  justify-content: right;
}
.shipment--single-screen .iframe__address {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border: 0;
}
.shipment--single-screen .iframe__map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 721px;
  width: 100%;
  border: 0;
}
.shipment--single-screen .colCustom {
  flex: 0 0 30%;
  max-width: 29.1111%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.shipment--single-screen #orderContainer.modal input.error,
.shipment--single-screen #orderContainer.modal textarea.error {
  color: #131313;
}
.shipment--single-screen #orderContainer ul li::before {
  content: "\2022";
  color: #d40511;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
@media (max-width: 767px) {
  .shipment--single-screen #servicesForm .form__field--register {
    margin: 0;
  }
  .shipment--single-screen #servicesForm .form__radiobuttons,
  .shipment--single-screen #servicesForm .form__checkboxes {
    margin: 5px 0;
  }
  .shipment--single-screen #servicesForm .form__col-service-choose-title {
    padding-bottom: 10px;
  }
}
#receiverForm .col_address .input-group .message.error,
#senderForm .col_address .input-group .message.error {
  top: 38px;
  left: 0px;
}
.input__added-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d1d1d1;
  padding: 10px 12px;
  margin-bottom: 12px;
  width: 100%;
}
.input__added-new::placeholder {
  color: #b6b6b6;
}
.input__added-new::-ms-input-placeholder {
  color: #b6b6b6 !important;
}
.input__added-new:focus,
.input__added-new:hover,
.input__added-new:active {
  border: 1px solid #323232;
}
.input__added-new:active {
  color: #323232;
}
.label__input {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.label__input .arrow__down-list {
  width: 18px;
  height: 8px;
  background: url(../../img/dropdown_arrow.png) no-repeat center;
  background-size: cover;
  margin-left: auto;
  display: block;
  position: absolute;
  right: 10px;
  bottom: 25px;
}
.label__info {
  font-size: 16px;
}
.form-wrap {
  display: flex;
  flex: 1 0 100%;
  padding-top: 30px;
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .form-wrap {
    flex-direction: row;
  }
}
.form-wrap input,
.form-wrap select {
  background-color: transparent;
}
.form-wrap .form__field {
  margin-bottom: 15px;
}
@media only screen and (min-width: 960px) {
  .form-wrap__left,
  .form-wrap__right {
    flex: 1 0 47%;
  }
}
@media only screen and (min-width: 960px) {
  .form-wrap__left {
    padding-right: 28px;
    position: relative;
  }
  .form-wrap__left::after {
    content: '';
    right: 0;
    top: 4px;
    background-color: #d1d2d1;
    position: absolute;
    width: 1px;
    height: 290px;
  }
}
@media only screen and (min-width: 960px) {
  .form-wrap__right {
    padding-left: 28px;
  }
}
.panel-reset-api .pass-info {
  color: #d40511;
}
.panel-reset-api a.btn-reset {
  width: 100%;
}
.panel-reset-api a.btn-generate {
  width: 50%;
}
@media only screen and (min-width: 960px) {
  .panel-reset-api .form-wrap {
    min-height: 280px;
  }
}
@media only screen and (min-width: 960px) {
  .panel-reset-api .form-wrap__left::after {
    height: 230px;
  }
}
.panel-reset-api .reset-api-bottom-info {
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .panel-reset-api .reset-api-bottom-info {
    width: 80%;
    margin: 0 auto;
  }
}
.form {
  width: 100%;
  padding-bottom: 40px;
  font-family: 'Lato', sans-serif;
  /*obsługa przycisków do drukowania etykiet w moje paczki */
}
.form__fields-records {
  overflow: hidden;
  max-height: 315px;
}
.form__fields-records.show-all-records {
  max-height: none;
}
.form__fields--flex {
  display: flex;
  align-items: center;
}
.form__fields--column {
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .form__fields--column {
    flex-direction: row;
  }
}
.form--width60 {
  width: 60% !important;
}
.form__newShipping input,
.form__newShipping span.select2,
.form__newShipping select {
  height: 33px;
  font-size: 14px;
}
.form__newShipping input.small-select,
.form__newShipping span.select2.small-select,
.form__newShipping select.small-select {
  background-color: #ffffff;
}
.form__newShipping .select2-container {
  height: 33px !important;
}
@media only screen and (min-width: 960px) {
  .form__newShipping .form__select + .select2-container {
    min-width: 120px;
  }
}
.form__newShipping .form__select + .select2-container .select2-selection__rendered {
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .form__newShipping .form__select + .select2-container .select2-selection__rendered {
    padding: 0;
  }
}
.form__newShipping .form__field {
  display: flex;
  align-items: center;
}
.form__newShipping label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.form__newShipping .select2 {
  padding: 0 15px !important;
  width: 100% !important;
}
.form__newShipping select {
  padding: 0 15px !important;
  width: 1% !important;
  flex: 1 1 auto;
}
.form__newShipping .form__col-service-choose .form__field--register {
  height: 33px;
  margin: 5px 0;
}
.form__newShipping .form__checkboxes {
  overflow: initial;
}
.form__newShipping .form__checkboxes .form__price {
  min-width: 85px;
}
@media only screen and (min-width: 641px) {
  .form__newShipping .col__pay-summary {
    min-width: 440px;
  }
}
.form__header {
  background: #e8e8e8;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .form__header {
    align-items: center;
  }
}
.form__col-heading {
  border-bottom: 4px solid #d40511;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.form__col-heading--add {
  font-size: 13px;
  color: #d40511;
  cursor: pointer;
}
.form__col-label {
  height: 31px;
  background: #d40511;
  padding: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  min-width: 150px;
  line-height: 19px;
}
.form__col-details {
  padding: 15px 0;
  border-bottom: 1px solid #d1d1d1;
}
.form__col-href {
  font-size: 13px;
  color: #d40511;
}
.form__field-search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 14px 20px;
  border-bottom: 1px solid #d1d1d1;
  color: black;
  transition: 0.3s;
}
.form__field-search--arrow {
  height: 27px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: url(../../img/arrow_records.png) no-repeat center;
}
.form__field-search--arrow.show-all-records {
  background: url(../../img/arrow_records_up.png) no-repeat center;
}
.form__field-search--arrow:hover {
  background-color: #e8e8e8;
}
.form__field-search.template-result:hover {
  background: #e8e8e8;
}
.form__field-search:first-child .form__field-search-inputWrap {
  border: 1px solid #999999;
  border-radius: 5px;
  height: 39px;
  width: 100%;
  position: relative;
}
.form__field-search:first-child .form__field-search-inputWrap input {
  border: none;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  background: none;
}
.form__field-search:first-child .form__field-search-inputWrap i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.form__field-last {
  font-size: 14px;
  font-weight: bold;
  color: #cccccc;
  padding-top: 15px;
  padding-bottom: 5px;
}
.form__dropdown {
  width: 150px;
  height: auto;
  background: white;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 10%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.34901961);
  transform: translate3d(0, -100%, 0);
  display: none;
}
@media only screen and (min-width: 540px) {
  .form__dropdown {
    width: 280px;
    left: 0;
  }
}
@media only screen and (min-width: 960px) {
  .form__dropdown {
    width: 466px;
  }
}
.form__dropdown--records {
  max-width: 360px;
}
.form__dropdown--right {
  left: initial;
  right: 0;
}
.form__dropdown--search {
  box-shadow: none;
}
.form__inputs {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 960px) {
  .form__inputs {
    flex-direction: row;
  }
}
.form__inputs label,
.form__inputs span,
.form__inputs li,
.form__inputs select {
  font-size: 14px;
}
.form__divider {
  color: #868686;
  font-size: 14px;
  margin: 0 10px 0 5px;
}
@media only screen and (min-width: 960px) {
  .form__divider--mr15 {
    margin-right: 15px;
  }
}
.form__header-name {
  font-size: 14px;
  line-height: 16px;
  color: #323232;
  padding: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 960px) {
  .form__header-name {
    justify-content: space-between;
  }
}
.form__header-name.mobile-100 {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .form__header-name.mobile-100 {
    width: auto;
  }
}
.form__header-name.hover {
  cursor: pointer;
}
.form__header-name.hover:hover {
  color: #d40511;
  transition: 0.3s;
  box-shadow: inset 0px 0 9px 4px #e8e8e8;
  background: white;
}
.form__header-name.hover:hover .form__header-name--arrow {
  background: url(../../img/arrow_down.png) no-repeat center;
  transition: 0.3s;
}
.form__header-name.active {
  color: #d40511;
  transition: 0.3s;
  box-shadow: inset 0px 0 9px 4px #e8e8e8;
  background: white;
}
.form__header-name.active .form__header-name--arrow {
  background: url(../../img/arrow_down.png) no-repeat center;
  transform: rotate(180deg);
  transition: 0.3s;
}
.form__header-name.active .form__dropdown {
  transform: translate3d(0, 0, 0);
  display: block;
}
.form__header-name.active::after {
  height: 100%;
  transition: 0.3s;
}
@media only screen and (min-width: 960px) {
  .form__header-name.copy {
    width: 127px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 960px) {
  .form__header-name.w140 {
    width: 140px;
  }
}
@media only screen and (min-width: 960px) {
  .form__header-name.w150 {
    width: 155px;
  }
}
@media only screen and (min-width: 960px) {
  .form__header-name.mla {
    margin-left: auto;
  }
}
@media only screen and (min-width: 960px) {
  .form__header-name.w165 {
    width: 165px;
  }
}
.form__header-name:last-child::after {
  display: none;
}
@media only screen and (min-width: 960px) {
  .form__header-name::after {
    content: '';
    position: absolute;
    right: 0;
    height: 70%;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 1px;
    background: #d1d1d1;
  }
}
.form__header-name--label {
  font-weight: 700;
}
.form__header-name--arrow {
  background: url(../../img/arrow_grey_down.png) no-repeat center;
  width: 15px;
  height: 7px;
  margin-left: 10px;
}
@media only screen and (min-width: 960px) {
  .form__header-name--arrow {
    margin-left: 0;
  }
}
.form .errorMessage {
  color: #d40511;
}
.form--pd {
  padding: 2rem 0;
}
.form__info {
  font-size: 14px;
  line-height: 20px;
}
.form__label {
  font-size: 16px;
  width: 100%;
  position: relative;
}
.form__label.ml-mobile {
  margin-left: 2rem;
}
@media only screen and (min-width: 960px) {
  .form__label.ml-mobile {
    margin-left: 0;
  }
}
.form__label--text {
  display: flex;
  flex-direction: column;
}
.form__label--register {
  color: #999;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 13px !important;
  line-height: 16px;
}
@media only screen and (min-width: 960px) {
  .form__label--register {
    font-size: 14px !important;
  }
}
.form__label--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form__label--intable {
  justify-content: center;
  display: flex;
  height: 100%;
  align-items: center;
}
.form__label--bold {
  font-family: DeliveryRegular;
  font-family: DeliveryBold;
  font-size: 16px;
  padding-left: 25px;
}
.form__label--upper {
  text-transform: uppercase;
}
.form__label--list {
  padding-left: 25px;
  line-height: 20px;
}
.form__label--list .form__checkbox-checkmark {
  transform: none;
  top: 3px;
}
.form__label--list .icon--info {
  display: inline-flex;
  position: relative;
  top: -3px;
}
.form__label--red {
  color: #d40511;
}
.form__label--confirm {
  text-align: center;
  font-size: 14px;
}
.form__label--confirm .form__checkbox-checkmark {
  transform: none;
  top: 3px;
}
.form__inline {
  display: inline-flex;
  align-items: center;
}
.form__groups {
  display: flex;
  align-items: center;
}
.form__groups--full {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .form__groups--full {
    justify-content: space-between;
  }
}
@media screen and (max-width: 500px) {
  .form__groups--column {
    flex-direction: column;
  }
}
.form__title {
  color: #353535;
  text-transform: uppercase;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 18px;
  margin-bottom: 10px;
}
.form__title--red {
  color: #d40511;
  font-size: 31px;
  text-align: center;
  padding: 40px 0;
  line-height: 38px;
}
.form__title--redSmall {
  color: #d40511;
  font-size: 24px;
  text-align: left;
  padding: 0;
}
.form__title--duty {
  font-size: 31px;
  text-align: center;
  padding: 40px 0 20px 0;
  line-height: 38px;
  text-transform: none;
}
.form__subtitle--duty {
  text-align: center;
}
.form__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 536px;
  margin: 0 auto;
}
.form__info-tooltip {
  border-radius: 50%;
  background-color: #d1d1d1;
  border: 1px solid #d1d1d1;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: white;
  font-weight: bold;
  padding-left: 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  margin-left: 5px;
  margin-top: 0px;
}
.form__info-tooltip:hover {
  background: #323232;
  border-color: #323232;
  color: white;
}
.form__field {
  width: 100%;
  margin-bottom: 28px;
  position: relative;
}
@media only screen and (min-width: 960px) {
  .form__field.width-inherit {
    width: inherit;
  }
}
.form__field .with-tooltip-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  padding-right: 25px;
  margin-right: 5px;
}
.form__field .with-tooltip-wrapper input {
  min-width: 180px;
}
.form__field .with-tooltip-wrapper__info-tooltip {
  border-radius: 50%;
  background-color: white;
  border: 1px solid #d1d1d1;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #d1d1d1;
  font-weight: bold;
  padding-left: 1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 20%;
}
.form__field .with-tooltip-wrapper__info-tooltip--middle {
  margin: 0 17px;
}
.form__field .with-tooltip-wrapper__info-tooltip:hover {
  background: #d40511;
  border-color: #d40511;
  color: white;
}
.form__field--register {
  margin: 10px 0;
}
.form__field--edit {
  color: #d40511;
  text-align: center;
  cursor: pointer;
}
@media only screen and (min-width: 960px) {
  .form__field--actually {
    width: 50%;
    padding-right: 10px;
  }
}
.form__field--captcha {
  max-width: 231px;
  margin: 0 auto;
  padding-top: 20px;
}
.form__field--newEmail .form__label {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.form__field--short {
  width: 60%;
}
@media only screen and (min-width: 960px) {
  .form__field--short {
    width: 100%;
  }
}
.form__field--confirm {
  width: 73%;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 540px) {
  .form__field--confirmAllegro {
    padding-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .form__field-80 {
    width: 315px !important;
  }
}
.form__field-60 {
  width: 80% !important;
}
@media only screen and (min-width: 960px) {
  .form__field-60 {
    width: 60% !important;
  }
}
@media only screen and (min-width: 960px) {
  .form__field-30 {
    width: 199px;
  }
}
.form__field-10 {
  width: 89px !important;
}
.form__input {
  width: 100%;
}
.form__hidden {
  display: none;
  transition: 0.3s;
}
.form__center {
  justify-content: center;
}
.form__group-inline {
  display: inline-flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}
.form__wrapper-dropdown input {
  z-index: 10;
  background: white;
}
.form__wrapper-dropdown:hover .form__dropdown {
  display: block;
  top: 100px;
  left: 0;
  width: 100%;
  height: 66px;
}
.form__wrapper-dropdown:hover .form__dropdown .form__field-search {
  border-bottom: none;
}
.form__select {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .form__select--pay + .select2 {
    min-width: 178px !important;
  }
}
@media only screen and (min-width: 960px) {
  .form__select--pay + .select2 {
    min-width: 204px !important;
  }
}
@media only screen and (min-width: 960px) {
  .form__select--data + .select2 {
    min-width: 325px !important;
  }
}
.form__select-multiple {
  font-size: inherit;
  min-height: 350px;
  padding: 15px;
  width: 260px;
}
.form__select-multiple option {
  border: 0;
  color: #5f5f5f;
}
.form__select-dropdown {
  width: 22px;
  height: 10px;
  background: url(../../img/dropdown_icon.png) no-repeat center;
  background-size: cover;
  top: 70%;
  transform: translate3d(0, -50%, 0);
  display: block;
  position: absolute;
  right: 20px;
  z-index: -1;
}
.form__select-dropdown--min {
  background: url(../../img/arrow_grey_down.png) no-repeat center;
  width: 15px;
  height: 7px;
  top: 50%;
  right: 10px;
}
.form__select__outform {
  width: 6%;
}
@media only screen and (max-width: 950px) {
  .form__select__outform {
    width: 9%;
  }
}
@media only screen and (max-width: 760px) {
  .form__select__outform {
    width: 11%;
  }
}
@media only screen and (max-width: 540px) {
  .form__select__outform {
    width: 16%;
  }
}
@media only screen and (max-width: 340px) {
  .form__select__outform {
    width: 35%;
  }
}
.form__radiobuttons,
.form__checkboxes {
  margin: 10px 0;
}
@media only screen and (min-width: 960px) {
  .form__radiobuttons,
  .form__checkboxes {
    flex-direction: row;
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .form__radiobuttons.modifier-left,
  .form__checkboxes.modifier-left {
    margin-left: 7rem;
  }
}
.form__radiobuttons--column,
.form__checkboxes--column {
  flex-direction: column;
  max-width: 220px;
  margin: 0 auto;
  padding-top: 1rem;
}
.form__radiobuttons--column .form__radio-checkmark,
.form__checkboxes--column .form__radio-checkmark {
  top: 12px;
}
.form__radiobuttons--register,
.form__checkboxes--register {
  margin-top: 4px;
}
.form__radiobuttons .form__label,
.form__checkboxes .form__label {
  cursor: pointer;
}
.form__radiobuttons,
.form__checkboxes,
.form__buttons {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.form__radiobuttons.centered,
.form__checkboxes.centered,
.form__buttons.centered {
  justify-content: center;
}
.form__buttons {
  margin: 45px 0 55px;
}
.form__buttons--center {
  justify-content: center;
}
.form__buttons--min {
  margin: 20px 0 0;
  padding-bottom: 30px;
}
@media only screen and (min-width: 960px) {
  .form__buttons--end {
    justify-content: flex-end;
  }
}
.form__buttons--magento {
  width: 400px;
  margin: 40px auto;
}
@media screen and (max-width: 460px) {
  .form__buttons--magento {
    flex-direction: column;
    width: 100%;
  }
}
.form .select2-container {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  padding: 0 20px;
  height: 46px;
  width: 100%;
}
.form .select2-container::placeholder {
  color: #b6b6b6;
}
.form .select2-container::-ms-input-placeholder {
  color: #b6b6b6 !important;
}
.form .select2-container:focus,
.form .select2-container:hover,
.form .select2-container:active {
  border: 1px solid #323232;
}
.form .select2-container:active {
  color: #323232;
}
.form .select2-container .selection,
.form .select2-container .select2-selection {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.form .select2-container--focus {
  border: 1px solid #323232;
}
@media only screen and (min-width: 960px) {
  .form__offset {
    max-width: 165px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 960px) {
  .form__offset--right {
    max-width: 165px;
    margin-left: 0;
    margin-right: auto;
  }
}
.form__offset.split-col {
  max-width: 73px;
}
.form__offset.hf {
  max-width: 117px;
}
.form__offset.hl {
  max-width: 105px !important;
}
.form__checkbox-input:disabled + span.form__checkbox-checkmark {
  border: 1px solid #d7d7d7;
  background-color: #f5f5f5;
}
.form__input,
.form__select {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  padding: 0 20px;
  height: 46px;
  width: 100%;
}
.form__input--min,
.form__select--min {
  padding: 0 15px;
  height: 33px;
}
.form__input--minNone,
.form__select--minNone {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  font-family: 'DeliveryRegular', sans-serif;
}
@media only screen and (min-width: 960px) {
  .form__input--ml15,
  .form__select--ml15 {
    margin-left: 15px;
  }
}
.form__input--on,
.form__select--on,
.form__input:disabled,
.form__select:disabled {
  border: 1px solid #d7d7d7;
  background-color: #f5f5f5;
}
.form__input--on + span.form__checkbox-checkmark,
.form__select--on + span.form__checkbox-checkmark,
.form__input:disabled + span.form__checkbox-checkmark,
.form__select:disabled + span.form__checkbox-checkmark {
  border: 1px solid #d7d7d7;
  background-color: #f5f5f5;
}
.form__input.hr,
.form__select.hr {
  max-width: 273px;
}
.form__input.hl,
.form__select.hl {
  max-width: 253px;
}
.form__input--country,
.form__select--country {
  min-width: 200px;
}
.form__input--textarea,
.form__select--textarea {
  resize: none;
  min-height: 172px;
}
.form__input::placeholder,
.form__select::placeholder {
  color: #b6b6b6;
}
.form__input::-ms-input-placeholder,
.form__select::-ms-input-placeholder {
  color: #b6b6b6 !important;
}
.form__input:focus,
.form__select:focus,
.form__input:hover,
.form__select:hover,
.form__input:active,
.form__select:active {
  border: 1px solid #323232;
}
.form__input:active,
.form__select:active {
  color: #323232;
}
.form__input:disabled:hover,
.form__select:disabled:hover {
  border: 1px solid #d1d1d1;
}
.form__input--file,
.form__select--file {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.form__input--reklamacje {
  width: 110px;
  padding: 0 12px;
}
.form__checkboxes label,
.form__radiobuttons label {
  position: relative;
  user-select: none;
  align-items: center;
  display: inline-flex;
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
}
.form__checkboxes label.error,
.form__radiobuttons label.error {
  color: #ff6464;
}
.form__checkboxes label.error .form__radio-checkmark,
.form__radiobuttons label.error .form__radio-checkmark,
.form__checkboxes label.error .form__checkbox-checkmark,
.form__radiobuttons label.error .form__checkbox-checkmark {
  border: 1px solid #ffc3c3;
  background-color: #ffebeb;
}
.form__checkboxes label:hover .form__checkbox-checkmark,
.form__radiobuttons label:hover .form__checkbox-checkmark,
.form__checkboxes label:hover .form__radio-checkmark,
.form__radiobuttons label:hover .form__radio-checkmark {
  border-color: #d40511;
}
.form__checkboxes label:hover .form__checkbox-checkmark::after,
.form__radiobuttons label:hover .form__checkbox-checkmark::after,
.form__checkboxes label:hover .form__radio-checkmark::after,
.form__radiobuttons label:hover .form__radio-checkmark::after {
  border-color: #d40511;
}
.form__checkboxes label:hover .form__input--on + .form__checkbox-checkmark,
.form__radiobuttons label:hover .form__input--on + .form__checkbox-checkmark {
  border-color: #d7d7d7;
}
.form__checkbox-input,
.form__radio-input {
  position: absolute;
  opacity: 0;
  display: none;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form__checkbox-input:checked ~ .form__checkbox-checkmark:after,
.form__radio-input:checked ~ .form__checkbox-checkmark:after,
.form__checkbox-input:checked ~ .form__radio-checkmark:after,
.form__radio-input:checked ~ .form__radio-checkmark:after {
  display: block;
}
.form__radio-checkmark {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
}
.form__radio-checkmark::after {
  content: '';
  position: absolute;
  display: none;
}
.form input.form__input[readonly] {
  border: 1px solid #d7d7d7;
  background-color: #f5f5f5;
}
.form input.form__input[readonly].error {
  border: 1px solid #ffc3c3;
  background-color: #ffebeb;
}
.form .form__label {
  position: relative;
  user-select: none;
}
.form .form__label .form__radio-checkmark::after {
  top: 3px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: black;
}
.form .form__label .form__radio-checkmark--register {
  width: 16px;
  height: 16px;
}
.form .form__label .form__radio-checkmark--register::after {
  width: 8px;
  height: 8px;
  background: #d40511;
}
.form__checkbox-checkmark {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #d1d1d1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.form__checkbox-checkmark::after {
  content: '';
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  background: url(../../img/check.png) 50% 50% no-repeat;
  bottom: 1px;
  left: 1px;
}
.form__checkbox-checkmark--middle {
  width: 16px;
  height: 16px;
}
.form__checkbox-checkmark--middle::after {
  width: 10px;
  height: 10px;
}
.form__checkbox-checkmark--big {
  width: 20px;
  height: 20px;
}
.form__checkbox-checkmark--big::after {
  width: 15px;
  height: 15px;
  background: url(../../img/check_big.png) 50% 50% no-repeat;
}
.form__checkbox-checkmark--intable {
  position: initial;
  transform: none;
  top: initial;
  left: initial;
}
.form .form__input--on + .form__checkbox-checkmark,
.form .form__checkbox-input:disabled + .form__checkbox-checkmark,
.form .form__checkbox-input[readonly] + .form__checkbox-checkmark {
  border: 1px solid #d7d7d7;
}
.form__options-label {
  font-weight: bold;
  margin-right: 1rem;
}
@media only screen and (min-width: 960px) {
  .form__options-label {
    padding-right: 6rem;
  }
}
.form__col-options {
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-right: 1px solid #e7e7e7;
  padding-right: 20px;
}
.form__col-options--product .form__price {
  min-width: 85px;
}
.form__col-options--product .form__radio-checkmark {
  right: 9.5rem !important;
}
.form__col-options--product .form__options-label {
  padding-right: 5rem;
}
.form__col-options--active {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-right: none;
  color: #d40511;
  position: relative;
}
.form__col-options--active::before {
  content: '';
  position: absolute;
  background: #e7e7e7;
  width: 1px;
  height: 20px;
  right: 0;
  top: -20px;
}
.form__col-options--active div,
.form__col-options--active span {
  color: #d40511;
}
.form__col-options:first-child {
  padding-top: 30px;
}
.form__col-options:first-child.form__col-options--active {
  margin-top: 20px;
  padding-top: 10px;
}
.form__col-options label {
  justify-content: flex-end;
  cursor: pointer;
}
.form__col-options label:hover .form__radio-checkmark {
  border-color: #d40511;
}
.form__col-options label:hover .form__radio-checkmark::after {
  border-color: #d40511;
}
@media only screen and (min-width: 960px) {
  .form__col-options .form__radio-checkmark {
    left: initial;
    right: 8rem;
  }
}
.form__col-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 960px) {
  .form__col-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.form__field-buttons {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.form__field-buttons-choose {
  height: 33px;
  padding: 0 20px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-width: 1px;
}
.form__field-buttons-versus {
  font-size: 13px;
  margin: 0 10px;
  color: #000000;
}
@media only screen and (min-width: 960px) {
  .form__field-buttons-versus {
    margin: 0 30px;
  }
}
.form__field-search-input {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
  height: 33px;
  position: relative;
  color: #808080;
  width: 150px;
}
@media only screen and (min-width: 960px) {
  .form__field-search-input {
    width: 244px;
  }
}
.form__field-search-input input {
  border: none;
  position: absolute;
  left: 0;
  width: calc(100% - 33px);
  padding: 0 15px;
  right: 0;
  top: 0;
  font-family: 'Lato', sans-serif;
  height: 100%;
  color: #808080;
}
.form__field-search-input input::placeholder {
  color: #808080;
}
.form__field-search-input input::-ms-input-placeholder {
  color: #b6b6b6 !important;
}
.form__field-search-input-icon {
  border: none;
  height: 100%;
  width: 33px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: #d40511;
}
.form__col-buttons {
  display: flex;
  padding-top: 100px;
  flex-direction: column;
}
.form__col-buttons .btn {
  margin-bottom: 10px;
}
@media only screen and (min-width: 960px) {
  .form__col-buttons {
    flex-direction: row;
    justify-content: space-between;
  }
}
.form__col-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 20px;
}
.form__col-info-bar {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.form__col-info-bar-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  width: 100%;
}
.form__col-info-bar-top-info {
  color: #868686;
}
.form__col-info-bar-top-kind {
  color: #d40511;
  text-transform: uppercase;
}
.form__col-info-bar-bottom {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
  color: #000000;
  font-size: 13px;
  width: 100%;
}
.form__col-info-bar-bottom-img {
  width: 25px;
  height: 25px;
  opacity: 0.3;
  margin-right: 1rem;
}
@media only screen and (min-width: 960px) {
  .form__col-info-bar-bottom-img {
    margin-right: 10px;
  }
}
.form__col-service-choose {
  padding-top: 30px;
}
.form__col-service-choose-title {
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 20px;
}
.form__col-service-choose .form__label {
  padding-left: 30px;
  min-width: 240px;
}
.form__col-service-choose .form__checkboxes {
  justify-content: flex-start;
  color: #a1a1a1;
  font-size: 14px;
  max-width: 600px;
  position: relative;
}
.form__col-service-choose .form__checkboxes.active .form__price {
  color: #d40511;
}
.form__col-service-choose .form__info-tooltip {
  margin-right: 10px;
}
@media only screen and (max-width: 540px) {
  .form .form-inline > .group {
    width: 100% !important;
  }
}
.form .input-group {
  -ms-flex-align: center;
  align-items: center;
}
.form .input-group.input-group-op input {
  text-align: right;
  padding-right: 40px;
}
.form .input-group.input-group-op .input-group-append .input-group-text {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 3px;
}
.form .input-group > .form__input {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1% !important;
  margin-bottom: 0;
}
.form .group {
  margin-bottom: 10px;
}
.form .message {
  display: none;
  font-size: 12px;
  padding: 7px;
  position: absolute;
  z-index: 100;
}
.form .message:after {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 9px;
  margin-left: -9px;
}
.form .message.error {
  background: #d40511;
  color: #fff;
}
.form .message.error:after {
  border-bottom-color: #d40511;
}
.form .shipment-value-error + .message:after {
  right: 20px;
  left: unset;
}
.form .form__radiobuttons > label + .message,
.form .form__checkboxes > label + .message {
  top: 23px;
  left: 0px;
}
.form .input-group > span.select2 + .message {
  top: 33px;
}
.form .input-group > input + .message {
  top: 33px;
}
.form input:focus + .message,
.form input:focus + .error-overlay .message,
.form .form__radiobuttons:hover > label + .message,
.form .form__checkboxes:hover > label + .message,
.form .form__checkboxes:hover > label + .error-overlay .message,
.form textarea:focus + .message.error,
.form select:hover + .message,
.form .input-group:hover > span.select2 + .message,
.form .form__checkboxes.with-error:hover + .error-overlay .message,
.form .shipment-value-error:hover + .message,
.form .duty-agreement-info-error:hover + .message,
.form .duty-upload-file--error:hover + .message,
.form .duty-option-row--error:hover .message,
.form .currencies--error:hover .message,
.form .error-product:hover + .message {
  display: block;
}
.form textarea.error,
.form textarea:focus.error,
.form input.error,
.form input:focus.error,
.form select.error,
.form select:focus.error,
.form select.error.form__select + span.select2 {
  border: 1px solid #D40511;
  background-color: #ffebeb;
}
.form .contentConfigurator .element-row--with-border {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.form .contentConfigurator .element-row .element-type,
.form .contentConfigurator .element-row .element-weight,
.form .contentConfigurator .element-row .element-amount,
.form .contentConfigurator .element-row .element-dimension,
.form .contentConfigurator .element-row .element-checkbox {
  display: inline-block;
}
.form .contentConfigurator .element-row .element-type--relative,
.form .contentConfigurator .element-row .element-weight--relative,
.form .contentConfigurator .element-row .element-amount--relative,
.form .contentConfigurator .element-row .element-dimension--relative,
.form .contentConfigurator .element-row .element-checkbox--relative {
  position: relative;
}
.form .contentConfigurator .element-row .element-dimension .form__input--min,
.form .contentConfigurator .element-row .element-amount .form__input--min,
.form .contentConfigurator .element-row .element-weight .form__input--min {
  padding: 0 5px;
}
.form .contentConfigurator .element-row .element-selected {
  width: 2%;
}
@media only screen and (max-width: 960px) {
  .form .contentConfigurator .element-row .element-selected {
    width: 100%;
    padding-bottom: 8px;
  }
}
.form .contentConfigurator .element-row .element-insurance {
  width: 15%;
}
@media only screen and (max-width: 960px) {
  .form .contentConfigurator .element-row .element-insurance {
    width: 100%;
    padding-bottom: 8px;
  }
}
.form .contentConfigurator .element-row .element-type {
  width: 11%;
}
.form .contentConfigurator .element-row .element-type span.select2 {
  width: 100% !important;
}
@media only screen and (max-width: 960px) {
  .form .contentConfigurator .element-row .element-type {
    width: 72%;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 540px) {
  .form .contentConfigurator .element-row .element-type {
    width: 80%;
    padding-bottom: 8px;
  }
}
.form .contentConfigurator .element-row .element-weight {
  width: 6%;
}
@media only screen and (max-width: 960px) {
  .form .contentConfigurator .element-row .element-weight {
    width: 20%;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 540px) {
  .form .contentConfigurator .element-row .element-weight {
    width: 80%;
    padding-bottom: 8px;
  }
}
.form .contentConfigurator .element-row .element-dimension {
  width: 5%;
}
@media only screen and (max-width: 960px) {
  .form .contentConfigurator .element-row .element-dimension {
    width: 20%;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 540px) {
  .form .contentConfigurator .element-row .element-dimension {
    width: 80%;
    padding-bottom: 8px;
  }
}
.form .contentConfigurator .element-row .element-amount {
  width: 5%;
}
@media only screen and (max-width: 960px) {
  .form .contentConfigurator .element-row .element-amount {
    width: 20%;
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 540px) {
  .form .contentConfigurator .element-row .element-amount {
    width: 80%;
    padding-bottom: 8px;
  }
}
.form .contentConfigurator .element-row .element-checkbox {
  width: 15%;
  margin-left: 10px;
}
.form .contentConfigurator .element-row .element-checkbox .form__checkboxes {
  justify-content: normal;
}
@media only screen and (max-width: 960px) {
  .form .contentConfigurator .element-row .element-checkbox {
    width: 30%;
  }
}
@media only screen and (max-width: 540px) {
  .form .contentConfigurator .element-row .element-checkbox {
    width: 100%;
    padding-bottom: 8px;
  }
}
.form .contentConfigurator .element-row .element-x {
  display: inline-block;
  color: #868686;
  font-size: 14px;
  margin: 0 6px;
}
.form .contentConfigurator .element-row .element-controls {
  width: 15%;
  display: flex;
  align-items: center;
}
.form .contentConfigurator .element-row .element-controls .addElement {
  margin-left: 10px;
  width: 91px;
  justify-content: space-between;
}
.form .contentConfigurator .element-row .element-controls .deleteElement {
  margin-right: 0px;
  margin-left: 0px;
  position: relative;
  right: initial;
}
@media only screen and (max-width: 960px) {
  .form .contentConfigurator .element-row .element-controls {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .form .contentConfigurator .element-row .form__fields--flex {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  .form .contentConfigurator .element-row-without-amount .element-type {
    width: 90%;
  }
}
.form .contentConfigurator.content-configurator-error {
  background-color: #ffebeb;
  border: 1px solid #ffc3c3;
}
.form .error-product {
  background-color: #ffebeb;
  border: 1px solid #ffc3c3;
}
.form #AdditionalInfoForm_userCostsCreationPlace + span.select2,
.form #DomesticReturnContentForm_userCostsCreationPlace + span.select2,
.form #InternationalReturnContentForm_userCostsCreationPlace + span.select2 {
  width: 100% !important;
}
.form .form__price {
  margin-left: 10px;
  width: 70px;
}
.form .error-overlay {
  position: absolute;
  bottom: -5px;
  width: 100%;
}
.form .error-overlay--without-bottom {
  bottom: 0px;
}
.form .col_address {
  margin-top: 20px;
}
.form__links-href_icon {
  position: relative;
  top: 3px;
  background: url(../../img/href_icon.png) no-repeat center;
  width: 9px;
  height: 19px;
  display: inline-block;
  margin-left: 5px;
}
.form .parcelOpenHours {
  background-color: #e8e8e8;
  padding: 0 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  height: 33px;
}
.form label.form__label .form__checkbox-checkmark:hover {
  border-color: #d40511;
}
.form .shippingPurposes {
  position: relative;
}
.form .shippingPurposes--error {
  border: 1px solid #d40511;
  background-color: #ffebeb;
}
.form .shippingPurposes--error:hover .message.error {
  display: block;
  bottom: -32px;
}
.form .shippingPurposes .shippingPurpose label {
  color: #999;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
}
.form .shippingPurposes .shippingPurpose label.shippingPurpose--active {
  color: #000000;
}
.form .shippingPurposes .shippingPurpose svg {
  height: 60px;
}
.form .currencies.currencies--error {
  border: 1px solid #D40511;
}
.form .currencies.currencies--error .message.error {
  bottom: -33px;
}
.form .currencies .currency.col-2 {
  width: 20%;
  min-width: 20%;
  text-align: center;
}
.form .currencies .currency label {
  display: block;
  height: 50px;
  border: 1px solid #d1d1d1;
  color: #999;
  padding-top: 10px;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
}
.form .currencies .currency label.currency--active {
  border-color: #D40511;
}
.form .currencies .currency .currency-desc {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}
.form #showShipmentAdditionalInfo {
  color: #d40511;
  font-weight: bold;
  cursor: pointer;
}
.form #showShipmentAdditionalInfo + div {
  color: #999;
}
.form .duty-upload-file {
  color: #d40511;
  font-weight: bold;
  cursor: pointer;
  margin-top: 2px;
  padding: 3px 5px 5px 5px;
}
.form .duty-upload-file.duty-upload-file--error {
  border: 1px solid #d40511;
  margin-top: 1px;
  background-color: #ffebeb;
}
.form #shipmentAdditionalInfoBox .form__input--textarea {
  height: 84px;
}
.form .row-duty {
  position: relative;
}
.form .row-duty .delete-duty-element-wrapper {
  position: absolute;
  bottom: 16px;
  right: -6px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .form .row-duty .delete-duty-element-wrapper {
    position: relative;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    bottom: unset;
    right: unset;
  }
  .form .row-duty .delete-duty-element-wrapper .deleteDutyElement {
    float: right;
  }
}
.form .row-duty .delete-duty-element-wrapper.delete-duty-element-wrapper-higher {
  bottom: 33px;
}
@media only screen and (max-width: 767px) {
  .form .row-duty .delete-duty-element-wrapper.delete-duty-element-wrapper-higher {
    bottom: unset;
  }
}
.form .add-duty-element-wrapper {
  text-align: right;
  color: #d40511;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
}
.form .duty-element-header-cell {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form .duty-element-header-cell {
    margin-bottom: 0;
  }
}
.form .duty-element-header {
  background-color: #F7F7F7;
  padding: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .form .duty-element-header {
    margin-bottom: 0px;
  }
}
.form .duty-element-header--first--with-tooltip {
  position: relative;
  padding-right: 14px;
}
.form .duty-element-header--first--with-tooltip .form__info-tooltip {
  position: absolute;
  top: 3px;
  right: -8px;
}
.form .duty-element-header--second {
  font-size: 13px;
  color: #495057;
}
.form .duty-element-header.duty-element-header--right {
  text-align: right;
}
@media only screen and (max-width: 539px) {
  .form .duty-element-header.duty-element-header--right {
    text-align: left;
  }
}
.form .hide-duty-header .duty-element-header-wrapper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .form .hide-duty-header .duty-element-header-wrapper {
    display: block;
  }
}
.form .duty-files-wrapper .duty-files-row span {
  font-size: 14px;
}
.form .duty-files-wrapper .duty-files-row .duty-file-info {
  margin-left: 10px;
}
.form .duty-files-wrapper .duty-files-row .duty-file-delete {
  cursor: pointer;
  margin-left: 10px;
}
.form .duty-files-wrapper .duty-files-row .duty-file-delete svg {
  vertical-align: top;
  margin-top: 4px;
}
li span.cashSapOption {
  color: #999;
}
input.text {
  width: 100% !important;
}
.readonly {
  pointer-events: none;
}
.radio {
  display: block;
}
#UzupelnijDaneForm_CZY_FIRMA {
  width: 100%;
}
.radio label {
  width: auto;
  margin-right: 15px;
  margin-left: 5px;
  text-align: left;
}
.agreement {
  text-align: justify;
}
#norton-idsafe-field-styling-divId {
  z-index: 100 !important;
}
.form input[type="radio"].error + label:before,
.form input[type="checkbox"].error + label:before {
  border: 1px solid #ffc3c3;
  background-color: #ffebeb;
  box-shadow: 0px 2px 6px 0px #ffaaaa;
}
.input-label {
  margin: 0 20px;
  max-width: 312px;
}
.panel {
  margin-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .panel--center {
    padding: 0 301px;
  }
}
option {
  border: 1px solid black;
}
.input__flex {
  display: flex;
  align-items: center;
  position: relative;
}
.select-status {
  cursor: pointer;
}
.upload-btn-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.upload-btn-wrapper__file {
  font-size: 16px;
  color: #d40511;
  padding-left: 10px;
}
.upload-btn-wrapper .form__input--file {
  border: none;
  font-size: 16px;
  color: #d40511;
  z-index: -1;
}
.upload-btn-wrapper .btn-file {
  width: 100%;
  cursor: pointer;
  z-index: 1;
}
.upload-btn-wrapper.upload-btn-wrapper-duty {
  position: unset;
}
.upload-btn-wrapper.upload-btn-wrapper-duty .duty-upload-file--error:hover + .message {
  bottom: -21px;
}
.errorSummary {
  border: 0.1rem solid #d40511;
  width: 100%;
  padding: 1rem;
  margin-bottom: 28px;
  background: #ffe4e6;
}
.input-label {
  margin: 0 20px;
  max-width: 312px;
}
.dropdown-dhl {
  top: 55% !important;
  z-index: 1;
}
.register-form ~ .select2-container .select2-results__option {
  font-size: 14px;
  height: 33px;
}
.select2-container.small-select {
  width: 1% !important;
  flex: 1 1 auto;
}
.select2-container.small-select .select2-results__option {
  font-size: 14px;
  height: 33px;
}
.select2-container.orderSmall-select {
  width: 1% !important;
  flex: 1 1 auto;
  border: 1px solid #d1d1d1;
}
.select2-container.orderSmall-select .select2-results__option {
  font-size: 14px;
  height: 33px;
}
.select2-container.orderSmall-select .select2-selection__rendered {
  padding-top: 5px;
}
.select2-container.orderSmall-select2 {
  width: 100% !important;
  flex: 1 1 auto;
  border: 1px solid #d1d1d1;
}
.select2-container.orderSmall-select2 .select2-results__option {
  font-size: 14px;
  height: 33px;
}
.select2-container.orderSmall-select2 .select2-selection__rendered {
  padding-top: 5px;
}
.col-pay {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px 0 10px;
  width: 100%;
  border-bottom: 2px solid #d40511;
}
@media only screen and (min-width: 768px) {
  .col-pay {
    width: initial;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.col-pay__info {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #666;
}
.col-pay__info a {
  color: #a30014;
}
.item-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
@media only screen and (min-width: 321px) {
  .item-list {
    text-align: right;
  }
}
.item-list__pos {
  color: #666666;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
}
.item-list__pos--bold {
  font-size: 24px;
}
.item-list__pos--red {
  color: #d40511;
}
.item-list__pos span:first-child {
  margin-right: 3rem;
}
.item-list__pos span:last-child {
  min-width: 100px;
  justify-content: flex-end;
  display: inline-flex;
}
.col-pay-footer {
  position: fixed;
  bottom: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  border-top: 2px solid #d40511;
  background: white;
  padding: 1rem;
  width: 100%;
  max-width: 1150px;
  left: 50%;
  z-index: 999;
  transform: translate3d(-50%, 0, 0);
}
.col-pay-footer .item-list {
  display: none;
}
.col-pay-footer__arrow {
  transform: rotate(180deg);
}
.col-pay-footer__bar {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 24px;
  color: #d40511;
}
@media only screen and (min-width: 960px) {
  .col-pay-footer__bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.col-pay-footer.active {
  height: auto;
  visibility: visible;
  opacity: 1;
}
input.is-invalid,
input.is-invalid:hover {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
select[readonly].form__select + .select2-container {
  pointer-events: none;
  touch-action: none;
  background-color: #f5f5f5;
}
select[readonly].form__select + .select2-container + .form__select-dropdown {
  display: none;
}
select[readonly].form__select + .select2-container .select2-selection {
  box-shadow: none;
}
select[readonly].form__select + .select2-container .select2-selection__arrow,
select[readonly].form__select + .select2-container .select2-selection__clear {
  display: none;
}
.ui-menu {
  height: auto;
  background: white;
  position: absolute;
  z-index: 9;
  box-shadow: 0px 0px 20px rgba(228, 172, 172, 0.349);
  display: none;
}
.ui-menu-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 0px;
  border-bottom: 1px solid #d1d1d1;
  color: black;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}
.ui-menu-item-wrapper {
  padding: 10px 25px !important;
}
.ui-menu-item-wrapper.ui-state-active {
  background: #ccc !important;
  width: 100% !important;
  border: 1px solid #ccc !important;
  color: black !important;
}
.autocomplete-active {
  background: #e8e8e8;
}
.flex {
  display: flex;
  align-items: center;
}
.all_tpl {
  display: none;
}
.select2-selection--single.with-arrow:after {
  content: "";
  background: url(../../img/arrow_grey_down.png) no-repeat center;
  position: absolute;
  right: 10px;
  top: 40%;
  width: 15px;
  height: 7px;
}
.select2-selection--single.with-arrow-big:after {
  content: "";
  background: url(../../img/dropdown_icon.png) no-repeat center;
  position: absolute;
  right: 18px;
  top: 40%;
  width: 22px;
  height: 10px;
}
.select2-container--disabled .select2-selection--single.with-arrow-big:after {
  opacity: 0.4;
}
.select2-selection--single.with-arrow-filter:after {
  content: "";
  background: url(../../img/dropdown_icon.png) no-repeat center;
  position: absolute;
  right: 4px;
  top: 40%;
  width: 22px;
  height: 10px;
  opacity: 0.33;
}
.select2-container.filter-select .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}
.select2-container.filter-select .select2-results__options li {
  padding-left: 10px;
  padding-right: 10px;
}
.select2-container--open .select2-selection--single.with-arrow:after {
  background: url(../../img/arrow_grey_up.png) no-repeat center;
}
.select2-results__option[aria-selected=true] {
  background: #e8e8e8;
}
.tooltip .tooltip-inner {
  font-size: 10px;
  text-align: left;
  padding: 9px;
  background-color: #fc0;
  color: #000000;
}
.tooltip .tooltip-inner a {
  color: #d40511;
}
.bs-tooltip-right .arrow::before {
  border-right-color: #fc0;
}
.bs-tooltip-left .arrow::before {
  border-left-color: #fc0;
}
.bs-tooltip-top .arrow::before {
  border-top-color: #fc0;
}
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fc0;
}
.form__checkbox-input:checked ~ .form__checkbox-checkmark::after {
  display: block;
}
#reklamacje-form textarea.error,
#reklamacje-form textarea:focus.error,
#reklamacje-form input.error,
#reklamacje-form input:focus.error,
#reklamacje-form select.error,
#reklamacje-form select:focus.error,
#reklamacje-form select.error.form__select + span.select2 {
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
}
.select2-wydruk-etykiety {
  height: 46px !important;
}
@media only screen and (min-width: 321px) {
  .select2-wydruk-etykiety {
    min-width: 220px !important;
  }
}@media only screen and (min-width: 599px) and (max-width: 991px)  {
  .select2-wydruk-etykiety, .mass_print__select {
    left: 50%; transform: translateX(-50%);
  }
}
.select2-wydruk-etykiety .select2-selection__rendered {
  padding-top: 0;
}
#kalkulator-ceny .small-padding {
  padding: 10px 5px;
}
#kalkulator-ceny .small-padding .form__input {
  padding: 12px 2px;
}
#kalkulator-ceny .small-padding .form__input--dimension {
  max-width: 55px;
}
#kalkulator-ceny .small-padding .form__input--amount {
  max-width: 44px;
}
@media only screen and (max-width: 450px) {
  .section-with-mobile .form__group-inline {
    display: block;
  }
  .section-with-mobile .form__group-inline .form__field-60 {
    width: 100% !important;
  }
  .section-with-mobile .form__group-inline .form__field--short {
    width: 100% !important;
  }
  .section-with-mobile .form__group-inline .form__groups {
    display: block;
  }
  .section-with-mobile .form__checkboxes .form__field--confirm {
    width: 100%;
  }
  .section-with-mobile .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
  .section-with-mobile .form__buttons--min {
    margin: 5px 0px 5px;
    padding-bottom: 0px;
  }
  .section-with-mobile .form__buttons {
    margin: 5px 0px 5px;
  }
}
@media only screen and (min-width: 321px) {
  .form__group-inline {
    display: block;
  }
  .form__field {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .form__group-inline {
    display: inline-flex;
  }
}
@media only screen and (min-width: 960px) {
  .small-date-select-wrapper {
    padding-left: 30px;
  }
  .small-date-select-wrapper .form__select--data + .select2 {
    min-width: 270px !important;
  }
  #basicSettings .no-padding-lr {
    padding-left: 0;
    padding-right: 0;
  }
  #SenderForm_clientSapId + .select2 {
    min-width: 114px !important;
  }
}
@media only screen and (max-width: 767px) {
  .summarybar {
    position: initial !important;
    display: block !important;
  }
  .summarybar button {
    margin-bottom: 10px;
  }
}
.form .return-address-wrapper .input-group > span.select2 + .message {
  top: 48px;
  left: 0;
}
.form .form__select--data.red-date + span.select2 .select2-selection__rendered {
  color: #d40511;
}
a.duty-edit {
  color: #d40511;
}
.duty-option-row--error .message {
  bottom: -7px;
  left: 10px;
}
/** CLO **/
.duty-form {
  margin-bottom: 20px;
}
.duty-form .duty-info {
  font-size: 14px;
}
.duty-form .form__select--currency + .select2-container {
  min-width: 70px !important;
}
.duty-form .btn-duty-check {
  max-width: 100%;
}
.duty-form .duty-option-wrapper {
  border: 1px solid #d1d1d1;
  padding: 30px;
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 539px) {
  .duty-form .duty-option-wrapper {
    padding: 20px;
  }
}
.duty-form .duty-option-wrapper h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.duty-form .duty-option-wrapper .duty-option-price {
  position: absolute;
  top: 27px;
  right: 30px;
  color: #d40511;
}
@media only screen and (max-width: 767px) {
  .duty-form .duty-option-wrapper .duty-option-price {
    top: 7px;
  }
}
@media only screen and (max-width: 539px) {
  .duty-form .duty-option-wrapper .duty-option-price {
    top: 17px;
    right: 20px;
  }
}
.duty-form .duty-option-wrapper .btn-duty {
  max-width: 100px;
  margin-top: 85px;
}
.duty-form .duty-option-wrapper .btn-duty:disabled {
  background-color: #d40511;
  border: none;
  color: #ffffff;
  opacity: 1;
}
.duty-form .duty-option-wrapper ul {
  padding-left: 20px;
  list-style: none;
  /* Remove default bullets */
}
.duty-form .duty-option-wrapper ul li {
  font-size: 14px;
}
.duty-form .duty-option-wrapper ul li::before {
  content: "\2022";
  color: #d40511;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
.duty-form .duty-option-wrapper--inactive {
  opacity: 0.4;
}
.duty-form .duty-option-wrapper--error {
  background-color: #ffebeb;
  border-color: #D40511;
}
.duty-form .duty-option-wrapper .duty-option-gerlach-info {
  font-weight: bold;
  margin-top: 30px;
  font-size: 14px;
  color: #d40511;
}
.duty-form .duty-option-wrapper .duty-option-download-info {
  font-size: 14px;
  margin-top: 15px;
}
.duty-form .duty-option-wrapper .duty-option-download {
  margin-top: 20px;
}
.duty-form .duty-option-wrapper .duty-option-download a {
  text-decoration: underline;
  padding-left: 25px;
  color: #d40511;
  position: relative;
  font-size: 14px;
}
.duty-form .duty-option-wrapper .duty-option-download a:before {
  content: "";
  background: url(../../img/download_icon.png) no-repeat center;
  position: absolute;
  left: 0;
  top: -1px;
  width: 16px;
  height: 20px;
}
.duty-form .shipment-value {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}
.duty-form .shipment-value.shipment-value-error {
  color: #d40511;
  border: 1px solid #D40511;
  background-color: #ffebeb;
}
.duty-form .shipment-wight {
  text-align: right;
}
.duty-form .duty-content-configurator-error {
  border: 1px solid #D40511;
}
.duty-form .duty-agreement-info-error {
  color: #d40511;
}
.duty-form .duty-agreement {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px;
  padding-top: 20px;
}
.duty-form .duty-agreement.duty-agreement-first {
  border-top: 1px solid #d1d1d1;
}
.duty-form .duty-agreement--header {
  font-weight: bold;
  cursor: pointer;
}
.duty-form .duty-agreement--header--arrow {
  float: right;
}
.duty-form .duty-agreement--body {
  padding-top: 20px;
}
.duty-form .duty-agreement--body ul {
  padding-left: 20px;
  list-style: none;
  /* Remove default bullets */
}
.duty-form .duty-agreement--body ul li::before {
  content: "\2022";
  color: #d40511;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
.duty-form .duty-red-ul ul {
  padding-left: 20px;
  list-style: none;
  /* Remove default bullets */
}
.duty-form .duty-red-ul ul li {
  font-size: 14px;
}
.duty-form .duty-red-ul ul li::before {
  content: "\2022";
  color: #d40511;
  display: inline-block;
  width: 20px;
  margin-left: -20px;
}
.duty-form .duty-complete-info {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
}
.duty-form .form__col-buttons {
  border-top: 1px solid #DFE2E6;
  padding-top: 40px;
  margin-top: 40px;
}
.duty-form .empty-input-box {
  height: 43px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .duty-form .empty-input-box {
    display: none;
  }
}
.duty-form .duty-higher-input input {
  height: 66px;
}
.duty-form #saveFromDutyContent.disabled {
  color: #ffffff;
  background-color: #d40511;
  border: none;
  opacity: 0.4;
}
.duty-form .form__col-buttons {
  position: relative;
}
.duty-form .form__col-buttons .return-duty-msg {
  position: absolute;
  bottom: -25px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #495057;
  left: 0;
}
@media only screen and (max-width: 959px) {
  .duty-form .form__col-buttons .return-duty-msg {
    position: unset;
    bottom: 0px;
  }
}
ul.unordered__list {
  padding-left: 5rem;
  margin-bottom: 2rem;
}
ul.unordered__list--circle {
  list-style-type: circle;
}
ul.unordered__list--disc {
  list-style-type: disc;
}
ul.login-page-list {
  list-style: disc;
}
ul.login-page-list.li {
  margin-left: 20px;
}
.table {
  margin-bottom: 40px;
}
.table tr td,
.table tr th {
  border: none;
  /*&:first-child {
        max-width: 212px;
      }

      &:nth-child(2) {
        max-width: 229px;
      }

      &:nth-child(3) {
        max-width: 253px;
      }

      &:nth-child(4) {
        max-width: 242px;
      }*/
}
@media only screen and (min-width: 768px) {
  .table tr td,
  .table tr th {
    padding: 10px;
  }
}
.table tr td button,
.table tr th button {
  border: none;
  cursor: pointer;
}
.table tr td.addressAlone-th,
.table tr th.addressAlone-th {
  padding: 5px;
}
.table.table--small {
  margin-bottom: 10px;
}
.table.table--small tr td,
.table.table--small tr th {
  border: 1px solid #e7e7e7;
  padding: 10px;
  text-align: center;
  height: 50px;
}
.table.table--small tr td input,
.table.table--small tr th input {
  border: none;
  text-align: center;
}
.table.table--small tr td:first-child,
.table.table--small tr th:first-child {
  width: 247px;
}
.table.table--small tr td:nth-child(2),
.table.table--small tr th:nth-child(2) {
  width: 79px;
}
.table.table--small tr td:nth-child(3),
.table.table--small tr th:nth-child(3) {
  width: 209px;
}
.table.table--small tr td:nth-child(4),
.table.table--small tr th:nth-child(4) {
  width: 73px;
}
.table.table--small tr td button,
.table.table--small tr th button {
  border: none;
  cursor: pointer;
}
.table__td-name {
  display: block;
}
.table__icons {
  display: flex;
  flex-direction: row;
  align-items: left;
  justify-content: flex-start;
  padding: 0 5px;
  position: relative;
}
.table__icons .icon {
  float: left;
  margin-right: 20px;
}
.table__icons .icon:last-child {
  margin-right: 0px;
}
.table__info {
  font-size: 14px;
  line-height: 30px;
  color: #353535;
}
.table--check {
  width: 20px;
  height: 20px;
  background: url(../../img/check_icon.png) no-repeat center;
  background-size: cover;
  border: none;
  -ms-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.table--check:hover,
.table--check__default {
  background: url(../../img/check_icon_hover.png) no-repeat center;
  background-size: cover;
}
.table-returns .table--check,
.table-returns .table--edit {
  display: none;
}
.table__new-address {
  width: 220px;
}
.table__tr-search {
  display: none;
}
.table__thead-th {
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 16px;
  padding-bottom: 10px;
  color: #131313;
}
.table__thead-th--table {
  font-family: DeliveryRegular;
  font-size: 14px;
  font-weight: normal;
  color: #353535;
}
.table__thead-th--sort {
  position: relative;
  display: flex;
  align-items: center;
}
.table__thead-th--sort:hover .arrow__down {
  background: url(../../img/arrow_down_hover.png) no-repeat center;
  background-size: cover;
}
.table__tbody tr td {
  font-size: 14px;
  color: #000000;
  line-height: 16px;
}
.table__tbody tr td:last-child {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 321px) {
  .table__tbody tr td:last-child {
    display: table-cell;
  }
}
@media only screen and (min-width: 960px) {
  .table__tbody tr td:last-child {
    display: table-cell;
  }
}
.table__tbody tr td div.normal-font {
  display: block;
}
.table__tbody tr td div.small-font {
  display: block;
  clear: left;
  font-size: 13px;
}
.table__tbody tr:nth-child(2n + 2) td {
  background: #f5f5f5;
}
.table__tbody tr:nth-child(n + 1) td {
  padding: 15px 10px;
}
.table__tbody tr:nth-child(n + 1) > .addressAlone-td {
  padding: 12px 10px;
}
.table__buttons {
  display: flex;
  align-items: center;
}
.table__btns-hidden {
  display: none;
  transition: 0.3s;
}
.table__save-address {
  margin-left: 40px;
}
.table--hidden {
  visibility: hidden;
  opacity: 0;
  padding: 0;
}
.table--hidden.visible {
  visibility: visible;
  opacity: 1;
  margin: 10px 5px;
}
.table--close {
  width: 15px;
  height: 15px;
  background: url(../../img/close_btn.png) no-repeat center;
  background-size: cover;
  margin-right: 7px;
}
.table--checked {
  width: 20px;
  height: 16px;
  background: url(../../img/checked_btn.png) no-repeat center;
  background-size: cover;
  margin-right: 7px;
}
.table--search {
  width: 20px;
  height: 20px;
  background: url(../../img/icons-sprite.png) -393px -3px no-repeat;
  display: block;
  margin-right: 7px;
}
.table--loader {
  width: 16px;
  height: 16px;
  background: url(../../img/loader.gif) no-repeat center;
  background-size: cover;
  display: none;
}
.table__created-field {
  -ms-transition: 0.3s;
  transition: 0.3s;
  flex: 1 1 100%;
  align-items: center;
  justify-content: space-between;
}
.address__max_width{
  text-overflow: ellipsis;
  overflow: hidden;
  width: 220px;
}
@media only screen and (min-width: 321px) {
  .table__created-field {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .table__created-field {
    display: flex;
  }
}
.table__created-field.active {
  border: 1px solid #d1d1d1;
  padding: 10px 12px;
  margin-bottom: 12px;
}
.table__created-field.active .arrow__down-list {
  width: 18px;
  height: 8px;
  background: url(../../img/dropdown_arrow.png) no-repeat center;
  background-size: cover;
  margin-left: auto;
  display: block;
}
.table__created-field-vertical {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.table .row-hidden {
  display: none;
}
.table__row-added {
  display: none;
}
.table__row-added td {
  background: none !important;
}
@media only screen and (max-width: 767px) {
  .table__row-sm-responsive {
    display: block;
  }
  .table__row-sm-responsive td {
    display: block;
  }
}
.table__panel-returns {
  width: 172px;
}
.table__management-address {
  width: 285px;
}
.table__created-cell {
  transition: 0.3s;
  border: 1px solid #d1d1d1;
  padding: 10px 12px;
  display: inline-flex;
  min-width: 43px;
  margin-bottom: 12px;
  justify-content: center;
}
.table--edit {
  width: 20px;
  height: 19px;
  background: url(../../img/edit_icon.png) no-repeat center;
  background-size: cover;
}
.table--message {
  width: 20px;
  height: 15px;
  background: url(../../img/msg_icon.png) no-repeat center;
  background-size: cover;
  margin: 22px 0;
}
@media only screen and (min-width: 960px) {
  .table--message {
    margin: 0 20px;
  }
}
.table--delete {
  width: 15px;
  height: 17px;
  background: url(../../img/trash_icon.png) no-repeat center;
  background-size: cover;
}
.table--magnifier {
  width: 20px;
  height: 20px;
  background: url(../../img/search-icon.png) no-repeat center;
  background-size: cover;
  margin: 22px 0;
}
@media only screen and (min-width: 960px) {
  .table--magnifier {
    margin: 0 20px;
  }
}
.table__paginations {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.table__paginations--digital {
  margin: 0 3px;
}
.table__paginations--prev.active {
  color: #d40511;
}
.table--widthSmall {
  min-width: 130px;
}
.table--widthMedium {
  min-width: 160px;
}
.table--widthWide {
  min-width: 220px;
}
.table__pt10 td {
  padding-top: 15px !important;
}
.table .arrow__down-list {
  bottom: 15px;
}
@media only screen and (min-width: 960px) {
  .table .select2-container--open .select2-dropdown--above {
    width: 336px !important;
  }
}
.table__input,
.table .select2-container {
  padding: 12px 10px;
  height: 40px;
  font-size: 14px;
  color: #323232;
  border: 1px solid #d1d1d1;
  line-height: 40px;
  -ms-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  width: 100% !important;
}
.table__input--address,
.table .select2-container--address {
  height: 10px;
  width: 86% !important;
}
@media screen and (max-width: 450px) {
  .table__input--address,
  .table .select2-container--address {
    font-size: 11px;
    width: 88% !important;
  }
}
.table__input .selection,
.table .select2-container .selection,
.table__input .select2-selection,
.table .select2-container .select2-selection {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  color: #b6b6b6;
}
@media only screen and (min-width: 321px) {
  .table__input-25,
  .table .select2-container-25 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .table__input-25,
  .table .select2-container-25 {
    width: 25% !important;
  }
}
.table__input-40,
.table .select2-container-40 {
  width: 40% !important;
}
@media only screen and (min-width: 321px) {
  .table__input-42,
  .table .select2-container-42 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .table__input-42,
  .table .select2-container-42 {
    width: 42% !important;
  }
}
.table__input-44,
.table .select2-container-44 {
  width: 44% !important;
}
.table__input-72,
.table .select2-container-72 {
  width: 72% !important;
}
.table__input-street,
.table .select2-container-street {
  max-width: 157px;
}
.table__input-error,
.table .select2-container-error {
  border: 1px solid #d40511;
}
.table__input-nr,
.table .select2-container-nr,
.table__input-lok,
.table .select2-container-lok {
  max-width: 43px;
}
.table__input-zipcode,
.table .select2-container-zipcode {
  max-width: 93px;
}
.table__input-city,
.table .select2-container-city {
  max-width: 155px;
}
.table__input-datepicker,
.table .select2-container-datepicker {
  background: url(../../img/icon_date.png) no-repeat center;
  background-position-x: 10px;
  padding-left: 30px;
}
.table__input::placeholder,
.table .select2-container::placeholder {
  color: #b6b6b6;
}
.table__input::-ms-input-placeholder,
.table .select2-container::-ms-input-placeholder {
  color: #b6b6b6 !important;
}
.table__input:focus,
.table .select2-container:focus,
.table__input:hover,
.table .select2-container:hover,
.table__input:active,
.table .select2-container:active {
  border: 1px solid #323232;
}
.table__input:active,
.table .select2-container:active {
  color: #323232;
}
.table__input--calc {
  padding: 10px 5px;
}
.table-column-2 {
  width: 2.5%;
}
.table-column-5 {
  width: 5%;
}
.table-column-7 {
  width: 7.5%;
}
.table-column-10 {
  width: 10%;
  min-width: 80px;
}
.table-column-10Allegro {
  width: 10%;
  min-width: 120px;
}
.table-column-12 {
  width: 12.5%;
  min-width: 100px;
}
.table-column-12Allegro {
  width: 12.5%;
  min-width: 145px;
}
.table-column-14 {
  width: 14%;
  min-width: 110px;
}
.table-column-15 {
  width: 15%;
  min-width: 120px;
}
.table-column-15Allegro {
  width: 15%;
  min-width: 143px;
}
.table-column-17 {
  width: 17.5%;
  min-width: 140px;
}
.table-column-18 {
  width: 18.5%;
  min-width: 145px;
}
.table-column-20 {
  width: 20%;
  min-width: 160px;
}
.table-column-22 {
  width: 22.5%;
  min-width: 180px;
}
.table-column-25 {
  width: 25%;
  min-width: 200px;
}
.table-column-27 {
  width: 27.5%;
  min-width: 220px;
}
.table-column-30 {
  width: 30%;
  min-width: 240px;
}
.table-column-32 {
  width: 32.5%;
}
.table-column-35 {
  width: 35%;
}
.table-column-40 {
  width: 40%;
}
.table-column-45 {
  width: 45%;
}
.table-column-50 {
  width: 50%;
}
.table-column-55 {
  width: 55%;
}
.table-column-60 {
  width: 60%;
}
.table-column-65 {
  width: 65%;
}
.table-column-70 {
  width: 70%;
}
.table-column-75 {
  width: 75%;
}
.table-column-80 {
  width: 80%;
}
.table-column-85 {
  width: 85%;
}
.table-column-90 {
  width: 90%;
}
.table-column-95 {
  width: 95%;
}
.table-column-100 {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .table-column--padding-left {
    padding-left: 22px!important;
  }
}
@media only screen and (max-width: 767px) {
  .table-column-sm-2 {
    width: 2.5%;
  }
  .table-column-sm-5 {
    width: 5%;
  }
  .table-column-sm-7 {
    width: 7.5%;
  }
  .table-column-sm-10 {
    width: 10%;
  }
  .table-column-sm-12 {
    width: 12.5%;
  }
  .table-column-sm-14 {
    width: 14%;
  }
  .table-column-sm-15 {
    width: 15%;
  }
  .table-column-sm-17 {
    width: 17.5%;
  }
  .table-column-sm-20 {
    width: 20%;
  }
  .table-column-sm-22 {
    width: 22.5%;
  }
  .table-column-sm-25 {
    width: 25%;
  }
  .table-column-sm-27 {
    width: 27.5%;
  }
  .table-column-sm-30 {
    width: 30%;
  }
  .table-column-sm-32 {
    width: 32.5%;
  }
  .table-column-sm-35 {
    width: 35%;
  }
  .table-column-sm-40 {
    width: 40%;
  }
  .table-column-sm-45 {
    width: 45%;
  }
  .table-column-sm-50 {
    width: 50%;
  }
  .table-column-sm-55 {
    width: 55%;
  }
  .table-column-sm-60 {
    width: 60%;
  }
  .table-column-sm-65 {
    width: 65%;
  }
  .table-column-sm-70 {
    width: 70%;
  }
  .table-column-sm-75 {
    width: 75%;
  }
  .table-column-sm-80 {
    width: 80%;
  }
  .table-column-sm-85 {
    width: 85%;
  }
  .table-column-sm-90 {
    width: 90%;
  }
  .table-column-sm-95 {
    width: 95%;
  }
  .table-column-sm-100 {
    width: 100%;
  }
}
.ttw-table .invalid,
#boxDane .invalid,
.ttw-table .invalid:hover,
#boxDane .invalid:hover {
  background-color: inherit!important;
  border: 2px solid #d40511 !important;
}
.ttw-table .error,
#boxDane .error,
.ttw-table .error:hover,
#boxDane .error:hover {
  border: 1px solid #d40511;
  background-color: #ffc3c3;
}
.ttw-table span.error,
#boxDane span.error,
.ttw-table span.error:hover,
#boxDane span.error:hover {
  background-color: #ffc3c3 !important;
}
.ttw-table .select2-container .select2-selection--single .select2-selection__clear,
#boxDane .select2-container .select2-selection--single .select2-selection__clear {
  font-weight: bold;
  color: #bf050f;
  font-size: 20px;
  position: absolute;
  left: 3px;
}
.ttw-table .select2-container,
#boxDane .select2-container {
  background-color: #ffffff;
}
.ttw-table .select2-selection .select2-selection__rendered,
#boxDane .select2-selection .select2-selection__rendered {
  color: #000000;
}
.ttw-table .select2-container--disabled,
#boxDane .select2-container--disabled {
  color: #323232;
  background-color: #f5f5f5;
}
.ttw-table .select2-container--disabled .select2-selection .select2-selection__rendered,
#boxDane .select2-container--disabled .select2-selection .select2-selection__rendered {
  color: #b6b6b6;
}
.arrow__down {
  width: 15px;
  height: 7px;
  background: url(../../img/arrow_down.png) no-repeat center;
  background-size: cover;
  display: inline-flex;
  align-items: center;
  margin-left: 9px;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.arrow__down--sorting {
  transform: rotate(180deg);
}
.arrow__down--grey {
  background: url(../../img/arrow_down_hover.png) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 10px;
}
.sort-link.asc .arrow__down {
  transform: rotate(180deg);
}
.cell__inline-row {
  width: 100%;
}
.input-group .table__input {
  width: 50% !important;
  border-radius: 0;
}
.error-line {
  color: #d40511;
  margin-top: 5px;
}
tr.filters .form__select-dropdown {
  opacity: 0.33;
}
.form__checkboxes {
  overflow: hidden;
}
.form__checkboxes .table__input {
  max-width: 62px;
}
.table--address-book {
  margin-bottom: 0;
}
.table--address-book td,
.table--address-book th {
  padding: 10px 10px !important;
}
.table--address-book tr td:last-child,
.table--address-book tr th:last-child {
  min-width: 120px;
}
.templates-list .table__buttons button {
  width: 216px;
}
.table.noweSzablony a.icon.disabled {
  pointer-events: none;
  opacity: 0%;
}
.table.noweSzablony span.icon-nebr {
  display: inline-block;
  height: 26px;
  vertical-align: middle;
  margin-right: 5px;
}
.table.noweSzablony span.icon {
  pointer-events: none;
  display: inline-block;
}
span.icon-allegro {
  background: url(../../img/alegro_icon.png) no-repeat;
  width: 16px;
  height: 17px;
}
.table.noweSzablony div.filler {
  width: 14px;
}
#templatesManagmentLayer {
  width: 180px;
  height: auto;
  min-height: 70px;
  position: absolute;
  z-index: 10;
  background-color: #FFF;
  bottom: 47px;
}
#templatesManagmentLayer .content {
  padding-left: 10px;
  padding-top: 10px;
}
#templatesManagmentLayer .content .tpl_setting,
#templatesManagmentLayer .content #templatesManagmentLayer .group label {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  color: #d40511;
  text-decoration: none;
}
.tpl_setting#allegro_template {
  padding-bottom: 5px;
}
.table--container .loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 999;
  text-align: center;
  display: none;
}
.table--container .loader > .lds-ellipsis {
  margin-top: 10rem;
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  left: 50%;
}
.table--container .loader > .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d40511;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.table--container .loader > .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.table--container .loader > .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.table--container .loader > .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.table--container .loader > .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@media only screen and (min-width: 321px) {
  .table__thead {
    line-height: 1 !important;
  }
}
.list-order-icon {
  padding-right: 0px;
}
.list-order-nr {
  padding-left: 0px;
}
.modal {
  background: #ffffff;
  max-width: 540px;
  padding: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  bottom: initial;
}
@media only screen and (max-width: 767px) {
  .modal {
    width: 100%;
  }
}
@media only screen and (min-width: 540px) {
  .modal {
    padding: 30px!important;
  }
}
@media only screen and (min-width: 960px) {
  .modal {
    padding: 60px 50px 70px 50px!important;
  }
}
.modal__title {
  color: #000000;
  font-size: 24px;
  margin: 0 -10px;
  margin-bottom: 30px;
}
.modal__title--small {
  color: #000000;
  font-size: 20px;
  margin: 0 -10px;
  margin-bottom: 50px;
}
.modal__text {
  color: #000000;
  font-size: 24px;
  margin: 0 -10px;
  margin-bottom: 30px;
  text-align: center;
}
.modal__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 0 70px;
}
.modal--big {
  max-width: 900px;
}
.modal .button-close {
  position: absolute;
  right: 2px;
  top: 0px;
  z-index: 10;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
}
.modal .button-close span {
  color: #d40511;
  font-size: 25px;
}
.modal-statement {
  padding: 10px !important;
}
.modal-statement-photo {
  overflow: hidden;
}
.modal-statement-msg {
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-statement .modal__buttons {
  padding: 0px;
}
.modal-statement .modal__buttons--center {
  justify-content: center;
}
.modal-statement .modal__buttons--photo {
  position: absolute;
  bottom: 10px;
}
.modal-statement--photo {
  padding: 0px !important;
}
.modal-statement .modal-body {
  padding: 0px;
}
.modal-status {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  background: white;
  border: 1px solid #e7e7e7;
  width: 300px;
  box-shadow: 1px 1px 20px 0px #ccc;
  transition: 0.3s;
  z-index: 9;
}
.modal-status--active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.modal-status__line {
  font-size: 18px;
  padding: 20px 15px;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.modal-status__line:last-child {
  border-bottom: none;
}
.modal-status__line:hover {
  opacity: 0.8;
}
.modal-bodyCustom {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}
.modal_2 {
  width: 100%;
  max-width: 1100px;
  padding: 15px;
  height: 50%;
}
.modal_3 {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  min-height: 40%;
}
.modal_3--tight {
  max-width: 600px;
}
.modal--wide {
  width: 100%;
  max-width: 1200px;
}
.modalMap {
  padding: 0!important;
  height: 730px;
  width: 100%;
  max-width: 540px;
}

.hidden {
  display: none !important;
}
.disabled:disabled {
  pointer-events: none;
  color: #aaaaaa;
  border: 1px solid #d7d7d7;
  background-color: #f5f5f5;
}
.modal_flash_template .form {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.modal_flash_template .tpl_warning_holder,
.modal_flash_template .tpl_info_holder {
  margin-bottom: 15px;
}
.modal_flash_template .modal__buttons {
  margin-top: 10px;
}
.modal_flash_template #templateName {
  width: 100%;
}
.modal_flash_template .modal__new-tpl {
  margin: 0 5px 0 5px;
}
.tpl_allegro_holder .form__label--text {
  padding-left: 21px;
}
/*input[type="checkbox"]:disabled + span.form__checkbox-checkmark:after{
  background: none;
}*/
span.form__checkbox-checkmark {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal--wide {
    overflow-y: scroll;
    max-height: 90vh;
  }
  .modal--wide {
    padding: 10px !important;
  }
  .modal--wide dt {
    line-height: 2 !important;
  }
  .modal--wide .col-md-6 {
    padding: 0 !important;
  }
  .modal--wide .modal-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .modal--wide .container {
    padding: 0 !important;
  }
}
.modal--font-smaller {
  font-size: 1.6rem;
}
.modal--inactive-sap {
  padding-bottom: 50px;
  max-height: 90%;
  overflow-y: auto;
}
.modal--inactive-sap .modal__text {
  text-align: left;
}
.modal--inactive-sap ul {
  padding-left: 30px;
  list-style: disc;
}
.modal--inactive-sap .modal__buttons {
  margin-bottom: 20px;
}
.webapi-doc h1 {
  margin: 4rem 0;
  text-align: center;
  color: #353535;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 39px;
  text-transform: uppercase;
}
.webapi-doc h3 {
  line-height: 27px;
  margin-bottom: 10px;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 20px;
}
.webapi-doc p {
  color: #353535;
  font-size: 16px;
  text-align: left;
  margin-bottom: 25px;
  line-height: 27px;
}
.webapi-doc pre {
  padding: 20px;
  background: #f6f6f6;
  font-size: 16px;
  line-height: 27px;
  margin: 3rem auto;
}
.webapi-doc br {
  display: none;
}
.webapi-doc table {
  margin-bottom: 0;
}
.webapi-doc a {
  font-weight: bold;
}
.webapi-doc a.btn {
  font-weight: normal;
}
.webapi-doc a:hover {
  color: #d40511;
}
/********* Partials *********/
.accordionWrap {
  border-bottom: 1px solid rgba(149, 149, 149, 0.4);
  cursor: pointer;
}
.accordionWrap:first-child {
  border-top: 1px solid rgba(149, 149, 149, 0.4);
}
.accordionWrap__title {
  text-align: center;
  font-size: 16px;
  line-height: 14px;
}
.accordionWrap__switch {
  position: relative;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.accordionWrap__switch--active {
  background: #fbfbfb;
}
.accordionWrap__switch--active .accordionWrap__icon--plus {
  background: url(../../img/minus-icon.png) no-repeat center;
  background-size: cover;
  width: 24px;
  height: 4px;
}
.accordionWrap__icon {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  right: 10px;
}
.accordionWrap__icon--plus {
  background: url(../../img/plus-icon.png) no-repeat center;
  background-size: cover;
  width: 25px;
  height: 24px;
}
.panel {
  background: #fbfbfb;
}
.submenu {
  margin-bottom: 40px;
}
.submenu .accordionWrap__switch {
  position: relative;
}
.submenu a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.submenu h3.active {
  font-weight: bold;
}
.header {
  position: relative;
}
.header--logged {
  border-bottom: 1px solid #e7e7e7;
}
.header::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 85px;
  z-index: 2;
  background: url(../img/header__shadow.png) no-repeat center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .header::before {
    right: 0;
    width: calc(100% - 40px);
    margin: 0 auto;
    top: 20px;
    padding-bottom: 10rem;
    max-width: 1140px;
  }
}
.header__container {
  padding: 1rem 2rem;
  height: 78px;
}
@media only screen and (min-width: 768px) {
  .header__container {
    padding: 2rem 2rem 0 2rem;
    position: relative;
    height: auto;
  }
}
.header__nav {
  position: relative;
}
.header__nav--after-login {
  /*@media screen and (min-width: 379px) {
        padding: 0 12px;
      }
      @media @md {
        padding: 0 16px;
      }
      @media @dm {
        padding: 0 14px 0 17px;
      }
      @media @lg {
        padding: 0 34px 0 48px;
      }
      @media @xl {
        padding: 0 57px 0 46px;
      }*/
}
.header__menu {
  padding-top: 20px;
  width: 100%;
  height: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  height: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .header__menu-item {
    padding-bottom: 20px;
  }
}
.header__menu-item:nth-child(n + 4) {
  display: none;
}
@media only screen and (min-width: 540px) {
  .header__menu-item:nth-child(n + 4) {
    display: flex;
  }
  .header__menu-item:nth-child(n + 6) {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .header__menu-item:nth-child(n + 6) {
    display: flex;
  }
  .header__menu-item:nth-child(n + 7) {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header__menu-item:nth-child(n + 7) {
    display: flex;
  }
}
.header__menu-item:last-of-type {
  display: flex;
}
.header__menu-item--more:hover {
  pointer-events: fill;
}
@media only screen and (min-width: 768px) {
  .header__menu-item--more:hover .header__submenu-nav {
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1060;
    visibility: visible;
    opacity: 1;
  }
}
.header__menu-item .header__submenu-nav--visible {
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
  z-index: 1060;
}
.header__menu-item--plus-pack {
  /* &::after {
          display: none;
        }*/
}
.header__menu-item--plus-pack:hover::after {
  content: '';
  position: absolute;
  min-width: 83px;
  height: 15px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../../img/shadow2.png) no-repeat center;
}
@media only screen and (min-width: 768px) {
  .header__menu-item--plus-pack:hover::after {
    min-width: 110px;
  }
}
@media only screen and (min-width: 1190px) {
  .header__menu-item--plus-pack:hover::after {
    min-width: 140px;
  }
}
.header__menu-item--plus-pack .header__menu-text--new-pack {
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 960px) {
  .header__menu-item--plus-pack .header__menu-text--new-pack {
    opacity: 0.7;
    visibility: visible;
  }
}
.header__menu-item--plus-pack .header__menu-text--new-pack:hover,
.header__menu-item--plus-pack .header__menu-text--new-pack:active,
.header__menu-item--plus-pack .header__menu-text--new-pack:visited {
  color: #131313;
}
.header__menu-item:hover::after {
  content: '';
  position: absolute;
  min-width: 83px;
  height: 15px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../../img/shadow2.png) no-repeat center;
}
@media only screen and (min-width: 768px) {
  .header__menu-item:hover::after {
    min-width: 110px;
  }
}
@media only screen and (min-width: 1190px) {
  .header__menu-item:hover::after {
    min-width: 140px;
  }
}
.header__menu-item:hover .header__menu-text {
  display: flex;
  opacity: 1;
}
.header__menu-item:hover .header__menu-link {
  border-color: #d40511;
}
.header__menu-item--active::after {
  content: '';
  position: absolute;
  min-width: 83px;
  height: 15px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../img/shadow.png) no-repeat center !important;
}
@media only screen and (min-width: 768px) {
  .header__menu-item--active::after {
    min-width: 110px;
  }
}
@media only screen and (min-width: 1190px) {
  .header__menu-item--active::after {
    min-width: 140px;
  }
}
.header__menu-item--active .header__menu-text {
  display: flex;
  opacity: 1;
}
.header__menu-item:hover .header__menu-link {
  border-color: #d40511;
}
.header__menu--cash .header__menu-item--more {
  display: flex !important;
}
@media only screen and (min-width: 768px) {
  .header__menu--cash .header__menu-item--more {
    display: none !important;
  }
}
.header__menu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  width: 54px;
  height: 54px;
  position: relative;
  margin-bottom: 15px;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 960px) {
  .header__menu-link {
    width: 61px;
    height: 61px;
  }
}
.header__menu-link--plus-full {
  border-color: #d40511;
  background: #d40511;
}
.header__menu-link--more {
  flex-direction: row;
  justify-content: center;
}
.header__menu-link--cover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
}
.header__menu-text {
  font-family: DeliveryRegular;
  font-family: DeliveryBold;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  max-width: 44px;
  margin: auto 0;
  transition: 0.3s;
  justify-content: center;
  opacity: 0.7;
}
@media only screen and (min-width: 960px) {
  .header__menu-text {
    display: flex;
    max-width: 128px;
  }
}
.header__menu-text::first-letter {
  text-transform: uppercase;
}
.header__menu-icon {
  display: block;
  background-size: contain;
}
.header__menu-icon--home {
  background: url(../img/home_icon.png) no-repeat center;
}
.header__menu-icon--more {
  border-radius: 50%;
  background-color: #d40511;
  width: 8px;
  height: 8px;
  margin: 0 1.5px;
}
.header__menu-icon-rect {
  width: 15px;
  height: 4px;
  background: #ffffff;
  display: inline-block;
  position: absolute;
}
@media only screen and (min-width: 960px) {
  .header__menu-icon-rect {
    width: 18px;
  }
}
.header__menu-icon-rect:last-child {
  transform: rotate(90deg);
}
.header__menu-count {
  position: absolute;
  border-radius: 50%;
  background-color: #d40511;
  width: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 25px;
  font-size: 11px;
  font-weight: 500;
  color: #ffffff;
  right: -7.5px;
  bottom: -8.5px;
  line-height: 1.25;
}
.header__menu-count--two {
  width: 27px;
  border-radius: 27px;
}
.header__menu-count--three {
  width: 29px;
  border-radius: 29px;
}
@media only screen and (min-width: 768px) {
  .header__menu-count {
    bottom: -7.5px;
  }
}
@media only screen and (max-width: 539px) {
  .header__menu-count {
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.header__menu__padding-right {
  padding-right: 1.5rem;
}
.header__submenu-nav {
  visibility: hidden;
  opacity: 0;
  transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -moz-transition: transition 0.3s;
  -ms-transition: transform 0.3s;
  transition: transform 0.3s;
  position: absolute;
  top: 100%;
  left: -83vw;
  z-index: 9;
  width: 100vw;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.24);
}
@media screen and (min-width: 390px) {
  .header__submenu-nav {
    left: -83vw;
  }
}
@media only screen and (min-width: 540px) {
  .header__submenu-nav {
    width: 280px;
    left: initial;
    right: -36px;
  }
  .header__submenu-nav.container {
    padding: 0;
  }
}
@media only screen and (min-width: 1190px) {
  .header__submenu-nav {
    right: -57px;
  }
}
.header__submenu-nav::before {
  content: '';
  position: absolute;
  top: -10px;
  right: 7.5vw;
  border-left: solid 14px transparent;
  border-right: solid 14px transparent;
  border-bottom: solid 14px #fff;
  height: 0;
  width: 0;
  -webkit-filter: drop-shadow(0 -7px 6px rgba(0, 0, 0, 0.24));
  filter: drop-shadow(0 -7px 6px rgba(0, 0, 0, 0.24));
  z-index: -1;
}
@media only screen and (min-width: 641px) {
  .header__submenu-nav::before {
    right: 3.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .header__submenu-nav::before {
    right: 4.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .header__submenu-nav::before {
    right: 4.75vw;
  }
}
@media only screen and (min-width: 1190px) {
  .header__submenu-nav::before {
    right: 57px;
  }
}
.header__submenu-list {
  height: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding: 32px 0;
  position: relative;
}
@media only screen and (min-width: 540px) {
  .header__submenu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
  }
}
.header__submenu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header__submenu-item {
    height: 70px;
  }
}
@media only screen and (min-width: 540px) {
  .header__submenu-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    padding: 13.1px 16px;
  }
  .header__submenu-item:nth-child(-n + 2) {
    display: none;
  }
  .header__submenu-item .header__menu-count {
    right: 15px;
    bottom: initial;
  }
}
@media only screen and (min-width: 641px) {
  .header__submenu-item:nth-child(-n + 3) {
    display: none;
  }
}
@media only screen and (min-width: 540px) {
  .header__submenu-item:hover {
    background: #ffcd05;
  }
}
.header__submenu-item:hover .header__submenu-link {
  border-color: #d40511;
}
.header__submenu-item:hover .header__submenu-text {
  color: #000000;
}
.header__submenu-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  width: 54px;
  height: 54px;
  position: relative;
  margin-bottom: 15px;
  transition: 0.3s;
}
@media only screen and (min-width: 540px) {
  .header__submenu-link {
    margin-bottom: 0;
    margin-right: 19px;
  }
}
@media only screen and (min-width: 960px) {
  .header__submenu-link {
    width: 48px;
    height: 48px;
  }
}
.header__submenu-link--cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}
.header__submenu-text {
  color: #676767;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .header__submenu-text {
    text-align: left;
  }
}
@media only screen and (min-width: 540px) {
  .header__submenu-text {
    font-size: 15px;
    color: #000000;
  }
}
.header__submenu-text::first-letter {
  text-transform: uppercase;
}
.header__navigation {
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .header__navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    height: 85px;
    position: relative;
    z-index: 2;
    height: 120px;
  }
}
.header__logo {
  position: relative;
  z-index: 2;
}
.header__logo-href {
  display: inline-flex;
  align-items: center;
}
.header__slider {
  height: 253px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 540px) {
  .header__slider {
    height: 270px;
  }
}
@media only screen and (min-width: 768px) {
  .header__slider {
    height: 445px;
  }
}
@media only screen and (min-width: 1190px) {
  .header__slider {
    right: 0;
    width: 1181px;
    margin-right: auto;
  }
}
.header__slider-inner {
  height: 100%;
}
.header__heading {
  padding: 2rem;
}
@media only screen and (min-width: 540px) {
  .header__heading {
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .header__heading {
    display: none;
  }
}
.header__banner {
  background: url(../img/bannerxl.png) no-repeat 100%;
  background-size: cover;
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.header__banner-intro {
  padding: 2rem;
  display: none;
}
@media only screen and (min-width: 768px) {
  .header__banner-intro {
    display: block;
    margin-top: 15rem;
    padding: 0 35rem 0 11rem;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1190px) {
  .header__banner-intro {
    font-size: 4.9rem;
    padding: 0 48rem 0 11rem;
  }
}
.header__thumbs {
  margin-top: 28rem;
}
@media only screen and (min-width: 1190px) {
  .header__thumbs {
    margin-top: 29.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 1090px;
  }
}
.header__thumb {
  margin-bottom: 2px;
}
@media only screen and (min-width: 1190px) {
  .header__thumb {
    margin: 0;
  }
}
@media only screen and (min-width: 540px) {
  .header__thumb--pl0 {
    padding-left: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .header__thumb--pl0 {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 540px) {
  .header__thumb--pr0 {
    padding-right: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .header__thumb--pr0 {
    padding-right: 10px;
  }
}
.header__thumb-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffcd05;
  padding: 16px 17px;
  transition: 0.3s;
  border: 2px solid transparent;
}
@media only screen and (min-width: 768px) {
  .header__thumb-link {
    height: 84px;
  }
}
@media only screen and (min-width: 1190px) {
  .header__thumb-link {
    justify-content: center;
  }
}
.header__thumb-link:focus,
.header__thumb-link:hover,
.header__thumb-link:active {
  border: 2px solid #d40511;
}
.header__thumb-text {
  padding-left: 19px;
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 1.6rem;
  color: #bf050f;
}
@media only screen and (min-width: 768px) {
  .header__thumb-text {
    font-size: 2rem;
  }
}
.header__thumb-icon,
.header__thumb-text {
  display: inline-flex;
}
.header__arrows {
  width: 1190px;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  height: 445px;
  display: none;
}
@media only screen and (min-width: 1190px) {
  .header__arrows {
    display: flex;
  }
}
.header__arrows::before,
.header__arrows::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 137px;
  z-index: 0;
}
.header__arrows::before {
  background: url(../img/left.png) no-repeat center;
  background-size: cover;
  left: 0;
}
.header__arrows::after {
  background: url(../img/right.png) no-repeat center;
  background-size: cover;
  right: 0;
}
.header__arrow {
  border: none;
  background: none;
  width: 44px;
  height: 156px;
  position: relative;
  padding: 0;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}
.header__arrow--prev {
  background: url(../img/big-arrow-left.png) no-repeat center;
  background-size: cover;
  margin: 3rem 0 0 1rem;
}
.header__arrow--next {
  background: url(../img/big-arrow-right.png) no-repeat center;
  background-size: cover;
  margin: 3rem 1rem 0 0;
}
.header.menu-collapse::before {
  position: fixed;
  background: #ffcd05;
}
@media only screen and (min-width: 768px) {
  .header.menu-collapse::before {
    background: url(../img/header__shadow.png) no-repeat center;
    position: absolute;
  }
}
.header.menu-collapse .header__logo {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .header.menu-collapse .header__logo {
    position: absolute;
  }
}
.header.menu-collapse .header__thumbs {
  margin-top: 35rem;
}
@media only screen and (min-width: 321px) {
  .header.menu-collapse .header__thumbs {
    margin-top: 32.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .header.menu-collapse .header__thumbs {
    margin-top: 28rem;
  }
}
@media only screen and (min-width: 768px) {
  .header.full::before {
    max-width: 1170px;
  }
}
.header.full .header__navigation {
  padding: 15px 0;
}
@media only screen and (min-width: 768px) {
  .header.full .header__navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1rem;
    height: 85px;
    position: relative;
    z-index: 2;
    height: 120px;
  }
}
.header__navigation .top-tabs {
  position: absolute;
  right: 30px;
  top: 0;
}
.header__navigation .top-tabs--link {
  background-color: #ffffff;
  height: 28px;
  display: block;
  padding: 5px 20px;
  float: left;
  font-size: 14px;
}
.header__navigation .top-tabs--link.top-tabs--active {
  background-color: #ffcd05;
}
.nav {
  width: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 25px;
  top: 30px;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .nav {
    position: static;
    width: auto;
    margin-left: auto;
  }
}
.nav--logged-in {
  justify-content: flex-end;
}
.nav__login {
  cursor: pointer;
  display: flex;
  align-items: center;
  z-index: 3;
}
.nav__login:hover {
  /*.nav__logged-user-menu {
        visibility: visible;
        opacity: 1;
      }*/
}
.nav__login:hover span {
  position: relative;
  z-index: 2;
}
.nav__login-text {
  display: none;
}
@media only screen and (min-width: 768px) {
  .nav__login-text {
    display: inline-flex;
    margin-left: 17px;
    min-width: 55px;
  }
}
.nav__switcher {
  outline: none;
  border: none;
  padding: 0;
  border-radius: 0;
  z-index: 3;
  -ms-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*&[aria-expanded='true'] {
        span {
            position: absolute;
            &:nth-child(2) {
                display: none;
            }
        }
    }*/
}
.nav__switcher-line {
  background-color: #d40511;
  width: 12px;
  height: 1px;
  margin: 2px;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.nav__login {
  position: relative;
}
@media only screen and (min-width: 321px) {
  .nav__login {
    width: 100px;
  }
}
@media only screen and (min-width: 960px) {
  .nav__login {
    width: auto;
  }
}
.nav__login--logged .nav__login-text {
  font-family: DeliveryRegular;
  font-size: 1.6rem;
  z-index: 2;
  padding-top: 14px;
  min-width: 145px;
}
.nav__login--loggedUser {
  display: inherit;
  position: absolute;

  max-width: 265px;
  padding-left: 16px;
  padding-bottom: 5px;
}
.guest_lang_switcher{
  margin-left: 15px;
  display: flex;
  flex-direction: row;
  font-size: 14px;

}

.nav__login.guest_lang_switcher__element:nth-of-type(1){
  right: 3px;
}

.nav__login.guest_lang_switcher__element.inactive{
  cursor: auto;
}

.nav__login--loggedUser-background {
  background-image: -moz-linear-gradient(90deg, #ffffff 24%, #ffcd03 100%);
  background-image: -webkit-linear-gradient(90deg, #ffffff 24%, #ffcd03 100%);
  background-image: -ms-linear-gradient(90deg, #ffffff 24%, #ffcd03 100%);
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.nav__menu {
  position: fixed;
  left: 0;
  -ms-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  top: 0;
  z-index: 2;
  margin-top: 65px;
}
@media only screen and (min-width: 768px) {
  .nav__menu {
    margin-top: 0px;
    transform: translate3d(0, 0, 0);
    background: none;
    border-bottom: 0;
    position: static;
    order: -1;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
    align-items: center;
  }
}
.nav__menu.show {
  transform: translate3d(0, 0, 0);
}
.nav__menu-list {
  padding: 0rem 0rem 2rem 0rem;
}
@media only screen and (min-width: 768px) {
  .nav__menu-list {
    padding: 0;
  }
}
.nav__menu-item {
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 1.6rem;
  color: #000000;
  background: #fff;
  padding: 1rem 2rem 1rem 2rem;
  border-bottom: 1px solid #e8e8e8;
}
@media only screen and (min-width: 768px) {
  .nav__menu-item {
    background: transparent;
    line-height: 2.8rem;
    border-bottom: 0px;
    padding: 0;
  }
}
.nav__menu-item--hidden {
  display: block;
}
@media only screen and (min-width: 768px) {
  .nav__menu-item--hidden {
    display: none;
  }
}
.nav__menu-link {
  color: #000000 !important;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.nav__menu-link:after {
  content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ1JREFUeNpivCoqr8DAwHAfiD8AsaLWqwcgGgyYgJwHQLoRiAWAuJ8BCTD+//+f4ZqYAkjiPBCDTHEEajgA1gkioEYVQjUgdIN0wjDQ/vVA/B+IC0B8sLEwADReAWo8CCgyITsA6riJUMfNR5FEB3iNZUFT3A81shDsAySXBkBdeh4mxgQ1Djl0CuHBB6ULoKGzABY6YAfhC3iAAAMA3zRWefx3roAAAAAASUVORK5CYII=");
  position: absolute;
  right: 20px;
}
.nav__menu-link:focus,
.nav__menu-link:hover,
.nav__menu-link:active {
  color: #d40511 !important;
}
@media only screen and (min-width: 768px) {
  .nav__menu-link {
    padding: 0 !important;
    display: inline-flex;
    margin-right: 2rem;
  }
  .nav__menu-link:after {
    content: '';
    position: relative;
    right: 0px;
  }
}
@media only screen and (min-width: 1190px) {
  .nav__menu-link {
    margin-right: 3.5rem;
  }
}
.nav__menu-link--hidden {
  display: none;
}
@media only screen and (min-width: 1190px) {
  .nav__menu-link--hidden {
    display: block;
  }
}
.nav__logged-user-menu {
  opacity: 0;
  visibility: hidden;
  -ms-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 265px;
  top: 19px;
  right: -24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .nav__logged-user-menu {
    right: -20px;
  }
}
@media only screen and (min-width: 1190px) {
  .nav__logged-user-menu {
    right: -15px;
  }
}
.nav__logged-item {
  padding: 16px 20px;
  font-size: 16px;
  color: #353535;
  width: 100%;
  -ms-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
}
.nav__logged-item + .nav__logged-item {
  border-top: 1px solid #e7e7e7;
}
.nav__logged-item:focus,
.nav__logged-item:hover,
.nav__logged-item:active {
  background: #ffcd05;
}
header.menu-collapse .nav__login {
  position: fixed;
  top: 30px;
}
@media only screen and (min-width: 768px) {
  header.menu-collapse .nav__login {
    top: 0px;
    position: relative;
  }
}
header.menu-collapse .nav__switcher {
  position: fixed;
  right: 25px;
  top: 32px;
}
@media only screen and (min-width: 768px) {
  header.menu-collapse .nav__switcher {
    right: 0px;
    top: 0px;
    position: relative;
  }
}
.user__avatar {
  border-radius: 50%;
  z-index: 2;
  width: 32px;
  height: 32px;
  margin-top: 4px;
}
.nav-name {
  line-height: 1;
}
.nav-name-11 {
  line-height: 1;
  font-size: 11px !important;
  min-width: 203px!important;
  padding-top: 10px!important;
}
.nav-name-12 {
  line-height: 1;
  font-size: 11px !important;
  min-width: 203px!important;
  padding-top: 17px!important;
}
.main__carousel {
  margin-top: 525px;
  border-bottom: 1px solid #cfcfcf;
}
@media only screen and (min-width: 540px) {
  .main__carousel {
    margin-top: 440px;
  }
}
@media only screen and (min-width: 768px) {
  .main__carousel {
    padding: 0 20px;
    margin-top: 24px;
  }
}
.main__carousel-login {
  margin-top: 24px;
}
.main__benefits {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: initial;
  padding: 0 1rem;
  margin-top: 3rem;
  width: 100%;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .main__benefits {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1190px) {
  .main__benefits {
    margin: 5rem 0 2rem;
  }
}
.main__benefit {
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 0 30px;
}
.main__benefit-text {
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 2.5rem;
  color: #000000;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .main__benefit-text {
    font-size: 1.6rem;
  }
}
.main__benefit:first-child {
  margin-left: 30px;
}
.main__benefit:last-child {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .main__benefit {
    padding: 0 20px;
    min-width: 160px;
    float: left;
  }
  .main__benefit:first-child {
    margin-left: 0px;
  }
  .main__benefit:last-child {
    margin-right: 0px;
  }
  .main__benefit span {
    text-align: left;
  }
}
.main__bottom-banner {
  margin-top: 10px;
  background-size: cover;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1190px) {
}
.main__bottom-banner .carousel__dots {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .main__bottom-banner .carousel__dots {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1190px) {
  .main__bottom-banner .carousel__dots {
    display: none;
  }
}
.main__bottom-carousel {
  height: 330px;
}
@media only screen and (min-width: 1190px) {
  .main__bottom-carousel {
    height: 420px;
  }
}
@media only screen and (min-width: 768px) {
  .main__bottom-carousel {
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.main__adventages-shadow-scroll {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  position: absolute;
  width: 200px;
  height: 227px;
  display: block;
  z-index: 99;
  right: 2px;
}
@media only screen and (min-width: 768px) {
  .main__adventages-shadow-scroll {
    display: none;
  }
}
#news-carousel .carousel__content {
  align-items: flex-start;
}
@media only screen and (min-width: 1190px) {
  #news-carousel .heading--small {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
.box__carousel .carousel__content {
  align-items: center;
}
@media only screen and (min-width: 768px) {
  #box-carousel .section__more {
    margin: 57px 0 20px;
  }
}
@media only screen and (min-width: 1190px) {
  #headerCarousel .carousel__content {
    padding-left: 44px;
    position: absolute;
    right: 0;
  }
}
@media only screen and (min-width: 1190px) {
  #headerCarousel .carousel__content-text {
    position: absolute;
    padding-left: 44px;
    right: 0;
    top: 11.5rem;
  }
}
.utils__mt {
  margin-top: 33px;
}
.loader--inline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  z-index: 999;
  text-align: center;
  display: none;
}
.loader--inline .lds-ellipsis {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  left: 50%;
}
.loader--inline .lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d40511;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader--inline .lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.loader--inline .lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader--inline .lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.loader--inline .lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@media only screen and (max-width: 767px) {
  .w-sm-100 {
    width: 100%;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #000000;
}
.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #b6b6b6;
}
.select2-container .select2-selection--single .select2-selection__rendered[title*="Wybierz"] {
  color: #b6b6b6;
}
.ui-datepicker table {
  font-size: 0.95em;
}
.ui-datepicker-calendar .ui-state-default {
  width: 2em;
  height: 2em;
}
.ui-datepicker-calendar td {
  padding: 0;
}
.footer__container {
  margin-top: 40px;
}
.footer__container-inner {
  background: #f5f5f5;
  border-top: 5px solid #d1d1d1;
}
.footer__container-inner-dpd {
  margin-top: 8px;
  text-align: center;
}
.footer__item {
  text-align: center;
  margin-top: 10px;
}
.footer__item-href {
  font-family: DeliveryRegular;
  font-size: 1.6rem;
}
.footer__copy {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
.footer__copy-text {
  font-family: DeliveryRegular;
  font-size: 1.4rem;
  color: #323232;
}
.content__container {
  margin-top: 4rem;
}
.content__container h1 {
  font-family: DeliveryRegular;
  font-family: DeliveryBlackCondensed;
  font-size: 3.9rem;
}
#tutorial-modal {
  padding: 0 !important;
  width: 80%;
  max-width: calc(0.8 * 1920px);
  background: #ffce00;
  height: 900px;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px 20px rgba(238, 238, 238, 0.75);
  -moz-box-shadow: 0px 0px 10px 20px rgba(238, 238, 238, 0.75);
  box-shadow: 0px 0px 10px 20px rgba(238, 238, 238, 0.75);
  z-index: 99999;
}
#tutorial-modal .modal-body {
  padding: 0;
  margin: 0;
}
#tutorial-modal .slides {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: relative;
}
#tutorial-modal .slides .slide {
  background: #ffce00;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1s;
  z-index: 2;
}
#tutorial-modal .slides .slide.fadeOut {
  opacity: 0;
  z-index: 1;
}
#tutorial-modal .container {
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  margin: 0;
  padding: 0;
}
#tutorial-modal .container .row {
  margin: 0;
  height: 100%;
}
#tutorial-modal .container .row .col-12 {
  padding: 0;
}
#tutorial-modal div[class^="col-"] {
  text-align: left;
  padding: 0;
  margin: 0;
}
#tutorial-modal .col-image {
  background: #fff;
}
#tutorial-modal .col-image img {
  float: right;
  max-width: 90%;
}
#tutorial-modal .col-text:after {
  content: '';
  position: absolute;
  right: -25px;
  top: calc(50% - 45px);
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #ffce00;
  clear: both;
  z-index: 999;
}
#tutorial-modal .header--new {
  padding-top: 60px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.2em;
}
#tutorial-modal .slogan--huge {
  padding-top: 80px;
  font-size: 2.5em;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  font-family: 'DeliveryBlackCondensed', sans-serif;
  letter-spacing: 3px;
  line-height: 1.1;
}
#tutorial-modal .slogan--small {
  padding-top: 20px;
  font-size: 1.35em;
  font-family: 'DeliveryLightCondensed', sans-serif;
  line-height: 1.2;
  max-width: 90%;
}
#tutorial-modal [data-action="next"],
#tutorial-modal [data-action="finish"] {
  width: 140px;
  font-size: 1.1em;
  position: absolute;
  bottom: 20px;
  left: 0;
  letter-spacing: 2px;
  color: #ffffff;
  height: 42px;
  font-family: DeliveryRegular, sans-serif;
}
#tutorial-modal [data-action="next"]:hover,
#tutorial-modal [data-action="finish"]:hover {
  color: #d40511;
}
#tutorial-modal .see--later-container {
  position: absolute;
  bottom: -150px;
  left: 35px;
}
#tutorial-modal .see--later-container .see--later {
  display: block;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.2em;
  font-family: 'DeliveryLight', sans-serif;
  position: relative;
  cursor: pointer;
}
#tutorial-modal .col-text-container {
  position: relative;
  height: 500px;
  width: 100%;
}
#tutorial-modal .navigation {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#tutorial-modal .navigation .indicator {
  cursor: pointer;
  color: #ffffff;
  height: 30px;
  width: 30px;
  margin-right: 5px;
  display: inline-block;
  border-bottom: 3px solid #ffffff;
  box-sizing: content-box;
  text-align: center;
  font-size: 1.4em;
  padding: 3px;
}
#tutorial-modal .navigation .indicator.active {
  border: 3px solid #ffffff;
}
#tutorial-modal .mark-x {
  width: 32px;
  height: 32px;
  position: relative;
}
#tutorial-modal .mark-x:before,
#tutorial-modal .mark-x:after {
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
  position: absolute;
  left: -25px;
  top: -4px;
}
#tutorial-modal .mark-x:before {
  transform: rotate(45deg);
}
#tutorial-modal .mark-x:after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1753px) {
  #tutorial-modal .col-text {
    padding-left: 20% !important;
  }
}
@media only screen and (max-width: 1752px) {
  #tutorial-modal .col-text {
    padding-left: 5% !important;
  }
  #tutorial-modal .col-image img {
    max-width: 90%;
  }
}
@media only screen and (max-height: 900px) {
  #tutorial-modal {
    height: 600px;
  }
}
@media only screen and (max-height: 900px) {
  #tutorial-modal .see--later-container {
    bottom: -25px;
  }
  #tutorial-modal .col-image img {
    max-height: 600px;
  }
  #tutorial-modal .slides,
  #tutorial-modal .slide {
    height: 600px;
  }
  #tutorial-modal [data-action="next"],
  #tutorial-modal .navigation {
    bottom: 40px;
  }
}
#bottom--pane {
  position: fixed;
  bottom: 0;
  background: #ffcd05;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 15px;
}
@media only screen and (min-width: 768px) {
  #bottom--pane {
    height: 70px;
  }
}
#bottom--pane .row {
  height: 100%;
}
#bottom--pane .old-site-redirect {
  font-family: DeliveryLightCondensed, sans-serif;
  font-size: 1.1em;
}
#bottom--pane .meet-new-dhl24 {
  font-family: DeliveryBlackCondensed, sans-serif;
  font-size: 1.35em;
  letter-spacing: 2px;
  margin-right: 20px;
}
#bottom--pane .enter-dhl24 {
  height: auto;
  font-family: DeliveryRegular, sans-serif;
  font-size: 1em;
  letter-spacing: 1px;
  border: 1px solid #d40511;
  padding: 0.5rem 4rem;
  background: #d40511;
  color: #ffffff;
}
#bottom--pane .enter-dhl24:hover {
  background: #d40511;
  color: #ffcd05;
}
#nav__tutorial {
  display: none;
  margin-left: auto;
  margin-top: -3px;
}
.modal-popup-survey {
  font-family: DeliveryRegular;
  background-repeat: no-repeat;
  background-size: cover;
  /*max-width: 100%;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*top: 0px;*/
  position: fixed;
  z-index: 1050;
  /* różnorodne dla wymiarów */
  background-image: url("../../../../images/popup_500px_v2.jpg");
  /*padding: 2rem 2rem;*/
}

@media (max-width: 991px) {
  .modal-popup-survey {
    width: 100%;
    height: 100%;
    top: 0px;
    background-size: cover;
    background-position: left;
  }
  .toggle-password {
    bottom: 10px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
  .toggle-password.register {
    top: 40px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 575px) {
  .modal-popup-survey {
    background-size: cover;
    background-position: -2rem;
  }
  .modal-popup-survey .modal__buttons button{
    border-radius: 10px;
  }
  .modal-survey-content{
    height: 40%;
    margin-top: 2rem;
  }
  .modal-survey-msg {
    text-align: center;
    max-height: 100%;
    padding: 2rem 1rem;
  }
}

.modal-popup-survey .modal-body {
  height: 100%;
}
.modal-popup-survey .modal__buttons {
  flex-direction: column;
  justify-content: center;
}

.modal-popup-survey .btn__modal {
  width: auto;
  font-family: Lato;
  text-transform: uppercase;
}
.modal-survey-msg {
  text-align: center;
  height: 100%;
  padding: 1rem 0;
}
.modal-survey-msg p{
  text-transform: uppercase;
}

@media only screen and (min-width: 576px) {
  .modal-popup-survey .modal__buttons button{
    /*max-width: 90%;*/
    /*height: 50%;*/
  }

  .modal-survey-content{
    height: 50%;
    margin-top: 1rem;
  }

  .modal-popup-survey .modal__buttons {
    padding: 0;
  }
  .modal-popup-survey .modal-body {
    /*padding: 2rem;*/
  }
}
@media only screen and (max-width: 575px) {
  .modal-popup-survey .modal-body {
    padding: 4rem 0;
  }
  .modal-popup-survey .modal__buttons {
    height: 30%;
  }
  .modal-survey-content {
    padding: 2rem;
  }
  .modal-survey-msg p{
    font-size: 3rem;
  }

  .modal-popup-survey .modal__buttons button:nth-of-type(1){
    font-size: 3rem;
    padding: 4rem;
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(2n){
    font-size: 2.8rem;
    padding: 4rem 2rem;
  }

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .modal-popup-survey .modal__buttons button {
    max-width: 90%;
  }
  .modal-survey-content {
    height: 50%;
    margin-top: 1rem;
    padding: 3rem;
    font-size: 2.2rem;
  }
  .modal-survey-msg {
    font-size: 1.8rem;
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(1){
    font-size: 2rem;
    padding: 2rem 3rem;
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(2n){
    font-size: 1.8rem;
    padding: 2rem 2rem;
  }
    .modal-popup-survey .modal__buttons button:nth-of-type(1){
        font-size: 2rem;
        padding: 3rem 4rem;
    }
    .modal-popup-survey .modal__buttons button:nth-of-type(2n){
        font-size: 1.8rem;
        padding: 3rem 2rem;
    }
    .modal-popup-survey .modal__buttons {
        height: 30%;
    }

}

@media only screen and (min-width: 320px) and (max-width: 767px)  {
  .modal-survey-msg {
    text-align: center;
    margin: unset;
    padding: unset;
  }

  .modal-survey-msg p.survey--invitation{
    padding: 3rem 0;
  }
  .modal-popup-survey .btn__modal {
    margin-bottom: 1rem;
    border-radius: 18px;
  }

}
@media only screen and (min-width: 768px)  and (min-height: 600px) {
  .modal-popup-survey .modal__buttons {
    height: 43%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {

  .modal-popup-survey {
    background-image: url("../../../../images/popup_850px_v2.jpg");
  }
  .modal-survey-content {
    padding: 3rem 1rem;
  }
  .modal-survey-msg {
    text-align: center;
    margin: 1rem;
    padding: 2rem;
  }
  .modal-survey-msg p{
    font-size: 2.2rem;
    padding: 1rem 0;
  }
  .modal-survey-msg p.survey--invitation{
    padding: 3rem 2rem;
  }
  .modal-popup-survey .btn__modal {
    margin-bottom: 1rem;
    border-radius: 18px;
  }

  .modal-popup-survey .modal__buttons button:nth-of-type(1){
    font-size: 3rem;
    padding: 4rem 5rem;
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(2n){
    font-size: 2.5rem;
    padding: 4rem;
  }
}

.toggle-password {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  background-position: center;
  cursor: pointer;
}
.toggle-password.hashed {
  background-image: url("../../../../images/hashed.png");
}
.toggle-password.pass_visible {
  background-image: url("../../../../images/visible.png");
}
@media only screen and (max-height: 650px)  {
.modal-survey-content {
  font-size: 1.8rem;
  height: 50%;
}
}
@media only screen and (min-width: 992px) {
  .form__field--actually .toggle-password {
    right: 15px;
  }

  .toggle-password {
    bottom: 10px;
    right: 5px;
  width: 30px;
  height: 25px;
  }
  .toggle-password.register {
    top: 40px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-height: 575px)  {
  .modal-popup-survey .modal-body {
    height: 100%;
    min-height: 60rem;
    /*overflow: auto;*/
  }
  .modal-popup-survey .modal__buttons {
    height: 30rem;
  }
}
@media only screen and (min-width: 992px) and (max-height: 650px)  {
  .modal-popup-survey {
    height: 500px;
    width: 60%;
    background-position: center;
  }
  .modal-survey-content {
    /*max-width: 50%;*/
    display: block;
    padding: 1rem;
  }
  .modal-popup-survey .modal__buttons {
    display: block;
    padding: 1rem;
  }
  .modal-survey-msg {
    text-align: center;
    margin: 1rem;
    padding: 2rem 4rem;
  }
  .modal-survey-msg p{
    font-size: 2rem;
  }
  .modal-survey-msg p.survey--invitation{
    padding: 3rem 2rem;
  }
  .modal-popup-survey .btn__modal {
    margin-bottom: 1rem;
    border-radius: 18px;
  }
  .modal-popup-survey .modal-body {
    padding: unset;
  }

  .modal-popup-survey .modal__buttons {
    position: relative;
    height: 17rem;
  }
  .modal-popup-survey .modal__buttons button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(1){
    font-size: 2rem;
    padding: 3rem 2rem;
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(2n){
    font-size: 2rem;
    padding: 3rem;
    bottom: 10%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px)  {
  .modal-popup-survey {
    background-image: url("../../../../images/popup_1000-px_v2.jpg");
    background-size: cover;
    background-position: left;

  }
  .modal-survey-msg {
    width: 50%;
    text-align: center;
    margin: 1rem;
    /*padding: 3rem 2rem;*/
  }
  .modal-survey-msg p{
    font-size: 2.5rem;
  }
  .modal-survey-msg p.survey--invitation{
    padding: 3rem 1rem;
  }
  .modal-popup-survey .btn__modal {
    margin-bottom: 1rem;
    border-radius: 18px;
  }
  .modal-survey-content {
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 4rem;
  }
}

@media only screen and (min-width: 992px) {
  .modal-popup-survey {
    -webkit-box-shadow: 0px 6px 24px -1px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 6px 24px -1px rgba(66, 68, 90, 1);
    box-shadow: 0px 6px 24px -1px rgba(66, 68, 90, 1);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;

  }
}

  @media only screen and (min-width: 992px) and (max-width: 1199px)  {
    .modal-popup-survey {
      height: 44.1vw;
      width: 90vw;
    }
    .modal-popup-survey .modal__buttons button:nth-of-type(1){
      font-size: 2.5rem;
      padding: 3rem;
    }
    .modal-survey-content{
      height: 40%;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .modal-popup-survey .modal__buttons button:nth-of-type(2n){
      font-size: 2.3rem;
      padding: 2.8rem;
    }
    .modal-survey-msg p{
      font-size: 1.5rem;
      padding-left: 2rem;
    }

    .modal-survey-msg{
      width: 50%;

    }
}
@media only screen and (min-width: 1200px) and (min-height: 800px) {
  .modal-popup-survey {
    height: 43vh;
    width: 43vw;
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(1){
    font-size: 1.8rem;
    padding: 2.1rem;
  }
  .modal-survey-content{
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(2n){
    font-size: 1.7rem;
    padding: 2.1rem;
  }
  .modal-survey-msg p{
    font-size: 1.3rem;
    /*padding-left: 2rem;*/
  }
}
@media only screen and (min-width: 1200px) {
  .modal-survey-msg {
    width: 50%;
    text-align: center;
    /*margin: 1rem;*/
    padding: 1rem 0;
  }
  .modal-popup-survey {
    background-image: url("../../../../images/popup_1250-px_v2.jpg");
  }
  .modal-survey-msg p.survey--invitation {
    padding: 2rem 2rem;
  }
  .modal-popup-survey .btn__modal {
    margin-bottom: 1rem;
    border-radius: 18px;
  }
}

@media only screen and (min-width: 992px) and (min-height: 500px) and (max-height: 799px)  {
  .modal-popup-survey {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 70%;
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(1){
    font-size: 2.5rem;
    padding: 3rem;
  }
  .modal-survey-content{
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(2n){
    font-size: 2.3rem;
    padding: 2.8rem;
  }
  .modal-survey-msg p{
    font-size: 1.5rem;
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 1200px) and (min-height: 651px) and (max-height: 799px)  {
  .modal-popup-survey .modal__buttons button:nth-of-type(1){
    font-size: 4.2rem;
    padding: 5rem;
  }
  .modal-survey-content{
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(2n){
    font-size: 3.2rem;
    padding: 4rem;
  }
  .modal-survey-msg p{
    font-size: 2.5rem;
    padding-left: 2rem;
  }
}
  @media only screen and (min-width: 1200px) {
    .modal-survey-msg {
      width: 50%;
      text-align: center;
      margin: 1rem;
      padding: 1rem 0;
    }
    .modal-popup-survey {
      background-image: url("../../../../images/popup_1250-px_v2.jpg");
    }
    .modal-survey-msg p.survey--invitation {
      padding: 2rem 2rem;
    }
    .modal-popup-survey .btn__modal {
      margin-bottom: 1rem;
      border-radius: 18px;
    }

}
@media only screen and (min-width: 1200px) and (min-height: 651px)  {
  .modal-popup-survey .modal__buttons {
    /*height: 43%;*/
  }
}
@media only screen and (min-width: 1800px) {
  .modal-survey-msg{
    padding: 0 2rem;
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 2500px) {

  .modal-popup-survey {
    height: 19.2vw;
    width: 40vw;
    background-position: center;
  }
  .modal-survey-msg p{
    font-size: 1.5rem;
    margin: 1rem;
  }
  .modal-survey-content{
    /*margin: 1rem;*/
    height: 50%;
    flex-direction: column;
    justify-content: center;
  }
  .modal-survey-msg p.survey--invitation{
    padding: 2rem;
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(1){
    font-size:  2rem;
    padding: 3rem 2rem;
    width: 80%;
  }
  .modal-popup-survey .modal__buttons button:nth-of-type(2n){
    font-size: 2rem;
    padding: 2.5rem 2rem;
    width: 70%;
  }
}


@media only screen and (min-width: 1200px) {
  #nav__tutorial {
    display: block;
  }
}
.modal-backdrop.show.tutorial {
  background: rgba(255, 255, 255, 0.75);
}
/********* MAIN *********/
html,
body {
  height: auto;
  font-size: 62.5%;
}
body {
  padding: 0;
  margin: 0;
  color: #131313;
  font-family: DeliveryRegular;
  font-size: 1.6rem;
}
body.overlay::before {
  content: '';
  z-index: 9;
  position: fixed;
  -ms-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
*,
button {
  outline: none;
}
*:focus,
button:focus,
*:hover,
button:hover,
*:active,
button:active {
  outline: none;
}
figure {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a {
  color: #131313;
}
a:focus,
a:hover,
a:active {
  text-decoration: none;
  color: #d40511;
}
span.active a {
  color: #d40511;
}
p {
  margin: 0;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shadow-scroll {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  position: absolute;
  width: 100px;
  height: 227px;
  display: none;
  z-index: 99;
  right: 0;
}
@media (max-width: 767px) {
  .shadow-scroll {
    display: block;
  }
}
.link-red {
  color: #d40511;
}
@media only screen and (min-width: 1190px) {
  .hidden-xl {
    display: none;
  }
}
.container {
  padding: 0 2rem;
}
.pd0 {
  padding: 0;
}
@media only screen and (min-width: 540px) {
  .w100p {
    width: 100%;
  }
}
@media only screen and (min-width: 540px) {
  .m0 {
    margin: 0;
  }
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  border-radius: 0;
  border: none;
}
.select2-container--open .select2-dropdown--above {
  border-radius: 0;
  border-top: 1px solid #d1d1d1;
}
.select2-results__option {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-top: none;
  padding: 0 20px;
  height: 46px;
  width: 100%;
}
.select2-results__option:focus,
.select2-results__option:hover,
.select2-results__option:active {
  background-color: #e8e8e8;
}
.select2-results__option:active {
  color: #323232;
}
.integration-col {
  text-align: center;
  line-height: 27px;
}
.integration-col .link-red {
  display: block;
}
.pre {
  padding: 20px;
  background: #f6f6f6;
  font-size: 16px;
  line-height: 27px;
  margin: 3rem auto;
  max-width: 540px;
}
.input__flex > .formColumn {
  width: 50%;
}
.input__flex > .formColumn:nth-child(2) {
  padding-left: 10px;
}
.select2-container--disabled {
  background-color: #f5f5f5;
}
.grid-view-icons {
  white-space: nowrap;
}
.page-size-wrapper .page-size-count {
  float: left;
  margin-left: 5px;
}
.page-size-wrapper .page-size-show {
  float: right;
}
.page-size-wrapper .page-size-count .page-size-not-clicked {
  cursor: pointer;
  color: #C00;
  margin: 0 3px;
}
.page-size-wrapper .page-size-count .page-size-clicked {
  margin: 0 3px;
}
#panel-edycja-form .form__groups {
  align-items: start;
}
@media only screen and (min-width: 321px) {
  #przesylka-grid .product-image {
    width: 14px;
  }
}
@media only screen and (min-width: 768px) {
  #przesylka-grid .product-image {
    width: 24px;
  }
}
@media only screen and (min-width: 321px) {
  div .col-9-mobile {
    word-break: break-word;
  }
}
.wniosek_textarea {
  width: 100%;
}
#waznosc-form .error-message {
  margin-left: 25px;
  margin-top: 10px;
  clear: both;
  text-align: center;
  width: 100%;
  color: #d40511;
}
@media only screen and (min-width: 321px) {
  #reklamacje-form div.float-left a.btn.btn__primary.btn--inline {
    width: 150px;
  }
}
@media only screen and (min-width: 321px) {
  #reklamacje-form div.float-right button.btn.btn__primary.btn--inline {
    width: 150px;
  }
}
.font-regular {
  font-family: 'DeliveryRegular', sans-serif;
}
.white__space--nowrap {
  white-space: nowrap;
}
.text__align--custom {
  text-align: left!important;
  margin-top: 10px;
}
@media only screen and (min-width: 540px) {
  .text__align--custom {
    text-align: right!important;
    margin-top: 0;
  }
}
.wydruk-etykiety {
  max-width: 550px;
  text-align: center;
}
@media only screen and (min-width: 540px) {
  .wydruk-etykiety {
    text-align: inherit;
  }
}
@media only screen and (min-width: 599px) and (max-width: 991px)  {
  .wydruk-etykiety {
    max-width: none;
  }
}
#printLabelButton {
  margin: 0 auto;
}
@media only screen and (min-width: 540px) {
  #printLabelButton {
    margin: 0 auto 0 0;
  }
}
.word-break {
  word-break: break-all;
}
.form .form__radiobuttons > label + .message,
.form .form__checkboxes > label + .message {
  top: 90%;
}
a.regulamin_rejestracja {
  font-weight: bold;
  display: contents;
}
.add-vat-registration-number-button,
.vat-registration-number-delete {
  color: red;
}
#vat-registration-numbers span.select2,
#vat-registration-numbers input.form__input {
  padding: 0 10px;
}
/*********IE-11*************/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header__menu-icon-rect {
    top: 27px;
    left: 20px;
  }
  .header__menu__padding-right {
    padding-right: 1rem;
  }
  .header__submenu-nav::before {
    filter: none !important;
  }
  .nav__login--loggedUser {
    min-width: 209px;
    width: 267px;
    top: -13px;
  }
  .nav__logged-user-menu {
    width: 265px!important;
    top: 25px;
  }
  .nav-name-11 {
    min-width: 193px!important;
  }
  .table__input,
  .table .select2-container {
    line-height: normal;
  }
  .table__input--address,
  .table .select2-container--address {
    padding: 0;
    padding-left: 12px;
    height: 26px;
    width: 86% !important;
  }
  select.form__select--minNone {
    padding: 0px;
    padding-left: 10px;
  }
  .table__created-field-ie {
    display: block !important;
  }
  .table__input-38-ie {
    width: 38% !important;
  }
  .table__input-41-ie {
    width: 41% !important;
  }
  .table__input-42 {
    width: unset;
  }
  .modal_3 {
    height: 520px;
  }
  .form .contentConfigurator .element-row .element-controls .deleteElement {
    right: 20px;
  }
  #servicesForm .form__label--register {
    position: relative;
  }
  #servicesForm .form__label--register .form__radio-checkmark--register {
    position: absolute;
    right: 65px;
    left: auto;
  }
  #servicesForm .form__label--register .form__price {
    text-align: right;
    margin-left: 20px;
  }
  #servicesForm .form__label--register .form__options-label {
    padding-right: 0;
  }
  #servicesForm .form__col-options--product .form__label--register .form__options-label {
    padding-right: 5rem;
  }
  .form .contentConfigurator .element-row .element-x--after-select {
    margin-left: 15px;
  }
  .form__checkboxes {
    overflow: visible;
  }
  .modal {
    bottom: auto !important;
  }
  .table__input::-webkit-input-placeholder {
    color: #b6b6b6;
  }
  .table__input:-moz-placeholder {
    color: #b6b6b6;
  }
  .table__input:-ms-input-placeholder {
    color: #b6b6b6;
  }
  .header__submenu-item .header__menu-count {
    bottom: calc(50% - 12.5px) !important;
  }
  .btn--inline {
    display: inline;
  }
  .btn__primary__primary--noactive {
    transition: none;
  }
  .btn__text {
    margin-left: 5px;
  }
  .pole-daty-ie-11 {
    display: block !important;
  }
  .form__column {
    display: block;
  }
  #orderContainer {
    -ms-overflow-style: scrollbar;
    overflow: hidden;
    height: auto;
  }
  .icon.icon-user {
    background: url(../../img/icons-sprite.png) 0px -4px no-repeat;
    width: 22px;
    height: 18px;
    display: block;
  }
  .icon.icon-user:hover,
  .icon.icon-user.hover {
    background-position: 0px -70px;
  }
  .icon.icon-user:active,
  .icon.icon-user.active {
    background-position: 0px -136px;
  }
  .wydruk-etykiety {
    display: flex;
  }
  .wydruk-etykiety .table__created-field {
    display: inline-block;
  }
  .opcje-zworotu-ie {
    margin-top: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .form .form__radiobuttons > label + .message,
  .form .form__checkboxes > label + .message {
    top: 90% !important;
    position: absolute;
  }
  #nav__tutorial {
    margin-top: 17px;
  }
  a.regulamin_rejestracja {
    min-width: 202px;
    margin-left: 5px;
  }
  .form__checkboxes .form__label.regulamin_rejestracja {
    display: block;
  }
  .header__navigation .top-tabs--link {
    height: 27px;
    padding: 4px 20px;
  }
}
@media all and (-ms-high-contrast: none) and only screen and (min-width: 540px), (-ms-high-contrast: active) and only screen and (min-width: 540px) {
  .header__submenu-nav {
    width: 280px;
    left: auto !important;
    right: -36px;
  }
}
@media only screen and (min-width: 540px) {
  .header__submenu-nav {
    width: 280px;
    left: auto;
    right: -36px;
  }
  .header__submenu-nav.container {
    padding: 0;
  }
}
.form .error-overlay--without-bottom {
  top: 23px;
  left: -10px;
}

.nowePrzesylki .h-data-nadania {
  min-width: 212px;
}

#template-pallet-modal a {
  color: #d40511;
}

@media (max-width: 767px) {
  .nav.navbar > .nav__login {
    right: 30px;
  }
}


.section__title  .form__info-tooltip {
  display: inline-block !important;
  transform: translateY(-10px);
}
.shipment-details .info-col__title {
  font-size: 18px;
}
.shipment-details .info-col__text {
  font-size: 14px;
}
.shipment-details .info-col__bold {
  font-size: 14px;
}
.shipment-details .info-col {
  padding-top: 15px;
  padding-bottom: 15px;
}
.shipment-details .info-col__title--pt {
  padding-top: 20px;
}
.shipment-details .section__title {
  margin: 2rem 0;
  font-size: 30px;
}
@media (max-width: 767px) {
  .btn__send_label {
    width: auto;
  }

}
@media only screen and (max-width: 959px) {
  .btn_margin_top {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 539px) {
  .btn__send_label {
    margin-top: 5px;
  }
}
