html,
body {
  min-height: 100%;
}
html {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  box-sizing: border-box;
}
html.noScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'PT Sans', sans-serif;
  color: #3d3d3d;
  background: #fff;
}
body.noScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
a {
  text-decoration: none;
  outline: none;
}
.scrollButton {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 2rem;
  padding: 1rem 0.75rem;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
  background-color: #5c5c5c;
  z-index: 10;
}
.scrollButton:after {
  content: "";
  display: block;
  border-bottom: 1rem solid #fff;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
}
.hide {
  display: none;
  visibility: hidden;
}
.hidden {
  display: none;
}
.js-dropdown-arrow {
  width: 16px;
  height: 9px;
  display: inline-block;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJBAMAAADJBLEBAAAAAXNSR0IB2cksfwAAAARnQU1BAACxjwv8YQUAAAAkUExURQAAAP///////////////////////////////////////////7QJjekAAAAMdFJOUwCc/9tX/uav1XAfwBEE1ZMAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVBjTY1gqwAAC1gyLNEE0swYDo6oDkGEUwsBQBMTMIB6IAAmAhMECIKEksABQSMkBwmBWZGBgAABZJgdzZyVWXQAAAABJRU5ErkJggg==');
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
}
.js-dropdown-arrow__rotated {
  transform: rotate(180deg);
}
/* layout */
.content {
  width: 100%;
  padding: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  background: #efefef;
  overflow: hidden;
}
.content_scroll {
  margin: 2rem 0;
  overflow-x: auto;
}
body[data-page-id="482"] .content {
  background: -webkit-radial-gradient(#ff7070, #381e82);
  background: radial-gradient(#ff7070, #381e82);
  padding: 0;
}
button,
.button,
.linkButton,
.form .action {
  margin: 0;
  padding: 0;
  background: none;
  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.875rem;
  border: none;
  border-radius: 0.25rem;
  background: linear-gradient(to top, #e0740b 0%, #ff8103 100%);
  color: #fff;
  font-size: 1.125rem;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}
.button__second,
.linkButton__second {
  width: 100%;
  background: linear-gradient(to top, #e0740b 0%, #ff8103 100%);
  color: #ffffff;
  font-size: 1.125rem;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
}
.button__disabled,
.linkButton__disabled {
  background: #f2f2f2;
  color: #282828;
}
.button__cart,
.linkButton__cart {
  margin-bottom: 1.5rem;
  width: 100%;
}
.button__cartPopup,
.linkButton__cartPopup {
  margin-bottom: 1rem;
  width: 100%;
}
.button__filters,
.linkButton__filters {
  width: -webkit-calc((100% - 0.5rem) / 2) !important;
  width: calc((100% - 0.5rem) / 2) !important;
}
.button__fullWidth,
.linkButton__fullWidth {
  width: 100%;
}
.button__showMore,
.linkButton__showMore {
  width: 100%;
  margin-bottom: 1rem;
}
.button__marginBottom,
.linkButton__marginBottom {
  margin-bottom: 1rem !important;
}
.button__marginRight,
.linkButton__marginRight {
  margin-right: 20px !important;
}
.button__backCheckout,
.linkButton__backCheckout {
  margin-right: 20px;
  width: 80px;
  min-width: 80px;
}
.linkButton {
  color: #fff !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 0 1rem;
}
.linkButton:hover {
  color: #fff !important;
}
.widgetHolder {
  margin-bottom: 24px;
}
/*.sideWidgetHolder
	margin-bottom 24px*/
.htmlShare {
  text-align: right;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  clear: both;
}
.htmlShare #vk_groups {
  margin: auto;
}
.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: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0,0,0,0.2);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.linkImage:hover:before {
  opacity: 1;
}
.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;
}
