

/* Start:/local/templates/figurait/css/jquery.fancybox.css?172984227215842*/
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

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

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

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

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  color: #ccc;
  transition: color .3s ease;
  cursor: pointer; }

.fancybox-button[disabled] {
  cursor: default;
  opacity: 0.6; }

.fancybox-button:hover:not([disabled]) {
  color: #fff; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.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: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center; }

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center; }

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #888;
  transition: all .2s; }

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #555; }

.fancybox-share_button svg {
  margin-right: 5px;
  width: 23px;
  height: 23px;
  vertical-align: top; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/figurait/css/slick/slick.css?17298422721776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/figurait/css/slick/slick-theme.css?17298422722631*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('/local/templates/figurait/css/slick/./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/figurait/css/slick/./fonts/slick.eot');
    src: url('/local/templates/figurait/css/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/figurait/css/slick/./fonts/slick.woff') format('woff'), url('/local/templates/figurait/css/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/figurait/css/slick/./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    /*margin-bottom: 30px;*/
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
/* End */


/* Start:/local/templates/figurait/template_styles.css?1741067069140701*/
* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }
  *:focus {
    outline: 0; }

/* Base */
body, html {
  margin: 0;
  padding: 0;
  min-width: 320px; }

body {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 12px;
  line-height: calc(22 / 18);
  color: #000;
  background: #fff;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    body {
      font-size: 18px; } }

iframe {
  border: 0; }

img, svg {
  max-width: 100%;
  max-height: 100%; }

/* Headers */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1; }

h1, .h1 {
  font-size: 24px;
  font-family: "Exo 2", sans-serif;
  font-weight: 500; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 64px;
      margin-bottom: 60px; } }
  h1.small, .h1.small {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 32px; }
    @media (min-width: 1200px) {
      h1.small, .h1.small {
        font-size: 32px; } }

.h1__suptitle {
  font-size: 24px;
  padding-top: 50px; }

h2, .h2 {
  font-size: 18px; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 32px; } }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 16px; }
  @media (min-width: 768px) {
    h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      font-size: 26px; } }

/* Text */
p {
  margin: 12px 0; }
  @media (min-width: 1200px) {
    p {
      margin: 24px 0; } }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none;
  color: inherit;
  transition: .2s ease; }
  a:hover {
    text-decoration: none;
    color: #6632FD; }
    a:hover.readmore:after {
      border-left-color: #6632FD; }

main a {
  color: #6632FD; }

b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

/* Lists */
ul, ol {
  overflow: hidden;
  margin: 24px 0;
  padding-left: 20px;
  list-style-type: disc; }
  ul:first-child, ol:first-child {
    margin-top: 0; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }

ol {
  list-style-type: decimal; }

.color-item {
  color: #6632FD; }

.animation {
  transition: 1s;
  opacity: 0;
  transform: translateY(20px); }
  .animation.element-show {
    opacity: 1;
    transform: translateY(0); }

@keyframes radial-pulse-tg {
  0% {
    filter: drop-shadow(0 0 0 rgba(102, 50, 253, 0.8)); }
  100% {
    filter: drop-shadow(0 0 20px rgba(102, 50, 253, 0)); } }
@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
.form__field {
  width: 100%; }
  .form__field-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px; }
    @media (min-width: 1200px) {
      .form__field-list {
        column-gap: 28px;
        row-gap: 24px; } }
  @media (min-width: 1200px) {
    .form__field {
      width: calc(50% - 14px); } }
  .form__field.w100 {
    width: 100%; }
  .form__field > label {
    font-size: 14px;
    line-height: calc(24 / 14);
    font-weight: 700;
    margin-bottom: 8px;
    display: block; }
  .form__field-file {
    margin-bottom: 23px;
    position: relative; }
    .form__field-file input {
      position: absolute;
      opacity: 0;
      z-index: -1;
      width: 100%; }
    .form__field-file label {
      font-weight: normal;
      display: flex;
      align-items: center;
      gap: 10px;
      cursor: pointer; }
      .form__field-file label svg {
        width: 15px;
        height: 15px; }
  .form__field-checkbox {
    font-size: 8px;
    margin-bottom: 14px; }
    @media (min-width: 1200px) {
      .form__field-checkbox {
        font-size: 12px;
        margin-bottom: 27px; } }
    .form__field-checkbox input {
      position: absolute;
      opacity: 0;
      z-index: -1; }
      .form__field-checkbox input:checked + label span {
        border: 1px solid rgba(255, 255, 255, 0); }
        .form__field-checkbox input:checked + label span svg {
          opacity: 1; }
    .form__field-checkbox label {
      cursor: pointer;
      display: flex;
      align-items: center;
      gap: 5px; }
      @media (min-width: 1200px) {
        .form__field-checkbox label {
          gap: 16px; } }
      .form__field-checkbox label .checkbox {
        display: flex;
        border: 1px solid #EFEFEF;
        transition: .2s;
        width: 10px;
        height: 10px;
        border-radius: 2px; }
        @media (min-width: 1200px) {
          .form__field-checkbox label .checkbox {
            border-radius: 5px;
            width: 20px;
            height: 20px; } }
        .form__field-checkbox label .checkbox svg {
          width: 100%;
          height: 100%;
          opacity: 0;
          transition: .2s;
          fill: #6632FD; }
    .form__field-checkbox a {
      color: #6632FD; }
  @media (min-width: 1200px) {
    .form__field-submit {
      margin-bottom: 27px; } }
  .form__field-submit .btn {
    font-size: 10px;
    border: 0;
    height: 30px;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .form__field-submit .btn {
        font-size: 16px;
        height: 55px; } }
  .form__field-bottom {
    display: flex;
    gap: 12px;
    align-items: center; }
    @media (min-width: 1200px) {
      .form__field-bottom {
        display: block; } }

.modal__form {
  padding: 33px 26px 42px;
  width: 432px;
  max-width: 100%;
  border-radius: 30px;
  position: relative; }
  .modal__form .fancybox-close-small {
    display: none; }
  .modal__form-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: flex; }
    .modal__form-close svg {
      width: 20px;
      height: 20px; }
  .modal__form .heading__title {
    transform: none;
    opacity: 1;
    margin-bottom: 44px;
    letter-spacing: 0; }
  .modal__form .form__field-submit {
    text-align: center;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .modal__form .form__field-submit .btn {
        height: 45px;
        width: 268px; } }

::-webkit-input-placeholder {
  color: #878787; }

::-moz-placeholder {
  color: #878787; }

:-moz-placeholder {
  color: #878787; }

:-ms-input-placeholder {
  color: #878787; }

/*::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #555; }
::-webkit-scrollbar-thumb { background: #222; }*/
::-webkit-inner-spin-button {
  display: none; }

::-webkit-calendar-picker-indicator {
  display: none; }

::-webkit-inner-cancel-button {
  display: none; }

::-webkit-clear-button {
  display: none; }

::-webkit-search-cancel-button {
  display: none; }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

input, textarea, select {
  font: inherit;
  display: block;
  width: 100%;
  margin: 0;
  transition: all .2s;
  color: #000;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  background: #fff;
  font-size: 10px;
  padding: 10px 15px; }
  @media (min-width: 1200px) {
    input, textarea, select {
      padding: 17px 15px;
      font-size: 14px; } }

button, [type='submit'], [type='reset'] {
  font: inherit;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  text-decoration: none;
  color: #000; }
  button:focus, [type='submit']:focus, [type='reset']:focus {
    border-color: #000; }
  button:hover, [type='submit']:hover, [type='reset']:hover {
    text-decoration: none;
    color: gray;
    border-color: gray;
    background: white; }
  button:active, [type='submit']:active, [type='reset']:active {
    border-color: black;
    background: #f2f2f2; }

textarea {
  resize: none;
  height: 100%;
  min-height: 100px; }

[type='radio'], [type='checkbox'] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0; }

.control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 1200px) {
    .control {
      width: 40px;
      height: 40px; } }
  @media (min-width: 1200px) {
    .control svg {
      width: 20px;
      height: 35px; } }
  .control.prev {
    left: 0; }
    .control.prev svg {
      transform: rotate(180deg); }
  .control.next {
    right: 0; }

.btn {
  background: #6632FD;
  padding: 5px 28px;
  height: 40px;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: calc(4 / 3); }
  @media (min-width: 1200px) {
    .btn {
      font-size: 15px;
      height: 44px;
      padding: 5px 30px;
      font-weight: 700; } }
  @media (min-width: 1200px) {
    .btn {
      height: 52px;
      padding: 5px 43px; } }
  .btn:hover {
    background: #6632FD;
    color: #fff; }
  .btn.btn-white {
    border: 1px solid #6632FD;
    color: #6632FD;
    background: none;
    font-weight: normal;
    font-size: 12px; }
    @media (min-width: 1200px) {
      .btn.btn-white {
        font-size: 16px; } }
  .btn.btn-light-blue {
    background: #ABE1FF;
    color: #000; }
  .btn.btn-light-violet {
    background: #CAD0FF;
    color: #000; }
  .btn.btn-light-green {
    background: #BDFFB3;
    color: #000; }
  .btn.download {
    gap: 5px;
    padding: 9px 32px 9px 9px; }
    @media (min-width: 1200px) {
      .btn.download {
        gap: 10px; } }
    .btn.download svg {
      width: 16px;
      height: 16px;
      fill: none;
      stroke: #6632FD;
      transition: .2s;
      flex: none; }
      @media (min-width: 992px) {
        .btn.download svg {
          width: 30px;
          height: 30px; } }
    .btn.download:hover {
      background: #6632FD;
      color: #fff; }
      .btn.download:hover svg {
        stroke: #fff; }

.readmore {
  display: inline-flex;
  font-size: 12px;
  align-items: center;
  gap: 10px;
  color: #000; }
  @media (min-width: 1200px) {
    .readmore {
      font-size: 14px; } }
  .readmore:after {
    content: '';
    border-top: 3.5px solid transparent;
    border-left: 6px solid #000;
    border-bottom: 3.5px solid transparent;
    transition: .2s; }
    @media (min-width: 1200px) {
      .readmore:after {
        transform: translateY(1px); } }

.slick-dots {
  position: static;
  margin-top: 10px; }
  @media (min-width: 1200px) {
    .slick-dots {
      margin-top: 50px; } }
  .slick-dots li {
    padding: 0 15px;
    margin: 0;
    width: auto;
    height: auto; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      background: #878787;
      border-radius: 50%;
      cursor: pointer; }
      @media (min-width: 1200px) {
        .slick-dots li button {
          width: 15px;
          height: 15px; } }
    .slick-dots li.slick-active button {
      background: #DBDBDB; }

@font-face {
  font-family: 'Noto Sans';
  src: url("/local/templates/figurait/fonts/NotoSans-Regular.eot");
  src: url("/local/templates/figurait/fonts/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/NotoSans-Regular.woff2") format("woff2"), url("/local/templates/figurait/fonts/NotoSans-Regular.woff") format("woff"), url("/local/templates/figurait/fonts/NotoSans-Regular.svg#NotoSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Noto Sans';
  src: url("/local/templates/figurait/fonts/NotoSans-Bold.ttf");
  /*src: url('/local/templates/figurait/fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
  url('/local/templates/figurait/fonts/NotoSans-Regular.woff2') format('woff2'),
  url('/local/templates/figurait/fonts/NotoSans-Regular.woff') format('woff'),
  url('/local/templates/figurait/fonts/NotoSans-Regular.svg#NotoSans-Regular') format('svg');*/
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("/local/templates/figurait/fonts/Montserrat/Montserrat-ExtraLight.eot");
  src: local("Montserrat ExtraLight"), local("Montserrat-ExtraLight"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-ExtraLight.woff2") format("woff2"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-ExtraLight.woff") format("woff"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("/local/templates/figurait/fonts/Montserrat/Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Regular.woff") format("woff"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("/local/templates/figurait/fonts/Montserrat/Montserrat-Bold.eot");
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Bold.woff") format("woff"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("/local/templates/figurait/fonts/Montserrat/Montserrat-Light.eot");
  src: local("Montserrat Light"), local("Montserrat-Light"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Light.woff") format("woff"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("/local/templates/figurait/fonts/Montserrat/Montserrat-Black.eot");
  src: local("Montserrat Black"), local("Montserrat-Black"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Black.woff") format("woff"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("/local/templates/figurait/fonts/Montserrat/Montserrat-Medium.eot");
  src: local("Montserrat Medium"), local("Montserrat-Medium"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Medium.woff") format("woff"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("/local/templates/figurait/fonts/Montserrat/Montserrat-ExtraBold.eot");
  src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-ExtraBold.woff2") format("woff2"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-ExtraBold.woff") format("woff"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("/local/templates/figurait/fonts/Montserrat/Montserrat-SemiBold.eot");
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-SemiBold.woff") format("woff"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat';
  src: url("/local/templates/figurait/fonts/Montserrat/Montserrat-Thin.eot");
  src: local("Montserrat Thin"), local("Montserrat-Thin"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Thin.woff2") format("woff2"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Thin.woff") format("woff"), url("/local/templates/figurait/fonts/Montserrat/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Exo 2';
  src: url("/local/templates/figurait/fonts/Exo2-Bold.eot");
  src: url("/local/templates/figurait/fonts/Exo2-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Exo2-Bold.woff2") format("woff2"), url("/local/templates/figurait/fonts/Exo2-Bold.woff") format("woff"), url("/local/templates/figurait/fonts/Exo2-Bold.svg#Exo2-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Exo 2';
  src: url("/local/templates/figurait/fonts/Exo2-SemiBold.eot");
  src: url("/local/templates/figurait/fonts/Exo2-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Exo2-SemiBold.woff2") format("woff2"), url("/local/templates/figurait/fonts/Exo2-SemiBold.woff") format("woff"), url("/local/templates/figurait/fonts/Exo2-SemiBold.svg#Exo2-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Exo 2';
  src: url("/local/templates/figurait/fonts/Exo2-Medium.eot");
  src: url("/local/templates/figurait/fonts/Exo2-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Exo2-Medium.woff2") format("woff2"), url("/local/templates/figurait/fonts/Exo2-Medium.woff") format("woff"), url("/local/templates/figurait/fonts/Exo2-Medium.svg#Exo2-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Exo 2';
  src: url("/local/templates/figurait/fonts/Exo2-Regular.eot");
  src: url("/local/templates/figurait/fonts/Exo2-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/figurait/fonts/Exo2-Regular.woff2") format("woff2"), url("/local/templates/figurait/fonts/Exo2-Regular.woff") format("woff"), url("/local/templates/figurait/fonts/Exo2-Regular.svg#Exo2-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/*
 * base on bootstrap 4
 */
/* container */
.container {
  width: 100%;
  max-width: 100vw;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 100vw;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1440px) {
    .container {
      max-width: 1440px;
      padding-right: 20px;
      padding-left: 20px; } }

.m-auto {
  margin: auto; }

/* row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1440px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* col */
.col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1440px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
      padding-right: 20px;
      padding-left: 20px; } }

.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1; }

.col-auto {
  width: auto;
  max-width: none;
  flex: 0 0 auto; }

.col-1 {
  max-width: 8.3333333333%;
  flex: 0 0 8.3333333333%; }

.col-2 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%; }

.col-3 {
  max-width: 25%;
  flex: 0 0 25%; }

.col-4 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%; }

.col-5 {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%; }

.col-6 {
  max-width: 50%;
  flex: 0 0 50%; }

.col-7 {
  max-width: 58.3333333333%;
  flex: 0 0 58.3333333333%; }

.col-8 {
  max-width: 66.6666666667%;
  flex: 0 0 66.6666666667%; }

.col-9 {
  max-width: 75%;
  flex: 0 0 75%; }

.col-10 {
  max-width: 83.3333333333%;
  flex: 0 0 83.3333333333%; }

.col-11 {
  max-width: 91.6666666667%;
  flex: 0 0 91.6666666667%; }

.col-12 {
  max-width: 100%;
  flex: 0 0 100%; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.offset-12 {
  margin-left: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 576px) {
  .col-sm-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 576px) {
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 576px) {
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 576px) {
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: 25%; } }

@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: 50%; } }

@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: 75%; } }

@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 576px) {
  .order-sm-first {
    order: -1; } }

@media (min-width: 576px) {
  .order-sm-last {
    order: 13; } }

@media (min-width: 576px) {
  .order-sm-0 {
    order: 0; } }

@media (min-width: 576px) {
  .order-sm-1 {
    order: 1; } }

@media (min-width: 576px) {
  .order-sm-2 {
    order: 2; } }

@media (min-width: 576px) {
  .order-sm-3 {
    order: 3; } }

@media (min-width: 576px) {
  .order-sm-4 {
    order: 4; } }

@media (min-width: 576px) {
  .order-sm-5 {
    order: 5; } }

@media (min-width: 576px) {
  .order-sm-6 {
    order: 6; } }

@media (min-width: 576px) {
  .order-sm-7 {
    order: 7; } }

@media (min-width: 576px) {
  .order-sm-8 {
    order: 8; } }

@media (min-width: 576px) {
  .order-sm-9 {
    order: 9; } }

@media (min-width: 576px) {
  .order-sm-10 {
    order: 10; } }

@media (min-width: 576px) {
  .order-sm-11 {
    order: 11; } }

@media (min-width: 576px) {
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 768px) {
  .col-md-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 768px) {
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 768px) {
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 768px) {
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 768px) {
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 768px) {
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 768px) {
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 768px) {
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 768px) {
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 768px) {
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%; } }

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%; } }

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%; } }

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .order-md-first {
    order: -1; } }

@media (min-width: 768px) {
  .order-md-last {
    order: 13; } }

@media (min-width: 768px) {
  .order-md-0 {
    order: 0; } }

@media (min-width: 768px) {
  .order-md-1 {
    order: 1; } }

@media (min-width: 768px) {
  .order-md-2 {
    order: 2; } }

@media (min-width: 768px) {
  .order-md-3 {
    order: 3; } }

@media (min-width: 768px) {
  .order-md-4 {
    order: 4; } }

@media (min-width: 768px) {
  .order-md-5 {
    order: 5; } }

@media (min-width: 768px) {
  .order-md-6 {
    order: 6; } }

@media (min-width: 768px) {
  .order-md-7 {
    order: 7; } }

@media (min-width: 768px) {
  .order-md-8 {
    order: 8; } }

@media (min-width: 768px) {
  .order-md-9 {
    order: 9; } }

@media (min-width: 768px) {
  .order-md-10 {
    order: 10; } }

@media (min-width: 768px) {
  .order-md-11 {
    order: 11; } }

@media (min-width: 768px) {
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 992px) {
  .col-lg-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 992px) {
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 992px) {
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%; } }

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%; } }

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%; } }

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .order-lg-first {
    order: -1; } }

@media (min-width: 992px) {
  .order-lg-last {
    order: 13; } }

@media (min-width: 992px) {
  .order-lg-0 {
    order: 0; } }

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1; } }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; } }

@media (min-width: 992px) {
  .order-lg-3 {
    order: 3; } }

@media (min-width: 992px) {
  .order-lg-4 {
    order: 4; } }

@media (min-width: 992px) {
  .order-lg-5 {
    order: 5; } }

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6; } }

@media (min-width: 992px) {
  .order-lg-7 {
    order: 7; } }

@media (min-width: 992px) {
  .order-lg-8 {
    order: 8; } }

@media (min-width: 992px) {
  .order-lg-9 {
    order: 9; } }

@media (min-width: 992px) {
  .order-lg-10 {
    order: 10; } }

@media (min-width: 992px) {
  .order-lg-11 {
    order: 11; } }

@media (min-width: 992px) {
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 1200px) {
  .col-xl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 1200px) {
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1200px) {
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 1200px) {
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25%; } }

@media (min-width: 1200px) {
  .offset-xl-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-6 {
    margin-left: 50%; } }

@media (min-width: 1200px) {
  .offset-xl-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-9 {
    margin-left: 75%; } }

@media (min-width: 1200px) {
  .offset-xl-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .order-xl-first {
    order: -1; } }

@media (min-width: 1200px) {
  .order-xl-last {
    order: 13; } }

@media (min-width: 1200px) {
  .order-xl-0 {
    order: 0; } }

@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1; } }

@media (min-width: 1200px) {
  .order-xl-2 {
    order: 2; } }

@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3; } }

@media (min-width: 1200px) {
  .order-xl-4 {
    order: 4; } }

@media (min-width: 1200px) {
  .order-xl-5 {
    order: 5; } }

@media (min-width: 1200px) {
  .order-xl-6 {
    order: 6; } }

@media (min-width: 1200px) {
  .order-xl-7 {
    order: 7; } }

@media (min-width: 1200px) {
  .order-xl-8 {
    order: 8; } }

@media (min-width: 1200px) {
  .order-xl-9 {
    order: 9; } }

@media (min-width: 1200px) {
  .order-xl-10 {
    order: 10; } }

@media (min-width: 1200px) {
  .order-xl-11 {
    order: 11; } }

@media (min-width: 1200px) {
  .order-xl-12 {
    order: 12; } }

@media (min-width: 1440px) {
  .col-xxl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 1440px) {
  .col-xxl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 1440px) {
  .col-xxl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 1440px) {
  .col-xxl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 1440px) {
  .col-xxl-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 1440px) {
  .col-xxl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 1440px) {
  .col-xxl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 1440px) {
  .col-xxl-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1440px) {
  .col-xxl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 1440px) {
  .col-xxl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 1440px) {
  .col-xxl-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 1440px) {
  .col-xxl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 1440px) {
  .col-xxl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 1440px) {
  .col-xxl-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1440px) {
  .offset-xxl-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 1440px) {
  .offset-xxl-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 1440px) {
  .offset-xxl-3 {
    margin-left: 25%; } }

@media (min-width: 1440px) {
  .offset-xxl-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 1440px) {
  .offset-xxl-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 1440px) {
  .offset-xxl-6 {
    margin-left: 50%; } }

@media (min-width: 1440px) {
  .offset-xxl-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 1440px) {
  .offset-xxl-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 1440px) {
  .offset-xxl-9 {
    margin-left: 75%; } }

@media (min-width: 1440px) {
  .offset-xxl-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 1440px) {
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1440px) {
  .order-xxl-first {
    order: -1; } }

@media (min-width: 1440px) {
  .order-xxl-last {
    order: 13; } }

@media (min-width: 1440px) {
  .order-xxl-0 {
    order: 0; } }

@media (min-width: 1440px) {
  .order-xxl-1 {
    order: 1; } }

@media (min-width: 1440px) {
  .order-xxl-2 {
    order: 2; } }

@media (min-width: 1440px) {
  .order-xxl-3 {
    order: 3; } }

@media (min-width: 1440px) {
  .order-xxl-4 {
    order: 4; } }

@media (min-width: 1440px) {
  .order-xxl-5 {
    order: 5; } }

@media (min-width: 1440px) {
  .order-xxl-6 {
    order: 6; } }

@media (min-width: 1440px) {
  .order-xxl-7 {
    order: 7; } }

@media (min-width: 1440px) {
  .order-xxl-8 {
    order: 8; } }

@media (min-width: 1440px) {
  .order-xxl-9 {
    order: 9; } }

@media (min-width: 1440px) {
  .order-xxl-10 {
    order: 10; } }

@media (min-width: 1440px) {
  .order-xxl-11 {
    order: 11; } }

@media (min-width: 1440px) {
  .order-xxl-12 {
    order: 12; } }

/* display */
.d-none {
  display: none !important; }

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

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

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

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

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; } }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; } }

@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important; } }

@media (min-width: 576px) {
  .d-sm-table {
    display: table !important; } }

@media (min-width: 576px) {
  .d-sm-table-row {
    display: table-row !important; } }

@media (min-width: 576px) {
  .d-sm-table-cell {
    display: table-cell !important; } }

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important; } }

@media (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; } }

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; } }

@media (min-width: 768px) {
  .d-md-table {
    display: table !important; } }

@media (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important; } }

@media (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important; } }

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important; } }

@media (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; } }

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; } }

@media (min-width: 992px) {
  .d-lg-table {
    display: table !important; } }

@media (min-width: 992px) {
  .d-lg-table-row {
    display: table-row !important; } }

@media (min-width: 992px) {
  .d-lg-table-cell {
    display: table-cell !important; } }

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .d-xl-table {
    display: table !important; } }

@media (min-width: 1200px) {
  .d-xl-table-row {
    display: table-row !important; } }

@media (min-width: 1200px) {
  .d-xl-table-cell {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xxl-none {
    display: none !important; } }

@media (min-width: 1440px) {
  .d-xxl-inline {
    display: inline !important; } }

@media (min-width: 1440px) {
  .d-xxl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1440px) {
  .d-xxl-block {
    display: block !important; } }

@media (min-width: 1440px) {
  .d-xxl-table {
    display: table !important; } }

@media (min-width: 1440px) {
  .d-xxl-table-row {
    display: table-row !important; } }

@media (min-width: 1440px) {
  .d-xxl-table-cell {
    display: table-cell !important; } }

@media (min-width: 1440px) {
  .d-xxl-flex {
    display: flex !important; } }

@media (min-width: 1440px) {
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  main.circle-bg {
    background: url(/local/templates/figurait/images/circles.svg) no-repeat calc(100% + 240px) 0;
    background-size: 480px; } }

.page__content {
  padding-bottom: 70px; }

.wrapper {
  min-height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%; }

@media (min-width: 1440px) {
  .inner {
    width: 1240px;
    margin: 0 auto; } }

.video__container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video__container iframe, .video__container video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .video__container .play {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: .3s; }
    @media (min-width: 1440px) {
      .video__container .play {
        width: 136px;
        height: 136px; } }
    .video__container .play.hide {
      opacity: 0; }

.totop {
  position: fixed;
  right: 10px;
  bottom: 90px;
  display: none;
  z-index: 100; }
  .totop-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 50px;
    width: 50px;
    background: rgba(102, 50, 253, 0.3);
    border-radius: 50%; }
    .totop-wrap svg {
      width: 20px;
      height: 20px; }

.page__404 {
  text-align: center;
  padding-bottom: 50px; }
  .page__404-title {
    color: #003D61;
    font-size: 150px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 300; }
  .page__404-text {
    color: #003D61;
    font-size: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 45px; }
  .page__404-sub a {
    color: #6632FD; }

.blue-color {
  font-weight: 700;
  color: #6632FD; }

.dark-blue-color {
  font-weight: 700;
  color: #055994; }

.header__container {
  display: flex;
  align-items: center;
  padding: 25px 0;
  justify-content: space-between; }
  @media (min-width: 1440px) {
    .header__container {
      padding: 36px 50px 29px; } }
.header__logo {
  flex: none; }
  @media (min-width: 1440px) {
    .header__logo {
      padding: 0 20px; } }
  .header__logo svg {
    width: 62px;
    height: 42px; }
    @media (min-width: 1440px) {
      .header__logo svg {
        width: 91px;
        height: 63px; } }
.header__menu {
  list-style-type: none;
  align-items: center;
  gap: 13px;
  overflow: inherit;
  padding-left: 0;
  margin: 0;
  display: none; }
  @media (min-width: 1200px) {
    .header__menu {
      display: flex; } }
  .header__menu .parent {
    position: relative; }
    .header__menu .parent.show > a {
      display: none; }
      @media (min-width: 1200px) {
        .header__menu .parent.show > a {
          display: flex; } }
    .header__menu .parent.show .submenu {
      margin-top: 0; }
    .header__menu .parent > a {
      display: flex;
      align-items: center;
      gap: 6px; }
      .header__menu .parent > a:after {
        content: '';
        border-left: 3px solid transparent;
        border-top: 5px solid black;
        border-right: 3px solid transparent; }
    .header__menu .parent:hover .submenu {
      opacity: 1;
      transform: translateY(0);
      visibility: visible; }
  .header__menu .submenu {
    position: absolute;
    z-index: 10;
    transition: .2s;
    top: 100%;
    left: 0;
    transform: translateY(0);
    opacity: 0;
    visibility: hidden;
    padding-top: 5px; }
    .header__menu .submenu ul {
      background: #fff;
      border-radius: 6px;
      padding: 10px;
      list-style-type: none;
      margin: 0; }
      .header__menu .submenu ul li {
        margin-bottom: 11px; }
        .header__menu .submenu ul li:last-child {
          margin-bottom: 0; }
  .header__menu a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: calc(5 / 3);
    white-space: nowrap;
    text-transform: uppercase; }
.header__search {
  flex: none;
  padding: 0 10px;
  position: relative;
  display: none; }
  @media (min-width: 1200px) {
    .header__search {
      display: block; } }
  @media (min-width: 1440px) {
    .header__search {
      padding: 0 20px 0 30px; } }
  .header__search-icon {
    cursor: pointer;
    display: flex; }
    .header__search-icon svg {
      width: 24px;
      height: 24px; }
  .header__search-form {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: .2s;
    width: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 5px; }
    .header__search-form.active {
      opacity: 1;
      z-index: 10;
      width: 300px; }
    .header__search-form form {
      display: flex;
      align-items: center; }
      .header__search-form form input {
        border: 0;
        background: none;
        font-size: 14px; }
      .header__search-form form [type=submit] {
        display: flex;
        flex: none;
        border: 0;
        background: none; }
        .header__search-form form [type=submit] svg {
          width: 24px;
          height: 24px; }
.header__phone {
  padding: 0 10px;
  white-space: nowrap;
  display: none; }
  @media (min-width: 1200px) {
    .header__phone {
      display: block; } }
  @media (min-width: 1440px) {
    .header__phone {
      padding: 0 16px; } }
  .header__phone a {
    font-size: 16px;
    font-weight: 700; }
.header__in {
  display: none; }
  @media (min-width: 1200px) {
    .header__in {
      display: block;
      flex: none;
      width: 40px;
      height: 40px; } }
  @media (min-width: 1200px) {
    .header__in {
      width: auto;
      height: auto; } }
  .header__in img {
    animation: radial-pulse-tg 2s infinite; }
.header__email {
  display: none; }
  @media (min-width: 1200px) {
    .header__email {
      display: block; } }

.footer {
  font-size: 12px;
  line-height: calc(27 / 16);
  border-top: 1px solid #000; }
  @media (min-width: 1200px) {
    .footer {
      font-size: 16px; } }
  .footer__col {
    margin-bottom: 28px; }
    .footer__col:nth-child(n+3) {
      width: 100%; }
      @media (min-width: 1200px) {
        .footer__col:nth-child(n+3) {
          width: auto; } }
    .footer__col:last-child {
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      .footer__col {
        margin-bottom: 0; } }
    .footer__col-title {
      color: #6632FD;
      font-weight: 700;
      margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .footer__contacts {
      display: none; } }
  .footer__logo {
    width: 115px;
    height: 80px;
    display: flex;
    flex: none;
    margin-bottom: 23px; }
    @media (min-width: 1200px) {
      .footer__logo {
        margin-bottom: 38px; } }
    .footer__logo svg {
      width: 100%;
      height: 100%; }
  .footer__copyright {
    color: #000; }
  .footer__menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .footer__menu ul li {
      margin-bottom: 5px; }
      @media (min-width: 1200px) {
        .footer__menu ul li {
          margin-bottom: 7px; } }
      .footer__menu ul li:last-child {
        margin-bottom: 0; }
  .footer__company-item {
    margin-bottom: 10px; }
    .footer__company-item:last-child {
      margin-bottom: 0; }
  .footer__marketing {
    display: flex;
    flex-direction: column;
    gap: 7px; }
    @media (min-width: 1200px) {
      .footer__marketing {
        gap: 11px; } }
    .footer__marketing-link.footer__bottom-item {
      width: 40px; }
      @media (min-width: 1200px) {
        .footer__marketing-link.footer__bottom-item {
          display: none; } }
  .footer__top {
    padding: 25px 0 20px; }
    @media (min-width: 1200px) {
      .footer__top {
        padding: 40px 0 30px; } }
    .footer__top-container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (min-width: 1200px) {
        .footer__top-container {
          flex-wrap: nowrap; } }
  .footer__bottom {
    display: none;
    background: #6632FD;
    color: #000;
    padding: 28px 0; }
    @media (min-width: 1200px) {
      .footer__bottom {
        display: block; } }
    .footer__bottom a {
      color: #000; }
    .footer__bottom-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 20px; }
    .footer__bottom-item {
      display: flex;
      align-items: center;
      gap: 16px; }
      .footer__bottom-item-icon {
        width: 24px;
        height: 24px;
        flex: none;
        display: flex; }

.sidebar {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: #fff;
  padding: 30px 40px;
  transition: .2s;
  transform: translateX(-100%); }
  .sidebar.active {
    transform: translateX(0); }
  .sidebar__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
  .sidebar .header__menu {
    display: block;
    margin-bottom: 30px; }
    .sidebar .header__menu li {
      margin-bottom: 11px; }
      .sidebar .header__menu li:last-child {
        margin-bottom: 0; }
      .sidebar .header__menu li.parent a:after {
        content: none; }
    .sidebar .header__menu .submenu {
      position: static;
      padding-top: 0;
      transform: unset;
      opacity: 1;
      margin-top: 10px;
      visibility: visible; }
      .sidebar .header__menu .submenu ul {
        background: none;
        padding: 0; }
  .sidebar__contacts {
    font-weight: 700; }
    .sidebar__contacts > div {
      margin-bottom: 5px; }
  .sidebar__email {
    color: #6632FD; }
  .sidebar__in {
    margin-top: 40px; }
  .sidebar__search {
    position: relative; }
  .sidebar .header__search-form {
    width: 240px; }
    .sidebar .header__search-form.active {
      opacity: 1;
      left: 0;
      top: 50px; }

@media (min-width: 1200px) {
  .burger {
    display: none; } }
.burger.active span {
  opacity: 1;
  transform: rotate(45deg) translate(2px, -4px); }
  .burger.active span:nth-last-child(1) {
    transform: rotate(-45deg) translate(1px, 1px); }
  .burger.active span:nth-last-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2); }
.burger span {
  display: block;
  width: 29px;
  height: 2px;
  margin-bottom: 6px;
  margin-left: auto;
  position: relative;
  background: #6632FD;
  z-index: 2;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
  .burger span:first-child {
    transform-origin: 0% 0%; }
  .burger span:nth-last-child(2) {
    transform-origin: 0% 100%; }
  .burger span:last-child {
    margin-bottom: 0; }

.breadcrumbs {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap; }
  .breadcrumbs__item {
    font-size: 14px; }
    .breadcrumbs__item a {
      opacity: 0.7; }

.social {
  display: flex;
  align-items: center;
  gap: 6px; }
  @media (min-width: 1200px) {
    .social {
      gap: 8px; } }
  .social__item {
    background: #6632FD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px; }
    @media (min-width: 1200px) {
      .social__item {
        width: 32px;
        height: 32px; } }
    .social__item svg {
      width: 57%;
      height: 56%; }

.heading__title {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #6632FD;
  letter-spacing: 1.4px;
  transition: 1s;
  transform: translateY(20px);
  opacity: 0; }
  .heading__title.element-show {
    transform: translateY(0);
    opacity: 1; }
  .heading__title br {
    display: none; }
    @media (min-width: 1200px) {
      .heading__title br {
        display: inline-block; } }
  @media (min-width: 1200px) {
    .heading__title {
      letter-spacing: 6.4px;
      font-size: 32px; } }
.heading__subtitle {
  display: none;
  text-align: center;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .heading__subtitle {
      margin-bottom: 34px;
      display: block; } }

.main__slider-item-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1;
  color: #000;
  margin-bottom: 10px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 1200px) {
    .main__slider-item-title {
      font-size: 48px;
      height: auto;
      display: block;
      margin-bottom: 30px; } }
  .main__slider-item-title.big {
    font-size: 38px;
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .main__slider-item-title.big {
        font-size: 100px; } }
@media (min-width: 1200px) {
  .main__slider-item-block {
    display: flex;
    align-items: center;
    justify-content: space-between; } }
.main__slider-item-block > div {
  display: flex;
  flex-direction: column; }
@media (min-width: 1200px) {
  .main__slider-item-side {
    order: 1;
    margin-top: 130px;
    width: 28%; } }
.main__slider-item-side.slider__logo {
  display: none; }
  @media (min-width: 1200px) {
    .main__slider-item-side.slider__logo {
      display: flex;
      order: 3;
      cursor: pointer; } }
.main__slider-item-center {
  margin: 0 auto 16px;
  height: 180px; }
  @media (min-width: 1200px) {
    .main__slider-item-center {
      order: 2;
      width: 44%;
      margin: 0;
      height: auto; } }
.main__slider-text {
  line-height: 1.5;
  text-align: center; }
  @media (min-width: 1200px) {
    .main__slider-text {
      text-align: left; } }
.main__slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 23px; }
  @media (min-width: 1200px) {
    .main__slider-buttons {
      margin-top: 30px;
      justify-content: flex-start; } }
  .main__slider-buttons .btn {
    font-weight: 400; }
.main__about {
  padding: 60px 0 30px;
  font-size: 12px; }
  @media (min-width: 1200px) {
    .main__about {
      padding: 103px 0 50px;
      font-size: 16px;
      display: flex;
      gap: 41px;
      align-items: center; } }
  .main__about-title {
    text-align: left;
    margin-bottom: 12px; }
    @media (min-width: 1200px) {
      .main__about-title {
        margin-bottom: 24px; } }
  .main__about-text {
    line-height: 1.5;
    margin-bottom: 36px; }
  .main__about-buttons {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start; }
    @media (min-width: 1200px) {
      .main__about-buttons {
        align-items: center;
        flex-direction: row;
        gap: 34px; } }
    .main__about-buttons .btn {
      align-self: center; }
      @media (min-width: 1200px) {
        .main__about-buttons .btn {
          order: 1;
          align-self: flex-start; } }
    .main__about-buttons .readmore {
      color: #6632FD; }
      .main__about-buttons .readmore:after {
        border-left-color: #6632FD; }
        @media (min-width: 1200px) {
          .main__about-buttons .readmore:after {
            border-left-color: #000; } }
      @media (min-width: 1200px) {
        .main__about-buttons .readmore {
          color: #000;
          order: 2; } }
  @media (min-width: 1200px) {
    .main__about-content {
      order: 1; } }
  .main__about-img {
    width: 300px;
    height: 290px;
    flex: none;
    background: url("/local/templates/figurait/images/circles.svg") no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Exo 2", sans-serif;
    color: #0300AB;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto 40px; }
    @media (min-width: 1200px) {
      .main__about-img {
        order: 2;
        width: 635px;
        height: 615px;
        font-size: 24px;
        margin: 0; } }
    .main__about-img-text {
      width: 150px; }
      @media (min-width: 1200px) {
        .main__about-img-text {
          width: 280px; } }
.main__digits {
  margin: 30px 0;
  font-family: "Exo 2", sans-serif;
  font-weight: bold;
  color: #000;
  padding: 27px 20px; }
  @media (min-width: 1200px) {
    .main__digits {
      padding: 0 40px;
      margin: 50px 0; } }
  .main__digits-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.2; }
    @media (min-width: 1200px) {
      .main__digits-title {
        line-height: calc(56 / 32);
        font-size: 32px; } }
  @media (min-width: 1200px) {
    .main__digits-list {
      display: flex;
      gap: 60px;
      justify-content: space-between; } }
  .main__digits-item {
    text-align: center;
    width: 180px;
    margin: 0 auto 20px; }
    .main__digits-item:last-child {
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      .main__digits-item {
        margin-bottom: 0; } }
    .main__digits-item-digit {
      color: #6632FD;
      font-size: 56px;
      line-height: 1.5;
      opacity: 0; }
      @media (min-width: 1200px) {
        .main__digits-item-digit {
          font-size: 64px; } }
      .main__digits-item-digit.viz {
        opacity: 1;
        transition: 1s; }
    .main__digits-item-text {
      font-family: "Noto Sans", sans-serif;
      font-size: 12px; }
      @media (min-width: 1200px) {
        .main__digits-item-text {
          font-size: 16px; } }
.main__cards {
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .main__cards {
      padding: 50px 0; } }
  .main__cards-title {
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .main__cards-title {
        margin-bottom: 42px; } }
  .main__cards-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 12px;
    justify-content: center; }
    @media (min-width: 1200px) {
      .main__cards-list {
        row-gap: 26px;
        justify-content: flex-start; } }
  .main__cards-item {
    position: relative;
    overflow: hidden;
    height: 120px;
    border-radius: 4px; }
    .main__cards-item:nth-child(2n) {
      transition-delay: .2s; }
    .main__cards-item:nth-child(2n + 1) {
      transition-delay: .4s; }
    .main__cards-item:nth-child(2n + 2) {
      transition-delay: .6s; }
    @media (min-width: 1200px) {
      .main__cards-item {
        border-radius: 8px;
        height: 260px;
        width: calc(50% - 8px); } }
    .main__cards-item img {
      width: 100%;
      object-fit: cover; }
    .main__cards-item:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(34, 34, 34, 0.3);
      filter: blur(2px);
      transition: .4s; }
    .main__cards-item:hover:after {
      background: rgba(15, 145, 252, 0.6); }
    .main__cards-item-content {
      position: absolute;
      z-index: 3;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      padding: 22px 18px 7px; }
      @media (min-width: 1200px) {
        .main__cards-item-content {
          padding: 40px 40px 16px; } }
    .main__cards-item-title {
      font-family: "Exo 2", sans-serif;
      font-weight: bold;
      line-height: 1.2; }
      @media (min-width: 1200px) {
        .main__cards-item-title {
          line-height: calc(43 / 32);
          font-size: 26px; } }
    .main__cards-item-more {
      line-height: 1.5;
      border-bottom: 2px solid;
      font-size: 8px;
      padding-bottom: 3px; }
      @media (min-width: 1200px) {
        .main__cards-item-more {
          border-bottom: 4px solid;
          padding-bottom: 9px;
          font-size: 16px; } }
      .main__cards-item-more svg {
        transition: .2s; }
      .main__cards-item-more:hover svg {
        transform: translateX(5px); }
  .main__cards-btn {
    text-align: center;
    margin-top: 12px; }
    @media (min-width: 1200px) {
      .main__cards-btn {
        margin-top: 34px; } }
.main__partners {
  padding: 30px 0;
  overflow-x: hidden;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translate(-50%, 20px); }
  .main__partners.animation.element-show {
    transform: translate(-50%, 0); }
  @media (min-width: 1200px) {
    .main__partners {
      padding: 60px 0 65px; } }
  .main__partners-title {
    margin-bottom: 16px; }
    @media (min-width: 1200px) {
      .main__partners-title {
        margin-bottom: 47px; } }
  .main__partners-slider {
    display: flex;
    align-items: center;
    gap: 16px; }
    @media (min-width: 1200px) {
      .main__partners-slider {
        gap: 60px; } }
    .main__partners-slider .slick-track {
      display: flex;
      align-items: center; }
    .main__partners-slider-row {
      flex-shrink: 0;
      display: flex;
      gap: 16px;
      justify-content: space-around;
      will-change: transform;
      width: fit-content;
      animation: marquee 40s linear infinite; }
      @media (min-width: 1200px) {
        .main__partners-slider-row {
          gap: 60px; } }
    .main__partners-slider-item {
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100px; }
      @media (min-width: 1200px) {
        .main__partners-slider-item {
          width: 115px; } }
.main__form {
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .main__form {
      display: flex;
      align-items: center;
      gap: 40px;
      padding: 55px 0 156px;
      font-size: 16px; } }
  .main__form-title {
    letter-spacing: 0;
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .main__form-title {
        margin-bottom: 26px; } }
  .main__form-manager {
    position: relative;
    flex: none;
    display: none; }
    @media (min-width: 1200px) {
      .main__form-manager {
        display: block; } }
    .main__form-manager img {
      display: block; }
    .main__form-manager-block {
      position: absolute;
      bottom: 60px;
      padding: 9px 30px;
      background: #6632FD;
      color: #fff;
      font-family: "Montserrat", sans-serif; }
    .main__form-manager-name {
      margin-bottom: 8px;
      font-weight: bold;
      font-size: 22px;
      line-height: 1;
      letter-spacing: 1px; }
    .main__form-manager-position {
      font-size: 16px; }
  .main__form-contacts {
    border: 1px solid #6632FD;
    border-radius: 8px;
    flex: none;
    align-self: stretch;
    padding: 21px 23px;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .main__form-contacts {
        padding: 30px 36px;
        width: 432px;
        margin-bottom: 0; } }
    .main__form-contacts .main__form-title,
    .main__form-contacts .main__form-subtitle {
      text-align: left; }
    .main__form-contacts-row {
      line-height: 2;
      margin-bottom: 16px; }
      .main__form-contacts-row:last-child {
        margin-bottom: 0; }
    .main__form-contacts-label {
      font-family: "Exo 2", sans-serif;
      font-weight: 700;
      font-size: 16px; }
    .main__form-contacts-link {
      font-size: 12px;
      color: #6632FD; }
  .main__form-content {
    border: 1px solid #6632FD;
    border-radius: 3px;
    padding: 13px; }
    @media (min-width: 1200px) {
      .main__form-content {
        border-radius: 8px;
        padding: 30px 60px 40px; } }
  .main__form-subtitle {
    font-size: 10px;
    text-align: center;
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .main__form-subtitle {
        font-size: 16px;
        margin-bottom: 43px;
        text-align: center; } }
  .main__form-vacancy {
    width: calc(100% - 440px);
    flex: none; }
    .main__form-vacancy-text {
      font-size: 13px;
      line-height: 1.5;
      font-weight: 800;
      color: #6632FD;
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        .main__form-vacancy-text {
          margin-bottom: 40px;
          padding-top: 70px;
          font-size: 32px; } }
    .main__form-vacancy-btn {
      display: flex;
      justify-content: center; }
      @media (min-width: 1200px) {
        .main__form-vacancy-btn {
          justify-content: flex-start; } }

@media (min-width: 1200px) {
  .slider_animate {
    transition-delay: 0s;
    transition-duration: 2s;
    animation-duration: 2s;
    transition-property: transform, opacity;
    transform: translateY(50%);
    opacity: 0; }
    .slider_animate.show {
      transform: translateY(0);
      opacity: 1; } }

.slide__path {
  transition-delay: 0s;
  transition-duration: .4s;
  animation-duration: .4s;
  transition-property: transform, opacity;
  transform: translateY(20px);
  opacity: 0; }
  .slide__path.show {
    transform: translateY(0);
    opacity: 1; }

.slide__services .slide__path {
  transform: translateX(-20px); }
  .slide__services .slide__path.show {
    transform: translateX(0); }
  .slide__services .slide__path.left {
    transform: translate(-20px, -10px); }
    .slide__services .slide__path.left.show {
      transform: translate(0, 0); }
  .slide__services .slide__path.right {
    transform: translate(20px, 10px); }
    .slide__services .slide__path.right.show {
      transform: translate(0, 0); }

.slide__support .slide__path.left {
  transform: translateX(-15%); }
  .slide__support .slide__path.left.show {
    transform: translateX(0); }
.slide__support .slide__path.right {
  transform: translate(30%, 30%); }
  .slide__support .slide__path.right.show {
    transform: translate(0, 0); }

.services__page .main__form {
  display: none; }
  @media (min-width: 1200px) {
    .services__page .main__form {
      display: flex; } }
.services__top {
  margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .services__top {
      display: flex;
      gap: 50px;
      font-size: 16px;
      margin-bottom: 100px; } }
  .services__top-text {
    line-height: 1.5;
    max-width: 515px;
    flex: none;
    margin-bottom: 34px;
    transform: translateY(0); }
    @media (min-width: 1200px) {
      .services__top-text {
        margin-bottom: 0; } }
    .services__top-text .services__top-buttons {
      display: none; }
      @media (min-width: 1200px) {
        .services__top-text .services__top-buttons {
          display: flex; } }
  .services__top-content .services__top-buttons {
    display: flex;
    flex-direction: row;
    gap: 12px; }
    .services__top-content .services__top-buttons a {
      width: calc(50% - 6px);
      white-space: nowrap; }
    @media (min-width: 1200px) {
      .services__top-content .services__top-buttons {
        display: none; } }
  .services__top-buttons {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: flex-start;
    margin-top: 25px;
    transform: translateY(0);
    transition-delay: 2s; }
    @media (min-width: 1200px) {
      .services__top-buttons {
        align-items: center;
        flex-direction: row;
        margin-top: 40px; } }
    .services__top-buttons .btn {
      align-self: center; }
      @media (min-width: 1200px) {
        .services__top-buttons .btn {
          order: 1;
          align-self: flex-start; } }
    .services__top-buttons .readmore {
      color: #6632FD; }
      .services__top-buttons .readmore:after {
        border-left-color: #6632FD; }
        @media (min-width: 1200px) {
          .services__top-buttons .readmore:after {
            border-left-color: #000; } }
      @media (min-width: 1200px) {
        .services__top-buttons .readmore {
          color: #000;
          order: 2; } }
  .services__top-title {
    font-weight: 500;
    color: #6632FD;
    margin-bottom: 20px;
    font-size: 20px;
    transform: translateY(0);
    transition-delay: .5s; }
    @media (min-width: 1200px) {
      .services__top-title {
        margin-bottom: 25px;
        font-size: 24px; } }
  .services__top-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px; }
    @media (min-width: 1200px) {
      .services__top-icons {
        gap: 22px; } }
    .services__top-icons-item {
      display: flex;
      align-items: center;
      gap: 10px;
      transform: translateY(0); }
      .services__top-icons-item:nth-child(1) {
        transition-delay: .7s; }
      .services__top-icons-item:nth-child(2) {
        transition-delay: 1s; }
      .services__top-icons-item:nth-child(3) {
        transition-delay: 1.3s; }
      .services__top-icons-item:nth-child(4) {
        transition-delay: 1.6s; }
      @media (min-width: 1200px) {
        .services__top-icons-item {
          gap: 20px;
          width: calc(50% - 11px); } }
      .services__top-icons-item-icon {
        flex: none;
        width: 45px;
        height: 45px; }
        @media (min-width: 1200px) {
          .services__top-icons-item-icon {
            width: auto;
            height: auto; } }
.services__projects {
  display: none;
  margin-bottom: 100px; }
  @media (min-width: 1200px) {
    .services__projects {
      display: block; } }
  .services__projects-title {
    font-family: "Exo 2", sans-serif;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 26px; }
  .services__projects-content {
    display: flex;
    align-items: center; }
  .services__projects-circle {
    flex: none;
    margin-left: -60px;
    position: relative; }
  .services__projects-descriptions {
    position: absolute;
    opacity: 0;
    z-index: 10;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center; }
    .services__projects-descriptions.active {
      opacity: 1; }
    .services__projects-descriptions-wrapper {
      border-radius: 32px;
      background: rgba(255, 255, 255, 0.4);
      backdrop-filter: blur(75px);
      -webkit-backdrop-filter: blur(75px);
      padding: 25px 32px; }
    .services__projects-descriptions-item {
      display: none; }
      .services__projects-descriptions-item.step-1 .services__projects-descriptions-item-title {
        background: #6632FD;
        color: #fff; }
      .services__projects-descriptions-item.step-2 .services__projects-descriptions-item-title {
        background: #855BFD;
        color: #fff; }
      .services__projects-descriptions-item.step-3 .services__projects-descriptions-item-title {
        background: #A384FE;
        color: #fff; }
      .services__projects-descriptions-item.step-4 .services__projects-descriptions-item-title {
        background: #C2ADFE; }
      .services__projects-descriptions-item.step-5 .services__projects-descriptions-item-title {
        background: #E0D6FF; }
      .services__projects-descriptions-item.active {
        display: block; }
      .services__projects-descriptions-item-title {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 192px;
        height: 34px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1;
        border-radius: 12px 12px 0 0;
        margin-bottom: 15px; }
      .services__projects-descriptions-item-text {
        font-size: 14px;
        color: #6E7579; }
  .services__projects-steps {
    margin-bottom: 38px;
    display: flex;
    align-items: center;
    gap: 14px; }
    .services__projects-steps-item {
      width: calc(20% - 7px);
      font-size: 12px;
      line-height: calc(14 / 12);
      font-weight: 700;
      text-transform: uppercase;
      clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 20px 50%);
      text-align: center;
      padding: 13px 26px;
      transform: translateX(15px);
      cursor: pointer; }
      .services__projects-steps-item.hover {
        transform: scale(1.2) !important; }
      .services__projects-steps-item.element-show {
        transform: translateX(0); }
      .services__projects-steps-item.step-1 {
        background: #6632FD;
        transition-delay: .1s;
        color: #fff; }
      .services__projects-steps-item.step-2 {
        background: #855BFD;
        transition-delay: .3s;
        color: #fff; }
      .services__projects-steps-item.step-3 {
        background: #A384FE;
        transition-delay: .5s;
        color: #fff; }
      .services__projects-steps-item.step-4 {
        background: #C2ADFE;
        transition-delay: .7s; }
      .services__projects-steps-item.step-5 {
        background: #E0D6FF;
        transition-delay: .9s; }
  .services__projects-rows {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateY(0);
    transition-delay: 1.5s; }
    .services__projects-rows-item {
      display: flex;
      gap: 10px; }
  .services__projects-cell {
    position: relative;
    width: calc(20% - 5px);
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border-radius: 7px;
    background: none;
    cursor: pointer; }
    .services__projects-cell:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transition: .4s;
      z-index: -1;
      border-radius: 7px;
      border: 2px solid transparent;
      -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: destination-out;
      mask-composite: exclude; }
    .services__projects-cell.w2 {
      width: calc(40% - 5px); }
    .services__projects-cell.w3 {
      width: calc(60% - 5px); }
    .services__projects-cell.fill:before {
      mask: none;
      -webkit-mask: none;
      border: 0; }
    .services__projects-cell.step-1:before {
      background: #6632FD border-box; }
    .services__projects-cell.step-1.step-12:before {
      background: linear-gradient(to right, #6632FD, #855BFD) border-box; }
    .services__projects-cell.step-1.step-13:before {
      background: linear-gradient(to right, #6632FD, #855BFD, #A384FE) border-box; }
    .services__projects-cell.step-2:before {
      background: #855BFD border-box; }
    .services__projects-cell.step-3:before {
      background: #A384FE border-box; }
    .services__projects-cell.step-3.step-34:before {
      background: linear-gradient(to right, #A384FE, #C2ADFE) border-box; }
    .services__projects-cell.step-4:before {
      background: #C2ADFE border-box; }
    .services__projects-cell.step-4.step-45:before {
      background: linear-gradient(to right, #C2ADFE, #E0D6FF) border-box; }
    .services__projects-cell.step-5:before {
      background: #E0D6FF border-box; }
    .services__projects-cell.offset-1 {
      margin-left: calc(20% - 5px); }
.services__expert {
  margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .services__expert {
      margin-bottom: 100px; } }
  .services__expert-title {
    color: #055994;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .services__expert-title {
        margin-bottom: 55px; } }
  .services__expert-list {
    display: flex;
    align-items: center;
    gap: 24px;
    /*padding: 0 20px;
    @include breakpoint(xl) {
      padding: 0 40px;
    }
    .slick-track {
      display: flex;
      align-items: center;
      gap: 24px;
      animation: marquee 90s linear infinite;
      @include breakpoint(xl) {
        gap: 47px;
      }
    }*/ }
    @media (min-width: 1200px) {
      .services__expert-list {
        gap: 47px; } }
    .services__expert-list-row {
      flex-shrink: 0;
      display: flex;
      gap: 24px;
      justify-content: space-around;
      will-change: transform;
      width: fit-content;
      animation: marquee 40s linear infinite; }
      @media (min-width: 1200px) {
        .services__expert-list-row {
          gap: 47px; } }
      .services__expert-list-row-wrapper {
        width: calc(100vw - 15px);
        overflow: hidden; }
  .services__expert-item {
    flex: none;
    width: 60px;
    display: flex;
    align-items: center; }
    @media (min-width: 1200px) {
      .services__expert-item {
        width: auto; } }
.services__block {
  padding-bottom: 30px; }
  @media (min-width: 1200px) {
    .services__block {
      padding-bottom: 47px; } }
  .services__block-title {
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .services__block-title {
        margin-bottom: 32px; } }
  .services__block-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 6px; }
    @media (min-width: 1200px) {
      .services__block-list {
        gap: 16px;
        margin-bottom: 40px; } }
  .services__block-item {
    width: calc(50% - 3px);
    border-radius: 6px;
    border: 4px solid #6632FD;
    background: #fff;
    position: relative;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
    gap: 28px; }
    @media (min-width: 1200px) {
      .services__block-item {
        gap: 80px;
        padding: 48px;
        width: calc(33.118% - 8px);
        border-radius: 19.121px; }
        .services__block-item:nth-child(2n) {
          transition-delay: .2s; }
        .services__block-item:nth-child(2n + 1) {
          transition-delay: .4s; }
        .services__block-item:nth-child(2n + 2) {
          transition-delay: .6s; } }
    .services__block-item:hover {
      color: #000; }
      .services__block-item:hover .services__block-item-img img.default {
        opacity: 0; }
      .services__block-item:hover .services__block-item-img img.hover {
        opacity: 1; }
    .services__block-item.big {
      width: calc(50% - 3px); }
      @media (min-width: 1200px) {
        .services__block-item.big {
          width: calc(50% - 8px); } }
      @media (min-width: 1200px) {
        .services__block-item.big .services__block-item-arrow {
          top: unset;
          bottom: 56px; } }
    .services__block-item-img {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      @media (min-width: 1200px) {
        .services__block-item-img {
          width: 108px;
          height: 108px; } }
      .services__block-item-img img {
        transition: .5s; }
        .services__block-item-img img.hover {
          opacity: 0;
          position: absolute;
          z-index: 1; }
    .services__block-item-title {
      font-family: "Exo 2", sans-serif;
      font-weight: 700;
      line-height: 1; }
      @media (min-width: 1200px) {
        .services__block-item-title {
          font-size: 32px;
          max-width: 345px; } }
    .services__block-item-arrow {
      flex: none;
      position: absolute;
      width: 21px;
      height: 21px;
      right: 12px;
      top: 15px; }
      @media (min-width: 1200px) {
        .services__block-item-arrow {
          top: 48px;
          right: 48px;
          width: 61px;
          height: 61px; } }
      .services__block-item-arrow svg {
        width: 100%;
        height: 100%; }
  .services__block-btn {
    display: none;
    text-align: center; }
    @media (min-width: 1200px) {
      .services__block-btn {
        display: block; } }
    .services__block-btn .btn {
      font-weight: 400; }
  .services__block-modal {
    padding: 0;
    max-width: 1140px;
    border-radius: 15px;
    /*position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: -1;
    opacity: 0;
    transition: .2s ease-in-out;
    @include breakpoint(xl) {
      align-items: center;
      padding: 45px;
    }
    &.open {
      opacity: 1;
      z-index: 10;
    }*/
    display: none; }
    .services__block-modal .fancybox-close-small {
      display: none; }
    @media (min-width: 1200px) {
      .services__block-modal {
        border-radius: 32px; } }
    .services__block-modal-wrapper {
      position: relative;
      background: rgba(255, 255, 255, 0.8);
      -webkit-backdrop-filter: blur(75px);
      backdrop-filter: blur(75px);
      border-radius: 15px;
      padding: 20px; }
      @media (min-width: 1200px) {
        .services__block-modal-wrapper {
          border-radius: 32px;
          padding: 30px 55px; } }
    .services__block-modal-close {
      position: absolute;
      cursor: pointer;
      top: 20px;
      right: 20px;
      width: 15px;
      height: 15px; }
      @media (min-width: 1200px) {
        .services__block-modal-close {
          top: 30px;
          right: 30px;
          width: 30px;
          height: 30px; } }
      .services__block-modal-close svg {
        width: 100%;
        height: 100%; }
    .services__block-modal-item {
      display: none;
      /*
      background: #fff;
      border-radius: 15px;
      padding: 20px;
      @include breakpoint(xl) {
        border-radius: 32px;
        padding: 30px 55px;
      }*/ }
      .services__block-modal-item.show {
        display: block; }
      .services__block-modal-item-title {
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        margin-bottom: 20px;
        padding: 0 20px; }
        @media (min-width: 1200px) {
          .services__block-modal-item-title {
            text-align: center;
            font-size: 32px;
            margin-bottom: 32px;
            padding: 0 40px; } }
      @media (min-width: 1200px) {
        .services__block-modal-item-content.type-1 .services__block-modal-item-cards-item:nth-child(2n + 1) {
          width: calc(40% - 21px); } }
      @media (min-width: 1200px) {
        .services__block-modal-item-content.type-1 .services__block-modal-item-columns-item:first-child {
          width: calc(40% - 21px); } }
      @media (min-width: 1200px) {
        .services__block-modal-item-content.type-1 .services__block-modal-item-columns-item:first-child .services__block-modal-item-cards-item {
          height: 125px; } }
      .services__block-modal-item-content.type-1 .services__block-modal-item-columns-item:last-child .services__block-modal-item-cards {
        gap: 8px; }
        @media (min-width: 1200px) {
          .services__block-modal-item-content.type-1 .services__block-modal-item-columns-item:last-child .services__block-modal-item-cards {
            gap: 21px; } }
        @media (min-width: 1200px) {
          .services__block-modal-item-content.type-1 .services__block-modal-item-columns-item:last-child .services__block-modal-item-cards-item {
            height: 71px; } }
        .services__block-modal-item-content.type-1 .services__block-modal-item-columns-item:last-child .services__block-modal-item-cards-item-icon {
          width: 50px;
          height: 50px; }
      .services__block-modal-item-content.type-2 .services__block-modal-item-columns-item .services__block-modal-item-cards {
        margin-bottom: 10px; }
        @media (min-width: 1200px) {
          .services__block-modal-item-content.type-2 .services__block-modal-item-columns-item .services__block-modal-item-cards {
            margin-bottom: 20px; } }
        .services__block-modal-item-content.type-2 .services__block-modal-item-columns-item .services__block-modal-item-cards-item {
          gap: 10px;
          padding: 10px; }
          @media (min-width: 1200px) {
            .services__block-modal-item-content.type-2 .services__block-modal-item-columns-item .services__block-modal-item-cards-item {
              gap: 20px;
              padding: 15px 20px; } }
          .services__block-modal-item-content.type-2 .services__block-modal-item-columns-item .services__block-modal-item-cards-item-icon {
            width: 32px;
            height: 32px; }
            @media (min-width: 1200px) {
              .services__block-modal-item-content.type-2 .services__block-modal-item-columns-item .services__block-modal-item-cards-item-icon {
                width: 55px;
                height: 55px; } }
          .services__block-modal-item-content.type-2 .services__block-modal-item-columns-item .services__block-modal-item-cards-item-text {
            font-weight: 700;
            font-size: 10px; }
            @media (min-width: 1200px) {
              .services__block-modal-item-content.type-2 .services__block-modal-item-columns-item .services__block-modal-item-cards-item-text {
                font-size: 15px; } }
      @media (min-width: 1200px) {
        .services__block-modal-item-content.type-3 .services__block-modal-item-columns-item:first-child {
          width: calc(40% - 21px); } }
      @media (min-width: 1200px) {
        .services__block-modal-item-content.type-3 .services__block-modal-item-columns-item-content {
          display: flex;
          align-items: center;
          height: 100%; } }
      .services__block-modal-item-content.type-3 .services__block-modal-item-columns-item-preview {
        margin-bottom: 20px; }
        @media (min-width: 1200px) {
          .services__block-modal-item-content.type-3 .services__block-modal-item-columns-item-preview {
            background: #9C9CD8;
            border-radius: 12px;
            font-size: 28px;
            color: #fff;
            line-height: 1.2;
            padding: 45px 24px 45px 34px;
            font-family: "Montserrat", sans-serif;
            margin-bottom: 0; } }
      .services__block-modal-item-preview {
        margin-bottom: 20px; }
        @media (min-width: 1200px) {
          .services__block-modal-item-preview {
            margin-bottom: 35px; } }
      @media (min-width: 1200px) {
        .services__block-modal-item-columns {
          display: flex;
          gap: 38px; } }
      .services__block-modal-item-columns-item {
        flex-grow: 1;
        margin-bottom: 16px; }
        @media (min-width: 1200px) {
          .services__block-modal-item-columns-item {
            margin-bottom: 20px; } }
        .services__block-modal-item-columns-item:last-child {
          margin-bottom: 0; }
        @media (min-width: 1200px) {
          .services__block-modal-item-columns-item {
            margin-bottom: 0;
            width: calc(50% - 18px); } }
        .services__block-modal-item-columns-item-title {
          line-height: 2;
          color: #003D61;
          font-weight: 700;
          text-align: center;
          margin-bottom: 12px; }
          @media (min-width: 1200px) {
            .services__block-modal-item-columns-item-title {
              font-size: 24px;
              margin-bottom: 26px; } }
        .services__block-modal-item-columns-item .services__block-modal-item-cards-item {
          width: 100%; }
      .services__block-modal-item-cards {
        display: flex;
        flex-wrap: wrap;
        gap: 8px; }
        @media (min-width: 1200px) {
          .services__block-modal-item-cards {
            column-gap: 42px;
            row-gap: 32px; } }
        .services__block-modal-item-cards-item {
          border-radius: 12px;
          background: rgba(15, 145, 252, 0.1);
          display: flex;
          align-items: center;
          flex-grow: 1;
          gap: 15px;
          padding: 10px; }
          @media (min-width: 1200px) {
            .services__block-modal-item-cards-item {
              width: calc(50% - 21px); } }
          @media (min-width: 1200px) {
            .services__block-modal-item-cards-item {
              padding: 15px 25px 15px 35px;
              gap: 35px; } }
          .services__block-modal-item-cards-item-icon {
            flex: none;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px; }
            @media (min-width: 1200px) {
              .services__block-modal-item-cards-item-icon {
                width: 70px;
                height: 70px; } }
          .services__block-modal-item-cards-item-text .title {
            text-transform: uppercase;
            display: block;
            font-weight: 700; }
      .services__block-modal-item-application {
        margin-top: 20px; }
        @media (min-width: 1200px) {
          .services__block-modal-item-application {
            margin-top: 50px; } }
        .services__block-modal-item-application-title {
          text-align: center;
          font-size: 16px;
          font-weight: 700;
          margin-bottom: 11px; }
          @media (min-width: 1200px) {
            .services__block-modal-item-application-title {
              font-size: 20px; } }

.projects__list.main__cards-list {
  gap: 10px; }
  @media (min-width: 1200px) {
    .projects__list.main__cards-list {
      gap: 30px; } }
.projects__list .main__cards-item {
  height: 0 !important;
  padding-bottom: 50%;
  width: 100%;
  background: url(/local/templates/figurait/images/project-item-bg.jpg) no-repeat;
  background-size: cover; }
  .projects__list .main__cards-item:after {
    content: none; }
  @media (min-width: 576px) {
    .projects__list .main__cards-item {
      padding-bottom: 25%;
      width: calc(50% - 5px); } }
  @media (min-width: 1200px) {
    .projects__list .main__cards-item {
      width: calc(50% - 15px); } }
  .projects__list .main__cards-item-title {
    line-height: 1; }
  .projects__list .main__cards-item-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%; }
  .projects__list .main__cards-item-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding-bottom: 0;
    font-size: 12px;
    width: 130px;
    height: 38px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-10px); }
    @media (min-width: 1200px) {
      .projects__list .main__cards-item-more {
        font-size: 18px;
        width: 195px;
        height: 60px;
        border-radius: 23px;
        transform: translateY(-15px); } }
    .projects__list .main__cards-item-more svg {
      width: 10px;
      height: 10px; }
      @media (min-width: 1200px) {
        .projects__list .main__cards-item-more svg {
          width: 15px;
          height: 15px; } }
  .projects__list .main__cards-item-icon {
    width: 110px; }
    @media (min-width: 1200px) {
      .projects__list .main__cards-item-icon {
        width: auto; } }
.projects__detail-content {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .projects__detail-content {
      margin-bottom: 150px; } }
.projects__detail-icons {
  display: flex;
  flex-wrap: wrap;
  column-gap: 54px;
  row-gap: 28px; }
  .projects__detail-icons-item {
    display: flex;
    align-items: center;
    gap: 18px;
    width: 100%; }
    @media (min-width: 1200px) {
      .projects__detail-icons-item {
        gap: 30px;
        width: calc(50% - 27px); } }
    .projects__detail-icons-item-icon {
      flex: none;
      width: 45px;
      height: 45px; }
      @media (min-width: 1200px) {
        .projects__detail-icons-item-icon {
          width: auto;
          height: auto; } }
.projects__detail-blocks-item {
  margin-bottom: 25px; }
  @media (min-width: 1200px) {
    .projects__detail-blocks-item {
      margin-bottom: 45px; } }
  .projects__detail-blocks-item:last-child {
    margin-bottom: 0; }
  .projects__detail-blocks-item.inline {
    display: flex;
    gap: 8px;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .projects__detail-blocks-item.inline {
        flex-direction: row; } }
    .projects__detail-blocks-item.inline .projects__detail-blocks-item-label {
      margin-bottom: 0; }
  .projects__detail-blocks-item-label {
    color: #6632FD;
    margin-bottom: 10px; }
  .projects__detail-blocks-item-content ul {
    margin-left: 10px; }
  .projects__detail-blocks-item-images {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px; }
    @media (min-width: 1200px) {
      .projects__detail-blocks-item-images {
        margin-top: 25px;
        gap: 35px; } }
    .projects__detail-blocks-item-images img {
      max-width: calc(50% - 5px); }

.servers__list .main__cards-item {
  background-image: url(/local/templates/figurait/images/project-item-bg.jpg); }
  .servers__list .main__cards-item-title {
    font-size: 12px; }
    @media (min-width: 768px) {
      .servers__list .main__cards-item-title {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .servers__list .main__cards-item-title {
        font-size: 32px; } }
  .servers__list .main__cards-item-more {
    gap: 7px;
    font-size: 9px;
    width: 91px;
    height: 28px; }
    @media (min-width: 1200px) {
      .servers__list .main__cards-item-more {
        gap: 14px;
        font-size: 18px;
        width: 195px;
        height: 60px; } }
.servers__detail {
  width: 1024px;
  max-width: 100%; }
  .servers__detail-blocks-item {
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .servers__detail-blocks-item {
        margin-bottom: 50px; } }
    .servers__detail-blocks-item:last-child {
      margin-bottom: 0; }
    .servers__detail-blocks-item-label {
      font-weight: 700;
      color: #6632FD; }
      .servers__detail-blocks-item-label span {
        font-weight: normal;
        color: #000; }
    .servers__detail-blocks-item-content {
      margin-bottom: 22px; }
      @media (min-width: 1200px) {
        .servers__detail-blocks-item-content {
          margin-bottom: 32px; } }
  .servers__detail-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    flex-direction: column; }
    @media (min-width: 992px) {
      .servers__detail-list {
        flex-direction: row; } }
    @media (min-width: 1200px) {
      .servers__detail-list {
        gap: 16px; } }
  .servers__detail-item {
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(102, 50, 253, 0.2) 0%, rgba(102, 50, 253, 0.06) 100%);
    padding: 11px;
    height: 158px; }
    @media (min-width: 992px) {
      .servers__detail-item {
        border-radius: 10px;
        height: 284px;
        width: calc(50% - 8px);
        padding: 20px 20px 23px; } }
    .servers__detail-item-wrap {
      height: 100%;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: auto;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .servers__detail-item-title {
      align-self: flex-end;
      font-weight: 700;
      color: #6632FD; }
    .servers__detail-item-img {
      height: 95px;
      display: flex;
      justify-content: center; }
      @media (min-width: 992px) {
        .servers__detail-item-img {
          height: 171px; } }
    .servers__detail-item-bottom {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .servers__detail-item-bottom .btn {
        padding: 5px 20px;
        height: 27px;
        font-size: 8px; }
        @media (min-width: 992px) {
          .servers__detail-item-bottom .btn {
            font-size: 16px; } }
        @media (min-width: 1200px) {
          .servers__detail-item-bottom .btn {
            height: 48px;
            padding: 5px 30px; } }
        @media (min-width: 1200px) {
          .servers__detail-item-bottom .btn.download {
            padding: 5px 10px; } }

.shd__page .servers__list .main__cards-item {
  background-image: url(/local/templates/figurait/images/project-item-bg.jpg); }
.shd__page .servers__detail-item {
  background: linear-gradient(180deg, rgba(5, 89, 148, 0.2) 0%, rgba(5, 89, 148, 0.06) 100%); }
  .shd__page .servers__detail-item-img {
    transform: translateY(11%); }
  .shd__page .servers__detail-item-title {
    color: #055994; }
  .shd__page .servers__detail-item .btn {
    background: #055994; }
    .shd__page .servers__detail-item .btn.btn-white {
      border-color: #055994;
      color: #055994;
      background: none; }
    .shd__page .servers__detail-item .btn.download svg {
      stroke: #055994; }

.about__columns {
  margin-bottom: 60px; }
  @media (min-width: 1200px) {
    .about__columns {
      display: flex;
      gap: 120px;
      margin-bottom: 115px; } }
  .about__columns-item {
    margin-bottom: 30px; }
    .about__columns-item:last-child {
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      .about__columns-item {
        width: calc(50% - 60px);
        margin-bottom: 0; } }
.about__content-item {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .about__content-item {
      margin-bottom: 60px; } }
  .about__content-item:last-child {
    margin-bottom: 0; }
  .about__content-item .heading__title {
    text-align: left;
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .about__content-item .heading__title {
        margin-bottom: 30px; } }
  .about__content-item-btn {
    margin-top: 20px; }
    @media (min-width: 1200px) {
      .about__content-item-btn {
        margin-top: 36px; } }
.about__offers {
  padding-bottom: 30px; }
  .about__offers .heading__title {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .about__offers .heading__title {
        margin-bottom: 40px; } }
  .about__offers-list {
    display: flex;
    column-gap: 54px;
    row-gap: 22px;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .about__offers-list {
        row-gap: 42px;
        flex-wrap: wrap;
        flex-direction: row; } }
  .about__offers-item {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 370px; }
    @media (min-width: 1200px) {
      .about__offers-item {
        gap: 10px; } }
    .about__offers-item-icon {
      width: 35px;
      height: 35px;
      flex: none; }
      @media (min-width: 1200px) {
        .about__offers-item-icon {
          width: auto;
          height: auto; } }

.partners__block {
  padding: 15px 0; }
  @media (min-width: 1200px) {
    .partners__block {
      padding: 50px 0; } }
  .partners__block .heading__title {
    margin-bottom: 20px;
    text-align: left; }
    @media (min-width: 1200px) {
      .partners__block .heading__title {
        margin-bottom: 26px;
        text-align: center; } }
.partners__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
.partners__item {
  width: 145px;
  height: 130px;
  border: 1px solid #6632FD;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 15px; }
  @media (min-width: 1200px) {
    .partners__item {
      padding: 30px;
      width: 240px;
      height: 215px; } }
  .partners__item-logo {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66px; }
    @media (min-width: 1200px) {
      .partners__item-logo {
        height: auto; } }
  .partners__item-title {
    font-size: 10px;
    line-height: calc(18 / 15); }
    @media (min-width: 1200px) {
      .partners__item-title {
        font-size: 15px; } }

.contacts__title {
  color: #6632FD;
  font-size: 14px;
  line-height: calc(4 / 3);
  font-weight: 700;
  margin-bottom: 22px; }
  @media (min-width: 1200px) {
    .contacts__title {
      font-size: 21px; } }
.contacts__info {
  font-size: 12px; }
  @media (min-width: 1200px) {
    .contacts__info {
      display: flex;
      gap: 20px;
      font-size: 18px; } }
  .contacts__info-left {
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .contacts__info-left {
        margin-bottom: 0; } }
  .contacts__info-contacts {
    margin-bottom: 10px; }
    @media (min-width: 1200px) {
      .contacts__info-contacts {
        margin-bottom: 18px; } }
    .contacts__info-contacts a {
      color: #6632FD;
      display: block;
      font-weight: 700; }
    @media (min-width: 1200px) {
      .contacts__info-contacts div {
        display: flex;
        gap: 6px; } }
  .contacts__info-address {
    margin-bottom: 30px; }
.contacts__blocks {
  display: flex;
  gap: 18px;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .contacts__blocks {
      gap: 12px;
      flex-direction: row; } }
  .contacts__blocks-item {
    background: #fff;
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    border: 0.775px solid #EFEFEF;
    border-radius: 4px;
    width: 235px;
    line-height: calc(21 / 14); }
    @media (min-width: 1200px) {
      .contacts__blocks-item {
        width: 260px;
        font-size: 14px; } }
    .contacts__blocks-item-department {
      color: #6632FD;
      font-weight: 700;
      line-height: calc(19 / 14);
      margin-bottom: 12px; }
    .contacts__blocks-item-name {
      margin-bottom: 27px; }
    .contacts__blocks-item a {
      display: block;
      margin-bottom: 4px; }
      .contacts__blocks-item a:last-child {
        margin-bottom: 0; }
.contacts__form {
  padding: 60px 0 25px; }
  @media (min-width: 1200px) {
    .contacts__form {
      display: flex;
      gap: 50px;
      padding-top: 90px; } }
  .contacts__form-left {
    margin-bottom: 16px; }
    @media (min-width: 1200px) {
      .contacts__form-left {
        width: 360px;
        flex: none;
        margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .contacts__form .social {
      display: none; } }
  @media (min-width: 1200px) {
    .contacts__form .form__field-submit .btn {
      padding: 0;
      width: 270px;
      height: 45px; } }
.contacts__map {
  padding: 35px 0 60px; }
  @media (min-width: 1200px) {
    .contacts__map {
      padding: 65px 0 100px; } }
  .contacts__map-wrapper {
    height: 290px; }
    @media (min-width: 1200px) {
      .contacts__map-wrapper {
        height: 450px; } }

.vacancy {
  background: url("/local/templates/figurait/images/vacancy/vacancy-top-bg.png") no-repeat 100% 0;
  background-size: contain; }
  .vacancy__top {
    display: flex;
    gap: 30px;
    flex-direction: column;
    padding-bottom: 25px; }
    @media (min-width: 1200px) {
      .vacancy__top {
        padding-bottom: 0;
        gap: 50px;
        flex-direction: row; } }
    .vacancy__top-img {
      flex: none; }
      @media (min-width: 1200px) {
        .vacancy__top-img {
          order: 2; } }
      @media (min-width: 1200px) {
        .vacancy__top-img img {
          transform: translateY(-110px); } }
    @media (min-width: 1200px) {
      .vacancy__top-text {
        order: 1; } }
  .vacancy__offer {
    padding: 25px 0; }
    @media (min-width: 1200px) {
      .vacancy__offer {
        padding: 60px 0 50px; } }
    .vacancy__offer .heading__title {
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        .vacancy__offer .heading__title {
          margin-bottom: 24px; } }
    .vacancy__offer-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      row-gap: 25px; }
      @media (min-width: 1200px) {
        .vacancy__offer-list {
          row-gap: 46px; } }
    .vacancy__offer-item {
      text-align: center;
      width: 50%;
      padding: 0 5px; }
      @media (min-width: 1200px) {
        .vacancy__offer-item {
          width: 330px;
          padding: 0; } }
      .vacancy__offer-item-icon {
        filter: drop-shadow(7px 3px 8px rgba(0, 0, 0, 0.15));
        position: relative;
        width: 53px;
        height: 53px;
        margin: 0 auto 14px; }
        @media (min-width: 1200px) {
          .vacancy__offer-item-icon {
            margin-bottom: 26px;
            width: auto;
            height: auto; }
            .vacancy__offer-item-icon:after {
              content: '';
              position: absolute;
              width: 252px;
              height: 30px;
              background: url("/local/templates/figurait/images/vacancy/line.svg") no-repeat;
              top: 50%;
              transform: translate(50px, 15px); } }
      .vacancy__offer-item-title {
        font-weight: 700;
        font-size: 10px;
        letter-spacing: 0.361px; }
        @media (min-width: 1200px) {
          .vacancy__offer-item-title {
            font-size: 16px;
            letter-spacing: 0.675px; } }
      .vacancy__offer-item:nth-child(2n) .vacancy__offer-item-icon {
        filter: drop-shadow(0px 2px 48px rgba(0, 0, 0, 0.06)); }
        .vacancy__offer-item:nth-child(2n) .vacancy__offer-item-icon:after {
          top: 0;
          transform: translate(50px, 15px) rotate(180deg); }
      .vacancy__offer-item:nth-child(3n) .vacancy__offer-item-icon:after {
        content: none; }
  .vacancy__values {
    padding: 35px 0; }
    @media (min-width: 1200px) {
      .vacancy__values {
        padding: 50px 0 40px; } }
    .vacancy__values .heading__title {
      margin-bottom: 25px; }
    .vacancy__values-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
      @media (min-width: 1200px) {
        .vacancy__values-list {
          gap: 16px; } }
    .vacancy__values-item {
      width: calc(50% - 4px);
      box-shadow: 0 3px 25px 0 rgba(122, 115, 115, 0.12);
      transition: .2s;
      border-radius: 4px;
      overflow: hidden;
      background: #fff; }
      @media (min-width: 1200px) {
        .vacancy__values-item {
          box-shadow: unset;
          border-radius: 8px;
          width: calc(25% - 12px); } }
      .vacancy__values-item.w2 {
        width: 100%; }
        @media (min-width: 1200px) {
          .vacancy__values-item.w2 {
            width: calc(50% - 12px); } }
      .vacancy__values-item > img {
        display: block;
        width: 100%; }
      .vacancy__values-item-wrapper {
        height: 100%;
        padding: 14px; }
        @media (min-width: 1200px) {
          .vacancy__values-item-wrapper {
            padding: 32px; } }
      .vacancy__values-item-icon {
        margin-bottom: 14px;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        position: relative; }
        @media (min-width: 1200px) {
          .vacancy__values-item-icon {
            margin-bottom: 32px;
            width: 60px;
            height: 60px; } }
        .vacancy__values-item-icon img {
          position: relative;
          transform: translate(5px, 5px); }
          @media (min-width: 1200px) {
            .vacancy__values-item-icon img {
              transform: translate(10px, 10px); } }
        .vacancy__values-item-icon:before {
          content: '';
          border-radius: 50%;
          background: #96FA8A;
          position: absolute;
          left: 0;
          top: 0;
          width: 18px;
          height: 18px; }
          @media (min-width: 1200px) {
            .vacancy__values-item-icon:before {
              width: 40px;
              height: 40px; } }
      .vacancy__values-item-title {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 10px; }
        @media (min-width: 1200px) {
          .vacancy__values-item-title {
            font-size: 18px; } }
      .vacancy__values-item-text {
        color: #6E7579;
        font-size: 9px; }
        @media (min-width: 1200px) {
          .vacancy__values-item-text {
            font-size: 16px; } }
      .vacancy__values-item:hover {
        box-shadow: 0 3px 25px 0 rgba(122, 115, 115, 0.12); }
  .vacancy__history {
    padding: 55px 0 20px; }
    @media (min-width: 1200px) {
      .vacancy__history {
        padding-bottom: 80px; } }
    .vacancy__history .heading__title {
      margin-bottom: 10px; }
      @media (min-width: 1200px) {
        .vacancy__history .heading__title {
          margin-bottom: 24px; } }
    .vacancy__history .heading__subtitle {
      display: block; }
    .vacancy__history-item {
      position: relative;
      display: flex;
      margin-bottom: 20px;
      background: rgba(171, 225, 255, 0.3);
      flex-direction: column;
      border-radius: 8px;
      padding-top: 10px; }
      @media (min-width: 1200px) {
        .vacancy__history-item {
          gap: 53px;
          padding: 0;
          margin-bottom: 120px;
          background: none;
          flex-direction: row;
          align-items: flex-start; } }
      .vacancy__history-item:last-child {
        margin-bottom: 0; }
      .vacancy__history-item-img {
        flex: none;
        max-width: 100%;
        width: 205px;
        margin: 0 auto 14px;
        padding: 0 16px; }
        @media (min-width: 1200px) {
          .vacancy__history-item-img {
            width: 570px;
            margin: 0;
            padding: 0;
            position: sticky;
            top: 0; } }
      .vacancy__history-item-title {
        color: #6632FD;
        font-size: 10px;
        font-weight: 800;
        line-height: 1.5;
        font-family: "Exo 2", sans-serif;
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 0 16px 10px;
        justify-content: space-between; }
        @media (min-width: 1200px) {
          .vacancy__history-item-title {
            font-size: 24px;
            padding: 0; } }
      .vacancy__history-item-icon {
        display: flex;
        width: 32px;
        height: 32px;
        flex: none; }
        .vacancy__history-item-icon svg {
          width: 100%;
          height: 100%; }
        @media (min-width: 1200px) {
          .vacancy__history-item-icon {
            display: none; } }
      .vacancy__history-item-text {
        font-size: 10px;
        display: none;
        background: #fff;
        padding: 16px 16px 0; }
        @media (min-width: 1200px) {
          .vacancy__history-item-text {
            font-size: 20px;
            padding: 34px 0 0;
            display: block; } }
        .vacancy__history-item-text a {
          color: #6632FD; }
  .vacancy__list {
    padding: 40px 0 30px; }
    @media (min-width: 1200px) {
      .vacancy__list {
        padding-bottom: 70px; } }
    .vacancy__list .heading__title {
      margin-bottom: 25px; }
      @media (min-width: 1200px) {
        .vacancy__list .heading__title {
          margin-bottom: 35px; } }
  .vacancy__groups-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc; }
    @media (min-width: 1200px) {
      .vacancy__groups-item {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .vacancy__groups-item-title {
      font-weight: bold;
      font-size: 16px;
      margin-bottom: 10px; }
      @media (min-width: 1200px) {
        .vacancy__groups-item-title {
          font-size: 20px;
          margin-bottom: 15px; } }
  .vacancy__item {
    font-size: 12px;
    margin-bottom: 7px; }
    @media (min-width: 1200px) {
      .vacancy__item {
        margin-bottom: 10px;
        font-size: 16px; } }
    .vacancy__item-name {
      color: #6632FD; }
    .vacancy__item-salary {
      color: #6E7579; }
    .vacancy__item:last-child {
      margin-bottom: 0; }
  .vacancy__anchors {
    display: flex;
    gap: 5px;
    padding-bottom: 15px;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .vacancy__anchors {
        flex-wrap: nowrap;
        gap: 14px; } }
    .vacancy__anchors-item {
      flex: none;
      padding: 10px;
      color: #6632FD;
      border-radius: 3px;
      height: 38px;
      box-shadow: 0 0 20px 0 rgba(214, 214, 214, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-weight: 800;
      line-height: 1.2;
      flex-grow: 1; }
      @media (min-width: 1200px) {
        .vacancy__anchors-item {
          height: 100px;
          font-size: 22px;
          width: calc(20% - 14px);
          border-radius: 8px; } }
  .vacancy__form {
    padding: 30px 0;
    position: relative; }
    .vacancy__form:before {
      content: '';
      width: 100vw;
      position: absolute;
      height: 40%;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      background: url("/local/templates/figurait/images/vacancy/vacancy-form-bg.png") no-repeat 100% 50%;
      background-size: cover; }
      @media (min-width: 1200px) {
        .vacancy__form:before {
          height: 100%; } }
    @media (min-width: 1200px) {
      .vacancy__form {
        padding: 70px 0; } }
    .vacancy__form .heading__title {
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        .vacancy__form .heading__title {
          margin-bottom: 35px; } }
    .vacancy__form .main__form-title {
      font-family: "Exo 2", sans-serif;
      font-size: 32px;
      font-weight: 700;
      line-height: calc(48 / 32);
      margin-bottom: 16px; }
    .vacancy__form .main__form-vacancy {
      width: 100%; }
      @media (min-width: 1200px) {
        .vacancy__form .main__form-vacancy {
          width: calc(100% - 440px); } }
    .vacancy__form .main__form-contacts {
      flex: none;
      border: 0;
      align-self: flex-start;
      padding: 0; }
      @media (min-width: 1200px) {
        .vacancy__form .main__form-contacts {
          width: 400px; } }
      .vacancy__form .main__form-contacts-content {
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 24px; }
    .vacancy__form-wrapper {
      display: flex;
      gap: 60px;
      flex-direction: column;
      position: relative;
      z-index: 2; }
      @media (min-width: 1200px) {
        .vacancy__form-wrapper {
          flex-direction: row;
          gap: 40px; } }
    .vacancy__form .form__field-list {
      row-gap: 10px; }
      @media (min-width: 1200px) {
        .vacancy__form .form__field-list {
          row-gap: 16px; } }
    .vacancy__form .form__field textarea {
      height: auto; }
    .vacancy__form .form__field-bottom {
      display: flex;
      justify-content: space-between; }
    .vacancy__form .form__field-file label {
      font-size: 10px; }
      @media (min-width: 1200px) {
        .vacancy__form .form__field-file label {
          font-size: 14px; } }
  .vacancy__detail-intro {
    margin-bottom: 20px; }
  .vacancy__detail-description-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
  .vacancy__detail-description ul {
    margin-bottom: 20px; }
  .vacancy__detail-conditions {
    display: flex;
    flex-wrap: wrap; }
    .vacancy__detail-conditions li {
      width: 100%;
      text-align: center;
      padding: 24px 12px;
      font-size: 14px; }
      @media (min-width: 460px) {
        .vacancy__detail-conditions li {
          width: 50%; } }
      @media (min-width: 768px) {
        .vacancy__detail-conditions li {
          width: 25%; } }
      .vacancy__detail-conditions li img {
        display: block;
        margin: 0 auto 20px;
        max-width: 100%;
        width: 110px;
        height: 110px;
        object-fit: contain; }
  .vacancy__detail-salary {
    font-size: 20px;
    margin-bottom: 30px; }
  .vacancy__detail-skills {
    margin-bottom: 20px; }
    .vacancy__detail-skills-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px; }
    .vacancy__detail-skills-list {
      display: flex;
      flex-wrap: wrap;
      margin: -4px; }
    .vacancy__detail-skills-item {
      margin: 4px;
      font-size: 14px;
      padding: 0 10px;
      border-radius: 4px;
      white-space: nowrap;
      background: #edeff0;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      height: 32px; }
  .vacancy__detail-contacts-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px; }
  .vacancy__detail-contacts-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }

.events .main__cards-item-content {
  padding: 11px 18px 7px; }
  @media (min-width: 1200px) {
    .events .main__cards-item-content {
      padding: 25px 40px 26px; } }
.events .main__cards-item-type {
  font-size: 11px;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .events .main__cards-item-type {
      font-size: 24px; } }
.events .main__cards-item-title {
  font-size: 13px; }
  @media (min-width: 1200px) {
    .events .main__cards-item-title {
      font-size: 28px; } }
.events .main__cards-item:after {
  background: rgba(102, 50, 253, 0.3); }
.events .main__cards-item:hover:after {
  background: rgba(102, 50, 253, 0.3); }
.events__detail-title {
  font-size: 16px;
  font-weight: 700;
  color: #6632FD;
  margin-bottom: 25px; }
  @media (min-width: 1200px) {
    .events__detail-title {
      font-size: 24px;
      margin-bottom: 36px; } }
.events__detail-top {
  padding-bottom: 55px; }
  @media (min-width: 1200px) {
    .events__detail-top {
      width: 70%;
      padding-bottom: 75px; } }
.events__detail-description {
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .events__detail-description {
      margin-bottom: 40px; } }
.events__detail-expired {
  color: #6632FD;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .events__detail-expired {
      margin-bottom: 35px; } }
.events__detail-reason {
  padding-bottom: 45px; }
  @media (min-width: 1200px) {
    .events__detail-reason {
      padding-bottom: 80px; } }
  .events__detail-reason-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px; }
    @media (min-width: 1200px) {
      .events__detail-reason-list {
        gap: 13px; } }
  .events__detail-reason-item {
    display: flex;
    align-items: center;
    color: #000;
    width: 100%;
    gap: 18px; }
    @media (min-width: 1200px) {
      .events__detail-reason-item {
        gap: 25px;
        width: calc(50% - 7px); } }
    .events__detail-reason-item-icon {
      flex: none;
      width: 40px;
      height: 40px; }
      @media (min-width: 1200px) {
        .events__detail-reason-item-icon {
          width: auto;
          height: auto; } }
.events__detail-program {
  padding-bottom: 48px; }
  @media (min-width: 1200px) {
    .events__detail-program {
      padding-bottom: 80px; } }
  .events__detail-program .events__detail-title {
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .events__detail-program .events__detail-title {
        margin-bottom: 57px; } }
  .events__detail-program-item {
    display: flex;
    align-items: center;
    line-height: calc(26 / 18);
    position: relative;
    padding: 30px 0;
    gap: 16px; }
    @media (min-width: 1200px) {
      .events__detail-program-item {
        gap: 24px;
        padding: 42px 0; } }
    .events__detail-program-item:first-child {
      padding-top: 0; }
    .events__detail-program-item:last-child {
      padding-bottom: 0; }
      .events__detail-program-item:last-child:after {
        content: none; }
    .events__detail-program-item:before {
      content: '';
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #6632FD; }
      @media (min-width: 1200px) {
        .events__detail-program-item:before {
          width: 14px;
          height: 14px; } }
    .events__detail-program-item:after {
      content: '';
      position: absolute;
      width: 2px;
      top: 100%;
      left: 0;
      background: #DBDBDB;
      height: 60px;
      transform: translate(4px, -50%); }
      @media (min-width: 1200px) {
        .events__detail-program-item:after {
          transform: translate(6px, -50%);
          height: 84px; } }
.events__detail-speakers {
  padding-bottom: 30px; }
  @media (min-width: 1200px) {
    .events__detail-speakers {
      padding-bottom: 70px; } }
  @media (min-width: 1200px) {
    .events__detail-speakers-list {
      display: flex;
      gap: 16px; } }
  .events__detail-speakers-item {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #6632FD;
    color: #000;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 86px; }
    .events__detail-speakers-item:last-child {
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      .events__detail-speakers-item {
        width: 295px;
        height: 146px;
        margin-bottom: 0;
        padding: 31px 34px; } }
    @media (min-width: 1200px) {
      .events__detail-speakers-item-name {
        font-size: 22px; } }
    .events__detail-speakers-item-position {
      font-size: 10px; }
      @media (min-width: 1200px) {
        .events__detail-speakers-item-position {
          font-size: 16px; } }
.events__detail-form {
  margin: 30px 0;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid #6632FD; }
  @media (min-width: 1200px) {
    .events__detail-form {
      display: flex;
      gap: 30px;
      padding: 70px 0;
      margin: 0;
      border: 0; } }
  .events__detail-form-left {
    text-align: center; }
    @media (min-width: 1200px) {
      .events__detail-form-left {
        max-width: 380px;
        text-align: left; } }
  .events__detail-form .events__detail-title {
    margin-bottom: 16px; }
    @media (min-width: 1200px) {
      .events__detail-form .events__detail-title {
        margin-bottom: 25px; } }

.support__direction {
  padding: 30px 0 60px; }
  @media (min-width: 1200px) {
    .support__direction {
      padding: 84px 0 100px; } }
  .support__direction .heading__title {
    margin-bottom: 24px; }
    .support__direction .heading__title br {
      display: none; }
      @media (min-width: 1200px) {
        .support__direction .heading__title br {
          display: inline-block; } }
    @media (min-width: 1200px) {
      .support__direction .heading__title {
        margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .support__direction-content {
      display: flex;
      gap: 70px;
      justify-content: center; } }
  .support__direction-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .support__direction-list {
        width: 600px; } }
  .support__direction-item {
    background: #fff;
    transition: .2s;
    padding: 15px 25px;
    display: flex;
    gap: 10px;
    align-items: center;
    box-shadow: 0 24px 64px 0 rgba(122, 115, 115, 0.2); }
    @media (min-width: 1200px) {
      .support__direction-item {
        font-size: 16px;
        padding: 30px;
        width: 290px;
        height: 230px;
        display: block;
        box-shadow: unset; } }
    @media (min-width: 1200px) {
      .support__direction-item:nth-child(n+3) {
        transform: translateX(50%); } }
    .support__direction-item:hover {
      box-shadow: 0 24px 64px 0 rgba(122, 115, 115, 0.2); }
    .support__direction-item-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 45px;
      height: 45px;
      flex: none; }
      @media (min-width: 1200px) {
        .support__direction-item-icon {
          margin-bottom: 23px;
          width: 80px;
          height: 80px; } }
  .support__direction-img {
    display: none;
    flex: none; }
    @media (min-width: 1200px) {
      .support__direction-img {
        display: block; } }
.support__advantages {
  padding-bottom: 30px; }
  @media (min-width: 1200px) {
    .support__advantages {
      padding: 50px 0 70px; } }
  .support__advantages .heading__title {
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .support__advantages .heading__title {
        margin-bottom: 35px; } }
  .support__advantages-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      .support__advantages-list {
        margin-bottom: 70px;
        justify-content: space-between; } }
  .support__advantages-item {
    text-align: center; }
    @media (min-width: 1200px) {
      .support__advantages-item {
        font-size: 16px; } }
    .support__advantages-item-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 50px;
      margin: 0 auto 20px; }
      @media (min-width: 1200px) {
        .support__advantages-item-icon {
          margin-bottom: 25px;
          width: 90px;
          height: 60px; } }
    .support__advantages-item-title br {
      display: none; }
      @media (min-width: 1200px) {
        .support__advantages-item-title br {
          display: inline-block; } }
  .support__advantages-btn {
    text-align: center; }
.support__levels {
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .support__levels {
      padding: 70px 0; } }
  .support__levels .heading__title {
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .support__levels .heading__title {
        margin-bottom: 75px; } }
  @media (min-width: 1200px) {
    .support__levels-list {
      display: flex;
      gap: 30px; } }
  .support__levels-item {
    display: flex;
    align-items: center;
    line-height: 1.1;
    gap: 12px;
    margin-bottom: 20px; }
    .support__levels-item:last-child {
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      .support__levels-item {
        gap: 20px;
        width: calc(50% - 15px);
        margin-bottom: 0; } }
    .support__levels-item-icon {
      flex: none;
      width: 54px;
      height: 54px; }
      @media (min-width: 1200px) {
        .support__levels-item-icon {
          width: auto;
          height: auto; } }
    .support__levels-item-title {
      font-weight: 700;
      margin-bottom: 10px; }
      @media (min-width: 1200px) {
        .support__levels-item-title {
          margin-bottom: 15px;
          font-size: 20px; } }
    .support__levels-item-text {
      font-size: 10px; }
      @media (min-width: 1200px) {
        .support__levels-item-text {
          font-size: 18px; } }
.support__guarantee {
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .support__guarantee {
      padding: 70px 0; } }
  .support__guarantee .heading__title {
    margin-bottom: 24px; }
    @media (min-width: 1200px) {
      .support__guarantee .heading__title {
        margin-bottom: 50px; } }
  .support__guarantee-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .support__guarantee-list {
        flex-wrap: nowrap; } }
  .support__guarantee-item {
    width: 135px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden; }
    .support__guarantee-item:nth-child(1) {
      background: #F0F0F0;
      text-align: left;
      display: none; }
      @media (min-width: 1200px) {
        .support__guarantee-item:nth-child(1) {
          display: block; } }
      .support__guarantee-item:nth-child(1) .support__guarantee-item-title {
        text-align: left; }
    .support__guarantee-item:nth-child(2) {
      border: 1px solid #E0D6FF; }
      .support__guarantee-item:nth-child(2) .support__guarantee-item-title {
        background: #E0D6FF; }
      @media (min-width: 1200px) {
        .support__guarantee-item:nth-child(2) {
          background: #E0D6FF; } }
    .support__guarantee-item:nth-child(3) {
      border: 1px solid #C2ADFE; }
      .support__guarantee-item:nth-child(3) .support__guarantee-item-title {
        background: #C2ADFE; }
      @media (min-width: 1200px) {
        .support__guarantee-item:nth-child(3) {
          background: #C2ADFE; } }
    .support__guarantee-item:nth-child(4) {
      border: 1px solid #A384FE; }
      .support__guarantee-item:nth-child(4) .support__guarantee-item-title {
        background: #A384FE;
        color: #fff; }
      @media (min-width: 1200px) {
        .support__guarantee-item:nth-child(4) {
          background: #A384FE;
          color: #fff; } }
    .support__guarantee-item:nth-child(5) {
      border: 1px solid #6632FD; }
      .support__guarantee-item:nth-child(5) .support__guarantee-item-title {
        background: #6632FD;
        color: #fff; }
      @media (min-width: 1200px) {
        .support__guarantee-item:nth-child(5) {
          background: #6632FD;
          color: #fff; } }
    @media (min-width: 1200px) {
      .support__guarantee-item {
        width: 165px;
        padding: 48px 19px;
        text-align: center; } }
    .support__guarantee-item-title {
      font-size: 16px;
      padding: 24px 14px;
      text-align: center; }
      @media (min-width: 1200px) {
        .support__guarantee-item-title {
          font-size: 20px;
          padding: 0;
          margin-bottom: 75px; } }
    .support__guarantee-item-block {
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 11px;
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        .support__guarantee-item-block {
          font-size: 14px; } }
      @media (min-width: 1200px) {
        .support__guarantee-item-block:nth-child(1) {
          height: 40px;
          margin-bottom: 22px; } }
      .support__guarantee-item-block:nth-child(2) {
        height: 40px; }
        @media (min-width: 1200px) {
          .support__guarantee-item-block:nth-child(2) {
            margin-bottom: 50px; } }
      @media (min-width: 1200px) {
        .support__guarantee-item-block:nth-child(3) {
          height: 70px;
          margin-bottom: 22px; } }
      @media (min-width: 1200px) {
        .support__guarantee-item-block:nth-child(4) {
          height: 50px; } }
      .support__guarantee-item-block-list {
        padding: 15px; }
        @media (min-width: 1200px) {
          .support__guarantee-item-block-list {
            padding: 0; } }
      .support__guarantee-item-block-label {
        font-size: 9px;
        color: #B0B0B0;
        margin-bottom: 5px; }
        @media (min-width: 1200px) {
          .support__guarantee-item-block-label {
            display: none; } }
.support__react {
  padding: 30px 0; }
  @media (min-width: 1200px) {
    .support__react {
      padding: 70px 0; } }
  .support__react .heading__title {
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .support__react .heading__title {
        margin-bottom: 60px; } }
  .support__react-img {
    width: 220px;
    margin: 0 auto 40px;
    flex: none; }
    @media (min-width: 1200px) {
      .support__react-img {
        width: auto;
        margin: 0; } }
  .support__react-content {
    padding-bottom: 35px; }
    @media (min-width: 1200px) {
      .support__react-content {
        display: flex;
        gap: 60px; } }
  .support__react-list {
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      .support__react-list {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 35px; } }
  .support__react-item {
    margin-bottom: 25px; }
    .support__react-item:last-child {
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      .support__react-item {
        width: calc(50% - 10px);
        font-size: 16px;
        margin-bottom: 0; } }
    .support__react-item-title {
      margin-bottom: 11px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 135px;
      height: 23px;
      border-radius: 7px; }
      @media (min-width: 1200px) {
        .support__react-item-title {
          border-radius: 10px;
          margin-bottom: 16px;
          width: 192px;
          height: 32px; } }
  @media (min-width: 1200px) {
    .support__react-time {
      display: flex;
      gap: 20px; } }
  .support__react-time-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px; }
    @media (min-width: 1200px) {
      .support__react-time-title {
        width: calc(50% - 10px);
        font-size: 24px;
        margin-bottom: 0; } }
  .support__react-time-items {
    display: flex;
    gap: 12px; }
    @media (min-width: 1200px) {
      .support__react-time-items {
        gap: 16px; } }
  .support__react-time-item {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    width: 61px;
    height: 22px;
    font-size: 11px; }
    @media (min-width: 1200px) {
      .support__react-time-item {
        width: 87px;
        height: auto;
        border-radius: 10px;
        font-size: 16px; } }
  @media (min-width: 1200px) {
    .support__react-icons {
      display: flex;
      justify-content: space-between;
      padding-top: 70px; } }
  .support__react-icons-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 25px; }
    .support__react-icons-item:last-child {
      margin-bottom: 0; }
    @media (min-width: 1200px) {
      .support__react-icons-item {
        margin-bottom: 0;
        gap: 12px;
        width: 33.33%;
        font-size: 15px; } }
    .support__react-icons-item-icon {
      flex: none;
      width: 32px;
      height: 32px; }
      @media (min-width: 1200px) {
        .support__react-icons-item-icon {
          width: auto;
          height: auto; } }
.support__level-1 {
  background: #6632FD;
  color: #fff; }
.support__level-2 {
  background: #A384FE;
  color: #fff; }
.support__level-3 {
  background: #C2ADFE; }
.support__level-4 {
  background: #E0D6FF; }

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

/* End */
/* /local/templates/figurait/css/jquery.fancybox.css?172984227215842 */
/* /local/templates/figurait/css/slick/slick.css?17298422721776 */
/* /local/templates/figurait/css/slick/slick-theme.css?17298422722631 */
/* /local/templates/figurait/template_styles.css?1741067069140701 */
