html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
}
html.overlay {
  overflow: hidden;
}
html.overlay:before {
  content: "";
  z-index: 8;
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(0,0,0,0.5);
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
/*min-height: 100%*/
  min-height: 100vh;
  background: #fff;
  font-family: 'Cuprum', 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: #202020;
  min-width: 1176px;
}
a {
  text-decoration: none;
}
.hide {
  display: none;
  visibility: hidden;
}
/* layout */
.content {
  width: 100%;
  padding: 1.25rem -webkit-calc((100% - 1136px)/2) 4rem;
  padding: 1.25rem calc((100% - 1136px)/2) 4rem;
  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: #fff;
}
.content .typography a {
  text-decoration: underline;
}
.content .typography a:hover {
  text-decoration: none;
}
.content__home {
  padding: 0;
  display: block;
}
.content_sideColumn {
  box-sizing: content-box;
  width: 272px;
  padding: 0 8px 8px 8px;
}
.content_centerColumn {
  width: 848px;
}
.content_centerFull {
  width: 100%;
}
.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: 4rem;
  background-color: #0479b0;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.24);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:not(.button__disabled):not(.button__second):hover {
  background-color: #00a6e4;
  box-shadow: 3px 8px 16px rgba(0,0,0,0.24);
  color: #fff;
}
.button:not(.button__disabled):not(.button__second):active {
  box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.button__second {
  width: 369px;
  height: 4rem;
  background: transparent;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  color: #0070a5;
  border: 0.125rem solid #0072a7;
  text-transform: none;
  letter-spacing: normal;
}
.button__second:not(.button__disabled):hover {
  box-shadow: 3px 8px 16px rgba(0,0,0,0.24);
  background-color: #00a6e4;
  color: #fff;
  border-color: #00a6e4;
}
.button__second:not(.button__disabled):active {
  box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.button__inverse {
  color: #fff;
  border-color: #fff;
}
.button__inverse:not(.button__disabled):hover {
  color: #0070a5;
  border-color: #fff;
  background-color: #fff;
}
.button__disabled {
  background-color: #dcdcdc;
  color: #858585;
  pointer-events: none;
  box-shadow: none;
}
.button__callback {
  width: 272px;
  height: 3rem;
}
.button.AddProductAction {
  height: 3rem;
}
.button__cart {
  width: 350px;
}
.button__cartPopup {
  width: 220px;
}
.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;
}
.widgetHolder {
  margin-bottom: 24px;
}
/*.sideWidgetHolder
	margin-bottom: 24px*/
.htmlShare {
  text-align: right;
  margin-top: 2.5rem;
  clear: both;
}
.search_item:not(:last-child) {
  margin-bottom: 1rem;
}
.search_itemLink {
  color: #0070a4 !important;
  text-decoration: underline;
}
.search_itemLink:visited {
  color: #0070a4 !important;
}
.search_itemLink:hover {
  text-decoration: none;
}
.search_itemParent {
  display: block;
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  color: #202020;
}
.currency {
  font-size: 0.85em;
}
.linkImage {
  display: block;
  position: relative;
  overflow: hidden;
}
.linkImage:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.8);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.linkImage_item:hover .linkImage:before {
  opacity: 0.8;
}
.linkImage:hover:before {
  opacity: 1;
}
.mfp-bg {
  background-color: #2c455b;
  opacity: 0.6;
}
.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 */
