.a-provider-status:after, .a-sequence:after, .a-stepper:after, .m-amount:after, .m-button-group:after, .m-category:after, .m-fieldset__grid:after, .m-form__grid:after, .m-index__list:after, .m-invoice__custom-value:after, .m-price-amount:after, .m-price-amount__amount:after, .m-product-header:after, .m-product:after, .m-provider__row:after, .m-selection:after, .m-service-item:after, .m-switching:after, .o-siteheader:after, .o-site--registrationpage .m-form__submit:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px; }

.a-cost, .a-list, .m-amount, .m-button-group, .m-category, .m-fieldset, .m-filter, .m-form__grid, .m-form__grid__col, .m-form__inward, .m-form__submit, .m-index, .m-product-header, .m-provider-information, .m-season, .m-selection, .m-switching, .o-site__section__inward {
  margin-right: auto;
  margin-left: auto;
  /* max-width: 25rem; */
}

.a-button, .a-category-button, .a-checkbox, .a-dropdown, .a-dropdown__choice, .a-dropdown__value, .a-expand-field__inner, .a-icon-button, .a-icon-text-button, .a-index-button, .a-radiobutton, .a-select-button, .a-switch, .m-filter__button {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  border: 0;
  background: none;
  cursor: pointer;
  text-decoration: none; }
  .a-button:focus, .a-category-button:focus, .a-checkbox:focus, .a-dropdown:focus, .a-dropdown__choice:focus, .a-dropdown__value:focus, .a-expand-field__inner:focus, .a-icon-button:focus, .a-icon-text-button:focus, .a-index-button:focus, .a-radiobutton:focus, .a-select-button:focus, .a-switch:focus, .m-filter__button:focus {
    outline: none; }
  .a-button:disabled, .a-category-button:disabled, .a-checkbox:disabled, .a-dropdown:disabled, .a-dropdown__choice:disabled, .a-dropdown__value:disabled, .a-expand-field__inner:disabled, .a-icon-button:disabled, .a-icon-text-button:disabled, .a-index-button:disabled, .a-radiobutton:disabled, .a-select-button:disabled, .a-switch:disabled, .m-filter__button:disabled {
    cursor: default; }

html, .o-overlay__inner, .o-site__section {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; }
  html::-webkit-scrollbar, .o-overlay__inner::-webkit-scrollbar, .o-site__section::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important; }

.a-dropdown--natively .a-dropdown__select-element {
  -webkit-appearance: none;
  /* Safari / Chrome */
  -moz-appearance: none;
  /* Firefox */
  -ms-appearance: none;
  /* Microsoft IE */
  -o-appearance: none;
  /* Opera */ }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

* {
  box-sizing: border-box; }

html {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background: #f2f2f2; }
  body.layer-is-open {
    overflow: hidden; }

input, textarea, button, select, a {
  -webkit-tap-highlight-color: transparent; }

.a-assessment {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  color: #cdcdcd;
  font-size: .8125rem;
  font-weight: 700; }
  .a-assessment .a-icon {
    margin: 0 5px 0 0; }

.a-assessment__item {
  display: inline-block;
  list-style: none;
  line-height: .9375rem; }
  .a-assessment__item:nth-last-of-type(1n+2) {
    margin: 0 20px 0 0; }

.a-button {
  padding: 0 .8rem;
  height: 2.125rem;
  display: inline-block;
  border-radius: 3px;
  background: #cdcdcd;
  font-size: .8125rem;
  color: #fff;
  text-align: center;
  line-height: 2rem; }

.a-button--green {
  background: #79c100; }

.a-button--orange {
  background: #fb8300; }

.a-button--invert {
  border: 1px solid #cdcdcd;
  background: transparent;
  color: #979797; }

.a-button--invert-main {
  background: #fff;
  border: 1px solid #0a439f;
  color: #0a439f; }

.a-button--inverse-orange, .a-button--inverse-orange-small {
  background: #fff;
  color: #FB8300;
  border: 1px solid #FB8300;
}

.a-button--large {
  padding: 0 1.25rem;
  height: 2.75rem;
  font-size: 1.125rem;
  line-height: 2.75rem; }

.a-button--full-width {
  width: 100%; }

.a-category-button {
  padding: 0 .6em;
  height: 1.8125rem;
  border: 1px solid #979797;
  border-radius: 3px;
  color: #979797;
  font-size: .8125rem;
  line-height: 1; }
  .a-category-button.active {
    border-color: #0a439f;
    background: #0a439f;
    color: #fff; }
    .a-category-button.active .a-category-button__value {
      color: rgba(255, 255, 255, 0.5); }

.a-category-button__value {
  color: #cdcdcd; }

.a-checkbox {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3px;
  background: #f2f2f2;
  box-shadow: inset 0 0 .375rem rgba(0, 0, 0, 0.2), inset 0 0 .0625rem rgba(0, 0, 0, 0.3); }
  .a-checkbox .a-input--checkbox {
    display: none; }
  .a-checkbox.active {
    background-color: #79c100; }
    .a-checkbox.active:before {
      width: 1.5rem;
      height: 1.5rem;
      display: inline-block;
      background: url('img/icon--checkmark-white-shadow.svg') center center no-repeat;
      background-size: 1.1875rem 1rem;
      -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
      filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
      -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='rgba(0,0,0, .3)')";
      filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='rgba(0,0,0, .3)')";
      content: ''; }

.a-checkbox--orange.active {
  background-color: #fb8300; }

.a-colors {
  margin: 0;
  padding: 0; }

.a-colors__item {
  padding: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  list-style: none; }

.a-colors__color {
  margin: 0 0 10px;
  width: 100px;
  height: 100px;
  display: block;
  border: 1px solid #ccc; }

.a-colors__label {
  display: block; }

.a-colors__color--font {
  background: #000; }

.a-colors__color--main {
  background: #0a439f; }

.a-colors__color--light {
  background: #537bbb; }

.a-colors__color--orange {
  background: #fb8300; }

.a-colors__color--green {
  background: #79c100; }

.a-cost {
  font-weight: 700;
  font-size: 1.0625rem; }

.a-cost__detail {
  margin: 0 5px 0 0;
  font-size: .8125rem;
  font-weight: 400;
  color: #979797; }

.a-cost--ek {
  color: #fb8300; }

.a-cost--vk {
  color: #79c100; }

.a-currency__multiply {
  position: relative;
  bottom: .06em;
  margin: 0 0 0 .06em; }

.a-dropdown {
  position: relative;
  height: 2.125rem;
  border: 1px solid #979797;
  border-radius: 3px;
  background: #fff;
  font-size: .8125rem; }
  .a-dropdown.open .a-dropdown__list {
    display: block;
    visibility: visible; }

.a-dropdown__choice {
  width: 100%;
  padding: 0 36px 0 10px;
  background: url('img/icon--arrow-downward.svg');
  background-position: 98% .8125rem;
  background-position: right 10px top .8125rem;
  background-repeat: no-repeat;
  background-size: 16px 9px;
  font-size: inherit;
  text-align: left;
  line-height: 2.125rem; }

.a-dropdown__list {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  z-index: 5;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: none;
  visibility: hidden;
  border: 1px solid #979797;
  border-radius: 3px;
  background: #fff; }

.a-dropdown__list__item {
  list-style: none; }

.a-dropdown__value {
  padding: 0 0 0 10px;
  width: 100%;
  font-size: inherit;
  line-height: 2.125rem;
  text-align: left; }
  .a-dropdown__value.arrow {
    padding-right: 36px;
    background: url('img/icon--arrow-upward.svg') no-repeat;
    background-position: 98% .8125rem;
    background-position: right 10px top .8125rem; }
  .a-dropdown__value.triple-star {
    padding-right: 63px;
    background: url('img/icon--triple-star.svg') no-repeat;
    background-position: 98% .625rem;
    background-position: right 10px top .6rem; }
  .a-dropdown__value.double-star {
    padding-right: 48px;
    background: url('img/icon--double-star.svg') no-repeat;
    background-position: 98% .625rem;
    background-position: right 10px top .6rem; }
  .a-dropdown__value.star {
    padding-right: 33px;
    background: url('img/icon--star.svg') no-repeat;
    background-position: 98% .625rem;
    background-position: right 10px top .6rem; }

.a-dropdown__select-element {
  display: none; }

.a-dropdown--natively .a-dropdown__select-element {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 2.125rem;
  width: 100%;
  display: block;
  cursor: pointer;
  opacity: 0; }

.a-expand-field {
  padding: 5px 10px;
  height: 1.925rem;
  background: #f2f2f2;
  text-align: left; }
  .a-expand-field.open {
    height: auto; }
    .a-expand-field.open .a-expand-field__inner {
      height: 100%;
      background-image: url('img/icon--arrow-upward.svg'); }

.a-expand-field__inner {
  height: 1.3rem;
  padding: 0 26px 0 0;
  display: inline-block;
  overflow: hidden;
  background: url('img/icon--arrow-downward.svg') no-repeat;
  background-position: 100% 5px;
  background-position: right top 5px;
  background-size: 16px 9px;
  color: #979797;
  text-align: left; }
  .a-expand-field__inner .a-paragraph {
    margin: 0;
    display: inline-block; }

.a-expand-field__row {
  display: block; }

.a-headline {
  margin: 0 0 .3em;
  font-size: 1.0625rem;
  font-weight: 700;
  color: inherit;
  line-height: 1.2; }

.a-headline--huge {
  font-size: 1.375rem; }

.a-headline--large {
  font-size: 1.25rem; }

.a-headline--medium {
  font-size: 1.125rem; }

.a-headline--small {
  font-size: 1rem; }

.a-headline--minor {
  font-size: .9375rem; }

.a-headline--tiny {
  font-size: .875rem; }

.a-headline__highlight {
  color: #979797; }

.a-icon-button {
  text-indent: -9999em;
  display: inline-block; }

.a-icon-button--question-mark {
  width: 14px;
  height: 15px;
  background: url('img/icon--question-mark.svg') center center no-repeat;
  background-size: 14px 15px; }

.a-icon-button--plus-ek {
  width: 16px;
  height: 16px;
  background: url('img/icon--plus-ek.svg') center center no-repeat;
  background-size: 16px; }

.a-icon-button--minus-ek {
  width: 16px;
  height: 2px;
  background: url('img/icon--minus-ek.svg') center center no-repeat;
  background-size: 16px 2px; }

.a-icon-button--plus-vk {
  width: 16px;
  height: 16px;
  background: url('img/icon--plus-vk.svg') center center no-repeat;
  background-size: 16px; }

.a-icon-button--minus-vk {
  width: 16px;
  height: 2px;
  background: url('img/icon--minus-vk.svg') center center no-repeat;
  background-size: 16px 2px; }

.a-icon-button--chevron-left {
  width: 11px;
  height: 17px;
  background: url('img/icon--chevron-left.svg') center center no-repeat;
  background-size: 11px 17px; }

.a-icon-button--hamburger {
  width: 20px;
  height: 15px;
  background: url('img/icon--hamburger.svg') center center no-repeat;
  background-size: 20px 15px; }

.a-icon-button--cross {
  width: 13px;
  height: 13px;
  background: url('img/icon--cross.svg') center center no-repeat;
  background-size: 13px 13px; }

.a-icon-text-button {
  font-size: .8125rem;
  text-decoration: none; }
  .a-icon-text-button:hover {
    text-decoration: underline; }

.a-icon-text-button--screen {
  padding: 0 0 0 30px;
  background: url('img/icon--screen.svg') left center no-repeat;
  background-size: 20px 18px; }

.a-icon {
  text-indent: -9999em;
  display: inline-block; }

.a-icon--question-mark {
  width: 14px;
  height: 15px;
  display: inline-block;
  background: url('img/icon--question-mark.svg') 0 0 no-repeat;
  background-size: 14px 15px; }

.a-icon--star {
  width: 14px;
  height: 13px;
  display: inline-block;
  background: url('img/icon--star.svg') 0 0 no-repeat;
  background-size: 14px 13px; }

.a-icon--arrow-downward {
  width: 16px;
  height: 9px;
  display: inline-block;
  background: url('img/icon--arrow-downward.svg') 0 0 no-repeat;
  background-size: 16px 9px; }

.a-icon--arrow-upward {
  width: 16px;
  height: 9px;
  display: inline-block;
  background: url('img/icon--arrow-upward.svg') 0 0 no-repeat;
  background-size: 16px 9px; }

.a-icon--gas-pump {
  width: 15px;
  height: 14px;
  background: url('img/icon--gas-pump.svg') 0 0 no-repeat;
  background-size: 15px 14px; }

.a-icon--rain-cloud {
  width: 13px;
  height: 15px;
  background: url('img/icon--rain-cloud.svg') 0 0 no-repeat;
  background-size: 13px 15px; }

.a-icon--loudspeaker {
  width: 14px;
  height: 15px;
  background: url('img/icon--loudspeaker.svg') 0 0 no-repeat;
  background-size: 14px 15px; }

.a-icon--silhouette {
  width: 22px;
  height: 22px;
  background: url('img/icon--silhouette.svg') center center no-repeat;
  background-size: 22px 22px; }

.a-image {
  max-width: 100%;
  display: block; }

.a-index-button {
  height: 1.8125rem;
  width: 1.8125rem;
  border: 1px solid #0a439f;
  border-radius: 3px;
  background: #fff;
  color: #0a439f;
  font-size: .8125rem;
  line-height: 1; }
  .a-index-button.active--up {
    border-color: #0a439f;
    background: rgba(10, 67, 159, 0.3); }
  .a-index-button.active--single {
    border-color: #0a439f;
    background: #0a439f;
    color: #fff; }
  .a-index-button.disabled, .a-index-button:disabled {
    background: #fff;
    border-color: #cdcdcd;
    color: #cdcdcd; }
  .a-index-button .a-input--checkbox {
    display: none; }

.a-input {
  padding: 0 10px;
  width: 100%;
  height: 2.125em;
  display: block;
  outline: none;
  border: 1px solid #979797;
  border-radius: 3px;
  background: #fff;
  font-size: 1rem;
  font-family: inherit; }
  .a-input[type="number"] {
    padding: 0 5px;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield; }
    .a-input[type="number"]::-webkit-outer-spin-button, .a-input[type="number"]::-webkit-inner-spin-button {
      -webkit-appearance: none; }

.a-label {
  display: inline-block;
  font-size: 1.0625rem;
  line-height: 2.125rem; }

.a-label__detail {
  color: #979797;
  font-size: .8125rem; }

.a-label__detail--italic {
  font-style: italic; }

.a-label--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .a-label--icon .a-icon-button {
    margin: 0 0 0 5px; }

.a-link {
  color: #979797;
  text-decoration: underline;
  font-size: .8125rem; }
  .a-link:hover {
    text-decoration: none; }

.a-link__highlight {
  font-weight: 700; }

.a-list {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 10px; }

.a-list__item {
  margin: 0 0 10px; }

.a-list--checkmark .a-list__item {
  padding: 0 0 0 1.6875rem;
  background: url('img/icon--checkmark-orange.svg') left .375rem no-repeat;
  background-size: 1.0625rem .8125rem;
  list-style: none; }

.a-loading-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  background: rgba(255, 255, 255, 0.7); }

.a-logo {
  width: 87px;
  height: 14px;
  display: inline-block;
  background: url('img/logo--reifenboerse.svg') center center no-repeat;
  background-size: 87px 14px;
  text-indent: -9999em; }

.a-logo--invert {
  background: url('img/logo--reifenboerse-invert.svg') center center no-repeat; }

.a-paragraph {
  margin: 0 0 .8em;
  color: inherit;
  line-height: 1.6;
  font-size: .8125rem; }

.a-paragraph--meta {
  color: #979797; }

.a-paragraph--large {
  font-size: 1.0625rem; }

.a-paragraph--italic {
  font-style: italic; }

.a-provider-status .a-icon--silhouette {
  margin: 0 5px 0 0;
  height: 1.8125rem;
  float: left; }
.a-provider-status .a-timebadge {
  float: left; }

.a-radiobutton {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #f2f2f2;
  box-shadow: inset 0 0 .0625rem rgba(0, 0, 0, 0.2), inset 0 .0625rem .1875rem rgba(0, 0, 0, 0.1); }
  .a-radiobutton .a-input--radio {
    display: none; }
  .a-radiobutton.active {
    background: #fb8300; }
    .a-radiobutton.active:before {
      margin: 0 auto;
      width: .75rem;
      height: .75rem;
      display: block;
      border-radius: 50%;
      background: #fff;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.25);
      content: ''; }

.a-select-button {
  padding: 0 .6em;
  height: 1.8125rem;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  color: #979797;
  font-size: .8125rem;
  line-height: 1; }
  .a-select-button:before {
    margin: 0 5px 0 0;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    content: '';
    vertical-align: sub; }

.a-select-button--summer:before {
  background: url('img/icon--sun.svg') center center no-repeat;
  background-size: 16px; }
.a-select-button--summer.active {
  border-color: #fb8300;
  background: #fb8300;
  color: #fff; }
  .a-select-button--summer.active:before {
    background-image: url('img/icon--sun-white.svg'); }

.a-select-button--winter:before {
  background: url('img/icon--snowflake.svg') center center no-repeat;
  background-size: 14px 16px; }
.a-select-button--winter.active {
  border-color: #0a439f;
  background: #0a439f;
  color: #fff; }
  .a-select-button--winter.active:before {
    background-image: url('img/icon--snowflake-white.svg'); }

.a-select-button--all-season:before {
  background: url('img/icon--sun-snowflake.svg') center center no-repeat;
  background-size: 16px; }
.a-select-button--all-season.active {
  border-color: #79c100;
  background: #79c100;
  color: #fff; }
  .a-select-button--all-season.active:before {
    background-image: url('img/icon--sun-snowflake-white.svg'); }

.a-sequence {
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 20rem;
  font-size: .8125rem;
  color: #979797; }

.a-sequence__item {
  width: 33.3333%;
  float: left;
  list-style: none;
  text-align: center;
  line-height: 1; }
  .a-sequence__item:before {
    position: relative;
    z-index: 1;
    margin: 0 auto 10px;
    width: 1.375rem;
    height: 1.375rem;
    display: block;
    border: 1px solid #cdcdcd;
    border-radius: 50%;
    background: #fff;
    content: '';
    font-weight: 700;
    line-height: 1.7; }
  .a-sequence__item:nth-of-type(1) {
    position: relative; }
    .a-sequence__item:nth-of-type(1):before {
      content: '1'; }
    .a-sequence__item:nth-of-type(1):after {
      position: absolute;
      top: .75rem;
      height: 1px;
      width: 100%;
      display: block;
      margin: 0 0 0 50%;
      background: #cdcdcd;
      content: ''; }
  .a-sequence__item:nth-of-type(2) {
    position: relative; }
    .a-sequence__item:nth-of-type(2):before {
      content: '2'; }
    .a-sequence__item:nth-of-type(2):after {
      position: absolute;
      top: .75rem;
      height: 1px;
      width: 100%;
      display: block;
      margin: 0 0 0 50%;
      background: #cdcdcd;
      content: ''; }
  .a-sequence__item:nth-of-type(3) {
    position: relative; }
    .a-sequence__item:nth-of-type(3):before {
      content: '3'; }
  .a-sequence__item.active {
    color: #0a439f; }
    .a-sequence__item.active:before {
      border-color: #0a439f;
      background: #0a439f;
      color: #fff; }
  .a-sequence__item.completed {
    color: #79c100; }
    .a-sequence__item.completed:before {
      border-color: #5e900a;
      background: #79c100 url('img/icon--checkmark-white.svg') center center no-repeat;
      background-size: 14px 11px;
      content: ''; }
    .a-sequence__item.completed:after {
      background: #5e900a; }

.a-spinner {
  margin: 0 auto;
  width: 12.5rem;
  text-align: center; }

.a-spinner__dot {
  width: .75rem;
  height: .75rem;
  display: inline-block;
  border-radius: 50%;
  background-color: #fb8300;
  -webkit-animation: bounce 1.4s infinite ease-in-out;
          animation: bounce 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }
  .a-spinner__dot:nth-of-type(1) {
    margin: 0 20px 0 0;
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .a-spinner__dot:nth-of-type(2) {
    margin: 0 20px 0 0;
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

.a-stepper {
  margin: 0;
  padding: 0;
  width: 5.875rem;
  height: 2.125rem;
  border-radius: 3px; }

.a-stepper__item {
  width: 50%;
  float: left;
  height: 100%;
  list-style: none;
  background: #fff; }
  .a-stepper__item .a-icon-button {
    width: 100%;
    height: 100%; }

.a-stepper--ek {
  border: 1px solid #fb8300; }
  .a-stepper--ek .a-stepper__item:first-of-type {
    border-right: 1px solid #fb8300; }

.a-stepper--vk {
  border: 1px solid #79c100; }
  .a-stepper--vk .a-stepper__item:first-of-type {
    border-right: 1px solid #79c100; }

.a-switch {
  position: relative;
  width: 3.75em;
  height: 1.8125em;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: .9375em;
  background: url('img/icon--checkmark.svg') .4375em .5625em no-repeat, url('img/icon--cross.svg') 2.4375em .5625em no-repeat;
  background-color: #f2f2f2;
  background-size: 1.0625em .8125em, .8125em .8125em;
  box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
  font-size: 1rem; }
  .a-switch.checked .a-switch__circle {
    right: .25em;
    background: #79c100; }
  .a-switch .a-input--checkbox {
    display: none; }

.a-switch__circle {
  position: absolute;
  top: .25em;
  right: 2.125em;
  z-index: 2;
  height: 1.375em;
  width: 1.375em;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: right .2s ease-in-out, background .4s ease-out;
          transition: right .2s ease-in-out, background .4s ease-out; }

.a-switch--buying {
  width: 3.375rem;
  height: 1.375rem;
  background: #0a3374;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3), inset 0 1px 3px rgba(0, 0, 0, 0.6);
  color: #fff; }
  .a-switch--buying:before {
    position: absolute;
    top: .28125rem;
    left: .625rem;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
            transition: opacity .2s ease;
    content: 'EK';
    font-size: .8125rem;
    line-height: 1; }
  .a-switch--buying:after {
    position: absolute;
    top: .28125rem;
    right: .625rem;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
            transition: opacity .2s ease;
    content: 'VK';
    font-size: .8125rem;
    line-height: 1; }
  .a-switch--buying .a-switch__circle {
    top: .1875rem;
    right: 2.1875rem;
    width: 1rem;
    height: 1rem;
    background: #79c100; }
  .a-switch--buying.checked:before {
    opacity: 1; }
  .a-switch--buying.checked:after {
    opacity: 0; }
  .a-switch--buying.checked .a-switch__circle {
    right: .1875rem;
    background: #fb8300; }

.a-timebadge {
  position: relative;
  z-index: 1;
  width: 1.8125rem;
  height: 1.8125rem;
  display: inline-block;
  overflow: hidden;
  border-radius: .90625rem;
  background: #cdcdcd;
  font-size: .625rem;
  font-weight: 700;
  color: #979797;
  line-height: 1.8125rem;
  text-align: center; }
  .a-timebadge:before {
    position: absolute;
    top: .5rem;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 0.75rem;
    display: inline-block;
    background: #fff;
    content: ''; }

.m-amount {
  padding: 10px; }
  .m-amount .a-label {
    display: inline-block;
    padding-right: 10.625rem;
    display: block;
    line-height: 1.8125rem; }
  .m-amount .a-input {
    float: right;
    margin: 0 0 0 10px;
    width: 2.8125rem; }
  .m-amount .a-stepper {
    float: right;
    margin: 0 0 0 10px; }

.m-button-group {
  padding: 10px; }

.m-button-group__col {
  float: left;
  width: 50%; }
  .m-button-group__col:nth-of-type(1) {
    padding: 0 5px 0 0;
    text-align: right; }
  .m-button-group__col:nth-of-type(2) {
    padding: 0 0 0 5px;
    text-align: left; }
  .m-button-group__col .a-button, .m-button-group__col .a-link-button, .m-button-group__col .a-submit-button {
    width: 100%; }

.m-button-group--full-width {
  width: 100%;
  max-width: 100%; }

.m-calculation {
  margin: 0 0 15px;
  padding: 0 10px; }

.m-category {
  margin-bottom: 20px;
  padding: 10px 10px 0; }
  .m-category .a-paragraph {
    color: #979797; }

.m-category__list {
  margin: 0;
  padding: 0; }
  .m-category__list .a-category-button {
    width: 100%; }

.m-category__list__item {
  margin: 0 0 10px;
  width: 50%;
  display: inline-block;
  float: left;
  list-style: none; }
  .m-category__list__item:nth-of-type(2n+1) {
    padding: 0 5px 0 0;
    clear: both; }
  .m-category__list__item:nth-of-type(2n+2) {
    padding: 0 0 0 5px; }
  .m-category__list__item:nth-last-of-type(-n+2) {
    margin: 0; }

.m-category__radio {
  display: none; }

.m-checkbox-item {
  padding: 5px 10px; }
  .m-checkbox-item .a-checkbox {
    margin: 0 10px 0 0;
    float: left; }
  .m-checkbox-item .a-label {
    line-height: 1.5rem; }
  .m-checkbox-item.active .m-detail-selection {
    display: block; }

.m-checkbox-item__col:nth-of-type(1) {
  float: left; }
  .m-checkbox-item__col:nth-of-type(1) .a-checkbox {
    margin: 0;
    float: none;
    vertical-align: middle; }
.m-checkbox-item__col:nth-of-type(2) {
  margin: 0 0 0 2.125rem; }

.m-detail-selection {
  padding: 5px 0 10px 2.125rem;
  display: none; }
  .m-detail-selection .a-label {
    font-size: .8125rem; }
  .m-detail-selection .a-button {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.m-detail-selection__section {
  display: none; }
  .m-detail-selection__section:first-of-type {
    display: block; }
  .m-detail-selection__section:nth-last-of-type(1n+2) {
    margin: 0 0 10px; }

.m-fieldset {
  margin-bottom: 20px;
  padding: 0;
  min-width: 100%;
  border: 0; }
  .m-fieldset > .a-paragraph {
    padding: 0 10px; }
  .m-fieldset.error {
    background: #D0021B;
    color: #fff; }
  .m-fieldset.error .m-fieldset__response {
    display: block; }
  .m-fieldset.error .a-link {
    color: inherit; }

.m-fieldset__legend {
  padding: 10px;
  font-weight: 700;
  line-height: 1.4; }

.m-fieldset__header {
  padding: 10px; }
  .m-fieldset__header .m-fieldset__legend {
    padding: 0; }
  .m-fieldset__header .a-paragraph {
    margin: 0; }

.m-fieldset__legend__detail {
  font-size: .8125rem;
  font-weight: 400;
  font-style: italic;
  color: #979797; }

.m-fieldset__grid__col {
  float: left; }

.m-fieldset__grid--2-5 .m-fieldset__grid__col:nth-of-type(1) {
  width: 30%; }
.m-fieldset__grid--2-5 .m-fieldset__grid__col:nth-of-type(2) {
  width: 70%; }
.m-fieldset__grid--2-5 .m-fieldset__grid__col > .a-label {
  padding: 10px; }

.m-fieldset__grid--5-2 .m-fieldset__grid__col:nth-of-type(1) {
  width: 70%; }
.m-fieldset__grid--5-2 .m-fieldset__grid__col:nth-of-type(2) {
  width: 30%; }

@media (min-width: 45.0625rem) {
  .m-fieldset__legend {
    font-size: 1.2rem; } }

.m-file-upload input[type="file"] {
  display: none; }

.m-filter {
  position: relative;
  z-index: 50;
  padding-bottom: 10px; }

.m-filter__inner {
  max-height: 0;
  overflow: hidden; }
  .m-filter__inner.open {
    max-height: none;
    overflow: visible; }
  .m-filter__inner > .a-headline {
    padding: 10px;
    font-size: .8125rem;
    font-weight: 400;
    color: #979797; }

.m-filter__button {
  padding: 0 1.625rem 0 10px;
  background: url('img/icon--arrow-downward.svg') right center no-repeat;
  background-size: 16px 9px;
  color: #979797;
  font-size: .8125rem; }
  .m-filter__button.active {
    background-image: url('img/icon--arrow-upward.svg'); }

.m-form .m-listing--clean {
  margin: 0 0 20px; }

.m-form__grid__col--last {
  padding: 0 0 0 30%; }

.m-form__separator {
  padding: 10px 0;
  border: solid #f2f2f2;
  border-width: 0 0 1px; }
  .m-form__separator .m-selection {
    margin-bottom: 0; }
  .m-form__separator .m-fieldset {
    margin-bottom: 0; }
  .m-form__separator .m-product-header {
    padding: 0 10px; }

.m-form__fieldset {
  margin: 0;
  padding: 0;
  border: none; }

.m-form__fieldset__row {
  margin: 0 0 15px; }

.m-form__fieldset__row--last {
  margin: 0; }

.m-form__inward {
  padding: 0 10px; }

.m-form__submit {
  padding: 15px 10px;
  text-align: center; }
  .m-form__submit .m-button-group {
    padding: 0; }

.m-form--sale .a-cost {
  padding: 0 10px;
  display: block;
  text-align: right; }

.m-form--search .m-form__grid .a-label {
  line-height: 1.8125rem; }

.m-form--service-items .a-headline {
  margin: 0 0 20px;
  font-size: 1.0625rem;
  font-weight: 400; }

@media (min-width: 45.0625rem) {
  .m-form__grid {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .m-form__grid__col {
    width: 50%;
    float: left; }
    .m-form__grid__col:nth-of-type(1) {
      padding: 0 10px;
      border-right: 1px solid #cdcdcd; }
    .m-form__grid__col:nth-of-type(2) {
      padding: 0 10px; } }

.m-index {
  margin-bottom: 15px;
  padding: 0 10px; }

.m-index__list {
  margin: 0;
  padding: 0; }

.m-index__list__item {
  float: left;
  list-style: none; }
  .m-index__list__item:nth-last-of-type(1n+2) {
    margin: 0 5px 0 0; }

.m-invoice {
  margin: 15px 0;
  padding: 15px 10px;
  border: solid #cdcdcd;
  border-width: 1px 0;
  text-align: right; }

.m-invoice__table {
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  font-size: .8125rem; }

.m-invoice__table__cell {
  padding: 0 0 10px 10px;
  width: 50%;
  line-height: 1; }

.m-invoice__table__footer .m-invoice__table__cell {
  padding: 10px 0 10px 10px;
  border-top: 1px solid #000;
  font-size: 1rem; }

.m-invoice__custom-value .a-label {
  font-size: .8125rem;
  color: #979797; }
.m-invoice__custom-value .a-input {
  width: 5rem;
  display: inline-block; }
.m-invoice__custom-value .a-currency {
  margin: 0 0 0 5px; }

.m-invoice__custom-value__col {
  width: 50%;
  float: left; }

.m-input-field {
  padding: 10px; }
  .m-input-field.error {
    background: #D0021B;
    color: #fff; }
    .m-input-field.error .m-input-field__response {
      display: block; }
    .m-input-field.error .a-link {
      color: inherit; }

.m-input-field__response {
  margin: 0 0 10px;
  display: none;
  font-size: .8125rem;
  line-height: 1.3; }

.m-input-field__description {
  margin: 5px 0 0;
  font-size: .8125rem;
  color: #979797;
  line-height: 1.3; }

.m-input-field--login .a-link {
  float: right;
  text-decoration: none; }
  .m-input-field--login .a-link:hover {
    text-decoration: underline; }

.m-listing .m-product {
  border-bottom: none; }

.m-listing__list {
  margin: 0;
  padding: 0; }

.m-listing__list__item {
  padding: 10px;
  list-style: none; }
  .m-listing__list__item:nth-last-of-type(1n+2) {
    border-bottom: 1px solid #f2f2f2; }

.m-listing--clean .m-listing__list__item {
  border: none; }

.m-listing--small .m-listing__list__item {
  padding: 5px 10px; }

.m-loading {
  position: absolute;
  top: 2.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  padding-top: 5rem;
  display: none;
  background: rgba(255, 255, 255, 0.75); }

.m-mainnav__list {
  margin: 0;
  padding: 0;
  text-align: center; }

.m-mainnav__list__item {
  list-style: none; }
  .m-mainnav__list__item:last-of-type {
    border-top: 1px solid #f2f2f2; }
  .m-mainnav__list__item .a-link {
    padding: 10px;
    display: block;
    color: #0a439f;
    font-size: 1.0625rem;
    text-decoration: none; }

.m-price-amount {
  line-height: 1.8125rem; }

.m-price-amount__price {
  float: left; }
  .m-price-amount__price .a-input {
    width: 3.9375rem;
    float: left;
    text-align: right; }
  .m-price-amount__price .a-currency {
    margin: 0 5px;
    float: left; }

.m-price-amount__amount {
  float: left; }
  .m-price-amount__amount .a-input {
    width: 1.8125rem;
    float: left; }
  .m-price-amount__amount .a-stepper {
    margin: 0 0 0 5px;
    float: left; }

.m-price-amount__endvalue {
  margin: 0 0 0 5px;
  float: right;
  font-size: .8125rem; }

.m-product-header {
  padding: 10px; }
  .m-product-header .a-headline {
    margin: 0;
    font-weight: 400; }
  .m-product-header .a-paragraph {
    margin: 0; }

.m-product-header__icon {
  padding: 0 10px 0 0;
  width: 75px;
  float: left; }

.m-product-header__text {
  float: left; }

.m-product {
  padding: 10px;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  text-decoration: none;
  color: #000; }
  .m-product .a-headline {
    margin: 0 0 5px;
    font-size: 1.25rem; }
  .m-product .a-paragraph {
    margin: 0 0 5px;
    line-height: 1.2; }
  .m-product .a-assessment {
    margin: 5px 0; }
  .m-product .a-cost {
    float: right; }
  .m-product .m-price-amount {
    margin: 10px 0 0; }

.m-product__col-left {
  padding: 0 15px 0 0;
  width: 80px;
  float: left; }

.m-product__col-right {
  padding: 0 0 0 80px; }

.m-provider {
  display: block;
  text-decoration: none;
  color: #000; }
  .m-provider .a-headline {
    margin: 0 71px 0 0;
    line-height: 1.8125rem; }
  .m-provider .a-provider-status {
    float: right; }
  .m-provider .a-paragraph {
    margin: 0;
    line-height: 1.6875rem; }
  .m-provider .a-cost {
    margin: 0 0 0 15px;
    float: right; }

.m-provider__row {
  margin: 0 0 5px; }

.m-provider__row--last {
  margin: 0; }

.m-provider-information {
  padding: 10px; }
  .m-provider-information .a-expand-field {
    margin: 0 4.125rem 0 0; }
  .m-provider-information .a-provider-status {
    margin: 0 0 0 15px;
    float: right; }

.m-radiobutton-item {
  padding: 5px 10px; }
  .m-radiobutton-item .a-radiobutton {
    margin: 0 10px 0 0;
    float: left; }
  .m-radiobutton-item .a-label {
    line-height: 1.5rem; }
  .m-radiobutton-item.active .m-detail-selection {
    display: block; }

.m-radiogroup {
  display: block; }

.m-season {
  margin-bottom: 15px;
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .m-season .a-select-button {
    width: 100%;
    border-radius: 0;
    border-width: 1px 0;
    box-shadow: 1px 0 0 #cdcdcd; }
    .m-season .a-select-button.active {
      box-shadow: none; }

.m-season__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  list-style: none; }
  .m-season__item:first-of-type .a-select-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-width: 1px 0 1px 1px; }
  .m-season__item:last-of-type .a-select-button {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-width: 1px 1px 1px 0;
    box-shadow: none; }

.m-season__radio {
  display: none; }

.m-selection {
  margin-bottom: 15px; }
  .m-selection .a-label {
    padding: 10px;
    width: 30%;
    float: left;
    line-height: 2.125rem; }

.m-selection__dropdown {
  padding: 10px;
  width: 70%;
  float: left; }

.m-service-item {
  font-size: 1.0625rem;
  line-height: 1.5rem; }

.m-service-item__value {
  float: right;
  color: #979797; }

.m-stage {
  padding: 30px 30px 15px;
  text-align: center;
  font-size: 1.0625rem; }
  .m-stage .a-headline {
    margin: 0 0 20px;
    font-size: inherit;
    line-height: 1.4; }
  .m-stage .a-paragraph {
    font-size: inherit;
    line-height: 1.4;
    color: #979797; }

.m-stage--checkmark:before {
  margin: 0 auto 20px;
  width: 5rem;
  height: 5rem;
  display: block;
  border: 1px solid #5e900a;
  border-radius: 50%;
  background: #79c100 url('img/icon--checkmark-white.svg') center center no-repeat;
  background-size: 52px 40px;
  content: ''; }

@media (min-width: 45.0625rem) {
  .m-stage {
    padding-right: 4.6875rem;
    padding-left: 4.6875rem;
    font-size: 2rem; } }

.m-switching .a-label {
  padding: 10px;
  line-height: 1.8125rem; }
  .m-switching .a-label .a-link {
    color: inherit;
    font-size: inherit; }
.m-switching .a-switch {
  margin: 10px;
  float: right; }

.m-switching__text {
  padding: 0 5rem 0 0; }

.m-switching__detail {
  margin: 0 0 0 5px;
  font-size: .8125rem;
  color: #979797; }

.o-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -300px;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: right .7s ease;
          transition: right .7s ease; }
  .o-layer.open {
    right: 0; }

.o-layer__inner {
  overflow: hidden;
  position: relative;
  margin: 0 0 0 30px;
  width: 280px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  .o-layer__inner .a-icon-button--cross {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 25px 16px 16px; }

.o-layer__inner__header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .o-layer__inner__header .a-logo {
    margin: 0 auto;
    padding: 20px 15px;
    width: 100%;
    display: block; }

.o-layer__inner__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto; }

.o-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 3rem 10px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s ease, visibility .25s ease;
          transition: opacity .25s ease, visibility .25s ease; }
  .o-overlay.open {
    opacity: 1;
    visibility: visible; }

.o-overlay__inner {
  padding: 10px;
  max-height: 100%;
  overflow-y: auto;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.o-sitefooter {
  padding: 5px 10px 15px;
  background: #f2f2f2;
  color: #979797;
  text-align: center; }
  .o-sitefooter .a-link {
    color: inherit; }
  .o-sitefooter .a-paragraph {
    margin: 15px 0; }
  .o-sitefooter .a-icon-text-button {
    color: inherit; }

.o-siteheader {
  padding: 0 10px;
  width: 100%;
  height: 2.25rem;
  min-height: 2.25rem;
  background: #0a439f;
  color: #fff;
  line-height: 2.25rem; }
  .o-siteheader.efr-text-hide .a-logo {
    background-position: 0 center;
    width: 21px; }
  .o-siteheader .a-icon-button--chevron-left {
    height: 100%;
    float: left; }
  .o-siteheader .a-logo {
    margin: 0 auto;
    height: 100%;
    display: block; }

.o-siteheader__navbutton {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  height: 100%;
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .o-siteheader__navbutton .a-icon-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.o-siteheader__switch {
  height: 100%;
  float: right;
  font-size: 0; }
  .o-siteheader__switch .a-switch {
    vertical-align: middle; }

.o-site {
  padding: 0 0 5px;
  display: block;
  overflow: hidden;
  background: #f2f2f2;
  width: 100%; }
  .o-site--ek .a-cost--vk {
    display: none !important; }
  .o-site--vk .a-cost--ek {
    display: none !important; }

.o-site__section {
  position: relative;
  margin: 0 auto 15px;
  max-width: 45rem;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }

.o-site__section__inward {
  padding: 0 10px; }

.o-site__section__footer {
  padding: 15px 0; }

@media (min-width: 45.0625rem) {
  .o-site {
    padding: 30px 0 5px; }
  .o-site__section__footer {
    padding: 30px 0; }
  .o-site--registrationpage .m-form__submit {
    width: 100%;
    max-width: 100%;
    background: #f2f2f2;
    text-align: right; }
    .o-site--registrationpage .m-form__submit .m-button-group {
      padding: 5px 10px;
      float: right; }
      .o-site--registrationpage .m-form__submit .m-button-group .m-button-group__col {
        width: auto; } }
