/* Font Names */
/* Dropdowns */
/* Media breakpoints */
/*
   Animations
   Установлено на основании исследований по зрительному восприятию и реакции людей https://humanbenchmark.com/tests/reactiontime
   Google также проводили собственные исследования - было принято для микро анимаций использовать значения 150-250мс, для более крупных 400-500мс
 */
/* stylelint-disable  selector-class-pattern */
.badge {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  cursor: default;
}
.badge__item {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  padding: 4px 8px;
  border-radius: 27px;
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: #00C48C;
  color: #FFFFFF;
  text-transform: uppercase;
}
.badge__item--icon {
  display: flex;
  padding: 0;
  border-radius: 4px;
  background-color: #6D778B;
  fill: #FFFFFF;
}
.badge__item--orange {
  background-color: #FFAF38;
}
.badge__item--green {
  background-color: #00C48C;
}
.badge__item--teal {
  background-color: #7DDFC3;
}
.badge__item--blue-300 {
  background-color: #66B5F8;
}
.badge__item--blue {
  background-color: #0084F4;
}
.badge__item--indigo {
  background-color: #6979F8;
}
.badge__item--purple {
  background-color: #BE52F2;
}
.badge__item--pink {
  background-color: #FF647C;
}
.badge__item--dark {
  background-color: #000000;
}
.badge__description {
  display: none;
}
.badge__description-container,
.badge__gift-name {
  color: #FFFFFF;
  word-break: break-word;
  word-wrap: break-word;
}
.badge__description-container a:not(.badge__link),
.badge__gift-name a:not(.badge__link) {
  color: #FFFFFF;
  text-decoration: underline;
}
.badge__description-container a:not(.badge__link):hover,
.badge__gift-name a:not(.badge__link):hover {
  text-decoration: none;
}
.badge__gift-name {
  padding-bottom: 4px;
}
.badge__wrap {
  margin-bottom: 4px;
}
.badge__link {
  display: inline-block;
}
.badge__date {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 10px;
  color: #F9F9F9;
}
.badge__message {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #F9F9F9;
}
.badge__message .promo-code-promotion-engine {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 15px;
  color: #363A47;
  display: inline-flex;
  align-items: baseline;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #F2F2F2;
}
.badge__message .promo-code-promotion-engine::before {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 4px;
  align-self: center;
  background-image: url(assets/images/a40565c611dfe9607889.svg), url(assets/images/43290fa78c0a2671a26e.svg);
  background-position: center, -16px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
.badge__message .promo-code-promotion-engine--copied::before {
  background-position: -16px, center;
}
.badge__restrictions {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  color: #FFFFFF;
  margin-bottom: 12px;
  max-height: 68px;
  overflow-y: auto;
}
.badge__restrictions::-webkit-scrollbar {
  width: 4px;
}
.badge__restrictions::-webkit-scrollbar-track {
  background: #6D778B;
  border-radius: 4px;
}
.badge__restrictions::-webkit-scrollbar-thumb {
  background: #E0E0E0;
  border-radius: 4px;
}
.badge__restrictions-item {
  display: flex;
  margin-bottom: 4px;
  margin-left: 8px;
}
.badge__restrictions-item::before {
  margin-right: 8px;
  content: "\25CF";
  font-size: 6px;
}
.badge__restrictions-item:last-child {
  margin-bottom: 0;
}
.breadcrumbs {
  padding: 8px 24px;
  border-radius: 4px;
  margin-bottom: 24px;
  background: #F9F9F9;
  color: #363A47;
  grid-column: 1/-1;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  position: relative;
  padding: 6px 26px 6px 0;
}
.breadcrumbs__item::before {
  position: absolute;
  top: 13px;
  right: 11px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E0E0E0;
  content: "";
}
.breadcrumbs__item:last-child::before {
  content: none;
}
.breadcrumbs__link {
  color: #1390DF;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}
.breadcrumbs__item.breadcrumbs__item--last-child {
  color: #363A47;
}
.breadcrumbs__item.breadcrumbs__item--last-child::before {
  content: none;
}
.breadcrumbs__item.breadcrumbs__item--last-child .breadcrumbs__link {
  color: currentcolor;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: "";
}
.clearfix::after {
  clear: both;
}
.i-bl-d {
  border-left: 1px dotted #999999;
}
.i-br-d {
  border-right: 1px dotted #999999;
}
.i-bb-d {
  border-bottom: 1px dotted #999999;
}
.i-bb-d--light {
  border-bottom: 1px dotted #dddddd;
}
.i-bb-d--solid {
  border-bottom: 1px solid #dddddd;
}
.i-bt-s {
  border-top: solid 1px #dddddd;
}
.i-b-no {
  border: none;
}
.i-color-666 {
  color: #646464;
}
.i-color-6b {
  color: #646464;
}
.i-color-000 {
  color: #000000;
  font-size: inherit;
}
.i-color-64 {
  color: #646464;
  font-size: inherit;
}
.i-color-c9 {
  color: #cccccc;
  font-size: inherit;
}
.i-c-p {
  cursor: pointer;
}
.i-c-a {
  cursor: auto;
}
.i-c-d {
  cursor: default;
}
.i-df {
  display: flex;
}
.i-dib {
  display: inline-block;
}
.i-db {
  display: block;
}
.i-dn {
  display: none;
}
.i-dt {
  display: table;
}
.i-dtc {
  display: table-cell;
}
.i-di {
  display: inherit;
}
.i-f-lt {
  float: left;
}
.i-f-rt {
  float: right;
}
.i-f-fm-fira {
  font-family: 'Fira Sans', sans-serif;
}
.i-font-size-10 {
  font-size: 10px;
}
.i-fs10 {
  font-size: 10px;
}
.i-fs12 {
  font-size: 12px;
}
.i-fs13 {
  font-size: 13px;
}
.i-fs14 {
  font-size: 14px;
}
.i-fs15 {
  font-size: 15px;
}
.i-fs16 {
  font-size: 16px;
}
.i-fs17 {
  font-size: 17px;
}
.i-fs18 {
  font-size: 18px;
}
.i-fs22 {
  font-size: 22px;
}
.i-fs24 {
  font-size: 24px;
}
.i-fs30 {
  font-size: 30px;
}
.i-fst--normal {
  font-style: normal;
}
.i-mb0 {
  margin-bottom: 0;
}
.i-mb3 {
  margin-bottom: 3px;
}
.i-mb5 {
  margin-bottom: 5px;
}
.i-mb10 {
  margin-bottom: 10px;
}
.i-mb15 {
  margin-bottom: 15px;
}
.i-mb16 {
  margin-bottom: 16px;
}
.i-mb20 {
  margin-bottom: 20px;
}
.i-mb25 {
  margin-bottom: 25px;
}
.i-mb27 {
  margin-bottom: 27px;
}
.i-mb30 {
  margin-bottom: 30px;
}
.i-mb45 {
  margin-bottom: 45px;
}
.i-mb150 {
  margin-bottom: 150px;
}
.i-mr10l {
  margin-right: -10px;
}
.i-mb50 {
  margin-bottom: 50px;
}
.i-mr--auto {
  margin-right: auto;
}
.i-mr5 {
  margin-right: 5px;
}
.i-mr10 {
  margin-right: 10px;
}
.i-mr15 {
  margin-right: 15px;
}
.i-mr-20 {
  margin-right: 20px;
}
.i-mr25 {
  margin-right: 25px;
}
.i-mr30 {
  margin-right: 25px;
}
.i-ml25 {
  margin-left: 25px;
}
.i-ml20 {
  margin-left: 20px;
}
.i-ml15 {
  margin-left: 15px;
}
.i-ml14 {
  margin-left: 14px;
}
.i-ml10 {
  margin-left: 10px;
}
.i-ml5 {
  margin-left: 5px;
}
.i-ml--auto {
  margin-left: auto;
}
.i-mt0 {
  margin-top: 0;
}
.i-mt2 {
  margin-top: 2px;
}
.i-mt3 {
  margin-top: 3px;
}
.i-mt5 {
  margin-top: 5px;
}
.i-mt10 {
  margin-top: 10px;
}
.i-mt15 {
  margin-top: 15px;
}
.i-mt20 {
  margin-top: 20px;
}
.i-mt25 {
  margin-top: 25px;
}
.i-mt30 {
  margin-top: 30px;
}
.i-mtn30 {
  margin-top: -30px;
}
.i-mt40 {
  margin-top: 40px;
}
.i-mt45 {
  margin-top: 45px;
}
.i-mt50 {
  margin-top: 50px;
}
.i-mt75 {
  margin-top: 75px;
}
.i-m--auto {
  margin: 0 auto;
}
.i-pl8 {
  padding-left: 8px;
}
.i-pl10 {
  padding-left: 10px;
}
.i-pl5 {
  padding-left: 5px;
}
.i-pl7 {
  padding-left: 7px;
}
.i-pl17 {
  padding-left: 17px;
}
.i-pl0 {
  padding-left: 0;
}
.i-pl15 {
  padding-left: 15px;
}
.i-pl20 {
  padding-left: 20px;
}
.i-pl25 {
  padding-left: 25px;
}
.i-pl30 {
  padding-left: 30px;
}
.i-pl50 {
  padding-left: 50px;
}
.i-pl60 {
  padding-left: 60px;
}
.i-pr0 {
  padding-right: 0;
}
.i-pr3 {
  padding-right: 3px;
}
.i-pr5 {
  padding-right: 5px;
}
.i-pr7 {
  padding-right: 7px;
}
.i-pr10 {
  padding-right: 10px;
}
.i-pr15 {
  padding-right: 15px;
}
.i-pr20 {
  padding-right: 20px;
}
.i-pr25 {
  padding-right: 25px;
}
.i-pr35 {
  padding-right: 35px;
}
.i-pt4 {
  padding-top: 4px;
}
.i-pt5 {
  padding-top: 5px;
}
.i-pt10 {
  padding-top: 10px;
}
.i-pt15 {
  padding-top: 15px;
}
.i-pt20 {
  padding-top: 20px;
}
.i-p0 {
  padding: 0;
}
.i-pb0 {
  padding-bottom: 0;
}
.i-pb5 {
  padding-bottom: 5px;
}
.i-pb10 {
  padding-bottom: 10px;
}
.i-pb15 {
  padding-bottom: 15px;
}
.i-pb20 {
  padding-bottom: 20px;
}
.i-posr {
  position: relative;
}
.i-p-abs {
  position: absolute;
}
.i-l-150 {
  left: 150px;
}
.i-t--43 {
  top: -43px;
}
.i-t-30 {
  top: 30px;
}
.i-r--20 {
  right: -20px;
}
.i-text-center {
  text-align: center;
}
.i-text-left {
  text-align: left;
}
.i-text-right {
  text-align: right;
}
.i-text-justify {
  text-align: justify;
}
.i-text-disabled {
  color: #646464;
  font-style: italic;
}
.i-text-nowrap {
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
}
.i-text-wrap {
  text-wrap: normal;
  white-space: normal;
  word-wrap: normal;
}
.i-text-break {
  text-wrap: normal;
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.i-text-lowcase {
  text-transform: lowercase;
}
.i-text-uppercase {
  text-transform: uppercase;
}
.i-vab {
  vertical-align: bottom;
}
.i-vam {
  vertical-align: middle;
}
.i-vat {
  vertical-align: top;
}
.i-o-h {
  overflow: hidden;
}
.i-wb-ba {
  word-break: break-all;
}
.i-wb-bw {
  word-break: break-word;
}
.i-ow-bw {
  overflow-wrap: break-word;
}
.i-ww-bw {
  word-wrap: break-word;
}
.i-ov-dt {
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.i-ov-el {
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-sup {
  font-size: 80%;
  vertical-align: text-bottom;
}
.i-top {
  font-size: 80%;
  vertical-align: super;
}
.i-on-top {
  vertical-align: text-top;
}
.i-td-thr {
  text-decoration: line-through;
}
.i-td-undl {
  text-decoration: underline;
}
.i-c-bt {
  clear: both;
}
.i-c-sect::after {
  display: block;
  clear: both;
  content: "";
}
.i-lh-12 {
  line-height: 12px;
}
.i-lh-15 {
  line-height: 15px;
}
.i-lh-20 {
  line-height: 20px;
}
.i-lh-22 {
  line-height: 22px;
}
.i-lh-23 {
  line-height: 23px;
}
.i-lh-24 {
  line-height: 24px;
}
.i-lh-28 {
  line-height: 28px;
}
.i-lh-30 {
  line-height: 30px;
}
.i-lh-50 {
  line-height: 30px;
}
.i-lh-n {
  line-height: normal;
}
.i-fwb {
  font-weight: bold;
}
.i-font-weight-normal {
  font-weight: normal;
}
.i-w-f {
  width: 100%;
}
.i-w-f90 {
  width: 90%;
}
.i-w-f95 {
  width: 95%;
}
.i-w-f94 {
  width: 94%;
}
.i-w-125 {
  width: 125px;
}
.i-w-200 {
  width: 200px;
}
.i-w-500 {
  width: 500px;
}
.i-w-600 {
  width: 600px;
}
.i-visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.i-initial-width {
  width: initial;
}
.i-color-transparent {
  color: transparent;
}
.i-position-a {
  position: absolute;
  top: auto;
  bottom: 10px;
}
.i-visibility-visible {
  visibility: visible;
}
.i-visibility-hidden {
  visibility: hidden;
}
.i-marginLeft-0 {
  margin-left: 0;
}
.i-bg-position-custom {
  background-position: -13px 0;
}
.i-bg-position-0 {
  background-position: 0;
}
.i-bgcolor-light {
  background-color: #f5f5f5;
}
.i-bgcolor-white {
  background-color: #fff;
}
.i-display-inline {
  display: inline;
}
.i-display-block {
  display: block;
}
.i-display-initial {
  display: initial;
}
.i-display-none {
  display: none;
}
.i-opacity-initial {
  opacity: initial;
}
.i-top-initial {
  top: initial;
}
.i-overflow-hidden {
  overflow: hidden;
}
.i-overflow-auto {
  overflow: auto;
}
.i-overflow-y-hidden {
  overflow-y: hidden;
}
.i-margin-left-initial {
  margin-left: initial;
}
.i-max-width-100 {
  max-width: 100%;
}
.i-width-initial {
  width: initial;
}
.i-width-auto {
  width: auto;
}
.i-clearfix-100 {
  width: 100%;
  clear: both;
  float: none;
}
.i-float-left {
  float: left;
}
.i-margin-lr {
  margin-right: 0;
  margin-left: 0;
}
.i-opacity-0 {
  opacity: 0;
}
.i-color-dark {
  color: #828282;
}
.i-color-black {
  color: #000;
}
.i-color-white {
  color: #fff;
}
.i-color-blue {
  color: #1390df;
}
.i-color-dark-blue {
  color: #0078c3;
}
.i-color-light-blue {
  color: #1ca4ff;
}
.i-color-dark-300 {
  color: #363A47;
}
.i-width-100 {
  width: 100%;
}
.i-width-80 {
  width: 80%;
}
.i-width-70 {
  width: 70%;
}
.i-width-60 {
  width: 60%;
}
.i-width-40 {
  width: 40%;
}
.i-left-0 {
  left: 0;
}
.i-left-auto {
  left: auto;
}
.i-right-auto {
  right: auto;
}
.i-margin-top-auto {
  margin-top: auto;
}
.i-height-auto {
  height: auto;
}
.i-height-initial {
  height: initial;
}
.i-max-height-inherit {
  max-height: inherit;
}
.i-position-relative {
  position: relative;
}
.i-name-list-custom {
  position: absolute;
  z-index: 999;
  top: 53px;
  left: 0;
  width: 466px;
  max-height: 90px;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-bottom: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.i-bg-cover {
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.i-mw-n {
  max-width: none;
}
.i-w-250 {
  width: 250px;
}
.add-spaces a::before {
  content: "\00a0";
}
.add-spaces a::after {
  content: "\00a0";
}
.add-spaces--after::after {
  content: "\00a0";
}
.add-spaces--before::before {
  content: "\00a0";
}
.i-zi-200 {
  z-index: 200;
}
.message-aria__border {
  border: 1px solid #cccccc;
  resize: none;
}
.i-pe-n {
  cursor: default;
  pointer-events: none;
}
.i-df-aic {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Mono Regular"), local("FiraMono-Regular"), url(assets/fonts/fira-mono-regular.woff2) format("woff2"), url(assets/fonts/fira-mono-regular.woff) format("woff");
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Sans Regular"), local("FiraSans-Regular"), url(assets/fonts/fira-sans-regular.woff2) format("woff2"), url(assets/fonts/fira-sans-regular.woff) format("woff");
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: local("Fira Sans Medium"), local("FiraSans-Medium"), url(assets/fonts/fira-sans-medium.woff2) format("woff2"), url(assets/fonts/fira-sans-medium.woff) format("woff");
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Fira Sans SemiBold"), local("FiraSans-SemiBold"), url(assets/fonts/fira-sans-semibold.woff2) format("woff2"), url(assets/fonts/fira-sans-semibold.woff) format("woff");
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(assets/fonts/fira-sans-bold.woff2) format("woff2"), url(assets/fonts/fira-sans-bold.woff) format("woff");
}
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Fira Sans ExtraBold"), local("FiraSans-ExtraBold"), url(assets/fonts/fira-sans-extrabold.woff2) format("woff2"), url(assets/fonts/fira-sans-extrabold.woff) format("woff");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(assets/fonts/montserrat-regular.woff2) format("woff2"), url(assets/fonts/montserrat-regular.woff) format("woff");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url(assets/fonts/montserrat-medium.woff2) format("woff2"), url(assets/fonts/montserrat-medium.woff) format("woff");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url(assets/fonts/montserrat-semibold.woff2) format("woff2"), url(assets/fonts/montserrat-semibold.woff) format("woff");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(assets/fonts/montserrat-bold.woff2) format("woff2"), url(assets/fonts/montserrat-bold.woff) format("woff");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url(assets/fonts/montserrat-extrabold.woff2) format("woff2"), url(assets/fonts/montserrat-extrabold.woff) format("woff");
}
:root {
  --header-height: 43px;
}
* {
  box-sizing: border-box;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
}
html {
  scroll-padding-top: 40px;
}
body {
  background-color: #FFFFFF;
  color: #646464;
  font-family: 'Fira Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea,
select {
  font-family: 'Fira Sans', sans-serif;
}
textarea {
  font-size: inherit;
}
select {
  font-size: 12px;
  line-height: 20px;
  height: 30px;
  padding-right: 3px;
  padding-left: 3px;
  border: 1px solid #dddddd;
  margin-bottom: 7px;
  background: #ffffff;
  color: #646464;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: none;
}
hr {
  height: 0;
  border: none;
  border-bottom: 1px dotted #83818f;
}
/*! jQuery UI - v1.11.0 - 2014-07-01*/
/* Layout helpers
---------------------------------- */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
}
.ui-helper-clearfix::before,
.ui-helper-clearfix::after {
  display: table;
  border-collapse: collapse;
  content: "";
}
.ui-helper-clearfix::after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-front {
  z-index: 99;
}
/* Interaction Cues
---------------------------------- */
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
---------------------------------- */
/* states and images */
.ui-icon {
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  text-indent: -99999px;
}
/* Overlays */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  position: relative;
  display: inline-block;
  overflow: visible;
  /* removes extra width in IE */
  padding: 0;
  margin-right: 0.1em;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ui-datepicker {
  display: none;
  width: 17em;
  padding: 0.2em 0.2em 0;
}
.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 {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
  font-size: 1em;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  margin: 0 0 0.4em;
  border-collapse: collapse;
  font-size: 0.9em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  border: 0;
  font-weight: bold;
  text-align: center;
}
.ui-datepicker td {
  padding: 1px;
  border: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  padding: 0 0.2em;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  margin: 0.7em 0 0;
  background-image: none;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  overflow: visible;
  width: auto;
  padding: 0.2em 0.6em 0.3em;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  float: right;
}
.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 {
  width: 100%;
  clear: both;
  font-size: 0;
}
.ui-menu {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item + .ui-menu-item {
  font-size: 12px;
  line-height: 20px;
  border-top: 1px solid #cccccc;
}
.ui-menu .ui-menu-item {
  position: relative;
  min-height: 0;
  /* support: IE7 */
  padding: 3px;
  margin: 0;
  cursor: pointer;
  word-break: break-word;
}
.ui-menu .ui-menu-divider {
  height: 0;
  border-width: 1px 0 0;
  margin: 5px 0;
  font-size: 0;
  line-height: 0;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  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 {
  right: 0;
  left: auto;
}
.ui-selectmenu-menu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  padding: 0;
  margin: 0;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  max-height: 300px;
  padding-bottom: 1px;
  /* Support: IE7 */
  overflow-x: hidden;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  height: auto;
  padding: 2px 0.4em;
  border: 0;
  margin: 0.5em 0 0;
  background: #eeeeee;
  font-size: 1em;
  font-weight: bold !important;
  line-height: 1.5;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}
.ui-selectmenu-button span.ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  margin-top: -7px;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  display: block;
  overflow: hidden;
  padding: 3px 25px 3px 5px;
  line-height: 22px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background-color: #5c7a9b;
  box-shadow: inset 0 0 3px #cccccc;
  cursor: default;
  touch-action: none;
}
.ui-slider-range-over {
  opacity: 0.5;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
  font-size: 0.7em;
}
.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-bottom: -0.6em;
  margin-left: 0;
}
.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;
}
/* Component containers
---------------------------------- */
.ui-widget {
  font-family: 'Fira Sans', 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: 'Fira Sans', sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #ff9900;
  background: #5c7a9b;
  color: #ffffff;
  font-weight: normal;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
---------------------------------- */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #646464;
  font-weight: normal;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #646464;
  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 {
  border-top: 0 solid #cccccc;
  border-bottom: 0 solid #cccccc;
  background: #ffffff;
  color: #646464;
  font-weight: normal;
}
.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 {
  color: #646464;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #ffffff;
  color: #646464;
  font-weight: normal;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff9900;
  text-decoration: none;
}
/* Interaction Cues
---------------------------------- */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffffff;
  color: #333333;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #333333;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #af0025;
  background: #ffffff;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: normal;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  filter: alpha(opacity=70);
  font-weight: normal;
  opacity: 0.7;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background-image: none;
  filter: alpha(opacity=35);
  opacity: 0.35;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
---------------------------------- */
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
/* Overlays */
.ui-selectmenu-button {
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #dddddd;
  margin-top: 1px;
  background-color: #ffffff;
}
.ui-selectmenu-button .ui-icon {
  position: relative;
  width: 10px;
  height: 10px;
  margin-right: -4px;
}
.ui-selectmenu-button .ui-icon::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #566874;
  border-bottom: 0;
  content: "";
}
.ui-selectmenu-button .ui-icon::after {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #ffffff;
  border-bottom: 0;
  content: "";
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  overflow: hidden;
}
#colorbox.dark {
  overflow: visible;
}
#colorbox.dark #cboxWrapper {
  overflow: visible;
}
#colorbox.dark #cboxContent {
  overflow: visible;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#colorbox.dark #cboxContent:hover #cboxPrevious,
#colorbox.dark #cboxContent:hover #cboxNext {
  opacity: 1;
}
#colorbox.dark #cboxLoadedContent {
  margin-bottom: 0;
}
#colorbox.dark #cboxPrevious,
#colorbox.dark #cboxNext {
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all 0.5s linear 0s;
}
#colorbox.dark #cboxPrevious::after,
#colorbox.dark #cboxNext::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 17px;
  height: 17px;
  border: 3px solid #000000;
  border-bottom: 0;
  margin-top: -10px;
  content: "";
}
#colorbox.dark #cboxPrevious {
  left: -20px;
}
#colorbox.dark #cboxPrevious::after {
  left: 13px;
  border-right: 0;
  transform: rotate(-45deg);
}
#colorbox.dark #cboxNext {
  right: -20px;
  left: auto;
}
#colorbox.dark #cboxNext::after {
  right: 13px;
  border-left: 0;
  transform: rotate(45deg);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxOverlay.dark {
  background-color: rgba(54, 58, 71, 0.7);
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  display: block;
  max-width: none;
  border: 0;
  margin: auto;
  float: left;
  interpolation-mode: bicubic;
}
.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  filter: alpha(opacity = 90);
  opacity: 0.9;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
}
#cboxMiddleLeft {
  width: 21px;
}
#cboxMiddleRight {
  width: 21px;
}
#cboxTopCenter {
  height: 21px;
}
#cboxBottomCenter {
  height: 21px;
}
#cboxContent {
  overflow: hidden;
  background: #ffffff;
}
.cboxIframe {
  background: #ffffff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #cccccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  color: #999999;
  text-align: center;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #999999;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  overflow: visible;
  width: auto;
  padding: 0;
  border: 0;
  margin: 0;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  right: 30px;
  bottom: 4px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
#cboxContent {
  padding: 20px;
  border: 1px solid #bbbbbb;
  border-radius: 7px;
  box-shadow: 1px 1px 3px 3px #cccccc;
}
#cboxClose {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background: url(assets/images/9ce0dda18a2eb4369102.svg) left top no-repeat;
  cursor: pointer;
  vertical-align: top;
}
#cboxClose:hover {
  background-position: 0 0;
}
.ui-datepicker {
  padding: 10px;
  border-color: #999999;
  border-radius: 5px;
  box-shadow: inset 0 -2px 5px #dddddd;
  font-size: 13px;
}
.ui-datepicker .ui-datepicker-header {
  border: 1px solid #999999;
  border-radius: 4px 4px 0 0;
  color: #646464;
  text-transform: uppercase;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 50%, #dddddd 100%);
}
.ui-datepicker .ui-datepicker-header .ui-icon {
  margin-top: -6px;
  background-image: none;
  color: #999999;
  text-indent: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
  background: transparent;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar {
  border: 1px solid #999999;
  border-radius: 0 0 4px 4px;
  border-top: 0;
}
.ui-datepicker .ui-datepicker-calendar thead {
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #ffffff 50%, #dddddd 100%);
  border-bottom: 1px solid #999999;
}
.ui-datepicker .ui-datepicker-calendar th {
  padding: 1px;
  color: #999999;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  border: 1px solid #438dcc;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  border: 1px solid #438dcc;
  background: #8ec3f8;
  box-shadow: inset 0 0 5px #438dcc;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  text-align: center;
}
.ui-datepicker td {
  padding: 0;
}
.tippy-tooltip .tippy-content {
  padding: 12px;
}
.tippy-tooltip.light-theme {
  box-shadow: 0 2px 8px rgba(40, 41, 61, 0.04), 0 16px 24px rgba(96, 97, 112, 0.16);
  border-radius: 8px;
  background-color: #FFFFFF;
}
.tippy-tooltip.light-theme .tippy-content {
  color: #363A47;
}
.tippy-tooltip.light-theme > .tippy-backdrop {
  background-color: #FFFFFF;
}
.tippy-tooltip.light-theme > .tippy-svg-arrow {
  fill: #FFFFFF;
}
.tippy-tooltip.light-theme[data-placement^="top"] > .tippy-arrow {
  bottom: -12px;
  border-width: 12px 12px 0;
  border-top-color: #FFFFFF;
}
.tippy-tooltip.light-theme[data-placement^="bottom"] > .tippy-arrow {
  top: -12px;
  border-width: 0 12px 12px;
  border-bottom-color: #FFFFFF;
}
.tippy-tooltip.light-theme[data-placement^="left"] > .tippy-arrow {
  right: -12px;
  border-width: 12px 0 12px 12px;
  border-left-color: #FFFFFF;
}
.tippy-tooltip.light-theme[data-placement^="right"] > .tippy-arrow {
  left: -12px;
  border-width: 12px 12px 12px 0;
  border-right-color: #FFFFFF;
}
.tippy-tooltip.dark-theme {
  border-radius: 4px;
  background: #363A47;
  opacity: 0.9;
}
.tippy-tooltip.dark-theme .tippy-content {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #F9F9F9;
}
.tippy-tooltip.dark-theme .tippy-link {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #FFFFFF;
  cursor: pointer;
  text-decoration: underline;
}
.tippy-tooltip.dark-theme .tippy-link:hover {
  text-decoration: none;
}
.tippy-tooltip.dark-theme .tippy-text-medium {
  font-weight: 500;
}
.tippy-tooltip.dark-theme[data-placement^="top"] > .tippy-arrow {
  border-top-color: #363A47;
}
.tippy-tooltip.dark-theme[data-placement^="bottom"] > .tippy-arrow {
  border-bottom-color: #363A47;
}
.tippy-tooltip.dark-theme[data-placement^="left"] > .tippy-arrow {
  border-left-color: #363A47;
}
.tippy-tooltip.dark-theme[data-placement^="right"] > .tippy-arrow {
  border-right-color: #363A47;
}
.tippy-popper {
  pointer-events: initial !important;
}
.tippy-tooltip.red-theme {
  border-radius: 4px;
  background: #DA1F2A;
}
.tippy-tooltip.red-theme .tippy-content {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 12px 24px;
  color: #F9F9F9;
}
.tippy-tooltip.red-theme[data-placement^="right"] > .tippy-arrow {
  border-right-color: #DA1F2A;
}
.tippy-tooltip.dark-theme.dark-tooltip-theme[data-placement^="right"] > .tippy-arrow {
  left: -7px;
  border-width: 8px 8px 8px 0;
}
.tippy-tooltip.enabled-theme {
  cursor: pointer;
}
.tippy-tooltip.no-padding-theme .tippy-content {
  padding: 0;
}
.tippy-tooltip.red-disabled-theme {
  background: #EA8D93;
  cursor: not-allowed;
}
.tippy-tooltip.red-disabled-theme[data-placement^="right"] > .tippy-arrow {
  border-right-color: #EA8D93;
}
.tippy-tooltip.img-viewer-theme {
  background: #FFFFFF;
  border-radius: 4px;
  transform: translateX(-11px);
  box-shadow: 0 2px 4px rgba(40, 41, 61, 0.04), 0 8px 16px rgba(96, 97, 112, 0.16);
}
.tippy-tooltip.img-viewer-theme .tippy-content {
  padding: 0;
  border-radius: 4px;
}
.tippy-tooltip.img-viewer-theme .tippy-arrow {
  display: none;
}
.tippy-tooltip.cms-content-theme .tippy-content a {
  color: inherit;
  text-decoration: underline;
}
@media (hover: hover) {
  .tippy-tooltip.cms-content-theme .tippy-content a:hover {
    text-decoration: none;
  }
}
.default-menu-theme__body {
  display: none;
}
.default-menu-theme__body-inner {
  background-color: #ffffff;
}
.default-menu-theme__body-item {
  display: flex;
  min-width: 194px;
  max-width: none;
  align-items: center;
  justify-content: flex-start;
  padding: 8px;
  margin-top: 0;
  color: #6d778b;
  font-size: 16px;
  text-transform: none;
}
.default-menu-theme__body-item--selected {
  background: #e6f7ff;
  color: #000000;
}
.default-menu-theme__body-item-icon {
  margin-right: 8px;
  fill: #6D778B;
  fill-rule: evenodd;
}
.default-menu-theme__body-item-link {
  color: inherit;
}
.tippy-tooltip.default-menu-theme {
  overflow: hidden;
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 2px 4px #c4c4c4;
}
.tippy-tooltip.default-menu-theme .tippy-content {
  padding: 0;
}
.range-datepicker {
  position: absolute;
  display: none;
  width: 100%;
}
.range-datepicker__button {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  padding: 9px 35px 9px 45px;
  border: 1px solid #a8b1b7;
  border-radius: 6px;
  background-color: #ffffff;
  color: #6d778b;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.range-datepicker__button:hover {
  border-color: #6d778b;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.range-datepicker__button::after,
.range-datepicker__button::before {
  position: absolute;
  top: 50%;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: -12px;
  content: "";
  filter: brightness(1);
}
.range-datepicker__button::after {
  right: 10px;
  left: auto;
  background: url(assets/images/3953b564dfb1c9c7728f.svg) no-repeat center center;
  transition: all 0.2s ease-in-out;
}
.range-datepicker__button::before {
  right: auto;
  left: 10px;
  background: url(assets/images/13bcf316d0efc401662f.svg) no-repeat center center;
}
.range-datepicker__button--active::after {
  transform: rotate(180deg);
}
.range-datepicker--wrap {
  position: relative;
  width: 100%;
  max-width: 312px;
}
.range-datepicker--active {
  z-index: 1;
  display: block;
}
.range-datepicker .ui-datepicker {
  width: 100%;
  max-width: 312px;
  box-sizing: border-box;
  padding: 9px 14px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(40, 41, 61, 0.04), 0 8px 16px rgba(96, 97, 112, 0.16);
}
.range-datepicker .ui-datepicker.ui-widget.ui-widget-content {
  border: none;
}
.range-datepicker .ui-datepicker-header {
  display: flex;
  align-items: center;
  padding: 5px 0 15px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #f2f2f2;
  background: none;
}
.range-datepicker .ui-datepicker-title {
  flex-grow: 1;
  order: 0;
  margin: 0;
  color: #363a47;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  text-align: left;
}
.range-datepicker .ui-datepicker-title .ui-datepicker-month {
  text-transform: capitalize;
}
.range-datepicker .ui-datepicker-prev,
.range-datepicker .ui-datepicker-next {
  position: relative;
  inset: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: #f9fbff;
}
.range-datepicker .ui-datepicker-prev span,
.range-datepicker .ui-datepicker-next span {
  display: none;
}
.range-datepicker .ui-datepicker-prev::before,
.range-datepicker .ui-datepicker-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #6d778b;
  font-size: 9px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  line-height: 1;
  opacity: 0.26;
  speak: none;
  text-transform: none !important;
  transform: translate(-50%, -50%);
}
.range-datepicker .ui-datepicker-prev:hover,
.range-datepicker .ui-datepicker-next:hover {
  inset: 0;
  border: none;
}
.range-datepicker .ui-datepicker-prev {
  order: 1;
  margin-right: 8px;
}
.range-datepicker .ui-datepicker-prev::before {
  left: 9px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(assets/images/e170e259721b7789f478.svg) no-repeat center center;
  content: "";
}
.range-datepicker .ui-datepicker-next {
  order: 2;
}
.range-datepicker .ui-datepicker-next::before {
  left: 9px;
  display: block;
  width: 26px;
  height: 26px;
  background: url(assets/images/758ed36e9578d9dccb12.svg) no-repeat center center;
  content: "";
}
.range-datepicker .ui-datepicker-calendar {
  border: unset;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.range-datepicker .ui-datepicker-calendar .ui-state-default {
  padding-right: 7px;
  text-align: center;
}
.range-datepicker .ui-datepicker-calendar .ui-state-highlight {
  border: none;
}
.range-datepicker .ui-datepicker-calendar .ui-state-active {
  border: unset;
  background: unset;
  box-shadow: unset;
  color: #363a47;
}
.range-datepicker .ui-datepicker-calendar thead {
  background-image: unset;
  color: #a8b1b7;
}
.range-datepicker .ui-datepicker-calendar thead th {
  padding: 10px 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}
.range-datepicker .ui-datepicker-calendar tbody tr {
  padding: 10px 0;
}
.range-datepicker .ui-datepicker-calendar tbody tr td {
  width: 10%;
  padding: 1px 5px;
  font-size: 16px;
}
.range-datepicker .ui-datepicker-calendar tbody tr td a {
  border: none;
  background: none;
  color: #363a47;
  opacity: 1;
  text-align: left;
}
.range-datepicker .ui-datepicker-calendar tbody tr td:nth-child(6),
.range-datepicker .ui-datepicker-calendar tbody tr td:nth-child(7) {
  opacity: 1;
}
.range-datepicker .ui-datepicker-calendar tbody tr td:nth-child(6):not(.selected-start, .selected-end) a,
.range-datepicker .ui-datepicker-calendar tbody tr td:nth-child(7):not(.selected-start, .selected-end) a,
.range-datepicker .ui-datepicker-calendar tbody tr td:nth-child(6):not(.selected-start, .selected-end) span,
.range-datepicker .ui-datepicker-calendar tbody tr td:nth-child(7):not(.selected-start, .selected-end) span {
  color: #da1f2a;
}
.range-datepicker .ui-datepicker-calendar tbody tr td:nth-child(6).ui-state-disabled,
.range-datepicker .ui-datepicker-calendar tbody tr td:nth-child(7).ui-state-disabled {
  opacity: 0.35;
}
.range-datepicker .ui-datepicker-calendar tbody tr td:first-child:not(.selected-end),
.range-datepicker .ui-datepicker-calendar tbody tr td:first-child:not(.selected-start) {
  border-radius: 14px 0 0 14px;
}
.range-datepicker .ui-datepicker-calendar tbody tr td:last-child.selected:not(.selected-end),
.range-datepicker .ui-datepicker-calendar tbody tr td:last-child.selected:not(.selected-start) {
  border-radius: 0 14px 14px 0;
}
.range-datepicker .ui-datepicker-calendar tbody tr .selected {
  background-color: #f2f2f2;
  color: #363a47;
}
.range-datepicker .ui-datepicker-calendar tbody tr .selected a {
  color: #363a47;
}
.range-datepicker .ui-datepicker-calendar tbody tr .selected-start,
.range-datepicker .ui-datepicker-calendar tbody tr .selected-end {
  position: relative;
  z-index: 0;
  background-color: unset;
}
.range-datepicker .ui-datepicker-calendar tbody tr .selected-start::before,
.range-datepicker .ui-datepicker-calendar tbody tr .selected-end::before {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 50%;
  height: 100%;
  background: none;
  content: "";
}
.range-datepicker .ui-datepicker-calendar tbody tr .selected-start::after,
.range-datepicker .ui-datepicker-calendar tbody tr .selected-end::after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 2px;
  width: 30px;
  height: 100%;
  border-radius: 14px;
  background: #da1f2a;
  content: "";
}
.range-datepicker .ui-datepicker-calendar tbody tr .selected-start a,
.range-datepicker .ui-datepicker-calendar tbody tr .selected-end a {
  color: #ffffff;
}
.range-datepicker .ui-datepicker-calendar tbody tr .selected-start:not(.selected-end)::before,
.range-datepicker .ui-datepicker-calendar tbody tr .selected-end:not(.selected-start)::before {
  background: #f2f2f2;
}
.range-datepicker .ui-datepicker-calendar tbody tr .selected-start::before {
  right: 0;
}
.range-datepicker .ui-datepicker-calendar tbody tr .selected-end::before {
  left: 0;
}
.range-datepicker .ui-datepicker-calendar tbody .ui-state-disabled span {
  border: none;
  background: none;
  text-align: left;
}
.range-datepicker .ui-datepicker-calendar tbody .ui-state-disabled.selected-start span,
.range-datepicker .ui-datepicker-calendar tbody .ui-state-disabled.selected-end span {
  color: #ffffff;
}
.range-datepicker .ui-datepicker-other-month {
  opacity: 1;
}
.range-datepicker .ui-datepicker-other-month a,
.range-datepicker .ui-datepicker-other-month span {
  color: #cccccc !important;
}
.range-datepicker .ui-datepicker-other-month.selected-end a,
.range-datepicker .ui-datepicker-other-month.selected-start a,
.range-datepicker .ui-datepicker-other-month.selected-end span,
.range-datepicker .ui-datepicker-other-month.selected-start span {
  color: #ffffff !important;
}
/* stylelint-disable */
.dropdown + .select2 .select2-selection--single.select2-selection {
  height: 42px;
}
.dropdown + .select2 .select2-selection--single.select2-selection:hover:not([aria-disabled="true"]) {
  border-color: #6D778B;
}
.dropdown + .select2 .select2-selection--single.select2-selection .select2-selection__rendered {
  line-height: 40px;
}
.dropdown + .select2 .select2-selection--single.select2-selection.select2-dropdown--cut-text .select2-selection__rendered {
  text-overflow: clip;
  margin-right: 32px;
}
.dropdown + .select2 .select2-selection--single.select2-selection.select2-selection--with-label .select2-selection__rendered {
  line-height: 22px;
}
.dropdown + .select2 .select2-selection--single.select2-selection.select2-selection--dark-text .select2-selection__rendered {
  color: #363A47;
}
.dropdown + .select2.select2-container--below .select2-selection .select2-selection__rendered,
.dropdown + .select2.select2-container--focus .select2-selection .select2-selection__rendered {
  color: #363A47;
}
.dropdown + .select2 .select2-selection--with-label .select2-selection__rendered {
  padding-top: 14px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.dropdown + .select2 .select2-selection--multiple {
  min-height: 42px;
}
.dropdown + .select2 .select2-selection--multiple .select2-search__field {
  height: 30px;
  line-height: 20px;
}
.dropdown--selected + .select2 .select2-selection--single.select2-selection .select2-selection__rendered {
  color: #363A47;
}
.dropdown.text-error + .select2 .select2-selection--single.select2-selection {
  border-color: #F95721;
}
.dropdown.text-error + .select2 .select2-selection--single.select2-selection .select2-selection__rendered {
  color: #F95721;
}
.dropdown ~ .text-error {
  padding: 4px 0 0;
  color: #F95721;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}
.select2-dropdown--hide-placeholder-option .select2-results__option:first-child {
  display: none;
}
.dropdown--disabled + .select2 {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dropdown--disabled + .select2 .select2-selection--single {
  border: 1px solid #E0E0E0;
}
.dropdown--disabled + .select2 .select2-selection--single.select2-selection .select2-selection__rendered {
  color: #CCCCCC;
}
.dropdown--disabled + .select2 .select2-selection--single .select2-selection__arrow {
  opacity: 0.4;
}
.dropdown--small + .select2 .select2-selection--single.select2-selection {
  height: 36px;
}
.dropdown--small + .select2 .select2-selection--single.select2-selection .select2-selection__rendered {
  line-height: 34px;
}
.dropdown--small + .select2 .select2-selection--multiple {
  min-height: 36px;
}
.dropdown--small + .select2 .select2-selection--multiple .select2-search__field {
  height: 24px;
  line-height: 14px;
}
.dropdown--small + .select2 .select2-selection--with-label .select2-selection__rendered {
  padding-top: 12px;
}
.dropdown[multiple] + .select2 .select2-selection--single {
  height: auto;
}
.dropdown.text-error + .select2 .select2-selection {
  border-color: #F95721;
}
.dropdown.dropdown--max-width + .select2 {
  width: 100%;
  max-width: 100%;
}
.select2-container--custom {
  display: block;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.select2-container--custom .select2-selection--single {
  padding-right: 40px;
  border: 1px solid #A8B1B7;
  border-radius: 6px;
  background-color: #FFFFFF;
  box-shadow: none;
  outline: 0;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}
.select2-container--custom .select2-selection--single:hover {
  border-color: #6D778B;
}
.select2-container--custom .select2-selection--single.select2-selection .select2-selection__rendered {
  color: #363A47;
  padding-inline: 12px 32px;
  text-overflow: initial;
}
.select2-container--custom .select2-selection--single .select2-selection__clear {
  height: 26px;
  margin-right: 20px;
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--custom .select2-selection--single .select2-selection__placeholder {
  color: #6D778B;
}
.select2-container--custom .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 1px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: transparent;
  transform: translateY(-50%);
}
.select2-container--custom .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  background-color: #6D778B;
  -webkit-mask: url(assets/images/23d5860ea878af4dfeea.svg) no-repeat 50% 50%;
          mask: url(assets/images/23d5860ea878af4dfeea.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  transform: translateY(-50%) rotate(0);
  transition: transform ease 0.2s;
}
.select2-container--custom .select2-search__field {
  width: 100%;
  height: 42px;
  padding: 10px 38px 10px 14px;
  border: 1px solid #A8B1B7;
  border-radius: 6px;
  background: no-repeat right 14px center url(assets/images/284111babdbdb438c65d.svg);
  color: #363A47;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.select2-container--custom.select2-container--open .select2-selection__placeholder {
  color: #363A47;
}
.select2-container--custom.select2-container--open .select2-selection--single {
  border-color: #6D778B;
}
.select2-container--custom.select2-container--open b {
  transform: translateY(-50%) rotate(180deg);
  transition: transform ease 0.2s;
}
.select2-container--custom.select2-container--disabled .select2-selection--single {
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  color: #CCCCCC;
  cursor: default;
}
.select2-container--custom.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #CCCCCC;
}
.select2-container--custom.select2-container--disabled .select2-selection__arrow b {
  background-color: #E0E0E0;
}
.select2-container--custom .select2-selection--multiple {
  position: relative;
  padding: 5px 5px 0;
  border: 1px solid #A8B1B7;
  border-radius: 4px;
  background-color: #FFFFFF;
  cursor: text;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select2-container--custom .select2-selection--multiple:hover {
  border-color: #6D778B;
  color: #363A47;
}
.select2-container--custom .select2-search--inline {
  width: 100%;
  vertical-align: top;
}
.select2-container--custom .select2-search--inline .select2-search__field {
  height: 34px;
  padding: 5px 0;
  margin: 0;
  background: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.select2-container--custom .select2-selection__choice {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  padding: 5px 32px 5px 12px;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #F2F2F2;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--custom .select2-selection__choice__display {
  cursor: default;
}
.select2-container--custom .select2-selection__choice__remove {
  position: absolute;
  top: 50%;
  right: 12px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}
.select2-container--custom .select2-selection__choice__remove::before {
  width: 30px;
  height: 100%;
  content: url(assets/images/f4339b31337820328a75.svg);
}
.select2-container--custom .select2-selection__choice__remove span {
  display: none;
}
.select2-container--custom .select2-contain.select2-selection--multiple .select2-selection__clear {
  margin-right: auto;
  margin-left: 10px;
  float: left;
}
.select2-container--custom .select2-container--disabled .select2-selection--multiple {
  border: 1px solid #F2F2F2;
  background: #FFFFFF;
  color: #CCCCCC;
  cursor: default;
}
.select2-container--custom .select2-container--disabled .select2-selection--multiple:hover {
  border-color: #F2F2F2;
  background: #FFFFFF;
  color: #CCCCCC;
}
.select2-container--custom .select2-container--disabled .select2-selection__choice__display {
  margin-right: 0;
}
.select2-container--custom .select2-search--dropdown {
  padding: 14px 14px 8px;
}
.select2-container--custom .select2-dropdown--no-search .select2-search--dropdown {
  display: none;
}
.select2-container--custom .select2-dropdown--scrollable .select2-results .select2-results__options {
  max-height: 240px;
}
.select2-container--custom .select2-dropdown {
  background-color: #FFFFFF;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  overflow: hidden;
  z-index: 1000;
  top: 4px;
}
.select2-container--custom .select2-dropdown--above,
.select2-container--custom .select2-dropdown--below {
  box-shadow: 0 2px 4px rgba(40, 41, 61, 0.04), 0 8px 16px rgba(96, 97, 112, 0.16);
}
.select2-container--custom .select2-results__option {
  list-style: none;
  padding: 12px;
  color: #363A47;
  position: relative;
  overflow-wrap: break-word;
}
.select2-container--custom .select2-results__option::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  height: 1px;
  background-color: #F2F2F2;
}
.select2-container--custom .select2-results__option:first-child::before {
  display: none;
}
.select2-container--custom .select2-results__option--group {
  padding: 0;
}
.select2-container--custom .select2-results__option--disabled,
.select2-container--custom .select2-results__option--not-active {
  color: #CCCCCC;
}
.select2-container--custom .select2-results__option--selected {
  background-color: #F9F9F9;
}
.select2-container--custom .select2-results__text {
  color: #CCCCCC;
  margin-bottom: 4px;
}
.select2-container--custom .select2-results__subtext {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  color: #363A47;
}
.select2-container--custom .select2-results__option--highlighted.select2-results__option--selectable {
  background: #E6F7FF;
  color: #3DA3E2;
}
.select2-container--custom .select2-results__option--highlighted.select2-results__option--selectable::before,
.select2-container--custom .select2-results__option--highlighted.select2-results__option--selectable + .select2-results__option::before {
  display: none;
}
.select2-container--custom .select2-results__group {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: normal;
  line-height: 26px;
  cursor: default;
  display: block;
  padding: 12px 12px 0;
}
.select2-container--custom .select2-results > .select2-results__options {
  max-height: 384px;
  overflow-y: auto;
}
@supports (-moz-appearance:none) {
  .select2-container--custom .select2-results > .select2-results__options {
    scrollbar-color: #E0E0E0 #F9F9F9;
    scrollbar-width: thin;
  }
}
.select2-container--custom .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.select2-container--custom .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #F9F9F9;
  border-radius: 3px;
}
.select2-container--custom .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #E0E0E0;
  border-radius: 3px;
}
.select2-container--custom .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #A8B1B7;
}
@supports (-moz-appearance:none) {
  .select2-container--custom .select2-results > .select2-results__options {
    scrollbar-width: thin;
    scrollbar-color: #E0E0E0 #F9F9F9;
  }
}
#to_waitinglist_link {
  display: none;
}
.zoomContainer {
  z-index: 300;
}
.b-btn--help .b-help__info--bottom {
  bottom: 40px;
  width: 205px;
  margin-left: -59px;
}
.b-logoVipSearch {
  margin-bottom: 10px;
}
.b-logoVipSearch .b-logo {
  max-height: 71px;
  margin: 10px 45px 10px 0;
}
.b-logoVipSearch .b-logo--right {
  max-width: 120px;
  margin: 0;
  float: right;
}
.b-section {
  padding-bottom: 30px;
}
.b-section__top {
  height: 30px;
  padding: 0 15px;
  border: 1px solid #eeeeee;
  background: #eeeeee;
  color: #000000;
  font-size: 16px;
  line-height: 30px;
}
.b-section__link {
  float: right;
  font-size: 12px;
}
.b-section__content {
  padding: 0 15px;
}
.b-section__content--table {
  padding: 0;
}
.b-section__content--table .b-table {
  width: 100%;
}
.b-section__content--table .b-div__cell {
  padding: 3px 15px;
  color: #646464;
}
.b-section__content--table .b-div__row + .b-div__row {
  border-top: 1px solid #dddddd;
}
.b-section__text.b-div__row > .b-div__cell {
  padding-top: 5px;
  color: #000000;
}
.b-pageSection__top {
  display: table;
  width: 100%;
  min-height: 48px;
  padding-top: 5px;
  background: #eeeeee;
  color: #000000;
}
.b-pageSection__top__title {
  display: block;
  width: 40%;
  padding-right: 10px;
  float: left;
  font-size: 14px;
  line-height: 40px;
  vertical-align: middle;
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-pageSection__top__content,
.b-pageSection__top__content.b-table {
  width: 60%;
  float: left;
}
.b-pageSection__top__item {
  display: table-cell;
  font-size: 13px;
  vertical-align: middle;
}
.b-container--main__inner .b-pageSection__top {
  padding-top: 3px;
  margin-bottom: 15px;
}
.b-container--main__inner .b-pageSection__top--vip-cart {
  margin-bottom: 24px;
}
.b-topMenu--vip {
  width: 100%;
}
.b-container--vip .b-container__menu {
  margin-bottom: 5px;
}
.b-container--vip .b-container__menu::before,
.b-container--vip .b-container__menu::after {
  display: table;
  content: "";
}
.b-container--vip .b-container__menu::after {
  clear: both;
}
.b-container--vip .b-container__menu .b-catalogCategories {
  top: 38px;
}
.b-container--vip .b-container__menu .b-topMenu__item--link {
  line-height: 37px;
}
.b-container--vip .b-logo--right {
  max-width: 140px;
}
.b-container--vip .b-logo {
  margin: 0;
}
.b-back__window .b-popup--vip hr {
  border-bottom: 1px solid #cccccc;
}
.b-back__window .b-popup--vip .b-form__label {
  margin-bottom: 5px;
}
.b-back__window .b-popup--vip .b-btn + .b-btn {
  margin-left: 10px;
}
.b-back__window .b-popup--vip .b-content-title {
  padding-bottom: 5px;
  padding-left: 0;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  text-align: center;
  word-break: break-word;
}
.b-back__window .b-popup--vip .b-content-title.big {
  padding-bottom: 10px;
}
.b-back__window .b-popup--vip .b-content-title + .b-description {
  margin-top: -5px;
}
.b-back__window .b-popup--vip label.text-error {
  font-size: 13px;
}
.b-back__window .b-popup--vip .b-treelistVip {
  max-height: 300px;
  overflow-y: scroll;
}
.b-tooltip--help {
  min-width: 255px;
  padding-right: 18px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
}
.b-form__editBlock {
  padding: 10px;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}
.b-input__date-wrapper {
  display: inline-block;
  width: 133px;
  line-height: 30px;
  vertical-align: top;
}
.b-input__errorDown {
  vertical-align: top;
}
.b-input__errorDown.text-error {
  display: inline-block;
}
.b-input__errorDown ~ .text-error {
  line-height: normal;
}
.b-form__input-text.text-error {
  color: #af0025;
}
.b-address__add--PageWrapper.searching {
  max-height: 250px;
  overflow-y: auto;
}
.b-inputErrorSmall input {
  vertical-align: top;
}
.b-inputErrorSmall input.text-error {
  display: inline-block;
}
.b-inputErrorSmall input ~ .text-error {
  line-height: normal;
}
.b-inputErrorSmall label.text-error {
  font-size: 12px;
  line-height: 20px;
}
.b-form__inn .b-form__input-text {
  width: 180px;
}
.b-tabList {
  display: block;
}
.b-tabList__item {
  display: block;
  color: #0078c3;
  font-size: 14px;
  line-height: 28px;
}
.b-tabList__item.active {
  color: #999999;
}
.b-init__block .b-content-title {
  padding-left: 0;
}
.b-init__block .b-content__block {
  padding-left: 0;
}
.b-unitList__item {
  padding-left: 15px;
}
.b-unitList__item--select:hover {
  cursor: pointer;
  text-decoration: underline;
}
.b-treelistVip .b-unitList__item .ul-treefree__li {
  padding: 0 0 0 10px;
}
.b-treelistVip .b-unitList__item .ul-treefree__li::before {
  width: 8px;
  height: 11px;
}
.searching.b-treelistVip .ul-treefree .ul-treefree {
  padding-left: 0;
}
.searching.b-treelistVip .ul-treefree__li {
  padding: 0;
  border: none;
}
.searching.b-treelistVip .ul-treefree__li::before {
  display: none;
}
.searching .b-unitList__item {
  padding-left: 0;
}
.b-addressList--short {
  max-height: 300px;
  overflow-y: auto;
}
.b-errorPage__content {
  padding-top: 10px;
  padding-bottom: 20px;
  border: 1px solid #af0025;
}
#globalMessages + .b-errorPage__content {
  margin-top: -10px;
}
.b-widget .b-gallery__button--back {
  top: 50%;
  left: 0;
}
.b-widget .b-gallery__button--back div {
  top: auto;
  bottom: auto;
  background-position: -79px -175px;
}
.b-widget .b-gallery__button--back:hover div {
  background-position: -79px -211px;
}
.b-widget .b-gallery__button--back.disable:hover div {
  background-position: -79px -175px;
}
.b-widget .b-gallery__button--next {
  top: 50%;
  right: 0;
}
.b-widget .b-gallery__button--next div {
  top: auto;
  bottom: auto;
  background-position: -98px -175px;
}
.b-widget .b-gallery__button--next:hover div {
  background-position: -98px -211px;
}
.b-widget .b-gallery__button--next.disable:hover div {
  background-position: -98px -175px;
}
.b-widget .b-quickSell__productImg {
  height: 200px;
}
.b-widget .b-quickSell__productImg > img {
  width: 200px;
  height: 200px;
}
.b-widget .b-quickSell .b-menu--horizontal {
  max-height: 380px;
}
.b-widget .b-quickSell .b-menu__item {
  height: 380px;
  background-image: url(assets/images/0a772a4ad1748bcc9a27.png);
  background-position: right center;
  background-repeat: no-repeat;
  text-wrap: normal;
  white-space: normal;
  word-wrap: normal;
}
.b-widget .b-quickSell .b-menu__item:last-child {
  background-image: none;
}
.b-gallery--images {
  overflow: hidden;
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
}
.b-gallery--images .b-gallery__item-content {
  display: table;
  border: 1px solid #dddddd;
  background: #ffffff;
  text-align: center;
  vertical-align: middle;
}
.b-gallery--images .b-gallery__item-content img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.b-gallery--images .b-gallery__item-img {
  display: table-cell;
  vertical-align: middle;
}
.b-gallery--images.tiny > .ps-item._hidden {
  display: none;
}
.b-gallery--images.tiny > .ps-item {
  float: left;
}
.b-gallery--images.tiny .ps-item {
  width: 20%;
  text-align: center;
}
.b-gallery--images.tiny .b-gallery__item-content {
  width: 96%;
  height: 74px;
  margin: 0 1%;
}
.b-gallery--images.tiny .slick-arrow {
  width: 10px;
  height: 16px;
  margin-top: -8px;
}
.b-gallery--images.tiny .slick-arrow::before {
  width: 10px;
  height: 16px;
}
.b-gallery--images.tiny .slick-prev::before {
  background-position: -152px -18px;
}
.b-gallery--images.tiny .slick-prev.disable::before {
  background-position: -138px -18px;
}
.b-gallery--images.tiny .slick-next::before {
  background-position: -152px 1px;
}
.b-gallery--images.tiny .slick-next.disable::before {
  background-position: -138px 1px;
}
.b-gallery--images.tiny .slick-list {
  left: 2%;
  display: inline-block;
  width: 96%;
}
.b-subscribe__block {
  padding: 5px 15px;
  border: 1px solid #dddddd;
  margin-top: 60px;
  background: #eeeeee;
  line-height: 30px;
}
.b-subscribe__block label.text--error {
  font-size: small;
  line-height: normal;
}
.b-container-b2c .b-topMenu {
  margin-bottom: 5px;
}
.b-btn.unit-name {
  overflow: hidden;
  font-size: 10px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-additional-product-list .slick-arrow {
  top: -21px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  opacity: 1;
}
.b-additional-product-list .slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.b-additional-product-list .slick-next {
  right: 35px;
}
.b-additional-product-list .slick-next::before {
  width: 24px;
  height: 24px;
  background: url(assets/images/aaa357c9f20eafdb18cd.svg) 1px 0 no-repeat;
}
.b-additional-product-list .slick-prev {
  right: 65px;
  left: auto;
}
.b-additional-product-list .slick-prev::before {
  width: 24px;
  height: 24px;
  background: url(assets/images/f7f96a4c5ac6c8158846.svg) 0 0 no-repeat;
}
@keyframes spinner-line-fade-more {
  0%,
  100% {
    opacity: 0;
    /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
@keyframes spinner-line-fade-quick {
  0%,
  39%,
  100% {
    opacity: 0.25;
    /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}
@keyframes spinner-line-fade-default {
  0%,
  100% {
    opacity: 0.22;
    /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
@keyframes spinner-line-shrink {
  0%,
  25%,
  100% {
    opacity: 0.25;
    /* minimum scale and opacity */
    transform: scale(0.5);
  }
  26% {
    opacity: 1;
    transform: scale(1);
  }
}
.webim-button-custom {
  position: fixed;
  right: calc(2% - 1.2px);
  bottom: calc(3% - 1.8px);
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 5px;
  background: #3DA3E2;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.webim-button-custom:hover {
  transform: scale(1.1);
}
.webim-button-custom__icon {
  fill: #FFFFFF;
  fill-rule: evenodd;
}
.zingaya-link-custom {
  position: fixed;
  right: calc(5.2% + 24px);
  bottom: calc(3% - 1.8px);
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 5px;
  background: #27AE60;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.zingaya-link-custom:hover {
  transform: scale(1.1);
}
.zingaya-link-custom__icon {
  fill: #FFFFFF;
  fill-rule: evenodd;
}
.detailed-slider__additional-pagination-control--hidden {
  display: none !important;
}
.detailed-slider__pagination-control.slick-disabled {
  pointer-events: none;
}
.slick-arrow.slick-disabled {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.navbar-horizontal {
  display: flex;
  flex: 1;
  align-items: center;
}
.navbar-horizontal__container {
  display: flex;
  flex: 1;
}
.navbar-horizontal__color-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 11px 11px 0 0;
  border-style: solid;
  border-color: transparent;
}
.navbar-horizontal__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-right: 4px;
  background-color: #6D778B;
}
.navbar-horizontal__icon--background-color-white {
  background-color: #FFFFFF;
}
.navbar-horizontal__item-name {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  max-height: 30px;
  flex: 0 1 auto;
  margin-right: auto;
  color: #363A47;
  white-space: pre-wrap;
}
.navbar-horizontal__arrow {
  min-width: 28px;
  padding-left: 4px;
  fill: #A8B1B7;
}
.navbar-horizontal__submenu {
  position: absolute;
  z-index: 301;
  top: 36px;
  left: 0;
  display: none;
  width: 250px;
  padding: 16px 24px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(40, 41, 61, 0.08), 0 20px 32px rgba(96, 97, 112, 0.24);
}
.navbar-horizontal__link {
  width: 100%;
}
.navbar-horizontal__item {
  position: relative;
  display: flex;
  flex: 1 auto;
  border-radius: 4px;
  margin-right: 8px;
}
.navbar-horizontal__item:last-of-type {
  margin-right: 0;
}
.navbar-horizontal__item--pointer {
  cursor: pointer;
}
.navbar-horizontal__item:hover {
  background-color: #F9F9F9;
}
.navbar-horizontal__item:hover .navbar-horizontal__submenu {
  display: block;
}
.navbar-horizontal__item:hover .navbar-horizontal__arrow {
  padding-right: 4px;
  padding-left: 0;
  transform: rotate(180deg);
}
.navbar-horizontal__item-container {
  position: relative;
  display: flex;
  height: 36px;
  flex: 1;
  align-items: center;
  padding: 0 6px;
  border-radius: 4px;
  cursor: pointer;
}
.navbar-horizontal__item-container:hover .navbar-horizontal__item-name {
  color: #DA1F2A;
}
.navbar-horizontal__item-container:hover .navbar-horizontal__icon {
  background-color: #DA1F2A;
}
.navbar-horizontal__submenu-link {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  display: block;
  color: #6D778B;
  word-wrap: break-word;
}
.navbar-horizontal__submenu-link:hover {
  color: #DA1F2A;
}
.navbar-horizontal__submenu-item {
  margin-bottom: 12px;
}
.navbar-horizontal__submenu-item:last-of-type {
  margin-bottom: 0;
}
.favorite-counter {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: flex-end;
  margin-right: 25px;
  float: right;
}
.favorite-counter__icon {
  fill: #6D778B;
  fill-rule: evenodd;
}
.favorite-counter__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  color: #6D778B;
}
.favorite-counter__link:hover {
  color: #DA1F2A;
}
.favorite-counter__link:hover .favorite-counter__icon {
  fill: #DA1F2A;
}
.favorite-counter__icon-group {
  position: relative;
  display: flex;
}
.favorite-counter__count {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  padding: 0 4px;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  background: #DA1F2A;
  color: #FFFFFF;
}
.favorite-counter__count--hidden {
  display: none;
}
.orders {
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: flex-end;
  margin-right: 25px;
  float: right;
}
.orders__icon {
  fill: #6D778B;
  fill-rule: evenodd;
}
.orders__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  color: #6D778B;
}
.orders__link:hover {
  color: #DA1F2A;
}
.orders__link:hover .orders__icon {
  fill: #DA1F2A;
}
.login-account {
  position: relative;
  display: flex;
  height: 42px;
  align-items: center;
  justify-content: flex-end;
  margin-right: 25px;
  float: right;
}
.login-account__indicator {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background-color: #DA1F2A;
}
.login-account__icon {
  fill: #6D778B;
  fill-rule: evenodd;
}
.login-account__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  color: #6D778B;
}
.login-account__link:hover {
  color: #DA1F2A;
}
.login-account__link:hover .login-account__icon {
  fill: #DA1F2A;
}
.login-account__link--anonymous:hover {
  color: inherit;
}
.login-account__tooltip-info {
  display: none;
}
.login-account__icon-group {
  position: relative;
  display: flex;
}
.login-account__icon-exclamation {
  position: absolute;
  top: 0;
  left: 13px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #FFFFFF;
  border-radius: 16px;
  background: #27AE60;
}
.login-account__point {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.login-account__name {
  overflow: hidden;
  max-width: 65px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.login-account__title {
  position: relative;
  padding-right: 22px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.login-account__title--line-height-18 {
  line-height: 18px;
}
.login-account__icon-arrow {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 13px;
  height: 8px;
  background: url(assets/images/daa0c3bff6f8206382a2.png) no-repeat;
}
.personal-menu {
  z-index: 3;
  display: none;
  padding: 16px;
  background: #FFFFFF;
  box-shadow: rgba(96, 97, 112, 0.24);
}
.personal-menu__notifications-count {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  border-radius: 16px;
  background-color: #DA1F2A;
  color: #FFFFFF;
  padding-inline: 4px;
}
.personal-menu__list {
  padding: 0 12px;
}
.personal-menu__list--vip {
  min-width: 247px;
  padding: 10px 12px;
}
.personal-menu__icon {
  height: 40px;
  fill: #6D778B;
  fill-rule: evenodd;
}
.personal-menu__icon--vip {
  height: 28px;
}
.personal-menu__item {
  position: relative;
  padding: 2px 0;
}
.personal-menu__item:hover {
  /* stylelint-disable no-descending-specificity */
}
.personal-menu__item:hover .personal-menu__link--vip {
  color: #DA1F2A;
}
.personal-menu__item:hover .personal-menu__icon {
  fill: #DA1F2A;
}
.personal-menu__item--first {
  padding: 2px 0 4px;
}
.personal-menu__item--first::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #6D778B;
  content: "";
}
.personal-menu__item--last {
  padding: 4px 0 2px;
}
.personal-menu__item--last::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  border-top: 1px solid #6D778B;
  content: "";
}
.personal-menu__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  align-items: center;
  color: #000000;
  font-family: 'Fira Sans', sans-serif;
  gap: 8px;
}
.personal-menu__link--vip {
  color: #363A47;
  font-size: 14px;
  line-height: 28px;
}
.personal-menu__link-text {
  margin-top: 2px;
}
.choice-order-type-menu {
  display: flex;
  width: 52px;
  height: 42px;
  flex-direction: row-reverse;
  margin-right: 24px;
  margin-left: auto;
  color: #646464;
}
.choice-order-type-menu__header {
  display: flex;
  font-family: 'Fira Sans', sans-serif;
  line-height: 40px;
}
.choice-order-type-menu__header-link {
  display: flex;
  align-items: center;
  fill: #6D778B;
  fill-rule: evenodd;
}
.choice-order-type-menu__header-link--arrow {
  width: 20px;
  height: 42px;
  background: url(assets/images/daa0c3bff6f8206382a2.png) no-repeat right 3px;
  background-position: center center;
}
.choice-order-type-menu__header-link--arrow-top {
  transform: rotate(180deg);
}
.choice-order-type-menu__header-link--selected {
  margin-right: 8px;
}
.choice-order-type-menu:hover .choice-order-type-menu__header-link--arrow {
  transform: rotate(180deg);
}
.skeleton {
  max-width: 985px;
  background: #FFFFFF;
}
.skeleton--universal-carousel {
  margin-bottom: 40px;
}
.skeleton--facets {
  position: absolute;
  z-index: 2;
  max-width: 1009px;
  inset: -80px -11px 0;
  opacity: 0.5;
  animation: shimmer 3s infinite linear;
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
  border-radius: 0;
}
.skeleton--facets-search {
  top: 48px;
  border-radius: 8px;
}
.skeleton--hide {
  display: none;
}
.skeleton--show {
  display: block;
}
.skeleton--search-autocomplete {
  padding: 8px 8px 4px;
  background: none;
}
.skeleton--search-autocomplete.skeleton--hide {
  position: absolute;
  opacity: 0;
}
.skeleton--full-width {
  max-width: none;
}
.skeleton--product-media {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.skeleton__headline,
.skeleton__tag,
.skeleton__product,
.skeleton__select,
.skeleton__image,
.skeleton__description,
.skeleton__price-section,
.skeleton__price,
.skeleton__scenario-availability,
.skeleton__tabs,
.skeleton__full-width-banner,
.skeleton__button,
.skeleton__product-image {
  animation: shimmer 3s infinite linear;
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
  border-radius: 8px;
}
.skeleton__headline {
  width: 312px;
  height: 32px;
  margin-bottom: 14px;
}
.skeleton__headline--margin-l {
  margin-bottom: 24px;
}
.skeleton__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.skeleton__tag {
  display: inline-block;
  width: 156px;
  height: 32px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.skeleton__tag--big {
  width: 278px;
}
.skeleton__tabs {
  width: 480px;
  height: 40px;
  margin-bottom: 24px;
}
.skeleton__products {
  display: flex;
  justify-content: space-between;
}
.skeleton__products--search-autocomplete:last-child {
  margin-bottom: 0;
}
.skeleton__product {
  width: 228px;
  height: 367px;
}
.skeleton__product--detailed {
  height: 573px;
}
.skeleton__price-section {
  width: 100%;
  height: 227px;
}
.skeleton__price-section--with-margin-bottom {
  margin-bottom: 12px;
}
.skeleton__price-section--navigation {
  height: 72px;
}
.skeleton__scenario-availability {
  width: 100%;
  height: 58px;
}
.skeleton__select {
  width: inherit;
  height: 42px;
}
.skeleton__select--small {
  height: 36px;
}
.skeleton__image {
  width: 36px;
  height: 36px;
}
.skeleton__description {
  display: block;
  width: 195px;
  height: 30px;
}
.skeleton__price {
  width: 100px;
  height: 24px;
}
.skeleton__button {
  width: 69px;
  height: 24px;
}
.skeleton__full-width-banner {
  width: 100%;
  height: 60px;
}
.skeleton__product-image {
  width: 312px;
  height: 312px;
}
.skeleton__thumbnails {
  display: flex;
  gap: 8px;
}
.link {
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #1390DF;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 768px) {
  .link {
    color: #DA1F2A;
    border: none;
  }
}
@media (hover: hover) {
  .link:hover,
  .link:visited:hover {
    border-color: #1390DF;
    color: #1390DF;
  }
}
.link--hidden {
  display: none;
}
.link--small {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.link--inline-flex {
  display: inline-flex;
  vertical-align: text-bottom;
}
.link--uppercase {
  text-transform: uppercase;
}
.link--size-16 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.link--size-14 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.link--size-13 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.link--size-11 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}
.link--in-chips {
  align-self: flex-start;
  padding-top: 5px;
  margin-bottom: 12px;
  cursor: pointer;
}
.link--dashed {
  border-bottom: 1.5px dashed rgba(19, 144, 223, 0.4);
}
@media (max-width: 768px) {
  .link--dashed {
    border-color: currentColor;
  }
}
.link--dashed:visited {
  border-color: rgba(19, 144, 223, 0.4);
  color: #1390DF;
}
@media (max-width: 768px) {
  .link--dashed:visited {
    border-color: #DA1F2A;
    color: #DA1F2A;
  }
}
@media (hover: hover) {
  .link--dashed:hover {
    border-color: #1390DF;
    color: #1390DF;
  }
}
@media (max-width: 768px) {
  .link--mobile-accent {
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #6D778B;
    text-decoration: underline;
    border: none;
  }
  .link--mobile-accent:visited,
  .link--mobile-accent:hover {
    color: #6D778B;
  }
}
.link--inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.header__menu-row {
  display: flex;
  min-height: 50px;
  margin-bottom: 14px;
}
.header__vertical-navigation {
  margin-right: 13px;
}
.header__horizontal-navigation {
  display: flex;
  flex-grow: 1;
}
.header__logo-search {
  display: flex;
}
.header__logo-search--center {
  align-items: center;
}
.header__menu-search {
  flex-grow: 1;
}
.header__logo-link {
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #363A47;
}
.catalog-menu-wrap {
  position: relative;
  z-index: 202;
  width: 240px;
}
.catalog-menu-wrap--sticky {
  z-index: 302;
}
.catalog-menu-main-container {
  width: 260px;
}
.catalog-menu-wrap__skeleton {
  animation: shimmer 3s infinite linear;
  background-image: linear-gradient(to right, #F9F9F9 0%, #E0E0E0 20%, #F9F9F9 40%, #F9F9F9 100%);
  background-size: 1000px 100%;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  inset: 0;
}
.catalog-menu-wrap__skeleton + .seo-catalog-menu {
  overflow: hidden;
  height: 50px;
  visibility: hidden;
}
.b-header--print {
  display: none;
}
.b-header-tab {
  overflow: hidden;
  height: 45px;
  border-top: 1px solid #566874;
  background: #566874;
}
.b-header-tab__item {
  display: inline-block;
  height: inherit;
  padding: 0 20px;
  border-top: 3px solid #999999;
  margin-right: 3px;
  background: #eeeeee;
  font-size: 14px;
  font-weight: bold;
  line-height: 41px;
}
.b-header-tab__item.selected {
  border-color: #af0025;
  background-color: #ffffff;
}
.b-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 104;
  top: 0;
  width: 100%;
  min-height: 43px;
  background: #FFFFFF;
  box-shadow: 0 1px #999999, 0 2px #cccccc, 0 3px #dddddd;
}
.b-header--sticky {
  position: sticky;
  top: 0;
}
.b-header--sticky .b-header__sticky-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 48px;
  width: 100%;
  position: absolute;
  top: 43px;
  overflow: hidden;
  background-color: #FFFFFF;
  transition: max-height 0.2s ease-in-out;
  box-shadow: 0 0 1px 0 rgba(40, 41, 61, 0.04), 0 2px 4px 0 rgba(96, 97, 112, 0.16);
}
.b-header--sticky .b-header__sticky-container .search-autocomplete:not(.search-autocomplete--open) .search-autocomplete__input input {
  border-width: 1px 0 1px 1px;
}
.b-header--sticky .b-header__sticky-container .search-autocomplete.search-autocomplete--open .search-autocomplete__input input {
  border-width: 2px 0 2px 2px;
}
.b-header--sticky .b-header__sticky-container .input-search {
  min-width: 742px;
  max-height: 42px;
  margin: 6px 10px 6px 0;
  order: 1;
}
.b-header--sticky .b-header__sticky-container .input-search--sticky .input__field {
  border-width: 1px 0 1px 1px;
}
.b-header--sticky .b-header__sticky-container .input-search--sticky ~ .search-autocomplete .autocomplete-menu {
  position: fixed;
}
.b-header--sticky .b-header__sticky-container .catalog-menu {
  order: 0;
}
.b-header--sticky .b-header__sticky-container .catalog-menu__main-btn {
  max-height: 48px;
}
.b-header--sticky .b-header__sticky-container .catalog-menu--open .catalog-menu__main-btn {
  max-height: 50px;
}
.b-header--sticky .b-header__sticky-container .catalog-menu--open:after {
  top: 93px;
}
.b-header--sticky .b-header__sticky-container .catalog-menu .catalog-menu__header {
  max-height: 48px;
  width: 240px;
}
.b-header--sticky .search-autocomplete-wrapper {
  order: 1;
  min-width: 742px;
}
.b-header--sticky-element-active .b-header__sticky-container {
  overflow: visible;
}
.b-header--sticky-element-active .b-header__overlay {
  height: calc(100% + 48px);
}
.b-header--sticky-scroll-down:not(.b-header--sticky-element-active) .b-header__sticky-container {
  max-height: 0;
}
.b-header__content {
  display: block;
  width: 100%;
  height: 43px;
  padding-left: calc(100vw - 100%);
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #eeeeee;
  background-color: #eeeeee;
}
.b-header__overlay {
  position: absolute;
  z-index: 302;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: calc(100% + 3px);
  background-color: #363A47;
  opacity: 0.4;
}
.b-header__overlay--show {
  display: block;
}
.b-header__overlay--show ~ .b-header__sticky-container {
  overflow: visible;
}
.b-header__bg {
  display: none;
  min-height: 43px;
  opacity: 0;
}
.b-header .b-container {
  min-width: 1000px;
}
.b-header.fixed {
  position: fixed;
}
.b-header.fixed + .b-header__bg {
  display: block;
}
.b-header__smartedit {
  display: flex;
  flex-direction: row-reverse;
}
.b-header__smartedit div[data-smartedit-component-id="Regions"] {
  flex-grow: 1;
}
.b-header div[data-cms-content-slot-name="Vip Header Slot"] {
  background-color: #eeeeee;
}
.socials {
  margin-bottom: 25px;
}
.socials__icon {
  display: inline-block;
  border-radius: 50%;
  background: #F2F2F2;
  fill: #6D778B;
  fill-rule: evenodd;
}
.socials__link {
  margin-right: 5px;
}
.footer {
  position: relative;
  margin: 0;
}
.footer--vip {
  padding: 25px 15px;
  border-top: none;
  margin-right: -20px;
  margin-left: -20px;
  background: #dddddd;
  text-align: right;
}
.footer--checkout {
  padding-top: 0;
  border-top: 1px solid #E0E0E0;
}
.footer__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px 15px 40px;
  background: #eeeeee;
}
.footer__inner--checkout {
  background: #FFFFFF;
}
.footer__text {
  display: flex;
  flex-direction: column;
}
.footer__features {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.footer__features.fixed {
  z-index: 100;
}
.footer__actions {
  display: flex;
  flex-direction: column;
}
.footer__mobile-version {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #363A47;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.footer__icon {
  fill: #6D778B;
  fill-rule: evenodd;
}
.footer__icon--mobile-version {
  margin-right: 4px;
}
.footer__cookie-notification {
  display: none;
}
.b-footerCommonMenu {
  padding-bottom: 20px;
}
.b-footerCommonMenu::before,
.b-footerCommonMenu::after {
  display: table;
  content: "";
}
.b-footerCommonMenu::after {
  clear: both;
}
.b-footerCommonMenu__item {
  width: 33.3333%;
  float: left;
}
.b-footerCommonMenu__item:last-child .b-footerCommonMenu__inner {
  border-right: 0 none;
}
.b-footerCommonMenu__inner {
  padding: 25px 15px;
  border-right: 1px solid #eeeeee;
  color: #646464;
  font-family: 'Fira Sans', sans-serif;
}
.b-footerCommonMenu__inner::before,
.b-footerCommonMenu__inner::after {
  display: table;
  content: "";
}
.b-footerCommonMenu__inner::after {
  clear: both;
}
.b-footerCommonMenu__inner .b-col + .b-col {
  padding-left: 20px;
}
.b-footerCommonMenu__h4 {
  margin-bottom: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}
.b-footerCommonMenu .b-link,
.b-footerCommonMenu .b-link a {
  color: #646464;
  text-decoration: none;
}
.form--hidden {
  display: none;
}
.form__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.form__row:last-child {
  margin-bottom: 0;
}
.form__row--middle-indent {
  margin-bottom: 16px;
}
.form__row--small-indent {
  margin-bottom: 12px;
}
.form__row--hidden {
  display: none;
}
.form__item {
  width: 100%;
  line-height: 0;
}
.form__item--size-m {
  width: 383px;
}
.form__item--align-right {
  display: flex;
  justify-content: flex-end;
}
.form__item--indent-middle {
  margin-bottom: 16px;
}
.form__item a {
  color: #1390DF;
}
.form__content {
  display: flex;
}
.form__content--justify-content-between {
  justify-content: space-between;
}
.form__img {
  margin-bottom: 24px;
  line-height: 0;
}
.form__img--indent-small {
  margin-bottom: 12px;
}
.form__captcha {
  margin-bottom: 24px;
}
.form__captcha-error {
  padding-top: 4px;
  color: #F95721;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
.form__remark {
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 12px;
  color: #6D778B;
}
.form__remark--indent-big {
  margin-bottom: 24px;
}
.form__text {
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #363A47;
}
.form__link {
  display: block;
  border-bottom: 1px dashed;
  color: #3DA3E2;
  font-family: 'Fira Sans', sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
.form__link--align-right {
  text-align: right;
}
.form__link--generate {
  margin-top: 8px;
  cursor: pointer;
}
.form__link--forgot-pwd {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 6px;
  margin-left: auto;
  color: #1390DF;
  text-align: right;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.form__button {
  margin-right: 16px;
}
.form__label {
  display: block;
  margin-bottom: 16px;
  color: #363A47;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.form__radio {
  height: 22px;
}
.form__radio:not(:last-child) {
  margin-bottom: 12px;
}
.form__checkbox:not(:last-child) {
  margin-bottom: 12px;
}
.form__tooltip-content--hidden {
  display: none;
}
.b-sidenote {
  position: absolute;
  z-index: 1;
  top: 20px;
}
.b-sidenote__child {
  position: fixed;
}
.b-sidenote img {
  max-width: inherit;
}
.b-sidenote--left {
  left: 0;
  margin-left: -250px;
  text-align: right;
}
.b-sidenote--left .b-sidenote__child {
  width: 250px;
}
.b-sidenote--left .b-sidenote__item__product {
  display: inline-block;
  float: right;
}
.b-sidenote--right {
  left: 100%;
}
.b-sidenote--right .b-sidenote__item__product {
  display: inline-block;
}
.b-sidenote__item {
  position: relative;
  margin-bottom: 40px;
}
.b-sidenote__item::before,
.b-sidenote__item::after {
  display: table;
  content: "";
}
.b-sidenote__item::after {
  clear: both;
}
.b-cartContent {
  position: relative;
  display: inline-block;
  height: 42px;
  border-left: 1px solid #dddddd;
  margin-right: 20px;
  background-color: #eeeeee;
  box-shadow: -1px 0 1px 0 #ffffff;
  float: right;
}
.b-cartContent__cart {
  display: inline-block;
  margin: 2px 15px 0 0;
}
.b-cartContent__cart--no-cart-price {
  margin: 2px 15px 0;
}
.b-cartContent__priceTotal {
  display: inline-block;
  width: 115px;
  padding-left: 5px;
  margin: 10px 20px 0 0;
  color: #000000;
  font-size: 17px;
  text-align: right;
  vertical-align: top;
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-cartContent__makeOrder {
  display: inline-block;
  width: 127px;
  height: 42px;
  padding: 11px 10px 0;
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background-color: #eeeeee;
  color: #000000;
  float: right;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
}
.b-cartContent__makeOrder:hover {
  color: #0078c3;
}
.b-cartContent__makeOrder.active {
  background: #af0025;
  filter: none;
  color: #ffffff;
}
.b-cartContent:hover {
  background: #ffffff;
  filter: none;
}
.b-cartContent.mini-cart {
  width: 340px;
}
.b-cartContent.mini-cart--no-price {
  width: 215px;
}
.b-cart__buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.b-cart__buttons-wrapper .old-button {
  display: flex;
  width: 157px;
  flex-grow: 0;
  align-items: center;
  justify-content: center;
  padding-right: 9px;
  padding-left: 9px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 17px;
}
.b-cart__buttons-wrapper :nth-child(3n) {
  margin-right: 0;
}
.b-cart__buttons-wrapper :nth-child(3n) .button {
  margin-right: 0;
}
.b-cartCount {
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
  min-width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #af0025;
  color: #ffffff;
  font-size: 9px;
  line-height: 17px;
  text-align: center;
}
.b-cartCount.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-col {
  float: left;
}
.b-col--2 {
  width: 50%;
}
.b-col--3 {
  width: 33.3333%;
}
.b-col--4 {
  width: 25%;
}
.b-col--5 {
  width: 20%;
}
.b-col--5--2 {
  width: 40%;
}
.b-col--7 {
  width: 14.2%;
}
.b-col--7--2 {
  width: 28.4%;
}
.b-col--7--3 {
  width: 42.6%;
}
.b-col--7--4 {
  width: 56.8%;
}
.b-col--7--5 {
  width: 71.6%;
}
.b-col--7--6 {
  width: 85.8%;
}
.b-col--3--2 {
  width: 66.66%;
}
.b-colored--000 {
  color: #000000;
}
.b-colored--333 {
  color: #333333;
}
.b-colored--b05155 {
  color: #b05155;
}
.b-colored--b00026 {
  color: #af0025;
}
.b-colored--orange {
  color: #ff6600;
}
.b-colored--orange2 {
  color: #f83;
}
.b-colored--red {
  color: #af0025;
}
.b-colored--green {
  color: #009900;
}
.b-colored--lg {
  color: #999999;
}
.b-colored--gray {
  color: #646464;
}
.b-colored--2b83c7 {
  color: #2b83c7;
}
.b-container {
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.b-container::before,
.b-container::after {
  display: table;
  content: "";
}
.b-container::after {
  clear: both;
}
.b-container--main__inner {
  position: relative;
  z-index: 2;
  width: 1000px;
  padding: 14px 14px 0;
  background: #ffffff;
}
.b-container--with-breadcrumbs-without-underline .b-breadcrumbs__list {
  padding: 0;
  border-bottom: none;
  margin-bottom: 24px;
}
.b-content--padding,
.b-cp {
  padding-left: 15px;
}
.b-cp--b {
  margin-bottom: 15px;
}
.old-content-flex {
  display: flex;
  justify-content: space-between;
}
.b-content {
  position: relative;
}
.b-content::before,
.b-content::after {
  display: table;
  content: "";
}
.b-content::after {
  clear: both;
}
.b-content--main {
  padding-top: 15px;
}
.b-content--single-column-page {
  padding-top: 10px;
}
.b-content--bg-white {
  background: #ffffff;
}
.b-content--certificates {
  padding-left: calc(100vw - 100%);
}
.content__breadcrumb,
.content__alert,
.content__form {
  margin-bottom: 24px;
}
.b-enterAccount {
  height: 42px;
  margin-right: 25px;
  float: right;
}
.b-enterAccount__enter {
  font-family: 'Fira Sans', sans-serif;
  line-height: 40px;
}
.b-enterAccount__link {
  border-color: #646464;
  color: #646464;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}
.b-enterAccount__link .vip::before {
  display: inline-block;
  width: 20px;
  height: 14px;
  border-radius: 4px;
  margin-top: -18px;
  margin-right: 2px;
  background: #af0025;
  color: #ffffff;
  content: "VIP";
  font-size: 8px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
}
.b-enterAccount__link--arrow {
  padding-right: 22px;
  background: url(assets/images/daa0c3bff6f8206382a2.png) no-repeat right 7px;
}
.ofd-header-wrapper {
  float: right;
  margin: 5px 24px 4px 0;
}
.opened .b-enterAccount__link--arrow {
  background: url(assets/images/770735de1561ec6b4d24.png) no-repeat right 3px;
}
.b-checkout--address__office {
  width: 21%;
}
.b-checkout--address__access {
  width: 34%;
}
.b-logo {
  max-width: 214px;
  max-height: 56px;
  margin: 21px 30px 4px 0;
}
.b-logo.b-theme {
  width: 257px;
  max-width: none;
  height: 88px;
  max-height: none;
  margin: -10px 0 4px -14px;
}
.b-logoSearch {
  margin-bottom: 7px;
}
.b-logoSearch::before,
.b-logoSearch::after {
  display: table;
  content: "";
}
.b-logoSearch::after {
  clear: both;
}
.b-logoSearch--size {
  min-height: 86px;
}
.b-logoSearch--settings {
  padding-bottom: 15px;
  margin-top: 10px;
}
.b-logoSearch--settings .b-logo {
  max-height: 71px;
}
.b-logoSearch--settings .b-logo--right {
  max-width: 139px;
  margin-right: 0;
  float: right;
}
.b-logoSearch--unclickable-logo .b-logo a {
  pointer-events: none;
}
.b-logoSearchMenu {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 14px;
       column-gap: 14px;
  margin-top: 2px;
  margin-bottom: 9px;
}
.b-logoSearchMenu .b-menu__item__link,
.b-logoSearchMenu .b-menu__item__link > * {
  color: #646464;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.b-menu--horizontal::before,
.b-menu--horizontal::after {
  display: table;
  content: "";
}
.b-menu--horizontal::after {
  clear: both;
}
.b-menu--horizontal .b-menu__item {
  float: left;
}
.b-menu--horizontal__border {
  display: table;
  width: 100%;
  padding: 6px;
  border: solid 1px #dddddd;
}
.b-menu--horizontal__border__wrap .b-menu--horizontal__border {
  border-bottom: 0;
}
.b-menu--horizontal__border .b-menu__item {
  display: table-cell;
  width: 3.6%;
  float: none;
  vertical-align: middle;
}
.b-menu--horizontal__border::after {
  content: none;
}
.b-menu--horizontal__border::before {
  content: none;
}
.b-menu--horizontal__border:last-child {
  border-bottom: solid 1px #dddddd;
}
.b-menu--table {
  display: table;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.b-menu--table .b-menu__item {
  display: table-cell;
  padding: 7px 0;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #dddddd;
  vertical-align: middle;
  background-color: #dddddd;
  background-image: linear-gradient(to bottom, #dddddd, #eeeeee);
}
.b-menu--table .b-menu__item:first-child {
  border-left: 0 none;
}
.b-menu--table .b-menu__item__link {
  display: block;
  height: 100%;
  color: #000000;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.b-menu--table .b-menu__item__active {
  background-color: #cccccc;
  background-image: linear-gradient(to bottom, #cccccc, #eeeeee);
}
.b-menu__horizontal-wrapper {
  display: flex;
}
.b-mini-cart-popup {
  position: absolute;
  top: 40px;
  right: 0;
  display: none;
  min-width: 340px;
  border: 1px solid #cccccc;
  background: #ffffff;
  filter: none;
}
.b-mini-cart-popup__block {
  display: block;
  padding: 10px;
}
.b-mini-cart-popup::after,
.b-mini-cart-popup::before {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #cccccc transparent transparent transparent;
  content: "";
}
.b-mini-cart-popup::after {
  top: -1px;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}
.b-mini-cart-popup__title {
  color: #000000;
  font-size: 17px;
}
.b-mini-cart-popup__counter {
  color: #0078c3;
  float: right;
  font-size: 14px;
  line-height: 17px;
}
.b-mini-cart-popup__item {
  padding: 3px 0;
}
.b-mini-cart-popup__itemNumber {
  padding-right: 5px;
}
.b-mini-cart-popup__item__title {
  display: block;
  width: 110px;
  text-wrap: none;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-mini-cart-popup__item__close {
  width: 18px;
  line-height: 19px;
  text-align: right;
}
.b-mini-cart-popup__item::before,
.b-mini-cart-popup__item::after {
  display: table;
  content: "";
}
.b-mini-cart-popup__item::after {
  clear: both;
}
.b-mini-cart-popup__item:last-child {
  margin-bottom: 15px;
}
.b-mini-cart-popup__table {
  min-width: 100%;
  margin-bottom: 15px;
}
.b-mini-cart-popup__result {
  padding: 10px;
  border-top: 1px solid #cccccc;
}
.b-mini-cart-popup__result--title {
  padding-right: 5px;
  color: #333333;
  float: left;
  font-size: 14px;
  text-align: right;
}
.b-mini-cart-popup__result--content {
  width: 150px;
  color: #af0025;
  float: left;
  font-size: 14px;
}
.b-mini-cart-popup__result--item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.b-mini-cart-popup__result--item::before,
.b-mini-cart-popup__result--item::after {
  display: table;
  content: "";
}
.b-mini-cart-popup__result--item::after {
  clear: both;
}
.b-mini-cart-popup__result--price {
  padding-right: 10px;
  color: #af0025;
  font-size: 20px;
  line-height: 32px;
}
.b-pageWrapper {
  min-height: 101%;
}
.page-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(54, 58, 71, 0.4);
}
.page-overlay--active {
  display: unset;
}
.b-region {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: -15px;
  display: none;
  width: 790px;
  padding: 20px 30px;
  border: 1px solid #bbbbbb;
  margin-left: 20px;
  background: #ffffff;
  box-shadow: -1px 0 1px #dddddd;
  font-size: 13px;
}
.b-region::before {
  position: absolute;
  z-index: 3;
  top: -10px;
  left: 20px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 10px 10px;
  border-style: solid;
  border-color: transparent transparent #ffffff;
  content: "";
}
.b-region__title {
  margin-bottom: 20px;
  color: #000000;
  font-size: 17px;
}
.b-region__container {
  overflow: auto;
  min-height: 0;
  font-size: 13px;
}
.b-region__container--disable {
  pointer-events: none;
}
.b-region__list {
  margin-right: 50px;
}
.b-region__list__item {
  position: relative;
  padding-left: 15px;
  margin-top: 7px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.b-region__list__item::before {
  content: '';
  position: absolute;
  left: 0;
  background-color: #000000;
  clip-path: circle(35%);
  width: 8px;
  height: 8px;
}
.b-region__list__item--current {
  color: #438dcc;
  font-size: 13px;
}
.b-region__list__item a {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}
.b-region__list__link {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}
.b-region .b-link {
  border-bottom: 1px solid;
  margin-left: 11px;
  font-size: 13px;
}
.b-search__blockItem {
  position: relative;
  display: block;
  margin-top: 5px;
  line-height: 15px;
  word-break: break-word;
}
.b-search__blockItem:first-child {
  margin-top: 0;
}
.b-search__blockItem .b-checkbox__input ~ .b-checkbox__label::before {
  top: 0;
}
.b-search--hide {
  display: none;
}
.b-search--clear__link {
  padding-top: 50px;
  font-size: 16px;
  text-align: center;
}
.b-arrow__toTop {
  display: block;
  width: 58px;
  height: 58px;
  background-image: url(assets/images/bf2e255a38047125cacf.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.b-arrow__toTop:hover {
  background-position: left bottom;
}
.fixed .b-arrow__toTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
}
@media (width: 1150px) {
  .fixed .b-arrow__toTop {
    bottom: 91px;
    left: 15px;
  }
}
.b-features {
  display: flex;
  width: 100%;
}
.b-featuresWrapper {
  border-top: 1px dotted #83818f;
  border-bottom: 1px dotted #83818f;
  margin-bottom: 25px;
  background: #eeeeee;
}
.b-features__li {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
}
.b-features__item {
  display: flex;
  min-width: 80px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  border: 0 none;
  background: transparent;
}
.b-features__item:hover {
  background: #ffffff;
}
.b-features__item__label {
  overflow: hidden;
  color: #646464;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.b-features__item__img {
  max-width: 26px;
  max-height: 26px;
  margin-right: 5px;
}
.b-features .b-table__cell {
  border: 0 none;
  vertical-align: middle;
}
.b-featuresWrapper--vip {
  border-top: 1px solid #cccccc;
  border-bottom: 0 none;
  margin-right: -20px;
  margin-bottom: 0;
  margin-left: -20px;
  background: #f2f2f2;
}
.b-featuresWrapper--vip .b-features__item:hover {
  background: #dddddd;
}
.b-loading__wrapper {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.b-loading__icon {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  content: "";
}
.b-loading__popup {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 400px;
  flex-direction: column;
  padding: 24px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(109, 119, 139, 0.1);
  transform: translate(-50%, -50%);
}
.b-loading__popup__title {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
}
.b-loading__popup__icon {
  position: relative;
  height: 54px;
}
.b-siteList {
  padding: 0 15px;
  color: #646464;
}
.b-siteList__h3 {
  margin-bottom: 25px;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.b-siteList .b-col {
  margin-bottom: 45px;
}
.b-siteList .b-col--5 {
  padding-right: 20px;
}
.b-siteList .b-link {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.b-message {
  border: 1px solid;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
}
.b-message__title {
  padding: 10px 15px 5px;
  font-size: 15px;
}
.b-message__text {
  padding: 16px 15px;
  overflow-wrap: break-word;
}
.b-message--error {
  border-color: #af0025;
}
.b-message--error .b-message__title {
  background-color: #af0025;
  color: #ffffff;
}
.b-message--success {
  border-color: #009900;
}
.b-message--success .b-message__title {
  background-color: #009900;
  color: #ffffff;
}
.b-message--info {
  padding: 10px;
  border-color: #dddddd;
  background: #dddddd;
  color: #af0025;
  text-align: center;
}
.b-message--simple {
  padding: 16px 15px;
  border: 1px solid;
  margin-bottom: 10px;
  color: #646464;
  font-size: 13px;
  line-height: 18px;
}
.b-message--attention {
  min-height: 58px;
  padding: 10px;
  padding-left: 70px;
  border-bottom: 4px solid #af0025;
  margin-bottom: 15px;
  background: #eeeeee url(assets/images/faba0f349ed84870fa70.png) no-repeat 18px 11px;
  color: #333333;
}
.b-message--bckgr.b-message--error {
  padding: 10px;
  border-color: #af0025;
  background-color: #af0025;
  color: #ffffff;
  text-align: left;
}
.b-message--bckgr.b-message--success {
  padding: 10px;
  border-color: #009900;
  background-color: #009900;
  color: #ffffff;
  text-align: left;
}
.b-message--bckgr.b-message--info {
  text-align: left;
}
.b-message__link {
  width: 100%;
}
.b-message__approval {
  padding: 20px;
  font-size: large;
  font-style: italic;
  text-align: center;
}
.b-message-info {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 20px 0;
  color: #333333;
  font-family: 'Fira Sans', sans-serif;
  font-size: 13px;
  line-height: 15px;
}
.b-message-info--error {
  border: 1px solid #ffccc7;
  background: #fff2f0;
}
.b-message-info--info {
  border: 1px solid #ffe58f;
  background: #fffbe6;
}
.b-message-info--success {
  border: 1px solid #b7eb8f;
  background: #f6ffed;
}
.old-container {
  width: 1025px;
  padding: 20px 20px 0;
}
.content-single-column {
  display: block;
}
.content-double-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main {
  width: 732px;
}
.aside {
  width: 240px;
}
.old-button {
  display: inline-block;
  padding: 5px 15px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}
.old-button--fix-height {
  height: 30px;
}
.old-button--small-indent {
  padding: 5px 10px;
}
.old-button--icon-center {
  display: flex;
  align-items: center;
}
.old-button:not(:disabled) {
  cursor: pointer;
}
.old-button:disabled,
.old-button:disabled:hover {
  background: #eeeeee;
  color: #999999;
}
.old-button--red {
  background: #af0025;
  color: #ffffff;
}
.old-button--red:hover {
  background: #566874;
}
.old-button--gray {
  background: #dddddd;
  color: #646464;
}
.old-button--gray:hover {
  background: #566874;
  color: #ffffff;
}
.old-button--green {
  background: #009900;
  color: #ffffff;
}
.old-button--green:hover {
  background: #566874;
}
.old-button--darkgray {
  background: #566874;
  color: #ffffff;
}
.old-button--darkgray:hover {
  background: #595e62;
}
.old-button--hover_red:hover {
  background-color: #af0025;
}
.old-button--transparent {
  display: flex;
  align-items: stretch;
  padding: 6px 14px;
  border-radius: 4px;
  background-color: transparent;
  color: #363a47;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: unset;
}
.old-button--transparent:hover {
  background-color: #e0e0e0;
}
.old-button--icon {
  padding-left: 6px;
}
.old-button--icon .b-icn {
  margin-right: 5px;
}
.old-button__vip {
  display: flex;
  align-items: stretch;
  padding: 6px 14px;
  border-radius: 4px;
  color: #363a47;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: unset;
}
.old-button__vip:hover {
  background-color: #e0e0e0;
}
.old-button__vip--transparent {
  background-color: transparent;
}
:disabled {
  background: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}
.width--full {
  width: 100%;
}
.text--small {
  font-size: 12px;
  line-height: 20px;
}
.text--medium {
  font-size: 14px;
  line-height: 25px;
}


/*# sourceMappingURL=commonStyles.css.map*/