@charset "UTF-8";
/*!
Theme Name: kopos_template
Author: it-land.by
Author URI: https://it-land.by/
*/
/* import files start */
/* common colors start */
/* common colors end */
/* common variables start */
/* common variables end */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

main {
  display: block;
}

hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  outline: none;
}

button,
input[type=submit] {
  display: block;
  outline: none;
  border: none;
  transition: 0.4s;
  cursor: pointer;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  box-sizing: border-box;
  color: inherit;
}

progress {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio] {
  padding: 0;
  box-sizing: border-box;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
          appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* common colors start */
/* common colors end */
/* common variables start */
/* common variables end */
@font-face {
  src: url("./assets/fonts/FiraSans-Light.woff2") format("woff2"), url("./assets/fonts/FiraSans-Light.woff") format("woff"), url("./assets/fonts/FiraSans-Light.otf") format("opentype"), url("./assets/fonts/FiraSans-Light.ttf") format("truetype");
  font-family: "FiraSans";
  font-weight: 300;
  font-style: normal;
}
@font-face {
  src: url("./assets/fonts/FiraSans-Regular.woff2") format("woff2"), url("./assets/fonts/FiraSans-Regular.woff") format("woff"), url("./assets/fonts/FiraSans-Regular.otf") format("opentype"), url("./assets/fonts/FiraSans-Regular.ttf") format("truetype");
  font-family: "FiraSans";
  font-weight: normal;
  font-style: normal;
}
@font-face {
  src: url("./assets/fonts/FiraSans-Medium.woff2") format("woff2"), url("./assets/fonts/FiraSans-Medium.woff") format("woff"), url("./assets/fonts/FiraSans-Medium.otf") format("opentype"), url("./assets/fonts/FiraSans-Medium.ttf") format("truetype");
  font-family: "FiraSans";
  font-weight: 600;
  font-style: normal;
}
@font-face {
  src: url("./assets/fonts/FiraSans-Bold.woff2") format("woff2"), url("./assets/fonts/FiraSans-Bold.woff") format("woff"), url("./assets/fonts/FiraSans-Bold.otf") format("opentype"), url("./assets/fonts/FiraSans-Bold.ttf") format("truetype");
  font-family: "FiraSans";
  font-weight: bold;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font: 16px/1.5 FiraSans, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  color: #252525;
  background-color: #f2f2f2;
}

.main {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  transition: 0.3s;
}

img {
  display: block;
  max-width: 100%;
}

button,
input[type=submit] {
  display: block;
  outline: none;
  transition: 0.3s;
  cursor: pointer;
}

/**
 * @fancyapps/ui/Fancybox v4.0.31
 */
.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, 0.006) 8.1%, hsla(0, 0%, 0%, 0.021) 15.5%, hsla(0, 0%, 0%, 0.046) 22.5%, hsla(0, 0%, 0%, 0.077) 29%, hsla(0, 0%, 0%, 0.114) 35.3%, hsla(0, 0%, 0%, 0.155) 41.2%, hsla(0, 0%, 0%, 0.198) 47.1%, hsla(0, 0%, 0%, 0.242) 52.9%, hsla(0, 0%, 0%, 0.285) 58.8%, hsla(0, 0%, 0%, 0.326) 64.7%, hsla(0, 0%, 0%, 0.363) 71%, hsla(0, 0%, 0%, 0.394) 77.5%, hsla(0, 0%, 0%, 0.419) 84.5%, hsla(0, 0%, 0%, 0.434) 91.9%, hsla(0, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* import files end */
/* common start */
.site-mail, .site-phone {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding-left: calc(25px + 0.3rem);
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
  color: #000;
}
.site-mail:hover, .site-phone:hover {
  color: #fe0000;
}
.site-mail:after, .site-phone:after, .site-mail:before, .site-phone:before {
  content: "";
  position: absolute;
}
.site-mail:before, .site-phone:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
  background-color: #fff;
}
.site-mail:after, .site-phone:after {
  top: calc(25px / 6);
  left: calc(25px / 6);
  z-index: -1;
  width: calc(25px / 1.5);
  height: calc(25px / 1.5);
  background: url("./assets/img/phone.png") no-repeat center center;
  background-size: 100% 100%;
}

.site-phone:after {
  background: url("./assets/img/phone.png") no-repeat center center;
  background-size: 100% 100%;
}

.site-mail:after {
  background: url("./assets/img/mail.png") no-repeat center center;
  background-size: 100% 100%;
}

.button {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 10px 30px;
  font-size: 16px;
  border: none;
  border-radius: calc(5px * 2);
  color: #fff;
  background-color: #fe0000;
}
.button:hover {
  background-color: #000;
}
.button:active {
  box-shadow: inset 2px 2px 10px rgba(255, 255, 255, 0.9);
}

.button-with-arrow {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding-left: 25px;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #252525;
}
.button-with-arrow:hover {
  color: #fe0000;
}
.button-with-arrow:hover:before {
  background: #fe0000;
}
.button-with-arrow:hover:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.button-with-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fe0000;
  border-radius: 50%;
  background: #fff;
  transition: 0.3s;
}
.button-with-arrow:after {
  content: "";
  position: absolute;
  top: 6px;
  z-index: -1;
  left: 4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fe0000;
  border-bottom: 2px solid #fe0000;
  transform: rotate(-45deg);
  transition: 0.3s;
}

.wrapper {
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: 0 auto;
}

.page-title,
.title {
  width: 100%;
  color: #252525;
}

.page-title {
  font-size: 42px;
}

.title {
  margin-bottom: 30px;
  font-size: 38px;
}

.body-stop {
  overflow: hidden;
}

blockquote {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 30px auto;
  padding: 10px 10px 10px 35px;
  border: 1px solid #e0e0e0;
  border-left: 5px solid #252525;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: 8px;
  z-index: -1;
  left: 5px;
  display: inline-block;
  font-size: 70px;
  line-height: 1;
  color: #252525;
}

.text-content {
  font-weight: 300;
  font-size: 1rem;
}
.text-content a {
  display: inline-block;
  color: #fe0000;
}
.text-content a:hover {
  color: #00b436;
}
.text-content p ~ p {
  margin-top: 10px;
}
.text-content ul,
.text-content ol {
  margin: 20px auto;
}
.text-content ul li:not(:last-child),
.text-content ol li:not(:last-child) {
  margin-bottom: 5px;
}
.text-content ul ul,
.text-content ul ol,
.text-content ol ul,
.text-content ol ol {
  margin: 0;
}
.text-content ul {
  padding: 0 0 0 30px;
}
.text-content ul li {
  list-style-type: disc;
}
.text-content ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0 0 0 10px;
}
.text-content ol li {
  list-style-type: none;
}
.text-content ol li ol {
  counter-reset: subitem;
}
.text-content ol li ol li:before {
  counter-increment: subitem;
  content: counter(item) "." counter(subitem) " ";
}
.text-content ol li:before {
  counter-increment: item;
  content: counter(item) ". ";
}
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  margin: 30px 0;
  color: #000;
}
.text-content h1 {
  margin-bottom: 30px;
  font-size: 42px;
}
.text-content h2 {
  font-size: 38px;
}
.text-content h3 {
  font-size: 36px;
}
.text-content h4 {
  font-size: 34px;
}
.text-content h5 {
  font-size: 32px;
}
.text-content h6 {
  font-size: 30px;
}
.text-content iframe {
  display: block;
  width: 100%;
  height: 600px;
  max-width: 100%;
  margin: 30px auto;
  border: none;
}
.text-content .aligncenter {
  margin: 10px auto;
  text-align: center;
}
.text-content .wp-block-gallery {
  margin: 30px auto;
}
.text-content .wp-block-gallery .wp-block-image {
  border: 1px solid #969696;
}
.text-content .wp-block-gallery .wp-block-image a {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.text-content .wp-block-gallery .wp-block-image a:hover:before {
  top: 0;
}
.text-content .wp-block-gallery .wp-block-image a:hover:after {
  top: 50%;
}
.text-content .wp-block-gallery .wp-block-image a:before {
  content: "";
  position: absolute;
  top: -150%;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: top 0.3s;
}
.text-content .wp-block-gallery .wp-block-image a:after {
  content: "";
  position: absolute;
  top: 600px;
  z-index: 1;
  left: 50%;
  width: 40px;
  height: 40px;
  background: url("./assets/img/search.svg") no-repeat center/contain;
  filter: brightness(0) invert(1);
  transform: translate(-50%, -50%);
  transition: top 0.3s;
}
.text-content .gallery {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  margin: 20px auto;
}
.text-content .gallery .gallery-item {
  width: 48%;
  height: 450px;
  margin: 0 1% 30px;
  border: 1px solid #969696;
  background-color: #fff;
}
.text-content .gallery .gallery-item > div {
  width: 100%;
  height: 100%;
}
.text-content .gallery .gallery-item a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.text-content .gallery .gallery-item a:hover:before {
  top: 0;
}
.text-content .gallery .gallery-item a:hover:after {
  top: 50%;
}
.text-content .gallery .gallery-item a:before {
  content: "";
  position: absolute;
  top: -150%;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: top 0.3s;
}
.text-content .gallery .gallery-item a:after {
  content: "";
  position: absolute;
  top: 600px;
  z-index: 1;
  left: 50%;
  width: 40px;
  height: 40px;
  background: url("./assets/img/search.svg") no-repeat center/contain;
  filter: brightness(0) invert(1);
  transform: translate(-50%, -50%);
  transition: top 0.3s;
}
.text-content .gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-content .wp-block-table table {
  text-align: center;
}
.text-content .wp-block-table table th {
  color: #fff;
  background-color: #fe0000;
}
.text-content .wp-block-table table td,
.text-content .wp-block-table table th {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #969696;
}
.text-content .wp-block-table table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.comments-area {
  margin: 2rem auto 0;
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.comments-area ol.comment-list,
.comments-area ul.comment-list {
  width: 100%;
  font-size: 1rem;
  line-height: 1.4;
}
.comments-area ol.comment-list .children,
.comments-area ul.comment-list .children {
  padding-left: 2.5rem;
}
.comments-area ol.comment-list .comment,
.comments-area ul.comment-list .comment {
  list-style: none;
}
.comments-area ol.comment-list .comment .comment-body,
.comments-area ul.comment-list .comment .comment-body {
  margin: 1.5rem 0;
  padding: 1.5rem;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  background: #252525;
}
.comments-area ol.comment-list .comment .comment-body a,
.comments-area ul.comment-list .comment .comment-body a {
  display: inline-block;
  color: #fe0000;
}
.comments-area ol.comment-list .comment .comment-body a:hover,
.comments-area ul.comment-list .comment .comment-body a:hover {
  color: #00b436;
}
.comments-area ol.comment-list .comment .comment-body .comment-author,
.comments-area ul.comment-list .comment .comment-body .comment-author {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.comments-area ol.comment-list .comment .comment-body .comment-author img,
.comments-area ul.comment-list .comment .comment-body .comment-author img {
  margin-right: 1rem;
  border-radius: 50%;
}
.comments-area ol.comment-list .comment .comment-body .comment-metadata,
.comments-area ul.comment-list .comment .comment-body .comment-metadata {
  margin: 0.4rem 0 0.6rem;
  font-size: 0.8rem;
}
.comments-area ol.comment-list .comment .comment-body .comment-reply-link,
.comments-area ul.comment-list .comment .comment-body .comment-reply-link {
  margin-top: 0.6rem;
  padding: 0.4rem 1rem;
  color: #fff;
  background: #fe0000;
}
.comments-area .comments__title {
  margin-bottom: 0;
}
.comments-area .comment-respond {
  padding: 1.5rem 0;
}
.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 1rem;
}
.comments-area .comment-respond .comment-reply-title small {
  display: block;
}
.comments-area .comment-respond .comment-reply-title small a {
  color: #fe0000;
}
.comments-area .comment-respond .comment-reply-title small a:hover {
  color: #00b436;
}
.comments-area .comment-respond .g-recaptcha {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin: 5px auto;
}
.comments-area .comment-respond .comment-form {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.comments-area .comment-respond .comment-form .comment-notes {
  width: 100%;
  margin: 0.3rem auto;
  text-align: center;
}
.comments-area .comment-respond .comment-form .logged-in-as {
  text-align: center;
}
.comments-area .comment-respond .comment-form .logged-in-as a {
  display: inline-block;
  margin-bottom: 0.3rem;
  font-size: 1rem;
  color: #000;
}
.comments-area .comment-respond .comment-form textarea {
  display: block;
  width: 100%;
  height: 6rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 0.8rem rgba(136, 134, 146, 0.8);
  resize: none;
}
.comments-area .comment-respond .comment-form .wrap__inputs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comments-area .comment-respond .comment-form .wrap__inputs input {
  display: block;
  width: 32%;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 0.8rem rgba(136, 134, 146, 0.8);
  resize: none;
}
.comments-area .comment-respond .comment-form .form-submit,
.comments-area .comment-respond .comment-form #recaptcha-submit-btn-area {
  margin: 1.5rem auto 0;
}
.comments-area .comment-respond .comment-form .form-submit input[type=submit],
.comments-area .comment-respond .comment-form #recaptcha-submit-btn-area input[type=submit] {
  padding: 0.8rem 1.5rem;
  font-size: 1.5rem;
}
.comments-area .akismet_comment_form_privacy_notice {
  text-align: center;
}
.comments-area .akismet_comment_form_privacy_notice a {
  display: inline !important;
}

.pagination {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  margin-top: 30px;
}
.pagination a,
.pagination span {
  width: -moz-max-content;
  width: max-content;
  min-width: 32px;
  max-width: 100%;
  margin: 5px;
  padding: 5px 8px;
  font-size: 0.8rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  background-color: #252525;
}
.pagination a:hover {
  background-color: #00b436;
}
.pagination .current {
  background-color: #fe0000;
}

.ps {
  padding: 60px 0;
}

.aioseo-breadcrumbs,
.breadcrumb {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
}
.aioseo-breadcrumbs a,
.breadcrumb a {
  color: #fe0000;
}
.aioseo-breadcrumbs span,
.breadcrumb span {
  color: #969696;
}
.aioseo-breadcrumbs .aioseo-breadcrumb-separator,
.breadcrumb .aioseo-breadcrumb-separator {
  margin: 0 6px;
}

.banner {
  width: 100%;
  margin-bottom: 50px;
  padding: 30px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
}
.banner .banner__text {
  margin-top: 10px;
  font-weight: 300;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
}

.main {
  padding-top: 82px;
}

/* common end */
/* header start */
.header {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  padding-right: 20px;
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.5);
  color: #000;
  background-color: #fff;
  transition: 0.3s;
}
.header.active-search-form .header__menu {
  display: none;
  flex-grow: 0;
  flex-shrink: 1;
}
.header.active-search-form .header__search-block {
  flex-grow: 1;
}
.header.active-search-form .header__search-block .header__search-block_form {
  width: auto;
  height: auto;
  margin-right: 20px;
  transform: translateX(0);
  -webkit-clip-path: none;
          clip-path: none;
}
.header.active-search-form .header__search-block .show-form {
  background-color: #000;
}
.header.active-search-form .header__search-block .show-form:before {
  background-image: url("./assets/img/close.svg");
  filter: brightness(0) invert(1);
}
.header .header__logos {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 20px 40px;
  background-color: #fe0000;
}
.header .header__logos .header__logos_link:first-child {
  margin-right: 10px;
}
.header .header__logos .header__logos_link img {
  width: auto;
  height: 42px;
}
.header .header__menu {
  flex-grow: 1;
  margin-left: 20px;
}
.header .header__menu_list {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.header .header__menu_list a {
  padding: 32px 16px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
.header .header__menu_list a:hover {
  color: #fe0000;
}
.header .header__menu_list li {
  list-style: none;
}
.header .menu-item-has-children {
  position: relative;
}
.header .menu-item-has-children:before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  right: 5px;
  width: 10px;
  height: 10px;
  background: url("./assets/img/down.svg") no-repeat center/contain;
  transform: translateY(-50%);
  pointer-events: none;
}
.header .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  width: 300px;
  padding: 10px 5px;
  background-color: #000;
}
.header .menu-item-has-children .sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 40px;
  width: 5px;
  height: 5px;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  pointer-events: none;
}
.header .menu-item-has-children .sub-menu a {
  color: #fff;
}
.header .menu-item-has-children .sub-menu a:hover {
  color: #fe0000;
}
.header .menu-item-has-children .sub-menu li ~ li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.header .menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
}
.header .menu-item-has-children .sub-menu .menu-item-has-children:before {
  transform: rotate(0);
}
.header .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
.header .header__search-block {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin: 0 20px;
  padding: 5px 15px;
  overflow: hidden;
}
.header .header__search-block:before, .header .header__search-block:after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 1px;
  height: 40px;
  background-color: rgba(150, 150, 150, 0.5);
  transform: translateY(-50%);
}
.header .header__search-block:before {
  left: 0;
}
.header .header__search-block:after {
  right: 0;
}
.header .header__search-block .header__search-block_form {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  width: 1px;
  height: 1px;
  font-size: 14px;
  line-height: 18px;
  transform: translateX(150%);
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  overflow: hidden;
}
.header .header__search-block .header__search-block_form .form-input {
  width: 80%;
  padding: 8px 10px;
  border: 1px solid #000;
  border-radius: 5px 0 0 5px;
}
.header .header__search-block .header__search-block_form .form-submit {
  width: 20%;
  padding: 8px 5px;
  border: 1px solid #000;
  border-radius: 0 5px 5px 0;
  color: #fff;
  background-color: #fe0000;
  opacity: 0.7;
}
.header .header__search-block .header__search-block_form .form-submit:hover, .header .header__search-block .header__search-block_form .form-submit:active {
  opacity: 1;
}
.header .header__search-block .show-form {
  position: relative;
  z-index: 1;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}
.header .header__search-block .show-form:hover {
  background-color: #fe0000;
}
.header .header__search-block .show-form:hover:before {
  filter: brightness(0) invert(1);
}
.header .header__search-block .show-form:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./assets/img/search.svg") no-repeat center center;
  background-size: 60% 60%;
  transition: 0.3s;
}
.header .burger {
  display: none;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.header .burger span {
  position: relative;
  display: block;
  width: 100%;
  height: calc(30px / 10);
  border-radius: 5px;
  background-color: #000;
}
.header .burger span:before, .header .burger span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(30px / 10);
  border-radius: 5px;
  background-color: #000;
}
.header .burger span:before {
  top: calc(30px / -3);
  transition: 0.8s;
}
.header .burger span:after {
  bottom: calc(30px / -3);
  transition: 0.4s;
}
.header .active-burger span {
  background: none;
}
.header .active-burger span:before {
  transform: translateY(calc(30px / 3)) rotate(-405deg);
}
.header .active-burger span:after {
  transform: translateY(calc(30px / -3)) rotate(45deg);
}

.hidden-header {
  top: -100%;
}

/* header end */
/* main page start */
.main-section {
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-section:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.main-section .wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.main-section .page-title {
  width: 44%;
  margin-right: 2%;
  color: #fff;
}
.main-section .main-section__img {
  width: 36%;
}
.main-section .main-section__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-description {
  padding: 30px 0;
}
.product-description iframe {
  display: block;
  border: none;
}
.product-description .product-description__imgs {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 40px;
}
.product-description .product-description__imgs .product-description__imgs_item {
  width: 20%;
  height: 200px;
  margin: 0 2.5% 20px;
}
.product-description .product-description__imgs .product-description__imgs_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-description .text-content {
  margin-bottom: 40px;
  font-size: 20px;
}
.product-description .text-content.big-text {
  font-size: 24px;
}
.product-description .product-description__big-video {
  width: 100%;
  margin-bottom: 20px;
}
.product-description .product-description__big-video iframe {
  width: 100%;
  height: 600px;
}
.product-description .product-description__videos {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
}
.product-description .product-description__videos .product-description__videos_item {
  flex-grow: 1;
  margin-bottom: 20px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.product-description .product-description__videos .product-description__videos_item.small-item {
  width: 22%;
}
.product-description .product-description__videos .product-description__videos_item.small-item iframe {
  height: 200px;
}
.product-description .product-description__videos .product-description__videos_item.middle-item {
  width: 47%;
}
.product-description .product-description__videos .product-description__videos_item.middle-item iframe {
  height: 350px;
}
.product-description .product-description__videos .product-description__videos_item iframe {
  width: 100%;
}
.product-description .order-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 15px 90px;
  border: 1px solid #000;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
}
.product-description .order-button:hover {
  color: #fff;
  background-color: #000;
}

.advantages-block {
  padding: 40px 0;
  background-color: #303030;
}
.advantages-block .advantages-list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.advantages-block .advantages-list span {
  display: block;
}
.advantages-block .advantages-list__item {
  width: 24%;
  margin: 0 0.5%;
  padding: 10px;
}
.advantages-block .advantages-list__item .item-img {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.advantages-block .advantages-list__item .item-text {
  font-weight: 300;
  font-size: 18px;
}

/* main page end */
/* news page start */
.news-section {
  padding-bottom: 70px;
}

.news {
  background-color: #fff;
}
.news .button {
  margin: 30px auto 0;
}

.news__list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.news__list .news__list_item {
  width: 23%;
  margin: 0 1% 30px;
}
.news__list .item__link {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-shadow: 3px 3px 10px 0 rgba(50, 50, 50, 0.2);
  color: #252525;
  background-color: #fff;
}
.news__list .item__link:hover {
  box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.5);
}
.news__list .item__link:hover .item__link_fake-btn {
  color: #fe0000;
}
.news__list .item__link:hover .item__link_fake-btn:before {
  background: #fe0000;
}
.news__list .item__link:hover .item__link_fake-btn:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.news__list .item__link_img {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__list .item__link_date {
  position: relative;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
  color: #969696;
}
.news__list .item__link_date:before {
  content: "";
  position: absolute;
  top: 10px;
  z-index: -1;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #969696;
}
.news__list .item__link_title {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}
.news__list .item__link_text {
  margin-bottom: 20px;
  font-size: 14px;
}
.news__list .item__link_fake-btn {
  margin-top: auto;
}

/* news page end */
/* contacts start */
.contacts {
  background-color: #fff;
}
.contacts.padding-bottom {
  padding-bottom: 50px;
}
.contacts .contacts__text,
.contacts .site-phone,
.contacts .site-mail {
  margin-bottom: 10px;
}

.form label > span,
.form label {
  display: block;
}
.form .red-mark {
  display: inline;
  color: #fe0000;
}
.form .form__row {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
}
.form .form__row .form__input-wrapper {
  width: 48%;
}
.form .form__input-wrapper {
  margin-bottom: 20px;
}
.form textarea,
.form input[type=text],
.form input[type=tel],
.form input[type=email] {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #969696;
  color: #969696;
  background-color: transparent;
  transition: background-color calc(0.3s * 2), color calc(0.3s * 2);
}
.form textarea:focus,
.form input[type=text]:focus,
.form input[type=tel]:focus,
.form input[type=email]:focus {
  border-color: #000;
  color: #000;
}
.form .hidden-element {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 1px;
  -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
          clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}
.form textarea {
  height: 80px;
  min-height: 50px;
  max-height: 450px;
  resize: vertical;
}
.form .form__captcha {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  padding: 5px;
  border: 1px solid rgba(0, 180, 54, 0.8);
  cursor: pointer;
}
.form .form__captcha .form__row_checkbox:checked + span {
  background-color: #fe0000;
}
.form .form__captcha .form__row_fake_checkbox {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  border: 1px solid #969696;
  background-color: #00b436;
  transition: border-color 0.3s;
}
.form .form__captcha_description {
  font-size: 1rem;
}
.form .active-error {
  border-color: #fe0000;
}
.form .form__submit {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 20px 0 5px;
  padding: 10px 40px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  background-color: #fe0000;
}
.form .form__submit:hover {
  box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.5);
  background-color: #000;
}
.form .approved__text {
  font-size: 14px;
}

/* contacts end */
/* one-page start */
.one-page {
  padding-bottom: 70px;
  background-color: #fff;
}
.one-page .date {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-left: 35px;
  font-weight: bold;
  line-height: 25px;
}
.one-page .date:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 25px;
  height: 25px;
  background: url("./assets/img/calendar.png") no-repeat center/contain;
}

/* one-page end */
/* products pages start */
.catalog {
  padding-bottom: 60px;
}
.catalog .banner {
  margin-bottom: 0;
}

.products-list {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.products-list .products-list__item {
  display: flex;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
  width: 23%;
  margin: 0 1% 20px;
  padding: 15px;
  border: 1px solid rgba(150, 150, 150, 0.2);
  background-color: #fff;
  transition: 0.3s;
}
.products-list .products-list__item:hover {
  box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.5);
  color: #fe0000;
}
.products-list .product-content {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 15px;
}
.products-list .product-content__img {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-list .product-content__category {
  font-weight: bold;
  font-size: 16px;
}
.products-list .product-content__name {
  margin-bottom: auto;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
.products-list .product-content__price {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
  line-height: 1;
}
.products-list .product-content__price .old-price {
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 16px;
  color: #fe0000;
}
.products-list .product-content__price .old-price:before, .products-list .product-content__price .old-price:after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fe0000;
}
.products-list .product-content__price .old-price:before {
  transform: rotate(-10deg);
}
.products-list .product-content__price .old-price:after {
  transform: rotate(10deg);
}
.products-list .product-content__price .price-separator {
  margin: 0 10px;
}
.products-list .product-content__price .actual-price {
  font-weight: bold;
  font-size: 20px;
  color: #00b436;
}
.products-list .buttons-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
}
.products-list .buttons-wrapper__item {
  width: 48%;
  padding: 8px 3px;
  font-size: 14px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
}
.products-list button.buttons-wrapper__item {
  background-color: #fe0000;
}
.products-list button.buttons-wrapper__item:hover {
  background-color: #000;
}
.products-list a.buttons-wrapper__item {
  background-color: #000;
}
.products-list a.buttons-wrapper__item:hover {
  background-color: #fe0000;
}

.one-product {
  padding-bottom: 70px;
  background-color: #fff;
}
.one-product .page-title {
  text-transform: uppercase;
}
.one-product .content {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.one-product .one-product__gallery {
  width: 48%;
}
.one-product .one-product__gallery .swiper-slide {
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.one-product .one-product__gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.one-product .one-product__gallery .swiper-button-prev,
.one-product .one-product__gallery .swiper-button-next {
  z-index: 10;
  width: 40px;
  height: 40px;
  border: 2px solid #303030;
  border-radius: 50%;
  opacity: 0.7;
}
.one-product .one-product__gallery .swiper-button-prev:hover, .one-product .one-product__gallery .swiper-button-prev:active,
.one-product .one-product__gallery .swiper-button-next:hover,
.one-product .one-product__gallery .swiper-button-next:active {
  opacity: 1;
}
.one-product .one-product__gallery .swiper-button-prev:after,
.one-product .one-product__gallery .swiper-button-next:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 2px;
  transition: border-color 0.3s;
}
.one-product .one-product__gallery .swiper-button-prev:after {
  border-top: 3px solid #303030;
  border-left: 3px solid #303030;
  transform: translateX(3px) rotate(-40deg);
}
.one-product .one-product__gallery .swiper-button-next:after {
  border-top: 3px solid #303030;
  border-right: 3px solid #303030;
  transform: translateX(-3px) rotate(40deg);
}
.one-product .one-product__gallery .one-product__images {
  height: 440px;
}
.one-product .one-product__gallery .one-product__images .swiper-slide a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.one-product .one-product__gallery .one-product__images .swiper-slide a:hover:before {
  top: 0;
}
.one-product .one-product__gallery .one-product__images .swiper-slide a:hover:after {
  top: 50%;
}
.one-product .one-product__gallery .one-product__images .swiper-slide a:before {
  content: "";
  position: absolute;
  top: -150%;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: top 0.3s;
}
.one-product .one-product__gallery .one-product__images .swiper-slide a:after {
  content: "";
  position: absolute;
  top: 600px;
  z-index: 1;
  left: 50%;
  width: 40px;
  height: 40px;
  background: url("./assets/img/search.svg") no-repeat center/contain;
  filter: brightness(0) invert(1);
  transform: translate(-50%, -50%);
  transition: top 0.3s;
}
.one-product .one-product__gallery .one-product__navigation {
  height: 140px;
  margin-top: 20px;
}
.one-product .one-product__specifications {
  width: 48%;
}
.one-product .price-block {
  margin-top: 20px;
}
.one-product .price-block .price-block__value {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 15px;
  line-height: 1;
}
.one-product .price-block .price-block__value .old-price {
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 20px;
  color: #fe0000;
}
.one-product .price-block .price-block__value .old-price:before, .one-product .price-block .price-block__value .old-price:after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fe0000;
}
.one-product .price-block .price-block__value .old-price:before {
  transform: rotate(-10deg);
}
.one-product .price-block .price-block__value .old-price:after {
  transform: rotate(10deg);
}
.one-product .price-block .price-block__value .price-separator {
  margin: 0 10px;
}
.one-product .price-block .price-block__value .actual-price {
  font-weight: bold;
  font-size: 24px;
  color: #00b436;
}
.one-product .one-product__specifications_table {
  width: 100%;
  border-collapse: collapse;
}
.one-product .one-product__specifications_table th {
  font-size: 16px;
  text-align: left;
}
.one-product .one-product__specifications_table td {
  font-size: 14px;
}
.one-product .one-product__specifications_table th,
.one-product .one-product__specifications_table td {
  padding: 10px;
  line-height: 20px;
  border: 1px solid #e5e5e5;
}
.one-product .one-product__specifications_table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.accessories,
.related {
  padding: 30px 0;
}
.accessories .products-list .products-list__item,
.related .products-list .products-list__item {
  width: 23%;
}

/* products pages end */
/* footer start */
.footer {
  color: #000;
  background-color: #fff;
}
.footer .footer__top {
  padding: 50px 0;
  font-size: 16px;
  color: #fff;
  background-color: #000;
}
.footer .footer__top .wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer .footer__top .footer__top_item {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 30%;
}
.footer .footer__top .firm-name {
  margin-bottom: 5px;
  font-weight: bold;
}
.footer .footer__top_list .menu-item ~ .menu-item {
  border-top: 1px solid rgba(150, 150, 150, 0.5);
}
.footer .footer__top_list .menu-item a {
  position: relative;
  z-index: 1;
  padding: 5px 20px 5px 0;
  line-height: 20px;
  color: #fff;
}
.footer .footer__top_list .menu-item a:hover {
  color: #fe0000;
}
.footer .footer__top_list .menu-item a:hover:after {
  border-right-color: #fe0000;
  border-bottom-color: #fe0000;
}
.footer .footer__top_list .menu-item a:after {
  content: "";
  position: absolute;
  top: 12px;
  z-index: -1;
  right: 0;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.footer .site-phone,
.footer .site-mail {
  margin-bottom: 10px;
  font-weight: normal;
  color: #fff;
}
.footer .site-phone:hover,
.footer .site-mail:hover {
  color: #fe0000;
}
.footer .footer__bottom {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  font-size: 14px;
}
.footer .footer__bottom_left {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
}
.footer .footer__bottom_left a {
  color: #000;
}
.footer .footer__bottom_left a:hover {
  color: #fe0000;
}
.footer .footer__bottom_copyright {
  margin-right: 10px;
  padding-right: 10px;
  font-weight: 300;
  border-right: 1px solid rgba(150, 150, 150, 0.5);
}
.footer .footer__bottom_made {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.footer .footer__bottom_made a {
  position: relative;
  z-index: 1;
  margin: 0 0.3rem;
  padding: 0 3px;
  font-weight: 700;
  color: #fe0000;
}
.footer .footer__bottom_made a:hover {
  color: #fff;
}
.footer .footer__bottom_made a:hover:before {
  top: 0;
  height: 100%;
}
.footer .footer__bottom_made a:before {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  z-index: -1;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fe0000;
  transition: 0.3s;
}

/* footer end */
/* modal start */
.modal {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 1px;
  height: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  overflow: hidden;
}
.modal .modal__wrap {
  position: relative;
  z-index: 1;
  width: calc(100% - 20px);
  margin: auto;
  background-color: #fff;
}
.modal .modal__wrap .close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 5px;
  background-color: #fe0000;
}
.modal .modal__wrap .close-modal:hover {
  background-color: #000;
}
.modal .modal__wrap .close-modal:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./assets/img/close.svg") no-repeat center/contain;
  filter: brightness(0) invert(100%);
}
.modal .modal__wrap_form-title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  text-align: center;
}
.modal .product-name {
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  border: none;
  color: #969696;
  background-color: transparent;
}
.modal input.product-name {
  display: none;
}
.modal p.product-name {
  display: block;
}
.modal .product-count-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.modal .product-count__title {
  margin-right: 10px;
  font-size: 18px;
}
.modal .product-count {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  border: 1px solid #000;
  border-radius: 5px;
}
.modal .product-count .product-count_minus,
.modal .product-count .product-count_add {
  padding: 5px 25px;
  font-size: 28px;
  line-height: 20px;
  border: none;
  color: #fff;
  background-color: #000;
}
.modal .product-count .product-count_minus:hover, .modal .product-count .product-count_minus:active,
.modal .product-count .product-count_add:hover,
.modal .product-count .product-count_add:active {
  background-color: #fe0000;
}
.modal .product-count .product-count_value {
  width: 80px;
  padding: 5px;
  text-align: center;
  border: none;
}
.modal .product-count .product-count_value::-webkit-outer-spin-button, .modal .product-count .product-count_value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal .modal__wrap_title {
  margin: 0 auto 0.8rem;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
.modal .modal__wrap_text {
  font-size: 16px;
}

.modal-all .modal__wrap,
.modal-order .modal__wrap {
  max-width: 600px;
  padding: 30px 20px;
}

.modal-error .modal__wrap,
.modal-gratitude .modal__wrap {
  max-width: 500px;
  padding: 50px 30px;
  text-align: center;
}

.active-modal {
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

/* modal end */
/* button up start */
.btn-up {
  position: fixed;
  bottom: -50px;
  right: 50px;
  z-index: 5;
  display: flex;
  width: 45px;
  height: 45px;
  padding: 0;
  outline: 0;
  border: 2px solid #303030;
  border-radius: 50%;
  background-color: transparent;
  transition: box-shadow 0.3s, border-color 0.3s;
  cursor: pointer;
}
.btn-up:hover {
  border-color: #fe0000;
}
.btn-up:hover span {
  border-top-color: #fe0000;
  border-left-color: #fe0000;
}
.btn-up:active {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2), inset 1px 1px 2px rgba(0, 0, 0, 0.2), inset 2px 2px 5px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.2), inset 3px 15px 45px rgba(0, 0, 0, 0.1);
}
.btn-up span {
  display: block;
  width: 40%;
  height: 40%;
  margin: auto;
  border-top: 3px solid #303030;
  border-left: 3px solid #303030;
  border-radius: 2px;
  transform: translateY(3px) rotate(45deg);
  transition: border-color 0.3s;
}

.active-btn {
  bottom: 20px;
}

/* button up end */
/* error  start */
.error {
  text-align: center;
}
.error .error__title {
  font-size: 250px;
  line-height: 1;
}
.error .error__text {
  font-size: 16px;
}
.error .button {
  margin: 30px auto 0;
}

/* error  end */
/*   media   start */
/*     < 1400    */
@media screen and (max-width: 1400px) {
  /* footer start */
  .footer .footer__bottom_made {
    margin-right: 80px;
  }
  /* footer end */
  /* button up start */
  .btn-up {
    right: 20px;
  }
  /* button up end */
}
/*     < 1400    */
/*     < 1100   */
@media screen and (max-width: 1100px) {
  /* common start */
  .page-title {
    font-size: 38px;
  }
  .title {
    font-size: 36px;
  }
  .ps {
    padding: 50px 0;
  }
  .text-content h1 {
    font-size: 38px;
  }
  .text-content h2 {
    font-size: 36px;
  }
  .text-content h3 {
    font-size: 34px;
  }
  .text-content h4 {
    font-size: 32px;
  }
  .text-content h5 {
    font-size: 30px;
  }
  .text-content h6 {
    font-size: 28px;
  }
  .text-content .gallery .gallery-item {
    height: 380px;
  }
  /* common end */
  /* header start */
  .header {
    padding-right: 10px;
  }
  .header .header__logos {
    padding: 20px;
  }
  .header .header__menu {
    margin-left: 15px;
  }
  .header .header__menu_list a {
    padding: 32px 14px;
  }
  .header .header__search-block {
    margin: 0 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* header end */
  /* main page start */
  .product-description .product-description__imgs .product-description__imgs_item {
    width: 23%;
    margin: 0 1% 20px;
  }
  .product-description .text-content {
    margin-bottom: 40px;
    font-size: 18px;
  }
  .product-description .text-content.big-text {
    font-size: 22px;
  }
  .product-description .product-description__big-video iframe {
    height: 450px;
  }
  .product-description .product-description__videos .product-description__videos_item.small-item iframe {
    height: 180px;
  }
  .product-description .product-description__videos .product-description__videos_item.middle-item iframe {
    height: 290px;
  }
  .product-description .order-button {
    margin: 30px auto 0;
    padding: 15px 90px;
  }
  /* main page end */
  /* products pages start */
  .products-list .products-list__item {
    width: 31%;
  }
  .one-product {
    padding-bottom: 50px;
  }
  .one-product .one-product__gallery .one-product__images {
    height: 350px;
  }
  /* products pages end */
}
/*     < 1100   */
/*     > 992    */
@media screen and (min-width: 992px) {
  .header .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .header .menu-item-has-children:hover > .sub-menu li a {
    padding: 10px;
  }
  .header .menu-item-has-children:hover > .sub-menu .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  .header .submenu-button {
    display: none;
  }
}
/*     > 992    */
/*     < 991    */
@media screen and (max-width: 991px) {
  /* common start */
  .page-title {
    font-size: 32px;
  }
  .title {
    font-size: 30px;
  }
  .text-content h1 {
    font-size: 32px;
  }
  .text-content h2 {
    font-size: 30px;
  }
  .text-content h3 {
    font-size: 28px;
  }
  .text-content h4 {
    font-size: 26px;
  }
  .text-content h5 {
    font-size: 24px;
  }
  .text-content h6 {
    font-size: 22px;
  }
  .text-content iframe {
    height: 500px;
  }
  .text-content .gallery .gallery-item {
    height: 320px;
  }
  .banner .banner__text {
    font-size: 20px;
  }
  .main {
    padding-top: 75px;
  }
  /* common end */
  /* header start */
  .header.active-search-form .header__search-block {
    overflow: visible;
  }
  .header.active-search-form .header__search-block .header__search-block_form {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  .header .header__logos .header__logos_link img {
    height: 35px;
  }
  .header .header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 3;
    display: none;
    width: 100%;
    margin-left: 0;
    background-color: #000;
  }
  .header .header__menu_list {
    display: block;
  }
  .header .header__menu_list a {
    padding: 10px;
    color: #fff;
  }
  .header .header__menu_list li ~ li {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header .menu-item-has-children {
    z-index: 1;
  }
  .header .menu-item-has-children:before {
    display: none;
  }
  .header .menu-item-has-children .sub-menu {
    position: static;
    display: none;
    width: 99%;
    margin: 0 0 0 auto;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #000;
  }
  .header .menu-item-has-children .sub-menu:before {
    display: none;
  }
  .header .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    position: static;
    display: none;
    background-color: #000;
  }
  .header .submenu-button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    border: 1px solid #fff;
    background-color: transparent;
  }
  .header .submenu-button:before, .header .submenu-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 2px;
    margin: auto;
    background-color: #fff;
  }
  .header .submenu-button:after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .header .sub-open:after {
    transform: rotate(0);
  }
  .header .active-sub,
  .header .active-nav {
    display: block !important;
  }
  .header .header__search-block {
    flex-grow: 1;
  }
  .header .header__search-block:before {
    display: none;
  }
  .header .header__search-block .header__search-block_form {
    background-color: #000;
  }
  .header .header__search-block .header__search-block_form .form-input {
    flex-grow: 1;
    padding: 8px 5px;
  }
  .header .header__search-block .header__search-block_form .form-submit {
    flex-shrink: 0;
  }
  .header .header__search-block .show-form {
    margin-left: auto;
  }
  .header .burger {
    display: block;
    margin-left: 10px;
  }
  /* header end */
  /* main page start */
  .product-description .product-description__imgs .product-description__imgs_item {
    height: 180px;
  }
  .product-description .text-content {
    font-size: 16px;
  }
  .product-description .text-content.big-text {
    font-size: 20px;
  }
  .product-description .product-description__videos .product-description__videos_item {
    margin-left: 1%;
    margin-right: 1%;
  }
  .product-description .product-description__videos .product-description__videos_item.small-item {
    width: 23%;
  }
  .product-description .product-description__videos .product-description__videos_item.small-item iframe {
    height: 150px;
  }
  .product-description .product-description__videos .product-description__videos_item.middle-item {
    width: 48%;
  }
  .product-description .product-description__videos .product-description__videos_item.middle-item iframe {
    height: 220px;
  }
  .product-description .order-button {
    margin: 30px auto 0;
    padding: 15px 90px;
  }
  /* main page end */
  /* news page start */
  .news__list .news__list_item {
    width: 48%;
  }
  /* news page end */
}
/*     < 991    */
/*     < 767    */
@media screen and (max-width: 768px) {
  /* common start */
  .ps {
    padding: 40px 0;
  }
  .text-content iframe {
    height: 350px;
  }
  .text-content .gallery .gallery-item {
    width: 48%;
  }
  /* common end */
  /* main page start */
  .main-section .wrapper {
    display: block;
  }
  .main-section .page-title {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
  .main-section .main-section__img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .product-description .product-description__imgs .product-description__imgs_item {
    width: 45%;
    margin: 0 2.5% 20px;
  }
  .product-description .text-content.big-text {
    font-size: 18px;
  }
  .product-description .product-description__big-video iframe {
    height: 320px;
  }
  .product-description .product-description__videos .product-description__videos_item.middle-item, .product-description .product-description__videos .product-description__videos_item.small-item {
    width: 47%;
  }
  .product-description .product-description__videos .product-description__videos_item.middle-item iframe, .product-description .product-description__videos .product-description__videos_item.small-item iframe {
    height: 190px;
  }
  .advantages-block .advantages-list__item {
    width: 48%;
    margin: 0 1% 20px;
  }
  /* main page end */
  /* news page start */
  .news-section {
    padding-bottom: 40px;
  }
  /* news page end */
  /* one-page start */
  .one-page {
    padding-bottom: 40px;
  }
  /* one-page end */
  /* products pages start */
  .catalog {
    padding-bottom: 40px;
  }
  .products-list .products-list__item {
    width: 48%;
  }
  .one-product {
    padding-bottom: 40px;
  }
  .one-product .one-product__gallery {
    width: 100%;
    margin-bottom: 30px;
  }
  .one-product .one-product__gallery .one-product__navigation {
    height: 110px;
  }
  .one-product .one-product__specifications {
    width: 100%;
  }
  .accessories .products-list .products-list__item,
  .related .products-list .products-list__item {
    width: 48%;
  }
  /* products pages end */
  /* footer start */
  .footer .footer__top {
    padding: 30px 0 20px;
  }
  .footer .footer__top .wrapper {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer__top .footer__top_item {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
  .footer .footer__top .footer__top_nav {
    margin: 20px 0;
  }
  .footer .footer__top .footer__top_list .menu-item a {
    padding-right: 95px;
  }
  .footer .site-phone,
  .footer .site-mail {
    margin-bottom: 20px;
  }
  .footer .footer__bottom {
    flex-direction: column;
  }
  .footer .footer__bottom_made {
    margin: 20px 0 0;
  }
  /* footer end */
  /* modal start */
  .modal .modal__wrap_form-title {
    font-size: 30px;
  }
  .modal .modal__wrap_title {
    font-size: 34px;
  }
  /* modal end */
  /* error  start */
  .error .error__title {
    font-size: 180px;
  }
  /* error  end */
}
/*     < 767    */
/*  <    575    */
@media screen and (max-width: 575px) {
  /* common start */
  .wrapper {
    width: calc(100% - 20px);
  }
  .page-title {
    font-size: 28px;
  }
  .title {
    font-size: 26px;
  }
  .ps {
    padding: 30px 0;
  }
  .banner {
    margin-bottom: 30px;
    padding: 20px 0;
  }
  .banner .banner__text {
    font-size: 16px;
  }
  blockquote {
    margin: 20px auto;
    padding: 5px 5px 5px 20px;
    border-left-width: 3px;
  }
  blockquote:before {
    top: 5px;
    left: 1px;
    font-size: 50px;
  }
  .text-content ul,
  .text-content ol {
    margin: 10px auto;
  }
  .text-content ul {
    padding: 0 0 0 20px;
  }
  .text-content ol {
    padding: 0 0 0 5px;
  }
  .text-content h2,
  .text-content h3,
  .text-content h4,
  .text-content h5,
  .text-content h6 {
    margin: 25px 0;
  }
  .text-content h1 {
    font-size: 28px;
  }
  .text-content h2 {
    font-size: 26px;
  }
  .text-content h3 {
    font-size: 24px;
  }
  .text-content h4 {
    font-size: 22px;
  }
  .text-content h5 {
    font-size: 20px;
  }
  .text-content h6 {
    font-size: 18px;
  }
  .text-content iframe {
    height: max(50vw, 190px);
    margin: 20px auto;
  }
  .text-content .gallery .gallery-item {
    height: max(170px, 40vw);
  }
  .main {
    padding-top: 47px;
  }
  /* common end */
  /* header start */
  .header.active-search-form .header__search-block .header__search-block_form {
    top: 45px;
  }
  .header .header__logos {
    padding: 10px;
  }
  .header .header__logos .header__logos_link img {
    height: 27px;
  }
  .header .header__search-block .header__search-block_form .form-input {
    width: 50%;
  }
  .header .header__search-block .header__search-block_form .form-submit {
    width: 70px;
  }
  .header .site-phone {
    display: none;
  }
  .header .burger {
    margin-left: 0;
  }
  /* header end */
  /* main page start */
  .product-description .product-description__imgs .product-description__imgs_item {
    height: max(110px, 30vw);
  }
  .product-description .text-content {
    margin-bottom: 30px;
  }
  .product-description .product-description__big-video iframe {
    height: 50vw;
  }
  .product-description .product-description__videos .product-description__videos_item {
    margin-left: 0;
    margin-right: 0;
  }
  .product-description .product-description__videos .product-description__videos_item.middle-item, .product-description .product-description__videos .product-description__videos_item.small-item {
    width: 100%;
  }
  .product-description .product-description__videos .product-description__videos_item.middle-item iframe, .product-description .product-description__videos .product-description__videos_item.small-item iframe {
    height: 50vw;
  }
  .product-description .order-button {
    padding: 12px 60px;
  }
  .advantages-block .advantages-list__item {
    width: 100%;
    margin: 0 0 20px;
  }
  /* main page end */
  /* contacts start */
  .form .form__row .form__input-wrapper {
    width: 100%;
  }
  .form .form__input-wrapper {
    margin-bottom: 15px;
  }
  .form .form__captcha .form__row_fake_checkbox {
    margin-right: 5px;
  }
  /* contacts end */
  /* news page start */
  .news-section {
    padding-bottom: 30px;
  }
  .news .title {
    text-align: center;
  }
  .news__list .news__list_item {
    width: 100%;
    margin: 0 0 30px;
  }
  /* news page end */
  /* one-page start */
  .one-page {
    padding-bottom: 30px;
  }
  /* one-page end */
  /* products pages start */
  .catalog {
    padding-bottom: 30px;
  }
  .products-list {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .products-list .products-list__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .products-list .product-content__price {
    justify-content: center;
  }
  .one-product {
    padding-bottom: 30px;
  }
  .one-product .one-product__gallery .swiper-button-prev,
  .one-product .one-product__gallery .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .one-product .one-product__gallery .one-product__images {
    height: 300px;
  }
  .one-product .one-product__gallery .one-product__navigation {
    height: 80px;
    margin-top: 10px;
  }
  .accessories,
  .related {
    padding: 20px 0;
  }
  .accessories .title,
  .related .title {
    text-align: center;
  }
  .accessories .products-list .products-list__item,
  .related .products-list .products-list__item {
    width: 100%;
  }
  /* products pages end */
  /* footer start */
  .footer .footer__bottom {
    padding-bottom: 45px;
  }
  .footer .footer__bottom_left {
    flex-direction: column;
  }
  .footer .footer__bottom_copyright {
    margin: 0 0 20px;
    padding-right: 0;
    border-right: none;
  }
  /* footer end */
  /* modal start */
  .modal .modal__wrap_form-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .modal .modal__wrap_title {
    font-size: 26px;
  }
  .modal-all .modal__wrap,
  .modal-order .modal__wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .modal-error .modal__wrap,
  .modal-gratitude .modal__wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* modal end */
  /* button up start */
  .btn-up {
    right: 10px;
  }
  .active-btn {
    bottom: 10px;
  }
  /* button up end */
  /* error  start */
  .error .error__title {
    font-size: 120px;
  }
  /* error  end */
}
/*  <    575    */
/*   media   end *//*# sourceMappingURL=style.css.map */