body {
  padding: 0;
  margin: 0;
  color: #383838;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}
img {
  max-width: 100%;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
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;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 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;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 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;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}
.fancybox-slide--iframe {
  padding: 44px 44px 0;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  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;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  vertical-align: top;
}
.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);
  /* background: rgb(151,201,61); */
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
  border: 0;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}
.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}
.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:hover svg {
  opacity: 1;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}
.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}
.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}
.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 {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* 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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button: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: #fff;
  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: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  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 > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.transition {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@font-face {
  font-family: 'Fira Sans';
  src: local('Fira Sans Regular'), local('FiraSans-Regular'), url('../fonts/Firasansregular.woff2') format('woff2'), url('../fonts/Firasansregular.woff') format('woff'), url('../fonts/Firasansregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: local('Fira Sans Italic'), local('FiraSans-Italic'), url('../fonts/Firasansitalic.woff2') format('woff2'), url('../fonts/Firasansitalic.woff') format('woff'), url('../fonts/Firasansitalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: local('Fira Sans Bold'), local('FiraSans-Bold'), url('../fonts/Firasansbold.woff2') format('woff2'), url('../fonts/Firasansbold.woff') format('woff'), url('../fonts/Firasansbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.icons {
  background-size: contain;
  background-repeat: no-repeat;
}
.icons.logo {
  background-image: url("data:image/svg+xml,%3Csvg width='214' height='70' viewBox='0 0 214 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2858_2087)'%3E%3Cpath d='M116.594 6.65991C116.764 6.59318 119.455 5.51741 120.056 3.26341C119.906 2.37594 119.38 1.22934 117.347 0.575422C115.501 -0.0203807 113.536 -0.156066 111.625 0.180317L111.79 6.27952C113.401 6.22667 115.012 6.35424 116.594 6.65991' fill='white'/%3E%3Cpath d='M15.9307 8.77773C5.10152 8.77773 0 15.3974 0 28.2391C0 41.0147 5.55907 48.6169 15.9307 48.6169C26.3579 48.6169 31.8605 40.9589 31.8605 28.2391C31.8605 15.3974 26.8242 8.77773 15.9307 8.77773V8.77773ZM15.8774 43.0344C9.6198 43.0344 6.19574 37.5623 6.19574 29.0988C6.19574 20.0016 9.1535 14.7647 15.8774 14.7647H15.9307C22.6514 14.7647 25.66 19.9489 25.66 28.926C25.66 37.4447 22.1886 43.0344 15.8774 43.0344V43.0344ZM166.162 35.5491C165.407 36.9555 164.663 38.4532 164.357 39.0685C164.265 39.2646 164.31 17.0679 164.31 17.0679H158.285V47.8672H165.584L175.664 29.333C176.177 28.3828 177.568 25.7338 177.568 25.7338C177.568 25.7338 177.519 28.8967 177.519 30.4877V47.8672H183.54V17.0679H175.956L166.162 35.5491ZM153.962 17.0679H145.97L134.791 31.63V17.0679H128.765V47.8672H134.791V33.3036L146.2 47.8672H154.598L141.045 32.2686L153.962 17.0679ZM207.975 17.0679V28.5275H194.767V17.0679H188.737V47.8672H194.767V34.1103H207.975V47.8672H214V17.0679L207.975 17.0679ZM51.0244 19.7147C45.6951 19.7147 42.6805 22.6507 40.708 26.8542C41.1709 20.524 44.1252 14.9377 51.7142 14.1893C55.8307 13.7889 57.9102 13.2117 59.8883 12.0568V6.47266C57.7979 7.56658 56.1759 7.85465 50.7932 8.60711C46.6773 9.18213 42.3915 11.0772 39.8966 14.1344C36.3618 18.4449 35.261 22.5957 35.261 30.3698C35.261 42.4565 40.189 48.6168 49.3962 48.6168C58.1459 48.6168 63.2437 43.0893 63.2437 33.9372C63.2437 25.2997 59.0744 19.7147 51.0244 19.7147V19.7147ZM49.3962 43.5499C44.4706 43.5499 41.9233 39.5808 41.9233 33.9958C41.9233 28.6413 44.6423 25.7048 49.3962 25.7048C54.1564 25.7048 57.0454 28.7005 57.0454 33.9372C57.0454 39.6927 54.8486 43.5498 49.3962 43.5498V43.5499ZM105.978 35.5491C105.224 36.9555 104.482 38.4532 104.174 39.0685C104.083 39.2646 104.126 17.0679 104.126 17.0679H98.0958V47.8672H105.398L115.48 29.333C115.993 28.3828 117.379 25.7338 117.379 25.7338C117.379 25.7338 117.329 28.8967 117.329 30.4877V47.8672H123.36V17.0679H115.767L105.978 35.5491ZM80.3548 16.3144C71.2039 16.3144 66.2253 21.5019 66.2253 31.3434C66.2253 41.8822 71.1474 48.5607 80.3012 48.5607C89.3935 48.5607 94.4333 41.943 94.4333 31.3434C94.4333 21.4435 89.3935 16.3144 80.3548 16.3144ZM80.3012 42.9717C75.0873 42.9717 72.2456 38.7694 72.2456 32.2686C72.2456 25.8775 74.8579 22.3111 80.3012 22.3111C85.8019 22.3111 88.4117 25.8775 88.4117 32.2686C88.4117 38.7694 85.4589 42.9717 80.3012 42.9717Z' fill='white'/%3E%3Cpath d='M120.694 10.3107L120.606 4.97742C119.816 6.16111 118.684 7.08026 117.36 7.61465C115.32 8.57293 113.101 9.09592 110.845 9.15007C109.001 9.16023 107.177 8.7785 105.493 8.03038C103.81 7.28225 102.307 6.18511 101.086 4.8125V11.2771C103.712 13.7933 107.198 15.2291 110.845 15.2961C114.894 15.2961 119.957 13.1908 120.694 10.3107Z' fill='%23F9C531'/%3E%3Cpath d='M10.7045 65.0092C10.0217 64.1205 9.6775 63.0203 9.73276 61.9036C9.67521 60.7913 10.0199 59.6953 10.7045 58.8135C11.0235 58.4328 11.4265 58.1303 11.8823 57.9296C12.338 57.7288 12.8342 57.6352 13.3323 57.6559C13.8295 57.6324 14.3253 57.7249 14.7801 57.9259C15.235 58.1269 15.6362 58.4309 15.9516 58.8135C16.621 59.7019 16.9562 60.7952 16.8992 61.9036C16.9568 63.0191 16.6217 64.1197 15.9516 65.0164C15.6374 65.401 15.2367 65.7069 14.7817 65.9094C14.3267 66.1119 13.8303 66.2055 13.3323 66.1824C12.8328 66.2025 12.3354 66.107 11.8793 65.9034C11.4233 65.6998 11.0211 65.3937 10.7045 65.0092V65.0092ZM15.9033 61.9036C15.9411 61.013 15.6966 60.1332 15.2044 59.3881C14.9964 59.0853 14.7171 58.8375 14.3908 58.6663C14.0646 58.4951 13.7012 58.4056 13.3322 58.4056C12.9633 58.4056 12.5999 58.4951 12.2737 58.6663C11.9474 58.8375 11.6681 59.0853 11.4601 59.3881C10.9679 60.1332 10.7234 61.013 10.7612 61.9036C10.7116 62.8127 10.9506 63.7145 11.4444 64.4814C11.6617 64.7762 11.9459 65.016 12.2739 65.1813C12.6019 65.3466 12.9645 65.4327 13.3323 65.4327C13.7 65.4327 14.0626 65.3466 14.3906 65.1813C14.7186 65.016 15.0028 64.7762 15.2201 64.4814C15.7134 63.7142 15.9523 62.8127 15.9033 61.9036Z' fill='white'/%3E%3Cpath d='M19.8252 57.6562V61.3761H24.0668V57.751L25.0638 57.6562V66.0712H24.0668V62.2386H19.8252V66.0712H18.8281V57.751L19.8252 57.6562Z' fill='white'/%3E%3Cpath d='M26.8592 65.2712C26.9856 65.2718 27.1108 65.2467 27.227 65.1974C27.3433 65.1481 27.4481 65.0757 27.5352 64.9845C27.8671 64.4742 28.0505 63.8826 28.0651 63.2752C28.2911 61.442 28.4035 59.5968 28.4018 57.75H33.1902V66.0701H32.1944V58.6125H29.3663C29.2806 60.7105 29.1627 62.3499 29.0126 63.5307C28.9478 64.3768 28.5968 65.1763 28.0168 65.799C27.7 66.0564 27.3008 66.1922 26.8918 66.1817C26.7238 66.1905 26.5568 66.1519 26.4102 66.0701V65.1765C26.5503 65.2425 26.7041 65.275 26.8592 65.2712V65.2712Z' fill='white'/%3E%3Cpath d='M39.1235 65.8634C38.6876 66.0726 38.2098 66.1817 37.7257 66.1824C37.399 66.2072 37.071 66.1566 36.7672 66.0347C36.4634 65.9127 36.192 65.7228 35.9743 65.4795C35.5912 65.0433 35.39 64.4783 35.4118 63.8997C35.3926 63.3907 35.558 62.8918 35.8777 62.4938C36.35 61.946 37.007 61.5882 37.7258 61.4874L40.0711 61.0087V60.3226C40.0792 59.9979 40.0132 59.6755 39.878 59.3797C39.7697 59.1364 39.5906 58.9308 39.3638 58.7896C39.0305 58.5885 38.6454 58.4884 38.2557 58.5017C37.8586 58.493 37.4626 58.5468 37.0824 58.6612C36.7475 58.7694 36.4327 58.9315 36.1506 59.141L35.7643 58.4057C36.1011 58.2177 36.4504 58.0526 36.8096 57.9115C37.3157 57.7372 37.8481 57.6507 38.3837 57.656C38.7764 57.6258 39.1709 57.6865 39.5361 57.8332C39.9014 57.9799 40.2274 58.2087 40.4888 58.5017C40.8782 59.0272 41.0715 59.6709 41.0356 60.3226V64.4575L41.2926 66.0709H40.2956L40.1194 65.0968C39.8372 65.4104 39.4997 65.6703 39.1235 65.8634V65.8634ZM36.7444 62.7649C36.4956 63.0597 36.3642 63.4348 36.375 63.8193C36.36 64.0269 36.3894 64.2352 36.4614 64.4306C36.5334 64.6261 36.6463 64.8041 36.7927 64.9529C37.1285 65.2202 37.5537 65.3513 37.9828 65.32C38.2534 65.3212 38.523 65.289 38.7855 65.224C39.2673 65.0859 39.7084 64.834 40.071 64.4899V61.7117L38.223 62.0788C37.6725 62.1566 37.1578 62.3955 36.7444 62.7649H36.7444Z' fill='white'/%3E%3Cpath d='M44.6025 57.6571V64.3794L49.0699 57.7519H50.0017V66.072H49.0047V59.4456L44.5385 66.072H43.6055V57.7519L44.6025 57.6571ZM46.016 55.4367C46.2265 55.6412 46.5092 55.7558 46.8036 55.7558C47.098 55.7558 47.3807 55.6412 47.5912 55.4367C47.8221 55.194 47.9877 54.8973 48.0728 54.5742L49.0373 54.7661C48.8582 55.2006 48.5963 55.5965 48.266 55.9321C47.8672 56.3077 47.3367 56.5139 46.7873 56.5067C46.5196 56.5139 46.2532 56.4667 46.0046 56.3679C45.7559 56.2691 45.5302 56.1208 45.3413 55.9321C45.1493 55.7344 44.9819 55.5145 44.8427 55.2772C44.7484 55.1113 44.6626 54.9407 44.5856 54.7661L45.5501 54.5742C45.6294 54.8963 45.7897 55.193 46.016 55.4367V55.4367Z' fill='white'/%3E%3Cpath d='M53.6951 57.6562V61.3761H57.9379V57.751L58.9337 57.6562V66.0712H57.9379V62.2386H53.6951V66.0712H52.6992V57.751L53.6951 57.6562Z' fill='white'/%3E%3Cpath d='M64.4782 60.9609V61.7119H60.9102V60.9609H64.4782Z' fill='white'/%3E%3Cpath d='M67.449 57.6562V65.2087H71.5953V57.751L72.5911 57.6562V65.2087H73.8766V68.2112L73.0087 68.3071V66.0712H66.4531V57.751L67.449 57.6562Z' fill='white'/%3E%3Cpath d='M75.868 64.8737C75.2237 63.931 74.9106 62.803 74.9776 61.6653C75.0447 60.5275 75.4879 59.4437 76.2386 58.582C76.5504 58.2745 76.9222 58.0337 77.3311 57.8745C77.7401 57.7152 78.1776 57.6408 78.6165 57.656C78.9953 57.6364 79.374 57.6959 79.7283 57.8306C80.0826 57.9653 80.4045 58.1722 80.6734 58.4381C81.1663 59.0209 81.4137 59.7704 81.3638 60.5301C81.3732 60.927 81.3356 61.3236 81.2516 61.7117H75.9646V61.9036C75.9641 62.2466 75.9964 62.5887 76.0612 62.9256C76.1615 63.4143 76.3642 63.8767 76.6563 64.2823C76.9081 64.6227 77.2409 64.8955 77.625 65.0766C78.009 65.2577 78.4322 65.3413 78.8568 65.3199C79.5264 65.3276 80.1844 65.1449 80.7531 64.7933L81.0102 65.5443C80.5921 65.8061 80.1294 65.9898 79.6449 66.0865C79.3549 66.1509 79.0586 66.1831 78.7614 66.1825C78.2087 66.2121 77.657 66.1085 77.1532 65.8807C76.6494 65.6528 76.2085 65.3074 75.868 64.8737V64.8737ZM79.9817 58.9803C79.803 58.7958 79.5882 58.6497 79.3505 58.5509C79.1128 58.452 78.8573 58.4026 78.5996 58.4057C78.243 58.4043 77.8911 58.4865 77.5725 58.6456C77.2468 58.8186 76.9617 59.0582 76.736 59.3486C76.3674 59.8164 76.1293 60.3725 76.0455 60.9608H80.3995V60.2098C80.4143 59.7633 80.2659 59.3265 79.9817 58.9803V58.9803Z' fill='white'/%3E%3Cpath d='M84.4345 57.6562V61.3761H88.6762V57.751L89.6732 57.6562V66.0712H88.6762V62.2386H84.4345V66.0712H83.4375V57.751L84.4345 57.6562Z' fill='white'/%3E%3Cpath d='M91.1836 58.6125V57.75H97.1767L96.9365 58.6125H94.5899V66.0701H93.5941V58.6125H91.1836Z' fill='white'/%3E%3Cpath d='M99.6169 57.6542V58.5959C99.9051 58.3001 100.246 58.0594 100.621 57.8857C101.042 57.7178 101.494 57.6389 101.948 57.6542C102.364 57.6487 102.776 57.7345 103.156 57.9056C103.535 58.0766 103.871 58.3287 104.141 58.6438C104.795 59.4856 105.113 60.5379 105.033 61.5984C105.096 62.808 104.703 63.9976 103.932 64.9355C103.6 65.3316 103.183 65.649 102.712 65.8644C102.24 66.0799 101.727 66.1879 101.208 66.1807C100.668 66.1935 100.129 66.1127 99.6169 65.942V69.2623H98.6367V57.749L99.6169 57.6542ZM103.225 64.4005C103.785 63.653 104.072 62.7374 104.036 61.8059C104.104 60.9266 103.875 60.05 103.385 59.3144C103.171 59.046 102.895 58.8322 102.581 58.6905C102.267 58.5489 101.923 58.4836 101.578 58.4999C101.205 58.5159 100.84 58.6143 100.509 58.7878C100.169 58.9343 99.8646 59.152 99.6169 59.426V65.143C100.121 65.3492 100.663 65.4473 101.208 65.4309C101.602 65.4317 101.991 65.3386 102.342 65.1593C102.693 64.98 102.996 64.7198 103.225 64.4005V64.4005Z' fill='white'/%3E%3Cpath d='M113.999 63.4191H113.533L111.476 59.8588V66.0701H110.512V57.75H111.347L113.918 62.2052L116.393 57.75H117.036V66.0701H116.039V59.794L113.999 63.4191Z' fill='white'/%3E%3Cpath d='M119.939 65.0092C119.256 64.1205 118.912 63.0203 118.967 61.9036C118.91 60.7913 119.254 59.6953 119.939 58.8135C120.258 58.4328 120.661 58.1303 121.117 57.9296C121.572 57.7288 122.069 57.6352 122.567 57.6559C123.064 57.6324 123.56 57.7249 124.015 57.9259C124.469 58.1269 124.871 58.4309 125.186 58.8135C125.855 59.7019 126.191 60.7952 126.134 61.9036C126.191 63.0191 125.856 64.1197 125.186 65.0164C124.872 65.401 124.471 65.7069 124.016 65.9094C123.561 66.1119 123.065 66.2055 122.567 66.1824C122.067 66.2025 121.57 66.107 121.114 65.9034C120.658 65.6998 120.255 65.3937 119.939 65.0092V65.0092ZM125.138 61.9036C125.175 61.013 124.931 60.1332 124.439 59.3881C124.231 59.0853 123.951 58.8375 123.625 58.6663C123.299 58.4951 122.936 58.4056 122.567 58.4056C122.198 58.4056 121.834 58.4951 121.508 58.6663C121.182 58.8375 120.903 59.0853 120.694 59.3881C120.202 60.1332 119.958 61.013 119.996 61.9036C119.946 62.8127 120.185 63.7145 120.679 64.4814C120.896 64.7762 121.18 65.016 121.508 65.1813C121.836 65.3466 122.199 65.4327 122.567 65.4327C122.934 65.4327 123.297 65.3466 123.625 65.1813C123.953 65.016 124.237 64.7762 124.454 64.4814C124.948 63.7142 125.187 62.8127 125.138 61.9036V61.9036Z' fill='white'/%3E%3Cpath d='M133.62 65.2077H134.809V68.1299L133.942 68.2258V66.0702H127.579V68.0819L126.711 68.1778V65.2077H127.434C127.817 64.5755 128.109 63.8931 128.302 63.1804C128.703 61.3989 128.881 59.5749 128.832 57.75H133.62L133.62 65.2077ZM132.624 58.6126H129.796C129.788 60.1611 129.605 61.7038 129.251 63.2117C129.083 63.9012 128.841 64.5705 128.528 65.2077H132.624L132.624 58.6126Z' fill='white'/%3E%3Cpath d='M137.606 57.6562V61.3761H141.848V57.751L142.845 57.6562V66.0712H141.848V62.2386H137.606V66.0712H136.609V57.751L137.606 57.6562Z' fill='white'/%3E%3Cpath d='M145.543 66.0712V57.751L146.539 57.6562V65.2087H148.307C148.339 65.2087 148.422 65.2062 148.556 65.2003C148.65 65.2 148.745 65.1896 148.837 65.1691C148.89 65.1535 148.967 65.1319 149.07 65.1055C149.162 65.0824 149.251 65.0503 149.336 65.0095C149.41 64.9722 149.48 64.9267 149.544 64.874C149.722 64.7295 149.86 64.5425 149.945 64.3306C150.042 64.0871 150.087 63.8258 150.074 63.5641C150.088 63.3432 150.057 63.1218 149.982 62.9132C149.908 62.7047 149.792 62.5131 149.641 62.3501C149.463 62.181 149.248 62.0554 149.013 61.9831C148.702 61.8873 148.376 61.8443 148.05 61.856H147.086L147.358 60.9934H148.05C148.812 60.9391 149.57 61.1415 150.202 61.568C150.505 61.806 150.739 62.1205 150.878 62.4786C151.007 62.8148 151.072 63.1719 151.07 63.5318C151.086 64.0339 150.964 64.5309 150.716 64.9688C150.559 65.2207 150.352 65.4382 150.107 65.6082C149.486 65.9562 148.777 66.117 148.066 66.0712H145.543ZM152.388 57.751V66.0712H153.368V57.6562L152.388 57.751Z' fill='white'/%3E%3Cpath d='M157.434 61.9987L154.848 57.7511L155.956 57.6875L158.03 61.0571L160.102 57.6875L161.082 57.7511L158.463 61.7756L161.082 66.0712L159.973 66.1516L157.868 62.7173L155.828 66.1516L154.848 66.0712L157.434 61.9987Z' fill='white'/%3E%3Cpath d='M166.295 65.0092C165.612 64.1206 165.268 63.0205 165.323 61.9036C165.265 60.7912 165.61 59.6951 166.295 58.8135C166.614 58.4328 167.017 58.1303 167.473 57.9296C167.928 57.7288 168.424 57.6352 168.922 57.6559C169.419 57.6324 169.915 57.7249 170.37 57.9259C170.825 58.1269 171.226 58.4309 171.541 58.8135C172.212 59.7015 172.547 60.795 172.49 61.9036C172.548 63.0193 172.212 64.1201 171.541 65.0164C171.227 65.401 170.826 65.7069 170.371 65.9094C169.916 66.1119 169.42 66.2054 168.922 66.1824C168.423 66.2025 167.925 66.107 167.47 65.9034C167.014 65.6998 166.612 65.3937 166.295 65.0092V65.0092ZM171.493 61.9036C171.531 61.013 171.286 60.1332 170.794 59.3881C170.586 59.0853 170.307 58.8375 169.981 58.6663C169.655 58.4951 169.291 58.4056 168.923 58.4056C168.554 58.4056 168.19 58.4951 167.864 58.6663C167.538 58.8375 167.259 59.0853 167.051 59.3881C166.558 60.1328 166.313 61.0128 166.351 61.9036C166.302 62.8127 166.541 63.7142 167.034 64.4814C167.252 64.7762 167.536 65.016 167.864 65.1813C168.192 65.3465 168.555 65.4327 168.923 65.4327C169.29 65.4327 169.653 65.3465 169.981 65.1813C170.309 65.016 170.594 64.7762 170.811 64.4814C171.304 63.7141 171.542 62.8126 171.493 61.9036V61.9036Z' fill='white'/%3E%3Cpath d='M177.422 55.9304C176.722 56.0288 176.058 56.3034 175.495 56.7281C175.085 57.1356 174.801 57.6508 174.675 58.2131C174.552 58.6338 174.487 59.0693 174.482 59.5075C174.656 59.0896 174.925 58.7179 175.269 58.4219C175.857 57.9346 176.61 57.6887 177.374 57.7345C177.832 57.7188 178.286 57.8121 178.7 58.0066C179.114 58.2011 179.475 58.4911 179.753 58.8525C180.38 59.7314 180.691 60.7945 180.637 61.8706C180.67 62.8639 180.413 63.8454 179.897 64.6967C179.618 65.1658 179.217 65.5514 178.737 65.8128C178.256 66.0742 177.713 66.2017 177.165 66.1818C176.685 66.1989 176.208 66.1055 175.77 65.9088C175.332 65.7122 174.946 65.4176 174.642 65.0482C174.255 64.5866 173.985 64.0389 173.855 63.4516C173.701 62.6897 173.631 61.9134 173.647 61.1365C173.64 60.3094 173.683 59.4826 173.774 58.6606C173.884 57.8012 174.241 56.9917 174.803 56.3298C175.364 55.703 176.124 55.286 176.956 55.1483L180.556 54.4453L180.668 55.3078L177.422 55.9304ZM179.03 59.4751C178.813 59.1556 178.518 58.8968 178.172 58.7235C177.825 58.5503 177.44 58.4683 177.053 58.4854C176.691 58.4763 176.333 58.5614 176.015 58.7323C175.696 58.9032 175.428 59.1539 175.237 59.4595C175.015 59.7797 174.859 60.1406 174.779 60.5212C174.703 60.9617 174.668 61.4082 174.675 61.8551C174.675 62.2377 174.68 62.5276 174.691 62.7247C174.717 62.9982 174.77 63.2682 174.851 63.5309C174.943 63.8641 175.096 64.1779 175.301 64.4568C175.487 64.7567 175.747 65.0041 176.056 65.1749C176.366 65.3458 176.715 65.4344 177.069 65.4322C177.457 65.4316 177.839 65.3324 178.178 65.1442C178.523 64.9593 178.82 64.6969 179.046 64.3777C179.47 63.6124 179.665 62.7425 179.608 61.8707C179.658 61.0329 179.457 60.1992 179.03 59.4751V59.4751Z' fill='white'/%3E%3Cpath d='M182.798 65.0092C182.115 64.1205 181.771 63.0203 181.827 61.9036C181.769 60.7913 182.114 59.6953 182.798 58.8135C183.117 58.4328 183.52 58.1303 183.976 57.9296C184.432 57.7288 184.928 57.6352 185.426 57.6559C185.923 57.6324 186.419 57.7249 186.874 57.9259C187.329 58.1269 187.73 58.4309 188.045 58.8135C188.715 59.7019 189.05 60.7952 188.993 61.9036C189.05 63.0191 188.715 64.1197 188.045 65.0164C187.731 65.401 187.33 65.7069 186.875 65.9094C186.42 66.1119 185.924 66.2055 185.426 66.1824C184.926 66.2025 184.429 66.107 183.973 65.9034C183.517 65.6998 183.115 65.3937 182.798 65.0092V65.0092ZM187.997 61.9036C188.035 61.013 187.79 60.1332 187.298 59.3881C187.09 59.0853 186.811 58.8375 186.485 58.6663C186.158 58.4951 185.795 58.4056 185.426 58.4056C185.057 58.4056 184.694 58.4951 184.367 58.6663C184.041 58.8375 183.762 59.0853 183.554 59.3881C183.062 60.1332 182.817 61.013 182.855 61.9036C182.805 62.8127 183.044 63.7145 183.538 64.4814C183.755 64.7762 184.04 65.016 184.368 65.1813C184.696 65.3466 185.058 65.4327 185.426 65.4327C185.794 65.4327 186.156 65.3466 186.484 65.1813C186.812 65.016 187.097 64.7762 187.314 64.4814C187.807 63.7142 188.046 62.8127 187.997 61.9036V61.9036Z' fill='white'/%3E%3Cpath d='M191.177 64.8737C190.532 63.931 190.219 62.803 190.286 61.6653C190.353 60.5275 190.797 59.4437 191.547 58.582C191.859 58.2745 192.231 58.0337 192.64 57.8745C193.049 57.7152 193.486 57.6408 193.925 57.656C194.304 57.6364 194.683 57.6959 195.037 57.8306C195.391 57.9653 195.713 58.1722 195.982 58.4381C196.475 59.0209 196.722 59.7704 196.672 60.5301C196.682 60.927 196.644 61.3236 196.56 61.7117H191.273V61.9036C191.273 62.2466 191.305 62.5887 191.37 62.9256C191.47 63.4143 191.673 63.8767 191.965 64.2823C192.217 64.6227 192.55 64.8955 192.934 65.0766C193.318 65.2577 193.741 65.3413 194.165 65.3199C194.835 65.3276 195.493 65.1449 196.062 64.7933L196.319 65.5443C195.901 65.8061 195.438 65.9898 194.954 66.0865C194.664 66.1509 194.367 66.1831 194.07 66.1825C193.517 66.2121 192.966 66.1085 192.462 65.8807C191.958 65.6528 191.517 65.3074 191.177 64.8737V64.8737ZM195.29 58.9803C195.112 58.7958 194.897 58.6497 194.659 58.5509C194.421 58.452 194.166 58.4026 193.908 58.4057C193.552 58.4043 193.2 58.4865 192.881 58.6456C192.555 58.8186 192.27 59.0582 192.045 59.3486C191.676 59.8164 191.438 60.3725 191.354 60.9608H195.708V60.2098C195.723 59.7633 195.574 59.3265 195.29 58.9803V58.9803Z' fill='white'/%3E%3Cpath d='M201.253 57.7482C201.944 57.695 202.635 57.8569 203.229 58.2113C203.507 58.4002 203.728 58.6595 203.871 58.9622C204.016 59.2608 204.088 59.5892 204.081 59.9207C204.088 60.205 204.031 60.4873 203.914 60.7469C203.797 61.0065 203.623 61.2369 203.405 61.4213C203.262 61.5633 203.094 61.6772 202.908 61.7572C203.268 61.8461 203.589 62.0476 203.824 62.3318C203.951 62.4804 204.053 62.6475 204.128 62.8272C204.226 63.0877 204.275 63.3637 204.273 63.6417C204.28 64.0191 204.209 64.3939 204.064 64.7429C203.935 65.0399 203.737 65.3024 203.486 65.5093C202.921 65.9108 202.235 66.1081 201.542 66.0683H198.746V57.7482H201.253ZM202.844 64.8868C202.993 64.7561 203.11 64.5929 203.185 64.41C203.26 64.2271 203.292 64.0294 203.277 63.8323C203.294 63.6171 203.263 63.4009 203.185 63.1994C203.107 62.9978 202.985 62.8161 202.827 62.6676C202.474 62.3979 202.034 62.2668 201.59 62.2993H200.513L200.803 61.438H201.493C201.711 61.4429 201.927 61.4158 202.137 61.3577C202.35 61.3044 202.545 61.1941 202.699 61.0386C202.834 60.8927 202.937 60.7214 203.003 60.5348C203.069 60.3483 203.097 60.1504 203.084 59.953C203.097 59.7669 203.066 59.5805 202.993 59.4084C202.921 59.2364 202.809 59.0836 202.667 58.9621C202.211 58.681 201.674 58.5574 201.14 58.6107H199.742V65.2058H201.59C202.033 65.2473 202.476 65.1345 202.844 64.8868H202.844Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2858_2087'%3E%3Crect width='214' height='70' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 37.77777778vw;
  height: 12.22222222vw;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.icons.conditions_1,
.icons.conditions_2,
.icons.conditions_3,
.icons.conditions_4,
.icons.conditions_5,
.icons.conditions_6,
.icons.conditions_7,
.icons.conditions_8,
.icons.conditions_9,
.icons.conditions_10 {
  width: 16.11111111vw;
  height: 16.11111111vw;
}
.icons.conditions_1 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='104' viewBox='0 0 104 104' width='104' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h104v104h-104z'/%3E%3C/clipPath%3E%3CclipPath id='b'%3E%3Cpath d='m0 0h104v104h-104z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cg clip-path='url(%23b)' fill='%2300abd6'%3E%3Cpath d='m97.5 6.5h-40.625v-1.625c0-1.29293-.5136-2.53293-1.4279-3.44717-.9142-.914244-2.1542-1.42783-3.4471-1.42783s-2.5329.513586-3.4471 1.42783c-.9143.91424-1.4279 2.15424-1.4279 3.44717v1.625h-40.625c-.85373-.00048-1.69917.16734-2.48801.49383-.78883.32648-1.50558.8052-2.10925 1.40888-.60368.60368-1.082451 1.32047-1.408936 2.10929-.326485.7888-.49428359 1.6343-.49380296 2.488v61.75c-.00048277.8537.16731796 1.6991.49380296 2.488.326485.7888.805256 1.5056 1.408936 2.1093.60367.6037 1.32042 1.0824 2.10925 1.4089.78884.3265 1.63428.4943 2.48801.4938h32.3175l-8.9138 15.4375c-.6465 1.1195-.8217 2.45-.4872 3.6985.3345 1.249 1.1514 2.314 2.271 2.96 1.1195.647 2.45.822 3.6988.487 1.2488-.334 2.3135-1.151 2.9599-2.271l11.7273-20.312h3.8515l11.7272 20.312c.6465 1.12 1.7113 1.937 2.9602 2.272s2.5796.159 3.6993-.487c1.1198-.646 1.9368-1.711 2.2715-2.96.3347-1.2491.1595-2.5798-.487-3.6995l-8.9138-15.4375h32.3176c.8537.0005 1.6992-.1673 2.488-.4938.789-.3265 1.506-.8052 2.109-1.4089.604-.6037 1.083-1.3205 1.409-2.1093.327-.7888.494-1.6343.494-2.488v-61.75c0-.8537-.167-1.6992-.494-2.488-.326-.78882-.805-1.50561-1.409-2.10929-.603-.60368-1.32-1.0824-2.109-1.40888-.7888-.32649-1.6343-.49431-2.488-.49383zm-47.125-1.625c0-.43098.1712-.84428.476-1.14902.3047-.30475.718-.47598 1.149-.47598s.8443.17123 1.149.47598c.3048.30474.476.71804.476 1.14902v1.625h-3.25zm-14.8424 95.0625c-.216.3725-.5708.6435-.9865.7545-.4158.111-.8586.052-1.2313-.163-.3726-.215-.6446-.5694-.7563-.985-.1117-.4155-.054-.8585.1605-1.2315l9.8516-17.0625h3.7515zm35.7483-1.625c.1072.1848.1769.3888.2051.6005.0282.2118.0144.427-.0406.6334-.0551.2064-.1503.3999-.2802.5696-.1299.169-.292.312-.477.418-.1849.107-.3892.177-.601.204-.2117.028-.4269.014-.6332-.041-.2063-.056-.3996-.151-.5689-.282-.1693-.13-.3112-.292-.4177-.4775l-10.7895-18.6875h3.7515zm29.4691-23.5625c0 .8619-.342 1.6886-.952 2.298-.6094.6095-1.4361.952-2.298.952h-91c-.86194 0-1.68856-.3425-2.29805-.952-.60948-.6094-.95191-1.4361-.95195-2.298v-61.75c.00004-.8619.34247-1.6886.95195-2.298.60949-.6095 1.43611-.95197 2.29805-.952h91c.8619.00004 1.6886.3425 2.298.952.61.6094.952 1.4361.952 2.298z'/%3E%3Cpath d='m56.875 29.25h-9.75c-.2134-.0001-.4248.0419-.622.1235s-.3764.2013-.5273.3522-.2706.3301-.3522.5273c-.0817.1972-.1236.4086-.1235.622v40.625h13v-40.625c.0001-.2134-.0419-.4248-.1235-.622s-.2013-.3764-.3522-.5273-.3301-.2706-.5273-.3522-.4086-.1236-.622-.1235zm-1.625 39h-6.5v-13h6.5zm0-16.25h-6.5v-19.5h6.5z'/%3E%3Cpath d='m76.375 16.25h-9.75c-.2134-.0001-.4248.0419-.622.1235s-.3764.2013-.5273.3522-.2706.3301-.3522.5273c-.0817.1972-.1236.4086-.1235.622v53.625h13v-53.625c.0001-.2134-.0419-.4248-.1235-.622s-.2013-.3764-.3522-.5273-.3301-.2706-.5273-.3522-.4086-.1236-.622-.1235zm-1.625 52h-6.5v-16.25h6.5zm0-19.5h-6.5v-29.25h6.5z'/%3E%3Cpath d='m37.375 42.25h-9.75c-.2134-.0001-.4248.0419-.622.1235s-.3764.2013-.5273.3522-.2706.3301-.3522.5273c-.0817.1972-.1236.4086-.1235.622v27.625h13v-27.625c.0001-.2134-.0419-.4248-.1235-.622s-.2013-.3764-.3522-.5273-.3301-.2706-.5273-.3522-.4086-.1236-.622-.1235zm-1.625 26h-6.5v-9.75h6.5zm0-13h-6.5v-9.75h6.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icons.conditions_2 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='104' viewBox='0 0 104 104' width='104' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m100.75 51.9981h-3.25v-26c.0005-.8537-.1673-1.6992-.4938-2.488-.3265-.7889-.8053-1.5056-1.4089-2.1092-.6037-.6037-1.3205-1.0825-2.1093-1.409s-1.6343-.4942-2.488-.4938v-6.5c.09-.8898-.0221-1.7886-.3278-2.6292-.3058-.84052-.7974-1.60114-1.4381-2.22522s-1.4141-1.09549-2.2624-1.37903-1.7496-.37194-2.6368-.25857c-.119.01103-2.4136.24767-6.1572.63328l-1.0409-2.86131c-.2915-.80247-.7383-1.53966-1.3149-2.16931-.5766-.62964-1.2717-1.139428-2.0455-1.500227-.7738-.360798-1.6111-.5655-2.4641-.60243212-.8529-.03693218-1.7048.09464112-2.5069.38720712l-29.5943 10.770412c-13.9681 1.4504-27.1918 2.8357-32.89053 3.469-4.77653.53-6.2206639 6.3413-6.3205689 9.6914 0 .0173.00793368.0332.00955868.0506h-.00955868v73.1234c-.00049773.8538.1672869 1.6992.4937659 2.488.326479.7889.805253 1.5059 1.408933 2.1089.60368.604 1.32043 1.083 2.10927 1.409.78884.327 1.6343.495 2.48803.494h84.5c.8537.001 1.6992-.167 2.488-.494.7889-.326 1.5056-.805 2.1093-1.409.6037-.603 1.0824-1.32 1.4089-2.1089.3265-.7888.4943-1.6342.4938-2.488v-26h3.25c.427.0003.85-.0837 1.244-.2469.394-.1633.753-.4026 1.055-.7044s.541-.6603.704-1.0547.247-.8171.247-1.244v-13c0-.4268-.084-.8496-.247-1.244s-.403-.7528-.704-1.0546c-.302-.3018-.661-.5412-1.055-.7045-.394-.1632-.817-.2471-1.244-.2469zm-16.0643-42.26106c.7851-.05449 1.5634.17657 2.1915.65066.3208.3493.5644.7623.7148 1.2121s.2042.9263.158 1.3983v6.5h-5.0735l-3.353-9.2103c3.2515-.33167 5.2494-.53971 5.3622-.55076zm-14.7695-6.29053c.4011-.14602.827-.2116 1.2534-.19301s.845.12105 1.2318.30142.7344.43513 1.0227.74981c.2883.31469.5119.68308.6578 1.08416l5.1352 14.10921h-9.9086c-.67-1.9005-1.9131-3.5464-3.558-4.7106-1.6448-1.1642-3.6104-1.7894-5.6255-1.7894-2.0152 0-3.9807.6252-5.6256 1.7894-1.6448 1.1642-2.888 2.8101-3.558 4.7106h-25.1286zm-4.1926 16.05159h-11.1972c.5637-.9872 1.3786-1.8079 2.3618-2.3786.9832-.5708 2.0999-.8714 3.2368-.8714 1.1368 0 2.2535.3006 3.2367.8714.9833.5707 1.7981 1.3914 2.3619 2.3786zm-59.04423-1.6344c3.87513-.4317 11.24643-1.211 19.95223-2.1218l-10.3197 3.7562h-9.8119c-.74507.007-1.48332.1428-2.18208.4015.18469-.5141.49919-.9718.91296-1.3285s.91275-.6004 1.44849-.7074zm87.57063 79.6344c0 .862-.3425 1.6886-.952 2.2981-.6094.6098-1.4361.9518-2.298.9518h-84.5c-.86194 0-1.68858-.342-2.29806-.9518-.60949-.6095-.9519-1.4361-.95194-2.2981v-71.5c.00004-.8619.34245-1.6885.95194-2.298.60948-.6095 1.43612-.9519 2.29806-.952h84.5c.8619.0001 1.6886.3425 2.298.952.6095.6095.952 1.4361.952 2.298v26h-26c-.4269-.0002-.8496.0837-1.244.2469-.3944.1633-.7528.4027-1.0546.7045-.3019.3018-.5413.6602-.7045 1.0546s-.2471.8172-.2469 1.244v13c-.0003.4269.0836.8496.2469 1.244.1632.3944.4026.7529.7044 1.0547.3019.3018.6602.5412 1.0547.7045.3944.1632.8171.2471 1.244.2468h26zm6.5-30.875c0 .2135-.042.4248-.123.622-.082.1972-.202.3764-.353.5274-.151.1509-.3298.2705-.527.3522-.1972.0816-.4086.1236-.622.1234h-29.25c-.2134.0002-.4248-.0418-.622-.1234-.1972-.0817-.3764-.2013-.5273-.3522-.151-.151-.2707-.3302-.3523-.5274s-.1235-.4085-.1234-.622v-9.75c-.0001-.2134.0418-.4248.1235-.622.0816-.1972.2013-.3764.3522-.5273s.3301-.2706.5273-.3523c.1972-.0816.4086-.1235.622-.1234h29.25c.2134-.0001.4248.0418.622.1234.1972.0817.376.2014.527.3523s.271.3301.353.5273c.081.1972.123.4086.123.622z' fill='%2300abd6'/%3E%3C/svg%3E");
}
.icons.conditions_3 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='104' viewBox='0 0 104 104' width='104' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m97.5 21.125h-19.5v-14.625c.0005-.85373-.1673-1.69915-.4938-2.48798s-.8053-1.50563-1.4089-2.10931c-.6037-.60368-1.3205-1.082395-2.1093-1.408881s-1.6343-.49430645-2.488-.49382796h-39c-.8537-.00048277-1.6992.16734296-2.488.49382796-.7888.326484-1.5056.805201-2.1093 1.408881-.6036.60368-1.0824 1.32047-1.4089 2.10931-.3265.78883-.4943 1.63425-.4938 2.48798v14.625h-19.5c-.85373-.0005-1.69917.1673-2.48801.4938-.78883.3265-1.50558.8052-2.10925 1.4089-.60368.6037-1.082451 1.3205-1.408936 2.1093-.326484.7889-.49428567 1.6343-.49380291 2.488v69.875c-.00049559.8537.16729791 1.6991.49377791 2.488.32648.789.805241 1.506 1.408921 2.109.60368.604 1.32043 1.083 2.10927 1.409.78884.327 1.6343.494 2.48803.494h91c.8537 0 1.6992-.167 2.488-.494.789-.326 1.506-.805 2.109-1.409.604-.603 1.083-1.32 1.409-2.109.327-.7889.494-1.6343.494-2.488v-69.875c0-.8537-.167-1.6991-.494-2.488-.326-.7888-.805-1.5056-1.409-2.1093-.603-.6037-1.32-1.0824-2.109-1.4089-.7888-.3265-1.6343-.4943-2.488-.4938zm-68.25-14.625c0-.86194.3425-1.68856.9519-2.29805.6095-.60948 1.4362-.95191 2.2981-.95195h39c.8619.00004 1.6886.34247 2.298.95195.6095.60949.952 1.43611.952 2.29805v14.625h-3.25v-13c.0001-.21343-.0418-.42477-.1235-.62197-.0816-.1972-.2013-.37643-.3522-.52735s-.3301-.27057-.5273-.3522c-.1972-.08162-.4086-.12359-.622-.12348h-35.75c-.2134-.00011-.4248.04186-.622.12348-.1972.08163-.3764.20128-.5273.3522s-.2706.33014-.3522.52735c-.0817.19721-.1236.40854-.1235.62197v13h-3.25zm39 3.25v11.375h-32.5v-11.375zm32.5 87.75c0 .8619-.342 1.6886-.952 2.298-.6094.61-1.4361.952-2.298.952h-91c-.86194 0-1.68858-.342-2.29806-.952-.60949-.6094-.9519-1.4361-.95194-2.298v-29.25h16.25v8.125c-.0001.2134.0418.4248.1234.622.0817.1972.2013.3764.3523.5273.1509.1509.3301.2706.5273.3522s.4086.1236.622.1235h9.75c.2134.0001.4248-.0419.622-.1235s.3764-.2013.5273-.3522c.151-.1509.2706-.3301.3523-.5273.0816-.1972.1235-.4086.1234-.622v-8.125h39v8.125c-.0001.2134.0418.4248.1234.622s.2013.3764.3523.5273c.1509.1509.3301.2707.5273.3523s.4086.1235.622.1234h9.75c.2134.0001.4248-.0419.622-.1235s.3764-.2013.5273-.3522.2706-.3301.3523-.5273c.0816-.1972.1235-.4086.1234-.622v-8.125h16.25zm-78-22.75v-16.25h6.5v16.25zm52 0v-16.25h6.5v16.25zm26-9.75h-16.25v-8.125c.0001-.2134-.0418-.4248-.1235-.622-.0816-.1972-.2013-.3764-.3522-.5273s-.3301-.2706-.5273-.3522-.4086-.1236-.622-.1235h-9.75c-.2134-.0001-.4248.0419-.622.1235s-.3764.2013-.5273.3522-.2706.3301-.3522.5273c-.0817.1972-.1236.4086-.1235.622v8.125h-39v-8.125c.0001-.2134-.0418-.4248-.1235-.622-.0816-.1972-.2013-.3764-.3522-.5273s-.3301-.2706-.5273-.3522-.4086-.1236-.622-.1235h-9.75c-.2134-.0001-.4248.0419-.622.1235s-.3764.2013-.5273.3522-.2706.3301-.3522.5273c-.0817.1972-.1236.4086-.1235.622v8.125h-16.25v-37.375c.00004-.8619.34245-1.6886.95194-2.298.60948-.6095 1.43612-.952 2.29806-.952h91c.8619 0 1.6886.3425 2.298.952.61.6094.952 1.4361.952 2.298z' fill='%2300abd6'/%3E%3C/svg%3E");
}
.icons.conditions_4 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='104' viewBox='0 0 104 104' width='104' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2300abd6'%3E%3Cpath d='m97.5 17.875h-13v-8.125c.0001-.21343-.0419-.42477-.1235-.62197-.0816-.19721-.2013-.37643-.3522-.52735s-.3301-.27057-.5273-.3522c-.1972-.08162-.4086-.12359-.622-.12348h-9.75c-.2134-.00012-.4248.04186-.622.12348-.1972.08163-.3764.20128-.5273.3522s-.2706.33014-.3522.52735-.1236.40854-.1235.62197v8.125h-39v-8.125c.0001-.21343-.0419-.42477-.1235-.62197-.0816-.19721-.2013-.37643-.3522-.52735s-.3301-.27057-.5273-.3522c-.1972-.08162-.4086-.12359-.622-.12348h-9.75c-.2134-.00012-.4248.04186-.622.12348-.1972.08163-.3764.20128-.5273.3522s-.2706.33014-.3522.52735c-.0817.19721-.1236.40854-.1235.62197v8.125h-13c-.85373-.0005-1.69917.1673-2.48801.4938-.78883.3265-1.50558.8052-2.10925 1.4089-.60368.6037-1.082451 1.3205-1.408936 2.1093-.326485.7889-.49428573 1.6343-.49380296 2.488v65c-.00048277.8537.16731796 1.6991.49380296 2.488.326485.7888.805256 1.5056 1.408936 2.1093.60367.6037 1.32042 1.0824 2.10925 1.4089.78884.3265 1.63428.4943 2.48801.4938h91c.8537.0005 1.6992-.1673 2.488-.4938.789-.3265 1.506-.8052 2.109-1.4089.604-.6037 1.083-1.3205 1.409-2.1093.327-.7888.494-1.6343.494-2.488v-65c0-.8537-.167-1.6992-.494-2.488-.326-.7888-.805-1.5056-1.409-2.1093-.603-.6037-1.32-1.0824-2.109-1.4089-.7888-.3265-1.6343-.4943-2.488-.4938zm-22.75-6.5h6.5v13h-6.5zm-52 0h6.5v13h-6.5zm78 78c0 .8619-.342 1.6886-.952 2.298-.6094.6095-1.4361.952-2.298.952h-91c-.86194 0-1.68856-.3425-2.29805-.952-.60948-.6094-.95191-1.4361-.95195-2.298v-65c.00004-.8619.34247-1.6886.95195-2.298.60949-.6095 1.43611-.952 2.29805-.952h13v4.875c-.0001.2134.0418.4248.1235.622.0816.1972.2013.3764.3522.5273s.3301.2706.5273.3522.4086.1236.622.1235h9.75c.2134.0001.4248-.0419.622-.1235s.3764-.2013.5273-.3522.2706-.3301.3522-.5273.1236-.4086.1235-.622v-4.875h39v4.875c-.0001.2134.0419.4248.1235.622s.2013.3764.3522.5273.3301.2706.5273.3522.4086.1236.622.1235h9.75c.2134.0001.4248-.0419.622-.1235s.3764-.2013.5273-.3522.2706-.3301.3522-.5273.1236-.4086.1235-.622v-4.875h13c.8619 0 1.6886.3425 2.298.952.61.6094.952 1.4361.952 2.298z'/%3E%3Cpath d='m66.625 63.375h16.25c.431 0 .8443-.1712 1.149-.476.3048-.3047.476-.718.476-1.149s-.1712-.8443-.476-1.149c-.3047-.3048-.718-.476-1.149-.476h-16.25c-.431 0-.8443.1712-1.149.476-.3048.3047-.476.718-.476 1.149s.1712.8443.476 1.149c.3047.3048.718.476 1.149.476z'/%3E%3Cpath d='m89.375 50.375h-22.75c-.431 0-.8443.1712-1.149.476-.3048.3047-.476.718-.476 1.149s.1712.8443.476 1.149c.3047.3048.718.476 1.149.476h22.75c.431 0 .8443-.1712 1.149-.476.3048-.3047.476-.718.476-1.149s-.1712-.8443-.476-1.149c-.3047-.3048-.718-.476-1.149-.476z'/%3E%3Cpath d='m89.375 69.875h-22.75c-.431 0-.8443.1712-1.149.476-.3048.3047-.476.718-.476 1.149s.1712.8443.476 1.149c.3047.3048.718.476 1.149.476h22.75c.431 0 .8443-.1712 1.149-.476.3048-.3047.476-.718.476-1.149s-.1712-.8443-.476-1.149c-.3047-.3048-.718-.476-1.149-.476z'/%3E%3Cpath d='m66.625 43.875h9.75c.431 0 .8443-.1712 1.149-.476.3048-.3047.476-.718.476-1.149s-.1712-.8443-.476-1.149c-.3047-.3048-.718-.476-1.149-.476h-9.75c-.431 0-.8443.1712-1.149.476-.3048.3047-.476.718-.476 1.149s.1712.8443.476 1.149c.3047.3048.718.476 1.149.476z'/%3E%3Cpath d='m35.75 34.125c-4.4995 0-8.898 1.3343-12.6392 3.8341s-6.6572 6.0529-8.3791 10.2099c-1.7218 4.157-2.1724 8.7312-1.2946 13.1443.8779 4.4131 3.0446 8.4667 6.2262 11.6483 3.1817 3.1817 7.2353 5.3485 11.6484 6.2263s8.9873.4273 13.1444-1.2946c4.157-1.7219 7.71-4.6379 10.2098-8.3791s3.8341-8.1397 3.8341-12.6392c-.0003-6.0336-2.3973-11.82-6.6637-16.0863-4.2664-4.2664-10.0527-6.6634-16.0863-6.6637zm-12.1542 37.9828c1.5218-2.1026 5.0671-5.4828 12.1542-5.4828 7.0903 0 10.6354 3.3833 12.1558 5.4828-3.4491 2.7622-7.7362 4.2672-12.155 4.2672s-8.7059-1.505-12.155-4.2672zm26.6744-2.2502c-2.0773-2.7025-6.4175-6.4826-14.5202-6.4826s-12.443 3.7801-14.5202 6.4826c-2.5139-2.8043-4.1618-6.2767-4.7448-9.9974-.583-3.7208-.076-7.5307 1.4597-10.9696 1.5356-3.4388 4.0342-6.3594 7.1939-8.4088 3.1597-2.0495 6.8452-3.1401 10.6114-3.1401 3.7661 0 7.4517 1.0906 10.6114 3.1401 3.1597 2.0494 5.6583 4.97 7.1939 8.4088 1.5357 3.4389 2.0426 7.2488 1.4596 10.9696-.5829 3.7207-2.2309 7.1931-4.7447 9.9974z'/%3E%3Cpath d='m43.875 55.25v-3.25c0-2.1549-.856-4.2215-2.3798-5.7452-1.5237-1.5238-3.5903-2.3798-5.7452-2.3798s-4.2215.856-5.7452 2.3798c-1.5238 1.5237-2.3798 3.5903-2.3798 5.7452v3.25c0 2.1549.856 4.2215 2.3798 5.7452 1.5237 1.5238 3.5903 2.3798 5.7452 2.3798s4.2215-.856 5.7452-2.3798c1.5238-1.5237 2.3798-3.5903 2.3798-5.7452zm-3.25 0c0 1.2929-.5136 2.5329-1.4279 3.4472-.9142.9142-2.1542 1.4278-3.4471 1.4278s-2.5329-.5136-3.4471-1.4278c-.9143-.9143-1.4279-2.1543-1.4279-3.4472v-3.25c0-1.2929.5136-2.5329 1.4279-3.4472.9142-.9142 2.1542-1.4278 3.4471-1.4278s2.5329.5136 3.4471 1.4278c.9143.9143 1.4279 2.1543 1.4279 3.4472z'/%3E%3C/g%3E%3C/svg%3E");
}
.icons.conditions_5 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='104' viewBox='0 0 104 104' width='104' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m104 45.4855c0-1.28-.252-2.5475-.742-3.7301-.49-1.1825-1.208-2.257-2.114-3.1621-.905-.9051-1.9798-1.6231-3.1627-2.1129-1.183-.4898-2.4509-.7418-3.7313-.7418h-27.625l3.25-29.2404c.118-.81167.0588-1.63927-.1735-2.4259s-.6323-1.51361-1.1724-2.13102c-.5401-.61742-1.2076-1.110659-1.9564-1.445705-.7489-.335046-1.5615-.50398498-2.382-.49525296h-6.5016c-4.0641 0-5.7557 2.84281796-7.3141 6.49787796l-13 29.2404c-3.5024 8.3968-8.125 9.7469-11.375 9.7469h-3.25v-3.249c.0006-.8535-.1671-1.6987-.4935-2.4873-.3265-.7887-.8052-1.5053-1.4089-2.1088s-1.3205-1.0821-2.1094-1.4084-1.6344-.494-2.4882-.4934h-9.75c-.85376-.0006-1.69927.1671-2.48817.4934-.78889.3263-1.5057.8049-2.1094 1.4084-.60371.6035-1.082474 1.3201-1.40891 2.1088-.326437.7886-.49413794 1.6338-.49351829 2.4873v55.232c-.00036091.8534.16752329 1.6985.49405129 2.487.326527.7885.805287 1.5055 1.408947 2.1085.60365.603 1.32035 1.082 2.10913 1.408.78878.327 1.63418.495 2.48787.494h9.75c.8537.001 1.6991-.167 2.4879-.494.7887-.326 1.5054-.805 2.1091-1.408.6036-.603 1.0824-1.32 1.4089-2.1085.3266-.7885.4945-1.6336.4941-2.487v-3.249c1.8966-.026 3.777.3511 5.5168 1.1065 1.7397.7554 3.299 1.8719 4.5745 3.2753 1.8711 1.8457 4.1099 3.2777 6.5708 4.2017 2.4608.924 5.0888 1.321 7.7129 1.163h37.375c1.9571.002 3.8694-.586 5.4876-1.686 1.6182-1.101 2.8673-2.6627 3.5846-4.483.7173-1.8204.8694-3.8145.4366-5.7226-.4327-1.908-1.4304-3.6415-2.8629-4.9746 1.5584-.5762 2.9432-1.5418 4.0224-2.8048 1.0792-1.2629 1.8169-2.7811 2.1428-4.4098.3258-1.6288.229-3.3138-.2813-4.8946-.5103-1.5807-1.4171-3.0044-2.6339-4.1355 1.5584-.5762 2.9432-1.5418 4.0224-2.8047 1.0792-1.263 1.8167-2.7812 2.1427-4.4099.326-1.6288.229-3.3138-.281-4.8946-.5105-1.5807-1.4173-3.0044-2.6341-4.1355 1.8639-.6912 3.4721-1.9359 4.6071-3.567 1.136-1.6311 1.746-3.5705 1.747-5.5579zm-84.5 51.983c-.0003.8615-.3428 1.6877-.9523 2.297-.6094.6095-1.4358.9515-2.2977.9515h-9.75c-.86186 0-1.68832-.342-2.29775-.9515-.60943-.6093-.95194-1.4355-.95225-2.297v-55.232c-.00012-.4267.08387-.8492.24715-1.2434.16329-.3942.40268-.7525.70449-1.0542.30182-.3017.66013-.541 1.05449-.7042.39437-.1633.81704-.2472 1.24387-.2471h9.75c.4268-.0001.8495.0838 1.2439.2471.3943.1632.7526.4025 1.0545.7042.3018.3017.5412.66.7044 1.0542.1633.3942.2473.8167.2472 1.2434zm74.75-45.4852h-16.25c-.431 0-.8443.1712-1.149.4759-.3048.3046-.476.7178-.476 1.1486s.1712.844.476 1.1487c.3047.3046.718.4758 1.149.4758h13c1.7239 0 3.3772.6846 4.5962 1.9032 1.219 1.2185 1.9038 2.8713 1.9038 4.5947 0 1.7233-.6848 3.3761-1.9038 4.5946-1.219 1.2186-2.8723 1.9032-4.5962 1.9032h-16.25c-.431 0-.8443.1712-1.149.4758-.3048.3047-.476.7179-.476 1.1487s.1712.844.476 1.1486c.3047.3047.718.4759 1.149.4759h13c1.7239 0 3.3772.6846 4.5962 1.9031 1.219 1.2186 1.9038 2.8714 1.9038 4.5947 0 1.7234-.6848 3.3762-1.9038 4.5947-1.219 1.2186-2.8723 1.9032-4.5962 1.9032h-16.25c-.431 0-.8443.1712-1.149.4758-.3048.3047-.476.7179-.476 1.1487s.1712.844.476 1.1486c.3047.3047.718.4759 1.149.4759h13c1.7239 0 3.3772.6845 4.5962 1.9031s1.9038 2.8714 1.9038 4.5947c0 1.7234-.6848 3.3761-1.9038 4.5947-1.219 1.2188-2.8723 1.9028-4.5962 1.9028h-37.375c-2.1848.103-4.3681-.232-6.4215-.9852-2.0534-.753-3.9356-1.9087-5.5359-3.3992-5.0528-5.1843-8.9851-5.3573-12.4176-5.362v-42.2362h3.25c6.5 0 10.6767-2.5525 15.0313-12.9958l12.5937-29.2404c.8474-1.79423 1.863-3.24894 3.6579-3.24894h6.0921c.4335-.02573.8676.04066 1.2735.19483.406.15417.7747.39262 1.0818.6996.307.30698.5456.67559.6998 1.08143.1542.40583.2206.83971.1949 1.27308l-3.2341 29.2404c-.2143 2.7176 1.4852 3.249 3.2341 3.249h27.625c1.7239 0 3.3772.6846 4.5962 1.9032 1.2188 1.2185 1.9038 2.8713 1.9038 4.5947 0 1.7233-.685 3.3761-1.9038 4.5947-1.219 1.2185-2.8723 1.9031-4.5962 1.9031z' fill='%2300abd6'/%3E%3C/svg%3E");
}
.icons.conditions_6 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='104' viewBox='0 0 104 104' width='104' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h104v104h-104z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cg fill='%2300abd6'%3E%3Cpath d='m101.144 77.6064.022-.0223c-5.3697-4.3591-11.2921-7.9891-17.6133-10.7956-1.5265-4.7811-2.3032-9.7697-2.3027-14.7885v-26c.0001-3.4144-.6723-6.7953-1.9789-9.9499-1.3066-3.1545-3.2218-6.0208-5.6361-8.43509-2.4143-2.41435-5.2806-4.32944-8.4351-5.63603-3.1545-1.306588-6.5355-1.97907389-9.9499-1.97897999h-6.5c-3.4144-.0000939-6.7954.67239199-9.9499 1.97897999-3.1545 1.30659-6.0207 3.22168-8.4351 5.63603-2.4143 2.41429-4.3295 5.28059-5.6361 8.43509-1.3065 3.1546-1.979 6.5355-1.9789 9.9499v26c.0007 5.016-.7749 10.0018-2.2994 14.7805-6.3365 2.7826-12.26339 6.4174-17.61643 10.8036l.02226.0223c-.90674.9043-1.62586 1.9788-2.116063 3.1618-.490197 1.183-.74180292 2.4512-.74036084 3.7318v13c-.00048062.8537.16731884 1.6992.49380384 2.488.326486.789.80525 1.506 1.40893 2.109.60368.604 1.32042 1.083 2.10926 1.409.78883.327 1.63428.494 2.48801.494h90.99999c.8537 0 1.6992-.167 2.488-.494.789-.326 1.506-.805 2.109-1.409.604-.603 1.083-1.32 1.409-2.109.327-.7888.494-1.6343.494-2.488v-13c.001-1.2806-.25-2.5488-.74-3.7318-.491-1.183-1.21-2.2575-2.116-3.1618zm-75.144-25.6064v-26c-.0001-2.9876.5883-5.946 1.7315-8.7062 1.1433-2.7602 2.819-5.2682 4.9316-7.38074 2.1125-2.11256 4.6205-3.78828 7.3807-4.93154 2.7602-1.14325 5.7186-1.73163 8.7062-1.73152h6.5c2.9876-.00011 5.946.58827 8.7062 1.73152 2.7602 1.14326 5.2682 2.81898 7.3807 4.93154 2.1126 2.11254 3.7883 4.62054 4.9316 7.38074s1.7316 5.7186 1.7315 8.7062v26c.0073 4.4494.587 8.8794 1.7249 13.1809-4.6335-1.7661-9.419-3.1047-14.2964-3.999 6.1796-7.0125 9.5056-16.0869 9.3215-25.4319v-1.625c-.0001-3.4478-1.3698-6.7543-3.8078-9.1922-2.4379-2.4379-5.7444-3.8076-9.1922-3.8078h-6.5c-1.7239-.0001-3.3771-.6849-4.5961-1.9039s-1.9038-2.8722-1.9039-4.5961c0-.431-.1712-.8443-.4759-1.149-.3048-.3048-.7181-.476-1.1491-.476s-.8443.1712-1.149.476c-.3048.3047-.476.718-.476 1.149-.0001 1.7239-.6849 3.3771-1.9039 4.5961s-2.8722 1.9038-4.5961 1.9039c-2.5858.0001-5.0657 1.0274-6.8942 2.8559-1.8284 1.8284-2.8557 4.3083-2.8558 6.8941v4.875c-.1864 9.3741 3.1604 18.4754 9.3754 25.4955-4.8924.9079-9.6974 2.2363-14.3615 3.9703 1.1449-4.3122 1.7284-8.7542 1.7361-13.2158zm6.5-21.125c.0001-1.7239.6849-3.3771 1.9039-4.5961s2.8722-1.9038 4.5961-1.9039c1.6096.0005 3.1942-.398 4.6121-1.1598 1.4179-.7619 2.6249-1.8633 3.5129-3.2058.888 1.3425 2.095 2.4439 3.5129 3.2058 1.4179.7618 3.0025 1.1603 4.6121 1.1598h6.5c2.5858.0001 5.0657 1.0274 6.8942 2.8559 1.8284 1.8284 2.8557 4.3083 2.8558 6.8941v1.625c0 19.5-12.1366 29.25-19.5 29.25s-19.5-9.75-19.5-29.25zm9.2248 33.2142c2.8723 2.4825 6.4849 3.9453 10.2752 4.1608 3.7903-.2155 7.4029-1.6783 10.2752-4.1608 4.3966.6163 8.7289 1.6264 12.9446 3.0182-4.0102 4.01-21.6297 21.6296-22.2485 22.2486-.6983.6982-1.2157.7266-1.9219.0206-.6252-.6253-18.2574-18.2575-22.2692-22.2692 4.2157-1.3918 8.548-2.4019 12.9446-3.0182zm59.0252 33.4108c0 .8619-.342 1.6886-.9519 2.298-.6095.61-1.4362.952-2.2981.952h-90.99999c-.86195 0-1.68857-.342-2.29806-.952-.60948-.6094-.95191-1.4361-.95194-2.298v-13c-.00132-.8538.16626-1.6994.49309-2.4881s.80645-1.505 1.41124-2.1076l-.00633-.0063c6.09679-4.8994 12.92549-8.8107 20.23629-11.5908l23.0293 23.0291c2.4375 2.4375 4.7353 2.4375 7.1728 0l23.0293-23.0291c7.3108 2.7801 14.1395 6.6914 20.2363 11.5908l-.0063.0063c.6048.6026 1.0844 1.3189 1.4113 2.1076.327.7887.494 1.6343.493 2.4881z'/%3E%3Cpath d='m42.0593 36.5081c.2105-.273.4884-.4865.8064-.6195.3181-.133.6652-.1809 1.0074-.139.339-.0336.681.0168.996.1466.3149.1298.5931.335.81.5976.1367.2656.344.4883.599.6436.2551.1554.548.2375.8466.2372.2586.0004.5134-.0617.7428-.1809.1897-.0977.3582-.2318.496-.3947.1378-.1628.2422-.3513.3072-.5545s.0893-.4173.0715-.6299c-.0177-.2126-.0772-.4196-.175-.6093-.4859-.8001-1.178-1.4549-2.0039-1.8957-.8258-.4409-1.755-.6515-2.6902-.61-.9434-.0507-1.8825.1598-2.714.6084-.8315.4485-1.5232 1.1177-1.999 1.9339-.1795.3752-.2054.8057-.072 1.1997s.4155.7203.786.9092c.3772.1937.8143.235 1.221.1154.4068-.1196.7519-.3911.9642-.7581z'/%3E%3Cpath d='m56.1243 37.1508c.3772.1937.8143.235 1.221.1154s.7519-.3911.9642-.7581c.2104-.273.4883-.4866.8064-.6196.318-.133.6652-.1808 1.0074-.1389.3389-.0336.6809.0168.9958.1466.315.1298.5931.335.81.5976.1368.2656.3441.4883.5991.6436.2551.1554.548.2374.8467.2372.2585.0004.5133-.0617.7426-.1809.1897-.0977.3582-.2318.4961-.3947.1378-.1628.2422-.3513.3071-.5545.065-.2032.0894-.4173.0716-.6299-.0177-.2126-.0771-.4196-.1749-.6093-.486-.8001-1.1781-1.4548-2.0039-1.8956-.8259-.4409-1.755-.6516-2.6902-.6101-.9435-.0507-1.8826.1598-2.7141.6084-.8316.4485-1.5233 1.1177-1.9991 1.9339-.1795.3752-.2054.8057-.0719 1.1997.1334.394.4155.7203.7861.9092z'/%3E%3Cpath d='m52.0275 57.6707c-1.7865-.0161-3.5466-.4334-5.1502-1.2212-1.6036-.7877-3.0096-1.9257-4.1143-3.3299-.2668-.3384-.3883-.769-.3377-1.1969.0506-.428.2692-.8183.6076-1.0852.3384-.2668.7689-.3883 1.1969-.3377.4279.0506.8183.2691 1.0851.6075.7994 1.0197 1.8176 1.8469 2.9794 2.4203 1.1618.5735 2.4376.8787 3.7332.8931 1.2851.0043 2.5536-.2909 3.7047-.8622s2.1533-1.403 2.9271-2.4291c.261-.343.6475-.5683 1.0746-.6263.427-.058.8597.056 1.2027.317.343.2609.5683.6474.6263 1.0745s-.056.8597-.3169 1.2027c-1.0757 1.4261-2.4688 2.5819-4.069 3.3757-1.6001.7939-3.3633 1.2039-5.1495 1.1977z'/%3E%3C/g%3E%3Cpath d='m51.118 40.5273c-.2961 2.0383-.8872 4.0226-1.7547 5.8907' stroke='%2300abd6' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.icons.conditions_7 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='104' viewBox='0 0 104 104' width='104' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h104v104h-104z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)' fill='%2300abd6'%3E%3Cpath d='m98.2728 26h-73.8026l-4.9702-21.125c-.711-2.84375-2.6233-4.875-5.3162-4.875h-9.3088c-1.29293 0-2.53291.513586-3.44715 1.42783-.914239.91424-1.42785 2.15424-1.42785 3.44717s.513611 2.53293 1.42785 3.44717c.91424.91424 2.15422 1.42783 3.44715 1.42783h6.0494l17.9876 75.4945c-1.5675.6484-2.9386 1.6945-3.9779 3.0351-1.0393 1.3407-1.7108 2.9293-1.948 4.6089-.2373 1.6796-.0322 3.392.595 4.9681.6273 1.576 1.6549 2.9614 2.9814 4.0184s2.906 1.75 4.5823 2.01c1.6762.26 3.3913.078 4.9756-.528 1.5844-.606 2.9832-1.615 4.0582-2.927 1.075-1.3124 1.789-2.8824 2.0714-4.555h22.8959c.4074 2.4105 1.7056 4.58 3.6372 6.079 1.9316 1.498 4.3556 2.216 6.7918 2.012 2.4361-.205 4.7066-1.317 6.3614-3.116 1.6548-1.7998 2.5732-4.1553 2.5732-6.6s-.9184-4.8002-2.5732-6.5997-3.9253-2.9117-6.3614-3.1162c-2.4362-.2044-4.8602.5138-6.7918 2.0123-1.9316 1.4986-3.2298 3.6681-3.6372 6.0786h-22.8959c-.3832-2.2705-1.5579-4.332-3.3159-5.8192-1.7579-1.4872-3.9856-2.3041-6.2882-2.3058-.2031 0-.3998.0192-.5998.0303l-1.0426-3.669c.7456.2563 1.5285.3876 2.3169.3887h53.5742c4.2656 0 6.3508-3.0943 7.3125-6.5l9.6409-42.25c.711-3.9275-1.043-6.5-5.5752-6.5zm-23.5228 61.75c1.2856 0 2.5423.3812 3.6112 1.0955 1.0689.7142 1.9021 1.7293 2.394 2.917.492 1.1877.6207 2.4947.3699 3.7555-.2508 1.2609-.8699 2.4192-1.7789 3.3282s-2.0672 1.5278-3.3281 1.7788-2.5678.122-3.7555-.37c-1.1878-.4918-2.2029-1.3249-2.9172-2.3938-.7142-1.0689-1.0954-2.3256-1.0954-3.6112.0001-1.7239.685-3.3771 1.9039-4.5961 1.219-1.219 2.8722-1.9038 4.5961-1.9039zm-35.6041 6.5c0 1.2856-.3812 2.5423-1.0954 3.6112-.7143 1.0689-1.7294 1.902-2.9172 2.3938-1.1877.492-2.4946.621-3.7555.37s-2.4191-.8698-3.3281-1.7788-1.5281-2.0673-1.7789-3.3282c-.2508-1.2608-.1221-2.5678.3699-3.7555.4919-1.1877 1.3251-2.2028 2.394-2.917 1.0689-.7143 2.3256-1.0955 3.6112-1.0955 1.7239.0001 3.3771.6849 4.5961 1.9039s1.9038 2.8722 1.9039 4.5961zm-25.5286-86.75649c-.0877-.29538-.271-.55322-.5212-.73306-.2502-.17983-.5531-.27145-.861-.26045h-7.3601c-.43098 0-.8443-.17123-1.14905-.47598-.30475-.30474-.47595-.71804-.47595-1.14902s.1712-.84428.47595-1.14902c.30475-.30475.71807-.47598 1.14905-.47598h9.4786c.4474.03517.8722.21151 1.213.50355.3408.29203.5801.68469.6834 1.12145l4.9702 21.125h.7459c-1.3226-.0596-2.634.2656-3.7754.9363zm87.0897 25.00649-9.7499 42.25c-.0989.8624-.4999 1.6619-1.132 2.2568s-1.4544.9468-2.3212.9932h-54.7912c-.8657-.0473-1.6867-.3996-2.3174-.9945s-1.0303-1.394-1.1279-2.2555l-9.7309-42.25c-.5063-1.9978.2032-3.25 2.4042-3.25h76.3575c2.2058 0 2.9168 1.2522 2.4088 3.25z'/%3E%3Cpath d='m74.75 95.875c.8975 0 1.625-.7275 1.625-1.625s-.7275-1.625-1.625-1.625-1.625.7275-1.625 1.625.7275 1.625 1.625 1.625z'/%3E%3Cpath d='m32.6445 95.875c.8975 0 1.625-.7275 1.625-1.625s-.7275-1.625-1.625-1.625c-.8974 0-1.625.7275-1.625 1.625s.7276 1.625 1.625 1.625z'/%3E%3Cpath d='m60.125 35.75c-.6402-.0001-1.2742.1259-1.8657.3708-.5915.245-1.129.6041-1.5817 1.0568s-.8118.9902-1.0567 1.5817c-.245.5915-.371 1.2255-.3709 1.8657v26c0 1.2929.5136 2.5329 1.4279 3.4472.9142.9142 2.1542 1.4278 3.4471 1.4278s2.5329-.5136 3.4471-1.4278c.9143-.9143 1.4279-2.1543 1.4279-3.4472v-26c.0001-.6402-.1259-1.2742-.3709-1.8657s-.604-1.129-1.0568-1.5817c-.4527-.4527-.9901-.8117-1.5816-1.0567-.5915-.2449-1.2255-.371-1.8657-.3709zm1.625 30.875c0 .431-.1712.8443-.476 1.149-.3047.3048-.718.476-1.149.476s-.8443-.1712-1.149-.476c-.3048-.3047-.476-.718-.476-1.149v-26c0-.431.1712-.8443.476-1.149.3047-.3048.718-.476 1.149-.476s.8443.1712 1.149.476c.3048.3047.476.718.476 1.149z'/%3E%3Cpath d='m76.375 35.75c-.6402-.0001-1.2742.1259-1.8657.3708-.5915.245-1.129.6041-1.5817 1.0568s-.8118.9902-1.0567 1.5817c-.245.5915-.371 1.2255-.3709 1.8657v26c0 1.2929.5136 2.5329 1.4279 3.4472.9142.9142 2.1542 1.4278 3.4471 1.4278s2.5329-.5136 3.4471-1.4278c.9143-.9143 1.4279-2.1543 1.4279-3.4472v-26c.0001-.6402-.1259-1.2742-.3709-1.8657s-.604-1.129-1.0567-1.5817-.9902-.8117-1.5817-1.0567c-.5915-.2449-1.2255-.371-1.8657-.3709zm1.625 30.875c0 .431-.1712.8443-.476 1.149-.3047.3048-.718.476-1.149.476s-.8443-.1712-1.149-.476c-.3048-.3047-.476-.718-.476-1.149v-26c0-.431.1712-.8443.476-1.149.3047-.3048.718-.476 1.149-.476s.8443.1712 1.149.476c.3048.3047.476.718.476 1.149z'/%3E%3Cpath d='m43.875 35.75c-.6402-.0001-1.2742.1259-1.8657.3708-.5915.245-1.129.6041-1.5817 1.0568s-.8118.9902-1.0567 1.5817c-.245.5915-.371 1.2255-.3709 1.8657v26c0 1.2929.5136 2.5329 1.4279 3.4472.9142.9142 2.1542 1.4278 3.4471 1.4278s2.5329-.5136 3.4471-1.4278c.9143-.9143 1.4279-2.1543 1.4279-3.4472v-26c.0001-.6402-.1259-1.2742-.3709-1.8657s-.604-1.129-1.0568-1.5817c-.4527-.4527-.9901-.8117-1.5816-1.0567-.5915-.2449-1.2255-.371-1.8657-.3709zm1.625 30.875c0 .431-.1712.8443-.476 1.149-.3047.3048-.718.476-1.149.476s-.8443-.1712-1.149-.476c-.3048-.3047-.476-.718-.476-1.149v-26c0-.431.1712-.8443.476-1.149.3047-.3048.718-.476 1.149-.476s.8443.1712 1.149.476c.3048.3047.476.718.476 1.149z'/%3E%3C/g%3E%3C/svg%3E");
}
.icons.conditions_8 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='104' viewBox='0 0 104 104' width='104' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h104v104h-104z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)' fill='%2300abd6'%3E%3Cpath d='m39.0135 52.061-23.5086-6.7174c-.4145-.1183-.8591-.067-1.2358.1425-.3768.2095-.6549.5601-.7731.9747-.1183.4146-.067.8591.1425 1.2359s.5601.6549.9746.7731l23.5086 6.7174c.1457.0408.2962.0616.4475.0619.392-.0003.7706-.1422 1.0661-.3997.2956-.2574.4882-.6129.5423-1.0011s-.034-.7829-.2479-1.1114c-.2139-.3284-.5393-.5684-.9162-.6759z'/%3E%3Cpath d='m39.0135 63.4383-23.5086-6.7159c-.2052-.0585-.42-.076-.6321-.0515-.212.0244-.4172.0903-.6038.1941-.1865.1037-.3508.2433-.4834.4105-.1327.1672-.2311.3589-.2897.5641-.0585.2053-.0761.4202-.0516.6322.0244.2121.0904.4172.1942.6037.1037.1866.2432.3509.4104.4836.1672.1326.359.231.5642.2896l23.5086 6.7158c.1457.0408.2962.0616.4475.0619.392-.0003.7706-.1423 1.0661-.3997.2956-.2575.4882-.613.5422-1.0012.0541-.3882-.0339-.7829-.2478-1.1113s-.5393-.5685-.9162-.6759z'/%3E%3Cpath d='m39.0135 40.686-23.5086-6.7174c-.4145-.1183-.8591-.067-1.2358.1425-.3768.2095-.6549.5601-.7731.9747-.1183.4146-.067.8591.1425 1.2359s.5601.6549.9746.7731l23.5086 6.7174c.1457.0408.2962.0616.4475.0619.392-.0003.7706-.1422 1.0661-.3997.2956-.2574.4882-.6129.5423-1.0011s-.034-.7829-.2479-1.1114c-.2139-.3284-.5393-.5684-.9162-.6759z'/%3E%3Cpath d='m39.0135 29.311-23.5086-6.7174c-.2052-.0585-.42-.0761-.6321-.0517-.212.0245-.4172.0905-.6038.1942-.1865.1038-.3508.2432-.4834.4105-.1327.1672-.2311.3589-.2897.5642-.0585.2053-.0761.42-.0516.6321.0244.212.0904.4173.1942.6038.1037.1866.2432.3508.4104.4834.1672.1327.359.2312.5642.2897l23.5086 6.7174c.1457.0408.2962.0616.4475.0619.392-.0003.7706-.1422 1.0661-.3997.2956-.2574.4882-.6129.5422-1.0011.0541-.3882-.0339-.7829-.2478-1.1113-.2139-.3285-.5393-.5685-.9162-.676z'/%3E%3Cpath d='m64.9403 55.1866c.1513-.0003.3019-.0211.4475-.0619l23.5086-6.7175c.2053-.0585.397-.1569.5642-.2896.1673-.1326.3067-.2969.4105-.4835.1037-.1865.1697-.3917.1941-.6037.0245-.2121.0069-.4268-.0516-.6321-.0586-.2053-.157-.397-.2896-.5642-.1327-.1673-.297-.3067-.4835-.4105-.1866-.1037-.3917-.1697-.6038-.1942-.2121-.0244-.4268-.0068-.6321.0517l-23.5086 6.7174c-.3769.1075-.7023.3475-.9162.676-.2139.3284-.3019.7231-.2478 1.1113s.2466.7437.5422 1.0011c.2955.2575.6742.3994 1.0661.3997z'/%3E%3Cpath d='m88.4968 56.7225-23.5086 6.7158c-.3769.1075-.7023.3475-.9162.676-.2139.3284-.3019.7231-.2478 1.1113.054.3882.2466.7437.5422 1.0011.2955.2575.6741.3994 1.0661.3997.1513-.0002.3018-.0211.4475-.0618l23.5086-6.7159c.4145-.1182.7651-.3963.9746-.7731.2095-.3767.2608-.8213.1426-1.2359-.1183-.4146-.3964-.7651-.7731-.9747-.3768-.2095-.8214-.2607-1.2359-.1425z'/%3E%3Cpath d='m88.4968 33.9686-23.5086 6.7174c-.3769.1075-.7023.3475-.9162.676-.2139.3284-.3019.7231-.2478 1.1113.054.3882.2466.7437.5422 1.0011.2955.2575.6741.3994 1.0661.3997.1513-.0003.3018-.0211.4475-.0619l23.5086-6.7174c.2052-.0585.397-.157.5642-.2897.1672-.1326.3067-.2968.4104-.4834.1038-.1865.1698-.3918.1942-.6038.0245-.2121.0069-.4268-.0516-.6321-.0586-.2053-.157-.397-.2897-.5642-.1326-.1673-.2969-.3067-.4834-.4105-.1866-.1037-.3918-.1697-.6038-.1942-.2121-.0244-.4269-.0068-.6321.0517z'/%3E%3Cpath d='m88.4968 22.5936-23.5086 6.7174c-.3769.1075-.7023.3475-.9162.676-.2139.3284-.3019.7231-.2478 1.1113.054.3882.2466.7437.5422 1.0011.2955.2575.6741.3994 1.0661.3997.1513-.0003.3018-.0211.4475-.0619l23.5086-6.7174c.2052-.0585.397-.157.5642-.2897.1672-.1326.3067-.2968.4104-.4834.1038-.1865.1698-.3918.1942-.6038.0245-.2121.0069-.4268-.0516-.6321-.0586-.2053-.157-.397-.2897-.5642-.1326-.1673-.2969-.3067-.4834-.4105-.1866-.1037-.3918-.1697-.6038-.1942-.2121-.0244-.4269-.0068-.6321.0517z'/%3E%3Cpath d='m102.731.673257c-.57-.436069-1.267-.67211346-1.984-.67136333-.282.00035806-.562.03662713-.8348.10791033l-47.9122 12.776196-47.91216-12.776196c-.4814-.1284042-.98586-.1444345-1.47444-.0468141-.48858.0976201-.94817.3063361-1.34327.6098711-.395104.303534-.715135.693779-.935366 1.140689-.22023.44692-.33477251.93852-.334764 1.43676v81.24839c-.00000407.7161.236447 1.4121.672628 1.98.436182.5679 1.047692.9758 1.739532 1.1604l42.04364 11.2118c.5937 1.5171 1.6312 2.8211 2.9771 3.7391 1.3459.919 2.9376 1.41 4.5671 1.41s3.2212-.491 4.5671-1.41c1.3459-.918 2.3834-2.222 2.9771-3.7391l42.0438-11.2118c.692-.1846 1.303-.5925 1.739-1.1604.437-.5679.673-1.2639.673-1.98v-81.24839c0-.49807-.115-.98946-.335-1.43626s-.54-.837051-.934-1.140793zm-50.731 87.077043c.2828-.0001.5645-.0369.8378-.1095l47.9122-12.7762v3.1754l-48.75 12.9048-48.75-12.9048v-3.1754l47.9122 12.7762c.2733.0726.555.1094.8378.1095zm-48.75325-84.49841h.00489v-.00158l47.12336 12.56679v68.25l-47.125-12.5668zm53.59495 92.95671c-.0584.8897-.3604 1.7462-.8729 2.4758-.5124.7297-1.2157 1.3044-2.0328 1.6616l-1.0982.293c-.549.146-1.1266.146-1.6756 0l-1.0982-.293c-.8171-.3572-1.5204-.9319-2.0328-1.6616-.5125-.7296-.8145-1.5861-.8729-2.4758l-43.9083-11.7099v-3.0976l48.3342 12.7952c.2725.072.5591.072.8316 0l48.3342-12.7952v3.0976zm-3.2167-12.1415v-68.25l47.125-12.56679v68.24999z'/%3E%3C/g%3E%3C/svg%3E");
}
.icons.conditions_9 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='104' viewBox='0 0 104 104' width='104' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h104v104h-104z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)' fill='%2300abd6'%3E%3Cpath d='m103.326 47.4322c-.209-.1515-.451-.2507-.706-.2893-.255-.0387-.515-.0156-.759.0672l-17.361 5.7858v-10.745c.0005-.8537-.1673-1.6991-.4938-2.488-.3265-.7888-.8052-1.5056-1.4089-2.1093s-1.3204-1.0825-2.1093-1.409c-.7888-.3264-1.6343-.4942-2.488-.4937h-7.1045c2.5285-1.6751 4.6313-3.9171 6.1412-6.5477 1.5099-2.6305 2.3853-5.5771 2.5565-8.6053.1711-3.0283-.3666-6.0547-1.5704-8.8386-1.2039-2.78399-3.0406-5.24866-5.3643-7.19809-2.3236-1.94943-5.0701-3.32983-8.0209-4.031458-2.9508-.701627-6.0246-.705142-8.977-.010216-2.9524.694924-5.702 2.069054-8.03 4.013204-2.3281 1.94415-4.1704 4.40474-5.3806 7.18596-1.2101-2.78137-3.0524-5.24206-5.3805-7.18635-2.3281-1.9443-5.0777-3.3186-8.0302-4.013608-2.9525-.695012-6.0264-.691607-8.9773.010018-2.951.70162-5.6975 2.08205-8.0212 4.03155-2.32374 1.94951-4.16056 4.41438-5.36441 7.19849-1.20385 2.784-1.74153 5.8105-1.57027 8.8389.17126 3.0283 1.04673 5.9749 2.55678 8.6055 1.51006 2.6306 3.613 4.8726 6.1417 6.5477h-7.1046c-.85373-.0005-1.69918.1674-2.48801.4938-.78884.3265-1.50558.8052-2.10926 1.4089s-1.082444 1.3205-1.408929 2.1093c-.326485.7889-.49428273 1.6343-.49379996 2.488v55.25c-.00048277.8537.16731496 1.6992.49379996 2.488.326485.7891.805249 1.5061 1.408929 2.1091.60368.604 1.32042 1.083 2.10926 1.409.78883.327 1.63428.494 2.48801.494h71.5c.8537 0 1.6992-.167 2.488-.494.7889-.326 1.5056-.805 2.1093-1.409.6037-.603 1.0824-1.32 1.4089-2.1091.3265-.7888.4943-1.6343.4938-2.488v-10.7466l17.361 5.7874c.165.0561.339.0846.514.0842.213.0002.425-.0417.622-.1233s.377-.2012.528-.3522c.15-.1509.27-.3302.352-.5274.081-.1973.123-.4086.123-.6221v-42.25c0-.2575-.061-.5112-.178-.7405-.118-.2292-.288-.4275-.496-.5782zm-43.201-44.18129c3.2139 0 6.3557.95305 9.028 2.73862s4.7551 4.32347 5.985 7.29277c1.23 2.9693 1.5518 6.2367.9248 9.3889s-2.1747 6.0476-4.4473 8.3202-5.1681 3.8203-8.3203 4.4473-6.4195.3051-9.3888-.9248-5.5072-3.3126-7.2928-5.9849-2.7386-5.8141-2.7386-9.0281c-.0002-2.134.42-4.2472 1.2366-6.2188s2.0136-3.76305 3.5226-5.27203c1.5089-1.50899 3.3004-2.70597 5.272-3.52255 1.9716-.81659 4.0848-1.23677 6.2188-1.23661zm-10.7704 32.49999h-14.2091c3.1331-2.0808 5.5998-5.0207 7.1045-8.4677 1.5048 3.447 3.9715 6.387 7.1046 8.4677zm-41.2296-16.25c0-3.2139.95305-6.3557 2.7386-9.028 1.7856-2.67234 4.3235-4.75506 7.2928-5.98499 2.9693-1.22992 6.2366-1.55178 9.3888-.92477s6.0477 2.17472 8.3203 4.44732c2.2726 2.27264 3.8203 5.16804 4.4473 8.32024.627 3.1521.3052 6.4195-.9248 9.3888-1.2299 2.9693-3.3127 5.5072-5.985 7.2928s-5.8141 2.7386-9.028 2.7386c-2.134.0002-4.2472-.42-6.2188-1.2366s-3.763-2.0136-5.272-3.5225c-1.509-1.509-2.706-3.3005-3.52255-5.2721-.81659-1.9716-1.2368-4.0848-1.23665-6.2188zm73.125 78c0 .862-.3425 1.6886-.952 2.2981-.6094.609-1.4361.952-2.298.952h-71.5c-.86194 0-1.68857-.343-2.29806-.952-.60948-.6095-.9519-1.4361-.95194-2.2981v-55.25c.00004-.8619.34246-1.6886.95194-2.298.60949-.6095 1.43612-.952 2.29806-.952h71.5c.8619.0001 1.6886.3425 2.298.952.6095.6094.952 1.4361.952 2.298zm3.25-41.0804 9.75-3.2484v33.4077l-9.75-3.25zm16.25 32.3254-3.25-1.0839v-35.5722l3.25-1.0839z'/%3E%3Cpath d='m63.375 19.5c0 .9642.2859 1.9067.8216 2.7084s1.297 1.4266 2.1878 1.7956c.8908.3689 1.871.4655 2.8167.2774.9456-.1881 1.8143-.6524 2.496-1.3342.6818-.6818 1.1461-1.5505 1.3342-2.4961.1881-.9457.0916-1.9259-.2774-2.8167s-.9938-1.6521-1.7955-2.1878c-.8017-.5356-1.7442-.8216-2.7084-.8216-1.2928.0004-2.5326.5141-3.4468 1.4282-.9141.9142-1.4278 2.154-1.4282 3.4468zm4.875-1.625c.3214 0 .6356.0953.9028.2738.2672.1786.4755.4324.5985.7293.123.297.1552.6237.0925.9389s-.2175.6048-.4448.832c-.2272.2273-.5168.3821-.832.4448s-.6419.0305-.9389-.0925c-.2969-.123-.5507-.3313-.7292-.5985-.1786-.2673-.2739-.5814-.2739-.9028-.0001-.2134.0418-.4248.1234-.622.0817-.1972.2014-.3764.3523-.5273s.3301-.2706.5273-.3522.4086-.1236.622-.1235z'/%3E%3Cpath d='m60.125 16.25c.9642 0 1.9067-.2859 2.7084-.8216s1.4265-1.2969 1.7955-2.1877.4655-1.8711.2774-2.8167c-.1881-.94567-.6524-1.81435-1.3342-2.49613-.6817-.68178-1.5504-1.14609-2.496-1.3342-.9457-.1881-1.9259-.09156-2.8167.27742-.8908.36897-1.6521.9939-2.1878 1.79559s-.8216 1.74422-.8216 2.70832c.0003 1.2929.5141 2.5327 1.4282 3.4468.9142.9142 2.154 1.4279 3.4468 1.4282zm0-6.49995c.3214 0 .6356.09528.9028.27385.2672.1785.4755.4323.5985.7293.123.2969.1552.6236.0925.9388-.0627.3153-.2175.6048-.4448.8321-.2272.2272-.5168.382-.832.4447s-.6419.0306-.9389-.0924c-.2969-.123-.5507-.3314-.7292-.5986-.1786-.2672-.2739-.5814-.2739-.9028-.0001-.2134.0418-.4247.1234-.6219.0817-.1972.2014-.3765.3523-.5274s.3301-.27055.5273-.35217.4086-.12361.622-.12348z'/%3E%3Cpath d='m60.125 22.75c-.9642 0-1.9067.286-2.7084.8216-.8017.5357-1.4265 1.297-1.7955 2.1878s-.4655 1.871-.2774 2.8167c.1881.9456.6524 1.8143 1.3342 2.4961.6817.6818 1.5504 1.1461 2.496 1.3342.9457.1881 1.9259.0915 2.8167-.2774.8908-.369 1.6521-.9939 2.1878-1.7956s.8216-1.7442.8216-2.7084c-.0003-1.2928-.5141-2.5326-1.4282-3.4468-.9142-.9141-2.154-1.4279-3.4468-1.4282zm0 6.5c-.3214 0-.6356-.0953-.9028-.2738-.2672-.1786-.4755-.4324-.5985-.7293-.123-.297-.1552-.6237-.0925-.9389s.2175-.6048.4448-.832c.2272-.2273.5168-.3821.832-.4448s.6419-.0305.9389.0925c.2969.123.5507.3313.7292.5985.1786.2673.2739.5814.2739.9028.0001.2134-.0418.4248-.1235.622-.0816.1972-.2013.3764-.3522.5273s-.3301.2706-.5273.3522-.4086.1236-.622.1235z'/%3E%3Cpath d='m56.875 19.5c0-.9641-.2859-1.9066-.8216-2.7083s-1.297-1.4266-2.1878-1.7956-1.871-.4655-2.8167-.2774c-.9456.1881-1.8143.6524-2.496 1.3342-.6818.6818-1.1461 1.5504-1.3342 2.4961-.1881.9456-.0916 1.9259.2774 2.8167s.9938 1.652 1.7955 2.1877 1.7442.8216 2.7084.8216c1.2928-.0003 2.5326-.514 3.4468-1.4282.9142-.9141 1.4279-2.1539 1.4282-3.4468zm-6.5 0c0-.3213.0953-.6355.2739-.9027.1785-.2672.4323-.4756.7292-.5986.297-.123.6237-.1551.9389-.0924s.6048.2175.8321.4447c.2272.2273.382.5168.4447.8321.0627.3152.0305.6419-.0925.9388s-.3313.5507-.5985.7293-.5814.2738-.9028.2738c-.2134.0002-.4248-.0418-.622-.1234-.1972-.0817-.3764-.2013-.5273-.3522s-.2706-.3302-.3522-.5274c-.0817-.1972-.1236-.4085-.1235-.622z'/%3E%3Cpath d='m37.375 19.5c0-.9641-.2859-1.9066-.8216-2.7083s-1.297-1.4266-2.1878-1.7956-1.871-.4655-2.8167-.2774c-.9456.1881-1.8143.6524-2.496 1.3342-.6818.6818-1.1461 1.5504-1.3342 2.4961-.1881.9456-.0916 1.9259.2774 2.8167s.9938 1.652 1.7955 2.1877 1.7442.8216 2.7084.8216c1.2928-.0003 2.5326-.514 3.4468-1.4282.9142-.9141 1.4279-2.1539 1.4282-3.4468zm-4.875 1.625c-.3214 0-.6356-.0952-.9028-.2738s-.4755-.4324-.5985-.7293-.1552-.6236-.0925-.9388c.0627-.3153.2175-.6048.4448-.8321.2272-.2272.5168-.382.832-.4447s.6419-.0306.9389.0924c.2969.123.5507.3314.7292.5986.1786.2672.2739.5814.2739.9027.0001.2135-.0418.4248-.1235.622-.0816.1972-.2013.3765-.3522.5274s-.3301.2705-.5273.3522c-.1972.0816-.4086.1236-.622.1234z'/%3E%3Cpath d='m24.375 16.25c.9642 0 1.9067-.2859 2.7084-.8216s1.4265-1.2969 1.7955-2.1877.4655-1.8711.2774-2.8167c-.1881-.94567-.6524-1.81435-1.3342-2.49613-.6817-.68178-1.5504-1.14609-2.496-1.3342-.9457-.1881-1.9259-.09156-2.8167.27742-.8908.36897-1.6521.9939-2.1878 1.79559s-.8216 1.74422-.8216 2.70832c.0003 1.2929.5141 2.5327 1.4282 3.4468.9142.9142 2.154 1.4279 3.4468 1.4282zm0-6.49995c.3214 0 .6356.09528.9028.27385.2672.1785.4755.4323.5985.7293.123.2969.1552.6236.0925.9388-.0627.3153-.2175.6048-.4448.8321-.2272.2272-.5168.382-.832.4447s-.6419.0306-.9389-.0924c-.2969-.123-.5507-.3314-.7292-.5986-.1786-.2672-.2739-.5814-.2739-.9028-.0001-.2134.0418-.4247.1234-.6219.0817-.1972.2014-.3765.3523-.5274s.3301-.27055.5273-.35217.4086-.12361.622-.12348z'/%3E%3Cpath d='m24.375 22.75c-.9642 0-1.9067.286-2.7084.8216-.8017.5357-1.4265 1.297-1.7955 2.1878s-.4655 1.871-.2774 2.8167c.1881.9456.6524 1.8143 1.3342 2.4961.6817.6818 1.5504 1.1461 2.496 1.3342.9457.1881 1.9259.0915 2.8167-.2774.8908-.369 1.6521-.9939 2.1878-1.7956s.8216-1.7442.8216-2.7084c-.0003-1.2928-.514-2.5326-1.4282-3.4468-.9142-.9141-2.154-1.4279-3.4468-1.4282zm0 6.5c-.3214 0-.6356-.0953-.9028-.2738-.2672-.1786-.4755-.4324-.5985-.7293-.123-.297-.1552-.6237-.0925-.9389s.2175-.6048.4448-.832c.2272-.2273.5168-.3821.832-.4448s.6419-.0305.9389.0925c.2969.123.5507.3313.7292.5985.1786.2673.2739.5814.2739.9028.0001.2134-.0418.4248-.1235.622-.0816.1972-.2013.3764-.3522.5273s-.3301.2706-.5273.3522-.4086.1236-.622.1235z'/%3E%3Cpath d='m21.125 19.5c0-.9641-.2859-1.9066-.8216-2.7083s-1.297-1.4266-2.1878-1.7956-1.871-.4655-2.8167-.2774c-.9456.1881-1.8143.6524-2.496 1.3342-.6818.6818-1.1461 1.5504-1.3342 2.4961-.1881.9456-.0916 1.9259.2774 2.8167s.9938 1.652 1.7955 2.1877 1.7442.8216 2.7084.8216c1.2928-.0003 2.5326-.514 3.4468-1.4282.9142-.9141 1.4279-2.1539 1.4282-3.4468zm-4.875 1.625c-.3214 0-.6356-.0952-.9028-.2738s-.4755-.4324-.5985-.7293-.1552-.6236-.0925-.9388c.0627-.3153.2175-.6048.4448-.8321.2272-.2272.5168-.382.832-.4447s.6419-.0306.9389.0924c.2969.123.5507.3314.7292.5986.1786.2672.2739.5814.2739.9027.0001.2135-.0418.4248-.1235.622-.0816.1972-.2013.3765-.3522.5274s-.3301.2705-.5273.3522c-.1972.0816-.4086.1236-.622.1234z'/%3E%3Cpath d='m58.5 58.5h-32.5c-.431 0-.8443.1712-1.149.476-.3048.3047-.476.718-.476 1.149v19.5c0 .431.1712.8443.476 1.149.3047.3048.718.476 1.149.476h32.5c.431 0 .8443-.1712 1.149-.476.3048-.3047.476-.718.476-1.149v-19.5c0-.431-.1712-.8443-.476-1.149-.3047-.3048-.718-.476-1.149-.476zm-1.625 19.5h-29.25v-16.25h29.25z'/%3E%3C/g%3E%3C/svg%3E");
}
.icons.conditions_10 {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='104' viewBox='0 0 104 104' width='104' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h104v104h-104z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)' fill='%2300abd6'%3E%3Cpath d='m97.5 9.75h-11.375v-3.25c.0006-.85376-.1671-1.69929-.4935-2.48818-.3265-.78889-.8052-1.5057-1.4089-2.10941-.6037-.6037-1.3205-1.08244-2.1094-1.408878s-1.6344-.49414567-2.4882-.49353029h-55.25c-.8538-.00061965-1.6993.16709429-2.4882.49353029s-1.5057.805178-2.1094 1.408878c-.6037.60371-1.0824 1.32051-1.4089 2.10941-.3264.7889-.4941 1.63442-.4935 2.48818v3.25h-11.375c-.85376-.00062-1.69928.1671-2.48817.4935-.7889.3265-1.5057.8052-2.1094 1.4089-.60371.6037-1.082471 1.3205-1.408907 2.1094s-.49414094 1.6344-.49352129 2.4882v13c.00020685 4.7407 1.88352829 9.2871 5.23569829 12.6393 3.35216 3.3521 7.8986 5.2355 12.6393 5.2357h.1555c.7351 7.6057 4.0021 14.7444 9.2776 20.2722 5.2754 5.5278 12.2538 9.1247 19.8169 10.2141v13.3887h-11.375c-.8538-.0006-1.6993.1671-2.4882.4935-.7889.3265-1.5057.8052-2.1094 1.4089s-1.0824 1.3205-1.4089 2.1094c-.3264.7889-.4941 1.6344-.4935 2.4882v4.875c0 .431.1712.844.476 1.149.3047.305.718.476 1.149.476h42.25c.431 0 .8443-.171 1.149-.476.3048-.305.476-.718.476-1.149v-4.875c.0006-.8538-.1671-1.6993-.4935-2.4882-.3265-.7889-.8052-1.5057-1.4089-2.1094s-1.3205-1.0824-2.1094-1.4089c-.7889-.3264-1.6344-.4941-2.4882-.4935h-11.375v-13.3887c7.5624-1.0892 14.54-4.6861 19.8142-10.2142 5.2742-5.528 8.5395-12.6669 9.2723-20.2721h.1635c4.7407-.0002 9.2871-1.8836 12.6393-5.2357 3.3517-3.3522 5.2357-7.8986 5.2357-12.6393v-13c.001-.8538-.167-1.6993-.494-2.4882-.326-.7889-.805-1.5057-1.408-2.1094-.604-.6037-1.321-1.0824-2.1098-1.4089-.7889-.32641-1.6344-.49411-2.4882-.4935zm-79.625 27.625c-2.1549-.0001-4.2214-.8562-5.7451-2.3799-1.5238-1.5237-2.37981-3.5902-2.3799-5.7451v-9.75h8.125zm-14.625-8.125v-13c-.00011-.4268.08389-.8495.24718-1.2438.16329-.3944.40267-.7527.70449-1.0545.30181-.3019.66013-.5412 1.05448-.7045.39436-.1633.81703-.2473 1.24385-.2472h11.375v3.25h-9.75c-.21347-.0003-.42489.0416-.62216.1232s-.3765.2012-.52745.3522c-.15095.1509-.27063.3302-.35221.5274-.08157.1973-.12343.4087-.12318.6222v11.375c.00013 3.0168 1.19861 5.91 3.33181 8.0432 2.13319 2.1332 5.02639 3.3317 8.04319 3.3318v3.25c-3.8787-.0002-7.5986-1.5411-10.34125-4.2838-2.74268-2.7427-4.28358-6.4625-4.28375-10.3412zm65 65c.4268-.0001.8495.0839 1.2438.2472.3944.1633.7527.4026 1.0545.7045.3018.3018.5412.6601.7045 1.0545.1633.3943.2473.817.2472 1.2438v3.25h-39v-3.25c-.0001-.4268.0839-.8495.2472-1.2438.1633-.3944.4027-.7527.7045-1.0545.3018-.3019.6601-.5412 1.0545-.7045.3943-.1633.817-.2473 1.2438-.2472zm-17.875-3.25v-13.084c.5428.0253 1.0759.084 1.625.084s1.0823-.0587 1.625-.084v13.084zm32.5-47.125c0 8.1886-3.2529 16.0418-9.0431 21.832s-13.6433 9.043-21.8319 9.043-16.0417-3.2528-21.8319-9.043-9.0431-13.6434-9.0431-21.832v-37.375c-.0001-.42682.0839-.84949.2472-1.24384.1633-.39436.4027-.75269.7045-1.05451.3018-.30181.6601-.5412 1.0545-.70449.3943-.16329.817-.24727 1.2438-.24716h55.25c.4268-.0001.8495.08387 1.2438.24716.3944.1633.7527.40268 1.0545.70449s.5412.66016.7045 1.05451.2473.81702.2472 1.24384zm3.25-24.375h8.125v9.75c-.0001 2.1549-.8562 4.2214-2.3799 5.7451s-3.5902 2.3798-5.7451 2.3799zm14.625 9.75c0 3.8787-1.5411 7.5985-4.2838 10.3412-2.7426 2.7427-6.4625 4.2836-10.3412 4.2838v-3.25c3.0168-.0001 5.91-1.1986 8.0432-3.3318s3.3317-5.0264 3.3318-8.0432v-11.375c.0002-.2135-.0416-.4249-.1232-.6222-.0816-.1972-.2013-.3765-.3522-.5274-.1509-.151-.3302-.2706-.5274-.3522-.1973-.0816-.4087-.1234-.6222-.1232h-9.75v-3.25h11.375c.4268-.0001.8495.0839 1.2438.2472.3944.1633.7527.4026 1.0545.7045.3017.3018.5417.6601.7047 1.0545.163.3943.247.817.247 1.2438z'/%3E%3Cpath d='m63.6146 31.462-7.0015-1.0695-3.1454-6.7001c-.1311-.2794-.3391-.5157-.5996-.6812s-.5627-.2534-.8714-.2534c-.3086 0-.6109.0879-.8714.2534s-.4685.4018-.5996.6812l-3.1454 6.7001-7.0014 1.0695c-.2952.0452-.5723.1709-.8007.3632-.2284.1924-.3994.444-.4942.7272s-.1097.5871-.043.8782c.0666.2911.2122.5582.4207.7719l5.1131 5.2433-1.211 7.4171c-.0489.3012-.0121.61.1061.8913.1183.2812.3132.5236.5626.6993.2494.1758.5432.2778.8478.2946.3047.0167.6079-.0525.875-.1999l6.2414-3.4498 6.2414 3.4498c.2671.1474.5703.2167.875.2.3046-.0167.5984-.1188.8478-.2946.2494-.1757.4444-.4181.5626-.6994s.1549-.5901.1059-.8913l-1.2107-7.4171 5.113-5.2433c.2085-.2137.3541-.4808.4208-.7719.0666-.2911.0517-.595-.0431-.8782-.0947-.2832-.2657-.5348-.4942-.7272-.2284-.1923-.5054-.318-.8006-.3632zm-7.0951 6.3016c-.1776.1821-.31.4033-.3866.6458-.0766.2426-.0953.4997-.0546.7508l.8045 4.9226-4.099-2.2662c-.241-.1332-.5118-.2031-.7871-.2031s-.5461.0699-.7871.2031l-4.099 2.2662.8045-4.9226c.0408-.2511.0221-.5082-.0546-.7508-.0766-.2425-.209-.4637-.3866-.6458l-3.4784-3.5641 4.7337-.7253c.2639-.0399.5137-.1444.7274-.3041.2138-.1598.3847-.3698.4977-.6115l2.0424-4.3513 2.0424 4.3513c.113.2417.284.4517.4977.6115.2137.1597.4636.2642.7274.3041l4.7338.7253z'/%3E%3C/g%3E%3C/svg%3E");
}
.icons.spb {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='104' viewBox='0 0 104 104' width='104' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h104v104h-104z'/%3E%3C/clipPath%3E%3Cmask id='b' height='104' maskUnits='userSpaceOnUse' width='104' x='0' y='0'%3E%3Ccircle cx='52' cy='52' fill='%23d9d9d9' r='52'/%3E%3C/mask%3E%3Cg clip-path='url(%23a)'%3E%3Cg mask='url(%23b)'%3E%3Cpath d='m52 104c28.7188 0 52-23.2812 52-52s-23.2812-52-52-52-52 23.2812-52 52 23.2812 52 52 52z' fill='%2300acd5'/%3E%3Cpath d='m29.7148 101.039v-29.6811s1.0507-1.1821.9194-1.9701l-.1313-.788.1426-2.1012h.908c.394 0 0 .6566 0 .6566.3773.0429.7382.1782 1.0507.394.6567.394 1.3133-.2627.6567.394-.6567.6566-1.637 1.576-1.637 1.576l.849 1.5761h13.79v-9.8501l1.8387-2.9909h.6567c.1234-.6211.4462-1.1849.9193-1.6058.5296-.2979 1.078-.5611 1.6417-.788v-4.3341l.3283 4.3341c.2689-.0093.5367.0386.7858.1404.249.1019.4736.2555.6588.4506.4444.5532.8193 1.1586 1.1164 1.8028l1.97 2.9252c.3013-.257.6319-.4774.985-.6567.3984-1.039.6846-2.1177.8537-3.2176l.3282 3.152s1.5104.788 1.6417 1.3134c.1313.5253.3284 1.5102.3284 1.5102l.7223.3941v-12.6081l-.9193-.7223 1.5103-1.4447.2627-3.7964 1.773-1.6334.7223-2.2492c-.0859-1.7651.1837-3.5295.7928-5.1884.6092-1.6589 1.5454-3.1786 2.7532-4.4687 1.7588-1.9045 3.8227-3.5024 6.1071-4.728l.4596-.9849v-5.3192c.2871-.7518.6842-1.4567 1.1783-2.0919.7261-.863 1.0506-1.3227 1.0506-1.3227l.6138-4.5311.5354 4.5311c.5082.387.9516.8525 1.3133 1.379.2336.5253.6625 2.167.6625 2.167v5.122l.5715.985c2.2078 1.0526 4.0869 2.6872 5.435 4.728 1.6004 2.9988 2.751 6.2168 3.4148 9.5504l.394 1.5432.3251 1.7402 2.1703.7716v2.3517l.394 1.2477 1.4446 1.2476-1.7074 1.1164v13.0021s.9194.7224.9194.5254.0656-3.2178.0656-3.2178l-.5253-.3283 1.2477-1.8386.2627-.9552c.1123-.419.3103-.8102.5816-1.1488s.6099-.6172.9944-.8182l1.3133-.6895.6567-4.6624.4596 4.7938c.3248-.0178.6497.0312.9547.1442.305.1129.5836.2874.8182.5125.457.5944.874 1.2185 1.248 1.8684v.8895h1.838v2.364l-.985 1.3134s-.788.3939.066.3939h1.642v2.1013l-1.051 1.4446.197 4.3341 10.967-.197c.07-.319.18-.628.328-.9194.197-.3283.788-1.1163.788-1.1163.513-.1992.999-.4642 1.444-.7881.066-.197.854-1.379.854-1.379l.328 3.9401.526.9193.459.788-.591.4597.591 2.364 1.379-1.576s.985.7223.985.9193.657 2.1014.657 2.1014l.985.197 2.102 5.9758-1.839 2.4953-.394 16.9417z' fill='%23b3e6fa'/%3E%3Cpath d='m20.1826 91.2458c.9905-1.6096 1.7333-4.4572.7429-5.9429-1.7286-2.1017-3.9365-3.7577-6.4381-4.8286-1.4138-.4017-2.8665-.6507-4.3334-.7429.1867-2.638.1867-5.2858 0-7.9237-.3714-.7429-1.36188-3.5905-1.48569-3.962-.12381-.3714 0-4.9523 0-4.9523l2.47619-2.9715h23.8952l21.5429.7428 23.0286 9.2858 15.3524 9.4095 5.0764 6.3143-22.6574 20.4287h-55.7143z' fill='%23fcd08d'/%3E%3Cg stroke-miterlimit='10'%3E%3Cpath d='m20.1826 91.2497c.9905-1.6096 1.7333-4.4572.7429-5.9429-1.7286-2.1017-3.9365-3.7577-6.4381-4.8286-1.4138-.4016-2.8665-.6507-4.3334-.7429.1867-2.6379.1867-5.2858 0-7.9237-.3714-.7429-1.36188-3.5905-1.48569-3.962-.12381-.3714 0-4.9523 0-4.9523l2.47619-2.9715h23.8952l21.5429.7429 23.0286 9.2857 15.3524 9.4095 5.0764 6.3143-22.6574 20.4288h-55.7143z' stroke='%23faa121' stroke-width='2'/%3E%3Cpath d='m8.96484 68.707 3.54086 3.3541 6.8104 1.8574' stroke='%23faa121' stroke-width='2'/%3E%3Cpath d='m19.3164 83.5893 7.4279-.5737 13.6191 3.2809' stroke='%23faa121' stroke-width='2'/%3E%3Cpath d='m72.9223 101.156-10.0278-7.3061-8.5703-2.4749' stroke='%23faa121' stroke-width='2'/%3E%3Cpath d='m87.0386 76.5156c-2.1048 0-7.1579 2.4762-6.2912 3.962 1.5932 2.0535 3.3228 3.9976 5.1769 5.8191' stroke='%23faa121' stroke-width='2'/%3E%3Cpath d='m67.8486 71.3092-18.3235-3.5847-20.9235-1.7323' stroke='%23faa121' stroke-width='2'/%3E%3Cpath d='m32.8086 77.1367h30.8148' stroke='%230b0d19' stroke-width='2'/%3E%3Cpath d='m41.6016 81.7148h13.3404' stroke='%230b0d19' stroke-width='2'/%3E%3Cpath d='m66.2704 1.98438c11.4299 3.25933 21.3986 10.33532 28.2465 20.04982 6.8481 9.7146 10.1621 21.4816 9.3901 33.342s-5.5828 23.0987-13.6319 31.8438c-8.049 8.7452-18.8507 14.47-30.6066 16.22-11.7559 1.751-23.7567-.578-34.0046-6.5986-10.2479-6.0205-18.12444-15.3695-22.31842-26.4905-4.193986-11.121-4.45232-23.343-.73199-34.6312 3.72032-11.2883 11.19481-20.9616 21.17921-27.40979' stroke='%2300abd6' stroke-width='4'/%3E%3C/g%3E%3C/g%3E%3Cpath d='m56.6206 59.9113c.1352-.448.176-.9192.1196-1.3838-.0563-.4645-.2084-.9123-.4468-1.315-.8178-1.2268-3.1077-2.5353-3.5166-4.171-.5124-1.9016-1.237-3.7396-2.16-5.4794-.457-.5724 1.2636-1.3902 1.3846-1.5538.1211-.1635-.4513-1.2267-1.0238-1.3903-.5725-.1635-5.7248-.0818-8.5053-2.7806-1.6666-1.6195-3.4428-3.1223-5.3158-4.498-.3727.6499-.7823 1.2779-1.2267 1.881-.5725.736-1.881 2.1263-1.7993 3.3531.0818 1.2267.0818 1.3903-.5724 1.3903-.6543 0-2.6171-.5725-3.6802-.5725h-1.0632s-.0818 1.145-.3271 1.145c-.2454 0-3.2713-1.4721-3.2713-1.4721s-1.7174-3.762-1.7174-4.0892c0-.3271 1.3903-4.8251 1.3085-5.3975-.0818-.5725-2.2081-1.145-3.1895-.9815-1.5927.8783-2.9634 2.1091-4.0073 3.5985-.2913.4838-.6492.9242-1.0631 1.3085h-.5725s-.1636 1.3085.3271 1.3903c.4852.185.9297.4627 1.3085.8178-.0552.6419-.1926 1.274-.4089 1.881-.2249.5327-.5281 1.0289-.8996 1.4721l-2.1263-2.617v-4.3345c1.4075-.6278 2.6838-1.5158 3.762-2.6171 1.0631-1.3903 1.5538-2.617 2.2899-3.1076.736-.4907 1.7174-.8996 2.3716-.4908.7318.354 1.4995.6282 2.2899.8179 0 0 .6543-.9815.8996-1.3904.2454-.4089.2454-.5725 1.6357-.4907.7627.0525 1.5283.0457 2.2899-.0205.1191-1.2624.3379-2.5135.6542-3.7415.574-.9264 1.2607-1.778 2.0444-2.5352.4089-.4089.4908-3.1077 1.3086-4.498.8177-1.3903 2.4534-3.6802 2.6988-4.3345.1062-.6307.0499-1.2781-.1636-1.881-1.3603-.1231-2.7289-.1231-4.0891 0-.3896.3006-.7994.5739-1.2267.8179-.6697.2924-1.396.4321-2.1264.4089-.3271-.1635.4089-1.7992.8178-1.9628-.6327.3816-1.3232.6578-2.0445.8179-.3931-.014-.7807-.097-1.145-.2454-.2678-.5301-.354-1.1336-.2453-1.71745.2453-.73604.8178-1.88095 1.3085-1.79916.4907.08178.9814-.40894 2.1263-.81786 1.145-.40891 3.8438-2.28995 4.8252-2.53529.9813-.24534 2.617-.65428 2.617-.98141s-.1636-2.53519-.1636-2.53519c.4667.86757 1.0143 1.68906 1.6357 2.45347.4907.40891 5.0705.57248 5.9701 1.30851.8996.73602 2.7806 1.96281 2.7806 1.96281l-1.3086.24528c.9362.75339 1.762 1.6344 2.4535 2.61712.9814 1.47207.9814 1.88097.9814 1.88097h-.7361s-.4907 1.0632-.2453 1.3085c.2634.3831.4829.7945.6542 1.2267l-1.3903-.2454s.1636 2.2899.1636 2.6171c0 .3271.8996.0818.8996.0818l.0818-1.0632c-.1836-.8135-.0365-1.6666.4089-2.3717.736-.8178 1.7992-1.8809 2.1263-2.3716.9657-.6695 2.0093-1.21874 3.1078-1.63565l.0818-1.47206s-1.3085-.00002-1.3085-.40893c0-.40892.0818-1.39024.0818-1.39024l-.3272-.57248s.7361-.57251.7361-.81785c0-.24535.0817-.81786.0817-.81786l.8997-1.14486.1635-1.39033c1.1717.61977 2.2929 1.33077 3.3531 2.12636.6542.65426.5725 3.76198.5725 3.76198l.0032 1.79916c.5026.41619.8947.94993 1.1417 1.55386.2454.8179 2.4535 8.5871 2.4535 8.5871l-.409.6543c-.5039 1.8186-.3594 3.7558.409 5.4794 1.3085 2.5353 2.7805 5.9701 2.7805 5.9701.5998-.0306 1.1958.1113 1.7175.4089.8178.4908 4.8251 4.5798 4.8251 4.5798l-.4907.9814 1.7992 3.5984c.9133.5627 1.6944 1.3159 2.2899 2.2081 1.7375 2.4006 3.2177 4.9773 4.4162 7.6875.9595 1.9203 1.6739 3.9535 2.1263 6.0519.4908 2.3717.8996 4.7434 2.6988 6.4608s5.8066 4.9888 5.8066 4.9888c-.1665.2203-.4008.3796-.6669.4535-.266.0739-.549.0583-.8052-.0446-.2332-.1088-.4897-.1581-.7466-.1435s-.5062.0927-.7255.2273c.6744.4189 1.3862.774 2.1264 1.0611.3271 0 .0818.6543.0818.6543h-1.9627l1.3085.736-.9813.5725-2.29 1.0631s-7.5239-4.4162-7.2786-4.498c.5825-.4772 1.1292-.9965 1.6357-1.5538 0 0-3.4349-5.1523-3.6802-8.5053-.2454-3.3531-.0818-4.7042-.8179-6.1959-.736-1.4918-2.4535-2.2278-2.6988-3.0456-.2454-.8178-.5725-2.3717-.5725-2.3717-.6007.7395-1.3191 1.375-2.1263 1.881-.8178.3271-2.6988 1.0111-2.6988 1.0111.0276.657.1951 1.3007.4912 1.8879.2962.5872.7142 1.1044 1.2262 1.5172 1.0717.6115 1.9718 1.4835 2.617 2.5353.0834.3934.0672.8014-.047 1.187-.1143.3856-.323.7366-.6072 1.0211-.7361.8178-3.762 6.7879-3.762 6.7879s-2.617-.736-2.2899-1.1449c.3271-.409 1.7992-3.9256 2.3717-4.7434.2127-.4894.2945-1.0257.2371-1.5563-.0573-.5306-.2518-1.0371-.5643-1.4697-.4907-.6542-2.2899-.9814-2.9441-1.7174-.6543-.736-2.5353-2.5352-2.5353-2.5352-.3225.3317-.7131.5894-1.1449.7556-.6543.2257-1.7992.4711-1.7992.4711-.2024.6285-.2561 1.2955-.1568 1.9483.0994.6528.349 1.2738.7293 1.8136.7348.8018 1.3417 1.7121 1.7992 2.6988.091.1631.1442.3446.1555.531s-.0196.373-.0903.5459-.1795.3275-.3182.4526c-.1388.125-.3039.2173-.4832.2698-1.2941-.0341-2.5703-.3115-3.7618-.8178z' fill='%2379888f'/%3E%3Cg stroke-width='2'%3E%3Cpath d='m56.6206 59.9131c.1352-.448.176-.9193.1196-1.3838-.0563-.4646-.2084-.9124-.4468-1.3151-.8178-1.2267-3.1077-2.5352-3.5166-4.1709-.5124-1.9016-1.237-3.7396-2.16-5.4794-.457-.5725 1.2636-1.3902 1.3846-1.5538.1211-.1635-.4513-1.2268-1.0238-1.3903-.5725-.1636-5.7248-.0818-8.5053-2.7806-1.6666-1.6195-3.4428-3.1224-5.3158-4.498-.3727.6499-.7823 1.2779-1.2267 1.881-.5725.736-1.881 2.1263-1.7993 3.353.0818 1.2268.0818 1.3904-.5724 1.3904-.6543 0-2.6171-.5725-3.6802-.5725h-1.0632s-.0818 1.1449-.3271 1.1449c-.2454 0-3.2713-1.472-3.2713-1.472s-1.7174-3.7621-1.7174-4.0892 1.3903-4.8251 1.3085-5.3976-2.2081-1.1449-3.1895-.9814c-1.5927.8782-2.9634 2.1091-4.0073 3.5984-.2913.4838-.6492.9243-1.0631 1.3085h-.5725s-.1636 1.3086.3271 1.3904c.4852.1849.9297.4627 1.3085.8177-.0552.6419-.1926 1.2741-.4089 1.881-.2249.5328-.5281 1.029-.8996 1.4722l-2.1263-2.617v-4.3345c1.4075-.6278 2.6838-1.5158 3.762-2.6171 1.0631-1.3903 1.5538-2.617 2.2899-3.1077.736-.4907 1.7174-.8996 2.3716-.4907.7318.3539 1.4995.6281 2.2899.8178 0 0 .6543-.9814.8996-1.3903.2454-.4089.2454-.5725 1.6357-.4908.7627.0526 1.5283.0458 2.2899-.0204.1191-1.2625.3379-2.5136.6542-3.7415.574-.9265 1.2607-1.778 2.0444-2.5352.4089-.409.4908-3.1078 1.3086-4.498.8177-1.3903 2.4534-3.6802 2.6988-4.3345.1062-.6307.0499-1.2781-.1636-1.881-1.3603-.1231-2.7289-.1231-4.0891 0-.3896.3006-.7994.5739-1.2267.8179-.6697.2924-1.396.4321-2.1264.4089-.3271-.1636.4089-1.7993.8178-1.9628-.6327.3815-1.3232.6578-2.0445.8178-.3931-.0139-.7807-.097-1.145-.2453-.2678-.5301-.354-1.1336-.2453-1.71749.2453-.73604.8178-1.88095 1.3085-1.79916s.9814-.40894 2.1263-.81785c1.145-.40892 3.8438-2.28996 4.8252-2.5353.9813-.24534 2.617-.65428 2.617-.98141-.2157-.71184-.4892-1.40482-.8178-2.07211 0 0 1.7992 1.58149 2.2899 1.99039s5.0705.57248 5.9701 1.30851 2.7806 1.96281 2.7806 1.96281l-1.3086.24528c.9362.75339 1.762 1.6344 2.4535 2.61712.9814 1.47211.9814 1.88101.9814 1.88101h-.7361s-.4907 1.0631-.2453 1.3085c.2634.3831.4829.7945.6542 1.2267l-1.3903-.2454s.1636 2.2899.1636 2.617.8996.0818.8996.0818l.0818-1.0631c-.1836-.8135-.0365-1.6667.4089-2.3717.736-.8179 1.7992-1.881 2.1263-2.3717.9657-.6694 2.0093-1.21868 3.1078-1.63559l.0818-1.47206s-1.3085-.00001-1.3085-.40893c0-.40891.0818-1.39024.0818-1.39024l-.3272-.57247s.7361-.57252.7361-.81786.0817-.81786.0817-.81786l.8997-1.14486.1635-.87716c1.1816.3933 2.3083.93542 3.3531 1.61319.6542.65426.5725 3.76198.5725 3.76198l.0032 1.79917c.5026.41618.8947.94993 1.1417 1.55389.2454.8178 2.4535 8.5871 2.4535 8.5871l-.409.6543c-.5039 1.8185-.3594 3.7558.409 5.4794 1.3085 2.5352 2.7805 5.9701 2.7805 5.9701.5998-.0306 1.1958.1113 1.7175.4089.8178.4908 4.8251 4.5797 4.8251 4.5797l-.4907.9814 1.7992 3.5985c.9133.5627 1.6944 1.3158 2.2899 2.2081 1.7375 2.4005 3.2177 4.9772 4.4162 7.6875.9595 1.9202 1.6739 3.9535 2.1263 6.0519.4908 2.3716.8996 4.7434 2.6988 6.4608s5.8066 4.9887 5.8066 4.9887c-.1665.2203-.4008.3797-.6669.4536-.266.0739-.549.0582-.8052-.0446-.2332-.1089-.4897-.1582-.7466-.1435-.2569.0146-.5062.0927-.7255.2273.6744.4188 1.3862.774 2.1264 1.061.3271 0 .0818.6543.0818.6543h-1.9627l1.3085.7361-.9813.5725-2.29 1.0631s-7.5239-4.4163-7.2786-4.498c.5825-.4773 1.1292-.9965 1.6357-1.5538 0 0-3.4349-5.1523-3.6802-8.5054-.2454-3.353-.0818-4.7041-.8179-6.1959-.736-1.4917-2.4535-2.2278-2.6988-3.0456-.2454-.8178-.5725-2.3716-.5725-2.3716-.6007.7395-1.3191 1.375-2.1263 1.881-.8178.3271-2.6988 1.011-2.6988 1.011.0276.6571.1951 1.3008.4912 1.888.2962.5872.7142 1.1044 1.2262 1.5172 1.0717.6115 1.9718 1.4835 2.617 2.5353.0834.3934.0672.8014-.047 1.187-.1143.3856-.323.7365-.6072 1.021-.7361.8179-3.762 6.788-3.762 6.788s-2.617-.7361-2.2899-1.145 1.7992-3.9255 2.3717-4.7434c.2127-.4894.2945-1.0257.2371-1.5562-.0573-.5306-.2518-1.0371-.5643-1.4697-.4907-.6543-2.2899-.9814-2.9441-1.7175-.6543-.736-2.5353-2.5352-2.5353-2.5352-.3225.3318-.7131.5895-1.1449.7556-.6543.2257-1.7992.4711-1.7992.4711-.2024.6286-.2561 1.2955-.1568 1.9484.0994.6528.349 1.2737.7293 1.8136.7348.8018 1.3417 1.712 1.7992 2.6988.091.163.1442.3445.1555.531.0113.1864-.0196.373-.0903.5459-.0707.1728-.1795.3275-.3182.4525-.1388.1251-.3039.2174-.4832.2698-1.2941-.034-2.5703-.3115-3.7618-.8177z' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m26.8491 34.7227c.9806.1272 1.942.3744 2.8624.736.9447.2833 1.7935.8208 2.4534 1.5538.5066-.1115 1-.276 1.4721-.4908.4152-.1802.8573-.2907 1.3085-.3271-.2315 1.1003-.5882 2.1704-1.0632 3.1895-.6133.9459-1.3885 1.7764-2.2899 2.4535l-3.1077.4089s.4908-.8178-.1635-1.1449c-.3883-.1925-.7464-.4404-1.0632-.7361l-1.2268-.3271s.3272-3.353.3272-4.0891c.0095-.4548.1839-.8907.4907-1.2266z' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m62.1101 51.6515c-1.2122-1.787-2.556-3.4809-4.0203-5.0679.3336-.7255.5543-1.4977.6543-2.2899-.045-1.6541-.2643-3.2989-.6543-4.907' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m29.7109 28.8146h6.0519s-1.7992-1.7788-1.881-2.8419' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m41.6526 25.9727c.6417 2.0077.9457 4.1081.8996 6.2154-.3271 1.145-2.617 2.5353-2.617 2.5353h-5.8883' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m43.9414 39.3852c.4089-.8996 1.0632-5.2342 1.3903-6.2973.4531-1.1079 1.0003-2.175 1.6357-3.1895 0 0 5.6429.8996 7.1968.4498 1.7282-.3389 3.5058-.3389 5.2341 0' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m56.456 13.543s1.2268 1.3903.9814 1.472c-.2453.0818-5.1522.9814-5.1522.9814' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m47.2148 20.0026c.9802-.523 1.9907-.9873 3.026-1.3903.4907-.0818 4.6369-.3271 4.6369-.3271h4.5227' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m36.2539 11.8252c1.7992-.3271 3.0259-.5724 3.3531-1.3902.1781-.69762.1781-1.42882 0-2.12641' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m61.7695 34.6406c.8436 2.1154 1.5806 4.2717 2.2081 6.4608.642.5408 1.3963.9319 2.2082 1.145 1.5799.5877 3.1112 1.2986 4.5798 2.1263' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m40.6719 14.7695 3.9255 2.2899' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m56.3749 25.9727s.9813 1.4516 0 1.4209c-.9814-.0306-6.4608-.7102-6.4608-.7102' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m53.3633 46.1758 2.358 2.0445' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m27.5859 32.5167 1.5535-.9815 7.1159.9815' stroke='%23546e7a' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='m49.293 60.4141 7.2881.2502 23.0279 9.2868 10.7867 6.6106' stroke='%23faa121' stroke-miterlimit='10'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 17.77777778vw;
  height: 17.77777778vw;
}
.icons.msk {
  background-image: url("data:image/svg+xml,%3Csvg width='104' height='104' viewBox='0 0 104 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2893_3477)'%3E%3Cmask id='mask0_2893_3477' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='104' height='104'%3E%3Cpath d='M52 104C80.7188 104 104 80.7188 104 52C104 23.2812 80.7188 0 52 0C23.2812 0 0 23.2812 0 52C0 80.7188 23.2812 104 52 104Z' fill='%2300ACD5'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2893_3477)'%3E%3Cpath d='M52 104C80.7188 104 104 80.7188 104 52C104 23.2812 80.7188 0 52 0C23.2812 0 0 23.2812 0 52C0 80.7188 23.2812 104 52 104Z' fill='%2300ACD5'/%3E%3Cpath d='M8.5 58.6953H108.096V96.264H8.5V58.6953Z' fill='%23B3E6FA'/%3E%3Cpath d='M54.1484 55.4453H90.1434V62.0944H54.1484V55.4453Z' fill='%23B3E6FA'/%3E%3Cpath d='M66.8125 47.0508H77.4804V53.6999H66.8125V47.0508Z' fill='%23B3E6FA'/%3E%3Cpath d='M90.9281 55.5948H53.3594C53.3594 55.5948 56.1252 48.2188 68.3504 48.2188H75.9371C87.2447 48.2187 90.9281 55.5948 90.9281 55.5948Z' fill='%23B3E6FA'/%3E%3Cpath d='M78.3476 47.1966H65.9414C66.2428 46.1212 66.8922 45.1759 67.7878 44.5086C68.6835 43.8413 69.7751 43.4896 70.8918 43.5085H73.3971C74.4975 43.5541 75.5585 43.9305 76.4417 44.5884C77.3248 45.2464 77.989 46.1553 78.3476 47.1966V47.1966Z' fill='%23B3E6FA'/%3E%3Cpath d='M4.875 75.5117H99.9187V108.147H4.875V75.5117Z' fill='%23F8C0BC' stroke='%23FF7166' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M63.8242 75.5117V82.1758' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M70.3242 75.5117V78.8437' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M50.8242 75.5117V82.1758' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M57.3242 75.5117V78.8437' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.8242 75.5117V82.1758' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44.3242 75.5117V78.8437' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M24.8242 75.5117V82.1758' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.3242 75.5117V78.8437' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.8242 75.5117V82.1758' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.3242 75.5117V78.8437' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M76.8242 75.5117V82.1758' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M83.3242 75.5117V78.8437' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M89.8242 75.5117V82.1758' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M96.3242 75.5117V78.8437' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M50.1406 89.957H59.3986' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M62.6172 95.457H67.2462' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M77.1094 87.9453H83.013' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M37.125 98.9453H43.0287' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M38.5564 31.591L29.7017 12.6289L19.5 32.0347L31.1317 37.4947L38.5564 31.591Z' fill='%238AC640' stroke='%238AC640' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M20.5703 31.6319L29.2511 14.1484L26.6608 32.0348L21.2934 36.4224L20.5703 31.6319Z' fill='%2373A636'/%3E%3Cpath d='M17.8047 89.1523H23.7083' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40.0513 31.0998L35.0487 35.2452C35.0487 35.2452 32.3802 30.582 29.1902 30.582C26.0002 30.582 23.4398 35.2452 23.4398 35.2452L18.4492 31.0998V70.6135H40.0513V31.0998Z' fill='%23F8C0BC' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M45.8884 111.203H12.6133V61.5742L16.7317 64.823C16.7317 64.823 18.6995 61.5742 20.8464 61.5742C22.9932 61.5742 25.2294 64.823 25.2294 64.823C25.2294 64.823 26.3848 61.5742 29.2509 61.5742C32.117 61.5742 33.4587 64.823 33.4587 64.823C33.4587 64.823 34.8005 61.5742 37.4839 61.5742C40.1674 61.5742 41.7775 64.823 41.7775 64.823L45.8884 61.5742L45.8884 111.203Z' fill='%23F8C0BC' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.25 74.6172V77.1963Z' fill='%23F8C0BC'/%3E%3Cpath d='M29.25 74.6172V77.1963' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.9648 81.8203H41.4175V108.149H17.9648V81.8203Z' fill='%23F8C0BC' stroke='%23FF7166' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M31.3047 93.625H36.2281' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.0547 90.1797H23.9782' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.0465 35.2461L34.9766 40.2349Z' fill='%23F8C0BC'/%3E%3Cpath d='M35.0465 35.2461L34.9766 40.2349' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.609 35.2461L23.5391 40.2349Z' fill='%23F8C0BC'/%3E%3Cpath d='M23.609 35.2461L23.5391 40.2349' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.2514 56.8426C33.7201 56.8426 37.3427 53.22 37.3427 48.7513C37.3427 44.2827 33.7201 40.6602 29.2514 40.6602C24.7827 40.6602 21.1602 44.2827 21.1602 48.7513C21.1602 53.22 24.7827 56.8426 29.2514 56.8426Z' fill='%23FFE582' stroke='%23FAA21B' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M32.2612 46.043L29.3768 49.1434L26.2422 47.7427' stroke='%23546E7A' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.88672 70.5039H48.2158' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M66.2704 1.98438C77.7003 5.24371 87.669 12.3197 94.5169 22.0342C101.365 31.7488 104.679 43.5158 103.907 55.3762C103.135 67.2366 98.3242 78.4749 90.2751 87.22C82.226 95.9652 71.4244 101.69 59.6685 103.44C47.9126 105.191 35.9118 102.862 25.6639 96.8414C15.416 90.8209 7.53946 81.4719 3.34548 70.3509C-0.848506 59.2299 -1.10684 47.0079 2.61349 35.7197C6.33381 24.4314 13.8083 14.7581 23.7927 8.30991' stroke='%2300ABD6' stroke-width='4' stroke-miterlimit='10'/%3E%3Cpath d='M71.3828 43.5065L71.9191 24.793L72.6341 43.5065H71.3828Z' fill='%23B3E6FA'/%3E%3Cpath d='M88.3792 34.1409C85.9219 32.8804 83.1976 32.2289 80.4359 32.2413C77.8269 32.3073 75.2461 31.6902 72.9492 30.4511V24.8828C75.3421 26.0827 77.9798 26.7135 80.6566 26.7259C83.3385 26.7401 85.981 27.3719 88.3792 28.5726L88.3792 34.1409Z' fill='%23B3E6FA'/%3E%3C/g%3E%3Cpath d='M29.2512 1.67188L31.4076 6.04154L36.2289 6.74187L32.7401 10.143L33.5639 14.9449L29.2512 12.678L24.9384 14.9449L25.7623 10.143L22.2734 6.74187L27.0948 6.04154L29.2512 1.67188Z' fill='white' stroke='%23FF7166' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2893_3477'%3E%3Crect width='104' height='104' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  width: 17.77777778vw;
  height: 17.77777778vw;
}
@media (min-width: 768px) {
  .icons.logo {
    width: 22.39583333vw;
    height: 7.29166667vw;
  }
  .icons.conditions_1,
  .icons.conditions_2,
  .icons.conditions_3,
  .icons.conditions_4,
  .icons.conditions_5,
  .icons.conditions_6,
  .icons.conditions_7,
  .icons.conditions_8,
  .icons.conditions_9,
  .icons.conditions_10 {
    width: 13.54166667vw;
    height: 13.54166667vw;
  }
  .icons.spb {
    width: 11.97916667vw;
    height: 11.97916667vw;
  }
  .icons.msk {
    width: 11.97916667vw;
    height: 11.97916667vw;
  }
}
@media (min-width: 1440px) {
  .icons.logo {
    width: 14.02777778vw;
    height: 4.65277778vw;
  }
  .icons.conditions_1,
  .icons.conditions_2,
  .icons.conditions_3,
  .icons.conditions_4,
  .icons.conditions_5,
  .icons.conditions_6,
  .icons.conditions_7,
  .icons.conditions_8,
  .icons.conditions_9,
  .icons.conditions_10 {
    width: 7.22222222vw;
    height: 7.22222222vw;
  }
  .icons.spb {
    width: 6.38888889vw;
    height: 6.38888889vw;
  }
  .icons.msk {
    width: 6.38888889vw;
    height: 6.38888889vw;
  }
}
a {
  color: #00abd6;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 171, 214, 0.2);
}
a.fancybox {
  border: 0;
  display: inline-block;
}
a.no-underline {
  border: 0;
}
a.light {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
a.onpage {
  border-bottom-style: dashed;
}
.btn {
  display: inline-block;
  padding: 2.22222222vw 4.44444444vw;
  border-radius: 2.22222222vw;
  color: #fff;
  background-color: #00abd6;
  border: 0;
  font-size: 4.44444444vw;
  line-height: 6.66666667vw;
  text-align: center;
}
.btn.primary {
  background-color: #8ac640;
}
.btn.photo {
  border: 1px solid #00abd6;
  background-color: #fff;
  color: #00abd6;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.44444444vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.44444444vw;
  line-height: 6.66666667vw;
  margin-top: 6.66666667vw;
}
.btn.photo::before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2 7h16v13h-16z' fill='%238dcdf3' stroke='%2300abd6' stroke-width='2'/%3E%3Cpath d='m5 3h18v15h-18z' fill='%23fff'/%3E%3Cg stroke-miterlimit='10'%3E%3Cpath d='m21.9375 11.2969c-3.3 0-5.4375 1.0156-6.9375 2.7031' stroke='%239dc54d'/%3E%3Cpath d='m5.17969 11.2031c4.55552 0 9.76181 2.5385 13.40621 6' stroke='%239dc54d'/%3E%3Cpath d='m18.5 8c0 1.38071-1.1193 2.5-2.5 2.5s-2.5-1.11929-2.5-2.5 1.1193-2.5 2.5-2.5 2.5 1.11929 2.5 2.5z' stroke='%23e5a130'/%3E%3C/g%3E%3Cpath d='m6 4h16v13h-16z' stroke='%2300abd6' stroke-width='2'/%3E%3C/svg%3E");
  width: 6.66666667vw;
  height: 6.66666667vw;
  display: inline-block;
  background-size: 100%;
}
.btn.light {
  background-color: #FFF;
  color: #00abd6;
  border: 2px solid #efefef;
}
.btn.light.active {
  background-color: #efefef;
}
.btn.yellow {
  background: #F2A501;
  color: #000;
}
.btn.big {
  font-size: 6.66666667vw;
  line-height: 8.88888889vw;
}
.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-group .btn {
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-radius: 2.22222222vw 0 0 2.22222222vw;
}
.btn-group .btn:last-child {
  border-radius: 0 2.22222222vw 2.22222222vw 0;
}
.btn-group .btn + .btn {
  margin-left: -2px;
}
.roundbtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 8.88888889vw;
  height: 8.88888889vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #00abd6;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.roundbtn:after {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='12' viewBox='0 0 12 12' width='12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h12v12h-12z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath clip-rule='evenodd' d='m7.93133 5.98917-4.90021 4.94713 1.10085 1.0637 5.86803-5.99134-.0397-.01625.0043-.00107-5.86803-5.99134074-1.09657 1.10273074z' fill='%2300abd6' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  width: 3.33333333vw;
  height: 3.33333333vw;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.roundbtn.left::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.owl-nav .owl-prev.disabled .roundbtn,
.owl-nav .owl-next.disabled .roundbtn {
  opacity: 0.5;
  cursor: default;
}
.field {
  width: 100%;
  font-size: 4.44444444vw;
  border: 2px solid #efefef;
  border-radius: 2.22222222vw;
  line-height: 6.66666667vw;
  padding: 2.22222222vw 3.33333333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: 'Fira Sans', sans-serif;
  resize: none;
}
.field.error {
  border-color: #dc447a;
  background: #fff0f5;
  color: #dc447a;
}
@media (min-width: 768px) {
  .btn {
    padding: 1.5625vw 2.60416667vw;
    border-radius: 1.5625vw;
    font-size: 2.08333333vw;
    line-height: 3.125vw;
  }
  .btn.photo {
    gap: 2.08333333vw;
    font-size: 2.08333333vw;
    line-height: 3.125vw;
    margin-top: 3.125vw;
  }
  .btn.photo::before {
    width: 3.125vw;
    height: 3.125vw;
  }
  .btn.big {
    font-size: 3.125vw;
    line-height: 4.16666667vw;
  }
  .roundbtn {
    width: 7.29166667vw;
    height: 7.29166667vw;
  }
  .roundbtn:after {
    width: 2.60416667vw;
    height: 2.60416667vw;
  }
  .field {
    font-size: 2.08333333vw;
    border-radius: 1.04166667vw;
    line-height: 3.125vw;
    padding: 1.04166667vw 1.5625vw;
  }
  .btn-group .btn:first-child {
    border-radius: 1.5625vw 0 0 1.5625vw;
  }
  .btn-group .btn:last-child {
    border-radius: 0 1.5625vw 1.5625vw 0;
  }
}
@media (min-width: 1440px) {
  .btn {
    padding: 0.83333333vw 1.38888889vw;
    border-radius: 0.83333333vw;
    font-size: 1.11111111vw;
    line-height: 1.66666667vw;
  }
  .btn.photo {
    gap: 1.11111111vw;
    font-size: 1.66666667vw;
    line-height: 1.66666667vw;
    margin-top: 1.66666667vw;
    padding: 1.38888889vw 2.77777778vw;
  }
  .btn.photo::before {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .btn.big {
    font-size: 1.66666667vw;
    line-height: 2.22222222vw;
  }
  .roundbtn {
    width: 3.88888889vw;
    height: 3.88888889vw;
  }
  .roundbtn:after {
    width: 1.38888889vw;
    height: 1.38888889vw;
  }
  .field {
    font-size: 1.11111111vw;
    border-radius: 0.55555556vw;
    line-height: 1.66666667vw;
    padding: 0.55555556vw 0.83333333vw;
  }
  .btn-group .btn:first-child {
    border-radius: 0.83333333vw 0 0 0.83333333vw;
  }
  .btn-group .btn:last-child {
    border-radius: 0 0.83333333vw 0.83333333vw 0;
  }
}
@media (min-width: 1920px) {
  .btn {
    padding: 0.625vw 1.04166667vw;
    border-radius: 0.625vw;
    font-size: 0.83333333vw;
    line-height: 1.25vw;
  }
  .btn.photo {
    gap: 0.83333333vw;
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin-top: 1.25vw;
    padding: 1.04166667vw 2.08333333vw;
  }
  .btn.photo::before {
    width: 1.25vw;
    height: 1.25vw;
  }
  .btn.big {
    font-size: 1.25vw;
    line-height: 1.66666667vw;
  }
  .roundbtn {
    width: 2.91666667vw;
    height: 2.91666667vw;
  }
  .roundbtn:after {
    width: 1.04166667vw;
    height: 1.04166667vw;
  }
  .field {
    font-size: 0.83333333vw;
    border-radius: 0.41666667vw;
    line-height: 1.25vw;
    padding: 0.41666667vw 0.625vw;
  }
  .btn-group .btn:first-child {
    border-radius: 0.625vw 0 0 0.625vw;
  }
  .btn-group .btn:last-child {
    border-radius: 0 0.625vw 0.625vw 0;
  }
}
@media (any-hover: hover) {
  a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  a:hover {
    color: #00abd6;
    border-bottom: 1px solid rgba(0, 171, 214, 0.8);
  }
  a:hover.fancybox,
  a:hover.no-underline {
    border: 0;
  }
  a:hover.light {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  a:hover.onpage {
    border-bottom-style: dashed;
  }
  .btn {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
  }
  .btn:hover {
    background-color: #0088ce;
    border: 0;
  }
  .btn.primary:hover {
    background-color: #93d245;
    color: #fff;
  }
  .btn.photo:hover {
    border: 1px solid #00abd6;
    background-color: #d6f7ff;
    color: #00abd6;
  }
  .btn.light:hover {
    background-color: #efefef;
    border: 2px solid #efefef;
    color: #00abd6;
  }
}
body.v3-vacancy-page {
  font-size: 3.33333333vw;
  line-height: 4.44444444vw;
  background-color: #FFF;
}
.v3-vacancy-page h1,
.v3-vacancy-page h2,
.v3-vacancy-page h3,
.v3-vacancy-page h4,
.v3-vacancy-page p {
  margin: 0;
}
.v3-vacancy-page h2 {
  color: #383838;
  text-align: center;
  font-size: 7.77777778vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 100% */
}
.v3-vacancy-page h2 span {
  color: #fff;
  padding: 0 2.22222222vw;
  position: relative;
  display: inline-block;
  border-radius: 1.11111111vw;
  background-color: #00abd6;
}
.v3-vacancy-page h2.yellow span {
  background-color: #F2A501;
  color: #383838;
}
.v3-vacancy-page h2.yellow span::before,
.v3-vacancy-page h2.yellow span::after {
  background-color: #F2A501;
}
.v3-vacancy-page .wow {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
}
.v3-vacancy-page .wow.animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
  transition: opacity 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
  transition: opacity 0.25s 0.25s, transform 0.25s 0.25s;
  transition: opacity 0.25s 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s;
}
@media (min-width: 768px) {
  body.v3-vacancy-page {
    font-size: 1.82291667vw;
    line-height: 2.60416667vw;
  }
  .v3-vacancy-page h2 {
    text-align: left;
    font-size: 7.29166667vw;
  }
  .v3-vacancy-page h2 span {
    padding: 0 2.08333333vw;
    border-radius: 2.08333333vw;
  }
}
@media (min-width: 1440px) {
  body.v3-vacancy-page {
    font-size: 0.97222222vw;
    line-height: 1.38888889vw;
  }
  .v3-vacancy-page h2 {
    font-size: 5.55555556vw;
  }
  .v3-vacancy-page h2 span {
    padding: 0 1.11111111vw;
    border-radius: 1.11111111vw;
  }
}
@media (min-width: 1920px) {
  body.v3-vacancy-page {
    font-size: 0.72916667vw;
    line-height: 1.04166667vw;
  }
  .v3-vacancy-page h2 {
    font-size: 4.58333333vw;
  }
  .v3-vacancy-page h2 span {
    padding: 0 0.83333333vw;
    border-radius: 0.83333333vw;
  }
}
.v3-vacancy-page__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #00abd6;
  color: #fff;
  text-align: center;
  background-image: url('../img/vacancy_main_back.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}
.v3-vacancy-page__main__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.77777778vw;
  padding: 4.44444444vw 4.44444444vw 0;
  position: relative;
  z-index: 100;
}
.v3-vacancy-page__main__top .btnback {
  border: 1px solid #fff;
  border-radius: 1.11111111vw;
  padding: 1.38888889vw 3.33333333vw 1.11111111vw;
  position: relative;
  font-size: 3.33333333vw;
  line-height: 3.33333333vw;
  display: inline-block;
  color: #fff;
}
.v3-vacancy-page__main__top .btnback::before {
  content: '';
  width: 2.5vw;
  height: 3.33333333vw;
  background-color: #2db6da;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='9' viewBox='0 0 9 9' width='9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h9v9h-9z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m.646447 4.14645c-.195263.19526-.195263.51184 0 .7071l3.181983 3.18198c.19526.19527.51184.19527.7071 0 .19527-.19526.19527-.51184 0-.7071l-2.82842-2.82843 2.82842-2.82843c.19527-.19526.19527-.51184 0-.707104-.19526-.195262-.51184-.195262-.7071 0zm8.353553-.14645h-8v1h8z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 1.66666667vw;
  left: -1.11111111vw;
}
.v3-vacancy-page__main__top .phone {
  color: #fff;
  font-size: 4.44444444vw;
  font-weight: 700;
  line-height: 6.66666667vw;
  border: 0;
}
.v3-vacancy-page__main__top .phone a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0);
}
.v3-vacancy-page__main__top .logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
}
.v3-vacancy-page__main__top .logo .icons {
  display: inline-block;
}
.v3-vacancy-page__main h1 {
  text-align: center;
  font-size: 12.22222222vw;
  line-height: 13.33333333vw;
  margin-top: 6.66666667vw;
}
.v3-vacancy-page__main h1 span {
  padding: 0 3.33333333vw 0.83333333vw;
  line-height: 1;
  position: relative;
  display: inline-block;
  border-radius: 3.33333333vw;
  background-color: #F2A501;
  color: #383838;
}
.v3-vacancy-page__main__btns {
  width: 61.11111111vw;
  margin: 10vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.33333333vw;
}
.v3-vacancy-page__main__btns a.btn {
  padding: 4.44444444vw;
  font-size: 4.44444444vw;
  line-height: 6.66666667vw;
}
.v3-vacancy-page__main__btns a.btn span {
  display: none;
}
.v3-vacancy-page__main__btns a.btn.yellow {
  background-color: #F2A501;
  color: #383838;
}
.v3-vacancy-page__main__btns a.btn.white {
  background-color: #fff;
  color: #00abd6;
}
.v3-vacancy-page__main__img {
  background-image: url('../img/vacancy_main_img.png');
  height: 120vw;
  background-size: contain;
  margin-top: 15.55555556vw;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  z-index: 2;
}
.v3-vacancy-page__main__line {
  overflow: hidden;
  padding: 4.44444444vw 0;
  position: relative;
  z-index: 10;
  margin-top: -8.88888889vw;
}
.v3-vacancy-page__main__line__rotate {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  background-color: #F2A501;
  margin: 0 -5.55555556vw;
}
.v3-vacancy-page__main__line__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11.11111111vw;
  padding: 3.33333333vw 0;
}
.v3-vacancy-page__main__line__inner span {
  color: #fff;
  font-size: 8.88888889vw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.v3-vacancy-page__main__line__inner span:nth-child(3) {
  color: #383838;
}
.v3-vacancy-page__main__line__inner .logo {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='49' viewBox='0 0 62 49' width='62' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h62v49h-62z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m47.6874 21.4797c.5352-.2093 9.0186-3.583 10.9142-10.6517-.4739-2.78316-2.132-6.37896-8.5428-8.42969-5.8194-1.868475-12.0143-2.293992-18.0393-1.23907l.5204 19.12746c5.0785-.1657 10.1597.2344 15.1475 1.193' fill='%23fff'/%3E%3Cpath d='m61.4582 33.3779-.2722-16.4209c-2.4494 3.6445-5.9554 6.4745-10.0597 8.1198-6.3208 2.9505-13.1973 4.5608-20.1866 4.7275-5.7135.0313-11.3677-1.144-16.5833-3.4475-5.21563-2.3034-9.87213-5.6814-13.657181-9.9076v19.9041c8.136171 7.7472 18.939581 12.168 30.240481 12.3741 12.546 0 28.2335-6.4819 30.5185-15.3495z' fill='%231cacd4'/%3E%3C/g%3E%3C/svg%3E");
  width: 11.11111111vw;
  height: 8.88888889vw;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.v3-vacancy-page__main:after {
  content: '';
  position: absolute;
  z-index: 3;
  background: #fff;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12.5vw;
}
@media (min-width: 768px) {
  .v3-vacancy-page__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    padding-bottom: 26.04166667vw;
  }
  .v3-vacancy-page__main__top {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 3.64583333vw;
    padding: 5.20833333vw 5.20833333vw 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .v3-vacancy-page__main__top .btnblock {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    text-align: left;
  }
  .v3-vacancy-page__main__top .btnback {
    border-radius: 0.52083333vw;
    padding: 0.65104167vw 1.5625vw 0.52083333vw;
    font-size: 1.82291667vw;
    line-height: 1.82291667vw;
  }
  .v3-vacancy-page__main__top .btnback::before {
    width: 1.171875vw;
    height: 1.5625vw;
    top: 0.78125vw;
    left: -0.52083333vw;
  }
  .v3-vacancy-page__main__top .phone {
    font-size: 2.60416667vw;
    line-height: 3.125vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
    text-align: right;
  }
  .v3-vacancy-page__main__top .logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
            flex: 1 0 30%;
  }
  .v3-vacancy-page__main h1 {
    text-align: left;
    font-size: 7.29166667vw;
    line-height: 7.29166667vw;
    margin-top: 18.22916667vw;
    margin-left: 4.6875vw;
    max-width: 49.47916667vw;
  }
  .v3-vacancy-page__main h1 span {
    padding: 0 2.08333333vw;
    border-radius: 2.08333333vw;
  }
  .v3-vacancy-page__main__btns {
    width: 33.85416667vw;
    margin: 7.29166667vw 0 0 5.20833333vw;
    gap: 2.08333333vw;
  }
  .v3-vacancy-page__main__btns a.btn {
    padding: 2.60416667vw;
    font-size: 2.60416667vw;
    line-height: 3.125vw;
  }
  .v3-vacancy-page__main__btns a.btn.yellow {
    background-color: #F2A501;
    color: #383838;
  }
  .v3-vacancy-page__main__btns a.btn.white {
    background-color: #fff;
    color: #00abd6;
  }
  .v3-vacancy-page__main__img {
    height: 78.125vw;
    width: 65.10416667vw;
    margin-top: 0;
    position: absolute;
    bottom: 15.625vw;
    right: -23.4375vw;
  }
  .v3-vacancy-page__main__line {
    padding: 6.25vw 0;
    margin-top: 0;
    position: absolute;
    bottom: 4.16666667vw;
  }
  .v3-vacancy-page__main__line__rotate {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    margin: 0 -2.60416667vw;
  }
  .v3-vacancy-page__main__line__inner {
    gap: 8.33333333vw;
    padding: 1.5625vw 0;
  }
  .v3-vacancy-page__main__line__inner span {
    font-size: 5.72916667vw;
    line-height: 1;
  }
  .v3-vacancy-page__main__line__inner .logo {
    width: 7.29166667vw;
    height: 5.72916667vw;
  }
  .v3-vacancy-page__main:after {
    height: 13.02083333vw;
  }
}
@media (min-width: 1440px) {
  .v3-vacancy-page__main {
    padding-bottom: 20.83333333vw;
  }
  .v3-vacancy-page__main__top {
    gap: 1.94444444vw;
    padding: 3.05555556vw 5vw 0;
  }
  .v3-vacancy-page__main__top .btnback {
    border-radius: 0.27777778vw;
    padding: 0.27777778vw 0.83333333vw 0.34722222vw;
    font-size: 1.11111111vw;
    line-height: 1.11111111vw;
  }
  .v3-vacancy-page__main__top .btnback::before {
    width: 0.625vw;
    height: 0.83333333vw;
    top: 0.48611111vw;
    left: -0.27777778vw;
  }
  .v3-vacancy-page__main__top .phone {
    font-size: 1.38888889vw;
    line-height: 1.66666667vw;
  }
  .v3-vacancy-page__main h1 {
    font-size: 6.11111111vw;
    line-height: 1;
    margin-top: 7.5vw;
    margin-left: 5vw;
    max-width: 36.11111111vw;
  }
  .v3-vacancy-page__main h1 span {
    padding: 0 1.66666667vw 0.41666667vw;
    border-radius: 1.66666667vw;
  }
  .v3-vacancy-page__main__btns {
    width: 36.11111111vw;
    margin: 4.44444444vw 0 0 5vw;
    gap: 1.11111111vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .v3-vacancy-page__main__btns a.btn {
    padding: 1.38888889vw;
    font-size: 1.38888889vw;
    line-height: 1.66666667vw;
  }
  .v3-vacancy-page__main__img {
    height: 58.33333333vw;
    width: 48.61111111vw;
    bottom: 0vw;
    right: -3.47222222vw;
  }
  .v3-vacancy-page__main__line {
    padding: 4.44444444vw 0;
    margin-top: 0;
    position: absolute;
    bottom: 0vw;
  }
  .v3-vacancy-page__main__line__rotate {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    margin: 0 -1.38888889vw;
  }
  .v3-vacancy-page__main__line__inner {
    gap: 4.44444444vw;
    padding: 0.83333333vw 0;
  }
  .v3-vacancy-page__main__line__inner span {
    font-size: 3.88888889vw;
    line-height: 1;
  }
  .v3-vacancy-page__main__line__inner .logo {
    width: 4.16666667vw;
    height: 3.33333333vw;
  }
  .v3-vacancy-page__main:after {
    height: 6.94444444vw;
  }
}
@media (min-width: 1920px) {
  .v3-vacancy-page__main {
    padding-bottom: 15.625vw;
  }
  .v3-vacancy-page__main__top {
    gap: 1.45833333vw;
    padding: 2.29166667vw 14.0625vw 0;
  }
  .v3-vacancy-page__main__top .btnback {
    border-radius: 0.20833333vw;
    padding: 0.20833333vw 0.625vw 0.26041667vw;
    font-size: 0.83333333vw;
    line-height: 0.83333333vw;
  }
  .v3-vacancy-page__main__top .btnback::before {
    width: 0.46875vw;
    height: 0.625vw;
    top: 0.36458333vw;
    left: -0.20833333vw;
  }
  .v3-vacancy-page__main__top .phone {
    font-size: 1.04166667vw;
    line-height: 1.25vw;
  }
  .v3-vacancy-page__main h1 {
    font-size: 5vw;
    line-height: 1;
    margin-top: 5.625vw;
    margin-left: 14.0625vw;
    max-width: 27.08333333vw;
  }
  .v3-vacancy-page__main h1 span {
    padding: 0 1.25vw;
    border-radius: 1.25vw;
  }
  .v3-vacancy-page__main__btns {
    width: 27.08333333vw;
    margin: 3.33333333vw 0 0 14.0625vw;
    gap: 0.83333333vw;
  }
  .v3-vacancy-page__main__btns a.btn {
    padding: 1.04166667vw;
    font-size: 1.04166667vw;
    line-height: 1.25vw;
  }
  .v3-vacancy-page__main__img {
    height: 43.75vw;
    width: 36.45833333vw;
    bottom: 0vw;
    right: 0;
  }
  .v3-vacancy-page__main__line {
    padding: 3.33333333vw 0;
    bottom: 0vw;
    width: 100%;
  }
  .v3-vacancy-page__main__line__rotate {
    margin: 0 -1.04166667vw;
  }
  .v3-vacancy-page__main__line__inner {
    gap: 3.33333333vw;
    padding: 0.625vw 0;
  }
  .v3-vacancy-page__main__line__inner span {
    font-size: 2.91666667vw;
    line-height: 1;
  }
  .v3-vacancy-page__main__line__inner .logo {
    width: 3.125vw;
    height: 2.5vw;
  }
  .v3-vacancy-page__main:after {
    height: 5.20833333vw;
  }
}
@media (any-hover: hover) {
  .v3-vacancy-page__main__top .phone a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }
  .v3-vacancy-page__main__btns a.btn.yellow {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .v3-vacancy-page__main__btns a.btn.yellow:hover {
    background-color: #feb10e;
  }
  .v3-vacancy-page__main__btns a.btn.white {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .v3-vacancy-page__main__btns a.btn.white:hover {
    background-color: #d6f7ff;
  }
}
.v3-vacancy-page__numbers {
  padding: 8.33333333vw 4.44444444vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.44444444vw;
}
.v3-vacancy-page__numbers__item {
  background-color: #f3f3f3;
  padding: 4.44444444vw 6.66666667vw;
  border-radius: 6.66666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.44444444vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v3-vacancy-page__numbers__item .num {
  color: #00abd6;
  font-size: 20vw;
  font-weight: 700;
  line-height: 22.22222222vw;
  /* 111.111% */
}
.v3-vacancy-page__numbers__item p {
  color: #383838;
  font-size: 3.88888889vw;
  font-weight: 400;
  line-height: 5.55555556vw;
  /* 142.857% */
  margin: 0;
}
.v3-vacancy-page__numbers__item:nth-child(3) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  text-align: center;
  padding-bottom: 6.66666667vw;
}
.v3-vacancy-page__numbers__item.post {
  background-color: #fff;
  border: 2px dashed #00abd6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v3-vacancy-page__numbers__item.post img,
.v3-vacancy-page__numbers__item.post svg {
  width: 22.22222222vw;
  height: 22.22222222vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.22222222vw;
          flex: 0 0 22.22222222vw;
}
.v3-vacancy-page__numbers__item.post p span {
  font-size: 4.44444444vw;
  line-height: 6.66666667vw;
  color: #00abd6;
  border-bottom: 1px solid rgba(0, 171, 214, 0.2);
}
@media (min-width: 768px) {
  .v3-vacancy-page__numbers {
    padding: 3.90625vw 5.20833333vw 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.60416667vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2.60416667vw;
  }
  .v3-vacancy-page__numbers__item {
    padding: 3.125vw;
    border-radius: 3.125vw;
    gap: 2.08333333vw;
  }
  .v3-vacancy-page__numbers__item .num {
    font-size: 10.41666667vw;
    line-height: 10.41666667vw;
  }
  .v3-vacancy-page__numbers__item p {
    font-size: 2.08333333vw;
    line-height: 2.60416667vw;
    /* 142.857% */
  }
  .v3-vacancy-page__numbers__item:nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.08333333vw;
    text-align: left;
    padding-bottom: 3.125vw;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .v3-vacancy-page__numbers__item:nth-child(3) p {
    max-width: 32.55208333vw;
  }
  .v3-vacancy-page__numbers__item.post img,
  .v3-vacancy-page__numbers__item.post svg {
    width: 10.41666667vw;
    height: 10.41666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.41666667vw;
            flex: 0 0 10.41666667vw;
  }
  .v3-vacancy-page__numbers__item.post p span {
    font-size: 2.34375vw;
    line-height: 3.64583333vw;
  }
}
@media (min-width: 1440px) {
  .v3-vacancy-page__numbers {
    padding: 6.66666667vw 5vw 0;
    -ms-grid-columns: 1fr 1.38888889vw 1fr 1.38888889vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.38888889vw;
  }
  .v3-vacancy-page__numbers__item {
    padding: 1.66666667vw;
    border-radius: 1.66666667vw;
    gap: 1.11111111vw;
  }
  .v3-vacancy-page__numbers__item .num {
    font-size: 5.55555556vw;
    line-height: 5.55555556vw;
  }
  .v3-vacancy-page__numbers__item p {
    font-size: 1.11111111vw;
    line-height: 1.38888889vw;
    /* 142.857% */
  }
  .v3-vacancy-page__numbers__item:nth-child(3) {
    gap: 1.11111111vw;
    padding-bottom: 1.66666667vw;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .v3-vacancy-page__numbers__item:nth-child(3) p {
    max-width: 17.36111111vw;
  }
  .v3-vacancy-page__numbers__item:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .v3-vacancy-page__numbers__item.post {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding: 0.97222222vw 1.66666667vw;
  }
  .v3-vacancy-page__numbers__item.post img,
  .v3-vacancy-page__numbers__item.post svg {
    width: 6.66666667vw;
    height: 6.66666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.66666667vw;
            flex: 0 0 6.66666667vw;
  }
  .v3-vacancy-page__numbers__item.post p span {
    font-size: 1.38888889vw;
    line-height: 2.22222222vw;
  }
}
@media (min-width: 1920px) {
  .v3-vacancy-page__numbers {
    padding: 5vw 14.0625vw 0;
    gap: 1.04166667vw;
  }
  .v3-vacancy-page__numbers__item {
    padding: 1.25vw;
    border-radius: 1.25vw;
    gap: 0.83333333vw;
  }
  .v3-vacancy-page__numbers__item .num {
    font-size: 4.16666667vw;
    line-height: 4.16666667vw;
  }
  .v3-vacancy-page__numbers__item p {
    font-size: 0.83333333vw;
    line-height: 1.04166667vw;
  }
  .v3-vacancy-page__numbers__item:nth-child(3) {
    gap: 0.83333333vw;
    padding-bottom: 1.25vw;
  }
  .v3-vacancy-page__numbers__item:nth-child(3) p {
    max-width: 13.02083333vw;
  }
  .v3-vacancy-page__numbers__item.post {
    padding: 0.72916667vw 1.25vw;
  }
  .v3-vacancy-page__numbers__item.post img,
  .v3-vacancy-page__numbers__item.post svg {
    width: 5vw;
    height: 5vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5vw;
            flex: 0 0 5vw;
  }
  .v3-vacancy-page__numbers__item.post p span {
    font-size: 1.04166667vw;
    line-height: 1.66666667vw;
  }
}
@media (any-hover: hover) {
  .v3-vacancy-page__numbers__item.post p span {
    -webkit-transition: color 0.2s, border-color 0.2s;
    transition: color 0.2s, border-color 0.2s;
  }
  .v3-vacancy-page__numbers__item.post:hover p span {
    color: #00abd6;
    border-bottom: 1px solid rgba(0, 171, 214, 0.8);
  }
}
.v3-vacancy-page__conditions {
  padding: 16.66666667vw 4.44444444vw 0;
  background-image: url('../img/vacancy_conditions_back_m.jpg');
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.v3-vacancy-page__conditions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.44444444vw;
  margin-top: 8.88888889vw;
}
.v3-vacancy-page__conditions__list__item,
.v3-vacancy-page__conditions__list__final {
  border-radius: 6.66666667vw;
}
.v3-vacancy-page__conditions__list__item {
  padding: 7.77777778vw;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 7.77777778vw;
}
.v3-vacancy-page__conditions__list__item .icons,
.v3-vacancy-page__conditions__list__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.11111111vw;
          flex: 0 0 16.11111111vw;
  height: 16.11111111vw;
  width: 16.11111111vw;
  fill: #00abd6;
}
.v3-vacancy-page__conditions__list__item h3 {
  color: #000;
  font-size: 5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 6.66666667vw;
  /* 133.333% */
  margin: 0 0 2.22222222vw;
}
.v3-vacancy-page__conditions__list__item p {
  color: #383838;
  font-size: 3.33333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 4.44444444vw;
  /* 133.333% */
}
.v3-vacancy-page__conditions__list__header {
  color: #a3a3a3;
  font-size: 15.55555556vw;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin: 0;
  padding: 8.88888889vw 0;
}
.v3-vacancy-page__conditions__list__final {
  background-image: url('../img/vacancy_conditions_final_back.jpg');
  background-size: cover;
  background-position: center;
  padding: 5.55555556vw 17.77777778vw;
  text-align: center;
}
.v3-vacancy-page__conditions__list__final h3 {
  color: #000;
  font-size: 5vw;
  font-weight: 700;
  line-height: 6.66666667vw;
  /* 133.333% */
  margin: 0 0 3.33333333vw;
}
@media (min-width: 768px) {
  .v3-vacancy-page__conditions {
    padding: 15.10416667vw 5.20833333vw 0;
    background-image: url('../img/vacancy_conditions_back_t.jpg');
  }
  .v3-vacancy-page__conditions__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2.60416667vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2.60416667vw;
    margin-top: 9.375vw;
  }
  .v3-vacancy-page__conditions__list__item,
  .v3-vacancy-page__conditions__list__final {
    border-radius: 3.125vw;
  }
  .v3-vacancy-page__conditions__list__item {
    padding: 7.29166667vw 3.64583333vw 5.72916667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.64583333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .v3-vacancy-page__conditions__list__item .icons,
  .v3-vacancy-page__conditions__list__item svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.54166667vw;
            flex: 0 0 13.54166667vw;
    height: 13.54166667vw;
    width: 13.54166667vw;
  }
  .v3-vacancy-page__conditions__list__item h3 {
    font-size: 2.60416667vw;
    line-height: 3.125vw;
    /* 133.333% */
    margin: 0 0 1.5625vw;
    text-align: center;
  }
  .v3-vacancy-page__conditions__list__item p {
    font-size: 1.82291667vw;
    line-height: 2.60416667vw;
    text-align: center;
  }
  .v3-vacancy-page__conditions__list__header {
    font-size: 9.375vw;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #E1E1E1;
  }
  .v3-vacancy-page__conditions__list__final {
    padding: 11.97916667vw 7.8125vw;
  }
  .v3-vacancy-page__conditions__list__final h3 {
    font-size: 2.60416667vw;
    line-height: 3.125vw;
    margin: 0 0 3.125vw;
  }
}
@media (min-width: 1440px) {
  .v3-vacancy-page__conditions {
    padding: 11.11111111vw 5vw 0;
    background-image: url('../img/vacancy_conditions_back_m.jpg');
  }
  .v3-vacancy-page__conditions h2 {
    max-width: 36.11111111vw;
  }
  .v3-vacancy-page__conditions__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.38888889vw 1fr 1.38888889vw 1fr 1.38888889vw 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.38888889vw;
    margin-top: 5.55555556vw;
  }
  .v3-vacancy-page__conditions__list__item,
  .v3-vacancy-page__conditions__list__final {
    border-radius: 2.22222222vw;
  }
  .v3-vacancy-page__conditions__list__item {
    padding: 3.88888889vw 1.94444444vw 3.05555556vw;
    gap: 1.94444444vw;
  }
  .v3-vacancy-page__conditions__list__item .icons,
  .v3-vacancy-page__conditions__list__item svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7.22222222vw;
            flex: 0 0 7.22222222vw;
    height: 7.22222222vw;
    width: 7.22222222vw;
  }
  .v3-vacancy-page__conditions__list__item h3 {
    font-size: 1.38888889vw;
    line-height: 1.66666667vw;
    /* 133.333% */
    margin: 0 0 0.83333333vw;
  }
  .v3-vacancy-page__conditions__list__item p {
    font-size: 0.97222222vw;
    line-height: 1.38888889vw;
  }
  .v3-vacancy-page__conditions__list__header {
    font-size: 5vw;
  }
  .v3-vacancy-page__conditions__list__final {
    padding: 6.38888889vw 4.16666667vw;
  }
  .v3-vacancy-page__conditions__list__final h3 {
    font-size: 1.38888889vw;
    line-height: 1.66666667vw;
    margin: 0 0 1.66666667vw;
  }
}
@media (min-width: 1920px) {
  .v3-vacancy-page__conditions {
    padding: 8.33333333vw 14.0625vw 0;
    background-image: url('../img/vacancy_conditions_back_m.jpg');
  }
  .v3-vacancy-page__conditions h2 {
    max-width: 27.08333333vw;
  }
  .v3-vacancy-page__conditions__list {
    gap: 1.04166667vw;
    margin-top: 4.16666667vw;
  }
  .v3-vacancy-page__conditions__list__item,
  .v3-vacancy-page__conditions__list__final {
    border-radius: 1.66666667vw;
  }
  .v3-vacancy-page__conditions__list__item {
    padding: 2.91666667vw 1.45833333vw 2.29166667vw;
    gap: 1.45833333vw;
  }
  .v3-vacancy-page__conditions__list__item .icons,
  .v3-vacancy-page__conditions__list__item svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.41666667vw;
            flex: 0 0 5.41666667vw;
    height: 5.41666667vw;
    width: 5.41666667vw;
  }
  .v3-vacancy-page__conditions__list__item h3 {
    font-size: 1.04166667vw;
    line-height: 1.25vw;
    /* 133.333% */
    margin: 0 0 0.625vw;
  }
  .v3-vacancy-page__conditions__list__item p {
    font-size: 0.72916667vw;
    line-height: 1.04166667vw;
  }
  .v3-vacancy-page__conditions__list__header {
    font-size: 3.75vw;
  }
  .v3-vacancy-page__conditions__list__final {
    padding: 4.79166667vw 3.125vw;
  }
  .v3-vacancy-page__conditions__list__final h3 {
    font-size: 1.04166667vw;
    line-height: 1.25vw;
    margin: 0 0 1.25vw;
  }
}
@media (any-hover: hover) {
  .v3-vacancy-page__conditions__list__item.wow.animated {
    transition: opacity 0.25s 0.25s, transform 0.25s 0.25s, -webkit-transform 0.25s 0.25s, background 0.25s;
  }
  .v3-vacancy-page__conditions__list__item.wow.animated svg {
    -webkit-transition: fill 0.25s;
    transition: fill 0.25s;
  }
  .v3-vacancy-page__conditions__list__item.wow.animated:hover {
    background: #e0e0e0;
  }
  .v3-vacancy-page__conditions__list__item.wow.animated:hover svg {
    fill: #0088ce;
  }
}
.v3-vacancy-page__vacancy {
  margin: 16.66666667vw 4.44444444vw 0;
  background-color: #00abd6;
  color: #fff;
  padding: 11.11111111vw 5.55555556vw;
  border-radius: 6.66666667vw;
  background-image: url('../img/vacancy_vacancy_back_m.jpg');
  background-size: cover;
  background-position: top;
}
.v3-vacancy-page__vacancy__header {
  text-align: center;
}
.v3-vacancy-page__vacancy__header h2 {
  color: #fff;
  margin-bottom: 2.22222222vw;
  font-size: 15.55555556vw;
  line-height: 1;
}
.v3-vacancy-page__vacancy__header p {
  font-size: 6.66666667vw;
  line-height: 8.88888889vw;
  font-weight: 700;
}
.v3-vacancy-page__vacancy__list {
  margin-top: 6.66666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.55555556vw;
}
.v3-vacancy-page__vacancy__list__item {
  padding: 6.66666667vw;
  position: relative;
  border-radius: 5.55555556vw;
  background-color: #fff;
  z-index: 1;
  color: #383838;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.33333333vw;
  -webkit-box-shadow: 0 1.11111111vw 4.44444444vw 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1.11111111vw 4.44444444vw 0 rgba(0, 0, 0, 0.15);
  border: 0;
}
.v3-vacancy-page__vacancy__list__item h3 {
  color: #00abd6;
  font-size: 4.44444444vw;
  font-weight: 700;
  line-height: 6.66666667vw;
  /* 150% */
}
.v3-vacancy-page__vacancy__list__item .shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.44444444vw;
  color: #00abd6;
  padding-right: 6.66666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.v3-vacancy-page__vacancy__list__item .shop::before {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0h24v24h-24z' fill='%23fff'/%3E%3Cg fill='%2300abd6'%3E%3Cpath d='m11.984 7.92664c2.0898-1.13367 4.0783-2.44477 5.9436-3.91883.6431-.33431 1.3546-.51556 2.0792-.52966 0 0-1.2118-1.51601-2.0346-1.71021-2.0264.02734-4.0469.22378-6.0406.58728-1.8074-.47567-3.52258-1.25023-5.07454-2.2916214l.03418 8.8267814c1.73092-.10925 3.44156-.43298 5.09276-.96374zm-1.984 2.07336v4h-4v-14h-2v14h-2v10h20v-14zm0 12h-6v-6h6zm10 0h-8v-10h8z'/%3E%3Cpath clip-rule='evenodd' d='m13.125 14h5.625v2h-5.625z' fill-rule='evenodd'/%3E%3Cpath clip-rule='evenodd' d='m6 18h2v4h-2z' fill-rule='evenodd'/%3E%3Cpath clip-rule='evenodd' d='m14 17.4375h4v4.5626h-4z' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  width: 4.44444444vw;
  height: 4.44444444vw;
  background-size: 100% 100%;
}
.v3-vacancy-page__vacancy__list__item .arrow {
  position: absolute;
  right: 6.66666667vw;
  bottom: 6.66666667vw;
  width: 6.66666667vw;
  height: 6.66666667vw;
  border: 1px solid #8ac640;
  border-radius: 1.11111111vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.v3-vacancy-page__vacancy__list__item .arrow:after {
  content: '';
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='9' viewBox='0 0 9 9' width='9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h9v9h-9z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m8.35355 4.85355c.19527-.19526.19527-.51184 0-.7071l-3.18198-3.181984c-.19526-.195262-.51184-.195262-.7071 0-.19527.195264-.19527.511844 0 .707104l2.82842 2.82843-2.82842 2.82843c-.19527.19526-.19527.51184 0 .7071.19526.19527.51184.19527.7071 0zm-8.35355.14645h8v-1h-8z' fill='%238ac640'/%3E%3C/g%3E%3C/svg%3E");
  width: 2.5vw;
  height: 2.5vw;
  background-size: 100%;
}
.v3-vacancy-page__vacancy__list .more {
  text-align: center;
}
.v3-vacancy-page__vacancy__list .more a {
  font-size: 4.44444444vw;
  font-weight: 500;
  line-height: 6.66666667vw;
}
.v3-vacancy-page__vacancy__touch {
  padding: 13.33333333vw 6.66666667vw;
  position: relative;
  border-radius: 5.55555556vw;
  background-color: #fff;
  z-index: 1;
  color: #383838;
  margin-top: 11.11111111vw;
  text-align: center;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' height='6' viewBox='0 0 18 6' width='18' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h18v6h-18z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m0 0h18v6h-18z' fill='%23fff'/%3E%3Cpath d='m4 0h5.0473l-2.0473 6h-5z' fill='%23fd4c58'/%3E%3Cpath d='m13 0h5.0473l-2.0473 6h-5z' fill='%2370a0d4'/%3E%3C/g%3E%3C/svg%3E");
  background-position: top;
  background-repeat: repeat-x;
  background-size: auto 1.66666667vw;
}
.v3-vacancy-page__vacancy__touch p {
  color: #6C6C6C;
  text-align: center;
  font-size: 3.33333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 5.55555556vw;
  /* 166.667% */
}
.v3-vacancy-page__vacancy__touch .btn {
  margin-top: 8.88888889vw;
  width: 45vw;
}
@media (min-width: 768px) {
  .v3-vacancy-page__vacancy {
    margin: 15.10416667vw 5.20833333vw 0;
    padding: 7.29166667vw 5.20833333vw;
    border-radius: 7.29166667vw;
    background-image: url('../img/vacancy_vacancy_back_m.jpg');
  }
  .v3-vacancy-page__vacancy__header {
    text-align: left;
  }
  .v3-vacancy-page__vacancy__header h2 {
    margin-bottom: 0;
    font-size: 9.375vw;
  }
  .v3-vacancy-page__vacancy__header p {
    font-size: 2.99479167vw;
    line-height: 4.16666667vw;
  }
  .v3-vacancy-page__vacancy__list {
    margin-top: 7.29166667vw;
    gap: 2.60416667vw;
  }
  .v3-vacancy-page__vacancy__list__item {
    padding: 4.16666667vw;
    border-radius: 4.16666667vw;
    gap: 2.08333333vw;
    -webkit-box-shadow: 0 0.52083333vw 2.08333333vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.52083333vw 2.08333333vw 0 rgba(0, 0, 0, 0.15);
  }
  .v3-vacancy-page__vacancy__list__item h3 {
    font-size: 3.125vw;
    line-height: 4.16666667vw;
    /* 150% */
  }
  .v3-vacancy-page__vacancy__list__item .shop {
    gap: 2.08333333vw;
    padding-right: 3.125vw;
  }
  .v3-vacancy-page__vacancy__list__item .shop::before {
    width: 3.125vw;
    height: 3.125vw;
  }
  .v3-vacancy-page__vacancy__list__item .arrow {
    right: 4.16666667vw;
    bottom: 4.16666667vw;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 0.52083333vw;
  }
  .v3-vacancy-page__vacancy__list__item .arrow:after {
    width: 1.171875vw;
    height: 1.171875vw;
  }
  .v3-vacancy-page__vacancy__list .more {
    text-align: center;
    margin-top: 2.08333333vw;
  }
  .v3-vacancy-page__vacancy__list .more a {
    font-size: 3.125vw;
    line-height: 4.16666667vw;
  }
  .v3-vacancy-page__vacancy__touch {
    padding: 6.25vw;
    border-radius: 4.16666667vw;
    margin-top: 4.16666667vw;
    background-size: auto 1.5625vw;
    text-align: left;
  }
  .v3-vacancy-page__vacancy__touch p {
    text-align: left;
    font-size: 2.60416667vw;
    line-height: 4.16666667vw;
    /* 166.667% */
  }
  .v3-vacancy-page__vacancy__touch .btn {
    margin-top: 4.16666667vw;
    width: 26.04166667vw;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .v3-vacancy-page__vacancy {
    margin: 11.11111111vw 0 0;
    padding: 4.44444444vw 5vw;
    border-radius: 0;
    background-image: url('../img/vacancy_vacancy_back_m.jpg');
  }
  .v3-vacancy-page__vacancy__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2.77777778vw;
  }
  .v3-vacancy-page__vacancy__header h2 {
    margin-bottom: 0;
    font-size: 7.5vw;
  }
  .v3-vacancy-page__vacancy__header p {
    font-size: 2.22222222vw;
    line-height: 2.77777778vw;
    max-width: 24.30555556vw;
    margin-bottom: 0.55555556vw;
  }
  .v3-vacancy-page__vacancy__list {
    margin-top: 5vw;
    gap: 1.38888889vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .v3-vacancy-page__vacancy__list__item {
    padding: 2.22222222vw;
    border-radius: 2.22222222vw;
    gap: 1.11111111vw;
    -webkit-box-shadow: 0 0.27777778vw 1.11111111vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.27777778vw 1.11111111vw 0 rgba(0, 0, 0, 0.15);
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
  .v3-vacancy-page__vacancy__list__item h3 {
    font-size: 1.66666667vw;
    line-height: 2.22222222vw;
    /* 150% */
  }
  .v3-vacancy-page__vacancy__list__item .shop {
    gap: 1.11111111vw;
    padding-right: 1.66666667vw;
  }
  .v3-vacancy-page__vacancy__list__item .shop::before {
    width: 1.66666667vw;
    height: 1.66666667vw;
  }
  .v3-vacancy-page__vacancy__list__item .arrow {
    right: 2.22222222vw;
    bottom: 2.22222222vw;
    width: 1.66666667vw;
    height: 1.66666667vw;
    border-radius: 0.27777778vw;
  }
  .v3-vacancy-page__vacancy__list__item .arrow:after {
    width: 0.625vw;
    height: 0.625vw;
  }
  .v3-vacancy-page__vacancy__list .more {
    text-align: center;
    margin-top: 1.11111111vw;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .v3-vacancy-page__vacancy__list .more a {
    font-size: 1.66666667vw;
    line-height: 2.22222222vw;
  }
  .v3-vacancy-page__vacancy__touch {
    padding: 3.33333333vw;
    border-radius: 2.22222222vw;
    margin-top: 2.22222222vw;
    background-size: auto 0.83333333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 5vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .v3-vacancy-page__vacancy__touch p {
    font-size: 1.25vw;
    line-height: 1.94444444vw;
    /* 166.667% */
  }
  .v3-vacancy-page__vacancy__touch .btn {
    margin-top: 0;
    width: 13.88888889vw;
  }
}
@media (min-width: 1920px) {
  .v3-vacancy-page__vacancy {
    margin: 8.33333333vw 4.16666667vw 0;
    padding: 3.33333333vw 9.89583333vw;
    border-radius: 2.91666667vw;
    background-image: url('../img/vacancy_vacancy_back_m.jpg');
  }
  .v3-vacancy-page__vacancy__header {
    gap: 2.08333333vw;
  }
  .v3-vacancy-page__vacancy__header h2 {
    font-size: 5.625vw;
  }
  .v3-vacancy-page__vacancy__header p {
    font-size: 1.66666667vw;
    line-height: 2.08333333vw;
    max-width: 18.22916667vw;
    margin-bottom: 0.41666667vw;
  }
  .v3-vacancy-page__vacancy__list {
    margin-top: 3.75vw;
    gap: 1.04166667vw;
  }
  .v3-vacancy-page__vacancy__list__item {
    padding: 1.66666667vw;
    border-radius: 1.66666667vw;
    gap: 0.83333333vw;
    -webkit-box-shadow: 0 0.20833333vw 0.83333333vw 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.20833333vw 0.83333333vw 0 rgba(0, 0, 0, 0.15);
  }
  .v3-vacancy-page__vacancy__list__item h3 {
    font-size: 1.25vw;
    line-height: 1.66666667vw;
    /* 150% */
  }
  .v3-vacancy-page__vacancy__list__item .shop {
    gap: 0.83333333vw;
    padding-right: 1.25vw;
  }
  .v3-vacancy-page__vacancy__list__item .shop::before {
    width: 1.25vw;
    height: 1.25vw;
  }
  .v3-vacancy-page__vacancy__list__item .arrow {
    right: 1.66666667vw;
    bottom: 1.66666667vw;
    width: 1.25vw;
    height: 1.25vw;
    border-radius: 0.20833333vw;
  }
  .v3-vacancy-page__vacancy__list__item .arrow:after {
    width: 0.46875vw;
    height: 0.46875vw;
  }
  .v3-vacancy-page__vacancy__list .more {
    margin-top: 0.83333333vw;
  }
  .v3-vacancy-page__vacancy__list .more a {
    font-size: 1.25vw;
    line-height: 1.66666667vw;
  }
  .v3-vacancy-page__vacancy__touch {
    padding: 2.5vw;
    border-radius: 1.66666667vw;
    margin-top: 1.66666667vw;
    background-size: auto 0.625vw;
    gap: 3.75vw;
  }
  .v3-vacancy-page__vacancy__touch p {
    font-size: 0.9375vw;
    line-height: 1.45833333vw;
    /* 166.667% */
  }
  .v3-vacancy-page__vacancy__touch .btn {
    width: 10.41666667vw;
  }
}
@media (any-hover: hover) {
  .v3-vacancy-page__vacancy__list__item h3 span {
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .v3-vacancy-page__vacancy__list__item .arrow {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .v3-vacancy-page__vacancy__list__item:hover {
    border: 0;
    color: #383838;
  }
  .v3-vacancy-page__vacancy__list__item:hover h3 span {
    border-bottom: 1px solid rgba(0, 171, 214, 0.8);
  }
  .v3-vacancy-page__vacancy__list__item:hover .arrow {
    border: 1px solid #8ac640;
    background: #8ac640;
  }
  .v3-vacancy-page__vacancy__list__item:hover .arrow:after {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' height='9' viewBox='0 0 9 9' width='9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3CclipPath id='a'%3E%3Cpath d='m0 0h9v9h-9z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='m8.35355 4.85355c.19527-.19526.19527-.51184 0-.7071l-3.18198-3.181984c-.19526-.195262-.51184-.195262-.7071 0-.19527.195264-.19527.511844 0 .707104l2.82842 2.82843-2.82842 2.82843c-.19527.19526-.19527.51184 0 .7071.19526.19527.51184.19527.7071 0zm-8.35355.14645h8v-1h-8z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.v3-vacancy-page__team {
  padding: 15.55555556vw 0 0 0;
}
.v3-vacancy-page__team__info {
  text-align: center;
}
.v3-vacancy-page__team__info p {
  color: #383838;
  font-size: 4.44444444vw;
  font-style: normal;
  font-weight: 700;
  line-height: 7.77777778vw;
  /* 175% */
  margin: 8.88888889vw 11.11111111vw 0;
}
.v3-vacancy-page__team__photos {
  overflow: hidden;
  margin-top: 11.11111111vw;
}
.v3-vacancy-page__team__photos__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.44444444vw;
  margin-bottom: 4.44444444vw;
}
.v3-vacancy-page__team__photos__line a.photo {
  height: 43.33333333vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.88888889vw;
          flex: 0 0 63.88888889vw;
  border-radius: 4.44444444vw;
  background-size: cover;
  background-position: center;
  border: 0;
}
@media (min-width: 768px) {
  .v3-vacancy-page__team {
    padding: 15.10416667vw 0 0 0;
  }
  .v3-vacancy-page__team__info {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 5.20833333vw;
    gap: 13.02083333vw;
  }
  .v3-vacancy-page__team__info .text {
    text-align: left;
  }
  .v3-vacancy-page__team__info p {
    font-size: 2.08333333vw;
    line-height: 3.64583333vw;
    /* 175% */
    margin: 0;
    text-align: left;
  }
  .v3-vacancy-page__team__photos {
    margin-top: 7.29166667vw;
  }
  .v3-vacancy-page__team__photos__line {
    gap: 2.60416667vw;
    margin-bottom: 2.60416667vw;
  }
  .v3-vacancy-page__team__photos__line a.photo {
    height: 29.6875vw;
    border-radius: 3.125vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667vw;
            flex: 0 0 41.66666667vw;
  }
}
@media (min-width: 1440px) {
  .v3-vacancy-page__team {
    padding: 11.11111111vw 0 0 0;
  }
  .v3-vacancy-page__team__info {
    padding: 0 5vw;
    gap: 13.88888889vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .v3-vacancy-page__team__info h2 {
    max-width: 36.11111111vw;
  }
  .v3-vacancy-page__team__info p {
    font-size: 1.25vw;
    line-height: 2.22222222vw;
    /* 175% */
    max-width: 17.36111111vw;
    margin-right: 10.41666667vw;
    margin-top: 1.38888889vw;
  }
  .v3-vacancy-page__team__photos {
    margin-top: 5.55555556vw;
  }
  .v3-vacancy-page__team__photos__line {
    gap: 1.38888889vw;
    margin-bottom: 1.38888889vw;
  }
  .v3-vacancy-page__team__photos__line a.photo {
    height: 25.69444444vw;
    border-radius: 2.22222222vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.80555556vw;
            flex: 0 0 36.80555556vw;
  }
}
@media (min-width: 1920px) {
  .v3-vacancy-page__team {
    padding: 8.33333333vw 0 0 0;
  }
  .v3-vacancy-page__team__info {
    padding: 0 14.0625vw;
    gap: 10.41666667vw;
  }
  .v3-vacancy-page__team__info h2 {
    max-width: 27.08333333vw;
  }
  .v3-vacancy-page__team__info p {
    font-size: 0.9375vw;
    line-height: 1.66666667vw;
    max-width: 13.02083333vw;
    margin-right: 7.8125vw;
    margin-top: 1.04166667vw;
  }
  .v3-vacancy-page__team__photos {
    margin-top: 4.16666667vw;
  }
  .v3-vacancy-page__team__photos__line {
    gap: 1.04166667vw;
    margin-bottom: 1.04166667vw;
  }
  .v3-vacancy-page__team__photos__line a.photo {
    height: 19.27083333vw;
    border-radius: 1.66666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16666667vw;
            flex: 0 0 29.16666667vw;
  }
}
.v3-vacancy-page__oboykin {
  padding-top: 16.66666667vw;
}
.v3-vacancy-page__oboykin h2 span {
  font-size: 8.88888889vw;
}
.v3-vacancy-page__oboykin__cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 100%;
  margin-top: 8.88888889vw;
}
.v3-vacancy-page__oboykin__cities .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.22222222vw;
}
.v3-vacancy-page__oboykin__cities .item h3 {
  color: #00abd6;
  font-size: 5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 6.66666667vw;
  text-align: center;
}
.v3-vacancy-page__oboykin__photos {
  overflow: hidden;
  margin-top: 11.11111111vw;
}
.v3-vacancy-page__oboykin__photos__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.44444444vw;
  margin-bottom: 4.44444444vw;
}
.v3-vacancy-page__oboykin__photos__line a.photo {
  height: 43.33333333vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.88888889vw;
          flex: 0 0 63.88888889vw;
  border-radius: 4.44444444vw;
  background-size: cover;
  background-position: center;
  border: 0;
}
.v3-vacancy-page__oboykin__info {
  padding: 8.88888889vw 11.11111111vw 0;
  text-align: center;
}
.v3-vacancy-page__oboykin__info p {
  font-size: 4.44444444vw;
  font-weight: 400;
  line-height: 7.77777778vw;
  /* 175% */
}
.v3-vacancy-page__oboykin__map {
  margin: 11.11111111vw 4.44444444vw 0;
  height: 91.11111111vw;
  width: 91.11111111vw;
  border-radius: 4.44444444vw;
  border: 4px solid #00abd6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 0 0 4.44444444vw -2.22222222vw #00abd6;
          box-shadow: 0 0 4.44444444vw -2.22222222vw #00abd6;
  position: relative;
}
.v3-vacancy-page__oboykin__map__btns {
  position: relative;
  z-index: 10;
  margin-top: 2.22222222vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .v3-vacancy-page__oboykin {
    padding-top: 15.10416667vw;
  }
  .v3-vacancy-page__oboykin h2 {
    margin: 0 5.20833333vw;
  }
  .v3-vacancy-page__oboykin h2 span {
    font-size: 8.33333333vw;
  }
  .v3-vacancy-page__oboykin__cities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: unset;
    margin-top: 6.25vw;
    margin-left: 5.20833333vw;
    gap: 7.03125vw;
  }
  .v3-vacancy-page__oboykin__cities .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.08333333vw;
  }
  .v3-vacancy-page__oboykin__cities .item h3 {
    font-size: 3.125vw;
    line-height: 5.20833333vw;
    text-align: left;
  }
  .v3-vacancy-page__oboykin__photos {
    margin-top: 6.25vw;
  }
  .v3-vacancy-page__oboykin__photos__line {
    gap: 2.60416667vw;
    margin-bottom: 0;
  }
  .v3-vacancy-page__oboykin__photos__line a.photo {
    height: 29.6875vw;
    border-radius: 3.125vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667vw;
            flex: 0 0 41.66666667vw;
  }
  .v3-vacancy-page__oboykin__info {
    padding: 6.25vw 5.20833333vw 0;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10.41666667vw;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .v3-vacancy-page__oboykin__info p {
    font-size: 2.60416667vw;
    line-height: 4.6875vw;
    /* 175% */
  }
  .v3-vacancy-page__oboykin__info .btn {
    min-width: 29.94791667vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 1.04166667vw;
  }
  .v3-vacancy-page__oboykin__map {
    margin: 6.25vw 5.20833333vw 0;
    height: 57.29166667vw;
    width: 89.58333333vw;
    border-radius: 2.08333333vw;
    -webkit-box-shadow: 0 0 2.08333333vw -1.04166667vw #00abd6;
            box-shadow: 0 0 2.08333333vw -1.04166667vw #00abd6;
  }
}
@media (min-width: 1440px) {
  .v3-vacancy-page__oboykin {
    padding-top: 8.05555556vw;
  }
  .v3-vacancy-page__oboykin h2 {
    margin: 0 5vw;
  }
  .v3-vacancy-page__oboykin h2 span {
    font-size: 7.5vw;
  }
  .v3-vacancy-page__oboykin__cities {
    margin-top: 4.44444444vw;
    margin-left: 5vw;
    gap: 4.44444444vw;
  }
  .v3-vacancy-page__oboykin__cities .item {
    gap: 1.38888889vw;
  }
  .v3-vacancy-page__oboykin__cities .item h3 {
    font-size: 2.77777778vw;
    line-height: 2.77777778vw;
  }
  .v3-vacancy-page__oboykin__photos {
    margin-top: 4.44444444vw;
  }
  .v3-vacancy-page__oboykin__photos__line {
    gap: 1.38888889vw;
  }
  .v3-vacancy-page__oboykin__photos__line a.photo {
    height: 25.69444444vw;
    border-radius: 2.22222222vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36.80555556vw;
            flex: 0 0 36.80555556vw;
  }
  .v3-vacancy-page__oboykin__info {
    padding: 3.75vw 5vw 0;
    gap: 12.5vw;
  }
  .v3-vacancy-page__oboykin__info p {
    font-size: 2.22222222vw;
    line-height: 2.77777778vw;
    /* 175% */
  }
  .v3-vacancy-page__oboykin__info .btn {
    min-width: 23.61111111vw;
    margin-top: 0.55555556vw;
  }
  .v3-vacancy-page__oboykin__map {
    margin: 5vw 5vw 0;
    height: 50vw;
    width: 90vw;
    border-radius: 1.11111111vw;
    -webkit-box-shadow: 0 0 1.11111111vw -0.55555556vw #00abd6;
            box-shadow: 0 0 1.11111111vw -0.55555556vw #00abd6;
  }
}
@media (min-width: 1920px) {
  .v3-vacancy-page__oboykin {
    padding-top: 6.04166667vw;
  }
  .v3-vacancy-page__oboykin h2 {
    margin: 0 14.0625vw;
  }
  .v3-vacancy-page__oboykin h2 span {
    font-size: 5.625vw;
  }
  .v3-vacancy-page__oboykin__cities {
    margin-top: 3.33333333vw;
    margin-left: 14.0625vw;
    gap: 3.33333333vw;
  }
  .v3-vacancy-page__oboykin__cities .item {
    gap: 1.04166667vw;
  }
  .v3-vacancy-page__oboykin__cities .item h3 {
    font-size: 2.08333333vw;
    line-height: 2.08333333vw;
  }
  .v3-vacancy-page__oboykin__photos {
    margin-top: 3.33333333vw;
  }
  .v3-vacancy-page__oboykin__photos__line {
    gap: 1.04166667vw;
  }
  .v3-vacancy-page__oboykin__photos__line a.photo {
    height: 19.27083333vw;
    border-radius: 1.66666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16666667vw;
            flex: 0 0 29.16666667vw;
  }
  .v3-vacancy-page__oboykin__info {
    padding: 2.8125vw 14.0625vw 0;
    gap: 9.375vw;
  }
  .v3-vacancy-page__oboykin__info p {
    font-size: 1.66666667vw;
    line-height: 2.08333333vw;
    /* 175% */
  }
  .v3-vacancy-page__oboykin__info .btn {
    min-width: 17.70833333vw;
    margin-top: 0.41666667vw;
  }
  .v3-vacancy-page__oboykin__map {
    margin: 3.75vw 14.0625vw 0;
    height: 37.5vw;
    width: 71.875vw;
    border-radius: 0.83333333vw;
    -webkit-box-shadow: 0 0 0.83333333vw -0.41666667vw #00abd6;
            box-shadow: 0 0 0.83333333vw -0.41666667vw #00abd6;
  }
}
.v3-vacancy-page__action {
  padding: 15.55555556vw 4.44444444vw 0;
}
.v3-vacancy-page__action__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.44444444vw 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 4.44444444vw;
  margin-top: 8.88888889vw;
}
.v3-vacancy-page__action__list__item.img {
  height: 44.44444444vw;
  background-size: cover;
  background-position: center;
  border-radius: 4.44444444vw;
}
.v3-vacancy-page__action__list__item:nth-child(3) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
.v3-vacancy-page__action__list__item:nth-child(3) p {
  text-align: center;
  font-size: 4.44444444vw;
  font-weight: 700;
  line-height: 7.77777778vw;
  /* 175% */
}
.v3-vacancy-page__action__list__item:nth-child(4) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
.v3-vacancy-page__action__list__item:nth-child(5) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  text-align: center;
}
.v3-vacancy-page__action__list__item:nth-child(5) p {
  font-size: 3.33333333vw;
  font-weight: 600;
  line-height: 6.66666667vw;
  /* 200% */
}
@media (min-width: 768px) {
  .v3-vacancy-page__action {
    padding: 15.10416667vw 5.20833333vw 0;
  }
  .v3-vacancy-page__action__list {
    gap: 2.60416667vw;
    margin-top: 6.25vw;
  }
  .v3-vacancy-page__action__list__item.img {
    height: 44.27083333vw;
    border-radius: 4.16666667vw;
  }
  .v3-vacancy-page__action__list__item:nth-child(3) {
    padding: 4.16666667vw 0;
  }
  .v3-vacancy-page__action__list__item:nth-child(3) p {
    font-size: 2.60416667vw;
    line-height: 4.16666667vw;
    /* 175% */
    text-align: left;
  }
  .v3-vacancy-page__action__list__item:nth-child(4) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .v3-vacancy-page__action__list__item:nth-child(5) {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    text-align: left;
    position: relative;
  }
  .v3-vacancy-page__action__list__item:nth-child(5) p {
    font-size: 2.08333333vw;
    line-height: 3.64583333vw;
  }
  .v3-vacancy-page__action__list__item:nth-child(5) .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .v3-vacancy-page__action {
    padding: 11.38888889vw 5vw 0;
  }
  .v3-vacancy-page__action__list {
    gap: 1.66666667vw;
    margin-top: 4.44444444vw;
    -ms-grid-columns: 1fr 1.66666667vw 1fr 1.66666667vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .v3-vacancy-page__action__list__item.img {
    height: 29.16666667vw;
    border-radius: 2.22222222vw;
  }
  .v3-vacancy-page__action__list__item:nth-child(1) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .v3-vacancy-page__action__list__item:nth-child(2) {
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .v3-vacancy-page__action__list__item:nth-child(3) {
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-grid-column: 3;
        grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  .v3-vacancy-page__action__list__item:nth-child(3) p {
    font-size: 1.94444444vw;
    line-height: 2.77777778vw;
  }
  .v3-vacancy-page__action__list__item:nth-child(4) {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .v3-vacancy-page__action__list__item:nth-child(5) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    text-align: left;
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .v3-vacancy-page__action__list__item:nth-child(5) p {
    font-size: 1.25vw;
    line-height: 1.94444444vw;
  }
  .v3-vacancy-page__action__list__item:nth-child(5) .btn {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1920px) {
  .v3-vacancy-page__action {
    padding: 8.54166667vw 14.0625vw 0;
  }
  .v3-vacancy-page__action__list {
    gap: 1.25vw;
    margin-top: 3.33333333vw;
  }
  .v3-vacancy-page__action__list__item.img {
    height: 21.875vw;
    border-radius: 1.66666667vw;
  }
  .v3-vacancy-page__action__list__item:nth-child(3) p {
    font-size: 1.45833333vw;
    line-height: 2.08333333vw;
  }
  .v3-vacancy-page__action__list__item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .v3-vacancy-page__action__list__item:nth-child(5) p {
    font-size: 0.9375vw;
    line-height: 1.45833333vw;
  }
}
.v3-vacancy-page__interview {
  margin: 15.55555556vw 4.44444444vw 0;
  padding: 11.11111111vw 4.44444444vw;
  background-color: #00abd6;
  color: #fff;
  background-image: url('../img/vacancy_interview_back_m.jpg');
  background-size: cover;
  background-position: center;
  border-radius: 4.44444444vw;
}
.v3-vacancy-page__interview h2 {
  color: #fff;
}
.v3-vacancy-page__interview__slider {
  margin-top: 8.88888889vw;
  position: relative;
}
.v3-vacancy-page__interview__slider__item .video {
  width: 100%;
  height: 47.77777778vw;
  overflow: hidden;
  border-radius: 4.44444444vw;
}
.v3-vacancy-page__interview__slider__item .video iframe {
  width: 100%;
  height: 47.77777778vw;
}
.v3-vacancy-page__interview__slider__item .info {
  margin: 0 6.66666667vw 0;
  background-color: #fff;
  color: #383838;
  padding: 4.44444444vw 4.44444444vw 5.55555556vw;
  border-radius: 0 0 4.44444444vw 4.44444444vw;
  background-image: url('../img/vacancy_interview_back_info.jpg');
  background-size: 100% 100%;
}
.v3-vacancy-page__interview__slider__item .info h3 {
  color: #00abd6;
  font-size: 4.44444444vw;
  font-weight: 700;
  line-height: 6.66666667vw;
  /* 150% */
  margin-bottom: 2.22222222vw;
}
.v3-vacancy-page__interview__slider__item .info p {
  color: #6C6C6C;
  line-height: 5.55555556vw;
}
.v3-vacancy-page__interview__slider .owl-nav .owl-prev,
.v3-vacancy-page__interview__slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  left: -4.44444444vw;
  height: 47.77777778vw;
  width: 8.88888889vw;
}
.v3-vacancy-page__interview__slider .owl-nav .owl-next {
  left: auto;
  right: -4.44444444vw;
}
.v3-vacancy-page__interview__slider__btns {
  margin-top: 7.77777778vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.22222222vw;
}
.v3-vacancy-page__interview__slider__btns .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
  height: 11.11111111vw;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  border-radius: 3.33333333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 0 0 #fff;
          box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.v3-vacancy-page__interview__slider__btns .item.active {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}
@media (min-width: 768px) {
  .v3-vacancy-page__interview {
    margin: 15.10416667vw 5.20833333vw 0;
    padding: 7.29166667vw 5.20833333vw 9.375vw;
    background-image: url('../img/vacancy_interview_back_m.jpg');
    border-radius: 7.29166667vw;
  }
  .v3-vacancy-page__interview__slider {
    margin-top: 4.16666667vw;
  }
  .v3-vacancy-page__interview__slider__item .video {
    height: 44.27083333vw;
    border-radius: 4.16666667vw;
  }
  .v3-vacancy-page__interview__slider__item .video iframe {
    height: 44.27083333vw;
  }
  .v3-vacancy-page__interview__slider__item .info {
    margin: 0 4.16666667vw 0;
    padding: 4.16666667vw 5.20833333vw;
    border-radius: 0 0 4.16666667vw 4.16666667vw;
  }
  .v3-vacancy-page__interview__slider__item .info h3 {
    font-size: 4.16666667vw;
    line-height: 1;
    margin-bottom: 2.08333333vw;
  }
  .v3-vacancy-page__interview__slider__item .info p {
    line-height: 3.125vw;
  }
  .v3-vacancy-page__interview__slider .owl-nav .owl-prev,
  .v3-vacancy-page__interview__slider .owl-nav .owl-next {
    left: -3.64583333vw;
    height: 44.27083333vw;
    width: 7.29166667vw;
  }
  .v3-vacancy-page__interview__slider .owl-nav .owl-next {
    left: auto;
    right: -3.64583333vw;
  }
  .v3-vacancy-page__interview__slider__btns {
    margin-top: 6.25vw;
    gap: 2.60416667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .v3-vacancy-page__interview__slider__btns .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.45833333vw;
            flex: 0 0 11.45833333vw;
    height: 7.29166667vw;
    border-radius: 1.5625vw;
  }
}
@media (min-width: 1440px) {
  .v3-vacancy-page__interview {
    margin: 11.11111111vw 0;
    padding: 4.44444444vw 5vw 5vw;
    background-image: url('../img/vacancy_interview_back_m.jpg');
    border-radius: 0;
  }
  .v3-vacancy-page__interview__slider {
    margin-top: 4.44444444vw;
  }
  .v3-vacancy-page__interview__slider__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .v3-vacancy-page__interview__slider__item .video {
    height: 30.55555556vw;
    border-radius: 2.22222222vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53.47222222vw;
            flex: 0 0 53.47222222vw;
  }
  .v3-vacancy-page__interview__slider__item .video iframe {
    height: 30.55555556vw;
  }
  .v3-vacancy-page__interview__slider__item .info {
    margin: 0;
    padding: 2.77777778vw;
    border-radius: 0 2.22222222vw 2.22222222vw 0;
  }
  .v3-vacancy-page__interview__slider__item .info h3 {
    font-size: 2.77777778vw;
    margin-bottom: 1.38888889vw;
  }
  .v3-vacancy-page__interview__slider__item .info p {
    font-size: 1.25vw;
    line-height: 2.22222222vw;
  }
  .v3-vacancy-page__interview__slider .owl-nav .owl-prev,
  .v3-vacancy-page__interview__slider .owl-nav .owl-next {
    left: -1.94444444vw;
    height: 30.55555556vw;
    width: 3.88888889vw;
  }
  .v3-vacancy-page__interview__slider .owl-nav .owl-next {
    left: auto;
    right: -1.94444444vw;
  }
  .v3-vacancy-page__interview__slider__btns {
    margin-top: 3.33333333vw;
    gap: 1.38888889vw;
  }
  .v3-vacancy-page__interview__slider__btns .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.11111111vw;
            flex: 0 0 6.11111111vw;
    height: 3.88888889vw;
    border-radius: 0.83333333vw;
  }
}
@media (min-width: 1920px) {
  .v3-vacancy-page__interview {
    margin: 8.33333333vw 4.16666667vw;
    padding: 3.33333333vw 9.89583333vw 3.75vw;
    background-image: url('../img/vacancy_interview_back_m.jpg');
    border-radius: 2.8125vw;
  }
  .v3-vacancy-page__interview__slider {
    margin-top: 3.33333333vw;
  }
  .v3-vacancy-page__interview__slider__item .video {
    height: 22.91666667vw;
    border-radius: 1.66666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.10416667vw;
            flex: 0 0 40.10416667vw;
  }
  .v3-vacancy-page__interview__slider__item .video iframe {
    height: 22.91666667vw;
  }
  .v3-vacancy-page__interview__slider__item .info {
    margin: 0;
    padding: 2.08333333vw;
    border-radius: 0 1.66666667vw 1.66666667vw 0;
  }
  .v3-vacancy-page__interview__slider__item .info h3 {
    font-size: 2.08333333vw;
    margin-bottom: 1.04166667vw;
  }
  .v3-vacancy-page__interview__slider__item .info p {
    font-size: 0.9375vw;
    line-height: 1.66666667vw;
  }
  .v3-vacancy-page__interview__slider .owl-nav .owl-prev,
  .v3-vacancy-page__interview__slider .owl-nav .owl-next {
    left: -1.45833333vw;
    height: 22.91666667vw;
    width: 2.91666667vw;
  }
  .v3-vacancy-page__interview__slider .owl-nav .owl-next {
    left: auto;
    right: -1.45833333vw;
  }
  .v3-vacancy-page__interview__slider__btns {
    margin-top: 2.5vw;
    gap: 1.04166667vw;
  }
  .v3-vacancy-page__interview__slider__btns .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.58333333vw;
            flex: 0 0 4.58333333vw;
    height: 2.91666667vw;
    border-radius: 0.625vw;
  }
}
.v3-vacancy-page__events {
  margin-top: 15.55555556vw;
}
.v3-vacancy-page__events h2 {
  margin: 0 4.44444444vw;
  font-size: 12.22222222vw;
}
.v3-vacancy-page__events__slider {
  margin-top: 8.88888889vw;
  position: relative;
}
.v3-vacancy-page__events__slider__item {
  padding: 0 4.44444444vw;
  display: block;
  border: 0;
}
.v3-vacancy-page__events__slider__item .img {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 8.88888889vw;
  position: relative;
  z-index: 2;
  margin-bottom: -8.88888889vw;
}
.v3-vacancy-page__events__slider__item .info {
  padding: 15.55555556vw 4.44444444vw 8.88888889vw;
  border-radius: 0 0 8.88888889vw 8.88888889vw;
  border: 2px solid #efefef;
  position: relative;
  z-index: 1;
}
.v3-vacancy-page__events__slider__item .info h3 {
  color: #00abd6;
  font-size: 4.44444444vw;
  font-weight: 700;
  line-height: 6.66666667vw;
  text-decoration-line: underline;
}
.v3-vacancy-page__events__slider__item .info p {
  margin-top: 4.44444444vw;
  color: #6C6C6C;
  font-size: 3.88888889vw;
  line-height: 6.66666667vw;
}
.v3-vacancy-page__events__slider .owl-nav .owl-prev,
.v3-vacancy-page__events__slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  left: 0;
  height: 91.11111111vw;
  width: 8.88888889vw;
}
.v3-vacancy-page__events__slider .owl-nav .owl-next {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  .v3-vacancy-page__events {
    margin-top: 15.10416667vw;
  }
  .v3-vacancy-page__events h2 {
    margin: 0 5.20833333vw;
    font-size: 9.375vw;
  }
  .v3-vacancy-page__events__slider {
    margin-top: 6.25vw;
  }
  .v3-vacancy-page__events__slider__item {
    padding: 0;
  }
  .v3-vacancy-page__events__slider__item .img {
    border-radius: 4.16666667vw;
    margin-bottom: -4.16666667vw;
  }
  .v3-vacancy-page__events__slider__item .info {
    padding: 7.29166667vw 2.08333333vw 8.33333333vw;
    border-radius: 0 0 4.16666667vw 4.16666667vw;
  }
  .v3-vacancy-page__events__slider__item .info h3 {
    font-size: 2.08333333vw;
    line-height: 3.125vw;
  }
  .v3-vacancy-page__events__slider__item .info p {
    margin-top: 2.08333333vw;
    font-size: 1.82291667vw;
    line-height: 3.125vw;
  }
  .v3-vacancy-page__events__slider .owl-nav {
    position: absolute;
    top: -13.54166667vw;
    right: 5.20833333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.08333333vw;
  }
  .v3-vacancy-page__events__slider .owl-nav .owl-prev,
  .v3-vacancy-page__events__slider .owl-nav .owl-next {
    position: relative;
    top: 0;
    left: 0;
    height: unset;
    width: unset;
  }
  .v3-vacancy-page__events__slider .owl-nav .owl-next {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .v3-vacancy-page__events {
    margin-top: 11.11111111vw;
  }
  .v3-vacancy-page__events h2 {
    margin: 0 5vw;
    font-size: 7.5vw;
    max-width: 61.11111111vw;
  }
  .v3-vacancy-page__events__slider {
    margin-top: 4.44444444vw;
  }
  .v3-vacancy-page__events__slider__item {
    padding: 0;
  }
  .v3-vacancy-page__events__slider__item .img {
    border-radius: 2.22222222vw;
    margin-bottom: -2.22222222vw;
  }
  .v3-vacancy-page__events__slider__item .info {
    padding: 3.88888889vw 1.38888889vw 3.75vw;
    border-radius: 0 0 2.22222222vw 2.22222222vw;
  }
  .v3-vacancy-page__events__slider__item .info h3 {
    font-size: 1.25vw;
    line-height: 2.22222222vw;
  }
  .v3-vacancy-page__events__slider__item .info p {
    margin-top: 1.11111111vw;
    font-size: 0.97222222vw;
    line-height: 1.66666667vw;
  }
  .v3-vacancy-page__events__slider .owl-nav {
    top: -7.22222222vw;
    right: 5vw;
    gap: 1.11111111vw;
  }
}
@media (min-width: 1920px) {
  .v3-vacancy-page__events {
    margin-top: 8.33333333vw;
  }
  .v3-vacancy-page__events h2 {
    margin: 0 14.0625vw;
    font-size: 5.625vw;
    max-width: 45.83333333vw;
  }
  .v3-vacancy-page__events__slider {
    margin-top: 3.33333333vw;
  }
  .v3-vacancy-page__events__slider__item .img {
    border-radius: 1.66666667vw;
    margin-bottom: -1.66666667vw;
  }
  .v3-vacancy-page__events__slider__item .info {
    padding: 2.91666667vw 1.04166667vw 2.8125vw;
    border-radius: 0 0 1.66666667vw 1.66666667vw;
  }
  .v3-vacancy-page__events__slider__item .info h3 {
    font-size: 0.9375vw;
    line-height: 1.66666667vw;
  }
  .v3-vacancy-page__events__slider__item .info p {
    margin-top: 0.83333333vw;
    font-size: 0.72916667vw;
    line-height: 1.25vw;
  }
  .v3-vacancy-page__events__slider .owl-nav {
    top: -5.41666667vw;
    right: 3.75vw;
    gap: 0.83333333vw;
  }
}
@media (any-hover: hover) {
  .v3-vacancy-page__events__slider__item:hover {
    border: 0;
  }
}
.v3-vacancy-page__video {
  padding: 11.11111111vw 5.55555556vw;
}
.v3-vacancy-page__video iframe {
  width: 88.88888889vw;
  height: 50vw;
  overflow: hidden;
  border: 2px solid #efefef;
  border-radius: 6.66666667vw;
}
@media (min-width: 768px) {
  .v3-vacancy-page__video {
    padding: 5.20833333vw;
  }
  .v3-vacancy-page__video iframe {
    width: 89.58333333vw;
    height: 50.390625vw;
    border-radius: 4.16666667vw;
  }
}
@media (min-width: 1440px) {
  .v3-vacancy-page__video {
    padding: 4.44444444vw 5vw;
  }
  .v3-vacancy-page__video iframe {
    width: 90vw;
    height: 50.625vw;
    border-radius: 2.77777778vw;
  }
}
@media (min-width: 1920px) {
  .v3-vacancy-page__video {
    padding: 3.33333333vw 14.0625vw;
  }
  .v3-vacancy-page__video iframe {
    width: 71.875vw;
    height: 40.41666667vw;
    border-radius: 2.91666667vw;
  }
}
.v3-vacancy-page__order {
  padding: 15.55555556vw 4.44444444vw 0;
}
.v3-vacancy-page__order__form {
  padding: 6.66666667vw;
  background-color: #00abd6;
  border-radius: 8.88888889vw;
  margin-top: 8.88888889vw;
  color: #fff;
}
.v3-vacancy-page__order__form h3 {
  text-align: center;
  font-size: 8.88888889vw;
  line-height: 11.11111111vw;
}
.v3-vacancy-page__order__form form {
  margin-top: 6.66666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.55555556vw;
}
.v3-vacancy-page__order__form form .btn {
  min-width: 50vw;
}
.v3-vacancy-page__order__form form .policy {
  text-align: center;
}
.v3-vacancy-page__order__info {
  margin-top: 13.33333333vw;
}
.v3-vacancy-page__order__info h3 {
  color: #383838;
  font-size: 6.66666667vw;
  line-height: 7.77777778vw;
}
.v3-vacancy-page__order__info p {
  font-size: 4.44444444vw;
  line-height: 6.66666667vw;
}
.v3-vacancy-page__order__info h3 + p {
  margin-top: 3.33333333vw;
}
.v3-vacancy-page__order__info p + h3,
.v3-vacancy-page__order__info p + p {
  margin-top: 6.66666667vw;
}
@media (min-width: 768px) {
  .v3-vacancy-page__order {
    padding: 15.10416667vw 5.20833333vw 0;
  }
  .v3-vacancy-page__order__form {
    padding: 3.125vw;
    border-radius: 4.16666667vw;
    margin-top: 7.29166667vw;
  }
  .v3-vacancy-page__order__form h3 {
    font-size: 4.16666667vw;
    line-height: 5.20833333vw;
  }
  .v3-vacancy-page__order__form form {
    margin-top: 3.125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.125vw 2.60416667vw;
  }
  .v3-vacancy-page__order__form form .field {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
  }
  .v3-vacancy-page__order__form form textarea.field {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .v3-vacancy-page__order__form form .btn {
    min-width: 23.4375vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.4375vw;
            flex: 0 0 23.4375vw;
  }
  .v3-vacancy-page__order__form form .policy {
    text-align: left;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 23.4375vw;
            flex: 1 0 23.4375vw;
  }
  .v3-vacancy-page__order__info {
    margin-top: 7.29166667vw;
    max-width: 72.91666667vw;
  }
  .v3-vacancy-page__order__info h3 {
    font-size: 3.125vw;
    line-height: 3.64583333vw;
  }
  .v3-vacancy-page__order__info p {
    font-size: 2.60416667vw;
    line-height: 3.64583333vw;
  }
  .v3-vacancy-page__order__info h3 + p {
    margin-top: 1.04166667vw;
  }
  .v3-vacancy-page__order__info p + h3,
  .v3-vacancy-page__order__info p + p {
    margin-top: 3.125vw;
  }
}
@media (min-width: 1440px) {
  .v3-vacancy-page__order {
    padding: 13.88888889vw 5vw 2.77777778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .v3-vacancy-page__order h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .v3-vacancy-page__order__form {
    padding: 1.66666667vw;
    border-radius: 2.22222222vw;
    margin-top: 5.55555556vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53.47222222vw;
            flex: 0 0 53.47222222vw;
  }
  .v3-vacancy-page__order__form h3 {
    font-size: 2.22222222vw;
    line-height: 2.77777778vw;
  }
  .v3-vacancy-page__order__form form {
    margin-top: 1.66666667vw;
    gap: 1.66666667vw 1.38888889vw;
  }
  .v3-vacancy-page__order__form form .btn {
    min-width: 12.5vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5vw;
            flex: 0 0 12.5vw;
  }
  .v3-vacancy-page__order__form form .policy {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 12.5vw;
            flex: 1 0 12.5vw;
  }
  .v3-vacancy-page__order__info {
    margin-top: 8.33333333vw;
    max-width: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.86111111vw;
            flex: 0 0 29.86111111vw;
  }
  .v3-vacancy-page__order__info h3 {
    font-size: 1.66666667vw;
    line-height: 1.94444444vw;
  }
  .v3-vacancy-page__order__info p {
    font-size: 1.25vw;
    line-height: 1.94444444vw;
  }
  .v3-vacancy-page__order__info h3 + p {
    margin-top: 0.55555556vw;
  }
  .v3-vacancy-page__order__info p + h3,
  .v3-vacancy-page__order__info p + p {
    margin-top: 1.66666667vw;
  }
}
@media (min-width: 1920px) {
  .v3-vacancy-page__order {
    padding: 10.41666667vw 14.0625vw 2.08333333vw;
  }
  .v3-vacancy-page__order__form {
    padding: 1.25vw;
    border-radius: 1.66666667vw;
    margin-top: 4.16666667vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40.10416667vw;
            flex: 0 0 40.10416667vw;
  }
  .v3-vacancy-page__order__form h3 {
    font-size: 1.66666667vw;
    line-height: 2.08333333vw;
  }
  .v3-vacancy-page__order__form form {
    margin-top: 1.25vw;
    gap: 1.25vw 1.04166667vw;
  }
  .v3-vacancy-page__order__form form .btn {
    min-width: 9.375vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.375vw;
            flex: 0 0 9.375vw;
  }
  .v3-vacancy-page__order__form form .policy {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 9.375vw;
            flex: 1 0 9.375vw;
  }
  .v3-vacancy-page__order__info {
    margin-top: 4.6875vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.39583333vw;
            flex: 0 0 22.39583333vw;
  }
  .v3-vacancy-page__order__info h3 {
    font-size: 1.25vw;
    line-height: 1.45833333vw;
  }
  .v3-vacancy-page__order__info p {
    font-size: 0.9375vw;
    line-height: 1.45833333vw;
  }
  .v3-vacancy-page__order__info h3 + p {
    margin-top: 0.41666667vw;
  }
  .v3-vacancy-page__order__info p + h3,
  .v3-vacancy-page__order__info p + p {
    margin-top: 1.25vw;
  }
}
.v3-footer {
  background-color: #00abd6;
  margin-top: 15.55555556vw;
  color: #fff;
  padding: 5.55555556vw 4.44444444vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.44444444vw;
}
.v3-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.22222222vw;
}
@media (min-width: 768px) {
  .v3-footer {
    margin-top: 8.33333333vw;
    padding: 4.16666667vw 5.20833333vw;
    gap: 2.08333333vw;
  }
  .v3-footer__links {
    gap: 1.04166667vw;
  }
}
@media (min-width: 1440px) {
  .v3-footer {
    margin-top: 4.44444444vw;
    padding: 2.22222222vw 5vw;
    gap: 1.11111111vw;
  }
  .v3-footer__links {
    gap: 0.55555556vw;
  }
}
@media (min-width: 1920px) {
  .v3-footer {
    margin-top: 4.16666667vw;
    padding: 2.08333333vw 14.0625vw;
    gap: 1.04166667vw;
  }
  .v3-footer__links {
    gap: 0.83333333vw;
  }
}
.v3-designers-page__main .v3-vacancy-page__main__top .phone a.mail {
  display: none;
}
.v3-designers-page__main h1 {
  font-size: 12.22222222vw;
  line-height: 13.33333333vw;
  margin-top: 12.22222222vw;
}
.v3-designers-page__main p {
  margin: 4.44444444vw 4.44444444vw 0;
  font-size: 4.44444444vw;
  line-height: 6.66666667vw;
}
@media (min-width: 768px) {
  .v3-designers-page__main h1 {
    font-size: 11.45833333vw;
    line-height: 11.45833333vw;
    margin-top: 4.16666667vw;
    max-width: unset;
  }
  .v3-designers-page__main p {
    margin: 2.08333333vw 44.27083333vw 0 5.20833333vw;
    font-size: 2.60416667vw;
    line-height: 4.6875vw;
    text-align: left;
  }
  .v3-designers-page__main .v3-vacancy-page__main__btns {
    width: 39.0625vw;
    margin: 11.45833333vw 0 0 5.20833333vw;
  }
  .v3-designers-page__main .v3-vacancy-page__main__btns a.btn span {
    display: inline;
  }
  .v3-designers-page__main .v3-vacancy-page__main__img {
    width: 52.08333333vw;
    bottom: -6.51041667vw;
    right: -6.51041667vw;
  }
}
@media (min-width: 1440px) {
  .v3-designers-page__main .v3-vacancy-page__main__top .phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.11111111vw;
  }
  .v3-designers-page__main .v3-vacancy-page__main__top .phone a.mail {
    display: block;
    background: #fff;
    color: #00abd6;
    padding: 0.20833333vw 0.55555556vw 0.27777778vw;
    border-radius: 0.27777778vw;
    border: 0;
  }
  .v3-designers-page__main h1 {
    font-size: 7.5vw;
    line-height: 7.5vw;
    margin-top: 7.5vw;
    margin-left: 5vw;
    max-width: 69.44444444vw;
  }
  .v3-designers-page__main p {
    margin: 2.77777778vw 48.61111111vw 0 5vw;
    font-size: 1.94444444vw;
    line-height: 2.77777778vw;
  }
  .v3-designers-page__main .v3-vacancy-page__main__btns {
    margin: 2.77777778vw 0 0 5vw;
  }
  .v3-designers-page__main .v3-vacancy-page__main__img {
    height: 58.33333333vw;
    width: 48.61111111vw;
    bottom: 0vw;
    right: -3.47222222vw;
  }
}
@media (min-width: 1920px) {
  .v3-designers-page__main h1 {
    font-size: 5.625vw;
    line-height: 5.625vw;
    margin-top: 4.16666667vw;
    margin-left: 14.0625vw;
    max-width: 52.08333333vw;
  }
  .v3-designers-page__main p {
    margin: 2.08333333vw 52.08333333vw 0 14.0625vw;
    font-size: 1.66666667vw;
    line-height: 2.5vw;
  }
  .v3-designers-page__main .v3-vacancy-page__main__btns {
    margin: 2.08333333vw 0 0 14.0625vw;
  }
  .v3-designers-page__main .v3-vacancy-page__main__img {
    height: 49.47916667vw;
    width: 41.66666667vw;
    bottom: -5.20833333vw;
    right: 0;
  }
}
.v3-designers-page__process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11.11111111vw;
  padding-top: 22.22222222vw;
}
.v3-designers-page__process > p {
  color: #6C6C6C;
  font-size: 4.44444444vw;
  font-style: normal;
  line-height: 7.77777778vw;
  margin: 0 4.44444444vw 0;
  text-align: center;
}
.v3-designers-page__process__slider {
  position: relative;
}
.v3-designers-page__process__slider .owl-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.v3-designers-page__process__slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2.22222222vw;
}
.v3-designers-page__process__slider .item {
  padding: 0 2.22222222vw;
}
.v3-designers-page__process__slider .item__inner {
  height: 100%;
  background: #00abd6;
  color: #fff;
  border-radius: 3.33333333vw;
  overflow: hidden;
  width: 80vw;
}
.v3-designers-page__process__slider .item__img {
  padding-top: 33%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.v3-designers-page__process__slider .item__img:before {
  content: '';
  width: 110%;
  height: 30%;
  background: #00abd6;
  position: absolute;
  bottom: -25%;
  left: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: 1;
}
.v3-designers-page__process__slider .item__img:after {
  content: '';
  background: #F2A501;
  height: 3.33333333vw;
  width: 80%;
  margin-left: -40%;
  left: 50%;
  position: absolute;
  bottom: 7%;
  z-index: 2;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.v3-designers-page__process__slider .item__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 4.44444444vw;
}
.v3-designers-page__process__slider .item__data .num {
  font-size: 12.22222222vw;
  line-height: 12.22222222vw;
  min-width: 12.22222222vw;
  font-weight: 700;
}
.v3-designers-page__process__slider .item__data .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.22222222vw;
  padding-top: 0.55555556vw;
}
.v3-designers-page__process__slider .item__data .text h3 {
  font-size: 5vw;
  line-height: 5.55555556vw;
}
.v3-designers-page__process__slider .item__data .text p {
  font-size: 4.44444444vw;
  line-height: 5.55555556vw;
}
.v3-designers-page__process__slider .owl-nav .owl-prev,
.v3-designers-page__process__slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8.88888889vw;
}
.v3-designers-page__process__slider .owl-nav .owl-next {
  left: auto;
  right: 0;
}
@media (min-width: 360px) {
  .v3-designers-page__process {
    gap: 40px;
    padding-top: calc( 80px + ( var(--win_width) - 360px ) * ( (120 - 80) / ( 768 - 360 ) ) );
  }
  .v3-designers-page__process h2 {
    font-size: calc( 44px + ( var(--win_width) - 360px ) * ( (64 - 44) / ( 768 - 360 ) ) );
    line-height: calc( 48px + ( var(--win_width) - 360px ) * ( (72 - 48) / ( 768 - 360 ) ) );
    margin: 0 calc( 16px + ( var(--win_width) - 360px ) * ( (40 - 16) / ( 768 - 360 ) ) );
  }
  .v3-designers-page__process > p {
    font-size: calc( 16px + ( var(--win_width) - 360px ) * ( (20 - 16) / ( 768 - 360 ) ) );
    line-height: calc( 28px + ( var(--win_width) - 360px ) * ( (36 - 28) / ( 768 - 360 ) ) );
    margin: 0 calc( 16px + ( var(--win_width) - 360px ) * ( (40 - 16) / ( 768 - 360 ) ) );
  }
  .v3-designers-page__process__slider .owl-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .v3-designers-page__process__slider .owl-stage {
    padding: 0 calc( 8px + ( var(--win_width) - 360px ) * ( (30 - 8) / ( 768 - 360 ) ) );
  }
  .v3-designers-page__process__slider .item {
    padding: 0 calc( 8px + ( var(--win_width) - 360px ) * ( (10 - 8) / ( 768 - 360 ) ) );
  }
  .v3-designers-page__process__slider .item__inner {
    width: calc( 288px + ( var(--win_width) - 360px ) * ( (510 - 288) / ( 768 - 360 ) ) );
    border-radius: calc( 12px + ( var(--win_width) - 360px ) * ( (24 - 12) / ( 768 - 360 ) ) );
  }
  .v3-designers-page__process__slider .item__img:after {
    height: calc( 12px + ( var(--win_width) - 360px ) * ( (18 - 12) / ( 768 - 360 ) ) );
  }
  .v3-designers-page__process__slider .item__data {
    padding: calc( 16px + ( var(--win_width) - 360px ) * ( (24 - 16) / ( 768 - 360 ) ) ) calc( 16px + ( var(--win_width) - 360px ) * ( (24 - 16) / ( 768 - 360 ) ) ) calc( 16px + ( var(--win_width) - 360px ) * ( (32 - 16) / ( 768 - 360 ) ) ) calc( 16px + ( var(--win_width) - 360px ) * ( (24 - 16) / ( 768 - 360 ) ) );
  }
  .v3-designers-page__process__slider .item__data .num {
    font-size: calc( 44px + ( var(--win_width) - 360px ) * ( (80 - 44) / ( 768 - 360 ) ) );
    line-height: calc( 44px + ( var(--win_width) - 360px ) * ( (80 - 44) / ( 768 - 360 ) ) );
    min-width: calc( 44px + ( var(--win_width) - 360px ) * ( (64 - 44) / ( 768 - 360 ) ) );
  }
  .v3-designers-page__process__slider .item__data .text {
    gap: 8px;
    padding-top: calc( 2px + ( var(--win_width) - 360px ) * ( (4 - 2) / ( 768 - 360 ) ) );
  }
  .v3-designers-page__process__slider .item__data .text h3 {
    font-size: calc( 18px + ( var(--win_width) - 360px ) * ( (28 - 18) / ( 768 - 360 ) ) );
    line-height: calc( 20px + ( var(--win_width) - 360px ) * ( (36 - 20) / ( 768 - 360 ) ) );
  }
  .v3-designers-page__process__slider .item__data .text p {
    font-size: calc( 16px + ( var(--win_width) - 360px ) * ( (18 - 16) / ( 768 - 360 ) ) );
    line-height: calc( 20px + ( var(--win_width) - 360px ) * ( (24 - 20) / ( 768 - 360 ) ) );
  }
}
@media (min-width: 768px) {
  .v3-designers-page__process {
    padding-top: calc( 120px + ( var(--win_width) - 768px ) * ( (180 - 120) / ( 1920 - 768 ) ) );
  }
  .v3-designers-page__process h2 {
    font-size: calc( 64px + ( var(--win_width) - 768px ) * ( (120 - 64) / ( 1920 - 768 ) ) );
    line-height: calc( 72px + ( var(--win_width) - 768px ) * ( (128 - 72) / ( 1920 - 768 ) ) );
    margin: 0 calc( 40px + ( var(--win_width) - 768px ) * ( (270 - 40) / ( 1920 - 768 ) ) );
  }
  .v3-designers-page__process > p {
    font-size: calc( 20px + ( var(--win_width) - 768px ) * ( (32 - 20) / ( 1920 - 768 ) ) );
    line-height: calc( 36px + ( var(--win_width) - 768px ) * ( (48 - 36) / ( 1920 - 768 ) ) );
    margin: 0 calc( 168px + ( var(--win_width) - 768px ) * ( (270 - 168) / ( 1920 - 768 ) ) ) 0 calc( 40px + ( var(--win_width) - 768px ) * ( (270 - 40) / ( 1920 - 768 ) ) );
    max-width: 1000px;
    text-align: left;
  }
  .v3-designers-page__process__slider .owl-stage {
    padding: 0 calc( 30px + ( var(--win_width) - 768px ) * ( (260 - 30) / ( 1920 - 768 ) ) );
  }
  .v3-designers-page__process__slider .item__inner {
    width: calc( 510px + ( var(--win_width) - 768px ) * ( (680 - 510) / ( 1920 - 768 ) ) );
    border-radius: calc( 24px + ( var(--win_width) - 768px ) * ( (32 - 24) / ( 1920 - 768 ) ) );
  }
  .v3-designers-page__process__slider .item__data {
    padding: calc( 24px + ( var(--win_width) - 768px ) * ( (32 - 24) / ( 1920 - 768 ) ) ) calc( 24px + ( var(--win_width) - 768px ) * ( (32 - 24) / ( 1920 - 768 ) ) ) calc( 32px + ( var(--win_width) - 768px ) * ( (40 - 32) / ( 1920 - 768 ) ) ) calc( 24px + ( var(--win_width) - 768px ) * ( (32 - 24) / ( 1920 - 768 ) ) );
  }
  .v3-designers-page__process__slider .item__data .num {
    font-size: calc( 80px + ( var(--win_width) - 768px ) * ( (104 - 80) / ( 1920 - 768 ) ) );
    line-height: calc( 80px + ( var(--win_width) - 768px ) * ( (104 - 80) / ( 1920 - 768 ) ) );
    min-width: 64px;
  }
  .v3-designers-page__process__slider .item__data .text {
    gap: 8px;
    padding-top: calc( 4px + ( var(--win_width) - 768px ) * ( (8 - 4) / ( 1920 - 768 ) ) );
  }
  .v3-designers-page__process__slider .item__data .text h3 {
    font-size: calc( 28px + ( var(--win_width) - 768px ) * ( (40 - 28) / ( 1920 - 768 ) ) );
    line-height: calc( 36px + ( var(--win_width) - 768px ) * ( (48 - 36) / ( 1920 - 768 ) ) );
  }
  .v3-designers-page__process__slider .item__data .text p {
    font-size: calc( 18px + ( var(--win_width) - 768px ) * ( (24 - 18) / ( 1920 - 768 ) ) );
    line-height: calc( 24px + ( var(--win_width) - 768px ) * ( (32 - 24) / ( 1920 - 768 ) ) );
  }
  .v3-designers-page__process__slider .owl-nav .owl-prev,
  .v3-designers-page__process__slider .owl-nav .owl-next {
    position: absolute;
    top: -96px;
    right: calc( 40px + ( var(--win_width) - 768px ) * ( (270 - 40) / ( 1920 - 768 ) ) );
    height: auto;
    width: 56px;
  }
  .v3-designers-page__process__slider .owl-nav .owl-prev {
    left: auto;
    right: calc( 112px + ( var(--win_width) - 768px ) * ( (342 - 112) / ( 1920 - 768 ) ) );
  }
}
@media (min-width: 1920px) {
  .v3-designers-page__process {
    padding-top: 9.375vw;
  }
  .v3-designers-page__process h2 {
    font-size: 6.25vw;
    line-height: 6.66666667vw;
    margin: 0 14.0625vw;
  }
  .v3-designers-page__process > p {
    font-size: 1.66666667vw;
    line-height: 2.5vw;
    margin: 0 14.0625vw;
    max-width: 52.08333333vw;
  }
  .v3-designers-page__process__slider .owl-stage {
    padding: 0 13.54166667vw;
  }
  .v3-designers-page__process__slider .item__inner {
    width: 35.41666667vw;
    border-radius: 1.66666667vw;
  }
  .v3-designers-page__process__slider .item__data {
    padding: 1.66666667vw 1.66666667vw 2.08333333vw 1.66666667vw;
  }
  .v3-designers-page__process__slider .item__data .num {
    font-size: 5.41666667vw;
    line-height: 5.41666667vw;
    min-width: 3.33333333vw;
  }
  .v3-designers-page__process__slider .item__data .text {
    padding-top: 0.41666667vw;
  }
  .v3-designers-page__process__slider .item__data .text h3 {
    font-size: 2.08333333vw;
    line-height: 2.5vw;
  }
  .v3-designers-page__process__slider .item__data .text p {
    font-size: 1.25vw;
    line-height: 1.66666667vw;
  }
  .v3-designers-page__process__slider .owl-nav .owl-prev,
  .v3-designers-page__process__slider .owl-nav .owl-next {
    width: 2.91666667vw;
  }
}
.v3-designers-page__buynow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.v3-designers-page__buynow__list {
  position: relative;
  /* Для позиционирования карточек */
  width: 100%;
  /* Ширина контейнера */
  height: 200px;
  /* Высота контейнера */
  -webkit-perspective: 1000px;
          perspective: 1000px;
  /* Устанавливаем перспективу */
}
.v3-designers-page__buynow .item {
  position: absolute;
  /* Абсолютное позиционирование карточек */
  width: 100px;
  /* Ширина карточки */
  height: 150px;
  /* Высота карточки */
  background-color: #3498db;
  /* Цвет фона карточки */
  color: white;
  /* Цвет текста */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  /* Размер шрифта */
  border-radius: 10px;
  /* Скругление углов */
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  /* Плавный переход при трансформации */
  /* Позиционирование карточек для создания арки */
}
.v3-designers-page__buynow .item:nth-child(1) {
  -webkit-animation: moveCard 5s linear infinite;
          animation: moveCard 5s linear infinite;
}
.v3-designers-page__buynow .item:nth-child(2) {
  -webkit-animation: moveCard 5s 1s linear infinite;
          animation: moveCard 5s 1s linear infinite;
}
.v3-designers-page__buynow .item:nth-child(3) {
  -webkit-animation: moveCard 5s 2s linear infinite;
          animation: moveCard 5s 2s linear infinite;
}
.v3-designers-page__buynow .item:nth-child(4) {
  -webkit-animation: moveCard 5s 3s linear infinite;
          animation: moveCard 5s 3s linear infinite;
}
.v3-designers-page__buynow .item:nth-child(5) {
  -webkit-animation: moveCard 5s 4s linear infinite;
          animation: moveCard 5s 4s linear infinite;
}
@-webkit-keyframes moveCard {
  0% {
    left: 120%;
    -webkit-transform: rotateY(-40deg) translateZ(1000px);
            transform: rotateY(-40deg) translateZ(1000px);
  }
  20% {
    -webkit-transform: rotateY(-20deg) translateZ(500px);
            transform: rotateY(-20deg) translateZ(500px);
  }
  40% {
    -webkit-transform: rotateY(-4deg) translateZ(100px);
            transform: rotateY(-4deg) translateZ(100px);
  }
  50% {
    -webkit-transform: rotateY(0deg) translateZ(0px);
            transform: rotateY(0deg) translateZ(0px);
  }
  60% {
    -webkit-transform: rotateY(4deg) translateZ(100px);
            transform: rotateY(4deg) translateZ(100px);
  }
  80% {
    -webkit-transform: rotateY(20deg) translateZ(500px);
            transform: rotateY(20deg) translateZ(500px);
  }
  100% {
    left: -20%;
    -webkit-transform: rotateY(40deg) translateZ(1000px);
            transform: rotateY(40deg) translateZ(1000px);
  }
}
@keyframes moveCard {
  0% {
    left: 120%;
    -webkit-transform: rotateY(-40deg) translateZ(1000px);
            transform: rotateY(-40deg) translateZ(1000px);
  }
  20% {
    -webkit-transform: rotateY(-20deg) translateZ(500px);
            transform: rotateY(-20deg) translateZ(500px);
  }
  40% {
    -webkit-transform: rotateY(-4deg) translateZ(100px);
            transform: rotateY(-4deg) translateZ(100px);
  }
  50% {
    -webkit-transform: rotateY(0deg) translateZ(0px);
            transform: rotateY(0deg) translateZ(0px);
  }
  60% {
    -webkit-transform: rotateY(4deg) translateZ(100px);
            transform: rotateY(4deg) translateZ(100px);
  }
  80% {
    -webkit-transform: rotateY(20deg) translateZ(500px);
            transform: rotateY(20deg) translateZ(500px);
  }
  100% {
    left: -20%;
    -webkit-transform: rotateY(40deg) translateZ(1000px);
            transform: rotateY(40deg) translateZ(1000px);
  }
}
.v3-designers-page__card {
  margin: 44.44444444vw 4.44444444vw 0;
  background-color: #00abd6;
  color: #fff;
  padding: 33.33333333vw 5.55555556vw 5.55555556vw;
  border-radius: 6.66666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.44444444vw;
  position: relative;
}
.v3-designers-page__card__header h2 {
  color: #fff;
  font-size: 6.66666667vw;
  line-height: 8.88888889vw;
  text-align: left;
  margin: 0;
}
.v3-designers-page__card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.33333333vw;
}
.v3-designers-page__card__tags span {
  padding: 0.83333333vw 3.33333333vw 1.38888889vw 3.33333333vw;
  color: #8ac640;
  font-size: 5.55555556vw;
  line-height: 6.66666667vw;
  border-radius: 4.44444444vw;
  background: #f8fff0;
}
.v3-designers-page__card__tags span:last-child {
  color: #0088ce;
  background: #E3F5FE;
}
.v3-designers-page__card__bottom p {
  font-size: 4.44444444vw;
  line-height: 6.66666667vw;
  font-weight: 400;
}
.v3-designers-page__card__btn {
  margin-top: 3.33333333vw;
}
.v3-designers-page__card__btn .btn {
  display: block;
}
.v3-designers-page__card__img {
  position: absolute;
  top: -26.66666667vw;
  width: 83.33333333vw;
  height: 44.44444444vw;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.v3-designers-page__card__img .card {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00abd6;
  background: linear-gradient(70deg, #0088ce, #00abd6);
  border-radius: 3.33333333vw;
  z-index: 2;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  /* Сохраняем 3D стиль */
  overflow: hidden;
}
.v3-designers-page__card__img .card__logo {
  width: 22.22222222vw;
  height: 7.22222222vw;
  position: absolute;
  top: 3.33333333vw;
  left: 30.55555556vw;
  z-index: 10;
}
.v3-designers-page__card__img .card .title {
  color: #fff;
  font-size: 11.11111111vw;
  text-align: left;
  position: absolute;
  left: -0.83333333vw;
  right: 0;
  bottom: 0;
  z-index: 3;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.v3-designers-page__card__img .card:after {
  content: '';
  background: linear-gradient(80deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.15) 65%, rgba(255, 255, 255, 0.15) 80%, rgba(255, 255, 255, 0) 90%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: cardblink 10s ease-in-out 0s infinite;
          animation: cardblink 10s ease-in-out 0s infinite;
  z-index: 2;
}
.v3-designers-page__card__img .card__back {
  background: #037ab7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-4px);
          transform: translateZ(-4px);
  z-index: 1;
  border-radius: 3.33333333vw;
}
.v3-designers-page__card__img .card__shadow {
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  border-radius: 3.33333333vw;
  -webkit-transform: rotateY(0deg) rotateX(3deg) rotateZ(0deg) translateZ(-100px);
          transform: rotateY(0deg) rotateX(3deg) rotateZ(0deg) translateZ(-100px);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.v3-designers-page__card__img .cardanimation {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: cardanimation 10s ease-in-out 0s infinite;
          animation: cardanimation 10s ease-in-out 0s infinite;
}
@-webkit-keyframes cardanimation {
  0% {
    -webkit-transform: rotateY(30deg) rotateX(10deg) rotateZ(-5deg);
            transform: rotateY(30deg) rotateX(10deg) rotateZ(-5deg);
  }
  50% {
    -webkit-transform: rotateY(10deg) rotateX(5deg) rotateZ(-10deg);
            transform: rotateY(10deg) rotateX(5deg) rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateY(30deg) rotateX(10deg) rotateZ(-5deg);
            transform: rotateY(30deg) rotateX(10deg) rotateZ(-5deg);
  }
}
@keyframes cardanimation {
  0% {
    -webkit-transform: rotateY(30deg) rotateX(10deg) rotateZ(-5deg);
            transform: rotateY(30deg) rotateX(10deg) rotateZ(-5deg);
  }
  50% {
    -webkit-transform: rotateY(10deg) rotateX(5deg) rotateZ(-10deg);
            transform: rotateY(10deg) rotateX(5deg) rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateY(30deg) rotateX(10deg) rotateZ(-5deg);
            transform: rotateY(30deg) rotateX(10deg) rotateZ(-5deg);
  }
}
@-webkit-keyframes cardblink {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes cardblink {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media (min-width: 768px) {
  .v3-designers-page__card {
    margin: 20.83333333vw 5.20833333vw 0;
    padding: 15.625vw 4.16666667vw 4.16666667vw;
    border-radius: 4.16666667vw;
    gap: 2.08333333vw;
  }
  .v3-designers-page__card__header h2 {
    font-size: 3.64583333vw;
    line-height: 4.16666667vw;
  }
  .v3-designers-page__card__tags {
    gap: 1.04166667vw;
  }
  .v3-designers-page__card__tags span {
    padding: 0.390625vw 2.08333333vw 0.65104167vw;
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    border-radius: 2.34375vw;
  }
  .v3-designers-page__card__bottom p {
    font-size: 2.08333333vw;
    line-height: 3.125vw;
  }
  .v3-designers-page__card__btn {
    margin-top: 2.08333333vw;
  }
  .v3-designers-page__card__img {
    top: -12.5vw;
    width: 39.0625vw;
    height: 20.83333333vw;
  }
  .v3-designers-page__card__img .card {
    border-radius: 1.5625vw;
  }
  .v3-designers-page__card__img .card__logo {
    width: 10.41666667vw;
    height: 3.38541667vw;
    top: 1.5625vw;
    left: 14.32291667vw;
  }
  .v3-designers-page__card__img .card .title {
    font-size: 5.20833333vw;
    left: -0.390625vw;
  }
  .v3-designers-page__card__img .card__back {
    border-radius: 1.5625vw;
  }
  .v3-designers-page__card__img .card__shadow {
    border-radius: 1.5625vw;
  }
}
@media (min-width: 1440px) {
  .v3-designers-page__card {
    margin: 11.11111111vw 5vw 0;
    padding: 3.33333333vw 47.22222222vw 3.33333333vw 3.33333333vw;
    border-radius: 2.77777778vw;
    gap: 1.66666667vw;
  }
  .v3-designers-page__card__header h2 {
    font-size: 3.33333333vw;
    line-height: 3.88888889vw;
  }
  .v3-designers-page__card__tags {
    gap: 0.83333333vw;
  }
  .v3-designers-page__card__tags span {
    padding: 0.20833333vw 1.11111111vw 0.41666667vw 1.11111111vw;
    font-size: 1.94444444vw;
    line-height: 2.22222222vw;
    border-radius: 1.66666667vw;
  }
  .v3-designers-page__card__bottom p {
    font-size: 1.38888889vw;
    line-height: 1.94444444vw;
  }
  .v3-designers-page__card__btn {
    margin-top: 1.11111111vw;
  }
  .v3-designers-page__card__img {
    top: -3.33333333vw;
    right: -1.38888889vw;
    width: 44.44444444vw;
    height: 26.38888889vw;
  }
  .v3-designers-page__card__img .card {
    border-radius: 1.38888889vw;
  }
  .v3-designers-page__card__img .card__logo {
    width: 11.11111111vw;
    height: 3.61111111vw;
    top: 1.66666667vw;
    left: 16.66666667vw;
  }
  .v3-designers-page__card__img .card .title {
    font-size: 5.97222222vw;
    left: -0.34722222vw;
  }
  .v3-designers-page__card__img .card__back {
    border-radius: 1.38888889vw;
  }
  .v3-designers-page__card__img .card__shadow {
    border-radius: 1.38888889vw;
  }
}
@media (min-width: 1920px) {
  .v3-designers-page__card {
    margin: 8.33333333vw 14.0625vw 0;
    padding: 2.5vw 35.41666667vw 2.5vw 2.5vw;
    border-radius: 2.08333333vw;
    gap: 1.25vw;
  }
  .v3-designers-page__card__header h2 {
    font-size: 2.5vw;
    line-height: 2.91666667vw;
  }
  .v3-designers-page__card__tags {
    gap: 0.83333333vw;
  }
  .v3-designers-page__card__tags span {
    padding: 0.20833333vw 1.04166667vw 0.3125vw;
    font-size: 1.45833333vw;
    line-height: 1.66666667vw;
    border-radius: 1.25vw;
  }
  .v3-designers-page__card__bottom p {
    font-size: 1.04166667vw;
    line-height: 1.66666667vw;
  }
  .v3-designers-page__card__btn {
    margin-top: 1.25vw;
  }
  .v3-designers-page__card__img {
    top: -2.5vw;
    right: -1.04166667vw;
    width: 33.33333333vw;
    height: 19.79166667vw;
  }
  .v3-designers-page__card__img .card {
    border-radius: 1.04166667vw;
  }
  .v3-designers-page__card__img .card__logo {
    width: 12.5vw;
    height: 4.16666667vw;
    top: 1.25vw;
    left: unset;
    right: 2.5vw;
  }
  .v3-designers-page__card__img .card .title {
    font-size: 4.47916667vw;
    left: -0.26041667vw;
  }
  .v3-designers-page__card__img .card__back {
    border-radius: 1.04166667vw;
  }
  .v3-designers-page__card__img .card__shadow {
    border-radius: 1.04166667vw;
  }
}
@media (any-hover: hover) {
  .v3-designers-page__card__img .card::before {
    content: '';
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #973FA0;
    opacity: 0;
    z-index: 1;
  }
  .v3-designers-page__card__img .card__back {
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
  }
  .v3-designers-page__card.hover .v3-designers-page__card__img .card::before {
    opacity: 1;
  }
  .v3-designers-page__card.hover .v3-designers-page__card__img .card__back {
    background: #cc8dd2;
  }
}
.v3-vacancy-page__who {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 17.77777778vw 4.44444444vw 13.33333333vw;
}
.v3-vacancy-page__who__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 13.33333333vw;
  gap: 2.22222222vw;
}
.v3-vacancy-page__who__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  font-size: 4.44444444vw;
  line-height: 1;
  background: #f3f3f3;
  padding: 2.22222222vw 3.33333333vw;
  border-radius: 2.22222222vw;
  color: #00abd6;
}
.v3-vacancy-page__who__list .item:before {
  content: '#';
  color: #a3a3a3;
}
.v3-vacancy-page__who__description {
  padding-top: 8.88888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.44444444vw;
}
.v3-vacancy-page__who__description .btn {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.v3-vacancy-page__who__description p {
  font-size: 3.88888889vw;
  line-height: 5.55555556vw;
}
@media (min-width: 768px) {
  .v3-vacancy-page__who {
    padding: 10.41666667vw 5.20833333vw 8.33333333vw;
  }
  .v3-vacancy-page__who__list {
    padding-top: 7.29166667vw;
    gap: 1.5625vw;
  }
  .v3-vacancy-page__who__list .item {
    font-size: 2.60416667vw;
    padding: 1.5625vw 2.08333333vw;
    border-radius: 1.5625vw;
  }
  .v3-vacancy-page__who__description {
    padding-top: 5.20833333vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.08333333vw;
  }
  .v3-vacancy-page__who__description p {
    font-size: 2.08333333vw;
    line-height: 3.125vw;
  }
}
@media (min-width: 1440px) {
  .v3-vacancy-page__who {
    padding: 7.22222222vw 5vw 5.55555556vw;
  }
  .v3-vacancy-page__who__list {
    padding-top: 5vw;
    gap: 1.11111111vw;
  }
  .v3-vacancy-page__who__list .item {
    font-size: 1.66666667vw;
    padding: 0.97222222vw 1.38888889vw;
    border-radius: 0.97222222vw;
  }
  .v3-vacancy-page__who__description {
    padding-top: 2.77777778vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.66666667vw;
  }
  .v3-vacancy-page__who__description p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 700px;
    font-size: 1.25vw;
    line-height: 1.94444444vw;
  }
  .v3-vacancy-page__who__description .btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1920px) {
  .v3-vacancy-page__who {
    padding: 6.25vw 14.0625vw 4.16666667vw;
  }
  .v3-vacancy-page__who__list {
    padding-top: 3.75vw;
    gap: 0.83333333vw;
  }
  .v3-vacancy-page__who__list .item {
    font-size: 1.45833333vw;
    padding: 0.83333333vw 1.25vw;
    border-radius: 0.83333333vw;
  }
  .v3-vacancy-page__who__description {
    padding-top: 2.08333333vw;
    gap: 1.66666667vw;
  }
  .v3-vacancy-page__who__description p {
    font-size: 0.9375vw;
    line-height: 1.45833333vw;
  }
}
.v3-designers-page__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 17.77777778vw 4.44444444vw;
  gap: 11.11111111vw;
}
.v3-designers-page__start__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.66666667vw;
}
.v3-designers-page__start__info p {
  font-size: 4.44444444vw;
  line-height: 6.66666667vw;
}
@media (min-width: 768px) {
  .v3-designers-page__start {
    padding: 8.33333333vw 2.08333333vw;
    gap: 5.20833333vw;
  }
  .v3-designers-page__start__info {
    gap: 3.125vw;
  }
  .v3-designers-page__start__info h2 {
    text-align: center;
  }
  .v3-designers-page__start__info p {
    font-size: 2.34375vw;
    line-height: 3.64583333vw;
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .v3-designers-page__start {
    padding: 5.55555556vw 1.11111111vw;
    gap: 3.88888889vw;
  }
  .v3-designers-page__start__info {
    gap: 1.66666667vw;
  }
  .v3-designers-page__start__info p {
    font-size: 1.38888889vw;
    line-height: 2.22222222vw;
    max-width: 640px;
    margin: 0 auto;
  }
}
@media (min-width: 1920px) {
  .v3-designers-page__start {
    padding: 4.16666667vw 0.83333333vw;
    gap: 2.91666667vw;
  }
  .v3-designers-page__start__info {
    gap: 1.25vw;
  }
  .v3-designers-page__start__info p {
    font-size: 1.04166667vw;
    line-height: 1.66666667vw;
    max-width: 33.33333333vw;
  }
}
/*# sourceMappingURL=style.css.map */