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;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

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

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.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;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

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

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          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;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

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

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

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

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

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

.fancybox-slide--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, .fancybox-error .list {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.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;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

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

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

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

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

.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: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, 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 {
  -webkit-animation: a 1s linear infinite;
          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: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

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

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

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

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

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          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, .fancybox-share .callback h2, .callback .fancybox-share h2, .fancybox-share .callback .hero-title, .callback .fancybox-share .hero-title {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p, .fancybox-share .list {
  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;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button: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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .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, 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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.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);
  }
}
* {
  scrollbar-width: thin;
  scrollbar-color: #687082 #ffffff;
}

*::-webkit-scrollbar {
  width: 16px;
}

.pseudo, .list li:before, .center-link a:after, .center-link a:before, .ch-item label::after, .ch-item label:before, .modal-body .close:before, .modal-body .close:after, .accordion .card-header button:before, .benefits-card:before, .proposal-card a:after, .proposal-card a:before, .slider-nav .slick-arrow:before, main:before, .jcf-select .jcf-select-opener:before, .main-nav li .caret:before, .top-nav li .caret:before, .header:before {
  content: "";
  display: block;
  position: absolute;
}

.trans, .copy-btn, .contact-title a, .center-link-title, .center-link a:after, .center-link a:before, .tag-nav a, .sub-collapse-body, .filter-backdrop, table td, table th a, .ch-item label::after, .ch-item label:before, .check-all, .breadcrumb .breadcrumb-item a, .form-control, .nav-tabs .nav-link, .backdrop, .nav-ico span, .f-list li a, .socially li a svg, .socially li a, .accordion .card-header button, .accordion .card, .news-item-title a, .tags span, .tags a, .rental-list li a, .proposal-card a:before, .slider-nav .slick-arrow, .slick-dots li button, .jcf-list .jcf-option, .jcf-select, .main-nav li ul li a, .main-nav li a, .top-nav li ul li a, a, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.focus-style, .frequency-input:focus, .form-control:focus, .btn:hover, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
}

.btn {
  border: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: #2C75E4;
  padding: 14px 20px;
  border: 1px solid #2C75E4;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
  background: #5791EA;
  border-color: #5791EA;
}
.btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.btn.has-arr {
  position: relative;
  white-space: nowrap;
}
.btn.has-arr:after {
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: 8px;
  margin-left: 8px;
}

.white-btn {
  background: #fff;
  border-color: #fff;
  color: #2C75E4;
}
.white-btn:hover, .white-btn:focus {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1019607843) !important;
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1019607843) !important;
  color: #5791EA;
  background: #fff;
  border-color: #fff;
}

.bordered-btn {
  background: #fff;
  color: #2C75E4;
  border-color: #D8ECFD;
}
.bordered-btn:hover, .bordered-btn:focus {
  color: #5791EA;
  background: #EBF5FF;
  border-color: #D8ECFD;
}

.light-btn {
  color: #2C75E4;
  background: #F1F5F9;
  border: 0;
}
.light-btn:hover, .light-btn:focus {
  background: #ECEFF1;
  color: #2C75E4;
}

.has-ico {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.has-ico .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  margin-right: 8px;
  height: 24px;
}
.has-ico .ico svg {
  fill: #fff;
}

button, a,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important;
}

body {
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #162136;
  padding-top: 163px;
}

h1, .callback h2, .callback .hero-title, h2, .hero-title, .hero-card h1, h3, h4, h5 {
  margin-top: 0;
  color: #000;
}

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

a {
  color: #162136;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #162136;
}

p, .list {
  font-size: 14px;
  line-height: 20px;
  color: #687082;
  margin-top: 0;
  margin-bottom: 20px;
}
p strong, .list strong {
  font-weight: 400;
  color: #162136;
}

p.large, .large.list {
  font-size: 20px;
  line-height: 28px;
  color: #162136;
  margin-bottom: 28px;
}

.inline, .contact-title a, .tag-nav a, .hint, .sub-btn:after, .sub-btn, table th a.sort:after, table th a, .check-all, .breadcrumb .breadcrumb-item a, .form-link a, .f-list li a, .f-contact a, .news-item-title a, .tags span, .tags a, .tarif-label, .main-nav li .caret, .top-nav li .caret, svg, .btn.has-arr:after {
  display: inline-block;
  vertical-align: top;
}

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

img {
  vertical-align: top;
}

.container {
  padding-left: 12px;
  padding-right: 12px;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}

div[class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 1250px) {
  .container {
    max-width: 1248px;
  }
}
.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  background: #fff;
}
.header:before {
  z-index: -1;
  inset: 0;
}
.header.fixed-header {
  background: transparent;
}
.header.fixed-header:before {
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
}
.header.fixed-header .header-top {
  display: none;
}
.header.fixed-header .header-bottom {
  padding: 15px 0;
}

.pc.modal-open .header {
  right: 11px;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0;
  border-bottom: 1px solid #ECEFF1;
  position: relative;
  z-index: 2;
}

h1, .callback h2, .callback .hero-card h1, .hero-card .callback h1, .callback .hero-title {
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 24px;
  font-weight: 600;
}

h2, .hero-title, .hero-card h1, .hero-card .callback h2, .callback .hero-card h2, .hero-card .callback .hero-title, .callback .hero-card .hero-title {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 32px;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 32px;
  font-weight: 600;
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  line-height: 16px;
  margin: 0 -12px;
}
.top-nav li {
  padding: 0 12px;
  position: relative;
}
.top-nav li a {
  display: block;
  text-decoration: none;
  color: #687082;
  padding: 11px 0;
}
.top-nav li .caret {
  width: 12px;
  height: 12px;
  position: relative;
}
.top-nav li .caret:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #A4A9B5;
  border-right: 1px solid #A4A9B5;
}
.top-nav li:hover > a {
  color: #162136;
}
.top-nav li:hover > a .caret:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-top: 2px;
}
.top-nav li ul {
  padding: 2px;
  background: #fff;
}
.top-nav li ul li {
  padding: 0;
}
.top-nav li ul li a {
  font-size: 14px;
  line-height: 20px;
  padding: 16px;
  border-radius: 8px;
}
.top-nav li ul li a:hover {
  background: #F1F5F9;
  color: #162136;
}

@media (min-width: 992px) {
  .top-nav li {
    position: relative;
  }
  .top-nav li ul {
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 240px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 12px;
  }
  .top-nav li:hover > ul {
    display: block;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
.head-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
.head-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin: 0 12px;
  color: #687082;
}
.head-contact a .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  max-width: 14px;
  height: 14px;
  margin-right: 6px;
}
.head-contact a .ico svg {
  fill: #5791EA;
}

.header-bottom {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.header-bottom .btn {
  margin-left: 8px;
}
.header-bottom .btn .ico {
  display: none;
}
.header-bottom .btn .ico img {
  width: 24px;
  height: 24px;
}

.logo img {
  max-width: 100%;
}

.header-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}

.main-nav {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.main-nav li {
  display: block;
  margin: 0 2px;
  position: relative;
}
.main-nav li a {
  display: block;
  text-decoration: none;
  color: #162136;
  padding: 14px 16px;
  border-radius: 10px;
  background: transparent;
}
.main-nav li .caret {
  width: 16px;
  height: 16px;
  position: relative;
}
.main-nav li .caret:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #A4A9B5;
  border-right: 1px solid #A4A9B5;
}
.main-nav li ul {
  padding: 2px;
  background: #fff;
}
.main-nav li ul li {
  margin: 0;
}
.main-nav li ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #687082;
}
.main-nav li ul li a img {
  margin-right: 8px;
}
.main-nav li:hover > a {
  color: #162136;
  background: #F1F5F9;
}
.main-nav li:hover > a .caret:before {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-top: 4px;
}

@media (min-width: 992px) {
  .main-nav li {
    position: relative;
  }
  .main-nav li ul {
    display: none;
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 544px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 12px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .main-nav li ul.small-size {
    width: 240px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .main-nav li ul::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 18px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .main-nav li:hover > ul {
    display: block;
    -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1019607843);
            box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1019607843);
  }
}
/* select */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #D8ECFD;
  background: #fff;
  border-radius: 10px;
  height: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  max-width: 105px;
}
.jcf-select.jcf-drop-active {
  border-color: #D8ECFD;
  background: #EBF5FF;
}
.jcf-select.jcf-drop-active .jcf-select-opener:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 46px;
  margin: 0 33px 0 20px;
}
.jcf-select .jcf-select-text img {
  margin-right: 8px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 36px;
  bottom: 0;
  right: 0px;
  top: 0;
}
.jcf-select .jcf-select-opener:before {
  top: 50%;
  left: 10px;
  margin-top: -3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #A4A9B5;
  border-right: 1px solid #A4A9B5;
}

body > .jcf-select-drop {
  position: absolute;
  margin: 1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border-radius: 12px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1019607843);
  width: 200px;
}
.jcf-select-drop .jcf-select-drop-content::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 18px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  padding: 2px;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  padding: 2px;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

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

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 18px 16px;
  color: #687082;
  min-height: 14px;
  height: 1%;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
  background: #fff;
}
.jcf-list .jcf-option img {
  margin-right: 8px;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #F1F5F9;
  color: #162136;
}

main {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
main:before {
  z-index: -1;
  height: 640px;
  inset: 0 20px auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#EBF5FF));
  background: linear-gradient(360deg, #FFFFFF 0%, #EBF5FF 100%);
  border-radius: 24px;
}
main .slider-nav .slick-arrow {
  background: #F1F5F9;
}
main .slider-nav .slick-arrow:hover, main .slider-nav .slick-arrow:hover {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.main-hero {
  margin-bottom: 96px;
}

.home-slider-wrapper {
  position: relative;
  background: url(../images/clouds.png) center bottom no-repeat #fff;
  background-size: 100% auto;
  border-radius: 16px;
}

.hero-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 39px 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-card h1, .hero-card .callback h2, .callback .hero-card h2, .hero-card .callback .hero-title, .callback .hero-card .hero-title {
  margin-bottom: 12px;
}

.hero-title {
  margin-bottom: 12px;
}

.hero-card-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  text-align: right;
}
.hero-card-img img {
  max-width: 100%;
}

.hero-card-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 24px;
}
.hero-card-text p, .hero-card-text .list {
  max-width: 340px;
  margin-bottom: 24px;
}
.hero-card-text p strong, .hero-card-text .list strong {
  font-weight: 500;
  color: #162136;
}

.home-slider {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 2;
}
.home-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-dots {
  position: absolute;
  z-index: 9;
  bottom: 46px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.slick-dots li {
  padding: 0 4px;
}
.slick-dots li button {
  display: block;
  width: 4px;
  height: 4px;
  border: 0;
  background: none;
  padding: 0;
  font-size: 0;
  background: #D8ECFD;
  border-radius: 50%;
}
.slick-dots li.slick-active button {
  background: #2C75E4;
}

.slider-nav {
  border-radius: 10px;
  overflow: hidden;
  width: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider-nav .slick-arrow {
  position: relative;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.5);
  border: 0;
  padding: 0;
  font-size: 0;
}
.slider-nav .slick-arrow:hover {
  background: #D8ECFD;
}
.slider-nav .slick-arrow:before {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  background: url(../images/arrow-right.png) 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slider-nav .slick-prev:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.home-slider-nav {
  position: absolute;
  z-index: 9;
  bottom: 24px;
  right: 24px;
}

.proposal-card {
  margin-bottom: 24px;
  height: 189px;
  background: #fff;
  border-radius: 16px;
  position: relative;
}
.proposal-card a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 42px 64px 32px 32px;
  position: relative;
}
.proposal-card a:before {
  bottom: 32px;
  right: 24px;
  border: 1px solid #EBF5FF;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.proposal-card a:after {
  z-index: 2;
  right: 42px;
  bottom: 47px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #2C75E4;
  border-right: 1px solid #2C75E4;
}
.proposal-card a:hover:before {
  background: #EBF5FF;
}
.proposal-card .ico {
  margin-bottom: 12px;
}
.proposal-card p, .proposal-card .list {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
  color: #324253;
}

.proposal-card-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}

.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
  border-bottom: 1px solid #ECEFF1;
}
.title-wrap h2, .title-wrap .hero-card h1, .hero-card .title-wrap h1, .title-wrap .hero-title {
  margin-bottom: 24px;
}
.title-wrap .slider-nav {
  margin: 0 0 24px 24px;
}

.rental .title-wrap {
  margin-bottom: 24px;
}

.rental-list {
  margin: 0 -4px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rental-list li {
  padding: 0 4px 8px;
}
.rental-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #687082;
  padding: 13px 16px;
  border: 1px solid #ECEFF1;
  border-radius: 8px;
  background: #fff;
}
.rental-list li a img {
  margin-right: 6px;
}
.rental-list li a:hover {
  border-color: #D8ECFD;
  background: #D8ECFD;
  color: #162136;
}

.tarifs {
  margin-bottom: 120px;
}

.text-center {
  padding-top: 24px;
}

.tarif-card {
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0509803922);
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 8px 8px 16px;
  border: 1px solid #EBF5FF;
}
.tarif-card .btn {
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0509803922);
  width: 100%;
}
.tarif-card div[class*=col-], .tarif-card .col {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tarif-card hr {
  margin: 8px;
  border-color: #ECEFF1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.tarif-card .subtitle {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 2px;
  color: #A4A9B5;
}
.tarif-card p, .tarif-card .list {
  margin-bottom: 0;
  font-weight: 500;
  color: #162136;
}

.tarif-card-top {
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 8px;
}

.basic .tarif-card-top {
  background: #F1F5F9;
}

.standart .tarif-card-top {
  background: #EBF5FF;
}

.comfort .tarif-card-top {
  background: #C7F5DB;
}

.optimal .tarif-card-top {
  background: #EEFEE7;
}

.advanced .tarif-card-top {
  background: #EFE9FB;
}

.powered .tarif-card-top {
  background: #DCF9F9;
}

.premium .tarif-card-top {
  background: #F9F4DC;
}

.vip .tarif-card-top {
  background: #F7CFD7;
}

.tarif-title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
}

.tarif-price {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #687082;
}
.tarif-price span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #162136;
}

.tarif-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tarif-label {
  background: #28BD82;
  border-radius: 6px;
  margin-bottom: 4px;
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  padding: 5px 8px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.tarif-label.power {
  background: #DB3153;
}

.news {
  margin-bottom: 120px;
}

.news-slider {
  margin: 0 -12px;
}
.news-slider .slide {
  padding: 0 12px;
}

.news-item {
  margin-bottom: 24px;
}

.news-item-img {
  overflow: hidden;
  position: relative;
  height: 260px;
  border-radius: 16px;
  margin-bottom: 16px;
}
.news-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2px;
  top: 12px;
  left: 14px;
  position: absolute;
  z-index: 2;
}
.tags span, .tags a {
  margin: 0 2px 4px;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 6px 12px;
  position: relative;
  background: rgba(104, 112, 130, 0.3);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 8px;
}
.tags span:hover, .tags a:hover {
  background: #687082;
}

.date {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
  color: #687082;
}

.news-item-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.news-item-title a {
  text-decoration: none;
  color: #162136;
}
.news-item-title a:hover {
  color: #2C75E4;
}

.benefits {
  margin-bottom: 96px;
}

.benefits-card {
  margin-bottom: 24px;
  height: calc(100% - 24px);
  border-radius: 16px;
  padding: 32px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.benefits-card:before {
  width: 270px;
  height: 270px;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  top: -96px;
  left: -96px;
  background: rgba(255, 255, 255, 0.3);
}
.benefits-card.bg-1 {
  background: #EBF5FF;
}
.benefits-card.bg-2 {
  background: #EEFEE7;
}
.benefits-card.bg-3 {
  background: #DCF9F9;
}
.benefits-card.bg-4 {
  background: #EFE9FB;
}
.benefits-card .ico {
  margin-bottom: 16px;
}
.benefits-card p, .benefits-card .list {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.benefits-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}

.comments {
  margin-bottom: 120px;
}

.comment-card {
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  padding: 72px 32px 32px;
  background: url(../images/qoute-ico.png) 32px 32px no-repeat #fff;
  background-size: 24px auto;
  border-radius: 16px;
}
.comment-card p, .comment-card .list {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
  color: #162136;
}

.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.rate span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  height: 24px;
}

.rate-info {
  font-size: 12px;
  line-height: 16px;
  color: #A4A9B5;
  margin-left: 8px;
}

.comment-name {
  font-size: 12px;
  line-height: 16px;
  color: #687082;
}

.comments-slider {
  margin: 0 -12px;
}
.comments-slider .slide {
  padding: 0 12px;
}

.faq {
  margin-bottom: 108px;
}
.faq h2, .faq .hero-card h1, .hero-card .faq h1, .faq .hero-title {
  text-align: center;
  margin-bottom: 48px;
}

.accordion {
  max-width: 808px;
  margin: 0px auto;
}
.accordion .card {
  border: 1px solid #F1F5F9 !important;
  border-radius: 16px !important;
  margin-bottom: 14px !important;
}
.accordion > .card > .card-header {
  margin-bottom: 0;
}
.accordion .card-header {
  padding: 0;
  border: 0;
  background: none;
}
.accordion .card-header button {
  display: block;
  width: 100%;
  text-align: left;
  background: #fff;
  padding: 32px 52px 32px 32px;
  position: relative;
  border: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #162136;
}
.accordion .card-header button:before {
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #A4A9B5;
  border-right: 1px solid #A4A9B5;
}
.accordion .card-header button:not(.collapsed) {
  background: #F1F5F9;
}
.accordion .card-header button:not(.collapsed):before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.accordion .card-body {
  padding: 0 32px 8px;
  background: #F1F5F9;
}
.accordion .card-body p strong, .accordion .card-body .list strong {
  color: #162136;
  font-weight: 400;
}

.callback {
  padding: 128px 0;
  margin: 0 20px;
  text-align: center;
  background: url(../images/coluds-1.png) center bottom no-repeat #EBF5FF;
  background-size: 100% auto;
  border-radius: 24px;
}
.callback h2, .callback .hero-card h1, .hero-card .callback h1, .callback .hero-title {
  margin-bottom: 8px;
}
.callback p, .callback .list {
  max-width: 500px;
  margin: 0px auto;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 32px;
}

.footer {
  padding-top: 96px;
  position: relative;
  z-index: 2;
}

.footer-top {
  padding-bottom: 48px;
}

.f-contact p, .f-contact .list {
  font-size: 12px;
  line-height: 16px;
}
.f-contact a {
  color: #162136;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.socially {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.socially li {
  padding: 0 4px;
  margin-bottom: 4px;
}
.socially li a {
  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;
  text-decoration: none;
  background: #F1F5F9;
  width: 40px;
  height: 40px;
  border-radius: 12px;
}
.socially li a:hover {
  background: #ECEFF1;
}
.socially li a svg {
  width: 24px;
  height: 24px;
}
.socially li a.telegram svg {
  fill: #38AFE2;
}
.socially li a.vk svg {
  fill: #0277FF;
}

.f-list {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.f-list li {
  display: block;
  margin-bottom: 12px;
}
.f-list li a {
  text-decoration: underline;
  color: #162136;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.f-list li a:hover {
  color: #2C75E4;
}
.f-list.sm {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.f-list.sm li {
  margin-bottom: 12px;
}
.f-list.sm li a {
  color: #687082;
  text-decoration-color: rgba(104, 112, 130, 0.2);
  text-underline-offset: 3px;
}
.f-list.sm li a:hover {
  color: #162136;
  text-decoration-color: #162136;
}

.f-title {
  font-size: 12px;
  line-height: 16px;
  color: #A4A9B5;
  margin-bottom: 16px;
}

.copy {
  padding: 48px 0;
  border-top: 1px solid #ECEFF1;
  font-size: 12px;
  line-height: 16px;
  color: #687082;
}

.nav-ico {
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #D8ECFD;
  position: relative;
  z-index: 102;
}
.nav-ico span {
  position: absolute;
  width: 24px;
  height: 2px;
  background: #2C75E4;
  left: 7px;
}
.nav-ico span:first-child {
  top: 13px;
}
.nav-ico span:nth-child(2) {
  top: 19px;
}
.nav-ico span:nth-child(3) {
  top: 25px;
}

.backdrop {
  position: fixed;
  z-index: 99;
  inset: 0;
  background: rgba(235, 245, 255, 0.5);
  opacity: 0;
  visibility: hidden;
}

.js-open {
  overflow: hidden;
}
.js-open .backdrop {
  opacity: 1;
  visibility: visible;
}
.js-open .nav-ico span:nth-child(2) {
  left: 150%;
}
.js-open .nav-ico span:first-child {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.js-open .nav-ico span:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-content {
  max-width: 448px;
  padding: 0 48px;
  border: 0;
  border-radius: 0;
  background: none;
}

.modal-body {
  display: block;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  position: relative;
  border: 0;
  width: 100%;
}
.modal-body .close {
  position: absolute;
  z-index: 10;
  right: -60px;
  top: 0;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
}
.modal-body .close:before, .modal-body .close:after {
  width: 16px;
  height: 1px;
  background: #162136;
  top: 50%;
  left: 50%;
}
.modal-body .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal-body .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-body .btn {
  width: 100%;
  margin-top: 12px;
}

.modal-backdrop {
  background: #687082;
}

.modal-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 28px;
}

.nav-tabs {
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  border-radius: 12px;
  background: #F1F5F9;
  padding: 4px;
  text-align: center;
}
.nav-tabs .nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.nav-tabs .nav-link {
  display: block;
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: 0;
  color: #2C75E4;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.nav-tabs .nav-link.active {
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0509803922);
}

.form-group {
  position: relative;
  margin-bottom: 16px;
}
.form-group label {
  display: block;
  position: absolute;
  z-index: 2;
  margin: 0;
  top: 11px;
  left: 16px;
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #A4A9B5;
}

.form-control {
  height: 56px;
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  border: 1px solid #D8ECFD;
  border-radius: 12px;
  background: #fff;
  padding: 25px 16px 11px;
  font-size: 14px;
  line-height: 20px;
  color: #162136;
}
.filled .form-control {
  background: #D8ECFD;
}

.toggle-password {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 16px;
}
.toggle-password svg {
  fill: #A4A9B5;
}

.form-link {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 24px;
}
.form-link a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(44, 117, 228, 0.1);
  color: #2C75E4;
}
.form-link a:hover {
  text-decoration-color: transparent;
}

.agree {
  font-size: 12px;
  line-height: 16px;
  margin: 24px 0 24px;
  color: #A4A9B5;
}
.agree a {
  color: #687082;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(44, 117, 228, 0.1);
}
.agree a:hover {
  text-decoration-color: transparent;
}

.error-text {
  display: none;
  padding: 8px 0 0 16px;
  color: #DB3153;
  font-size: 12px;
  line-height: 16px;
}

.error .error-text {
  display: block;
}
.error .form-control {
  border-color: #DB3153;
}

.form:has(.form-group.error) .btn {
  pointer-events: none;
  opacity: 0.5;
}

.hero {
  padding: 32px 0 28px;
  margin-bottom: 48px;
  background: url(../images/clouds-3.png) right bottom no-repeat;
  border-bottom: 1px solid #ECEFF1;
}
.hero p, .hero .list {
  max-width: 600px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.hero h1, .hero .callback h2, .callback .hero h2, .hero .callback .hero-title, .callback .hero .hero-title {
  max-width: 600px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  border-radius: 0;
  background: none;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 16px;
}
.breadcrumb .breadcrumb-item.active {
  color: #A4A9B5;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #A4A9B5;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #687082;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: #2C75E4;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
  padding-right: 0.5rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.software-list {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
}
.software-list li {
  margin: 0 4px 8px;
  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;
  width: 96px;
  height: 72px;
  background: #F1F5F9;
  border-radius: 16px;
}
.software-list li img {
  width: 48px;
  max-width: 100%;
}

.software {
  margin-bottom: 90px;
}

.catalog {
  margin-bottom: 120px;
}

.filter {
  padding: 24px;
}
.filter hr {
  margin: 0 0 24px 0;
  background: #ECEFF1;
}
.filter .btn {
  width: 100%;
}

.filter-item {
  padding-bottom: 12px;
}

.filter-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  margin-bottom: 16px;
}

.filter-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.filter-inputs .dash {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  font-size: 14px;
  line-height: 20px;
  color: #A4A9B5;
  text-align: center;
}

.frequency-input {
  width: 200px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 12px);
          flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  border: 0;
  background: #F1F5F9;
  border-radius: 8px;
  padding: 10px 16px;
  height: 40px;
  line-height: 20px;
}
.frequency-input::-webkit-input-placeholder {
  color: #162136;
}
.frequency-input::-moz-placeholder {
  color: #162136;
}
.frequency-input:-ms-input-placeholder {
  color: #162136;
}
.frequency-input::-ms-input-placeholder {
  color: #162136;
}
.frequency-input::placeholder {
  color: #162136;
}

.filter-title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.check-all {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #A4A9B5;
  margin-bottom: 12px;
}
.check-all:hover, .check-all:focus {
  color: #162136;
  text-decoration: none;
}

.ch-item {
  position: relative;
  margin-bottom: 12px;
}
.ch-item input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.ch-item label {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #162136;
  font-weight: 400;
  cursor: pointer;
}
.ch-item label:before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  z-index: 1;
  border-radius: 6px;
  background: #F1F5F9;
}
.ch-item label::after {
  z-index: 2;
  top: 6px;
  left: 5px;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
.ch-item label.color-violet {
  color: #7444D5;
}
.ch-item label.color-light-green {
  color: #28BD82;
}
.ch-item label.color-green {
  color: #12A1A1;
}
.ch-item input:checked + label::before {
  background: #2C75E4;
}
.ch-item input:checked + label::after {
  opacity: 1;
}

.table-wrap {
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0509803922);
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 24px 12px;
  color: #687082;
}
table th:first-child {
  padding-left: 32px;
}
table th a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  color: #687082;
  text-decoration-color: rgba(104, 112, 130, 0.3);
}
table th a:hover {
  text-decoration: underline;
  color: #2C75E4;
  text-decoration-color: rgba(44, 117, 228, 0.3);
}
table th a.sort {
  position: relative;
  text-decoration: none;
  color: #2C75E4;
}
table th a.sort:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/arrow-right.png) 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 2px 0 0 2px;
}
table th a.sort.up:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 0;
}
table td {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 12px;
  color: #162136;
  border-top: 1px solid #ECEFF1;
  background: #fff;
}
table td:first-child {
  padding-left: 32px;
  font-weight: 500;
}
table td:last-child {
  padding-right: 32px;
}
table td sub {
  font-size: 14px;
  line-height: 20px;
  color: #687082;
  bottom: auto;
}
table .btn {
  padding: 10px 20px;
}
table tr:nth-child(even) td {
  background: rgba(241, 245, 249, 0.3019607843);
}

.last-price {
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  color: #A4A9B5;
  text-decoration: line-through;
}

.price {
  white-space: nowrap;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #2C75E4;
}

.sale-price {
  font-weight: 700;
  color: #DB3153;
}

.filter-btn {
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-backdrop {
  position: fixed;
  z-index: 99;
  inset: 0;
  background: rgba(235, 245, 255, 0.5);
  opacity: 0;
  visibility: hidden;
}

.sub-collapse {
  margin-top: 4px;
  padding-left: 28px;
}
.sub-collapse.js-active .sub-collapse-body {
  max-height: 1000px;
}
.sub-collapse.js-active .sub-btn:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: 7px;
}

.sub-collapse-body {
  overflow: hidden;
  max-height: 0px;
}
.sub-collapse-body p, .sub-collapse-body .list {
  font-size: 12px;
  line-height: 16px;
  color: #687082;
  margin-bottom: 4px;
}

.sub-btn {
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #A4A9B5;
  position: relative;
}
.sub-btn:after {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #A4A9B5;
  border-right: 1px solid #A4A9B5;
  margin: 5px 0 0 5px;
}
.sub-btn:hover, .sub-btn:focus {
  text-decoration: none;
  color: #A4A9B5;
}

.label {
  display: block;
  width: 30px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
  border: 1px solid #fff;
}
.label.green {
  background: #28BD82;
}
.label.violet {
  background: #7444D5;
}
.label.yellow {
  background: #F9B11F;
}
.label.red {
  background: #DB3153;
}

.method.violet {
  color: #7444D5;
}
.method.light-green {
  color: #28BD82;
}
.method.green {
  color: #12A1A1;
}

.label-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 3px;
}
.label-list .label {
  margin-bottom: 0;
  margin-left: -3px;
}

.tarif-table {
  margin-bottom: 120px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px;
}

.tarif-table-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 288px;
          flex: 0 0 288px;
  max-width: 288px;
}

.tarif-table-title {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 176px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #687082;
}

.tarif-list .tarif-cell:nth-child(odd) {
  background: rgba(241, 245, 249, 0.3019607843);
}

.tarif-cell {
  height: 68px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #687082;
  padding: 12px 12px 12px 24px;
}
.tarif-cell .green {
  color: #28BD82;
}
.tarif-cell .no {
  color: #A4A9B5;
}

.tarif-table-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}

.hint {
  padding: 0;
  width: 14px;
  height: 14px;
  border: 0;
  background: url(../images/quote.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin: 4px 0 0 2px;
}

.tooltip {
  background-color: #EBF5FF;
  color: #162136;
  font-size: 14px;
  border-radius: 4px;
  padding: 8px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #162136;
  pointer-events: none;
}
.tooltip > * {
  padding: 0;
  background: none;
  color: #162136;
}

.tooltip .arrow::before {
  content: "";
  border-color: #EBF5FF transparent transparent transparent;
  top: 100%;
}

.tarif-unit .tarif-cell {
  color: #162136;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tarif-unit-head {
  height: 176px;
  margin: 0 6px 8px;
  padding: 16px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tarif-unit-head.tarif-1 {
  background: #F1F5F9;
}
.tarif-unit-head.tarif-2 {
  background: #EBF5FF;
}
.tarif-unit-head.tarif-3 {
  background: #C7F5DB;
}
.tarif-unit-head.tarif-4 {
  background: #162136;
}
.tarif-unit-head.tarif-4 .tarif-unit-title,
.tarif-unit-head.tarif-4 .tarif-unit-price,
.tarif-unit-head.tarif-4 .tarif-unit-price span {
  color: #fff;
}
.tarif-unit-head .btn {
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0509803922);
}

.tarif-unit-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 16px;
}

.tarif-unit-price {
  font-size: 14px;
  line-height: 20px;
  color: #687082;
  margin-bottom: 16px;
}
.tarif-unit-price span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #162136;
}

.review {
  margin-bottom: 100px;
}

.review-slider {
  margin: 0 -12px 26px;
}
.review-slider .slide {
  padding: 0 12px 12px;
}

.review-card {
  overflow: hidden;
  border-radius: 8px;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
}
.review-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.solution {
  margin-bottom: 100px;
}

.solution-slider {
  margin: 0 -12px;
}
.solution-slider .slide {
  padding: 0 12px 24px;
}

.solution-card {
  padding: 32px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0509803922);
  background: #fff;
}
.solution-card p, .solution-card .list {
  margin-bottom: 16px;
}
.solution-card .price {
  font-size: 14px;
  line-height: 20px;
  color: #687082;
}
.solution-card .price span {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #162136;
}
.solution-card .btn {
  font-size: 12px;
  line-height: 16px;
}

.solution-card-logo {
  margin-bottom: 16px;
}
.solution-card-logo img {
  max-width: 100%;
}

.solution-card-name {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #162136;
}

.solution-card-btm {
  padding: 16px 0 0;
  border-top: 1px solid #ECEFF1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search {
  max-width: 800px;
  margin: 0px auto 120px;
}
.search .form-group {
  margin: 0 8px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}
.search .form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 34px;
}

.search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-row .btn {
  font-size: 16px;
  padding: 14px 31px;
}

.tag-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 -4px 24px;
}
.tag-nav a {
  text-decoration: none;
  color: #687082;
  margin: 0 4px 8px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #ECEFF1;
  background: #fff;
}
.tag-nav a:hover, .tag-nav a.active {
  color: #162136;
  background: #D8ECFD;
  border-color: #D8ECFD;
}

.domains-list {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.domain-card {
  padding: 0 12px 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
.domain-card a {
  display: block;
  height: 100%;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #EBF5FF;
  border-radius: 16px;
  padding: 24px 24px 16px 24px;
  background: #fff;
  color: #162136;
  text-decoration: none;
}
.domain-card.top a {
  border-color: #28BD82;
}
.domain-card.top .domain-row:not(.sm) .price {
  color: #DB3153;
}

.domain-card-name {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #162136;
  margin-bottom: 24px;
}

.domain-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}
.domain-row span {
  color: #687082;
  margin-right: 15px;
}
.domain-row .price {
  position: relative;
  color: #162136;
}
.domain-row .last-price {
  position: absolute;
  right: 0;
  bottom: 100%;
}
.domain-row.sm {
  font-size: 12px;
  line-height: 16px;
}
.domain-row.sm .price {
  font-size: 12px;
  line-height: 16px;
}

.domains {
  margin-bottom: 100px;
}

.search-result {
  padding-top: 20px;
  margin-top: 24px;
  border-top: 1px solid #ECEFF1;
}

.result-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.result-row:not(:last-child) {
  margin-bottom: 24px;
}
.result-row.top {
  padding-bottom: 24px;
  border-bottom: 1px solid #ECEFF1;
}
.result-row.top p, .result-row.top .list {
  color: #DB3153;
}
.result-row .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding-right: 24px;
}
.result-row p, .result-row .list {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  color: #28BD82;
}
.result-row .btn {
  padding: 10px 20px;
}

.result-name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #162136;
}

.result-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 107px;
          flex: 0 0 107px;
  max-width: 107px;
  padding-right: 12px;
  font-weight: 500;
}

.centers {
  padding-bottom: 80px;
}

.center-item {
  margin-bottom: 48px;
}
.center-item:not(:last-child) {
  padding-bottom: 48px;
  border-bottom: 1px solid #ECEFF1;
}
.center-item .row {
  margin: 0 -8px;
}

.center-item-img {
  overflow: hidden;
  height: 400px;
  border-radius: 16px;
}
.center-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.center-item-text {
  padding-right: 48px;
}

.center-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
.center-item-title img {
  margin-right: 10px;
  width: 24px;
}

.center-link {
  margin: 0 8px 16px;
  height: calc(100% - 16px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 16px);
          flex: 0 0 calc(50% - 16px);
  max-width: calc(50% - 16px);
}
.center-link a {
  display: block;
  position: relative;
  color: #162136;
  text-decoration: none;
  height: 100%;
  padding: 24px 66px 32px 24px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  border: 1px solid #EBF5FF;
}
.center-link a:before {
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #F1F5F9;
}
.center-link a:after {
  z-index: 2;
  right: 34px;
  bottom: 32px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #2C75E4;
  border-right: 1px solid #2C75E4;
}
.center-link a:hover .center-link-title {
  color: #2C75E4;
}
.center-link a:hover:before {
  background: #ECEFF1;
}
.center-link p, .center-link .list {
  margin: 0;
  color: #162136;
}

.center-link-title {
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #162136;
}

.payment {
  margin-bottom: 90px;
}

.payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px 16px;
  font-size: 12px;
  line-height: 16px;
  color: #687082;
}
.payment-list li {
  margin: 0 12px 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 24px);
          flex: 0 0 calc(20% - 24px);
  max-width: calc(20% - 24px);
  display: block;
  text-align: center;
  padding: 24px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.payment-img {
  height: 96px;
  margin-bottom: 12px;
  overflow: hidden;
}
.payment-img img {
  max-width: 100%;
}

.contact {
  padding-bottom: 10px;
}

.contact-card {
  background: #fff;
  margin-bottom: 24px;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #EBF5FF;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
}
.contact-card .ico {
  margin-bottom: 24px;
}
.contact-card p, .contact-card .list {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 24px;
}
.contact-card .btn {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  border-radius: 8px;
  white-space: nowrap;
}
.contact-card .btn img {
  margin-right: 8px;
}
.contact-card .subtitle {
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #A4A9B5;
}
.contact-card.large {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border: 0;
}
.contact-card.large p, .contact-card.large .list {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.contact-card.large p.has-indent, .contact-card.large .has-indent.list {
  margin-bottom: 24px;
}

.contact-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 6px;
}
.contact-title a {
  text-decoration: none;
  color: #162136;
}
.contact-title a:hover {
  color: #2C75E4;
}

.contact-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.copy-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #F1F5F9;
  margin-left: 8px;
}
.copy-btn:hover, .copy-btn:focus {
  background: #ECEFF1;
}

.payment-info {
  margin-top: 60px;
}
.payment-info .card-header button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 52px 32px 12px;
}
.payment-info .card-header button .ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
}
.payment-info .card-header button .ico img {
  max-width: 100%;
}
.payment-info .card-header button span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #687082;
  font-weight: 400;
}

.list li {
  display: block;
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
}
.list li:before {
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #687082;
  border-radius: 50%;
}

@media (max-width: 1249px) {
  .proposal-card a {
    padding: 20px 64px 20px 20px;
  }
  .proposal-card a::before {
    bottom: 20px;
    right: 20px;
  }
  .proposal-card a:after {
    right: 37px;
    bottom: 37px;
  }
  .proposal-card-title {
    font-size: 15px;
    line-height: normal;
  }
  .proposal-card {
    height: 157px;
  }
  .home-slider .slide {
    min-height: 340px;
  }
  .tarif-card p, .tarif-card .list {
    font-size: 12px;
    line-height: 16px;
  }
  .benefits-card {
    padding-left: 20px;
    padding-right: 20px;
  }
  .benefits-title {
    font-size: 18px;
    line-height: 26px;
  }
  .contact-card {
    padding: 24px;
  }
  .contact-title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .main-nav {
    font-size: 12px;
    line-height: 18px;
  }
  .main-nav li a {
    padding: 10px;
  }
  .logo {
    max-width: 100px;
  }
  .jcf-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72px;
            flex: 0 0 72px;
    max-width: 72px;
  }
  table th a {
    padding: 12px 6px;
  }
  table th:first-child {
    padding-left: 12px;
  }
  table td a {
    padding: 12px 6px;
  }
  table td:first-child {
    padding-right: 12px;
  }
  .tarif-slider .slick-dots {
    position: static;
  }
  .domain-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .payment-list li {
    padding: 12px;
  }
  .payment-img {
    height: 80px;
  }
  .contact-card {
    padding: 24px 12px;
  }
  .contact-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .nav-ico {
    display: block;
  }
  .header-top {
    display: none;
  }
  .header-panel {
    position: fixed;
    z-index: 100;
    inset: 0 auto 0 0;
    background: #fff;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
    width: 500px;
    max-width: 80%;
    height: 100vh;
    overflow: auto;
    padding: 20px;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .js-open .header-panel {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-nav,
  .top-nav {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .main-nav li,
  .top-nav li {
    margin: 0;
    border-bottom: 1px solid rgba(104, 112, 130, 0.3);
  }
  .main-nav li a,
  .top-nav li a {
    display: block;
    margin: 2px 0;
  }
  .main-nav li ul,
  .top-nav li ul {
    max-height: 0;
    overflow: hidden;
  }
  .main-nav li.js-active > a,
  .top-nav li.js-active > a {
    color: #162136;
    background: #F1F5F9;
  }
  .main-nav li.js-active > a .caret:before,
  .top-nav li.js-active > a .caret:before {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
    margin-top: 4px;
  }
  .main-nav li.js-active ul,
  .top-nav li.js-active ul {
    max-height: 2000px;
    padding: 0;
  }
  .main-nav li.js-active ul li,
  .top-nav li.js-active ul li {
    border-bottom: 0;
    border-top: 1px solid rgba(104, 112, 130, 0.3);
  }
  .main-nav li.js-active ul li a,
  .top-nav li.js-active ul li a {
    padding-left: 30px;
  }
  .top-nav {
    margin: 0 0 20px;
  }
  .top-nav li {
    padding: 0;
  }
  .top-nav li a {
    padding: 10px;
    border-radius: 10px;
  }
  .top-nav li ul li a {
    margin: 0;
    padding: 10px 10px 10px 30px;
  }
  .top-nav li .caret {
    margin-top: 3px;
  }
  .head-contact a {
    margin: 0 0 15px;
  }
  .header-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-right: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header-inner .jcf-select {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 40px;
  }
  .header-inner .jcf-select .jcf-select-text {
    line-height: 40px;
  }
  .jcf-select .jcf-select-opener {
    width: 26px;
  }
  .jcf-select .jcf-select-opener:before {
    margin-top: 1px;
  }
  .header-bottom .btn {
    padding: 9px 13px;
    margin-right: 10px;
  }
  .head-contact {
    margin: 0;
  }
  .header-bottom,
  .header.fixed-header .header-bottom {
    padding: 10px 0;
  }
  body {
    padding-top: 60px;
  }
  .hero-card {
    padding: 30px;
  }
  .home-slider-wrapper {
    margin-bottom: 40px;
  }
  .hero-card h1, h1, .callback h2, .callback .hero-title {
    font-size: 28px;
    line-height: 32px;
  }
  .main-hero {
    margin-bottom: 16px;
  }
  h2, .hero-card h1, .hero-title, .hero-card .callback h2, .callback .hero-card h2, .hero-card .callback .hero-title, .callback .hero-card .hero-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .title-wrap h2, .title-wrap .hero-card h1, .hero-card .title-wrap h1, .title-wrap .hero-title {
    margin-bottom: 20px;
  }
  .text-center {
    padding-top: 0;
  }
  .tarifs, .news, .comments {
    margin-bottom: 60px;
  }
  .title-wrap .slider-nav {
    margin-bottom: 12px;
  }
  .title-wrap {
    margin-bottom: 24px;
  }
  .news-item-title {
    font-size: 18px;
    line-height: 24px;
  }
  .benefits {
    margin-bottom: 36px;
  }
  .comment-card {
    padding: 20px;
  }
  .accordion .card-header button {
    padding: 20px 40px 20px 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .accordion .card-header button:before {
    right: 20px;
  }
  .accordion .card-body {
    padding: 0 20px 1px;
  }
  .accordion .card {
    border-radius: 8px !important;
    margin-bottom: 10px !important;
  }
  .faq {
    margin-bottom: 50px;
  }
  .faq h2, .faq .hero-card h1, .hero-card .faq h1, .faq .hero-title {
    margin-bottom: 24px;
  }
  .callback p, .callback .list {
    font-size: 18px;
    line-height: 26px;
  }
  .callback {
    padding: 60px 0;
  }
  .socially {
    margin-bottom: 40px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer-top {
    padding-bottom: 20px;
  }
  .copy {
    padding: 20px 0;
  }
  .hero {
    padding: 0 0 40px;
  }
  .hero p, .hero .list {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .software {
    margin-bottom: 40px;
  }
  .filter {
    position: fixed;
    z-index: 102;
    background: #fff;
    inset: 0 auto 0 0;
    overflow: auto;
    height: 100vh;
    padding: 20px;
    width: 500px;
    max-width: 80%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
  }
  .filter-open {
    overflow: hidden;
  }
  .filter-open main {
    z-index: 10;
  }
  .filter-open .filter {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .filter-open .filter-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .table-wrap {
    padding: 15px;
  }
  .table-wrap table th {
    display: none;
  }
  .table-wrap table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .table-wrap table tr:not(:last-child), .table-wrap table tr:not(:first-child) {
    border-bottom: 1px solid #ECEFF1;
  }
  .table-wrap table tr td {
    position: relative;
    border-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 10px;
  }
  .table-wrap table tr td:before {
    content: attr(data-th);
    display: block;
  }
  .catalog {
    margin-bottom: 60px;
  }
  .tarif-table {
    margin-bottom: 60px;
  }
  .tarif-table-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
  }
  .tarif-unit-price span {
    font-size: 20px;
    line-height: 28px;
  }
  .tarif-cell {
    height: 50px;
    padding: 5px 5px 5px 10px;
  }
  .review,
  .solution {
    margin-bottom: 40px;
  }
  .search {
    margin-bottom: 60px;
  }
  .tag-nav {
    font-size: 12px;
    line-height: 16px;
    margin-left: -2px;
    margin-right: -2px;
  }
  .tag-nav a {
    margin: 0 2px 4px;
    padding: 10px 14px;
  }
  .domain-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .domains {
    margin-bottom: 50px;
  }
  .payment-list {
    margin: 0 -5px 20px;
  }
  .payment-list li {
    margin: 0 5px 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 10px);
            flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
  }
  h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .payment {
    margin-bottom: 40px;
  }
  .contact-card {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: 20px;
  }
  .f-title {
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    color: #162136;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    font-weight: 500;
    position: relative;
  }
  .f-title:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(-50%) rotate(45deg);
            transform: translate(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #A4A9B5;
    border-right: 2px solid #A4A9B5;
  }
  .f-title + .f-list.sm {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .f-title.js-active:before {
    -webkit-transform: translate(-50%) rotate(-135deg);
            transform: translate(-50%) rotate(-135deg);
  }
  .f-title.js-active + .f-list.sm {
    max-height: 2000px;
  }
  .header-bottom .btn {
    font-size: 0;
    line-height: normal;
    padding: 0;
    width: 40px;
    height: 40px;
    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;
  }
  .header-bottom .btn .ico {
    display: block;
    width: 24px;
    height: 24px;
  }
  .header-inner .jcf-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    max-width: 40px;
  }
  .jcf-select .jcf-select-opener:before {
    display: none;
  }
  .jcf-select .jcf-select-text {
    margin: 0;
    font-size: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .jcf-select .jcf-select-text img {
    margin: 0;
  }
  .jcf-list .jcf-option {
    font-size: 0;
    padding: 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .jcf-list .jcf-option img {
    margin-right: 0;
  }
  .jcf-select-drop .jcf-select-drop-content::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .jcf-select-drop .jcf-select-drop-content {
    width: 40px;
  }
  .solution-card {
    padding: 20px;
  }
  .solution-card-name {
    font-size: 18px;
    line-height: 22px;
  }
  .domain-card a {
    padding: 12px 6px 6px;
  }
  .domain-card-name {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 12px;
  }
  .domain-row {
    margin-bottom: 6px;
    font-size: 12px;
  }
  .domains-list {
    margin: 0 -6px;
  }
  .domain-card {
    padding: 0 6px 12px;
  }
  .domain-card a {
    border-radius: 8px;
  }
  .payment-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333% - 10px);
            flex: 0 0 calc(33.33333% - 10px);
    max-width: calc(33.33333% - 10px);
    border-radius: 8px;
  }
  .contact-card {
    margin-bottom: 12px;
    border-radius: 8px;
  }
}
@media (max-width: 577px) {
  main:before {
    right: 0;
    left: 0;
    height: 300px;
  }
  .hero-card {
    display: block;
  }
  .hero-card-text {
    padding: 0 0 20px;
  }
  .hero-card-img {
    max-width: none;
    text-align: center;
  }
  .proposal-card {
    border: 1px solid #EBF5FF;
    height: auto;
  }
  .rental-list li a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .tarifs .text-center {
    padding-top: 20px;
  }
  .tarif-card {
    margin-bottom: 12px;
  }
  .callback {
    margin: 0;
  }
  .modal-content {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .modal-content .close {
    top: 0;
    right: 0;
  }
  .table-wrap table tr td {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .tarif-slider .slick-list {
    padding-right: 50px;
  }
  .tarif-table {
    margin-right: -10px;
  }
  .domain-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .search-row {
    display: block;
  }
  .search-row .form-group {
    width: 100%;
    margin-bottom: 12px;
  }
  .search-row .btn {
    width: 100%;
  }
  .result-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 12px;
    border-bottom: 1px solid #ECEFF1;
  }
  .result-row:not(:last-child) {
    margin-bottom: 12px;
  }
  .result-row.top {
    padding-bottom: 12px;
  }
  .result-row .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 12px;
    width: 100%;
  }
  .payment-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    border-radius: 8px;
  }
  .payment-list li img {
    max-height: 80px;
  }
  .accordion .card-header button {
    padding-left: 2px;
  }
  .payment-info .card-header button .ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
  }
}