span.company_input_info {
  font-size: 0.7em;
}

.main-page,
.function-page,
div:has(.function-page) {
  overflow: hidden;
}

.button {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #0d0d17;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 11px 24px;
  border-radius: 30px;
  transition: 0.3s linear;
}

.button--fill {
  background-color: #ffa114;
  border-color: #ffa114;
}

.button--fill:hover {
  color: #0d0d17;
  text-decoration: none;
  background-color: transparent;
}

.button--transparent {
  border-color: #6088ff;
}

.button--transparent:hover {
  color: #0d0d17;
  text-decoration: none;
  background-color: #ffa114;
  border-color: #ffa114;
}

.social-block__text {
  font-size: 13px;
  line-height: 1.38;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 7px;
  text-transform: none;
}

.social-block__list {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.social-block__item:not(:last-of-type) {
  margin-right: 20px;
}

.social-block__link {
  fill: rgba(255, 255, 255, 0.5);
}

.social-block__link:hover {
  fill: #ffa114;
}

.social-block__icon {
  width: 30px;
  height: 26px;
  fill: inherit;
  transition: 0.3s linear;
}

.slick-slider__navigation {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
}

.slick-slider__navigation--dark .slick-slider__count {
  color: #003b7c;
}

.slick-slider__navigation--dark .slick-prev,
.slick-slider__navigation--dark .slick-next {
  border-color: #003b7c;
}

.slick-slider__navigation--dark .slick-prev:not(.slick-disabled):hover,
.slick-slider__navigation--dark .slick-next:not(.slick-disabled):hover {
  background-color: #003b7c;
}

.slick-slider__navigation--dark .slick-prev:not(.slick-disabled):hover .slick-arrow__icon,
.slick-slider__navigation--dark .slick-next:not(.slick-disabled):hover .slick-arrow__icon {
  fill: #ffffff;
}

.slick-slider__navigation--dark .slick-arrow__icon {
  fill: #003b7c;
}

.slick-slider__navigation--light .slick-slider__count {
  color: #ffffff;
}

.slick-slider__navigation--light .slick-prev,
.slick-slider__navigation--light .slick-next {
  border-color: #ffffff;
}

.slick-slider__navigation--light .slick-prev:not(.slick-disabled):hover,
.slick-slider__navigation--light .slick-next:not(.slick-disabled):hover {
  background-color: #ffffff;
}

.slick-slider__navigation--light .slick-prev:not(.slick-disabled):hover .slick-arrow__icon,
.slick-slider__navigation--light .slick-next:not(.slick-disabled):hover .slick-arrow__icon {
  fill: #003b7c;
}

.slick-slider__navigation--light .slick-arrow__icon {
  fill: #ffffff;
}

.slick-slider__arrows {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slick-slider__arrows .slick-disabled {
  cursor: default;
}

.slick-slider__count {
  font-size: 15px;
  line-height: 1.33;
}

@media screen and (max-width: 575.98px) {
  .slick-slider__count {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .slick-slider__count {
    margin-right: 25px;
  }
}

.slick-list {
  overflow: visible;
}

.slick-prev,
.slick-next {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: 0.3s background-color linear;
}

.slick-disabled {
  width: 50px;
  height: 50px;
  opacity: 0.57;
}

.slick-next {
  transform: rotate(180deg);
  margin-left: 8px;
}

.slick-arrow__icon {
  width: 14px;
  height: 8px;
  transition: 0.3s fill linear;
}

.slick-list,
.slick-track,
.slick-initialized .slick-slide {
  display: flex;
}

.slick-track {
  margin-right: auto;
  margin-left: 0;
}

.breadcrumbs {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 12px;
  line-height: 1.16;
}

.breadcrumbs__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.breadcrumbs li {
  display: flex;
}

.breadcrumbs li:not(:last-of-type)::after {
  content: "\2014";
  margin-right: 8px;
  margin-left: 8px;
  display: block;
}

.breadcrumbs a {
  color: inherit;
  transition: 0.3s linear;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.first-screen-wrap {
  position: relative;
  padding-top: 73px;
}

@media screen and (min-width: 992px) {
  .first-screen-wrap {
    padding-top: 124px;
  }
}

.first-screen-wrap--dark {
  color: #ffffff;
  fill: #ffffff;
  background: url("/local/templates/voxeldance/img/voxeldance-text.svg") no-repeat top 163px center / contain, url("/local/templates/voxeldance/img/first-screen-bg.svg") no-repeat bottom 40px left 50vw, linear-gradient(115.74deg, #020202 -21.31%, #3366ff 80.73%);
}

@media screen and (min-width: 1400px) {
  .first-screen-wrap--dark {
    background: url("/local/templates/voxeldance/img/voxeldance-text.svg") no-repeat top 163px center / auto, url("/local/templates/voxeldance/img/first-screen-bg.svg") no-repeat bottom 40px left 50vw, linear-gradient(115.74deg, #020202 -21.31%, #3366ff 80.73%);
  }
}

.first-screen-wrap--dark .burger-menu span {
  background-color: #ffffff;
}

.first-screen-wrap--dark .burger-menu span::before,
.first-screen-wrap--dark .burger-menu span::after {
  background-color: #ffffff;
}

.first-screen-wrap--dark .close::before,
.first-screen-wrap--dark .close::after {
  background-color: #ffffff;
}

.first-screen-wrap--dark .header {
  color: #ffffff;
  fill: #ffffff;
}

.first-screen-wrap--dark .header.fix {
  border-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(115.74deg, #020202 -21.31%, #3366ff 80.73%);
}

.first-screen-wrap--dark .header__link:hover {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .first-screen-wrap--dark .header__link:hover {
    border-color: #ffffff;
  }
}

.first-screen-wrap--dark .header .header-top,
.first-screen-wrap--dark .header .header-bottom {
  border-color: rgba(255, 255, 255, 0.5);
}

.first-screen-wrap--dark .header .header__link--sublist::after {
  border-color: #ffffff;
}

.first-screen-wrap--dark .logo__text::before {
  background-color: rgba(255, 255, 255, 0.27);
}

.first-screen-wrap--dark .mobile-menu.active {
  background-color: #003d70;
}

.first-screen-wrap--dark .breadcrumbs {
  color: rgba(255, 255, 255, 0.3);
}

.first-screen-wrap--dark .breadcrumbs a:hover {
  color: #ffffff;
}

/* .first-screen-wrap--light {
  color: #000000;
  fill: #000000;
  background: linear-gradient(116.5deg, #EDF3FF 3.12%, rgba(223, 231, 255, 0.05) 81.87%);
  ;
} */

.first-screen-wrap--light {
  color: #000000;
  fill: #000000;
  background: url("/local/templates/voxeldance/img/voxeldance-text.svg") no-repeat top 163px center / contain, url("/local/templates/voxeldance/img/first-screen-light-bg.svg") no-repeat center, linear-gradient(116.5deg, #edf3ff 3.12%, rgba(223, 231, 255, 0.05) 81.87%);
}

@media screen and (min-width: 1400px) {
  .first-screen-wrap--light {
    background: url("/local/templates/voxeldance/img/voxeldance-text.svg") no-repeat top 163px center / auto, url("/local/templates/voxeldance/img/first-screen-light-bg.svg") no-repeat center, linear-gradient(116.5deg, #edf3ff 3.12%, rgba(223, 231, 255, 0.05) 81.87%);
  }
}

.first-screen-wrap--light .header.fix {
  border-color: rgba(0, 59, 124, 0.2);
  background-color: #d7ebf4;
}

.first-screen-wrap--light .burger-menu span {
  background-color: #000000;
}

.first-screen-wrap--light .burger-menu span::before,
.first-screen-wrap--light .burger-menu span::after {
  background-color: #000000;
}

.first-screen-wrap--light .social-block__text {
  color: #000000;
}

.first-screen-wrap--light .social-block__link {
  fill: #000000;
}

.first-screen-wrap--light .mobile-menu.active {
  background-color: #d7ebf4;
}

.first-screen-wrap--light .mobile-menu__header {
  border-bottom: 1px solid rgba(0, 59, 124, 0.2);
}

.first-screen-wrap--light .mobile-menu__footer {
  border-top: 1px solid rgba(0, 59, 124, 0.2);
}

.first-screen-wrap--light .close::before,
.first-screen-wrap--light .close::after {
  background-color: #000000;
}

.first-screen-wrap--light .header-top,
.first-screen-wrap--light .header-bottom {
  border-color: rgba(0, 59, 124, 0.2);
}

.first-screen-wrap--light .header__link:hover {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .first-screen-wrap--light .header__link:hover {
    border-color: #000000;
  }
}

.first-screen-wrap--light .logo__text::before {
  background-color: rgba(0, 0, 0, 0.27);
}

.first-screen-wrap--light.fix {
  border-color: rgba(0, 59, 124, 0.2);
  background-color: #d4e9f3;
}

.first-screen-wrap--light .header__link--sublist::after {
  border-color: #000000;
}

.first-screen-wrap--light .breadcrumbs {
  color: rgba(0, 59, 124, 0.3);
}

.first-screen-wrap--light .breadcrumbs a:hover {
  color: #003b7c;
}

.first-screen-wrap--light .first-screen {
  padding-bottom: 50px;
}

.first-screen--main-page {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 15px;
}

@media screen and (min-width: 576px) {
  .first-screen--main-page {
    padding-top: 63px;
  }
}

.first-screen--main-page .first-screen__title {
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 0.68em;
}

@media screen and (min-width: 768px) {
  .first-screen--main-page .first-screen__title {
    font-size: 4.6rem;
  }
}

@media screen and (min-width: 992px) {
  .first-screen--main-page .first-screen__title {
    font-size: 5.6rem;
  }
}

.first-screen__description {
  font-size: 2rem;
}

.first-screen--education,
.first-screen--solution {
  background: url("/local/templates/voxeldance/img/first-screen/bg-light-left-cube.svg") center no-repeat;
}

.first-screen--education .section__title,
.first-screen--solution .section__title {
  max-width: 470px;
  margin-bottom: 40px;
}

.first-screen--education p,
.first-screen--solution p {
  margin-bottom: 20px;
  line-height: 1.33;
}

.first-screen--education a,
.first-screen--solution a {
  color: #00a0da;
  text-decoration: underline;
}

.first-screen--education a:hover,
.first-screen--solution a:hover {
  text-decoration: none;
}

.first-screen--education .first-screen__img,
.first-screen--solution .first-screen__img {
  position: relative;
  left: 0;
  transform: none;
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 87%);
}

@media screen and (min-width: 992px) {
  .first-screen--education .first-screen__img,
  .first-screen--solution .first-screen__img {
    width: 451px;
    height: 332px;
    margin-left: auto;
  }
}

.first-screen--education .first-screen__img picture,
.first-screen--education .first-screen__img img,
.first-screen--solution .first-screen__img picture,
.first-screen--solution .first-screen__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  .first-screen--education .col-md-7 p {
    max-width: 550px;
    margin-left: 25px;
  }
}

.first-screen--catalog {
  padding-top: 50px;
}

.first-screen--catalog .section__title {
  max-width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.first-screen--catalog .first-screen__catalog-choice {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-top: 24px;
  margin-bottom: 24px;
}

.first-screen--catalog .first-screen__catalog-choice span {
  position: relative;
  cursor: pointer;
}

.first-screen--catalog .first-screen__catalog-choice::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: 331px;
  height: 1px;
  background: url("/local/templates/voxeldance/img/icons/line-blue.svg") left top/contain no-repeat;
}

.first-screen--catalog .first-screen__catalog-choice.fix span::after,
.first-screen--catalog .first-screen__catalog-choice.toggle span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translateY(-70%) rotate(45deg);
  transition: 0.3s linear;
}

.first-screen--catalog .first-screen__catalog-choice.active span::after {
  transform: translateY(-70%) rotate(-135deg);
}

.first-screen--catalog .first-screen__fixed-block.fix {
  position: fixed;
  top: 73px;
  width: 100%;
  left: 0;
  background-color: #ffffff;
  z-index: 5;
}

@media screen and (min-width: 992px) {
  .first-screen--catalog .first-screen__fixed-block.fix {
    top: 124px;
  }
}

.first-screen--catalog .first-screen__fixed-block.fix a.active {
  text-decoration: underline;
  color: #00a0da;
}

.first-screen--catalog .first-screen__catalog-accordeon {
  margin-bottom: 0;
}

.first-screen--catalog .first-screen__catalog-list-modules {
  padding-top: 10px;
  padding-bottom: 30px;
  line-height: 1.3;
  color: #000000;
  font-size: 15px;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .first-screen--catalog .first-screen__catalog-list-modules {
    font-size: 20px;
  }
}

.first-screen--catalog .first-screen__catalog-list-modules ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -23px;
  margin-right: -23px;
}

.first-screen--catalog .first-screen__catalog-list-modules li {
  padding-left: 23px;
  padding-right: 23px;
  margin-bottom: 10px;
}

.first-screen--catalog .first-screen__catalog-list-modules a {
  white-space: nowrap;
  color: inherit;
  transition: 0.3s linear;
}

.first-screen--catalog .first-screen__catalog-list-modules a:hover {
  color: #00a0da;
}

.first-screen__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin-top: 4.5rem;
}

.first-screen .button:hover {
  color: inherit;
}

.first-screen .button--transparent {
  color: #ffffff;
}

@media screen and (min-width: 576px) {
  .first-screen__img {
    position: absolute;
    width: 100%;
    left: calc(100% + 15px);
    top: 0;
    transform: translateY(-30%);
  }
}


/* about */
.about {
  position: relative;
  color: #000000;
  background-color: #ffffff;
}

.about__content {
  padding-top: 34px;
  padding-bottom: 34px;
}

.about__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 18px;
}

@media screen and (min-width: 576px) {
  .about {
    top: 42px;
    margin-top: -42px;
  }

  .about__content {
    padding: 34px;
  }
}

.about__img {
  padding-left: 0;
  padding-right: 0;
  background-color: #f1f1f3;
  cursor: pointer;
}


/* tasks */
.tasks {
  padding-top: 40px;
  padding-bottom: 60px;
}

.tasks__list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  row-gap: 2.4rem;
}

.tasks__item {
  position: relative;
  display: flex;
  flex-direction: column;
}

.tasks__item-text {
  margin-bottom: 1.8rem;
}

.tasks__item-img {
  height: 20rem;
  margin-bottom: 1rem;
}

.tasks__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 576px) {
  .tasks {
    padding-top: 120px;
    padding-bottom: 150px;
  }
}


/* promo */
.promo {
  position: relative;
}

.promo--consultation,
.promo--solution {
  padding-bottom: 40px;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  .promo--consultation,
  .promo--solution {
    background-color: #ffffff;
  }
}

.promo--consultation .promo__img,
.promo--solution .promo__img {
  width: 210px;
  height: 175px;
}

@media screen and (min-width: 992px) {
  .promo--consultation .promo__img,
  .promo--solution .promo__img {
    width: 515px;
    height: 395px;
  }
}

.promo--consultation .promo__wrap-inner,
.promo--solution .promo__wrap-inner {
  position: absolute;
  right: 0;
  top: -26.5%;
  display: flex;
}

.promo--consultation .promo__wrap-inner::after,
.promo--solution .promo__wrap-inner::after {
  content: "";
  clip-path: polygon(0 0, 100% 18%, 100% 87%, 0 100%);
  background-color: #ffffff;
}

.promo--consultation p {
  line-height: 1.33;
}

@media screen and (max-width: 991.98px) {
  .promo--consultation .promo__wrap-inner::after,
  .promo--solution .promo__wrap-inner::after {
    width: 94px;
  }
}

@media screen and (min-width: 1400px) {
  .promo--consultation .promo__wrap-inner::after,
  .promo--solution .promo__wrap-inner::after {
    width: 166px;
  }
}

@media screen and (max-width: 991.98px) {
  .promo--consultation .promo__wrap-outer,
  .promo--solution .promo__wrap-outer {
    position: relative;
    width: 100%;
    height: 121px;
    background-color: #ffffff;
  }
}

@media screen and (min-width: 768px) {
  .promo--consultation .article__title,
  .promo--consultation p,
  .promo--demoversion .article__title,
  .promo--demoversion p {
    max-width: 450px;
  }
}

@media screen and (min-width: 992px) {
  .promo--consultation {
    min-height: 270px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 992px) {
  .promo--consultation p:last-of-type {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .promo--consultation p {
    max-width: 460px;
  }
}

.promo--demoversion {
  padding-top: 40px;
  padding-bottom: 40px;
}

.promo--demoversion::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 10%;
  left: 0;
  height: 100px;
  background: url("/local/templates/voxeldance/img/first-screen/bg-text.svg") center/contain no-repeat;
}

@media screen and (min-width: 576px) {
  .promo--demoversion::before {
    height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .promo--demoversion::before {
    top: -25%;
  }
}

.promo--demoversion .button:hover {
  color: #ffffff;
}

.promo__img {
  position: relative;
  clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 87%);
}

.promo__img picture,
.promo__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo .section__title {
  max-width: 400px;
}

.promo .button {
  margin-top: 14px;
}

.promo .button:hover {
  border-color: #00a0da;
}

@media screen and (max-width: 576.98px) {
  .promo .button {
    padding-right: 23px;
    padding-left: 23px;
  }
}

.promo--solution {
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .promo--solution {
    min-height: 273px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .promo--solution {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.promo--solution .button {
  padding-right: 45px;
  padding-left: 45px;
}


/* examples */
.examples {
  position: relative;
  padding-top: 60px;
  padding-bottom: 40px;
  top: 12.9rem;
  margin-top: -12.9rem;
}


@media screen and (min-width: 576px) {
  .examples {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .examples {
    padding-top: 130px;
  }
}

.examples__slider {
  margin-top: 25px;
}

@media screen and (min-width: 576px) {
  .examples__slider {
    margin-top: 50px;
  }
}

@media screen and (min-width: 992px) {
  .examples__slider {
    width: 75%;
  }
}

.examples__slide {
  padding: 15px;
  background-color: #ffffff;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .examples__slide {
    padding: 35px 45px;
  }
}

.examples__slide-wrap {
  display: flex;
  padding-right: 30px;
}

.examples__slider .slick-list,
.examples__slider .slick-track {
  display: flex;
}

.examples__slider-navigation {
  justify-content: flex-end;
}

.examples__slide-title {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 24px;
}

.examples__slide-img {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .examples__slide-img {
    position: absolute;
    top: 0;
    left: calc(100% + 15px);
  }
}

.examples__slide-img picture,
.examples__slide-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .examples__slide-img picture,
  .examples__slide-img img {
    width: 286px;
    height: 262px;
  }
}

@media screen and (min-width: 1200px) {
  .examples__slide-img picture,
  .examples__slide-img img {
    width: 349px;
  }
}

.examples__slide-table {
  margin-bottom: 25px;
}

.examples__slide-row {
  vertical-align: top;
}

@media screen and (max-width: 767.98px) {
  .examples__slide-row {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

.examples__slide-data,
.examples__slide-value {
  padding-top: 5px;
  padding-bottom: 5px;
}

.examples__slide-data {
  font-size: 10px;
  line-height: 1.54;
}

@media screen and (min-width: 768px) {
  .examples__slide-data {
    font-size: 13px;
    padding-right: 25px;
  }
}

.examples__slide-value {
  font-size: 15px;
  line-height: 1.33;
}

.examples__slide-value a {
  display: block;
  color: #3366ff;
}

.examples__slide-value a:hover {
  color: #ffa114;
  text-decoration: none;
}

.examples__slide-text {
  position: relative;
  padding-left: 17px;
  line-height: 1.47;
}

.examples__slide-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #ffa114;
}

.examples__slide-download {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  line-height: 1.47;
  color: #00a0da;
  border: none;
  text-decoration-line: underline;
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .examples__slide-download {
    position: absolute;
    bottom: 0;
    right: -90%;
  }
}

.examples__slide-download::before {
  content: url("/local/templates/voxeldance/img/icons/file-download.svg");
  margin-right: 5px;
}

.examples__slide-download:hover {
  color: #00a0da;
  text-decoration: none;
}

@media screen and (min-width: 576px) {
  .examples .section__title {
    width: 65%;
  }
}

.examples--education {
  padding-bottom: 60px;
}

@media screen and (min-width: 992px) {
  .examples--education {
    padding-bottom: 155px;
  }
}

.blog-catalog-wrapper {
  padding-top: 15rem;
  color: #ffffff;
  background: url("/local/templates/voxeldance/img/blog-catalog-bg.svg") no-repeat top center, linear-gradient(7.79deg, #020202 -38.28%, #3366ff 92.52%);
}

.blog-catalog-wrapper .section__description {
  max-width: 630px;
}

.blog {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .blog {
    padding-bottom: 50px;
  }
}

.blog .button:hover {
  color: #ffffff;
}

.blog--solution {
  color: #ffffff;
  background: linear-gradient(105.97deg, rgba(0, 61, 112, 0.93) 7.6%, rgba(2, 156, 218, 0.93) 96.76%), url("/local/templates/voxeldance/img/blog/blog-bg.png") bottom no-repeat;
}

@media screen and (min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  .blog--solution {
    background: linear-gradient(105.97deg, rgba(0, 61, 112, 0.93) 7.6%, rgba(2, 156, 218, 0.93) 96.76%), url("/local/templates/voxeldance/img/blog/blog-bg@2x.png") bottom no-repeat;
  }
}

@media screen and (min-width: 576px) {
  .blog--solution {
    padding-top: 220px;
    margin-top: -160px;
  }
}

@media screen and (min-width: 992px) {
  .blog--solution {
    padding-bottom: 80px;
  }
}

.blog--solution .section__description {
  max-width: 530px;
}

.blog--solution-subscribe {
  position: relative;
  padding-bottom: 60px;
  color: #ffffff;
  background: linear-gradient(104.84deg, #003d70 23.81%, #029cda 107.06%);
}

@media screen and (min-width: 992px) {
  .blog--solution-subscribe {
    padding-top: 220px;
    margin-top: -160px;
    padding-bottom: 161px;
  }
}

.blog--solution-subscribe .section__description {
  max-width: 530px;
}

.blog--solution-subscribe::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 5%;
  left: 0;
  height: 180px;
  background: url("/local/templates/voxeldance/img/first-screen/bg-text.svg") center/contain no-repeat;
}

@media screen and (min-width: 992px) {
  .blog--solution-subscribe::before {
    top: 20%;
    height: 300px;
  }
}

.blog-articles {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .blog-articles {
    padding-top: 130px;
    padding-bottom: 0;
    z-index: 1;
  }
}

.blog-articles__item {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  padding: 0 16px 30px;
}

.blog-articles__item-img {
  transform: translateY(-22px);
  width: 100%;
}

.blog-articles__item-img picture,
.blog-articles__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-articles__item-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.46;
}

@media screen and (min-width: 992px) {
  .blog-articles__item-title {
    margin-bottom: 40px;
  }
}

.blog-articles__item-body {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (min-width: 992px) {
  .blog-articles .section__title {
    margin-bottom: 65px;
  }
}

.blog-articles .button {
  max-width: 175px;
  margin-top: auto;
}

.catalog {
  padding-top: 40px;
  padding-bottom: 80px;
}

@media screen and (min-width: 992px) {
  .catalog {
    padding-bottom: 150px;
  }
}

.catalog__slider {
  margin-top: 25px;
}

@media screen and (min-width: 576px) {
  .catalog__slider {
    margin-top: 60px;
  }
}

.catalog__slide {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.7);
}

.catalog__slide:hover .catalog__slide-title::after {
  width: 100%;
}

.catalog__slide:hover .button {
  color: #0d0d17;
  background-color: #ffa114;
  border-color: #ffa114;
}


.catalog__slide-wrap {
  padding-right: 40px;
}

.catalog__slide-img {
  order: -1;
  margin-bottom: 2rem;
}

.catalog__slide-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.catalog__lead {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.catalog__note {
  font-size: 1.2rem;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.catalog__slide-title {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
}

.catalog__slide-title::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ffa114;
  margin-top: 20px;
  margin-bottom: 15px;
  transition: 0.3s width linear;
}

.catalog__slide-title a {
  color: inherit;
}

.catalog__slide-title a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.catalog__slide-title a:hover {
  text-decoration: none;
}

.catalog__slide-title.new::before,
.catalog__slide-title.hit::before {
  position: absolute;
  top: -70%;
  right: calc(100% - 35px);
  z-index: 0;
}

@media screen and (min-width: 576px) {
  .catalog__slide-title.new::before,
  .catalog__slide-title.hit::before {
    top: -60%;
    right: 93%;
  }
}

.catalog__slide-title.new::before {
  content: url("/local/templates/voxeldance/img/icons/new.svg");
}

.catalog__slide-title.hit::before {
  content: url("/local/templates/voxeldance/img/icons/hit.svg");
}

.catalog__slide .button {
  max-width: 170px;
  margin-top: auto;
  color: #ffffff;
}

@media screen and (max-width: 575.98px) {
  .catalog__slide .button {
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.catalog__slide .button:hover {
  color: #000000;
}

@media screen and (min-width: 576px) {
  .catalog .section__title {
    width: 50%;
  }
}

.catalog__slider-count {
  display: none;
}

.tariffs {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .tariffs {
    padding-top: 80px;
  }
}

@media screen and (min-width: 992px) {
  .tariffs .section__description {
    margin-bottom: 66px;
  }
}

.tariffs__item {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  padding: 15px 18px;
  line-height: 1.47;
  background-color: #ffffff;
  box-shadow: 4px -13px 46px 17px rgba(8, 80, 129, 0.07);
}

@media screen and (min-width: 992px) {
  .tariffs__item {
    padding: 0 18px 40px;
  }
}

.tariffs__item.hit::before {
  content: url("/local/templates/voxeldance/img/icons/hit.svg");
  position: absolute;
  top: -20px;
  right: calc(100% - 30px);
  z-index: 5;
}

@media screen and (min-width: 992px) {
  .tariffs__item.hit::before {
    content: url("/local/templates/voxeldance/img/icons/hit-large.svg");
    position: absolute;
    top: -50px;
    right: -20px;
    z-index: 5;
  }
}

.tariffs__item-img {
  display: none;
  transform: translateY(-22px);
  width: 100%;
}

@media screen and (min-width: 992px) {
  .tariffs__item-img {
    display: flex;
  }
}

.tariffs__item-img picture,
.tariffs__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tariffs__item-title {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
  padding-right: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}

@media screen and (min-width: 992px) {
  .tariffs__item-title {
    margin-bottom: 15px;
    text-decoration-line: underline;
  }

  .tariffs__item-title--small {
    max-width: 84px;
  }

  .tariffs__item-title--medium {
    max-width: 130px;
  }

  .tariffs__item-title--large {
    max-width: 190px;
  }
}

.tariffs__item-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #ffa114;
}

@media screen and (min-width: 992px) {
  .tariffs__item-title::after {
    margin-top: 15px;
  }
}

@media screen and (max-width: 991.98px) {
  .tariffs__item-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 9px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s linear;
  }
}

.tariffs__item-title.active::before {
  border-color: #ffa114;
  transform: translateY(-50%) rotate(-135deg);
}

.tariffs__item-body {
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 991.98px) {
  .tariffs__item-body {
    margin-top: 15px;
  }
}

.tariffs__item-list dt {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}

.tariffs__item-sublist {
  margin-top: 15px;
  padding-left: 16px;
  column-count: 2;
  text-decoration: underline;
}

.tariffs__item-sublist li {
  line-height: 1.33;
  padding-right: 5px;
}

@media screen and (max-width: 991.98px) {
  .tariffs__item-sublist li {
    margin-bottom: 7px;
  }
}

.tariffs__item-sublist a:hover {
  color: #ffa114;
}

.tariffs__item .button {
  margin-top: auto;
  -ms-flex-item-align: center;
  align-self: center;
}

@media screen and (max-width: 991.98px) {
  .tariffs__item .button {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .tariffs__item:first-of-type .tariffs__item-title span {
    max-width: 100px;
  }
}

.promo-benefits-wrapper {
  color: #ffffff;
  background: url("/local/templates/voxeldance/img/promo-benefits-bg.svg") no-repeat bottom -450px center, linear-gradient(182.24deg, #020202 -32.58%, #3366ff 97.21%);
}

.promo-benefits-wrapper .promo--consultation {
  color: #ffffff;
}

@media screen and (min-width: 992px) {
  .promo-benefits-wrapper .promo--consultation {
    color: #000000;
  }
}

.benefits {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .benefits {
    padding-top: 90px;
    padding-bottom: 75px;
  }
}

.benefits__row {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  row-gap: 2rem;
}

@media screen and (min-width: 992px) {
  .benefits__row {
    row-gap: 5rem;
  }
}

.benefits .section__title {
  margin-bottom: 35px;
}

@media screen and (min-width: 992px) {
  .benefits .section__title {
    margin-bottom: 70px;
  }
}

.benefits .section__title span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}

.benefits__item {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.47;
}

.benefits__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 25px;
}

.materials {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .materials {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 576px) {
  .materials .section__title {
    margin-bottom: 32px;
  }
}

.materials__article {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  padding: 0 20px 40px;
}

@media screen and (min-width: 992px) {
  .materials__article {
    max-width: 443px;
    margin-left: auto;
    padding: 40px 20px 60px 210px;
  }
}

@media screen and (min-width: 1200px) {
  .materials__article {
    padding: 40px 20px 60px 177px;
  }
}

.materials__article-img {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(206.44deg, #86bcf8 10.28%, rgba(229, 232, 236, 0.89) 83.4%);
}

.materials__article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.materials__slider-navigation {
  justify-content: flex-end;
}

.materials__slider {
  margin-top: 25px;
}

.materials__slide-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 991.98px) {
  .materials__article-img {
    height: 234px;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 992px) {
  .materials__article-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 211px;
    height: 346px;
    left: -20px;
  }
}

@media screen and (min-width: 1200px) {
  .materials__article-img {
    left: -60px;
  }
}

.materials__article-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.materials__article-list {
  padding-left: 18px;
  line-height: 1.33;
}

.materials__article-list li::marker {
  color: #ffa114;
}

.materials__article-list li:not(:first-of-type) {
  margin-top: 5px;
}

.materials .button {
  margin-top: auto;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 575.98px) {
  .materials .button {
    min-width: 250px;
    -ms-flex-item-align: center;
    align-self: center;
  }
}

.users {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

@media screen and (min-width: 992px) {
  .users {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

@media screen and (min-width: 992px) {
  .users .section__title {
    width: 65%;
  }
}

.users__slider {
  margin-top: 40px;
}

@media screen and (max-width: 575.98px) {
  .users__slider {
    width: 95%;
    margin-left: -30px;
  }
}

@media screen and (min-width: 576px) {
  .users__slider {
    margin-top: 67px;
    margin-left: -50px;
  }
}

.users__slide {
  position: relative;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 576px) {
  .users__slide {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.users__slide:not(:last-of-type) {
  border-right: 1px solid #dcdcdc;
}

.users__slide-text {
  margin-top: 30px;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.5);
}

.users__slide-link {
  display: block;
  color: #3366ff;
}

.users__slide-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.users__slide-link:hover {
  color: #ffa114;
  text-decoration: none;
}


.users__img-wrap {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 55px;
}

.users__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.manufacturer-distributor-wrapper {
  position: relative;
  color: #ffffff;
  fill: #ffffff;
  background: url("/local/templates/voxeldance/img/voxeldance-text.svg") no-repeat top 50px center / contain, url("/local/templates/voxeldance/img/manufacturer-distributor-bg.svg") no-repeat bottom center, linear-gradient(310.66deg, #020202 9.84%, #3366ff 58.18%);
}

@media screen and (min-width: 1400px) {
  .manufacturer-distributor-wrapper {
    background: url("/local/templates/voxeldance/img/voxeldance-text.svg") no-repeat top 50px center, url("/local/templates/voxeldance/img/manufacturer-distributor-bg.svg") no-repeat bottom center, linear-gradient(310.66deg, #020202 9.84%, #3366ff 58.18%);
  }
}

@media screen and (min-width: 992px) {
  .manufacturer-distributor-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.manufacturer-distributor-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 8%;
  left: 0;
  height: 370px;
}

.manufacturer {
  padding-top: 40px;
  padding-bottom: 20px;
  line-height: 1.33;
}

@media screen and (min-width: 992px) {
  .manufacturer {
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .manufacturer {
    padding-bottom: 190px;
  }
}

.manufacturer .section__title {
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .manufacturer .section__title {
    margin-bottom: 46px;
  }
}

@media screen and (max-width: 767.98px) {
  .manufacturer__img {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media screen and (min-width: 768px) {
  .manufacturer__img {
    position: absolute;
    right: 15px;
    top: 0;
    width: 105%;
  }
}

@media screen and (min-width: 1200px) {
  .manufacturer__img {
    width: 711px;
  }
}

.manufacturer__name {
  padding-bottom: 25px;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.manufacturer__name span {
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 992px) {
  .manufacturer dd {
    max-width: 460px;
  }
}

.manufacturer__link {
  display: inline-block;
  margin-top: 37px;
  font-weight: 700;
  font-size: 17px;
  text-decoration-line: underline;
  color: #ffa114;
}

.manufacturer__link:hover {
  color: #ffa114;
  text-decoration: none;
}

.distributor {
  padding-top: 20px;
  padding-bottom: 40px;
  line-height: 1.33;
}

.distributor .section__title {
  margin-bottom: 26px;
}

.distributor .logo__icon {
  width: 126px;
  height: 44px;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .distributor .logo__icon {
    width: 179px;
    height: 63px;
  }
}

.distributor .button {
  margin-top: 26px;
}

.distributor .button:hover {
  color: #ffffff;
}

@media screen and (max-width: 767.98px) {
  .distributor__img {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media screen and (min-width: 768px) {
  .distributor__img {
    position: absolute;
    left: 100%;
    top: 0;
    width: 105%;
  }
}

@media screen and (min-width: 992px) {
  .distributor p {
    max-width: 460px;
  }
}

@media screen and (min-width: 1200px) {
  .distributor__img {
    width: 666px;
  }
}

.pluses {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ffffff;
  background: radial-gradient(76.11% 473.28% at 25.45% -5.17%, #3366ff 0%, #3366ff 100%);
}

@media screen and (min-width: 992px) {
  .pluses {
    padding-top: 65px;
    padding-bottom: 85px;
  }
}

.pluses__row {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  row-gap: 25px;
}

@media screen and (min-width: 992px) {
  .pluses__row {
    row-gap: 45px;
  }
}

.pluses .section__title {
  max-width: 750px;
  margin-bottom: 40px;
}

.pluses .section__title span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
}

.pluses__item {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.47;
}

.pluses__item-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 25px;
}

.faq {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .faq {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}

.faq .section__title span {
  color: rgba(0, 0, 0, 0.5);
}

.faq__list {
  border-bottom: 1px solid #000000;
  line-height: 1.47;
}

.faq__list-term {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 15px;
  line-height: 1.53;
  font-weight: 500;
  border-top: 1px solid #000000;
  cursor: pointer;
  transition: color 0.2s linear;
}

.faq__list-term:hover {
  color: #ffa114;
}

@media screen and (min-width: 992px) {
  .faq__list-term {
    font-size: 17px;
  }
}

.faq__list-term p {
  margin-bottom: 0;
}

.faq__list-term.active .faq__list-icon {
  fill: #c4c4c4;
  transform: rotate(180deg);
}

.faq__list-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 8px;
  margin-left: 15px;
  width: 12px;
  height: 12px;
  fill: #ffa114;
  transition: 0.3s linear;
}

.faq a {
  text-decoration: underline;
  color: #00a0da;
}

.faq a:hover {
  text-decoration: none;
  color: #00a0da;
}

.solution-pluses {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}

@media screen and (min-width: 992px) {
  .solution-pluses {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.solution-pluses .section__title {
  max-width: 685px;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .solution-pluses .section__title {
    margin-bottom: 40px;
  }
}

.solution-pluses__list {
  padding-left: 18px;
  margin-bottom: 0;
}

.solution-pluses__list li:not(:first-of-type) {
  margin-top: 8px;
}

.licenses {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}

/* @media screen and (min-width: 768px) {
  .licenses {
    padding-bottom: 0;
  }
} */

@media screen and (min-width: 992px) {
  .licenses {
    padding-top: 70px;
    padding-bottom: 150px;
  }
}

.licenses .section__title {
  margin-bottom: 35px;
}

.licenses__row {
  justify-content: center;
  row-gap: 30px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.licenses__item {
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 15px;
  box-shadow: 4px -13px 46px 17px rgba(8, 80, 129, 0.07);
}

@media screen and (min-width: 992px) {
  .licenses__item {
    padding: 40px 30px;
  }
}

.licenses__item-header {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.licenses__item-header::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #ffa114;
  margin: 0 auto 35px;
}

.licenses__item-header--small::after {
  width: 20%;
}

.licenses__item-header--medium::after {
  width: 50%;
}

.licenses__item-header--large::after {
  width: 80%;
}

.licenses__item-title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

/* .licenses__item-support, */
.licenses__item-time {
  line-height: 1.47;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-bottom: 65px;
}

.licenses__item-description {
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .licenses__item-description {
    min-height: 76px;
  }
}

.licenses__button {
  margin-top: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.licenses__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.promo-catalog-printers-wrap {
  padding-top: 40px;
  color: #ffffff;
  fill: #ffffff;
  background: url("/local/templates/voxeldance/img/promo-catalog-printers-wrap/promo-catalog-printers-bg.svg") right no-repeat, linear-gradient(154.16deg, #003d70 67.65%, #029cda 102.23%);
}

@media screen and (min-width: 768px) {
  .promo-catalog-printers-wrap {
    padding-top: 150px;
    margin-top: -120px;
  }
}

@media screen and (min-width: 992px) {
  .promo-catalog-printers-wrap {
    padding-top: 150px;
    margin-top: -95px;
  }
}

.promo-catalog-printers-wrap .promo {
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .promo-catalog-printers-wrap .promo {
    padding-bottom: 80px;
  }
}

.promo-catalog-printers-wrap .promo .button:hover {
  color: #ffffff;
}

.printers {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .printers {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .printers .section__title {
    max-width: 320px;
  }
}

.printers__slider {
  margin-top: 35px;
}

@media screen and (min-width: 576px) {
  .printers__slider {
    margin-top: 70px;
  }
}

.printers__slider-arrows .slick-prev,
.printers__slider-arrows .slick-next {
  border-color: #ffffff;
  transition: 0.3s background-color linear;
}

.printers__slider-arrows .slick-prev:not(.slick-disabled):hover,
.printers__slider-arrows .slick-next:not(.slick-disabled):hover {
  background-color: #ffffff;
}

.printers__slider-arrows .slick-prev:not(.slick-disabled):hover .slick-arrow__icon,
.printers__slider-arrows .slick-next:not(.slick-disabled):hover .slick-arrow__icon {
  fill: #003b7c;
}

.printers__slider-arrows .slick-arrow__icon {
  fill: #ffffff;
  transition: 0.3s fill linear;
}

.printers__slider-count {
  color: #ffffff;
}

@media screen and (max-width: 575.98px) {
  .printers__slider-navigation {
    margin-top: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 576px) {
  .printers__slider-navigation {
    position: absolute;
    top: -10px;
    right: 0;
  }
}

@media screen and (min-width: 992px) {
  .printers__slider-navigation {
    top: 0;
  }
}

.printers__slider .slick-list {
  overflow: visible;
}

.printers__slider .slick-track {
  margin-right: auto;
  margin-left: 0;
}

.printers__slide {
  display: flex;
  padding: 30px 10px;
  border: 1px solid #ffffff;
}

@media screen and (max-width: 575.98px) {
  .printers__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}

@media screen and (min-width: 576px) {
  .printers__slide {
    padding: 30px 30px 30px 0;
  }
}

@media screen and (max-width: 575.98px) {
  .printers__slide-wrap {
    padding-right: 30px;
  }
}

@media screen and (min-width: 576px) {
  .printers__slide-wrap {
    padding-left: 90px;
  }
}

.printers__slide-img {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 576px) {
  .printers__slide-img {
    margin-left: -94px;
  }
}

.printers__slide-img img,
.printers__slide-img picture {
  object-fit: contain;
}

.printers__slide-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .printers__slide-title {
    min-height: 52px;
  }
}

.printers__slide-list {
  line-height: 1.33;
  padding-left: 25px;
  margin-top: 20px;
}

.printers__slide-list li:not(:first-of-type) {
  margin-top: 8px;
}

.printers__slide-test {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  text-align: center;
  color: inherit;
  border: none;
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .printers__slide-test {
    margin-top: 50px;
  }
}

.printers__slide-test span {
  text-decoration: underline;
}

.printers__slide-test:hover span {
  text-decoration: none;
}

.printers__slide-icon {
  width: 23px;
  height: 24px;
  margin-right: 10px;
  fill: inherit;
}

.printers__slide .button {
  margin-top: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 224px;
}

@media screen and (max-width: 576.98px) {
  .printers__slide .button {
    margin-left: auto;
    margin-right: auto;
  }
}

.printers__slide .button:hover {
  color: #ffffff;
}

.catalog-module {
  padding-top: 40px;
  padding-bottom: 40px;
}

.catalog-module:nth-of-type(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.catalog-module:nth-of-type(8n+2) {
  background: url("/local/templates/voxeldance/img/catalog-module/module-bg.svg") left 10% bottom -200px no-repeat, linear-gradient(116.5deg, rgba(1, 95, 169, 0.05) 3.12%, rgba(0, 176, 232, 0.05) 81.87%);
}

.catalog-module:nth-of-type(8n+4) {
  background: url("/local/templates/voxeldance/img/catalog-module/module-bg.svg") right -10% bottom -200px no-repeat, linear-gradient(116.5deg, rgba(1, 95, 169, 0.05) 3.12%, rgba(0, 176, 232, 0.05) 81.87%);
}

.catalog-module:nth-of-type(8n+6) {
  background: url("/local/templates/voxeldance/img/catalog-module/module-bg.svg") left 10% top -200px no-repeat, linear-gradient(116.5deg, rgba(1, 95, 169, 0.05) 3.12%, rgba(0, 176, 232, 0.05) 81.87%);
}

.catalog-module:nth-of-type(8n+8) {
  background: url("/local/templates/voxeldance/img/catalog-module/module-bg.svg") right -10% top -200px no-repeat, linear-gradient(116.5deg, rgba(1, 95, 169, 0.05) 3.12%, rgba(0, 176, 232, 0.05) 81.87%);
}

@media screen and (min-width: 992px) {
  .catalog-module {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.catalog-module__list {
  line-height: 1.47;
}

@media screen and (min-width: 992px) {
  .catalog-module__list {
    margin-top: 45px;
  }
}

.catalog-module__list dt {
  font-weight: 400;
}

.catalog-module ul {
  padding-left: 25px;
}

.catalog-module li:not(:first-of-type) {
  margin-top: 10px;
}

.catalog-module__system-requirements {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  color: #00a0da;
  border: none;
  background-color: transparent;
  transition: 0.3s color linear;
}

.catalog-module__system-requirements:hover {
  color: #ffa114;
}

.catalog-module__system-requirements:hover .icon {
  fill: #ffa114;
  stroke: #ffa114;
}

.catalog-module__system-requirements span {
  text-decoration-line: underline;
}

.catalog-module__system-requirements .icon {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  fill: #00a0da;
  stroke: #00a0da;
  stroke-opacity: 0.5;
  transition: 0.3s all linear;
}

.catalog-module .button {
  width: 100%;
  max-width: 280px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 575.98px) {
  .catalog-module .button:first-of-type {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 576px) {
  .catalog-module .button:first-of-type {
    margin-right: 20px;
  }
}

@media screen and (min-width: 576px) {
  .catalog-module .button:last-of-type {
    max-width: 205px;
  }
}

.morecontent span {
  display: none;
}

.morecontent span.show {
  display: inline;
}

.morecontent .morelink {
  position: absolute;
  display: block;
  color: #00a0da;
}

.moreellipses {
  display: inline;
}

.moreellipses.hidden {
  display: none;
}

.blog .section__description {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 24px;
}

/* under-construction */
.under-construction {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 57rem;
  color: #ffffff;
  background-color: #3366ff;
  background-image: url("/local/templates/voxeldance/img/under-construction-bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.under-construction__title {
  margin-bottom: 0.88em;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 400;
}

.under-construction .button--fill:hover {
  color: #ffffff;
}

.under-construction .button--fill:focus {
  border-color: #ffa114;
  color: #ffffff;
  background-color: transparent;
  outline: none;
}

@media screen and (min-width: 576px) {
  .under-construction__title {
    font-size: 3.4rem;
  }
}

/* function-page */
.function-page .catalog {
  padding-bottom: 40px;
  color: #ffffff;
  background: url("../img/catalog-bg.svg") no-repeat center, linear-gradient(7.79deg, #020202 -38.28%, #3366ff 92.52%);
}

@media screen and (min-width: 992px) {
  .function-page .catalog {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .function-page .pluses {
    padding-top: 115px;
    padding-bottom: 85px;
  }
}

/* first-screen */
.first-screen__row {
  row-gap: 30px;
}

.first-screen__row:not(:last-child) {
  margin-bottom: 80px;
}

.first-screen ul {
  padding-left: 18px;
}

.first-screen li:not(:last-child) {
  margin-bottom: 15px;
}

.first-screen li::marker {
  color: #ffa114;
}

.first-screen__subtitle {
  margin-bottom: 0.83em;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .first-screen__subtitle {
    font-size: 24px;
  }
}

/* seo */
.seo {
  padding-top: 40px;
  padding-bottom: 40px;
}

.seo h2,
.seo h3,
.seo h4 {
  line-height: 1.3;
  font-weight: 400;
}

.seo h2 {
  margin-top: 1.18em;
  margin-bottom: 0.59em;
  font-size: 24px;
}

.seo h3 {
  margin-top: 1.25em;
  margin-bottom: 1.04em;
  font-size: 20px;
}

.seo h4 {
  margin-top: 1.18em;
  margin-bottom: 0.59em;
  font-size: 17px;
}

.seo ul {
  padding-left: 18px;
}

.seo li {
  margin-bottom: 20px;
}

.seo li::marker {
  color: #ffa114;
}

.seo p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.seo *:first-child {
  margin-top: 0;
}

.seo *:last-child {
  margin-bottom: 0;
}

.seo a {
  color: #3366ff;
  text-decoration: none;
}

.seo a:hover,
.seo a:focus {
  color: #ffa114;
}

@media screen and (min-width: 992px) {
  .seo {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .seo h2 {
    font-size: 34px;
  }

  .seo h3 {
    font-size: 24px;
  }
}

/* Cookie */
.legacy-cookie {
    left: 20px;
    bottom: 20px;
    max-width: 360px;
}
.legacy-cookie>div {
    padding: 20px;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
    font-family: "Roboto", sans-serif;
    border-radius: 0;
    color: #000000 !important;
    background-color: #FFFFFF;
    box-shadow: 0 8px 24px 0 #323C6133;
} 
.legacy-cookie a {
    color: #FFA114 !important;
}
.legacy-cookie a:hover {
    text-decoration: underline;
}
.legacy-cookie .button {
    margin-left: 0;
    padding: 14px 24px;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    border-radius: 30px;
    border: 1px solid #FFA114;
    color: #0D0D17;
    background-color: #FFA114;
    text-transform: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.legacy-cookie .button:hover {
    color: #22252A;
    background-color: transparent;
}