/* Minification failed. Returning unminified contents.
(818,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(826,15): run-time error CSS1039: Token not allowed after unary operator: '-subscription-color'
(828,26): run-time error CSS1039: Token not allowed after unary operator: '-subscription-color'
(833,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(836,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(839,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
h2.title {
  font-weight: 700;
  font-size: 42px;
  line-height: 125%;
  padding: 0;
  text-align: center;
}
h3.title {
  font-weight: 600;
  font-size: 32px;
  line-height: 135%;
}
h4.title {
  font-weight: 600;
  font-size: 24px;
  line-height: 135%;
}
.subtitle {
  font-weight: 300;
  font-size: 22px;
  line-height: 135%;
}
.text {
  font-size: 16px;
  line-height: 135%;
  font-weight: 400;
}
@media only screen and (max-width: 1400px) {
  h2.title {
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
  }
  h3.title {
    font-size: 24px;
  }
  .subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  h3.title {
    text-align: center;
  }
  h2.approach-banner-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    text-align: center;
  }
  .text {
    text-align: center;
  }
}
@media only screen and (max-width: 992px) {
  h2.title {
    font-size: 24px;
  }
  h3.title {
    font-size: 20px;
  }
  .subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  h2.approach-banner-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 430px) {
  h2.title {
    font-size: 18px;
  }
  h3.title {
    font-size: 16px;
  }
  h2.approach-banner-title {
    font-size: 16px;
  }
  .subtitle {
    font-size: 16px;
    line-height: 150%;
  }
  .text {
    font-size: 14px;
  }
}
.tab-button {
  display: block;
  padding: 12px 0;
  margin-top: 60px;
  margin-bottom: 60px;
  min-width: 300px;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  color: #596c7d;
  border: 1px solid #596c7d;
}
.tab-button:visited {
  color: #596c7d;
}
.tab-button:hover,
.tab-button:focus {
  color: white;
  background-color: #596c7d;
}
.tab-button:active {
  color: white;
  background-color: #22587e;
  border-color: #22587e;
}
.sticky-wrapper * {
  box-sizing: border-box;
}
.sticky-wrapper .tabs-descr.content-width h2 {
  margin: 0;
  color: #3f4d5a;
}
.sticky-wrapper .tabs {
  backface-visibility: hidden;
  z-index: 1998;
  width: 100%;
  min-width: 1000px;
  position: sticky;
  top: 70px;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.sticky-wrapper .tabs:after,
.sticky-wrapper .tabs:before {
  content: '';
  display: table;
}
.sticky-wrapper .tabs .centered-tabs {
  min-width: 1000px;
  display: flex;
  align-items: stretch;
}
.sticky-wrapper .tabs .centered-tabs.content-width {
  padding-top: 0;
  padding-bottom: 0;
}
.sticky-wrapper .tabs .centered-tabs .tab {
  display: flex;
  align-items: center;
  padding: 24px 24px 16px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.sticky-wrapper .tabs .centered-tabs .tab:hover {
  color: #596c7d;
}
.sticky-wrapper .tab-item {
  background-color: white;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.sticky-wrapper .tab-item.odd {
  background-color: #f9fafb;
}
.sticky-wrapper .tab-item.even {
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02), 0 1px 1px rgba(0, 0, 0, 0.04), 0 -1px 2px rgba(0, 0, 0, 0.02);
}
.sticky-wrapper .tab-item:last-child {
  box-shadow: none;
}
.sticky-wrapper .tab-item:nth-child(1) .tab-background {
  top: 0;
}
.sticky-wrapper .tab-item:nth-child(3) .tab-background {
  top: -50%;
}
.sticky-wrapper .tab-item:nth-child(5) .tab-background {
  top: -124%;
}
.sticky-wrapper .tab-item:nth-child(7) .tab-background {
  top: -250%;
}
.sticky-wrapper .tab-item .tab-background {
  position: absolute;
  height: 100%;
  left: 54%;
  transform: translate(-50%);
  max-width: none;
  width: 2700px;
}
.sticky-wrapper .tab-item .tab-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  padding-top: 64px;
  padding-bottom: 64px;
}
.sticky-wrapper .tab-item .tab-content .tab-switcher {
  margin-top: 32px;
}
.sticky-wrapper .tab-item .tab-content .tab-switch {
  box-shadow: none;
  width: 130px;
  height: 130px;
  max-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
}
.sticky-wrapper .tab-item .tab-content .tab-switch svg {
  width: 64px;
  height: 64px;
}
.sticky-wrapper .tab-item .tab-content .tab-switch .icon-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
}
.sticky-wrapper .tab-item .tab-content .tab-text {
  flex: 1;
  min-width: 460px;
}
.sticky-wrapper .tab-item .tab-content .tab-text .title {
  color: #3f4d5a;
  padding: 0;
  margin-bottom: 24px;
}
.sticky-wrapper .tab-item .tab-content .tab-text .subtitle {
  margin: 0 0 32px;
}
.sticky-wrapper .tab-item .tab-content .tab-text .text {
  margin: 0;
}
.sticky-wrapper .tab-item .tab-content .tab-example {
  flex: 2;
}
.sticky-wrapper .tab-item .tab-content .tab-example .tab-example-content {
  display: none;
}
.sticky-wrapper .tab-item .tab-content .tab-example .tab-example-content.active {
  display: block;
}
.sticky-wrapper .tab-item .tab-content .tab-example .tab-example-content.active img {
  border: none;
  border-radius: 20px;
}
.sticky-wrapper .tab-item .tab-content .tab-example .tab-example-content a {
  display: none;
}
.sticky-wrapper .tab-item .buttons-container {
  display: flex;
  margin-top: 24px;
  gap: 16px;
}
@media only screen and (max-width: 1200px) {
  .sticky-wrapper .tabs-descr.content-width {
    text-align: center;
    margin-left: 0;
  }
  .sticky-wrapper .tab-item .tab-content {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .sticky-wrapper .tab-item .tab-content .tab-text {
    text-align: center;
  }
  .sticky-wrapper .tab-item .tab-content .tab-text .title {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .sticky-wrapper .tab-item .tab-content .tab-text .subtitle {
    width: 800px;
  }
  .sticky-wrapper .tab-item .tab-content .tab-text .text {
    width: 800px;
    margin-top: 20px;
  }
  .sticky-wrapper .tab-item .tab-content .tab-text .tab-button {
    display: none;
  }
  .sticky-wrapper .tab-item .tab-content .tab-example .tab-example-content.active {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sticky-wrapper .tab-item .tab-content .tab-example .tab-example-content.active a {
    margin-top: 40px;
    display: inline-block;
  }
  .sticky-wrapper .tab-item .buttons-container {
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  .sticky-wrapper .tabs-descr.content-width {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .sticky-wrapper .tabs {
    margin-top: 32px;
  }
  .sticky-wrapper .tab-item .tab-content {
    gap: 24px;
  }
  .sticky-wrapper .tab-item .tab-content .tab-text .title {
    width: auto;
  }
  .sticky-wrapper .tab-item .tab-content .tab-text .subtitle {
    width: auto;
  }
  .sticky-wrapper .tab-item .tab-content .tab-text .text {
    width: auto;
    margin-top: 24px;
  }
  .sticky-wrapper .tab-item .tab-content .tab-text .tab-switcher {
    margin-top: 32px;
  }
  .sticky-wrapper .tab-item .tab-content .tab-text .tab-button {
    margin-top: 32px;
  }
  .sticky-wrapper .tab-item .tab-content .tab-example .tab-example-content.active {
    width: auto;
  }
  .sticky-wrapper .tab-item .tab-content .tab-example .tab-example-content.active .tab-button {
    margin: 40px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .sticky-wrapper .tab-item .tab-content {
    gap: 48px;
  }
  .sticky-wrapper .tab-item .tab-content .tab-switch {
    width: fit-content;
    min-width: 64px;
    max-width: 96px;
    height: 82px;
    background-color: transparent;
  }
  .sticky-wrapper .tab-item .tab-content .tab-switch svg {
    width: 42px;
    height: 42px;
  }
  .sticky-wrapper .tab-item .tab-content .tab-switch .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 4px;
  }
  .sticky-wrapper .tab-item .tab-content .tab-switch.active .icon {
    background-color: #edf0f2;
  }
  .sticky-wrapper .tab-item .tab-content .tab-text .icon-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
  }
}
.modern {
  position: relative;
  overflow: hidden;
}
.modern * {
  box-sizing: border-box;
}
.modern .modern-icon {
  width: 100%;
  height: 80px;
}
.modern .tab-switcher {
  margin-top: 16px;
  justify-content: flex-start;
  margin-bottom: 44px;
  padding: 12px 0;
  text-align: center;
}
.modern .tab-switcher .tab-switch {
  width: 130px;
  height: 130px;
  max-height: 130px;
  box-shadow: none;
}
.modern h2.title {
  padding-top: 96px;
  padding-bottom: 0;
}
.modern h3.title {
  padding: 0;
}
.modern .modern-tabs {
  margin-top: 64px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
.modern .modern-tabs .centered-tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  max-width: 1600px;
}
.modern .modern-contents {
  height: 100%;
  position: inherit;
  padding-top: 64px;
  padding-bottom: 64px;
}
.modern .modern-contents .modern-content {
  display: none;
}
.modern .modern-contents .modern-content.active {
  visibility: visible;
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: center;
}
.modern .modern-contents .modern-content.active .modern-content-left {
  max-width: 490px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.modern .modern-contents .modern-content.active .modern-content-left .tab-switch {
  box-shadow: none;
}
.modern .modern-contents .modern-content.active .modern-content-left p {
  margin-top: 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
}
.modern .modern-contents .modern-content.active .modern-content-left .pre-li {
  margin-bottom: 12px;
  color: #3f4d5a;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
}
.modern .modern-contents .modern-content.active .modern-content-left .demos {
  list-style: none;
  padding-left: 0px;
}
.modern .modern-contents .modern-content.active .modern-content-left .demos li {
  background-color: #edf0f2;
  border-radius: 40px;
  margin-bottom: 8px;
  display: block;
  padding: 8px 12px;
  width: fit-content;
}
.modern .modern-contents .modern-content.active .modern-content-left .demos.links-container li {
  margin-bottom: 0;
}
.modern .modern-contents .modern-content.active .modern-content-left .demos a {
  color: #596c7d;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
.modern .modern-contents .modern-content.active .modern-content-left .demos a:focus {
  outline: auto;
}
.modern .modern-contents .modern-content.active .modern-content-left .tab-switcher {
  height: auto;
}
.modern .modern-contents .modern-content.active .modern-content-left .button-switch.active .modern-demo {
  color: white;
  background-color: #115bc0;
}
.modern .modern-contents .modern-content.active .modern-content-left .modern-demo {
  display: flex;
}
.modern .modern-contents .modern-content.active .modern-content-image {
  flex: 2;
}
.modern .modern-contents .modern-content.active .modern-content-image .modern-image {
  opacity: 0;
}
.modern .modern-contents .modern-content.active .modern-content-image .modern-image.active {
  height: inherit;
  opacity: 1;
  transition: opacity 1s ease-in;
}
.modern .modern-contents .modern-content.active .modern-content-image .modern-image.active img {
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}
.modern .modern-contents .modern-content.active .modern-content-image .modern-image img {
  display: none;
}
.modern .modern-contents .modern-content.active .modern-demo {
  display: none;
}
.modern .order_number {
  background-color: #2190f7;
  display: flex;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: white;
}
@media only screen and (max-width: 1400px) {
  .modern {
    height: auto;
    margin-top: 0;
  }
  .modern h2.title {
    padding-top: 64px;
  }
  .modern .modern-contents .modern-content.active {
    width: 100%;
    align-items: center;
    gap: 40px;
    position: relative;
  }
  .modern .modern-contents .modern-content.active .modern-demo {
    display: none;
  }
  .modern .modern-contents .modern-content.active .modern-content-left {
    max-width: max-content;
  }
  .modern .modern-contents .modern-content.active .modern-content-left h1 {
    width: 700px;
    margin: 0 auto;
  }
  .modern .modern-contents .modern-content.active .modern-content-left text {
    text-align: left;
    margin: 24px 0;
  }
  .modern .modern-contents .modern-content.active .modern-content-left .tab-switcher .button-switch .modern-demo {
    margin-top: 0;
  }
  .modern .modern-contents .modern-content.active .modern-demo {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .modern .tab-switcher {
    justify-content: center;
  }
  .modern .modern-contents .modern-content.active {
    position: relative;
    gap: 24px;
    flex-direction: column;
  }
  .modern .modern-contents .modern-content.active .modern-content-left {
    align-items: center;
  }
  .modern .modern-contents .modern-content.active .modern-content-image {
    height: auto;
    max-height: initial;
    min-width: 0;
    width: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .modern {
    height: auto;
  }
  .modern .modern-icon {
    width: 48px;
    height: 64px;
  }
  .modern .demos:not(.links-container) {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .modern .tab-switcher {
    height: 90px;
  }
  .modern .tab-switcher .tab-switch {
    padding: 0;
    display: flex;
    flex-direction: column;
    max-height: none;
    text-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    width: 64px;
    height: 83px;
  }
  .modern .tab-switcher .tab-switch span {
    color: #596c7d;
    opacity: 0.5;
  }
  .modern .tab-switcher .tab-switch.active {
    box-shadow: none;
    background-color: transparent;
  }
  .modern .tab-switcher .tab-switch.active span {
    opacity: 1;
  }
  .modern .tab-switcher .tab-switch.active .modern-wrapper-icon {
    background-color: #edf0f2;
  }
  .modern .tab-switcher .tab-switch.tab-switch {
    border-radius: 50%;
  }
  .modern .modern-wrapper-icon {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 4px;
  }
  .modern .modern-icon {
    width: 48px;
  }
  .modern h3.title {
    margin: 0;
    padding: 0 18px;
    text-align: center;
  }
  .modern .modern-tabs {
    margin-top: 32px;
    width: 100%;
  }
  .modern .modern-tabs .centered-tabs {
    justify-content: flex-start;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .modern .modern-tabs .centered-tabs::-webkit-scrollbar {
    display: none;
  }
  .modern .modern-tabs .modern-tab {
    width: auto;
  }
  .modern .modern-contents {
    height: auto;
  }
  .modern .modern-contents .modern-content.active .modern-content-left {
    text-align: left;
    margin-top: 30px;
    text-align: center;
    align-items: center;
  }
  .modern .modern-contents .modern-content.active .modern-content-left .title {
    padding: 0;
  }
  .modern .modern-contents .modern-content.active .modern-content-left h1 {
    font-size: 28px;
    line-height: 140%;
    text-align: center;
  }
  .modern .modern-contents .modern-content.active .modern-content-left p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
  }
  .modern .modern-contents .modern-content.active .modern-content-left h1,
  .modern .modern-contents .modern-content.active .modern-content-left p {
    width: auto;
  }
  .modern .modern-contents .modern-content.active .modern-content-left .tab-switcher {
    margin-top: 24px;
    padding: 4px;
    margin-bottom: 0;
  }
  .modern .modern-contents .modern-content.active .modern-content-left .modern-demo {
    display: none;
  }
  .modern .modern-contents .modern-content.active .modern-demo {
    display: flex;
  }
  .modern .modern-contents .modern-content.active .modern-content-image {
    height: auto;
    width: auto;
    min-width: 0;
    padding: 0;
  }
}
@keyframes menuNotificationGrowUp {
  0% {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-width: 1px;
    opacity: 1;
  }
  100% {
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    border-width: 14px;
    opacity: 0;
  }
}
.badge-new {
  padding: 2px 6px;
  min-width: 20px;
  max-height: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff9000;
  border-radius: 50px;
  font-size: 14px;
  line-height: 18px;
  color: white;
  position: relative;
}
.badge-new:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #ff9000;
  border-radius: 50px;
  animation: menuNotificationGrowUp 2s;
  animation-iteration-count: 3;
}
.indicator-new {
  width: 24px;
  height: 24px;
  background: url('/Content/images/indicator-new.svg') no-repeat;
}
body {
  color: #3f4d5a;
}
.net-core.sticky-wrapper .tabs {
  margin-top: 0;
  margin-bottom: 80px;
}
.net-core.sticky-wrapper .tabs,
.net-core.sticky-wrapper .tbs {
  max-width: 100%;
  min-width: 100%;
}
.net-core.banner {
  color: #222930;
  height: 800px;
  background-color: #fdfdfe;
}
.net-core.banner .btn {
  min-width: 160px;
  text-wrap: nowrap;
}
.net-core.banner .content-width {
  padding: 0;
}
.net-core.banner .image-container {
  position: absolute;
  margin-right: -5%;
  bottom: 0;
  max-height: 100%;
}
.net-core.banner .image-container .centered-image {
  display: none;
}
.net-core.banner .image-container .side-image {
  max-width: 110%;
}
.net-core.banner .banner-content {
  z-index: 1;
  max-width: 800px;
}
.net-core.banner .banner-content .banner-title {
  color: #222930;
  font-size: 48px;
  line-height: 64px;
}
.net-core.banner .banner-content .banner-title .banner-subtitle {
  font-size: 40px;
  line-height: 52px;
}
.net-core.banner .banner-content .banner-text {
  color: #485865;
}
.net-core.banner .btn,
.net-core.bottom-banner .btn,
.net-core .tab-item .btn {
  min-width: 180px;
}
.net-core .labels-container,
.net-core .buttons-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.net-core .subscription-label {
  --subscription-color: #2190f7;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 4px;
  height: 32px;
  font-size: 16px;
  line-height: 18px;
  color: var(--subscription-color);
  padding: 4px 8px;
  border: 2px solid var(--subscription-color);
  border-radius: 99px;
  text-decoration: none;
}
.net-core .subscription-label.orange {
  --subscription-color: #ff9000;
}
.net-core .subscription-label.red {
  --subscription-color: #dd1144;
}
.net-core .subscription-label.green {
  --subscription-color: #2bb879;
}
.net-core .tabs-descr {
  text-align: center;
  display: flex;
  align-items: center;
  flex-flow: column;
}
.net-core .tabs-descr .title {
  font-size: 40px;
  line-height: 48px;
  margin-top: 0;
  margin-bottom: 40px;
  width: unset;
  max-width: 680px;
}
.net-core .tabs-descr .text {
  font-size: 22px;
  line-height: 30px;
  margin: 22px 0 80px 0;
  color: #485865;
  max-width: 1100px;
}
.net-core .tab-item {
  max-width: 1600px;
  margin: 0 auto 80px auto;
  padding: 0 32px 0;
  background-color: white;
}
.net-core .tab-item .tab-content {
  background-color: #f9fafc;
  border: 1px solid rgba(28, 45, 54, 0.07);
  margin: 0;
  padding: 32px;
  gap: 40px;
  border-radius: 12px;
}
.net-core .tab-item .tab-content h3.title {
  font-size: 24px;
}
.net-core .tab-item .tab-content .tab-text {
  max-width: 1200px;
}
.net-core .tab-item .tab-content .tab-text .text,
.net-core .tab-item .tab-content .tab-text .title {
  width: unset;
  max-width: 800px;
}
.net-core .tab-item .tab-content .tab-text .title {
  margin-top: 32px;
}
.net-core .tab-item .tab-content .tab-text .text {
  width: unset;
  margin: 24px 0;
}
.net-core .tab-item .tab-content.columns-layout {
  display: flex;
  align-items: stretch;
  flex-flow: row;
  padding: 0;
  border: none;
  gap: 24px;
  background-color: transparent;
}
.net-core .tab-item .tab-content.columns-layout .tab-content-part {
  flex: 0.5;
  display: flex;
  flex-flow: column;
  padding: 32px;
}
.net-core .tab-item .tab-content.columns-layout .tab-content-part .tab-example {
  flex: 0;
}
.net-core .tab-item .tab-content.columns-layout .tab-content-part .tab-text {
  display: flex;
  flex-flow: column;
}
.net-core .tab-item .tab-content.columns-layout .tab-content-part .tab-text .text {
  flex: 1;
}
.net-core .tab-item .tab-content.columns-layout .title {
  text-align: left;
}
.net-core .tab-item .tab-content.crud-operations,
.net-core .tab-item .tab-content.crud-web-api {
  min-height: 440px;
}
.net-core .tab-item .tab-content.crud-operations {
  margin-bottom: 40px;
}
.net-core .tab-item .tab-content.crud-operations .image-container img {
  margin-bottom: -32px;
}
.net-core .tab-item .tab-content.mobile-development {
  position: relative;
}
.net-core .tab-item .tab-content.mobile-development .tab-text {
  z-index: 2;
  max-width: 560px;
}
.net-core .tab-item .tab-content.mobile-development::before {
  content: '';
  position: absolute;
  border-radius: 12px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: -160% 10%;
  background-size: 120%;
  background-image: url('/Content/Images/NetCore/tabs/XAFDevices.png');
}
.net-core .tab-item .tab-content .tab-example .tab-example-content.active {
  display: flex;
}
.net-core .tab-item .tab-content .tab-example .tab-example-content.active img {
  border: 1px solid rgba(28, 45, 54, 0.07);
  max-height: 392px;
  height: 392px;
  border-radius: 12px;
}
.net-core .tab-item.embedded-analytics {
  padding-bottom: 40px;
}
.net-core .tab-item.embedded-analytics .tabs-descr {
  margin-top: 40px;
}
.net-core.bottom-banner {
  background-color: #168bf2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('data:image/svg+xml,%3Csvg width="1590" height="620" viewBox="0 0 1590 620" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1961.99 -371.265L2177.49 -172.197L1041.42 833.088C954.176 913.68 861.97 964.11 764.8 984.379C668.153 1004.17 572.29 998.133 477.21 966.282C382.652 933.949 294.103 879.657 211.561 803.409C127.974 726.194 68.4187 643.672 32.8944 555.841C-2.10751 467.527 -8.63773 378.973 13.3038 290.176C35.7677 200.898 90.6216 115.962 177.865 35.3699L935.63 -664.624L1151.13 -465.556L393.362 234.437C340.076 283.661 305.335 332.161 289.14 379.938C273.467 427.231 273.728 473.318 289.923 518.199C306.118 563.08 336.418 606.03 380.824 647.05C425.752 688.553 472.247 716.543 520.309 731.02C568.894 745.981 618.524 745.98 669.198 731.02C720.395 715.577 772.636 683.244 825.923 634.02L1961.99 -371.265Z" fill="white" fill-opacity="0.2"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.net-core.bottom-banner .buttons {
  margin-top: 48px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.net-core.bottom-banner .btn-solid {
  background-color: white;
  color: #2190f7;
}
.net-core.bottom-banner .banner-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 80px 32px;
}
.net-core.bottom-banner .banner-title,
.net-core.bottom-banner .banner-text {
  text-align: center;
  color: white;
}
.net-core.bottom-banner .banner-title {
  margin: 0;
  font-size: 40px;
}
.net-core.bottom-banner .banner-text {
  margin-top: 32px;
  font-size: 14px;
  line-height: 19px;
}
@media only screen and (min-width: 2560px) {
  .net-core.banner .side-image {
    margin-top: -5%;
  }
}
@media only screen and (max-width: 2560px) {
  .net-core.banner .content-width .banner-content {
    max-width: 760px;
  }
  .net-core.banner .content-width .banner-content .banner-title {
    font-size: 44px;
    line-height: 56px;
  }
  .net-core.banner .content-width .banner-content .banner-title .banner-subtitle {
    font-size: 36px;
    line-height: 48px;
  }
  .net-core.banner .content-width .banner-content .banner-text {
    line-height: 30px;
  }
}
@media only screen and (max-width: 1920px) {
  .net-core.banner {
    height: 680px;
  }
  .net-core.banner .content-width {
    max-width: 1760px;
    margin: 0 80px;
  }
  .net-core.banner .content-width .banner-content {
    box-sizing: border-box;
    max-width: 700px;
    padding: 24px;
  }
  .net-core.banner .content-width .banner-content .banner-title {
    margin-top: 0;
    font-size: 40px;
    line-height: 56px;
  }
  .net-core.banner .content-width .banner-content .banner-title .banner-subtitle {
    font-size: 32px;
    line-height: 44px;
  }
  .net-core.banner .content-width .banner-content .buttons-container {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 1400.5px) and (max-width: 1600px) {
  .net-core.banner {
    max-height: 620px;
  }
}
@media only screen and (min-width: 1400px) {
  .net-core.banner .content-width {
    align-items: flex-start;
  }
  .net-core.banner .content-width .banner-content {
    margin: 80px 0 0 0;
  }
  .net-core .tab-item {
    margin: 0 auto 120px auto;
  }
  .net-core .tab-item .tab-content {
    padding: 28px 40px 28px 48px;
  }
  .net-core .tab-item .tab-content .tab-text {
    flex: 1;
    min-width: 560px;
  }
  .net-core .tab-item .tab-content .tab-text .title {
    margin-top: 24px;
  }
  .net-core .tab-item .tab-content .tab-content-part .title {
    margin-top: 40px;
  }
  .net-core.bottom-banner {
    min-height: 620px;
  }
}
@media only screen and (max-width: 1400px) {
  .net-core h3.title,
  .net-core .text {
    text-align: center;
  }
  .net-core .tabs-descr .text {
    margin-top: 0;
  }
  .net-core .tab-text .text {
    text-align: left;
    color: #485865;
  }
  .net-core.banner {
    display: block;
    height: unset;
  }
  .net-core.banner .image-container {
    position: relative;
    margin-right: unset;
  }
  .net-core.banner .image-container img {
    margin-top: -33%;
  }
  .net-core.banner .image-container img.centered-image {
    display: block;
  }
  .net-core.banner .image-container img.side-image {
    display: none;
  }
  .net-core.banner .content-width {
    align-items: start;
    margin: 40px;
  }
  .net-core.banner .content-width .banner-content {
    box-sizing: border-box;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 24px;
  }
  .net-core.banner .content-width .banner-content .banner-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 64px;
    text-align: center;
  }
  .net-core.banner .content-width .banner-content .banner-title .banner-subtitle {
    font-size: 40px;
    line-height: 52px;
  }
  .net-core.banner .content-width .banner-content .banner-text {
    text-align: center;
    margin: 0 0;
    max-width: 700px;
    font-size: 16px;
    line-height: 22px;
  }
  .net-core.banner .content-width .banner-content .buttons-container {
    margin-top: 40px;
    justify-content: center;
  }
  .net-core.banner .content-width .banner-content .buttons-container .btn {
    min-width: 160px;
    max-width: 240px;
    font-size: 16px;
  }
  .net-core .tab-item {
    padding-top: 0;
  }
  .net-core .tab-item.core-backend .tabs-descr .text,
  .net-core .tab-item.embedded-analytics .tabs-descr .text {
    margin: 0 32px 80px 32px;
  }
  .net-core .tab-item .tab-content .tab-text {
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }
  .net-core .tab-item .tab-content.crud-operations,
  .net-core .tab-item .tab-content.crud-web-api {
    display: block;
  }
  .net-core .tab-item .tab-content.crud-operations .tab-text .text,
  .net-core .tab-item .tab-content.crud-web-api .tab-text .text {
    text-align: center;
  }
  .net-core .tab-item .tab-content.crud-operations::before,
  .net-core .tab-item .tab-content.crud-web-api::before {
    height: 50%;
    position: relative;
    left: unset;
    background-position: center bottom;
  }
  .net-core .tab-item .tab-content.crud-operations {
    padding-bottom: 0;
  }
  .net-core .tab-item .tab-content.crud-operations .image-container img {
    margin-bottom: 0;
  }
  .net-core .tab-item .tab-content.crud-web-api .image-container {
    margin-bottom: 21px;
  }
  .net-core .tab-item .tab-content.columns-layout .tab-text {
    min-width: unset;
    align-items: flex-start;
  }
  .net-core .tab-item .tab-content.mobile-development {
    height: 740px;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0;
  }
  .net-core .tab-item .tab-content.mobile-development .tab-text {
    align-items: center;
    max-width: unset;
  }
  .net-core .tab-item .tab-content.mobile-development .tab-text .text {
    text-align: center;
  }
  .net-core .tab-item .tab-content.mobile-development::before {
    background-position-x: 25%;
    background-position-y: -15%;
    bottom: 0;
    height: 500px;
    background-size: 1640px;
  }
}
@media only screen and (max-width: 1040px) {
  #body.body {
    overflow: unset;
  }
}
@media only screen and (max-width: 1200px) {
  .net-core.banner {
    position: relative;
  }
  .net-core.banner .content-width {
    max-width: 1120px;
    align-items: start;
    margin: 40px 40px 0 40px;
  }
  .net-core.banner .content-width .banner-content {
    box-sizing: border-box;
    max-width: unset;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 24px;
  }
  .net-core.banner .content-width .banner-content .banner-title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
  }
  .net-core.banner .content-width .banner-content .banner-title .banner-subtitle {
    font-size: 32px;
    line-height: 44px;
  }
  .net-core.banner .content-width .banner-content .banner-text {
    text-align: center;
    margin: 0 0;
    max-width: 500px;
    font-size: 16px;
    line-height: 22px;
  }
  .net-core.banner .content-width .banner-content .buttons-container {
    margin-top: 40px;
    justify-content: center;
  }
  .net-core.banner .content-width .banner-content .buttons-container .btn {
    min-width: 160px;
    max-width: 240px;
    font-size: 16px;
  }
  .net-core .tabs-descr .text {
    margin-bottom: 80px;
  }
  .net-core .tab-item .tab-content .tab-text {
    max-width: unset;
  }
  .net-core .tab-item .tab-content .tab-text .text,
  .net-core .tab-item .tab-content .tab-text .title {
    max-width: 800px;
  }
  .net-core .tab-item .tab-content .tab-text .title {
    margin-bottom: 12px;
  }
  .net-core .tab-item .tab-content .tab-example .tab-example-content.active img {
    max-height: unset;
  }
  .net-core .tab-item .tab-content.crud-web-api .image-container {
    margin-bottom: 0;
  }
  .net-core .tab-item .tab-content.columns-layout {
    flex-flow: column;
    align-items: center;
    padding: 0 0 32px 0;
  }
  .net-core .tab-item .tab-content.columns-layout .tab-text {
    display: block;
  }
  .net-core .tab-item .tab-content.columns-layout .tab-text .title {
    margin-top: 40px;
    margin-left: 0;
  }
  .net-core .tab-item .tab-content.columns-layout .tab-content-part {
    flex: 1;
    padding: 32px;
  }
  .net-core .tab-item .tab-content.columns-layout .tab-content-part:last-child {
    padding-bottom: 0;
  }
  .net-core .tab-item .tab-content.columns-layout .tab-example-content {
    height: auto;
    display: flex;
    justify-content: center;
  }
  .net-core .tab-item .tab-content.mobile-development {
    height: 740px;
  }
  .net-core .tab-item .tab-content.mobile-development:before {
    background-position-x: 35%;
    background-position-y: -20%;
    bottom: 0;
    height: 550px;
    background-size: 1640px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1600px) {
  .net-core .tab-content.crud-web-api .image-container {
    padding: 32px 24px 0 32px;
  }
}
@media only screen and (max-width: 800px) {
  .net-core.sticky-wrapper .tabs {
    margin-top: 0;
  }
  .net-core.banner {
    background-color: #fdfdfe;
    min-height: 740px;
    display: flex;
    flex-flow: column;
  }
  .net-core.banner .content-width .banner-content {
    padding: 24px 0;
  }
  .net-core.banner .content-width .banner-content .banner-title {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
  }
  .net-core.banner .content-width .banner-content .banner-title .banner-subtitle {
    font-size: 24px;
    line-height: 32px;
  }
  .net-core.banner .content-width .banner-content .buttons-container {
    flex-direction: row;
  }
  .net-core.banner .content-width .banner-content .btn {
    margin-bottom: 0;
  }
  .net-core.banner .content-width .banner-content .btn span {
    display: inline;
  }
  .net-core.banner .image-container {
    display: flex;
    justify-content: center;
  }
  .net-core.banner .image-container .centered-image {
    width: 150%;
    max-width: unset;
    margin-top: -540px;
    margin-left: 0;
  }
  .net-core .tabs-descr .title {
    font-size: 32px;
  }
  .net-core .tab-item .tab-content.columns-layout .tab-content-part {
    padding: 0 0 64px 0;
  }
  .net-core .tab-item .tab-content.crud-web-api,
  .net-core .tab-item .tab-content.crud-operations {
    padding: 0;
  }
  .net-core .tab-item .tab-content.crud-web-api .tab-text,
  .net-core .tab-item .tab-content.crud-operations .tab-text {
    padding: 64px 24px 24px;
  }
  .net-core .tab-item .tab-content.crud-web-api .tab-text .title,
  .net-core .tab-item .tab-content.crud-operations .tab-text .title {
    margin-top: 0;
  }
  .net-core .tab-item .tab-content.mobile-development {
    height: 840px;
  }
  .net-core .tab-item .tab-content.mobile-development .tab-text {
    min-width: unset;
  }
  .net-core .tab-item .tab-content.mobile-development:before {
    background-position-x: 40%;
    background-position-y: -7%;
    bottom: 0;
    height: 500px;
    background-size: 1650px;
  }
  .net-core.bottom-banner {
    background-size: 150% 150%;
    background-position: center;
  }
  .net-core.bottom-banner .banner-content {
    margin: 80px 40px;
    max-width: 480px;
  }
}
@media only screen and (max-width: 560px) {
  .net-core .tabs-descr h2.title {
    line-height: 40px;
  }
  .net-core .tab-item {
    padding: 0 0 0;
  }
  .net-core .tab-item .tabs-descr {
    padding: 0 24px;
  }
  .net-core .tab-item .tab-content.crud-web-api,
  .net-core .tab-item .tab-content.crud-operations {
    margin: 0 24px 0 24px;
  }
  .net-core .tab-item .tab-content.crud-web-api .tab-text,
  .net-core .tab-item .tab-content.crud-operations .tab-text {
    min-width: unset;
    padding: 64px 24px 24px 24px;
  }
  .net-core .tab-item .tab-content.crud-operations {
    margin-bottom: 40px;
  }
  .net-core .tab-item .tab-content.crud-web-api {
    height: auto;
  }
  .net-core .tab-item .tab-content.crud-web-api:before {
    left: 0;
  }
  .net-core .tab-item .tab-content.columns-layout .tab-content-part {
    padding: 24px;
  }
  .net-core .tab-item .tab-content.mobile-development {
    margin: 0 24px;
  }
  .net-core .tab-item .tab-content.mobile-development:before {
    height: 450px;
  }
  .net-core .bottom-banner .banner-content .banner-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .net-core .labels-container {
    flex-flow: column;
  }
}
