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 {
  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);
  }
}

.trans, .rad-item label:before, .rad-item label, .view-doc, .tarif-tabs .nav-item .nav-link, .nav-tabs .nav-item .nav-link, .breadcrumb .breadcrumb-item a, .nav-ico span, .backdrop, .f-links a, .top-footer .callback .ico svg, .accordion .card-header button .caret::before, .accordion .card-header button .caret:after, .more:before, .more, .slick-arrow, .view-more, .reviews h2 + p a, .reviews h2 + .list a, .top-nav li.has-menu > a::after, .top-nav li a, a, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn {
  border: 0;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 11px 24px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background: #161616;
  border: 1px solid #161616;
}
.btn:hover, .btn:focus {
  color: #fff;
  text-decoration: none;
  background: #FA6C65;
  border-color: #FA6C65;
}

.borderd-btn {
  color: #161616;
  background: #fff;
  padding: 16px 56px;
}
.borderd-btn:hover, .borderd-btn:focus {
  background: #161616;
  color: #fff;
  border-color: #161616;
}

.pink-btn {
  color: #161616;
  background: #FFD8D0;
  border-color: #FFD8D0;
}
.pink-btn:hover, .pink-btn:focus {
  background: #FA6C65;
  color: #fff;
  border-color: #FA6C65;
}

.red-btn {
  color: #fff;
  background: #FA6C65;
  border-color: #FA6C65;
}
.red-btn:hover, .red-btn:focus {
  background: #FFD8D0;
  color: #161616;
  border-color: #FFD8D0;
}

.white-btn {
  color: #161616;
  background: #fff;
  border-color: #fff;
}
.white-btn:hover, .white-btn:focus {
  background: #FA6C65;
  color: #fff;
  border-color: #FA6C65;
}

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

h1, h2, h3, h4, h5 {
  margin-top: 0;
  color: #000;
}

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

p, .list {
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  margin-top: 0;
  margin-bottom: 24px;
}

.align, .university-card-title a, .more, .view-more, .top-nav li a, .logo, svg {
  display: inline-block;
  vertical-align: top;
}

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

.no-shadow, .btn:hover, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
}

img {
  vertical-align: top;
}

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

@media (min-width: 1240px) {
  .container {
    max-width: 1220px;
  }
}

@media (min-width: 1340px) {
    .container {
        max-width: 1320px;
    }
}

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

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

.hero {
  padding: 215px 0 24px;
  background: #FFD8D0;
  position: relative;
  z-index: 10;
}

.hero:before {
  background: url(../images/hero-1.png) 0 bottom no-repeat;
}

.hero .container {
  position: relative;
  z-index: 2;
}
.hero.hero-inner {
  padding-bottom: 148px;
  background: #FFE4BF;
}
.hero.hero-inner h1, .hero.hero-inner .h1 {
  font-size: 64px;
  line-height: 70px;
}
.hero.hero-decor-1:before {
  background: url(../images/hero-4.webp) 0 bottom no-repeat;
  background-size: 545px auto;
}
.hero.hero-decor-1:after {
  background: url(../images/hero-3.webp) right top no-repeat;
  background-size: 496px auto;
}

.hero-text {
  text-align: center;
}
.hero-text .btn {
  margin-bottom: 16px;
}

.hero-note {
  margin-bottom: 94px;
  font-size: 16px;
  line-height: 32px;
}

.small-note {
  font-size: 12px;
  line-height: 24px;
}

.header {
  position: fixed;
  z-index: 90;
  top: 40px;
  left: 0;
  right: 0;
}

.header-inner {
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(41, 45, 50, 0.0784313725);
          box-shadow: 0px 4px 12px 0px rgba(41, 45, 50, 0.0784313725);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 24px;
}

.head-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.nums {
  padding: 100px 0 70px;
}

h2, .h2 {
  text-align: center;
  margin-bottom: 48px;
  font-size: 56px;
  line-height: 56px;
  margin-bottom: 48px;
  color: #161616;
  font-weight: 700;
}

h3, .h3 {
  margin: 0 0 16px 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #161616;
}

.num-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.num-list li {
  padding: 0 10px;
}
.num-list li span {
  display: block;
  font-size: 56px;
  line-height: 84px;
  color: #B9121B;
  font-weight: 600;
}
.num-list li i {
  font-style: normal;
  white-space: nowrap;
}

.for-you {
  padding: 100px 0 80px;
  position: relative;
  z-index: 1;
  background: #FFE4BF;
}

.for-you-card {
  height: calc(100% - 20px);
  margin-bottom: 20px;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  padding: 24px;
}
.for-you-card .ico {
  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: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #FFD8D0;
}
.for-you-card svg {
  fill: #161616;
  width: 28px;
  height: 28px;
}
.for-you-card.blue {
  background: #EEF3FB;
}

.why-we h2 {
  text-align: left;
}

.why-we-card {
  margin-bottom: 20px;
  padding: 28px;
  border-radius: 8px;
  background: #EEF3FB;
  height: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.why-we-num {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  text-align: center;
  line-height: 44px;
  background: #FFB03B;
  border-radius: 50%;
  border: 2px solid #FFE4BF;
  font-size: 24px;
  font-weight: 700;
}

.why-we-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p.large, .large.list, .section-tarif h2 + p, .section-tarif h2 + .list, .section-tarif .h2 + p, .section-tarif .h2 + .list, .faq h2 + p, .faq h2 + .list, .quides h2 + p, .quides h2 + .list, .proposal h2 + p, .proposal h2 + .list, .reviews h2 + p, .reviews h2 + .list, .for-business h2 + p, .for-business h2 + .list, .integration h2 + p, .integration h2 + .list {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  max-width: 600px;
  margin: 0px auto 50px;
  text-align: center;
}

.integration {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.integration .text-center {
  padding-top: 40px;
}

.for-business {
  padding: 100px 0;
}
.for-business .text-center {
  padding-top: 40px;
}
.for-business .text-center .btn {
  width: 334px;
  max-width: 100%;
}

.has-bull {
  position: relative;
}
.has-bull:before {
  bottom: 100%;
  left: 57px;
  width: 180px;
  height: 121px;
  background: url(../images/bull.png) 0 0 no-repeat;
  background-size: 100%;
  pointer-events: none;
}

.reviews {
  padding: 100px 0;
  background: #292D32;
}
.reviews h2 {
  color: #fff;
}
.reviews h2 + p, .reviews h2 + .list {
  color: #fff;
  max-width: none;
}
.reviews h2 + p a, .reviews h2 + .list a {
  color: #10D4FF;
}
.reviews h2 + p a:hover, .reviews h2 + .list a:hover {
  color: #0462FF;
}
.reviews .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews .slick-track .slide {
  float: none;
  height: auto;
}
.reviews .slick-track .slide .review-card {
  height: 100%;
}

.slider-wrapper {
  position: relative;
  margin: 0 -10px;
}
.slider-wrapper .slide {
  padding: 0 10px;
}
.slider-wrapper .review-card {
  margin-bottom: 0;
}

.review-card p, .review-card .list {
  margin-bottom: 10px;
}

.review-card-photo {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 16px;
}
.review-card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-card-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 700;
}

.view-more {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #10D4FF;
}
.view-more:hover, .view-more:focus {
  text-decoration: underline;
  color: #0462FF;
}

.slick-arrow {
  width: 42px;
  height: 42px;
  position: absolute;
  background: #10D4FF;
  padding: 0;
  border: 0;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
}
.slick-arrow:before {
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  background: url(../images/arrow-left.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.slick-arrow:hover {
  background: #0462FF;
}

.slick-prev {
  left: -44px;
}
.slick-prev:before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-next {
  right: -44px;
}
.slick-next:before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.proposal {
  padding: 100px 0 80px;
  position: relative;
  z-index: 1;
}

.proposal .for-you-card {
  background: #EEF3FB;
}
.proposal .for-you-card .ico {
  background: #FA6C65;
}

.proposal-title {
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.quides {
  padding: 100px 0 80px;
  background: #FFE4BF;
}
.quides h2 {
  text-align: left;
  margin-bottom: 20px;
}
.quides h2 + p, .quides h2 + .list {
  text-align: left;
}

.quides-list li {
  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: 16px;
  padding: 19px 22px;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.more {
  text-decoration: none;
  position: relative;
  margin-left: 15px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #FA6C65;
}
.more:before {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FA6C65;
  border-radius: 50%;
  z-index: 1;
  width: 32px;
  height: 32px;
}
.more:after {
  z-index: 2;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url(../images/arrow-left.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.more:hover, .more:focus {
  text-decoration: none;
  color: #10D4FF;
}
.more:hover::before, .more:focus::before {
  background: #10D4FF;
}

.team {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.team .text-center {
  padding-top: 40px;
}
.team .text-center .btn {
  width: 334px;
  max-width: 100%;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  line-height: 18px;
  color: #292D32;
  margin: 0 -5px;
}

.tags .tag1 {
  background: #FFB03B;
}
.tags .tag2 {
  background: #FA6C65;
}
.tags .tag3 {
  background: #10D4FF;
}

.for-clients {
  padding: 100px 0 80px;
  position: relative;
  z-index: 2;
}

.for-clients-card {
  padding: 36px;
  border-radius: 16px;
  background: #292D32;
}
.for-clients-card .btn {
  width: 334px;
  max-width: 100%;
}
.for-clients-card .rad-list {
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.for-clients-card .rad-list li {
  margin-bottom: 16px;
}
.for-clients-card .rad-list li:before {
  top: 8px;
  background: #FFB03B;
}
.for-clients-card .rad-list li:after {
  top: 13px;
}

.for-clients-img {
  height: 378px;
  border-radius: 8px;
  overflow: hidden;
}
.for-clients-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.for-clients-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.blog .text-center {
  padding-top: 34px;
}
.blog .text-center .btn {
  width: 334px;
  max-width: 100%;
}

.blog-card {
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.blog-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: #EEF3FB;
  border-radius: 8px;
  text-decoration: none;
  color: #161616;
  padding: 24px;
}
.blog-card p, .blog-card .list {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.blog-card .btn {
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blog-card:hover .btn {
  background: #161616;
  color: #fff;
}
.blog-card:hover .blog-card-title {
  color: #0462FF;
}

.blog-card-img {
  overflow: hidden;
  height: 190px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.blog-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-card-title {
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  height: 87px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.has-flower, .start-up-guide .serv-list {
  position: relative;
}

.footer {
  padding: 80px 0;
}

.btm-footer {
  border-top: 1px solid #161616;
  padding-top: 32px;
  font-size: 14px;
  line-height: 21px;
}

.f-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.f-links a {
  margin: 0 24px 24px 0;
  color: #161616;
  text-decoration: underline;
}
.f-links a:hover {
  color: #0462FF;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.slick-dots li {
  padding: 0 4px;
}
.slick-dots li button {
  display: block;
  padding: 0;
  border: 2px solid #10D4FF;
  background: transparent;
  font-size: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button {
  background: #10D4FF;
}

.backdrop {
  position: fixed;
  z-index: 100;
  inset: 0 0 0 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
}

.nav-ico {
  display: none;
  overflow: hidden;
  position: relative;
  width: 33px;
  height: 33px;
  z-index: 110;
  background: #161616;
  border-radius: 50%;
}
.nav-ico span {
  position: absolute;
  width: 20px;
  height: 2px;
  left: 7px;
  background: #fff;
}
.nav-ico span:first-child {
  top: 12px;
}
.nav-ico span:nth-child(2) {
  top: 17px;
}
.nav-ico span:nth-child(3) {
  top: 22px;
}

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

.serv-list {
  background-color: #FFD8D0;
  border-radius: 16px;
  padding: 32px;
  position: relative;
}
.serv-list:after {
  width: 170px;
  height: 151px;
  background: url("../images	/apple.webp") 0 0 no-repeat;
  background-size: 100%;
  right: -47px;
  bottom: -18px;
}

.serv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
  text-underline-position: under;
}
.serv-item:not(:last-child) {
  margin-bottom: 16px;
}
.serv-item:hover {
  color: #161616;
  text-decoration: underline;
}
.serv-item span {
  margin-right: 16px;
  border-radius: 50%;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  max-width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEF3FB;
}
.serv-item span .icon {
  width: 20px;
  height: 20px;
}

.item-cost {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  font-size: 14px;
  line-height: 21px;
}
.item-cost + .item-cost {
  margin-top: 16px;
}
.item-cost p, .item-cost .list {
  margin: 16px 0 0 0;
  font-size: 14px;
  line-height: 21px;
}
.item-cost p strong, .item-cost .list strong {
  font-size: 20px;
  line-height: 24px;
  color: #FA6C65;
  font-weight: 600;
  display: inline-block;
  margin-right: 8px;
}

.item-item-sub-title {
  font-size: 14px;
  line-height: 21px;
  color: #292D32;
  margin-bottom: 16px;
  font-weight: 600;
}

.item-cost-unit + .item-cost-unit {
  margin-top: 16px;
}

.item-cost-hint {
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
}

.view-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  color: #10D4FF;
}
.view-all:hover {
  color: #10D4FF;
  text-decoration: underline;
}
.view-all span {
  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: 22px;
  height: 22px;
  background-color: #10D4FF;
  border-radius: 50%;
  margin-left: 8px;
}
.view-all span .icon {
  display: block;
  width: 12px;
  height: 12px;
}

.tarif-list:not(:last-child) {
  margin-bottom: 80px;
}

.table-price {
  background: #fff;
}
.table-price th {
  font-size: 16px;
  line-height: 21px;
  background-color: #eef3fb;
  color: #000;
  font-weight: 600;
  padding: 10px 12px;
  text-align: center;
  width: 300px;
}
.table-price td {
  vertical-align: middle;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.table-price td:first-child {
  text-align: left;
}
.table-price .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.table-price td:has(.icon) {
  text-align: center;
}

.tarif-item.has-flower:before, .start-up-guide .tarif-item.serv-list:before {
  left: auto;
  right: -20px;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  width: 94px;
  height: 133px;
}

.item-cost-unit.has-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item-cost-unit.has-flex span {
  margin: 0 10px 0 0;
}

.item-cost h3 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(41, 45, 50, 0.3);
}

.tarif-item-body {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
}
.tarif-item-body .item-cost {
  background: #FFE4BF;
  border-radius: 8px;
  margin-bottom: 16px;
}

.item-item-title.has-border,
.rad-list.has-border {
  border-bottom: 1px solid rgba(41, 45, 50, 0.3);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.headline {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 48px;
  line-height: 50px;
}

.title-text {
  position: relative;
  max-width: 728px;
  margin: 0px auto 64px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #0462FF;
  padding: 0 40px;
}
.title-text:before, .title-text:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/blue-star.svg) 0 0 no-repeat;
  background-size: 100%;
}
.title-text::before {
  left: 0;
}
.title-text:after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.services h2 {
  background-image: url(../images/line1.svg);
  margin-bottom: 64px;
}
.services .directions-card {
  background: #fff;
  height: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services .directions-card .ico {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  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;
  background: #FFD8D0;
}
.services .directions-card .ico svg {
  width: 28px;
  height: 28px;
}
.services .directions-card p, .services .directions-card .list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.direction-card-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
}
.direction-card-flex .item-item-title {
  margin: 0 8px 0 0;
}
.direction-card-flex .item-cost-unit {
  font-size: 14px;
}
.direction-card-flex.red {
  display: block;
  color: #FA6C65;
}
.direction-card-flex.red .item-item-title {
  display: inline;
  color: #161616;
}

.more-services .directions-card {
  background: #EEF3FB;
}
.more-services .directions-card .ico {
  background: #FFB03B;
}

.ordering h2 {
  padding: 0;
  background: none;
  margin-top: 50px;
}
.ordering table tr th {
  background: #FFD8D0;
}
.ordering .table-wrap {
  position: relative;
}
.ordering .table-wrap:before {
  width: 150px;
  height: 107px;
  background: url(../images/flover1.svg) 0 0 no-repeat;
  background-size: 100%;
  top: -55px;
  left: -73px;
}

.startup {
  overflow: hidden;
}

.table-wrap {
  overflow: visible;
}
.table-wrap.has-sun::before {
  z-index: 10;
  right: 0;
  top: -67px;
  left: -78px;
}

.blog.no-bg {
  background: none;
  padding-top: 0;
}

h1 {
  text-align: center;
  margin-bottom: 64px;
  font-size: 64px;
  font-weight: 70px;
  font-weight: 700;
}

.article {
  margin-bottom: 100px;
}
.article .text-center .btn {
  width: 334px;
  max-width: 100%;
}

.article-body {
  background: #EEF3FB;
  border-radius: 24px;
  margin-bottom: 64px;
  padding: 64px 40px 40px;
}
.article-body p, .article-body .list {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 27px;
}
.article-body h3 {
  font-weight: 600;
}

.article-container {
  max-width: 824px;
  margin: 0px auto;
}

.breadcrumb {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 0;
  background: none;
  border-radius: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #10D4FF;
}
.breadcrumb .breadcrumb-item.active {
  color: #10D4FF;
}
.breadcrumb .breadcrumb-item a {
  color: #10D4FF;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #10D4FF;
}

figure {
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
}
figure img {
  max-width: 100%;
}

.video {
  margin-bottom: 40px;
  overflow: hidden;
}
.video a {
  display: block;
  position: relative;
  height: 100%;
}
.video a:before {
  z-index: 10;
  width: 120px;
  height: 120px;
  pointer-events: none;
  background: #FFD8D0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.video a::after {
  z-index: 11;
  width: 60px;
  height: 60px;
  pointer-events: none;
  background: url(../images/play.svg) 0 0 no-repeat;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: 100% 100%;
}
.video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shengen .hero {
  padding-bottom: 64px;
  background: #EEF3FB;
}
.shengen .hero::before {
  background-image: url(../images/line-7.png);
}
.shengen .hero::after {
  background-image: url(../images/hero-3.webp);
  background-size: 30% auto;
}

.shengen .why-we p, .shengen .why-we .list {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
  max-width: 430px;
}
.shengen .why-we h2 {
  text-align: center;
  margin-bottom: 64px;
}
.shengen .why-we-card {
  background: #FFD8D0;
}
.shengen .why-we-card .ico {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  background: #EEF3FB;
  border-radius: 50%;
  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;
}
.shengen .why-we-card .ico svg {
  width: 28px;
  height: 28px;
}
.shengen .section-visa {
  background: #292D32;
}
.shengen .section-visa::after, .shengen .section-visa::before {
  display: none;
}
.shengen .section-visa h2 {
  color: #fff;
  background-image: url(../images/line-bloue.png);
  background-size: 350px auto;
}
.shengen .team::before {
  display: none;
}
.shengen .faq {
  background: none;
}
.shengen .faq h2 {
  margin-bottom: 45px;
}
.shengen .accordeon-wrapper.has-flower:before, .shengen .start-up-guide .accordeon-wrapper.serv-list:before, .start-up-guide .shengen .accordeon-wrapper.serv-list:before {
  left: auto;
  right: -20px;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.choose {
  background-color: #fff;
}

.footer.pink {
  background: #FFD8D0;
}

.taxes .why-we p, .taxes .why-we .list {
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
}
.taxes .why-we h2 {
  margin-bottom: 24px;
}
.taxes .why-we-card .ico {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  background: #FFD8D0;
  border-radius: 50%;
  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;
}
.taxes .why-we-card .ico svg {
  width: 28px;
  height: 28px;
}
.taxes .relocate::before {
  display: none;
}
.taxes .relocate h2 {
  color: #fff;
  background-image: url(../images/line-bloue.png);
  background-size: 350px auto;
}
.taxes .relocate-card .btn {
  margin: 0 -24px -24px;
  border-radius: 0 0 8px 8px;
}
.taxes .relocate-card.has-flower:before, .taxes .start-up-guide .relocate-card.serv-list:before, .start-up-guide .taxes .relocate-card.serv-list:before {
  left: auto;
  right: -20px;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.taxes .faq {
  background-position: right bottom;
}

.start-up .hero {
  background: #FFD8D0;
  padding-bottom: 84px;
}
.start-up .hero::before {
  background: url(../images/line-8.png) 0 bottom no-repeat;
}
.start-up .hero:after {
  background: url(../images/hero-3.webp) right top no-repeat;
  background-size: 496px auto;
}

.start-up .team:before {
  display: none;
}

.start-up .statup-text-center {
  color: #161616;
}
.start-up .faq {
  background: none;
}
.start-up .faq h2 {
  margin-bottom: 64px;
}
.start-up .for-whom h2 {
  background-image: url(../images/line1.svg);
}

.exp-card {
  background: #EEF3FB;
  padding: 24px;
  border-radius: 16px;
  text-align: center;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  font-size: 18px;
  line-height: 22px;
}
.exp-card strong {
  display: block;
  font-size: 56px;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 12px;
}
.exp-card.has-flower:before, .start-up-guide .exp-card.serv-list:before {
  left: auto;
  right: -20px;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.interest-inner {
  max-width: 794px;
  margin: 0px auto;
}

.interest-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(41, 45, 50, 0.3);
}

.for-whom {
  padding: 100px 0;
  background: #EEF3FB;
}
.for-whom-body {
  padding: 32px 32px 12px;
  background: #fff;
  border-radius: 16px;
}

.for-whom-container {
  max-width: 807px;
  margin: 0px auto;
}
.for-whom-container .rad-list {
  font-size: 16px;
  line-height: 24px;
}
.for-whom-container .rad-list li {
  padding-left: 30px;
  margin-bottom: 10px;
}
.for-whom-container .rad-list li::before {
  width: 20px;
  height: 20px;
  background: #10D4FF;
}
.for-whom-container .rad-list li:after {
  width: 6px;
  height: 6px;
  left: 7px;
  top: 13px;
}

.bg-2 {
  background-image: url(../images/bg-2.svg);
}

.bg-3 {
  background-image: url(../images/bg-3.svg);
}

.bg-3 {
  background-image: url(../images/bg-3.svg);
}

.bg-4 {
  background-image: url(../images/bg-4.svg);
}

.bg-5 {
  background-image: url(../images/bg-5.svg);
  background-position: right bottom;
}

.bg-6 {
  background-image: url(../images/bg-6.svg);
  background-position: right bottom;
}

.roadmap-info {
  text-align: center;
  background: #FFE4BF;
  border-radius: 16px;
  padding: 48px 92px;
  position: relative;
  z-index: 1;
}
.roadmap-info::before {
  z-index: -1;
  background: url(../images/heart.svg) 0 0 no-repeat;
  width: 69px;
  height: 89px;
  background-size: 100% 100%;
  left: 119px;
  bottom: 76px;
}
.roadmap-info p, .roadmap-info .list {
  max-width: 680px;
  margin: 0px auto 48px;
  font-size: 22px;
  line-height: 29px;
  font-weight: 500;
}
.roadmap-info .btn {
  width: 308px;
  max-width: 100%;
  border: 1px solid #161616;
}

.roadmap-info-title {
  font-size: 41px;
  line-height: 56px;
  margin-bottom: 24px;
  font-weight: 700;
}

.has-sun {
  position: relative;
  z-index: 1;
}
.has-sun:before {
  z-index: -1;
  width: 180px;
  height: 144px;
  top: -40px;
  right: -60px;
  background: url(../images/sun.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.faq-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(41, 45, 50, 0.3);
  margin: 0px auto 24px;
  max-width: 794px;
  padding-top: 10px;
}

.check-list li {
  display: block;
  position: relative;
  padding-left: 32px;
}
.check-list li:before {
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  background: #FFD8D0;
}
.check-list li:after {
  z-index: 2;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #161616;
  border-left: 2px solid #161616;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px;
  left: 5px;
}

.blue-text {
  color: #0462FF;
}

.footer.black {
  background: #292D32;
}

.footer.black .top-nav > li > a,
.footer.black .f-links a,
.footer.black .copy {
  color: #fff;
}

.footer.black .top-footer .callback .ico svg {
  fill: #fff;
}

.footer.black .top-nav li.has-menu > a::after,
.footer.black .btm-footer {
  border-top-color: #fff;
}

.start-up-guide {
  background: url(../images/line-10.png) left 150px no-repeat;
}
.start-up-guide .serv-list::after {
  display: none;
}
.start-up-guide .serv-list:before {
  width: 127px;
  height: 135px;
  left: auto;
  right: -20px;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background-size: 100% 100%;
}
.start-up-guide .about-box::before {
  display: none;
}
.start-up-guide .about-box {
  background-position: right 36px top 316px;
}

.serv-list.has-indent {
  margin-bottom: 100px;
}

.tab-content {
  position: relative;
  z-index: 10;
  margin-bottom: 100px;
}
.tab-content:after {
  display: none;
}

.nav-tabs {
  margin: 0 0 -16px;
  position: relative;
  z-index: 1;
}
.nav-tabs .nav-item:not(:last-child) {
  margin-right: 32px;
}
.nav-tabs .nav-item .nav-link {
  display: block;
  text-decoration: none;
  padding: 11px 32px 27px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #292D32;
  background: rgba(255, 216, 208, 0.5);
  border-radius: 16px 16px 0 0;
  border: 0;
  text-align: left;
}
.nav-tabs .nav-item .nav-link.active {
  background: #FFD8D0;
}

.requirements {
  padding: 100px 0;
}
.requirements .roadmap-info {
  text-align: left;
}
.requirements .roadmap-info:before {
  display: none;
}

.roadmap-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 794px;
  margin: 0px auto;
  padding-bottom: 10px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(41, 45, 50, 0.3);
}
.roadmap-info-top .review-card-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 101px;
          flex: 0 0 101px;
  max-width: 101px;
  height: 101px;
}
.roadmap-info-top p, .roadmap-info-top .list {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}

.roadmap-info-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding-left: 20px;
}
.roadmap-info-text p strong, .roadmap-info-text .list strong {
  display: block;
  font-weight: 700;
}

.roadmap-info-btm {
  text-align: center;
}
.roadmap-info-btm p, .roadmap-info-btm .list {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 24px;
}

.benefits {
  padding: 100px 0 70px;
}
.benefits h2 {
  position: relative;
}
.benefits h2::before {
  width: 81px;
  height: 111px;
  top: 0;
  right: 0;
  pointer-events: none;
  background: url(../images/heart.svg) 0 0 no-repeat;
  background-size: 100%;
}
.benefits .why-we-card {
  background: #FFD8D0;
}
.benefits .why-we-card .ico {
  background: #fff;
}

.we-do h2 {
  color: #fff;
}

.we-do-card {
  margin-bottom: 48px;
  background: #fff;
  border-radius: 16px;
  padding: 32px;
}
.we-do-card p, .we-do-card .list {
  margin-bottom: 0;
}

.we-do-body {
  margin: 0px auto;
  max-width: 800px;
}

.we-do-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(41, 45, 50, 0.3);
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
}
.we-do-title .num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  max-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #10D4FF;
  border-radius: 50%;
  font-size: 16px;
}
.we-do-title span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding-left: 12px;
}

.documents {
  background: url(../images/dots2.png) right 152px no-repeat #FFD8D0;
  padding: 100px 0;
}
.documents .large, .documents .integration h2 + p, .documents .integration h2 + .list, .integration .documents h2 + p, .integration .documents h2 + .list, .documents .for-business h2 + p, .documents .for-business h2 + .list, .for-business .documents h2 + p, .for-business .documents h2 + .list, .documents .reviews h2 + p, .documents .reviews h2 + .list, .reviews .documents h2 + p, .reviews .documents h2 + .list, .documents .proposal h2 + p, .documents .proposal h2 + .list, .proposal .documents h2 + p, .proposal .documents h2 + .list, .documents .quides h2 + p, .documents .quides h2 + .list, .quides .documents h2 + p, .quides .documents h2 + .list, .documents .faq h2 + p, .documents .faq h2 + .list, .faq .documents h2 + p, .faq .documents h2 + .list, .documents .section-tarif h2 + p, .documents .section-tarif h2 + .list, .section-tarif .documents h2 + p, .section-tarif .documents h2 + .list, .documents .section-tarif .h2 + p, .documents .section-tarif .h2 + .list, .section-tarif .documents .h2 + p, .section-tarif .documents .h2 + .list {
  max-width: 887px;
  font-weight: 500;
}

.document-card {
  border-radius: 16px;
  margin-bottom: 30px;
  background: #fff;
  height: calc(100% - 30px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.document-card .title {
  padding: 24px;
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.view-doc {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #161616;
  padding: 16px;
  border-radius: 0 0 16px 16px;
  text-decoration: none;
  background: #EEF3FB;
}
.view-doc:hover, .view-doc:focus {
  text-decoration: none;
  background: #FA6C65;
  color: #fff;
}

.note {
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.sertificate .hero {
  padding-bottom: 128px;
}
.sertificate .hero h1 {
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 24px;
}
.sertificate .hero p, .sertificate .hero .list {
  font-size: 16px;
  line-height: 24px;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.sertificate .why-we .ico {
  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;
  margin-bottom: 16px;
  width: 48px;
  height: 48px;
  background: #FFD8D0;
  border-radius: 50%;
}
.sertificate .why-we .ico svg {
  width: 28px;
  height: 28px;
}

.sertificate .more-services h2 {
  color: #fff;
  background-image: url(../images/line-bloue.png);
  background-size: 350px auto;
}
.sertificate .more-services h2 img {
  margin-right: -84px;
}
.sertificate .more-services .directions-card {
  background: #fff;
}
.sertificate .ordering h2 {
  padding-bottom: 0;
  background: none;
}
.sertificate .faq {
  background: #fff;
}
.sertificate .accordeon-wrapper {
  position: relative;
}
.sertificate .accordeon-wrapper:before {
  left: auto;
  right: -20px;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.sertificate .reviews {
  background: #FFD8D0;
}
.sertificate .reviews h2 {
  color: #161616;
}
.sertificate .reviews h2 + p, .sertificate .reviews h2 + .list {
  color: #161616;
}

.comments {
  padding-bottom: 100px;
}
.comments .large, .comments .integration h2 + p, .comments .integration h2 + .list, .integration .comments h2 + p, .integration .comments h2 + .list, .comments .for-business h2 + p, .comments .for-business h2 + .list, .for-business .comments h2 + p, .for-business .comments h2 + .list, .comments .reviews h2 + p, .comments .reviews h2 + .list, .reviews .comments h2 + p, .reviews .comments h2 + .list, .comments .proposal h2 + p, .comments .proposal h2 + .list, .proposal .comments h2 + p, .proposal .comments h2 + .list, .comments .quides h2 + p, .comments .quides h2 + .list, .quides .comments h2 + p, .quides .comments h2 + .list, .comments .faq h2 + p, .comments .faq h2 + .list, .faq .comments h2 + p, .faq .comments h2 + .list, .comments .section-tarif h2 + p, .comments .section-tarif h2 + .list, .section-tarif .comments h2 + p, .section-tarif .comments h2 + .list, .comments .section-tarif .h2 + p, .comments .section-tarif .h2 + .list, .section-tarif .comments .h2 + p, .section-tarif .comments .h2 + .list {
  max-width: none;
}
.comments .large a, .comments .integration h2 + p a, .comments .integration h2 + .list a, .integration .comments h2 + p a, .integration .comments h2 + .list a, .comments .for-business h2 + p a, .comments .for-business h2 + .list a, .for-business .comments h2 + p a, .for-business .comments h2 + .list a, .comments .reviews h2 + p a, .comments .reviews h2 + .list a, .reviews .comments h2 + p a, .reviews .comments h2 + .list a, .comments .proposal h2 + p a, .comments .proposal h2 + .list a, .proposal .comments h2 + p a, .proposal .comments h2 + .list a, .comments .quides h2 + p a, .comments .quides h2 + .list a, .quides .comments h2 + p a, .quides .comments h2 + .list a, .comments .faq h2 + p a, .comments .faq h2 + .list a, .faq .comments h2 + p a, .faq .comments h2 + .list a, .comments .section-tarif h2 + p a, .comments .section-tarif h2 + .list a, .section-tarif .comments h2 + p a, .section-tarif .comments h2 + .list a, .comments .section-tarif .h2 + p a, .comments .section-tarif .h2 + .list a, .section-tarif .comments .h2 + p a, .section-tarif .comments .h2 + .list a {
  color: #10D4FF;
}
.comments h2 {
  position: relative;
}
.comments h2:before {
  right: 0;
  top: 0;
  pointer-events: none;
  background: url(../images/heart.svg) 0 0 no-repeat;
  width: 69px;
  height: 89px;
  background-size: 100% 100%;
}
.comments .black-btn {
  width: 334px;
  max-width: 100%;
}

.content.no-bg {
  background: #fff;
}

.comment-card {
  margin: 32px 0 50px;
  height: calc(100% - 80px);
  position: relative;
}

.comment-card-photo {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  top: -32px;
}
.comment-card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comment-card-body {
  padding: 48px 24px 24px;
  background: #EEF3FB;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.comment-card-body .borderd-btn {
  padding: 8px;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
}

.comment-text {
  margin-bottom: 25px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.comment-text img {
  width: 100%;
}

.taxes .relocate-card.has-flower:before, .taxes .start-up-guide .relocate-card.serv-list:before, .start-up-guide .taxes .relocate-card.serv-list:before,
.exp-card.has-flower:before,
.start-up-guide .exp-card.serv-list:before {
  width: 100px;
  height: 131px;
}

.how-happen {
  background: #FFE4BF;
  padding: 100px 0 70px;
}
.how-happen h2 {
  margin-bottom: 24px;
}
.how-happen .has-border {
  border-right: 1px solid rgba(41, 45, 50, 0.3);
}
.how-happen .accordeon-wrapper {
  background: #fff;
  margin-top: 48px;
}
.how-happen .accordion .card-header button {
  background: #FFD8D0;
}
.how-happen .accordion .card-header button .caret {
  background-color: #fff;
}
.how-happen .accordion .card-header button .caret::before, .how-happen .accordion .card-header button .caret:after {
  background: #FA6C65;
}
.how-happen .accordion .card-body {
  background: #FFD8D0;
}

.card-box {
  background: #fff;
  padding: 32px 48px 16px;
  border-radius: 16px;
}
.card-box .rad-list {
  font-size: 16px;
  line-height: 24px;
}
.card-box.has-bull:before {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  left: auto;
  right: 57px;
}

h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.cases-card {
  padding: 32px;
  background: #EEF3FB;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cases-card-left {
  padding-right: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
}
.cases-card-left .inner {
  margin: 0px auto;
  width: 303px;
}

.cases-card-photo {
  margin: 0px auto 24px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.cases-card-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cases-card-img {
  overflow: hidden;
  border-radius: 10px;
  height: 368px;
  width: 100%;
}
.cases-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cases-card-text {
  -webkit-box-flex: 645px;
      -ms-flex: 645px;
          flex: 645px;
  max-width: 645px;
}

.poll {
  padding: 100px 0;
}
.poll .large, .poll .integration h2 + p, .poll .integration h2 + .list, .integration .poll h2 + p, .integration .poll h2 + .list, .poll .for-business h2 + p, .poll .for-business h2 + .list, .for-business .poll h2 + p, .for-business .poll h2 + .list, .poll .reviews h2 + p, .poll .reviews h2 + .list, .reviews .poll h2 + p, .reviews .poll h2 + .list, .poll .proposal h2 + p, .poll .proposal h2 + .list, .proposal .poll h2 + p, .proposal .poll h2 + .list, .poll .quides h2 + p, .poll .quides h2 + .list, .quides .poll h2 + p, .quides .poll h2 + .list, .poll .faq h2 + p, .poll .faq h2 + .list, .faq .poll h2 + p, .faq .poll h2 + .list, .poll .section-tarif h2 + p, .poll .section-tarif h2 + .list, .section-tarif .poll h2 + p, .section-tarif .poll h2 + .list, .poll .section-tarif .h2 + p, .poll .section-tarif .h2 + .list, .section-tarif .poll .h2 + p, .section-tarif .poll .h2 + .list {
  max-width: none;
  margin-bottom: 20px;
}
.poll .large + .large, .poll .integration h2 + p + .large, .poll .integration h2 + .list + .large, .integration .poll h2 + p + .large, .integration .poll h2 + .list + .large, .poll .for-business h2 + p + .large, .poll .for-business h2 + .list + .large, .for-business .poll h2 + p + .large, .for-business .poll h2 + .list + .large, .poll .reviews h2 + p + .large, .poll .reviews h2 + .list + .large, .reviews .poll h2 + p + .large, .reviews .poll h2 + .list + .large, .poll .proposal h2 + p + .large, .poll .proposal h2 + .list + .large, .proposal .poll h2 + p + .large, .proposal .poll h2 + .list + .large, .poll .quides h2 + p + .large, .poll .quides h2 + .list + .large, .quides .poll h2 + p + .large, .quides .poll h2 + .list + .large, .poll .faq h2 + p + .large, .poll .faq h2 + .list + .large, .faq .poll h2 + p + .large, .faq .poll h2 + .list + .large, .poll .section-tarif h2 + p + .large, .poll .section-tarif h2 + .list + .large, .section-tarif .poll h2 + p + .large, .section-tarif .poll h2 + .list + .large, .poll .section-tarif .h2 + p + .large, .poll .section-tarif .h2 + .list + .large, .section-tarif .poll .h2 + p + .large, .section-tarif .poll .h2 + .list + .large, .poll .integration h2.large + p, .poll .integration h2.large + .list, .integration .poll h2.large + p, .integration .poll h2.large + .list, .poll .for-business h2.large + p, .poll .for-business h2.large + .list, .for-business .poll h2.large + p, .for-business .poll h2.large + .list, .poll .reviews h2.large + p, .poll .reviews h2.large + .list, .reviews .poll h2.large + p, .reviews .poll h2.large + .list, .poll .proposal h2.large + p, .poll .proposal h2.large + .list, .proposal .poll h2.large + p, .proposal .poll h2.large + .list, .poll .quides h2.large + p, .poll .quides h2.large + .list, .quides .poll h2.large + p, .quides .poll h2.large + .list, .poll .faq h2.large + p, .poll .faq h2.large + .list, .faq .poll h2.large + p, .faq .poll h2.large + .list, .poll .section-tarif h2.large + p, .poll .section-tarif h2.large + .list, .section-tarif .poll h2.large + p, .section-tarif .poll h2.large + .list, .poll .section-tarif .h2.large + p, .poll .section-tarif .h2.large + .list, .section-tarif .poll .h2.large + p, .section-tarif .poll .h2.large + .list, .poll .section-tarif h2 + p.h2 + p, .poll .section-tarif h2 + .h2.list + p, .poll .section-tarif h2 + p.h2 + .list, .poll .section-tarif h2 + .h2.list + .list, .section-tarif .poll h2 + p.h2 + p, .section-tarif .poll h2 + .h2.list + p, .section-tarif .poll h2 + p.h2 + .list, .section-tarif .poll h2 + .h2.list + .list, .poll .section-tarif .h2 + p.h2 + p, .poll .section-tarif .h2 + .h2.list + p, .poll .section-tarif .h2 + p.h2 + .list, .poll .section-tarif .h2 + .h2.list + .list, .section-tarif .poll .h2 + p.h2 + p, .section-tarif .poll .h2 + .h2.list + p, .section-tarif .poll .h2 + p.h2 + .list, .section-tarif .poll .h2 + .h2.list + .list {
  margin-bottom: 48px;
}
.poll .text-right {
  padding-top: 8px;
}
.poll .text-right .btn {
  width: 334px;
  max-width: 100%;
}

.rad-item {
  position: relative;
  margin-bottom: 16px;
}
.rad-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.rad-item label {
  display: block;
  position: relative;
  padding: 22px 22px 22px 68px;
  background: #EEF3FB;
  border-radius: 6px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.rad-item label:before {
  z-index: 1;
  width: 32px;
  height: 32px;
  top: 16px;
  left: 24px;
  border-radius: 50%;
  border: 8px solid rgba(16, 212, 255, 0.4);
  background: #fff;
}
.rad-item input:checked + label {
  background: #10D4FF;
}
.rad-item input:checked + label:before {
  background: #10D4FF;
  border-color: #fff;
}

.fits-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.hight-education .hero {
  padding-bottom: 64px;
  background: #EEF3FB;
}
.hight-education .hero::before {
  background-image: url(../images/line-7.png);
}
.hight-education .hero::after {
  background-image: url(../images/hero-3.webp);
  background-size: 30% auto;
}

.hight-education .how-choose h2 {
  margin-bottom: 64px;
}
.hight-education .how-choose .interest-question {
  text-align: left;
}
.hight-education .how-choose .interest-question p, .hight-education .how-choose .interest-question .list {
  font-size: 16px;
  line-height: 24px;
}
.hight-education .roadmap h2 {
  font-size: 42px;
  line-height: 42px;
  padding-bottom: 66px;
  background: url(../images/line1.svg) 0 bottom no-repeat;
}
.hight-education .roadmap.has-bg {
  background: #EEF3FB;
}
.hight-education .roadmap.has-bg h2 {
  background-image: url(../images/line-bloue.png);
  background-size: 350px auto;
}
.hight-education .roadmap.has-bg .timeline-item {
  background: #fff;
}
.hight-education .roadmap.has-bg .timeline-item .num {
  border-color: #EEF3FB;
}
.hight-education .timeline-item:not(:last-child):before {
  height: 120%;
}
.hight-education .interest-question::before {
  display: none;
}
.hight-education .services {
  background: #fff;
}
.hight-education .services h2 {
  color: #161616;
}
.hight-education .services h2 + p, .hight-education .services h2 + .list {
  color: #161616;
  background-image: url(../images/line.svg);
}
.hight-education .services .directions-card {
  background: #EEF3FB;
}
.hight-education .services .direction-card-flex {
  background: #fff;
}
.hight-education .services .text-center p, .hight-education .services .text-center .list {
  color: #161616;
}

.price {
  font-size: 12px;
  padding: 6px 22px;
  border-radius: 100px;
  background: #10D4FF;
}

.yellow-btn {
  background: #FFB03B;
  border-color: #FFB03B;
  color: #161616;
}

.we-do-text {
  text-align: center;
}
.we-do-text .title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
}
.we-do-text p, .we-do-text .list {
  color: #fff;
  max-width: 794px;
  margin: 0px auto;
  font-size: 22px;
  line-height: 150%;
}

.rules {
  padding: 100px 0 1px;
}
.rules h3 {
  font-size: 42px;
  text-align: center;
  margin-bottom: 64px;
  line-height: 120%;
}
.rules h2 {
  margin-bottom: 64px;
}

.rules-list {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rules-list.blue .rules-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 20px);
          flex: 0 0 calc(20% - 20px);
  max-width: calc(20% - 20px);
  background: #EEF3FB;
}
.rules-list.blue .rules-title::before {
  border-color: #10D4FF;
}

.rules-item {
  margin: 0 10px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  border-radius: 16px;
  padding: 24px 20px;
  background: #FFD8D0;
  font-size: 16px;
  line-height: 150%;
  min-height: 148px;
}

.rules-title {
  margin-bottom: 16px;
  padding-left: 44px;
  position: relative;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
}
.rules-title:before {
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  border: 13px solid #FA6C65;
  background: #292D32;
  border-radius: 50%;
}

.docs {
  padding: 100px 0 80px;
  background: #EEF3FB;
}
.docs h2 {
  background-image: url(../images/line1.svg);
}
.docs .card-box {
  margin-bottom: 48px;
}
.docs .inner {
  max-width: 799px;
  margin: 0px auto;
}
.docs .rad-list li:before {
  background: #10D4FF;
}

.doc-item {
  border-radius: 16px;
  padding: 24px;
  background: #FFD8D0;
  margin-bottom: 20px;
  height: calc(100% - 20px);
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}
.doc-item.has-flower::before, .start-up-guide .doc-item.serv-list::before {
  width: 150px;
  height: 107px;
  background: url(../images/flover1.svg) 0 0 no-repeat;
  background-size: 100%;
}

.doc-item-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 100%;
}

.how-we-work {
  padding: 100px 0 80px;
  background: #EEF3FB;
}

.how-we-work-card {
  margin-bottom: 20px;
}
.how-we-work-card .rad-list {
  color: #fff;
}

.how-we-work-title {
  position: relative;
  margin: 25px 0 16px;
  background: #292D32;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 27px;
  border-radius: 16px;
}
.how-we-work-title .ico {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -25px;
  background: #292D32;
  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: 51px;
  height: 51px;
  border-radius: 50%;
}
.how-we-work-title .ico svg {
  width: 24px;
  height: 24px;
}

.you-card .ico svg {
  fill: #FA6C65;
}
.you-card .rad-list li:before {
  background: #FA6C65;
}

.procees {
  padding: 100px 0;
}

.procees-slider-wrapper {
  margin: 0 -10px 40px;
}
.procees-slider-wrapper .slide {
  padding: 0 10px;
}
.procees-slider-wrapper .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(110, 108, 131, 0.1);
  border-radius: 30px;
}
.procees-slider-wrapper .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  width: 100%;
  border: 0;
  padding: 0;
}
.procees-slider-wrapper .slick-dots li button {
  width: 100%;
  border-radius: 30px;
  border: 0;
  height: 30px;
}

.procees-card {
  margin-bottom: 36px;
}
.procees-card .list {
  margin-bottom: 0;
}
.procees-card .num {
  margin-bottom: 16px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #292D32;
  text-align: center;
  line-height: 56px;
  font-size: 24px;
  font-weight: 500;
  color: #FA6C65;
}
.procees-card .num.blue {
  color: #10D4FF;
}
.procees-card .num.yellow {
  color: #FFB03B;
}

.list li {
  display: block;
  position: relative;
  padding-left: 17px;
}
.list li:before {
  left: 0;
  top: 12px;
  width: 7px;
  height: 1px;
  background: #161616;
}

@media (max-width: 1450px) {
  .hero:after, .hero:before,
  .hero.hero-decor-1:after,
  .hero.hero-decor-1:before {
    background-size: 30% auto;
  }
}
@media (max-width: 1360px) {
  .serv-list:after {
    right: -10px;
    bottom: -10px;
  }

  .student-visa,
  .investor-info,
  .gold-visa .section-tarif {
    background-size: 30% auto;
  }
}
@media (max-width: 1239px) {
  .tarif-item-inf {
    padding-left: 30px;
  }
  .digital-nomad-guide {
    background-size: 30% auto;
  }
}
@media (max-width: 1199px) {
  .header-inner {
    padding: 13px;
  }
  .header-inner .btn {
    font-size: 12px;
    line-height: 20px;
  }
  .header-inner .logo {
    max-width: 150px;
  }
  .header-inner .top-nav {
    font-size: 14px;
    line-height: 18px;
  }
  .for-business h2 + p, .for-business h2 + .list {
    max-width: 500px;
  }
  .tarif-item {
    padding: 32px 30px;
  }
  .item-cost {
    padding: 20px;
  }
  .tarif-item-cost {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .choose:before {
    background-position: right bottom;
  }
  .choose:before, .choose:after {
    background-size: 20% auto;
  }
  .start-up .hero:after,
  .start-up .hero:before {
    background-size: 20% auto;
  }
  .start-up .hero h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .start-up .why-we h2 {
    font-size: 42px;
    line-height: normal;
  }
  .roadmap h2 {
    font-size: 42px;
    line-height: 46px;
  }
  .student-visa-guide .hero {
    background-size: 30% auto;
    background-position: left 0 bottom -80px;
  }
  .tarif-tabs .nav-item {
    padding: 0 5px;
  }
  .tarif-tabs {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sertificate .hero:before,
  .sertificate .hero:after {
    background-size: 30% auto;
  }
  .courses .directions-card {
    min-height: 400px;
  }
  .courses .blog:before {
    left: 0;
    background-size: 30% auto;
    background-position: right bottom;
    width: auto;
    bottom: -70px;
  }
  .cases-card-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
            flex: 0 0 310px;
    max-width: 310px;
  }
  .cases-card-left {
    padding-right: 24px;
  }
  .partnership .roadmap h2 + p, .partnership .roadmap h2 + .list {
    max-width: 400px;
    margin: 0 0 40px;
  }
  .rules-item {
    padding: 15px;
  }
  .rules-title {
    font-size: 22px;
    padding-left: 38px;
  }
  .rules-title::before {
    width: 30px;
    height: 30px;
  }
  .permit-without-work .roadmap h2 + p, .permit-without-work .roadmap h2 + .list {
    max-width: 430px;
  }
  .permit-without-work .direction-card-flex .item-cost-unit {
    text-align: right;
  }
  .procees h2 br {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-ico {
    display: block;
  }
  .head-box {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
    padding: 20px;
    z-index: 100;
    background: #fff;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(41, 45, 50, 0.0784313725);
            box-shadow: 0px 4px 12px 0px rgba(41, 45, 50, 0.0784313725);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 80%;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    z-index: 109;
  }
  .js-open .head-box {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-inner {
    padding: 9px 9px 9px 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header {
    top: 13px;
  }
  .header .top-nav {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .header .top-nav > li {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .header .top-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .top-nav > li ul {
    position: static;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 4px;
    display: none;
  }
  .header .top-nav > li.active ul {
    display: block;
  }
  .header .top-nav li.has-menu > a::after {
    margin-top: 7px;
  }
  .header-inner .btn {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
  }
  .hero:after,
  .hero::before {
    background-size: 20% auto;
  }
  .hero h1 {
    font-size: 40px;
    line-height: normal;
  }
  .hero h1 img {
    width: 30px;
    margin-top: 15px;
  }
  .hero-text p, .hero-text .list {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
  }
  .hero-note {
    margin-bottom: 30px;
  }
  .hero {
    padding-top: 125px;
  }
  h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .nums {
    padding: 60px 0 30px;
  }
  .num-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .num-list li {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .num-list li span {
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
  }

  .for-you-card {
    padding: 20px;
    height: auto;
  }
  .for-you-card .ico,
  .relocate-card .ico {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .for-you-card svg,
  .relocate-card svg {
    width: 20px;
    height: 20px;
  }

  .directions {
    padding: 60px 0 40px;
  }
  .directions-card {
    padding: 20px;
    height: auto;
  }
  .directions-card-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .btn {
    font-size: 14px;
    line-height: 20px;
  }
  .relocate {
    padding: 60px 0;
  }
  p.large, .large.list, .integration h2 + p, .for-business h2 + p, .reviews h2 + p, .faq h2 + p, .section-tarif h2 + p, .section-tarif .h2 + p, .integration h2 + .list, .for-business h2 + .list, .reviews h2 + .list, .proposal h2 + .list, .quides h2 + .list, .faq h2 + .list, .section-tarif h2 + .list, .section-tarif .h2 + .list,
  .relocate h2 + p,
  .relocate h2 + .list,
  .proposal h2 + p,
  .quides h2 + p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .relocate-card {
    padding: 20px;
  }
  .relocate-card-title {
    font-size: 20px;
    line-height: 26px;
  }
  .relocate .text-center {
    padding-top: 20px;
  }
  .integration {
    padding: 60px 0 30px;
  }
  .integration .text-center {
    padding-top: 20px;
  }
  .integration:before {
    width: 290px;
    height: 413px;
  }
  .for-business {
    padding: 60px 0 40px;
  }
  .for-business .for-you-card {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .for-business .text-center {
    padding-top: 20px;
  }
  .reviews {
    padding: 60px 0;
  }
  .review-card {
    padding: 20px;
    border-radius: 8px;
  }
  .review-card p, .review-card .list,
  .view-more {
    font-size: 14px;
    line-height: 20px;
  }
  .proposal {
    padding: 60px 0 30px;
  }
  .proposal-title {
    font-size: 20px;
    line-height: 24px;
  }
  .quides {
    padding: 60px 0 100px;
    position: relative;
  }
  .quides:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 57px;
    width: 140px;
    height: 94px;
    background: url(../images/bull.png) 0 0 no-repeat;
    background-size: 100%;
    pointer-events: none;
  }
  .quides h2 + p, .quides h2 + .list {
    margin: 0 0 30px;
  }
  .more {
    font-size: 18px;
  }
  .quides-list li {
    padding: 15px;
  }

  .for-clients {
    padding: 30px 0;
  }
  .for-clients-card {
    padding: 20px;
  }
  .for-clients-card .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .for-clients-img {
    height: 220px;
    margin-bottom: 20px;
  }
  .for-clients-title {
    font-size: 24px;
    line-height: normal;
  }
  .for-clients-card .rad-list li {
    margin-bottom: 6px;
  }
  .for-clients-card .rad-list {
    padding-bottom: 4px;
  }
  .blog {
    padding: 30px 0;
  }
  .blog-card {
    margin-bottom: 20px;
    height: calc(100% - 20px);
  }
  .blog-card a {
    padding: 20px;
  }
  .blog-card-img {
    height: 150px;
  }
  .blog-card-title {
    font-size: 20px;
    line-height: 24px;
  }
  .faq {
    padding: 30px 0;
  }
  .accordeon-wrapper {
    padding: 40px;
  }

  .footer {
    padding: 40px 0;
  }
  .top-footer {
    padding-bottom: 20px;
  }
  .top-footer .top-nav {
    display: block;
  }
  .top-footer .top-nav li {
    text-align: center;
    margin-bottom: 10px;
  }
  .top-footer .callback {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btm-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .f-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .f-links a {
    margin-top: 15px;
  }
  .has-bull:before {
    display: none;
  }
  .team-card.reverse .team-card-text {
    padding-left: 0;
  }
  .tarif-item {
    padding: 20px;
  }
  .tarif-item-cost {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }
  .section {
    padding: 60px 0 40px 0;
  }
  .serv-list:after {
    right: 0;
    background-size: 50% 50%;
    background-position: right bottom;
  }
  .serv-list {
    padding: 24px;
  }
  .section .title {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 36px;
  }
  .hero.hero-inner h1, .hero.hero-inner .h1 {
    font-size: 40px;
    line-height: normal;
  }
  .hero.hero-inner {
    padding-bottom: 24px;
  }
  .serv-list {
    border-radius: 8px;
    padding: 20px;
  }
  .section,
  .startup {
    padding: 40px 0 20px;
  }
  .tarif-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .optimization,
  .services {
    padding: 40px 0 20px;
  }
  .optimization {
    padding-bottom: 60px;
    background-size: 200px 403px;
  }
  h3, .h3 {
    font-size: 18px;
    line-height: normal;
  }
  .statup-text-center {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 40px;
  }
  .headline {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 24px;
  }
  .services h2 {
    margin-bottom: 24px;
  }
  h2 img {
    display: none;
  }
  .services .directions-card {
    height: auto;
  }
  h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  main.has-header {
    padding-top: 100px;
    background-size: 40% auto;
  }
  .article-body {
    padding: 20px;
    border-radius: 8px;
  }
  .article {
    margin-bottom: 60px;
  }
  .article-body {
    margin-bottom: 40px;
  }
  figure, .video {
    margin-bottom: 20px;
  }
  .article-body p, .article-body .list {
    font-size: 16px;
    line-height: 24px;
  }
  .video a:before {
    height: 60px;
    width: 60px;
  }
  .video a:after {
    height: 30px;
    width: 30px;
  }
  .shengen .hero {
    padding-bottom: 40px;
  }
  .shengen .why-we h2,
  .shengen .faq h2 {
    margin-bottom: 24px;
  }
  .shengen .why-we p, .shengen .why-we .list {
    font-size: 16px;
    line-height: 24px;
  }
  .taxes .relocate-card .btn {
    margin: 0 -20px -20px;
  }
  .taxes .why-we p, .taxes .why-we .list {
    font-size: 16px;
    line-height: 24px;
  }
  .start-up .hero h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .start-up .hero {
    padding-bottom: 24px;
  }
  .experience {
    padding: 40px 0 20px;
  }
  .exp-card {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    height: auto;
  }
  .interest-question {
    margin-bottom: 60px;
  }
  .interest-question::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
    width: 100px;
    height: 100px;
    background-size: 100% auto;
    bottom: -45px;
  }
  .for-whom {
    padding: 40px 0;
  }
  .approved {
    padding: 40px 0;
  }
  .roadmap {
    padding: 40px 0;
  }
  .roadmap h2 {
    text-align: center;
    background-position: center bottom;
  }
  .timeline-item .num {
    left: -50px;
  }
  .timeline-item:not(:last-child):before {
    left: -27px;
  }
  .roadmap-info {
    padding: 30px 15px;
    border-radius: 6px;
  }
  .roadmap-info::before {
    bottom: 20px;
    left: 20px;
  }
  .roadmap-info-title {
    font-size: 30px;
    line-height: normal;
  }
  .roadmap-info p, .roadmap-info .list {
    font-size: 16px;
    line-height: 24px;
  }
  .start-up .faq h2 {
    margin-bottom: 40px;
  }
  .student-visa, .content {
    padding-top: 100px;
  }
  .student-visa h1, .content h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .serv-list.has-indent {
    margin-bottom: 60px;
  }
  .about-student-visa {
    padding: 20px 20px 10px;
    margin-bottom: 60px;
  }
  .about-box {
    padding-top: 60px;
  }
  .about-item {
    padding: 20px 20px 10px;
    border-radius: 8px;
  }
  .about-item .title {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .about-item {
    margin-bottom: 20px;
  }
  .nav-tabs .nav-item:not(:last-child) {
    margin-right: 10px;
  }
  .nav-tabs .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 10px 30px;
    border-radius: 8px 8px 0 0;
  }
  .tab-content {
    margin-bottom: 60px;
  }
  .requirements {
    padding: 40px 0 60px;
  }
  .student-visa-guide .accordeon-wrapper.has-flower:before, .student-visa-guide .start-up-guide .accordeon-wrapper.serv-list:before, .start-up-guide .student-visa-guide .accordeon-wrapper.serv-list:before {
    display: none;
  }
  .digital-nomad-page .hero {
    background-size: 30% auto;
  }
  .digital-nomad-page .hero h1 {
    font-size: 40px;
    line-height: normal;
  }
  .tarif-tabs .nav-item {
    margin-bottom: 15px;
  }
  .tarif-tabs {
    margin-bottom: 20px;
  }
  .digital-nomad-page .roadmap {
    padding-bottom: 0;
  }
  .benefits {
    padding: 0 0 40px;
  }
  .we-do {
    padding: 40px 0 30px;
  }
  .we-do-card {
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .we-do-title {
    font-size: 20px;
    line-height: 24px;
  }
  .digital-nomad-page .for-you-card {
    height: auto;
    min-height: auto;
  }
  .digital-nomad-page .integration:before {
    display: none;
  }
  .document-card .title {
    padding: 16px;
    font-size: 18px;
    line-height: normal;
  }
  .documents {
    padding: 60px 0;
  }
  .digital-nomad-page .roadmap-info {
    margin: 60px 0;
  }
  .digital-nomad-page .hero:after {
    background-size: 40% auto;
  }
  .sertificate .hero {
    padding-bottom: 24px;
  }
  .sertificate .hero h1 {
    font-size: 40px;
    line-height: normal;
  }
  .sertificate .accordeon-wrapper:before {
    display: none;
  }
  .comments {
    padding-bottom: 60px;
  }
  .relocate::before,
  .proposal:before {
    display: none;
  }
  .team-card {
    height: auto;
  }
  .team-card-text {
    height: auto;
  }
  .blog-card-title {
    height: 72px;
  }
  .faq {
    background: none;
  }
  .section-tarif:before {
    background-position: 20px 100px;
    background-size: 100px auto;
  }
  .section-tarif:after {
    display: none;
  }
  .startup {
    padding-bottom: 40px;
  }
  .start-up .relocate {
    background-image: none;
  }
  .services.more-services h2 img,
  .shengen .team h2 img {
    display: inline;
    width: 30px;
  }
  .fits {
    padding: 40px 0;
  }
  .our-proposal {
    padding: 60px 0 40px;
  }

  .plus-minus-card {
    height: auto;
    margin-bottom: 20px;
  }
  .schools,
  .how-happen {
    padding: 60px 0 40px;
  }
  .how-choose {
    padding: 60px 0;
  }
  .card-box {
    padding: 24px;
  }
  .services .directions-card {
    min-height: auto;
  }
  .plus-minus {
    padding: 40px 0 20px;
  }
  .cases {
    padding: 60px 0;
    background-image: none;
  }
  .cases-card {
    padding: 24px;
  }
  .cases-card {
    display: block;
  }
  .cases-card-left {
    width: 100%;
    margin-bottom: 24px;
  }
  .cases-card-text {
    max-width: none;
  }
  .courses .experience {
    overflow: hidden;
  }
  .roadmap h2,
  .courses .why-we h2 {
    line-height: normal;
    font-size: 30px;
    text-align: left;
  }
  .rad-item label {
    padding: 15px 15px 15px 50px;
  }
  .rad-item label:before {
    left: 10px;
    top: 11px;
  }
  .poll {
    padding: 60px 0 40px;
  }
  .poll .text-right .btn {
    width: 100%;
  }
  .partnership .roadmap {
    padding-bottom: 60px;
  }
  .partnership .why-we.has-bg h2 {
    font-size: 30px;
    line-height: normal;
  }
  .partnership .faq h2 {
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .student-visa-guide .directions {
    background: none;
  }

  .hight-education .fits {
    padding-bottom: 0px;
  }
  .hight-education .roadmap h2 {
    font-size: 30px;
    line-height: normal;
  }
  .hight-education .how-choose h2 {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .how-choose-title {
    font-size: 20px;
    line-height: 24px;
  }
  .how-happen .has-border {
    border: 0;
  }
  .hight-education .plus-minus {
    background-image: none;
  }

  .universities h2 br {
    display: none;
  }
  .universities h2:before {
    width: 44px;
    height: 71px;
    background-size: 100% 100%;
    top: 30px;
  }
  .universities,
  .investor-info {
    padding: 60px 0 40px;
  }
  .we-do-text .title {
    font-size: 30px;
  }
  .we-do-text p, .we-do-text .list {
    font-size: 16px;
  }
  .gold-visa .for-you .directions-card-title {
    min-height: auto;
  }
  .investor-card {
    height: auto;
  }
  .gold-visa .why-we,
  .gold-visa .experience,
  .gold-visa .for-you {
    background-image: none;
  }
  .gold-visa .interest-question:before {
    right: -10px;
  }
  .rules-item,
  .rules-list.blue .rules-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
  }
  .rules-title {
    font-size: 18px;
    padding-left: 32px;
  }
  .permit-without-work .interest-question:before {
    right: -10px;
  }
  .rules-title::before {
    width: 26px;
    height: 26px;
    border-width: 9px;
    top: -2px;
  }
  .rules {
    padding-top: 60px;
  }
  .rules h2 {
    margin-bottom: 24px;
  }
  .rules-list {
    padding-bottom: 20px;
  }
  .rules h3,
  .permit-without-work .why-we h3 {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .rules h3 br,
  .permit-without-work .why-we h3 br {
    display: none;
  }
  .docs {
    padding: 60px 0 40px;
  }
  .how-we-work {
    padding: 60px 0 40px;
  }
  .how-we-work-text {
    min-height: auto;
  }
  .procees {
    padding: 60px 0 30px;
  }
}
@media (max-width: 767px) {
  .d-lg-none.text-center .btn {
    width: 100%;
  }
  .blog-card-img {
    height: 270px;
  }
  .blog-card-title {
    height: auto;
  }
  .hero h1 img {
    display: none;
  }
  .hero-text p br, .hero-text .list br {
    display: none;
  }
  h2 {
    font-size: 30px;
  }
  .num-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .integration:before {
    display: none;
  }
  .accordeon-wrapper {
    padding: 20px 10px 1px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .serv-list {
    padding: 15px;
  }
  .serv-list div[class^=col-]:not(:last-child) {
    margin-bottom: 10px;
  }
  .serv-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .table-great, .table-wrap {
    overflow: auto;
  }
  .hero.hero-inner h1, .hero.hero-inner .h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .hero.hero-inner:before, .hero.hero-inner:after {
    background-size: 20% auto;
  }
  .tarif-item.has-flower:before, .start-up-guide .tarif-item.serv-list:before {
    right: -10px;
  }
  .permission {
    background-size: 20% auto;
  }
  .permission h2 {
    padding-bottom: 0;
  }
  .permission h2 + p, .permission h2 + .list {
    font-size: 18px;
    line-height: 22px;
  }
  h1 {
    font-size: 30px;
  }
  .shengen .accordeon-wrapper.has-flower:before, .shengen .start-up-guide .accordeon-wrapper.serv-list:before, .start-up-guide .shengen .accordeon-wrapper.serv-list:before,
  .taxes .relocate-card.has-flower:before,
  .taxes .start-up-guide .relocate-card.serv-list:before,
  .start-up-guide .taxes .relocate-card.serv-list:before,
  .exp-card.has-flower:before,
  .start-up-guide .exp-card.serv-list:before,
  .has-sun:before {
    display: none;
  }
  .approved .slider-wrapper {
    padding-left: 10px;
  }
  .approved .slick-list {
    padding-right: 60px;
  }
  .headline {
    font-size: 30px;
  }
  .timeline-item {
    background-image: none;
    padding: 20px;
    margin-bottom: 20px;
  }
  .timeline-title {
    font-size: 18px;
    line-height: 22px;
  }
  .roadmap-info-title {
    font-size: 22px;
  }
  .digital-nomad-page .why-we h2,
  .digital-nomad-page .roadmap h2 {
    font-size: 30px;
    line-height: normal;
  }
  .benefits h2::before {
    display: none;
  }
  .roadmap-info-top .review-card-photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
  }
  .roadmap-info-text {
    padding-left: 10px;
  }
  .sertificate .hero h1 {
    font-size: 30px;
  }
  .comment-card {
    margin-bottom: 30px;
    height: auto;
  }
  .comment-card-body {
    height: auto;
    display: block;
  }
  .comments h2:before {
    display: none;
  }
  .comment-card-body {
    padding: 40px 20px 20px;
  }
  .shengen .accordeon-wrapper.has-flower:before, .shengen .start-up-guide .accordeon-wrapper.serv-list:before, .start-up-guide .shengen .accordeon-wrapper.serv-list:before,
  .taxes .relocate-card.has-flower:before,
  .taxes .start-up-guide .relocate-card.serv-list:before,
  .start-up-guide .taxes .relocate-card.serv-list:before,
  .exp-card.has-flower:before,
  .start-up-guide .exp-card.serv-list:before {
    display: block;
    right: -10px;
  }

  .approved {
    background-size: 30% auto;
    background-position: 0 bottom;
  }
  .start-up-guide .serv-list:before {
    right: -10px;
  }
}
@media (max-width: 575px) {
  .tarif-item {
    padding: 15px;
  }
  .item-cost {
    padding: 15px;
  }
  .breadcrumb .breadcrumb-item:not(:last-child) {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }
  .breadcrumb .breadcrumb-item:not(:last-child):after {
    color: #10D4FF;
    content: "/";
    position: absolute;
    right: 0;
    top: 0;
  }
  .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
  }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    display: none;
  }
  .article-body {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .blog-card-img {
    height: 178px;
  }
  .roadmap-info::before {
    left: 0;
    bottom: 50px;
    width: 49px;
    height: 69px;
  }
}
@media (max-width: 340px) {
  .hero h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
    line-height: 30px;
  }
  p.large, .large.list, .section-tarif h2 + p, .section-tarif .h2 + p, .integration h2 + .list, .for-business h2 + .list, .reviews h2 + .list, .proposal h2 + .list, .quides h2 + .list, .faq h2 + .list, .section-tarif h2 + .list, .section-tarif .h2 + .list, .integration h2 + p, .for-business h2 + p, .reviews h2 + p, .faq h2 + p, .relocate h2 + p, .relocate h2 + .list, .proposal h2 + p, .quides h2 + p {
    font-size: 16px;
    line-height: 22px;
  }
}

.tags .tag1:first-child{
    background: #10D4FF;
}

/*# sourceMappingURL=all.css.map */


/* select */
.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;	
	background: #fff;
	padding: 5px 30px 5px 10px;
  display: block;
  min-width: 90px;
  text-decoration: none;  
  margin-right: 10px;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
  max-width: 75px;
  line-height: 20px;
  color: #222;	
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;	
	width: 20px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after{
  content: '';
  display: block;
  right: 17px;
  top: 10px;
  width: 7px;
  height: 7px;
  position: absolute;
  border-bottom: 2px solid #ADB1B6;
  border-right: 2px solid #ADB1B6;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

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.jcf-compact-multiple {
	max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: '...';
}
.jcf-select-drop .jcf-select-drop-content {
	border-radius: 8px;
  overflow: hidden;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: '';
	height:4px;
	width:8px;
	margin:-7px 5px 0 -3px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;	
	min-width: 113px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #EEF3FB;
  border-radius: 8px;
	line-height: 14px;
	font-size: 14px;
	width: 100%;
}
.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: block;
	padding: 10px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
	height: 1%;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #eb756b;;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

@media (max-width: 991px){
  .jcf-select{
    margin: 0 0 10px 0;
  }
}

.breadcrumb{
    list-style: none !important;
    padding-left: 0 !important;
}