@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA')
    format('woff');
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

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

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

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

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

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

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

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

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

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

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: '';
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: 0 0;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: 0 0;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0 0;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-widget-header a {
  color: #333;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_444444_256x240.png);
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(images/ui-icons_555555_256x240.png);
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_ffffff_256x240.png);
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_777620_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cc0000_256x240.png);
}

.ui-button .ui-icon {
  background-image: url(images/ui-icons_777777_256x240.png);
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.003;
  filter: Alpha(0.3);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:after,
.simplebar-content:before {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

svg {
  transform: translate3d(0, 0, 0);
}

#map [class$='-copyrights-pane'] {
  opacity: 0;
  pointer-events: none;
}

#ctrlcopy {
  color: transparent;
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input[type='button'],
input[type='password'],
input[type='text'],
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
  transition: 0.3s ease;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #062229;
}

img {
  border: none;
}

li,
ol,
ul {
  list-style-type: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
}

legend {
  border: 0;
  padding: 0;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='submit'],
input[type='tel'],
input[type='text'],
textarea {
  border-radius: 0;
}

button,
input[type='email'],
input[type='number'],
input[type='password'],
input[type='tel'],
input[type='text'],
textarea {
  color: #272b36;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

button::placeholder,
input[type='email']::placeholder,
input[type='number']::placeholder,
input[type='password']::placeholder,
input[type='tel']::placeholder,
input[type='text']::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #99a2a9;
}

button::-ms-clear,
input[type='email']::-ms-clear,
input[type='number']::-ms-clear,
input[type='password']::-ms-clear,
input[type='tel']::-ms-clear,
input[type='text']::-ms-clear,
textarea::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='password'],
input[type='text'],
textarea {
  outline: 0;
}

textarea {
  overflow: hidden;
  resize: none;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  outline: 0 !important;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

body,
html {
  margin: auto;
  height: auto;
  min-width: 320px;
  color: #000;
  position: relative;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #272b36;
}

.wrapSVG {
  display: none;
}

svg {
  width: 100%;
  height: 100%;
}

iframe,
img,
video {
  max-width: 100%;
  height: auto;
}

.frame-pdf {
  width: 90%;
  height: 600px;
}

a {
  color: inherit;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease;
}

.block-text a {
  text-decoration: underline;
}

ul {
  padding-left: 0;
}

ul > li {
  background: url(/images/square.jpg) no-repeat left 14px;
  list-style: none;
  margin: 0;
  padding-left: 24px;
}

ol {
  margin: 0 0 20px 20px;
  padding-left: 0;
}

ol > li {
  list-style-type: decimal;
  margin: 0;
  padding-left: 10px;
}

ul li:not(:last-child) {
  margin-bottom: 20px;
}

ul.ul-compact {
  margin-top: 10px;
}

ul.ul-compact li:not(:last-child) {
  margin-bottom: 7px;
}

.container {
  display: block;
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

.uptitle {
  font-family: SuperMouse, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  color: #333;
}

.h1,
h1 {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  color: #313131;
}

.content h2,
.h2,
h2 {
  display: block;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  color: #313131;
}

.content h3,
.h3,
h3 {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  color: #1f2123;
  margin-top: 0;
  display: block;
}

.content h4,
.h4,
h4 {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
  color: #1f2123;
  margin-top: 0;
  display: block;
}

.content h5,
.h5,
h5 {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #062229;
  margin-top: 0;
  margin-bottom: 30px;
}

.content div,
.content p {
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-bottom: 15px;
}

p:not(:last-of-type) {
  margin-bottom: 18px;
}

.temp {
  height: 588px;
  background-color: #ccc;
}

.error {
  color: red;
  margin: 0 0 10px;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-Light.eot);
  src: local('Lato-Light'),
    url(/fonts/Lato-Light.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-Light.woff2) format('woff2'),
    url(/fonts/Lato-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-Light.eot);
  src: local('fonts/Lato-Light'),
    url(/fonts/Lato-Light.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-Light.woff2) format('woff2'),
    url(/fonts/Lato-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-LightItalic.eot);
  src: local('Lato-LightItalic'),
    url(/fonts/Lato-LightItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-LightItalic.woff2) format('woff2'),
    url(/fonts/Lato-LightItalic.woff) format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-Bold.eot);
  src: local('Lato Bold'), local('Lato-Bold'),
    url(/fonts/Lato-Bold.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-Bold.woff2) format('woff2'),
    url(/fonts/Lato-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-Bold.eot);
  src: local('Lato Bold'), local('Lato-Bold'),
    url(/fonts/Lato-Bold.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-Bold.woff2) format('woff2'),
    url(/fonts/Lato-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-Black.eot);
  src: local('Lato Black'), local('Lato-Black'),
    url(/fonts/Lato-Black.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-Black.woff2) format('woff2'),
    url(/fonts/Lato-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-BlackItalic.eot);
  src: local('Lato Black Italic'), local('Lato-BlackItalic'),
    url(/fonts/Lato-BlackItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-BlackItalic.woff2) format('woff2'),
    url(/fonts/Lato-BlackItalic.woff) format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-Black.eot);
  src: local('Lato Black'), local('Lato-Black'),
    url(/fonts/Lato-Black.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-Black.woff2) format('woff2'),
    url(/fonts/Lato-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-Regular.eot);
  src: local('Lato Regular'), local('Lato-Regular'),
    url(/fonts/Lato-Regular.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-Regular.woff2) format('woff2'),
    url(/fonts/Lato-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: hAndyPCTT;
  src: url(/fonts/hAndyPCTT.eot);
  src: local('../fonts/hAndyPCTT Regular'), local('hAndyPCTT'),
    url(/fonts/hAndyPCTT.eot?#iefix) format('embedded-opentype'),
    url(/fonts/hAndyPCTT.woff2) format('woff2'),
    url(/fonts/hAndyPCTT.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-BlackItalic.eot);
  src: local('Lato Black Italic'), local('Lato-BlackItalic'),
    url(/fonts/Lato-BlackItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-BlackItalic.woff2) format('woff2'),
    url(/fonts/Lato-BlackItalic.woff) format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-LightItalic.eot);
  src: local('Lato-LightItalic'),
    url(/fonts/Lato-LightItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-LightItalic.woff2) format('woff2'),
    url(/fonts/Lato-LightItalic.woff) format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: hAndyPCTT;
  src: url(/fonts/hAndyPCTT.eot);
  src: local('../fonts/hAndyPCTT Regular'), local('hAndyPCTT'),
    url(/fonts/hAndyPCTT.eot?#iefix) format('embedded-opentype'),
    url(/fonts/hAndyPCTT.woff2) format('woff2'),
    url(/fonts/hAndyPCTT.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-Regular.eot);
  src: local('Lato Regular'), local('Lato-Regular'),
    url(/fonts/Lato-Regular.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-Regular.woff2) format('woff2'),
    url(/fonts/Lato-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-BoldItalic.eot);
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
    url(/fonts/Lato-BoldItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-BoldItalic.woff2) format('woff2'),
    url(/fonts/Lato-BoldItalic.woff) format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-BoldItalic.eot);
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
    url(/fonts/Lato-BoldItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-BoldItalic.woff2) format('woff2'),
    url(/fonts/Lato-BoldItalic.woff) format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato Hairline';
  src: url(/fonts/Lato-Hairline.eot);
  src: local('Lato-Hairline'),
    url(/fonts/Lato-Hairline.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-Hairline.woff2) format('woff2'),
    url(/fonts/Lato-Hairline.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato Hairline';
  src: url(/fonts/Lato-HairlineItalic.eot);
  src: local('Lato-HairlineItalic'),
    url(/fonts/Lato-HairlineItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-HairlineItalic.woff2) format('woff2'),
    url(/fonts/Lato-HairlineItalic.woff) format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-Italic.eot);
  src: local('Lato Italic'), local('Lato-Italic'),
    url(/fonts/Lato-Italic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-Italic.woff2) format('woff2'),
    url(/fonts/Lato-Italic.woff) format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(/fonts/Lato-Italic.eot);
  src: local('Lato Italic'), local('Lato-Italic'),
    url(/fonts/Lato-Italic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-Italic.woff2) format('woff2'),
    url(/fonts/Lato-Italic.woff) format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato Hairline';
  src: url(/fonts/Lato-Hairline.eot);
  src: local('Lato-Hairline'),
    url(/fonts/ato-Hairline.eot?#iefix) format('embedded-opentype'),
    url(/fonts/ato-Hairline.woff2) format('woff2'),
    url(/fonts/ato-Hairline.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato Hairline';
  src: url(/fonts/Lato-HairlineItalic.eot);
  src: local('Lato-HairlineItalic'),
    url(/fonts/Lato-HairlineItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Lato-HairlineItalic.woff2) format('woff2'),
    url(/fonts/Lato-HairlineItalic.woff) format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-MediumItalic.eot);
  src: local('../fonts/Roboto Medium Italic'), local('Roboto-MediumItalic'),
    url(/fonts/Roboto-MediumItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-MediumItalic.woff2) format('woff2'),
    url(/fonts/Roboto-MediumItalic.woff) format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Regular.eot);
  src: local('../fonts/Roboto'), local('Roboto-Regular'),
    url(/fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Regular.woff2) format('woff2'),
    url(/fonts/Roboto-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Regular.eot);
  src: local('../fonts/Roboto'), local('Roboto-Regular'),
    url(/fonts/Roboto-Regular.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Regular.woff2) format('woff2'),
    url(/fonts/Roboto-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Thin.eot);
  src: local('../fonts/Roboto Thin'), local('Roboto-Thin'),
    url(/fonts/Roboto-Thin.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Thin.woff2) format('woff2'),
    url(/fonts/Roboto-Thin.woff) format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Thin.eot);
  src: local('../fonts/Roboto Thin'), local('Roboto-Thin'),
    url(/fonts/Roboto-Thin.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Thin.woff2) format('woff2'),
    url(/fonts/Roboto-Thin.woff) format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-MediumItalic.eot);
  src: local('../fonts/Roboto Medium Italic'), local('Roboto-MediumItalic'),
    url(/fonts/Roboto-MediumItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-MediumItalic.woff2) format('woff2'),
    url(/fonts/Roboto-MediumItalic.woff) format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Black.eot);
  src: local('../fonts/Roboto Black'), local('Roboto-Black'),
    url(/fonts/Roboto-Black.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Black.woff2) format('woff2'),
    url(/fonts/Roboto-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-ThinItalic.eot);
  src: local('../fonts/Roboto Thin Italic'), local('Roboto-ThinItalic'),
    url(/fonts/Roboto-ThinItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-ThinItalic.woff2) format('woff2'),
    url(/fonts/Roboto-ThinItalic.woff) format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: SuperMouse;
  src: url(/fonts/SuperMouse.eot);
  src: local('../fonts/SuperMouse Regular'), local('SuperMouse'),
    url(/fonts/SuperMouse.eot?#iefix) format('embedded-opentype'),
    url(/fonts/SuperMouse.woff2) format('woff2'),
    url(/fonts/SuperMouse.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: SuperMouse;
  src: url(/fonts/SuperMouse.eot);
  src: local('../fonts/SuperMouse Regular'), local('SuperMouse'),
    url(/fonts/SuperMouse.eot?#iefix) format('embedded-opentype'),
    url(/fonts/SuperMouse.woff2) format('woff2'),
    url(/fonts/SuperMouse.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-BlackItalic.eot);
  src: local('../fonts/Roboto Black Italic'), local('Roboto-BlackItalic'),
    url(/fonts/Roboto-BlackItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-BlackItalic.woff2) format('woff2'),
    url(/fonts/Roboto-BlackItalic.woff) format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-BlackItalic.eot);
  src: local('../fonts/Roboto Black Italic'), local('Roboto-BlackItalic'),
    url(/fonts/Roboto-BlackItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-BlackItalic.woff2) format('woff2'),
    url(/fonts/Roboto-BlackItalic.woff) format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Black.eot);
  src: local('../fonts/Roboto Black'), local('Roboto-Black'),
    url(/fonts/Roboto-Black.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Black.woff2) format('woff2'),
    url(/fonts/Roboto-Black.woff) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-ThinItalic.eot);
  src: local('../fonts/Roboto Thin Italic'), local('Roboto-ThinItalic'),
    url(/fonts/Roboto-ThinItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-ThinItalic.woff2) format('woff2'),
    url(/fonts/Roboto-ThinItalic.woff) format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Bold.eot);
  src: local('../fonts/Roboto Bold'), local('Roboto-Bold'),
    url(/fonts/Roboto-Bold.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Bold.woff2) format('woff2'),
    url(/fonts/Roboto-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Light.eot);
  src: local('../fonts/Roboto Light'), local('Roboto-Light'),
    url(/fonts/Roboto-Light.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Light.woff2) format('woff2'),
    url(/fonts/Roboto-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-LightItalic.eot);
  src: local('../fonts/Roboto Light Italic'), local('Roboto-LightItalic'),
    url(/fonts/Roboto-LightItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-LightItalic.woff2) format('woff2'),
    url(/fonts/Roboto-LightItalic.woff) format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Light.eot);
  src: local('../fonts/Roboto Light'), local('Roboto-Light'),
    url(/fonts/Roboto-Light.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Light.woff2) format('woff2'),
    url(/fonts/Roboto-Light.woff) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-BoldItalic.eot);
  src: local('../fonts/Roboto Bold Italic'), local('Roboto-BoldItalic'),
    url(/fonts/Roboto-BoldItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-BoldItalic.woff2) format('woff2'),
    url(/fonts/Roboto-BoldItalic.woff) format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Italic.eot);
  src: local('../fonts/Roboto Italic'), local('Roboto-Italic'),
    url(/fonts/Roboto-Italic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Italic.woff2) format('woff2'),
    url(/fonts/Roboto-Italic.woff) format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Bold.eot);
  src: local('../fonts/Roboto Bold'), local('Roboto-Bold'),
    url(/fonts/Roboto-Bold.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Bold.woff2) format('woff2'),
    url(/fonts/Roboto-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Italic.eot);
  src: local('../fonts/Roboto Italic'), local('Roboto-Italic'),
    url(/fonts/Roboto-Italic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Italic.woff2) format('woff2'),
    url(/fonts/Roboto-Italic.woff) format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-BoldItalic.eot);
  src: local('../fonts/Roboto Bold Italic'), local('Roboto-BoldItalic'),
    url(/fonts/Roboto-BoldItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-BoldItalic.woff2) format('woff2'),
    url(/fonts/Roboto-BoldItalic.woff) format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-LightItalic.eot);
  src: local('../fonts/Roboto Light Italic'), local('Roboto-LightItalic'),
    url(/fonts/Roboto-LightItalic.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-LightItalic.woff2) format('woff2'),
    url(/fonts/Roboto-LightItalic.woff) format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Medium.eot);
  src: local('../fonts/Roboto Medium'), local('Roboto-Medium'),
    url(/fonts/Roboto-Medium.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Medium.woff2) format('woff2'),
    url(/fonts/Roboto-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(/fonts/Roboto-Medium.eot);
  src: local('../fonts/Roboto Medium'), local('Roboto-Medium'),
    url(/fonts/Roboto-Medium.eot?#iefix) format('embedded-opentype'),
    url(/fonts/Roboto-Medium.woff2) format('woff2'),
    url(/fonts/Roboto-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.btn-search {
  background-image: url(/images/icons/search.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.field input,
.field textarea {
  border-bottom: 2px solid #272b36;
  width: 100%;
  background-color: transparent;
  height: 44px;
}

.field textarea {
  height: auto;
  min-height: 35px;
}

.field.field-textarea {
  margin-top: 37px !important;
}

.wrap-captcha {
  margin-top: 30px;
  overflow: hidden;
}

.form-search {
  position: relative;
}

.form-search input {
  padding-left: 26px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #99a2a9;
  height: 34px;
}

.form-search input::placeholder {
  font-weight: 500;
}

.field-group {
  display: flex;
}

.custom-check {
  display: flex;
  align-items: flex-start;
}

.check-check_block {
  position: relative;
  max-width: 14px;
  width: 100%;
  height: 14px;
  flex: 1 0 auto;
  margin-right: 13px;
}

.custom-check_shadow {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.custom-check_shadow:after {
  content: '';
  display: block;
  max-width: 6px;
  width: 100%;
  height: 6px;
  flex: 1 0 auto;
  background-color: transparent;
  transition: 0.3s ease;
}

.check-check_input[type='checkbox']:checked ~ .custom-check_shadow:after,
.check-check_input[type='radio']:checked ~ .custom-check_shadow:after {
  background-color: #828282;
}

.custom-check_label,
.custom-check_label a {
  color: #272b36;
  font-size: 14px;
  line-height: 20px;
}

.check-check_block .check-check_input[type='checkbox'],
.check-check_block .check-check_input[type='radio'] {
  -webkit-appearance: auto;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.form-titel {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 56px;
}

.block-content_order {
  background-image: url(/images/bg_concultation.jpg);
  background-size: cover;
  padding: 80px 14.2% 70px;
}

.form-order .field-group {
  justify-content: space-between;
}

.form-order .field {
  width: calc((100% / 3) - 28px);
}

.form-order .custom-check {
  justify-content: center;
  margin-top: 55px;
}

.form .wrap-btn {
  text-align: center;
  margin-top: 17px;
}

.form .btn-border {
  padding: 13px 50px;
}

.mfp-no-margins img.mfp-img {
  padding: 0;
}

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

.mfp-no-margins .mfp-container {
  padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-close {
  font-weight: 600;
  font-size: 32px;
  height: 54px;
  font-family: '';
}

.mfp-bg {
  opacity: 0.45;
}

.wrap-form-popup {
  width: 880px;
  margin: 0 auto;
  position: relative;
}

.wrap-form-modal {
  width: 100%;
  background-color: #fff;
  background-image: url(/images/bg_form.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 100px;
  margin: 0 auto;
}

.form-modal-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 32px;
}

.form-modal {
  width: 348px;
  margin: 0 auto;
}

.form-modal .field:not(:first-child) {
  margin-top: 26px;
}

.form-modal .custom-check {
  margin-top: 42px;
}

.form-modal .check-check_block {
  margin-right: 6px;
}

.form-modal .btn-border {
  width: 100%;
}

.block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}

.block-title h1,
.block-title span {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  flex: 1 0 auto;
  margin: 0 30px;
}

.block-title:after,
.block-title:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #acd5d1;
}

.link-arr {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
}

.link-arr:hover {
  color: #99a2a9;
}

.link-arr:hover svg {
  fill: #99a2a9 !important;
}

.link-arr svg {
  width: 38px;
  height: 8px;
  position: relative;
  top: 3px;
  margin-left: 12px;
  transition: 0.3s ease;
}

.wrap-content {
  padding-bottom: 80px;
}

.block-img-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.img-item {
  max-width: 487px;
  width: 30%;
}

.wrap-btn-page {
  text-align: center;
  margin-top: 100px;
}

.btn-border {
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-border:hover {
  color: #fff;
  background-color: #acd5d1;
  border-color: #acd5d1;
}

.btn-border:active {
  color: #fff;
  background-color: #88b8b4;
  border-color: #88b8b4;
}

.wrap-title-page {
  /*margin-top: 55px;*/
  margin-top: 30px;
  margin-bottom: -12px;
}

.wrap-breadcrumbs {
  margin-top: 16px;
}

.wrap-breadcrumbs.breadcrumbs_pos {
  position: relative;
  padding-top: 16px;
}

.wrap-breadcrumbs.breadcrumbs_pos .breadcrumbs {
  position: absolute;
  right: 0;
  top: 0;
  justify-content: flex-end;
  width: 300vw;
  padding-right: 12px;
}

.breadcrumbs {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.breadcrumbs-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #99a2a9;
}

.breadcrumbs-link:hover {
  color: #537572;
}

.breadcrumbs-sep {
  max-width: 5px;
  width: 5px;
  height: 5px;
  background-color: #acd5d1;
  margin: 0 10px;
  display: block;
}

.list-text-primary {
  max-width: 1180px;
  margin: 0 auto;
}

.list-item {
  display: block;
}

.list-item:not(:last-child) {
  margin-bottom: 64px;
}

.list-item-date {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #99a2a9;
  margin-bottom: 5px;
}

.list-item-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #272b36;
  text-decoration: underline;
  margin-bottom: 12px;
  transition: 0.3s ease;
}

.list-item-title:hover {
  color: #99a2a9;
}

.list-item-img {
  border: 1px solid #dfeded;
  border-radius: 4px;
  background-color: #fff;
  width: 80px;
  height: 80px;
  display: block;
  padding: 0 10px;
  margin-top: 32px;
}

.list-item-img img {
  height: 100%;
  width: auto;
}

.review-item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 49px;
}

.review-item:not(:last-child) {
  margin-bottom: 50px;
}

.block-description {
  margin-bottom: 76px;
}

.text-big {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
}

.block-content-primary .block-content {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}

.block-content-primary .block-content p:not(:last-of-type) {
  margin-bottom: 30px;
}

.block-content-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 90px;
}

.block-content-img img {
  width: 48.5%;
}

.block-content-img img:not(:nth-child(-n + 2)) {
  margin-top: 40px;
}

.result-foto-title {
  max-width: 804px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.wrap-slider-result-foto {
  position: relative;
}

.wrap-slider-result-foto .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}

.wrap-slider-result-foto .swiper-pagination {
  bottom: -42px;
}

.wrap-slider-result-foto .wrap-pag .swiper-pagination-bullet {
  background-color: #dfeded;
}

.wrap-slider-result-foto .sw-nav-item:after {
  font-size: 18px;
}

.wrap-slider-result-foto .swiper-button-prev {
  left: 0;
}

.wrap-slider-result-foto .swiper-button-next {
  right: 0;
}

.slider-result-foto {
  max-width: 804px;
  width: 100%;
}

.block-result-foto {
  max-width: 1020px;
  margin: 0 auto;
  padding-bottom: 37px;
}

.result-foto-item:not(:first-child) {
  margin-top: 124px;
}

.slide-result-foto-img img {
  width: 100%;
}

.header {
  position: relative;
  z-index: 3;
}

.header .wrap-header-die {
  padding: 20px 0;
  background: #ffc957;
}

.header .wrap-header-die .container p {
  text-align: center;
  margin-bottom: 0;
}

.wrap-header-top {
  padding-top: 15px;
  padding-bottom: 20px;
}
/*.wrap-header-top .center-col .logo img { max-width: 90%; }*/

.header-top {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header-top .left-col {
  /*padding-top: 32px;*/
  padding-top: 10px;
}

.header-top .center-col {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-top .center-col img { max-width: 84%; max-height: 84%; }

.header-top .right-col {
  /*padding-top: 36px;*/
  padding-top: 10px;
}

.header-top .top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.header-top .wrap-tel {
  text-align: right;
  margin-left: 37px;
}

.header-top .wrap-tel a:not(:last-child) {
  margin-bottom: 5px;
}

.header-contacts {
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-bottom: 23px;
}

.header-contacts div:not(:last-child) {
  margin-bottom: 11px;
}

.social {
  display: flex;
}

.social__item {
  max-width: 30px;
  width: 100%;
  height: 30px;
  flex: 1 0 auto;
  background-repeat: no-repeat;
}

.social__item:not(:last-child) {
  margin-right: 20px;
}

.logo .desktop._ny {
  position: relative;
  top: -20px;
}

.logo .mobile._ny {
  position: relative;
  top: -20px;
}

.btn-border {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border: 2px solid #acd5d1;
  padding: 13px 38px;
  display: inline-block;
}

.btn-border.btn-border_g {
  border-color: #decbba;
}

.btn-border.btn-border_g:hover {
  color: #fff;
  border-color: #decbba;
  background-color: #decbba;
}

.btn-border.btn-border_g:active {
  color: #fff;
  border-color: #d3c1b1;
  background-color: #d3c1b1;
}

.wrap-tel a {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  display: block;
}

.wrap-header-bottom {
  background-color: #8fc2bd;
}

.header-menu {
  display: flex;
  justify-content: center;
}

.header-menu li {
  padding-left: 0;
  background-image: url('');
}

.header-menu > li {
  transition: 0.3s ease;
  position: relative;
}

.header-menu a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding: 12px 30px;
  display: block;
}

.header-menu li:not(:last-child) {
  margin-bottom: 0;
}

.header-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding-left: 0;
  width: 270px;
}

.header-menu ul a {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #61687b;
  padding: 20px 45px;
}

.header-menu ul li {
  transition: 0.3s ease;
}

.header-menu ul li:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
}

.header-menu ul li:hover {
  background-color: #f2f2f2;
}

.header-menu ul li:hover a {
  color: #272b36;
}

.header-menu > li > a {
  text-transform: uppercase;
}

.wrap-btn-menu {
  display: none;
}

.btn-menu {
  width: 24px;
  height: 37px;
  position: relative;
}

.btn-menu:after,
.btn-menu:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #272b36;
  left: 0;
}

.btn-menu:before {
  top: 17px;
}

.btn-menu:after {
  top: 27px;
}

.btn-menu.active:before {
  transform: rotate(45deg) translate(4px, 3px);
}

.btn-menu.active:after {
  transform: rotate(-45deg) translate(4px, -3px);
}

.wrap-mobile-menu {
  padding-bottom: 48px;
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  bottom: 1px;
  left: 0;
  transform: translateY(100%);
}

.wrap-mobile-menu .header-contacts,
.wrap-mobile-menu .wrap-tel a {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.wrap-mobile-menu .header-contacts:not(:first-child),
.wrap-mobile-menu .wrap-tel a:not(:first-child) {
  margin-top: 10px;
}

.wrap-mobile-menu .header-contacts margin-bottom 28 px div:not(:last-child) {
  margin-bottom: 7px;
}

.wrap-mobile-menu .social {
  margin-bottom: 32px;
}

.wrap-mobile-menu .social__item {
  max-width: 24px;
  height: 24px;
  background-size: contain;
}

.wrap-mobile-menu .social__item:not(:last-child) {
  margin-right: 15px;
}

.wrap-mobile-menu .wrap-search {
  margin-top: 39px;
}

.wrap-mobile-menu .field input[type='text'] {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 22px !important;
}

.wrap-mobile-menu .btn-border {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

.mobile-contact {
  padding: 0 30px;
}

.mobile-menu {
  border-top: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

.mobile-menu .header-menu {
  display: block;
}

.mobile-menu .header-menu ul a {
  color: #61687b;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding: 20px 30px;
}

.mobile-menu .header-menu > li > a {
  color: #61687b;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-transform: none;
  padding: 20px 30px;
}

.mobile-menu .header-menu li {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 0;
  background-image: url('');
}

.mobile-menu .header-menu .btn-sub-menu {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url('');
  width: 32px;
  height: 14px;
  cursor: pointer;
}

.mobile-menu .header-menu .btn-sub-menu svg {
  position: relative;
  top: -2px;
}

.btn-back {
  display: flex;
  padding: 17px 30px;
  padding-left: 30px !important;
  cursor: pointer;
}

.btn-back span:nth-child(1) {
  display: flex;
  align-items: center;
  max-width: 9px;
  width: 9px;
  flex: 1 0 auto;
  margin-right: 10px;
}

.menu-mob-shadow ul li {
  padding-left: 0;
  background-image: url('');
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 0;
  background-image: url('');
}

.menu-mob-shadow ul a {
  color: #61687b;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  padding: 20px 30px;
  display: block;
}

.menu-mob-shadow ul li:not(:last-child) {
  margin-bottom: 0;
}

.footer {
  background-color: #8fc2bd;
}

.footer * {
  color: #fff;
}

.footer .social__item {
  width: 23px;
  height: 23px;
}

.footer .social__item:not(:last-child) {
  margin-right: 12px;
}

.footer a:hover {
  color: #537572;
}

.footer li {
  padding-left: 0;
  background-image: url('');
}

.hide-desktop {
  display: none;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding-top: 79px;
}

.wrap-footer-menu {
  display: flex;
  max-width: 55%;
  margin-right: 25px;
  width: 100%;
  flex: 1 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap-footer-menu.test-menu {
  max-width: 55%;
  margin-right: 25px;
}

.wrap-footer-menu .left-col {
  display: flex;
  max-width: 48%;
  width: 100%;
  flex: 1 0 auto;
  justify-content: space-between;
}

.footer-menu {
  padding-left: 0;
}

.footer-menu ul {
  padding-left: 0;
  margin-top: 33px;
  margin-bottom: 27px;
}

.footer-menu ul > li:not(:last-child) {
  margin-bottom: 4px;
}

.footer-menu a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.footer-menu > li:not(:last-child) {
  margin-bottom: 37px;
}

.footer-menu > li > a {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}

.wrap-footer-contact {
  max-width: 20%;
  flex: 1 0 auto;
}

.wrap-footer-contact.test-contact {
  max-width: 20%;
}

.footer-contact,
.footer-tel {
  margin-bottom: 39px;
}

.footer-contact a,
.footer-contact div,
.footer-tel a,
.footer-tel div,
.wrap-footer-requisites p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 12px;
}

.footer-contact__title,
.footer-requisites__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 40px;
}

.copyright,
.dev {
  display: flex;
}

.copyright span,
.dev span {
  margin: 0 9px;
}

.copyright *,
.dev * {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.dev .copy-visible-tablet {
  display: none;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 61px;
  padding-bottom: 64px;
}

.wrap-footer-menu .right-col {
  width: 50%;
}

.slide-top__link {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #272b36;
  background-color: #acd5d1;
  max-width: 655px;
  display: flex;
  align-items: center;
}

.slide-top__link svg {
  width: 24px;
  height: 18px;
}

.slider-top {
  /*margin: 40px 0 0;*/
  margin: 31px 0 0;
}

.slider-top .slider-top-inner {
  display: flex;
}

.slider-top .slider-top-inner .text {
  background: #ddeae8;
  align-items: center;
  color: #272b36;
  display: flex;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 42px;
  padding: 0 4.2%;
  width: 48%;
}

.slider-top .slider-top-inner .text a {
  display: block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 42px;
}

.slider-top .slider-top-inner .text .link-arr {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 40px 0 0;
  text-decoration: none;
}

.slider-top .slider-top-inner .text .link-arr svg {
  top: -2px;
}

.slider-top .slider-top-inner .picture {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 52%;
}

.slider-top .slider-top-inner .picture--mobile {
  display: none;
}

.wrap-slide-top {
  height: 530px;
}

.wrap-slide-top .container,
.wrap-slide-top .slide-top {
  height: 100%;
  position: relative;
}

.slide-top__link {
  position: absolute;
  bottom: 103px;
  padding: 22px 30px;
  padding-right: 55px;
}

.slider-team .swiper-wrapper {
  padding-bottom: 15px;
}

.wrap-slide-team {
  max-width: 288px;
  margin-right: 20px;
  width: calc((100% / 5) - 16px) !important;
  flex: 1 0 auto;
  padding: 6px;
  border: 1px solid;
  border-color: transparent;
  transition: 0.3s ease;
  cursor: pointer;
}

.wrap-slide-team:hover {
  border-color: #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.slide-team__img {
  margin-bottom: 25px;
}

.slide-team__name {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 7px;
}

.slide-team__status {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.block-content_team {
  padding-bottom: 11px;
}

.block-content_team .wrap-pag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7px;
}

.block-content_team .swiper-pagination {
  position: static;
}

.block-content_spec {
  padding-bottom: 98px;
}

.wrap-slide-spec {
  max-width: 493px;
  width: calc((100% / 3) - 13px);
  flex: 1 0 auto;
  margin-right: 20px;
}

.slide-spec__img {
  display: block;
  margin-bottom: 25px;
}

.slide-spec__data {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #99a2a9;
  margin-bottom: 5px;
}

.slide-spec__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-decoration: underline;
  display: block;
  width: 90%;
  transition: 0.3s ease;
}

.slide-spec__title:hover {
  color: #99a2a9;
}

.wrap-block-content_spec .swiper-pagination {
  position: static;
}

.wrap-block-content_spec .wrap-pag {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 99;
}

.wrap-pag .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #c0dfdf;
  opacity: 1;
}

.wrap-pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #272b36;
}

.wrap-pag .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}

.wrap-pag-main {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.wrap-nav-main .swiper-button-next,
.wrap-nav-main .swiper-button-prev {
  top: 45%;
}

.wrap-slider-gallery {
  padding-bottom: 54px;
  position: relative;
}

.wrap-slider-gallery .swiper-pagination {
  position: static;
}

.wrap-slider-gallery .wrap-pag {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.slider-gallery {
  width: 3000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.slider-gallery:after,
.slider-gallery:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(100% / 3);
  background-image: url(/images/mask-r.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 3;
}

.slider-gallery:before {
  background-image: url(/images/mask-l.svg);
  left: 0;
}

.slider-gallery:after {
  right: 0;
}

.wrap-slide-gallery {
  position: relative;
  width: 1000px;
  height: 614px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.3s;
}

.wrap-slide-gallery.swiper-slide-next,
.wrap-slide-gallery.swiper-slide-prev {
  opacity: 0.5;
}

.wrap-nav .sw-nav-item {
  color: #000;
}

.wrap-nav .sw-nav-item:after {
  font-weight: 700 !important;
  font-size: 20px !important;
}

.wrap-slider-work {
  position: relative;
  margin-top: 56px;
  margin-bottom: 25px;
  width: 100%;
}

.wrap-slider-work > p {
  margin-bottom: 15px;
}

.wrap-slider-work .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
}

.wrap-slider-work .swiper-pagination-bullet {
  background-color: #dfeded;
}

.slider-work {
  width: calc(100vw - 40px);
  height: 370px;
}

.slider-work .slide-work,
.slider-work .swiper-wrapper,
.slider-work .wrap-slide-work {
  height: 100%;
}

.slider-work .slide-work img,
.slider-work .swiper-wrapper img,
.slider-work .wrap-slide-work img {
  height: 100%;
  width: auto;
}

.slider-work .wrap-slide-work {
  width: auto;
}

.slide-work {
  display: inline-block;
}

.slide-work img {
  width: 100%;
}

.wrap-block-content {
  position: relative;
}

.block-content_about {
  background-image: url(/images/bg_about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 97px;
}

.block-content_about .block-title {
  padding: 0 70px;
}

.block-content_about .wrap-col {
  display: flex;
  justify-content: space-between;
  padding: 0 70px;
}

.block-content_about .wrap-col .left-col {
  max-width: 48%;
}

.block-content_about .wrap-col .right-col {
  max-width: 45.5%;
  position: relative;
}

.block-content_about .wrap-col .right-col p:not(:last-of-type) {
  margin-bottom: 31px;
}

.block-content_about .text-big {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 49px;
}

.block-content_about .wrap-link {
  margin-top: 24px;
}

.block-number {
  display: flex;
  padding-top: 33px;
  margin-bottom: 25px;
}

.block-number__item:not(:last-child) {
  margin-right: 95px;
}

.wrap-block-content_pad .block-content {
  padding-top: 60px;
}

.wrap-block-content:not(:first-child) {
  margin-top: 40px;
}

.wrap-block-content_spec {
  background-image: url(/images/bg_action.jpg);
  background-size: cover;
}

#map {
  height: 648px;
}

.block-spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.block-spec .wrap-slide-spec {
  margin-right: 0;
  width: calc((100% / 3) - 135px);
  flex: 1 0 auto;
}

.imgfright {
  float: right;
  margin: 0 0 20px 20px;
}

.block-team:not(:first-child) {
  margin-top: 93px;
}

.team-title {
  margin-bottom: 29px;
}

.list-team {
  display: flex;
  flex-wrap: wrap;
}

.wrap-team-item {
  width: calc((100% / 5) - 16px);
  min-width: 142px;
  padding-bottom: 6px;
  border: 1px solid;
  border-color: transparent;
  transition: 0.3s ease;
}

.wrap-team-item:hover {
  border-color: #e0e0e0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.wrap-team-item:not(:last-child) {
  margin-right: 20px;
}

.wrap-team-item a {
  display: block;
}

.team-hover {
  transition: 0.3s ease;
}

.block-article {
  display: flex;
  justify-content: space-between;
  padding: 0 0 40px;
}

.block-article .block-text:not(:first-child) {
  margin-top: 60px;
}
.block-article-text .block-text { margin-top: 0 !important; }

.block-article-text {
  width: 100%;
}

.block-article-info {
  max-width: 290px;
  width: 100%;
  flex: 1 0 auto;
  margin-left: 8.7%;
}

.block-article-info .wrap-img {
  width: 100%;
}

.block-article-info .wrap-btn {
  text-align: center;
  margin-top: 19px;
}

.block-article-info .btn-border {
  width: 100%;
}

.block-text > b:first-child {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  display: block;
}

.block-text p:not(:last-of-type) {
  margin-bottom: 20px;
}

.block-text p.no-margin {
  margin-bottom: 5px;
}

.block-team-info-img {
  max-width: 287px;
  width: 100%;
  margin-right: 30px;
  flex: 1 0 auto;
}

.block-team-info-text {
  background-color: rgba(223, 237, 237, 0.2);
  border: 1px solid #dfeded;
  padding: 30px 38px;
}

.block-team-info-text .block-title {
  margin-bottom: 35px;
}

.block-team-info-top {
  margin-bottom: 10px;
}

.block-team-info-top .block-team-info-item:not(:last-child) {
  margin-bottom: 10px;
}

.block-team-info-item span:last-child {
  font-size: 16px;
  line-height: 22px;
}

.block-team-info-title {
  color: #99a2a9;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-right: 7px;
}

.block-team-info-main .block-team-info-title {
  display: block;
  margin-bottom: 10px;
}

.block-text_min-content {
  max-width: 1090px;
}

.block-service {
  display: flex;
  justify-content: space-between;
}

.wrap-service-menu {
  width: 298px;
  flex: 1 0 auto;
  margin-right: 5.2%;
}

.wrap-service-menu .top {
  margin-bottom: 44px;
}

.btn-service-menu {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 52px;
}

.btn-service-menu:after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  margin-left: 10px;
  background-image: url(/images/arr-d.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.btn-service-menu.active:after {
  transform: rotate(180deg);
}

.wrap-link {
  position: relative;
}

.btn-sub-menu {
  display: block;
  width: 8px;
  height: 12px;
  margin-left: 10px;
  background-image: url(/images/arr-d.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: -20px;
  cursor: pointer;
  transform: translateY(-50%);
}

.btn-sub-menu.active {
  transform: translateY(-50%) rotate(180deg);
}

.servise-menu-item:not(:first-child) {
  margin-top: 44px;
}

.servise-menu-item .active > .wrap-link > a,
.servise-menu-item .active > a {
  color: #8fc2bd;
}

.servise-menu li {
  padding-left: 0;
  background: 0 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  position: relative;
}

.servise-menu a {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
}

.servise-menu a:hover {
  color: #99a2a9;
}

.servise-menu ul {
  display: none;
  padding: 16px 10px;
}

.servise-menu li:not(:last-child) {
  margin-bottom: 16px;
}

.servise-menu-title {
  margin-bottom: 18px;
}

.servise-menu-title a {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}

.service-content {
  width: 100%;
  margin-bottom: 20px;
}

.service-content h2 {
  margin: 20px 0 10px;
}

.service-content h3 {
  margin: 20px 0 10px;
}

.service-content ul {
  margin: 0 0 15px;
}

.service-content a {
  text-decoration: underline;
}

.service-content a:hover {
  text-decoration: none;
}

.wrap-cart-service {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cart-service {
  position: relative;
  width: calc((100% / 3) - 15px);
  min-height: 326px;
}

.cart-service:nth-child(2),
.cart-service:nth-child(3n + 2) {
  margin-left: 20px;
  margin-right: 20px;
}

.cart-service:not(:nth-child(-n + 3)) {
  margin-top: 20px;
}

.cart-service.cart-service_img {
  width: 100%;
  height: 182px;
  min-height: inherit;
}

.cart-service.cart-service_img .cart-service-img {
  height: 100%;
  background-position: left center;
}

.cart-service.new:before {
  content: 'new';
  text-transform: uppercase;
  background-color: #ee5a45;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0 10px;
  color: #fff;
}

.servise-menu-title {
  position: relative;
}

.servise-menu-title a {
  display: block;
}

.servise-menu-title a:hover {
  color: #99a2a9;
}

.servise-menu-title.new:after {
  content: 'new';
  text-transform: uppercase;
  background-color: #ee5a45;
  font-weight: 700;
  font-size: 11px;
  line-height: 21px;
  position: static;
  right: 20px;
  top: 20px;
  padding: 0 8px;
  color: #fff;
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;
}

.cart-service-img {
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.cart-service-title {
  width: 100%;
  min-height: 85px;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  background-color: #acd5d1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
}

.service-content .block-text {
  margin-top: 78px;
}

.service-info:not(:first-child) {
  margin-top: 60px;
}

.service-info b {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 22px;
}

.service-info ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-info ul li:not(:last-child) {
  margin-bottom: 8px;
}

.service-description {
  display: flex;
  justify-content: space-between;
}

.service-description .wrap-img {
  width: 346px;
  flex: 1 0 auto;
  margin-left: 4%;
}

.service-description .wrap-img .img {
  width: 100%;
  border: 1px solid #e0e0e0;
}

.servise-foto-result .wrap-foto {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.servise-foto-result .wrap-foto a {
  max-width: 48.6%;
  width: 48.6%;
}

.servise-foto-result .wrap-foto a:not(:nth-child(-n + 2)) {
  margin-top: 13px;
}

.service-info table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: auto;
}

.service-info table td,
.service-info table th {
  border: 1px solid #e0e0e0;
  padding: 3px;
  width: 30px;
  height: 35px;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 8px;
}

.service-info table th {
  font-weight: 500;
  width: 77%;
}

.service-info table td:first-child {
  padding-left: 30px;
}

.service-info table td:last-child {
  text-align: center;
}

a.wrap-cart-service-vertical {
  border: 1px solid #dfeded;
  display: block;
  margin: 0 0 20px;
  text-decoration: none;
}

a.wrap-cart-service-vertical .title {
  background: #dfeded;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

a.wrap-cart-service-vertical .inner {
  align-items: center;
  background: rgba(223, 237, 237, 0.2);
  display: flex;
  justify-content: space-between;
  padding: 50px;
}

a.wrap-cart-service-vertical .inner .image {
  background-size: 100%;
  border-radius: 100%;
  height: 237px;
  margin: 0 70px;
  min-width: 237px;
  width: 237px;
}

a.wrap-cart-service-vertical .inner .announce {
  align-items: center;
  border: 2px solid #dfeded;
  border-width: 0 0 0 2px;
  color: #99a2a9;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  min-height: 240px;
  padding: 0 5% 0 70px;
  width: 48%;
}

a.wrap-cart-service-vertical .inner .announce p {
  margin: 0 0 5px;
}

a.wrap-cart-service-vertical .inner .announce ul {
  margin: 0 0 30px;
}

a.wrap-cart-service-vertical .inner .announce ul li {
  color: #000;
  font-weight: 500;
  padding: 5px 0 0 18px;
}

a.wrap-cart-service-vertical .inner .announce ul li:not(:last-child) {
  margin: 0 0 4px;
}

a.wrap-cart-service-vertical .inner .icon img {
  max-width: 140px;
}

#map {
  background-color: #ccc;
  height: 557px;
  width: 100%;
}

.contact-bottom,
.contact-top {
  max-width: 1192px;
  width: 100%;
  margin: 0 auto;
}

.contact-bottom {
  display: flex;
  margin-bottom: 20px;
}

.contact-bottom b{
  margin: 0 5px;
}

.contact-bottom p:not(:last-of-type),
.contact-top p:not(:last-of-type) {
  margin-bottom: 0;
}

.contact-address {
  display: flex;
}

.contact-address:not(:first-child) {
  margin-top: 10px;
}

.contact-address span:first-child {
  margin-right: 14px;
}

.contact-map {
  margin: 40px 0;
}

.contact-tel {
  margin-left: 5px;
}

.contact-mail a{
  margin-left: 5px;
}

.contact-mail {
  margin-right: 1%;
  text-decoration: underline;
}

.ymaps-2-1-78-balloon {
  box-shadow: none;
}

.ymaps-2-1-78-balloon__tail {
  display: none !important;
}

.ymaps-2-1-78-balloon__close-button {
  display: none !important;
}

.ymaps-2-1-78-balloon__content {
  padding: 46px !important;
  margin-right: 0 !important;
  border: 2px solid #acd5d1 !important;
}

.yButton {
  bottom: 20px !important;
  box-sizing: border-box !important;
  cursor: pointer;
  display: none;
  height: 65px !important;
  left: 20px !important;
  position: fixed !important;
  width: 65px !important;
  z-index: 10000;
}

.yButtonBackground {
  background-color: #4be15a;
  border-radius: 100% !important;
  box-sizing: border-box !important;
  height: 65px !important;
  left: 0 !important;
  opacity: 0.8 !important;
  position: absolute !important;
  top: 0 !important;
  width: 65px !important;
}

.yButtonWave {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  border-radius: 50% !important;
  color: #4be15a;
  border: 2px solid !important;
  width: 105%;
  height: 105%;
  opacity: 0.9 !important;
  box-sizing: border-box !important;
  -webkit-animation: 2s cubic-bezier(0.37, 0, 0.8, 0.77) infinite wave-stroke;
  -moz-animation: 2s cubic-bezier(0.37, 0, 0.8, 0.77) infinite wave-stroke;
  -o-animation: 2s cubic-bezier(0.37, 0, 0.8, 0.77) infinite wave-stroke;
  animation: 2s cubic-bezier(0.37, 0, 0.8, 0.77) infinite wave-stroke;
}

@-webkit-keyframes wave-stroke {
  100% {
    width: 200%;
    height: 200%;
    border-color: transparent;
    opacity: 0;
  }
}

@-moz-keyframes wave-stroke {
  100% {
    width: 200%;
    height: 200%;
    border-color: transparent;
    opacity: 0;
  }
}

@-o-keyframes wave-stroke {
  100% {
    width: 200%;
    height: 200%;
    border-color: transparent;
    opacity: 0;
  }
}

.yButtonText img {
  height: 65px;
  position: relative;
  top: -19px;
  width: 65px;
}

.yButtonText {
  position: absolute !important;
  top: 19px !important;
  left: 0 !important;
  right: 0 !important;
  border-radius: 50% !important;
  width: 65px !important;
  height: 65px !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  text-align: center !important;
  vertical-align: middle !important;
  letter-spacing: 1.5px !important;
  font-family: Play, sans-serif !important;
  box-sizing: border-box !important;
}

@-moz-keyframes wave-stroke {
  100% {
    width: 200%;
    height: 200%;
    border-color: transparent;
    opacity: 0;
  }
}

@-webkit-keyframes wave-stroke {
  100% {
    width: 200%;
    height: 200%;
    border-color: transparent;
    opacity: 0;
  }
}

@-o-keyframes wave-stroke {
  100% {
    width: 200%;
    height: 200%;
    border-color: transparent;
    opacity: 0;
  }
}

@keyframes wave-stroke {
  100% {
    width: 200%;
    height: 200%;
    border-color: transparent;
    opacity: 0;
  }
}

table.info {
  margin: 20px 0;
  border-collapse: collapse;
  width: 100%;
}

table.info a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
}

table.info th {
  padding: 14px 12px;
  text-align: center;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  background-color: rgba(223, 237, 237, 0.14);
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

table.info td {
  padding: 13px 27px;
  text-align: left;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}

table.info td.left {
  text-align: left;
}

.accordion__item {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 47px;
}

.accordion__item.active {
  border-color: transparent;
  margin-bottom: -67px;
}

.accordion__item:not(:first-child) {
  margin-top: 50px;
}

.accordion__item .mob-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
}

.accordion__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
}

.accordion__title span:first-child {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #000;
}

.accordion__title span:last-child {
  cursor: pointer;
  float: right;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.accordion__title span.new:after {
  content: 'new';
  text-transform: uppercase;
  background-color: #ee5a45;
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  margin-left: 18px;
  padding: 0 10px;
  color: #fff;
}

.accordion__content {
  display: none;
}

.ny-block {
  margin-top: 30px;
}

.ny-block__text {
  max-width: 638px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.ny-block__text._2 {
  color: #74bfb8;
}

.ny-block__items {
  position: relative;
  margin: 40px 0 72px;
  padding: 16px 12px 170px;
  background: #f9fbfb;
  border: 1px solid #dfeded;
}

.ny-block__items:after {
  content: '';
  position: absolute;
  bottom: -55px;
  right: 0;
  display: block;
  width: 320px;
  height: 231px;
  background-image: url(/images/new-year/pencil.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.ny-block__item {
  display: flex;
  align-items: center;
  min-height: 70px;
  margin-bottom: 26px;
  font-size: 14px;
  line-height: 20px;
}

.ny-block__item._5 {
  margin-bottom: 0;
}

.ny-block__img {
  flex-shrink: 0;
  width: 60px;
  height: 72px;
  margin-right: 24px;
  object-fit: contain;
}

.ny-block__order {
  margin-bottom: 40px;
}

.ny-block__order-text {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
}

.ny-block__order-info {
  position: relative;
  padding-top: 68px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #000;
  text-align: center;
}

.ny-block__order-info:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}

.ny-block__order-info._1:before {
  width: 24px;
  height: 23px;
  background-image: url(/images/new-year/Vector.svg);
}

.ny-block__order-info._2:before {
  width: 20px;
  height: 19px;
  background-image: url(/images/new-year/Vector-1.svg);
}

.ny-cards__items {
  position: relative;
  display: grid;
  grid-gap: 30px;
  padding-top: 80px;
}

.ny-cards__items:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 112px;
  height: 54px;
  background-image: url(/images/new-year/cards-img.svg);
  background-size: contain;
}

.ny-cards__item {
  padding: 30px 24px 40px;
  border: 10px solid #ddeae8;
  background: #fff;
}

.ny-cards__img {
  display: block;
  width: 185px;
  height: 199px;
  margin: 0 auto 20px;
}

.ny-cards__title {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}

.ny-cards__name {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.ny-cards__discount {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.ny-cards__list-item {
  margin-bottom: 4px !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  background-position: left 13px;
}

.ny-cards__text {
  font-size: 14px;
  line-height: 24px;
}

.sitemap.hide-desktop {
  display: none;
}

.sitemap.hide-mobile {
  display: block;
}

.wrap-footer-yandex.hide-desktop {
  display: none;
}
.menu-current { background-color: #88b8b4; }
.submenu-current { background-color: #f2f2f2; }
.block-text a:hover { color: #8fc2bd; }

@media all and (min-width: 660px) {
  .block-img-list .img-item:nth-child(2),
  .block-img-list .img-item:nth-child(3n + 2) {
    margin-left: 20px;
    margin-right: 20px;
  }

  .block-team-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -12px;
  }

  .-desktop-hidden {
    display: none;
  }

  .accordion__item .mob-btn {
    display: none;
  }
}

@media all and (min-width: 765px) {
  .block-content_team .wrap-nav {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .ny-block {
    margin-top: 40px;
    margin-bottom: 110px;
  }

  .ny-block__text._2 {
    position: relative;
  }

  .ny-block__text._2:before {
    content: '';
    position: absolute;
    top: -96px;
    right: -56px;
    width: 76px;
    height: 74px;
    background-image: url(/images/new-year/Snowflake.svg);
    background-size: contain;
  }

  .ny-block__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 662px;
    width: 100%;
    margin: 40px auto 110px;
    padding: 40px 40px 60px;
  }

  .ny-block__items:before {
    content: '';
    position: absolute;
    top: -16px;
    left: -56px;
    width: 62px;
    height: 187px;
    background-image: url(/images/new-year/balls.png);
  }

  .ny-block__items:after {
    right: -44px;
    bottom: -102px;
    width: 734px;
    height: 330px;
    background-image: url(/images/new-year/pencil2.png);
  }

  .ny-block__item {
    width: 270px;
  }

  .ny-block__item._1 {
    width: 256px;
  }

  .ny-block__item._5 {
    width: 280px;
  }

  .ny-block__img {
    width: 74px;
    height: 90px;
  }

  .ny-block .ny-block__order {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .ny-block .ny-block__order-text {
    width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }

  .ny-block .ny-block__order-info {
    font-size: 20px;
    line-height: 28px;
  }

  .ny-cards__items {
    padding: 44px 0 170px;
  }

  .ny-cards__items:before {
    width: 768px;
    height: 383px;
    top: auto;
    bottom: -20px;
    left: -20px;
    z-index: -1;
    background-image: url(/images/new-year/cards-img1a.svg);
  }

  .ny-cards__item {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .ny-cards__item._1 .br-1 {
    display: none;
  }

  .ny-cards__img {
    flex-shrink: 0;
    width: 260px;
    height: 260px;
    margin-left: 40px;
  }
}

@media all and (min-width: 980px) {
  .wrap-slider-work {
    max-width: 800px;
  }

  .slider-work {
    max-width: 800px;
    width: 100%;
    margin-left: 0;
    max-width: inherit;
    height: 370px;
  }

  .block-spec .wrap-slide-spec:not(:nth-child(-n + 3)) {
    margin-top: 80px;
  }

  .block-spec .wrap-slide-spec:nth-child(2),
  .block-spec .wrap-slide-spec:nth-child(3n + 2) {
    margin-left: 20px;
    margin-right: 20px;
  }

  .block-team-info-text {
    padding: 40px 58px;
  }
}

@media all and (min-width: 1024px) {
  .ny-block {
    margin-bottom: 120px;
  }

  .ny-block__text {
    font-size: 18px;
    line-height: 24px;
  }

  .ny-block__text._2:before {
    content: '';
    top: -118px;
    right: -154px;
    width: 95px;
    height: 89px;
  }

  .ny-block__text._2:after {
    content: '';
    position: absolute;
    top: 30px;
    right: -172px;
    width: 48px;
    height: 50px;
    background-image: url(/images/new-year/Star.svg);
    background-size: contain;
  }

  .ny-block__items {
    max-width: 864px;
    margin-bottom: 120px;
    padding: 78px;
  }

  .ny-block__items:before {
    top: -21px;
    left: -79px;
    width: 89px;
    height: 256px;
    background-image: url(/images/new-year/balls2.png);
  }

  .ny-block__items:after {
    width: 1002px;
    height: 508px;
    background-image: url(/images/new-year/pencil3.png);
  }

  .ny-block__item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .ny-block__item._1 {
    width: 164px;
  }

  .ny-block__item._2 {
    width: 220px;
  }

  .ny-block__item._3 {
    width: 210px;
  }

  .ny-block__item._4 {
    width: 214px;
    margin-top: 20px;
    margin-left: -20px;
  }

  .ny-block__item._5 {
    width: 230px;
    margin-right: auto;
    margin-left: 20px;
  }

  .ny-block__img {
    margin-right: 0;
    margin-bottom: 14px;
  }

  .ny-block .ny-block__order {
    padding: 70px;
  }

  .ny-block .ny-block__order-info._1 {
    margin-left: 60px;
  }

  .ny-block .ny-block__order-info._2 {
    margin-right: 60px;
  }

  .ny-cards__items {
    grid-template-columns: 1fr 1fr;
  }

  .ny-cards__items:before {
    width: 993px;
    height: 496px;
  }

  .ny-cards__item {
    flex-direction: column;
  }

  .ny-cards__img {
    margin-left: auto;
  }
}

@media all and (min-width: 1100px) {
  .logo .mobile {
    display: none;
  }

  .header-menu > li:hover {
    background-color: #88b8b4;
  }

  .header-menu > li:hover ul {
    display: block;
  }

  .wrap-mobile-menu {
    display: none;
  }

  .block-team-info-top {
    display: flex;
    margin-bottom: 37px;
  }

  .block-team-info-top .block-team-info-item:not(:last-child) {
    margin-right: 60px;
    margin-bottom: 0;
  }

  .block-team-info-main p:not(:last-of-type) {
    margin-bottom: 29px;
  }
}

@media all and (min-width: 1200px) {
  .btn-service-menu {
    display: none;
  }
}

@media all and (min-width: 1450px) {
  .ny-block {
    margin: 80px 0 160px;
  }

  .ny-block__text {
    max-width: 100%;
    font-size: 28px;
    line-height: 38px;
  }

  .ny-block__text._1 {
    margin-bottom: 80px;
  }

  .ny-block__text._2:before {
    top: -44px;
    right: 55px;
    width: 124px;
    height: 116px;
  }

  .ny-block__text._2:after {
    top: 187px;
    right: 93px;
  }

  .ny-block__items {
    max-width: 1134px;
    margin-top: 80px;
    margin-bottom: 160px;
    padding: 124px 70px 88px;
  }

  .ny-block__items:before {
    top: -46px;
    left: -202px;
    width: 222px;
    height: 564px;
    background-image: url(/images/new-year/balls3.png);
  }

  .ny-block__items:after {
    right: -198px;
    width: 1472px;
    height: 656px;
    background-image: url(/images/new-year/pencil4.png);
  }

  .ny-block__item {
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 30px;
  }

  .ny-block__item._1 {
    width: 210px;
    margin-top: -36px;
  }

  .ny-block__item._2 {
    width: 282px;
  }

  .ny-block__item._3 {
    width: 270px;
  }

  .ny-block__item._4 {
    width: 316px;
    margin-top: 34px;
    margin-left: 106px;
  }

  .ny-block__item._5 {
    width: 362px;
    margin-top: -12px;
    margin-left: 48px;
  }

  .ny-block__img {
    width: 98px;
    height: 106px;
  }

  .ny-block .ny-block__order {
    margin-bottom: 80px;
    padding: 100px 310px;
  }
}

@media all and (min-width: 1600px) {
  .ny-cards {
    overflow: hidden;
  }

  .ny-cards__items {
    grid-gap: 40px;
    margin-bottom: -40px;
    padding-top: 90px;
    padding-bottom: 280px;
  }

  .ny-cards__items:before {
    bottom: 44px;
    left: 96px;
    width: 1439px;
    height: 656px;
    background-image: url(/images/new-year/cards-img3.svg);
  }

  .ny-cards__items:after {
    content: '';
    position: absolute;
    top: -350px;
    left: -274px;
    z-index: -1;
    width: 681px;
    height: 736px;
    background-image: url(/images/new-year/ny_akcii_bg_3.png);
    background-size: contain;
  }

  .ny-cards__item {
    flex-direction: row-reverse;
    padding: 50px;
  }

  .ny-cards__item._3 p,
  .ny-cards__item._4 p {
    font-size: 18px;
    line-height: 24px;
  }

  .ny-cards__img {
    width: 304px;
    height: 326px;
    margin-left: 8px;
    margin-bottom: 0;
  }

  .ny-cards__title {
    font-size: 22px;
    line-height: 32px;
  }

  .ny-cards__list-item {
    font-size: 18px;
    line-height: 30px;
  }

  .ny-cards__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (max-width: 1560px) {
  .block-spec .wrap-slide-spec {
    width: calc((100% / 3) - 14px);
  }
}

@media all and (max-width: 1450px) {
  button,
  input[type='email'],
  input[type='number'],
  input[type='password'],
  input[type='tel'],
  input[type='text'],
  textarea {
    font-size: 16px;
    line-height: 24px;
  }

  a {
    font-size: 16px;
    line-height: 24px;
  }

  ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  ul.ul-compact li:not(:last-child) {
    margin-bottom: 7px;
  }

  .container {
    max-width: 1434px;
  }

  .uptitle {
    font-size: 28px;
    line-height: 26px;
  }

  .h1,
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .content h2,
  .h2,
  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .content h3,
  .h3,
  h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .content h4,
  .h4,
  h4 {
    font-size: 26px;
    line-height: 32px;
  }

  .content h5,
  .h5,
  h5 {
    font-size: 20px;
    line-height: 120%;
  }
}

@media all and (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }

  a.wrap-cart-service-vertical .inner {
    padding: 30px;
  }

  a.wrap-cart-service-vertical .inner .image {
    height: 150px;
    margin: 0 20px;
    min-width: 150px;
    width: 150px;
  }

  a.wrap-cart-service-vertical .inner .icon img {
    max-width: 100px;
  }
}

@media all and (max-width: 1300px) and (max-width: 765px) {
  a.wrap-cart-service-vertical .inner .icon img {
    display: block;
    margin: 10px auto 10px;
  }
}

@media all and (max-width: 1200px) {
  .block-service {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 94px;
    position: relative;
  }

  .wrap-service-menu {
    margin-right: 0;
    border: 1px solid #acd5d1;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
  }

  .wrap-service-menu .wrap-menu {
    display: none;
    padding: 32px 48px 25px;
  }

  .wrap-service-menu .wrap-menu .wrap {
    display: flex;
    justify-content: space-between;
  }

  .wrap-service-menu .bottom,
  .wrap-service-menu .top {
    width: 47%;
  }

  .wrap-service-menu .top {
    width: 41%;
  }

  .servise-menu-item:not(:first-child) {
    margin-top: 48px;
  }

  .wrap-cart-service {
    justify-content: space-between;
  }

  .cart-service {
    min-height: 278px;
  }

  .cart-service:nth-child(2),
  .cart-service:nth-child(3n + 2) {
    margin-left: 18px;
    margin-right: 18px;
  }

  .cart-service:not(:nth-child(-n + 3)) {
    margin-top: 18px;
  }

  .cart-service.cart-service_img {
    height: 154px;
  }

  .cart-service.new:before {
    font-size: 12px;
    line-height: 24px;
    top: 17px;
    right: 17px;
  }

  .servise-menu-title.new:after {
    font-size: 12px;
    line-height: 24px;
    top: 17px;
    right: 17px;
  }

  .cart-service-title {
    font-size: 13px;
    line-height: 19px;
    min-height: 72px;
  }
}

@media all and (max-width: 1100px) {
  button,
  input[type='email'],
  input[type='number'],
  input[type='password'],
  input[type='tel'],
  input[type='text'],
  textarea {
    font-size: 12px;
    line-height: 16px;
  }

  body,
  html {
    font-size: 14px;
    line-height: 24px;
  }

  .h1,
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .content h2,
  .h2,
  h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .content h3,
  .h3,
  h3 {
    font-size: 24px;
    line-height: 36px;
  }

  p:not(:last-of-type) {
    margin-bottom: 14px;
  }

  .field input,
  .field textarea {
    border-bottom: 1px solid #272b36;
  }

  .field textarea {
    min-height: 29px;
  }

  .field.field-textarea {
    margin-top: 25px !important;
  }

  .check-check_block {
    margin-right: 8px;
  }

  .custom-check_label {
    font-size: 10px;
    line-height: 14px;
  }

  .form-titel {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 25px;
  }

  .block-content_order {
    padding: 42px 18% 52px;
  }

  .form-order .field {
    width: calc((100% / 3) - 18px);
  }

  .form-order .custom-check {
    margin-top: 23px;
  }

  .form .btn-border {
    padding: 13px 65px;
  }

  .wrap-form-popup {
    width: 480px;
  }

  .wrap-form-modal {
    padding: 40px 0 50px;
  }

  .form-modal-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .form-modal {
    width: 268px;
  }

  .form-modal .field:not(:first-child) {
    margin-top: 10px;
  }

  .form-modal .custom-check {
    margin-top: 22px;
  }

  .block-title {
    margin-bottom: 22px;
  }

  .block-title h1,
  .block-title span {
    font-size: 20px;
    line-height: 27px;
    margin: 0 12px;
  }

  .link-arr {
    font-size: 14px;
    line-height: 19px;
  }

  .wrap-content {
    padding-bottom: 40px;
  }

  .breadcrumbs-item {
    font-size: 12px;
    line-height: 16px;
  }

  .text-big {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
  }

  .wrap-header-top {
    padding-top: 14px;
    padding-bottom: 6px;
  }

  .header-top .left-col {
    display: none;
  }

  .header-top .center-col {
    position: static;
    transform: translateX(0);
    margin: 0 auto;
  }

  .header-top .right-col {
    display: none;
  }

  .logo .desktop {
    display: none;
  }

  .wrap-header-bottom {
    display: none;
  }

  .wrap-btn-menu {
    display: block;
  }

  .footer {
    padding-left: 16px;
    padding-right: 22px;
  }

  .footer .social__item:not(:last-child) {
    margin-right: 8px;
  }

  .footer-top {
    padding-top: 65px;
  }

  .wrap-footer-menu .left-col {
    flex-direction: column;
    max-width: 47%;
  }

  .footer-menu ul {
    margin-top: 16px;
  }

  .footer-menu ul > li:not(:last-child) {
    margin-bottom: 7px;
  }

  .footer-menu a {
    font-size: 14px;
    line-height: 19px;
  }

  .footer-menu > li:not(:last-child) {
    margin-bottom: 13px;
  }

  .footer-menu > li > a {
    font-size: 18px;
    line-height: 25px;
  }

  .footer-contact,
  .footer-tel {
    margin-bottom: 34px;
  }

  .footer-contact a,
  .footer-contact div,
  .footer-tel a,
  .footer-tel div,
  .wrap-footer-requisites p,
  .wrap-footer-requisites p a {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
  }

  .footer-contact__title {
    margin-bottom: 28px;
  }

  .copyright,
  .dev {
    flex-wrap: wrap;
  }

  .copyright span,
  .dev span {
    display: none;
  }

  .copyright *,
  .dev * {
    font-size: 11px;
    line-height: 15px;
  }

  .copyright {
    width: 70%;
  }

  .copyright div:first-child {
    width: 100%;
    margin-bottom: 8px;
  }

  .copyright div:last-child {
    margin-left: auto;
  }

  .dev {
    width: 234px;
  }

  .footer-bottom {
    padding-top: 45px;
    padding-bottom: 84px;
  }

  .slide-top__link {
    max-width: 468px;
  }

  .slide-top__link svg {
    width: 18px;
  }

  .container--no-tablet {
    padding: 0;
    max-width: none;
    width: 100%;
  }

  .slider-top {
    margin: 0;
  }

  .slider-top .slider-top-inner .text {
    font-size: 24px;
    line-height: 32px;
  }

  .slider-top .slider-top-inner .text a {
    font-size: 24px;
    line-height: 32px;
  }

  .slider-top .slider-top-inner .text .link-arr {
    font-size: 14px;
    line-height: 19px;
  }

  .wrap-slide-top {
    height: 350px;
    background-size: 110%;
  }

  .slide-top__link {
    font-size: 24px;
    line-height: 33px;
    padding: 16px 24px;
    padding-right: 18px;
    bottom: 34px;
  }

  .slide-team__img {
    margin-bottom: 11px;
  }

  .slide-team__name {
    font-size: 14px;
    line-height: 19px;
  }

  .slide-team__status {
    font-size: 12px;
    line-height: 16px;
  }

  .block-content_spec {
    padding-bottom: 41px;
  }

  .slide-spec__img {
    margin-bottom: 14px;
  }

  .slide-spec__data {
    font-size: 12px;
    line-height: 16px;
  }

  .slide-spec__title {
    font-size: 16px;
    line-height: 22px;
  }

  .wrap-block-content_spec {
    margin-left: 30px;
    margin-right: 30px;
  }

  .wrap-pag .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .wrap-slider-gallery {
    padding-bottom: 32px;
  }

  .wrap-slider-gallery .wrap-pag {
    bottom: -11px;
  }

  .slider-gallery {
    width: 1776px;
  }

  .wrap-slide-gallery {
    width: 592px;
    height: 365px;
  }

  .block-content_about {
    padding-bottom: 39px;
  }

  .block-content_about .block-title {
    margin-bottom: 28px;
  }

  .block-content_about .wrap-col {
    padding: 0 28px;
  }

  .block-content_about .wrap-col .left-col {
    max-width: 47%;
  }

  .block-content_about .wrap-col .right-col {
    max-width: 48%;
  }

  .block-content_about .wrap-col .right-col p:not(:last-of-type) {
    margin-bottom: 0;
  }

  .block-content_about .wrap-col .right-col p:last-of-type {
    display: none;
  }

  .block-content_about .text-big {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 26px;
  }

  .block-content_about .wrap-link {
    
    bottom: 0;
    left: 0;
  }

  .block-number {
    padding-top: 26px;
    margin-bottom: 14px;
  }

  .block-number__item:not(:last-child) {
    margin-right: 40px;
  }

  .block-number__item:last-child img {
    width: 30px;
  }

  .block-number__img {
    width: 60px;
  }

  .wrap-block-content_pad .block-content {
    padding-top: 22px;
  }

  .wrap-block-content:not(:first-child) {
    margin-top: 40px;
  }

  #map {
    height: 411px;
  }

  .cart-service-img {
    height: 206px;
  }

  .contact-bottom * {
    font-size: 14px;
    line-height: 24px;
  }

  .contact-address span:first-child {
    max-width: 22px;
    width: 22px;
    flex: 1 0 auto;
    margin-right: 6px;
  }

  .contact-map {
    margin: 26px 0 30px;
  }

  .contact-mail {
    margin-right: 0;
  }

  .block-contact {
    padding-top: 12px;
  }

  .ymaps-2-1-78-balloon__content {
    padding: 30px !important;
  }

  .balloon-img {
    width: 170px;
    height: 170px;
  }

  table.info {
    margin-top: 10px;
  }

  table.info a {
    font-size: 12px;
    line-height: 16px;
  }

  table.info th {
    font-size: 12px;
    line-height: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  table.info td {
    font-size: 12px;
    line-height: 16px;
    padding: 9px 8px;
  }

  .accordion__item:not(:first-child) {
    margin-top: 42px;
  }

  .accordion__title {
    font-size: 18px;
    line-height: 25px;
  }

  .accordion__title span:first-child {
    font-size: 18px;
    line-height: 25px;
  }

  .accordion__title span:last-child {
    font-size: 12px;
    line-height: 16px;
  }

  .accordion__title span.new:after {
    padding: 3px 8px;
    line-height: 23px;
    font-size: 12px;
  }
}

@media all and (max-width: 980px) {
  .wrap-footer-contact .wrap-footer-yandex.hide-desktop {
    display: none;
  }

  .frame-pdf {
    height: 500px;
  }

  .container {
    padding: 0 20px;
  }

  .form-titel {
    font-size: 16px;
    line-height: 22px;
    padding: 0 5%;
  }

  .block-content_order {
    padding: 42px 8% 39px;
  }

  .form-order .custom-check {
    margin-top: 35px;
  }

  .form-modal-title {
    font-size: 16px;
    line-height: 22px;
  }

  .block-title {
    margin-bottom: 25px;
  }

  .block-title h1,
  .block-title span {
    font-size: 20px;
    line-height: 19px;
  }

  .block-result-foto .wrap-nav {
    display: none;
  }

  .footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hide-desktop {
    display: block;
  }

  .footer-top {
    padding-top: 44px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-top.test-footer-top {
    flex-wrap: wrap;
  }

  .wrap-footer-menu,
  .wrap-footer-menu.test-menu {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 43%;
  }

  .wrap-footer-menu .left-col {
    max-width: 100%;
    justify-content: flex-start;
    flex: 0 0 auto;
  }

  .footer-menu {
    margin-bottom: 14px;
  }

  .footer-menu ul {
    display: none;
  }

  .footer-menu > li > a,
  .footer-requisites__title {
    font-size: 16px;
    line-height: 22px;
  }

  .wrap-footer-requisites {
    margin-bottom: 15px;
  }
  .footer-requisites__title {
    margin-bottom: 10px;
  }

  .wrap-footer-contact {
    max-width: 25%;
  }
  .wrap-footer-contact.test-contact {
    max-width: 25%;
  }

  .wrap-footer-requisites {
    max-width: 25%;
  }
  .footer-tel a {
    margin-bottom: 7px;
  }

  .footer-contact__title {
    display: none;
  }

  .copyright {
    width: 43%;
  }

  .copyright div:first-child {
    margin-bottom: 10px;
  }

  .dev {
    width: 57%;
  }

  .footer-bottom {
    padding-top: 16px;
    padding-bottom: 60px;
  }

  .slide-top__link {
    max-width: 320px;
    padding: 11px 13px;
  }

  .container--no-tablet {
    padding: 0;
  }

  .slider-top .slider-top-inner .text {
    font-size: 16px;
    line-height: 22px;
  }

  .slider-top .slider-top-inner .text a {
    font-size: 16px;
    line-height: 22px;
  }

  .wrap-slide-top {
    height: 250px;
    background-size: 115%;
  }

  .slide-top__link {
    font-size: 16px;
    line-height: 22px;
  }

  .wrap-slide-team {
    width: calc((100% / 4) - 16px) !important;
  }

  .block-content_team {
    padding-bottom: 34px;
  }

  .block-content_spec {
    padding-bottom: 50px;
  }

  .wrap-block-content_spec {
    margin-left: 20px;
    margin-right: 20px;
  }

  .wrap-block-content_spec .wrap-pag {
    bottom: 16px;
  }

  .wrap-nav-main .swiper-button-next,
  .wrap-nav-main .swiper-button-prev {
    top: 40%;
  }

  .wrap-footer-yandex.hide-desktop {
    display: block;
    margin-bottom: 20px;
  }

  .wrap-footer-yandex.hide-mobile {
    display: none;
  }

  .slider-gallery {
    width: 1416px;
  }

  .wrap-slide-gallery {
    width: 472px;
  }

  .block-content_about .block-title {
    padding: 0 20px;
    margin-bottom: 21px;
  }

  .block-content_about .wrap-col {
    padding: 0 18px;
  }

  .block-content_about .wrap-col .left-col {
    max-width: 51%;
  }

  .block-content_about .wrap-col .left-col .wrap-img {
    height: 266px;
  }

  .block-content_about .wrap-col .left-col .wrap-img img {
    height: 100%;
    object-fit: cover;
  }

  .block-content_about .wrap-col .right-col {
    max-width: 45%;
  }

  .block-content_about .text-big {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 22px;
  }

  .block-content_about .wrap-link {
    line-height: 19px;
  }

  .block-number {
    padding-top: 20px;
  }

  .block-number__item:last-child img {
    width: 27px;
  }

  .block-number__item span {
    font-size: 12px;
    line-height: 16px;
  }

  .block-number__img {
    width: 51px;
  }

  #map {
    height: 310px;
  }

  .block-spec {
    justify-content: space-between;
  }

  .block-spec .wrap-slide-spec {
    max-width: 48.5%;
    width: 48.5%;
  }

  .servise-menu-title a {
    font-size: 16px;
    line-height: 22px;
  }

  .cart-service {
    min-height: 209px;
    width: calc((100% / 3) - 9px);
  }

  .cart-service:nth-child(2),
  .cart-service:nth-child(3n + 2) {
    margin-left: 12px;
    margin-right: 12px;
  }

  .cart-service:not(:nth-child(-n + 3)) {
    margin-top: 12px;
  }

  .cart-service.cart-service_img {
    height: 117px;
  }

  .cart-service-img {
    height: 154px;
  }

  .cart-service-title {
    font-size: 12px;
    line-height: 16px;
    min-height: 55px;
  }

  .service-info b {
    font-size: 12px;
    line-height: 16px;
  }

  .service-info ul li {
    padding-left: 15px;
    background-position: left 10px;
  }

  .service-info ul li:not(:last-child) {
    margin-bottom: 15px;
  }

  .service-description .wrap-img {
    width: 235px;
    margin-left: 7%;
  }

  .service-info table td,
  .service-info table th {
    font-size: 12px;
    line-height: 12px;
    padding: 10px 8px;
  }

  .service-info table th {
    width: 81%;
  }

  .service-info table td:first-child {
    padding-left: 10px;
  }

  .contact-map {
    margin: 40px 0 40px;
  }

  .contact-tel {
    margin-left: 0;
  }

  .block-contact {
    padding-top: 18px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media all and (max-width: 860px) {
  .wrap_promotions {
    flex-flow: column;
  }

  .wrap_promotions img {
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media only (1450) and (max-width: 767px) {
  .yButton {
    display: block;
  }
}

@media all and (max-width: 765px) {
  .frame-pdf {
    height: 300px;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .content div,
  .content p {
    font-size: 14px;
    line-height: 24px;
  }

  .wrap-slider-result-foto .wrap-nav {
    display: none;
  }

  .container--no-tablet {
    padding: 0;
  }

  .slider-top .slider-top-inner {
    flex-direction: column-reverse;
  }

  .slider-top .slider-top-inner .text {
    height: 160px;
    width: 100%;
  }

  .slider-top .slider-top-inner .text .no-mobile {
    display: none;
  }

  .slider-top .slider-top-inner .text .link-arr {
    margin: 20px 0 0;
  }

  .slider-top .slider-top-inner .picture {
    display: none;
  }

  .slider-top .slider-top-inner .picture--mobile {
    display: block;
    height: 0;
    padding: 66% 0 0;
    width: 100%;
  }

  .wrap-slide-top {
    background-size: cover;
  }

  .block-content_spec {
    padding-bottom: 45px;
  }

  .wrap-nav-main .swiper-button-next,
  .wrap-nav-main .swiper-button-prev {
    top: 97%;
  }

  a.wrap-cart-service-vertical .inner {
    flex-wrap: wrap;
    padding: 10px;
  }

  a.wrap-cart-service-vertical .inner .image {
    height: 100px;
    margin: 0 auto 10px;
    min-width: 100px;
    width: 100px;
  }

  a.wrap-cart-service-vertical .inner .announce {
    border: none;
    font-size: 14px;
    padding: 0 30px;
    min-height: auto;
    width: 100%;
  }

  a.wrap-cart-service-vertical .inner .icon {
    width: 100%;
  }
}

@media all and (max-width: 660px) {
  ul > li {
    padding-left: 12px;
    background: url(/images/square.jpg) no-repeat left 7px;
  }

  .content h3,
  .h3,
  h3 {
    font-size: 16px;
    line-height: 16px;
  }

  .content h4,
  .h4,
  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  p:not(:last-of-type) {
    margin-bottom: 16px;
  }

  .wrap-captcha {
    margin-top: 20px;
  }

  .form-titel {
    padding: 0;
  }

  .block-content_order {
    padding: 22px 5% 34px;
  }

  .form-order .field-group {
    flex-wrap: wrap;
  }

  .form-order .field {
    width: 100%;
  }

  .form-order .field:not(:first-child) {
    margin-top: 10px;
  }

  .form-order .custom-check {
    justify-content: flex-start;
  }

  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-form-popup {
    width: 320px;
  }

  .wrap-form-modal {
    padding: 30px 15px;
  }

  .form-modal {
    width: 260px;
  }

  .form-modal .custom-check {
    margin-top: 28px;
  }

  .wrap-content {
    padding-bottom: 37px;
  }

  .block-img-list .img-item {
    width: 44vw;
  }

  .block-img-list .img-item:nth-child(even) {
    margin-left: 12px;
  }

  .block-img-list .img-item:not(:nth-child(-n + 2)) {
    margin-top: 12px;
  }

  .wrap-btn-page {
    margin-top: 76px;
  }

  .wrap-btn-page .btn-border {
    max-width: 298px;
    width: 100%;
  }

  .wrap-title-page {
    margin-top: 42px;
    margin-bottom: -6px;
  }

  .wrap-breadcrumbs {
    margin-top: 30px;
  }

  .list-item:not(:last-child) {
    margin-bottom: 38px;
  }

  .list-item-date {
    font-size: 12px;
    line-height: 16px;
  }

  .list-item-title {
    font-size: 16px;
    line-height: 22px;
  }

  .list-item-img {
    margin-top: 24px;
  }

  .review-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .block-description {
    margin-bottom: 40px;
  }

  .text-big {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }

  .block-content-primary .block-content p:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .block-content-img {
    margin-top: 44px;
  }

  .block-content-img img:not(:last-child) {
    margin-bottom: 12px;
  }

  .block-content-img img:not(:nth-child(-n + 2)) {
    margin-top: 12px;
  }

  .block-content-img img {
    width: 100%;
    height: 63vw;
    object-fit: cover;
  }

  .result-foto-title {
    margin-bottom: 16px;
  }

  .wrap-slider-result-foto .swiper-pagination {
    bottom: -37px;
  }

  .slider-result-foto {
    height: 37vw;
  }

  .block-result-foto {
    padding-bottom: 30px;
  }

  .result-foto-item:not(:first-child) {
    margin-top: 74px;
  }

  .slide-result-foto-img {
    height: 37vw;
  }

  .slide-result-foto-img img {
    height: 100%;
    object-fit: cover;
  }

  .wrap-header-top {
    padding-top: 16px;
    padding-bottom: 12px;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-top {
    flex-direction: row;
  }

  .footer-top.test-footer-top {
    flex-direction: row;
  }

  .wrap-footer-menu {
    max-width: 50%;
  }

  .wrap-footer-menu.test-menu {
    max-width: 50%;
  }

  .wrap-footer-menu .left-col {
    max-width: 100%;
  }

  .wrap-footer-contact {
    max-width: 43%;
  }
  .wrap-footer-contact.test-contact {
    max-width: 43%;
  }

  .wrap-footer-contact.test-contact {
    margin-bottom: 20px;
  }

  .wrap-footer-requisites.test-req {
    max-width: 100%;
  }

  .wrap-footer-requisites {
    margin-bottom: 15px;
    max-width: 100%;
  }
  .wrap-footer-contact .sitemap {
    display: none;
  }

  .sitemap.hide-desktop {
    display: block;
  }

  .sitemap.hide-mobile {
    display: none;
  }

  .copyright {
    width: 100%;
    flex-direction: column;
  }

  .copyright div {
    margin-bottom: 8px;
  }

  .copyright div:last-child {
    margin-left: 0;
  }

  .dev div {
    margin-bottom: 8px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 41px;
    padding-bottom: 14px;
  }

  .wrap-slide-top {
    height: auto;
    min-height: 320px;
  }

  .slide-top__link {
    bottom: 0;
    left: -12px;
    width: 100vw;
  }

  .wrap-slide-team {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .slide-team__img {
    width: 52vw;
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-slider-gallery {
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider-gallery {
    width: 100%;
  }

  .slider-gallery:after,
  .slider-gallery:before {
    display: none;
  }

  .wrap-slide-gallery {
    height: 56vw;
  }

  .block-content_about .block-title {
    margin-bottom: 12px;
  }

  .block-content_about .wrap-col {
    flex-wrap: wrap;
  }

  .block-content_about .wrap-col .left-col {
    max-width: 100%;
    width: 100%;
    flex: 1 0 auto;
  }

  .block-content_about .wrap-col .left-col .wrap-img {
    width: 100vw;
    padding: 0 12px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 63vw;
    margin-bottom: 20px;
  }

  .block-content_about .wrap-col .right-col {
    max-width: 100%;
    width: 100%;
    flex: 1 0 auto;
  }

  .block-content_about .wrap-col .right-col p:last-of-type {
    display: block;
  }

  .block-content_about .wrap-link {
    position: relative;
    text-align: right;
  }

  .block-number {
    padding-top: 28px;
    padding-bottom: 25px;
    margin-bottom: 0;
  }

  .block-number__item:last-child img {
    width: 32px;
  }

  .block-number__item span {
    margin-top: 3px;
    display: block;
  }

  .block-number__img {
    width: 57px;
  }

  #map {
    height: 69vw;
  }

  .block-spec .wrap-slide-spec {
    max-width: 100%;
    width: 100%;
  }

  .block-spec .wrap-slide-spec:not(:first-child) {
    margin-top: 57px;
  }

  .block-spec .slide-spec__img {
    height: 45vw;
    margin-bottom: 12px;
  }

  .block-spec .slide-spec__img img {
    width: 100%;
  }

  .block-spec .slide-spec__data {
    margin-bottom: 2px;
  }

  .block-team:not(:first-child) {
    margin-top: 81px;
  }

  .wrap-team-item {
    width: calc((100% / 3) - 16px);
  }

  .wrap-team-item:not(:last-child) {
    margin-right: 12px;
  }

  .wrap-team-item .slide-team__img {
    width: 100%;
  }

  .wrap-team-item .slide-team__status {
    width: 100%;
  }

  .wrap-team-item .slide-team__name {
    font-size: 12px;
    line-height: 16px;
  }

  .block-article {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }

  .block-article .block-text:not(:first-child) {
    margin-top: 50px;
  }

  .block-article-info {
    margin-left: 0;
    max-width: 350px;
    width: 100%;
    margin-bottom: 29px;
  }

  .block-article-info .wrap-img {
    height: 73vw;
  }

  .block-article-info .wrap-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }

  .block-article-info .wrap-btn {
    margin-top: 12px;
  }

  .block-text > b:first-child {
    font-size: 12px;
    line-height: 16px;
  }

  .block-text p:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .block-text p.no-margin {
    margin-bottom: 5px;
  }

  .block-team-info-img {
    margin: 0 auto 30px;
  }

  .block-team-info-text .block-title {
    display: none;
  }

  .block-service {
    padding-top: 84px;
  }

  .wrap-service-menu .wrap-menu {
    padding: 7px 25px 25px;
  }

  .wrap-service-menu .wrap-menu .wrap {
    display: block;
  }

  .wrap-service-menu .bottom,
  .wrap-service-menu .top {
    width: 100%;
  }

  .wrap-service-menu .top {
    width: 100%;
  }

  .btn-service-menu:after {
    width: 14px;
    height: 14px;
  }

  .servise-menu-item:not(:first-child) {
    margin-top: 46px;
  }

  .servise-menu a {
    font-size: 13px;
    line-height: 18px;
  }

  .cart-service {
    width: 100%;
    min-height: 250px;
  }

  .cart-service:nth-child(2),
  .cart-service:nth-child(3n + 2) {
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
  }

  .cart-service:not(:first-child) {
    margin-top: 12px;
  }

  .cart-service.cart-service_img {
    height: 48px;
    min-height: 48px;
  }

  .cart-service-img {
    height: 196px;
  }

  .service-content .block-text {
    margin-top: 40px;
  }

  .service-info:not(:first-child) {
    margin-top: 50px;
  }

  .service-description {
    flex-direction: column-reverse;
  }

  .service-description .wrap-img {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .servise-foto-result .wrap-foto a {
    max-width: 100%;
    width: 100%;
  }

  .servise-foto-result .wrap-foto a:not(:nth-child(-n + 2)) {
    margin-top: 6px;
  }

  .servise-foto-result .wrap-foto a:not(:first-child) {
    margin-top: 6px;
  }

  .service-info table td,
  .service-info table th {
    padding: 7px 8px;
  }

  .service-info table th {
    width: 79%;
  }

  .contact-bottom {
    display: block;
  }

  .contact-bottom > div:not(:last-child) {
    margin-bottom: 12px;
  }

  .block-contact {
    padding-top: 7px;
  }

  .accordion__item {
    padding-bottom: 30px;
  }

  .accordion__item.active {
    margin-bottom: -47px;
  }

  .accordion__item.active .accordion__title span:last-child {
    display: none;
  }

  .accordion__title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .accordion__title span:first-child {
    width: 100%;
  }

  .accordion__title span:last-child {
    float: none;
    margin-top: 10px;
    width: 100%;
  }

  .accordion__title span.new:after {
    margin-left: 12px;
  }
}
.footer-contact .content-address {
  width: 85%;
}

@media all and (max-width: 500px) {
  .footer-contact .content-address {
    width: 100%;
  }

  .team-title {
    margin-bottom: 13px;
  }

  .list-team {
    justify-content: space-between;
  }

  .wrap-team-item {
    width: calc((100% / 2) - 16px);
  }

  .wrap-team-item:nth-child(even) {
    margin-right: 0;
  }

  .wrap-team-item:not(:nth-child(-n + 2)) {
    margin-top: 12px;
  }

  .wrap-footer-contact {
    margin-bottom: 20px;
  }
}

@media (min-width: 660px) and (max-width: 980px) {
  .copyright .copy-visible-tablet {
    display: none;
  }

  .dev div:nth-of-type(2) {
    margin-right: 7%;
  }

  .dev .copy-visible-tablet {
    display: block;
    margin-bottom: 10px;
  }

  .block-spec .wrap-slide-spec:not(:nth-child(-n + 2)) {
    margin-top: 40px;
  }
}

.accordion_faq {
  position: relative;
  margin-bottom: 30px;
}

.accordion_faq .head {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  justify-content: space-between;
}

.num_vopr {
  background: #f3f0eb;
  padding: 21px 32px;
  width: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.num_vopr p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-size: 21.6501px;
  line-height: 30px;
  color: #313131;
}

.headline_vopr {
  background: linear-gradient(93.13deg, #eee7e2 -22.15%, #fffefd 94.6%);
  display: flex;
  flex-direction: row;
  width: 93%;
  padding: 16px 32px;
  justify-content: space-between;
  align-items: center;
}

.head h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  margin: 0;
}

.accordion_faq .arrow {
  color: #563e6e;
  font-size: 60px;
  transition: 0.25s ease;
  transform: rotate(90deg);
  position: relative;
  width: 15px;
  height: 15px;
  transform: rotate(0deg);
}

.accordion_faq .arrow:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url('/images/arrow-vop.png');
  background-repeat: no-repeat;
  background-size: 15px;
  top: 50%;
}

.accordion_faq .arrow-animate {
  transform: rotate(180deg);
}

.accordion_faq .content {
  background-color: #fff;
  display: none;
  padding: 20px 30px;
  color: #333;
  margin-left: 5%;
}

.block-content_order {
  margin-bottom: 40px;
}

.headline p {
  font-weight: 700;
}

.accordion_faq .content li {
  margin-top: 15px;
  font-weight: 700;
}

.wrap-footer-yandex {
  width: 100%;
}

.wrap-footer-yandex iframe {
  height: 50px;
}

.payment-page .cash,
.payment-page .card {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}

.payment-page .cash:before {
  content: '';
  background: url('/images/nal.png') no-repeat;
  width: 55px;
  height: 55px;
  display: inline-block;
  margin-right: 15px;
  background-size: contain;
}

.payment-page .card:before {
  content: '';
  background: url('/images/bn.png') no-repeat;
  width: 55px;
  height: 55px;
  display: inline-block;
  margin-right: 15px;
  background-size: contain;
}

.payment-page img {
  max-width: 300px;
  width: 100%;
  margin-top: 15px;
}

@media (max-width: 1450px) {
  .headline_vopr {
    width: 92%;
  }

  .num_vopr {
    padding: 17px 32px;
  }
}

@media (max-width: 1000px) {
  .headline_vopr {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .headline_vopr {
    width: 88%;
  }

  .accordion_faq .content {
    margin-left: 7%;
  }
}

@media (max-width: 600px) {
  .headline_vopr {
    width: 100%;
  }

  .num_vopr {
    display: none;
  }

  .accordion_faq .content {
    margin-left: 0;
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .review-list {
    padding-left: 20px;
  }
}
@media (max-width: 528px) {
  .block-title h1 {
    display: block;
    flex: initial;
  }
}

.adm-detail-content-table.edit-table .typearea {
  overflow: auto;
}

.perelink {
  display: flex;
  flex-direction: row;
}

.perelink a:first-child {
  margin-right: 10px;
}

.container-konfd {
  width: 70%;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .container-konfd {
    width: 100%;
    margin: auto;
    padding: 0 20px;
  }
}
.service-content .h3 {
  font-size: 1.17em;
}

.slider-body {
  margin-top: 40px;
  width: 100%;
  padding-bottom: 40px;
}
.slide-team-1 .slide-team__img {
  width: 250px;
  margin: auto;
}

.slide-team-1 .slick-dots li button:before {
  content: none;
}

.slide-team__img {
  margin-bottom: 25px;
}

.slide-team__name {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 7px;
}

.slide-team__status {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.our_team_doc_test .slick-arrow {
  position: absolute;
  bottom: -40px;
}

.our_team_doc_test .slick-arrow svg {
  width: 30px;
  height: 30px;
}

.our_team_doc_test .slick-next-arrows {
  right: 10px;
}

.our_team_doc_test .slick-prev-arrows {
  right: 50px;
  z-index: 2;
}
.main_advantages_block {
  background-image: url(/adv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 80px 0;
  padding: 60px 0;
}

.main_advantages_body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_advantages_body .main_advantages_item {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.main_advantages_body .main_advantages_item:nth-child(1),
.main_advantages_body .main_advantages_item:nth-child(2),
.main_advantages_body .main_advantages_item:nth-child(3) {
  margin-bottom: 80px;
}

.main_advantages_body .main_advantages_item .adv_num {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #8fc2bd;
}

.main_advantages_body .main_advantages_item .line {
  width: 121px;
  height: 2px;
  background: #8fc2bd;
  margin-top: 4px;
  margin-bottom: 16px;
}

.main_advantages_body .main_advantages_item .adv_text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;

  color: #272b36;
}

@media screen and (max-width: 769px) {
  .main_advantages_block .block-title span {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #272b36;
  }

  .main_advantages_block {
    margin: 80px 0;
    padding: 40px 19px;
  }

  .main_advantages_body .main_advantages_item .adv_num {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #8fc2bd;
  }

  .main_advantages_body .main_advantages_item .adv_text {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;

    color: #272b36;
  }

  .main_advantages_body .main_advantages_item:nth-child(1),
  .main_advantages_body .main_advantages_item:nth-child(2),
  .main_advantages_body .main_advantages_item:nth-child(3) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 426px) {
  .main_advantages_body .main_advantages_item {
    display: flex;
    flex-direction: column;
    width: 48%;
  }
  .main_advantages_block .block-title span {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: start;
    color: #272b36;
    margin: 0;
  }
  .main_advantages_block {
    margin: 80px 0;
    padding: 30px 9px;
  }
}

table.info.green .table-names{
  background: #C0DFDF;
  border: none;
}

table.info.green .table-names th{
  border: none;
}

table.info.green tr{
  background: #F7FFFE;
}

table.info.green .price-cena{
  
font-family: 'Manrope';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 22px;

color: #272B36;
}

.kontakt_info {
  display: flex;
  flex-direction: row;
}

.phones {
  display: flex;
  flex-direction: row;
}

.contact-mail {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.contact-address img{
  margin-right: 8px;
}

@media screen and (max-width:426px) {
.phones {
  display: flex;
  flex-direction: column;
}
}

@media screen and (max-width:426px) {
  .slider-top .slider-top-inner .text {
    height: 250px;
}
}

.preview_service{
  margin-bottom: 30px;
}
.preview_service_body{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}

.preview_service_body .zapis{
width: max-content;
}

.preview_service_img{
  width: 35%;
  height: 350px;
}

.preview_service_text{
padding: 26px 60px 60px 60px;
width: 65%;
display: flex;
flex-direction: column;
background: rgba(217, 217, 217, 0.13);
}

.preview_service_header{
display: flex;
flex-direction: row;
justify-content: center;
justify-content: center;
align-items: center;
text-align: center;
}

.preview_service_img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.preview_service_char{
margin-top: 20px;
}

.preview_service_char p{
font-weight: 500;
font-size: 16px;
line-height: 22px;
color: #000000;
margin-bottom: 16px;
}

.preview_service_char .high{
font-weight: bold;
font-size:20px;
margin-left: 5px;
}

.preview_service_char .bold{
font-weight: bold;
}

span.preview_service_line {
width: 60px;
height: 2px;
background: #8FC2BD;
}
.preview_service_header h2{
margin: 0 20px;
font-weight: 500;
font-size: 30px;
line-height: 41px;
color: #272B36;
}

@media screen and (max-width:769px) {
.preview_service_char p {
font-weight: 500;
font-size: 14px;
line-height: 22px;
color: #000000;
margin-bottom: 16px;
}

.preview_service_char .high {
font-weight: bold;
font-size: 18px;
}

.preview_service_text {
padding: 26px 20px 60px 20px;
}

.preview_service_header h2{
margin: 0;
}
.preview_service_header{
justify-content: space-between;
}
}

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

.preview_service_img img {
height: 100%;
width: 100%;
object-fit: contain;
}

.preview_service_img {
width: 100%;
height: 250px;
}

.preview_service_text {
width: 100%;
}
}

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

.preview_service_header h2{
  font-weight: 500;
font-size: 20px;
line-height: 27px;
}

.preview_service_body .zapis {
width: 100%;
text-align: center;
}
}

a.btn-ysl-zapis {
  padding: 10px 15px;
  color: white;
  background: #C0DFDF;
  border-radius: 5px;
  cursor: pointer;
  transition: 300ms;
  text-decoration: none !important;
}

a.btn-ysl-zapis:hover {
  background: #9dc9c9;
}

.form-order .field-group {
  justify-content: space-evenly;
}

.raiting_slider_item{
  background: #F5F8F7;
  display: flex !important;
  flex-direction: column;
  padding: 30px 75px 15px 75px;
  height: 176.923px;
  max-width: 340px;
  align-items: center;
}

.raiting_slider_item.padding-min{
  padding: 43px 32px 21px 32px;
}

.raiting_slider_stars{
  display: flex;
  flex-direction: row;
  gap: 8px;
margin-top: 26px;
margin-bottom: 14px;
}

.raiting_slider_stars svg{
  width: 24px;
  height: 24px;
}

.raiting_slider.slick-dotted.slick-slider {
  margin-bottom: 80px;
}
.rating_rank {
  color: #313131;
  text-align: center;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

span.rating_rank_num {
  color: #313131;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width:1025px) {
  .raiting_slider_item{
    background: #F5F8F7;
    display: flex !important;
    flex-direction: column;
    padding: 24px 53px 10px 53px;
    max-width: 300px;
    height: 144.691px;
    align-items: center;
  }
}

@media (max-width:769px) {
  .raiting_slider_item{
    background: #F5F8F7;
    display: flex !important;
    flex-direction: column;
    padding: 24px 53px 10px 53px;
    max-width: 223.194px;
    height: 144.691px;
    align-items: center;
  }

  .raiting_slider_item.padding-min{
    padding: 35px 23px 10px 23px;
  }

  
.raiting_slider_stars{
  display: flex;
  flex-direction: row;
  gap: 8px;
margin-top: 16px;
margin-bottom: 11px;
}

.raiting_slider .slick-dots li button:before{
  content: none;
}

.raiting_slider .slick-dots {
  bottom: -45px;
}

.raiting_slider .slick-dotted.slick-slider {
  margin-bottom: 81px;
}

.rating_rank {
  color: #313131;
  text-align: center;
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

span.rating_rank_num {
  color: #313131;
  font-family: Manrope;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
}

@media (max-width:426px) {
  .raiting_slider_item{
    background: #F5F8F7;
    display: flex !important;
    flex-direction: column;
    padding: 22px 36px 8px 36px;
    max-width: 180px;
    margin: 0px 10px;
    height: 106.983px;
    align-items: center;
  }

  .raiting_slider_item.padding-min{
    padding: 22px 16px 8px 16px;
  }

  
.raiting_slider_stars{
  display: flex;
  flex-direction: row;
  gap: 4px;
margin-top: 15px;
margin-bottom: 8px;
}
.raiting_slider_stars svg{
  width: 14.513px;
  height: 14.513px;
}

.rating_rank {
  color: #313131;
  text-align: center;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

span.rating_rank_num {
  color: #313131;
  font-family: Manrope;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
}

@media (max-width: 361px){
.raiting_slider_item {
    background: #F5F8F7;
    display: flex !important;
    flex-direction: column;
    padding: 22px 36px 8px 36px;
    max-width: 155px;
    margin: 0px 10px;
    height: 106.983px;
    align-items: center;
}
}

.block-article-text td {
  border: 1px solid;
  padding: 10px;
}

.block-article-text h2{
  margin-top: 20px;
  margin-bottom: 10px;
}

.slider-spec.slider-spec_2 .wrap-nav {
  display: block !important;
}

.slider-spec.slider-spec_2 ._special ._item ._title{
margin: 0;
}

.slider-spec.slider-spec_2 .prev_text_news{
margin-bottom: 10px;
}



.wrap-block-content_spec .wrap-pag.news{
  bottom: 100px;
}

@media (max-width:1025px) {
  .wrap-block-content_spec .wrap-pag.news{
    bottom: 40px;
  } 
}

@media (max-width:769px) {
  .wrap-block-content_spec .wrap-pag.news{
    bottom: 50px;
    width: -moz-max-content;
    width: max-content;
  } 
}

@media (max-width:500px) {
  .wrap-block-content_spec .wrap-pag.news{
    bottom: 95px;
    width: -moz-max-content;
    width: max-content;
  } 

  .block-content.block-content_spec.news ._more{
    display: flex;
    align-items: center;
    justify-content: center;
  }

   .wrap-nav.wrap-nav-spec.news{
    display: block;
    position: absolute;
    bottom: 105px;
    width: 100%;
  }

}