/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
  color: inherit;
}

a:active,
a:hover {
  outline: 0;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

header .navigation .el-menu .bottom-menu {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  display: none;
}

header .el-menu:hover > .bottom-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}

header .el-menu:hover > .bottom-menu .wrapper .image-menu-content {
  display: none;
}

header .bottom-menu .no-outline {
  outline: none;
}

header .bottom-menu.collapsed .wrapper .menu {
  height: 0;
  padding: 0;
  margin: 0;
}

header .bottom-menu.collapsed .wrapper .menu .icons-decor {
  display: none;
}

header .bottom-menu.collapsed .wrapper .image-menu-content {
  transform: rotate(0) !important;
}

header .bottom-menu .wrapper {
  position: fixed;
  left: 50%;
  top: 83px;
  transform: translate(-50%);
  background: rgba(45, 45, 50, 0.85);
  border-radius: 0 0 30px 30px;
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  padding: 0 58px;
  overflow: hidden;
}

header .bottom-menu .wrapper .menu {
  display: flex;
  justify-content: center;
  transition-property: height;
  transition-duration: .5s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 100px;
}

header .bottom-menu .wrapper .menu .items-wrapper {
  height: 112px;
  transition-duration: 500ms;
  display: flex;
}

header .bottom-menu .wrapper .menu .items-wrapper .item > a {
  display: block;
}

header .bottom-menu .wrapper .image-menu-content {
  width: 100%;
  text-align: center;
  cursor: pointer;
  transform: rotate(-180deg);
  display: none;
}

header .bottom-menu .wrapper .icon-menu {
  width: 14px;
  height: 21px;
}

header .bottom-menu .wrapper .item {
  width: 105px;
  outline: none;
  margin: 15px 7px 0;
  cursor: pointer;
}

header .bottom-menu .wrapper .item:hover .text {
  opacity: 1;
}

header .bottom-menu .wrapper .item .new-item {
  position: absolute;
  border-radius: 4px;
  display: block;
  background: linear-gradient(134.23deg, #F9EA48 2.45%, #FE6D1D 47.82%, #FF0000 94.15%);
  color: #fff;
  right: -23px;
  top: -4px;
  padding: 3px 4px;
  font-size: 8px;
  line-height: 13px;
  font-family: Myriad_Pro_Bold, sans-serif;
}

header .bottom-menu .wrapper .item .active .new-item {
  background: rgba(255, 255, 255, 0.24);
}

header .bottom-menu .wrapper .item .active .new-item .new-text {
  background: -webkit-linear-gradient(134.23deg, #f9ea48 2.45%, #fe6d1d 47.82%, red 94.15%);
  -webkit-background-clip: text;
  color: transparent;
}

header .bottom-menu .wrapper .item .text {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  opacity: 0.8;
  text-align: center;
  margin-top: 11px;
  font-family: Proxima_Nova_Regular;
  padding: 0 4px;
  font-weight: normal;
}

header .bottom-menu .wrapper .item-menu-icon {
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
}

header .bottom-menu .wrapper .icons-decor {
  width: 100%;
  position: absolute;
  display: none;
}

header .bottom-menu .wrapper .icons-decor .left {
  position: absolute;
  left: 0;
  height: 131px;
  display: flex;
  cursor: pointer;
}

header .bottom-menu .wrapper .icons-decor .left img {
  top: 50px;
  transform: rotate(90deg);
  opacity: 0.4;
}

header .bottom-menu .wrapper .icons-decor .right {
  position: absolute;
  right: 0;
  height: 131px;
  display: flex;
  cursor: pointer;
}

header .bottom-menu .wrapper .icons-decor .right img {
  top: 50px;
  transform: rotate(-90deg);
  opacity: 0.4;
}

header .bottom-menu .general-bg {
  width: 30px;
  height: 25px;
  margin: 0 auto;
  position: relative;
}

header .bottom-menu .software .general-bg {
  background: url("../../assets/img/icons/new/unacive/Custom_software_un.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .software:hover .general-bg,
header .bottom-menu .software.active .general-bg {
  background: url("../../assets/img/icons/new/active/Software_active.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .finTech .general-bg {
  background: url("../../assets/img/icons/new/unacive/FinTech.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .finTech:hover .general-bg,
header .bottom-menu .finTech.active .general-bg {
  background: url("../../assets/img/icons/new/active/FinTech_active.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .enterprise .general-bg {
  background: url("../../assets/img/icons/new/unacive/Enterprise_software_un.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .enterprise:hover .general-bg,
header .bottom-menu .enterprise.active .general-bg {
  background: url("../../assets/img/icons/new/active/Enterprise_software_active.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .mobile .general-bg {
  background: url("../../assets/img/icons/new/unacive/Mobile_un.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .mobile:hover .general-bg,
header .bottom-menu .mobile.active .general-bg {
  background: url("../../assets/img/icons/new/active/Mobile_active.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .iot .general-bg {
  background: url("../../assets/img/icons/new/unacive/IoT_un.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .iot:hover .general-bg,
header .bottom-menu .iot.active .general-bg {
  background: url("../../assets/img/icons/new/active/IoT_active.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .big-data .general-bg {
  background: url("../../assets/img/icons/new/unacive/Big_Data.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .big-data:hover .general-bg,
header .bottom-menu .big-data.active .general-bg {
  background: url("../../assets/img/icons/new/active/BigData&BI_active.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .web .general-bg {
  background: url("../../assets/img/icons/new/unacive/Web_un.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .web:hover .general-bg,
header .bottom-menu .web.active .general-bg {
  background: url("../../assets/img/icons/new/active/Web_active.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .devops .general-bg {
  width: 30px;
  background: url("../../assets/img/icons/new/unacive/CloudDevOps_un.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .devops:hover .general-bg,
header .bottom-menu .devops.active .general-bg {
  background: url("../../assets/img/icons/new/active/Cloud_active.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .ui-ux .general-bg {
  background: url("../../assets/img/icons/new/unacive/UX_un.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .ui-ux:hover .general-bg,
header .bottom-menu .ui-ux.active .general-bg {
  background: url("../../assets/img/icons/new/active/UX_acive.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .mvp .general-bg {
  background: url("../../assets/img/icons/new/unacive/MVP_icon.svg") center no-repeat;
  background-size: contain;
}

header .bottom-menu .mvp:hover .general-bg,
header .bottom-menu .mvp.active .general-bg {
  background: url("../../assets/img/icons/new/active/MVP_icon_active.svg") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  header .bottom-menu .wrapper {
    width: 100%;
    padding: 0 15px;
    border-radius: 0;
    top: 65px;
    display: none;
  }

  header .bottom-menu .wrapper .items-wrapper {
    overflow-x: auto;
    justify-content: flex-start;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    height: 110px;
  }

  header .bottom-menu .wrapper .items-wrapper::-webkit-scrollbar {
    width: 0 !important;
  }

  header .bottom-menu .wrapper .items-wrapper .item {
    min-width: 85px;
  }

  header .bottom-menu .wrapper .items-wrapper .item .enterprise {
    min-width: 100px;
  }

  header .bottom-menu .wrapper .items-wrapper .item .text {
    font-size: 12px;
    line-height: 16px;
  }

  header .bottom-menu .wrapper .icons-decor {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  header .bottom-menu .wrapper {
    width: 100%;
    padding: 0 15px;
    border-radius: 0;
    top: 73px;
    display: none;
  }

  header .bottom-menu .wrapper .menu .items-wrapper {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    height: 120px;
    margin: 0 auto;
    max-width: 800px;
  }

  header .bottom-menu .wrapper .menu .items-wrapper::-webkit-scrollbar {
    width: 0 !important;
  }

  header .bottom-menu .wrapper .menu .items-wrapper .item {
    margin: 25px 2px 0;
    min-width: auto;
  }

  header .bottom-menu .wrapper .menu .items-wrapper .item .text {
    font-size: 11px;
    line-height: 14px;
  }

  header .bottom-menu .wrapper .menu .items-wrapper .item .software {
    min-width: 85px;
  }

  header .bottom-menu .wrapper .menu .items-wrapper .item .finTech {
    min-width: 85px;
  }

  header .bottom-menu .wrapper .menu .items-wrapper .item .enterprise {
    min-width: 105px;
  }

  header .bottom-menu .wrapper .menu .items-wrapper .item .mobile {
    min-width: 80px;
  }

  header .bottom-menu .wrapper .menu .items-wrapper .item .iot {
    min-width: 55px;
  }

  header .bottom-menu .wrapper .menu .items-wrapper .item .big-data {
    min-width: 53px;
  }

  header .bottom-menu .wrapper .menu .items-wrapper .item .web {
    min-width: 60px;
  }

  header .bottom-menu .wrapper .menu .items-wrapper .item .devops {
    min-width: 55px;
  }

  header .bottom-menu .wrapper .menu .items-wrapper .item .ui-ux {
    min-width: 60px;
  }

  header .bottom-menu .wrapper .icons-decor {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  header .bottom-menu .wrapper {
    padding: 0 25px;
  }

  header .bottom-menu .wrapper .icons-decor {
    display: none;
  }

  header .bottom-menu .wrapper .item {
    margin: 20px 0 0;
  }
}

* {
  box-sizing: border-box;
}

.wrapper-header .header {
  display: flex;
  justify-content: space-between;
  padding: 20px 180px 0 180px;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 99997;
  animation-delay: 250ms;
  animation-duration: 0.5s;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.08);
}

.wrapper-header .header .header-conteiner {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 1210px;
  justify-content: space-between;
}

.wrapper-header .header .hamburg-menu {
  display: flex;
  flex-direction: column;
  align-self: center;
}

.wrapper-header .header .hamburg-menu .line-general {
  margin-top: 10px;
}

.wrapper-header .header .hamburg-menu {
  display: none;
}

.wrapper-header .header .logo {
  cursor: pointer;
}

.wrapper-header .header .logo .image {
  width: 140px;
  max-width: 140px;
  max-height: 44px;
  height: auto;
  outline: none;
}

.wrapper-header .header .icon-logo {
  width: 45px;
  height: 43px;
  margin-left: 10px;
  z-index: 10;
  visibility: hidden;
  position: absolute;
  left: 1050px;
  top: 375px;
  animation-play-state: paused;
  display: none;
}

.wrapper-header .menu {
  display: flex;
}

.wrapper-header .menu .navigation {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wrapper-header .menu .navigation .el-menu {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000;
  margin: 0 22px;
  font-family: Proxima_Nova_Regular, sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
  outline: none;
}

.wrapper-header .menu .navigation .el-menu > a {
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.wrapper-header .menu .navigation .el-menu:hover {
  cursor: pointer;
  color: #000;
  font-weight: bold;
}

.wrapper-header .menu .navigation .active-menu {
  color: #000;
  font-family: Proxima_Nova_Bold, sans-serif;
}

.wrapper-header .menu .navigation .software-active .drop-menu {
  display: none;
}

.wrapper-header .info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.wrapper-header .info .search {
  display: block;
  max-width: 16px;
  max-height: 16px;
  cursor: pointer;
}

.wrapper-header .info .language {
  margin: 0 20px;
  font-family: Proxima_Nova_Bold, sans-serif;
}

.wrapper-header .info .custom-button {
  padding: 13px 40px;
}

.wrapper-header .info .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav {
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  background: #161616;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  height: 100vh;
  right: -120rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  padding: 6rem 0 2rem;
  display: flex;
  justify-content: center;
}

.image-wrapper-bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-wrapper-bg:after {
  content: "";
  background: url("../../assets/img/common/logo_white.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.15;
  width: 157px;
  height: 157px;
  position: absolute;
  top: 15px;
  left: -55px;
}

.image-wrapper-bg:before {
  content: "";
  background: url("../../assets/img/common/logo_white.svg") no-repeat center center;
  background-size: contain;
  opacity: 0.15;
  width: 224px;
  height: 225px;
  position: absolute;
  bottom: 23px;
  right: 26px;
}

.nav.expanded {
  right: 0;
  box-shadow: 4px 2px 29px 29px rgba(0, 0, 0, 0.08);
}

.nav ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style: none;
  padding: 0;
  max-width: 150px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nav ul li {
  font-size: 24px;
  line-height: 30px;
  opacity: 0.9;
  color: #ffffff;
  font-family: Proxima_Nova_Regular, sans-serif;
  cursor: pointer;
  margin: 0;
  padding: 20px;
  outline: none;
}

.nav ul li.active-menu {
  color: #fff;
  opacity: 1;
  font-family: Proxima_Nova_Bold, sans-serif;
}

.nav {
  padding: 0;
  width: 100%;
}

.nav .nav-base {
  width: 100%;
  max-width: none;
  transition: all 0.2s;
}

.nav .nav-base .active-element {
  font-weight: bold;
  background: #023aff;
  opacity: 1;
}

.nav .nav-base .active-element::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.nav .nav-base li {
  padding: 15px 20px;
}

.nav .mobile-menu-software {
  width: 0;
  overflow: scroll;
  height: 88%;
  margin-top: 0;
  top: 57%;
  right: 0;
  text-align: initial;
  border-radius: 30px 0 0 0;
  max-width: none;
  transition: all 0.2s;
}

.nav .mobile-menu-software li {
  font-size: 16px;
  line-height: 18px;
  padding-right: 0;
  width: 143px;
}

.nav .mobile-menu-software li.new {
  position: relative;
}

.nav .mobile-menu-software li .new-item {
  position: absolute;
  border-radius: 4px;
  display: block;
  background: linear-gradient(134.23deg, #F9EA48 2.45%, #FE6D1D 47.82%, #FF0000 94.15%);
  color: #fff;
  right: 0;
  top: 0;
  padding: 1px 5px;
  font-size: 8px;
  line-height: 13px;
  font-family: Myriad_Pro_Bold, sans-serif;
}

.nav .mobile-menu-software.new {
  position: relative;
}

.nav-mobile {
  justify-content: flex-start;
  transition: all 0.2s;
}

.nav-mobile .nav-base {
  width: 55%;
  top: 59%;
  text-align: initial;
}

.nav-mobile .nav-base .margin-active-list {
  margin-right: 37px;
}

.nav-mobile .mobile-menu-software {
  width: 50%;
  background: #023aff;
  padding-top: 0;
  padding-bottom: 30px;
  overflow: scroll;
  padding-left: 20px;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  position: absolute;
  top: auto;
  bottom: 0;
  overflow: scroll;
  max-height: 80%;
  padding-bottom: 140px;
}

.nav-mobile .mobile-menu-software::-webkit-scrollbar {
  width: 0 !important;
  -webkit-appearance: none;
}

.nav-mobile .mobile-menu-software li {
  outline: none;
}

.nav-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 2rem;
  right: 2rem;
  position: fixed;
  top: 2rem;
  width: 3.6rem;
  z-index: 2;
  text-align: center;
}

.nav-toggle:hover {
  opacity: 0.8;
}

.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  content: "";
  height: 0.4rem;
  width: 100%;
}

.nav-toggle .nav-toggle-bar {
  height: 0;
  margin-top: -4px;
}

.nav-toggle .nav-toggle-bar::before {
  margin-top: -8px;
  height: 2px;
  width: 25px;
  background: #000;
}

.nav-toggle .nav-toggle-bar::after {
  margin-top: 3px;
  height: 2px;
  width: 25px;
  background: #000;
}

.nav-toggle .nav-toggle-bar {
  margin-top: 0;
}

.nav-toggle .nav-toggle-bar::after {
  margin-top: 0.4rem;
}

.nav-toggle .nav-toggle-bar::before {
  margin-top: -0.4rem;
}

.nav-toggle.expanded .nav-toggle-bar {
  background: transparent;
}

.nav-toggle.expanded .nav-toggle-bar::after,
.nav-toggle.expanded .nav-toggle-bar::before {
  background: #fff;
  margin-top: 0;
}

.nav-toggle.expanded .nav-toggle-bar::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.expanded .nav-toggle-bar::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav .mobile-menu-software li {
  line-height: 20px;
  font-size: 15px;
  padding: 15px 0 20px;
}

@media screen and (min-width: 320px) and (max-width: 345px) {
  .nav-mobile .mobile-menu-software {
    padding-top: 0px;
    top: 60px;
    max-height: none;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-header .header {
    padding: 10px;
  }

  .wrapper-header .header .info {
    display: flex;
    padding-bottom: 10px;
  }

  .wrapper-header .header .info .content {
    display: none;
  }

  .wrapper-header .header .info .hamburg-menu {
    display: flex;
  }

  .wrapper-header .nav .mobile-menu-software li {
    line-height: 20px;
    font-size: 15px;
    padding: 15px 0 20px;
  }

  .wrapper-header .menu {
    display: none;
  }

  .wrapper-header .move-logo .icon-logo {
    display: none;
  }

  .wrapper-header .hamburg-menu .nav-toggle {
    margin-top: -15px;
  }

  .nav-toggle {
    right: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper-header .header {
    padding-left: 40px;
    padding-right: 40px;
    height: 73px;
    padding-top: 15px;
  }

  .wrapper-header .header .content {
    margin-right: 20px;
  }

  .wrapper-header .header .hamburg-menu {
    display: flex;
    flex-direction: column;
    margin-top: -10px;
    margin-left: 30px;
  }

  .wrapper-header .header .hamburg-menu .nav-toggle {
    margin-top: -13px;
  }

  .wrapper-header .menu {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .wrapper-header .header {
    padding-left: 100px;
    padding-right: 100px;
  }

  .wrapper-header .header .menu .el-menu {
    font-size: 14px;
    line-height: 18px;
    margin: 0 12px;
  }
}

* {
  box-sizing: border-box;
}

.wrapper-footer {
  font-family: Proxima_Nova_Regular, sans-serif !important;
  background: #161616;
}

.wrapper-footer .footer {
  background: #fff;
  border-radius: 40px 40px 0 0;
  padding: 40px 60px;
  max-width: 1290px;
  margin: 0 auto;
  position: relative;
  z-index: 6;
}

.wrapper-footer .footer .navigation {
  display: flex;
  margin-bottom: 0;
}

.wrapper-footer .footer .social {
  display: flex;
}

.wrapper-footer .footer .social svg {
  max-width: 24px;
  max-height: 24px;
  margin: 0 24px;
  cursor: pointer;
}

.wrapper-footer .footer .language-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.wrapper-footer .footer .language-switcher ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper-footer .footer .language-switcher li:not(:last-child) {
  margin-right: 10px;
}

.wrapper-footer .footer .language-switcher a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  padding: 5px 10px;
  border-bottom: 2px solid transparent;
}

.wrapper-footer .footer .language-switcher a.current {
  color: #023AFF;
  border-bottom-color: #023AFF;
}

.wrapper-footer .footer .language-switcher a:hover {
  border-bottom-color: #333;
}

.wrapper-footer .footer .year-footer .name-year {
  font-size: 16px;
  line-height: 16px;
  opacity: 0.3;
  margin: 0 auto;
  padding-top: 38px;
  text-align: center;
}

.wrapper-footer .footer .menu-footer {
  justify-content: center;
  align-items: flex-end;
}

.wrapper-footer .footer .menu-footer .navigation {
  display: flex;
  margin-right: 65px;
}

.wrapper-footer .menu-footer {
  display: flex;
  justify-content: space-between;
}

.wrapper-footer .menu-footer .element {
  margin: 0 16px;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  cursor: pointer;
}

.wrapper-footer .menu-footer .element:hover {
  color: #000000;
  opacity: 1;
  font-weight: 800;
}

.wrapper-footer .menu-footer .active-menu {
  color: #000000;
  opacity: 1;
  font-family: Proxima_Nova_Bold, sans-serif;
}

.wrapper-footer .menu-footer .privacyPolicy {
  opacity: 0.3;
}

.wrapper-footer.black {
  background: #fff;
}

.wrapper-footer.black .footer {
  background: #161616;
}

.wrapper-footer.black .footer .year-footer .name-year {
  color: #fff !important;
  opacity: 1;
}

.wrapper-footer.black .menu-footer .navigation .element {
  color: #fff !important;
}

.wrapper-footer.black .footer .info {
  color: #fff;
}

.grey-on-white-footer .wrapper-footer {
  background-color: #fff;
  color: #000;
}

.grey-on-white-footer .wrapper-footer .footer {
  background-color: #f8f8f8;
}

.white-on-grey-footer .wrapper-footer {
  background-color: #f8f8f8;
  color: #000;
}

.white-on-grey-footer .wrapper-footer .footer {
  background-color: #fff;
}

.dark-on-white-footer .wrapper-footer {
  background-color: #fff;
  color: #fff;
}

.dark-on-white-footer .wrapper-footer .footer {
  background: #161616;
}

.dark-on-white-footer .wrapper-footer .footer .element {
  color: #fff;
}

.dark-on-white-footer .wrapper-footer .language-switcher a {
  color: #fff;
}

.dark-on-white-footer .wrapper-footer .language-switcher a.current {
  color: #023AFF;
  border-bottom-color: #023AFF;
}

.dark-on-white-footer .wrapper-footer .language-switcher a:hover {
  border-bottom-color: #fff;
}

.dark-on-white-footer .wrapper-footer .social svg {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .wrapper-footer .container {
    max-width: none;
    padding: 0;
  }

  .wrapper-footer .footer {
    border-radius: 0;
    padding: 40px 30px 15px 10px;
  }

  .wrapper-footer .footer .social {
    width: 50px;
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    margin-bottom: 15px;
  }

  .wrapper-footer .footer .social img {
    max-width: 21px;
    max-height: 20px;
    margin: 0;
  }

  .wrapper-footer .footer .social img:last-child {
    margin-left: 30px;
  }

  .wrapper-footer .footer .info {
    padding-top: 25px;
    font-size: 14px;
    line-height: 22px;
  }

  .wrapper-footer .footer .menu-footer {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    margin: 0;
    justify-content: space-between;
  }

  .wrapper-footer .footer .menu-footer .social {
    justify-content: flex-end;
  }

  .wrapper-footer .footer .menu-footer .navigation {
    flex-direction: column;
    margin-right: 0;
  }

  .wrapper-footer .footer .menu-footer .navigation li {
    font-size: 14px;
    line-height: 22px;
    font-family: Proxima_Nova_Regular;
    margin-bottom: 16px;
    margin-left: 0;
  }

  .wrapper-footer .footer .menu-footer .privacyPolicy {
    opacity: 0.3;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .wrapper-footer .container {
    padding: 0;
    max-width: none;
  }

  .wrapper-footer .footer {
    margin: 0 auto;
    padding: 40px 0 30px;
    border-radius: 0;
  }

  .wrapper-footer .footer .menu-footer {
    justify-content: space-around;
    align-items: flex-start;
  }

  .wrapper-footer .footer .menu-footer .navigation {
    display: block;
    columns: 2;
  }

  .wrapper-footer .footer .menu-footer .navigation .element {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 18px;
    font-family: Proxima_Nova_Regular;
  }

  .wrapper-footer .footer .info {
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .wrapper-footer {
    padding: 0 100px;
  }

  .wrapper-footer .container {
    max-width: none;
  }

  .wrapper-footer .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .wrapper-footer .footer .row .info {
    padding-top: 25px;
  }

  .wrapper-footer .footer .menu-footer {
    flex-wrap: nowrap;
  }

  .wrapper-footer .footer .menu-footer .social {
    display: flex;
  }

  .wrapper-footer .footer .menu-footer .navigation .element {
    font-size: 14px;
    line-height: 16px;
  }
}

.cc-theme-edgeless.cc-window {
  backdrop-filter: blur(3px);
  color: rgba(255, 255, 255, 0.8) !important;
  background: rgba(0, 0, 0, 0.7) !important;
  font-size: 13px;
  padding: 20px 200px !important;
  max-width: none;
  font-family: "Proxima_Nova_Regular", sans-serif;
  bottom: auto;
  top: 82px;
  align-items: flex-start;
}

.cc-theme-edgeless.cc-window .cc-message {
  margin: 0 5px 0.5em 0;
}

.cc-theme-edgeless.cc-window.cc-bottom {
  bottom: auto;
  top: 82px;
}

.cc-theme-edgeless.cc-window .cc-compliance .cc-deny {
  display: none !important;
}

.cc-theme-edgeless.cc-window .cc-compliance .cc-allow {
  background: #023aff !important;
  border: 1px solid #023aff !important;
  padding: 7px 16px !important;
  color: #fff !important;
  font-size: 12px;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.5px;
  font-weight: bold;
  border-radius: 10px;
  text-decoration: none;
}

.privacy-policy {
  color: #007bff !important;
  text-decoration: none !important;
}

.privacy-policy:hover {
  color: #0056b3 !important;
}

.cc-revoke.cc-bottom {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .cc-theme-edgeless.cc-window {
    padding: 20px 10px !important;
    top: 63px;
  }

  .cc-theme-edgeless.cc-window.cc-bottom {
    bottom: auto;
    top: 63px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cc-theme-edgeless.cc-window {
    padding: 20px 40px !important;
    top: 72px;
  }

  .cc-theme-edgeless.cc-window.cc-bottom {
    bottom: auto;
    top: 72px;
    max-width: 100%;
  }

  .cc-floating.cc-theme-edgeless .cc-message {
    margin: 20px 0 !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .cc-theme-edgeless.cc-window {
    padding: 20px 100px !important;
  }
}

button {
  width: 100%;
  height: unset;
  border: none;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  outline: none;
  white-space: nowrap;
  transition: all 0.3s;
  position: relative;
}

button > a {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.inline {
  white-space: nowrap;
}

button.small {
  padding: 13px 20px;
  font-size: 14px;
  font-weight: bold;
  outline: none;
  font-family: Proxima_Nova_Bold;
}

button.medium {
  width: 248px;
  border-radius: 14px;
  padding: 20px 42px;
  font-size: 18px;
  outline: none;
  font-family: Proxima_Nova_Bold;
}

button.large {
  width: 386px;
  min-height: 80px;
  border-radius: 25px;
  padding: 31px 67px;
  outline: none;
  font-family: Proxima_Nova_Bold;
}

button.middle {
  width: max-content;
  min-width: 280px;
  border-radius: 10px;
  padding: 15px;
  font-size: 20px;
  line-height: 24px;
  outline: none;
  font-family: Proxima_Nova_Bold;
  text-transform: capitalize;
}

button.grey {
  color: #000;
  background: #ECEEF3;
}

button.dark {
  color: #fff;
  background: #16161b;
}

button.blue {
  color: #fff;
  background: #023AFF;
}

button.blue-gradient {
  color: #fff;
  background: linear-gradient(#005aff, #26adfe);
}

button.hover-blue-gradient:hover {
  background: linear-gradient(#1b6afd, #3ab4fd);
  color: #fff;
}

button.hover-white:hover {
  background: #023AFF;
  color: #fff;
}

button.hover-black:hover {
  background: #fff;
  color: #000000;
}

button.hover-black-bg:hover {
  background: #16161b;
  color: #fff;
}

@media screen and (min-width: 320px) and (max-width: 415px) {
  button {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  button.large {
    width: 100%;
    padding: 15px 36px;
    border-radius: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  button.medium {
    width: 220px;
    font-size: 16px;
    line-height: 22px;
    padding: 14px 40px;
  }

  button.small {
    min-width: 170px;
    width: max-content;
    padding: 14px;
  }

  button.large {
    font-size: 16px;
    line-height: 22px;
  }
}

.technologies {
  display: flex;
  margin-bottom: 190px;
}

.technologies .images {
  display: flex;
  margin-left: 25px;
}

.technologies .images img {
  width: 49px;
  height: 47px;
  margin: 0 25px;
}

.title-general {
  font-size: 40px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 40px;
  font-family: Myriad_Pro_Bold, sans-serif;
}

.title-general.small {
  font-size: 36px;
}

.title-general > * {
  font-size: inherit;
  margin: 0;
}

.text-general {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  opacity: 1;
  font-family: Proxima_Nova_Regular, sans-serif;
}

.line-general {
  height: 3px;
  width: 30px;
  background: #000000;
}

.line-general.orange {
  background: #FCA650;
  height: 3px;
}

.line-general.blue {
  background: #0FA5FB;
  height: 3px;
}

.line-general.green {
  background: #66cc99;
  height: 2px;
}

.line-general.blue-full {
  background: #4467B0;
  height: 2px;
}

.line-general.white {
  background: #fff;
}

.line-general.red {
  background: #FF3C3C;
}

.line-general.light-green {
  background: #22B1AB;
}

.square-red {
  border: 1px solid #FF3C3C;
  border-radius: 8px;
  position: absolute;
}

.text-link {
  font-size: 20px;
  line-height: 28px;
  color: #4A90E2;
  opacity: 0.8;
  font-family: Proxima_Nova_Regular;
}

.technologies {
  display: flex;
}

.technologies .title {
  font-size: 18px;
  line-height: 28px;
  font-family: Proxima_Nova_Bold;
  color: #000000;
  text-transform: capitalize;
  min-width: 212px;
}

.technologies .images {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.technologies .images img {
  max-width: 34px;
  max-height: 34px;
  margin: 0 12px;
}

.icon-nav-down {
  text-align: center;
  animation: bounce 5s linear infinite both;
  animation-delay: 3s;
  max-width: 20px;
  margin: 0 auto;
}

.back-btn {
  position: absolute;
  top: 150px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  font-family: Proxima_Nova_Regular, sans-serif;
  color: #000;
  cursor: pointer;
  outline: none;
  z-index: 90;
}

.back-btn.bottom {
  position: initial;
  max-width: 300px;
  margin-top: -50px;
  padding-bottom: 60px;
}

.back-btn i {
  font-size: 30px;
  opacity: 0.3;
  margin-top: 2px;
}

.icon-button-back {
  width: 11px;
  height: 16px;
  margin-right: 15px;
}

.icon-button-back.carousel {
  height: 30px;
}

.icon-button-back.reverse {
  transform: rotate(180deg);
}

.icon-button-back.reset-m {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .back-btn {
    top: 120px;
  }

  .title-general {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .title-general > * {
    font-size: inherit;
  }

  .text-general {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .title-general {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 25px;
  }

  .title-general.small {
    font-size: 30px;
    line-height: 40px;
  }

  .title-general > * {
    font-size: inherit;
  }

  .text-general {
    font-size: 16px;
    line-height: 24px;
  }

  .back-btn {
    top: 120px;
    left: 30px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .title-general {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 35px;
  }

  .text-general {
    font-size: 16px;
    line-height: 26px;
  }

  .text-general > * {
    font-size: inherit;
  }
}

.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
}

.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.cbx .box-select {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.7);
  transition: all 0.2s ease;
  min-width: 18px;
  min-height: 18px;
}

.cbx .box-select svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #FFFFFF;
  color: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
  z-index: 5;
}

.cbx .box-select:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #506EEC;
  color: #fff;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.cbx:hover .box-select {
  border-color: #506EEC;
  color: #fff;
}

.inp-cbx:checked + .cbx .box-select {
  background: #506EEC;
  border-color: #506EEC;
  color: #fff;
  animation: wave 0.4s ease;
}

.inp-cbx:checked + .cbx .box-select svg {
  stroke-dashoffset: 0;
  color: #fff;
}

.inp-cbx:checked + .cbx .box-select:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

.checkbox-text {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 24px;
  padding-left: 8px;
}

.checkbox-text .privacy-link {
  text-decoration: underline;
  color: #023AFF;
  padding: 0;
  margin-top: -3px;
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

@font-face {
  font-family: "Myriad_Pro_Bold";
  src: url("../../assets/fonts/MyriadPro/MyriadPro-Bold.ttf");
}

@font-face {
  font-family: "Myriad_Pro_Semibold";
  src: url("../../assets/fonts/MyriadPro/MyriadPro-Semibold.ttf");
}

@font-face {
  font-family: "Proxima_Nova_Semibold";
  src: url("../../assets/fonts/ProximaNova/ProximaNova-Semibold.ttf");
}

@font-face {
  font-family: "Proxima_Nova_Regular";
  src: url("../../assets/fonts/ProximaNova/ProximaNova-Regular.ttf"), url("../../assets/fonts/ProximaNova/ProximaNova-Regular.ttf") format("ttf"), url("../../assets/fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype"), url("../assets/fonts/ProximaNova/ProximaNova-Regular.svg") format("svg");
  /* iOS */
  font-weight: normal;
}

@font-face {
  font-family: "Proxima_Nova_Bold";
  src: url("../../assets/fonts/ProximaNova/ProximaNova-Bold.ttf");
}

/*@font-face {
    font-family: "ElegantIcons";
    src:url('../assets/fonts/ElegantIcons/ElegantIcons.eot');
    src:url('../assets/fonts/ElegantIcons/ElegantIcons.eot?#iefix') format('embedded-opentype'),
    url('../assets/fonts/ElegantIcons/ElegantIcons.woff') format('woff'),
    url('../assets/fonts/ElegantIcons/ElegantIcons.ttf') format('truetype'),
    url('../assets/fonts/ElegantIcons/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

/*@font-face {
    font-family: "Flaticon";
    src: url("../assets/fonts/Flaticon/Flaticon.eot");
    src: url("../assets/fonts/Flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../assets/fonts/Flaticon/Flaticon.woff") format("woff"),
    url("../assets/fonts/Flaticon/Flaticon.ttf") format("truetype"),
    url("../assets/fonts/Flaticon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}*/

html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: unset;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #444;
  font: 14px 'Proxima_Nova_Regular', sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  overflow-x: hidden;
}

html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: border-box;
}

::selection {
  background: #3f61b5;
  color: #fff;
}

.container,
.container-big {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container,
  .container-big {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container,
  .container-big {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 1200px) {
  .container-big {
    width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container-big {
    width: 1420px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

dl,
ol,
p,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.ws-nowrap {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}


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