@charset "UTF-8";
.products {
  display: flex;
  justify-content: space-between;
}
.products__list {
  list-style: none;
  padding: 0.5102040816vw 0;
  margin: 0;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  flex-basis: 30%;
}
.products__list-link {
  display: block;
  color: #000000;
  padding: 0.2551020408vw 1.0204081633vw;
  width: 100%;
  font-size: 0.7653061224vw;
  text-transform: uppercase;
  box-sizing: border-box;
  font-weight: 400;
}
.products__list-link--active {
  font-weight: 700;
  color: #357dc1;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.2);
}
.products__head {
  min-height: 25.5102040816vw;
  height: 100%;
  position: relative;
  display: flex;
}
.products__head-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.products__head-info {
  display: flex;
  position: relative;
  height: 100%;
  margin: auto;
}
.products__info {
  flex-basis: 40%;
}
.products__title {
  font-size: 1.5306122449vw;
  color: #2e3541;
  font-family: "Corbel";
  font-weight: bold;
  padding: 0;
  text-align: left;
}
.products__title-light {
  font-family: "Roboto";
  font-weight: 500;
}
.products__subtitle {
  font-size: 1.0204081633vw;
  font-weight: 300;
  margin-top: 1.2755102041vw;
  margin-bottom: 0;
}
.products__menu-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.products__menu-item {
  flex-grow: 1;
  position: relative;
}
.products__menu-item:not(:last-child)::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 80%;
  right: -1px;
  top: 0;
  bottom: 0;
  background: #357dc1;
  margin: auto 0;
}
.products__menu-link {
  display: flex;
  justify-content: center;
  font-size: 1.0204081633vw;
  font-weight: 400;
  text-transform: uppercase;
  align-items: center;
  padding: 0.5102040816vw 1.0204081633vw;
  color: #357dc1;
  cursor: pointer;
}
.products__menu-link--active {
  background: #357dc1;
  color: #fff;
  transform: scaleX(1.01);
}
.products__menu-link--active .products__menu-img {
  fill: #fff;
}
.products__menu-link--active:hover {
  color: #fff !important;
}
.products__menu-link:hover {
  color: #357dc1;
  text-decoration: none;
}
.products__menu-img {
  height: 2.2959183673vw;
  width: 2.2959183673vw;
  color: #357dc1;
  fill: #357dc1;
  margin-right: 1.0204081633vw;
}
.products__menu-2 {
  text-align: center;
}
.products__menu-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products__menu-2 ul li {
  cursor: pointer;
  margin-left: -4px;
  font-size: 0.8163265306vw;
  text-transform: uppercase;
  padding: 5px;
  background: white;
  color: #357dc1;
  border-top: 2px solid #357dc1;
  border-bottom: 2px solid #357dc1;
  display: inline-block;
}
.products__menu-2 ul li img {
  height: 1.0204081633vw;
  padding: 5px;
}
.products__menu-2 ul li span {
  position: relative;
  top: -8px;
  padding: 5px;
  padding-right: 1.0204081633vw;
}
.products__menu-2 ul li.selected {
  background: #357dc1;
  color: white;
}
.products__menu-2 ul li.selected img {
  filter: brightness(10);
}
.products__vr {
  padding-top: 1.2755102041vw;
  padding-bottom: 3.8265306122vw;
}
.products__vr-header {
  font-size: 1.2244897959vw;
  color: #357dc1;
  text-align: center;
  margin-bottom: 2.0408163265vw;
}
.products__vr-flex-four {
  display: flex;
  justify-content: center;
}
.products__vr-flex-four .flex-item {
  text-align: center;
  flex-basis: 25%;
  margin: 0.5102040816vw;
  height: 10.2040816327vw;
}
.products__vr-flex-four .flex-item:nth-child(2), .products__vr-flex-four .flex-item:nth-child(3) {
  flex-basis: 15%;
}
.products__vr-flex-four .flex-item:nth-child(2) img, .products__vr-flex-four .flex-item:nth-child(3) img {
  height: 80%;
}
.products__vr-flex-four .flex-item:nth-child(1), .products__vr-flex-four .flex-item:nth-child(4) {
  flex-basis: 25%;
}
.products__vr-flex-four .flex-item:nth-child(1) img, .products__vr-flex-four .flex-item:nth-child(4) img {
  height: 10.2040816327vw;
}
.products__vr-flex-four .flex-item p {
  text-transform: uppercase;
}
.products__vr-flex-four .flex-item.bordered {
  border: 3px solid #357dc1;
}
.products__vr-flex-three {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.products__vr-flex-three.shrink {
  width: 66%;
}
.products__vr-flex-three.wide {
  width: 91%;
  position: relative;
  top: 1.2755102041vw;
}
.products__vr-flex-three .flex-round-item {
  background: white;
  color: #357dc1;
  width: 3.0612244898vw;
  height: 3.0612244898vw;
  border-radius: 50%;
  font-size: 1.5306122449vw;
  text-align: center;
  position: relative;
  top: 1.2755102041vw;
  z-index: 10;
  border: 3px solid #357dc1;
}
.products__vr-flex-three .flex-round-item.selected {
  background: #357dc1;
  color: white;
}
.products__vr-flex-three .flex-round-item span {
  position: relative;
  top: 20%;
}
.products__vr-flex-three .flex-text-item {
  flex-basis: 33%;
}
.products__vr-flex-three .flex-text-item p {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9183673469vw;
}
.products__vr-flex-three .flex-text-item p span.accent {
  color: #357dc1;
}
.products__vr .blue-line-wrapper {
  text-align: center;
}
.products__vr .blue-line-wrapper .blue-line {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #357dc1;
  position: relative;
  bottom: 1.0204081633vw;
}
.products__vr-separator {
  background: #357dc1;
  color: white;
  text-align: center;
  padding: 0;
  padding-top: 8px;
  margin: 0;
  font-size: 0.8163265306vw;
}
.products__vr-separator p.uppercase {
  font-size: 1.0204081633vw;
  font-weight: 700;
  text-transform: uppercase;
}
.products__vr-flex-four .flex-item p {
  color: black;
}
.products__vr-carousel {
  text-align: center;
  margin-top: 1.0204081633vw;
  position: relative;
}
.products__vr-carousel .slick-list {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  display: inline-block;
}
.products__vr-carousel .slick-list .slick-track {
  height: 100%;
}
.products__vr-carousel .slick-list .vr-carousel-img {
  height: 100%;
  object-fit: cover;
  display: block;
}
.products__vr-carousel .slick-list img {
  width: 100%;
}
.products__vr-carousel .slick-list .desc-box {
  position: absolute;
  width: 100%;
  bottom: 0;
  vertical-align: bottom;
  display: flex;
  align-items: flex-end;
}
.products__vr-carousel .slick-list p {
  width: 100%;
  font-size: 0.9183673469vw;
  color: white;
  background: #357dc1dd;
  padding: 0.2551020408vw 2.5510204082vw;
  text-transform: uppercase;
  margin: 0;
}
.products__vr-carousel .slick-list .vr-carousel-slide__link {
  color: #fff;
  text-decoration: underline;
}
.products__vr-carousel .slick-list .vr-carousel-slide__link:hover {
  color: #fff;
}
.products__vr-carousel .slick-dots {
  text-align: right;
  right: 60px;
}
.products__vr-carousel .slick-dots li.slick-active button:before {
  color: #357dc1;
}
.products__vr-carousel .slick-dots li button:before {
  color: #357dc1;
  font-size: 16px;
}
.products__vr-carousel i.arrow-next, .products__vr-carousel i.arrow-prev {
  display: inline-block;
  vertical-align: top;
  background: url("/img/icons/arrow.png");
  background-size: 100%;
  height: 29px;
  width: 16px;
  margin-top: 14%;
  cursor: pointer;
}
.products__vr-carousel i.arrow-next {
  margin-left: 20px;
  transform: scaleX(0.75);
  right: 0;
}
.products__vr-carousel i.arrow-prev {
  margin-right: 20px;
  transform: rotate(180deg) scaleX(0.75);
  left: 0;
}
.products__vr-carousel .slick-arrow {
  position: absolute;
  margin: auto !important;
  top: 0;
  bottom: 0;
}
.products__presentation {
  position: relative;
}
.products__presentation-img {
  width: 100%;
}
.products__presentation-video {
  position: absolute;
  top: 3.591837vw;
  left: -2.530612vw;
  right: 0;
  width: 42%;
  height: 18.408163vw;
  margin: auto;
}
.products__presentation-video.old {
  position: absolute;
  top: 4.5918367347vw;
  left: -1.5306122449vw;
  right: 0;
  width: 50%;
  height: 20.4081632653vw;
  margin: auto;
}
.products__presentation-video.solutions {
  top: 5.612244898vw;
  left: -0.2551020408vw;
}
.products__presentation-video.virtuality {
  top: 6.3775510204vw;
  left: -0.2551020408vw;
}
.products__capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.0204081633vw;
}
.products__capabilities-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.products__capabilities-layout .products__capability {
  flex-basis: 42%;
  max-width: 42%;
}
.products__capability {
  border: 2px solid #357dc1;
  padding: 1.0204081633vw;
}
.products__capability-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products__capability-index {
  font-size: 3.0612244898vw;
  font-weight: 700;
  color: #357dc1;
  display: block;
  padding-bottom: 1.0204081633vw;
  border-bottom: 2px solid #357dc1;
  flex-basis: 35%;
}
.products__capability-link {
  color: #357dc1;
  font-size: 0.9183673469vw;
  font-weight: bold;
  padding-right: 1.0204081633vw;
  position: relative;
}
.products__capability-link:hover {
  color: #357dc1;
}
.products__capability-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 7px solid #357dc1;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right: 0;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.products__capability-text {
  margin-top: 1.0204081633vw;
  font-size: 0.7142857143vw;
}
.products__capability-text.italic {
  font-style: italic;
}
.products__capability-text.bold {
  font-weight: bold;
}
.products__capability-text.right {
  text-align: right;
}
.products__link {
  font-weight: 500;
}
.products__link:hover {
  color: #357dc1;
}
.products__trio {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products__trio-content {
  flex-basis: 35%;
}
.products__trio-preview {
  margin: 0 2.0408163265vw;
  flex-basis: 30%;
  max-width: 30%;
}
.products__trio-img {
  object-fit: contain;
  object-position: center bottom;
  width: 100%;
  display: block;
}
.products__attention {
  background: #72a4d3;
}
.products__attention-text {
  text-align: center;
  font-size: 1.4285714286vw;
  line-height: 1em;
  color: #fff;
}

.sales__chart {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  border-bottom: 2px solid #357dc1;
}
.sales__chart-item {
  padding-bottom: 4.0816326531vw;
  flex-basis: 20%;
  color: #a9a9a9;
  transition: 300ms;
}
.sales__chart-item:nth-child(2) {
  margin-bottom: 4%;
}
.sales__chart-item:nth-child(3) {
  margin-bottom: 6%;
}
.sales__chart-item:nth-child(4) {
  margin-bottom: 8%;
}
.sales__chart-item.active, .sales__chart-item:hover {
  color: #357dc1;
  text-decoration: none;
}
.sales__chart-block {
  box-shadow: 0 0 9px 9px rgba(0, 0, 0, 0.08);
  padding: 0.5102040816vw 1.0204081633vw 2.0408163265vw;
  position: relative;
  display: block;
}
.sales__chart-block::before {
  content: "";
  display: block;
  width: 2.5510204082vw;
  height: 2.5510204082vw;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  bottom: -1.2755102041vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.08);
}
.sales__chart-block::after {
  content: "";
  display: block;
  width: 0.7653061224vw;
  height: 0.7653061224vw;
  background: #357dc1;
  border-radius: 0.7653061224vw;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -4.0816326531vw;
}
.sales__chart-content {
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
}
.sales__chart-text {
  font-size: 0.7653061224vw;
}
.sales__chart-percent {
  font-size: 4.4387755102vw;
  line-height: 1em;
  font-weight: bold;
  font-family: "Open Sans", "Roboto";
  display: block;
}
.sales__chart-ps {
  text-align: right;
  font-size: 1.0714285714vw;
  line-height: 1.2em;
  font-weight: 400;
  margin: 1.0204081633vw 0;
  color: #a9a9a9;
}
.sales__chart-divider {
  width: 100%;
  height: 2px;
  background: #357dc1;
}
.sales__chart2 {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.sales__chart2-item {
  padding-bottom: 4.0816326531vw;
  flex-basis: 20%;
  color: #a9a9a9;
  transition: 300ms;
}
.sales__chart2-item .checkbox {
  position: relative;
  left: 45%;
  top: 3.0612244898vw;
  border-radius: 50%;
  height: 1.2244897959vw;
  width: 1.2244897959vw;
  border: 2px solid #357dc1;
  background: white;
  transition: 0.2s ease;
  cursor: pointer;
}
.sales__chart2-item .checkbox:hover {
  background: #357dc1;
}
.sales__chart2-item .checkbox.checked {
  background: #357dc1;
  box-shadow: 0 0 15px #357dc1;
}
.sales__chart2-block {
  box-shadow: 0 0 9px 9px rgba(0, 0, 0, 0.08);
  padding: 6px;
  padding-top: 1.0204081633vw;
  position: relative;
  display: block;
  height: 9.1836734694vw;
}
.sales__chart2-block.short {
  height: 9.1836734694vw;
  padding-top: 1.0204081633vw;
  display: flex;
  align-items: center;
}
.sales__chart2-block.short p {
  text-align: center;
  font-size: 0.7142857143vw;
}
.sales__chart2-block::before {
  content: "";
  display: block;
  width: 2.5510204082vw;
  height: 2.5510204082vw;
  background: #fff;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  bottom: -1.2755102041vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-shadow: 9px 9px 9px 0 rgba(0, 0, 0, 0.08);
}
.sales__chart2-content {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.sales__chart2-text {
  font-size: 0.7653061224vw;
  margin-bottom: 0;
  color: #111;
  margin-bottom: 8px;
}
.sales__chart2-text.big {
  font-size: 1.1224489796vw !important;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.sales__chart2-text.accent {
  color: #357dc1 !important;
}
.sales__chart2-text.left {
  text-align: left !important;
}
.sales__chart2-text.filler {
  opacity: 0;
}
.sales__chart2-percent {
  font-size: 4.8469387755vw;
  line-height: 1em;
  font-weight: 500;
  color: #357dc1;
  font-family: "Open Sans", "Roboto";
  display: block;
}
.sales__chart2-ps {
  text-align: right;
  font-size: 1.0714285714vw;
  line-height: 1.2em;
  font-weight: 400;
  margin: 1.0204081633vw 0;
  color: #a9a9a9;
}
.sales__chart2-divider {
  width: 100%;
  height: 2px;
  background: #357dc1;
}
.sales__chart2-footer {
  text-align: center;
}
.sales__chart2-footer p {
  font-size: 0.9183673469vw;
}
.sales__chart2-footer p.bold {
  font-weight: 700;
}
.sales__chart2-footer a {
  text-decoration: underline;
  font-weight: 700;
}

.product__content {
  display: flex;
  justify-content: space-between;
  color: #2e3541;
  padding-bottom: 20px;
}
.product__content.pt40 {
  padding-top: 2.0408163265vw;
}
.product__content.pb40 {
  padding-bottom: 2.0408163265vw !important;
}
.product__content .action {
  color: #357dc1;
}
.product__content .bold {
  font-weight: bold;
}
.product__content .uppercase {
  text-transform: uppercase;
}
.product__content.border-bt {
  border-bottom: 2px solid #357dc1;
  padding-bottom: 0;
}
.product__content.border-bt.container {
  padding-bottom: 0;
}
.product__content.border-bt {
  padding-bottom: 1.0204081633vw;
  border-bottom: 2px solid #357dc1;
}
.product__content-link {
  color: #357dc1;
  font-weight: 500;
}
.product__content-link:hover {
  color: #357dc1;
}
.product__content-info {
  flex-basis: 48%;
}
.product__content-info.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product__content-info.qr {
  flex-basis: 54%;
}
.product__content-title {
  font-size: 1.5306122449vw;
  line-height: 1.1em;
  color: #357dc1;
  font-family: "Corbel";
  font-weight: bold;
  text-align: left;
}
.product__content-title.fz-min {
  font-size: 1.2244897959vw;
}
.product__content-title.text-center {
  text-align: center;
}
.product__content-subtitle {
  font-size: 1.0204081633vw;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 1.0204081633vw;
}
.product__content-text {
  font-size: 1.0204081633vw;
  line-height: 1.2755102041vw;
  font-weight: 300;
  margin: 0.7653061224vw 0;
}
.product__content-text.center {
  text-align: center;
}
.product__content-text.right {
  text-align: right;
}
.product__content-text.italic {
  font-style: italic;
}
.product__content-text.bold {
  font-weight: bold;
}
.product__content-text.action {
  color: #357dc1;
}
.product__list {
  list-style: none;
  font-size: 1.0204081633vw;
  line-height: 1.2em;
  font-family: "Roboto";
  font-weight: 300;
  padding-left: 0;
}
.product__list-item {
  display: flex;
  align-items: center;
  margin: 1.0204081633vw 0;
  padding-left: 2.0408163265vw;
  position: relative;
}
.product__list-item::before {
  content: "";
  display: block;
  width: 1.2755102041vw;
  height: 1.2755102041vw;
  background: url("/img/icons/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}
.product__list-text {
  margin: 0;
}
.product__list-text .accent {
  color: #357dc1;
  font-weight: bold;
}
.product__list-img {
  width: 1.7857142857vw;
  height: 2.2959183673vw;
  margin-right: 1.0204081633vw;
}
.product__list-text {
  margin: 0;
}
.product__info.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 20.4081632653vw;
  margin-left: 3.5714285714vw;
}
.product__preview {
  flex-basis: 48%;
  max-width: 48%;
  display: flex;
}
.product__preview-img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__preview-img.no-shit-cover {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: 100px;
}
.product__preview.center {
  display: flex;
}
.product__preview.center .product__preview-img {
  width: auto;
  margin: auto;
  max-width: 100%;
}
.product__preview.cover {
  position: relative;
}
.product__preview.cover .product__preview-img {
  position: absolute;
  top: 0;
}
.product__preview.contain .product__preview-img {
  object-fit: contain;
}
.product__preview.qr {
  position: relative;
}
.product__preview-qr {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 170px;
  width: 25%;
}
.product__preview.big {
  max-width: 60%;
  flex-basis: 60%;
}
.product__btn {
  display: inline-block;
  padding: 0.2551020408vw 2.0408163265vw;
  text-transform: uppercase;
  color: #357dc1;
  font-size: 1.0204081633vw;
  font-weight: 500;
  border: 2px solid #357dc1;
  text-align: center;
  transition: 300ms;
  cursor: pointer;
}
.product__btn-sale {
  position: absolute;
  width: 12.5%;
  height: 14%;
  bottom: 6%;
  left: 2.8%;
  border-radius: 100px;
  cursor: pointer;
}
.product__btn.center {
  margin: auto;
}
.product__btn:hover {
  color: #fff;
  background: #357dc1;
  text-decoration: none;
}
.product__border-bt {
  padding-bottom: 0;
  border-bottom: 2px solid #357dc1;
}
.product__btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 1.0204081633vw 0;
}
.product__btns-btn {
  box-sizing: border-box;
  display: block;
  flex-basis: 45%;
  max-width: 45%;
  border: 2px solid #357dc1;
  padding: 0.2551020408vw 1.0204081633vw;
  font-size: 0.9183673469vw;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.product__opportunities-title {
  font-weight: bold;
  color: #2e3541;
  font-size: 1.7857142857vw;
}
.product__opportunities-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 1.0204081633vw;
}
.product__opportunities-layout.four .product__opportunities-block {
  flex-basis: 25%;
  max-width: 220px;
  width: 100%;
  box-sizing: border-box;
}
.product__opportunities-layout.horizontal .product__opportunities-block {
  flex-direction: row;
}
.product__opportunities-layout.horizontal .product__opportunities-text {
  margin: auto;
  margin-left: 20px;
}
.product__opportunities-layout.narrow {
  max-width: 960px;
  margin: 0 auto;
}
.product__opportunities-block {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1.0204081633vw;
}
.product__opportunities-img {
  display: block;
  max-height: 5.1020408163vw;
}
.product__opportunities-text {
  font-size: 0.8163265306vw;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  margin-top: 1.0204081633vw;
}
.product__warning {
  background: #357dc1;
  color: #fff;
}
.product__warning-content {
  display: flex;
  align-items: center;
}
.product__warning-exclamation {
  flex-basis: 2.0408163265vw;
  font-size: 4.0816326531vw;
  line-height: 0.9em;
  font-weight: 400;
  text-align: left;
  margin: 0;
}
.product__warning-text {
  font-size: 0.8673469388vw;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  padding-left: 2.0408163265vw;
}
.product__warning-link {
  color: #fff;
  text-decoration: underline;
}
.product__warning-link:hover {
  color: #fff;
}
.product__documentation-title {
  font-size: 1.5306122449vw;
  color: #2e3541;
  text-align: center;
  font-weight: 400;
}
.product__documentation-title .action {
  color: #357dc1;
}
.product__documentation-title .bold {
  font-weight: bold;
}
.product__documentation-layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 1.0204081633vw;
}
.product__documentation-block {
  flex-basis: 23%;
}
.product__documentation-img {
  display: block;
}
.product__documentation-text {
  font-size: 0.8163265306vw;
  margin-top: 1.0204081633vw;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
}
.product__choice {
  position: relative;
  margin-top: 1.0204081633vw;
  display: flex;
  justify-content: space-around;
}
.product__choice-title {
  font-size: 1.5306122449vw;
  font-weight: 500;
  text-align: center;
}
.product__choice-title .action {
  color: #357dc1;
}
.product__choice-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product__choice-content div {
  text-align: center;
}
.product__choice-content div:not(:first-child) {
  margin-top: 3.8265306122vw;
}
.product__choice-content p {
  font-size: 1.0204081633vw;
  text-align: center;
}
.product__choice-content p span {
  font-weight: 700;
  color: #357dc1;
  text-transform: uppercase;
}
.product__choice-content a {
  padding: 0.5102040816vw 2.5510204082vw;
  background: #357dc1;
  color: white;
  width: 12.2448979592vw;
}
.product__choice-content a:hover {
  text-decoration: none;
}
.product__choice-preview {
  display: flex;
}
.product__choice-preview img {
  display: block;
  margin: auto;
}
.product__special {
  background: #357dc1;
  color: white;
  padding-bottom: 1.0204081633vw;
}
.product__special-wrapper {
  display: block;
  max-width: 1150px;
  margin: 0 auto;
}
.product__special-wrapper::before {
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  background: url("/img/icons/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  left: -40px;
  top: 44px;
  margin-top: -40px;
}
.product__special h2 {
  color: white;
  margin-top: 20px;
}
.product__special-title {
  font-size: 1.5306122449vw;
  font-weight: bold;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.product__special-text {
  font-size: 1.2244897959vw;
  margin: 1.0204081633vw 0;
  font-weight: 300;
}
.product__special-text--action {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
}
.product__line {
  height: 2px;
  width: 100%;
  background: #357dc1;
}
.product__multiply {
  display: flex;
  flex-basis: 48%;
  flex-direction: column;
  justify-content: space-between;
}
.product__multiply-preview {
  position: relative;
}
.product__multiply-img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.product__multiply-text {
  font-size: 1.0204081633vw;
  line-height: 1.5em;
  text-align: center;
  color: #2e3541;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
}
.product__multiply-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.0204081633vw;
  background: rgba(53, 125, 193, 0.8);
  box-sizing: border-box;
}
.product__multiply-footer-text {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 1.2244897959vw;
  text-transform: uppercase;
}
.product__userstory {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product__userstory-block {
  flex-basis: 19%;
  margin-bottom: 1.0204081633vw;
}
.product__userstory-preview {
  border-radius: 5px;
  overflow: hidden;
  max-height: 7.1428571429vw;
}
.product__userstory-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product__userstory-text {
  font-size: 0.6632653061vw;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.7653061224vw;
}
.product__userstory-row {
  flex-basis: 8%;
  padding: 1.0204081633vw;
  height: 100%;
  height: 7.1428571429vw;
  display: flex;
  box-sizing: border-box;
}
.product__userstory-row-img {
  width: 2.2959183673vw;
  margin: auto;
}
.product__userstory-row:nth-child(8n) {
  display: none;
}
.product__service {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product__service-block {
  flex-basis: 28%;
  margin-bottom: 3.0612244898vw;
  position: relative;
}
.product__service-block:nth-child(5)::before, .product__service-block:nth-child(7)::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.0408163265vw;
  height: 2.0408163265vw;
  background-image: url("/public/img/products/vr/marketing/row.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(100% + 5px);
}
.product__service-block:nth-child(5)::before {
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(90deg);
}
.product__service-block:nth-child(7)::before {
  left: calc(100% + 10px);
  transform: rotate(45deg);
}
.product__service-preview {
  max-height: 11.4795918367vw;
}
.product__service-img {
  width: 100%;
  object-fit: cover;
}
.product__service-text {
  font-size: 1.0204081633vw;
  line-height: 1.2em;
  color: #000000;
  font-family: "Roboto";
  text-align: center;
  margin-top: 1.2755102041vw;
}
.product__service-row {
  padding: 0 0.5102040816vw;
  margin-top: 5%;
}
.product__service-row-img {
  width: 2.0408163265vw;
}
.product__service-row:nth-child(6n) {
  display: none;
}
.product__service-row:nth-child(8), .product__service-row:nth-child(10) {
  transform: scale(-1, 1);
}
.product__service-main {
  width: 100%;
  display: block;
}
.product__download {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.product__download-title {
  font-size: 1.1734693878vw;
  text-transform: uppercase;
  text-transform: uppercase;
  margin-bottom: 1.0204081633vw;
}
.product__download-audit {
  font-size: 1.1734693878vw;
  font-weight: bold;
  margin-top: 1.0204081633vw;
}
.product__tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-auto-rows: 1fr;
}
.product__tiles-tile {
  color: #000000;
  display: flex;
}
.product__tiles-tile:nth-child(2n+1) {
  color: #fff;
  background: #9ebee1;
}
.product__tiles-text {
  margin: auto;
  padding: 10px;
  text-align: center;
  font-size: 0.9693877551vw;
  line-height: 1.5em;
  text-transform: uppercase;
}
.product__qr {
  margin: auto;
  border: 4px solid #357dc1;
  padding: 1.0204081633vw;
}
.product__qr-top {
  display: flex;
  justify-content: flex-start;
}
.product__qr-text {
  color: #357dc1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.0408163265vw;
  line-height: 1em;
}
.product__qr-text--1 {
  font-size: 2.4489795918vw;
  line-height: 1em;
}
.product__qr-text--2 {
  font-size: 2.3979591837vw;
  line-height: 1em;
}
.product__qr-text--3 {
  font-size: 1.3265306122vw;
  line-height: 1em;
}
.product__qr-text--4 {
  font-size: 2.0918367347vw;
  line-height: 1.2em;
}
.product__qr-text--5 {
  font-size: 3.0102040816vw;
  line-height: 1em;
}
.product__qr-preview {
  display: flex;
  flex-basis: 12.7551020408vw;
}
.product__qr-img {
  max-width: 250px;
  max-height: 250px;
  width: 100%;
  margin: auto;
  margin-left: 0;
  display: block;
}
.product__options {
  display: flex;
  justify-content: space-between;
}
.product__options-item {
  flex-basis: 30%;
  max-width: 30%;
  padding: 1.0204081633vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid #357dc1;
  box-sizing: border-box;
}
.product__options-title {
  font-size: 1.5306122449vw;
  color: #357dc1;
  font-weight: 500;
}
.product__options-img {
  display: block;
  margin: 2.0408163265vw 0;
  width: 100%;
}
.product__options-qr {
  margin: auto;
  width: 100%;
  max-width: 10.2040816327vw;
}
.product__center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product__center-img {
  width: 100%;
  max-width: 1120px;
}
.product__sale {
  display: flex;
  justify-content: space-between;
}
.product__sale-item {
  flex-basis: 24%;
}
.product__sale-img {
  width: 100%;
}
.product__sale-row {
  box-sizing: border-box;
  padding: 0.5102040816vw;
}
.product__sale-row-img {
  width: 1.2755102041vw;
  margin-top: 6.3775510204vw;
}
.product__sale-text {
  font-size: 1.0204081633vw;
  line-height: 1.2em;
  font-weight: 400;
  color: #357dc1;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1.0204081633vw;
  margin-bottom: 0;
}
.product__quote {
  background: #72a4d3;
  margin: 20px 0;
}
.product__quote-container {
  padding: 2.0408163265vw 0;
}
.product__quote-block {
  position: relative;
  padding: 0 2.0408163265vw;
}
.product__quote-block::before, .product__quote-block::after {
  display: block;
  font-size: 5.1020408163vw;
  line-height: 1em;
  font-weight: 400;
  font-family: "Roboto";
  color: #fff;
  position: absolute;
}
.product__quote-block::before {
  content: "“";
  bottom: calc(100% - 4.5918367347vw);
  left: 0;
}
.product__quote-block::after {
  content: "”";
  top: calc(100% - 0.5102040816vw);
  right: 0;
}
.product__quote-text {
  font-size: 1.2244897959vw;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto";
  text-align: center;
  margin-bottom: 1.0204081633vw;
}
.product__quote-author {
  text-align: right;
  margin-top: 2.0408163265vw;
  margin-bottom: 0;
}
.product__compare {
  display: flex;
}
.product__compare-view {
  flex-basis: 60%;
  display: flex;
  justify-content: space-between;
  margin-right: 2.0408163265vw;
}
.product__compare-preview {
  flex-basis: calc(50% - 1.0204081633vw);
  position: relative;
}
.product__compare-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product__compare-text {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  margin: 0;
  padding: 0.5102040816vw;
  color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8163265306vw;
  box-sizing: border-box;
}
.product__compare-content {
  flex-basis: 40%;
}

.product-half__layout {
  display: flex;
  position: relative;
}
.product-half__preview {
  width: 50%;
  position: absolute;
  padding: 1.0204081633vw 1.0204081633vw 1.0204081633vw 0;
  height: 100%;
  box-sizing: border-box;
}
.product-half__preview-img {
  object-position: left;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.halfs {
  margin-top: 2.5510204082vw;
  margin-bottom: 2.5510204082vw;
  display: flex;
  position: relative;
}
.halfs.right {
  justify-content: flex-end;
}
.halfs .half {
  display: inline-block;
}
.halfs .half img {
  width: 100%;
}
.halfs .half.half-wide {
  width: 50%;
}
.halfs .half.half-short {
  width: 37vw;
}
.halfs .half .flex-center {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.halfs .half .flex-center h3.small {
  font-size: 1.2244897959vw;
  margin-bottom: 1.0204081633vw;
}
.halfs .half .flex-center h3.pull-left {
  margin-left: -5.1020408163vw;
}
.halfs .half .flex-center img {
  max-width: 25.5102040816vw;
  margin-bottom: 1.0204081633vw;
}
.halfs .half .flex-center p {
  text-transform: uppercase;
  margin-bottom: 1.2755102041vw;
}
.halfs .half .flex-center p span.accent {
  color: #357dc1;
}
.halfs .half .flex-center a.product__btn {
  border: 2px solid #357dc1;
  background: white;
  color: #357dc1;
  text-transform: uppercase;
  font-size: 1.0204081633vw;
  padding: 0.2551020408vw 1.0204081633vw;
  cursor: pointer;
  transition: 0.2s ease;
}
.halfs .half .flex-center a.product__btn:hover {
  text-decoration: none;
  color: white;
  background: #357dc1;
}
.halfs .half-left {
  margin-right: 2.5510204082vw;
}
.halfs .half-left .flex-center {
  margin-left: 10.2040816327vw;
  margin-right: 2.5510204082vw;
}
.halfs .half-left.bordered {
  border: 3px solid #357dc1;
  border-left: none;
}
.halfs .half-right .flex-center {
  margin-left: 1.0204081633vw;
  margin-right: 10.2040816327vw;
}
.halfs .half-right.bordered {
  border: 3px solid #357dc1;
  border-right: none;
}

.devices {
  border-bottom: 2px solid #357dc1;
  margin-bottom: 2.0408163265vw;
  padding-bottom: 2.0408163265vw;
}
.devices h3 {
  color: #357dc1;
  margin-bottom: 1.2755102041vw;
  font-size: 1.2244897959vw;
  font-weight: 500;
}
.devices .flex-three {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5510204082vw;
}
.devices .flex-three .flex-item {
  margin: 0 2.0408163265vw;
}
.devices .flex-three .flex-item img {
  width: 100%;
}
.devices .flex-three .flex-item .border {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 50%;
  border-top: 1px solid #357dc1;
  height: 10px;
}
.devices .flex-three .flex-item p {
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.devices p {
  text-align: center;
  font-weight: 300;
}

.footer-action {
  margin-top: 1.0204081633vw;
  margin-bottom: 1.0204081633vw;
  text-align: center;
}
.footer-action p {
  text-transform: uppercase;
  font-size: 1.3265306122vw;
}
.footer-action p span.accent {
  color: #357dc1;
}
.footer-action p a.product__btn {
  cursor: pointer;
  position: relative;
  top: -2px;
  margin-left: 1.0204081633vw;
  font-size: 1.1224489796vw;
  text-transform: uppercase;
  padding: 0.2040816327vw 2.5510204082vw;
  background: white;
  border: 2px solid #357dc1;
  color: #357dc1;
  transition: 0.2s ease;
}
.footer-action p a.product__btn:hover {
  text-decoration: none;
  background: #357dc1;
  color: white;
}

.vr-advantages.disabled {
  display: none;
}

.button-wrapper {
  display: flex;
}
.button-wrapper__btn {
  border: 2px solid #357dc1;
  color: #357dc1;
  font-size: 0.9183673469vw;
  font-weight: 700;
  background: white;
  padding: 0.5102040816vw 1.0204081633vw;
  text-transform: uppercase;
  margin: auto;
  margin-bottom: 1.2755102041vw;
  margin-top: 0.5102040816vw;
  cursor: pointer;
  display: block;
}
.button-wrapper__btn.disabled {
  border: 2px solid #a9a9a9;
  color: #a9a9a9;
  pointer-events: none;
}

@media screen and (max-width: 1264px) {
  .products__list {
    padding: 10px 0;
  }
  .products__list-link {
    padding: 5px 20px;
    font-size: 15px;
  }
  .products__head {
    flex-direction: column;
  }
  .products__head-img {
    position: static;
  }
  .products__preview {
    padding: 0 40px;
    order: 2;
    padding: 0;
    margin-top: 20px;
  }
  .products__info {
    order: 1;
    flex-basis: 60%;
  }
  .products__title {
    font-size: 24px;
  }
  .products__subtitle {
    font-size: 16px;
    margin-top: 25px;
  }
  .products__menu-link {
    font-size: 16px;
    padding: 10px;
    justify-content: center;
  }
  .products__menu-img {
    height: 30px;
    width: 30px;
    margin-right: 20px;
  }
  .products__presentation-video {
    top: 70px;
    left: -38px;
    height: 23.061224vw;
  }
  .products__presentation-video.old {
    top: 50px;
    left: -20px;
    height: 28.0612244898vw;
  }
  .products__presentation-video.solutions {
    top: 80px;
    left: -5px;
    height: 23.9795918367vw;
  }
  .products__presentation-video.virtuality {
    top: 105px;
    left: -5px;
    height: 23.9795918367vw;
  }
  .products__capabilities {
    grid-gap: 20px;
  }
  .products__capabilities-layout {
    margin: 20px 0;
  }
  .products__capability {
    padding: 20px;
  }
  .products__capability-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .products__capability-index {
    font-size: 50px;
    line-height: 1em;
    padding-bottom: 10px;
    width: 70%;
    text-align: center;
  }
  .products__capability-link {
    font-size: 16px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .products__capability-text {
    margin-top: 20px;
    font-size: 14px;
  }
  .products__vr {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .products__vr-header {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .products__vr-flex-three .flex-round-item {
    width: 30px;
    height: 30px;
    top: 20px;
    font-size: 16px;
  }
  .products__vr-flex-three .flex-text-item p {
    font-size: 14px;
  }
  .products__vr-flex-four .flex-item {
    height: auto;
  }
  .products__vr-flex-four .flex-item.bordered {
    padding: 10px;
  }
  .products__vr-flex-four .flex-item:nth-child(2) img, .products__vr-flex-four .flex-item:nth-child(3) img {
    max-height: 120px;
  }
  .products__vr-separator {
    font-size: 14px;
  }
  .products__vr-separator.uppercase,
.products__vr-separator p.uppercase {
    font-size: 16px;
  }
  .products__vr-carousel .slick-list {
    height: 300px !important;
  }
  .products__vr-carousel .slick-list p {
    font-size: 14px;
  }
  .products__menu-2 ul li {
    font-size: 14px;
    margin: 10px 0;
  }
  .products__menu-2 ul li img {
    height: 20px;
  }
  .products__trio-content {
    flex-basis: 45%;
  }
  .products__trio-preview {
    display: none;
  }
  .products__attention-text {
    font-size: 22px;
  }

  .sales__chart-item {
    padding-bottom: 60px;
  }
  .sales__chart-block {
    padding: 5px 10px 20px;
  }
  .sales__chart-block::before {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }
  .sales__chart-block::after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    bottom: -65px;
  }
  .sales__chart-text {
    font-size: 15px;
  }
  .sales__chart-percent {
    font-size: 60px;
  }
  .sales__chart-ps {
    font-size: 21px;
    margin: 20px 0;
  }
  .sales__chart2-text {
    font-size: 14px;
  }
  .sales__chart2-text.big {
    font-size: 16px !important;
  }
  .sales__chart2-block {
    height: auto;
    min-height: 140px;
    max-width: 200px;
    margin: 0 auto;
  }
  .sales__chart2-block.short {
    padding: 20px;
    height: auto;
  }
  .sales__chart2-block.short p {
    font-size: 14px;
  }
  .sales__chart2-footer p {
    font-size: 14px;
  }
  .sales__chart2-footer button {
    font-size: 14px;
  }

  .product__content-title {
    font-size: 24px;
  }
  .product__content-subtitle {
    font-size: 18px;
    margin-top: 10px;
  }
  .product__content-text {
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0;
  }
  .product__list {
    font-size: 16px;
  }
  .product__list-item {
    margin: 20px 0;
    padding-left: 40px;
  }
  .product__list-item::before {
    width: 20px;
    height: 20px;
  }
  .product__list-img {
    width: 30px;
    height: 40px;
    margin-right: 20px;
  }
  .product__info.center {
    max-width: 400px;
    margin-left: 70px;
  }
  .product__btn {
    padding: 5px 20px;
    font-size: 16px;
    margin-top: 15px;
  }
  .product__btns {
    margin: 20px 0;
  }
  .product__btns-btn {
    padding: 5px 20px;
    font-size: 14px;
  }
  .product__choice {
    margin-top: 20px;
  }
  .product__choice-title {
    font-size: 18px;
  }
  .product__choice p {
    font-size: 16px;
  }
  .product__special {
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .product__special-text {
    margin: 15px 0;
  }
  .product__opportunities {
    margin-top: 20px;
  }
  .product__opportunities-layout {
    margin-top: 20px;
  }
  .product__opportunities-block {
    margin-top: 20px;
  }
  .product__opportunities-text {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
  }
  .product__warning-exclamation {
    flex-basis: 20px;
    font-size: 36px;
  }
  .product__warning-text {
    font-size: 12px;
  }
  .product__multiply-text {
    font-size: 18px;
  }
  .product__multiply-footer {
    padding: 20px;
  }
  .product__multiply-footer-text {
    font-size: 16px;
  }
  .product__userstory-block {
    margin-bottom: 20px;
  }
  .product__userstory-preview {
    max-height: 140px;
  }
  .product__userstory-text {
    margin-top: 10px;
    font-size: 13px;
  }
  .product__userstory-row {
    height: auto;
    padding: 10px;
  }
  .product__userstory-row-img {
    width: 30px;
    margin-top: 50%;
  }
  .product__service-block {
    margin-bottom: 40px;
  }
  .product__service-row:nth-child(8), .product__service-row:nth-child(10) {
    transform: none;
  }
  .product__service-preview {
    max-height: 225px;
  }
  .product__service-text {
    font-size: 16px;
  }
  .product__download-title {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .product__download-audit {
    font-size: 23px;
    margin-top: 20px;
  }
  .product__tiles-text {
    font-size: 19px;
  }
  .product__qr {
    padding: 20px;
  }
  .product__qr-preview {
    flex-basis: 40%;
  }
  .product__qr-text {
    font-size: 32px;
  }
  .product__qr-text--1 {
    font-size: 38px;
  }
  .product__qr-text--2 {
    font-size: 37px;
  }
  .product__qr-text--3 {
    font-size: 21px;
  }
  .product__qr-text--4 {
    font-size: 33px;
  }
  .product__qr-text--5 {
    font-size: 46px;
  }
  .product__options-item {
    padding: 20px;
  }
  .product__options-title {
    font-size: 24px;
  }
  .product__options-img {
    margin: 20px 0;
  }
  .product__options-qr {
    max-width: 150px;
  }
  .product__sale-row {
    padding: 10px;
  }
  .product__sale-row-img {
    width: 25px;
  }
  .product__sale-text {
    font-size: 16px;
    margin-top: 20px;
  }
  .product__quote-container {
    padding: 20px;
  }
  .product__quote-block {
    padding: 0 40px;
  }
  .product__quote-block::before, .product__quote-block::after {
    font-size: 80px;
  }
  .product__quote-block::before {
    bottom: calc(100% - 60px);
  }
  .product__quote-block::after {
    top: calc(100% - 10px);
  }
  .product__quote-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .product__quote-author {
    margin-top: 20px;
  }
  .product__compare {
    flex-direction: column;
  }
  .product__compare-view {
    margin: 0 auto;
    max-width: 960px;
  }
  .product__compare-content {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .product__compare-preview {
    flex-basis: calc(50% - 20px);
  }
  .product__compare-text {
    padding: 10px;
    font-size: 16px;
  }

  .product-half__preview {
    padding: 20px 20px 20px 0;
  }

  .halfs .half {
    padding: 25px 0;
  }
  .halfs .half .flex-center a.product__btn {
    font-size: 14px;
  }

  .devices h3 {
    font-size: 16px;
  }

  .footer-action p {
    font-size: 16px;
  }
  .footer-action p a.product__btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .products {
    align-items: flex-start;
  }
  .products__list {
    flex-basis: 50%;
  }
  .products__head {
    flex-basis: 50%;
  }
  .products__menu-item:not(:last-child)::before {
    display: none;
  }
  .products__menu-list {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .products__presentation-video.old {
    top: 30px;
  }
  .products__presentation-video.solutions {
    top: 65px;
  }
  .products__presentation-video.virtuality {
    top: 70px;
  }
  .products__capabilities {
    grid-template-columns: repeat(3, 1fr);
  }
  .products__info {
    flex-basis: 100%;
  }
  .products__vr-carousel .slick-list {
    height: 250px !important;
  }
  .products__vr-carousel .slick-dots {
    right: 0;
  }
  .products__vr-carousel .slick-arrow {
    display: none !important;
  }
  .products__vr-flex-four .flex-item:nth-child(2) img, .products__vr-flex-four .flex-item:nth-child(3) img {
    max-height: 100px;
  }
  .products__menu-2 ul li {
    width: 100%;
  }
  .products__trio {
    flex-direction: column;
    align-items: flex-start;
  }
  .products__trio-content {
    margin-bottom: 20px;
  }
  .products__attention-text {
    font-size: 18px;
  }

  .sales__chart {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .sales__chart-item {
    padding-bottom: 60px;
    margin-bottom: 20px !important;
    flex-basis: 50%;
  }
  .sales__chart-block {
    padding: 5px 10px 20px;
    max-width: 200px;
    margin: 0 auto;
  }
  .sales__chart-block::before {
    width: 30px;
    height: 30px;
    bottom: -15px;
  }
  .sales__chart-block::after {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    bottom: -45px;
  }

  .product__content {
    flex-wrap: wrap;
  }
  .product__content-info {
    flex-basis: 100%;
    order: 2;
  }
  .product__content-info.qr {
    flex-basis: 100%;
  }
  .product__preview {
    flex-basis: 100%;
    order: 1;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .product__preview.center {
    width: 100%;
    margin: auto;
  }
  .product__preview.center .product__preview-img {
    width: 100%;
  }
  .product__preview.big {
    flex-basis: 100%;
    max-width: 100%;
  }
  .product__opportunities-block {
    flex-basis: 50%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .product__opportunities-title {
    font-size: 20px;
  }
  .product__opportunities-img {
    max-height: 60px;
  }
  .product__opportunities-text {
    font-size: 14px;
  }
  .product__opportunities-layout.four .product__opportunities-block {
    flex-basis: 50%;
  }
  .product__warning-exclamation {
    font-size: 40px;
  }
  .product__warning-text {
    font-size: 12px;
  }
  .product__documentation-title {
    font-size: 18px;
  }
  .product__choice-preview {
    display: none;
  }
  .product__choice-title {
    font-size: 20px;
  }
  .product__choice-content {
    position: static;
    flex-direction: column;
    align-items: center;
  }
  .product__choice-content a {
    max-width: 200px;
    width: auto;
  }
  .product__choice-block {
    margin: 20px auto;
  }
  .product__choice-img {
    display: none;
  }
  .product__special-text {
    font-size: 16px;
  }
  .product__multiply {
    flex-basis: 100%;
  }
  .product__multiply-block {
    margin-bottom: 20px;
  }
  .product__multiply-footer-text {
    font-size: 14px;
  }
  .product__userstory-block {
    flex-basis: 30%;
  }
  .product__userstory-row {
    flex-basis: 5%;
  }
  .product__userstory-row-img {
    width: 100%;
    margin-top: 200%;
  }
  .product__userstory-row:nth-child(8n) {
    display: flex;
  }
  .product__userstory-row:nth-child(6n) {
    display: none;
  }
  .product__service-block {
    flex-basis: 45%;
  }
  .product__service-block:nth-child(5)::before, .product__service-block:nth-child(7)::before {
    display: none;
  }
  .product__service-preview {
    max-height: 225px;
  }
  .product__service-row {
    margin-top: 10%;
  }
  .product__service-row-img {
    width: 30px;
  }
  .product__service-row:nth-child(n) {
    display: block;
  }
  .product__service-row:nth-child(4n) {
    display: none;
  }
  .product__service-text {
    font-size: 16px;
  }
  .product__download {
    flex-basis: 100%;
    order: 2;
  }
  .product__download-title {
    font-size: 18px;
  }
  .product__download-audit {
    font-size: 18px;
  }
  .product__tiles-text {
    font-size: 14px;
  }
  .product__options {
    flex-direction: column;
    align-items: center;
  }
  .product__options-item {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .product__sale {
    flex-wrap: wrap;
  }
  .product__sale-item {
    flex-basis: 45%;
    max-width: 45%;
    margin-top: 20px;
  }
  .product__sale-preview {
    display: flex;
  }
  .product__sale-img {
    max-width: 300px;
    width: 100%;
    margin: auto;
  }
  .product__sale-row:nth-child(4n) {
    display: none;
  }
  .product__sale-row-img {
    margin-top: 17.8571428571vw;
  }
  .product__btn {
    margin-top: 0;
  }

  .devices .flex-three {
    display: block;
  }

  .product-half__preview {
    display: none;
  }

  .bg-img__img {
    display: none;
  }

  .halfs .half {
    width: 100% !important;
    padding: 40px 0;
  }
  .halfs .half.half-left {
    margin-right: 80px;
  }
  .halfs .half.half-right {
    margin-left: 80px;
  }
  .halfs .half .flex-center {
    padding: 20px;
    margin: 0 !important;
  }
  .halfs .half .flex-center h3.pull-left {
    margin-left: 0;
  }
  .halfs .half-hide {
    display: none;
  }

  .devices .flex-item {
    margin: 0 10px !important;
  }

  .footer-action {
    margin: 0;
  }
  .footer-action button {
    margin-top: 20px;
  }
  .footer-action p a.product__btn {
    display: block;
    max-width: 200px;
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .products {
    flex-direction: column;
  }
  .products__list {
    flex-basis: 100%;
  }
  .products__head {
    flex-basis: 100%;
    padding: 20px 0;
  }
  .products__menu-link {
    justify-content: flex-start;
  }
  .products__vr-flex-four {
    flex-direction: column;
  }
  .products__vr-flex-four .flex-item {
    margin-bottom: 20px;
  }
  .products__vr-flex-four .flex-item p {
    color: black;
  }
  .products__vr-flex-four .flex-item img {
    margin-bottom: 10px;
  }
  .products__vr-flex-four .flex-item:nth-child(1), .products__vr-flex-four .flex-item:nth-child(4) {
    flex-basis: auto;
  }
  .products__vr-flex-four .flex-item:nth-child(2) img, .products__vr-flex-four .flex-item:nth-child(3) img {
    max-height: 150px;
  }
  .products__vr-flex-four .flex-item:nth-child(4) {
    margin-bottom: 0;
  }
  .products__vr-flex-four .flex-item:nth-child(4) img {
    height: 150px;
  }
  .products__presentation-img {
    display: none;
  }
  .products__presentation-video {
    width: 100%;
    position: static;
    height: 300px;
  }
  .products__presentation-video.old {
    position: static;
    height: 300px;
    width: 100%;
    margin: 20px 0;
  }
  .products__presentation-video.solutions, .products__presentation-video.virtuality {
    height: 300px;
  }
  .products__capabilities {
    grid-template-columns: 1fr;
  }
  .products__capabilities-layout {
    flex-direction: column;
  }
  .products__capability {
    margin: 10px auto;
    width: 100%;
    box-sizing: border-box;
  }
  .products__attention-text {
    font-size: 18px;
  }

  .sales__chart-item {
    flex-basis: 100%;
  }
  .sales__chart2 {
    flex-direction: column;
  }
  .sales__chart2-block {
    padding: 10px;
    min-height: 0;
  }
  .sales__chart2-percent {
    font-size: 36px;
  }
  .sales__chart2-item {
    margin-bottom: 20px;
    width: 100%;
  }
  .sales__chart2-item .checkbox {
    top: 20px;
    height: 10px;
    width: 10px;
    left: 0;
    margin: auto;
  }

  .product__content-title {
    font-size: 22px;
  }
  .product__content-subtitle {
    font-size: 16px;
  }
  .product__content-text {
    font-size: 14px;
  }
  .product__list-item {
    padding-left: 30px;
  }
  .product__btn {
    text-align: center;
  }
  .product__btn-sale {
    bottom: 17%;
  }
  .product__documentation-block {
    margin: 20px auto;
  }
  .product__documentation-img {
    max-width: 300px;
  }
  .product__opportunities-block {
    flex-basis: 100%;
  }
  .product__special-text {
    font-size: 14px;
  }
  .product__multiply-text {
    font-size: 14px;
  }
  .product__userstory {
    flex-direction: column;
  }
  .product__userstory-preview {
    max-height: none;
  }
  .product__userstory-block {
    margin: 10px auto;
  }
  .product__userstory-text {
    margin-bottom: 0;
  }
  .product__userstory-row {
    width: 100%;
    flex-basis: auto;
  }
  .product__userstory-row-img {
    width: 40px;
    transform: rotate(90deg);
    margin: auto;
  }
  .product__userstory-row:nth-child(n) {
    display: flex;
  }
  .product__service {
    flex-direction: column;
    align-items: center;
  }
  .product__service-block {
    margin-bottom: 20px;
  }
  .product__service-row {
    margin-top: 0;
    margin-bottom: 20px;
    transform: rotate(90deg);
  }
  .product__service-row:nth-child(n) {
    display: block;
  }
  .product__download {
    margin: 20px 0;
  }
  .product__download-title {
    font-size: 16px;
  }
  .product__download-audit {
    font-size: 16px;
  }
  .product__tiles {
    grid-template-columns: 1fr;
  }
  .product__qr-top {
    flex-direction: column;
  }
  .product__qr-preview {
    flex-basis: 40%;
    order: 1;
  }
  .product__qr-img {
    margin: auto;
  }
  .product__qr-text {
    order: 2;
    font-size: 28px;
    text-align: center;
  }
  .product__qr-text--1 {
    font-size: 32px;
  }
  .product__qr-text--2 {
    font-size: 31px;
  }
  .product__qr-text--3 {
    font-size: 18px;
  }
  .product__qr-text--4 {
    font-size: 28px;
  }
  .product__qr-text--5 {
    font-size: 39px;
  }
  .product__sale {
    flex-direction: column;
    align-items: center;
  }
  .product__sale-item {
    flex-basis: 100%;
    max-width: 300px;
  }
  .product__sale-row {
    margin: 10px 0;
    transform: rotate(90deg);
  }
  .product__sale-row-img {
    margin: auto;
  }
  .product__sale-row:nth-child(n) {
    display: block;
  }
  .product__compare-view {
    flex-direction: column;
  }
  .product__compare-preview {
    flex-basis: 100%;
    max-width: 300px;
  }
  .product__compare-preview:nth-child(2) {
    margin-top: 20px;
  }
  .product__compare-text {
    font-size: 14px;
  }

  .halfs .half {
    border: none !important;
    margin: 0 !important;
  }
  .halfs .half h3 {
    padding: 0 20px;
  }
  .halfs .half ul {
    padding: 0 25px;
  }

  .products__vr-carousel {
    height: auto;
  }
  .products__vr-carousel .slick-list {
    height: 250px !important;
    width: 100%;
  }
  .products__vr-carousel .slick-dots {
    right: 0;
  }
  .products__vr-carousel .slick-arrow {
    display: none !important;
  }

  .products__vr-flex-four .flex-item:nth-child(1) img,
.products__vr-flex-four .products__vr-flex-four .flex-item:nth-child(4) img {
    height: 100px;
  }
}

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