

/* Start:/local/templates/main/stylesheets/style.css?1751550332134166*/
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

/* top: 0;
        left: 0;
        right: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  width: 100%;
  max-width: 100%;
  position: relative;
  width: 100vh;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: block;
  display: inline-flex;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 15px;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  background-repeat: no-repeat;
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  display: block;
  background-position: 0 0;
  border: none;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 100%;
  height: auto;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description,
.glightbox-modern .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner,
.glightbox-modern .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title,
.glightbox-modern .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc,
.glightbox-modern .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video,
.glightbox-modern .gslide-video {
  background: #000;
}

/* .gprev,
    .gnext,
    .gclose{
        border: none;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGMAAAA2CAYAAADTeCfRAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NThDMEMwNzg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NThDMEMwODg3NjgxMUU1QUM2MUYwRDYwNTNEN0UxMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OEMwQzA1ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OEMwQzA2ODc2ODExRTVBQzYxRjBENjA1M0Q3RTExIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+htE8KwAAA9BJREFUeNrsm1tIFGEYhndDI4OSLgqkMrKjBXYwCjt40QkpL4pMyoqMgigIgm6iiy66KSwpj2vrucKgpINRRhYRooQkWYEWUkaWERokhVQXbu/QOyDhpjPzz3H/Dx7W1f2+753/3X9mnPnHHwqFfDKcEWPkEEgzZEgzpBkybDbjHLhvIP8GKLNhPILgksEaFaDKKWacAMdAn4Ean8F+kGOxGXFgDyjSmZ8L9oFpurKVU1uBnAr9jZMCah1hrQLBGkciyL7FGvNymXdZb2+RG3GGYo4LrHmINS9abEiZRkMu8PNXjPQVJV4Vc9SEgclm7WqLDSkd5RdBiBGizCihmMMmDkwWe1yz2JBy9g2E+ft5o7smkWZUUMwBCwYmg71u2nQMCZhphFEzaihmt4UDk86e9TYZUsj3OaKNMGJGHcVkWjwoChvZ+7HFfQvZt42vpaJ76Em6SzHbbDBCZR01NFvct519u8yorzXhEcWk2WiESiq1tFrUT901veZrnp1mNFHEWgcYoZJMTe0m98ljn3K+z+f7oB1mtLD5agcZoZJEbZ3Ab0J9deCrwpzSB6004xWbLnegESqJ1NgNok04aFeF+XtA5MF8pA90stkiBxuhkkCtvSBGQL2iEYz415Bys8yIAu/ZZKELjFCJp+Z+EGugTgHrVGq8ClEm2oxZ4CUYAHNcZIRKHOjj6ed8A8eISo15xUaPIcP9spFFk11ohMp0bkOHxrxa5lXo7Ksack9Pvn+YpTqLwS0QDZbxRo+bYgJoBZPAZtCiIVe5QzceZBroXwP8YKfWRH+YdVOx4AOYCOJBt0uMUAz4BGLAVNDjhXvg/bwF2UdTElywLVOoN5o/97hsRv/3HvgAv10fwVuQ6ODtUO45f6HmyaDXi6tDfoMZNKMdJDlwG2ZyN/qVs/mbl5fqDILZoAO8AMkO0j8XvONJhjKLf0TKuqkF4Dl4BlY6QLty1vcGdHE39SvSFrEtBc2gCWywUfcKfjE6eHIxGKkrCleBRvAApNmgOQU8BW2crRG/vDMV1JN0C/WmcmYqZizxeSyMLO/cBG6DOyDDAq3rwRPOyhSfB8PoWtst4DrJMlGnYnwDeMjZ4c0QdGGumhfIsk246LeVtetcfOFyVEQJ8nQv+AkqwThQIqjuDnAV1ILtPo9HlMBaB/kfewCMBfkG6ylL85VnJZSroLt8kRAmTLezOpfUD+W0WQvFnIzfpEePlaeO5oE1OvOVp56+R8KuaWiYZYYMG05tZUgzpBkypBnSDBnSDGmGDGmGDGmGNEOGNEOaIUOa4YH4I8AAM9m8BFEzyDIAAAAASUVORK5CYII=');
    } */
.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose,
.glightbox-modern .gprev,
.glightbox-modern .gnext,
.glightbox-modern .gclose {
  background-color: rgba(0, 0, 0, 0.12);
}

.glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover,
.glightbox-modern .gprev:hover,
.glightbox-modern .gnext:hover,
.glightbox-modern .gclose:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path,
.glightbox-modern .gprev path,
.glightbox-modern .gnext path,
.glightbox-modern .gclose path {
  fill: #fff;
}

.glightbox-clean button:focus:not(.focused):not(.disabled),
.glightbox-modern button:focus:not(.focused):not(.disabled) {
  outline: none;
}

.glightbox-clean .gprev,
.glightbox-modern .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gnext,
.glightbox-modern .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 56px;
}

.glightbox-clean .gclose,
.glightbox-modern .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
  opacity: 0.7;
  background-position: -59px 2px;
}

.glightbox-clean .gclose svg,
.glightbox-modern .gclose svg {
  width: 20px;
}

.glightbox-clean .gclose:hover,
.glightbox-modern .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: calc(100% - 20px);
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }

  .glightbox-clean .gslide-media,
  .glightbox-modern .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }

  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner,
  .glightbox-modern .description-left .gdesc-inner,
  .glightbox-modern .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev,
  .glightbox-modern .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext,
  .glightbox-modern .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose,
  .glightbox-modern .gclose {
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.005);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  outline: none;
}

html,
body,
#__nuxt,
#__layout,
#app {
  width: 100%;
  position: relative;
}

[v-cloak] {
  display: none !important;
}

svg,
a {
  fill: inherit;
  color: inherit;
}

svg {
  display: block;
}

input,
textarea,
button {
  font: inherit;
}

.svgsprite {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: 'font';
  font-weight: 400;
  font-style: normal;
  src: url('/local/templates/main/stylesheets/../fonts/Montserrat-Regular.woff') format('woff'), url('/local/templates/main/stylesheets/../fonts/Montserrat-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'font';
  font-weight: 500;
  font-style: normal;
  src: url('/local/templates/main/stylesheets/../fonts/Montserrat-Medium.woff') format('woff'), url('/local/templates/main/stylesheets/../fonts/Montserrat-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'font';
  font-weight: 600;
  font-style: normal;
  src: url('/local/templates/main/stylesheets/../fonts/Montserrat-SemiBold.woff') format('woff'), url('/local/templates/main/stylesheets/../fonts/Montserrat-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'font';
  font-weight: 700;
  font-style: normal;
  src: url('/local/templates/main/stylesheets/../fonts/Montserrat-Bold.woff') format('woff'), url('/local/templates/main/stylesheets/../fonts/Montserrat-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'font';
  font-weight: 800;
  font-style: normal;
  src: url('/local/templates/main/stylesheets/../fonts/Montserrat-ExtraBold.woff') format('woff'), url('/local/templates/main/stylesheets/../fonts/Montserrat-ExtraBold.woff2') format('woff2');
}
html {
  font-family: 'font', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
  color: #212529;
  font-size: 100%;
  line-height: 1.5;
}
@media (max-width: 480px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 85%;
  }
}

body {
  background: #fafbfd;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
body.noscroll {
  overflow-y: hidden;
}

#app {
  display: flex;
  flex-direction: column;
  padding-top: 144px;
}
@media (max-width: 1100px) {
  #app {
    padding-top: 102px;
  }
}
@media (max-width: 640px) {
  #app {
    padding-top: 90px;
  }
}

.main {
  flex: 1;
  position: relative;
}

.heading + .content {
  padding-top: 0;
}

.skills-body,
.skills-title,
.sites-grid,
.sites,
.st,
.services-section,
.services-items,
.services,
.promo-section,
.site-prices,
.portfolio,
.way,
.hero-arrows,
.hero-inner,
.header,
.footer,
.prices,
.crm-cases,
.content-block,
.contacts-section,
.breadcrumbs,
.blog-section,
.articles,
.anchors,
.about,
.notfound-content,
.content,
.heading,
.container {
  max-width: 100%;
  width: 100%;
  padding-left: calc((100% - 1200px) / 2);
  padding-right: calc((100% - 1200px) / 2);
}
@media (max-width: 1248px) {
  .skills-body,
  .skills-title,
  .sites-grid,
  .sites,
  .st,
  .services-section,
  .services-items,
  .services,
  .promo-section,
  .site-prices,
  .portfolio,
  .way,
  .hero-arrows,
  .hero-inner,
  .header,
  .footer,
  .prices,
  .crm-cases,
  .content-block,
  .contacts-section,
  .breadcrumbs,
  .blog-section,
  .articles,
  .anchors,
  .about,
  .notfound-content,
  .content,
  .heading,
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 375px) {
  .skills-body,
  .skills-title,
  .sites-grid,
  .sites,
  .st,
  .services-section,
  .services-items,
  .services,
  .promo-section,
  .site-prices,
  .portfolio,
  .way,
  .hero-arrows,
  .hero-inner,
  .header,
  .footer,
  .prices,
  .crm-cases,
  .content-block,
  .contacts-section,
  .breadcrumbs,
  .blog-section,
  .articles,
  .anchors,
  .about,
  .notfound-content,
  .content,
  .heading,
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.content {
  padding-top: 40px;
  margin-bottom: 40px;
}

#gotop {
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  fill: white;
  padding: 7px;
  transform: scale(-1);
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 249;
  opacity: 0;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}
#gotop.visible {
  opacity: 1;
}
#gotop svg {
  width: 10px;
  height: 10px;
}

.center {
  justify-content: center;
  text-align: center;
}

.dotted-line {
  max-width: 1200px;
  height: 1px;
  margin: 0 auto;
  background: white linear-gradient(to right, #c0c6d2 33%, rgba(255, 255, 255, 0) 0%) repeat-x 0% 0%/5px 1px;
}

.bg-white {
  background: white;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  padding-top: 60px;
  padding-bottom: 60px;
}

.separator-button {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
  position: relative;
  text-align: center;
}
.separator-button:before {
  content: '';
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #e9ecef;
  position: absolute;
  top: 50%;
  left: 0;
}
.separator-button:after {
  content: '';
  width: 280px;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  background: #fafbfd;
}

.notfound-content {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.notfound-desc {
  margin: 20px auto;
}
.notfound-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.notfound-buttons > a {
  margin: 12px;
}
.notfound-image {
  margin: 40px auto 100px auto;
  max-width: 1044px;
  width: 90%;
}
@media (max-width: 480px) {
  .notfound-image {
    margin: 0 auto 60px auto;
  }
}
.notfound-image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  filter: drop-shadow(-1.875rem 1.875rem 1.25rem rgba(66, 81, 97, 0.1));
}

.about {
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .about {
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
.about-image {
  flex: 1 0 480px;
  position: relative;
  display: block;
  z-index: 2;
  text-align: center;
}
@media (max-width: 980px) {
  .about-image {
    display: none;
  }
}
.about-image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
}
.about-content {
  padding-left: 60px;
}
@media (max-width: 980px) {
  .about-content {
    padding-left: 0;
  }
}
.about-content h2 {
  margin-bottom: 32px;
}

.about-main {
  fill: #adb4c2;
  padding: 0 40px;
  width: 321px;
  height: 284px;
  margin: 0 auto;
}
.about-main svg {
  width: 100%;
  margin: 0 auto;
}

.about-icons {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.about-icon {
  display: block;
  width: 162px;
  height: 174px;
  position: absolute;
}
.about-icon:nth-of-type(1) {
  top: -90px;
  left: 170px;
}
.about-icon:nth-of-type(2) {
  top: 30px;
  left: 320px;
}
.about-icon:nth-of-type(3) {
  bottom: -95px;
  right: 70px;
}
.about-icon:nth-of-type(4) {
  bottom: -60px;
  left: 20px;
}
.about-icon:nth-of-type(5) {
  top: -10px;
  left: 10px;
}

/*--------------------------
Awards
--------------------------*/
.awards {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.awards-image {
  margin-right: 32px;
  height: 80px;
  margin-bottom: 20px;
}
.awards-image > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.awards-link {
  margin-bottom: 20px;
  color: #adb4c2;
  display: inline-block;
}
.awards-link:hover {
  color: #f5410e;
}

.anchors {
  margin: 40px auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .anchors {
    display: none;
  }
}
.anchors-inner {
  display: flex;
  border: 2px solid #ebeef4;
  border-radius: 24px;
  padding: 2px;
}
.anchors-inner > a {
  display: block;
  padding: 5px 40px;
  text-align: center;
  border-radius: 20px;
}
.anchors-inner > a:hover {
  background: #adb4c2;
  color: white;
}
.anchors-inner > a.active {
  background: #f7683f;
  color: white;
  pointer-events: none;
}

/*--------------------------
Articles
--------------------------*/
.articles {
  padding-top: 30px;
  padding-bototm: 60px;
}
.articles-heading {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.articles-heading > * {
  margin-bottom: 8px;
}
.articles-heading > *:first-child {
  margin-right: 20px;
}
.articles-heading .text-small {
  color: #adb4c2;
}
.articles-heading .text-small:hover {
  color: #f7683f;
}
.articles-body {
  display: grid;
  grid-gap: 0 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 820px) {
  .articles-body {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .articles-body {
    grid-template-columns: 1fr;
  }
}

/*--------------------------
Article item
--------------------------*/
.article {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}
.article_vertical {
  flex-direction: column;
  margin-bottom: 48px;
}
.article_vertical .article-image {
  margin-right: 0;
  border-radius: 20px;
  width: 100%;
  flex: 0 0 auto;
}
@media (max-width: 480px) {
  .article {
    flex-wrap: wrap;
  }
}
.article:hover .article-title {
  color: #f7683f;
}
.article:hover .article-image:before {
  opacity: 0.5;
}
.article:hover .article-image-button {
  opacity: 1;
}
.article-image {
  flex: 0 0 380px;
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
  margin-right: 30px;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.article-image:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #212529;
  opacity: 0;
  display: block;
  top: 0;
  left: 0;
  z-index: 9;
  position: absolute;
  transition: opacity 250ms;
  will-change: opacity;
}
.article-image-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  z-index: 10;
  transition: opacity 250ms;
  will-change: opacity;
  opacity: 0;
}
.article-image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: transform 3s;
  will-change: transform;
  z-index: 8;
}
@media (max-width: 768px) {
  .article-image {
    flex: 0 0 50%;
    height: 174px;
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .article-image {
    margin-bottom: 16px;
    flex: 1 0 100%;
  }
}
.article-content {
  flex: 1 1 auto;
}
.article-content > * {
  margin-bottom: 10px;
}
.article-date {
  color: #adb4c2;
}
.article-title {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  transition: all 150ms ease-in-out;
}
.article-info {
  display: flex;
  flex-wrap: wrap;
}
.article-status {
  color: #f7683f;
}

.border-top {
  border-top: 1px solid #e9ecef;
}

/*--------------------------
Blog
--------------------------*/
.blog-section {
  margin-bottom: 60px;
}

.blog-tags {
  margin-bottom: 20px;
}
.blog-tags .tag {
  margin-right: 8px;
  margin-bottom: 8px;
}

.tag-inline {
  color: #adb4c2;
  margin-right: 8px;
  transition: all 150ms ease-in-out;
}
.tag-inline:hover {
  color: #f7683f;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 26px 0 12px 0;
}
.breadcrumbs svg {
  fill: #cacfd8;
}
.breadcrumbs > a {
  display: block;
  vertical-align: middle;
  color: #adb4c2;
  position: relative;
  margin-right: 28px;
}
.breadcrumbs > a:not(:last-child):after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 6px;
  position: absolute;
  background: #d9dce3;
  top: 5px;
  right: -16px;
}
.breadcrumbs > a:last-child {
  pointer-events: none;
}

.contacts-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .contacts-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
.contacts-content {
  padding: 50px 40px 50px 0;
  display: flex;
  flex-direction: column;
}
.contacts-address {
  margin-bottom: 32px;
}
.contacts-address .text-h3 {
  margin-bottom: 8px;
}
.contacts-phone {
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 3.125rem;
  display: block;
  margin-bottom: 32px;
  transition: all 150ms ease-in-out;
}
.contacts-phone:hover {
  color: #f7683f;
}
.contacts-mail {
  color: #f7683f;
  font-weight: 600;
  transition: all 150ms ease-in-out;
}
.contacts-mail:hover {
  color: #c83308;
}
.contacts-form {
  background: white;
  box-shadow: -40px 40px 60px -10px rgba(66, 81, 97, 0.2);
  border-radius: 20px;
  padding: 40px;
  z-index: 10;
  max-width: 585px;
  margin: -30px 0;
}
@media (max-width: 980px) {
  .contacts-form {
    margin: 0 0 -30px 0;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .contacts-form {
    padding: 32px 24px;
  }
  .contacts-form .form-buttons {
    justify-content: center;
  }
}
.contacts-form-title {
  margin-bottom: 36px;
}
.contacts-map {
  min-height: 400px;
  z-index: 4;
  opacity: 0.6;
  position: relative;
  transition: all 300ms ease-in-out;
  width: 100%;
  filter: grayscale(100%);
}
.contacts-map:hover {
  filter: none;
  opacity: 1;
}

.content-block {
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 640px) {
  .content-block {
    margin: 40px auto;
  }
}
.content-block-image {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-right: 100px;
  max-width: 380px;
  flex: 1 0 380px;
}
@media (max-width: 980px) {
  .content-block-image {
    flex: 1 0 240px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .content-block-image {
    flex: 1 0 200px;
    margin-right: 30px;
  }
}
@media (max-width: 640px) {
  .content-block-image {
    display: none;
  }
}
.content-block-image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.content-block-text h2 {
  margin-bottom: 32px;
}

.text-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.heading {
  margin-bottom: 40px;
}

.content {
  margin-bottom: 40px;
}
.content h2,
.content h3,
.content h4,
.content h5 {
  margin: 24px 0;
}
.content img {
  margin: 40px auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: fit-content;
  object-fit: contain;
  object-position: center;
}
.content img.shadowed {
  box-shadow: 0 1rem 2.25rem 0 rgba(66, 81, 97, 0.2);
  border-radius: 20px;
}
.content iframe {
  margin: 40px auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  box-shadow: 0 1rem 2.25rem 0 rgba(66, 81, 97, 0.2);
  border-radius: 20px;
}
.content-tags {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 16px 20px;
}

.share-block {
  margin: 24px 0;
}

.crm-cases {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .crm-cases {
    margin-bottom: 30px;
  }
}
.crm-cases-title {
  text-align: center;
  margin: 40px auto;
}

.crm-case {
  padding: 10px;
  background: white;
  box-shadow: 0 24px 36px 0px rgba(66, 81, 97, 0.2);
  border-radius: 20px;
  margin-bottom: 30px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .crm-case {
    min-height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .crm-case {
    margin-bottom: 16px;
  }
}
.crm-case-body {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .crm-case-body {
    flex-direction: row-reverse;
  }
}
.crm-case-image {
  flex: 1 0 50%;
  overflow: hidden;
  border-radius: 15px;
}
.crm-case-image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 980px) {
  .crm-case-image {
    flex: 1 0 40%;
  }
}
@media (max-width: 768px) {
  .crm-case-image {
    width: 80px;
    height: 120px;
    flex: 1;
  }
}
@media (max-width: 640px) {
  .crm-case-image {
    display: none;
  }
}
.crm-case-short {
  flex: 1 0 50%;
  padding: 10px 30px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .crm-case-short {
    flex: 1 0 60%;
  }
}
@media (max-width: 980px) {
  .crm-case-short {
    flex: 3;
  }
}
@media (max-width: 640px) {
  .crm-case-short {
    padding: 10px;
  }
}
.crm-case-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
  color: #212529;
  margin-bottom: 20px;
}
.crm-case-more {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  display: inline-block;
  margin-top: 20px;
  background: linear-gradient(to right, #f7683f 33%, rgba(255, 255, 255, 0) 0%) repeat-x 0% 100%/3px 1px;
  color: #f7683f;
  position: relative;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.crm-case-more:after {
  content: '';
  width: 6px;
  height: 4px;
  background: url('/local/templates/main/stylesheets/../images/icon-chevron-small.svg') no-repeat center;
  position: absolute;
  top: 10px;
  right: -10px;
  transition: all 150ms ease-in-out;
}
.crm-case-more:hover {
  color: #c83308;
  background: linear-gradient(to right, white 33%, rgba(255, 255, 255, 0) 0%) repeat-x 0% 100%/3px 1px;
}
.crm-case-result {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .crm-case-result {
    flex-direction: column;
    width: 100%;
  }
}
.crm-case-result-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .crm-case-result-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0;
  }
}
.crm-case-result-item:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 980px) {
  .crm-case-result-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 640px) {
  .crm-case-result-item:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .crm-case-result-item:not(:last-child) {
    margin-right: 0;
  }
}
.crm-case-result-item-value {
  color: #818ca1;
  white-space: nowrap;
}
.crm-case-result-item-desc {
  font-weight: 500;
  font-size: 0.8125rem;
  color: #737f96;
  letter-spacing: 0;
  line-height: 1.25rem;
}
@media (max-width: 480px) {
  .crm-case-result-item-desc {
    text-align: right;
    padding-left: 16px;
  }
}
.crm-case-full {
  padding: 0 20px 20px 20px;
}
@media (max-width: 768px) {
  .crm-case-full {
    padding: 0;
  }
}
.crm-case-block {
  margin: 30px 0 0 0;
  border-radius: 15px;
  padding: 24px 30px 24px 30px;
}
@media (max-width: 768px) {
  .crm-case-block {
    margin: 10px 0 0 0;
    padding: 16px;
  }
}
.crm-case-block-title {
  font-weight: 700;
}
.crm-case-block.error {
  background: #fff5f5;
}
.crm-case-block.notice {
  background: #edf2ff;
}
.crm-case-block.success {
  background: #ebfbee;
}

.prices {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .prices {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.prices-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.prices-heading.center {
  text-align: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .prices-heading {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
.prices-tabs {
  margin: 0px 0 0 20px;
  display: inline-flex !important;
}
@media (max-width: 980px) {
  .prices-tabs {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 640px) {
  .prices-tabs {
    flex-direction: column;
  }
  .prices-tabs > a {
    padding: 5px 20px !important;
  }
  .prices-tabs > a:not(:last-child) {
    margin-bottom: 8px;
  }
}

.pl {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  overflow-x: auto;

  scrollbar-width: thin;
}

.pl-grow {
  flex: 2;
}
.pl.equal-width .pl-group {
  min-width: 292px;
  flex: 1;
}
.pl-group {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}
.pl-group:not(:last-child) {
  margin-right: 10px;
}
.pl-group-heading {
  text-align: center;
  border-radius: 16px 16px 0 0;
  padding: 10px;
}
.pl-group-body {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.pl-item {
  flex: 1;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.pl-item:not(:first-child) {
  box-shadow: 1px 0 0 0 rgba(0, 0, 0, 0.08) inset;
}
.pl-text-heading {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.875rem;
}
.pl-text-bold {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #212529;
  margin: 8px auto;
}
.pl-text-semibold {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #495057;
  margin: 8px auto;
}
.pl-text-price {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 8px auto;
}
.pl-text-price-old {
  opacity: 0.4;
  font-weight: 500;
  font-size: 1rem;
  color: #495057;
  line-height: 1.625rem;
  text-decoration: line-through;
  white-space: nowrap;
  margin: 8px auto;
}
.pl-text {
  font-weight: 500;
  font-size: 0.75rem;
  color: #495057;
  line-height: 1.125rem;
  margin: 8px auto;
}
.pl-text-light {
  font-weight: 500;
  font-size: 0.75rem;
  color: #495057;
  line-height: 1.125rem;
  opacity: 0.6;
  margin: 8px auto;
}
.pl-button {
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.9375rem;
  color: white;
  line-height: 1.5rem;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  padding: 8px;
  border-radius: 7px;
  margin: 8px auto;
}

.pl-green {
  background: #ebfbee;
  color: #37b24d;
}
.pl-green .pl-group-heading {
  background: #d3f9d8;
}
.pl-green .pl-button {
  background: #69db7c;
}
.pl-green .pl-button:hover {
  background: #51cf66;
}

.pl-blue {
  background: #e7f5ff;
  color: #1c7ed6;
}
.pl-blue .pl-group-heading {
  background: #d0ebff;
}
.pl-blue .pl-button {
  background: #4dabf7;
}
.pl-blue .pl-button:hover {
  background: #339af0;
}

.pl-violet {
  background: #f3f0ff;
  color: #7048e8;
}
.pl-violet .pl-group-heading {
  background: #e5dbff;
}
.pl-violet .pl-button {
  background: #9775fa;
}
.pl-violet .pl-button:hover {
  background: #845ef7;
}

.pl-yellow {
  background: #fff9db;
  color: #f59f00;
}
.pl-yellow .pl-group-heading {
  background: #fff3bf;
}
.pl-yellow .pl-button {
  background: #ffd43b;
}
.pl-yellow .pl-button:hover {
  background: #fcc419;
}

.pl-red {
  background: #fff5f5;
  color: #f03e3e;
}
.pl-red .pl-group-heading {
  background: #ffe3e3;
}
.pl-red .pl-button {
  background: #ff8787;
}
.pl-red .pl-button:hover {
  background: #ff6b6b;
}

.pl-teal {
  background: #e6fcf5;
  color: #0ca678;
}
.pl-teal .pl-group-heading {
  background: #c3fae8;
}
.pl-teal .pl-button {
  background: #38d9a9;
}
.pl-teal .pl-button:hover {
  background: #20c997;
}

.footer {
  background: white linear-gradient(to right, #c0c6d2 33%, rgba(255, 255, 255, 0) 0%) repeat-x 0% 0%/5px 1px;
}

.footer-content {
  padding-top: 50px;
  padding-bottom: 50px;
  background: white linear-gradient(to right, #c0c6d2 33%, rgba(255, 255, 255, 0) 0%) repeat-x 0% 0%/5px 1px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .footer-content {
    padding-bottom: 8px;
  }
}

.footer-bottom {
  border-top: 1px solid #ebeef4;
  padding-top: 24px;
}

@media (width < 768px) {
  .footer-bottom {
    padding-top: 16px;
  }
}

.footer-info {
  max-width: 420px;
}
@media (max-width: 980px) {
  .footer-info {
    order: 2;
    flex: 1 1 50%;
  }
}
@media (max-width: 480px) {
  .footer-info {
    flex: 1 0 100%;
    order: 3;
  }
}
.footer-logo {
  display: flex;
  margin-bottom: 24px;
}
.footer-logo-symbol {
  width: 35px;
  height: 42px;
  display: block;
}
.footer-logo-text {
  margin-left: 6px;
  width: 121px;
  height: 42px;
  display: block;
}
.footer-copyright {
  color: #868e96;
  margin-bottom: 24px;
  font-size: 12px !important;
}
.footer-policy {
  color: #f7683f;
  margin-bottom: 16px;
  display: flex;
  font-size: 12px !important;
}
.footer-policy:hover {
  color: #212529;
}
.footer-accreditation {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
  color: #868e96;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 221px;

  svg {
    flex-shrink: 0;
  }
}
.footer-social {
  display: flex;
  align-items: center;
}
.footer-social > a {
  fill: #adb4c2;
  margin-right: 24px;
  display: block;
  transition: all 150ms ease-in-out;
}
.footer-social > a:hover {
  fill: #f7683f;
}
.footer-nav {
  padding: 0 30px;
  display: grid;
  grid-gap: 0 30px;
  grid-template-columns: auto auto;
}
@media (max-width: 980px) {
  .footer-nav {
    order: 1;
    padding: 0;
    display: flex;
    flex: 1 0 100%;
    margin-bottom: 24px;
    border-bottom: 1px solid #f8f9fa;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) #eee;
  }
  .footer-nav::-webkit-scrollbar {
    height: 4px;
    width: 4px;
  }
  .footer-nav::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 10px;
  }
  .footer-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    cursor: pointer;
  }
  .footer-nav::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .footer-nav::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .footer-nav::-webkit-scrollbar-thumb:vertical {
    min-height: 30px;
  }
  .footer-nav::-webkit-scrollbar-thumb:horizontal {
    min-width: 30px;
  }
}
.footer-nav > a {
  display: block;
  padding: 0 10px;
  font-weight: 600;
  margin-bottom: 24px;
  transition: all 150ms ease-in-out;
  white-space: nowrap;
}
.footer-nav > a:hover {
  color: #f7683f;
}
@media (max-width: 980px) {
  .footer-contacts {
    order: 3;
    flex: 1 1 50%;
  }
}
@media (max-width: 480px) {
  .footer-contacts {
    flex: 1 0 100%;
    order: 2;
    margin-bottom: 20px;
  }
}
.footer-contacts-item {
  position: relative;
  padding-left: 26px;
  display: block;
  margin-bottom: 16px;
  fill: #adb4c2;
}
.footer-contacts-item:not(div):hover {
  color: #f7683f;
  fill: #f7683f;
}
.footer-contacts-item svg {
  position: absolute;
  display: block;
  top: 4px;
  left: 0;
  transition: all 150ms ease-in-out;
}
.footer-contacts-item span {
  display: block;
}
.footer-contacts-item span.bold {
  font-weight: 700;
}

.footer-menu-contacts-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (width > 1200px) {
  .footer-menu-contacts-row {
    padding-left: 44px;
  }
}

.footer-menu {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 40px;
}

.footer-menu-column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-menu-column-element {
  display: flex;
  flex-direction: column;
  gap: 8px;

  .element-name-big {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #212529;
    display: block;
  }

  .element-name {
    font-size: 14px;
    line-height: 24px;
    color: #212529;
    display: block;
  }

  .element-name-big:hover,
  .element-name:hover {
    color: #f7683f;
  }
}

.footer-menu-column:nth-child(1) {
  max-width: 134px;
}

@media (width < 1200px) {
  .footer-content {
    padding-bottom: 24px;
    padding-top: 40px;
  }
}

@media (width >= 790px) and (width < 1200px) {
  .footer-content {
    flex-direction: column;
  }

  .footer-info {
    margin-top: 40px;
    order: 2;
    display: flex;
    justify-content: space-between;
    max-width: unset;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .footer-menu {
    padding-left: 0;
    justify-content: start;
    gap: 32px;
  }

  .footer-policy {
    margin-bottom: 8px;
  }
}

@media (width < 790px) {
  .footer-menu {
    flex-direction: column;
    gap: 8px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-menu-contacts-row {
    display: contents;
  }

  .footer-content {
    flex-direction: column;
    gap: 16px;
    align-items: start;
  }

  .footer-info {
    display: flex;
    flex-direction: column;
    max-width: unset;
    margin-top: 10px;
  }

  .footer-contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .footer-contacts-item:nth-child(2) {
    order: 2;
  }

  .footer-contacts-item:nth-child(3) {
    order: 3;
  }

  .footer-contacts-item:nth-child(5),
  .footer-contacts-item:nth-child(6) {
    grid-column: span 2;
    order: 10;
  }

  .footer-menu-column-element {
    align-items: start;

    .element-name-big {
      font-size: 14px;
    }

    .element-name {
      font-size: 12px;
      line-height: 16px;
      text-align: left;
      display: none;
    }
  }

  .footer-menu-column:nth-child(2) .footer-menu-column-element:nth-child(1):has(.d-block) {
    grid-column: span 2;
  }

  .footer-menu-column {
    display: contents;
  }

  .footer-policy {
    margin-bottom: 8px;
    font-size: 10px !important;
  }

  .footer-accreditation {
    font-size: 10px !important;
  }

  .footer-policy:last-of-type {
    margin-bottom: 16px;
  }

  .footer-contacts span {
    font-size: 12px !important;
  }

  .footer-menu-column {
    max-width: unset !important;
  }

  .footer-copyright {
    font-size: 10px !important;
  }
}

@media (width < 490px) {
  .footer-info,
  .footer-contacts-wrapper {
    width: 100%;
  }
}

.d-block {
  display: block !important;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f7683f;
  border: 0;
  margin: 0;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  padding: 13px 24px;
  min-width: 160px;
  font-weight: 600;
  font-size: 1rem;
  color: white;
  white-space: nowrap;
  letter-spacing: 0;
  text-align: center;
  line-height: 1.5rem;
  box-shadow: 0 10px 30px -3px rgba(247, 104, 63, 0.7);
  transition: all 150ms ease-in-out;
}
.btn:hover {
  background: #f65527;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -3px rgba(247, 104, 63, 0.8);
}
.btn:active {
  background: #f5410e;
  transform: translateY(0);
  box-shadow: none;
}
.btn.outline {
  background: transparent;
  box-shadow: 0 0 0 2px #f7683f inset;
  color: #343a40;
}
.btn.outline:hover {
  background: #f7683f;
  color: white;
}
.btn.outline:active {
  background: #f5410e;
}
.btn.wide {
  width: 100%;
}

input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
input:not([type]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 7px;
  width: 100%;
  display: block;
  font-family: 'font', sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
  padding: 9px 20px;
  resize: vertical;
  min-height: 50px;
}
input[type='color']::-webkit-input-placeholder,
input[type='date']::-webkit-input-placeholder,
input[type='datetime']::-webkit-input-placeholder,
input[type='datetime-local']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='month']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='text']::-webkit-input-placeholder,
input[type='time']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='week']::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #adb4c2;
}

input[type='color']:-webkit-input-placeholder,
input[type='date']:-webkit-input-placeholder,
input[type='datetime']:-webkit-input-placeholder,
input[type='datetime-local']:-webkit-input-placeholder,
input[type='email']:-webkit-input-placeholder,
input[type='month']:-webkit-input-placeholder,
input[type='number']:-webkit-input-placeholder,
input[type='password']:-webkit-input-placeholder,
input[type='search']:-webkit-input-placeholder,
input[type='tel']:-webkit-input-placeholder,
input[type='text']:-webkit-input-placeholder,
input[type='time']:-webkit-input-placeholder,
input[type='url']:-webkit-input-placeholder,
input[type='week']:-webkit-input-placeholder,
input:not([type]):-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #adb4c2;
}

input[type='color']:-moz-placeholder,
input[type='date']:-moz-placeholder,
input[type='datetime']:-moz-placeholder,
input[type='datetime-local']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='month']:-moz-placeholder,
input[type='number']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='text']:-moz-placeholder,
input[type='time']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='week']:-moz-placeholder,
input:not([type]):-moz-placeholder,
textarea:-moz-placeholder {
  color: #adb4c2;
}

input[type='color']::-moz-placeholder,
input[type='date']::-moz-placeholder,
input[type='datetime']::-moz-placeholder,
input[type='datetime-local']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='month']::-moz-placeholder,
input[type='number']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='text']::-moz-placeholder,
input[type='time']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='week']::-moz-placeholder,
input:not([type])::-moz-placeholder,
textarea::-moz-placeholder {
  color: #adb4c2;
}

input[type='color']:-ms-input-placeholder,
input[type='date']:-ms-input-placeholder,
input[type='datetime']:-ms-input-placeholder,
input[type='datetime-local']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='month']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='text']:-ms-input-placeholder,
input[type='time']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='week']:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #adb4c2;
}

input[type='checkbox'] {
  display: none;
}
input[type='checkbox'] + label {
  position: relative;
  padding-left: 36px;
  display: block;
  cursor: pointer;
}
input[type='checkbox'] + label:before {
  content: '';
  width: 24px;
  height: 24px;
  background: white url('/local/templates/main/stylesheets/../images/icon-check.svg') no-repeat center;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 150ms ease-in-out;
}
input[type='checkbox'] + label a {
  color: #f7683f;
}
input[type='checkbox'] + label a:hover {
  color: #c83308;
}
input[type='checkbox']:checked + label:before {
  background-color: #f7683f;
  border-color: #f7683f;
}

.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-input {
  padding-bottom: 24px;
  flex: 1 0 100%;
}
.form-input.half {
  flex: 0 1 49%;
}
@media (max-width: 480px) {
  .form-input.half {
    flex: 1 0 100%;
  }
}
.form-buttons {
  display: flex;
  justify-content: space-between;
  flex: 1 0 100%;
}

/*--------------------------
Header
--------------------------*/
.header {
  background: white;
  padding-top: 44px;
  padding-bottom: 44px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 217px 1fr auto auto;
  align-items: center;
  z-index: 240;
  position: fixed;
  top: 0;
  transition: all 300ms ease-in-out;
}
.header.absolute {
  position: absolute;
}
.header.fixed {
  position: fixed;
  top: -150px;
}
@media (max-width: 1100px) {
  .header {
    grid-template-columns: 1fr auto auto auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .header {
    grid-gap: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 375px) {
  .header {
    grid-template-columns: 1fr auto auto;
  }
}

/*--------------------------
Logo
--------------------------*/
.logo {
  display: flex;
}
.logo-symbol {
  width: 47px;
  height: 56px;
  display: block;
}
.logo-text {
  margin-left: 6px;
  width: 162px;
  height: 56px;
  display: block;
}
@media (max-width: 980px) {
  .logo-symbol {
    width: 35px;
    height: 42px;
    display: block;
  }
  .logo-text {
    margin-left: 6px;
    width: 121px;
    height: 42px;
    display: block;
  }
}

/*--------------------------
Lang
--------------------------*/
.lang {
  display: flex;
  align-items: center;
}
@media (max-width: 375px) {
  .lang {
    display: none;
  }
}
.lang > span {
  margin: 0 4px;
  color: #ced4da;
}
.lang > a {
  display: block;
  font-weight: 600;
  transition: all 150ms ease-in-out;
  white-space: nowrap;
}
.lang > a.active {
  color: #adb5bd;
  cursor: default;
  pointer-events: none;
}
.lang > a:not(.active):hover {
  color: #f7683f;
}

/*--------------------------
Nav
--------------------------*/
.nav {
  display: flex;
  justify-content: flex-end;
}
.nav-overlay {
  display: none;
}
.nav-icon {
  display: none;
  order: 2;
  padding: 10px;
  fill: #343a40;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.nav-icon:hover {
  fill: #f7683f;
}
@media (max-width: 1100px) {
  .nav-icon {
    display: block;
  }
}
.nav-link {
  position: relative;
}
.nav-link > a {
  display: block;
  font-weight: 600;
  transition: all 150ms ease-in-out;
  background: linear-gradient(#f7683f, #f7683f) no-repeat 0% 75%/0px 1px;
  margin: 0 34px;
  padding: 10px 0;
  white-space: nowrap;
}
.nav-link:hover > a {
  color: #f7683f;
  background-size: 100% 1px;
}
.nav-link:hover .nav-dropdown {
  display: flex;
}
.nav-dropdown {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  box-shadow: 0 20px 50px 0 rgba(66, 81, 97, 0.2);
  padding: 16px 0;
  border-radius: 20px;
  z-index: 200;
}
.nav-dropdown .nav-dropdown {
  display: none !important;
}
.nav-dropdown:after {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
}
.nav-dropdown > a {
  font-size: 0.9375rem;
  display: block;
  padding: 12px 30px;
  white-space: nowrap;
  transition: all 150ms ease-in-out;
}
.nav-dropdown > a:hover {
  color: #f7683f;
  box-shadow: 4px 0 0 0 #f7683f inset;
}

@media (max-width: 1100px) {
  .nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: fixed;
    background: #ffffff;
    left: -300px;
    top: 0;
    height: 100%;
    min-width: 300px;
    max-width: 300px;
    width: 300px;
    padding: 48px 30px 30px 30px;
    transition: all 300ms ease-in-out;
    z-index: 255;

    overflow-y: auto;
  }
  .nav.active {
    left: 0;
    box-shadow: 0 20px 50px 0 rgba(66, 81, 97, 0.2);
  }
  .nav-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 200;
    display: block;
  }
  .nav-link > a {
    display: inline-block;
    margin: 0;
  }
  .nav-dropdown {
    display: block;
    position: relative;
    background: transparent;
    box-shadow: none;
    padding: 0;
    border-left: 1px solid #e9ecef;
    border-radius: 0;
    margin: 8px 0;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .nav-dropdown:after {
    display: none;
  }
  .nav-dropdown > a {
    padding: 12px 20px;
    text-wrap: wrap !important;
  }
  .nav-dropdown > a:hover {
    box-shadow: -1px 0 0 0 #f7683f;
  }
}
/*--------------------------
Callback
--------------------------*/
.callback,
.callback-mobile {
  font-weight: 600;
  color: #f7683f;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.callback-icon,
.callback-mobile-icon {
  fill: #f7683f;
  transition: all 150ms ease-in-out;
}
.callback-text,
.callback-mobile-text {
  margin-left: 12px;
  background: linear-gradient(to right, #f7683f 33%, transparent 0%) repeat-x 0% 83%/3px 1px;
  transition: all 150ms ease-in-out;
}
.callback:hover .callback-icon,
.callback:focus .callback-icon,
.callback-mobile:hover .callback-icon,
.callback-mobile:focus .callback-icon {
  fill: #343a40;
}
.callback:hover .callback-text,
.callback:focus .callback-text,
.callback-mobile:hover .callback-text,
.callback-mobile:focus .callback-text {
  background: linear-gradient(to right, transparent 33%, transparent 0%) repeat-x 0% 83%/3px 1px;
  color: #343a40;
}

.callback-mobile {
  display: none;
}

@media (max-width: 640px) {
  .callback-mobile {
    display: flex;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 20px;
  }
  .callback-mobile .callback-text {
    display: none;
  }

  .callback {
    display: none;
  }
}
.hero {
  background: white url('/local/templates/main/stylesheets/../images/hero-bottom.svg') repeat-x center bottom;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .hero {
    background: white url('/local/templates/main/stylesheets/../images/hero-bottom.svg') no-repeat center bottom/contain;
  }
}
.hero-inner {
  overflow-x: hidden;
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: url('/local/templates/main/stylesheets/../images/shapes.svg') no-repeat left 10% top 30px;
}
@media (max-width: 980px) {
  .hero-inner {
    background: transparent;
  }
}
@media (max-width: 768px) {
  .hero-inner {
    justify-content: center;
    padding-bottom: 20px;
  }
}
.hero-inner.active {
  display: flex;
}
.hero-content {
  max-width: 100%;
  padding-top: 60px;
  padding-right: 40px;
  padding-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .hero-content {
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .hero-content {
    padding: 0 0 60px 0;
    align-items: center;
    text-align: center;
  }
}
.hero-title {
  margin-bottom: 26px;
}
.hero-desc {
  margin-bottom: 32px;
}
.hero-image {
  display: block;
  height: 560px;
  margin-right: -22%;
  z-index: 10;
  position: relative;
  margin-bottom: 120px;
}
.hero-image.bordered {
  margin-right: -22%;
  height: 560px;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 120px;
}
.hero-image.bordered:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border-radius: 20px;
  z-index: 9;
  box-shadow: -40px 40px 60px 0px rgba(66, 81, 97, 0.2);
}
@media (max-width: 1024px) {
  .hero-image {
    margin-right: -40%;
  }
}
@media (max-width: 980px) {
  .hero-image {
    max-height: 400px;
    margin-right: -20%;
  }
}
@media (max-width: 768px) {
  .hero-image {
    display: none;
  }
}
.hero-image > img {
  border-radius: 10px;
  display: block;
  height: 100%;
  z-index: 11;
  position: relative;
}
.hero-icons {
  display: flex;
}
@media (max-width: 480px) {
  .hero-icons {
    flex-direction: column;
  }
}
.hero-icons-item:not(:last-child) {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #e9ecef;
}
@media (max-width: 480px) {
  .hero-icons-item:not(:last-child) {
    margin: 0 0 24px 0;
    border: 0;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .hero-icons-item {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
.hero-icons-item-image {
  margin-bottom: 16px;
  width: 46px;
  height: 46px;
  display: block;
}
@media (max-width: 768px) {
  .hero-icons-item-image {
    margin: 0 auto 16px auto;
  }
}
@media (max-width: 480px) {
  .hero-icons-item-image {
    margin: 0 16px 0 0;
  }
}
.hero-icons-item-image > img {
  display: block;
}
.hero-icons-item-text {
  flex: 1;
}
.hero-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 20px;
  z-index: 20;
}
@media (max-width: 768px) {
  .hero-arrows {
    bottom: 0;
  }
}
.hero-arrows .prev,
.hero-arrows .next {
  width: 40px;
  height: 40px;
  padding: 13px;
  fill: #adb4c2;
  display: block;
  box-shadow: 0 0 0 2px #ebeef4 inset;
  border-radius: 20px;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  margin: 0 10px;
}
.hero-arrows .prev:hover,
.hero-arrows .next:hover {
  box-shadow: 0 0 0 40px #ebeef4 inset;
  fill: #5b667b;
}
.hero-arrows .prev {
  transform: scale(-1);
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
  position: absolute;
}

.fade-enter-active,
.fade-leave-active {
  transition: 1000ms;
}

.market-image {
  position: relative;
  display: block;
  z-index: 2;
  transform: translate(30px, 120px);
}
@media (max-width: 1024px) {
  .market-image {
    margin-right: -20%;
  }
}
@media (max-width: 768px) {
  .market-image {
    display: none;
  }
}

.market-main {
  fill: #adb4c2;
  padding: 0 40px;
}
@media (max-width: 375px) {
  .market-main {
    padding: 0;
  }
}
.market-main svg {
  width: 100%;
  margin: 0 auto;
}

.market-icons {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.market-icon {
  padding: 20px;
  display: block;
  width: 96px;
  height: 92px;
  background: white;
  box-shadow: 0 12px 40px -8px rgba(33, 37, 41, 0.1);
  border-radius: 20px;
  fill: #f7683f;
  position: absolute;
}
.market-icon:nth-of-type(1) {
  top: -45px;
  left: 0px;
}
.market-icon:nth-of-type(2) {
  top: -140px;
  left: 150px;
}
.market-icon:nth-of-type(3) {
  top: -45px;
  right: 10px;
}
.market-icon:nth-of-type(4) {
  bottom: -100px;
  right: 80px;
}
.market-icon:nth-of-type(5) {
  bottom: -140px;
  left: 120px;
}
.market-icon:nth-of-type(6) {
  bottom: -60px;
  left: -30px;
}

.mph {
  margin: 40px 0 100px 0;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
.mph-item {
  text-align: center;
}
.mph-item-icon {
  max-width: 48px;
  height: 48px;
  margin: 0 auto 12px auto;
}
.mph-item-icon > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.mission {
  max-width: 980px;
  width: 90%;
  margin: 30px auto 70px auto;
  padding: 46px 80px;
  border: 1px dashed #adb4c2;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .mission {
    padding: 30px;
    align-items: flex-start;
    margin: 30px auto;
  }
}
@media (max-width: 375px) {
  .mission {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
}
.mission-icon {
  margin-right: 60px;
  flex: 1 0 94px;
}
@media (max-width: 768px) {
  .mission-icon {
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  .mission-icon {
    flex: 1 0 60px;
  }
}
@media (max-width: 375px) {
  .mission-icon {
    width: 60px;
    margin-bottom: 24px;
    margin-right: 0;
  }
}
.mission-icon > img {
  display: block;
  width: 100%;
}
.modal {
  background: white;
  padding: 50px 60px;
  border-radius: 20px;
  position: relative;
  max-width: 600px;
  width: 90%;
}
@media (max-width: 480px) {
  .modal {
    padding: 30px 20px;
  }
}
.modal-close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  fill: #adb5bd;
  opacity: 1;
}
.modal-close:hover {
  fill: #495057;
}
.modal-title {
  text-align: center;
  margin-bottom: 16px;
}
.modal-subtitle {
  text-align: center;
}
.modal .form {
  margin-top: 30px;
}
.modal .form-buttons {
  justify-content: center;
}

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  padding: 20px 0;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  overflow-y: auto;
}

.order {
  max-width: 1200px;
  width: 90%;
  background: white;
  box-shadow: 0 24px 36px -5px rgba(66, 81, 97, 0.2);
  border-radius: 20px;
  margin: 60px auto;
  padding: 40px 80px;
  display: flex;
}
@media (max-width: 980px) {
  .order {
    padding: 32px;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .order {
    padding: 30px 20px;
    margin: 30px auto;
  }
}
.order-content {
  padding-right: 40px;
  background: url('/local/templates/main/stylesheets/../images/icon-chat.svg') no-repeat bottom left;
}
@media (max-width: 980px) {
  .order-content {
    padding-right: 0;
    background: transparent;
    margin-bottom: 24px;
    text-align: center;
  }
}
.order-title {
  margin-bottom: 16px;
}
.order-form {
  max-width: 510px;
  width: 100%;
}
@media (max-width: 980px) {
  .order-form {
    margin: 0 auto;
  }
  .order-form .form-buttons {
    justify-content: center;
  }
}

.way {
  background: white;
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .way {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.way-title {
  margin-bottom: 30px;
}
.way-desc {
  margin-bottom: 40px;
}
.way-certs {
  display: flex;
  flex-wrap: wrap;
}
.way-certs-item {
  box-shadow: 0 20px 30px 0 rgba(66, 81, 97, 0.3);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;

  max-width: max-content;

  height: 190px;
}
.way-certs-item:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 1100px) {
  .way-certs {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .way-certs-item:not(:last-child) {
    margin-right: 16px;
  }
}
.way-certs-item > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.showcase {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .showcase {
    flex-direction: column-reverse;
  }
}
.showcase-content {
  max-width: 440px;
}
.showcase-icon {
  margin-top: 40px;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.showcase-icon img {
  display: block;
  margin-right: 20px;
}
.showcase-icon span,
.showcase-icon a {
  font-weight: 600;
}
.showcase-icon a {
  color: #f7683f;
}
.showcase-icon a:hover {
  color: #c83308;
}
.showcase-image {
  position: relative;
  padding-left: 40px;
  margin-bottom: 60px;
  margin-top: 10px;
}
@media (max-width: 980px) {
  .showcase-image {
    margin-bottom: 100px;
    padding-left: 0;
    align-self: center;
    max-width: 80%;
  }
}
.showcase-image-desktop {
  width: 100%;
  position: relative;
  padding: 20px;
}
@media (max-width: 480px) {
  .showcase-image-desktop {
    padding: 12px;
  }
}
.showcase-image-desktop:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border-radius: 20px;
  z-index: 9;
  box-shadow: -40px 40px 60px 0px rgba(66, 81, 97, 0.2);
}
@media (max-width: 480px) {
  .showcase-image-desktop:before {
    border-radius: 10px;
    box-shadow: -20px 20px 30px 0px rgba(66, 81, 97, 0.2);
  }
}
.showcase-image-desktop > img {
  border-radius: 10px;
  display: block;
  z-index: 11;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
}
@media (max-width: 480px) {
  .showcase-image-desktop > img {
    border-radius: 5px;
  }
}
.showcase-image-mobile {
  border-radius: 10px;
  width: 30%;
  position: absolute;
  bottom: -5%;
  right: -20px;
  max-width: 180px;
  padding: 12px;
}
@media (max-width: 480px) {
  .showcase-image-mobile {
    padding: 8px;
  }
}
.showcase-image-mobile:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border-radius: 15px;
  z-index: 11;
  box-shadow: -40px 40px 60px 0px rgba(66, 81, 97, 0.2);
}
@media (max-width: 480px) {
  .showcase-image-mobile:before {
    border-radius: 10px;
    box-shadow: -20px 20px 30px 0px rgba(66, 81, 97, 0.2);
  }
}
.showcase-image-mobile > img {
  border-radius: 7px;
  display: block;
  z-index: 11;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: relative;
}
@media (max-width: 480px) {
  .showcase-image-mobile > img {
    border-radius: 5px;
  }
}
.showcase-done {
  margin: 40px 0 100px 0;
}
@media (max-width: 768px) {
  .showcase-done {
    margin: 40px 0;
  }
}
.showcase-done ul {
  -moz-columns: 2;
  columns: 2;
}
@media (max-width: 480px) {
  .showcase-done ul {
    -moz-columns: 1;
    columns: 1;
  }
}
.showcase-done ul li {
  margin: 0 0 20px 0;
}
.showcase-screens {
  -moz-columns: 4;
  columns: 4;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .showcase-screens {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 480px) {
  .showcase-screens {
    -moz-columns: 3;
    columns: 3;
    padding-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .showcase-screens {
    -moz-columns: 2;
    columns: 2;
  }
}
.showcase-screens-item {
  display: inline-block;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px -5px rgba(52, 58, 63, 0.3);
  border-radius: 0.9375rem;
  overflow: hidden;

  max-width: 244px;
}

.showcase-screens-item:hover {
  box-shadow: 0px 20px 20px rgba(52, 58, 63, 0.3);
}

@media (max-width: 768px) {
  .showcase-screens-item {
    margin-bottom: 10px;
    border-radius: 0.625rem;
  }
}
.showcase-screens-item > img {
  display: block;
  width: 100%;
  pointer-events: none;
}

.portfolio {
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .portfolio {
    padding-bottom: 30px;
  }
}
.portfolio-title {
  text-align: center;
  margin: 40px auto;
}
.portfolio-items {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
}
@media (max-width: 980px) {
  .portfolio-items {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 480px) {
  .portfolio-items {
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
.portfolio-item {
  background: white;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.portfolio-item:hover .portfolio-item-title {
  color: #f7683f;
}
.portfolio-item-image {
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.portfolio-item-image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;

  max-height: 300px;
  min-height: 300px;
}
.portfolio-item-title {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.75rem;
  padding: 20px;
  padding-bottom: 0 !important;
}
.portfolio-item-description {
  padding: 20px;
  padding-top: 10px;

  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #868e96;
}
@media (max-width: 768px) {
  .portfolio-item-title {
    padding: 20px 10px;
    padding-bottom: 0;
  }

  .portfolio-item-description {
    padding: 10px 10px;
  }

  .portfolio-item-image img {
    max-height: 190px;
    min-height: 190px;
  }
}
.portfolio-item-tags {
  padding: 0 20px 20px 20px;

  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  gap: 8px;

  align-items: end;
  margin-top: auto;
}
.portfolio-item-tags .tag {
  margin: 0;
  opacity: 0.5;
}

.portfolio-item-tags .tag:hover {
  opacity: 1;
}

@media (max-width: 768px) {
  .portfolio-item-tags {
    padding: 0px 10px 10px 10px;
  }
}
.portfolio-tags {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.portfolio-tags .tag {
  margin: 4px;
}

.tag {
  font-weight: 500;
  font-size: 0.8125rem;
  color: #868e96;
  letter-spacing: 0;
  line-height: 1.25rem;
  background: #e8ebf1;
  padding: 4px 12px 5px 12px;
  border-radius: 20px;
  display: inline-block;
}
.tag:hover,
.tag.active {
  background: #f7683f;
  color: white;
}

.site-prices {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .site-prices {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.prices-title {
  text-align: center;
  margin-bottom: 54px;
}
.prices-content {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}
@media (max-width: 980px) {
  .prices-content {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 768px) {
  .prices-content {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
}
@media (max-width: 480px) {
  .prices-content {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.prices-item {
  background: #ffffff;
  box-shadow: 0 24px 36px 0px rgba(66, 81, 97, 0.2);
  border-radius: 20px;
  padding: 30px 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .prices-item {
    padding: 20px;
  }
}
.prices-item-title {
  margin-bottom: 10px;
  z-index: 1;
}
.prices-item-value {
  font-weight: 600;
  font-size: 1.5rem;
  color: #adb4c2;
  letter-spacing: 0;
  line-height: 2.25rem;
  flex: 1;
  margin-bottom: 30px;
  z-index: 1;
}
.prices-item-button {
  z-index: 1;
}
.prices-item-image {
  z-index: 0;
  position: absolute;
  bottom: -20px;
  right: 20px;
}
@media (max-width: 480px) {
  .prices-item-image {
    width: 100px;
    bottom: -5px;
  }
}
.prices-item-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/*--------------------------
Promo
--------------------------*/
.promo-section {
  margin-bottom: 60px;
}

.services {
  padding-top: 75px;
  padding-bottom: 75px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 980px) {
  .services {
    flex-direction: column;
  }
}
.services-desc {
  padding-right: 30px;
  flex: 2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 980px) {
  .services-desc {
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
.services-title {
  margin-bottom: 24px;
}
.services-text {
  margin-bottom: 16px;
}
.services-collection {
  flex: 5;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media (max-width: 980px) {
  .services-collection {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 20px;
  }
}
@media (max-width: 375px) {
  .services-collection {
    grid-gap: 16px;
  }
}
.services-items {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .services-items {
    padding-bottom: 40px;
  }
}
.services-section {
  margin: 40px auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .services-section {
    flex-wrap: wrap;
  }
}
.services-section-text {
  padding-right: 40px;
}
@media (max-width: 768px) {
  .services-section-text {
    padding-right: 0;
    margin-bottom: 12px;
  }
}
.services-item {
  background: #ebeef4;
  border-radius: 20px;
  padding: 20px 30px;
  display: block;
  min-height: 200px;
  transition: all 150ms ease-in-out;
  position: relative;
}
@media (max-width: 768px) {
  .services-item {
    min-height: 0;
  }
}
@media (max-width: 480px) {
  .services-item {
    padding: 16px 20px;
    border-radius: 16px;
  }
}
.services-item:before {
  content: attr(data-count);
  font-weight: 800;
  font-size: 6.25rem;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  bottom: -20px;
  right: 20px;
  pointer-events: none;
  z-index: 0;
}
.services-item:hover {
  background: white;
  box-shadow: 0 24px 36px -12px rgba(66, 81, 97, 0.2);
}
.services-item:hover .services-item-title {
  color: #f7683f;
}
.services-item-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.5rem;
  transition: all 150ms ease-in-out;
}
.services-item-desc {
  color: #868e96;
}
.services-item-desc span {
  display: block;
}

.sh {
  margin: 60px 0;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.sh-block {
  background: #ffffff;
  box-shadow: 0 24px 36px -12px rgba(66, 81, 97, 0.2);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  position: relative;
}
.sh-block-icon {
  width: 48px;
  height: 48px;
  margin-right: 24px;
  flex: 0 0 48px;
}
.sh-block-icon > img {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.sh-block:before {
  content: attr(data-count);
  font-weight: 700;
  font-size: 2rem;
  color: #e9ecef;
  position: absolute;
  z-index: 0;
  right: 12px;
  bottom: 2px;
}

.st {
  margin-top: 75px;
  margin-bottom: 75px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.st-body {
  position: relative;
  width: 50%;
}
@media (max-width: 980px) {
  .st-body {
    width: 100%;
  }
}
.st-image {
  border-radius: 20px;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  width: 50%;
  display: block;
  top: 160px;
  right: 0;
  perspective: 52px;
}
.st-image:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border-radius: 20px;
  z-index: 9;
  transform: rotateX(0deg) rotateY(-1deg);
  box-shadow: -40px 40px 60px 0px rgba(66, 81, 97, 0.2);
}
.st-image > img {
  transform: rotateX(0deg) rotateY(-1deg);
  border-radius: 10px;
  display: block;
  width: 100%;
  z-index: 11;
  position: relative;
}
@media (max-width: 980px) {
  .st-image {
    display: none;
  }
}
.st-item {
  min-height: 90vh;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .st-item {
    flex-direction: column-reverse;
  }
}
.st-item:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .st-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.st-item:not(:last-child):after {
  content: '';
  height: calc(100% + 100px);
  position: absolute;
  width: 1px;
  top: 20px;
  left: -30px;
  background: #e9ecef;
}
.st-item:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #e9ecef;
  position: absolute;
  left: -34px;
  top: 20px;
}
.st-item-content {
  position: relative;
  padding: 80px 40px 0 0;
  flex: 1 0 50%;
}
@media (max-width: 980px) {
  .st-item-content {
    flex: 1;
    padding: 0 0 0 120px;
  }
}
@media (max-width: 480px) {
  .st-item-content {
    padding: 0;
  }
}
.st-item-content:before {
  content: attr(data-count);
  position: absolute;
  top: -30px;
  left: 0;
  font-weight: 700;
  font-size: 6.25rem;
  line-height: 6.25rem;
  color: #eef1f6;
  pointer-events: none;
  letter-spacing: 0;
  z-index: -1;
}
@media (max-width: 980px) {
  .st-item-content:before {
    top: -2px;
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 480px) {
  .st-item-content:before {
    display: none;
  }
}
.st-item-title {
  margin-bottom: 24px;
}

.sites {
  margin-top: 75px;
  margin-bottom: 75px;
}
.sites .sites-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .sites .sites-item {
    flex-direction: column-reverse;
  }
}
.sites .sites-item:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .sites .sites-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.sites .sites-item-content {
  position: relative;
  padding: 80px 40px 0 0;
  flex: 1 0 50%;
}
@media (max-width: 980px) {
  .sites .sites-item-content {
    flex: 1;
    padding: 0 0 0 120px;
  }
}
@media (max-width: 480px) {
  .sites .sites-item-content {
    padding: 0;
  }
}
.sites .sites-item-content:before {
  content: attr(data-count);
  position: absolute;
  top: -30px;
  left: 0;
  font-weight: 700;
  font-size: 6.25rem;
  line-height: 6.25rem;
  color: #eef1f6;
  pointer-events: none;
  letter-spacing: 0;
  z-index: -1;
}
@media (max-width: 980px) {
  .sites .sites-item-content:before {
    top: -2px;
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
@media (max-width: 480px) {
  .sites .sites-item-content:before {
    display: none;
  }
}
.sites .sites-item-title {
  margin-bottom: 24px;
}
.sites .sites-item-image {
  background: #ffffff;
  box-shadow: -40px 40px 40px 0 rgba(66, 81, 97, 0.1);
  border-radius: 20px;
  padding: 20px;
  width: 720px;
  flex: 1 0 50%;
  margin-right: -70px;
}
@media (max-width: 980px) {
  .sites .sites-item-image {
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 768px) {
  .sites .sites-item-image {
    flex: 1;
    width: 96%;
  }
}
@media (max-width: 640px) {
  .sites .sites-item-image {
    width: 100%;
    padding: 16px;
  }
}
@media (max-width: 375px) {
  .sites .sites-item-image {
    padding: 10px;
  }
}
.sites .sites-item-image img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.sites-grid {
  margin-top: 75px;
  margin-bottom: 75px;
  display: grid;
  grid-gap: 100px 120px;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
@media (max-width: 980px) {
  .sites-grid {
    grid-gap: 100px 60px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 768px) {
  .sites-grid {
    grid-gap: 80px;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 375px) {
  .sites-grid {
    grid-gap: 80px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
.sites-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 768px) {
  .sites-grid-item {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .sites-grid-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .sites-grid-item-content {
    padding-left: 30px;
  }
}
@media (max-width: 480px) {
  .sites-grid-item-content {
    padding-left: 0;
  }
}
.sites-grid-item-image {
  width: 220px;
}
@media (max-width: 768px) {
  .sites-grid-item-image {
    flex: 1 0 160px;
  }
}
@media (max-width: 480px) {
  .sites-grid-item-image {
    width: 160px;
  }
}
.sites-grid-item-image > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.sites-grid-item-title {
  margin-bottom: 1.5rem;
}
.sites-grid-item-desc {
  color: #737f96;
  margin-bottom: 1.5rem;
}
.sites-grid-item-button {
  margin-bottom: 1.5rem;
}
.sites-grid-item-price {
  font-weight: 700;
}

.skills {
  max-width: 1440px;
  margin: 0 auto;
  padding: 70px 0 !important;
  position: relative;
}
@media (max-width: 768px) {
  .skills {
    padding: 35px 0 !important;
  }
}
@media (max-width: 480px) {
  .skills {
    padding: 35px 16px 0 16px !important;
  }
  .skills:before,
  .skills:after {
    display: none;
  }
}
.skills.swiper-container:before,
.skills.swiper-container:after {
  content: '';
  width: 120px;
  height: calc(100% - 120px);
  position: absolute;
  bottom: 0;
  z-index: 255;
  pointer-events: none;
}
.skills.swiper-container:before {
  background-image: linear-gradient(to right, #fafbfd 10%, rgba(250, 251, 253, 0) 100%);
  left: 0;
}
.skills.swiper-container:after {
  background-image: linear-gradient(to left, #fafbfd 10%, rgba(250, 251, 253, 0) 100%);
  right: 0;
}
.skills-title {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 480px) {
  .skills-title {
    padding: 0;
    margin-bottom: 24px;
  }
}
.skills-arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skills-arrows .prev,
.skills-arrows .next {
  margin-left: 20px;
  width: 40px;
  height: 40px;
  padding: 13px;
  fill: #adb4c2;
  display: block;
  box-shadow: 0 0 0 2px #ebeef4 inset;
  border-radius: 20px;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.skills-arrows .prev:hover,
.skills-arrows .next:hover {
  box-shadow: 0 0 0 40px #ebeef4 inset;
  fill: #5b667b;
}
@media (max-width: 480px) {
  .skills-arrows .prev,
  .skills-arrows .next {
    margin-left: 12px;
  }
}
.skills-arrows .prev {
  transform: scale(-1);
}
.skills-slider {
  display: flex;
  padding-bottom: 40px;
}
.skills-body {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.skills-body .skills-item {
  min-height: 180px;
}
.skills-item {
  height: auto !important;
  min-height: 210px;
  background: white;
  box-shadow: 0 24px 36px -12px rgba(66, 81, 97, 0.2);
  border-radius: 16px;
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .skills-item {
    min-height: 160px;
  }
}
.skills-item-text {
  flex: 1;
  padding-bottom: 16px;
}
.skills-item-subtitle {
  color: #868e96;
}
.skills-item-icon img {
  display: block;
}

/*--------------------------
Silent classes
--------------------------*/
.video-item-desc,
.text-small,
.article-date,
.article-status,
.tag-inline,
.breadcrumbs > a,
.footer-copyright,
.footer-policy,
.footer-contacts-item span,
.lang > a,
.hero-icons-item-text,
.mph-item-text,
.services-item-desc,
.sh-block-text,
.skills-item-subtitle {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.5rem;
}

ol li,
ul li,
.text-reg,
p,
.anchors-inner > a,
.contacts-mail,
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
input:not([type]),
textarea,
input[type='checkbox'] + label,
.nav-link > a,
.callback,
.callback-mobile,
.hero-desc,
.mission-text,
.modal-subtitle,
.showcase-icon span,
.showcase-icon a,
.sites-grid-item-desc,
.skills-item-title {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.875rem;
}

.tbig p,
.crm-case-block-title,
.sites-grid-item-price {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 2.25rem;
}
@media (max-width: 980px) {
  .tbig p,
  .crm-case-block-title,
  .sites-grid-item-price {
    font-size: 1rem;
    line-height: 1.875rem;
  }
}

h1,
.text-h1,
.hero-title {
  font-weight: 800;
  font-size: 2.625rem;
  letter-spacing: 0;
  line-height: 3.5rem;
}
@media (max-width: 1248px) {
  h1,
  .text-h1,
  .hero-title {
    font-size: 2.375rem;
    line-height: 3.125rem;
  }
}
@media (max-width: 980px) {
  h1,
  .text-h1,
  .hero-title {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}

h2,
.text-h2,
.crm-cases-title,
.modal-title,
.portfolio-title,
.st-item-title,
.sites .sites-item-title,
.sites-grid-item-title {
  font-weight: 800;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 2.875rem;
}
@media (max-width: 980px) {
  h2,
  .text-h2,
  .crm-cases-title,
  .modal-title,
  .portfolio-title,
  .st-item-title,
  .sites .sites-item-title,
  .sites-grid-item-title {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

h3,
.text-h3,
.contacts-form-title,
.crm-case-result-item-value,
.prices-item-title {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 2.25rem;
}

/*--------------------------
Typography
--------------------------*/
a {
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

p {
  margin-bottom: 16px;
}
.tbig p {
  color: #495057;
  margin-bottom: 16px;
}

b,
strong {
  font-weight: 700 !important;
}

ul {
  margin: 24px auto;
}
ul li {
  margin: 20px 0;
  padding-left: 18px;
  display: block;
  position: relative;
}
ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #f7683f;
  position: absolute;
  top: 12px;
  left: 2px;
  border-radius: 3px;
}

ol {
  margin: 24px auto;
  counter-reset: counter;
}
ol li {
  margin: 20px 0;
  padding-left: 34px;
  display: block;
  position: relative;
}
ol li:before {
  counter-increment: counter;
  content: counter(counter);
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 600;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  background: white;
  position: absolute;
  color: #f7683f;
  top: 2px;
  left: 0;
  box-shadow: 0 0.5rem 0.9375rem 0 rgba(66, 81, 97, 0.2);
  border-radius: 4px;
}

.accordion__item {
  border-radius: 12px;
  margin-bottom: 24px;
  box-shadow: 0 24px 36px -12px rgba(66, 81, 97, 0.06);
  transition: background 0.2s;
  cursor: pointer;
  background: white;
  padding: 24px;
  transition: all 150ms ease-in-out;
}
.accordion__item_active {
  box-shadow: 0 12px 10px 0 rgba(66, 81, 97, 0.1);
}
.accordion__item_active .accordion__item-heading:before {
  transform: scale(-1);
}
.accordion__item_active .accordion__item-title {
  color: #f7683f;
}
.accordion__item_active .accordion__item-body {
  display: block;
}
.accordion__item:hover .accordion__item-title {
  color: #f7683f;
}
.accordion__item-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 30px;
  position: relative;
}
.accordion__item-heading:before {
  content: '';
  background: url('/local/templates/main/stylesheets/../images/icon-chevron-small.svg') no-repeat center right/cover;
  width: 9px;
  height: 6px;
  opacity: 1;
  position: absolute;
  top: 9px;
  right: 0;
}
.accordion__item-title {
  font-weight: 600;
  transition: all 150ms ease-in-out;
}
.accordion__item-actions {
  font-weight: 600;
  color: #f7683f;
  white-space: nowrap;
}
.accordion__item-body {
  display: none;
  padding-top: 24px;
}
.accordion__item-body > *:not(:last-child) {
  margin-bottom: 24px;
}

.video-slider {
  max-width: 1440px;
  margin: 0 auto;
  padding: 100px 0 !important;
  position: relative;
}
@media (max-width: 768px) {
  .video-slider {
    padding: 50px 0 !important;
  }
}
@media (max-width: 640px) {
  .video-slider {
    padding: 35px 16px !important;
  }
  .video-slider:before,
  .video-slider:after {
    display: none;
  }
}
.video-slider:before,
.video-slider:after {
  content: '';
  width: 120px;
  height: calc(100% - 110px);
  position: absolute;
  top: 0;
  z-index: 255;
  pointer-events: none;
}
.video-slider:before {
  background-image: linear-gradient(to right, #fafbfd 10%, rgba(250, 251, 253, 0) 100%);
  left: 0;
}
.video-slider:after {
  background-image: linear-gradient(to left, #fafbfd 10%, rgba(250, 251, 253, 0) 100%);
  right: 0;
}
.video-slider-body {
  position: relative;
  display: flex;
}
.video-slider-arrows {
  display: flex;
  margin: 40px auto 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 120px;
}
@media (max-width: 640px) {
  .video-slider-arrows {
    margin: 20px auto 0 auto;
  }
}
.video-slider-arrows .prev,
.video-slider-arrows .next {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  padding: 13px;
  fill: #adb4c2;
  display: block;
  box-shadow: 0 0 0 2px #ebeef4 inset;
  border-radius: 20px;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
.video-slider-arrows .prev:hover,
.video-slider-arrows .next:hover {
  box-shadow: 0 0 0 40px #ebeef4 inset;
  fill: #5b667b;
}
@media (max-width: 480px) {
  .video-slider-arrows .prev,
  .video-slider-arrows .next {
    margin-left: 12px;
  }
}
.video-slider-arrows .prev {
  transform: scale(-1);
}
.video-item {
  height: auto !important;
  display: flex;
  flex-direction: column;
}
.video-item.swiper-slide:not(.swiper-slide-active) {
  filter: grayscale(100);
}
.video-item.swiper-slide:not(.swiper-slide-active) img {
  opacity: 0.5;
}
.video-item-title {
  font-size: 1.125rem;
  line-height: 1.875rem;
  font-weight: 700;
  text-align: center;
  margin: 8px 0;
}
.video-item-content {
  margin-bottom: 12px;
  width: 100%;
  display: block;
  box-shadow: 0 20px 30px -10px rgba(66, 81, 97, 0.3);
  border-radius: 20px;
  overflow: hidden;
}
.video-item-content iframe,
.video-item-content img {
  display: block;
  width: 100%;
}
.video-item-desc {
  color: #5b667b;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

/*--------------------------
Table
--------------------------*/
.table-feature {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-feature__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-feature__column-headers {
  height: 67px;
}

.table-price.hidden {
  display: none;
}

.table-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.table-price__features-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-price__sidebar {
  width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}

.table-price__sidebar--header {
  font-weight: 600;
  margin: auto 0;
}

.table-price__body {
  width: calc(100% - 360px + 12px);
}

.table-price__headers,
.table-price__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.table-price__headers {
  height: 80px;
}

.table-price__header,
.table-price__column {
  color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
}

.table-price__header:nth-child(2n),
.table-price__column:nth-child(2n) {
  margin: 0 12px;
}

.table-price__header {
  background-color: #f7683f;
  font-size: 14px;
  font-weight: 700;
  border-radius: 7px 7px 0 0;
}

.table-price__column {
  background-color: #f59e86;
  padding: 18px 0;
}

.table-price:last-child .table-price__column {
  border-radius: 0 0 7px 7px;
}

.table-price__section.hidden::before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.table-price__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  cursor: pointer;
  padding: 18px 0;
}

.table-price__section::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin: 4px 10px 0 0;
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjU0OTUgNi4yNzk3NUMxOS42OTY3IDYuNDM3NTQgMTkuNzg3NSA2LjY0NTU3IDE5LjgwNiA2Ljg2NzZDMTkuODI0NiA3LjA4OTYyIDE5Ljc2OTcgNy4zMTE1NyAxOS42NTEgNy40OTQ3OEwxOS41NDk1IDcuNjI4MDlMMTEuNTM2MiAxNi4xOThDMTEuMzg4NyAxNi4zNTU1IDExLjE5NDIgMTYuNDUyNiAxMC45ODY2IDE2LjQ3MjRDMTAuNzc5IDE2LjQ5MjIgMTAuNTcxNCAxNi40MzM2IDEwLjQwMDEgMTYuMzA2NkwxMC4yNzU1IDE2LjE5OEwyLjI2MjI0IDcuNjI4MDlDMi4xMDQ0OSA3LjQ2MDE0IDIuMDExMjkgNy4yMzUwOSAyLjAwMSA2Ljk5NzI5QzEuOTkwNzEgNi43NTk1IDIuMDY0MDcgNi41MjYyIDIuMjA2NjMgNi4zNDMzOUMyLjM0OTIgNi4xNjA1NyAyLjU1MDYxIDYuMDQxNSAyLjc3MTIgNi4wMDk2MkMyLjk5MTc4IDUuOTc3NzUgMy4yMTU1MiA2LjAzNTM5IDMuMzk4MzQgNi4xNzEyTDMuNTIyOTkgNi4yNzk3NUwxMC45MDU5IDE0LjE3NzRMMTguMjg4NyA2LjI3OTc1QzE4LjM3MTQgNi4xOTEwNyAxOC40Njk3IDYuMTIwNzIgMTguNTc3OSA2LjA3MjcxQzE4LjY4NiA2LjAyNDcxIDE4LjgwMiA2IDE4LjkxOTEgNkMxOS4wMzYyIDYgMTkuMTUyMiA2LjAyNDcxIDE5LjI2MDMgNi4wNzI3MUMxOS4zNjg1IDYuMTIwNzIgMTkuNDY2OCA2LjE5MTA3IDE5LjU0OTUgNi4yNzk3NVoiIGZpbGw9IiNGNzY4M0YiLz4KPC9zdmc+Cg==');
}

.table-price__section--title {
  font-size: 20.8px;
  font-weight: 700;
}

.table-price__subsection {
  padding: 18px 0;
}

@media screen and (max-width: 992px) {
  .table-feature__column-headers {
    display: none;
  }
  .table-price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-price__sidebar {
    width: 100%;
  }
  .table-price__body {
    width: 100%;
  }
  .table-price__column {
    word-wrap: anywhere;
    text-align: center;
  }
  .table-price__columns.section {
    display: none;
  }
  .table-price__section {
    margin-top: 12px;
  }
  .table-price:last-child .table-price__column {
    border-radius: 0;
  }
}

#variants {
  display: flex;
  flex-direction: column;
  gap: 80px;

  margin-top: 72px;
}

#variants h2 {
  text-align: center;
}

.variants__texts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.variants__texts p {
  margin: 0;
}

.variants__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;

  gap: 47px;
}

@media (max-width: 1200px) {
  .variants__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .variants__grid {
    grid-template-columns: 1fr;
  }
}

.variants__grid__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.variants__grid__element svg {
  fill: #f7683f;
}

.variants__grid__element span {
  font-size: 14px;
  line-height: 24px;
  color: #212529;
  box-shadow: 1px 1px 1px 0px #00000001;

  text-align: center;
}

#project-steps {
  margin-top: 80px;

  margin-bottom: 30px;
}

#project-steps h2 {
  margin-bottom: 26px;
}

#project-team {
  background: white;

  padding-top: 30px;
  padding-bottom: 30px;
}

#project-team h2 {
  margin-bottom: 50px;
}

.project-team {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.project-team__element-title {
  font-weight: 700;
  font-size: 24px;
}

.project-way {
  display: flex;
  flex-direction: column;

  gap: 80px;
}

.project-way__row {
  display: flex;
  position: relative;
  gap: 144px;

  max-width: fit-content;
}

.project-way__row-under-big {
  align-self: end;
  margin-right: calc(71px + 30px);
}

.project-way__row-normal::after {
  content: '';
  position: absolute;

  top: calc(100% + 40px);
  transform: translateY(-50%);
  left: 24px;

  height: 64px;
  border-left: 2px solid #f7683f;
}

.project-way__row-normal::before {
  content: '';
  position: absolute;
  background: url('/local/templates/main/stylesheets/../images/arrow-right.svg') no-repeat center;

  height: 50px;
  width: 50px;

  background-size: 20px;

  transform: translateY(-50%) rotate(90deg);
  top: calc(100% + 70px);
  left: 0;
}

.project-way__row-big::after {
  content: '';
  position: absolute;

  top: 50%;
  transform: translateY(-17px);
  right: calc(-71px + -30px);

  height: 64px;
  width: 64px;

  border-top: 2px solid #f7683f;
  border-right: 2px solid #f7683f;
  border-bottom: 2px solid #f7683f;

  width: 71px;
  height: 142px;

  border-radius: 0 10px 10px 0;
}

.project-way__row-big::before {
  content: '';
  position: absolute;
  background: url('/local/templates/main/stylesheets/../images/arrow-right_gray.svg') no-repeat center;

  height: 50px;
  width: 50px;

  background-size: 20px;
  transform: rotate(180deg);

  top: calc(100% + 69px);
  right: calc(-30px + -28px);
}

.project-way__row-under-big .project-way__element::before {
  transform: translateY(-50%) rotate(180deg);
  right: -60px;
}

.project-way__row-under-big:before {
  content: '';
  position: absolute;

  display: block !important;

  top: 0;
  transform: translateY(-83px);
  left: calc(-120px + -32px);

  border-left: 2px solid;
  border-bottom: 2px solid;
  border-color: #adb4c2;

  width: 120px;
  height: 100px;

  border-radius: 0 0 0 10px;
}

.project-way__row-under-big:after {
  content: '';
  position: absolute;
  background: url('/local/templates/main/stylesheets/../images/arrow-right_gray.svg') no-repeat center;

  height: 50px;
  width: 50px;

  background-size: 20px;
  transform: rotate(270deg);

  top: -105px;
  left: calc(-120px + -56px);
}

.project-way__row-unactive.project-way__row-big::after {
  border-color: #adb4c2;
}

.project-way__row-unactive .project-way__element::after {
  border-color: #adb4c2;
}

.project-way__row-unactive .project-way__element::before {
  background: url('/local/templates/main/stylesheets/../images/arrow-right_gray.svg') no-repeat center;
  background-size: 20px;
}

.project-way__row:last-of-type::after {
  content: '';
  top: 0;
  transform: translateY(-100%);
  height: 200px;
}

.project-way__row:last-of-type::before {
  content: '';
  top: -3px;
}

.project-way__row-small::after,
.project-way__row-small::before {
  display: none;
}

.project-way__row-small {
  gap: 106px;
}

.project-way__row-small .project-way__element::after {
  width: 32px;
  right: -61px;
}

.project-way__row-small .project-way__element::before {
  right: calc(-100px + 16px);
}

.project-way__element {
  color: #000000;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;
}

.project-way__element:last-of-type::after {
  display: none;
}

.project-way__element__title:hover + .project-way__element__about {
  display: flex;
}

.project-way__element a:hover + .project-way__element__about {
  display: flex;
}

.project-way__element::after {
  content: '';
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
  right: -113px;

  width: 80px;
  border-bottom: 2px solid #f7683f;
}

.project-way__element::before {
  content: '';
  position: absolute;
  background: url('/local/templates/main/stylesheets/../images/arrow-right.svg') no-repeat center;

  height: 50px;
  width: 50px;

  background-size: 20px;

  top: 50%;
  transform: translateY(-50%);
  right: calc(-113px + -22px);
}

.project-way__element:last-of-type::before {
  display: none;
}

.project-way__element__title {
  margin-bottom: 0;
  max-width: 330px;

  font-size: 16px;
  color: #000;
  cursor: pointer;

  z-index: 5;
}

.project-way__element__about {
  display: none;
  flex-direction: column;
  gap: 20px;

  position: absolute;
  left: 0;
  transform: translateY(100%);
  bottom: 0;
  z-index: 10;

  width: 400px;
  padding: 16px;
  border-radius: 10px;

  transition: display 0.25s;

  box-shadow: 0px 5px 30px 0px #f7683f4d;

  background: #f7683f;
  color: white;
}

.project-way__element__about::after {
  content: '';

  position: absolute;
  left: 12px;
  top: -11px;

  background: url('/local/templates/main/stylesheets/../images/trinagle-orange.svg') no-repeat center;

  height: 20px;
  width: 20px;
}

/* мобилка */

.project-way__mobile {
  display: none;
}

.project-way__mobile li {
  padding-left: calc(24px + 10px);
}

.project-way__mobile ul ul {
  margin-left: calc(24px + 10px);
}

.project-way__mobile ul ul li::before {
  background: #868e96;
}

.project-way__mobile ul ul li::after {
  border-color: #868e96;
}

.project-way__mobile li::before {
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 20px;
}
.project-way__mobile li::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 6px;
  width: 10px;
  border-left: 2px solid #f7683f;
  height: calc(100% + 20px);
}
.line-100:after {
  height: 100% !important;
}
.project-way__element__about-mobile {
  font-size: 12px;
  color: #868e96;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.project-way__element__about-mobile span {
  display: block;
}

.project-way__mobile__last {
  padding: 16px 24px;
  border: 2px solid #f7683f;
  border-radius: 7px;

  margin-left: 6px;
  max-width: fit-content;
}

@media (max-width: 1250px) {
  .project-way {
    display: none !important;
  }

  .project-way__mobile {
    display: block;
  }
}

/* иконки */

.project-way_icon-1 {
  background: url('/local/templates/main/stylesheets/../images/new_icons/01.svg') no-repeat center;

  position: absolute;
  right: 0;

  width: 70px;
  height: 70px;
}

.project-way_icon-2 {
  background: url('/local/templates/main/stylesheets/../images/new_icons/02.svg') no-repeat center;

  position: absolute;
  right: 0;

  width: 80px;
  height: 80px;
}

.project-way_icon-3 {
  background: url('/local/templates/main/stylesheets/../images/new_icons/03.svg') no-repeat center;

  position: absolute;
  right: 0;

  width: 80px;
  height: 80px;
}

.project-way_icon-4 {
  background: url('/local/templates/main/stylesheets/../images/new_icons/04.svg') no-repeat center;

  position: absolute;
  right: 0;

  width: 88px;
  height: 80px;
}

.text-nowrap {
  text-wrap: nowrap;
}

.text-bold {
  font-weight: 700;
}

.support-differences {
  display: grid;
  grid-template-columns: 1fr 1fr;

  margin-top: 60px;
}

@media (max-width: 768px) {
  .support-differences {
    grid-template-columns: 1fr;
  }
}

.tariffs-table tbody td {
  border: 1px solid white;
  border-left: none;

  height: 64px;
  padding: 8px;
  font-size: 14px;
  line-height: 24px;

  vertical-align: middle;
  transition: height 0.4s;
  transition-delay: 0.5s;
}

.tarrifs-table__tooltip {
  display: none;
}

@media (max-width: 900px) {
  .tariffs-table tr.not-expand td[colspan='5'] {
    text-align: left;
  }

  .tarrifs-table__tooltip {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;

    color: #868e96;
  }
}

.tariffs-table thead th {
  border: 1px solid white;
  vertical-align: middle;
}

.tariffs-table thead th:first-of-type {
  border-left: none;
}

.tariffs-table thead th:last-of-type {
  border-right: none;
}

.tariffs-table td,
.tariffs-table th {
  text-align: center;
  cursor: pointer;
}

.tariffs-table tbody td:first-of-type {
  border-left: none;
}

.tariffs-table tbody td:last-of-type {
  border-right: none;
}

.tariffs-table_gray {
  background-color: #e8ebf1;
  color: #868e96;

  min-width: 264px;
}

.tariffs-table_green {
  background-color: #d3f9d8;
  color: #69db7c;

  min-width: 234px;
}

.tariffs-table_blue {
  background-color: #ccedff;
  color: #4dadf7;

  min-width: 234px;
}

.tariffs-table_violet {
  background-color: #e5dbff;
  color: #9775fa;

  min-width: 234px;
}

.tariffs-table_pink {
  background-color: #ffdeeb;
  color: #f06595;

  min-width: 234px;
}

.tariffs-table tbody td:nth-child(1) {
  background-color: white;
}

.tariffs-table tbody td:nth-child(2) {
  background-color: #ebfbee;
}

.tariffs-table tbody td:nth-child(3) {
  background-color: #e8f7ff;
}

.tariffs-table tbody td:nth-child(4) {
  background-color: #f3f0ff;
}

.tariffs-table tbody td:nth-child(5) {
  background-color: #fff0f6;
}

/* .tariffs-table tbody tr:not(.not-expand):not(:last-of-type):hover td {
  font-weight: 700;
} */

.tariffs-table tbody tr:not(:first-of-type):not(.not-expand):not(:last-of-type):hover td:nth-child(1) {
  background-color: #e8ebf1;
  color: #868e96;
}

.tariffs-table tbody tr:not(.not-expand):hover td:nth-child(2) {
  background-color: #d3f9d8;
  color: #69db7c;
}

.tariffs-table tbody tr:not(.not-expand):hover td:nth-child(3) {
  background-color: #ccedff;
  color: #4dadf7;
}

.tariffs-table tbody tr:not(.not-expand):hover td:nth-child(4) {
  background-color: #e5dbff;
  color: #9775fa;
}

.tariffs-table tbody tr:not(.not-expand):hover td:nth-child(5) {
  background-color: #ffdeeb;
  color: #f06595;
}

.tariffs-table__prices td {
  color: white !important;
  font-weight: 500 !important;
}

.tariffs-table__prices td:nth-child(1) {
  background-color: #868e96 !important;
}
.tariffs-table__prices td:nth-child(2) {
  background-color: #69db7c !important;
}
.tariffs-table__prices td:nth-child(3) {
  background-color: #4dadf7 !important;
}
.tariffs-table__prices td:nth-child(4) {
  background-color: #9775fa !important;
}
.tariffs-table__prices td:nth-child(5) {
  background-color: #f06595 !important;
}

/* кнопки купить */
.tarrifs-table__buys td {
  position: relative;
}

.tarrifs-table__buys td:after {
  content: '';
  position: absolute;

  top: -5px;
  left: 0;

  width: 100%;
  height: 5px;
}
.tarrifs-table__buys td:nth-child(2):after {
  background-color: #ebfbee !important;
}
.tarrifs-table__buys td:nth-child(3):after {
  background-color: #e8f7ff !important;
}
.tarrifs-table__buys td:nth-child(4):after {
  background-color: #f3f0ff !important;
}
.tarrifs-table__buys td:nth-child(5):after {
  background-color: #fff0f6 !important;
}

.tarrifs-table__buys td:nth-child(2) a {
  background-color: #69db7c !important;
}

.tarrifs-table__buys td:nth-child(3) a {
  background-color: #4dadf7 !important;
}

.tarrifs-table__buys td:nth-child(4) a {
  background-color: #9775fa !important;
}

.tarrifs-table__buys td:nth-child(5) a {
  background-color: #f06595 !important;
}

.tarrifs-table__buys td a:hover {
  opacity: 0.6 !important;
}

/* страница КОНСАЛТИНГ consulting */
.consulting-items {
  grid-template-columns: 1fr 1fr;

  margin-top: 20px;
}

.consulting-section-button {
  position: relative;
  top: 24px;
}

@media (max-width: 768px) {
  .consulting-items {
    grid-template-columns: 1fr;
  }

  .consulting-section-button {
    position: static !important;
  }
}

.container img {
  max-width: 100%;
  object-fit: cover;
}

.default-h2 {
  margin-bottom: 20px;
}

.mobile-app-stages {
  position: relative;
}

.stages-row {
  height: 225px;
  padding-top: 10px;

  position: relative;
}

.stages-row-name {
  max-width: 40px;
  font-size: 16px;
  font-weight: 600;
}

.stages-row::after {
  position: absolute;
  top: 0;

  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    gray,
    /* Цвет чёрточки */ gray 20px,
    /* Конец чёрточки */ transparent 20px,
    /* Начало пробела */ transparent 38px /* Конец пробела (20px + 18px) */
  );
}

.timeline-wrapper {
  position: absolute;
  top: 0;

  width: 100%;
  height: 100%;

  display: flex;
  align-items: end;
}

.mobile-app-stages .timeline {
  width: 100%;
  height: 5px;
  border-radius: 50px;
  background-color: #adb5bd;

  position: absolute;
  bottom: 0;
}

.timeline-point {
  position: absolute;
  padding-top: 11px;
  font-size: 14px;
  font-weight: 600;

  max-width: 100px;
}

.timeline-point.start {
  left: 0;
}

.timeline-point.end {
  right: 0;
  text-align: right;
}

.timeline-point::before {
  content: '';
  position: absolute;
  top: -1px;

  width: 8px;
  height: 8px;
  background: #495057;
  border-radius: 50px;
}

.timeline-point.end::before {
  right: 0;
}

.timeline-item {
  position: relative;
  bottom: 0;

  z-index: 1;
  transform: translateY(50%);
}

.timeline-tooltip {
  display: none;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  left: -12px;
  transform: translateY(100%);
  bottom: -5px;
  z-index: 10;
  width: 400px;
  padding: 16px;
  border-radius: 10px;
  transition: display 0.25s;
  box-shadow: 0px 5px 30px 0px #f7683f4d;
  background: #f7683f;
  color: white;

  pointer-events: none;
}

.timeline-circle:hover + .timeline-tooltip {
  display: flex !important;
}

.timeline-tooltip::after {
  content: '';

  position: absolute;
  left: 12px;
  top: -11px;

  background: url('/local/templates/main/stylesheets/../images/trinagle-orange.svg') no-repeat center;

  height: 20px;
  width: 20px;
}

.mobile-app-stages .timeline-circle {
  background: #ff8d51;
  height: 21px;
  width: 21px;

  border-radius: 50px;
  z-index: 5;
  position: relative;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-circle::after {
  content: '';
  background: url('/local/templates/main/images/services/mobile-app/almost-full-circle-orange.svg');

  height: 41px;
  width: 41px;
  position: absolute;
}

.orangedark .timeline-circle::after {
  background: url('/local/templates/main/images/services/mobile-app/almost-full-circle-orangedark.svg');
}

.orangedark .timeline-circle,
.orangedark .timeline-item-line {
  background: #f7683f;
}

.red .timeline-circle::after {
  background: url('/local/templates/main/images/services/mobile-app/almost-full-circle-red.svg');
}

.red .timeline-circle,
.red .timeline-item-line {
  background: #ef412d;
}

.timeline-circle svg {
  fill: transparent;
}

.timeline-item-line {
  height: 100px;
  width: 3px;
  border-radius: 20px;

  background: #ff8d51;
  position: absolute;
  left: 50%;

  transform: translateX(-50%) translateY(-100%);
  top: 0 !important;
}

.timeline-item-line-name {
  position: absolute;
  top: 0;
  left: 12px;
}

.timeline-item:nth-of-type(1) {
  margin-left: 139px;
  margin-top: 67px;
}

.timeline-item:nth-of-type(2) {
  margin-left: 40px;
  margin-top: 72px;
}

.timeline-item:nth-of-type(3) {
  margin-left: 40px;
  margin-top: 54px;
}

.timeline-item:nth-of-type(4) {
  margin-left: 160px;
  margin-top: 78px;
}

.timeline-item:nth-of-type(5) {
  margin-left: 50px;
  margin-top: 54px;
}

.timeline-item:nth-of-type(6) {
  margin-left: 150px;
  margin-top: 94px;
}

.timeline-item:nth-of-type(7) {
  margin-left: 60px;
  margin-top: 70px;
}

.timeline-item:nth-of-type(8) {
  margin-left: 150px;
  margin-top: 77px;
}

@media (min-width: 1101px) {
  .timeline-item {
    margin-top: 0 !important;
  }
}

/* мобилка timeline */
@media (max-width: 1100px) {
  .timeline-point::before {
    left: -2px;
  }

  .timeline-point.start {
    top: 0;
  }

  .timeline-point.start .point-text {
    position: relative;
    transform: translateY(-100%) translateX(-50%);
    left: 9px;
    bottom: 10px;
  }

  .timeline-point.end {
    bottom: 0;
    left: 0;
    right: unset;
  }

  .timeline-point.end .point-text {
    position: relative;
    transform: translateY(100%);
    text-align: start;
    left: -8px;
  }

  .timeline-point.end::before {
    bottom: -1px;
    top: unset;
  }

  .mobile-app-stages {
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .stages-row {
    width: 33.3%;
    height: 772px;
  }

  .stages-row::after {
    height: 100%;
    width: 2px;
    right: 0;

    background: repeating-linear-gradient(
      to bottom,
      gray,
      /* Цвет чёрточки */ gray 20px,
      /* Конец чёрточки */ transparent 20px,
      /* Начало пробела */ transparent 38px /* Конец пробела (20px + 18px) */
    );
  }

  .stages-row-name {
    max-width: unset;
    margin: 0 auto;
    text-align: center;
  }

  .mobile-app-stages .timeline {
    width: 4px;
    height: 100%;

    left: 0;
    top: 0;
  }

  .timeline-wrapper {
    flex-direction: column;
    align-items: start;
  }

  .timeline-item {
    margin-left: 0 !important;
  }

  .timeline-item-line {
    height: 2px;
    width: 100px;

    top: 50% !important;
    transform: translateY(-100%);
  }

  .timeline-item-line-name {
    right: 0;
    left: unset;

    margin-top: 5px;
    width: min-content;
    text-align: center;
    font-size: 14px;
  }

  .mobile-app-stages .timeline-circle {
    transform: rotate(90deg);
    width: 16px;
    height: 16px;

    left: -5px;
  }

  .timeline-circle::after {
    width: 30px;
    height: 30px;

    background-size: cover !important;
  }
}

@media (max-width: 768px) {
  .timeline-tooltip {
    display: none;
  }

  .timeline-item-line-name {
    font-size: 10px;
    line-height: 16px;
  }
}

.default-block-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 960px) {
  .default-block-margin {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

#default-kit {
  position: relative;
}

.kit-number-wrapper {
  width: 100px;
  height: 38px;
  flex-shrink: 0;

  border-radius: 0 50px 50px 0;
  background-color: #ff8d51;

  display: flex;
  justify-content: end;
  align-items: center;
}

.default-kit-container .default-kit-element:nth-child(3n + 1) .kit-number-wrapper {
  background-color: #ff8d51; /* Красный для каждого первого */
}

.default-kit-container .default-kit-element:nth-child(3n + 2) .kit-number-wrapper {
  background-color: #f86f42; /* Синий для каждого второго */
}

.default-kit-container .default-kit-element:nth-child(3n) .kit-number-wrapper {
  background-color: #ef412d; /* Желтый для каждого третьего */
}

.default-kit-container {
  display: flex;
  flex-direction: column;
  gap: 8px;

  overflow: hidden;
  position: relative;
}

.default-kit-bg {
  position: absolute;
  bottom: 0;
  right: 0;

  width: 40% !important;
  max-width: 630px;
  height: auto;
  opacity: 1;
}

@media (max-width: 480px) {
  .default-kit-bg {
    opacity: 0.6;
  }
}

.default-kit-element {
  display: flex;
  gap: 16px;
}

.kit-number {
  border-radius: 100px;
  box-shadow: -3px 0px 7.5px 0px #b049135e;

  padding: 8px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: white;

  height: 100%;
  width: 38px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.kit-title {
  font-size: 18px;
  line-height: 22px;
  z-index: 50;

  padding-top: 8px;
}

/* mobile-app */
.what-is-it-container {
  position: relative;
}

.what-is-it-images {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.what-is-it-images img {
  width: auto;
  position: absolute;

  bottom: -50px;
  left: calc(50% + 86px);
  transform: translateX(-50%);
}

.what-is-it-images svg circle {
  fill: transparent;
}

.what-is-it-benefits {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.what-is-it-benefits .benefit {
  position: relative;
  display: flex;
}

.benefit h3 {
  width: fit-content;
  max-width: 388px;
  padding: 0 20px;
  border-bottom: 2px solid #f7683f;

  text-align: center;
  position: relative;
}

.benefit p {
  text-align: center;
  line-height: 20px;

  padding-top: 4px;
}

.benefit svg {
  position: absolute;
}

.benefit svg {
  bottom: 0;
  right: 1px;

  transform: translate(100%, 100%);
}

.benefit.totop svg {
  transform: translate(100%, 0);
  bottom: -3px;
  right: 1px;
}

.benefit.rightside svg {
  transform: translate(-100%, 100%);
  bottom: 0;
  left: 1px;
}

.benefit.rightside.totop svg {
  transform: translate(-100%, 0);
  left: 2px;
  bottom: -2px;
}

@media (min-width: 1200px) {
  .what-is-it-benefits .benefit:nth-child(1) {
    position: relative;
    left: 110px;
    top: 120px;
  }

  .what-is-it-benefits .benefit:nth-child(2) {
    position: absolute;
    right: 0px;
    top: 169px;
  }

  .what-is-it-benefits .benefit:nth-child(3) {
    position: absolute;
    left: 43px;
    top: 323px;
  }

  .what-is-it-benefits .benefit:nth-child(4) {
    position: absolute;
    right: 24px;
    top: 478px;
  }

  .what-is-it-benefits .benefit:nth-child(5) {
    position: absolute;
    left: 24px;
    top: 587px;
  }
}

@media (max-width: 1200px) {
  .what-is-it-wrapper {
    display: flex;
    flex-direction: column;

    padding-bottom: 700px;
  }

  .what-is-it-benefits {
    position: relative;
    order: -1;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .what-is-it-benefits .benefit svg {
    display: none;
  }

  .what-is-it-images {
    position: static;
    bottom: 0;
    left: 0;
  }

  .what-is-it-images svg {
    position: absolute;
    width: 634px;
    bottom: 154px;
  }
}

@media (max-width: 768px) {
  .what-is-it-benefits .benefit h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .what-is-it-benefits .benefit p {
    font-size: 12px;
    list-height: 16px;
  }
}

.project-detail-showcase-slider {
  width: calc(100% - 128px);
  width: calc(100% - 86px);
  padding: 21px;
}

.project-detail-showcase-slider__wrapper {
  position: relative;

  .swiper-wrapper {
    display: flex;
    align-items: center;
  }

  .swiper-button-prev,
  .swiper-button-next {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;

    cursor: pointer;

    height: 40px;
    width: 40px;
    background-color: transparent;
    border: 2px solid #ebeef4;
    border-radius: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    box-shadow: 0 0 0 40px #ebeef4 inset;
  }

  .swiper-button-next {
    left: unset;
    right: 0;
  }
}

.project-detail-showcase-slider {
  margin-bottom: 120px;
}

.project-detail-showcase-slider .swiper-slide {
  visibility: hidden;
}

.project-detail-showcase-slider.is-moving .swiper-slide.custom-visible-before,
.project-detail-showcase-slider.is-moving .swiper-slide.custom-visible-after {
  visibility: visible;
}

.project-detail-showcase-slider.is-moving .swiper-slide.custom-visible-before,
.project-detail-showcase-slider.is-moving .swiper-slide.custom-visible-after,
.project-detail-showcase-slider .swiper-slide.custom-visible {
  visibility: visible;

  img {
    box-shadow: 0px 10px 20px -5px #4251614d;
  }
}

.project-detail-showcase-slider .swiper-slide {
  width: 50%;

  overflow: visible;

  a {
    display: flex;
    flex-direction: column;
  }

  img {
    width: 100%;
    max-height: 528px;
    border-radius: 15px;
  }

  .title {
    margin: 0 auto;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 600;
    color: #212529;
  }

  .title.hidden {
    visibility: hidden;
  }
}

@media (width <= 1200px) {
  .project-detail-showcase-slider .swiper-slide img {
    max-height: 400px !important;
  }
}

@media (width <= 768px) {
  .project-detail-showcase-slider {
    width: calc(100% - 90px);
    .title {
      font-size: 13px;
    }
  }

  .project-detail-showcase-slider {
    margin-bottom: 70px;
  }
}

@media (width <= 512px) {
  .project-detail-showcase-slider {
    .swiper-slide {
      width: 100%;
    }
  }
}

/* деталка проекта, новые виды картинок */
.detail-image-block {
  margin: 80px 0;
}

.detail-image-block p {
  margin-top: 24px;
  margin-bottom: 40px;
}

.detail-image-block img {
  max-height: 800px;
  object-fit: cover;

  width: 100%;
  object-position: center;
}

@media (width <= 1200px) {
  .detail-image-block img {
    aspect-ratio: 100 / 47;
  }
}

@media (width <= 768px) {
  .detail-image-block {
    margin: 60px 0;
  }

  .detail-image-block p {
    margin-bottom: 32px;
    font-size: 13.6px;
    line-height: 25.5px;
  }
}

/* */
.detail-image-block__with-shadow img {
  object-position: top;
  box-shadow: 0px 10px 20px -5px #4251614d;
  border-radius: 15px;
}

/* */

.detail-image-block__2-columns p {
  margin: 0;
}

.detail-image-block__2-columns img {
  object-position: top;
  aspect-ratio: 296 / 243;
  border-radius: 15px;
  box-shadow: 0px 10px 20px -5px #4251614d;
}

.detail-image-block__2-columns .detail-image-block__column:nth-child(2) img {
  aspect-ratio: 592 / 349;
}

.detail-image-block__2-columns .detail-image-block__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 24px;
}

.detail-image-block__2-columns .detail-image-block__column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media (width <= 600px) {
  .detail-image-block__2-columns .detail-image-block__columns {
    grid-template-columns: 1fr;
  }

  .detail-image-block__2-columns img {
    order: 2;
    aspect-ratio: 4 / 2 !important;
  }

  .detail-image-block__2-columns .detail-image-block__columns {
    gap: 40px;
  }

  .detail-image-block__2-columns .detail-image-block__column {
    gap: 32px;
  }
}

/* */
.detail-image-block__3-photos {
  .detail-image-block__text-row {
    display: flex;
    gap: 16px;
  }

  .detail-image-block__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .detail-image-block__column {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  img {
    box-shadow: 0px 10px 20px -5px #4251614d;
    max-height: 450px;
    border-radius: 15px;
    object-position: top;
  }

  .detail-image-block__column:nth-child(2) img {
    max-height: 885px;
  }
}

@media (width <= 1200px) {
  .detail-image-block__column:nth-child(2) img {
    aspect-ratio: 10 / 8;
  }
}

@media (width <= 768px) {
  .detail-image-block__3-photos {
    .detail-image-block__text-row {
      flex-direction: column;
      margin-top: 24px;
      margin-bottom: 32px;
    }

    p {
      margin: 0;
    }

    .detail-image-block__columns {
      grid-template-columns: 1fr;
      gap: 24px;
    }

    .detail-image-block__column {
      gap: 24px;
    }
  }
}

/* */
.detail-image-block__photos-slider {
  .detail-image-block__swiper {
    overflow: hidden;
  }

  img {
    aspect-ratio: unset !important;
    object-fit: contain;
    max-height: 564px;
    width: fit-content;
  }

  .swiper-slide {
    width: fit-content;
  }

  p:last-of-type {
    margin: 0;
  }
}

@media (width <= 768px) {
  .detail-image-block__photos-slider {
    img {
      width: 214px;
    }
  }
}

/* End */


/* Start:/local/templates/main/stylesheets/jquery.fancybox.min.css?162919251512795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/main/stylesheets/custom.css?173737104814716*/
.grecaptcha-badge {
  display: none;
}
.form-result-margin {
  margin-top: 15px;
}
.form-result.success {
  color: green;
}
.form-result.error {
  color: red;
}
.one-tab {
  display: none;
}
.one-tab.active {
  display: block;
}
.display_block {
  display: block;
}
.tag.active {
  background: #f7683f;
  color: #fff;
}
.nav-link a.active {
  color: #f7683f;
  background-size: 100% 1px;
}
.nav-dropdown a.active {
  box-shadow: 4px 0 0 0 #f7683f inset;
}
/*input type file*/
.example-2 .btn-tertiary {
  color: #555;
  padding: 0;
  line-height: 40px;
  width: 300px;
  margin: auto;
  display: block;
  border: 2px solid #555;
}
.example-2 .btn-tertiary:hover,
.example-2 .btn-tertiary:focus {
  color: #888;
  border-color: #888;
}
.example-2 .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.example-2 .input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}
.example-2 .input-file + .js-labelFile .icon:before {
  content: '\f093';
}
.example-2 .input-file + .js-labelFile.has-file .icon:before {
  content: '\f00c';
  color: #5aac7b;
}
.example-2 .js-labelFile {
  text-align: center;
}

/* .video-item-desc, .text-small, .article-date, .article-status, .tag-inline, .breadcrumbs > a, .footer-copyright, .footer-policy, .footer-contacts-item span, .lang > a, .hero-icons-item-text, .mph-item-text, .services-item-desc, .sh-block-text, .skills-item-subtitle {
    line-height: 1rem;
} */
.way-certs.grid-sert {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.grid-sert .way-certs-item {
  margin-bottom: 30px;
}
.market-image-new-icons img {
  max-width: 100%;
}
/**/
p a {
  color: #f7683f;
}
p a:hover {
  color: #f7683f;
}

#price.prices-left-text .pl-item .pl-text.pl-grow {
  text-align: left;
  padding-left: 10px;
}

.breadcrumbs > a:not(:last-child)::after {
  top: 50%;
  transform: translateY(-50%);
}
/*cookie banner*/
.coockie-banner {
  position: sticky;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #ebeef4;
  color: #000;
  font-size: 0.8em;
  padding: 15px;
  z-index: 9999;
  display: none;
}
.coockie-banner .standart-container {
  max-width: 100%;
  width: 1200px;
  display: grid;
  grid-template-areas: 'text href';
  grid-template-columns: 4fr 1fr;
  margin: 0 auto;
}
.coockie-close {
  cursor: pointer;
}
.coockie-banner .standart-container button.coockie-close:first-child {
  grid-area: href;
  justify-self: flex-end;
  background-color: transparent;
  border: 0px;
  color: #000;
  text-decoration: underline;
  height: min-content;
  outline: none;
}
.coockie-banner .standart-container > button.coockie-close:first-child:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  margin-left: 8px;
}
.coockie-banner a {
  color: #000;
  text-decoration: underline;
}

/**/

.fa-telegram-plane,
.fa-whatsapp {
  width: 18px;
  height: 18px;
}

.contacts-footer-contacts-item {
  margin-top: 15px;
  margin-bottom: 0;
}
.contacts-footer-contacts-item + .contacts-footer-contacts-item {
  margin-top: 15px;
  margin-bottom: 0;
}

@media (max-width: 1100px) {
  .way-certs.grid-sert {
    display: flex;
    flex-wrap: wrap;
  }
  .way-certs-item {
    /* width: calc(25% - 10px);
        flex: 1 0 calc(25% - 10px);
        max-width: calc(25% - 10px); */
    margin-right: 10px !important;
    margin-bottom: 15px !important;
  }
}

/**/

.video-js {
  width: 100%;
  position: relative;
  padding-bottom: 56.6%;
  height: 0;
}

.video-js video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/**/

.ya-share2__list li:before {
  display: none;
}

/**/

.footer-social > a {
  width: 25px;
  height: 25px;
}
.footer-social > a svg {
  width: 100%;
  height: 100%;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-25 {
  margin-top: 25px;
}

/**/

.b24-widget-button-inner-item.b24-widget-button-close svg path,
.b24-widget-button-inner-block svg path {
  fill: #fff;
}

/**/

table {
  min-width: 100%;
}
table thead th,
table thead td {
  font-size: 14px;
  line-height: 24px;
  color: #868e96;
  padding: 16px 20px;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
}

table tbody td {
  font-size: 16px;
  line-height: 30px;
  color: #212529;
  padding: 15px 20px;
  text-align: left;
  border-bottom: 1px solid #dee2e6;
}
table tbody tr:nth-child(even) td {
  background: #f8f9fa;
}

/* table.bt tfoot th::before, table.bt tfoot td::before, table.bt tbody td::before {
    content: attr(data-th) "";
    display: inline-block;
    -webkit-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    font-weight: bold;
    width: auto;
    padding-right: 20px;
    min-width: 112px;
    font-size: 14px;
    line-height: 24px;
    color: #868E96;
    font-weight: 400;
    text-align: left;
    width: 140px;
    word-break: break-word;
} */
/* @media (max-width: 860px) {
    table tbody tr td:last-of-type {
        margin-bottom: 15px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgb(134, 142, 150);
    }
    table tbody tr:first-of-type td:first-of-type {
        border-top: 1px solid rgb(134, 142, 150);
    }
}

@media (max-width: 576px) {
    table.bt tfoot th::before, table.bt tfoot td::before, table.bt tbody td::before {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
    table.bt tfoot th, table.bt tfoot td, table.bt tbody td {
        display: flex;
        flex-wrap: wrap;
    }

    table tbody td {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    table tbody tr td:nth-child(even) {
        background: #F8F9FA;
    }
} */

/* form */

input[type='radio'] {
  display: none;
}
input[type='radio'] + label {
  position: relative;
  padding-left: 36px;
  display: block;
  cursor: pointer;
}
input[type='radio'] + label:before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5C0 2.23858 2.23858 0 5 0C7.76142 0 10 2.23858 10 5C10 7.76142 7.76142 10 5 10C2.23858 10 0 7.76142 0 5Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
  transition: all 0.15s ease-in-out;
}
input[type='radio'] + label a {
  color: #f7683f;
}
input[type='radio'] + label a:hover {
  color: #c83308;
}
input[type='radio']:checked + label:before {
  background-color: #f7683f;
  border-color: #f7683f;
}

select {
  width: 100%;
  color: #343a40;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #dee2e6;
  border-radius: 7px;
  height: 50px;
  padding: 6px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0L5.707 4.293L1.414 0L0 1.414L5.707 7.121L11.414 1.414L10 0Z' fill='%23ADB5BD'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 21px) 50%;
}

.form-label-file input[type='file'] {
  opacity: 0;
  width: 0.01em;
  height: 0.01em;
  visibility: hidden;
}
.form-label-file {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 7px;
  border: 1px dashed #adb5bd;
  padding: 12px;
}
.form-label-file-title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #868e96;
  font-weight: 500;
  font-size: 16px;
}
.form-file-add {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
  align-items: center;
}
.form-file-add > div {
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 10px;
  color: #868e96;
  font-weight: 700;
  font-size: 16px;
}
/*AWARDS*/
.awards-top {
  padding: 30px 0;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  max-width: 100%;
  width: 100%;
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
}
.awards-top__item {
  background: #ebeef4;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 236px;
}
.awards-top__status-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #846336;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
}
.awards-top__status-text {
  font-size: 0.7rem;
  line-height: 20px;
  text-transform: uppercase;
  color: #846336;
  font-weight: bold;
  text-align: center;
}
.awards-top__status--grey .awards-top__status-title,
.awards-top__status--grey .awards-top__status-text {
  color: #595959;
}
.awards-top__status {
  min-width: 277px;
  padding: 20px;
  border-radius: 12px;
  background: url('/local/templates/main/stylesheets/../images/awards-top/bg.png') no-repeat center;
  background-size: 100% 100%;
}
.awards-top__status--grey {
  background: url('/local/templates/main/stylesheets/../images/awards-top/bg2.png') no-repeat center;
  background-size: 100% 100%;
}
.awards-top__img {
  height: 40px;
  margin-bottom: 20px;
}
.awards-top__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1248px) {
  .awards-top {
    padding-left: 24px;
    padding-right: 24px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (max-width: 576px) {
  .awards-top__status {
    min-width: 100%;
  }
}
@media (max-width: 375px) {
  .awards-top {
    padding-left: 16px;
    padding-right: 16px;
    grid-template-columns: repeat(auto-fill, minmax(288px, 1fr));
  }

  .example-2 .btn-tertiary {
    width: 100%;
  }
}

/* patch for vacancy */

.content .job-item h3 {
  margin: 29px 0;
}
.content .job-item .accordion__item {
  margin-bottom: 20px;
}
.job-advantages__item {
  padding: 30px 20px;
}
.job-item + .job-item {
  margin-top: 102px;
}
.job-parallax {
  padding-top: 0px;
}
.job-parallax .container {
  padding-top: 38px;
}
.job-parallax .container {
  background-position: calc(50% - 295px) 32px;
}
.job-parallax {
  /*position: relative;*/
  margin-top: -39px;
}
/*.job-parallax:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 60px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    transform: translateY(-100%);*/
/*}*/
.main--small-container.container .content {
  padding-top: 37px;
}

.pl-item ul li {
  margin: 5px 0;
  font-size: 0.9rem;
}

.tag {
  margin: 2px 0px;
}

.example-2 .btn-tertiary {
  color: #adb4c2;
  border: 2px solid #adb4c2;
}

.crm-case-block-images .showcase-screens-item {
  max-height: 150px;
  margin-bottom: 10px;
}
.crm-case-block-images .showcase-screens {
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.ajax_cases .portfolio-items {
  margin-bottom: 25px;
}
.ajax_cases .pager_wrapper {
  text-align: center;
}

/**/

#cases .pager_wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .crm-case-body {
    flex-wrap: wrap;
  }
  .crm-case-result {
    flex-wrap: wrap;
  }
  .crm-case-result-item {
    flex-wrap: wrap;
  }
  .crm-case-result-item-value {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .crm-case-result-item-value {
    width: 100%;
  }
  .crm-case-result-item-desc {
    text-align: left;
    padding-left: 0;
  }
}

/**/

.pager_wrapper--center {
  justify-content: center;
  display: flex;
}
.pager_wrapper--gap {
  margin: 35px 0;
  margin-top: 0;
}
.bread_item {
  display: block;
  vertical-align: middle;
  color: #adb4c2;
  position: relative;
  margin-right: 28px;
}
.breadcrumbs > .bread_item:not(:last-child):after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 6px;
  position: absolute;
  background: #d9dce3;
  top: 5px;
  right: -16px;
}
.breadcrumbs > .bread_item:not(:last-child)::after {
  top: 50%;
  transform: translateY(-50%);
}

.crm-case-body--review {
  flex-wrap: wrap;
}
.crm-case-body--review-item {
  display: flex;
  flex-wrap: wrap;
}
.crm-case-body--review .crm-case-title {
  font-size: 2.125rem;
  margin-bottom: 30px;
}
.crm-case-body--review .crm-case-result-item-value {
  margin-bottom: 20px;
}
.crm-case-body--review .crm-case-body--review-item {
  background: #fff;
  box-shadow: 0 24px 36px 0px rgba(66, 81, 97, 0.2);
  border-radius: 20px;
  padding: 20px;
}
.crm-case-body--review .crm-case-body--review-item:not(:last-child) {
  margin-bottom: 26px;
}
.crm-case-body--review .crm-case-result-item:not(:last-child) {
  margin-right: 0;
}

.crm-case-body--review .crm-case-image img {
  /*max-height: 350px;
    min-height: 350px;*/
}
@media (max-width: 768px) {
  .crm-case-body--review.crm-case-body {
    flex-direction: row;
  }
  .crm-case-body--review .crm-case-image {
    width: 100%;
    height: auto;
    flex: 1 0 100%;
    display: block;
    max-width: 100%;
  }
}
.crm-case-body--review .crm-case-image img {
  width: 250px;
}

@media (width >= 1100px) {
  .nav-dropdown .nav-link:hover .nav-dropdown {
    display: block !important;
    top: 0;
    right: -11px;
    left: unset;
    transform: translateX(100%);

    min-width: 318px;
  }

  .nav-dropdown .nav-link:hover .nav-dropdown::after {
    transform: translateX(-100%) rotate(270deg);
    top: 24px;
    left: 1px;
  }

  .header .nav-dropdown .nav-link a {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: unset;
    padding: 12px 30px;
    margin: 0;
    background: none;

    z-index: 50;
    position: relative;
  }

  .nav-dropdown .nav-link::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 20px;
    transform: translateX(100%);
  }

  .header .nav-dropdown .nav-link a:hover {
    color: #f7683f;
    box-shadow: 4px 0 0 0 #f7683f inset;
    background: unset;
  }
}

@media (width <=1099px) {
  .nav-dropdown > a {
    line-height: 1;
    padding: 12px 20px;
  }

  .nav-link a {
    background: none;
    white-space: unset;
  }

  .nav-link:hover a {
    color: unset;
  }

  .header .nav-dropdown .nav-dropdown {
    display: block !important;
    border: none;
    margin: 0;
  }

  .header .nav-dropdown .nav-link a {
    padding: 12px 20px;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 1;
  }

  .header .nav-dropdown .nav-link a:hover {
    color: #f7683f;
    box-shadow: 4px 0 0 0 #f7683f inset;
    background: unset;
  }

  .header .nav-dropdown .nav-link .nav-dropdown a {
    font-size: 12.5px;
    line-height: 16px;

    padding: 4px 43px;
  }
}

/* End */
/* /local/templates/main/stylesheets/style.css?1751550332134166 */
/* /local/templates/main/stylesheets/jquery.fancybox.min.css?162919251512795 */
/* /local/templates/main/stylesheets/custom.css?173737104814716 */
