@charset "UTF-8";
.text-center {
  text-align: center;
}

.product-item-wrapper {
  border-bottom: 0.062rem solid #d7d7d7;
  overflow: hidden;
}

.product-item-title {
  margin-bottom: 1.562em;
  font-weight: 400;
  font-size: 1.562rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 576px) {
  .product-item-title {
    font-size: 2rem;
  }
}
.product-item-title::before {
  content: "";
  display: block;
  width: 1.562rem;
  height: 0.125rem;
  margin-bottom: 1.125rem;
  background-color: #2f6af2;
}

.product-item-list {
  padding-left: 0.687rem;
}
.product-item-list li {
  list-style-type: "–";
  padding-left: 0.5rem;
}
.product-item-list li:not(:last-child) {
  margin-bottom: 1.25em;
}
.product-item-list li::marker {
  color: #2f6af2;
}

.product-item-page .news-screen > div:not(:first-child) {
  border-top: none;
}

.product-item-page-content .navigation-panel {
  z-index: 5;
  background-color: #f8f8f8;
  padding: 0.75rem 1.875rem 0.687rem;
  border-bottom: 0.062rem solid #d7d7d7;
  color: #4a494a;
  line-height: 1.1;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  margin-bottom: -0.062rem;
}
.product-item-page-content .navigation-panel .item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product-item-page-content .navigation-panel .item:nth-child(n) {
  margin-right: 2.5rem;
}
.product-item-page-content .navigation-panel .item svg {
  margin-left: 0.437rem;
  width: 0.687rem;
  height: 0.687rem;
  transition: transform 0.5s cubic-bezier(0.27, 0, 0.66, 0.99);
}
.product-item-page-content .navigation-panel .item:not(.active).arrow-up svg {
  transform: rotate(-90deg);
}
.product-item-page-content .navigation-panel .item:not(.active).arrow-down svg {
  transform: rotate(90deg);
}

.benefits {
  font-weight: 400;
  border-bottom: 0.062rem solid #d7d7d7;
  overflow: hidden;
}
.benefits-col-left {
  padding: 2.5rem 0.937rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #9cb9fd;
  background-color: #124fdc;
}
@media screen and (min-width: 576px) {
  .benefits-col-left {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    font-size: 1.125rem;
  }
}
.benefits-col-left h2 {
  margin-bottom: 1.562em;
  font-weight: 400;
  font-size: 1.562rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: #ffffff;
}
@media screen and (min-width: 576px) {
  .benefits-col-left h2 {
    font-size: 2rem;
  }
}
.benefits-col-left p {
  max-width: 23.333em;
}
.benefits-btn {
  margin-top: 3.437em;
}
.benefits-list {
  color: #4a494a;
}
.benefits-list-item {
  padding: 2.5rem 0.937rem 1.875rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #5a5a5a;
  border-top: 0.062rem solid #d7d7d7;
}
@media screen and (min-width: 576px) {
  .benefits-list-item {
    padding: 3.75rem 1.875rem 1.875rem;
    border: 0.062rem solid #d7d7d7;
  }
}
.benefits-list-item h3 {
  margin-bottom: 1.15em;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #4a494a;
}
.benefits-list-item h3::before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 0.062rem;
  margin-bottom: 1.562rem;
  background-color: #2f6af2;
}
.benefits-list-img {
  margin-top: 4.375rem;
}

.promo {
  padding: 0.937rem 0;
  font-size: 1.125rem;
  line-height: 1.05;
  border-bottom: 0.062rem solid #d7d7d7;
  letter-spacing: 0.01em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .promo {
    padding: 1.875rem 0.937rem;
    font-size: 2rem;
  }
}
.promo-wrap {
  position: relative;
  padding: 2.187rem 0.937rem;
  color: #ffffff;
}
@media screen and (min-width: 576px) {
  .promo-wrap {
    padding: 4.687rem 1.875rem 4.062rem;
  }
}
.promo-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.promo-img picture,
.promo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.promo h2 {
  margin-bottom: 0.312em;
  font-size: 1.562rem;
  color: inherit;
}
@media screen and (min-width: 576px) {
  .promo h2 {
    font-size: 2rem;
  }
}
.promo p {
  max-width: 30.468em;
}
.promo .promo-btn {
  margin-top: 3.437em;
}

.opportunities {
  border-bottom: 0.062rem solid #d7d7d7;
  overflow: hidden;
}
.opportunities-row {
  border-bottom: 0.062rem solid #d7d7d7;
}
.opportunities-content {
  padding: 3.125rem 0.937rem;
  font-size: 1rem;
  line-height: 1.2;
  color: #4a494a;
}
@media screen and (min-width: 576px) {
  .opportunities-content {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  .opportunities-content {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}
.opportunities-content h2 {
  font-size: 1.562rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
  margin-bottom: 2.062em;
}
@media screen and (min-width: 576px) {
  .opportunities-content h2 {
    font-size: 2rem;
  }
}
.opportunities-content dt {
  font-weight: 500;
  margin-bottom: 2em;
}
.opportunities-content .product-item-list li:not(:last-child) {
  margin-bottom: 0.65em;
}
@media screen and (min-width: 576px) {
  .opportunities-img {
    height: 30.5rem;
  }
}
@media screen and (min-width: 992px) {
  .opportunities-img {
    max-width: 95%;
    height: 100%;
    margin-left: auto;
  }
}
.opportunities-img picture,
.opportunities-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.opportunities-list {
  padding-top: 1.875rem;
}
.opportunities-list-item {
  margin-bottom: 1.875rem;
  color: #4a494a;
  border: 0.125rem solid #4a494a;
}
@media screen and (min-width: 992px) {
  .opportunities-list-item {
    border: none;
  }
}
.opportunities-list-item-img {
  padding: 0.937rem 0.937rem 0;
}
@media screen and (min-width: 768px) {
  .opportunities-list-item-img {
    padding: 0.937rem 0 0 0.937rem;
  }
}
@media screen and (min-width: 992px) {
  .opportunities-list-item-img {
    padding: 1.875rem;
    border: 0.125rem solid #d7d7d7;
    border-right: none;
  }
}
.opportunities-list-item-img picture,
.opportunities-list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.opportunities-list-item-link {
  display: block;
  position: relative;
}
.opportunities-list-item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #2f6af2 url("../images/icon/magnifier.svg") no-repeat center/auto;
  transition: all 0.2s linear;
}
.opportunities-list-item-link:hover::after {
  width: 3.125rem;
  height: 3.125rem;
}
.opportunities-list-item-content {
  padding: 0.937rem;
  font-size: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .opportunities-list-item-content {
    padding: 1.062rem 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .opportunities-list-item-content {
    border: 0.125rem solid #4a494a;
  }
}
.opportunities-list-item-content h3 {
  margin-bottom: 0.625em;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
  font-variant: small-caps;
}
@media screen and (min-width: 768px) {
  .opportunities-list-item-content h3 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .opportunities-list-item-content h3 {
    font-size: 2.5rem;
  }
}
.opportunities-list-item-content dt {
  font-weight: 500;
  margin-bottom: 2.5em;
}
.opportunities-list-item .product-item-list li:not(:last-child) {
  margin-bottom: 0.625em;
}
.opportunities-list-item .for-whom {
  display: flex;
  margin-bottom: 0;
}
.opportunities-list-item .for-whom dt {
  margin-bottom: 0;
  flex-shrink: 0;
}
.opportunities-list-item .for-whom-list {
  display: flex;
  flex-wrap: wrap;
}
.opportunities-list-item .for-whom-list li {
  display: flex;
  margin-left: 0.5em;
}
.opportunities-list-item .for-whom-list li:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
}

.projects-slider .slick-track, .projects-slider .slick-list {
  display: flex;
}
.projects-slider .cell-project {
  flex-shrink: 0;
}

.product-matrix {
  padding-top: 1.562rem;
  padding-bottom: 3.125rem;
  color: #4a494a;
}
@media screen and (min-width: 992px) {
  .product-matrix {
    padding-top: 5.312rem;
  }
}
.product-matrix h2 {
  margin-bottom: 2.25em;
  font-weight: 400;
  font-size: 1.562rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .product-matrix h2 {
    font-size: 2rem;
  }
}
.product-matrix-table {
  margin-left: 0;
  margin-right: 0;
  padding: 1.875rem 0.937rem;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 350px) {
  .product-matrix-table {
    font-size: 1rem;
  }
}
.product-matrix-table .table-title {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
  font-variant: small-caps;
}
@media screen and (min-width: 350px) {
  .product-matrix-table .table-title {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .product-matrix-table .table-title {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .product-matrix-table .table-title {
    font-size: 2.5rem;
  }
}
.product-matrix-table .table-cell {
  padding: 0.937rem;
}
.product-matrix-table .table-cell:not(:last-child) {
  border-bottom: 0.062rem solid #d7d7d7;
}
.product-matrix-table .table-cell dt {
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  .product-matrix-table .table-cell dt {
    font-weight: 500;
  }
}
.product-matrix-table .table-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.937rem;
  border: 0.125rem solid #4a494a;
  border-bottom: none;
}
.product-matrix-table .table-heading-first {
  border-right: none;
}
.product-matrix-table .table-col-left {
  display: flex;
  flex-direction: column;
}
.product-matrix-table .table-col-left .table-title {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 992px) {
  .product-matrix-table .table-col-left .table-title {
    margin-bottom: 2.812rem;
  }
}
.product-matrix-table .table-col-left .product-item-list {
  margin-bottom: 1.562rem;
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  .product-matrix-table .table-col-left .product-item-list {
    display: flex;
    flex-wrap: wrap;
  }
  .product-matrix-table .table-col-left .product-item-list li {
    width: 50%;
  }
}
.product-matrix-table .table-col-right .col-6.product-matrix-border {
  border-top: none;
}
.product-matrix-table .table-col-right .col-6.d-sm-none {
  border-bottom: 0.125rem solid #4a494a;
  border-right: 0.125rem solid #4a494a;
}
.product-matrix-table .table-auxiliary {
  padding-top: 0.625rem;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 576px) {
  .product-matrix-table .table-auxiliary {
    padding-top: 1.875rem;
    padding-left: 1.875rem;
  }
}
.product-matrix-table .table-auxiliary .table-heading {
  border: 0.125rem solid #d7d7d7;
  border-bottom: none;
}
.product-matrix-table .table-auxiliary .table-body {
  border: 0.125rem solid #d7d7d7;
}
@media screen and (min-width: 1200px) {
  .product-matrix-table .table-auxiliary .table-cell:nth-of-type(odd) {
    border-right: 0.062rem solid #d7d7d7;
  }
}
.product-matrix-border {
  border: 0.125rem solid #4a494a;
}
.product-matrix .product-item-list li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.configuration {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  border-bottom: 0.062rem solid #d7d7d7;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .configuration {
    padding-bottom: 8.75rem;
  }
}
.configuration-list-item {
  padding: 1rem 1.875rem;
  border: 0.125rem solid #4a494a;
  margin-bottom: 1.562rem;
}
.configuration-name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1.875rem;
  border-bottom: 0.062rem solid #bebebe;
}
@media screen and (max-width: 575.98px) {
  .configuration-name {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .configuration-name {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.configuration-name h3 {
  margin-bottom: 2.125em;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.05;
  letter-spacing: -0.01em;
  font-variant: small-caps;
}
@media screen and (min-width: 768px) {
  .configuration-name h3 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .configuration-name h3 {
    font-size: 2.5rem;
  }
}
.configuration-users {
  display: flex;
}
@media screen and (max-width: 575.98px) {
  .configuration-users {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .configuration-users {
    padding-top: 1.25rem;
    order: 3;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .configuration-users {
    padding-bottom: 1.875rem;
    padding-top: 0;
    border-bottom: 0.062rem solid #bebebe;
  }
}
.configuration-users-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
}
.configuration-users dt {
  margin-bottom: 1.25rem;
  font-weight: 500;
}
.configuration-links {
  display: flex;
  flex-direction: column;
}
.configuration-links .download-link {
  margin-bottom: 0.937rem;
}
.configuration-links .base-btn {
  margin-top: auto;
}
@media screen and (max-width: 575.98px) {
  .configuration-links {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.25rem;
    border-bottom: 0.062rem solid #bebebe;
  }
}
@media screen and (max-width: 767.98px) {
  .configuration-links {
    padding-top: 1.25rem;
    order: 2;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .configuration-links {
    padding-top: 1.875rem;
    flex-direction: row;
    align-items: center;
  }
  .configuration-links .base-btn {
    margin-left: auto;
    margin-right: 5.312rem;
  }
  .configuration-links .download-link {
    margin-right: 1.25rem;
    margin-bottom: 0;
  }
}

.stock {
  position: relative;
  border-bottom: 0.062rem solid #d7d7d7;
}
.stock-btn {
  background-color: #124fdc;
  border-color: #ffffff;
}
.stock-slide-content {
  padding: 3.437rem 0.937rem;
  color: #ffffff;
  background: #124fdc;
}
@media screen and (min-width: 576px) {
  .stock-slide-content {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.stock-slide-content h2 {
  max-width: 14.062em;
  margin-bottom: 0.468em;
  font-weight: 400;
  font-size: 1.562rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: inherit;
}
@media screen and (min-width: 576px) {
  .stock-slide-content h2 {
    font-size: 2rem;
  }
}
.stock-slide-content .subtitle {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.1;
  text-align: right;
  text-transform: uppercase;
  color: #9cb9fd;
}
@media screen and (min-width: 576px) {
  .stock-slide-content .subtitle {
    font-size: 1rem;
  }
}
.stock-slide-img {
  padding: 0.937rem;
}
@media screen and (min-width: 576px) {
  .stock-slide-img {
    padding: 1.875rem;
  }
}
.stock-slide-img picture,
.stock-slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.stock-slider-navigation {
  position: absolute;
  bottom: 3.125rem;
  right: 1.875ren;
}
@media screen and (min-width: 992px) {
  .stock-slider-navigation {
    left: 35%;
    right: auto;
  }
}
.stock-slider-arrow {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #7099f9;
  border-radius: 0.125rem;
  border: none;
  transition: background-color 0.2s linear;
}
.stock-slider-arrow.slick-next {
  margin-left: 0.5rem;
}
.stock-slider-arrow:hover {
  background-color: #3f76f7;
}

.projects-screen .types-licenses-btn {
  background-color: #124fdc;
  border-color: #ffffff;
}

.types-licenses,
.help,
.promo-materials {
  padding: 3.75rem 0.937rem;
  color: #4a494a;
  font-size: 1rem;
  line-height: 1.2;
  border-bottom: 0.062rem solid #d7d7d7;
}
@media screen and (min-width: 576px) {
  .types-licenses,
.help,
.promo-materials {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .types-licenses,
.help,
.promo-materials {
    padding: 10rem 3.125rem 9.687rem;
  }
  .types-licenses:not(:last-of-type),
.help:not(:last-of-type),
.promo-materials:not(:last-of-type) {
    border-right: 0.062rem solid #d7d7d7;
  }
  .types-licenses .product-item-title,
.help .product-item-title,
.promo-materials .product-item-title {
    min-height: 5.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .types-licenses,
.help,
.promo-materials {
    padding: 10rem 6.25rem 9.687rem;
  }
}
.types-licenses .product-item-title,
.help .product-item-title,
.promo-materials .product-item-title {
  margin-bottom: 4.062rem;
}

.types-licenses-btn {
  margin-top: 4.687rem;
}

.help-btn {
  margin-top: 3.437rem;
}

.about-developer {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  color: #4a494a;
}
@media screen and (min-width: 768px) {
  .about-developer {
    padding-top: 8.75rem;
    padding-bottom: 9.375rem;
  }
}

.answer-request {
  padding-top: 3.125rem;
  padding-bottom: 3.437rem;
  color: #ffffff;
  background-color: #124fdc;
}
@media screen and (min-width: 768px) {
  .answer-request {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.answer-request h2 {
  max-width: 10em;
  margin-bottom: 0.625em;
  font-weight: 400;
  font-size: 1.562rem;
  line-height: 1.05;
  letter-spacing: 0.01em;
  color: inherit;
}
@media screen and (min-width: 576px) {
  .answer-request h2 {
    font-size: 2rem;
  }
}
.answer-request .subtitle {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.1;
  text-transform: uppercase;
  color: #9cb9fd;
}
@media screen and (min-width: 576px) {
  .answer-request .subtitle {
    font-size: 1rem;
    text-align: right;
  }
}
.answer-request-btn {
  margin-top: 10.312rem;
}

/* seo-block */
.seo-block {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.4;
	color: #4a494a;
	overflow: hidden;
}
.seo-block__content > *:first-child {
	margin-top: 0;
}
.seo-block__content > *:last-child {
	margin-bottom: 0;
}
.seo-block h2,
.seo-block h3 {
	margin-top: 0.94em;
	margin-bottom: 0.94em;
	font-weight: 400;
	line-height: 1.05;
}
.seo-block h2 {
	font-size: 1.56rem;
}
.seo-block h3 {
	font-size: 1.38rem;
}
.seo-block .first-paragraph {
	margin-bottom: 2.17em;
	font-size: 1.13rem;
	line-height: 1.4;
}
.seo-block ol,
.seo-block ul,
.seo-block p {
	margin-top: 1.88em;
	margin-bottom: 1.88em;
}
.seo-block ol {
	padding-left: 1.19rem;
}
.seo-block ul {
	padding-left: 0.69rem;
}
.seo-block ul li {
	padding-left: 0.5rem;
	line-height: 1.4;
	list-style-type: "–";
}
.seo-block ol li {
	line-height: 1.4;
	list-style-type: decimal;
} 
.seo-block ul li:not(:last-child),
.seo-block ol li:not(:last-child) {
	margin-bottom: 1.25em;
}
.seo-block li::marker {
	color: #4a494a;
}

@media screen and (min-width: 576px) {
	.seo-block .first-paragraph {
		font-size: 1.44rem;
	}
	.seo-block h2 {
		font-size: 2rem;
	}
	.seo-block h3 {
		font-size: 1.56rem;
	}
}
@media screen and (min-width: 992px) {
	.seo-block {
		padding-top: 6.25rem;
		padding-bottom: 4.5rem;
	}
}


/*.promo-switch-vitrocad .promo-wrap {
  background: linear-gradient(154deg, #124FDC 10.58%, #0882DA 47.14%, #2F3742 100%);
  padding-bottom: 367px;
}
@media screen and (min-width: 768px) {
  .promo-switch-vitrocad .promo-wrap {
  padding-bottom: 4.062rem;
  }
}
.promo-switch-vitrocad p {
  font-size: 1.25rem;
  line-height: 140%;
}*/
/*# sourceMappingURL=product-item.css.map */