

/* Start:/local/templates/fab/template_styles.css?1773995283110940*/
@import "/local/templates/fab/./css/fonts.css";
@import "/local/templates/fab/./css/base.css";

@import "/local/templates/fab/./css/swiper-bundle.min.css";
@import "/local/templates/fab/./css/swiper-customs.css";

body.noScroll {
  overflow: hidden;
}

body {
  background: url("/img/carbon.png") var(--black);
  font: 15px/18px "Trebuchet MS";
  color: #7f7f87;
  background-blend-mode: darken;
}


main {
}

.general {
  position: relative;
  /*width: 996px;*/
  margin: 0 auto;
  min-height: 100%;
}
.general-row {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 1rem;
  @media (width > 768px) {
    padding: 0 2rem;
  }
}
.content {
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 1rem;
  @media (width > 768px) {
    padding: 0 2rem;
  }
  /* & > * {
    position: relative;
    z-index: 2;
  } */
}

h1,
.like-h1 {
  padding: 13px 0 0 0;
  font: 33px/36px "Gilroy";
  color: #fff;
}

h1 span {
  color: #666;
}

h2 {
  font: 25px/28px "Gilroy";
  color: #fff;
}

a {
  color: #7f7f87;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.clear {
  display: block !important;
  height: 0 !important;
  overflow: hidden !important;
  float: none !important;
  clear: both !important;
}

.ico {
  background: url("/local/templates/fab/img/icons.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.ico.head-menu-ico-1 {
  background-position: -0px 0;
}
.ico.head-menu-ico-2 {
  background-position: -30px 0;
}
.ico.head-menu-ico-3 {
  background-position: -60px 0;
}
.ico.head-phone {
  background-position: -90px 0;
}
.ico.head-address {
  background-position: -120px 0;
}

/*  */
/* header */
/*  */
.header {
  font-family: "Gilroy";
  /* background: var(--black); */
  @media (width <= 768px) {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--black);
    z-index: 12;
  }
  .head-top-menu {
    background-color: #0f0f14;
    ul li {
      display: inline-block;
      vertical-align: middle;
      line-height: 30px;
    }
    ul li a {
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      font-size: 16px;
      margin-right: 1.7em;
      color: #bbb;
      &:hover {
        color: #fff;
      }
      & .ico {
        vertical-align: top;
      }
    }
    @media (width <= 768px) {
      display: none;
    }
  }

  .head-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem 0;
    border-bottom: 1px solid #454758;
    .logo {
      position: relative;
      display: flex;
      flex-direction: column;
      text-align: center;
      font-size: 14px;
      text-decoration: none;
      color: #bbb;
      flex-shrink: 0;
      svg,
      img {
        margin-bottom: 0.25em;
        width: 200px;
        height: auto;
      }
    }
    @media (width <= 768px) {
      justify-content: flex-start;
      gap: 1.5rem;
      .logo {
        margin-right: auto;
        svg,
        img {
          margin: 0;
        }
        .slogan {
          display: none;
        }
      }
    }
    @media (width <= 560px) {
      .logo {
        svg,
        img {
          width: 114px;
        }
      }
    }
  }

  .head-contact-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 2rem;
    font-size: 12px;
    line-height: 15px;
    .tel {
      position: relative;
      width: 260px;
      font-size: 24px;
      font-weight: 600;
      color: #fff;
      padding-left: 40px;
      white-space: nowrap;
      a::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        background: url(/local/templates/fab/img/icons.png) no-repeat;
        background-position: -90px 0;
      }
    }
    .adr {
      position: relative;
      width: 260px;
      font-size: 14px;
      line-height: normal;
      color: #7f7f87;
      padding-left: 40px;
    }
    a {
      display: flex;
      color: #fff;
      text-decoration: none;
      line-height: normal;
    }
    .ico {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -15px;
    }
    @media (width <= 768px) {
      .tel {
        padding: 0;
        width: auto;
        font-size: 0;
        width: 30px;
        height: 30px;
      }
      .adr {
        display: none;
      }
    }
  }
  .head-contact-feedback {
    .feedback {
      position: relative;
      text-decoration: none;
      font-size: 14px;
      line-height: normal;
      padding-left: 27px;
    }
    .feedback .i {
      position: absolute;
      left: 10px;
      top: 8px;
      width: 11px;
      height: 11px;
      background: url(/local/templates/fab/img/service-sprite.png) 0 0 no-repeat;
      opacity: 0.7;
    }
    .feedback:hover .i {
      background-position: -11px 0;
      opacity: 1;
    }
    @media (width <= 768px) {
      .button-new {
        display: flex;
        width: 32px;
        height: 32px;
        padding: 0;
        border: none;
        &:hover {
          background: none;
        }
        svg {
          width: 20px;
          height: 20px;
          margin: auto;
          path {
            fill: var(--main);
          }
        }
        span {
          display: none;
        }
      }
    }
  }
  .header-burger {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    background: none;
    color: var(--main);
    cursor: pointer;
    transition:
      color 0.2s ease,
      scale 0.2s ease;
    &:hover {
      color: #fff;
    }
    &:active {
      scale: 0.9;
    }
    svg {
      position: absolute;
      inset: 0;
      transition: scale 0.2s ease;
      &.burger {
        scale: 1;
      }
      &.cross {
        scale: 0;
      }
    }
    &.--active svg {
      &.burger {
        scale: 0;
      }
      &.cross {
        scale: 1;
      }
    }
    @media (width <= 768px) {
      display: flex;
    }
  }

  .head-bottom {
    margin: 0 -2rem;
    padding: 0 2rem;
    overflow: auto;
    .menu {
      ul {
        gap: 1rem;
      }
      li {
        padding: 1.5rem 0;
      }
      a {
        display: block;
        margin: 0;
        width: max-content;
      }
    }
    @media (width <= 768px) {
      display: none;
    }
  }
}
/* fixed-header */
.fixed-header {
  --header-h: 94px;
  position: fixed;
  inset: 0;
  top: var(--header-h);
  display: flex;
  flex-direction: column;
  padding: 1rem;
  width: 100%;
  height: calc(100% - var(--header-h));
  background: var(--black);
  z-index: 200;
  overflow: auto;
  translate: -100% 0;
  transition: translate 0.1s ease;
  &.--opened {
    transition: translate 0.3s ease;
    translate: 0 0;
  }
  .fixed-header__menu {
    margin-bottom: 1rem;
    .menu {
      border-bottom: 0;
    }
    .menu ul {
      flex-direction: column;
      li {
        padding: 0.75rem 0;
      }
      a {
        .new {
          top: -1em;
          left: 0;
        }
      }
    }
  }
  .fixed-header__address {
    display: flex;
    gap: 0.5rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid var(--main);
    i {
      flex-shrink: 0;
    }
  }
  @media (width <= 560px) {
    --header-h: 68px;
  }
}

.h-space {
  padding-right: 0.16em;
}

.service-all ul {
  list-style-type: none;
  list-style-image: url("/local/templates/fab/img/li.png");
  margin: 0 0 0 28px;
  /*list-style: disc;*/
}
.menu {
  width: 100%;
  /*margin: 0 0 20px 0;*/
  margin: 0;
  border-bottom: 1px solid #434555;
  color: #a2a2a5;
  font-family: "Gilroy";
  font-size: 20px;
}
.submenu {
  width: 100%;
  margin: 1rem 0 0 0;
  padding: 1rem 0 0 0;
  border-top: 1px solid #434555;
  color: #a2a2a5;
  font-family: "Gilroy";
  font-size: 18px;
  a {
    text-decoration: none;
  }
}
.general > table.menu {
  margin: 0 0 24px 0;
}
.index .menu {
  margin-bottom: 0;
  border-bottom-width: 0;
}

.menu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.menu li {
  padding: 27px 0 28px 0;
  font-weight: normal;
  text-align: left;
}
.menu a {
  font-family: "Gilroy";
  position: relative;
  margin: 10px 0;
  font-weight: 600;
  color: #a2a2a5;
}
.menu a .new {
  position: absolute;
  top: -1.4em;
  left: -1em;
  text-transform: none;
  font-family: "Gilroy";
  color: #f69142;
  font-size: 13px;
}
.menu a:hover {
  color: #fff;
  text-decoration: underline;
}

.service-slider {
  width: 830px;
  max-width: 100%;
  height: 410px;
  overflow: hidden;
  margin: 40px auto 0;
  background: url("/local/templates/fab/img/service-bg.png") 35px 42px no-repeat;
  color: #fff;
  @media (width <= 900px) {
    background-size: 80%;
  }
  @media (width <= 768px) {
    display: none;
  }
}
.service-slide {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  @media (width <= 900px) {
    background-size: 80%;
  }
}
.ss-visible {
  display: block;
}
.ss-video {
  background-image: url("/local/templates/fab/img/service-video.png");
  background-position: 96px 11px;
}
.ss-audio {
  background-image: url("/local/templates/fab/img/service-audio.png");
  background-position: 84px 0;
}
.ss-noise {
  background-image: url("/local/templates/fab/img/service-noise.png");
  background-position: 101px 7px;
}
.ss-antitheft {
  background-image: url("/local/templates/fab/img/service-antitheft.png");
  background-position: 95px 0;
}
.ss-misc {
  background-image: url("/local/templates/fab/img/service-misc.png");
  background-position: 106px 16px;
}
.service-slide div {
  position: absolute;
  z-index: 1;
}
.ss-video .service-1 {
  width: 215px;
  left: 56px;
  top: 30px;
}
.ss-video .service-2 {
  width: 245px;
  left: 555px;
  top: 25px;
}
.ss-video .service-3 {
  width: 245px;
  left: 10px;
  top: 241px;
}
.ss-video .service-4 {
  width: 245px;
  left: 585px;
  top: 254px;
}
.ss-audio .service-1 {
  width: 245px;
  left: 92px;
  top: 277px;
}
.ss-noise .service-1 {
  width: 245px;
  left: 490px;
  top: 278px;
}
.ss-antitheft .service-1 {
  width: 245px;
  left: 497px;
  top: 288px;
}
.ss-misc .service-1 {
  width: 180px;
  left: 115px;
  top: 56px;
}
.ss-misc .service-2 {
  width: 180px;
  left: 613px;
  top: 178px;
}
.ss-misc .service-3 {
  width: 180px;
  left: 306px;
  top: 309px;
}

.service h3 {
  font-weight: normal;
  font-size: 17px;
  line-height: 19px;
}

.service p {
  padding: 4px 0 0 0;
  font-size: 12px;
  line-height: 14px;
}

.projects {
  position: relative;
  z-index: 3;
  margin: 20px 0 0 0;
}

.projects-bg {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.projects-bg div {
  width: 1050px;
}

.projects-bg div div {
  width: 314px;
  height: 340px;
  float: left;
  padding: 0 13px 0 6px;
  margin: 32px 0 0 0;
  position: relative;
  left: -6px;
}

.projects-bg div div div {
  width: 525px;
  height: 406px;
  padding: 0;
  float: none;
  background: url("/local/templates/fab/img/project-light.png") 0 0 no-repeat;
  position: absolute;
  z-index: 1;
  margin: 0;
  left: -100px;
  top: -50px;
}

.projects-content-in {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(314px, 1fr));
  grid-template-rows: auto auto auto;
  grid-gap: 2rem;
}
.projects-title {
  margin: 30px 0;
  color: #ffffff;
  text-align: center;
  background: #6a6a71;
  font: 18px/21px "PTSansBold";
  padding: 10px 0;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  grid-column: 1 / -1;
}

.project {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3 / span 3;
  grid-gap: 1rem;
  h3 {
    font-size: 19px;
    line-height: 22px;
    color: #fff;
  }
  p {
    font-size: 14px;
    line-height: 17px;
    color: #aab2d7;
  }
  img {
    height: auto;
    width: 100%;
  }
}

.block-with-shadow {
  position: relative;
  box-shadow:
    0rem 0.2rem 0.4rem 0.2rem rgba(0, 0, 0, 0.5),
    0rem 0rem 2rem 0rem rgba(100, 100, 100, 0.35);
}
/* 
.block-with-shadow .lt,
.block-with-shadow .rt,
.block-with-shadow .lb,
.block-with-shadow .rb,
.block-with-shadow .l,
.block-with-shadow .r,
.block-with-shadow .b {
  display: inline-block;
  position: absolute;
  z-index: 1;
}

.block-with-shadow .lt {
  width: 6px;
  height: 11px;
  background: url("/local/templates/fab/img/shadow-lt.png") 0 0 no-repeat;
  right: 100%;
  top: 0;
}

.block-with-shadow .rt {
  width: 6px;
  height: 11px;
  background: url("/local/templates/fab/img/shadow-rt.png") 0 0 no-repeat;
  left: 100%;
  top: 0;
}

.block-with-shadow .lb {
  width: 12px;
  height: 11px;
  background: url("/local/templates/fab/img/shadow-lb.png") 0 0 no-repeat;
  left: -6px;
  top: 100%;
}

.block-with-shadow .rb {
  width: 12px;
  height: 11px;
  background: url("/local/templates/fab/img/shadow-rb.png") 0 0 no-repeat;
  right: -6px;
  top: 100%;
}

.block-with-shadow .l {
  width: 6px;
  background: url("/local/templates/fab/img/shadow-l.png") 0 0 repeat-y;
  right: 100%;
  top: 11px;
  bottom: 0;
}

.block-with-shadow .r {
  width: 6px;
  background: url("/local/templates/fab/img/shadow-r.png") 0 0 repeat-y;
  left: 100%;
  top: 11px;
  bottom: 0;
}

.block-with-shadow .b {
  height: 11px;
  background: url("/local/templates/fab/img/shadow-b.png") 0 0 repeat-x;
  left: 6px;
  right: 6px;
  top: 100%;
} */

.projects-note {
  width: 780px;
  padding: 4px 0 38px 0;
  font-style: italic;
  font-size: 17px;
  line-height: 20px;
}

.banner {
  margin: 39px 0 34px 0;
  border: 3px solid #4b4b54;
}

.float-content {
  height: 1%;
  overflow: visible;
  padding: 20px 0 20px 0;
}

.float-content p {
  margin: 10px 0;
}

div.float-content.articles_full {
  margin: 0 -6px 0 0;
}

.contact {
  width: 345px;
  margin: 0 0 0 45px;
  float: right;
}

.contact .block-with-shadow {
  margin: 0 0 29px 0;
}

.contact form,
.order form {
  padding: 22px 31px 20px 26px;
  background: #161620;
  border: 3px solid #4b4b54;
}

.contact form h2 {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
}

.contacts-gallery {
  width: 380px;
  float: right;
}

.contacts-gallery h2 {
  margin: 0 0 20px 0;
}

.contacts-gallery h2 span {
  border-bottom: 2px solid;
}

.contacts-gallery p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.contacts-gallery .items {
  margin: 20px -20px 20px 0;
}

.contacts-gallery .items a {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  margin: 0 20px 20px 0;
  position: relative;
}

.contacts-gallery .items a .name {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 24px;
  text-align: center;
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  font: 16px/24px "PTSansBold";
  color: #fff;
  text-decoration: none;
}

.contacts-gallery .items a img {
  max-width: 100%;
  max-height: 100%;
}

.input {
  padding: 7px 6px;
  margin: 12px 0 5px 0;
  background: #4b4b54;
  cursor: text;
}

.input .pure {
  color: #7f7f87;
}

.input input,
.input textarea {
  width: 100%;
  background: none;
  border-width: 0;
  font: 14px "Trebuchet MS";
  color: #fff;
}

.input textarea {
  overflow: auto;
}
input:-internal-autofill-selected {
  -webkit-box-shadow: inset 0 0 0 50px #17171f;
  -webkit-text-fill-color: #ccc;
  /*border-bottom: 1px solid transparent !important;*/
}

.contact .textarea textarea {
  height: 58px;
}

.contact form .submit {
  padding: 14px 0 0 0;
  text-align: right;
}

.button {
  display: inline-block;
  height: 32px;
  padding: 0 23px;
  background: #aab2d7;
  font-size: 14px;
  line-height: 32px;
  color: #000;
  cursor: pointer;
  position: relative;
  border: none;
}

.button:hover {
  color: #fff;
}

.button input {
  background: url("/local/templates/fab/img/blank.gif") 0 0 repeat;
  border-width: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.social {
  padding: 5px 0 8px 0;
}

.social label {
  display: inline;
}

.social ul {
  display: inline;
}

.social-share ul {
  font-family: "WebSymbolsRegular";
}

.social-links ul {
}

.social ul li {
  display: inline;
  margin: 0 5px 0 4px;
}

.social-links ul li {
  margin: 0;
}

.social ul a {
  color: #aab2d7;
  text-decoration: none;
}

.social ul a:hover {
  color: #fff;
}

p.important {
  padding-top: 12px;
  font-size: 19px;
  line-height: 23px;
  color: #fff;
}

.news {
  padding: 67px 0 0 0;
  overflow: hidden;
}

.news h2 {
  font-size: 20px;
  line-height: 22px;
}

.news-preview {
  width: 100%;
}

.news-preview span {
  display: inline-block;
  width: 170px;
  padding: 12px 20px 12px 0;
  vertical-align: top;
}

.news-preview em {
  display: block;
  font-style: normal;
  font-size: 17px;
  line-height: 19px;
  color: #aab2d7;
}

.news-preview span span {
  display: block;
  width: auto;
  padding: 4px 0 0 0;
  font-size: 12px;
  line-height: 14px;
}

.news-preview a {
  color: #7f7f88;
}

.footer {
  position: relative;
  margin: 4rem 0 0 0;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  .footer-in {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding: 2rem 0;
    margin: 0 auto;
    border-top: 1px solid #454758;
  }
  .copyright {
    font: 14px "PTSansBold";
    text-transform: uppercase;
  }
  .footer-callback {
    text-align: center;
  }
  @media (width <= 768px) {
    .footer-in {
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
      align-items: center;
    }
    .copyright {
      order: 99;
      grid-column: span 2;
    }
    .footer-callback {
      text-align: left;
    }
    .footer-contact {
      display: contents;
      margin-left: 0;
      .adr {
        grid-column: span 2;
      }
    }
  }
}

.copyright-info {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.copyright-info__link {
  font: 12px / 15px "Trebuchet MS";
  text-transform: none;
  color: white;
  width: fit-content;
}

.footer-contact {
  margin-left: auto;
}

.footer-contact-small {
  width: 130px;
}

.footer-contact .tel {
  margin-bottom: 15px;
  font: 16px/16px "PTSansBold";
  text-shadow: none;
  letter-spacing: 1px;
  a {
    color: #fff;
    text-decoration: none;
  }
  @media (width < 768px) {
    margin-bottom: 0;
  }
}

.map,
.map2 {
  width: 563px;
  padding: 0 0 16px 0;
}

.contact-info p {
  padding: 14px 0 0 0;
  line-height: 24px;
}

.makes {
  width: 102%;
  height: 1%;
  overflow: hidden;
  padding: 19px 0 21px 0;
  color: #fff;
  position: relative;
  left: -9px;
  text-align: justify;
}

.makes li {
  display: inline-block;
  /*float: left;*/
  line-height: 28px;
}

.makes a,
.makes strong {
  display: inline-block;
  font: 17px/17px "PTSansBold";
}

.makes a {
  margin: 0 11px;
  background: url("/local/templates/fab/img/dash.gif") 0 bottom repeat-x;
  color: #c8c8c9;
  text-decoration: none;
}

.makes a:hover {
  color: #fff;
}

.makes span {
  display: inline-block;
  height: 28px;
  padding: 0 0 0 3px;
  margin: 0 2px;
  background: url("/local/templates/fab/img/make-current.png") left top no-repeat;
  line-height: 28px;
}

.makes span span {
  padding: 0 3px 0 0;
  margin: 0;
  background-position: right bottom;
}

.makes span span span {
  padding: 0 5px;
  background-position: center center;
  background-repeat: repeat-x;
}

.slider {
  position: relative;
  float: left;
  width: 530px;
  height: 398px;
  margin: 0 2em 5em 0;
  overflow: visible;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.slides {
  position: relative;
  width: 100%;
  height: 398px;
  overflow: hidden;
  z-index: 1;
}

.slides div {
  width: 100%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
}
.slides div img {
  max-width: 100%;
  height: 398px;
}

.slider-button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  text-align: center;
  margin: -15px 0 0 0;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.33;
  z-index: 2;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
}
.slider-button-prev {
  left: 0px;
}
.slider-button-next {
  right: 0px;
}

.slider-button .slider-ico {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  width: 12px;
  height: 24px;
  background: url("/img/arrows-orange.png") no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
}
.slider-button-prev .slider-ico-prev {
  margin-left: -3px;
  background-position: 0px 0;
}
.slider-button-next .slider-ico-next {
  margin-right: -3px;
  background-position: -12px 0;
}

.slider-button-prev:hover,
.slider-button-next:hover {
  opacity: 1;
}

.slider-nav {
  width: 100%;
  padding: 1.5em 0 0 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
}
.slider-nav span {
  display: inline-block;
  width: 15px;
  height: 15px;
  overflow: hidden;
  margin: 0 5px;
  border-radius: 100%;
  background-color: #0f0f14;
  transition: background-color 0.2s ease-out;
  box-shadow: inset 0px -1px 0px 0 #1f1f1f;
  cursor: pointer;
}
.slider-nav span.current {
  background-color: #f69142;
  box-shadow: none;
  cursor: default;
}

.catalog-detail-img {
  img {
    width: 100%;
  }
  @media (width < 600px) {
    .swiper-pagination {
      display: none;
    }
  }
}
.catalog-detail-text {
  margin-top: -0.3em;
  h2 {
    font-size: 1.33em;
    line-height: 1.2;
    font-weight: bold;
    padding: 0;
    margin-bottom: 0.2em;
  }
}

.slider-text {
  color: #bbb;
  h1 {
    padding-top: 0;
  }
  .back-model {
    margin: 0;
    font-size: 16px;
  }
  a {
    color: #bbb;
  }
  .links {
    margin: 1.4em 0;
    font-size: 16px;
    dl {
      margin-bottom: 1.5em;
    }
    dl dt {
      color: #ff8840;
      font-weight: bold;
      margin-bottom: 0.5em;
    }
    dl dd {
      color: #bbbbbb;
    }
    dl dd ul {
      list-style-type: disc;
      padding-left: 18px;
      line-height: 1.4em;
      margin-bottom: 1em;
    }
    .date {
      font-style: italic;
      font-size: 0.93em;
    }
  }
  .vote {
    max-width: 280px;
    text-align: center;
    user-select: none;
    margin: 2em 0;
    .title {
      color: #fff;
      text-align: left;
      font-size: 1.25em;
    }

    .likes,
    .dislikes {
      display: inline-block;
      vertical-align: middle;
      width: 40%;
      margin: 1em 0;
      color: #fff;
      white-space: nowrap;
    }

    .counter,
    .ico {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.07em;
      line-height: 32px;
      margin: 0 5px;
    }

    .ico {
      cursor: pointer;
      width: 32px;
      height: 32px;
      background: url(/local/templates/fab/img/likes.png) no-repeat;
      transition: opacity 0.2s ease-out;
    }
    .likes .ico {
      background-position: 0px 0;
    }
    .dislikes .ico {
      background-position: -32px 0;
    }
    &.selected .ico {
      cursor: default;
    }
    &.likes .dislikes .ico,
    &.dislikes .likes .ico {
      opacity: 0.2;
    }
  }

  .social {
    padding-top: 20px;
  }
}

/* product-detail */
.product-detail {
  display: grid;
  grid-template-columns: 33.125rem minmax(0, 1fr);
  gap: 2rem;
  .detail-text {
    grid-column: 1 / -1;
  }
  @media (width <= 900px) {
    grid-template-columns: minmax(0, 1fr);
  }
}

.features {
  width: 100%;
  font-family: "Gilroy", sans-serif;
  .features-in {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
    border-top: 1px solid #3f4150;
    padding: 2em 0 0 0;
    margin: 2em auto 0;
    &.no-border {
      border: 0;
      padding: 0;
    }
    > div {
      text-align: center;
    }
  }
  h2 {
    font: 17px/19px "Trebuchet MS";
    position: relative;
    z-index: 2;
  }
  img {
    margin: auto;
  }
  p {
    position: relative;
    width: 80%;
    margin: -1em auto 1em;
    font-size: 1.33em;
    line-height: 1.3em;
    color: #fff;
    word-break: break-word;
    z-index: 2;
  }
}

.service-list {
  font-family: Gilroy;
  section {
    margin: 3rem 0;
  }
  p.important {
    width: 600px;
    padding-top: 24px;
  }

  .order {
    position: relative;
    display: inline-block;
    border: 1px solid #ff8840;
    margin: 10px 0;
    color: #ff8840;
    font: normal 14px/17px;
    padding: 5px 15px 5px 30px;
    border-radius: 5px;
    text-decoration: none;
  }

  .order::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 7px;
    display: block;
    width: 11px;
    height: 11px;
    background: url(/local/templates/fab/img/service-sprite.png) -11px 0 no-repeat;
  }
  img {
    height: auto;
    object-fit: cover;
  }
  @media (width <= 600px) {
    section {
      margin: 1.5rem 0;
    }
  }
}

.service-one {
  width: 295px;
  padding: 65px 17px 0 1px;
  float: left;
  position: relative;
}

.service-one img {
  position: relative;
}

.service-one h2 {
  padding: 10px 0 0 0;
  font: 17px/19px "Trebuchet MS";
}

.service-one p {
  margin-top: 23px;
  padding: 4px 0;
  font-size: 12px;
  line-height: 14px;
}

.service-one a {
  font-size: 14px;
  color: #aab2d7;
  text-decoration: none;
}

.service-one a.link-catalog {
  margin: 0 27px 0 0;
}

.service-one a:hover {
  text-decoration: underline;
}

.service-list .social {
  padding-top: 56px;
}

.service-all {
  padding: 30px 0 0 70px;
  width: 500px;
  margin-left: 300px;
}

.service-all h2 {
  /*margin-left: 99px;*/
  font-family: Trebuchet MS;
  font-size: 20px;
  margin-bottom: 22px;
}

.service-all h2 span {
  /*border-bottom: 1px solid;*/
  color: #fafcfc;
}

.service-all ul li {
  /*font-size: 19px;*/
  font-size: 100%;
  margin-bottom: 5px;
  /*font-family:Times New Roman;*/
  color: #fff;
}

.service-all ul li a {
  text-decoration: none;
  color: #fafcfc;
}

.service-all ul li a:hover {
  text-decoration: underline;
}

.inline-header {
  padding: 0 0 21px 0;
}

.inline-header h1,
.inline-header h2 {
  display: inline;
}

.header-banner {
  position: relative;
  border-bottom: 1px solid #434555;
  margin-bottom: 20px;
  text-align: center;
  background: url("/img/header-banner-bg.png");
  font-family: "Gilroy";
}
.header-banner a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-height: 80px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #ff8840;
  padding: 1em;
}
.header-banner a .text {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  font-size: 24px;
  line-height: 0.9em;
  font-weight: 600;
  text-decoration: underline solid 1px;
}
.header-banner a:hover .text {
  text-decoration-color: transparent;
}

.header-banner.img-slider {
  background: none;
}
.header-banner.img-slider a {
  padding: 0;
}

.back {
  display: inline-block;
  padding: 0 0 0 22px;
  margin: 0 0 0 5px;
  background: url("/local/templates/fab/img/back.png") 0 center no-repeat;
  font-size: 13px;
  line-height: 18px;
  color: #aab2d7;
  text-decoration: none;
  vertical-align: top;
  position: relative;
  top: 8px;
}

.back:hover {
  text-decoration: underline;
}

.text-left {
  width: 639px;
  padding: 0 80px 0 0;
  float: left;
}

div.articles_full.text-left.text {
  width: 100%;
}

.text-left p {
  padding-top: 0;
  padding-bottom: 12px;
}

p.very-important {
  padding: 0 0 0 13px;
  margin: 47px 0 0 49px;
  border-left: 4px solid #aab2d7;
  font-style: italic;
  color: #aab2d7;
}

.text-left h2 {
  padding: 75px 0 16px 0;
}

.text-left h2.like-h1 {
  padding-top: 0;
}

.column {
  width: 40%;
  padding: 6px 10% 0 0;
  float: left;
}

ol.list {
  list-style-type: decimal;
}

.list li {
  padding: 5px 0;
}

.text-left .social {
  padding: 16px 0 0 0;
  margin: 55px 0 0 0;
  border-top: 1px solid #454758;
}

/*  */
/* filter */
/*  */
.filter {
  position: relative;
  margin: 0 0 20px 0;
}
.filter .tabs {
  display: grid;
  align-items: flex-end;
  grid-template-columns: minmax(0, 2fr) minmax(0, 2fr);
  grid-gap: 1rem;
  &:has(.service-list) {
    grid-template-columns: minmax(0, 2fr) minmax(0, 2fr) minmax(0, 1fr);
  }
  .tabs-col {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 1rem;
    &.service-list {
      grid-template-columns: minmax(0, 1fr);
    }
    .title {
      color: #c8c8c9;
      font:
        normal 16px/21px "Trebuchet MS",
        sans-serif;
      text-align: center;
      grid-column: 1 / -1;
      &.--empty {
        @media (width <= 640px) {
          display: none;
        }
      }
    }
  }
  .tab {
    position: relative;
    border: 1px solid #c8c8c9;
    color: #fd8b38;
    font:
      bold 18px/21px "Trebuchet MS",
      sans-serif;
    padding: 8px 30px 8px 15px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    .tr {
      position: absolute;
      top: 15px;
      right: 12px;
      width: 0;
      height: 0;
      border-top: 8px solid #c8c8c9;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
    }
    &:hover .tr {
      border-top: 8px solid #fd8b38;
    }
    &.active {
      background: #fff;
      border: 1px solid #fd8b38;
      border-bottom: 1px solid #fff;
      color: #17171f;
      z-index: 200;
      .tr {
        border-top: none;
        border-bottom: 8px solid #fd8b38;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
      }
    }
    &.noselect {
      color: #c8c8c9;
    }
  }
  @media (width <= 640px) {
    grid-template-columns: minmax(0, 1fr);
    &:has(.service-list) {
      grid-template-columns: minmax(0, 1fr);
    }
    .tabs-col {
      grid-template-columns: minmax(0, 1fr);
    }
  }
}

.filter .lists {
  .list {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 100;
    &.active {
      display: block;
    }
    .wr {
      display: flex;
      padding: 1rem;
      gap: 0 1rem;
      border: 1px solid #fd8b38;
      overflow: auto;
      max-height: 100dvh;
      @media (width <= 768px) {
        flex-wrap: wrap;
        padding: 0.5rem;
      }
    }
    ul {
      font:
        bold 18px/21px Trebuchet MS,
        sans-serif;
      flex: 1 1 40%;
      @media (width <= 380px) {
        flex: 1 1 100%;
      }
      li {
        color: #17171f;
        padding: 0;
        margin: 0;
        a {
          text-decoration: none;
          color: #17171f;
          display: inline-block;
          padding: 5px;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          -ms-text-overflow: ellipsis;
          text-overflow: ellipsis;
          &:first-letter {
            color: #fd8b38;
          }
          &:hover {
            color: #fff;
            background: #fd8b38;
          }
          &:hover:first-letter {
            color: #fff;
          }
        }
      }
    }
  }
}

/*  */
/* works-filter */
/*  */
.works-filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  border: 1px solid #ff8840;
  padding: 1.5rem;
  margin-bottom: 2rem;
  .works-filter__selector {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    .custom_input {
      margin: 0;
    }
  }
  .works-filter__block {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding-top: 1.5rem;
    .select-custom-holder {
      margin-top: -24px;
    }
  }
  @media (width < 768px) {
    gap: 1.25rem;
    grid-template-columns: minmax(0, 1fr);
    .works-filter__selector {
      flex-wrap: wrap;
    }
    .works-filter__block {
      padding-top: 0;
      flex-direction: column;
      .select-custom-holder {
        margin-top: 0;
      }
    }
  }
}

/*  */
/* news-list */
/*  */
.news-list {
  font-family: Gilroy;
  dt {
    font-size: 12px;
    line-height: 14px;
  }
  dt span {
    display: block;
    padding: 1px 0 0 0;
    font-size: 19px;
    line-height: 23px;
  }
  dt a {
    color: #fff;
  }
  dd {
    padding: 9px 0 34px 0;
    font-size: 15px;
    line-height: 18px;
  }

  .title {
    margin: 30px 0;
    color: #ffffff;
    text-align: center;
    background: #6a6a71;
    font: 18px/21px "PTSansBold";
    padding: 10px 0;
    width: 980px;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  }
}

.text-right {
  width: 254px;
  padding: 40px 0 0 0;
  float: right;
  dt {
    font-size: 17px;
    line-height: 19px;
    color: #fff;
  }

  dd {
    padding: 3px 0 22px 0;
    font-size: 12px;
    line-height: 15px;
    color: #7f7f87;
  }
}

/*  */
/* index-slider */
/*  */
.index-slider {
  position: relative;
  margin-bottom: 1rem;
  .content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .index-slide {
    height: 598px;
  }
  .index-slide__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .index-slide__text {
    font-family: Gilroy;
    width: 100%;
    color: #fff;
  }
  .index-slide__title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .index-slide__desc {
    font-size: 1.25rem;
    font-weight: 400;
  }
  .index-slide__link {
    margin-top: 1rem;
    a {
      color: var(--main);
    }
  }
  .swiper-pagination {
    position: absolute;
    bottom: 0;
  }
  .index-slide.--black {
    .index-slide__text {
      color: var(--black);
    }
  }
  .index-slide.--right {
    .index-slide__text {
      text-align: right;
    }
  }
  @media (width < 768px) {
    .index-slide {
      height: 380px;
    }
    .index-slide::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.66) 40%, rgba(0, 0, 0, 0.1));
      z-index: 1;
    }
    .index-slide.--right::before {
      background: linear-gradient(to left, rgba(0, 0, 0, 0.66) 40%, rgba(0, 0, 0, 0.1));
    }
  }
}

/*  */
/* services */
/*  */
.services-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #434555;
}

/*  */
/* services-index */
/*  */
.services-index {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  margin: 20px 0;
  .services-index__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1rem;
    font-weight: 400;
    color: #fff;
    background: var(--black);
    box-shadow: 0px 4px 24px 0px #00000038;
    text-decoration: none;
    overflow: clip;
  }
  .services-index__img {
    margin: auto;
    background: radial-gradient(
      65.32% 65.32% at 50% 50%,
      rgba(96, 96, 96, 0.42) 0%,
      rgba(35, 35, 35, 0) 85.42%,
      rgba(25, 25, 25, 0) 100%
    );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-size 0.2s ease;
    width: 50%;
    flex-shrink: 0;
    img {
      width: 100%;
      aspect-ratio: 1;
      scale: 1;
      object-fit: contain;
      transition: scale 0.6s ease;
    }
  }
  .services-index__name {
    font-size: 15px;
    line-height: 120%;
    margin: auto;
    width: 50%;
    text-align: center;
  }
  .services-index__item:hover {
    .services-index__img {
      background-size: 30% 30%;
      img {
        scale: 1.05;
      }
    }
  }
  @media (width > 991px) {
    .services-index__item:nth-child(6n - 5),
    .services-index__item:nth-child(6n - 2) {
      flex-direction: column;
      grid-row: span 2;
      .services-index__img {
        width: 100%;
      }
      .services-index__name {
        width: 100%;
        padding-bottom: 1rem;
        text-align: center;
      }
    }
  }
  @media (width <= 991px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (width <= 640px) {
    gap: 0.75rem;
    .services-index__item {
      flex-direction: column;
      text-align: center;
      padding: 0.5rem;
    }
    .services-index__name {
      font-size: 1.1rem;
      line-height: 1.4;
      width: 100%;
    }
  }
  @media (width <= 380px) {
    grid-template-columns: minmax(0, 1fr);
  }
}

.years {
  padding: 31px 0 0 0;
  font-size: 17px;
  line-height: 19px;
}

.years li {
  display: inline;
  margin: 0 16px 0 0;
}

.years strong {
  color: #fff;
}

.twitter-share-button {
  display: none;
}

.map-nav ul li div {
  margin: 18px 0;
}

a.ndt,
a.ndt:hover {
  text-decoration: none;
}

.map-nav ul li div a {
  text-decoration: none;
  background: url("/local/templates/fab/img/dash.gif") repeat-x scroll 0 bottom transparent;
}

.from_container {
  z-index: 10;
  color: black;
  background: none repeat scroll 0px 0px rgb(22, 22, 32);
  border: 3px solid rgb(75, 75, 84);
  padding: 20px 25px 40px;
  height: 350px;
}

.mfeedback {
  margin-top: 30px;
}

.mfeedback .left_block {
  margin-right: 438px;
  width: 545px;
}

.mfeedback .right_block {
  float: right;
  margin-top: 3px;
  width: 335px;
}

div.mf-ok-text {
  color: green;
  font-weight: bold;
  padding-bottom: 1em;
}

.set {
  width: 303px;
  margin: -5px 0 0;
  padding: 0 0 0 9px;
  font-size: 14px;
  font-family: Trebuchet MS;
  font-weight: bold;
  text-align: center;
  color: #7f7f86;
}

.partner {
  float: right;
  margin: -10px 30px 0;
}

.partner > a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

h2.title-contact1 {
  border-bottom: 2px solid;
  width: 271px;
}

h2.title-contact1.two1 {
  width: 246px;
}

div.link-contacts {
  line-height: 23px;
  margin: -38px 0 0 165px;
  position: absolute;
  font-size: 12px;
  font-family: arial;
}

div.links-load-more {
  position: relative;
  text-align: center;
  grid-column: 1 / -1;
  a {
    display: inline-flex;
    padding: 12px;
    padding-right: 35px;
    background: url("/local/templates/fab/img/more-tr.png") right 10px center no-repeat;
    border: 1px solid #e57f42;
    border-radius: 5px;
    color: #e57f42;
    font:
      normal 14px/17px "PT Sans",
      sans-serif;
    text-decoration: none;
  }
}

ul.service-menu-list {
  bottom: -34px;
  left: 0;
  position: relative;
  /*	top: 78px;
	right: 45px;
	position: absolute;*/
}

ul.service-menu-list li {
  font-weight: bold;
  padding: 0 15px;
  display: inline-block;
}

ul.service-menu-list li a {
  color: #c8c8c9;
  padding: 2px 8px;
  border: 1px solid transparent;
}

ul.service-menu-list li span {
  color: #ffffff;
  padding: 2px 8px;
  border: 1px solid #454758;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.flxoat-content .priview-text-tit {
  text-align: justify;
}

/* similar-block */

.similar-bl:has(.swiper-container) {
  position: relative;
  margin-top: 1em;
  padding: 2em 40px 4.5em;
  .wrapper {
    position: relative;
    .swiper-slide {
      width: 286px;
      margin: 0 16px 0 0;
    }
    .swiper-slide a {
      display: block;
      text-decoration: none;
      color: #bbb;
    }
    .swiper-slide .name {
      display: block;
      margin-top: 1em;
      font-size: 0.93em;
      line-height: 1.2em;
      white-space: normal;
      color: #bbb;
    }
    .swiper-slide img {
      max-width: 100%;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.53);
    }

    .swiper-button-prev {
      position: absolute;
      top: 114px;
      left: -44px;
    }
    .swiper-button-next {
      position: absolute;
      top: 114px;
      right: -44px;
    }
  }
  .arrow-left,
  .arrow-right {
    display: none;
  }
  @media (width < 600px) {
    padding-inline: 0;
    padding-bottom: 2rem;
    .swiper {
      padding-inline: 1rem;
      margin-inline: -1rem;
    }
    .swiper-button-prev,
    .swiper-button-next {
      display: none;
    }
  }
}
.similar-bl:not(:has(.swiper-container)) {
  padding: 0 40px;
  margin-top: 1em;
  position: relative;
  width: 100%;
  height: 270px;
  padding-top: 2em;
  padding-bottom: 2em;
  overflow: clip;
  .wrapper {
    overflow: hidden;
    position: absolute;
    top: 2em;
    width: 100%;
    height: 230px;
    padding-bottom: 4.5em;
  }
}

.similar-bl .arrow-left,
.similar-bl .arrow-right {
  position: absolute;
  top: 140px;
  display: block;
  margin-top: -20px;
  cursor: pointer;
  width: 20px;
  height: 39px;
  background: url("/img/arrows-orange.png") no-repeat;
  transition: opacity 0.2s ease-out;
  opacity: 0.66;
}
.similar-bl .arrow-left:hover,
.similar-bl .arrow-right:hover {
  opacity: 1;
}
.similar-bl .arrow-left {
  left: 0;
}
.similar-bl .arrow-right {
  right: 0;
  background-position: -20px 0;
}

.similar-bl .clip {
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 9999px;
}

.similar-bl .item {
  display: inline-block;
  vertical-align: top;
  width: 286px;
  padding: 0 8px;
}

.similar-bl .item a {
  display: block;
  vertical-align: top;
  text-decoration: none;
  color: #bbb;
}
.similar-bl .item .name {
  display: block;
  margin-top: 1em;
  font-size: 0.93em;
  line-height: 1.2em;
  white-space: normal;
  color: #bbb;
}
.similar-bl .item img {
  max-width: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.53);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.53);
}
/* .similar-bl:has(.clip) {
  padding: 0;
  overflow: auto;
  width: 100%;
  .arrow-left,
  .arrow-right {
    display: none;
  }
  .clip {
    position: static;
    width: auto;
  }
} */

hr.hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #3f4150;
  margin: 2.2em 0 1.8em 0;
}

/* services-block */

.services-bl {
  margin: 0 -56px 0 0;
  border-top: 1px solid #434555;
  padding: 35px 0 10px 0;
}

.services-bl ul > li {
  font: bold 14px Trebuchet MS;
}

.services-bl ul > li > a {
  vertical-align: -3px;
}

.services-bl ul {
  width: 236px;
  list-style-image: url("/local/templates/fab/img/dash_li.jpg");
}

.services-bl .services_left {
  float: left;
  margin: 0 0 0 93px;
}

.services-bl .services_center {
  margin: 0 0 0 380px;
}

.services-bl .services_right {
  float: right;
  margin: 0 128px 0 0;
}

.services-bl .services_center_2 {
  margin: 0 0 0 234px;
  width: auto;
}

.services-bl .services_center_2 li {
  width: 236px;
  float: left;
  margin: 0 57px 0 0;
}

.clear-left {
  clear: left;
}

.services-bl h2 {
  text-align: center;
  color: #7f7f87;
  font-size: 18px;
  margin: 0 0 25px 0;
}

/* service-model */

.service-model {
}

.service-model .i {
  display: block;
  width: 0;
  height: 0;
  background: url(/local/templates/fab/img/service-sprite.png) 0 0 no-repeat;
}

.service-model h1 {
  margin: 0 0 30px 0;
}

.service-model p {
  margin: 30px 0;
}

.service-model p.small {
  font-size: 14px;
  line-height: 17px;
}

.service-model .detail {
  margin: 30px 0;
}

.service-model .detail-text p {
  margin: 0;
}

.service-model .detail-image {
  float: right;
  width: 300px;
  margin: 5px 0 20px 20px;
}

.service-model .detail-image img {
  max-width: 100%;
}

.service-model .prices {
  margin: 30px 0;
}

.service-model .prices table {
  width: 100%;
  border-collapse: collapse;
}

.service-model .prices table tr {
  border-bottom: 1px dashed #6a6a71;
}

.service-model .prices table td {
  padding: 10px 0;
  vertical-align: middle;
}

.service-model .prices table td.name {
  color: #ffffff;
  font: 20px/23px "PTSansBold";
}

.service-model .prices table td.price {
  color: #ff8840;
  font: 25px/28px "PTSansBold";
  white-space: nowrap;
}

.service-model .prices table td.action {
  text-align: right;
}

.service-model .prices table td.action a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 5px 15px 5px 40px;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.service-model .prices table td.action a.service-callback {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.service-model .prices table td.action a.service-callback .i {
  position: absolute;
  left: 11px;
  top: 7px;
  width: 11px;
  height: 11px;
  background-position: 0 0;
}

.service-model .prices table td.action a.service-feedback {
  border: 1px solid #ff8840;
  color: #ff8840;
}

.service-model .prices table td.action a.service-feedback .i {
  position: absolute;
  left: 10px;
  top: 8px;
  width: 16px;
  height: 12px;
  background-position: 0 -11px;
}

.service-model .note {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 0 40px;
  margin: 30px 0;
}

.service-model .note .i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 26px;
  height: 24px;
  background-position: 0 -54px;
}

.service-model .generation {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 0 40px;
  margin: 30px 0;
}

.service-model .generation .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-position: 0 -120px;
}

.service-model .trouble {
  text-align: center;
}

.service-model .trouble a {
  display: inline-block;
  position: relative;
  color: #ff8840;
  font: 18px/21px "PTSansBold";
  padding: 5px 0 0 45px;
}

.service-model .trouble a .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 31px;
  height: 31px;
  background-position: 0 -23px;
}

.service-model .equip-slider {
  padding: 0 40px;
  position: relative;
  width: 100%;
  height: 300px;
}

.service-model .equip-slider .wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: calc(100% - 80px);
  height: 300px;
}

.service-model .equip-slider .clip {
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 9999px;
}

.service-model .equip-slider .item {
  display: inline-block;
  vertical-align: top;
  width: 260px;
  padding: 0 20px;
}

.service-model .equip-slider .item h3 {
  font:
    bold 21px/24px "PT Sans",
    sans-serif;
  color: #fff;
  margin: 0 0 14px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.service-model .equip-slider .item h3 a {
  text-decoration: none;
  color: #fff;
}
/*.service-model .equip-slider .item .price {
    font: bold 30px/32px 'PT Sans', sans-serif;
    color: #ff8840;
    margin: 14px 0 0 0;
}

.service-model .equip-slider .item .price em {
    display: block;
    font: italic 14px/17px 'PT Sans', sans-serif;
    color: #fff;
}

*/
.service-model .equip-slider .item .price {
  font:
    bold 28px/32px "PT Sans",
    sans-serif;
  color: #ff8840;
  margin: 10px 0 5px;
}

.service-model .equip-slider .item .price-desc {
  display: block;
  font:
    italic 14px/17px "PT Sans",
    sans-serif;
  color: #f69142;
  margin-bottom: 1em;
}
.service-model .equip-slider .item .price-desc.white {
  color: #fff;
}
.service-model .equip-slider .item .price.old,
.service-model .equip-slider .item .price.new {
  display: inline-block;
  vertical-align: bottom;
}
.service-model .equip-slider .item .price.old {
  font-size: 18px;
  line-height: normal;
  margin-right: 0.7em;
  text-decoration: line-through;
  color: #bbbbbb;
}

.service-model .equip-slider .item .i {
  width: 260px;
  height: 190px;
}

.service-model .equip-slider .item img {
  max-width: 100%;
  max-height: 100%;
}

.service-model .equip-slider .arrow-left {
  background: url(/local/templates/fab/img/slider-arrow-small.png) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  width: 35px;
  height: 35px;
  display: block;
  margin-top: -17px;
  cursor: pointer;
}

.service-model .equip-slider .arrow-right {
  background: url(/local/templates/fab/img/slider-arrow-small.png) -35px 0 no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  width: 35px;
  height: 35px;
  display: block;
  margin-top: -17px;
  cursor: pointer;
}

.service-model .title {
  margin: 30px 0;
  color: #ffffff;
  text-align: center;
  background: #6a6a71;
  font: 24px/27px "PTSansBold";
  padding: 10px 0;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.service-model .list {
  margin: 30px 0 -30px 0;
}

.service-model .list .item {
  width: 470px;
  display: inline-block;
  margin: 0 30px 30px 0;
  vertical-align: top;
}

.service-model .list .item:nth-child(2n) {
  margin: 0 0 30px 0;
}

.service-model .list .item h3 {
  color: #ffffff;
  font: 16px/19px "PTSansBold";
  padding: 0 0 0 15px;
  background: url(/local/templates/fab/img/service-li.png) left 6px no-repeat;
  margin: 0 0 10px 0;
}

.service-model .list .item p {
  margin: 0;
}
@media (width < 640px) {
  .service-model .detail-image {
    width: 100%;
    float: none;
    margin: 0 0 1rem 0;
  }
  .service-model .list .item {
    width: 100%;
    margin: 0 0 1rem 0;
  }
}

.service-model .add {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  padding: 0 0 0 40px;
  margin: 30px 0;
}

.service-model .add .i {
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  background-position: 0 -78px;
}

.service-model .phone {
  text-align: center;
  color: #ffffff;
  font: 24px/27px "PTSansBold";
  margin: 60px 0 30px 0;
}

.service-model .phone p {
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
}

.service-model .phone p .i {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-position: 0 -100px;
}

.service-model ul.menu {
  list-style: none;
  margin: 30px 0;
}

.service-model .service-menu li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 0 40px 10px 0;
}

.service-model .service-menu li a,
.service-model .service-menu li .a {
  color: #ffffff;
  font: 15px/28px "PTSansBold";
  padding: 0 5px;
}

.service-model .service-menu li.active a,
.service-model .service-menu li.active .a {
  position: relative;
  border-top: 1px solid #ff8b37;
  border-bottom: 1px solid #ff8b37;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}

.service-model .service-menu li.active a .lc,
.service-model .service-menu li.active .a .lc {
  position: absolute;
  top: -1px;
  left: -14px;
  width: 14px;
  height: 30px;
  background: url(/local/templates/fab/img/catalog-menu-crn.png) 0 0 no-repeat;
}

.service-model .service-menu li.active a .rc,
.service-model .service-menu li.active .a .rc {
  position: absolute;
  top: -1px;
  right: -14px;
  width: 14px;
  height: 30px;
  background: url(/local/templates/fab/img/catalog-menu-crn.png) -14px 0 no-repeat;
}

.footer .footer-in a.maps-link-in {
  left: 9px;
  top: 41px;
  position: absolute;
  color: #fff;
}

.footer .footer-in .developer {
  left: 9px;
  top: 64px;
  position: absolute;
  color: #fff;
}

.footer .footer-in .developer a {
  color: #fff;
}

.content .simular_ov {
  overflow: hidden;
  z-index: 10;
  border-top: 1px solid #3f4150;
  padding-top: 1.25em;
  margin: 2.5em 0;
}

.head-simular,
.head-service {
  position: relative;
  width: 187px;
  height: 30px;
  top: 15px;
  left: 395px;
  background: #17171f;
  z-index: 20;
}

.head-service {
  width: 281px;
  left: 349px;
}

.head-simular .icon_work,
.head-service .icon_work {
  float: left;
  margin: 0 5px 0 5px;
}

.head-simular h2,
.head-service h2 {
  padding-top: 2px;
  font-size: 19px;
}

.crumbs {
  font:
    italic 14px/1.2 "PT Sans",
    sans-serif;
  color: #ff8840;
  margin: 0 0 20px 0;
  a {
    color: #ff8840;
  }
  span {
    color: #a2a2a5;
  }
}

.catalog-section-list {
  margin: 0 0 40px 0;
}

.catalog-section-list li {
  font:
    bold 21px/37px "PT Sans",
    sans-serif;
  margin: 10px 0;
}

.catalog-section-list li a {
  text-decoration: none;
  color: #ff8b37;
  border-bottom: 1px dotted transparent;
  position: relative;
  top: -0.12em;
}

.catalog-section-list li.close a {
  border-bottom: 1px dotted;
}

.catalog-section-list li.close a:hover {
  border-bottom: 1px dotted transparent;
}

.catalog-section-list li a span {
  position: relative;
  top: 0.12em;
  margin-bottom: -0.12em;
}

.catalog-section-list li a em {
  position: absolute;
  right: -25px;
  top: 15px;
  height: 7px;
  width: 15px;
  background: url(/local/templates/fab/img/catalog-list-tr.png) 0 0 no-repeat;
}

.catalog-section-list li.close a em {
  background-position: 0 -7px;
}

.catalog-section-list li ul {
  display: none;
  padding-left: 40px;
}

.catalog-section-list li ul li a {
  color: #fff;
  text-decoration: underline;
  border-bottom: none;
}

.catalog-section-list li ul li a:hover {
  text-decoration: none;
}

.catalog-section-list .hr {
  height: 2px;
  background: #a2a2a5;
  margin: 20px 0;
}

.catalog-section-list .seo-content {
  padding: 0 0 0 20px;
  color: #a2a2a5;
  font:
    normal 14px/22px "PT Sans",
    sans-serif;
}

.catalog-section-list .seo-content p {
  margin: 0 0 20px 0;
}

.catalog-lc {
  float: left;
  width: 230px;
}

.catalog-rc {
  float: right;
  width: 730px;
}

.catalog-menu .parent {
  font:
    bold 19px/21px "PT Sans",
    sans-serif;
  color: #ff8b37;
  margin: 0 0 20px 0;
}

.catalog-menu ul {
  margin: 0 0 40px 0;
}

.catalog-menu ul li {
  font:
    bold 15px/28px "PT Sans",
    sans-serif;
  margin: 10px 0;
}

.catalog-menu ul li.select a,
.catalog-menu ul li.select .a {
  position: relative;
  border-top: 1px solid #ff8b37;
  border-bottom: 1px solid #ff8b37;
  height: 100%;
  display: inline-block;
  text-decoration: none;
}

.catalog-menu ul li.select a .lc,
.catalog-menu ul li.select .a .lc {
  position: absolute;
  top: -1px;
  left: -14px;
  width: 14px;
  height: 30px;
  background: url(/local/templates/fab/img/catalog-menu-crn.png) 0 0 no-repeat;
}

.catalog-menu ul li.select a .rc,
.catalog-menu ul li.select .a .rc {
  position: absolute;
  top: -1px;
  right: -14px;
  width: 14px;
  height: 30px;
  background: url(/local/templates/fab/img/catalog-menu-crn.png) -14px 0 no-repeat;
}

.catalog-menu ul li a {
  color: #fff;
}

.catalog-section {
  margin: 40px 0;
}

.catalog-section .item {
  margin: 0 0 40px 0;
}

.catalog-section .item .i {
  float: left;
  width: 240px;
}

.catalog-section .item .i img {
  max-width: 100%;
}

.catalog-section .item .tx {
  float: right;
  width: 460px;
  margin-top: -5px;
}

.catalog-section .item h3 {
  font:
    bold 24px/27px "PT Sans",
    sans-serif;
  color: #fff;
  margin: 0 0 14px 0;
}

.catalog-section .item h3 a {
  text-decoration: none;
  color: #fff;
}

.catalog-section .item .price {
  font:
    bold 28px/32px "Gilroy",
    sans-serif;
  color: #ff8840;
  margin: 0 0 5px 0;
}

.catalog-section .item .price-desc {
  display: block;
  font:
    italic 14px/17px "Gilroy",
    sans-serif;
  color: #f69142;
  margin-bottom: 1em;
}
.catalog-section .item .price-desc.white {
  color: #fff;
}
.catalog-section .item .price.old,
.catalog-section .item .price.new {
  display: inline-block;
  vertical-align: bottom;
}
.catalog-section .item .price.old {
  font-size: 18px;
  line-height: normal;
  margin-right: 0.7em;
  text-decoration: line-through;
  color: #bbbbbb;
}
.catalog-section .item .preview {
  font:
    normal 14px/17px "Gilroy",
    sans-serif;
  color: #a2a2a5;
  margin: 20px 0;
}

.catalog-section .more {
  padding: 12px;
  color: #e57f42;
  cursor: pointer;
  font:
    normal 14px/17px "Gilroy",
    sans-serif;
  border: 1px solid #e57f42;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url(/local/templates/fab/img/more-tr.png) 110px center no-repeat;
  width: 116px;
  margin: auto;
}

.catalog-section .hr {
  height: 2px;
  background: #ff8840;
  margin: 20px 0;
}

.catalog-section h1 {
  margin: 0 0 20px 0;
  font-size: 25px;
  line-height: 28px;
}

.catalog-section .note {
  padding: 0 0 0 40px;
  color: #a2a2a5;
  font:
    normal 14px/22px "Gilroy",
    sans-serif;
  position: relative;
}

.catalog-section .note .i {
  display: block;
  background: url(/local/templates/fab/img/service-sprite.png) 0 -54px no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 24px;
  margin-top: -12px;
}

.catalog-section .seo-content {
  padding: 0 0 0 20px;
  color: #a2a2a5;
  font:
    normal 14px/22px "Gilroy",
    sans-serif;
}

.catalog-section .seo-content p {
  margin: 0 0 20px 0;
}

.catalog-filter {
  border: 1px solid #ff8840;
  border-top: 0;
  font-family: "Gilroy";
  padding: 0em 26px 15px 26px;
}

.catalog-filter .title {
  border-bottom: 1px solid #ff8840;
  border-right: 1px solid #17171f;
  margin-right: -27px;
  background: #17171f;
}

.catalog-filter .title h3 {
  display: inline-block;
  *display: inline;
  vertical-align: top;
  font:
    300 20px/30px "Gilroy",
    sans-serif;
  color: #ff8840;
  border-top: 1px solid #ff8840;
  border-right: 1px solid #ff8840;
  margin-left: -26px;
  margin-bottom: -1px;
  padding: 10px 24px;
  background: #17171f;
}

.catalog-filter .filter-item {
  margin: 20px 0;
}
.catalog-filter .filter-item > span {
  font: 18px/24px "Gilroy";
  color: #ff8840;
}
.catalog-filter p {
  color: #a2a2a5;
  font:
    normal 16px/17px "PT Sans",
    sans-serif;
  margin: 9px 0 20px 0;
}
.catalog-filter p a {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 15px 5px 0;
  /*background: url('/local/templates/fab/img/dash.gif') 0 bottom repeat-x;*/
  border-bottom: 1px dashed;
  color: #a2a2a5;
  color: rgba(200, 200, 200, 0.8);
  text-decoration: none;
  top: -0.05em;
}
.catalog-filter p a span {
  color: #a2a2a5;
  color: rgba(200, 200, 200, 1);
  position: relative;
  top: 0.05em;
}

.catalog-filter p a:hover {
  color: rgba(255, 136, 64, 0.8);
}
.catalog-filter p a:hover span {
  color: #ff8840;
}

.catalog-filter p a.active {
  background: none;
  color: #ff8840;
  padding: 4px 12px 7px;
  border: 1px solid #ff8840;
}
.catalog-filter p a.active span {
  color: #ff8840;
}

.catalog-sort {
  float: right;
  padding: 10px 0 10px 24px;
  color: #a2a2a5;
  font:
    normal 14px/17px "PT Sans",
    sans-serif;
}

.catalog-sort .item {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #c8c8c9;
}

.catalog-sort .item em {
  font-size: 12px;
}

.catalog-sort .item.active {
  text-decoration: none;
}

.catalog-element {
  font-family: "Gilroy";
}
.catalog-element-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
.catalog-element .i {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  background-color: #fff;
}

.catalog-element .i img {
  max-width: 100%;
  vertical-align: middle;
}

.catalog-element .tx {
  display: inline-block;
  vertical-align: middle;
  width: 390px;
  margin-left: 40px;
}

.catalog-element .tx .price {
  font:
    bold 28px/32px "Gilroy",
    sans-serif;
  color: #ff8840;
  margin: 0 0 5px 0;
}

.catalog-element .tx .price-desc {
  display: block;
  font:
    italic 14px/17px "Gilroy",
    sans-serif;
  color: #f69142;
  margin-bottom: 1em;
}
.catalog-element .tx .price.old,
.catalog-element .tx .price.new {
  display: inline-block;
  vertical-align: bottom;
}
.catalog-element .tx .price.old {
  font-size: 18px;
  line-height: normal;
  margin-right: 0.7em;
  text-decoration: line-through;
  color: #bbbbbb;
}
.catalog-element .tx .price-desc.white {
  color: #fff;
}

.catalog-element .tx .order {
  margin-bottom: 1em;
}

.catalog-element .tx .chars {
  font:
    normal 14px/14px "Gilroy",
    sans-serif;
  color: #a2a2a5;
  margin: 10px 0;
}

.catalog-element .tx .chars p {
  margin: 8px 0;
  overflow: hidden;
  width: 250px;
  background: url(/local/templates/fab/img/chars_dot.png) left bottom repeat-x;
}

.catalog-element .tx .chars p .l {
  float: left;
  background: #17171f;
}

.catalog-element .tx .chars p .r {
  float: right;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.catalog-element .tx .chars p .r.yes {
  background: #17171f url(/local/templates/fab/img/chars_yes.png) no-repeat;
  width: 14px;
  height: 14px;
}

.catalog-element .tx .chars p .r.no {
  background: #17171f url(/local/templates/fab/img/chars_no.png) no-repeat;
  width: 14px;
  height: 14px;
}

.catalog-element .tx .chars-desc {
  font:
    normal 14px/14px "Gilroy",
    sans-serif;
  color: #a2a2a5;
  margin: 5px 0 5px 0;
}

.catalog-element .tx .chars-desc p {
  margin: 5px 0;
  overflow: hidden;
  width: 300px;
}

.catalog-element .tx .chars-desc p .l {
  float: left;
  width: 55%;
  background: #17171f;
  color: #fff;
}

.catalog-element .tx .chars-desc p .r {
  float: right;
  width: 40%;
}

.catalog-element .hr {
  height: 1px;
  /*background: #ff8840;*/
  background: #3f4150;
  margin: 20px 0;
}
.catalog-element .cat-group {
  border-bottom: 1px solid #3f4150;
  padding-bottom: 2.2em;
  margin-bottom: 3em;
}
.catalog-element .cat-group .title {
  font-size: 20px;
  color: #fff;
  margin-bottom: 1em;
}

.catalog-element .similar-list {
  border-top: 1px solid #3f4150;
  padding-top: 2.2em;
  margin-top: 3em;
}
.catalog-element .similar-list h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 1em;
  font-family: "Gilroy";
  font-weight: 300;
}
.catalog-element .text-content {
  position: relative;
  font:
    normal 14px/22px "PT Sans",
    sans-serif;
  color: #a2a2a5;
  /*padding: 0 0 0 20px;*/
}
.catalog-element .text-content table {
  width: 100%;
}
.catalog-element .text-content table table {
  width: 95%;
  margin-left: 5%;
}
.catalog-element .text-content table table td {
  width: 50%;
  border-bottom: 1px dotted #fff;
}
.catalog-element .text-content table table td:first-child {
  color: #fff;
}

.catalog-element .text-content .files {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 15px 20px;
  border: 1px solid #ff8840;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.catalog-element .text-content .files a {
  color: #ff8840;
}

.catalog-element .text-content .files .tr {
  position: absolute;
  bottom: -20px;
  left: 20px;
  width: 16px;
  height: 21px;
  background: url(/local/templates/fab/img/files-tr.gif) no-repeat;
}

.catalog-element .text-content p {
  margin: 0 0 20px 0;
}

.catalog-element .text-content ul li {
  position: relative;
  padding: 0 0 0 10px;
}

.catalog-element .text-content ul li:before {
  position: absolute;
  content: " ";
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  background: url(/local/templates/fab/img/li.gif) 0 0 no-repeat;
}

.catalog-element .order-popup,
.service-list .order-popup,
.head .feedback-popup,
.service-model .service-callback-popup,
.service-model .service-feedback-popup {
  display: none;
}

.order-popup,
.feedback-popup,
.solution-popup,
.service-callback-popup,
.service-feedback-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
}

.order-popup .bg,
.feedback-popup .bg,
.solution-popup .bg,
.service-callback-popup .bg,
.service-feedback-popup .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.order-form,
.feedback-form {
  position: absolute;
  width: 420px;
  margin: -257px 0 0 -210px;
  top: 50%;
  left: 50%;
  padding: 20px 20px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.feedback-form {
  margin: -180px 0 0 -210px;
}

.order-form p,
.feedback-form p {
  font-size: 0.85em;
  margin: 0 0 2em 0;
  color: #000;
}

.order-form .result,
.feedback-form .result {
  font-size: 0.95em;
  text-align: center;
  font-weight: bold;
}

.order-form .result .success,
.feedback-form .result .success {
  color: green;
}

.order-form .result .error,
.feedback-form .result .error {
  color: red;
}

.popup-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  display: none;
  font-family: Gilroy;
}
.popup-holder .popup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 50;
  background-color: #000a;
  overflow: auto;
}
.popup-wrapper {
  display: none;
}
.popup-holder .popup-wrapper {
  margin: auto;
  z-index: 60;
}
.popup-holder .popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 70;
  transition: transform 0.2s ease-out;
}
.popup-holder .popup-close:before,
.popup-holder .popup-close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: none;
}
.popup-holder .popup-close:after {
  transform: rotate(-45deg);
}
.popup-holder .popup-close:hover {
  transform: rotate(90deg);
}

.popup-holder .popup-wrapper .popup .h4,
.popup-holder .popup-wrapper .popup h4 {
  font-size: 3.12em;
  line-height: 1.2em;
  margin-bottom: 0.7em;
  font-weight: bold;
  color: #f69142;
}
.popup-holder .popup-wrapper .popup .status {
  margin-bottom: 2em;
}
.popup-holder .popup-wrapper .popup .status.error {
  color: red;
}
.popup-holder .popup-wrapper .popup .status.success {
  color: green;
}

.popup-holder .popup-wrapper.noize-order .popup,
.popup-holder .popup-wrapper.noize-order-2 .popup,
.popup-holder .popup-wrapper.defaut-popup .popup,
.popup-holder .popup-wrapper.not-my-car .popup {
  max-width: 850px;
  background-color: #17171f;
}

.popup-holder .popup-wrapper .popup .form-wrapper {
  padding: 2em 4.83em;
}
.popup-holder .popup-wrapper .popup .form-wrapper label {
  display: block;
  margin: 1em 0;
  font-family: Gilroy;
}
.popup-holder .popup-wrapper .popup .form-wrapper label *,
.popup-holder .popup-wrapper .popup .form-wrapper textarea {
  font-family: Gilroy;
}
.popup-holder .popup-wrapper .popup .form-wrapper label.white {
  color: #fff;
}
.popup-holder .popup-wrapper .popup .form-wrapper label.text input {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 16px;
  line-height: normal;
  padding: 0.25em 0;
  background-color: transparent;
  border: none;
  color: #ccc;
  border-bottom: 1px solid #3b3b56;
  box-sizing: border-box;
}
.popup-holder .popup-wrapper .popup .form-wrapper label.text input:focus {
  color: #bbb;
}
.popup-holder .popup-wrapper .popup .form-wrapper textarea {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 16px;
  line-height: normal;
  padding: 0.25em 0;
  background-color: transparent;
  border: none;
  color: #ccc;
  border-bottom: 1px solid #3b3b56;
  box-sizing: border-box;
  resize: vertical;
}
.popup-holder .popup-wrapper .popup .form-wrapper button {
  margin: 2em 0 1em 0;
}

.popup-holder .popup-wrapper.help-gr {
  width: 800px;
  height: 1000px;
  max-height: 100%;
  margin: auto;
}
.popup-holder .popup-wrapper.styled-popup {
  width: 800px;
  height: auto;
  max-height: 100%;
  margin: auto;
  overflow: auto;
}
@media (max-height: 1000px) {
  .popup-holder .popup-wrapper.help-gr {
    top: 2.5%;
    bottom: 2.5%;
    margin-top: 0;
    height: 95%;
    overflow: auto;
  }
  .popup-holder .popup-wrapper.styled-popup .popup-close,
  .popup-holder .popup-wrapper.help-gr .popup-close {
    right: 1rem;
    top: 1rem;
  }
}
@media (max-height: 640px) {
  .popup-holder .popup-wrapper .popup .h4,
  .popup-holder .popup-wrapper .popup h4 {
    font-size: 2rem;
  }
  .popup-holder .popup-wrapper .popup .form-wrapper {
    padding: 1rem 1.5rem;
  }
}

.popup-holder .popup-wrapper.styled-popup .form-wrapper,
.popup-holder .popup-wrapper.help-gr .form-wrapper {
  padding: 1.67em 2em;
}

.popup-holder .popup-wrapper.styled-popup .popup,
.popup-holder .popup-wrapper.help-gr .popup {
  position: static;
  background-color: #17171f;
  border: 1px solid #3b3b56;
  color: #bbb;
  /*height: 1200px;*/
}

.popup-holder .popup-wrapper.styled-popup .popup .h4,
.popup-holder .popup-wrapper.help-gr .popup .h4 {
  position: relative;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 0.25em;
  margin-bottom: 0.7em;
  color: #fff;
  text-align: center;
}

.popup-holder .popup-wrapper.styled-popup .popup .h4:after,
.popup-holder .popup-wrapper.help-gr .popup .h4:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -10%;
  background-color: #f69142;
}

.popup-holder .popup-wrapper.styled-popup .popup .h6,
.popup-holder .popup-wrapper.help-gr .popup .h6 {
  color: #f69142;
  font-size: 16px;
  font-weight: bold;
  margin: 2em 0 1em 0;
}

.popup-holder .popup-wrapper.styled-popup .popup ul li:before,
.popup-holder .popup-wrapper.help-gr .popup ul li:before {
  content: "• ";
}

input.error {
  border-color: red !important;
}

.hid {
  display: none !important;
}

dl.f {
  width: 100%;
  margin: 1em 0;
}

dl.f dt {
  color: #000;
  font-size: 0.95em;
  line-height: 1.5em;
  float: left;
  width: 160px;
  text-align: right;
}

dl.f dt label {
  position: relative;
}

dl.f dt label sup {
  color: #ff8840;
  position: absolute;
  top: 0;
  right: -7px;
}

dl.f dd {
  margin: 0 0 0 180px;
}

dl.f input.text {
  margin-right: 10px;
  width: 200px;
}

dl.f textarea.text {
  margin-right: 10px;
  width: 200px;
  height: 100px;
  max-width: 200px;
  max-height: 100px;
}

dl.f .button {
  display: inline-block;
  background: #ff8840;
  color: #000;
  font:
    normal 14px/17px "PT Sans",
    sans-serif;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  width: 120px;
}
dl.f .button.disabled {
  background-color: #999;
  opacity: 0.5;
  cursor: default;
}

.banner-top {
  margin-bottom: 10px;
  margin-top: -26px;
}
body.index .banner-top {
  margin-bottom: 50px;
  margin-top: -5px;
}

.text-content .group {
  border-top: 1px solid #a2a2a5;
  padding: 0.6em 0;
}
.text-content .group .title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 0 0.6em;
  color: #fff;
}

.text-content .group ul {
  color: #a2a2a5;
}

.row {
  margin: 0 -10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-around;
}
.row .col2 {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  white-space: normal;
  padding: 20px 10px;
  box-sizing: border-box;
  @media (width <= 600px) {
    width: 100%;
  }
}
.row .col3 {
  display: inline-block;
  width: 33.33%;
  vertical-align: top;
  white-space: normal;
  padding: 20px 10px;
  box-sizing: border-box;
  @media (width <= 768px) {
    width: 50%;
  }
  @media (width <= 480px) {
    width: 100%;
    padding: 10px;
  }
}

.section,
.section * {
  font-family: "Gilroy";
  font-weight: 300;
}
.catalog-rc h1,
.section h1,
.section .h1,
.section h2,
.section .h2,
.section h3,
.section .h3,
.section h4,
.section .h4 {
  position: relative;
  font-weight: 300;
  line-height: 1.2em;
  padding-bottom: 0.25em;
  margin-bottom: 0.7em;
  color: #fff;
}
.section h1.left,
.section .h1.left,
.section h2.left,
.section .h2.left,
.section h3.left,
.section .h3.left,
.section h4.left,
.section .h4.left {
  text-align: left;
}
.section h1.orange,
.section .h1.orange,
.section h2.orange,
.section .h2.orange,
.section h3.orange,
.section .h3.orange,
.section h4.orange,
.section .h4.orange {
  color: #ff8840;
}
.section h1.white,
.section .h1.white,
.section h2.white,
.section .h2.white,
.section h3.white,
.section .h3.white,
.section h4.white,
.section .h4.white {
  color: #fff;
}
.section h1.no-line:after,
.section .h1.no-line:after,
.section h2.no-line:after,
.section .h2.no-line:after,
.section h3.no-line:after,
.section .h3.no-line:after,
.section h4.no-line:after,
.section .h4.no-line:after {
  display: none;
  content: "";
}
.section h1 a,
.section .h1 a,
.section h2 a,
.section .h2 a,
.section h3 a,
.section .h3 a,
.section h4 a,
.section .h4 a {
  color: #fff;
  transition: color 0.2s linear;
  text-decoration: none;
}
.section h1 a:hover,
.section .h1 a:hover,
.section h2 a:hover,
.section .h2 a:hover,
.section h3 a:hover,
.section .h3 a:hover,
.section h4 a:hover,
.section .h4 a:hover {
  color: #f69142;
}
.catalog-rc h1:after,
.section h1:after,
.section .h1:after {
  content: "";
  position: absolute;
  width: 1em;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #f69142;
}

.section h2:after,
.section .h2:after,
.section h3:after,
.section .h3:after,
.section h4:after,
.section .h4:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -10%;
  background-color: #f69142;
}
.section h2.left:after,
.section .h2.left:after,
.section h3.left:after,
.section .h3.left:after,
.section h4.left:after,
.section .h4.left:after {
  left: 0;
  margin-left: 0;
}

.catalog-rc h1,
.section h1,
.section .h1,
.section h2,
.section .h2 {
  font-size: 28px;
  font-family: "Gilroy";
  font-weight: 300;
}
.section h2,
.section .h2 {
  text-align: center;
  padding-top: 0.5em;
}
.section h3,
.section .h3 {
  text-align: center;
  font-size: 24px;
}
.section h4,
.section .h4 {
  text-align: center;
  font-size: 20px;
}

.section p {
  font-size: 1.07em;
  margin-bottom: 1.2em;
  color: #bbbbbb;
}
.section p strong {
  color: #f69142;
  font-weight: 600;
}
.table-scroller {
  overflow: auto;
  padding: 0 1rem;
  margin: 0 -1rem;
  table {
    min-width: 600px;
  }
}
section table[align="right"] {
  @media (width < 600px) {
    float: none;
    margin: 1rem 0;
    td:empty {
      display: none;
    }
  }
}

.actions-list {
  margin: 2em 0;
}
.actions-list .actions-item {
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
  border-bottom: 1px solid #434555;
}
.actions-list .actions-item > a {
  text-decoration: none;
}
.actions-list .actions-item > a:hover h2 {
  color: #f69142;
}
.actions-list .actions-item:last-child {
  border-bottom: none;
}
.actions-list .actions-item .img {
  margin: 1.5em 0;
}
.actions-list .actions-item .img img {
  max-width: 100%;
}

.action-item-detail .sect {
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #434555;
}
.action-item-detail .img {
  margin: 1.5em 0;
  padding: 1em 0 2em 0;
  text-align: center;
  border-bottom: 1px solid #434555;
}
.action-item-detail .img img {
  max-width: 100%;
}

.info-column {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  border: 1px solid #f69142;
  /*margin: 10px 10px 40px 10px;*/
}
.info-column.empty {
  justify-content: center;
  @media (width < 768px) {
    display: none;
  }
}
.info-column.empty img {
  -ms-align-self: center;
  align-self: center;
}
.info-column header {
  background-color: #f69142;
  padding: 10px 10px 12px;
  font-size: 1.75em;
  width: 100%;
  line-height: normal;
  text-align: center;
  color: #181820;
}
.info-column header .info-column-head-item {
  a {
    text-decoration: none;
    color: #f69142;
  }
}
.info-column header .info-column-img {
  margin: 20px 0;
  height: 110px;
  img {
    margin: auto;
  }
}
.info-column header .info-column-name {
  font-size: 20px;
  margin-bottom: 0.5em;
  color: #f69142;
}
.info-column .seperator {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  margin: 0 auto;
  border: 1px solid transparent;
  border-width: 20px 48px 10px;
  border-top-color: #f69142;
}
.info-column .seperator.bg:before {
  content: "";
  position: absolute;
  top: -21px;
  left: -48px;
  width: 0;
  line-height: 0;
  margin: 0 auto;
  border: 1px solid transparent;
  border-width: 20px 48px 10px;
  border-top-color: #17171f;
}
.info-column .text {
  padding: 10px 20px;
}
.info-column .text span {
  text-decoration: underline;
  color: #f69142;
}
.info-column .text .desc-text {
  min-height: 8.5em;
  margin-bottom: 1em;
}

.info-column.gray {
  border-color: #bbb;
}
.info-column.gray header {
  background-color: #bbb;
}
.info-column.gray .seperator {
  border-top-color: #bbb;
}

.info-column.transparent {
  border-color: #3a3b57;
}
.info-column.transparent header {
  background: none;
  color: #bbb;
  border-bottom: 1px solid #3a3b57;
}
.info-column.transparent header.red {
  color: #d05f4f;
}
.info-column.transparent header.green {
  color: #6fa746;
}
.info-column.transparent .seperator {
  border-top-color: #3a3b57;
}
@media (width <= 600px) {
  .info-column header .info-column-name {
    margin-bottom: 0;
  }
  .info-column .text {
    padding-top: 0;
  }
}

.super-list__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.super-list {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 25px;
  padding-left: 76px;
}
.super-list dt {
  position: absolute;
  left: 0;
  font-size: 72px;
  width: 40px;
  text-align: center;
  line-height: normal;
  margin-right: 0.5em;
  color: #f69142;
}
.super-list dd {
  font-size: 14px;
  line-height: normal;
  color: #bbb;
}
@media (width <= 600px) {
  .super-list__container {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
  .super-list {
    padding-left: 60px;
  }
  .super-list dt {
    font-size: 60px;
  }
}

.action-item-detail .properties {
  width: 100%;
  font-size: 1.4em;
  color: #fff;
  /*margin: 1em 0;*/
}
.action-item-detail .properties td {
  padding: 1.25em 0;
  border-top: 1px solid #3a3b57;
  border-bottom: 1px solid #3a3b57;
  vertical-align: middle;
}
.action-item-detail .properties td:nth-child(2) {
  text-align: right;
  color: #f69142;
}
.action-item-detail .properties tr:last-child td {
  border-bottom: 0;
  /*padding-bottom: 0;*/
}
.action-item-detail .properties .noize-icons {
  margin-right: 0.5em;
  margin-top: -0.2em;
}
.action-item-detail .properties .button-new {
  display: block;
  text-align: center;
}

.desc-table {
  width: 100%;
  font-size: 1.07em;
  margin: 0 0 1em 0;
  td {
    padding: 2em 0;
    border-top: 1px solid #3a3b57;
    border-bottom: 1px solid #3a3b57;
    vertical-align: middle;
    color: #bbbbbb;
  }
  tr:first-child td:first-child {
    padding-top: 0;
    border-top: 0;
  }
  tr:last-child td:last-child {
    padding-bottom: 1em;
    border-bottom: 0;
  }
  .cost {
    font-size: 1.75em;
    text-align: center;
    color: #f69142;
  }
  .cost span {
    color: #fff;
    text-decoration: none;
  }
  .button-new {
    display: inline-block;
    margin: 0 auto;
  }
  @media (width <= 600px) {
    margin: 0;
    td {
      padding: 1rem 0;
    }
  }
}

.action-item-detail .example-item {
  margin: 10px;
}
.action-item-detail .example-item a {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  margin: 1em 0;
}
.action-item-detail .example-item a .name {
  display: inline-block;
  color: #f69142;
  font-size: 1.33em;
  margin-bottom: 0.5em;
}
.action-item-detail .example-item a img {
  max-width: 100%;
}

.action-item-detail .button-holder {
  text-align: center;
}
.action-item-detail > .button-holder {
  margin: 2em 0;
}

.noize-icons {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  background: url("/local/templates/fab/img/noize-ico.png") no-repeat;
  &.kilo {
    background-position: 0 0;
  }
  &.time {
    background-position: -32px 0;
  }
  &.volume {
    background-position: -64px 0;
  }
}

.action-item-detail {
  .img-links {
    .img-link {
      position: relative;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center;
      box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.73);
      box-sizing: border-box;
      overflow: hidden;
    }
    .img-link.img-empty {
      border: 1px solid #3f4150;
      box-shadow: none;
    }
    .img-link .title {
      position: absolute;
      top: 10px;
      right: 0px;
      font-size: 1.33em;
      color: #ff8840;
      font-weight: 600;
      padding: 0.35em 1em;
      background-color: #17171f;
    }
    .img-link .title.bottom {
      top: auto;
      bottom: 10px;
    }
    .img-link img {
      width: 100%;
      max-height: 100%;
    }
    .img-link .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.9);
      font-size: 1.07em;
      line-height: 1em;
      z-index: 2;
      opacity: 0;
      transition: opacity 0.2s ease-out;
    }
    .img-link:hover .bg {
      opacity: 1;
    }
    .img-link .bg span {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      margin-top: -0.5em;
      text-align: center;
      text-transform: uppercase;
      color: #ff8840;
    }
    .img-link.img-empty {
      img {
        width: auto;
        height: auto;
      }
    }
    @media (width < 1028px) {
      .img-link.img-empty {
        display: none;
      }
    }
  }
}

.darkorange {
  color: #f69142;
}

.top-filter {
  position: relative;
  margin: 2.75em 0;
  margin-top: 6em;
  text-align: left;
  border: 1px solid #f69142;
  padding: 1.5em;
  padding-top: 2em;
  padding-bottom: 1.5em;
  color: #bbb;
}
.top-filter > *:first-child {
  margin-top: 0;
}
.top-filter > *:last-child {
  margin-bottom: 0;
}

.top-filter header {
  position: absolute;
  left: -1px;
  top: -55px;
  width: 100%;
  height: 55px;
}
.top-filter header h5 {
  display: inline-block;
  color: #f69142;
  font-size: 20px;
  border: 1px solid #f69142;
  border-bottom: #17171f;
  background-color: #17171f;
  width: auto;
  font-weight: 300;
  padding: 0.9em 1.6em;
}

.top-filter ul {
  margin: 0 0 1em 0;
}
.top-filter ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
  margin-bottom: 1em;
}
.top-filter ul li a {
  font-size: 1.2em;
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #bbb;
}
.top-filter ul li a:hover {
  color: #f69142;
}

.solutions,
.solutions * {
  font-family: "Gilroy";
  font-weight: 300;
}
.solutions h1 {
  position: relative;
  font-weight: 300;
  line-height: 1.6em;
  font-size: 28px;
  margin-bottom: 0.85em;
}
.solutions h1:after {
  content: "";
  position: absolute;
  width: 1em;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #f69142;
}
.solutions p {
  font-size: 1.07em;
  margin-bottom: 1.2em;
  color: #bbbbbb;
}
.solutions p strong {
  color: #f69142;
  font-weight: 600;
}
@media (width < 768px) {
  .solutions h1 {
    padding: 0;
    margin: 0 0 0.5rem 0;
  }
}

.solution-filter {
  position: relative;
  margin: 45px 0;
}
.solution-filter header {
  padding-bottom: 9px;
}
.solution-filter header h3 {
  color: #f69142;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.solution-filter .selects-block {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 -10px;
}
.solution-filter .selects-block .select-custom-holder {
  margin: 0 10px;
  min-height: 40px;
}

.solution-filter .solution-filter-block {
  padding: 24px 0;
  border-bottom: 1px solid transparent;
}
.solution-filter .solution-filter-block--first {
  padding-top: 0;
}
.solution-filter .solution-filter-block.hidden {
  display: none;
}
.solution-filter .solution-filter-block.selected {
  border-bottom-color: #3f4150;
}
.solution-filter .solution-filter-block.selected .select-styled:not(.disabled) {
  opacity: 0.5;
  cursor: default;
}
.solution-filter .solution-filter-block.selected .select-custom-holder {
  cursor: default;
}
.solution-filter .solution-filter-block.selected .solution-filter-info {
  padding: 0;
  background: none;
}
.solution-filter .solution-filter-block.selected .solution-filter-block-title {
  font-style: italic;
  font-size: 14px;
  color: #bbb;
  margin-bottom: 0;
}
.solution-filter .solution-filter-block.selected .solution-filter-block-title span.ask {
  display: none;
}
.solution-filter .solution-filter-block.selected .solution-filter-block-title span.responde-symbold {
  display: inline;
}
.solution-filter .solution-filter-block.selected .solution-filter-block-title span.responde {
  display: inline;
  font-weight: bold;
}
.solution-filter .solution-filter-block.selected .tip,
.solution-filter .solution-filter-block.selected .solution-filter-block-title .tip {
  display: none;
}
.solution-filter .solution-filter-block.selected .custom_radio {
  display: none;
}

.solution-filter .solution-filter-block-title {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 22px;
}
.solution-filter .solution-filter-block-title span.ask {
  display: inline;
}
.solution-filter .solution-filter-block-title span.responde,
.solution-filter .solution-filter-block-title span.responde-symbold {
  display: none;
}
.solution-filter .tip {
  display: inline-block;
  vertical-align: middle;
  color: #f69142;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  cursor: pointer;
  text-decoration: underline;
}
.solution-filter .tip:hover {
  text-decoration: none;
}
.solution-filter .solution-filter-block-title .tip {
  vertical-align: top;
  margin-left: 16px;
}

.solution-filter-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  border-bottom: 0;
  padding: 16px 0;
}
.solution-filter-search {
  input {
    width: 100%;
  }
}
.solution-filter-last .reset-holder {
  display: none;
  justify-content: flex-end;
  gap: 0.5rem;
  & > * {
    flex-shrink: 0;
  }
}
.solution-filter.complited .solution-filter-last .search {
  display: none;
}
.solution-filter.complited .solution-filter-last .reset-holder {
  display: flex;
}
@media (width < 768px) {
  .solution-filter-last .search,
  .solution-filter-last .reset-holder {
    justify-content: start;
    width: 100%;
  }
}

.solution-filter .solution-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #3f4150;
  .buttons {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
    button {
      flex-shrink: 0;
    }
  }
}
.solution-filter.complited .solution-filter-buttons {
  display: none;
}
.solution-filter .solution-filter-buttons .button-new {
  margin-left: 12px;
}
@media (width < 640px) {
  .solution-filter .selects-block {
    flex-direction: column;
    margin: 0;
  }
  .solution-filter .selects-block .select-custom-holder {
    margin: 0 0 1rem 0;
  }
}

.select-custom-holder {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  padding-top: 24px;
  font-family: Gilroy;
}
.select-custom-holder .select-placeholder {
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 14px;
  line-height: 21px;
  color: #bbb;
  font-style: italic;
  transform: translate(16px, 24px);
  /*transition: transform 0.2s ease-out, top 0.2s ease-out;*/
  z-index: 19;
  pointer-events: none;
  opacity: 0;
}
.select-custom-holder.filled .select-placeholder {
  opacity: 1;
  top: 1px;
  transform: translate(0, 0);
}
.select-custom-holder .select-styled {
  position: relative;
  width: 100%;
  padding: 9px 30px 10px 16px;
  font-size: 14px;
  line-height: 21px;
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 3px;
  color: #bbb;
  background-color: #292936;
  transition:
    background-color 0.2s ease-out,
    color 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}
.select-custom-holder .select-styled.filled {
  font-style: normal;
  color: #fff;
}
.select-custom-holder .select-styled.disabled {
  opacity: 0.5;
  cursor: default;
}

.select-custom-holder .select-styled:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -3px;
  margin-right: 0px;
  border: 1px solid #292936;
  border-width: 6px;
  border-top-color: #fff;
  transition: transform 0.2s ease-out;
  transform-origin: 6px 3px;
}
.select-custom-holder .select-styled.opened:after {
  transform: rotate(180deg);
}

.select-custom-holder .select-options {
  position: absolute;
  left: 0px;
  right: 0px;
  max-height: 400px;
  overflow: auto;
  box-sizing: border-box;
  border-top: 1px solid #3f4150;
  background-color: #292936;
  list-style: none;
  z-index: 20;
  transition: background 0.2s ease-out;
}
.select-custom-holder .select-options li {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 21px;
  padding: 9px 30px 10px 16px;
  overflow: hidden;
  color: #fff;
}
.select-custom-holder .select-options li span {
  color: #bbbbbb;
}
.select-custom-holder .select-options li:hover {
  background-color: #3f4150;
}

select.custom-select {
  display: none;
}

.solution-filter .search {
  position: relative;
  text-align: right;
}
.solution-filter .search input {
  padding: 8px 29px 9px 15px;
  font-size: 14px;
  line-height: 21px;
  min-width: 267px;
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 3px;
  color: #3b3b56;
  background-color: transparent;
  border: 1px solid #3f4150;
}
.solution-filter .search input[placeholder] {
  color: #bbbbbb;
}
.solution-filter .search input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.solution-filter .search input::-moz-input-placeholder {
  color: #bbbbbb;
}
.solution-filter .search input:-moz-input-placeholder {
  color: #bbbbbb;
}
.solution-filter .search input:-ms-input-placeholder {
  color: #bbbbbb;
}
.solution-filter .search button {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -12px;
  border: none;
  background: none;
  color: #3f4150;
  cursor: pointer;
}
.solution-filter .search button:hover {
  color: #bbb;
}

.solution-filter .reset {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #bbb;
  text-decoration: underline;
  cursor: pointer;
}
.solution-filter .reset:hover {
  text-decoration: none;
  color: #f69142;
}

.solution-filter .help {
  position: relative;
  color: #bbb;
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
  margin-left: 36px;
  white-space: nowrap;
}

.solution-filter .help span {
  position: relative;
  color: #bbb;
}
.solution-filter .help:hover,
.solution-filter .help:hover span {
  color: #f69142;
}
.solution-filter .help svg {
  position: absolute;
  left: -36px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.solution-filter-info {
  background: #292936;
  border-radius: 4px;
  padding: 24px;
  margin-top: 0.5rem;
}
.solution-filter-info svg {
  float: left;
  margin-right: 0.5rem;
}
.solution-filter-info .solution-filter-info-text {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #bbb;
}

.solution-list {
  margin: 2.75em 0;
}
.solution-list.no-marg {
  margin-bottom: 0;
}
.solution-list .empty {
  font-style: italic;
  text-align: center;
  font-size: 16px;
}
.solution-list h4 {
  position: relative;
  font-size: 1.87em;
  line-height: normal;
  text-align: center;
  font-weight: 300;
  color: #fff;
  padding-bottom: 0.5em;
  margin: 1.1em 0 0.5em 0;
}
.solution-list h4:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  bottom: 0;
  left: 50%;
  margin-left: -10%;
  background-color: #f69142;
}
.solution-list hr {
  border: none;
  height: 1px;
  background-color: #3f4150;
}
.solution-list .solution-item-holder {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  margin: 1em 0 2rem 0;
}
.solution-list .solution-item-holder .solution-item {
  font-size: 1em;
}
.solution-list .solution-item-holder .solution-item a {
  display: block;
  text-decoration: none;
}
.solution-list .solution-item-holder .solution-item header {
  margin-bottom: 0.25em;
  line-height: normal;
}
.solution-list .solution-item-holder .solution-item header .nom {
  font-size: 1.07em;
  vertical-align: bottom;
}
.solution-list .solution-item-holder .solution-item header .cost {
  font-size: 1.33em;
  vertical-align: bottom;
  color: #f69142;
}
.solution-list .solution-item-holder .solution-item header .best-price {
  float: right;
  margin-top: 4px;
  color: #83c550;
}

.solution-list .solution-item-holder .solution-item header .popular {
  float: right;
  margin-top: 4px;
  color: #f6705a;
}

.solution-list .solution-item-holder .solution-item .ban {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 314px;
  max-width: 100%;
  background-color: #0c0c14;
}
.solution-list .solution-item-holder .solution-item .ban:after {
  content: "смотреть";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
  color: #f69142;
  text-transform: uppercase;
  font-size: 1.07em;
  line-height: 1em;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.solution-list .solution-item-holder .solution-item .ban:hover:after {
  opacity: 1;
}
.solution-list .solution-item-holder .solution-item .ban img {
  max-width: 100%;
}
.solution-list .solution-item-holder .solution-item .desc {
  font-size: 1.07em;
  color: #bbb;
  max-width: 314px;
}

.solution-list-desc {
  border-top: 1px solid #3b3b56;
  border-bottom: 1px solid #3b3b56;
  padding: 1.5em 0 0.5em 0;
  margin: 2em 0 2em 0;
}
.solution-list-desc h4,
.solution-list-desc .h4 {
  color: #f69142;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 1em;
  color: #f69142;
}
.solution-list-desc p {
  font-size: 1.07em;
  color: #bbbbbb;
}

.solution-item-other {
  color: #fff;
}
.solution-item-other p {
  margin: 16px 0;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.solution-item-other strong {
  color: #f69142;
}
.solution-item-other a {
  color: #fff;
  text-decoration: none;
}
.solution-item-other a:hover {
  color: #f69142;
  text-decoration: underline;
}

.solution-complects {
  color: #f69142;
  font-size: 1.07em;
  border-top: 1px solid #3b3b56;
  padding: 2.5em 0 1em 0;
  margin: 2em 0;
}
.solution-complects .heading {
  font-weight: 600;
}
.solution-complects ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0.25em 0;
}
.solution-complects ul li:after {
  content: "/";
  margin: 0 0.25em;
}
.solution-complects ul li:last-child:after {
  content: none;
  display: none;
}
.solution-complects ul li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #96969a;
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}
.solution-complects ul li a:hover {
  border-bottom-color: transparent;
}
.solution-complects ul li .preImg {
  display: none;
  width: 200px;
  padding: 2px;
  text-align: center;
  position: absolute;
  bottom: 35px;
  left: 50%;
  margin-left: -100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
}
.solution-complects ul li .preImg img {
  max-width: 100%;
  max-height: 200px;
}
.solution-complects ul li .preImg .st {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #fff;
}
.solution-complects ul li:hover .preImg {
  display: block;
}
@media (width < 768px) {
  .solution-complects {
    padding: 1em 0 0 0;
    margin: 1em 0 0 0;
  }
}

.solution-desc {
  margin: 2em 0;
}
.solution-desc h4 {
  font-size: 1.5em;
  color: #f69142;
  font-weight: 300;
  margin-bottom: 0.75em;
}
.solution-table__scroller {
  overflow: auto;
  table {
    min-width: 600px;
  }
}
.solution-table {
  margin: 2em 0 1em 0;
  padding-bottom: 2em;
  border-bottom: 1px solid #3b3b56;
  font-size: 1em;
}
.solution-table table {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 2em 0;
}
.solution-table table td {
  border: 1px solid #3b3b56;
  padding: 1em;
  color: #bbb;
}
.solution-table table td.cost {
  font-size: 1.32em;
  font-weight: 300;
  color: #f69142;
  text-align: center;
}
.solution-table table td.cost.white {
  color: #fff;
}
.solution-table table td.cost strong {
  font-weight: bold;
}
.solution-table table td.img {
  line-height: 0;
  background-color: #fff;
  vertical-align: middle;
  padding: 0;
}
.solution-table table thead td {
  text-align: center;
  font-size: 1.2em;
}
.solution-table table thead td h5 {
  font-size: 1.3em;
  color: #f69142;
  width: auto;
  font-weight: 300;
}
.solution-table table tbody td h5 {
  font-size: 1.3em;
  margin-bottom: 0.6em;
  font-weight: 600;
  color: #f69142;
}
.solution-table table tbody td p {
  font-size: 0.9em;
}
.solution-table table tbody td p strong {
  font-size: 1.2em;
  color: #fff;
  font-weight: 300;
}

.solution-table table tfoot td {
  font-weight: 300;
  color: #bbb;
}
.solution-table table tfoot td img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.solution-table table tfoot td .total,
.solution-table table tfoot td .total2 {
  font-size: 1.87em;
  color: #f69142;
}
.solution-table table tfoot td .total.white,
.solution-table table tfoot td .total2.white {
  color: #bbb;
}
.solution-table table tfoot td .total2 {
  font-weight: 600;
}
.solution-table table tfoot td .discount {
  font-size: 1.33em;
}

.solution-table table tfoot td:first-child {
  text-align: right;
}
.solution-table table tfoot tr:last-child td {
  color: #f69142;
  font-weight: 600;
}
.solution-table .link {
  text-align: right;
}
.solution-table .link .button-big {
  max-width: 253px;
  box-sizing: border-box;
  display: block;
  padding: 0.9em;
  margin-left: auto;
  white-space: nowrap;
  text-align: center;
}
@media (width <= 768px) {
  .solution-table__scroller {
    padding: 0 1rem;
    margin: 0 -1rem;
  }
  .solution-table {
    table {
      td {
        padding: 0.5rem;
      }
      tfoot {
        td {
          .total,
          .total2 {
            font-size: 1.25em;
          }
          .discount {
            font-size: 1.1em;
          }
        }
      }
    }
  }
}
@media (width <= 480px) {
  .solution-table .link .button-big {
    max-width: 100%;
    width: 100%;
  }
}

.price-table table tbody td:first-child {
  width: 450px;
}
.price-table table tbody td:nth-child(2) {
  width: 22px;
}
.price-table table tbody td.cost {
  width: 100px;
  white-space: nowrap;
}
.price-table table tbody td.example {
  width: 185px;
}
.price-table table tbody td.action {
  width: 120px;
}
@media (width <= 768px) {
  .price-table {
    overflow: auto;
    table {
      min-width: 600px;
    }
  }
}

.styled-table {
  margin: 2em 0 1.2em 0;
  padding-bottom: 1em;
  font-size: 1em;
}
.styled-table table {
  width: 100%;
  box-sizing: border-box;
}
.styled-table table td {
  font-size: 1.07em;
  border: 1px solid #3b3b56;
  padding: 0.75rem 1rem;
  vertical-align: middle;
  color: #fff;
}

.styled-table table thead td {
  text-align: center;
  font-size: 1.2em;
  padding: 0.6em 0 0.8em 0;
}
.styled-table table thead td h4 {
  font-size: 1.56em;
  color: #f69142;
  width: auto;
  font-weight: 300;
}
.styled-table table thead td h5 {
  font-size: 1.3em;
  color: #f69142;
  width: auto;
  font-weight: 300;
}

.styled-table table tbody td a {
  color: #fff;
}
.styled-table table tbody td a.with-ico {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  text-decoration: 1px solid;
}
.styled-table table tbody td a.with-ico img {
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -11px;
  padding-right: 8px;
}
.styled-table table tbody td i.help {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 12px;
  height: 12px;
  margin-left: 0.75em;
  line-height: 12px;
  border-radius: 100%;
  color: #121212;
  background-color: #f69142;
  font-style: normal;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
}
.styled-table table td.cost {
  width: 104px;
}
.styled-table table td.example {
  width: 155px;
}
@media (width <= 768px) {
  .styled-table table thead td {
    text-align: left;
    padding: 0.75rem 1rem;
  }
}

.solution-footnote {
  /*font-size: 1.1em;*/
  line-height: 1.3em;
  /*color: #fff;*/
  font-weight: 300;
}
.solution-footnote p span {
  color: #f69142;
}

.button-new {
  display: inline-flex;
  place-items: center;
  gap: 0.5rem;
  border: 1px solid #f69142;
  background-color: #17171f;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
  transition:
    color 0.2s ease-out,
    box-shadow 0.2s ease-out,
    background-color 0.2s ease-out;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  font-family: Gilroy;
  svg {
    flex-shrink: 0;
  }
  &.--transparent {
    background-color: transparent;
  }
}
.button-new:hover {
  background-color: #f69142;
  color: #17171f;
}
.button-new-gray {
  border-color: #bbbbbb;
}
.button-new-gray:hover {
  border-color: #bbbbbb;
  background-color: #bbbbbb;
  color: #17171f;
}

.button-big {
  font-size: 18px;
  padding: 0.6em 1.6em 0.8em 1.6em;
}
.button-big:hover {
  /*box-shadow: inset 0 0 25px 5px rgba(0,0,0,0.5);*/
}
.button-new[disabled],
.button-new.disabled {
  cursor: default;
  color: #999;
  background-color: transparent;
  box-shadow: none;
  opacity: 0.4;
}
.fz54 {
  font-family: Gilroy;
}

.faq__block {
  margin: 10px 0;
  color: #fff;
}
.faq__block-holder {
  margin: 40px 0;
}
.faq__title {
  position: relative;
  font-size: 24px;
  font-family: "Gilroy";
  font-weight: 300;
  border: 1px solid #f69142;
  padding: 20px;
  padding-left: 60px;
}
.faq__title:before,
.faq__title:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 20px;
  width: 16px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease-out;
}
.faq__title:before {
  transform: rotate(90deg);
}
.faq__title.active:after {
  transform: rotate(180deg);
}
.faq__title.active:before {
  transform: rotate(-180deg);
}
.faq__list {
  margin: 24px 0;
}
.faq__item {
  margin: 16px 12px;
}
.faq__item .faq__item {
  margin-left: 30px;
}
.faq__item-title {
  position: relative;
  font-size: 20px;
  line-height: 1.4em;
  color: #fff;
  padding-left: 30px;
}
.faq__item-title:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 2px;
  width: 0;
  border: 9px solid transparent;
  border-width: 9px 6px;
  border-top-color: #fff;
  transition: transform 0.2s linear;
  transform-origin: center 4.5px;
}
.faq__item-title.active:after {
  transform: rotate(180deg);
}
.faq__item ul {
}
.faq__item ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 12px;
}
.faq__item ul li:last-child {
  margin-bottom: 0;
}
.faq__item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #f69142;
}
.faq__item ul li a {
  font-size: 15px;
  line-height: 18px;
  color: #f69142;
  text-decoration: none;
}
.faq__item ul li a:hover {
  text-decoration: underline;
}

.contacts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0;
}
.contacts-scheme {
  width: 528px;
  max-width: 100%;
  flex-shrink: 0;
}
.contacts-scheme .schema-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.contacts-scheme .schema-holder .point {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: transform 0.2s ease-out;
}
.contacts-scheme .schema-holder .point:hover {
  transform: scale(1.2);
}
.contacts-scheme .schema-holder .point img {
  vertical-align: middle;
}
.contacts-scheme .schema-holder .point1 {
  top: 1.3%;
  left: 15.4%;
}
.contacts-scheme .schema-holder .point2 {
  top: 29.1%;
  left: 23.5%;
}
.contacts-scheme .schema-holder .point0 {
  top: 47.6%;
  left: 10.8%;
}
.contacts-scheme .schema-holder .point4 {
  top: 47.9%;
  left: 56.2%;
}
.contacts-scheme .schema-holder .point3 {
  top: 51%;
  left: 76.7%;
}

.contacts-info {
  flex-grow: 1;
}
.contacts-info dl {
  position: relative;
  width: 230px;
  line-height: 40px;
  margin: 0 auto 1.4em auto;
}
.contacts-info dl dt {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.contacts-info dl dd {
  padding-left: 55px;
  font-size: 16px;
  color: #fff;
}
.contact-ico {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  background: url("/img/contact-icons.png") no-repeat;
}
.contact-ico.city {
  background-position: 0 0;
}
.contact-ico.loc {
  background-position: 0 -40px;
}
.contact-ico.time {
  background-position: 0 -80px;
}
.contact-ico.calendar {
  background-position: 0 -120px;
}
.contact-ico.phone {
  background-position: 0 -160px;
}
.contact-ico.mail {
  background-position: 0 -200px;
}
.contact-ico.insta {
  background-position: 0 -240px;
}
.contact-ico.cords {
  background-position: 0 -280px;
}
@media (width < 850px) {
  .contacts-info {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 1rem;
    margin: 2rem 0;
  }
  .contacts-info dl {
    margin: 0 0;
  }
}

.contacts-map {
  position: relative;
  margin: 2em 0;
}
.contacts-map .map {
  height: 300px;
  width: 100%;
  background-color: #aaa;
  padding: 0;
}
.contacts-map .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#17171f+0,17171f+100&0+0,0.75+60,1+100 */
  background: -moz-linear-gradient(top, rgba(23, 23, 31, 0) 0%, rgba(23, 23, 31, 1) 50%); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(23, 23, 31, 0) 0%,
    rgba(23, 23, 31, 1) 50%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(23, 23, 31, 0) 0%,
    rgba(23, 23, 31, 1) 50%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0017171f', endColorstr='#17171f',GradientType=0 ); /* IE6-9 */
}
.contacts-map .open-map {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 20000;
}
.contacts-map .open-map .button-new {
  color: #fff;
}

/*service-other-list*/
.service-other-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  margin: 40px 0;
  gap: 2rem;
}
.service-other-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.service-other-item-ico {
  display: flex;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 100%;
  background-color: #fff;
  flex-shrink: 0;
  img {
    margin: auto;
  }
}
@media (width < 584px) {
  .service-other-list {
    gap: 1rem;
  }
  .service-other-item {
    gap: 0.75rem;
  }
}
/*service-other-list*/

.custom_input {
  font-family: Gilroy;
}
.custom_input input {
  display: none;
  opacity: 0;
  width: 0;
  height: 0;
}

.custom_input.custom_radio {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 24px;
  line-height: 24px;
  margin-right: 3rem;
  margin-bottom: 1rem;
}
.custom_input.custom_radio:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #f69142;
  transform: scale(0);
  transition: transform 0.2s ease;
}
.custom_input.custom_radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #bbbbbb;
  transition: border-color 0.2s ease;
}
.custom_input.custom_radio:not(.disabled):hover:before {
  box-shadow: 0 0 0 4px rgba(246, 145, 66, 0.1);
}

.custom_input.custom_radio.disabled {
  opacity: 0.5;
  cursor: default;
}
.custom_input.custom_radio.active:after {
  transform: scale(1);
}
.custom_input.custom_radio.active:before {
  border-color: #f69142;
}

.custom_input.custom_radio span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}

.preloader-holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  background-color: rgba(0, 0, 0, 0.66);
  z-index: 10000;
}
.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  border: 2px solid transparent;
  border-top-color: #ff8840;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.preloader:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #bbbbbb;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.preloader:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

[data-dropdown] [data-dropdown-link] {
  cursor: pointer;
}

/* cookie */
.cookie-container {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 820px;
  display: none;
  z-index: 1001;
  background: #17171f;
  border: 1px solid #3a3b57;
  line-height: 1.3;
}

.cookie-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  font-size: 14px;
}

.cookie-btn {
  flex-shrink: 0;
}
.cookie-btn button {
  margin: 0;
  padding: 0.25em 1.6em 0.35em 1.6em;
}
@media (max-width: 768px) {
  .cookie-container {
    bottom: 0;
    font-size: 0.867em;
  }
}
@media (max-width: 500px) {
  .cookie-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .cookie-btn {
    margin: 0 auto;
  }
}
/* /cookie */

/* table bordered */
.table {
  width: 100%;
  margin-bottom: 25px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
/* /table bordered */

.fz54 {
  cursor: pointer;
}

.fz54 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #f69142;
  cursor: pointer;
  margin-right: 5px;
}

.hidden {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  width: 0;
}

/* End */
/* /local/templates/fab/template_styles.css?1773995283110940 */
