/* @import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,600,700); */

/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-v30-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto/roboto-v30-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v30-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v30-latin_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url('../fonts/roboto/roboto-v30-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto/roboto-v30-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v30-latin_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin_cyrillic-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v30-latin_cyrillic-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url('../fonts/roboto/roboto-v30-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto/roboto-v30-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto/roboto-v30-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto/roboto-v30-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto/roboto-v30-latin_cyrillic-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}
body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}
dt {
  font-weight: 700
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
b,
strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}
a:hover {
  color: #0056b3;
  text-decoration: underline
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
table {
  border-collapse: collapse
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0
}
button:focus:not(:focus-visible) {
  outline: 0
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[role=button] {
  cursor: pointer
}
select {
  word-wrap: normal
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
textarea {
  overflow: auto;
  resize: vertical
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}
progress {
  vertical-align: baseline
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}
output {
  display: inline-block
}
summary {
  display: list-item;
  cursor: pointer
}
template {
  display: none
}
[hidden] {
  display: none!important
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}
.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow:hidden;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.mfp-align-top .mfp-container:before {
  display: none
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}
.mfp-ajax-cur {
  cursor: progress
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
  position: absolute;
  left: 50%;
  top:  70%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.mfp-loading.mfp-figure {
  display: none
}
.mfp-hide {
  display: none!important
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}
.mfp-preloader a {
  color: #ccc
}
.mfp-preloader a:hover {
  color: #fff
}
.mfp-s-ready .mfp-preloader {
  display: none
}
.mfp-s-error .mfp-content {
  display: none
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}
button::-moz-focus-inner {
  padding: 0;
  border: 0
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}
.mfp-close:active {
  top: 1px
}
.mfp-close-btn-in .mfp-close {
  color: #333
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}
.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}
.mfp-arrow:active {
  margin-top: -54px
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}
.mfp-arrow-left {
  left: 0
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}
.mfp-arrow-right {
  right: 0
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}
.mfp-iframe-holder .mfp-close {
  top: -40px
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}
.mfp-figure {
  line-height: 0
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}
.mfp-figure figure {
  margin: 0
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}
.mfp-image-holder .mfp-content {
  max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}
@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}
@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}
::-webkit-input-placeholder {
  color: #9d9d9d
}
::-moz-placeholder {
  color: #9d9d9d
}
:-ms-input-placeholder {
  color: #9d9d9d
}
::-ms-input-placeholder {
  color: #9d9d9d
}
::placeholder {
  color: #9d9d9d
}
::-moz-selection {
  background-color: #3e77aa;
  color: #fff
}
::selection {
  background-color: #3e77aa;
  color: #fff
}
input,
select,
textarea {
  outline: 0
}
/* input:focus:required:invalid,
select:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red
} */
input:required:valid,
select:required:valid,
textarea:required:valid {
  border-color: green
}
body {
  font-family: Roboto,sans-serif;
  font-size: 12px;
  line-height: 116%;
  color: #232323;
  -webkit-font-feature-settings: 'pnum' on,'lnum' on;
  font-feature-settings: 'pnum' on,'lnum' on;
  font-weight: 500;
  min-width: 320px;
  position: relative;
  overflow-x: hidden
}
a {
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  text-decoration: none
}
button {
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear;
  text-decoration: none
}
svg path,
svg rect {
  -webkit-transition: .2s linear;
  -o-transition: .2s linear;
  transition: .2s linear
}
a:hover {
  text-decoration: none;
  color: #fff
}
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0
}
.container {
  max-width: 550px;
  margin: 0 auto;
  padding: 0 20px
}
@media screen and (max-width:340px) {
  .container {
    padding: 0 12px
  }
}
p {
  font-size: 12px;
  color: #232323
}
ul {
  padding-left: 0
}
h1,
h2,
h3 {
  color: #232323
}
h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  /*margin-top: 30px;*/
}
h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 60px
}
.bg-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1
}
.bg-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.object-fit img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.f-jc-sp {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.f-jc-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.f-jc-e {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.f-ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.f-ai-e {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}
.d-block {
  display: block
}
.d-none {
  display: none
}
@media screen and (min-width:991.98px) {
  .d-lg-block {
    display: block
  }
}
@media screen and (min-width:767.98px) {
  .d-md-block {
    display: block
  }
}
@media screen and (min-width:479.98px) {
  .d-sm-block {
    display: block
  }
}
@media screen and (min-width:991.98px) {
  .d-lg-none {
    display: none
  }
}
@media screen and (min-width:767.98px) {
  .d-md-none {
    display: none
  }
}
@media screen and (min-width:479.98px) {
  .d-sm-none {
    display: none
  }
}
.btn {
  height: 45px;
  background: -webkit-gradient(linear,left top,right top,from(#00a046),to(#01863b));
  background: -o-linear-gradient(left,#00a046 0,#01863b 100%);
  background: linear-gradient(90deg,#00a046 0,#01863b 100%);
  border-radius: 3px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  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;
  width: 100%
}
.btn-v2 {
  border: 1px solid #00a046;
  background: #fff;
  color: #00a046
}
.btn-v2:hover {
  color: #00a046
}
.menu_expand {
  overflow: hidden
}
.menu_expand::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.8);
  left: 0;
  top: 56px;
  z-index: 9
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8)
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 1;
  background: rgba(255,255,255,.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px)
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: 0
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}
.mfp-close-btn-in .mfp-close {
  display: none
}
.header {
  background: #232323;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%
}
.header .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px
}
.header .flex .col {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%
}
.header .logo {
  text-align: center
}
.header .flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.header .flex-left .btn-menu {
  margin-right: 20px;
  cursor: pointer
}
.header .flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.header .flex-right .cart {
  margin-left: 20px;
  position: relative
}
.header .flex-right .cart.active-cart span {
  opacity: 1
}
.header .flex-right .cart span {
  width: 12px;
  height: 12px;
  background: #01a147;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
  box-shadow: 0 0 25px rgba(0,0,0,.08);
  position: absolute;
  border-radius: 50%;
  bottom: -3px;
  right: -4px;
  z-index: 9;
  font-weight: 600;
  font-size: 7px;
  line-height: 8px;
  color: #fff;
  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: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear
}
.header-container {
  height: 96px
}
.popup-product {
  padding: 60px 20px 68px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
  box-shadow: 0 0 25px rgba(0,0,0,.08);
  border-radius: 3px;
  width: 300px;
  margin: 0 auto
}
.popup-product .close-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer
}
.popup-product .flex {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.popup-product .content,
.popup-product .image {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%
}
.popup-product .image {
  margin-bottom: 20px
}
.popup-product .btn {
  height: 30px;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 20px
}
.popup-product .old-price {
  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;
  margin-bottom: 10px
}
.popup-product .old-price .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #9d9d9d
}
.popup-product .old-price span.discont {
  width: 30px;
  height: 19px;
  background: #00a046;
  border-radius: 3px;
  margin-left: 10px;
  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: 10px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}
.popup-product .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 15px
}
.popup-product h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 10px
}
.popup-product p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #000;
  margin-bottom: 10px
}
.cart-sec .step {
  background: #ebebeb;
  padding: 20px 0 42px;
  margin-bottom: 30px
}
.cart-sec .step h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000;
  margin-bottom: 20px
}
.cart-sec .step .step-items {
  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
}
.cart-sec .step .step-items .step-item {
  position: relative
}
.cart-sec .step .step-items .step-item.active .content {
  color: #232323
}
.cart-sec .step .step-items .step-item.active .number {
  background: #01a147
}
.cart-sec .step .step-items .content {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #cfcfcf;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 41px;
  width: 100px;
  text-align: center
}
.cart-sec .step .step-items .divider {
  width: 55px;
  height: 1px;
  background: #cfcfcf;
  margin: 0 7px
}
.cart-sec .step .step-items .number {
  width: 30px;
  height: 30px;
  background: #cfcfcf;
  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;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #e8e8e8;
  border-radius: 50%
}
.cart-sec .cart-empty {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0;
  margin-bottom: 30px
}
.cart-sec .cart-empty h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 10px
}
.cart-sec .cart-empty p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
  margin-bottom: 0
}
.cart-sec .total {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0;
  margin-bottom: 30px
}
.cart-sec .total p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 0
}
.cart-sec .total p span {
  font-weight: 700;
  color: #00a046
}
.cart-sec .product-block {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative
}
.cart-sec .product-block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.cart-sec .product-block h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 8px
}
.cart-sec .product-block .image {
  width: 100px;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
  box-shadow: 0 0 25px rgba(0,0,0,.08);
  border-radius: 3px;
  padding: 8px 10px;
  margin-right: 20px
}
.cart-sec .product-block .remove {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  border: 0;
  background: 0;
  padding: 0
}
.cart-sec .product-block .flex-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.cart-sec .product-block .flex-price span {
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  color: #232323;
  margin-left: 15px
}
.cart-sec .product-block .price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.cart-sec .product-block .price-inner button {
  border: 0;
  padding: 0;
  background: 0 0
}
.cart-sec .product-block .price-inner .value {
  font-weight: 400;
  font-size: 18px;
  line-height: 19px;
  color: #232323;
  width: 20px;
  text-align: center;
  margin: 0 10px
}
.cart-sec .product-block .discont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  background: #fff;
  border: 1px solid #00a046;
  border-radius: 3px;
  margin-bottom: 8px;
  max-width: 180px;
}
.cart-sec .product-block .discont .percent {
  background: #00a046;
  border-radius: 3px;
  width: 36px;
  height: 28px;
  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;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff
}
.cart-sec .product-block .discont p {
  margin-bottom: 0;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #232323
}
.cart-sec .product-block .discont p span {
  color: #00a046
}
.cart-sec .input__item {
  margin-bottom: 15px
}
.cart-sec .input__item input {
  width: 100%;
  height: 45px;
  background: #fff;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #232323
}
.cart-sec .btn img {
  margin-left: 9px
}
.cart-sec .form-block .btn {
  border: 0
}
.cart-sec .form-block .payment-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 215px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.cart-sec .form-block .payment-items img {
  margin-bottom: 20px
}
.cart-sec .form-block .payment-items img:not(:last-child) {
  margin-right: 15px
}
.cart-sec .form-block .radio-input {
  margin-bottom: 25px
}
.cart-sec .form-block .radio-input input {
  height: 29px;
  font-size: 12px;
  line-height: 14px;
  text-transform: none
}
.cart-sec .form-block .check-item {
  margin-bottom: 17px
}
.cart-sec .form-block .check-item input {
  display: none
}
.cart-sec .form-block .check-item input:checked + label:after {
  opacity: 1
}
.cart-sec .form-block .check-item label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
  position: relative;
  padding-left: 22px;
  cursor: pointer
}
.cart-sec .form-block .check-item label::before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.cart-sec .form-block .check-item label::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #01a147;
  left: 4px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0
}
.cart-sec .form-block h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 25px
}
.cart-sec .form-block h3 span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3e77aa
}
.hero {
  padding: 35px 0 0;
  overflow: hidden
}
.hero h1 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #232323;
  margin-bottom: 5px
}
.hero .flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 33px
}
.hero .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0
}
.hero .review ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  list-style: none
}
.hero .review ul li img {
  width: 16px;
  height: 16px
}
.hero .review a {
  margin-left: 5px
}
.hero .review span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #3e77aa
}
.hero .kod {
  text-align: center;
}
.hero .kod p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #aeaeae
}
.hero .kod p span {
  color: #232323
}
.hero .gallery-swiper {
  overflow: visible;
  padding: 0 30px
}
.hero .gallery-swiper .swiper-slide {
  opacity: 0;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear
}
.hero .gallery-swiper .swiper-slide .image {
  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
}
.hero .gallery-swiper .swiper-slide .image img {
  max-height: 340px;
  height: auto
}
.hero .gallery-swiper .swiper-slide-active {
  opacity: 1
}
.hero .swiper-button-next,
.hero .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99
}
.hero .swiper-button-prev {
  left: 0
}
.hero .swiper-button-next {
  right: 0
}
.hero .swiper-pagination {
  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;
  margin-top: 27px
}
.hero .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: #d9d9d9
}
.hero .swiper-pagination-bullet:not(:last-child) {
  margin-right: 5px
}
.hero .swiper-pagination-bullet-active {
  background: #00a046
}
.hero .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 35px
}
.hero .info a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #3e77aa
}
.hero .info .time {
  background: #ffe9e9;
  border-radius: 3px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #d71a1a;
  padding: 0 7px
}
.hero .info .time img {
  margin-right: 4px
}
.hero .old-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
 /* margin-left: auto;
  margin-right: auto;
  justify-content: center;*/
}
.hero .old-price .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #9d9d9d
}
.hero .old-price .discont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
  background: #fff;
  border: 1px solid #00a046;
  border-radius: 3px;
  margin-left: 20px
}
.hero .old-price .discont .percent {
  background: #00a046;
  border-radius: 3px;
  width: 36px;
  height: 28px;
  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;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #fff
}
.hero .old-price .discont p {
  margin-bottom: 0;
  padding: 0 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #232323
}
.hero .old-price .discont p span {
  color: #00a046
}
.hero .price {
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  color: #ff4949;
  margin-bottom: 43px;
  /*text-align: center;*/
}
.hero .btn {
  height: 58px;
  font-size: 16px;
  line-height: 19px
}
.hero .btn img {
  margin-right: 5.4px;
}
.info-sec {
  padding: 40px 0 0
}
.info-sec .info-block {
  margin-bottom: 40px
}
.info-sec .info-block .icon {
  width: 68px;
  height: 68px;
  left: 154px;
  background: #e6f5ed;
  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;
  margin: 0 auto 20px
}
.info-sec .info-block h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #232323;
  margin-bottom: 20px
}
.info-sec .info-block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #232323;
  margin: 0 auto;
  max-width: 273px
}
.exit {
  padding: 40px 0 0
}
.exit h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #232323
}
.exit p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
  text-align: center
}
.exit .btn {
  border: 0
}
.exit .input__item {
  margin-bottom: 15px
}
.exit .input__item input {
  width: 100%;
  height: 45px;
  background: #fff;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #232323
}
.exit .flex-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px
}
.exit .flex-link a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3e77aa;
  text-underline-offset: 3px
}
.exit.register h3 {
  margin-bottom: 48px
}
.exit.register h6 {
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #afafaf
}
.exit.register h6 a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3e77aa
}
.back-btn {
  background: #232323;
  display: none;
  cursor: pointer
}
.back-btn .flex {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff
}
.back-btn .flex img {
  margin-right: 10px
}
.tab-content {
  position: fixed;
  top: 136px;
  left: 0;
  width: 100%;
  height: calc(100vh - 136px);
  background: #fff;
  padding: 35px 0;
  overflow-y: auto;
  display: none;
  z-index: 99;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear
}
.tab-content.first-cart {
  display: block;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  -o-transition: transform 0s;
  transition: transform 0s;
  transition: transform 0s,-webkit-transform 0s
}
.tab-content.first-cart.active-cart {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  -o-transition: transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear,-webkit-transform .3s linear
}
.tab-content.content-full {
  top: 0;
  height: 100vh;
  padding: 0
}
.tab-content.active {
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  -o-transition: transform 0s;
  transition: transform 0s;
  transition: transform 0s,-webkit-transform 0s
}
.tab-content .desc {
  padding: 0 15px
}
.tab-content .desc p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.tab-content .desc p:not(:last-child) {
  margin-bottom: 15px
}
.tab-content .desc p span {
  color: #919191;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 192px
}
.tab-content .review {
  padding: 0
}
.tab-content .info-block .video video {
  width: 100%
}
.tab-content .info-block .image {
  margin-bottom: 20px;
  text-align: center
}
.tab-content .info-block h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 30px
}
.tab-content .info-block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #000;
  margin-bottom: 20px
}
.tab-content .questiob-block p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000;
  margin-bottom: 30px
}
.tab-content .questiob-block p a {
  color: #01a147
}
.tab-content.content-full .back-btn {
  background: -webkit-gradient(linear,left top,right top,from(#00a046),to(#00863b));
  background: -o-linear-gradient(left,#00a046 0,#00863b 100%);
  background: linear-gradient(90deg,#00a046 0,#00863b 100%);
  display: block
}
.tab-content.content-full .flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100% - 40px)
}
.tab-content.content-full .bottom {
  padding: 40px 0 60px
}
.tab-content.content-full .payment {
  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;
  margin-bottom: 20px
}
.tab-content.content-full .payment img:not(:last-child) {
  margin-right: 30px
}
.tab-content.content-full .copyright p {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #656565;
  margin-bottom: 1px;
  text-align: center
}
.tab-content.content-cart {
  top: 56px;
  left: 0;
  width: 100%;
  height: calc(100vh - 56px)
}
.top-menu {
  position: fixed;
  top: 56px;
  background: -webkit-gradient(linear,left top,right top,from(#00a046),to(#00863b));
  background: -o-linear-gradient(left,#00a046 0,#00863b 100%);
  background: linear-gradient(90deg,#00a046 0,#00863b 100%);
  z-index: 99;
  width: 100%
}
.top-menu .inner {
  overflow-y: hidden;
  max-width: 550px;
  margin: 0 auto;

  -ms-overflow-style: none;
  scrollbar-width: none;
}

.top-menu .inner::-webkit-scrollbar {
  display: none;
}

.top-menu .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.top-menu .flex a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  position: relative;
  padding: 13px 0
}
.top-menu .flex a::before {
  content: "";
  width: 0;
  height: 3px;
  background: #00db60;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
  box-shadow: 0 0 10px rgba(0,0,0,.25);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear
}
.top-menu .flex a:not(:last-child) {
  margin-right: 15px
}
.top-menu .flex a.active::before {
  width: 100%
}
.top-menu .back-btn .flex {
  padding: 0
}
.menu-block {
  position: fixed;
  top: 56px;
  background: #fff;
  width: 206px;
  height: calc(100vh - 56px);
  left: 0;
  z-index: 999;
  padding: 0 0 20px;
  overflow-y: auto;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear
}
.menu-block.menu-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
.menu-block .menu-top {
  background: #232323;
  padding: 15px 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.menu-block .menu-top .icon {
  width: 28px;
  height: 28px;
  background: #464646;
  border-radius: 50%;
  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;
  margin-right: 10px
}
.menu-block .menu-top .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.menu-block .menu-top .links span {
  width: 1px;
  height: 12px;
  background: #fff;
  margin: 0 8px
}
.menu-block .menu-top .links a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff
}
.menu-block .menu {
  padding: 30px 10px 20px
}
.menu-block .menu ul {
  margin-bottom: 0;
  list-style: none
}
.menu-block .menu ul li:not(:last-child) {
  margin-bottom: 14px
}
.menu-block .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #232323
}
.menu-block .menu ul li a img {
  margin-right: 14px
}
.menu-block .divider {
  width: 100%;
  height: 1px;
  background: #ebebeb;
  margin-bottom: 20px
}
.menu-block .inner {
  padding: 0 10px
}
.menu-block .bottom-menu {
  margin-bottom: 20px
}
.menu-block .bottom-menu ul {
  list-style: none;
  margin-bottom: 0
}
.menu-block .bottom-menu ul li:not(:last-child) {
  margin-bottom: 9px
}
.menu-block .bottom-menu ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #868686
}
.menu-block .btn {
  height: 40px;
  margin-bottom: 30px
}
.menu-block .btn img {
  margin-right: 8px
}
.menu-block .social-title p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
  margin-bottom: 10px
}
.menu-block .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.menu-block .social a:not(:last-child) {
  margin-right: 5px
}
.popup-gift {
  padding: 48px 20px 68px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
  box-shadow: 0 0 25px rgba(0,0,0,.08);
  border-radius: 3px;
  width: 300px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px grey
}
.popup-gift .close-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer
}
.popup-gift .icon {
  text-align: center;
  margin-bottom: 10px
}
.popup-gift h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #232323;
  margin-bottom: 30px
}
.popup-gift h3 span {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #00a046
}
.popup-gift p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #232323;
  margin-top: 15px
}
.popup-gift .btn {
  border: 0
}
.popup-gift .input__item {
  margin-bottom: 20px
}
.popup-gift .input__item input {
  width: 100%;
  height: 45px;
  background: #fff;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #232323
}
.popup-gift .textarea__item {
  margin-bottom: 20px
}
.popup-gift .textarea__item textarea {
  width: 100%;
  height: 100px;
  background: #fff;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #232323;
  padding: 15px;
  resize: none
}
.popup-gift .flex-top {
  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;
  margin-bottom: 30px;
  margin-top: 30px
}
.popup-gift .flex-top .icon {
  margin-right: 10px
}
.popup-gift .flex-top h3 {
  margin-bottom: 0;
  text-align: left
}
.popup-call {
  padding: 66px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
  box-shadow: 0 0 25px rgba(0,0,0,.08);
  border-radius: 3px;
  width: 300px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px grey
}
.popup-call .close-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer
}
.popup-call h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 19px;
  text-align: center;
  color: #232323;
  margin-bottom: 15px
}
.popup-call p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #232323;
  max-width: 175px;
  margin: 0 auto 30px
}
.popup-call .btn {
  border: 0
}
.popup-call .input__item {
  margin-bottom: 20px
}
.popup-call .input__item input {
  width: 100%;
  height: 45px;
  background: #fff;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #232323
}
.product-info {
  padding: 5px 0 0
}
.product-info h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #232323;
  margin-bottom: 20px
}
.product-info h3 a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3e77aa
}
.product-info .divider {
  width: 100%;
  height: 1px;
  background: #ebebeb;
  margin-bottom: 30px;
  margin-top: 30px
}
.product-info .delivery-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.product-info .delivery-block:not(:last-child) {
  margin-bottom: 15px
}
.product-info .delivery-block .icon {
  margin-right: 10px
}
.product-info .delivery-block h4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
  margin-bottom: 5px
}
.product-info .delivery-block p {
  font-size: 12px;
  line-height: 14px;
  color: #232323;
  margin-bottom: 0
}
.product-info .delivery-block p a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3e77aa
}
.product-info .payment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.product-info .payment-block:not(:last-child) {
  margin-bottom: 15px
}
.product-info .payment-block .icon {
  margin-right: 10px
}
.product-info .payment-block p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #232323
}
.product-info .payment-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 21px
}
.product-info .payment-items img:not(:last-child) {
  margin-right: 15px
}
.product-info .garranty {
  height: 54px;
  background: -webkit-gradient(linear,left top,right top,from(#00a046),to(#02873c));
  background: -o-linear-gradient(left,#00a046 0,#02873c 100%);
  background: linear-gradient(90deg,#00a046 0,#02873c 100%);
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
  box-shadow: 0 0 25px rgba(0,0,0,.08);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  padding: 0 15px
}
.product-info .garranty .icon {
  margin-right: 15px
}
.product-info .garranty p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 0
}
.characteristic {
  padding: 0 0 25px
}
.characteristic .inner {
  background: #f8f8f8;
  border-radius: 3px
}
.characteristic .inner .title {
  background: -webkit-gradient(linear,left top,right top,from(#00a046),to(#01863b));
  background: -o-linear-gradient(left,#00a046 0,#01863b 100%);
  background: linear-gradient(90deg,#00a046 0,#01863b 100%);
  border-radius: 3px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  padding: 0 15px
}
.characteristic .desc {
  padding: 15px 15px 20px
}
.characteristic .desc p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.characteristic .desc p:not(:last-child) {
  margin-bottom: 15px
}
.characteristic .desc p span {
  color: #919191;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 192px
}
.characteristic .flex-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px
}
.characteristic .flex-link a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3e77aa;
  text-underline-offset: 3px
}
.other-product {
  padding: 11px 0 30px;
  overflow: hidden
}
.other-product h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #232323;
  text-align: center;
  margin-bottom: 35px
}
.other-product .product-swiper {
  padding: 0 24px;
  overflow: visible
}
.other-product .product-swiper .swiper-slide {
  opacity: 0;
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear
}
.other-product .product-swiper .swiper-slide-active {
  opacity: 1
}
.other-product .product-swiper .swiper-slide-next {
  opacity: 1
}
.other-product .product-block {
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
  box-shadow: 0 0 25px rgba(0,0,0,.08);
  border-radius: 3px
}
.other-product .product-block .image {
  max-height: 131px;
  width: 100%
}
.other-product .product-block .image img {
  border-radius: 3px;
  -webkit-filter: drop-shadow(0 0 25px rgba(0, 0, 0, .1));
  filter: drop-shadow(0 0 25px rgba(0, 0, 0, .1))
}
.other-product .product-block .desc {
  padding: 15px 6px 6px
}
.other-product .product-block .desc h3 {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
  margin-bottom: 14px
}
.other-product .product-block .desc .old-price {
  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;
  margin-bottom: 11px
}
.other-product .product-block .desc .old-price .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #9d9d9d
}
.other-product .product-block .desc .old-price span.discont {
  width: 30px;
  height: 19px;
  background: #00a046;
  border-radius: 3px;
  margin-left: 5px;
  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: 10px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  -webkit-text-decoration-line: none;
  text-decoration-line: none
}
.other-product .product-block .desc .price {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #232323;
  margin-bottom: 23px
}
.other-product .product-block .desc .btn {
  height: 30px;
  font-size: 10px;
  line-height: 14px
}
.other-product .product-block .desc .btn:not(:last-child) {
  margin-bottom: 5px
}
.other-product .swiper-button-next,
.other-product .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99
}
.other-product .swiper-button-prev {
  left: 0
}
.other-product .swiper-button-next {
  right: 0
}
.review {
  padding: 35px 0 20px
}
.review h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #232323;
  margin-bottom: 25px
}
.review .summary {
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
  box-shadow: 0 0 25px rgba(0,0,0,.08);
  border-radius: 3px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.review .summary p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #191a19;
  margin-bottom: 0
}
.review .summary span {
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #191a19;
  position: relative;
  left: 5px
}
.review .summary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 2px
}
.review .summary h6 {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #3e77aa;
  margin-bottom: 0
}
.review .btn {
  margin-bottom: 15px
}
.review .review-block {
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.05);
  box-shadow: 0 0 25px rgba(0,0,0,.05);
  border-radius: 3px;
  margin-bottom: 15px
}
.review .review-block .flex {
  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;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 3px;
  height: 55px;
  padding: 5px 16px
}
.review .review-block .flex h3 {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
  margin-bottom: 2px
}
.review .review-block .flex .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-bottom: 0
}
.review .review-block .flex .date {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #909090
}
.review .review-block .desc {
  padding: 15px 14px 14px
}
.review .review-block .desc p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #232323;
  margin-bottom: 15px
}
.review .review-block .desc img {
  max-width: 70px
}
.review .flex-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px
}
.review .flex-link a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #3e77aa;
  text-underline-offset: 3px
}
.product-desc {
  padding: 20px 0 35px
}
.product-desc h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #232323;
  text-align: center;
  margin-bottom: 15px
}
.product-desc p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
  text-align: center;
  margin-bottom: 20px
}
.product-desc2 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #232323;
  margin-bottom: 20px
}
.product-desc img {
  max-width: 100%;
  height: auto;
}
.product-desc .desc-block {
  text-align: center;
  padding: 0 4px
}
.product-desc .desc-block:not(:last-child) {
  margin-bottom: 45px
}
.footer {
  background: #232323;
  padding: 20px 0 43px
}
.footer .logo {
  text-align: center;
  margin-bottom: 20px
}
.footer .social-title p {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px
}
.footer .social {
  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;
  margin-bottom: 20px
}
.footer .social a:not(:last-child) {
  margin-right: 5px
}
.footer .time {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #a3a3a3;
  text-align: center;
  margin-bottom: 20px
}
.footer .time span {
  color: #fff
}
.footer .map {
  height: 225px;
  margin-bottom: 20px
}
.footer .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}
.footer .email a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  color: #b5b5b5
}
.footer .email a img {
  margin-right: 5px
}
.footer .about-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px
}
.footer .about-link a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #b5b5b5
}
.footer .ipn {
  margin-bottom: 7px
}
.footer .ipn p {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #b5b5b5;
  margin-bottom: 2px
}
.footer .menu ul {
  list-style: none;
  text-align: center;
  margin-bottom: 18px
}
.footer .menu ul li {
  line-height: 9px
}
.footer .menu ul li:not(:last-child) {
  margin-bottom: 2px
}
.footer .menu ul li a {
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #b5b5b5
}
.footer .payment {
  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;
  margin-bottom: 15px
}
.footer .payment img:not(:last-child) {
  margin-right: 20px
}
.footer .copyright p {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #656565;
  margin-bottom: 1px;
  text-align: center
}

.cart-empty {
  text-align: center;
}

.cart-empty img{
  max-width: 100%;
  margin-bottom: 10px;
  height: auto;
}


html.mfp-helper body {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;

}


.courier-error-message,
.payment-error-message {
  padding: 0.5rem;
  color: red;
}

[name="customer_city"] {
  margin-bottom: 0.5rem;
}

.order-message {
  text-align: center;
  padding: 3rem;
  font-size: 16px;
  line-height: 1.5;
}

.fixed-btn {
  position: fixed;
  left: 0;
  transition: all .5s ease;
  bottom: -100%;
  height: 58px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  z-index: 99;
  font-size: 16px;
  line-height: 19px
}
.fixed-btn::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 2s infinite linear;
}
@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
CSS

.fixed-btn.general-btn {
  opacity: 0;
  visibility: hidden;
}
.fixed-btn.show {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.fixed-btn .buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.fixed-btn .buy img {
  margin-right: 10px
}
.media-content {
  padding: 0
}
.media-content .fixed-btn {
  position: -webkit-sticky;
  position: sticky
}
.media-content .container {
  padding: 35px 20px;
  min-height: 100%
}
html.mfp-helper {
  overflow-y: hidden;
}
.footer .email {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#ytplayer {
  width: 100%;
  min-height: 190px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.review_box .review{
  justify-content: center;
  width: 100%;
  margin-top: 10px;
}
.quant_review {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  border: 1px solid #CBCBCB;
  border-radius: 3px;
  font-size: 10px;
}
.hero_description {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.label {
border: 1px solid #CBCBCB;
border-radius: 3px;
padding: 11px 13px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.label p {
  font-size: 10px;
  margin-bottom: 0;

}
.label img {
  margin-right: 5.4px;
}
.blick {
  position: relative;
}
.blick::before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 2s infinite linear;
}

#popup3 {
  position: fixed;
  top:  50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1000;
}
body.over {
  overflow: hidden;
}
#map {
  width: 100%;
  height: 225px;
}
#overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 101;
    display: none;
}
.over {
  /* overflow: hidden !important; */
  max-height: 100% !important;
  /* position: static !important; */
}


.map iframe {
  width: 100%;
  height: 225px;
}


#mymap{
  background: url(../img/dist/tyraspolska-st-3.webp);
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding-top: 44.25%;
}
#mymap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Callback*/
#modal-edit-phone, #modal-save-phone {
  text-decoration: underline;
  cursor: pointer;
  margin-top: 0.5rem;
  font-size: 0.875rem;
}

#modal-edit-phone svg, #modal-save-phone svg {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}

#modal-seconds, #modal-mseconds {
  display: inline-block;
  width: 1.5rem;
}
.editform-notice {
  display: none;
  color: var(--callback-color-accent);
  padding-top: 0.25rem;
  font-size: 0.875rem;
}

.callback-form-timer {
  text-align: center;
}

.callback-form-phone-edit {
  text-align: center;
  padding-bottom: 1rem;
}

/* Callback END*/
.form {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  margin: 20px auto;
}

.form .field {
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 16px;
  font-family: inherit;
  transition: 0.3s ease;
}

.form .field:focus {
  border-color: #30a54a;
  box-shadow: 0 0 0 2px rgba(48, 165, 74, 0.15);
  outline: none;
}

.form .button {
  background-color: #30a54a;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.form .button:hover {
  background-color: #2a9240;
}
