body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}
/* Бонус бар в моем аккаунте */
.bonus_computy_account_flex {
	display: flex;
	align-items: center;
}
.custom_bonus_bar_wrapper {
	display: flex;
	margin-left: 10px;
}
.custom_bonus_bar_wrapper div {
	width: 56px;
	height: 14px;
	position: relative;
}
.custom_bonus_item_one {
	background-color: #ECECEC;
}
.custom_bonus_item_two {
	background-color: #E4E4E4;
}
.custom_bonus_item_three {
	background-color: #C5C5C5;
}
.custom_bonus_item_four {
	background-color: #8F8F8F;
}
.custom_bonus_item_five {
	background-color: #666666;
}
.swiper .collection__inner {
	min-height: initial; 
}
.custom_bonus_item_one:before {
	content: '0';
    position: absolute;
    top: -25px;
	font-weight: 500;
}
.custom_bonus_item_two:before {
	content: '10к';
    position: absolute;
    top: -25px;
	font-weight: 500;
}
.custom_bonus_item_three:before {
	content: '20к';
    position: absolute;
    top: -25px;
	font-weight: 500;
}
.custom_bonus_item_four:before {
	content: '30к';
    position: absolute;
    top: -25px;
	font-weight: 500;
}
.custom_bonus_item_five:before {
	content: '50к';
    position: absolute;
    top: -25px;
	font-weight: 500;
}
@media (max-width: 996px){
	.swiper-button-prev, .swiper-button-next {
		display: none !important;
	}
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	color: #fff !important;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}


#computy-bonus-message-cart {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #EFEFEF;
    -webkit-box-shadow: 0px 4px 13px rgba(207, 207, 207, 0.25);
    background: beige;
}

#computy-bonus-message-cart::before{
	 left: 30px;
    top: 0;
    bottom: 0;
    height: 15px;
}

.delivery-row {
	display: none;
}

.computy_skidka_form {
gap: 10px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	border-top: 3px solid #8fae1b !important;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100% !important;
}

.fancybox-thumbs {
  height: auto;
}

.fancybox-thumbs__list a {
  border-radius: 0;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 1000px) {
  .fancybox-thumbs__list a {
    width: 50px;
    height: 50px;
  }
}
.fancybox-thumbs__list a:before {
  border-color: #1795D2;
  border-radius: 0;
  border-width: 0.5rem;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  margin: 0 auto;
}

.wrapper header,
.wrapper main,
.wrapper footer {
  display: block;
  width: 100%;
}

body {
  background: #ffffff;
  font-size: 1.5rem;
}

footer {
  margin-top: auto;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #000000;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 9px;
  }
}
button,
select,
input,
textarea {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1795D2;
  outline: 0;
  cursor: pointer;
}

.a, .contacts__content .title-45:after, .benefits__thumb:after, .benefit:after, .benefits:before, .reason .reason__title:after, .reasons__thumb:after, .reasons:before, .reasons:after, .production__content .title-52:after, .offer-benefit__icon:after, .button-variable-item.loading:after, .button-variable-item.added:after,
.btn.loading:after,
.btn.added:after, .button-variable-item .btn__blick:before,
.btn .btn__blick:before, .button-variable-item._circle:before, .button-variable-item._circle:after,
.btn._circle:before,
.btn._circle:after, .button-variable-item:before,
.btn:before, .zoom:after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 360px) {
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.thumb {
  position: relative;
  overflow: hidden;
  display: block;
}

.thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}

.thumb._contain img {
  -o-object-fit: contain;
  object-fit: contain;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}

.zoom:after {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 40px;
  background: rgba(23, 149, 210, 0.2) url(../images/magnifying-glass-solid.svg) center no-repeat;
  background-size: 40px;
}

.zoom:hover:after {
  opacity: 1;
}

.ml-auto {
  margin-left: auto;
}

.text {
  color: #9B9B9B;
  line-height: 1.6;
}

.text p {
  margin-bottom: 1.5em;
}

.text ol, .text ul {
  margin-bottom: 1em;
  margin-left: 20px;
}

.text ol li, .text ul li {
  padding-bottom: 0.5em;
}

.text ul li {
  list-style: disc;
}

.title-35,
.title-52,
.title-45,
.title-25,
.title-30 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 18px;
}

.title-35 span,
.title-52 span,
.title-45 span,
.title-25 span,
.title-30 span {
  color: #1795D2;
  display: inline-block;
}

.title-52 span {font-size:32px;}


@media screen and (max-width: 767px) {
  .title-35,
.title-52,
.title-45,
.title-25,
.title-30 {
    font-size: 2.8rem;
  }
	
.title-52 span {font-size:22px;}	
	
}
.title-25 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
  .title-25 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .title-25 {
    font-size: 2.1rem;
    line-height: 1.3;
  }
}
.title-35 {
  font-size: 3.5rem;
  text-transform: none;
  color: #1F2533;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .title-35 {
    font-size: 2.8rem;
  }
}
.title-45 {
  font-size: 4.5rem;
  line-height: 1.37;
}

@media screen and (max-width: 1100px) {
  .title-45 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .title-45 {
    font-size: 3rem !important;
  }
}
.title-52 {
  font-size: 5.2rem;
  font-weight: 800;
  line-height: 1.05;
}

@media screen and (max-width: 1100px) {
  .title-52 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .title-52 {
    font-size: 3.5rem;
  }
}
.entry-content {
  font-weight: normal;
  line-height: 1.5;
}

.entry-content:after {
  content: "";
  display: block;
  clear: both;
}

.entry-content a:not(.btn) {
  color: #1795D2;
}

.entry-content a:not(.btn):hover {
  text-decoration: underline;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  line-height: 1.2;
  font-weight: bold;
}

.entry-content h1 {
  font-size: 2.222em;
  padding-bottom: 39px;
  text-transform: uppercase;
}

@media screen and (max-width: 360px) {
  .entry-content h1 {
    padding-bottom: 30px;
    font-size: 1.9em;
  }
}
.entry-content h2 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

.entry-content h3 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin-top: 10px;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.entry-content p {
  margin-bottom: 1.2em;
}

.entry-content ul {
  margin-left: 20px;
  margin-bottom: 10px;
}

.entry-content ul li {
  list-style: disc;
}

.entry-content ol {
  margin-left: 20px;
  margin-bottom: 10px;
}

.entry-content blockquote {
  padding-left: 18px;
  border-left: 5px solid #1c5eb1;
  margin-bottom: 1.563em;
  font-style: italic;
}

.entry-content blockquote * {
  padding: 0;
  margin: 0;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content table {
  width: 100% !important;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.entry-content table tr td {
  width: auto !important;
  height: auto !important;
  padding: 10px 15px;
}

.entry-content table thead {
  color: #bd4949;
  font-weight: bold;
}

.entry-content table thead tr td {
  padding-bottom: 20px;
  padding-top: 0;
}

.entry-content table tbody tr:nth-child(odd) {
  background: #f2f4f7;
}

.entry-content table thead tr {
  font-weight: 700;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

@media screen and (max-width: 1000px) {
  .alignright {
    margin-left: 30px;
  }
}
.alignleft {
  float: left;
  margin: 5px 30px 30px 0;
}

@media screen and (max-width: 1000px) {
  .alignleft {
    margin-right: 30px;
  }
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media screen and (max-width: 767px) {
  .entry-content img {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
    max-width: 100%;
  }
}
/*-----------------input-list----------------------*/
.input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 500;
  text-align: center;
}

.input-list__item {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.input-list__privacy {
  font-size: 14px;
}

.input-list__privacy a {
  display: inline-block;
  text-decoration: underline;
}

@media (hover: hover) {
  .input-list__privacy a:hover {
    color: #1795D2;
  }
}
/*-----------------submit----------------------*/
button[type=submit],
input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: 0;
  width: 100%;
}

/*-----------------input----------------------*/
select,
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
  height: 75px;
  background: 0;
  padding: 0 30px;
  font-size: 14px;
  display: block;
  outline: none;
  width: 100%;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-appearance: none;
  color: #fff;
  background: #fefefe;
  color: #1c283e;
}

select {
  height: 56px;
  border: 1px solid #EFEFEF;
  padding: 0 25px;
  background: #fff url(../images/down.svg) calc(100% - 25px) center no-repeat;
}

@media screen and (max-width: 610px) {
  select,
textarea,
input[type=search],
input[type=number],
input[type=password],
input[type=email],
input[type=text],
input[type=tel] {
    font-size: 16px;
  }
}
select.input-style,
textarea.input-style,
input[type=search].input-style,
input[type=number].input-style,
input[type=password].input-style,
input[type=email].input-style,
input[type=text].input-style,
input[type=tel].input-style {
  border: 2px solid #dfdfdf;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

textarea {
  height: 125px;
  padding-top: 15px;
  resize: none;
  overflow: auto;
}

/*---------------placeholder------------------------*/
*::-webkit-input-placeholder {
  color: #9d9c9c;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

*:-moz-placeholder {
  color: #9d9c9c;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*::-moz-placeholder {
  color: #9d9c9c;
  opacity: 1;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

*:-ms-input-placeholder {
  color: #9d9c9c;
  opacity: 1;
  -ms-transition: 0.3s;
  transition: 0.3s;
}

textarea:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder {
  opacity: 0;
}

textarea:focus:-moz-placeholder,
input[type=search]:focus:-moz-placeholder,
input[type=number]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder {
  opacity: 0;
}

textarea:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder {
  opacity: 0;
}

textarea:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder {
  opacity: 0;
}

textarea.wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
textarea.valid-error,
input[type=password].valid-error,
input[type=email].valid-error,
input[type=text].valid-error,
input[type=tel].valid-error {
  border-color: rgba(255, 0, 0, 0.7);
}

/*------------------checkbox---------------------*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.button-variable-item,
.btn,
.remove_points{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 62px;
  color: #fff;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 200;
  padding: 0 27px;
  border-radius: 5px;
  background: #1795D2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: inset 0px -5px 4px rgba(255, 255, 255, 0.25), inset 0px 5px 4px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px -5px 4px rgba(255, 255, 255, 0.25), inset 0px 5px 4px rgba(255, 255, 255, 0.25);
  white-space: nowrap;
  border: 0;
  outline: none;
}

.remove_points {
	background: red;
	padding: 5px 15px;
	height: 40px;
	transition: opacity .3s;
}

.remove_points:hover {
	opacity: 0.7;
}
.form-row.form-row-first > input[name="computy_input_points"] {
	width: 100px !important;
}
fieldset {
    border: none;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: max-content !important;
}
.button-variable-item:before,
.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
}

@media (hover: hover) {
  .button-variable-item:not(:disabled):hover,
.btn:not(:disabled):hover {
    background: #19a2e4;
  }
  .button-variable-item:not(:disabled):hover:before,
.btn:not(:disabled):hover:before {
    opacity: 0;
  }
  .button-variable-item:active, .button-variable-item.nice-select.open,
.btn:active,
.btn.nice-select.open {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}
.button-variable-item:disabled,
.btn:disabled {
  opacity: 0.5;
}

.button-variable-item._small,
.btn._small {
  height: 54px;
  font-size: 12px;
  font-weight: 500;
}

.woocommerce-cart-form + div {
	margin-top: 30px;
}

.button-variable-item._green,
.btn._green {
  background: #55BD40;
}

.button-variable-item._green:not(:disabled):hover,
.btn._green:not(:disabled):hover {
  background: #4eae3b;
}

.button-variable-item.cart-prev,
.btn.cart-prev {
  padding: 0;
  width: 54px;
}

.button-variable-item.cart-prev .cart-prev__total,
.btn.cart-prev .cart-prev__total {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  background: #fff;
  right: -12px;
  bottom: -11px;
}

.button-variable-item._shadow-off,
.btn._shadow-off {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-variable-item._shop:before,
.btn._shop:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#83288C), to(#63227E));
  background: linear-gradient(180deg, #83288C 0%, #63227E 100%);
}

.button-variable-item._shop:not(:disabled):hover,
.btn._shop:not(:disabled):hover {
  background: #83288C;
}

.button-variable-item._remove,
.btn._remove {
  width: 45px;
  height: 45px;
  padding: 0;
  margin-left: 12px;
}

.button-variable-item._cart-small,
.btn._cart-small {
  width: 43px;
  height: 43px;
  padding: 0;
  margin-left: auto;
}

.button-variable-item._cart-small .icon-cart,
.btn._cart-small .icon-cart {
  width: 20px;
  height: 20px;
}

.button-variable-item._circle,
.btn._circle {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 4px 13px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0px 4px 13px rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  -webkit-animation: radial-pulse 1.5s infinite;
  animation: radial-pulse 1.5s infinite;
}

.button-variable-item._circle .icon-telegram,
.btn._circle .icon-telegram {
  width: 52px;
  height: 44px;
  margin: 0 0 11px 0;
}

.button-variable-item._circle:before, .button-variable-item._circle:after,
.btn._circle:before,
.btn._circle:after {
  position: absolute;
  width: 186px;
  height: 186px;
  border-radius: 50%;
  border: 1px solid #55BD40;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.2 !important;
}

.button-variable-item._circle:before,
.btn._circle:before {
  width: 216px;
  height: 216px;
}

.button-variable-item .btn__blick,
.btn .btn__blick {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  overflow: hidden;
}

.button-variable-item .btn__blick:before,
.btn .btn__blick:before {
  margin-left: -30px;
  width: 50px;
  height: 300px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  position: absolute;
  left: -40px;
  top: -150px;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

.button-variable-item.loading:after, .button-variable-item.added:after,
.btn.loading:after,
.btn.added:after {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  background: #fff url(../images/check.svg) center no-repeat;
  background-size: 12px;
  right: -12px;
  bottom: -11px;
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
}

.button-variable-item.loading:after,
.btn.loading:after {
  background: #fff url(../images/loader2.svg) center no-repeat;
  background-size: cover;
}

.icon-telegram {
  width: 24px;
  height: 20px;
  min-width: 24px;
  background: url(../images/telegram.svg) center no-repeat;
  background-size: contain;
  margin-right: 16px;
}
.header__cart {
	margin-right: 19px;
}
.accoount_icon_link {
	display: block;
	width: 54px;
	height: 54px;
	padding: 0;
	display: flex;
	background-color: #beffb1;
}
.icon-cart {
  width: 24px;
  height: 24px;
  background: url(../images/cart.svg) center no-repeat;
  background-size: contain;
}
.icon-account {
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/2023/10/icons8-polzovatel-muzhchina-v-kruzhke-96.png) center no-repeat;
  background-size: contain;
  display: block;
}

.icon-remove {
  width: 21px;
  height: 21px;
  background: url(../images/remove.svg) center no-repeat;
  background-size: contain;
}

@-webkit-keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(85, 189, 64, 0.5);
    box-shadow: 0 0 0 0px rgba(85, 189, 64, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(85, 189, 64, 0);
    box-shadow: 0 0 0 30px rgba(85, 189, 64, 0);
  }
}
@keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(85, 189, 64, 0.5);
    box-shadow: 0 0 0 0px rgba(85, 189, 64, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(85, 189, 64, 0);
    box-shadow: 0 0 0 30px rgba(85, 189, 64, 0);
  }
}
@-webkit-keyframes slideme {
  0% {
    left: -70px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -70px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
.jq-stars {
  display: inline-block;
}

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
}

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888);
}

/* ------- Scroll to Top Finish---------- */
.icon-menu {
  width: 54px;
  height: 54px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#83288C), to(#63227E));
  background: linear-gradient(180deg, #83288C 0%, #63227E 100%);
  cursor: pointer;
  display: none;
  padding: 18px 15px;
  margin-left: 24px;
}

@media screen and (max-width: 1000px) {
  .icon-menu {
    display: block;
  }
}
@media screen and (max-width: 550px) {
  .icon-menu {
    margin-left: 15px;
    padding: 13px 12px;
  }
}
.sw-topper,
.sw-bottom,
.sw-footer {
  position: relative;
  top: 0;
  width: 100%;
  max-width: 35px;
  height: 3px;
  background: #fff;
  border: none;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
}

.sw-bottom {
  top: 5px;
}

.sw-footer {
  top: 10px;
}

.icon-menu.active .sw-topper {
  top: 8px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.icon-menu.active .sw-bottom {
  top: 5px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.icon-menu.active .sw-footer {
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
  display: none !important;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  background: #dc3232;
  color: #fff; /* Red */
  font-size: 10px !important;
  font-weight: normal;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1px 3px;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
  transform-origin: 8px 8px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 2000ms;
    animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.wpcf7-form-control-wrap {
  position: static !important;
}

.wpcf7-form.submitting .ajax-loader {
  visibility: visible;
  opacity: 1;
}

.wpcf7-form .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url(../images/loader.svg) center no-repeat;
  background-size: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 500;
  border-radius: 5px;
}

.fancybox-bg {
  background: #000;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.fancybox-content {
  border-radius: 5px;
  width: 100%;
  -webkit-box-shadow: 0px 37px 35px 0px rgba(33, 36, 40, 0.2);
  box-shadow: 0px 37px 35px 0px rgba(33, 36, 40, 0.2);
}

.fancybox-content.modals__order {
  max-width: 600px;
}

.fancybox-content.modals__product {
  max-width: 1170px;
}

@media screen and (max-width: 991px) {
  .fancybox-content.modals__product {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fancybox-content .form {
  max-width: 300px;
  margin: 0 auto;
}

.fancybox-content .title {
  font-size: 18px;
}

.fancybox-content .title:before {
  width: 94px;
  height: 37px;
}

.success-send .title {
  margin: 0;
}

.success-send .title:before {
  display: none;
}

.success-send-check {
  width: 80px;
  margin: 0 auto 20px;
}

.checkmark {
  stroke: #55BD40;
  stroke-dashoffset: 745.7485351563;
  stroke-dasharray: 745.7485351563;
}

.checkmark.animate {
  -webkit-animation: dash 2s ease-out forwards;
  animation: dash 2s ease-out forwards;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 745.7485351563;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.delivery-row {
  position: relative;
}

.delivery-row label {
  height: 0;
  position: relative;
  z-index: 300;
  pointer-events: none;
  padding-left: 25px;
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.delivery-row .nice-select .current {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #EFEFEF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: inherit;
  font-size: 17px;
  font-weight: normal;
  height: 67px;
  outline: none;
  padding-left: 25px;
  padding-right: 37px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  z-index: 290;
}

.nice-select:after {
  border-bottom: 2px solid #70737C;
  border-right: 2px solid #70737C;
  content: "";
  display: block;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 8px;
  width: 8px;
}

.nice-select .current {
  font-weight: 500;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #f4f4f4;
  color: #9B9B9B;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #a5a7ad;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #EFEFEF;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1) translateY(-20px);
  transform: scale(1) translateY(-20px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 65px;
  list-style: none;
  min-height: 65px;
  outline: none;
  padding-left: 25px;
  padding-right: 36px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #9B9B9B;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

@media screen and (max-width: 1000px) {
  .header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
    -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 550px) {
  .header .icon-menu,
.header .btn.cart-prev,
.header .header__telegram .btn {
    width: 45px;
    height: 45px;
  }
	.accoount_icon_link {
		width: 45px;
    	height: 45px !important;
	}
	
  .header .icon-menu .icon-telegram,
.header .icon-menu .icon-cart,
.header .btn.cart-prev .icon-telegram,
.header .btn.cart-prev .icon-cart,
.header .header__telegram .btn .icon-telegram,
.header .header__telegram .btn .icon-cart {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 33px 15px 23px;
}

@media screen and (max-width: 1000px) {
  .header__top {
    padding: 14px 0;
  }
}
.header__desc {
  color: #949494;
  font-size: 12px;
  max-width: 280px;
  margin: 0 30px;
  line-height: 1.5;
  padding-bottom: 7px;
}

@media screen and (max-width: 1100px) {
  .header__desc {
    display: none;
  }
}


@media screen and (max-width: 440px) {
  .header .icon-menu,
.header .btn.cart-prev,
.header .header__telegram .btn {
    width: 35px !important;
    height: 35px !important;
  }
	.popup-form {
    width: 100% !important;
}
	.icon-menu {
    margin-left: 15px !important;
    padding: 10px 8px !important;
}
	.header__wildd img, .header__ozonn img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 5px;
}
	.accoount_icon_link {
		width: 35px;
    	height: 35px !important;
	}
	.header__ozonn.ml-auto,.header__wildd.ml-auto,.header__telegram,.header__cart {
    margin-right: 8px !important
	}
	.icon-menu {
		margin-left: 8px
	}
	.sw-topper, .sw-bottom, .sw-footer{
		height: 1px !important;
	}
}


.header__logo {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

@media screen and (max-width: 1000px) {
  .header__logo {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@media screen and (max-width: 359px) {
  .header__logo {
    margin-right: auto;
  }
}
.logo {
  display: block;
  width: 187px;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 550px) {
  .logo {
    width: 150px;
  }
}
.header__telegram {
  margin-right: 24px;
}

@media screen and (max-width: 550px) {
  .header__telegram {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header__telegram .btn {
    padding: 0;
    width: 54px;
  }
  .header__telegram .btn span:not(.icon-telegram) {
    display: none;
  }
  .header__telegram .btn .icon-telegram {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  .header__telegram {
    display: none;
  }
}
.header__shop {
  margin-right: 19px;
  width: 180px;
}

.header__shop .btn {
  width: 100%;
}
.header__shop ._shop_ozon::before{
	background: linear-gradient(180deg, #1B63F5 0%, #1449B7 100%) !important;
}
.footer__shop ._shop_ozon::before{
	background: linear-gradient(180deg, #1B63F5 0%, #1449B7 100%) !important;
}
.header__shop ._shop_ozon:not(:disabled):hover{
	background: linear-gradient(180deg, #1B63F5 0%, #1449B7 100%) !important;
}
.footer__shop ._shop_ozon:not(:disabled):hover{
	background: linear-gradient(180deg, #1B63F5 0%, #1449B7 100%) !important;
}


@media screen and (max-width: 1000px) {
  .header__shop {
    display: none;
  }
}
.header__nav {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}

.header__nav ul > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__nav ul > li:not(:last-child) {
  border-right: 2px solid #F0F0F0;
}

.header__nav ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 71px;
  color: #232323;
}

@media (hover: hover) {
  .header__nav ul > li > a:hover {
    background: #1795D2;
    color: #fff;
  }
}
.header__nav ul > li ul {
  display: none;
}

@media screen and (max-width: 1000px) {
  .header__nav {
    position: fixed;
    top: 95px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 800;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header__nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .header__nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #F0F0F0;
  }
  .header__nav > ul > li {
    width: 100%;
    border-top: 1px solid #F0F0F0;
  }
  .header__nav > ul > li > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px;
  }
  .header__nav .header__shop {
    display: block;
    padding: 20px 20px;
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  .header__nav {
    top: 82px;
  }
}
@media screen and (min-width: 1000px) {
  .wrapper._home .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
  }
}
@media screen and (max-width: 1000px) {
  .wrapper {
    padding-top: 95px;
  }
}
@media screen and (max-width: 550px) {
  .wrapper {
    padding-top: 82px;
  }
}
.main {
  padding: 34px 0 50px;
}

.breadcrumbs {
  line-height: 1.15;
  color: #1795D2;
  margin-bottom: 34px;
}

.breadcrumbs span {
  color: #000;
}

.breadcrumbs a {
  color: #000;
  border-bottom: 1px solid transparent;
}

@media (hover: hover) {
  .breadcrumbs a:hover {
    border-color: #000;
  }
}
.breadcrumbs strong {
  color: #1795D2;
  font-weight: normal;
}

.breadcrumbs strong span {
  color: #1795D2;
}

.offer {
  padding: 232px 0 50px;
}

.offer .content {
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 1000px) {
  .offer {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .offer {
    padding-top: 55px;
  }
}
.offer__text {
  color: #9B9B9B;
  font-size: 2.6rem;
  line-height: 1.4;
  max-width: 690px;
  width: 58%;  
    margin-bottom: 91px;
    padding-top: 81px;	
	
	
}

.offer__text h1{
	font-weight: 800;
	color: #72C43C;
}
.offer__text span{
	font-weight: 800;
	color: #158FD0;
}

.offer__text h1,
.offer__text h2 {
  font-size: 2.2em;
  margin-bottom: 25px;
  line-height: 1.1;
}

@media screen and (max-width: 1000px) {
  .offer__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .offer__text {
    width: 100%;
    font-size: 17px;
	padding-top: 0px;
  }
}
.offer__thumb {
  position: absolute;
  left: 53.5%;
  top: 6px;
  width: 53%;
  z-index: -1;
}

.offer__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .offer__thumb {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .offer__thumb {
    position: static;
    width: 90%;
    margin-bottom: 20px;
  }
}
.offer-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 600px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.offer-form__item {
  width: calc(50% - 10px);
  margin-bottom: 10px;
  position: relative;
}

.offer-form__item .btn {
  height: 75px;
}

.offer-form__item input[type=tel] {
  background: #fff url(../images/input-phone.svg) calc(100% - 28px) 0 no-repeat;
}

@media screen and (max-width: 640px) {
  .offer-form__item {
    width: 100%;
  }
}
.offer-form__label {
  font-size: 14px;
  margin-bottom: 10px;
}

.offer-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 930px;
  margin: 0 -5px;
  padding-top: 41px;
}

.offer-benefit__item {
  width: calc(33.3333% - 10px);
  margin: 0 5px 10px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 22px 100px 22px 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.4;
  min-height: 95px;
}

.offer-benefit__item .offer-benefit__icon:after {
  background: #1795D2;
	display: none;
}

@media screen and (max-width: 767px) {
  .offer-benefit__item {
    width: calc(100% - 10px);
  }
}
.offer-benefit__icon {
  position: absolute;
  z-index: 100;
  width: 97px;
  height: 95px;
  right: 15px;
  top: 50%;
  margin-top: -47px;
}

.offer-benefit__icon img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.offer-benefit__icon:after {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
  border-radius: 50%;
  background: #55BD40;
  width: 45px;
  height: 45px;
}

.catalog {
  padding-top: 51px;
}

.catalog .title-45 {
  text-align: center;
  margin-bottom: 43px;
}

.tubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}

@media screen and (max-width: 1000px) {
  .tubs {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tubs {
    white-space: nowrap;
    overflow-x: auto;
  }
}
.tubs li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  padding: 0 15px 20px;
}

.tubs li a {
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  .tubs li a {
    font-size: 15px;
  }
}
.tubs li a.active {
  color: #55BD40;
}

@media (hover: hover) {
  .tubs li a:not(.active):hover {
    color: #1795D2;
  }
}
.catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

@media screen and (max-width: 1000px) {
  .catalog-list {
    margin: 0 -15px;
  }
}
.catalog-list .product-item {
  width: calc(33.333% - 40px);
  margin: 0 20px 40px;
  padding: 17px 22px 45px;
}

@media screen and (max-width: 1000px) {
  .catalog-list .product-item {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media screen and (max-width: 680px) {
  .catalog-list .product-item {
    width: calc(100% - 30px);
  }
}
.catalog-list .product-item .product-item__thumb {
  margin-left: -11px;
  margin-right: -11px;
  padding-bottom: 100%;
  margin-bottom: 45px;
}

.catalog-list .product-item .product-item__rating {
  margin-bottom: 10px;
}

.catalog-list .product-item .product-item__title {
  margin-bottom: 15px;
}

.catalog-list .product-item .product-item__desc {
  -webkit-line-clamp: 6;
  margin-bottom: 0;
}

.catalog-list .product-item .product-item__link {
  color: #1795D2;
  text-decoration: underline;
  font-size: 12px;
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (hover: hover) {
  .catalog-list .product-item .product-item__link:hover {
    color: #55BD40;
  }
}
.catalog-list .product-item .product-item__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 20px;
}

.catalog-list .product-item .product-item__btn .btn._cart-small {
  width: 62px;
  height: 62px;
  margin-left: 15px;
}

.catalog-list .product-item .product-item__btn .btn._cart-small .icon-cart {
  width: 28px;
  height: 28px;
}

.catalog-list .product-item .product-item__btn .btn._click {
  width: calc(100% - 77px);
  max-width: 230px;
  padding: 0 15px;
}

.catalog-list .product-item .product-item__variations {
  padding-bottom: 10px;
}

.catalog-list .product-item .product-item__variations .variations {
  display: block;
}

.catalog-list .product-item .product-item__variations .variations .button-variable-item {
  height: 40px;
  padding: 0 25px;
  font-size: 13px;
  -webkit-box-shadow: inset 0px -1.99334px 3.98669px rgba(255, 255, 255, 0.25), inset 0px 1.99334px 3.98669px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px -1.99334px 3.98669px rgba(255, 255, 255, 0.25), inset 0px 1.99334px 3.98669px rgba(255, 255, 255, 0.25);
}

.catalog-list .product-item .product-item__variations .variations .label {
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.15;
  margin-bottom: 18px;
}

.catalog-list .product-item .product-item__variations .variations .label .woo-selected-variation-item-name {
  display: none;
}

.catalog-list .product-item .product-item__variations .variations tr,
.catalog-list .product-item .product-item__variations .variations tbody {
  display: block;
}

.c-load-more {
  text-align: center;
  padding-top: 10px;
}

.load-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  color: #1795D2;
}

.load-more svg {
  margin-right: 17px;
}

@media (hover: hover) {
  .load-more:hover {
    color: #55BD40;
  }
}
.about {
  padding: 67px 0 38px;
  background: url(../images/about-bg.webp) center 100px no-repeat;
}

.about__title_main{
	font-size: 35px;
}

@media screen and (max-width: 1000px) {
  .about {
    background: 0;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-top: 50px;
  }
}
.about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 52px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about__title {
  width: calc(50% - 15px);
  max-width: 551px;
}

@media screen and (max-width: 1000px) {
  .about__title {
    width: 100%;
    max-width: inherit;
  }
}
.about__desc {
  width: calc(50% - 15px);
  max-width: 522px;
}

.about__desc .text {
  font-size: 25px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .about__desc .text {
    font-size: 17px;
  }
}
.about__desc .btn {
  height: 75px;
  width: 100%;
  max-width: 465px;
}

.about__desc .btn .icon-telegram {
  width: 32px;
  height: 32px;
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .about__desc .btn {
    white-space: normal;
  }
}
@media screen and (max-width: 1000px) {
  .about__desc {
    width: 100%;
    max-width: inherit;
  }
}
.about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__list .about-item {
  width: calc(50% - 20px);
  max-width: 550px;
}

@media screen and (max-width: 767px) {
  .about__list .about-item {
    width: 100%;
  }
}
.about-item {
  position: relative;
  padding-left: 79px;
  margin-bottom: 55px;
  padding-top: 7px;
}

.about-item .text {
  font-size: 1.7rem;
  max-width: 442px;
  line-height: 1.53;
  padding-top: 2px;
}

.about-item .text.max-451 {
  max-width: 451px;
}

@media screen and (max-width: 767px) {
  .about-item {
    padding-top: 14px;
    margin-bottom: 30px;
  }
}
.about-item__icon {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.production_2{
	padding: 90px 0;
	background: url(../images/production_2__bg.png) center no-repeat;
	color: #fff;
}
.production_2 h2{
	color: #46B4E7;
	font-weight: 400;
	margin-bottom: 71px;
}
.production_2__title::after{
	display: none !important;
}
.production_2 ul{
	font-size: 26px;
	/* text-transform: uppercase; */
	margin-bottom: 75px;
}
.production_2 li{
	padding-bottom: 5px !important;
}
.production_2 li::marker{
	color: #55BD40;
}
.production_2 .social__title{
	/* text-transform: uppercase; */
	font-weight: 500;
	font-size: 28px;
	line-height: 105%;
	margin-bottom: 25px;
}
.production_2 .social__dscr{
	font-weight: 500;
	font-size: 28px;
	margin-bottom: 25px;
}
.production_2 .messenger{
	display: flex;
	gap: 20px;
}
.production_2 .messenger li img{
	width: 72px;
}
.production_2 .messenger li{
	padding: 0 !important;
}

@media (max-width: 600px){
	.production_2{
		padding: 54px 0;
		background: url(../images/production_2__bg__media.png) center no-repeat;
		height: 1050px;
	}
	.production_2 h2{
		margin-bottom: 20px;
		font-size: 44px;
		text-align: center;
	}
	.production_2 ul{
		font-size: 13px;
		font-weight: 500;
		margin-bottom: 30px;
	}
	.production_2 .social__title{
		font-size: 13px;
		margin-bottom: 10px;
		text-align: center;
	}
	.production_2 .social__dscr{
		font-size: 16px;
		margin-bottom: 20px;
		text-align: center;
	}
	.production_2 .messenger{
		gap: 15px;
		justify-content: center;
	}
	.production_2 .messenger li img{
		width: 55px;
	}
}

.production {
  background: url(../images/production-bg.webp) center no-repeat;
  background-size: cover;
  padding: 175px 0 137px;
  color: #fff;
  position: relative;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .production {
    padding-top: 70px;
    padding-bottom: 220px;
  }
}
.production__content {
  max-width: 625px;
}

@media screen and (max-width: 767px) {
  .production__content {
    max-width: inherit;
  }
}
.production__content .text {
  font-size: 2rem;
  color: inherit;
  line-height: 1.65;
}

@media screen and (max-width: 1000px) {
  .production__content .text {
    max-width: 400px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .production__content .text {
    max-width: inherit;
  }
}
.production__content .title-52:after {
  width: 221px;
  height: 8px;
  max-width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#F1C529), color-stop(112.67%, rgba(217, 217, 217, 0)));
  background: linear-gradient(90deg, #F1C529 0%, rgba(217, 217, 217, 0) 112.67%);
  margin-top: 20px;
}

.reasons {
  position: relative;
  z-index: 200;
  padding: 35px 0 0;
}

@media screen and (max-width: 767px) {
  .reasons {
    padding-bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75.7%, rgba(255, 255, 255, 0)), to(#FFFBFB)), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7))), #D9D9D9;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 75.7%, #FFFBFB 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), #D9D9D9;
  }
}
.reasons .content {
  position: relative;
  z-index: 200;
}

.reasons:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 1200px;
  background: url(../images/why-bg.webp) center 0 no-repeat;
}

@media screen and (max-width: 767px) {
  .reasons:after {
    background: 0;
    display: none;
  }
}
.reasons:before {
  position: absolute;
  z-index: 2;
  top: 35px;
  left: 0;
  width: 100%;
/*   height: 785px; */
  height: 900px;
/*   background: url(../images/why-sheets.webp) center 0 no-repeat; */
  background: url(../images/why-sheets-new.png) center 0 no-repeat;
}

@media screen and (max-width: 1000px) {
  .reasons:before {
    display: none;
    background: 0;
  }
}
.reasons .title-52 {
  width: 56%;
  line-height: 1.26;
  max-width: 600px;
}

.reasons .title-52 span {
  color: #55BD40;
  display: inline;
}

@media screen and (max-width: 767px) {
  .reasons .title-52 {
    width: 100%;
  }
}
.reasons__thumb {
  position: absolute;
  left: 49%;
  top: 0;
  transform: translateY(-75%);
  max-width: 663px;
  width: 54%;
  z-index: 200;
}

.reasons__thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.reasons__thumb:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	transform: translate(-39%, -89%);
width: 61%;
    height: 58%;
	border-radius: 50%;
	background: #55BD40;
	filter: blur(100px);
}
.reasons__thumb:after {
width: 107%;
    height: 125%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../images/sheet.webp) center no-repeat;
  background-size: contain;
  transform: translate(30%, -9%);
}

@media screen and (max-width: 767px) {
  .reasons__thumb {
    position: relative;
    left: auto;
    -webkit-transform: none;
    transform: none;
    width: 94%;
    max-width: 450px;
    margin: -200px auto 10px;
  }
}
.reasons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 72px;
  margin: 0 -9px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1100px) {
  .reasons__list {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .reasons__list {
    padding-top: 15px;
  }
}
.reason {
  width: calc(33.3333% - 18px);
  margin: 0 9px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(rgba(189, 189, 189, 0)));
  background: linear-gradient(180deg, #F1F1F1 0%, rgba(189, 189, 189, 0) 100%);
  border-radius: 5px;
  min-height: 598px;
  padding: 46px 30px 50px 30px;
  line-height: 1.53;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .reason {
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    min-height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .reason {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.reason .reason__number {
  line-height: 0.9;
  font-weight: 800;
  font-size: 17.6rem;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .reason .reason__number {
    font-size: 11rem;
  }
}
.reason .reason__title {
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 18px;
}

.reason .reason__title:after {
  width: 230px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#46B4E7), color-stop(50.34%, rgba(85, 189, 64, 0)));
  background: linear-gradient(90deg, #46B4E7 0%, rgba(85, 189, 64, 0) 50.34%);
  margin-top: 16px;
  max-width: 100%;
}

@media screen and (max-width: 1000px) {
  .reason .reason__title {
    font-size: 2rem;
  }
}
.reason .reason__desc {
  max-width: 310px;
}

@media screen and (min-width: 767px) {
  .reason:nth-child(2) {
    margin-top: 103px;
  }
  .reason:nth-child(3) {
    margin-top: 206px;
  }
}
.reason .reason__icon {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1000px) {
  .reason .reason__icon img {
    -webkit-transform: translate(25%, -25%) scale(0.5);
    transform: translate(25%, -25%) scale(0.5);
  }
}
.reviews {
  position: relative;
  z-index: 300;
  padding: 67px 0 40px;
}

@media screen and (min-width: 1201px) {
  .reviews .content {
    min-height: 810px;
  }
}
@media screen and (max-width: 1000px) {
  .reviews {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .reviews {
    padding-top: 60px;
  }
}
.reviews .content {
  position: relative;
  z-index: 100;
}

.reviews .content > .text {
  font-size: 2rem;
  max-width: 455px;
  margin-bottom: 34px;
}

@media screen and (max-width: 1000px) {
  .reviews .content > .text {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .reviews .content > .text {
    font-size: 17px;
  }
}
.reviews .title-45 {
  line-height: 1.36;
  max-width: 540px;
}

@media screen and (max-width: 1000px) {
  .reviews .title-45 {
    max-width: 700px;
  }
}
.reviews .title-45 span {
  display: inline;
}

.reviews__desc {
  padding-bottom: 1px;
}

.reviews__desc .about-item {
  max-width: 561px;
}

.reviews__desc .about-item .text {
  font-size: 15px;
}

@media screen and (min-width: 767px) {
  .reviews__desc .about-item {
    margin-bottom: 65px;
  }
  .reviews__desc .about-item:nth-child(1) {
    margin-left: 52px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) and (min-width: 1000px) {
  .reviews__desc .about-item:nth-child(1) {
    margin-left: 20px;
  }
}
@media screen and (min-width: 767px) {
  .reviews__desc .about-item:nth-child(2) {
    margin-left: 170px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) and (min-width: 1000px) {
  .reviews__desc .about-item:nth-child(2) {
    margin-left: 40px;
  }
}
.reviews__thumb {
  position: absolute;
  width: 67%;
  bottom: -40px;
  left: 56.5%;
  max-width: 823px;
}

.reviews__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.reviews__thumb .btn {
  position: absolute;
  top: -0.5%;
  left: 0%;
}

@media screen and (max-width: 1000px) {
  .reviews__thumb .btn {
    -webkit-transform: translate(-10%, -10%) scale(0.8);
    transform: translate(-10%, -10%) scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .reviews__thumb .btn {
    -webkit-transform: translate(-40%, -40%) scale(0.6);
    transform: translate(-40%, -40%) scale(0.6);
  }
}
@media screen and (max-width: 1000px) {
  .reviews__thumb {
    position: relative;
    left: auto;
    bottom: auto;
    width: 80%;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .reviews__thumb {
    margin-top: 50px;
    width: 87%;
  }
}
.benefits {
  background: #131526;
  color: #7C7C7C;
  font-size: 12px;
  line-height: 1.4;
  padding: 114px 0 90px;
  position: relative;
  z-index: 300;
  overflow: hidden;
}

.benefits:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/about-product-bg.webp) center no-repeat;
  background-size: cover;
  opacity: 0.2;
}

@media screen and (max-width: 767px) {
  .benefits {
    padding-top: 70px;
  }
}
.benefits__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #FFFFFF;
  font-weight: 900;
  font-size: 18.5rem;
  white-space: nowrap;
  line-height: 0.73;
  mix-blend-mode: overlay;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 1000px) {
  .benefits__text {
    font-size: 13vw;
  }
}
.benefits__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 100;
}

.benefits__col {
  width: 25.5%;
}

@media screen and (min-width: 1000px) {
  .benefits__col:nth-child(1) {
    text-align: right;
  }
  .benefits__col:nth-child(1) .benefit:nth-child(odd) {
    margin-left: auto;
  }
  .benefits__col:nth-child(1) .benefit:nth-child(even) {
    margin-right: 30px;
  }
  .benefits__col:nth-child(2) .benefit:nth-child(even) {
    margin-left: 30px;
  }
  .benefits__col:nth-child(2) .benefit:after {
    background: url(../images/dott-right.svg) 0 0 no-repeat;
    left: auto;
    right: calc(100% + 20px);
  }
}
@media screen and (max-width: 1000px) {
  .benefits__col {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 640px) {
  .benefits__col {
    width: 100%;
  }
}
.benefit {
  position: relative;
  max-width: 275px;
  min-height: 114px;
  margin-bottom: 40px;
}

.benefit:first-child {
  margin-bottom: 53px;
}

.benefit strong {
  color: #fff;
  font-weight: 600;
}

.benefit:after {
  position: absolute;
  background: url(../images/dott-left.svg) 0 0 no-repeat;
  width: 170px;
  height: 60px;
  left: calc(100% + 20px);
  top: 3px;
}

@media screen and (max-width: 1000px) {
  .benefit:after {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    background: url(../images/list.svg) 0 0 no-repeat;
  }
}
@media screen and (max-width: 1000px) {
  .benefit {
    max-width: 400px;
    padding-left: 60px;
    min-height: 1px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 640px) {
  .benefit {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
}
.benefits__thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36%;
  max-width: 429px;
  z-index: 100;
}

.benefits__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.benefits__thumb:after {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 154%;
  height: 156%;
  background: url(../images/about-product-glow.svg) center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1000px) {
  .benefits__thumb {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    margin: 0 auto;
    max-width: 350px;
  }
}
.contacts .content {
  padding: 160px 15px 27px;
  position: relative;
  z-index: 300;
}

@media screen and (max-width: 1000px) {
  .contacts .content {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .contacts .content {
    padding-top: 50px;
  }
}
.contacts__thumb {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 134%;
  max-width: 1637px;
  -webkit-transform: translateX(-21%);
  transform: translateX(-21%);
}

.contacts__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .contacts__thumb {
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 205%;
    left: -15px;
    bottom: -27px;
  }
}
.contacts__content {
  width: 49.5%;
  margin-left: auto;
}

.contacts__content .title-45 {
  margin-bottom: 11px;
}

.contacts__content .title-45:after {
  width: 274px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#F1C529), color-stop(0.01%, #55BD40), color-stop(112.67%, rgba(217, 217, 217, 0)));
  background: linear-gradient(90deg, #F1C529 0%, #55BD40 0.01%, rgba(217, 217, 217, 0) 112.67%);
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .contacts__content .title-45:after {
    width: 160px;
    height: 3px;
  }
}
.contacts__content .text {
  line-height: 1.9;
  max-width: 460px;
  color: #161616;
  margin-bottom: 24px;
}

@media screen and (max-width: 1000px) {
  .contacts__content {
    width: 100%;
  }
}
.contacts__messenger {
  padding-bottom: 20px;
}

.messenger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.messenger li {
  padding: 0 10px 10px;
}

.messenger li a img {
  display: block;
  width: 69px;
  height: 69px;
}

@media screen and (max-width: 767px) {
  .messenger li a img {
    width: 45px;
    height: 45px;
  }
}
@media (hover: hover) {
  .messenger li a:hover {
    opacity: 0.8;
  }
}
.contacts__copmany {
  line-height: 1.44;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17px;
}

.documents li {
  padding: 0 17px 20px;
}

.documents li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  text-decoration: underline;
}

.documents li a img {
  margin-right: 22px;
}

@media (hover: hover) {
  .documents li a:hover {
    color: #1795D2;
  }
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 988px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product__left {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .product__left {
    width: 100%;
  }
}
.product__gallery {
  background: #F8F8F8;
  border-radius: 12px;
  padding: 35px;
}

.product__gallery a:not(.thumb) {
  display: none;
}

@media screen and (max-width: 1000px) {
  .product__gallery {
    padding: 25px;
  }
}
.product__gallery-item {
  padding-bottom: 110.7%;
}

.product__right {
  width: 51%;
}

@media screen and (max-width: 767px) {
  .product__right {
    width: 100%;
    padding-top: 20px;
  }
}
.product__text {
  margin-bottom: 36px;
}

.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 21px;
}

.product__price .product__price-current {
  font-weight: 700;
  font-size: 4.3rem;
}

.product__price .product__price-old {
  margin-left: 17px;
  text-decoration: line-through;
  color: #DBDBDB;
  font-size: 2rem;
}

.woocommerce-variation-price {
  display: block;
  margin-bottom: 20px;
}

.woocommerce-variation-price > .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce-variation-price > .price > ins, .woocommerce-variation-price > .price > .woocommerce-Price-amount {
  font-weight: 700;
  font-size: 4.3rem;
}

.woocommerce-variation-price > .price > del {
  margin-left: 17px;
  text-decoration: line-through;
  color: #DBDBDB;
  font-size: 2rem;
}

.woocommerce-variation-price ins {
  text-decoration: none;
}

.woocommerce-variation-price del {
  text-decoration: none;
}

.product__variable {
  margin-bottom: 16px;
}

.variations {
  width: 100%;
}

.variations .reset_variations,
.variations .label {
  display: none;
}

.variations .variable-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.variations .variable-items-wrapper .button-variable-item {
  margin: 0 10px 10px 0;
  height: 45px;
  font-size: 15px;
  font-weight: 500;
  padding: 0 30px;
}

.variations .variable-items-wrapper .button-variable-item:before {
  border: 1px solid #1795D2;
  opacity: 0;
}

.variations .variable-items-wrapper .button-variable-item:not(.selected) {
  background: 0;
  color: #1795D2;
}

.variations .variable-items-wrapper .button-variable-item:not(.selected):before {
  opacity: 1;
}

@media (hover: hover) {
  .variations .variable-items-wrapper .button-variable-item:not(.selected):hover {
    background: #1795D2;
    color: #fff;
  }
  .variations .variable-items-wrapper .button-variable-item:not(.selected):hover:before {
    opacity: 0;
  }
}
.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.product__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #E8E8E8;
  width: 154px;
  border-radius: 5px;
  padding-left: 5px;
}

.product__quantity .quantity-label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 13.5px;
}

.quantity {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 13px;
  border-right: 1px solid #E8E8E8;
}

.quantity a.wac-btn-inc,
.quantity a.wac-btn-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-weight: normal;
  border-radius: 3px;
  padding-bottom: 1px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.quantity a.wac-btn-inc.wac-btn-sub,
.quantity a.wac-btn-sub.wac-btn-sub {
  font-size: 20px;
  padding-bottom: 3px;
}

@media (hover: hover) {
  .quantity a.wac-btn-inc:hover,
.quantity a.wac-btn-sub:hover {
    background: #1795D2;
    color: #fff;
  }
}
.quantity .qty {
  width: 30px;
  padding: 0;
  border: 0;
  height: 43px;
  text-align: center;
  border-radius: 0;
  font-size: 13.5px;
}

.product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -4px;
}

.product__buttons .btn {
  width: 196px;
  font-size: 12px;
  font-weight: 600;
  height: 52px;
  margin: 0 4px 8px !important;
}

@media screen and (max-width: 1000px) {
  .product__buttons .btn {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 359px) {
  .product__buttons .btn {
    width: calc(100% - 8px);
  }
}
.product-desc {
  max-width: 980px;
  padding-bottom: 20px;
}

.product-desc .text {
  padding-top: 0px;
}

.product-benefits__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1113px;
  padding-top: 25px;
}

.product-benefit {
  width: calc(50% - 27px);
  position: relative;
  padding: 70px 0 53px 87px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .product-benefit {
    width: 100%;
    padding: 66px 0 53px 55px;
  }
}
.product-benefit__number {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  font-size: 12.3rem;
  font-weight: 700;
  line-height: 0.9;
  z-index: -1;
}

.product-related {
  padding-top: 27px;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -35px;
  padding-top: 27px;
}

@media screen and (max-width: 1200px) {
  .product-list {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 767px) {
  .product-list {
    padding-top: 10px;
  }
}
.product-item {
  width: calc(33.3333% - 70px);
  margin: 0 35px 35px;
  background: #FFFFFF;
  border: 2px solid #EFEFEF;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 25px 28px 50px;
}

@media (hover: hover) {
  .product-item:hover {
    border-color: #1795D2;
  }
}
@media screen and (max-width: 1200px) {
  .product-item {
    width: calc(33.3333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .product-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .product-item {
    width: calc(100% - 30px);
    padding: 20px 20px 45px 20px;
  }
}
.product-item__thumb {
  padding-bottom: 94%;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 20px;
}

.product-item__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.15;
  margin-bottom: 10px;
}

.product-item__title span {
  color: #1795D2;
  display: inline-block;
}

@media (hover: hover) {
  .product-item__title:hover {
    color: #1795D2;
  }
}
.product-item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  color: #C2C2C2;
  font-size: 10px;
}

.product-item__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.product-item__desc {
  font-size: 12px;
  margin-bottom: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.15;
  margin-top: auto;
}

.product-item__price-current {
  font-weight: 700;
  font-size: 4.3rem;
  white-space: nowrap;
}

.product-item__price-old {
  text-decoration: line-through;
  color: #DBDBDB;
  font-size: 2rem;
  margin-left: 1.5rem;
  white-space: nowrap;
}

.product-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 100;
}

.product-item__tags li {
  padding-left: 5px;
}

.product-item__tags li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
}

.footer {
  background: #161725;
  color: #878787;
  padding: 40px 0 0;
  position: relative;
  z-index: 300;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__row._last {
  margin-bottom: 40px;
  margin-top: -15px;
}

@media screen and (max-width: 640px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.logo-footer {
  width: 265px;
  display: block;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
	transform: translateY(-13px);
}

.logo-footer img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .logo-footer {
    width: 200px;
  }
}
.footer__text {
  margin-left: 55px;
  font-size: 12px;
  max-width: 280px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .footer__text {
    margin-left: 0;
    padding-top: 20px;
    text-align: center;
  }
}
.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .footer__buttons {
    width: 100%;
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  .footer__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__telegram,
.footer__shop {
  min-width: 180px;
}

.footer__telegram .btn,
.footer__shop .btn {
  width: 100%;
}

.footer__shop {
  margin-left: 24px;
}

@media screen and (max-width: 640px) {
  .footer__shop {
    margin: 10px 0 0 0;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav ul {
  margin-right: 80px;
}

@media screen and (max-width: 1100px) {
  .footer__nav ul {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .footer__nav ul {
    margin: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width: 640px) {
  .footer__nav ul {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}
.footer__nav ul li {
  margin-bottom: 12px;
  font-weight: 500;
}

@media (hover: hover) {
  .footer__nav ul li a:hover {
    color: #1795D2;
  }
}
@media screen and (max-width: 1000px) {
  .footer__nav {
    width: 100%;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__company {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: auto;
  text-align: right;
  text-transform: uppercase;
  line-height: 1.4;
  color: #4E4F56;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .footer__company {
    text-align: center;
    width: 100%;
  }
}
.footer__copyright {
  color: #646468;
  font-weight: 500;
  margin: 0 auto;
  padding-left: 200px;
  line-height: 1.4;
}

@media (hover: hover) {
  .footer__copyright a:hover {
    color: #1795D2;
  }
}
@media screen and (max-width: 1100px) {
  .footer__copyright {
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .footer__copyright {
    margin: 0;
    padding-bottom: 15px;
    text-align: center;
  }
}
.footer__developer {
  color: #646468;
  text-decoration: underline;
}

@media (hover: hover) {
  .footer__developer:hover {
    color: #1795D2;
  }
}
.main__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1F2533;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main__content {
  width: calc(100% - 405px);
  max-width: 750px;
}

@media screen and (max-width: 1000px) {
  .main__content {
    width: 100%;
    max-width: inherit;
  }
}
.main__aside {
  width: 375px;
}

@media screen and (max-width: 1000px) {
  .main__aside {
    padding-top: 30px;
    width: 100%;
    height: auto !important;
  }
  .main__aside .inner-wrapper-sticky {
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100% !important;
  }
}
.sidebar {
  border: 1px solid #EFEFEF;
  -webkit-box-shadow: 0px 4px 13px rgba(207, 207, 207, 0.25);
  box-shadow: 0px 4px 13px rgba(207, 207, 207, 0.25);
  border-radius: 13px;
  padding: 25px 35px 35px;
  width: 375px;
}

@media screen and (max-width: 1000px) {
  .sidebar {
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }
}
.sidebar__fields {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 10px;
  margin-bottom: 22px;
}

.sidebar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  padding-top: 6px;
}

.sidebar__price {
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
}

.sidebar__count {
  color: #70737C;
}

.sidebar__count strong {
  font-weight: 600;
}

.main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.6;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 25px;
}

.main__head h1 {
  margin-right: 30px;
}

.main__head .main__cart-total {
  color: #70737C;
  font-size: 2.6rem;
  margin-bottom: 20px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .main__head .main__cart-total {
    font-size: 2rem;
  }
}
.woocommerce-cart-form {
  margin-bottom: 60px;
}

.woocommerce-cart-form table {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .woocommerce-cart-form table {
    display: block;
  }
}
.woocommerce-cart-form table thead th,
.woocommerce-cart-form table thead td {
  color: #70737C;
  line-height: 1.8;
  font-weight: normal;
  padding-bottom: 12px;
  padding-left: 7px;
  padding-right: 7px;
}

.woocommerce-cart-form table thead th:first-child,
.woocommerce-cart-form table thead td:first-child {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .woocommerce-cart-form table thead {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-cart-form table tbody {
    display: block;
  }
  .woocommerce-cart-form table tbody tr {
    display: block;
    border-bottom: 1px solid #EFEFEF;
    padding: 20px 0 10px;
  }
}
.woocommerce-cart-form table tbody td {
  padding: 17px 7px 26px;
  border-bottom: 1px solid #EFEFEF;
}

.woocommerce-cart-form table tbody td:first-child {
  text-align: left;
}

.woocommerce-cart-form table tbody td:nth-child(3) {
  width: 150px;
}

@media screen and (max-width: 767px) {
  .woocommerce-cart-form table tbody td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
    border-bottom: 0;
    text-align: left;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .woocommerce-cart-form table tbody td .quantity {
    margin: 0;
  }
  .woocommerce-cart-form table tbody td[data-title]:before {
    content: attr(data-title) ":";
    font-size: 11px;
    padding-right: 15px;
    min-width: 85px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.woocommerce-cart-form .woocommerce-Price-amount {
  white-space: nowrap;
  font-weight: 700;
  font-size: 2rem;
}

.woocommerce-cart-form .product-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.woocommerce-cart-form .product-group .remove-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #E55C5C;
  border-radius: 50%;
  position: absolute;
  z-index: 100;
  left: -6px;
  top: -6px;
}

@media (hover: hover) {
  .woocommerce-cart-form .product-group .remove-product:hover {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
.woocommerce-cart-form .product-group .product-group__text {
  max-width: 210px;
}

@media screen and (max-width: 767px) {
  .woocommerce-cart-form .product-group .product-group__text {
    max-width: inherit;
  }
}
.woocommerce-cart-form .product-group .product-group__text .product-group__name {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 7px;
  display: block;
}

.woocommerce-cart-form .product-group .product-group__text .product-group__name span {
  display: inline-block;
}

@media (hover: hover) {
  .woocommerce-cart-form .product-group .product-group__text .product-group__name:hover {
    color: #1795D2;
  }
}
.woocommerce-cart-form .product-group .product-group__text .product-group__variation {
  color: #9B9B9B;
  font-size: 12px;
}

.woocommerce-cart-form .product-group .product-group__thumb {
  width: 68px;
  height: 68px;
  min-width: 68px;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  margin-right: 17px;
  overflow: visible;
}

.woocommerce-cart-form .product-group .product-group__thumb img {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.product-quantity .quantity {
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  width: 110px;
  min-width: 110px;
  margin: 0 auto;
  padding: 0 15px;
}

.product-quantity .quantity a.wac-btn-inc,
.product-quantity .quantity a.wac-btn-sub {
  width: 20px;
  height: 20px;
  color: #1795D2;
  font-size: 26px;
}

@media (hover: hover) {
  .product-quantity .quantity a.wac-btn-inc:hover,
.product-quantity .quantity a.wac-btn-sub:hover {
    color: #fff;
  }
}
.product-quantity .quantity a.wac-btn-sub {
  font-size: 30px;
  padding-bottom: 6px;
}

.product-quantity .quantity .qty {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 47px;
  font-weight: 500;
  font-size: 18px;
  color: #1795D2;
}

.product-quantity .quantity .screen-reader-text {
  display: none;
}

.main h3 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 16px;
}

.main input[type=text],
.main input[type=tel],
.main input[type=email] {
  height: 56px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  padding: 0 25px;
}

.main .form-row {
  margin-bottom: 24px;
}

.main .form-row label {
  display: block;
  color: #70737C;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 2px;
}

.main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main .row .col-1,
.main .row .col-2 {
  width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .main .row .col-1,
.main .row .col-2 {
    width: 100%;
  }
}
.blockUI .awooc-popup-image {
  background: #F8F8F8;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 15px;
}

.blockUI .awooc-popup-image img {
  display: block;
  width: 100%;
  height: auto;
  float: none;
  margin: 0;
}

.blockUI .awooc-popup-inner {
  padding: 4rem 3rem;
}

.blockUI .awooc-form-custom-order-title {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.blockUI .awooc-form-custom-order-title span {
  color: #1795D2;
  display: inline-block;
}

.blockUI input {
  height: 56px;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  padding: 0 25px;
  font-weight: 500;
}

.blockUI input[type=submit] {
  margin-bottom: 5px;
}

.blockUI .wpcf7-form-control-wrap {
  position: relative !important;
  display: block;
  margin-bottom: 15px;
}

.blockUI .wpcf7-form br {
  display: none;
}

.blockUI .columns-left {
  font-size: 12px;
}

.blockUI .columns-left .awooc-attr-wrapper span {
  padding-left: 0;
}

.blockUI .columns-left .awooc-sum-wrapper,
.blockUI .columns-left .awooc-price-wrapper {
  font-weight: 600;
  font-size: 14px;
}

.blockUI .columns-left .awooc-popup-attr, .blockUI .columns-left .awooc-popup-price, .blockUI .columns-left .awooc-popup-qty, .blockUI .columns-left .awooc-popup-sku {
  line-height: 1.5;
}

.main-404 {
  padding: 80px 0;
}

.page-404 {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

.page-404__title {
  font-size: 80px;
  font-weight: bold;
}

.page-404__img {
  margin: 0 auto -50px;
  max-width: 505px;
  width: 100%;
  display: block;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.page-404__text {
  padding-bottom: 35px;
  font-size: 16px;
}

.page-404__text p {
  padding-bottom: 5px;
}

.page-404__text strong {
  font-size: 22px;
  font-weight: 500;
}

.page-404__text a {
  color: #1795D2;
  text-decoration: underline;
}

.page-404__text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 500px) {
  .page-404__img {
    -webkit-transform: none;
    transform: none;
    margin-bottom: -30px;
  }
  .page-404__text {
    font-size: 14px;
  }
  .page-404__text strong {
    font-size: 18px;
  }
}
.awooc-popup-attr, .awooc-popup-price, .awooc-popup-qty, .awooc-popup-sku {
  font-size: inherit !important;
}

.awooc-popup-image img {
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
}

.woocommerce-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-pagination ul li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  font-size: 17px;
}
.woocommerce-pagination ul li .page-numbers.current {
  background: #1795D2;
  color: #fff;
  font-weight: 500;
}

.product-item .added_to_cart.wc-forward {
  display: none !important;
}
.product-item .woocommerce-variation-price {
  margin-bottom: 0;
}
.product-item .variations {
  padding-bottom: 10px;
}
.product-item .awooc-custom-order-button.button.alt.no-stock-no-price:not(.no-margin), .product-item .awooc-custom-order-button.button.alt.show-add-to-card {
  margin-left: 0;
}
.product-item .product-item__variations {
  padding-bottom: 0 !important;
  margin-top: auto;
}
.product-item .product-item__desc p {
  margin-bottom: 0;
}

.product-list .product-item .variations {
  display: none;
}
.product-list .product-item .awooc-custom-order-button {
  display: none;
}
.product-list .product-item .woocommerce-variation-price > .price > ins, .product-list .product-item .woocommerce-variation-price > .price > .woocommerce-Price-amount {
  font-size: 3.5rem;
}
.product-list .product-item .product-item__variations {
  position: relative;
}
.product-list .product-item .product-item__variations .product-item__btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.loader {
  height: 100px;
  width: 100%;
  margin-bottom: 50px;
  background: url(../images/loader.svg) center no-repeat;
  background-size: 60px;
}

.reset_variations {
  display: none !important;
}

.woocommerce .quantity .qty {
  width: 38px !important;
}

.product-quantity .wac-qty-button {
  padding: 0;
  border: 0;
}

button[name=update_cart] {
  display: none !important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
  float: none;
}

.sidebar__price a {
  font-size: 11px;
  font-weight: 400;
}

.main .form-row {
  margin-bottom: 24px !important;
  padding: 0 !important;
  position: relative;
}

.coupon .btn {
  height: 56px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  font-size: 12px;
}

.woocommerce-shipping-destination {
  display: none !important;
}

.delivery-row select {
  height: 76px;
  padding-top: 15px;
  font-size: 17px;
  font-weight: 500;
		overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 50px;
}


.woocommerce-billing-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-billing-fields__field-wrapper .form-row.form-row-last {
    width: 100%;
  }
}

.select2-dropdown {
  border-color: #EFEFEF;
}

.select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  border-radius: 5px;
  border: 1px solid #EFEFEF;
  font-size: 14px;
  font-weight: 600;
  padding-left: 25px;
  background: #fff url(../images/down.svg) calc(100% - 25px) center no-repeat;
  padding-right: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 56px;
  border-color: #EFEFEF;
}

.main .form-row h3 {
  margin-bottom: -7px;
}

.wrapper .woocommerce ul.order_details {
  margin: 0;
  padding-bottom: 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .woocommerce ul.order_details li {
  float: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .wrapper .woocommerce ul.order_details li {
    width: 100%;
    border: 0;
  }
}
.wrapper .woocommerce-checkout #payment {
  background: 0;
}
.wrapper .woocommerce-terms-and-conditions-wrapper {
  font-size: 11px;
  text-align: center;
  margin-bottom: 15px;
}
.wrapper .woocommerce-terms-and-conditions-wrapper a {
  text-decoration: underline;
}
.wrapper #add_payment_method #payment ul.payment_methods, .wrapper .woocommerce-cart #payment ul.payment_methods, .wrapper .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0;
  margin-bottom: 15px;
  background: #EFEFEF;
  border-radius: 5px;
  padding-bottom: 5px;
	padding: 0;
	margin-bottom: 5px;
	background: 0;
}
.wrapper #add_payment_method #payment ul.payment_methods li, .wrapper .woocommerce-cart #payment ul.payment_methods li, .wrapper .woocommerce-checkout #payment ul.payment_methods li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}
.wrapper #add_payment_method #payment ul.payment_methods li div.payment_box, .wrapper .woocommerce-cart #payment ul.payment_methods li div.payment_box, .wrapper .woocommerce-checkout #payment ul.payment_methods li div.payment_box {
  width: 100%;
  border-radius: 3px;
  line-height: 1.2;
  font-size: 12px;
}

@media screen and (min-width: 1000px) {
  .footer__nav ul {
    max-width: 220px;
  }
}



.woocommerce ul.woocommerce-shipping-methods{
	padding-top: 35px !important;
}
.woocommerce ul.woocommerce-shipping-methods .shipping__list_item{
	padding-left: 25px;
	position: relative;
	line-height: 1.2 !important;
	display: block !important;
}
.woocommerce ul.woocommerce-shipping-methods .shipping__list_item input{
	position: absolute;
	top: 6px;
	left: 0;
	cursor: pointer;
	width: 17px;
}
.woocommerce ul.woocommerce-shipping-methods .shipping__list_item label{
	display: block !important;
	padding: 0;
	line-height: 1.2 !important;
	color: inherit;
	height: auto;
	pointer-events: auto;
	cursor: pointer;
	font-size: 12px;
}
.woocommerce ul.woocommerce-shipping-methods .shipping__list_item label span{
	font-size: 1.1em !important;
}

.woocommerce .open-pvz-btn{
	font-size: 12px;
	padding: 4px 10px;
	margin-bottom: 0;
	margin-top: 5px;
}

a.btn._click.wild2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#83288C), to(#63227E));
    background: linear-gradient(180deg, #83288C 0%, #63227E 100%);
    text-transform: uppercase;
}


a.btn._click.wild2:hover {
	background: #83288C;
	
}




@media screen and (min-width: 600px) {
  
.header__ozonn {
	display:none;	
}
.header__wildd {
	display:none;
}	
.header__logo2 {	
	display:none;
}


}

.footer__telegram.shapkas {
	width: 320px;
}



@media screen and (max-width: 600px) {

.header__logo {	
	display:none;
}
.header__ozonn {
	margin-right: 24px;
	margin-left: 0px;
}
.header__wildd {
	margin-right: 24px;
	margin-left: 0px;
}	
	
.header__ozonn img {
	width: 54px;
	height: 54px;
	border-radius: 5px;
}
.header__wildd img {
	width: 54px;
	height: 54px;
	border-radius: 5px;
}
	
.footer__telegram.shapkas {
	width: 100%;
}			

}


@media screen and (max-width: 550px) {
	
.header__ozonn img {
	width: 45px;
	height: 45px;
	border-radius: 5px;
}
.header__wildd img {
	width: 45px;
	height: 45px;
	border-radius: 5px;
}	
.header__ozonn.ml-auto {
	margin-right: 15px;
	margin-left: 0px;		   
}
.header__wildd.ml-auto {
	margin-right: 15px;
	margin-left: 0px;
}		
	
.footer__telegram.shapkas {
	width: 100%;
}	

	
}



.formama {	
	display:none;
}

.shapka {
	display:flex;
	margin-left: auto;	
}
.product-item__variations #text {
	display:none;
}

.entry-content {
	font-size: 15px;
	line-height: 28px;
}
.account-icon-button {
	border-radius: 5px;
	background: linear-gradient(266deg, #23D100 -15.51%, #1B61F0 78.78%);
	margin-right: 20px;
/* 	width: 180px; */
	max-width: 180px;
	padding-left: 20px;
	padding-right: 35px;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
.account-icon-button span {
	color: #FFF;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	line-height: 15px; /* 125% */
	margin-left:10px;
}
.lost_password_form_popup {
	display: block;
    margin-top: 5px;
}
.popup-login-tab--register .woocommerce-privacy-policy-text {
	max-width: 510px;
	margin-bottom: 20px;
}
.mg-10 {
	margin-top: 10px;
}
@media (max-width: 1024px) { 
	.account-icon-button {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.entry-content p {
	margin-bottom: 25px;
}

@media (max-width: 767px) { 
	.bonus_computy_account_flex {
		display: block;
	}
	.custom_bonus_bar_wrapper {
		margin-left: 0px;
    	margin-top: 20px;
	}
}
@media (max-width: 650px) { 
	.bonus-header {
		display: block!important;
	}
	.account-icon-button span {
		display: none;
	}
}
@media (max-width: 430px) { 
	.account-icon-button {
		padding-left: 8px;
		padding-right: 8px;
	}	
}