html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding: 73px;
}

@media screen and (min-width: 992px) {
  html {
    scroll-padding: 12.3rem;
  }
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  font-family: "Roboto", sans-serif;
  background-color: #f0f4ff;
  color: #000000;
  font-size: 1.3rem;
  line-height: 1.3;
}

body.hidden {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 15px;
    line-height: 22px;
  }
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.article__title,
.section__title {
  position: relative;
  max-width: 600px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.17;
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .article__title,
  .section__title {
    font-size: 34px;
  }
}

.section__title--line-blue-top::before,
.section__title--line-white-top::before,
.section__title--line-white-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  max-width: 331px;
  height: 1px;
}

.section__title--line-blue-top,
.section__title--line-white-top {
  padding-top: 15px;
}

.section__title--line-blue-top::before,
.section__title--line-white-top::before {
  top: 0;
}

.section__title--line-blue-top::before {
  background: url("/local/templates/voxeldance/img/icons/line-blue.svg") left top/contain no-repeat;
}

.section__title--line-white-top::before {
  background: url("/local/templates/voxeldance/img/icons/line-white.svg") left top/contain no-repeat;
}

.section__title--line-white-bottom {
  padding-bottom: 15px;
}

.section__title--line-white-bottom::before {
  bottom: 0;
  background: url("/local/templates/voxeldance/img/icons/line-white.svg") left top/contain no-repeat;
}

.section__description {
  font-size: 15px;
  max-width: 683px;
  margin-bottom: 35px;
}

.section__description--line-blue-bottom {
  position: relative;
  padding-bottom: 25px;
}

.section__description--line-blue-bottom::after {
  position: absolute;
  content: url("/local/templates/voxeldance/img/icons/line-blue.svg");
  bottom: 0;
  left: 0;
}

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

.header {
  font-size: 12px;
  line-height: 1.16;
  z-index: 100;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  position: sticky;
  top: 0;
  left: 0;
  color: #ffffff;
  margin-bottom: -73px;
}

@media screen and (min-width: 992px) {
  .header {
    margin-bottom: -123px;
  }
}

.header.fix .header-bottom {
  border-color: transparent;
}

.header--dark {
  fill: #ffffff;
}

.header--dark .header-path {
  fill: #ffffff;
}

.header--fill {
  margin-bottom: 0;
  background-image: linear-gradient(115.74deg, #020202 -21.31%, #3366ff 80.73%);
}

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

.header--dark .mobile-menu.active {
  background-image: linear-gradient(115.74deg, #020202 -21.31%, #3366ff 80.73%);
}

.header--dark .mobile-menu__close::before,
.header--dark .mobile-menu__close::after {
  background-color: #ffffff;
}

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

.header--dark.fix {
  background-image: linear-gradient(115.74deg, #020202 -21.31%, #3366ff 80.73%);
}

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

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

.header--dark .header__link:hover {
  color: #ffa114;
  text-decoration: none;
}

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

  .header--dark .header__link--sublist:hover::after {
    border-color: #ffa114;
  }
}

/* header--light */
.header--light {
  color: #000000;
  fill: #000000;
}

.header--light .header-path {
  fill: #000000;
}

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

.header--light .mobile-menu.active {
  background-image: linear-gradient(116.5deg, #edf3ff 3.12%, rgba(223, 231, 255, 1) 81.87%);
}

.header--light .mobile-menu__close::before,
.header--light .mobile-menu__close::after {
  background-color: #000000;
}

.header--light .header__link--sublist::after {
  border-color: #000000;
}

.header--light.fix {
  background-image: linear-gradient(116.5deg, #edf3ff 3.12%, rgba(223, 231, 255, 1) 81.87%);
}

.header--light .logo__text::before {
  background-color: rgba(255, 255, 255, 0.27);
}

.header--light .header-top,
.header--light .header-bottom {
  border-color: #b3c6ff;
}

.header--light .header__link:hover {
  color: #ffa114;
  text-decoration: none;
}

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

  .header--light .header__link--sublist:hover::after {
    border-color: #ffa114;
  }
}

.header--light .social-block__link {
  fill: #000000;
}

.header--light .mobile-menu__header,
.header--light .mobile-menu__footer {
  border-color: #b3c6ff;
}


.header-top,
.header-bottom {
  border-bottom: 1px solid transparent;
}

.header-top {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.header-top .header__list {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

.header-top .header__list li:not(:last-of-type) {
  margin-right: 62px;
}

.header-top .header__link {
  padding-top: 17px;
  padding-bottom: 17px;
}

@media screen and (max-width: 991.98px) {
  .header-bottom {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 992px) {
  .header-bottom {
    margin-bottom: -1px;
  }

  .header-bottom .header__link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.header__contact {
  text-transform: none;
}

.header__contact:not(:last-of-type) {
  margin-right: 36px;
}

.header__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.header__link {
  display: flex;
  color: inherit;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  transition: 0.3s border-color linear, 0.3s color linear;
  cursor: pointer;
}

.header__link--sublist {
  display: flex;
}

.header__link--sublist::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  transform: rotate(45deg);
  transition: 0.3s linear;
}

@media screen and (max-width: 991.98px) {
  .header__link--sublist::after {
    margin-top: 2px;
  }
}

@media screen and (min-width: 992px) {
  .header__link--sublist::after {
    width: 6px;
    height: 6px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
  }
}

.header__link--sublist.active::after {
  transform: rotate(-135deg);
  border-color: #f0b323;
}

.burger-menu {
  border: none;
  background-color: transparent;
  min-height: 15px;
}

@media screen and (min-width: 992px) {
  .burger-menu {
    display: none;
  }
}

.burger-menu span {
  position: relative;
  display: block;
  width: 28px;
  height: 1px;
}

.burger-menu span::before,
.burger-menu span::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
}

.burger-menu span::before {
  top: -6px;
}

.burger-menu span::after {
  bottom: -6px;
}

.navigation__list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-transform: uppercase;
}

.navigation__list > li {
  position: relative;
}

@media screen and (min-width: 992px) {
  .navigation__list > li:not(:last-of-type) {
    margin-right: 16px;
  }
}

@media screen and (min-width: 1200px) {
  .navigation__list > li:not(:last-of-type) {
    margin-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .navigation__list > li:hover > .navigation__sublist {
    opacity: 1;
    transform: scaleY(1);
  }
}

.navigation__sublist {
  list-style: none;
  padding-left: 15px;
  text-transform: none;
}

@media screen and (max-width: 991.98px) {
  .navigation__sublist li {
    margin-top: 10px;
  }

  .navigation__sublist li a {
    color: inherit;
    opacity: 0.5;
    transition: 0.3s linear;
  }

  .navigation__sublist li a:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {
  .navigation__sublist {
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 0;
    background-color: #ffffff;
    min-width: 250%;
    opacity: 0;
    transition: 0.3s linear;
    transform: scaleY(0);
    transform-origin: 0 0;
    color: #000000;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }

  .navigation__sublist li {
    margin-right: 0;
  }

  .navigation__sublist li:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .navigation__sublist li a {
    display: flex;
    padding: 16px;
    color: #000000;
  }

  .navigation__sublist li a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.1);
  }
}

.logo {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
}

.logo:hover {
  color: inherit;
  text-decoration: none;
}

.logo__icon {
  fill: inherit;
}

.logo__icon--iqb {
  width: 98px;
  height: 35px;
}

.logo__text {
  display: none;
  max-width: 90px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1.12;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .logo__text {
    display: flex;
  }
}

.logo__text::before {
  content: "";
  display: block;
  padding-right: 1px;
  height: 33px;
  margin-right: 8px;
  margin-left: 8px;
}

.mobile-menu {
  display: flex;
}

@media screen and (max-width: 991.98px) {
  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 1;
    transition: 0.3s linear;
  }

  .mobile-menu.active {
    left: 0;
    overflow-y: auto;
  }

  .mobile-menu__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px;
    font-size: 15px;
  }

  .mobile-menu__body > li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .mobile-menu__body button {
    color: inherit;
    min-width: 250px;
  }

  .mobile-menu__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: -5;
    transition: 0.3s linear;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .mobile-menu__backdrop.active {
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .mobile-menu {
    width: 75%;
  }
}

@media screen and (max-width: 575.98px) {
  .mobile-menu {
    width: 100%;
  }
}

.mobile-menu__header {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 992px) {
  .mobile-menu__header {
    display: none;
  }
}

.mobile-menu__footer {
  padding: 10px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (min-width: 992px) {
  .mobile-menu__footer {
    display: none;
  }
}

.close {
  position: relative;
  width: 28px;
  height: 28px;
  opacity: 1;
}

.close::before,
.close::after {
  position: absolute;
  top: 0;
  left: 14px;
  content: "";
  height: 28px;
  width: 1px;
}

.close::before {
  transform: rotate(45deg);
}

.close::after {
  transform: rotate(-45deg);
}

.footer {
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 1.16;
  color: #ffffff;
  background-image: linear-gradient(85.12deg, #020202 -16.12%, #3366ff 88.21%);
}

.footer-wrap--education,
.footer-wrap--solution {
  background: url("/local/templates/voxeldance/img/footer-wrap/footer-bg.svg") right no-repeat, linear-gradient(104.84deg, #003d70 23.81%, #029cda 107.06%);
}

.footer-wrap--education .benefits,
.footer-wrap--solution .benefits {
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .footer-wrap--education {
    padding-top: 180px;
    margin-top: -160px;
    z-index: 0;
    position: relative;
  }
}

.footer-wrap--education .blog {
  position: relative;
}

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

@media screen and (min-width: 992px) {
  .footer-wrap--education .blog::before {
    top: -45%;
  }
}

.footer-wrap--education .blog .section__description {
  max-width: 480px;
}

@media screen and (min-width: 992px) {
  .footer-wrap--solution {
    padding-top: 180px;
    margin-top: -160px;
    z-index: 0;
    position: relative;
  }
}

.footer-top {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  fill: #ffffff;
}

@media screen and (min-width: 576px) {
  .footer-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.footer-top__contact {
  font-size: 17px;
  display: inline-block;
}

@media screen and (max-width: 767.98px) {
  .footer-top__contact:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .footer-top__contact:not(:last-of-type) {
    margin-right: 37px;
  }
}

.footer-middle {
  padding-top: 35px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-middle__solutions {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 13px;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
}

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

.footer-middle__solutions a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-bottom {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-top: 20px;
  font-size: 13px;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s linear;
}

@media screen and (min-width: 768px) {
  .footer-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .footer-bottom__privacy-policy {
    margin-left: 50px;
  }
}

.footer__link:hover {
  color: #f0b323;
  text-decoration: none;
}

.footer .button {
  max-width: 195px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #ffffff;
  color: #ffffff;
}

.footer .button:hover {
  border-color: #f0b323;
  color: #000000;
}

.footer .social-block {
  margin-bottom: 0;
}

.footer .navigation__list {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .footer .navigation__list {
    margin-bottom: 90px;
  }
}

.footer .logo:not(:last-of-type) {
  margin-right: 90px;
}

@media screen and (min-width: 992px) {
  .modal-dialog--system-requirements {
    max-width: 830px;
  }
}

.modal-dialog--system-requirements .modal-content {
  background-color: #f4f8f9;
}

@media screen and (min-width: 992px) {
  .modal-dialog--system-requirements .modal-content {
    padding: 44px 64px;
  }
}

.modal-dialog--system-requirements .modal__table {
  font-size: 13px;
  line-height: 1.2;
}

@media screen and (min-width: 992px) {
  .modal-dialog--system-requirements .modal__table {
    font-size: 15px;
  }
}

.modal-dialog--system-requirements .modal__table tr {
  vertical-align: top;
  border-bottom: 1px solid rgba(108, 114, 148, 0.21);
}

.modal-dialog--system-requirements .modal__table-data,
.modal-dialog--system-requirements .modal__table-value {
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal-dialog--system-requirements .modal__table-data {
  padding-right: 10px;
  color: rgba(10, 20, 36, 0.5);
}

.modal-dialog--system-requirements .modal__table-value p {
  margin-bottom: 8px;
}

.modal-header {
  background-color: #f4f8f9;
  border-bottom: 1px solid rgba(108, 114, 148, 0.21);
}

@media screen and (min-width: 576px) {
  .modal-header {
    padding: 24px 45px 24px 24px;
  }
}

@media screen and (min-width: 576px) {
  .modal-body {
    padding: 24px 24px 16px;
  }
}

.modal-body .img-fluid {
  width: 100%;
}

.modal .close {
  position: absolute;
  top: 25px;
  right: 25px;
}

.modal .close::before,
.modal .close::after {
  border: 1px solid #003b7c;
}

.modal .section__title {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .modal .section__title {
    font-size: 30px;
  }
}

.modal-footer p {
  font-size: 11px;
  line-height: 1.45;
  color: #000000;
  margin: 0;
}

.modal-footer p sup,
.modal-footer p a {
  color: #f0b323;
}

.modal-footer p a {
  text-decoration: underline;
}

.modal-footer p a:hover {
  text-decoration: none;
}

.modal .button {
  margin-bottom: 16px;
}

.modal .form-group {
  position: relative;
}

.modal .form-group label,
.modal .form-group span.is-invalid {
  font-size: 11px;
  line-height: 1.17;
}

.modal .form-group label {
  position: absolute;
  top: -5px;
  left: 10px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #ffffff;
  color: rgba(10, 20, 36, 0.5);
}

.modal .form-group label sup {
  color: #f0b323;
}

.modal .form-group span.is-invalid {
  color: #dc3545;
  margin-right: 7px;
}

.modal .form-control {
  width: 100%;
  min-height: 48px;
  padding: 11px 16px;
  border: 1px solid rgba(108, 114, 148, 0.21);
  resize: none;
}

.modal .form-control.is-invalid {
  border-color: #dc3545;
}

.modal .form-control.is-valid {
  border-color: #28a745;
}

.modal .form-text {
  font-size: 11px;
  color: rgba(10, 20, 36, 0.5);
}

.modal-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.modal-iframe__wrap {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

.modal-iframe__wrap + .close {
  top: -30px;
  right: 0;
}

@media screen and (min-width: 576px) {
  .modal-iframe__wrap + .close {
    right: -30px;
  }
}
