html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
/*min-height: 100%*/
  min-height: 100vh;
  background-image: url("/themes/comp1ext/img/pattern.jpg");
  font-family: "Fira Sans", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #373737;
  min-width: 1220px;
}
a {
  text-decoration: none;
}
.hide {
  display: none;
  visibility: hidden;
}
/* layout */
.content {
  width: 1220px;
  padding: 1.25rem 20px 4rem 10px;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  background-color: #f7f7f7;
}
.content__fullWidth {
  padding: 0 0 4rem;
  width: 1220px;
  display: block;
}
.content__widgetArea {
  padding: 0;
  width: 100%;
  display: block;
}
.content_sideColumn {
  box-sizing: content-box;
  width: 280px;
  padding: 0 10px 10px 10px;
}
.content_centerColumn {
  width: 880px;
}
.content_centerColumn__fullWidth {
  width: 100%;
}
.content__singlePageWidget {
  padding-bottom: 1.5rem;
}
.content__singlePageWidget .AdvancedSliderHomepageWidget .slick-arrow--prev {
  left: 1rem;
}
.content__singlePageWidget .AdvancedSliderHomepageWidget .slick-arrow--next {
  right: 1rem;
}
.content__singlePageWidget .AdvancedSliderHomepageWidget_slide {
  padding: 0 4rem;
}
.button {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  border: 2px solid #0091c1;
  border-radius: 2.5rem;
  box-shadow: inset 0 0 0 2px #f7f7f7;
  background: #0091c1;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.button:not(.button__disabled):not(.button__second):not(:active):hover {
  background: #04aed8;
  border-color: #04aed8;
  color: #fff;
  cursor: pointer;
}
.button__second {
  width: 200px;
  background-color: transparent;
  color: #0091c1;
  border-color: #0091c1;
}
.button__second:hover:not(:active) {
  color: #04aed8;
  border-color: #04aed8;
}
.button__disabled {
  border-color: #cbcbcb;
  background: #cbcbcb;
  color: #666;
}
.button__cart {
  width: 350px;
}
.button__cartPopup {
  width: 220px;
}
.button__filters {
  width: 116px !important;
}
.button__fullWidth {
  width: 100%;
}
.button__showMore {
  float: left;
}
.button__marginBottom {
  margin-bottom: 1rem !important;
}
.button__marginRight {
  margin-right: 20px !important;
}
.button__backCheckout {
  margin-right: 20px;
  width: 80px;
}
.filters {
  padding: 1rem;
  border: 1px solid #efefef;
  background-color: #fff;
}
.widgetHolder {
  margin-bottom: 24px;
}
/*.sideWidgetHolder
	margin-bottom: 24px*/
.htmlShare {
  text-align: right;
  margin-top: 2.5rem;
  clear: both;
}
.htmlShare__fullWidth {
  margin-right: 1.25rem;
}
.search_item:not(:last-child) {
  margin-bottom: 1rem;
}
.search_itemParent {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #a6a6a6;
}
.currency {
  font-size: 0.85em;
}
.linkImage {
  display: block;
  position: relative;
  overflow: hidden;
}
.linkImage:before {
  content: "";
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(23,94,160,0.5);
  box-shadow: inset 0 0 0 2px #f7f7f7;
  border: 2px solid #04aed8;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.linkImage:hover:before {
  opacity: 1;
}
.linkImage__circle:before {
  border-radius: 50%;
}
.linkImage9 {
  display: block;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.linkImage9:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
/* Удаление браузерных стрелок в input[type="number"] */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*# sourceMappingURL=maps/main.css.map */
