@charset "UTF-8";
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

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

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

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

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

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

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

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

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

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

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

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

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

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

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

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

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

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

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

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}

.irs--sharp.irs-with-grid {
  height: 57px;
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round {
  height: 50px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}

.irs--round .irs-grid {
  height: 25px;
}

.irs--round .irs-grid-pol {
  background-color: #dedede;
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--square {
  height: 50px;
}

.irs--square.irs-with-grid {
  height: 60px;
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg);
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}

.irs--square .irs-grid {
  height: 25px;
}

.irs--square .irs-grid-pol {
  background-color: #dedede;
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}

/**
 * Swiper 6.7.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 23, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

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

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

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

.swiper-container-pointer-events.swiper-container-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;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-container-3d {
  perspective: 1200px;
}

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

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

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

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

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

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

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev: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-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

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

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

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

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

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

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

.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: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

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

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

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

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

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.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-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

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

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

.swiper-container-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 > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

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

.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%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

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

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

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-container-flip {
  overflow: visible;
}

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

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

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

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

@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Bold.eot");
  src: url("../fonts/TTCommons-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TTCommons-Bold.woff2") format("woff2"),
    url("../fonts/TTCommons-Bold.woff") format("woff"),
    url("../fonts/TTCommons-Bold.ttf") format("truetype"),
    url("../fonts/TTCommons-Bold.svg#TTCommons-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Medium.eot");
  src: url("../fonts/TTCommons-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TTCommons-Medium.woff2") format("woff2"),
    url("../fonts/TTCommons-Medium.woff") format("woff"),
    url("../fonts/TTCommons-Medium.ttf") format("truetype"),
    url("../fonts/TTCommons-Medium.svg#TTCommons-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Regular.eot");
  src: url("../fonts/TTCommons-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TTCommons-Regular.woff2") format("woff2"),
    url("../fonts/TTCommons-Regular.woff") format("woff"),
    url("../fonts/TTCommons-Regular.ttf") format("truetype"),
    url("../fonts/TTCommons-Regular.svg#TTCommons-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-BoldItalic.eot");
  src: url("../fonts/TTCommons-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/TTCommons-BoldItalic.woff2") format("woff2"),
    url("../fonts/TTCommons-BoldItalic.woff") format("woff"),
    url("../fonts/TTCommons-BoldItalic.ttf") format("truetype"),
    url("../fonts/TTCommons-BoldItalic.svg#TTCommons-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Light.eot");
  src: url("../fonts/TTCommons-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TTCommons-Light.woff2") format("woff2"),
    url("../fonts/TTCommons-Light.woff") format("woff"),
    url("../fonts/TTCommons-Light.ttf") format("truetype"),
    url("../fonts/TTCommons-Light.svg#TTCommons-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-DemiBold.eot");
  src: url("../fonts/TTCommons-DemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TTCommons-DemiBold.woff2") format("woff2"),
    url("../fonts/TTCommons-DemiBold.woff") format("woff"),
    url("../fonts/TTCommons-DemiBold.ttf") format("truetype"),
    url("../fonts/TTCommons-DemiBold.svg#TTCommons-DemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-Italic.eot");
  src: url("../fonts/TTCommons-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TTCommons-Italic.woff2") format("woff2"),
    url("../fonts/TTCommons-Italic.woff") format("woff"),
    url("../fonts/TTCommons-Italic.ttf") format("truetype"),
    url("../fonts/TTCommons-Italic.svg#TTCommons-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Commons";
  src: url("../fonts/TTCommons-LightItalic.eot");
  src: url("../fonts/TTCommons-LightItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/TTCommons-LightItalic.woff2") format("woff2"),
    url("../fonts/TTCommons-LightItalic.woff") format("woff"),
    url("../fonts/TTCommons-LightItalic.ttf") format("truetype"),
    url("../fonts/TTCommons-LightItalic.svg#TTCommons-LightItalic")
      format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  height: 100%;
}

body {
  margin: 0;
  color: #000;
  font: 18px/1.45 "TT Commons", sans-serif;
  background: #fff;
  min-width: 320px;
  height: 100%;
  font-weight: 300;
}

img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  color: #6b6b6b;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

* {
  outline: none;
  box-sizing: border-box;
}

input,
textarea,
select {
  font: 100% "TT Commons", sans-serif;
  vertical-align: middle;
  -webkit-appearance: none;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
  display: block;
}

ul {
  margin: 0 0 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "TT Commons", sans-serif;
  color: #000;
}

h1 {
  font-size: 65px;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: 700;
}

@media (max-width: 890px) {
  h1 {
    font-size: 55px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 46px;
  line-height: 1.13;
  color: #000;
  font-weight: 300;
}

@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.07;
  font-weight: 600;
}

h4 {
  font-size: 26px;
  line-height: 1.23;
  font-weight: 600;
}

h5,
h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.index #wrapper {
  padding: 153px 0 0;
}

@media (max-width: 890px) {
  .index #wrapper {
    padding: 100px 0 0;
  }
}

@media (max-width: 480px) {
  .index #wrapper {
    padding: 80px 0 0;
  }
}

.index #header {
  height: 153px;
  /* background: linear-gradient(to bottom, rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); */
}


.index #header:after {
  display: none;
}

@media (max-width: 890px) {
  .index #header {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .index #header {
    height: 80px;
  }
}

#wrapper {
  overflow: hidden;
  min-height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 106px 0 0;
}

@media (max-width: 890px) {
  #wrapper {
    padding: 100px 0 0;
  }
}

@media (max-width: 480px) {
  #wrapper {
    padding: 80px 0 0;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.title_block {
  font-size: 46px;
  line-height: 1.13;
  color: #000;
  font-weight: 300;
}

@media (max-width: 767px) {
  .title_block {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .title_block {
    font-size: 32px;
  }
}

.title_block span {
  font-weight: 700;
  font-style: italic;
  color: #6b6b6b;
}

.btn {
  /* background: linear-gradient(105deg, #33303E 6.17%, #33303E 60.69%); */
  background: #33303E;
  border-radius: 15px;
  /* box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5); */
  text-align: center;
  color: #fff;
  /* font-size: 30px; */
  font-size: 27px;
  /* font-weight: 500; */
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  width: 270px;
  padding: 20px 10px 21px;
  display: block;
  transition: all 0.3s ease;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; */
}

@media (max-width: 480px) {
  .btn {
    width: 100%;
    font-size: 24px;
    padding: 15px 10px 18px;
  }
}

.btn:hover {
  color: #000;
  background: #fff;
  /* box-shadow: 7.1px 7.1px 20px rgba(255, 255, 255, 0.5); */
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
}

.btn.btn_circle {
  border-radius: 38px;
}

.btn.btn_white {
  height: 50px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  padding: 9px 10px;
  width: 170px;
}

.btn.btn_white:hover {
  background: #fff;
  color: #000;
  box-shadow: none;
}

.slider .swiper-pagination {
  bottom: 31px;
}
@media (max-width: 480px) {
  .slider .swiper-pagination {
    bottom: 10px;
  }
}

.slider .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0.25);
  transition: all 200ms linear;
  border-radius: 0;
  margin: 0 11px;
  cursor: pointer;
  opacity: 1;
}

.slider .swiper-pagination .swiper-pagination-bullet:hover {
  background: #000;
}

.slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  left: 50%;
  opacity: 1;
}

.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transition: all 200ms linear;
}

.slider .swiper-button-next:hover:after,
.slider .swiper-button-prev:hover:after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  border-right: 2px solid rgba(0, 0, 0, 0.25);
}

.slider .swiper-button-next {
  margin: -15px 0 0 636px;
}

@media (max-width: 1350px) {
  .slider .swiper-button-next {
    margin: -15px 0 0;
    left: auto;
    right: 0;
  }
}
@media (max-width: 480px) {
  .slider .swiper-button-next {
    display: none;
  }
}

.slider .swiper-button-next:after {
  transform: rotate(-45deg);
  margin: -10px 0 0 -15px;
}

.slider .swiper-button-prev {
  margin: -15px 0 0 -667px;
}

@media (max-width: 1350px) {
  .slider .swiper-button-prev {
    margin: -15px 0 0;
    left: 0;
  }
}
@media (max-width: 480px) {
  .slider .swiper-button-prev {
    display: none;
  }
}

.slider .swiper-button-prev:after {
  transform: rotate(135deg);
  margin: -10px 0 0 -5px;
}

.bg_color {
  background: #f5f5f5;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col_75 {
  width: 75%;
  padding: 0 15px;
}

@media (max-width: 980px) {
  .col_75 {
    width: 65%;
  }
}

@media (max-width: 767px) {
  .col_75 {
    width: 100%;
  }
}

.col_55 {
  width: 55%;
  padding: 0 15px;
}

@media (max-width: 890px) {
  .col_55 {
    width: 100%;
  }
}

.col_50 {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .col_50 {
    width: 100%;
  }
}

.col_45 {
  width: 45%;
  padding: 0 15px;
}

@media (max-width: 890px) {
  .col_45 {
    width: 100%;
  }
}

.col_30 {
  width: 33.3%;
  padding: 0 15px;
}

.col_25 {
  width: 25%;
  padding: 0 15px;
}

@media (max-width: 980px) {
  .col_25 {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .col_25 {
    width: 100%;
  }
}

.form {
  padding: 10px 0 0;
}

.form .inpt_holder {
  margin: 0 0 15px;
  position: relative;
}

.form .inpt_holder.phone:after {
  background: url("../images/icon-01.svg") no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  content: "";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  .form .inpt_holder.phone:after {
    right: 10px;
  }
}

.form .inpt_holder.email:after {
  background: url("../images/icon-24.svg") no-repeat;
  background-size: 100%;
  width: 26px;
  height: 21px;
  position: absolute;
  content: "";
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 480px) {
  .form .inpt_holder.email:after {
    right: 10px;
  }
}

.form input[type="text"],
.form input[type="password"] {
  display: block;
  width: 100%;
  height: 75px;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: none;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  color: #000;
  padding: 5px 60px 11px 29px;
  border: 1px solid transparent;
}

@media (max-width: 480px) {
  .form input[type="text"] {
    height: 55px;
    padding: 5px 40px 5px 15px;
    font-size: 20px;
  }
}

.form .sbmt_holder {
  margin: 0 0 14px;
}

.form .btn_form {
  display: block;
  width: 100%;
  padding: 5px 10px 6px;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  height: 75px;
  border: 2px solid #fff;
  border-radius: 15px;
  cursor: pointer;
  box-sizing: border-box;
  background: transparent;
  transition: all 200ms linear;
}

@media (max-width: 480px) {
  .form .btn_form {
    height: 55px;
    padding: 5px 10px;
    font-size: 22px;
  }
}

.form .btn_form:hover {
  background: #fff;
  color: #000;
}

.form .dscr_form {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  color: #000;
}

.form .dscr_form a {
  text-decoration: underline;
  color: #fff;
  transition: all 200ms linear;
}

.form .dscr_form a:hover {
  text-decoration: none;
}

.tabset .tab {
  display: none;
}

.tabset .tab.active {
  display: block;
}

.breadcrumbs {
  /* margin: 0 0 52px; */
  margin: 0 0 25px;
  padding: 0 0 0;
}

@media (max-width: 767px) {
  .breadcrumbs {
    margin: 0 0 20px;
  }
}

.breadcrumbs .breadcrumbs_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs li {
  margin: 0 51px 10px 0;
  position: relative;
}

@media (max-width: 767px) {
  .breadcrumbs li {
    margin: 0 12px 5px 0;
  }
}

.breadcrumbs li:after {
  position: absolute;
  content: "";
  top: 9px;
  right: -28px;
  height: 1px;
  width: 4px;
  background: #000;
}

@media (max-width: 767px) {
  .breadcrumbs li:after {
    right: -7px;
  }
}

.breadcrumbs li:last-child {
  margin: 0 0 10px;
}

@media (max-width: 767px) {
  .breadcrumbs li:last-child {
    margin: 0 0 5px;
  }
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a,
.breadcrumbs span {
  display: block;
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: 0.1em;
}

.breadcrumbs span {
  color: #6b6b6b;
  font-weight: 600;
}

.breadcrumbs a {
  color: #000;
  font-weight: 400;
  transition: all 200ms linear;
}

.breadcrumbs a:hover {
  color: #6b6b6b;
}

.title_section {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 0 0;
}

@media (max-width: 767px) {
  .title_section {
    font-size: 46px;
  }
}

@media (max-width: 480px) {
  .title_section {
    font-size: 38px;
  }
}

.hide {
  display: none;
}

.index #header .btn-open {
  display: none;
}

@media (max-width: 890px) {
  .index #header .btn-open {
    display: block;
  }
}

.index #header.fixed {
  height: 106px;
}

@media (max-width: 890px) {
  .index #header.fixed {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .index #header.fixed {
    height: 80px;
  }
}

.index #header.fixed #nav {
  display: none;
}

.index #header.fixed .btn-open {
  display: block;
}

.index #header.fixed .list_user {
  right: 85px;
}

@media (max-width: 480px) {
  .index #header.fixed .list_user {
    right: 70px;
  }
}

@media (max-width: 480px) {
  .index #header.fixed .list_user li {
    margin: 0 0 0 10px;
  }
}

.index #header.fixed .list_lang {
  right: 292px;
}

@media (max-width: 890px) {
  .index #header.fixed .list_lang {
    right: 300px;
  }
}

.index #header.fixed:after {
  display: block;
}

.index .list_user {
  right: 15px;
}

@media (max-width: 890px) {
  .index .list_user {
    right: 85px;
  }
}

@media (max-width: 480px) {
  .index .list_user {
    right: 70px;
    top: 20px;
  }
}

.index .list_lang {
  right: 242px;
}

@media (max-width: 890px) {
  .index .list_lang {
    right: 300px;
  }
}

@media (max-width: 640px) {
  .index .list_lang {
    display: none;
  }
}

#header {
  background: #fff;
  padding: 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 106px;
  z-index: 110;
}

@media (max-width: 890px) {
  #header {
    height: 100px;
  }
}

@media (max-width: 480px) {
  #header {
    height: 80px;
  }
}

#header:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.25);
  z-index: -1;
}

#header .container {
  position: relative;
  height: 100%;
}

#header.active .btn-open {
  z-index: 1;
}

#header.active .btn-open span {
  background: none;
}

#header.active .btn-open span:before {
  transform: rotate(45deg);
  margin: 8px 0 0;
}

@media (max-width: 480px) {
  #header.active .btn-open span:before {
    margin: 7px 0 0;
  }
}

#header.active .btn-open span:after {
  transform: rotate(-45deg);
  margin: -8px 0 0;
}

@media (max-width: 480px) {
  #header.active .btn-open span:after {
    margin: -7px 0 0;
  }
}

#header.active .mob_menu {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.logo {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-48%);
  width: 77px;
  height: 72px;
  background: url("../images/logo.svg") no-repeat;
  background-size: 100%;
}

@media (max-width: 980px) {
  .logo {
    transform: translateX(-52%);
  }
}

@media (max-width: 890px) {
  .logo {
    left: 15px;
    transform: none;
  }
}

@media (max-width: 480px) {
  .logo {
    width: 65px;
    height: 60px;
    top: 11px;
  }
}

.logo a {
  display: block;
  height: 100%;
}

.call_box {
  position: absolute;
  left: 15px;
  top: 36px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 890px) {
  .call_box {
    display: none;
  }
}

.call_box .phone {
  display: block;
  margin: 0 33px 0 0;
  padding: 0 0 0 62px;
  position: relative;
}

@media (max-width: 1024px) {
  .call_box .phone {
    margin: 0 15px 0 0;
  }
}

.call_box .phone a {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .call_box .phone a {
    font-size: 24px;
  }
}

.call_box .phone .icon {
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 50%;
}

.call_box .phone .icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url("../images/icon-01.svg") no-repeat;
  background-size: 100%;
}

.call_box .call {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: -5px 0 0;
}

.call_box .call a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.call_box .call a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #6b6b6b;
  transition: all 200ms linear;
}

.call_box .call a:hover:after {
  opacity: 0;
}

.list_user {
  position: absolute;
  top: 25px;
  right: 85px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 890px) {
  .list_user {
    right: 85px;
  }
}

@media (max-width: 480px) {
  .list_user {
    right: 70px;
    top: 20px;
  }
}

.list_user li {
  margin: 0 0 0 20px;
}

@media (max-width: 480px) {
  .list_user li {
    margin: 0 0 0 10px;
  }
}

.list_user a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 50%;
  transition: all 200ms linear;
}

@media (max-width: 480px) {
  .list_user a {
    width: 40px;
    height: 40px;
  }
}

.list_user a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-46%, -50%);
  transition: all 200ms linear;
}

.list_user a.favorite:after {
  background: url(/local/templates/jillas.1.0/images/nw_icon-02.svg) no-repeat;
  background-size: 100%;
  width: 26px;
  height: 22px;
}

@media (max-width: 480px) {
  .list_user a.favorite:after {
    width: 22px;
    height: 18px;
  }
}

.list_user a.favorite:hover:after {
  background: url("../images/icon-02_hover.svg") no-repeat;
  background-size: 100%;
}

.list_user a.user:after {
  background: url(/local/templates/jillas.1.0/images/nw_icon-03.svg) no-repeat;
  background-size: 100%;
  width: 22px;
  height: 25px;
}

@media (max-width: 480px) {
  .list_user a.user:after {
    width: 18px;
    height: 21px;
  }
}

.list_user a.user:hover:after {
  background: url("../images/icon-03_hover.svg") no-repeat;
  background-size: 100%;
}

.list_user a.card:after {
  background: url(/local/templates/jillas.1.0/images/nw_icon-04.svg) no-repeat;
  background-size: 100%;
  width: 22px;
  height: 28px;
}

@media (max-width: 480px) {
  .list_user a.card:after {
    width: 18px;
    height: 24px;
  }
}

.list_user a.card:hover:after {
  background: url("../images/icon-04_hover.svg") no-repeat;
  background-size: 100%;
}

.list_user a:hover {
  background: #000;
  box-shadow: 3.5px 3.5px 10px rgba(0, 0, 0, 0.25);
}

.list_user .num {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  background: #000;
  width: 16px;
  height: 16px;
  bottom: -1px;
  right: -1px;
  border-radius: 50%;
}

.list_lang {
  position: absolute;
  right: 292px;
  top: 39px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 890px) {
  .list_lang {
    right: 300px;
  }
}

@media (max-width: 640px) {
  .list_lang {
    display: none;
  }
}

.list_lang li {
  margin: 0 0 0 27px;
}

.list_lang li.active a {
  font-weight: 700;
  color: #6b6b6b;
}

.list_lang a {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #000;
}

.list_lang a:hover {
  font-weight: 700;
}

.btn-open {
  position: absolute;
  top: 25px;
  right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f5f5f5;
  transition: all 200ms linear;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.btn-open:hover {
  background: #000;
  box-shadow: 3.5px 3.5px 10px rgba(0, 0, 0, 0.25);
}

.btn-open:hover span {
  background: #fff;
}

.btn-open:hover span:after,
.btn-open:hover span:before {
  background: #fff;
}

@media (max-width: 480px) {
  .btn-open {
    width: 40px;
    height: 40px;
    top: 20px;
  }
}

.btn-open span {
  display: block;
  position: relative;
  width: 28px;
  height: 2px;
  background: #000;
  margin: 24px auto 0;
}

@media (max-width: 480px) {
  .btn-open span {
    width: 24px;
    margin: 19px auto 0;
  }
}

.btn-open span:after,
.btn-open span:before {
  content: "";
  position: absolute;
  width: 100%;
  background: #000;
  height: 2px;
  top: -8px;
  left: 0;
  transition: all 200ms linear;
}

@media (max-width: 480px) {
  .btn-open span:after,
  .btn-open span:before {
    top: -7px;
  }
}

.btn-open span:after {
  top: 8px;
}

@media (max-width: 480px) {
  .btn-open span:after {
    top: 7px;
  }
}

#nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 19px;
}

@media (max-width: 890px) {
  #nav {
    display: none;
  }
}

#nav > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#nav > ul li {
  margin: 0 26px;
}

#nav > ul li.drop {
  position: relative;
}

#nav > ul li.drop > a {
  padding: 0 23px 0 0;
  position: relative;
}

#nav > ul li.drop > a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  margin: -4px 0 0;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

#nav > ul li.drop:hover .down {
  visibility: visible;
  opacity: 1;
}

#nav > ul li.drop:hover > a {
  font-weight: 700;
}

#nav > ul a {
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.09em;
  transition: all 200ms linear;
}

#nav > ul a:hover {
  font-weight: 700;
}

#nav .down {
  position: absolute;
  top: 100%;
  z-index: 1;
  left: -31px;
  padding: 45px 0 0;
  width: 370px;
  opacity: 0;
  visibility: hidden;
}

#nav .down.small{
  width: 174px;
}

#nav .down_list {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
  position: relative;
  padding: 9px 28px 16px;
}

#nav .down_list:after {
  position: absolute;
  content: "";
  border-bottom: 13px solid rgba(255, 255, 255, 0.95);
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  bottom: 100%;
  left: 29px;
}

#nav .down_list li {
  margin: 0 0 0;
}

#nav .down_list a {
  color: #000;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 400;
  transition: all 200ms linear;
  text-transform: none;
  letter-spacing: 0;
}

#nav .down_list a:hover {
  font-weight: 600;
}

.mob_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  pointer-events: none;
  transition: all 200ms linear;
  padding: 25px 0 50px;
  min-height: 628px;
}

@media (max-width: 890px) {
  .mob_menu {
    min-height: auto;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
  }
}

.mob_menu .inner_menu {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.mob_menu .name_menu {
  display: block;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.mob_menu .menu {
  padding: 57px 0 0;
  position: relative;
}

.mob_menu .menu > ul {
  width: 100%;
  max-width: 430px;
}

@media (max-width: 640px) {
  .mob_menu .menu > ul {
    max-width: 100%;
    margin: 0 0 60px;
  }
}

.mob_menu .menu > ul > li {
  margin: 0 0 5px;
}

.mob_menu .menu > ul > li.drop {
  position: relative;
}

.mob_menu .menu > ul > li.drop > a:after {
  position: absolute;
  content: "";
  top: 50%;
  margin: -5px 0 0;
  right: -19px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-135deg);
}

@media (max-width: 890px) {
  .mob_menu .menu > ul > li.drop > a:after {
    transform: rotate(-45deg);
  }
}

@media (min-width: 891px) {
  .mob_menu .menu > ul > li.drop:hover > a {
    color: #6b6b6b;
    font-weight: 700;
  }
}

@media (min-width: 891px) {
  .mob_menu .menu > ul > li.drop:hover > a:after {
    transform: rotate(45deg);
  }
}

@media (min-width: 891px) {
  .mob_menu .menu > ul > li.drop:hover .down {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: block;
  }
}

.mob_menu .menu > ul > li > a {
  display: inline-block;
  font-size: 30px;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 0;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  transition: all 200ms linear;
}

.mob_menu .menu > ul > li > a:hover {
  color: #6b6b6b;
  font-weight: 700;
}

@media (max-width: 480px) {
  .mob_menu .menu > ul > li > a {
    font-size: 24px;
  }
}

.mob_menu .menu .down {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 14px 0 0 5px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 320px;
}

@media (max-width: 890px) {
  .mob_menu .menu .down {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.mob_menu .menu .down .down_list li {
  margin: 0 0 10px;
}

.mob_menu .menu .down .down_list a {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
}

.mob_menu .menu .down .down_list a:hover {
  color: #6b6b6b;
  font-weight: 600;
}

.mob_menu .call_box {
  top: 66px;
  right: 0;
  left: auto;
  display: block;
}

@media (max-width: 640px) {
  .mob_menu .call_box {
    position: relative;
    top: auto;
    right: auto;
  }
}

.mob_menu .phone {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 19px;
}

.mob_menu .phone a {
  color: #fff;
}

.mob_menu .call {
  display: block;
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 0 61px;
}

.mob_menu .call a {
  color: #6b6b6b;
  text-decoration: underline;
  transition: all 200ms linear;
}

.mob_menu .call a:hover {
  text-decoration: none;
}

.promo_slider {
  position: relative;
}

.promo_slider .swiper-slide {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  height: 594px;
  /* height: 694px; */
}

@media (max-width: 480px) {
  .promo_slider .swiper-slide {
    height: 480px;
  }
}

.promo_slider .swiper-slide .container {
  height: 100%;
}

@media (max-width: 1200px) {
  .promo_slider .swiper-slide .container {
    padding: 0 30px;
  }
}

@media (max-width: 890px) {
  .promo_slider .swiper-slide .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.promo_text {
  width: 50%;
  max-width: 570px;
  padding: 102px 0 0;
}

@media (max-width: 1200px) {
  .promo_text {
    padding: 50px 0;
  }
}

@media (max-width: 890px) {
  .promo_text {
    width: 60%;
  }
}

@media (max-width: 640px) {
  .promo_text {
    width: 70%;
  }
}

@media (max-width: 480px) {
  .promo_text {
    /* width: 64%; */
    width: 100%;
    /* padding: 0 0 50px; */
    padding: 0;
  }
}

.promo_text .promo_title {
  margin: 0 0 28px;
}

@media (max-width: 480px) {
  .promo_text .promo_title {
    font-size: 36px;
    width: 64%;
  }
}
@media (max-width: 380px) {
  .promo_text .promo_title {
    font-size: 33px;
    width: 100%;
    max-width: 205px;
  }
}

.promo_text p {
  margin: 0 0 55px;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.27;
}

@media (max-width: 890px) {
  .promo_text p {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .promo_text p {
    font-size: 18px;
    margin: 0 0 35px;
    width: 64%;
  }
  .promo_text .btn {
    position: absolute;
    bottom: 55px;
    left: 30px;
    right: 30px;
    width: auto;
  }
}
@media (max-width: 380px) {
  .promo_text p {
    width: 100%;
    max-width: 205px;
  }
}

.heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}

@media (max-width: 767px) {
  .heading {
    display: block;
  }
}

.heading .links {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .heading .links {
    font-size: 18px;
  }
}

.heading .links:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #6b6b6b;
  transition: all 200ms linear;
}

.heading .links:hover {
  color: #000;
}

.heading .links:hover:after {
  background: #000;
}

.advantage_section {
  /* padding: 96px 0 5px; */
  padding: 55px 0 5px;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .advantage_section {
    padding: 55px 0 5px;
  }
}

.advantage_section:after {
  position: absolute;
  content: "";
  width: 1444px;
  height: 801px;
  background: url("../images/img_bg-02.png") no-repeat;
  background-size: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-55%);
  z-index: -1;
}

.advantage_section .heading {
  margin: 0 0 50px;
}

@media (max-width: 640px) {
  .advantage_section .heading {
    margin: 0 0 20px;
  }
}

.list_advantage {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.list_advantage .item_list {
  width: 50%;
  padding: 0 15px;
  /* margin: 0 0 72px; */
  margin: 0 0 50px;
}

@media (max-width: 640px) {
  .list_advantage .item_list {
    width: 100%;
    margin: 0 0 50px;
  }
}

.list_advantage .icon {
  display: block;
  margin: 0 0 16px;
  position: relative;
  width: 125px;
  height: 125px;
  background-color: #a13e4b;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
  border-radius: 50%;
}

@media (max-width: 640px) {
  .list_advantage .icon {
    width: 85px;
    height: 85px;
  }
}

.list_advantage .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 640px) {
  .list_advantage .icon img {
    width: 50%;
  }
}

.list_advantage .title {
  display: block;
  margin: 0 0 23px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  max-width: 380px;
}

@media (max-width: 640px) {
  .list_advantage .title {
    max-width: 100%;
  }
}

.list_advantage .dscr {
  max-width: 470px;
}

@media (max-width: 640px) {
  .list_advantage .dscr {
    max-width: 100%;
  }
}

.list_advantage .list_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 3px 0 0;
}

.list_advantage .list_logo li {
  margin: 0 27px 0 0;
}

.list_advantage .list_logo img {
  display: block;
}

.category_section {
  padding: 98px 0 47px;
}

@media (max-width: 767px) {
  .category_section {
    padding: 55px 0 23px;
  }
}

.category_section .heading {
  margin: 0 0 48px;
}

@media (max-width: 767px) {
  .category_section .heading {
    margin: 0 0 20px;
  }
}

.category_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.category_list .item_list {
  margin: 0 0 32px;
}

@media (max-width: 767px) {
  .category_list .item_list {
    width: 100%;
  }
}

.category_list .inner_item {
  display: block;
  min-height: 210px;
  padding: 0 0 0;
  position: relative;
  transition: all 200ms linear;
  background-repeat: no-repeat;
  overflow: hidden;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  .category_list .inner_item {
    background-position: 120% 0;
  }
}

.category_list .inner_item:hover {
  box-shadow: 7.1px 7.1px 20px rgba(0, 0, 0, 0.1);
}

.category_list .inner_item:hover .title {
  color: #6b6b6b;
}

.category_list .inner_item:before {
  display: block;
  content: "";
  padding: 36.844% 0 0;
}

.category_list .title {
  display: block;
  margin: 0 0 11px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  transition: all 200ms linear;
  color: #000;
}

@media (max-width: 640px) {
  .category_list .title {
    max-width: 60%;
  }
}

@media (max-width: 480px) {
  .category_list .title {
    max-width: 60%;
    font-size: 22px;
    line-height: 1;
  }
}

.category_list p {
  max-width: 300px;
  display: none;
}

@media (max-width: 640px) {
  .category_list p {
    max-width: 55%;
    height: 53px;
    overflow: hidden;
  }
}

@media (max-width: 480px) {
  .category_list p {
    overflow: hidden;
    height: 41px;
    max-width: 55%;
    font-size: 16px;
    line-height: 1.13;
  }
}

.category_list .arrow {
  display: block;
  position: absolute;
  bottom: 22px;
  left: 33px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  transition: all 200ms linear;
}

@media (max-width: 890px) {
  .category_list .arrow {
    left: 15px;
    bottom: 10px;
  }
}

.category_list .arrow:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 22px;
  background: url("../images/arrow.svg") no-repeat;
  background-size: 100%;
}

.category_list .arrow:hover {
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
}

.category_list .arrow:hover:after {
  background: url("../images/arrow_hover.svg") no-repeat;
}

.category_list img {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  /* object-fit: cover; */
  max-width: none;
}

@media (max-width: 380px) {
  .category_list img {
    opacity: 0.65;
  }
}

.category_list .text_list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  width: 100%;
  padding: 24px 34px 30px;
}

@media (max-width: 890px) {
  .category_list .text_list {
    padding: 24px 15px 30px;
  }
}

.instruction_section {
  /* padding: 95px 0 84px; */
  padding: 55px 0 65px;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .instruction_section {
    padding: 55px 0;
  }
}

.instruction_section:after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 1454px;
  height: 942px;
  background: url("../images/img_bg-03.png") no-repeat;
  background-size: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-45.5%);
}

.instruction_section .btn {
  margin: 0 auto;
}

.video_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 86px;
}

@media (max-width: 767px) {
  .video_block {
    margin: 0 -15px 50px;
  }
}

.video_block .title_block {
  margin: 0 0 61px;
}

@media (max-width: 890px) {
  .video_block .title_block {
    margin: 0 0 30px;
  }
}

.video_block .annotation {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.34;
  max-width: 300px;
  margin: 0 0 30px;
}

@media (max-width: 1024px) {
  .video_block .annotation {
    max-width: 460px;
  }
}

@media (max-width: 890px) {
  .video_block .annotation {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .video_block .annotation {
    font-size: 20px;
  }
}

.video_block .video_box {
  padding: 14px 0 0 14px;
  position: relative;
}

@media (max-width: 1024px) {
  .video_block .video_box {
    padding: 14px 0 0;
  }
}

@media (max-width: 890px) {
  .video_block .video_box {
    padding: 14px 0 0 230px;
  }
}

@media (max-width: 767px) {
  .video_block .video_box {
    padding: 0;
  }
}

.video_block .video {
  position: relative;
}

.video_block .video img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_block .video:before {
  display: block;
  content: "";
  padding: 66% 0 0;
}

.video_block .btn_play {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-40%, -46%);
  width: 150px;
  height: 150px;
  background-color: #a13e4b;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 890px) {
  .video_block .btn_play {
    transform: translate(105%, -46%);
  }
}

@media (max-width: 767px) {
  .video_block .btn_play {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .video_block .btn_play {
    transform: translate(-50%, -70%);
    width: 80px;
    height: 80px;
  }
}

.video_block .btn_play:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-44%, -50%);
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.video_block .dscr {
  position: absolute;
  width: 195px;
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  bottom: -6px;
  left: -264px;
}

@media (max-width: 1024px) {
  .video_block .dscr {
    left: 40px;
    bottom: 0;
    width: auto;
    margin: 0 0 -60px;
  }
}

@media (max-width: 890px) {
  .video_block .dscr {
    width: 165px;
    left: 0;
    bottom: -6px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .video_block .dscr {
    width: auto;
    left: auto;
    bottom: auto;
    position: relative;
    padding: 10px 0 0;
  }
}

@media (max-width: 480px) {
  .video_block .dscr {
    font-size: 18px;
  }
}

.video_block .dscr:after {
  position: absolute;
  content: "";
  bottom: 7px;
  right: -54px;
  width: 127px;
  height: 1px;
  background: #6b6b6b;
}

@media (max-width: 1024px) {
  .video_block .dscr:after {
    right: auto;
    left: -55px;
    width: 47px;
  }
}

@media (max-width: 890px) {
  .video_block .dscr:after {
    right: -54px;
    left: auto;
    width: 127px;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .video_block .dscr:after {
    display: none;
  }
}

.video_block .dscr:before {
  position: absolute;
  content: "";
  bottom: 7px;
  right: -54px;
  width: 1px;
  height: 106px;
  background: #6b6b6b;
}

@media (max-width: 1024px) {
  .video_block .dscr:before {
    right: auto;
    left: -55px;
    height: 146px;
  }
}

@media (max-width: 890px) {
  .video_block .dscr:before {
    right: -54px;
    left: auto;
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .video_block .dscr:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .video_block .dscr br {
    display: none;
  }
}

.instruction_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 0;
}

@media (max-width: 890px) {
  .instruction_list {
    justify-content: center;
  }
}

.instruction_list .item_list {
  width: 33.3%;
  padding: 0 15px;
  margin: 0 0 24px;
  position: relative;
}

@media (max-width: 890px) {
  .instruction_list .item_list {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .instruction_list .item_list {
    width: 100%;
  }
}

.instruction_list .item_list:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-55%);
  z-index: -1;
}

.instruction_list .item_list:first-child:after {
  width: 203px;
  height: 187px;
  background: url("../images/icon-21.svg") no-repeat;
  background-size: 100%;
  top: 68px;
}

@media (max-width: 640px) {
  .instruction_list .item_list:first-child:after {
    top: 48px;
    width: 130px;
    height: 123px;
  }
}

.instruction_list .item_list:nth-child(2):after {
  width: 144px;
  height: 187px;
  background: url("../images/icon-22.svg") no-repeat;
  background-size: 100%;
  top: 72px;
}

@media (max-width: 640px) {
  .instruction_list .item_list:nth-child(2):after {
    top: 48px;
    width: 100px;
    height: 128px;
  }
}

.instruction_list .item_list:last-child:after {
  width: 182px;
  height: 182px;
  background: url("../images/icon-23.svg") no-repeat;
  background-size: 100%;
  top: 72px;
  transform: translateX(-58%);
}

@media (max-width: 640px) {
  .instruction_list .item_list:last-child:after {
    top: 48px;
    width: 120px;
    height: 120px;
  }
}

.instruction_list .title_list {
  position: relative;
  padding: 10px 0 10px 76px;
  display: block;
  margin: 0 0 29px;
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 480px) {
  .instruction_list .title_list {
    font-size: 30px;
    padding: 5px 0 5px 50px;
    margin: 0 0 10px;
  }
}

.instruction_list p {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .instruction_list p {
    font-size: 18px;
  }
}

.instruction_list .num {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
  padding: 0 0 2px;
}

@media (max-width: 767px) {
  .instruction_list .num {
    font-size: 20px;
    padding: 0 0 2px;
    width: 40px;
    height: 40px;
  }
}

.compound_section {
  /* padding: 102px 0 77px; */
  padding: 62px 0 17px;
  background-color: #a3a3a3;
  background-image: radial-gradient(
    circle 1597px at 49.51% 56.11%,
    white 0%,
    #cfcfcf 100%
  );
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .compound_section {
    padding: 55px 0 10px;
  }
}

@media (max-width: 640px) {
  .compound_section {
    padding: 55px 0 27px;
  }
}

.compound_section:after {
  position: absolute;
  content: "";
  width: 810px;
  height: 760px;
  background: url("../images/img_bg-04.png") no-repeat;
  background-size: 100%;
  top: 115px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.compound_block {
  position: relative;
  min-height: 841px;
}

@media (max-width: 1024px) {
  .compound_block {
    min-height: 770px;
  }
}

@media (max-width: 640px) {
  .compound_block {
    min-height: auto;
  }
}

.compound_block .compound_img {
  width: 34%;
  margin: 0 auto;
  padding: 0 0 0 21px;
}

@media (max-width: 1024px) {
  .compound_block .compound_img {
    padding: 0;
  }
}

@media (max-width: 890px) {
  .compound_block .compound_img {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 640px) {
  .compound_block .compound_img {
    display: none;
  }
}

.compound_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  padding: 4px 0 0;
}

@media (max-width: 890px) {
  .compound_list {
    width: 50%;
    left: auto;
    right: 0;
  }
}

@media (max-width: 640px) {
  .compound_list {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    padding: 0;
  }
}

.compound_list.left {
  left: 0;
}

@media (max-width: 890px) {
  .compound_list.left {
    left: auto;
    right: 0;
  }
}

.compound_list.right {
  left: auto;
  right: 0;
  width: 29.5%;
}

@media (max-width: 890px) {
  .compound_list.right {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    right: auto;
    top: auto;
    position: relative;
    margin: 0 -15px;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .compound_list.right {
    margin: 0;
    display: block;
  }
}

@media (max-width: 890px) {
  .compound_list.right .item_list {
    width: 50%;
    padding: 0 15px;
  }
}

@media (max-width: 640px) {
  .compound_list.right .item_list {
    width: 100%;
    padding: 0;
  }
}

.compound_list .item_list {
  position: relative;
  margin: 0 0 47px;
}

@media (max-width: 890px) {
  .compound_list .item_list {
    margin: 0 0 18px;
  }
}

.compound_list .item_list:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #6b6b6b;
}

@media (max-width: 890px) {
  .compound_list .item_list:after {
    display: none;
  }
}

.compound_list .item_list.item_1:after {
  width: 207px;
  left: 100%;
  top: 107px;
  margin: 0 0 0 -117px;
  transform: rotate(19deg);
}

.compound_list .item_list.item_2:after {
  width: 107px;
  left: 100%;
  top: 60px;
  margin: 0 0 0 -13px;
}

.compound_list .item_list.item_3:after {
  width: 170px;
  left: 100%;
  top: 50px;
  margin: 0 0 0 -71px;
  transform: rotate(-6.5deg);
}

.compound_list .item_list.item_4:after {
  width: 155px;
  right: 100%;
  top: 109px;
  margin: 0 -5px 0 0;
  transform: rotate(-20deg);
}

.compound_list .item_list.item_5:after {
  width: 124px;
  right: 100%;
  top: 60px;
}

.compound_list .item_list.item_6:after {
  width: 155px;
  right: 100%;
  top: 51px;
  transform: rotate(7deg);
}

.compound_list .title_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 17px;
}

.compound_list .title_box .icon {
  display: flex;
  flex-wrap: wrap;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 2px solid #6b6b6b;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .compound_list .title_box .icon {
    width: 95px;
    height: 95px;
  }
}

@media (max-width: 480px) {
  .compound_list .title_box .icon {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 480px) {
  .compound_list .title_box .icon img {
    width: 55%;
  }
}

.compound_list .title_box .title {
  display: block;
  padding: 0 0 0 26px;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.07;
  width: calc(100% - 125px);
}

@media (max-width: 1024px) {
  .compound_list .title_box .title {
    width: calc(100% - 95px);
    padding: 0 0 0 15px;
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  .compound_list .title_box .title br {
    display: none;
  }
}

.compound_list ul li {
  margin: 0 0 0;
  padding: 0 0 0 25px;
  position: relative;
}

.compound_list ul li:after {
  position: absolute;
  content: "";
  top: 13px;
  left: 2px;
  width: 11px;
  height: 1px;
  background: #000;
}

.top_product {
  position: relative;
}

.top_product .swiper-slide {
  width: 80.7%;
  min-height: 990px;
  position: relative;
  background-color: white;
  background-image: linear-gradient(-48deg, #2f847d 0%, #9eced8 100%);
}

@media (max-width: 1300px) {
  .top_product .swiper-slide {
    width: 75%;
  }
}

@media (max-width: 1024px) {
  .top_product .swiper-slide {
    width: 100%;
    min-height: auto;
    background: #fff;
  }
}

@media (max-width: 640px) {
  .top_product .swiper-slide {
    min-height: 450px;
  }
}
/* @media (max-width: 480px) {
  .top_product .swiper-slide {
    position: relative;
    padding: 0 0 0;
  }
} */

.top_product .swiper-slide .bg_slide {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .top_product .swiper-slide .bg_slide {
    opacity: 0.65;
  }
}
@media (max-width: 480px) {
  .top_product .swiper-slide .bg_slide {
    opacity: 1;
  }
}

.top_product .swiper-slide .bg_slide.show_m {
  display: none;
}

@media (max-width: 480px) {
  .top_product .swiper-slide .bg_slide.hide_m {
    display: none;
  }
  .top_product .swiper-slide .bg_slide.show_m {
    display: block;
  }
}

.top_product .swiper-slide:before {
  display: block;
  content: "";
  padding: 64.465% 0 0;
}

.top_product .swiper-slide:nth-child(even) {
  width: 19.3%;
  background-color: #dcbfc3;
  background-image: linear-gradient(-48deg, #6a5b54 0%, #ac9e95 100%);
}

@media (max-width: 1300px) {
  .top_product .swiper-slide:nth-child(even) {
    width: 25%;
  }
}

@media (max-width: 1024px) {
  .top_product .swiper-slide:nth-child(even) {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .top_product .swiper-slide:nth-child(even) {
    width: 100%;
  }
}

.top_product .swiper-slide:nth-child(even):before {
  display: block;
  content: "";
  padding: 260.12% 0 0;
}

@media (max-width: 1024px) {
  .top_product .swiper-slide:nth-child(even):before {
    padding: 128.9% 0 0;
  }
}

@media (max-width: 640px) {
  .top_product .swiper-slide:nth-child(even):before {
    padding: 64.465% 0 0;
  }
}

.top_product .swiper-slide:nth-child(even) .slider_text {
  /* left: 16%; */
  left: 10%;
  padding: 87px 30px 0 0;
}

@media (max-width: 1024px) {
  .top_product .swiper-slide:nth-child(even) .slider_text {
    padding: 50px 30px;
    left: 0;
  }
}
@media (max-width: 480px) {
  .top_product .swiper-slide:nth-child(even) .slider_text {
    padding: 35px 30px;
  }
}

.top_product .swiper-slide:nth-child(even) .title_slider {
  font-size: 30px;
  margin: 0 0 43px;
}

@media (max-width: 1024px) {
  .top_product .swiper-slide:nth-child(even) .title_slider {
    font-size: 40px;
    margin: 0 0 20px;
  }
}

@media (max-width: 480px) {
  .top_product .swiper-slide:nth-child(even) .title_slider {
    font-size: 30px;
  }
}

.top_product .swiper-slide:nth-child(even) .price {
  font-size: 44px;
}

.top_product .slider_text {
  position: absolute;
  top: 0;
  right: 0;
  left: calc((100vw - 1170px) / 2);
  padding: 80px 50px 0 0;
}

@media (max-width: 1200px) {
  .top_product .slider_text {
    left: 0;
    padding: 80px 30px 0;
  }
}

@media (max-width: 1024px) {
  .top_product .slider_text {
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  .top_product .slider_text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 35px 30px 110px;
    bottom: 0;
  }
}

.top_product .title_slider {
  margin: 0 0 49px;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  max-width: 595px;
}

@media (max-width: 1024px) {
  .top_product .title_slider {
    font-size: 40px;
    margin: 0 0 20px;
  }
}

@media (max-width: 480px) {
  .top_product .title_slider {
    font-size: 30px;
    max-width: 240px;
    order: 1;
  }
}
@media (max-width: 380px) {
  .top_product .title_slider {
    max-width: 190px;
  }
}

.top_product .price {
  display: block;
  margin: 0 0 67px;
  color: #000;
  font-size: 65px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 1024px) {
  .top_product .price {
    font-size: 40px;
    margin: 0 0 25px;
  }
}
@media (max-width: 480px) {
  .top_product .price {
    order: 2;
  }
}

.top_product .btn_holder {
  margin: 0 0 73px;
}
.top_product .btn_holder.change {
  display: none;
}

@media (max-width: 1024px) {
  .top_product .btn_holder {
    margin: 0 0 50px;
  }
}
@media (max-width: 480px) {
  .top_product .btn_holder.change,
  .top_product .btn_holder {
    order: 4;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    margin: 0 0 45px;
  }
  .top_product .btn_holder.change {
    display: block;
  }
}

.top_product .list_consist {
  max-width: 270px;
  display: flex;
  flex-wrap: wrap;
}
.top_product .list_consist.change {
  display: none;
}

@media (max-width: 890px) {
  .top_product .list_consist {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .top_product .list_consist {
    display: none;
  }
}
@media (max-width: 480px) {
  .top_product .list_consist.change,
  .top_product .list_consist {
    display: flex;
    order: 3;
    max-width: 250px;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
}
@media (max-width: 380px) {
  .top_product .list_consist.change,
  .top_product .list_consist {
    margin: 0 0 15px;
    display: block;
  }
}

.top_product .list_consist li {
  width: 50%;
  padding: 0 15px 0 0;
  margin: 0 0 36px;
}

@media (max-width: 890px) {
  .top_product .list_consist li {
    width: auto;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .top_product .list_consist li {
    width: calc(50% - 10px);
    margin: 0 10px 10px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 380px) {
  .top_product .list_consist li {
    width: auto;
    margin: 0 5px 5px 0;
    display: inline-flex;
    max-width: 120px;
  }
}

.top_product .list_consist .icon {
  display: block;
  height: 35px;
  margin: 0 0 9px;
}
@media (max-width: 480px) {
  .top_product .list_consist .icon {
    width: 20px;
    height: auto;
  }
}
@media (max-width: 380px) {
  .top_product .list_consist .icon {
    margin: 0;
  }
}

.top_product .list_consist span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}
@media (max-width: 480px) {
  .top_product .list_consist span {
    width: calc(100% - 20px);
    padding: 0 0 0 10px;
    font-weight: 600;
    line-height: 1.17;
    font-size: 18px;
  }
}

.faq_section {
  /* padding: 96px 0 100px; */
  padding: 56px 0 60px;
  background: url("../images/img_bg-05.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 0;
}

@media (max-width: 767px) {
  .faq_section {
    padding: 55px 0;
  }
}

.faq_section .heading {
  /* margin: 0 0 48px; */
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .faq_section .heading {
    margin: 0 0 28px;
  }
}

.accordion .item {
  background: #fff;
  border-radius: 15px;
  margin: 0 0 12px;
}

.accordion .item:first-child .heading {
  /* padding: 39px 90px 47px 98px; */
  padding: 10px 90px 10px 98px;
}

@media (max-width: 890px) {
  .accordion .item:first-child .heading {
    padding: 10px 50px 10px 48px;
  }
}

@media (max-width: 480px) {
  .accordion .item:first-child .heading {
    padding: 10px 35px 10px 48px;
  }
}

.accordion .item.active .heading {
  background-color: #e6e6e6;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  color: #fff;
}

.accordion .item.active .heading:before {
  opacity: 0;
}

.accordion .item.active .num {
  color: rgba(240, 240, 240, 0.15);
}

.accordion .item.active .expanded {
  display: block;
}

.accordion .heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  /* padding: 20px 90px 26px 98px; */
  padding: 10px 90px 10px 98px;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  background-color: #e6e6e6;
  background-image: linear-gradient(to right, lightgrey 0%, #afafaf 100%);
  border-radius: 15px;
  /* min-height: 100px; */
  min-height: 80px;
  margin: 0;
  transition: all 200ms linear;
  cursor: pointer;
}

@media (max-width: 890px) {
  .accordion .heading {
    min-height: 80px;
    padding: 10px 50px 10px 48px;
  }
}

@media (max-width: 767px) {
  .accordion .heading {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .accordion .heading {
    font-size: 20px;
    padding: 10px 35px 10px 48px;
  }
}

.accordion .heading:after,
.accordion .heading:before {
  position: absolute;
  content: "";
  background: #fff;
  top: 50%;
  transition: all 200ms linear;
}

.accordion .heading:after {
  width: 25px;
  height: 3px;
  right: 46px;
  transform: translateY(80%);
}

@media (max-width: 890px) {
  .accordion .heading:after {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .accordion .heading:after {
    transform: translateY(-50%);
  }
}

@media (max-width: 480px) {
  .accordion .heading:after {
    width: 16px;
  }
}

.accordion .heading:before {
  height: 25px;
  width: 3px;
  right: 57px;
  transform: translateY(-33%);
}

@media (max-width: 890px) {
  .accordion .heading:before {
    right: 26px;
  }
}

@media (max-width: 767px) {
  .accordion .heading:before {
    transform: translateY(-50%);
  }
}

@media (max-width: 480px) {
  .accordion .heading:before {
    height: 16px;
    right: 22px;
  }
}

.accordion .heading:hover {
  background-color: #e6e6e6;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  color: #fff;
}

.accordion .heading:hover:before {
  opacity: 0;
}

.accordion .heading:hover .num {
  color: rgba(240, 240, 240, 0.15);
}

.accordion .heading:hover .expanded {
  display: block;
}

.accordion .num {
  position: absolute;
  top: 50%;
  left: 35px;
  color: #f0f0f0;
  font-size: 65px;
  font-weight: 300;
  line-height: 1;
  transform: translateY(-54%);
  transition: all 200ms linear;
}

@media (max-width: 890px) {
  .accordion .num {
    font-size: 45px;
    left: 15px;
  }
}

.accordion .expanded {
  display: none;
  padding: 28px 98px 39px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

@media (max-width: 890px) {
  .accordion .expanded {
    padding: 15px 48px 25px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .accordion .expanded {
    font-size: 16px;
    padding: 15px 15px 25px 48px;
  }
}

.about_section {
  /* padding: 96px 0 90px; */
  padding: 56px 0 50px;
  position: relative;
  z-index: 0;
}

@media (max-width: 767px) {
  .about_section {
    padding: 55px 0 45px;
  }
}

.about_section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 591px;
  height: 854px;
  background: url("../images/img_bg-06.png") no-repeat;
  background-size: 100%;
  z-index: -1;
}

.about_section .title_block {
  margin: 0 0 58px;
  position: relative;
  z-index: 0;
}

@media (max-width: 890px) {
  .about_section .title_block {
    margin: 0 0 25px;
  }
}

.about_section .title_block:before {
  position: absolute;
  content: "";
  top: -56px;
  left: -38px;
  width: 207px;
  height: 193px;
  background: url("../images/img_bg-11.png") no-repeat;
  background-size: 100%;
  z-index: -1;
}

.about_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.about_block .about_box {
  width: calc(100% - 462px);
  padding: 0 15px;
}

@media (max-width: 890px) {
  .about_block .about_box {
    width: 100%;
    margin: 0 0 50px;
  }
}

.about_block .about_img {
  width: 462px;
  padding: 0 15px;
}

@media (max-width: 890px) {
  .about_block .about_img {
    width: 100%;
  }
}

.about_block .text {
  margin: 0 0 94px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  padding: 0 0 0 42px;
  max-width: 570px;
}

@media (max-width: 890px) {
  .about_block .text {
    padding: 0;
    max-width: 100%;
    margin: 0 0 50px;
  }
}

@media (max-width: 480px) {
  .about_block .text {
    font-size: 18px;
  }
}

.about_block .text p {
  margin: 0 0 32px;
}

@media (max-width: 480px) {
  .about_block .text p {
    margin: 0 0 20px;
  }
}

.about_block .img_box {
  margin: 13px 0 69px;
  position: relative;
}

@media (max-width: 890px) {
  .about_block .img_box {
    max-width: 462px;
    margin: 0 auto 30px;
  }
}

.about_block .img_box:before {
  display: block;
  content: "";
  padding: 122% 0 0;
}

.about_block .img_box img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_block .img_title {
  display: block;
  margin: 0 -5px 51px 0;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.14;
}

@media (max-width: 890px) {
  .about_block .img_title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .about_block .img_title {
    font-size: 26px;
    margin: 0 0 30px;
  }
}

.about_block .list_logo {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -31px 0 0;
}

@media (max-width: 890px) {
  .about_block .list_logo {
    margin: 0;
    justify-content: center;
  }
}

.about_block .list_logo li {
  margin: 0 31px 20px 0;
}

@media (max-width: 480px) {
  .about_block .list_logo li {
    margin: 0 15px 15px;
  }
}

.form_section {
  background-color: #6b6b6b;
  background-image: linear-gradient(to right, #bfbfbf 0%, #6b6b6b 100%);
  border-radius: 4px;
  /* padding: 99px 0 103px; */
  padding: 55px 0 53px;
}

@media (max-width: 767px) {
  .form_section {
    padding: 55px 0;
  }
}

.form_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.form_block .title_block {
  /* margin: 0 0 66px; */
  margin: 0 0 35px;
  color: #000;
  font-size: 44px;
  line-height: 1.05;
}

@media (max-width: 890px) {
  .form_block .title_block {
    margin: 0 0 35px;
    font-size: 34px;
  }
}

@media (max-width: 480px) {
  .form_block .title_block {
    margin: 0 0 20px;
  }
}

.form_block .title_block span {
  color: #000;
}

.form_block p {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.34;
  padding: 0 30px 0 0;
}

@media (max-width: 890px) {
  .form_block p {
    padding: 0;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .form_block p {
    font-size: 20px;
  }
}

.inner_section {
  padding: 27px 0 62px;
}

@media (max-width: 767px) {
  .inner_section {
    padding: 27px 0 20px;
  }
}

.title_page {
  margin: 0 0 29px;
  color: #000;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 767px) {
  .title_page {
    font-size: 55px;
  }
}

.inner_block {
  display: flex;
  flex-wrap: wrap;
}

.inner_block .blog_box {
  width: calc(100% - 270px);
  padding: 0 30px 0 0;
}

@media (max-width: 890px) {
  .inner_block .blog_box {
    width: 100%;
    padding: 0;
  }
}

.inner_block .sidebar {
  width: 270px;
}

@media (max-width: 890px) {
  .inner_block .sidebar {
    width: 100%;
    margin: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.inner_block .sidebar.filter {
  display: block;
}

.rubric_box {
  margin: 0 0 10px;
  padding: 26px 35px 28px;
  background-color: #fff;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
}

@media (max-width: 890px) {
  .rubric_box {
    width: calc(50% - 8px);
  }
}

@media (max-width: 640px) {
  .rubric_box {
    width: 100%;
  }
}

.rubric_box .title {
  display: block;
  margin: 0 0 27px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
}

.rubric_box ul li {
  margin: 0 0 6px;
}

.rubric_box ul a {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  transition: all 200ms linear;
}

.rubric_box ul a:hover {
  font-weight: 700;
}

.sidebar_form {
  padding: 27px 15px 37px;
  margin: 0 0 10px;
  background-color: #fff;
  background-image: linear-gradient(to top, lightgrey 0%, #b1b1b1 100%);
}

@media (max-width: 890px) {
  .sidebar_form {
    width: calc(50% - 8px);
  }
}

@media (max-width: 640px) {
  .sidebar_form {
    width: 100%;
  }
}

.sidebar_form .title {
  display: block;
  margin: 0 0 20px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.16;
  padding: 0 40px 0 22px;
}

.sidebar_form .form .inpt_holder {
  margin: 0 0 12px;
}

.sidebar_form .form .inpt_holder.email:after {
  right: 16px;
}

.sidebar_form .form .inpt_holder.phone:after {
  right: 16px;
}

.sidebar_form .form .sbmt_holder {
  margin: 0 0 17px;
}

.sidebar_form .form input[type="text"] {
  height: 50px;
  padding: 5px 45px 10px 18px;
  font-size: 20px;
}

.sidebar_form .form .btn_form {
  height: 50px;
  font-size: 20px;
  padding: 5px 10px 8px;
  letter-spacing: 0.04em;
}

.sidebar_article {
  padding: 26px 15px 38px;
  background: #f5f5f5;
}

@media (max-width: 890px) {
  .sidebar_article {
    width: 100%;
  }
}

.sidebar_article .title {
  margin: 0 0 26px;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  padding: 0 19px 0;
  display: block;
}

.sidebar_article .item_list {
  margin: 0 0 21px;
  padding: 0 0 18px;
  border-bottom: 1px solid #818181;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sidebar_article .item_list:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.sidebar_article .item_list .img {
  width: 75px;
  position: relative;
}

.sidebar_article .item_list .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
}

.sidebar_article .item_list .img:before {
  display: block;
  content: "";
  padding: 100% 0 0;
}

.sidebar_article .item_list .dscr {
  padding: 0 0 0 15px;
  width: calc(100% - 75px);
  margin: -2px 0 0;
}

.sidebar_article .item_list .title_list {
  display: block;
  margin: 0 0 12px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.sidebar_article .item_list .title_list a {
  display: block;
  transition: all 200ms linear;
  text-decoration: none;
}

.sidebar_article .item_list .title_list a:hover {
  text-decoration: underline;
}

.sidebar_article .item_list p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.blog_box .btn_holder {
  padding: 5px 0 0;
  margin: 0 0 31px;
}

.blog_box .btn_holder .btn {
  margin: 0 auto;
}

.blog_list {
  margin: 0 -15px 0;
  display: flex;
  flex-wrap: wrap;
}

.blog_list .blog_item {
  margin: 0 0 29px;
}

.blog_item {
  width: 33.3%;
  padding: 0 15px;
}

@media (max-width: 1100px) {
  .blog_item {
    width: 50%;
  }
}

@media (max-width: 520px) {
  .blog_item {
    width: 100%;
  }
}

.blog_item.big_width {
  width: 100%;
}

.blog_item.big_width .inner_item .img_box:before {
  padding: 34.484% 0 0;
}

@media (max-width: 520px) {
  .blog_item.big_width .inner_item .img_box:before {
    padding: 100% 0 0;
  }
}

.blog_item.big_width .dscr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 23px 21px 23px;
}

@media (max-width: 520px) {
  .blog_item.big_width .dscr {
    display: block;
  }
}

.blog_item.big_width .title_blog {
  width: 68%;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 2px;
}

@media (max-width: 520px) {
  .blog_item.big_width .title_blog {
    font-size: 20px;
    width: 100%;
    margin: 0 0 18px;
  }
}

.blog_item.big_width .date_box {
  width: 32%;
  padding: 0 0 0 15px;
}

@media (max-width: 520px) {
  .blog_item.big_width .date_box {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

.blog_item .inner_item {
  position: relative;
}

.blog_item .inner_item:hover {
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
}

.blog_item .inner_item:hover .img_box:after {
  opacity: 1;
}

.blog_item .inner_item:hover .btn {
  opacity: 1;
  z-index: 1;
}

.blog_item .img_box {
  display: block;
  transition: all 200ms linear;
  z-index: 0;
  position: relative;
}

.blog_item .img_box img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.blog_item .img_box:before {
  display: block;
  content: "";
  padding: 111.24% 0 0;
}

@media (max-width: 520px) {
  .blog_item .img_box:before {
    padding: 100% 0 0;
  }
}

.blog_item .img_box:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(61, 61, 61, 0.8);
  opacity: 0;
  transition: all 200ms linear;
}

.blog_item .btn {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 77px;
  transform: translateX(-50%);
  transition: all 200ms linear;
}

.blog_item .dscr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px 21px 25px;
  z-index: 1;
}

.blog_item .title_blog {
  display: block;
  margin: 0 0 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.blog_item .title_blog a {
  color: #fff;
  transition: all 200ms linear;
}

.blog_item .title_blog a:hover {
  text-decoration: underline;
}

.blog_item .date_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.blog_item .date_box .date {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.list_share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.list_share li {
  margin: 0 0 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.list_share li:first-child {
  margin: 0;
}

.list_share li:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-35%);
  left: 0;
}

.list_share li.view {
  padding: 0 0 0 25px;
}

.list_share li.view:after {
  width: 18px;
  height: 14px;
  background: url("../images/icon-25.svg") no-repeat;
  background-size: 100%;
}

.list_share li.fav {
  padding: 0 0 0 24px;
}

.list_share li.fav:after {
  width: 14px;
  height: 14px;
  background: url("../images/icon-26.svg") no-repeat;
  background-size: 100%;
}

.pagenation_box {
  padding: 0 30px 0;
  position: relative;
  /* margin: 0 0 50px; */
  margin: 0 0 10px;
}

.pagenation_box > a {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 25px;
}

.pagenation_box > a:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.5);
  border-right: 1.5px solid rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  transition: all 200ms linear;
}

.pagenation_box > a.prev {
  left: 0;
}

.pagenation_box > a.prev:after {
  margin: -8px 0 0 -5px;
  transform: rotate(135deg);
}

.pagenation_box > a.next {
  right: 0;
}

.pagenation_box > a.next:after {
  margin: -8px 0 0 -11px;
  transform: rotate(-45deg);
}

.pagenation_box > a:hover:after {
  border-bottom: 1.5px solid #000;
  border-right: 1.5px solid #000;
}

.pagenation_box .pagenation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pagenation_box .pagenation li {
  margin: 0 39px;
}

@media (max-width: 1150px) {
  .pagenation_box .pagenation li {
    margin: 0 15px;
  }
}

@media (max-width: 520px) {
  .pagenation_box .pagenation li {
    margin: 0 10px;
  }
}

@media (max-width: 480px) {
  .pagenation_box .pagenation li {
    margin: 0 2px;
  }
}

.pagenation_box .pagenation li.active a {
  font-weight: 600;
  color: #6b6b6b;
}

.pagenation_box .pagenation a,
.pagenation_box .pagenation span {
  display: block;
  font-size: 26px;
  line-height: 1.47;
  text-transform: uppercase;
  font-weight: 300;
  color: #000;
  width: 25px;
  text-align: center;
}

@media (max-width: 480px) {
  .pagenation_box .pagenation a,
  .pagenation_box .pagenation span {
    font-size: 20px;
  }
}

.pagenation_box .pagenation a {
  transition: all 200ms linear;
}

.pagenation_box .pagenation a:hover {
  font-weight: 600;
}

.recomend_section {
  /* padding: 96px 0 27px; */
  padding: 56px 0 27px;
}

@media (max-width: 767px) {
  .recomend_section {
    padding: 50px 0 27px;
  }
}

.recomend_section .heading {
  /* margin: 0 0 48px; */
  margin: 0 0 15px;
}

.recomend_section .recomend_slider {
  margin: 0 -15px 60px;
  position: relative;
}

.recomend_section .recomend_slider .swiper-pagination {
  bottom: -58px;
}

.recomend_section .recomend_slider:after,
.recomend_section .recomend_slider:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  background-color: #f5f5f5;
  background-image: linear-gradient(
    to top,
    rgba(10, 11, 10, 0.02) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  width: 100vw;
  z-index: 2;
  opacity: 0.8;
}

.recomend_section .recomend_slider:before {
  left: 100%;
}

.recomend_section .recomend_slider:after {
  right: 100%;
}

@media (max-width: 980px) {
  .recomend_section .blog_item {
    width: 50%;
  }
}

@media (max-width: 640px) {
  .recomend_section .blog_item {
    width: 400px;
  }
}

@media (max-width: 480px) {
  .recomend_section .blog_item {
    width: 320px;
  }
}

.recomend_section .blog_item .inner_item .img_box:before {
  padding: 81.2% 0 0;
}

.recomend_section .blog_item .title_blog {
  font-size: 26px;
  line-height: 1.24;
  margin: 0 0 21px;
}

@media (max-width: 767px) {
  .recomend_section .blog_item .title_blog {
    font-size: 22px;
  }
}

.recomend_section .catalog_item {
  width: 25%;
}

@media (max-width: 1024px) {
  .recomend_section .catalog_item {
    width: 33.3%;
  }
}

@media (max-width: 767px) {
  .recomend_section .catalog_item {
    width: 50%;
  }
}

@media (max-width: 520px) {
  .recomend_section .catalog_item {
    width: 320px;
  }
}

.head_article {
  margin: 0 0 38px;
  padding: 16px 0 0;
}

.head_article .inner_head {
  position: relative;
}

.head_article .inner_head img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.head_article .inner_head:before {
  display: block;
  content: "";
  padding: 30.77% 0 0;
}

@media (max-width: 767px) {
  .head_article .inner_head:before {
    padding: 50% 0 0;
  }
}

@media (max-width: 480px) {
  .head_article .inner_head:before {
    padding: 70% 0 0;
  }
}

.head_article .dscr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 29px 35px 37px;
}

@media (max-width: 890px) {
  .head_article .dscr {
    display: block;
    padding: 0 15px 20px 20px;
  }
}

.head_article .title_page {
  width: calc(100% - 242px);
  padding: 0 15px 0 0;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0;
}

@media (max-width: 890px) {
  .head_article .title_page {
    width: 100%;
    margin: 0 0 15px;
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  .head_article .title_page {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .head_article .title_page br {
    display: none;
  }
}

.head_article .date_box {
  width: 242px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 7px;
}

.head_article .date_box .date {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.article_box {
  width: calc(100% - 270px);
  padding: 0 60px 0 0;
}

@media (max-width: 890px) {
  .article_box {
    width: 100%;
    padding: 0;
  }
}

.subject_box {
  margin: 0 0 55px;
  padding: 26px 39px 35px 36px;
  background: #f5f5f5;
}

@media (max-width: 980px) {
  .subject_box {
    padding: 15px 20px;
  }
}

.subject_box .head_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 29px;
}

.subject_box .head_box .title {
  display: block;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.24;
}

.subject_box .head_box .links {
  display: inline-block;
  vertical-align: top;
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  transition: all 200ms linear;
  margin: 0 0 2px;
}

.subject_box .head_box .links:after {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #6b6b6b;
  transition: all 200ms linear;
}

.subject_box .head_box .links:hover:after {
  opacity: 0;
}

.subject_box .list {
  columns: 2;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: li;
}

@media (max-width: 640px) {
  .subject_box .list {
    columns: 1;
  }
}

.subject_box .list li {
  margin: 0 0 0;
  position: relative;
  padding: 0 0 0 42px;
  display: inline-block;
}

@media (max-width: 980px) {
  .subject_box .list li {
    padding: 0 0 0 25px;
  }
}

@media (max-width: 640px) {
  .subject_box .list li {
    display: block;
  }
}

.subject_box .list li:before {
  counter-increment: li;
  content: counters(li, ".") "";
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  position: absolute;
  top: 0;
  left: 2px;
}

.subject_box .list li > .list {
  columns: 1;
}

.subject_box .list li > .list li {
  display: block;
  padding: 0 0 0 26px;
}

.subject_box .list li > .list li:before {
  font-size: 16px;
  line-height: 2;
  left: -30px;
  top: 2px;
}

@media (max-width: 980px) {
  .subject_box .list li > .list li:before {
    left: -5px;
  }
}

.subject_box .list a {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
  transition: all 200ms linear;
}

.subject_box .list a:hover {
  color: #6b6b6b;
  font-weight: 700;
}

.article_text h2 {
  margin: 61px 0 23px;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 640px) {
  .article_text h2 {
    font-size: 32px;
    margin: 40px 0 23px;
  }
}

.article_text h3 {
  margin: 63px 0 22px;
}

@media (max-width: 640px) {
  .article_text h3 {
    margin: 40px 0 20px;
    font-size: 28px;
  }
}

.article_text h4 {
  margin: 73px 0 23px;
}

@media (max-width: 640px) {
  .article_text h4 {
    margin: 40px 0 20px;
  }
}

.article_text p {
  margin: 0 0 32px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .article_text p {
    font-size: 18px;
    margin: 0 0 20px;
  }
}

.article_text .dots {
  margin: 0 0 32px;
  padding: 0;
}

.article_text .dots li {
  margin: 0 0 0;
  padding: 0 0 0 30px;
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

.article_text .dots li:after {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #6b6b6b;
  border-radius: 50%;
}

.article_text .img_box {
  margin: 0 0 32px;
  padding: 12px 0 0;
}

.article_text .img_box .inner_img {
  position: relative;
}

.article_text .img_box .inner_img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.article_text .img_box .inner_img:before {
  display: block;
  content: "";
  padding: 59.525% 0 0;
}

.article_text .dash {
  margin: 0 0 32px;
  padding: 0;
}

.article_text .dash li {
  margin: 0 0 0;
  position: relative;
  padding: 0 0 0 30px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}

.article_text .dash li:after {
  position: absolute;
  content: "";
  top: 15px;
  left: -1px;
  width: 17px;
  height: 3px;
  background: #6b6b6b;
}

.important_box {
  position: relative;
  background: #f4f4f4;
  padding: 41px 75px 47px;
  margin: 45px 0 45px;
  z-index: 0;
}

@media (max-width: 767px) {
  .important_box {
    padding: 20px;
  }
}

.important_box:after {
  position: absolute;
  content: "\0069";
  top: 22px;
  left: 22px;
  color: #fff;
  font-size: 65px;
  font-weight: 400;
  line-height: 1;
  width: 84px;
  height: 84px;
  border: 4px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.important_box .title {
  display: block;
  margin: 0 0 22px;
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 480px) {
  .important_box .title {
    font-size: 30px;
  }
}

.important_box p {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.34;
}

@media (max-width: 480px) {
  .important_box p {
    font-size: 20px;
  }
}

.quote_box {
  padding: 41px 77px 43px;
  margin: 44px 0 45px;
  background: #fff;
  border: 1px solid #6b6b6b;
  color: #6b6b6b;
  font-size: 24px;
  font-style: italic;
  line-height: 1.34;
  font-weight: 400;
  position: relative;
}

@media (max-width: 767px) {
  .quote_box {
    padding: 41px 20px 43px;
  }
}

@media (max-width: 480px) {
  .quote_box {
    font-size: 20px;
  }
}

.quote_box:after,
.quote_box:before {
  position: absolute;
  color: rgba(107, 107, 107, 0.25);
  font-size: 105px;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
}

.quote_box:after {
  content: "\201C";
  top: -3px;
  left: 14px;
}

.quote_box:before {
  content: "\201E";
  bottom: 24px;
  right: 25px;
}

.share_block {
  padding: 22px 37px 27px;
  background: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 49px;
}

@media (max-width: 767px) {
  .share_block {
    display: block;
    padding: 22px 20px 27px;
  }
}

@media (max-width: 767px) {
  .share_box {
    margin: 0 0 20px;
  }
}

.share_box span {
  display: block;
  margin: 0 0 9px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.soc_list {
  display: flex;
  flex-wrap: wrap;
}

.soc_list li {
  margin: 0 14px 0 0;
}

@media (max-width: 520px) {
  .soc_list li {
    margin: 0 10px 10px 0;
  }
}

.soc_list li.ok a {
  background: #ff7200;
}

.soc_list li.vk a {
  background: #4680c2;
}

.soc_list li.fb a {
  background: #0561af;
}

.soc_list li.tw a {
  background: #00bff3;
}

.soc_list li.pl a {
  background: #4aaee8;
}

.soc_list a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 40px;
  border-radius: 20px;
}

@media (max-width: 520px) {
  .soc_list a {
    width: 50px;
  }
}

@media (max-width: 480px) {
  .soc_list a {
    width: 40px;
  }
}

.rating_block span {
  display: block;
  text-align: right;
  margin: 0 0 21px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 767px) {
  .rating_block span {
    text-align: left;
  }
}

.rating_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .rating_box {
    justify-content: flex-start;
  }
}

.rating_box .rating_num {
  display: block;
  margin: 0 0 0 0;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.rating_box .list_rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 15px 0 0;
}

.rating_box .list_rating li {
  margin: 0 0 0 3px;
}

.rating_box .list_rating li.active a {
  background: url("../images/star_hv.svg") no-repeat;
  background-size: 100%;
}

.rating_box .list_rating a {
  display: block;
  width: 23px;
  height: 21px;
  background: url("../images/star.svg") no-repeat;
  background-size: 100%;
  transition: all 200ms linear;
}

.rating_box .list_rating a:hover {
  background: url("../images/star_hv.svg") no-repeat;
  background-size: 100%;
}

.catalog_head {
  margin: 0 0 30px;
  padding: 5px 0 0;
}

@media (max-width: 767px) {
  .catalog_head {
    display: block;
  }
}

.catalog_head .title_page {
  font-size: 50px;
  line-height: 1;
  margin: 0;
}

@media (max-width: 767px) {
  .catalog_head .title_page {
    margin: 0 0 30px;
  }
}

.sort_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .sort_block {
    justify-content: flex-start;
    margin: 0 0 15px;
  }
}

@media (max-width: 480px) {
  .sort_block {
    display: block;
  }
}

.sort_block span {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 31px 0 0;
}

@media (max-width: 480px) {
  .sort_block span {
    margin: 0 0 10px;
  }
}

.sort_block .sort_box {
  position: relative;
  z-index: 1;
}

.sort_block .sort_box.open .open_select:after {
  transform: rotate(225deg);
}

.sort_block .open_select {
  display: block;
  padding: 12px 32px 12px 19px;
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #000;
  width: 270px;
  height: 50px;
  background: #f5f5f5;
}

@media (max-width: 480px) {
  .sort_block .open_select {
    width: 100%;
  }
}

.sort_block .open_select::after {
  position: absolute;
  content: "";
  top: 50%;
  margin: -7px 0 0;
  right: 21px;
  width: 8px;
  height: 8px;
  border-bottom: 1.5px solid #000;
  border-right: 1.5px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: all 200ms linear;
}

.sort_block .down_select {
  display: none;
  position: absolute;
  top: 100%;
  background: #f5f5f5;
  width: 100%;
  left: 0;
  border-radius: 4px;
}

.sort_block .down_select li.active a {
  font-weight: 600;
  color: #fff;
  background: #6b6b6b;
}

.sort_block .down_select a {
  display: block;
  height: 50px;
  padding: 12px 19px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  transition: all 200ms linear;
  background: transparent;
  border-radius: 4px;
}

.sort_block .down_select a:hover {
  font-weight: 600;
  color: #fff;
  background: #6b6b6b;
}

.filter .filter_title {
  display: none;
}

@media (max-width: 890px) {
  .filter .filter_title {
    display: block;
  }
}

.filter .wrap_filter {
  display: block;
}

@media (min-width: 891px) {
  .filter .wrap_filter {
    display: block !important;
  }
}

@media (max-width: 890px) {
  .filter .wrap_filter {
    display: none;
  }
}

@media (max-width: 890px) {
  .filter .inner_filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 0;
  }
}

.filter .open_filter {
  display: block;
  padding: 10px 32px 11px 15px;
  position: relative;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  background: #f5f5f5;
}

.filter .open_filter:after {
  position: absolute;
  content: "";
  top: 50%;
  margin: -10px 0 0;
  right: 21px;
  width: 14px;
  height: 14px;
  border-bottom: 1.5px solid #000;
  border-right: 1.5px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: all 200ms linear;
}

.filter.open .open_filter:after {
  transform: rotate(-135deg);
  margin: -3px 0 0;
}

.filter_menu {
  margin: -3px 0 39px;
}

@media (max-width: 890px) {
  .filter_menu {
    width: calc(50% - 8px);
  }
}

@media (max-width: 640px) {
  .filter_menu {
    width: 100%;
  }
}

.filter_menu li {
  margin: 0 0 12px;
}

.filter_menu a {
  display: block;
  font-size: 16px;
  line-height: 1.125;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  transition: all 200ms linear;
}

.filter_menu a:hover {
  color: #6b6b6b;
}

.filter_block {
  padding: 14px 22px 13px;
  background: #f5f5f5;
}

@media (max-width: 890px) {
  .filter_block {
    width: calc(50% - 8px);
  }
}

@media (max-width: 640px) {
  .filter_block {
    width: 100%;
  }
}

.filter_block .btn_holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #000;
  padding: 27px 0 0;
}

.filter_block .btn_holder .btn {
  font-size: 17px;
  width: 110px;
  height: 35px;
  padding: 0 0 0;
  border: none;
  box-shadow: none;
  cursor: pointer;
  margin: 0 0 15px;
}

.filter_block .btn_holder .links {
  display: block;
  border: none;
  background: transparent;
  padding: 0;
  color: #6b6b6b;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 0 15px;
}

.filter_block .btn_holder .links:hover {
  text-decoration: none;
}

.filter_box {
  margin: 0 0 16px;
}

.filter_box .title {
  display: block;
  margin: 0 0 21px;
  overflow: hidden;
}

.filter_box .title span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  padding: 0 10px 0 0;
  background: #f5f5f5;
}

.filter_box .title span:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 300px;
  left: 100%;
  background: #000;
  height: 1px;
  margin: 1px 0 0;
}

@media (max-width: 890px) {
  .filter_box .title span:after {
    width: 100vw;
  }
}

.range-slider .irs--round .irs-line {
  height: 6px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  top: 26px;
}

.range-slider .irs--round .irs-bar {
  height: 6px;
  background: #6b6b6b;
  border-radius: 3px;
  top: 26px;
}

.range-slider .irs--round .irs-handle {
  width: 26px;
  height: 26px;
  border: 8px solid #fff;
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
  box-sizing: border-box;
  border-radius: 50%;
  background: #6b6b6b;
  top: 16px;
}

.range-slider .irs--round .irs-min,
.range-slider .irs--round .irs-max {
  visibility: visible !important;
  color: rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  border-radius: 0;
  background: transparent;
  padding: 0;
  font-family: "TT Commons", sans-serif;
  top: 1px;
}

.range-slider .irs--round .irs-min {
  left: 2px;
}

.range-slider .irs--round .irs-max {
  right: 4px;
}

.range-slider .irs-from,
.range-slider .irs-to,
.range-slider .irs-single {
  display: none;
}

.inpt_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 0 0;
}

.inpt_box .inner_inpt {
  width: calc(100% - 48px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.inpt_box .inpt {
  width: calc(50% - 9px);
}

.inpt_box .inpt:first-child {
  margin: 0 18px 0 0;
  position: relative;
}

.inpt_box .inpt:first-child:after {
  position: absolute;
  content: "";
  top: 50%;
  right: -14px;
  width: 6px;
  height: 1px;
  background: #000;
}

.inpt_box .inpt input[type="text"] {
  display: block;
  width: 100%;
  background: #fff;
  padding: 5px 17px;
  height: 50px;
  border-radius: 4px;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  border: none;
}

.inpt_box span {
  display: block;
  width: 48px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  padding: 0 0 0 12px;
}

.color_list {
  display: flex;
  flex-wrap: wrap;
  margin: -1px -17px 24px 0;
  padding: 0 0 0 2px;
}

.color_list li {
  margin: 0 17px 18px 0;
  position: relative;
}

.color_list li.hue-1 .checkbox + label {
  background: #fff;
  border: 1px solid #818181;
}

.color_list li.hue-2 .checkbox + label {
  background: #ca8285;
  border: 1px solid #ca8285;
}

.color_list li.hue-3 .checkbox + label {
  background: #adaee4;
  border: 1px solid #adaee4;
}

.color_list li.hue-4 .checkbox + label {
  background: #318781;
  border: 1px solid #318781;
}

.color_list li.hue-5 .checkbox + label {
  background: #503630;
  border: 1px solid #503630;
}

.color_list li.hue-6 .checkbox + label {
  background: #101010;
  border: 1px solid #101010;
}

.color_list li.hue-7 .checkbox + label {
  background: #f5c8c8;
  border: 1px solid #f5c8c8;
}

.color_list li.hue-8 .checkbox + label {
  background: #7c59d6;
  border: 1px solid #7c59d6;
}

.color_list .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
}

.color_list .checkbox + label {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 200ms linear;
}

.color_list .checkbox + label:hover {
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
}

.color_list .checkbox + label:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -4px;
  width: 7px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0;
  transform: rotate(45deg);
}

.color_list .checkbox:checked + label:after {
  opacity: 1;
}

.catalog_block {
  width: calc(100% - 270px);
  padding: 0 0 0 30px;
  margin: 0 0 -9px;
}

@media (max-width: 890px) {
  .catalog_block {
    width: 100%;
    padding: 0;
  }
}

.catalog_block .btn_holder {
  padding: 2px 0 0;
  margin: 0 0 32px;
}

.catalog_block .btn_holder .btn {
  margin: 0 auto;
}

.catalog_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 0;
}

.catalog_item {
  width: 33.3%;
  padding: 0 15px;
  margin: 0 0 30px;
}

@media (max-width: 1050px) {
  .catalog_item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .catalog_item {
    width: 100%;
  }
}

.catalog_item .inner_list {
  position: relative;
  transition: all 200ms linear;
  z-index: 0;
}

.catalog_item .inner_list:hover {
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
}

.catalog_item .inner_list:hover .img_box:after {
  opacity: 1;
}

.catalog_item .img_box {
  display: block;
  position: relative;
  transition: all 200ms linear;
  z-index: 0;
}
.catalog_item .img_box .img {
  width: 100%;
  height: 450px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.catalog_item .img_box img {
  /*position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;*/
}

.catalog_item .img_box:before {
  /*display: block;
	content: '';
	padding: 174.5% 0 0;*/
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

@media (max-width: 480px) {
  .catalog_item .img_box:before {
    padding: 144.5% 0 0;
  }
}

.catalog_item .img_box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(61, 61, 61, 0.8);
  opacity: 0;
  transition: all 200ms linear;
}

.catalog_item .flag {
  position: absolute;
  top: 11px;
  left: 10px;
  display: block;
  padding: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  border-radius: 11px;
  width: 60px;
  text-align: center;
  z-index: 1;
}

.catalog_item .flag.discont {
  background: #000;
}

.catalog_item .flag.new {
  background: #03b155;
}

.catalog_item .flag.hit {
  background: #f1bb00;
}

.catalog_item .fav {
  position: absolute;
  top: 22px;
  right: 21px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 50%;
  transition: all 200ms linear;
}

.catalog_item .fav:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 26px;
  height: 22px;
  background: url("../images/icon-02.svg") no-repeat;
  background-size: 100%;
  transition: all 200ms linear;
}

.catalog_item .fav:hover,
.catalog_item .fav.active {
  background: #000;
  box-shadow: 3.5px 3.5px 10px rgba(0, 0, 0, 0.25);
}

.catalog_item .fav:hover:after,
.catalog_item .fav.active:after {
  background: url("../images/icon-02_hover.svg") no-repeat;
  background-size: 100%;
}

.catalog_item .dscr {
  position: absolute;
  bottom: 34px;
  left: 0;
  right: 0;
  padding: 0 22px;
  z-index: 1;
}

.catalog_item .dscr .title {
  display: block;
  margin: 0 0 19px;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  min-height: 40px;
}

.catalog_item .dscr .title a {
  color: #fff;
  transition: all 200ms linear;
}

.catalog_item .dscr .title a:hover {
  text-decoration: underline;
}

.catalog_item .dscr .price_box {
  position: relative;
  padding: 0 55px 0 0;
}

.catalog_item .dscr .price {
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

@media (max-width: 520px) {
  .catalog_item .dscr .price {
    font-size: 24px;
  }
}

.catalog_item .card {
  position: absolute;
  bottom: 0;
  right: 21px;
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 200ms linear;
}

.catalog_item .card:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 28px;
  background: url("../images/icon-04.svg") no-repeat;
  background-size: 100%;
  transition: all 200ms linear;
}

.catalog_item .card:hover, .catalog_item .card.active {
  background-color: #f5f5f5;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
}

.catalog_item .card:hover:after, .catalog_item .card.active:after {
  background: url("../images/icon-04_hover.svg") no-repeat;
  background-size: 100%;
}

.map_box {
  width: 100%;
  height: 100%;
  max-height: 370px;
  max-width: 840px;
}

@media (max-width: 767px) {
  .map_box {
    height: 370px;
    margin: 0 0 30px;
  }
}

@media (max-width: 480px) {
  .map_box {
    height: 280px;
  }
}

.map_box #big-map {
  width: 100%;
  height: 100%;
}

[class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

.contact_list {
  margin: -6px 0 0;
}

@media (max-width: 767px) {
  .contact_list {
    display: flex;
    flex-wrap: wrap;
  }
}

.contact_list .item_contact {
  margin: 0 0 32px;
}

@media (max-width: 767px) {
  .contact_list .item_contact {
    width: 50%;
    padding: 0 15px 0 0;
  }
}

@media (max-width: 480px) {
  .contact_list .item_contact {
    width: 100%;
  }
}

.contact_list strong {
  display: block;
  margin: 0 0 7px;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.16;
}

.contact_list span {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}

.contact_list .soc_list {
  padding: 7px 0 0;
}

.contact_list .soc_list li {
  margin: 0 16px 10px 0;
}

.contact_list .soc_list a {
  width: 29px;
  height: 29px;
  border-radius: 0;
}

.contact_list .soc_list a.wtsp {
  background: url("../images/icon-19.svg") no-repeat;
  background-size: 100%;
}

.contact_list .soc_list a.wtsp:hover {
  background: url("../images/icon-19_hover.svg") no-repeat;
}

.contact_list .soc_list a.inst {
  background: url("../images/icon-20.svg") no-repeat;
  background-size: 100%;
}

.contact_list .soc_list a.inst:hover {
  background: url("../images/icon-20_hover.svg") no-repeat;
}

.contact_list .soc_list a.ytb {
  background: url("../images/icon-32.svg") no-repeat;
  background-size: 100%;
  background-position: 0 50%;
}

.contact_list .soc_list a.ytb:hover {
  background: url("../images/icon-32_hover.svg") no-repeat;
  background-position: 0 50%;
}

.contact_list .soc_list a.tlgm {
  background: url("../images/tlgm-ico.svg") no-repeat;
  background-size: 100%;
}
.contact_list .soc_list a.tlgm:hover {
  background: url("../images/tlgm-ico-hover.svg") no-repeat;
}
.contact_list .soc_list a.vk {
  background: url("../images/vk-ico.svg") no-repeat;
  background-size: 100%;
}
.contact_list .soc_list a.vk:hover {
  background: url("../images/vk-ico-hover.svg") no-repeat;
}

.contact_list .soc_list a.ttk {
  background: url("../images/ttk-ico.svg") no-repeat;
  background-size: 100%;
}
.contact_list .soc_list a.ttk:hover {
  background: url("../images/ttk-ico-hover.svg") no-repeat;
}

.requisites_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 0 0;
  margin: 0 0 46px;
  width: 75%;
}

@media (max-width: 980px) {
  .requisites_list {
    width: 100%;
  }
}

.requisites_list li {
  margin: 0 0 30px;
  padding: 0 15px 0 0;
}

@media (max-width: 980px) {
  .requisites_list li {
    width: 32.5%;
  }
}

.requisites_list li:last-child {
  width: 28.5%;
}

@media (max-width: 980px) {
  .requisites_list li:last-child {
    width: calc(35% - 20px);
  }
}

@media (max-width: 767px) {
  .requisites_list li:last-child {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .requisites_list li:last-child {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .requisites_list li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .requisites_list li {
    width: 100%;
  }
}

.requisites_list strong {
  display: block;
  margin: 0 0 5px;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.16;
}

.requisites_list span {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.gallery_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 14px -15px;
}

@media (max-width: 767px) {
  .gallery_list {
    margin: 0 -15px 14px;
  }
}

.gallery_list .item_list {
  padding: 0 15px;
  width: 31%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (max-width: 767px) {
  .gallery_list .item_list {
    width: 100%;
    flex-direction: row;
  }
}

.gallery_list .item_list.big {
  width: 38%;
}

@media (max-width: 767px) {
  .gallery_list .item_list.big {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .gallery_list .item_list.big .inner_img {
    width: 100%;
  }
}

.gallery_list .item_list.big .inner_img:before {
  padding: 130.5% 0 0;
}

@media (max-width: 767px) {
  .gallery_list .item_list.big .inner_img:before {
    padding: 57% 0 0;
  }
}

.gallery_list .item_list.right {
  align-items: flex-start;
}

@media (max-width: 767px) {
  .gallery_list .item_list.right {
    justify-content: space-between;
  }
}

.gallery_list .item_list.left {
  align-items: flex-end;
}

@media (max-width: 767px) {
  .gallery_list .item_list.left {
    justify-content: space-between;
  }
}

.gallery_list .inner_img {
  margin: 0 0 32px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .gallery_list .inner_img {
    width: calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .gallery_list .inner_img {
    width: 100%;
  }
}

.gallery_list .inner_img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_list .inner_img:before {
  display: block;
  content: "";
  padding: 77% 0 0;
}

.gallery_list .inner_img.small_img {
  width: 72%;
}

@media (max-width: 767px) {
  .gallery_list .inner_img.small_img {
    width: calc(50% - 15px);
  }
}

@media (max-width: 480px) {
  .gallery_list .inner_img.small_img {
    width: 100%;
  }
}

.gallery_list .inner_img.small_img:before {
  padding: 106% 0 0;
}

@media (max-width: 767px) {
  .gallery_list .inner_img.small_img:before {
    padding: 77% 0 0;
  }
}

.partnership {
  background: url("../images/img_bg-08.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 99px 0 65px;
}

@media (max-width: 767px) {
  .partnership {
    padding: 55px 0 25px;
  }
}

.partnership .title_block span {
  display: block;
}

.partnership .form_block {
  align-items: center;
  margin: 0 -15px 15px;
}

.partnership .form .inpt_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}

@media (max-width: 767px) {
  .partnership .form .inpt_row {
    display: block;
  }
}

.partnership .form .inpt_holder,
.partnership .form .sbmt_holder {
  width: 50%;
  padding: 0 8px;
  margin: 0 0 15px;
}

@media (max-width: 767px) {
  .partnership .form .inpt_holder,
  .partnership .form .sbmt_holder {
    width: 100%;
  }
}

.partnership .form .inpt_holder.name:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 25px;
  right: 38px;
  background: url("../images/icon-03.svg") no-repeat;
  background-size: 100%;
}

.partnership .form .inpt_holder.phone:after {
  right: 35px;
}

.partnership .form .inpt_holder.email:after {
  right: 37px;
}

.partnership .form .txt_holder {
  width: 100%;
  padding: 0 8px;
  margin: 0 0 15px;
}

.partnership .form textarea {
  height: 125px;
  background: #f5f5f5;
  border-radius: 5px;
  border: none;
  padding: 21px 30px 15px;
  display: block;
  width: 100%;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.17;
  resize: none;
}

@media (max-width: 480px) {
  .partnership .form textarea {
    padding: 10px 15px;
    font-size: 20px;
  }
}

.product_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 87px;
}

.product_block .product_visual,
.product_block .product_dscr {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 980px) {
  .product_block .product_visual,
  .product_block .product_dscr {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .product_block .product_visual {
    margin: 0 0 50px;
  }
}

.inner_visual {
  display: flex;
  flex-wrap: wrap;
  padding: 14px 40px 0 0;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  .inner_visual {
    padding: 14px 0 0;
  }
}

@media (max-width: 980px) {
  .inner_visual {
    display: block;
  }
}

.inner_visual .visual_slider {
  order: 2;
  overflow: hidden;
  width: calc(100% - 110px);
}

@media (max-width: 980px) {
  .inner_visual .visual_slider {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 20px;
  }
}

.inner_visual .visual_slider .swiper-slide {
  width: 100% !important;
}

.inner_visual .visual_slider .img_box {
  position: relative;
}

.inner_visual .visual_slider .img_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.inner_visual .visual_slider .img_box:before {
  display: block;
  content: "";
  padding: 147.5% 0 0;
}

.inner_visual .visual_slider .btn_play {
  position: absolute;
  bottom: 13px;
  right: 13px;
  width: 100px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 20px;
  z-index: 1;
  display: block;
  text-align: center;
  padding: 8px 5px;
}

.inner_visual .visual_slider .btn_play span {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 22px;
  position: relative;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.12;
}

.inner_visual .visual_slider .btn_play span:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-left: 12px solid #000;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.inner_visual .nav_slider {
  overflow: hidden;
  order: 1;
  width: 110px;
  padding: 47px 10px 47px 0;
  position: relative;
  max-height: 618px;
}

@media (max-width: 980px) {
  .inner_visual .nav_slider {
    max-height: none;
    width: auto;
    padding: 0 50px;
  }
}

@media (max-width: 640px) {
  .inner_visual .nav_slider {
    padding: 0 30px;
  }
}

.inner_visual .nav_slider:after,
.inner_visual .nav_slider:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  height: 47px;
  background: #fff;
  z-index: 2;
}

@media (max-width: 980px) {
  .inner_visual .nav_slider:after,
  .inner_visual .nav_slider:before {
    top: 0;
    bottom: 0;
    left: auto;
    right: auto;
    height: auto;
    width: 50px;
  }
}

@media (max-width: 640px) {
  .inner_visual .nav_slider:after,
  .inner_visual .nav_slider:before {
    width: 30px;
  }
}

.inner_visual .nav_slider:before {
  top: 0;
}

@media (max-width: 980px) {
  .inner_visual .nav_slider:before {
    left: 0;
  }
}

.inner_visual .nav_slider:after {
  bottom: 0;
}

@media (max-width: 980px) {
  .inner_visual .nav_slider:after {
    right: 0;
  }
}

.inner_visual .nav_slider .swiper-slide {
  width: 100%;
  height: 120px;
}

@media (max-width: 980px) {
  .inner_visual .nav_slider .swiper-slide {
    height: auto;
  }
}

.inner_visual .nav_slider .swiper-slide.swiper-slide-thumb-active .img_box {
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
}

.inner_visual
  .nav_slider
  .swiper-slide.swiper-slide-thumb-active
  .img_box:after {
  opacity: 1;
}

.inner_visual .nav_slider .img_box {
  position: relative;
  cursor: pointer;
  transition: all 200ms linear;
}

.inner_visual .nav_slider .img_box img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner_visual .nav_slider .img_box:before {
  display: block;
  content: "";
  padding: 120% 0 0;
}

.inner_visual .nav_slider .img_box:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(61, 61, 61, 0.8);
  transition: all 200ms linear;
}

.inner_visual .nav_slider .img_box:hover {
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
}

.inner_visual .nav_slider .img_box:hover:after {
  opacity: 1;
}

.inner_visual .nav_slider .swiper-button-next,
.inner_visual .nav_slider .swiper-button-prev {
  left: 50%;
  transform: translateX(-60%);
  right: auto;
  margin: 0;
  top: auto;
  width: 44px;
  height: 27px;
}

@media (max-width: 980px) {
  .inner_visual .nav_slider .swiper-button-next,
  .inner_visual .nav_slider .swiper-button-prev {
    top: 50%;
    width: 27px;
    height: 44px;
    transform: translateY(-50%);
    left: auto;
  }
}

.inner_visual .nav_slider .swiper-button-next:after,
.inner_visual .nav_slider .swiper-button-prev:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  transition: all 200ms linear;
}

.inner_visual .nav_slider .swiper-button-next:hover:after,
.inner_visual .nav_slider .swiper-button-prev:hover:after {
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  border-right: 2px solid rgba(0, 0, 0, 0.5);
}

.inner_visual .nav_slider .swiper-button-next.swiper-button-disabled,
.inner_visual .nav_slider .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.inner_visual .nav_slider .swiper-button-prev {
  top: 1px;
}

@media (max-width: 980px) {
  .inner_visual .nav_slider .swiper-button-prev {
    left: 0;
    top: 50%;
  }
}

.inner_visual .nav_slider .swiper-button-prev:after {
  transform: rotate(-135deg);
}

@media (max-width: 980px) {
  .inner_visual .nav_slider .swiper-button-prev:after {
    transform: rotate(135deg);
  }
}

.inner_visual .nav_slider .swiper-button-next {
  bottom: 0;
}

@media (max-width: 980px) {
  .inner_visual .nav_slider .swiper-button-next {
    right: 0;
    bottom: auto;
  }
}

.inner_visual .nav_slider .swiper-button-next:after {
  transform: rotate(45deg);
}

@media (max-width: 980px) {
  .inner_visual .nav_slider .swiper-button-next:after {
    transform: rotate(-45deg);
  }
}

@media (max-width: 1100px) {
  .product_dscr .title_section {
    font-size: 40px;
  }
}

.product_dscr .flag {
  display: inline-block;
  vertical-align: bottom;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 2px 5px;
  width: 60px;
  height: 22px;
  border-radius: 11px;
  text-align: center;
  margin: 0 0 6px -3px;
}

.product_dscr .flag.new {
  background: #03b155;
}

.product_dscr .code_list {
  display: flex;
  flex-wrap: wrap;
  margin: -20px 0 29px;
}

@media (max-width: 1100px) {
  .product_dscr .code_list {
    margin: -20px 0 15px;
  }
}

.product_dscr .code_list li {
  margin: 0 38px 10px 0;
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .product_dscr .code_list li {
    margin: 0 15px 10px 0;
  }
}

.product_dscr .price_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 0 31px;
}

.product_dscr .price_box .new_price {
  display: block;
  margin: 0 15px 15px 0;
  color: black;
  font-size: 54px;
  font-weight: 300;
  line-height: 0.71;
}

@media (max-width: 480px) {
  .product_dscr .price_box .new_price {
    font-size: 40px;
  }
}

.product_dscr .price_box .old_price {
  display: block;
  margin: 0 0 3px;
  color: #818181;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.59;
  text-decoration: line-through;
}

@media (max-width: 480px) {
  .product_dscr .price_box .old_price {
    font-size: 20px;
  }
}

.product_dscr .color_box {
  margin: 0 0 11px;
}

.product_dscr .color_box .title {
  display: block;
  margin: 0 0 15px;
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}

.product_dscr .color_box .title span {
  display: inline-block;
  margin: 0 0 0 15px;
  font-weight: 400;
}

.product_dscr .size_box {
  margin: 0 0 31px;
}

.product_dscr .size_box .title {
  display: block;
  margin: 0 0 11px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.product_dscr .size_box .size_list {
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.product_dscr .size_box .size_list li {
  margin: 0 6px 10px 0;
}

.product_dscr .size_box .size_list li.active a {
  color: #fff;
  background: #000;
  box-shadow: 3.5px 3.5px 10px rgba(0, 0, 0, 0.25);
  font-weight: 600;
}

.product_dscr .size_box .size_list a {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  min-width: 120px;
  padding: 5px 4px;
  background: #f5f5f5;
  border-radius: 15px;
  text-align: center;
  transition: all 200ms linear;
}

.product_dscr .size_box .size_list .selected a,
.product_dscr .size_box .size_list a:hover {
  color: #fff;
  background: #000;
  box-shadow: 3.5px 3.5px 10px rgba(0, 0, 0, 0.25);
  font-weight: 600;
}

.product_dscr .add_box {
  padding: 25px 89px 16px 27px;
  border: 2px solid #f5f5f5;
  border-radius: 25px;
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
  position: relative;
  margin: 0 0 16px;
}

@media (max-width: 480px) {
  .product_dscr .add_box {
    padding: 15px 89px 5px 15px;
  }
}

.product_dscr .add_box .fav {
  display: block;
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-54%);
  right: 26px;
}

.product_dscr .add_box .fav:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-46%, -50%);
  transition: all 200ms linear;
  background: url("../images/icon-02.svg") no-repeat;
  background-size: 100%;
  width: 26px;
  height: 22px;
}

.product_dscr .add_box .fav.active,
.product_dscr .add_box .fav:hover {
  background: #000;
  box-shadow: 3.5px 3.5px 10px rgba(0, 0, 0, 0.25);
}

.product_dscr .add_box .fav.active:after,
.product_dscr .add_box .fav:hover:after {
  background: url("../images/icon-02_hover.svg") no-repeat;
  background-size: 100%;
}

.product_dscr .add_box .btn_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 0;
}

@media (max-width: 520px) {
  .product_dscr .add_box .btn_list {
    display: block;
  }
}

.product_dscr .add_box .btn_list .btn {
  height: 54px;
  border-radius: 15px;
  width: calc(50% - 10px);
  font-size: 22px;
  padding: 14px 10px 12px;
  margin: 0 0 10px;
  box-shadow: none;
  transition: all 200ms linear;
  width: 100%;
}

@media (max-width: 520px) {
  .product_dscr .add_box .btn_list .btn {
    width: 100%;
  }
}

.product_dscr .add_box .btn_list .btn:hover {
  background: #f5f5f5;
  color: #010101;
}

.product_dscr .add_box .btn_list .btn.light_btn {
  color: #010101;
  background: #f5f5f5;
}

.product_dscr .add_box .btn_list .btn.light_btn:hover {
  background: linear-gradient(72deg, #333 0%, grey 100%);
  color: #fff;
}

.product_dscr .list_links {
  display: flex;
  flex-wrap: wrap;
}

.product_dscr .list_links li {
  margin: 0 31px 15px 0;
}

@media (max-width: 1100px) {
  .product_dscr .list_links li {
    margin: 0 15px 15px 0;
  }
}

.product_dscr .list_links a {
  display: block;
  text-decoration: underline;
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 200ms linear;
}

.product_dscr .list_links a:hover {
  text-decoration: none;
}

.radio_list {
  display: flex;
  flex-wrap: wrap;
}

.radio_list li {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 18px 10px 0;
}

/*.radio_list li.hue-1 .radio + label:after {*/
/*  background: #fff;*/
/*  border: 1px solid #818181;*/
/*}*/

/*.radio_list li.hue-2 .radio + label:after {*/
/*  background: #ca8285;*/
/*  border: 1px solid #ca8285;*/
/*}*/

/*.radio_list li.hue-3 .radio + label:after {*/
/*  background: #adaee4;*/
/*  border: 1px solid #adaee4;*/
/*}*/

/*.radio_list li.hue-4 .radio + label:after {*/
/*  background: #318781;*/
/*  border: 1px solid #318781;*/
/*}*/

/*.radio_list li.hue-5 .radio + label:after {*/
/*  background: #503630;*/
/*  border: 1px solid #503630;*/
/*}*/

/*.radio_list li.hue-6 .radio + label:after {*/
/*  background: #101010;*/
/*  border: 1px solid #101010;*/
/*}*/

/*.radio_list li.hue-7 .radio + label:after {*/
/*  background: #f5c8c8;*/
/*  border: 1px solid #f5c8c8;*/
/*}*/

/*.radio_list li.hue-8 .radio + label:after {*/
/*  background: #7c59d6;*/
/*  border: 1px solid #7c59d6;*/
/*}*/

.radio_list .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio_list .radio + label {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.radio_list .radio + label:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 200ms linear;
  box-sizing: border-box;
}

.radio_list .radio + label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -6px;
  width: 9px;
  height: 17px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  opacity: 0;
  transition: all 200ms linear;
  z-index: 1;
  transform: rotate(45deg);
}

.radio_list .radio + label:hover:after {
  width: 46px;
  height: 46px;
  box-shadow: 3.5px 3.5px 10px rgba(0, 0, 0, 0.25);
}

.radio_list .selected .radio + label:after,
.radio_list .radio:checked + label:after {
  width: 46px;
  height: 46px;
  box-shadow: 3.5px 3.5px 10px rgba(0, 0, 0, 0.25);
}

.radio_list .selected .radio + label:before,
.radio_list .radio:checked + label:before {
  opacity: 1;
}

.product_info {
  padding: 0 0 13px;
}

.product_info .tab-control {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  overflow-x: auto;
}

@media (max-width: 890px) {
  .product_info .tab-control {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
}

.product_info .tab-control li {
  margin: 0 5% 0 0;
}

@media (max-width: 1100px) {
  .product_info .tab-control li {
    margin: 0 15px 0 0;
  }
}

.product_info .tab-control li:last-child {
  margin: 0;
}

.product_info .tab-control li.active a {
  color: #6b6b6b;
}

.product_info .tab-control a {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.47;
  color: #000;
  transition: all 200ms linear;
}

.product_info .tab-control a:hover {
  color: #6b6b6b;
}

@media (max-width: 980px) {
  .product_info .tab-control a {
    font-size: 22px;
  }
}

.product_info .tab {
  padding: 20px 0 0;
}

.info_text {
  width: 75%;
  max-width: 870px;
}

@media (max-width: 890px) {
  .info_text {
    width: 100%;
  }
}

.info_text p {
  margin: 0 0 28px;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.records_list li {
  margin: 0 0 8px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 480px) {
  .records_list li {
    display: block;
  }
}

.records_list strong {
  display: block;
  width: 26%;
  max-width: 300px;
  padding: 0 15px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .records_list strong {
    width: 190px;
    max-width: none;
  }
}

@media (max-width: 480px) {
  .records_list strong {
    width: 100%;
    padding: 0;
  }
}

.records_list span {
  display: block;
  width: 74%;
  max-width: calc(100% - 300px);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
}

@media (max-width: 767px) {
  .records_list span {
    max-width: none;
    width: calc(100% - 190px);
  }
}

@media (max-width: 480px) {
  .records_list span {
    width: 100%;
  }
}

.instruction_list {
  list-style: none;
  counter-reset: li;
  padding: 9px 0 0;
}

.instruction_list li {
  margin: 0 0 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .instruction_list li {
    display: block;
  }
}

.instruction_list .title {
  position: relative;
  width: 285px;
  display: block;
  color: #000;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  padding: 0 0 0 89px;
}

@media (max-width: 767px) {
  .instruction_list .title {
    width: 100%;
    margin: 0 0 20px;
  }
}

.instruction_list .title:before {
  counter-increment: li;
  content: counters(li, ".") "";
  position: absolute;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
  border-radius: 50%;
  padding: 0 0 5px;
  box-sizing: border-box;
}

.instruction_list .dscr {
  padding: 13px 15px 0 30px;
  width: calc(100% - 285px);
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .instruction_list .dscr {
    padding: 0 15px;
    width: 100%;
  }
}

.instruction_video {
  margin: 0 0 66px;
}

.instruction_video .video_box {
  position: relative;
}

.instruction_video .video_box .dscr {
  position: absolute;
  top: 50%;
  transform: translateY(-89%);
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  width: 200px;
}

@media (max-width: 890px) {
  .instruction_video .video_box .dscr {
    text-align: center;
    width: auto;
    position: relative;
    top: auto;
    transform: none;
    padding: 10px 0 0;
  }
}

@media (max-width: 480px) {
  .instruction_video .video_box .dscr {
    font-size: 18px;
  }
}

.instruction_video .video_box .dscr:after {
  position: absolute;
  content: "";
  bottom: 7px;
  left: 100%;
  width: 127px;
  height: 1px;
  background: #6b6b6b;
  margin: 0 0 0 -57px;
}

@media (max-width: 890px) {
  .instruction_video .video_box .dscr:after {
    display: none;
  }
}

@media (max-width: 890px) {
  .instruction_video .video_box .dscr br {
    display: none;
  }
}

.instruction_video .video_box .btn_play {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0, -50%);
  width: 150px;
  height: 150px;
  background-color: #a13e4b;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
  border-radius: 50%;
  z-index: 1;
  margin: 0 0 0 -30.7%;
}

@media (max-width: 890px) {
  .instruction_video .video_box .btn_play {
    transform: translateX(-50%);
    margin: -62px 0 0;
    width: 125px;
    height: 125px;
  }
}

@media (max-width: 767px) {
  .instruction_video .video_box .btn_play {
    width: 100px;
    height: 100px;
    margin: -50px 0 0;
  }
}

@media (max-width: 480px) {
  .instruction_video .video_box .btn_play {
    width: 80px;
    height: 80px;
    margin: -40px 0 0;
  }
}

.instruction_video .video_box .btn_play:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-44%, -50%);
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.instruction_video .video {
  position: relative;
  width: 50%;
  margin: 0 auto;
  max-width: 570px;
}

@media (max-width: 890px) {
  .instruction_video .video {
    width: 80%;
  }
}

@media (max-width: 640px) {
  .instruction_video .video {
    width: 100%;
  }
}

.instruction_video .video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.instruction_video .video:before {
  display: block;
  content: "";
  padding: 65.58% 0 0;
}

.chips_block .title_block {
  margin: 0 0 32px;
}

.chips_block .dscr {
  width: 70%;
  max-width: 790px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.34;
  margin: 0 0 28px;
}

@media (max-width: 890px) {
  .chips_block .dscr {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .chips_block .dscr {
    font-size: 20px;
  }
}

.chips_block .chips_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 15px;
}

.chips_block .chips_list li {
  padding: 0 15px;
  width: 25%;
  margin: 0 0 30px;
}

@media (max-width: 890px) {
  .chips_block .chips_list li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .chips_block .chips_list li {
    width: 100%;
  }
}

.chips_block .chips_list .icon {
  display: block;
  margin: 0 0 14px;
  height: 68px;
}

.chips_block .chips_list .title {
  display: block;
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  padding: 0 90px 0 0;
}

.chips_block .chips_list p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.34;
  margin: 0;
}

.order_block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 0 37px;
}

@media (max-width: 980px) {
  .order_block {
    display: block;
  }
}

.order_block .order_box {
  width: calc(100% - 270px);
  padding: 0 30px 0 0;
  margin: -9px 0 0;
}

@media (max-width: 980px) {
  .order_block .order_box {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
}

.order_block .total_box {
  width: 270px;
  background: #f5f5f5;
  padding: 14px 17px 25px;
}

@media (max-width: 980px) {
  .order_block .total_box {
    width: 100%;
    max-width: 450px;
  }
}

.total_box .sum_box {
  padding: 0 0 16px;
  border-bottom: 1px solid #818181;
  margin: 0 0 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.total_box .sum_box strong {
  display: block;
  width: 50%;
  padding: 0 5px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.total_box .sum_box span {
  display: block;
  width: 50%;
  text-align: right;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.total_box .weight_box {
  padding: 0 0 16px;
  border-bottom: 1px solid #818181;
  margin: 0 0 15px;
}

.total_box .item_weight {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
}

.total_box .item_weight:last-child {
  margin: 0;
}

.total_box .item_weight strong {
  display: block;
  width: 70%;
  padding: 0 5px 0 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.total_box .item_weight span {
  display: block;
  width: 30%;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.25;
  text-align: right;
}

.total_box .result_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 0 21px;
}

.total_box .result_box strong {
  display: block;
  width: 55px;
  color: black;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.total_box .result_box span {
  display: block;
  width: calc(100% - 55px);
  padding: 0 0 0 5px;
  color: black;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  text-align: right;
}

.total_box .btn {
  font-size: 24px;
  border-radius: 15px;
  max-width: 100%;
  padding: 11px 10px 15px;
}

.order_item {
  margin: 0 0 10px;
  padding: 25px 32px 37px 30px;
  background: #fff;
  border: 1px solid #6b6b6b;
}

@media (max-width: 480px) {
  .order_item {
    padding: 15px 15px 20px 15px;
  }
}

.order_item .order_head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 23px;
}

@media (max-width: 480px) {
  .order_item .order_head {
    display: block;
  }
}

.order_item .order_head .title {
  display: block;
  color: black;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.16;
  margin: 0 0 10px;
}

.order_item .order_head .link {
  display: inline-block;
  vertical-align: top;
  text-decoration: underline;
  color: #6b6b6b;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.16;
  transition: all 200ms linear;
  margin: 0 0 10px;
}

.order_item .order_head .link:hover {
  text-decoration: none;
}

.order_radio {
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.order_radio li {
  width: calc(50% - 5px);
  position: relative;
  margin: 0 0 11px;
}

@media (max-width: 767px) {
  .order_radio li {
    width: 100%;
  }
}

.order_radio .radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.order_radio .radio + label {
  width: 100%;
  padding: 10px 10px 13px 66px;
  background: #fff;
  border: 1px solid #818181;
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 75px;
  cursor: pointer;
  transition: all 200ms linear;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}

@media (max-width: 480px) {
  .order_radio .radio + label {
    font-size: 18px;
    height: 55px;
  }
}

.order_radio .radio + label:hover {
  background: #fff;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  color: #fff;
}

.order_radio .radio + label:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #818181;
  border-radius: 50%;
  left: 23px;
  content: "";
  box-sizing: border-box;
}

.order_radio .radio + label:before {
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  left: 34px;
  width: 9px;
  height: 15px;
  border-bottom: 2px solid #6b6b6b;
  border-right: 2px solid #6b6b6b;
  opacity: 0;
  transition: all 200ms linear;
  content: "";
  box-sizing: border-box;
  z-index: 1;
  margin: -10px 0 0;
}

.order_radio .radio:checked + label {
  background: #fff;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  color: #fff;
}

.order_radio .radio:checked + label:before {
  opacity: 1;
}

.order_radio.address_order {
  margin: -2px 0 0;
}

.order_radio.address_order li {
  margin: 0 0 9px;
}

.order_radio.address_order .radio + label {
  height: auto;
  min-height: 120px;
  padding: 20px 23px 13px 66px;
  display: block;
}

.order_radio.address_order .radio + label:after {
  top: 22px;
  transform: none;
}

.order_radio.address_order .radio + label:before {
  top: 27px;
  margin: 0;
}

.order_radio.address_order .radio + label:hover .title,
.order_radio.address_order .radio + label:hover .price,
.order_radio.address_order .radio + label:hover p {
  color: #fff;
}

.order_radio.address_order .radio:checked + label .title,
.order_radio.address_order .radio:checked + label .price,
.order_radio.address_order .radio:checked + label p {
  color: #fff;
}

.order_radio.address_order .title_box {
  margin: 0 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 480px) {
  .order_radio.address_order .title_box {
    display: block;
  }
}

.order_radio.address_order .title {
  display: block;
  padding: 0 5px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  transition: all 200ms linear;
}

@media (max-width: 480px) {
  .order_radio.address_order .title {
    font-size: 20px;
  }
}

.order_radio.address_order .price {
  display: block;
  text-align: right;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  transition: all 200ms linear;
}

@media (max-width: 480px) {
  .order_radio.address_order .price {
    text-align: left;
    font-size: 18px;
  }
}

.order_radio.address_order p {
  margin: 0 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  transition: all 200ms linear;
}

@media (max-width: 480px) {
  .order_radio.address_order p {
    font-size: 16px;
  }
}

.order_form .inpt_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.order_form .inpt_holder {
  width: 50%;
  padding: 0 5px;
  margin: 0 0 11px;
}

@media (max-width: 767px) {
  .order_form .inpt_holder {
    width: 100%;
  }
}

.order_form .inpt_holder.full {
  width: 100%;
}

.order_form input[type="text"] {
  height: 50px;
  border-radius: 5px;
  padding: 5px 19px 8px;
  background: #f5f5f5;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}

.order_form .inpt_search {
  position: relative;
  padding: 0 5px;
  width: 100%;
  margin: 0 0 11px;
}

.order_form .inpt_search input[type="text"] {
  padding: 5px 55px 8px;
}

.order_form .btn_search {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 50px;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.order_form .btn_search:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-42%, -50%);
  width: 24px;
  height: 24px;
  background: url("../images/icon-37.svg") no-repeat;
  background-size: 100%;
}

.order_form .btn_close {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  width: 50px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.order_form .btn_close:after,
.order_form .btn_close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  height: 32px;
  width: 2px;
  margin: -16px 0 0 -1px;
  background: #000;
}

.order_form .btn_close:after {
  transform: rotate(45deg);
}

.order_form .btn_close:before {
  transform: rotate(-45deg);
}

.order_form .dscr_form {
  text-align: left;
  padding: 0 0 0;
  font-size: 14px;
  line-height: 1.57;
  margin: -5px 0 10px;
}

.order_form .btn_holder {
  padding: 0 0 0;
}

.order_form .btn_form {
  max-width: 150px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 10px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  transition: all 200ms linear;
}

.order_form .btn_form:hover {
  background: #000;
  color: #fff;
}

.card_table {
  margin: 0 0 -16px;
}

.item_table {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .item_table {
    display: block;
  }
}

.item_table .product {
  width: 70%;
  padding: 0 5px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .item_table .product {
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
  }
}

.item_table .img_box {
  width: 75px;
  position: relative;
}

.item_table .img_box a {
  display: block;
}

.item_table .img_box img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.item_table .img_box:before {
  padding: 100% 0 0;
  display: block;
  content: "";
}

.item_table .dscr {
  width: calc(100% - 75px);
  padding: 0 0 0 15px;
}

.item_table .dscr .title {
  display: block;
  margin: 0 0 5px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.item_table .dscr .title a {
  text-decoration: none;
  color: #000;
}

.item_table .dscr .title a:hover {
  text-decoration: underline;
}

.item_table .dscr .code {
  display: block;
  color: #818181;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 5px;
}

.item_table .price_box {
  width: 30%;
  padding: 0 0 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin: -37px 0 0;
}

@media (max-width: 767px) {
  .item_table .price_box {
    margin: 0;
    width: 100%;
    max-width: 280px;
  }
}

.item_table .price_box .num {
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.item_table .price_box .price {
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.about_page .about_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 0;
  /* padding: 44px 0 0; */
  padding: 10px 0 0;
  align-items: flex-start;
}

@media (max-width: 980px) {
  .about_page .about_block {
    padding: 0;
  }
}

@media (max-width: 890px) {
  .about_page .about_block {
    margin: 0 -15px 30px;
  }
}

.about_page .about_text {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 30px;
}

@media (max-width: 890px) {
  .about_page .about_text {
    width: 100%;
  }
}

@media (max-width: 890px) {
  .about_page .about_text {
    margin: 0;
  }
}

.about_page .about_text .text {
  padding: 0 0 0 41px;
  margin: 0 0 30px;
}

@media (max-width: 980px) {
  .about_page .about_text .text {
    padding: 0;
  }
}

.about_page .about_text p {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .about_page .about_text p {
    margin: 0 0 20px;
    font-size: 18px;
  }
}

.about_page .video_box {
  width: 50%;
  padding: 10px 15px 0 7.5%;
  margin: 0 0 30px;
  position: relative;
}

@media (max-width: 980px) {
  .about_page .video_box {
    padding: 10px 15px 0;
  }
}

@media (max-width: 890px) {
  .about_page .video_box {
    margin: 0 auto 30px;
  }
}

@media (max-width: 640px) {
  .about_page .video_box {
    width: 100%;
  }
}

.about_page .video_box .video {
  position: relative;
}

@media (max-width: 890px) {
  .about_page .video_box .video {
    margin: 0 auto;
  }
}

.about_page .video_box .video img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_page .video_box .video:before {
  padding: 66% 0 0;
  display: block;
  content: "";
}

.about_page .video_box .btn_play {
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-47%);
  width: 150px;
  height: 150px;
  background-color: #a13e4b;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 980px) {
  .about_page .video_box .btn_play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 890px) {
  .about_page .video_box .btn_play {
    transform: translate(-50%, -50%);
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .about_page .video_box .btn_play {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 480px) {
  .about_page .video_box .btn_play {
    transform: translate(-50%, -70%);
    width: 80px;
    height: 80px;
  }
}

.about_page .video_box .btn_play:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-44%, -50%);
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.history_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -32px 30px 0;
  align-items: start;
  position: relative;
  z-index: 0;
  padding: 5px 0 0;
}

@media (max-width: 1250px) {
  .history_list {
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  .history_list {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
  }
}

.history_list:after {
  position: absolute;
  content: "";
  left: 15px;
  right: -28%;
  top: 50%;
  margin: -37px 0 0;
  height: 1px;
  background-color: #2f847d;
  background-image: linear-gradient(
    to right,
    #3b3b3b 0%,
    #3b3b3b 44%,
    white 86%,
    white 100%
  );
}

@media (max-width: 767px) {
  .history_list:after {
    left: 10px;
    right: auto;
    top: 0;
    bottom: -200px;
    width: 1px;
    margin: 0;
    height: auto;
    background-image: linear-gradient(
      to bottom,
      #3b3b3b 0%,
      #3b3b3b 44%,
      white 86%,
      white 100%
    );
  }
}

.history_list li {
  padding: 0 0 0 35px;
  position: relative;
  margin: 0 0 29px;
  width: 20%;
}

@media (max-width: 980px) {
  .history_list li {
    padding: 0 0 0 20px;
  }
}

@media (max-width: 767px) {
  .history_list li {
    width: 100%;
    padding: 0 0 0 5px;
  }
}

.history_list li:nth-child(2n) {
  margin: 313px 0 29px;
}

@media (max-width: 767px) {
  .history_list li:nth-child(2n) {
    margin: 0 0 29px;
  }
}

.history_list li:nth-child(2n):after {
  bottom: auto;
  top: -90px;
}

@media (max-width: 767px) {
  .history_list li:nth-child(2n):after {
    top: 57px;
  }
}

.history_list li:nth-child(2n):before {
  background-image: linear-gradient(to bottom, #3b3b3b 0%, white 100%);
  bottom: auto;
  top: -79px;
  height: 231px;
}

.history_list li:after {
  position: absolute;
  content: "";
  bottom: -41px;
  left: 2px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: black;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
  z-index: 1;
}

@media (max-width: 767px) {
  .history_list li:after {
    left: -22px;
    bottom: auto;
    top: 57px;
  }
}

.history_list li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 151px;
  background-color: #2f847d;
  background-image: linear-gradient(to top, #3b3b3b 0%, white 100%);
  bottom: -29px;
  left: 15px;
}

@media (max-width: 767px) {
  .history_list li:before {
    display: none;
  }
}

.history_list .num {
  display: block;
  color: #000;
  font-size: 65px;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 14px;
}

.history_list .dscr {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
  min-height: 128px;
  margin: 0 -10px 0 0;
}

@media (max-width: 890px) {
  .history_list .dscr {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .history_list .dscr {
    min-height: auto;
    font-size: 18px;
  }
}

.faq_box {
  margin: 0 0 81px;
  position: relative;
  padding: 20px 9% 26px 9%;
  background-color: #000;
  background-image: linear-gradient(to right, lightgrey 0%, #b1b1b1 100%);
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
  min-height: 150px;
}

@media (max-width: 767px) {
  .faq_box {
    padding: 20px 9% 26px 60px;
  }
}

@media (max-width: 640px) {
  .faq_box {
    padding: 20px 9% 26px 40px;
    font-size: 20px;
    min-height: auto;
  }
}

.faq_box:after {
  position: absolute;
  content: "\003F";
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 23px;
  height: 43px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 65px;
  font-weight: 300;
  line-height: 0.5;
}

@media (max-width: 890px) {
  .faq_box:after {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .faq_box:after {
    left: 10px;
  }
}

@media (max-width: 640px) {
  .faq_box:after {
    left: 5px;
    font-size: 45px;
  }
}

.stage_list {
  margin: 0 0 97px;
}

@media (max-width: 480px) {
  .stage_list {
    margin: 0 0 70px;
  }
}

.item_stage {
  margin: 0 -15px 77px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (max-width: 980px) {
  .item_stage {
    margin: 0 -15px 50px;
  }
}

.item_stage .visual_box {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .item_stage .visual_box {
    width: 100%;
    margin: 0 0 30px;
  }
}

.item_stage .img_box {
  max-width: 530px;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .item_stage .img_box {
    max-width: 100%;
  }
}

.item_stage .img_box img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_stage .img_box:before {
  padding: 64.34% 0 0;
  display: block;
  content: "";
}

.item_stage .dscr {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .item_stage .dscr {
    width: 100%;
  }
}

.item_stage .icon {
  display: block;
  margin: 0 0 16px;
  width: 125px;
  height: 125px;
  background-color: #a13e4b;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
  border-radius: 50%;
  position: relative;
}

@media (max-width: 980px) {
  .item_stage .icon {
    width: 90px;
    height: 90px;
  }
}

.item_stage .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item_stage .title {
  display: block;
  margin: 0 0 23px;
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.23;
}

@media (max-width: 480px) {
  .item_stage .title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .item_stage .title br {
    display: none;
  }
}

.item_stage p {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
  padding: 0 41px;
}

@media (max-width: 890px) {
  .item_stage p {
    padding: 0;
  }
}

.item_stage .list_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 45px;
}

.item_stage .list_logo li {
  margin: 0 27px 0 0;
}

.item_stage .list_logo li img {
  display: block;
}

.item_stage:nth-child(2n) .visual_box {
  order: 2;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .item_stage:nth-child(2n) .visual_box {
    order: 1;
  }
}

.item_stage:nth-child(2n) .dscr {
  order: 1;
}

@media (max-width: 767px) {
  .item_stage:nth-child(2n) .dscr {
    order: 2;
  }
}

.leading_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 79px;
}

@media (max-width: 480px) {
  .leading_block {
    margin: 0 0 30px;
  }
}

.leading_block .leading_text {
  width: 380px;
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  .leading_block .leading_text {
    width: 100%;
  }
}

.leading_block .title_block {
  line-height: 1;
  margin: 0 0 67px;
}

@media (max-width: 980px) {
  .leading_block .title_block {
    margin: 0 0 30px;
  }
}

.leading_block .annotation {
  padding: 0 44px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.34;
  color: #000;
}

@media (max-width: 480px) {
  .leading_block .annotation {
    padding: 0;
    font-size: 20px;
  }
}

.leading_block .video_box {
  width: calc(100% - 434px);
  position: relative;
  padding: 10px 0 0;
}

@media (max-width: 980px) {
  .leading_block .video_box {
    width: calc(100% - 390px);
  }
}

@media (max-width: 767px) {
  .leading_block .video_box {
    width: 100%;
  }
}

.leading_block .video_box .video:before {
  padding: 65.3% 0 0;
}

.leading_block .video_box .btn_play {
  top: 50%;
  left: 50%;
  transform: translate(-48%, -48%);
}

.store_block {
  margin: 0 0 43px;
}

@media (max-width: 480px) {
  .store_block {
    margin: 0;
  }
}

.store_block .dscr_store {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.14;
}

@media (max-width: 767px) {
  .store_block .dscr_store {
    font-size: 24px;
  }
}

.store_list {
  margin: 0 -15px 0;
  display: flex;
  flex-wrap: wrap;
}

.item_store {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 30px;
}

@media (max-width: 640px) {
  .item_store {
    width: 100%;
  }
}

.item_store .inner_store {
  padding: 33px 63px 145px;
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 980px) {
  .item_store .inner_store {
    padding: 25px 30px 105px;
  }
}

@media (max-width: 767px) {
  .item_store .inner_store {
    padding: 25px 30px 85px;
  }
}

.item_store .logo_box {
  margin: 0 0 27px;
}

.item_store .dscr {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.15;
  max-width: 360px;
  margin: 0 0 41px;
}

@media (max-width: 980px) {
  .item_store .dscr {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .item_store .dscr {
    font-size: 24px;
    max-width: 100%;
    margin: 0 0 20px;
  }
}

.item_store .dscr strong {
  padding: 36px 0 0;
  display: block;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
}

@media (max-width: 767px) {
  .item_store .dscr strong {
    font-size: 20px;
    padding: 20px 0 0;
  }
}

.item_store.ozon .inner_store {
  background: url("../images/img_bg-09.jpg") no-repeat;
  background-size: cover;
}

.item_store.wildb .inner_store {
  background: url("../images/img_bg-10.jpg") no-repeat;
  background-size: cover;
}

.item_store .btn {
  border-radius: 38px;
  position: absolute;
  bottom: 70px;
  left: 62px;
}

@media (max-width: 980px) {
  .item_store .btn {
    left: 30px;
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .item_store .btn {
    width: 100%;
    max-width: 220px;
    font-size: 22px;
    padding: 12px 10px 16px;
  }
}

#footer {
  padding: 100px 0 13px;
  background: #f5f5f5;
}

@media (max-width: 767px) {
  #footer {
    padding: 30px 0 13px;
  }
}

#footer .logo {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  display: block;
  margin: 0 0 47px;
}

@media (max-width: 767px) {
  #footer .logo {
    margin: 0 0 15px;
  }
}

.top_footer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.top_footer .logo_box {
  width: 25%;
  padding: 8px 15px 0;
  margin: 0 0 50px;
}

@media (max-width: 980px) {
  .top_footer .logo_box {
    width: 17%;
  }
}

@media (max-width: 767px) {
  .top_footer .logo_box {
    width: 40%;
    order: 1;
    margin: 0 0 30px;
  }
}

.top_footer .foot_menu {
  width: 50%;
  padding: 0 15px;
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 980px) {
  .top_footer .foot_menu {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .top_footer .foot_menu {
    order: 3;
    width: 100%;
    margin: 0 0 30px;
  }
}

@media (max-width: 480px) {
  .top_footer .foot_menu {
    display: none;
  }
}

.top_footer .contact_box {
  width: 25%;
  padding: 18px 15px 0;
  margin: 0 0 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 980px) {
  .top_footer .contact_box {
    width: 28%;
  }
}

@media (max-width: 767px) {
  .top_footer .contact_box {
    width: 60%;
    order: 2;
    margin: 0 0 30px;
  }
}

.top_footer .list_soc {
  display: flex;
  flex-wrap: wrap;
}

.top_footer .list_soc li {
  margin: 0 16px 0 0;
}

.top_footer .list_soc a {
  display: block;
  width: 29px;
  height: 29px;
  transition: all 200ms linear;
}

.top_footer .list_soc a.wtsp {
  background: url("../images/icon-19.svg") no-repeat;
  background-size: 100%;
}

.top_footer .list_soc a.inst {
  background: url("../images/icon-20.svg") no-repeat;
  background-size: 100%;
}

.top_footer .list_soc a:hover.wtsp {
  background: url("../images/icon-19_hover.svg") no-repeat;
}

.top_footer .list_soc a:hover.inst {
  background: url("../images/icon-20_hover.svg") no-repeat;
}

.top_footer .list_soc a.tlgm {
  background: url("../images/tlgm-ico.svg") no-repeat;
  background-size: 100%;
}

.top_footer .list_soc a.vk {
  background: url("../images/vk-ico.svg") no-repeat;
  background-size: 100%;
}

.top_footer .list_soc a.ttk {
  background: url("../images/ttk-ico.svg") no-repeat;
  background-size: 100%;
}

.top_footer .list_soc a:hover.tlgm {
  background: url("../images/tlgm-ico-hover.svg") no-repeat;
}

.top_footer .list_soc a:hover.vk {
  background: url("../images/vk-ico-hover.svg") no-repeat;
}

.top_footer .list_soc a:hover.ttk {
  background: url("../images/ttk-ico-hover.svg") no-repeat;
}

.top_footer .menu {
  width: 50%;
  padding: 1px 15px 0 0;
}

@media (max-width: 380px) {
  .top_footer .menu {
    padding: 0;
    width: 100%;
  }
}

.top_footer .menu li {
  margin: 0 0 8px;
}

.top_footer .menu a {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  transition: all 200ms linear;
}

.top_footer .menu a:hover {
  font-weight: 700;
}

.top_footer .phone {
  display: block;
  padding: 0;
  position: relative;
  margin: 0 0 11px;
}

.top_footer .phone a {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .top_footer .phone a {
    font-size: 24px;
  }
}

@media (max-width: 380px) {
  .top_footer .phone a {
    font-size: 20px;
  }
}

.top_footer .phone .icon {
  display: block;
  position: absolute;
  top: -10px;
  left: -63px;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
}

@media (max-width: 380px) {
  .top_footer .phone .icon {
    width: 35px;
    height: 35px;
    top: -5px;
    left: -40px;
  }
}

.top_footer .phone .icon:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translate(-50%, -50%);
  background: url("../images/icon-01.svg") no-repeat;
  background-size: 100%;
}

@media (max-width: 380px) {
  .top_footer .phone .icon:after {
    width: 20px;
    height: 20px;
  }
}

.top_footer .call {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin: -5px 0 0;
}

@media (max-width: 380px) {
  .top_footer .call {
    font-size: 18px;
  }
}

.top_footer .call a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.top_footer .call a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: #6b6b6b;
  transition: all 200ms linear;
}

.top_footer .call a:hover:after {
  opacity: 0;
}

.copy_box {
  padding: 21px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.copy_box .copy {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.29;
  margin: 0 0 10px;
  padding: 0 15px 0 0;
}

.copy_box .dev {
  /* font-size: 20px; */
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #000;
  margin: 0 0 10px;
}

.copy_box .dev a {
  color: #6b6b6b;
  text-decoration: underline;
  transition: all 200ms linear;
}

.copy_box .dev a:hover {
  text-decoration: none;
}

.popup_block {
  display: none;
}

.popup_block .fancybox-close-small {
  padding: 0;
  opacity: 1;
  top: 15px;
  right: 14px;
  transition: all 200ms linear;
}

@media (max-width: 480px) {
  .popup_block .fancybox-close-small {
    top: 5px;
    right: 5px;
  }
}

.popup_block .fancybox-close-small svg {
  display: none;
}

.popup_block .fancybox-close-small:after,
.popup_block .fancybox-close-small:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 38px;
  background: #000;
  top: 50%;
  left: 50%;
  margin: -18px 0 0 -1px;
}

.popup_block .fancybox-close-small:after {
  transform: rotate(45deg);
}

.popup_block .fancybox-close-small:before {
  transform: rotate(-45deg);
}

.popup_block .fancybox-close-small:hover {
  opacity: 0.5;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.5);
}

#bid_popup {
  width: 100%;
  max-width: 1170px;
  background: url("../images/img_bg-07.jpg") no-repeat;
  background-size: cover;
  border-radius: 6px;
  padding: 85px 64px 60px;
}

@media (max-width: 890px) {
  #bid_popup {
    padding: 56px 24px 40px;
  }
}

#bid_popup .title_block {
  margin: 0 0 76px;
}

@media (max-width: 1150px) {
  #bid_popup .title_block {
    margin: 0 0 20px;
  }
}

#bid_popup .form {
  padding: 13px 0 0;
}

#bid_popup .form .inpt_holder {
  margin: 0 0 17px;
}

#registration_popup {
  width: 100%;
  background-color: #fff;
  background-image: linear-gradient(-45deg, #7c7c7c 0%, #bbb 100%);
  border-radius: 6px;
  max-width: 570px;
  padding: 72px 35px 30px;
}

@media (max-width: 480px) {
  #registration_popup {
    padding: 45px 20px 30px;
  }
}

#registration_popup .form p {
  margin: 0 0 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.34;
  text-align: center;
}

@media (max-width: 480px) {
  #registration_popup .form p {
    font-size: 22px;
  }
}

#registration_popup .form .sbmt_holder {
  margin: 0;
}

#registration_popup .form .dscr_form {
  margin: -11px 0 14px;
}

#registration_popup .form .dscr_form a {
  font-size: 20px;
  font-weight: 500;
}

.registr_tab .tab-control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 11px;
}

@media (max-width: 640px) {
  .registr_tab .tab-control {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .registr_tab .tab-control {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}

.registr_tab .tab-control li {
  margin: 0 0 10px;
}

@media (max-width: 640px) {
  .registr_tab .tab-control li {
    margin: 0 5px 10px;
  }
}

.registr_tab .tab-control li:first-child {
  margin-right: 10px;
}

@media (max-width: 640px) {
  .registr_tab .tab-control li:first-child {
    margin: 0 5px 10px;
  }
}

.registr_tab .tab-control li.active a {
  font-weight: 700;
}

.registr_tab .tab-control a {
  color: #000;
  font-size: 44px;
  font-weight: 300;
  line-height: 1.05;
}

@media (max-width: 640px) {
  .registr_tab .tab-control a {
    font-size: 34px;
  }
}

.accordion .expanded .video_box {
  width: 100%;
  max-width: 705px;
  padding: 0;
  margin: 0 auto 30px;
  position: relative;
}
@media (max-width: 980px) {
  .accordion .expanded .video_box {
    padding: 10px 15px 0;
  }
}
@media (max-width: 890px) {
  .accordion .expanded .video_box {
    margin: 0 auto 30px;
  }
}
@media (max-width: 640px) {
  .accordion .expanded .video_box {
    width: 100%;
  }
}
.accordion .expanded .video_box .video {
  position: relative;
}
@media (max-width: 890px) {
  .accordion .expanded .video_box .video {
    margin: 0 auto;
  }
}
.accordion .expanded .video_box .video img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accordion .expanded .video_box .video:before {
  padding: 66% 0 0;
  display: block;
  content: "";
}
.accordion .expanded .video_box .btn_play {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-48%, -48%);
  width: 150px;
  height: 150px;
  background-color: #a13e4b;
  background-image: linear-gradient(72deg, #333 0%, grey 100%);
  box-shadow: 7.1px 7.1px 20px rgba(107, 107, 107, 0.5);
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 980px) {
  .accordion .expanded .video_box .btn_play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 890px) {
  .accordion .expanded .video_box .btn_play {
    transform: translate(-50%, -50%);
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .accordion .expanded .video_box .btn_play {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .accordion .expanded .video_box .btn_play {
    transform: translate(-50%, -70%);
    width: 80px;
    height: 80px;
  }
}
.accordion .expanded .video_box .btn_play:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-44%, -50%);
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
