* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

p, h1, a {
  margin: 0;
  padding: 0;
}

button {
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

body {
  font-family: 'TT Commons';
  font-size: 20px;
  background: #E5E5E5;
}

.container {
  max-width: 1216px;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .container {
    max-width: 395px;
  }
}

.second .first_btn:hover {
  outline: 1px solid #59C9EC;
}

.first_btn {
  display: inline-block;
  background: #59C9EC;
  border-radius: 12px;
  padding: 8px 24px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

@media (max-width: 480px) {
  .first_btn {
    font-size: 16px;
  }
}

.first_btn:hover {
  background: #FFFFFF;
  color: #14082A;
}

.second_btn {
  display: inline-block;
  border-radius: 12px;
  padding: 12px 32px;
  font-size: 18px;
  line-height: 24px;
  background: #FFFFFF;
  color: #14082A;
}

@media (max-width: 480px) {
  .second_btn {
    font-size: 16px;
  }
}

.second_btn:hover {
  background: #59C9EC;
  color: #FFFFFF;
}

.section_title {
  font-weight: 500;
  font-size: 56px;
  line-height: 58px;
  letter-spacing: -2px;
  color: #18214D;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .section_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}

.third_btn {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  background: #18214D;
  border-radius: 10px;
  padding: 15px 20px;
}

.third_btn:hover {
  background: #59C9EC;
  color: #fff;
}

.second_title {
  font-weight: bold;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #161643;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .second_title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -2px;
    color: #18214D;
    margin-bottom: 24px;
  }
  .second_title br {
    display: none;
  }
}

.second_title span {
  color: #59C9EC;
}

.fourth_btn {
  background: #131720;
  border-radius: 10px;
  padding: 15px 20px;
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.fourth_btn:hover {
  background: #59C9EC;
  color: #fff;
}

@media (max-width: 767px) {
  .header_white .open_menu path {
    stroke: #59C9EC;
  }
}

header .mb_menu {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  z-index: 100;
  height: 100vh;
  display: block;
  height: 100vh;
  left: -100%;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

header .mb_menu.active {
  left: 0;
}

header .mb_menu .close_btn {
  position: absolute;
  right: 20px;
  top: 20px;
}

header .mb_menu .mb_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 20px 20px 20px;
  -webkit-box-shadow: 0px 16px 32px rgba(38, 38, 46, 0.32);
          box-shadow: 0px 16px 32px rgba(38, 38, 46, 0.32);
  margin-bottom: 20px;
}

header .mb_menu .mb_top .header_langs {
  display: block;
  color: #000;
  margin-right: 0;
}

header .mb_menu .mb_top .header_langs a {
  color: #fff;
  background-color: #59C9EC;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  font-size: 12px;
}

header .mb_menu .mb_top .header_langs a.active {
  color: #fff;
}

header .mb_menu .mb_top .callBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  header .mb_menu .mb_top .callBack {
    text-align: center;
  }
}

header .mb_menu .mb_lists ul {
  display: block;
}

header .mb_menu .mb_lists ul li {
  border-bottom: 1px solid #E0E0E0;
}

header .mb_menu .mb_lists ul li a {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  padding: 20px;
  color: #000;
}

header .mb_menu .mb_lists ul li a:hover {
  color: #59C9EC;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.first_section {
  background-image: url("../../images/header_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 252px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .first_section {
    padding-bottom: 100px;
  }
  .first_section .header_logo path {
    fill: #fff;
  }
}

@media (max-width: 480px) {
  .first_section {
    background-image: url("../../images/header_mb.png");
    background-size: cover;
    padding-bottom: 89px;
  }
}

.first_section.second.third {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .first_section.second.third {
    background-image: url("../../images/third_bg.png");
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 480px) {
  .first_section.second.third {
    background-image: url("../../images/third_bg.png");
    background-position: center;
    background-size: cover;
  }
}

.first_section.second.third .about {
  background-image: url("../../images/third_bg.png");
}

@media (max-width: 767px) {
  .first_section.second.third .about {
    background-image: none;
    padding-bottom: 130px;
  }
}

@media (max-width: 480px) {
  .first_section.second.third .about {
    background-image: none;
    padding-bottom: 130px;
  }
}

.first_section.second {
  background-image: none;
  padding-bottom: 63px;
}

@media (max-width: 767px) {
  .first_section.second {
    background-image: url("../../images/second_bg.png");
    background-position: top right;
    background-size: auto;
  }
}

@media (max-width: 480px) {
  .first_section.second {
    background-image: url("../../images/second_bg.png");
    background-position: top right;
    background-size: auto;
  }
}

.first_section.second header {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .first_section.second header.header_white .header_logo path {
    fill: #59C9EC;
  }
}

.first_section.second header.header_white .header_langs:after {
  display: none;
}

@media (max-width: 480px) {
  .first_section.second header {
    margin-bottom: 120px;
  }
}

@media (max-width: 480px) {
  .first_section.second .header .header_logo path {
    fill: #fff;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section.second .header .header_logo {
    margin-right: 10px;
  }
}

.first_section.second .header .header_menu li {
  position: relative;
  margin-right: 25px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section.second .header .header_menu li {
    margin-right: 22px;
  }
}

.first_section.second .header .header_menu li .child_menu.active {
  display: block;
  visibility: visible;
  opacity: 1;
  top: 40px;
  position: absolute;
  z-index: 100;
}

.first_section.second .header .header_menu a {
  color: #000;
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section.second .header .header_menu a {
    font-size: 13px;
  }
}

.first_section.second .header .header_menu a:hover, .first_section.second .header .header_menu a.active {
  color: #59C9EC;
}

.first_section.second .header .header_menu a:hover path, .first_section.second .header .header_menu a.active path {
  fill: #59C9EC;
}

.first_section.second .header .header_menu a svg {
  margin-left: 5px;
}

.first_section.second .header .header_menu .child_menu {
  position: absolute;
  left: 0;
  top: -100%;
  width: 432px;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px rgba(38, 38, 46, 0.32);
          box-shadow: 0px 16px 32px rgba(38, 38, 46, 0.32);
  border-radius: 6px;
  padding: 40px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  display: none;
  visibility: hidden;
  opacity: 0;
}

.first_section.second .header .header_menu .child_menu .child_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
}

.first_section.second .header .header_menu .child_menu .child_item:last-child {
  margin-bottom: 0;
}

.first_section.second .header .header_menu .child_menu .child_item:hover .item_img {
  background: #C8E5FF;
}

.first_section.second .header .header_menu .child_menu .item_img {
  background: #4866D3;
  border-radius: 12px;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
}

.first_section.second .header .header_menu .child_menu .child_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #161643;
}

.first_section.second .header .header_menu .child_menu .child_info {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #7A8B9E;
}

.first_section.second .header .header_langs a {
  color: #000;
}

.first_section.second .header .header_langs a:hover, .first_section.second .header .header_langs a.active {
  color: rgba(17, 29, 51, 0.4);
}

.first_section.second .header .header_langs:after {
  background-color: rgba(0, 0, 0, 0.24);
}

.first_section.second .about {
  background-image: url("../../images/second_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 0 229px 0;
}

@media (max-width: 767px) {
  .first_section.second .about {
    background-image: none;
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .first_section.second .about {
    background-image: none;
    padding-bottom: 0;
  }
  .first_section.second .about .about_title {
    margin-bottom: 30px;
  }
  .first_section.second .about .about_title br {
    display: none;
  }
}

.first_section.second .about.about_block {
  background-color: #F6F7F9;
}

.first_section.second .about .breadcrumbs {
  margin-bottom: 72px;
}

@media (max-width: 480px) {
  .first_section.second .about .breadcrumbs {
    display: none;
  }
}

.first_section.second .about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.first_section.second .about ul li {
  margin-right: 20px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  position: relative;
}

.first_section.second .about ul li::after {
  content: '.';
  position: absolute;
  display: block;
  top: -4px;
  margin: auto;
  right: -12px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.first_section.second .about ul li:last-child:after {
  display: none;
}

.first_section.second .about ul a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.first_section.second .about .second_btn {
  padding: 15px 20px;
  background: #18214D;
  border-radius: 10px;
  color: #FFFFFF;
}

@media (max-width: 480px) {
  .first_section.second .about .second_btn {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
  }
}

.first_section.second .about .second_btn:hover {
  background: #59C9EC;
}

@media (max-width: 767px) {
  .first_section.nutanix {
    background-image: url("../../images/nutanix1.png");
    background-position: center;
    background-size: cover;
  }
}

.first_section.nutanix .about {
  background-image: url("../../images/nutanix1.png");
}

@media (max-width: 767px) {
  .first_section.nutanix .about {
    background-image: none;
  }
}

@media (max-width: 767px) {
  .first_section.nutanix2 {
    background-image: url("../../images/nutanix2.png");
  }
}

.first_section.nutanix2 .about {
  background-image: url("../../images/nutanix2.png");
}

@media (max-width: 767px) {
  .first_section.nutanix2 .about {
    background-image: none;
  }
}

.first_section header {
  border-bottom: 1px solid rgba(226, 227, 228, 0.24);
  margin-bottom: 110px;
}

@media (max-width: 480px) {
  .first_section header {
    border-bottom: none;
  }
}

.first_section .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .first_section .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first_section .header .first_btn {
    font-size: 14px;
    padding: 5px 15px;
  }
}

@media (max-width: 767px) {
  .first_section .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .first_section .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.first_section .header .open_menu {
  display: none;
}

@media (max-width: 767px) {
  .first_section .header .open_menu {
    display: block;
  }
}

@media (max-width: 480px) {
  .first_section .header .open_menu {
    display: block;
  }
}

.first_section .header .callBack {
  display: block;
}

@media (max-width: 767px) {
  .first_section .header .callBack {
    display: none;
  }
}

@media (max-width: 480px) {
  .first_section .header .callBack {
    display: none;
  }
}

.first_section .header .header_logo {
  margin-right: 181px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .first_section .header .header_logo {
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section .header .header_logo {
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .first_section .header .header_logo {
    margin-right: 0;
  }
}

.first_section .header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.first_section .header .header_menu {
  margin-right: 64px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section .header .header_menu {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .first_section .header .header_menu {
    display: none;
  }
}

@media (max-width: 480px) {
  .first_section .header .header_menu {
    display: none;
  }
}

.first_section .header .header_menu a {
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .first_section .header .header_menu a {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section .header .header_menu a {
    font-size: 15px;
  }
}

.first_section .header .header_menu a:hover, .first_section .header .header_menu a.active {
  color: rgba(255, 255, 255, 0.4);
}

.first_section .header .header_menu li {
  margin-right: 32px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .first_section .header .header_menu li {
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section .header .header_menu li {
    margin-right: 15px;
  }
}

.first_section .header .header_menu li:last-child {
  margin-right: 0;
}

.first_section .header .header_langs {
  margin-right: 32px;
  position: relative;
}

@media (max-width: 767px) {
  .first_section .header .header_langs {
    display: none;
  }
}

@media (max-width: 480px) {
  .first_section .header .header_langs {
    display: none;
  }
}

.first_section .header .header_langs:after {
  content: '';
  display: block;
  position: absolute;
  height: 16px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.24);
  top: 0;
  bottom: 0;
  margin: auto;
  left: -32px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section .header .header_langs:after {
    display: none;
  }
}

.first_section .header .header_langs li:first-child {
  margin-right: 8px;
}

.first_section .header .header_langs a {
  font-weight: 500;
  line-height: 24px;
  color: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section .header .header_langs a {
    font-size: 14px;
  }
}

.first_section .header .header_langs a:hover, .first_section .header .header_langs a.active {
  color: rgba(255, 255, 255, 0.4);
}

.first_section .about .about_section {
  width: 44%;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .first_section .about .about_section {
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section .about .about_section {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .first_section .about .about_section {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .first_section .about .about_section {
    width: 100%;
    text-align: center;
  }
}

.first_section .about .about_title {
  font-weight: 600;
  font-size: 80px;
  line-height: 66px;
  letter-spacing: -4px;
  color: #FFFFFF;
  margin-bottom: 10px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .first_section .about .about_title br {
    display: none;
  }
}

@media (max-width: 480px) {
  .first_section .about .about_title {
    text-align: center;
    font-size: 40px;
    line-height: 33px;
    letter-spacing: -2px;
    margin-bottom: 24px;
  }
}

.first_section .about .about_title span {
  color: #59C9EC;
}

.first_section .about .about_info {
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}

@media (max-width: 480px) {
  .first_section .about .about_info {
    text-align: center;
    font-size: 18px;
    margin-bottom: 150px;
  }
}

.stat {
  background-image: url("../../images/ellepse.png");
  background-repeat: no-repeat;
  background-position: right top;
}

@media (min-width: 768px) and (max-width: 992px) {
  .stat {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .stat {
    margin-bottom: 30px;
  }
}

.stat .stat_section {
  background-image: url("../../images/table.png");
  background-repeat: no-repeat;
  background-position: right;
  padding: 100px 0 140px 0;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .stat .stat_section {
    background-size: 50%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .stat .stat_section {
    padding: 50px 0 410px 0;
    background-position: center bottom;
  }
}

@media (max-width: 767px) {
  .stat .stat_section {
    padding: 50px 0 410px 0;
    background-position: center bottom;
  }
}

@media (max-width: 480px) {
  .stat .stat_section {
    padding: 32px 0;
    background-size: 100%;
    background-position: center 304px;
  }
}

.stat .stat_section .stat_info {
  width: 49%;
  line-height: 28px;
  color: rgba(24, 33, 77, 0.64);
  margin-bottom: 34px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .stat .stat_section .stat_info {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .stat .stat_section .stat_info {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .stat .stat_section .stat_info {
    width: 100%;
    margin-bottom: 320px;
    font-size: 16px;
    line-height: 24px;
  }
}

.stat .stat_section .stat_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) and (max-width: 992px) {
  .stat .stat_section .stat_items .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .stat .stat_section .stat_items .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.stat .stat_section .stat_items .stat_item {
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  padding: 32px 24px;
  font-size: 14px;
  line-height: 18px;
  color: #5F6672;
  background: #FFFFFF;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .stat .stat_section .stat_items .stat_item {
    margin-bottom: 20px;
    height: 200px;
  }
}

@media (max-width: 767px) {
  .stat .stat_section .stat_items .stat_item {
    margin-bottom: 20px;
    height: 200px;
  }
}

@media (max-width: 480px) {
  .stat .stat_section .stat_items .stat_item {
    margin-bottom: 32px;
    height: 200px;
    padding: 20px 24px;
  }
}

.stat .stat_section .stat_items .stat_item .item_number {
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -2px;
  color: #59C9EC;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .stat .stat_section .stat_items .stat_item .item_number {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px;
  }
}

.stat .stat_section .stat_items .stat_item .item_info {
  padding-right: 30px;
}

@media (max-width: 480px) {
  .stat .stat_section .stat_items .stat_item .item_info {
    padding-right: 100px;
  }
}

.privancy .section_title {
  margin-bottom: 12px;
  text-align: center;
}

@media (max-width: 480px) {
  .privancy .section_title {
    text-align: left;
  }
}

.privancy .title_bottom {
  margin-bottom: 80px;
  text-align: center;
  line-height: 28px;
  color: rgba(24, 33, 77, 0.64);
}

@media (max-width: 480px) {
  .privancy .title_bottom {
    text-align: left;
    margin-bottom: 20px;
  }
  .privancy .title_bottom br {
    display: none;
  }
}

.privancy .privancy_item {
  margin-bottom: 52px;
  text-align: center;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .privancy .privancy_item {
    text-align: left;
    padding: 0;
    margin-bottom: 40px;
  }
}

.privancy .privancy_item .item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  width: 65px;
  height: 65px;
  background: #18214D;
  border-radius: 22px;
}

@media (max-width: 480px) {
  .privancy .privancy_item .item_img {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.privancy .privancy_item .item_img img {
  width: 40%;
}

.privancy .privancy_item .item_name {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.8px;
  color: #18214D;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .privancy .privancy_item .item_name {
    font-size: 18px;
  }
}

.privancy .privancy_item .item_info {
  line-height: 28px;
  color: rgba(24, 33, 77, 0.64);
}

@media (max-width: 480px) {
  .privancy .privancy_item .item_info {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
  }
}

.solutions {
  background-image: url("../../images/ellepse2.png"), url("../../images/ellepse3.png");
  background-repeat: no-repeat;
  background-position: right top, left bottom;
  padding: 190px 0 108px 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .solutions {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .solutions {
    padding: 50px 0;
  }
}

@media (max-width: 480px) {
  .solutions {
    padding: 60px 0 40px 0;
    background-image: none;
  }
  .solutions .color {
    color: #59C9EC;
  }
}

.solutions .section_title {
  text-align: center;
}

@media (max-width: 480px) {
  .solutions .section_title {
    text-align: left;
  }
}

.solutions .title_bottom {
  font-size: 20px;
  line-height: 28px;
  color: rgba(24, 33, 77, 0.64);
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .solutions .title_bottom br {
    display: none;
  }
}

@media (max-width: 480px) {
  .solutions .title_bottom {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .solutions .title_bottom br {
    display: none;
  }
}

.solutions .solutions_item {
  height: 340px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 20px;
  background-repeat: no-repeat;
  margin-bottom: 40px;
  padding: 25px 100px 20px 20px;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  letter-spacing: -1.2px;
  color: #FFFFFF;
  overflow: hidden;
}

@media (max-width: 767px) {
  .solutions .solutions_item {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .solutions .solutions_item {
    padding: 20px 200px 0 20px;
    height: 158px;
    border-radius: 10px;
    background-size: cover;
    background-position: right;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.02479px;
    margin-bottom: 32px;
  }
}

.solutions .big_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 60px;
}

@media (max-width: 480px) {
  .solutions .big_item {
    height: 345px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .solutions .big_item img {
    width: 50%;
  }
}

.solutions .big_item .item_left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .solutions .big_item .item_left {
    margin-top: 24px;
  }
}

.solutions .big_item .first_btn {
  padding: 12px 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 480px) {
  .solutions .big_item .first_btn {
    margin-top: 24px;
  }
}

.cybersecurity {
  background-image: url("../../images/ellepse4.png");
  background-repeat: no-repeat;
  background-position: right center;
  padding-bottom: 64px;
  background-size: contain;
}

@media (max-width: 480px) {
  .cybersecurity {
    padding-bottom: 0;
    background-image: none;
  }
}

.cybersecurity .title_bottom {
  font-size: 20px;
  line-height: 28px;
  color: rgba(24, 33, 77, 0.64);
  margin-bottom: 42px;
}

@media (max-width: 480px) {
  .cybersecurity .title_bottom {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }
  .cybersecurity .title_bottom br {
    display: none;
  }
}

.cybersecurity .cybersecurity_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #18214D;
}

@media (max-width: 480px) {
  .cybersecurity .cybersecurity_item {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: -0.55px;
  }
}

.cybersecurity .cybersecurity_item:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .cybersecurity .cybersecurity_item:last-child {
    margin-bottom: 24px;
  }
}

.cybersecurity .cybersecurity_item .item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EBEBEB;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 480px) {
  .cybersecurity .cybersecurity_item .item_img {
    width: 32px;
    height: 32px;
    margin-right: 16px;
  }
  .cybersecurity .cybersecurity_item .item_img img {
    width: 40%;
  }
}

.cybersecurity .cybersecurity_item .item_img img {
  width: 24px;
  height: 24px;
}

@media (max-width: 480px) {
  .cybersecurity .cybersecurity_item .item_img img {
    width: 12px;
    height: 12px;
  }
}

.company {
  margin-bottom: 101px;
}

@media (max-width: 480px) {
  .company {
    margin-bottom: 52px;
  }
}

.company .company_section {
  padding: 80px 0 119px 64px;
  background-image: url("../../images/company_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  overflow: hidden;
  border-radius: 12px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .company .company_section {
    padding: 40px 20px;
  }
}

@media (max-width: 767px) {
  .company .company_section {
    padding: 40px 20px;
  }
}

@media (max-width: 480px) {
  .company .company_section {
    padding: 40px 20px;
    background-size: cover;
    border-radius: 10px;
  }
}

.company .company_section .section_title {
  margin-bottom: 32px;
  color: #fff;
}

@media (max-width: 767px) {
  .company .company_section .section_title {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .company .company_section .section_title {
    margin-bottom: 24px;
  }
}

.company .company_section .first_btn {
  padding: 12px 32px;
}

@media (max-width: 480px) {
  .company .company_section .first_btn {
    width: 100%;
    text-align: center;
  }
}

.partners {
  margin-bottom: 134px;
}

@media (max-width: 480px) {
  .partners {
    margin-bottom: 44px;
  }
}

.partners .container-fluid {
  padding: 0 80px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .partners .container-fluid {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .partners .container-fluid {
    padding: 0 12px;
  }
}

@media (max-width: 480px) {
  .partners .container-fluid {
    padding: 0 12px;
    max-width: 395px;
  }
}

.partners .owl-stage-outer {
  overflow: visible;
}

@media (max-width: 480px) {
  .partners .owl-item.active {
    margin-right: -115px;
  }
}

@media (max-width: 480px) {
  .partners .owl-item.active .slider_item {
    background: #F8F8F8;
    color: #111111;
  }
}

@media (max-width: 480px) {
  .partners .owl-item:not(.active) .slider_item path {
    fill: #fff;
  }
}

.partners .section_title {
  margin-bottom: 86px;
}

@media (max-width: 480px) {
  .partners .section_title {
    margin-bottom: 24px;
  }
}

.partners .slider_item {
  display: block;
  background: #F8F8F8;
  border-radius: 10px;
  padding: 52px 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #111111;
  opacity: 0.8;
  background-image: url("../../images/oval1.png"), url("../../images/oval2.png");
  background-repeat: no-repeat;
  background-position: bottom left, bottom right;
  position: relative;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
}

@media (max-width: 480px) {
  .partners .slider_item {
    padding: 40px 20px;
    font-size: 15.9222px;
    line-height: 25px;
    letter-spacing: -0.353827px;
    width: 225px;
    background-color: #22C7FD;
    color: #fff;
  }
}

.partners .slider_item:after {
  content: '';
  display: block;
  position: absolute;
  width: 234px;
  height: 234px;
  -webkit-box-shadow: -40px 40px 30px 6px rgba(24, 33, 77, 0.03);
          box-shadow: -40px 40px 30px 6px rgba(24, 33, 77, 0.03);
  bottom: -30%;
  left: -30%;
  border-radius: 50%;
  background-color: rgba(24, 33, 77, 0.03);
  opacity: 0;
}

.partners .slider_item:hover:after {
  opacity: 1;
}

.partners .slider_item:hover {
  background-color: #22C7FD;
  color: #fff;
}

.partners .slider_item:hover path {
  fill: #fff;
}

.partners .slider_item .item_img {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}

@media (max-width: 480px) {
  .partners .slider_item .item_img {
    height: 35px;
    margin-bottom: 30px;
  }
}

.partners .slider_item img {
  width: auto;
}

.services {
  margin-bottom: 120px;
  background-image: url("../../images/ellepse5.png");
  background-repeat: no-repeat;
  background-position: center left;
}

@media (max-width: 480px) {
  .services {
    margin-bottom: 24px;
  }
  .services .services_items {
    display: none;
  }
}

.services .service_slider {
  display: none;
}

@media (max-width: 480px) {
  .services .service_slider {
    display: block;
  }
  .services .service_slider img {
    width: auto;
  }
}

.services .title_bottom {
  line-height: 28px;
  color: rgba(24, 33, 77, 0.64);
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .services .title_bottom {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .services .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.services .services_item {
  background: #F8F8F8;
  border-radius: 12px;
  padding: 60px 32px;
  margin-bottom: 32px;
}

@media (max-width: 480px) {
  .services .services_item {
    padding: 20px;
  }
}

.services .services_item:last-child {
  margin-bottom: 0;
}

.services .services_item .service_name {
  font-size: 28px;
  line-height: 24px;
  color: #18214D;
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .services .services_item .service_name {
    font-family: 'Inter';
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.2px;
    font-weight: 500;
  }
  .services .services_item .service_name br {
    display: none;
  }
}

.services .services_item .service_info {
  font-size: 20px;
  line-height: 24px;
  color: rgba(24, 33, 77, 0.64);
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .services .services_item .service_info {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

@media (max-width: 480px) {
  .services .services_item .third_btn {
    width: 100%;
    padding: 12px 0;
    text-align: center;
  }
}

.services .services_item .item_img {
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  background-image: url("../../images/service_itembg.png");
}

@media (max-width: 480px) {
  .services .services_item .item_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 24px auto;
    background-image: none;
    text-align: center;
  }
}

.clients_news {
  background-image: url("../../images/ellepse6.png");
  background-repeat: no-repeat;
  background-position: right calc(50% - 120px);
  background-size: auto;
  margin-bottom: 85px;
}

@media (max-width: 480px) {
  .clients_news {
    margin-bottom: 72px;
  }
}

.clients_news .clients {
  margin-bottom: 120px;
}

@media (max-width: 480px) {
  .clients_news .clients {
    margin-bottom: 72px;
  }
  .clients_news .clients .owl-stage-outer {
    overflow: visible;
  }
}

.clients_news .client_left {
  background: #18214D;
  border-radius: 12px;
  padding: 34px 0 0 41px;
  height: 100%;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2px;
  color: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 992px) {
  .clients_news .client_left {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
    color: #000;
  }
  .clients_news .client_left br {
    display: none;
  }
}

@media (max-width: 767px) {
  .clients_news .client_left {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
    color: #000;
  }
  .clients_news .client_left br {
    display: none;
  }
}

@media (max-width: 480px) {
  .clients_news .client_left {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #18214D;
    background-color: transparent;
    padding: 0;
    margin-bottom: 24px;
  }
  .clients_news .client_left br {
    display: none;
  }
}

@media (max-width: 480px) {
  .clients_news .client_items {
    display: none;
  }
}

.clients_news .client_slider {
  display: none;
}

@media (max-width: 480px) {
  .clients_news .client_slider {
    display: block;
  }
  .clients_news .client_slider img {
    width: 60%;
  }
}

.clients_news .col-lg-4:nth-child(10) .client_item,
.clients_news .col-lg-4:nth-child(11) .client_item,
.clients_news .col-lg-4:nth-child(12) .client_item {
  margin-bottom: 0;
}

.clients_news .client_item {
  display: block;
  background: #F8F8F8;
  border-radius: 8px;
  height: 89px;
  padding: 25px 0;
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  .clients_news .client_item {
    margin-bottom: 26px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.clients_news .news .section_title {
  margin-bottom: 35px;
}

.clients_news .news .news_item {
  display: block;
  margin-bottom: 35px;
}

@media (max-width: 480px) {
  .clients_news .news .news_item {
    margin-bottom: 24px;
  }
}

.clients_news .news .news_item .news_img {
  height: 200px;
  border-radius: 12px;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
}

@media (max-width: 480px) {
  .clients_news .news .news_item .news_img {
    height: 160px;
    margin-bottom: 12px;
  }
}

.clients_news .news .news_item .news_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.clients_news .news .news_item .news_cat {
  display: block;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #0F55ED;
  margin-bottom: 4px;
  font-family: 'Neue Haas Unica';
}

@media (max-width: 480px) {
  .clients_news .news .news_item .news_cat {
    font-size: 11.3385px;
    line-height: 16px;
  }
}

.clients_news .news .news_item .news_title {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #161643;
  margin-bottom: 4px;
  font-family: 'Inter';
}

@media (max-width: 480px) {
  .clients_news .news .news_item .news_title {
    font-size: 16px;
    line-height: 19px;
  }
}

.clients_news .news .news_item .news_description {
  font-family: 'Neue Haas Unica';
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #7A8B9E;
}

@media (max-width: 480px) {
  .clients_news .news .news_item .news_description {
    font-size: 11.3385px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.clients_news .news .news_item .news_description span {
  color: #161643;
  font-family: 'Neue Haas Unica';
  margin-right: 8px;
}

.contact {
  background-color: #010103;
  padding: 80px 0 146px 0;
  position: relative;
}

@media (min-width: 768px) and (max-width: 992px) {
  .contact {
    padding: 50px 0;
  }
  .contact br {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 50px 0;
  }
  .contact br {
    display: none;
  }
}

@media (max-width: 480px) {
  .contact {
    padding: 50px 0 30px 0;
  }
}

.contact .second_title {
  color: #fff;
}

.contact .section_title {
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -2px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .contact .section_title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }
}

.contact .form-control {
  padding-left: 0;
}

.contact input {
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.24);
          box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0.24);
  border-radius: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.contact input:focus {
  -webkit-box-shadow: inset 0px -2px 0px #59C9EC;
          box-shadow: inset 0px -2px 0px #59C9EC;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.contact .form-floating > label {
  left: -15px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 480px) {
  .contact .form-floating > label {
    font-size: 20px;
  }
}

.contact .form-floating > .form-control:focus ~ label, .contact .form-floating > .form-control:not(:placeholder-shown) ~ label, .contact .form-floating > .form-select ~ label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #59C9EC;
}

.contact .form_btn {
  margin-top: 24px;
  width: 100%;
}

.contact .form_btn button {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#59C9EC), to(#59C9EC));
  background: linear-gradient(0deg, #59C9EC, #59C9EC);
  border-radius: 3px;
  border: transparent;
  outline: none;
  padding: 12px 0;
}

.contact .address_item {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #888A8C;
  margin-bottom: 24px;
}

.contact .address_item a {
  display: block;
  margin: 4px 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.contact .address_item .address {
  color: rgba(255, 255, 255, 0.48);
}

@media (max-width: 480px) {
  .contact .form_block {
    margin-bottom: 40px;
  }
}

footer {
  background: #141516;
  padding: 30px 0;
  position: relative;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  footer ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer ul li {
  margin-right: 24px;
}

@media (max-width: 480px) {
  footer ul li {
    margin-right: 0;
  }
}

footer ul li a {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  font-family: 'Manrope';
}

@media (max-width: 480px) {
  footer ul li a {
    font-size: 12px;
  }
}

.map {
  background: #F6F7F9;
  padding: 50px 0 122px 0;
}

@media (max-width: 767px) {
  .map {
    padding: 32px 0 52px 0;
  }
}

.map .map_block {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.map .map_block img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .map .map_block {
    height: 304px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 52px;
  }
}

.map .address_item .address {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: rgba(17, 29, 51, 0.4);
}

.map .form_block {
  margin-bottom: 62px;
}

@media (max-width: 767px) {
  .map .form_block {
    margin-bottom: 42px;
  }
}

.map .contact {
  background-color: transparent;
  padding: 0;
}

.map .contact .section_title {
  color: #111D33;
  margin-bottom: 32px;
}

.map .contact a {
  color: #131720;
  font-weight: 500;
}

.map .contact input {
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: inset 0px -2px 0px #EBEBEB;
          box-shadow: inset 0px -2px 0px #EBEBEB;
  border-radius: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #111D33;
}

.map .contact input:focus {
  -webkit-box-shadow: inset 0px -2px 0px #59C9EC;
          box-shadow: inset 0px -2px 0px #59C9EC;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #111D33;
}

.map .contact .form-floating > label {
  left: -15px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #888A8C;
}

@media (max-width: 480px) {
  .map .contact .form-floating > label {
    font-size: 20px;
  }
}

.map .contact .form-floating > .form-control:focus ~ label, .map .contact .form-floating > .form-control:not(:placeholder-shown) ~ label, .map .contact .form-floating > .form-select ~ label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #59C9EC;
}

.map .contact .form_btn {
  margin-top: 24px;
  width: 100%;
}

.map .contact .form_btn button {
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#59C9EC), to(#59C9EC));
  background: linear-gradient(0deg, #59C9EC, #59C9EC);
  border-radius: 3px;
  border: transparent;
  outline: none;
  padding: 12px 0;
}

.tecnology {
  margin-bottom: 90px;
}

@media (max-width: 480px) {
  .tecnology {
    margin-bottom: 0;
  }
}

.tecnology .left_block {
  padding-top: 17px;
}

.tecnology .title_bottom {
  font-size: 16px;
  line-height: 24px;
  color: #161643;
}

@media (max-width: 767px) {
  .tecnology .title_bottom {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .tecnology .title_bottom {
    margin-bottom: 24px;
  }
}

.tecnology .item_img {
  text-align: right;
  margin-right: -80px;
  height: 320px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .tecnology .item_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .tecnology .item_img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tecnology .item_img {
    margin-right: 0;
  }
  .tecnology .item_img img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .tecnology .item_img {
    margin-right: 0;
    margin-bottom: -120px;
  }
  .tecnology .item_img img {
    width: 100%;
  }
}

.project .project_section {
  background-image: url("../../images/project_bg.png");
  padding-bottom: 515px;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .project .project_section {
    background-size: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .project .project_section {
    background-size: 100%;
    padding-bottom: 250px;
  }
}

@media (max-width: 767px) {
  .project .project_section {
    background-size: 100%;
    padding-bottom: 300px;
  }
}

@media (max-width: 480px) {
  .project .project_section {
    background-position: center 40px;
    background-size: 100%;
    padding-bottom: 0;
  }
}

.project .second_title {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .project .second_title {
    margin-bottom: 220px;
  }
  .project .second_title br {
    display: block;
  }
}

.project .project_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .project .project_item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .project .project_item {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .project .project_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 23px;
  }
}

@media (max-width: 480px) {
  .project .project_item .item_number {
    margin-bottom: 10px;
  }
}

.project .project_item .item_number span {
  width: 40px;
  height: 40px;
  padding-top: 5px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  margin-right: 16px;
}

.project .project_item .item_info {
  font-size: 16px;
  line-height: 24px;
  color: #161643;
}

.about_solutions {
  padding: 40px 0 0 0;
  background-image: url("../../images/ellepse3.png");
  background-position: left -75px;
}

@media (max-width: 480px) {
  .about_solutions {
    background-image: none;
  }
}

.about_solutions .second_title {
  margin-bottom: 48px;
}

@media (max-width: 480px) {
  .about_solutions .second_title {
    margin-bottom: 32px;
  }
  .about_solutions .second_title br {
    display: block;
  }
}

.about_solutions .col-lg-4:nth-child(4) .solutions_item, .about_solutions .col-lg-8 .solutions_item {
  margin-bottom: 0;
}

.about_solutions .solutions_item {
  background-color: #fff;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1.6px;
  color: #161643;
  padding: 24px 28px 0 16px;
  height: 320px;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .about_solutions .solutions_item {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .about_solutions .solutions_item {
    height: 158px;
    padding: 20px 40px 20px 20px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.02479px;
    margin-bottom: 32px;
  }
}

.about_solutions .solutions_item:hover {
  background: #59C9EC;
  color: #fff;
}

.about_solutions .big_item {
  padding-right: 295px;
}

@media (max-width: 480px) {
  .about_solutions .big_item {
    margin-top: 32px;
    padding: 20px;
  }
}

.steps {
  padding: 100px 0 56px 0;
  background-image: url("../../images/step_bg.png"), url("../../images/step_ellepse.png");
  background-repeat: no-repeat;
  background-position: left top, right -55px;
}

@media (max-width: 480px) {
  .steps {
    padding: 40px 0 50px 0;
    background-image: none;
  }
}

.steps .second_title {
  margin-bottom: 14px;
}

.steps .mb_step_btn {
  display: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .steps .step_btn {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .steps .step_btn {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .steps .step_btn {
    display: none;
  }
  .steps .step_btn.mb_step_btn {
    display: block;
    margin-top: 12px;
  }
  .steps .step_btn.mb_step_btn a {
    width: 100%;
  }
}

.steps .title_bottom {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.64;
  margin-bottom: 14px;
  padding-right: 20px;
}

@media (max-width: 480px) {
  .steps .title_bottom {
    margin-bottom: 32px;
  }
}

.steps .item_child {
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.55px;
  color: #18214D;
  margin-bottom: 40px;
  padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .steps .item_child {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .steps .item_child {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .steps .item_child {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14.5543px;
    line-height: 130%;
    letter-spacing: -0.444714px;
    margin-bottom: 20px;
  }
}

.steps .item_child:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .steps .item_child:last-child {
    margin-bottom: 20px;
  }
}

.steps .item_child .child_number {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 19px;
  line-height: 14px;
  color: #161643;
}

@media (max-width: 480px) {
  .steps .item_child .child_number {
    margin-bottom: 0;
    margin-right: 16px;
  }
}

.steps .item_child .child_number span {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  padding-top: 5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about_cyber {
  padding-bottom: 80px;
}

@media (max-width: 480px) {
  .about_cyber {
    padding-bottom: 52px;
  }
}

.about_cyber .cybersecurity_item {
  font-weight: 600;
}

@media (max-width: 767px) {
  .about_cyber .cybersecurity_item:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .about_cyber .cybersecurity_item:last-child {
    margin-bottom: 20px;
  }
}

.about_cyber .second_title {
  margin-bottom: 33px;
}

@media (max-width: 480px) {
  .about_cyber .second_title {
    margin-bottom: 24px;
  }
}

.about_cyber .item_img {
  background-color: #fff;
}

.struc {
  background-color: #0C1230;
  padding: 80px 0;
  color: #fff;
  background-image: url("../../images/str_bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .struc {
    background-image: none;
  }
}

@media (max-width: 480px) {
  .struc {
    padding: 40px 0 80px 0;
    background-image: none;
    margin-bottom: 60px;
  }
}

.struc .second_title {
  color: #FFFFFF;
  margin-bottom: 22px;
}

.struc .title_bottom {
  width: 50%;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.64;
  margin-bottom: 72px;
}

@media (max-width: 767px) {
  .struc .title_bottom {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .struc .title_bottom {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .struc .struc_items {
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .struc .struc_items {
    padding-left: 20px;
  }
}

.struc .col-lg-4:last-child .struc_item:after {
  background: linear-gradient(90.07deg, rgba(251, 210, 192, 0.4) 0.02%, rgba(251, 210, 192, 0) 53.93%);
}

@media (max-width: 767px) {
  .struc .col-lg-4:last-child .struc_item:after {
    width: 2px;
    background: rgba(251, 210, 192, 0.4);
  }
}

@media (max-width: 480px) {
  .struc .col-lg-4:last-child .struc_item:after {
    width: 2px;
    background: rgba(251, 210, 192, 0.4);
  }
}

.struc .col-lg-4:nth-child(2) .struc_item:before {
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url("../../images/step_icon.svg");
  top: -31px;
}

@media (max-width: 767px) {
  .struc .col-lg-4:nth-child(2) .struc_item:before {
    top: -22px;
    left: -27px;
  }
}

@media (max-width: 480px) {
  .struc .col-lg-4:nth-child(2) .struc_item:before {
    top: -22px;
    left: -27px;
  }
}

.struc .col-lg-4:nth-child(2) .struc_item:after {
  width: calc(100%);
  left: 15px;
}

@media (max-width: 767px) {
  .struc .col-lg-4:nth-child(2) .struc_item:after {
    width: 2px;
    height: calc(100% - 16px);
    left: -20px;
  }
}

@media (max-width: 480px) {
  .struc .col-lg-4:nth-child(2) .struc_item:after {
    width: 2px;
    height: calc(100% - 16px);
    left: -20px;
  }
}

.struc .struc_item {
  padding-right: 95px;
  position: relative;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .struc .struc_item {
    padding-right: 30px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .struc .struc_item {
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .struc .struc_item {
    padding-right: 0;
    padding-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .struc .struc_item {
    padding-right: 0;
    padding-bottom: 15px;
  }
}

.struc .struc_item:after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 5px);
  height: 2px;
  background: rgba(251, 210, 192, 0.4);
  top: -24px;
  left: 11px;
}

@media (max-width: 767px) {
  .struc .struc_item:after {
    left: -20px;
    top: 0;
    width: 2px;
    height: calc(100% - 25px);
  }
}

@media (max-width: 480px) {
  .struc .struc_item:after {
    left: -20px;
    top: 0;
    width: 2px;
    height: calc(100% - 25px);
  }
}

.struc .struc_item:before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #59C9EC;
  border-radius: 50%;
  top: -28px;
  left: 0;
}

@media (max-width: 767px) {
  .struc .struc_item:before {
    top: -11px;
    left: -23px;
  }
}

@media (max-width: 480px) {
  .struc .struc_item:before {
    top: -11px;
    left: -23px;
  }
}

.struc .struc_item .item_name {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;
}

.struc .struc_item .item_info {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.64);
}

.our_services {
  padding-bottom: 80px;
}

.our_services .second_title {
  margin-bottom: 33px;
}

@media (max-width: 480px) {
  .our_services .second_title {
    margin-bottom: 42px;
    font-weight: 500;
  }
}

.our_services .accordion .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 24px 0;
}

@media (max-width: 480px) {
  .our_services .accordion .accordion-item {
    padding: 17px 0;
  }
}

.our_services .accordion .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.our_services .accordion .accordion-item button {
  background-color: transparent;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -2px;
  color: #131720;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 992px) {
  .our_services .accordion .accordion-item button {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .our_services .accordion .accordion-item button {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .our_services .accordion .accordion-item button {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}

.our_services .accordion .accordion-item button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.our_services .accordion .accordion-item button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.our_services .accordion .accordion-item button:after {
  content: '+';
  background-image: none;
  width: auto;
  height: auto;
  font-size: 40px;
}

.our_services .accordion .accordion-item button:not(.collapsed)::after {
  content: '-';
}

.our_services .accordion .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.our_services .accordion .accordion-item .accordion-body {
  background: #F1F1F1;
  border-radius: 20px;
  padding: 48px 32px;
  margin: 16px 0 18px 0;
}

@media (max-width: 480px) {
  .our_services .accordion .accordion-item .accordion-body {
    padding: 20px 10px;
  }
  .our_services .accordion .accordion-item .accordion-body .left_btn {
    width: 100%;
  }
  .our_services .accordion .accordion-item .accordion-body .left_btn a {
    width: 100%;
  }
}

.our_services .accordion .accordion-item .body_left {
  margin-bottom: 33px;
}

@media (max-width: 480px) {
  .our_services .accordion .accordion-item .body_left {
    margin-bottom: 16px;
  }
}

.our_services .accordion .accordion-item .body_left .left_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #131720;
}

@media (max-width: 480px) {
  .our_services .accordion .accordion-item .body_left .left_item {
    font-size: 14px;
    line-height: 16px;
  }
}

.our_services .accordion .accordion-item .body_left .left_item:last-child {
  margin-bottom: 0;
}

.our_services .accordion .accordion-item .body_left .left_item .item_img {
  margin-right: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media (max-width: 480px) {
  .our_services .accordion .accordion-item .body_left .left_item .item_img {
    width: 11px;
    height: 11px;
    margin-right: 8px;
  }
  .our_services .accordion .accordion-item .body_left .left_item .item_img img {
    width: 100%;
  }
}

.our_services .accordion .accordion-item .body_right {
  border-radius: 12px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .our_services .accordion .accordion-item .body_right {
    display: none;
  }
}

@media (max-width: 480px) {
  .our_services .accordion .accordion-item .body_right {
    display: none;
  }
}

.our_services .accordion .accordion-item .body_right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.our_services.third_serv .accordion .accordion-item .body_left .left_item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about_company {
  margin-bottom: 80px;
}

@media (max-width: 480px) {
  .about_company {
    margin-bottom: 62px;
  }
}

.about_company .second_title {
  color: #fff;
}

@media (max-width: 767px) {
  .about_company .second_title {
    font-size: 35px;
  }
}

.cloud {
  background-color: #0C1230;
  background-image: url("../../images/cloud_bg.png");
  background-repeat: no-repeat;
  color: #fff;
  background-position: left 65px;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .cloud {
    background-image: none;
  }
}

@media (max-width: 480px) {
  .cloud {
    background-image: none;
    margin-bottom: 78px;
  }
}

.cloud .cloud_section {
  padding: 80px 0 104px 0;
}

@media (max-width: 480px) {
  .cloud .cloud_section {
    padding: 40px 0 100px 0;
  }
}

.cloud .second_title {
  margin-bottom: 12px;
  color: #fff;
}

@media (max-width: 480px) {
  .cloud .second_title {
    margin-bottom: 24px;
  }
}

.cloud .title_bottom {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.64;
  margin-bottom: 35px;
  padding-right: 140px;
}

@media (max-width: 767px) {
  .cloud .title_bottom {
    padding-right: 0;
  }
}

@media (max-width: 480px) {
  .cloud .title_bottom {
    padding-right: 0;
    margin-bottom: 24px;
  }
}

.cloud .second_btn {
  padding: 15px 20px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .cloud .second_btn {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .cloud .second_btn {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .cloud .second_btn {
    padding: 12px 41px;
    margin-bottom: 44px;
  }
}

.cloud .cloud_item {
  margin-bottom: 28px;
  padding-right: 25px;
  height: 212px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .cloud .cloud_item {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .cloud .cloud_item {
    margin-bottom: 40px;
    height: auto;
  }
  .cloud .cloud_item:last-child {
    margin-bottom: 40px;
  }
}

.cloud .cloud_item:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .cloud .cloud_item:last-child {
    margin-bottom: 40px;
  }
}

.cloud .cloud_item .item_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .cloud .cloud_item .item_img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
}

.cloud .cloud_item .item_name {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;
}

@media (max-width: 480px) {
  .cloud .cloud_item .item_name {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
  }
}

.cloud .cloud_item .item_info {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.64);
}

@media (max-width: 480px) {
  .cloud .cloud_item .item_info {
    line-height: 18px;
  }
}

.about_partners {
  margin-bottom: 144px;
}

@media (max-width: 767px) {
  .about_partners {
    margin-bottom: 50px;
  }
}

@media (max-width: 480px) {
  .about_partners {
    margin-bottom: 60px;
  }
}

.about_partners .mobile_btn {
  display: none;
  margin-top: 24px;
  width: 100%;
}

@media (max-width: 767px) {
  .about_partners .mobile_btn {
    display: block;
  }
}

@media (max-width: 480px) {
  .about_partners .mobile_btn {
    display: block;
  }
}

.about_partners .mobile_btn a {
  width: 100%;
}

.about_partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 86px;
}

@media (max-width: 480px) {
  .about_partner {
    margin-bottom: 24px;
  }
}

.about_partner .second_title {
  margin-bottom: 0;
}

.about_partner .partner_btn {
  display: block;
}

@media (max-width: 767px) {
  .about_partner .partner_btn {
    display: none;
  }
}

@media (max-width: 480px) {
  .about_partner .partner_btn {
    display: none;
  }
}

.infos {
  -webkit-transform: translateY(-90px);
          transform: translateY(-90px);
  margin-bottom: -90px;
  background-repeat: no-repeat;
  background-position: right -40%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .infos .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .infos .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.infos .info_item {
  background-color: #fff;
  border-radius: 6px;
  padding: 32px 24px;
  font-size: 14px;
  line-height: 18px;
  color: #5F6672;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .infos .info_item {
    margin-bottom: 30px;
    height: 173px;
  }
}

@media (max-width: 767px) {
  .infos .info_item {
    margin-bottom: 30px;
    height: 173px;
  }
}

@media (max-width: 480px) {
  .infos .info_item {
    margin-bottom: 32px;
    height: auto;
  }
}

.infos .info_item .item_number {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -2px;
  color: #59C9EC;
  font-family: Inter;
}

.tools {
  background-image: url("../../images/ellepse7.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 177px;
  padding-top: 102px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .tools {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .tools {
    padding-top: 40px;
    padding-bottom: 130px;
    background-image: none;
  }
}

@media (max-width: 480px) {
  .tools {
    padding-top: 40px;
    padding-bottom: 130px;
    background-image: none;
  }
}

.tools .tools_section {
  position: relative;
}

.tools .tool_img {
  position: absolute;
  top: 0;
  right: -50%;
}

.tools .tool_img .tool_mobile {
  display: none;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .tools .tool_img {
    right: -42%;
  }
  .tools .tool_img img {
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .tools .tool_img {
    right: -42%;
    top: 250px;
  }
  .tools .tool_img img {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .tools .tool_img {
    right: 0;
    margin: auto;
    top: 150px;
  }
  .tools .tool_img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tools .tool_img .tool_mobile {
    display: block;
  }
  .tools .tool_img .tool_desktop {
    display: none;
  }
}

@media (max-width: 480px) {
  .tools .tool_img {
    right: 0;
    margin: auto;
    top: 150px;
  }
  .tools .tool_img img {
    width: 100%;
  }
  .tools .tool_img .tool_mobile {
    display: block;
  }
  .tools .tool_img .tool_desktop {
    display: none;
  }
}

.tools .second_title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .tools .second_title {
    margin-bottom: 510px;
  }
}

@media (max-width: 480px) {
  .tools .second_title {
    margin-bottom: 312px;
  }
}

.tools .tool_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #161643;
}

.tools .tool_item:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .tools .tool_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tools .tool_item .item_number {
  margin-right: 16px;
}

.tools .tool_item .item_number span {
  background-color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 10px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 8px 16px rgba(22, 22, 67, 0.12);
          box-shadow: 0px 8px 16px rgba(22, 22, 67, 0.12);
  font-weight: 500;
  font-size: 32px;
  line-height: 24px;
  color: #161643;
}

@media (max-width: 480px) {
  .tools .tool_item .item_number span {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding-top: 5px;
    margin-bottom: 10px;
  }
}

.audit {
  padding-bottom: 83px;
  background-image: url("../../images/ellepse8.png"), url("../../images/ellepse9.png");
  background-repeat: no-repeat;
  background-position: center left, right calc(100% + 50px);
}

@media (max-width: 767px) {
  .audit {
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .audit {
    background-image: none;
    padding-bottom: 40px;
  }
}

.audit .second_title {
  margin-bottom: 48px;
}

@media (max-width: 480px) {
  .audit .second_title {
    margin-bottom: 24px;
  }
}

.audit .audit_items {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .audit .audit_items {
    margin-bottom: 0;
  }
}

.audit .audit_item {
  border-radius: 8px;
  padding: 20px 30px;
  color: #fff;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 16px;
  line-height: 28px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .audit .audit_item {
    height: 240px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .audit .audit_item {
    margin-bottom: 30px;
    height: 240px;
  }
}

@media (max-width: 480px) {
  .audit .audit_item {
    margin-bottom: 24px;
    height: 224px;
    line-height: 24px;
    padding: 40px 20px;
  }
}

.audit .audit_item .item_title {
  font-family: Inter;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
  padding-right: 60px;
}

@media (max-width: 480px) {
  .audit .audit_item .item_title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.2px;
    margin-bottom: 24px;
  }
}

.audit .audit_btn {
  margin-bottom: 60px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .audit .audit_btn {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .audit .audit_btn {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .audit .audit_btn {
    margin-bottom: 72px;
  }
  .audit .audit_btn a {
    width: 100%;
  }
}

.audit .prosses_item {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 32px 48px;
  height: 100%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .audit .prosses_item {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .audit .prosses_item {
    height: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .audit .prosses_item {
    padding: 32px 16px;
    margin-bottom: 40px;
    height: auto;
  }
}

.audit .prosses_item .item_title {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #161643;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .audit .prosses_item .item_title {
    font-size: 28px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .audit .prosses_item .item_title {
    font-size: 32px;
    line-height: 40px;
  }
}

.audit .prosses_item .item_info {
  font-size: 16px;
  line-height: 24px;
  color: #161643;
  margin-bottom: 30px;
}

.audit .prosses_item .item_info p:first-child {
  margin-bottom: 28px;
}

.audit .prosses_item .item_info span {
  font-weight: bold;
}

.audit .prosses_item .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 24px;
  color: #161643;
}

.audit .prosses_item .item_list:last-child {
  margin-bottom: 0;
}

.audit .prosses_item .item_list .list_img {
  margin-right: 18px;
}

.third_solution {
  margin-bottom: 59px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .third_solution {
    background-image: none;
  }
}

@media (max-width: 767px) {
  .third_solution {
    background-image: none;
  }
}

@media (max-width: 480px) {
  .third_solution {
    margin-bottom: 64px;
  }
}

.third_solution .second_title {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .third_solution .second_title {
    font-weight: normal;
  }
}

.third_solution .title_bottom {
  text-align: left;
  width: 49%;
  font-size: 16px;
  line-height: 24px;
  color: #161643;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .third_solution .title_bottom {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .third_solution .title_bottom {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .third_solution .title_bottom {
    width: 100%;
    margin-bottom: 32px;
  }
}

.third_solution .solutions_item {
  height: 390px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.4px;
  color: #161643;
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 992px) {
  .third_solution .solutions_item {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .third_solution .solutions_item {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .third_solution .solutions_item {
    height: auto;
    padding: 20px 20px 90px 20px;
  }
}

.third_solution .solutions_item:hover {
  color: #fff;
}

.third_solution .solutions_item:hover .solution_name {
  color: #fff;
}

.third_solution .solutions_item .solution_name {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1.6px;
  color: #161643;
  margin-bottom: 8px;
}

@media (max-width: 480px) {
  .third_solution .solutions_item .solution_name {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.02479px;
    margin-bottom: 10px;
  }
  .third_solution .solutions_item .solution_name br {
    display: none;
  }
}

.third_solution .big_item {
  display: block;
}

.mdr {
  padding-bottom: 90px;
  background-position: 100px 100px;
}

@media (max-width: 767px) {
  .mdr .col-lg-4:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mdr .col-lg-4:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mdr .col-lg-4:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.mdr .second_title {
  margin-bottom: 60px;
}

@media (max-width: 480px) {
  .mdr .second_title {
    margin-bottom: 24px;
  }
}

.mdr .mdr_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.mdr .mdr_img img {
  width: 100%;
}

.mdr .item_child {
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .mdr .item_child {
    margin-bottom: 20px;
  }
}

.mdr .item_child:last-child {
  margin-bottom: 0;
}

.mdr .item_child .child_title {
  font-family: Inter;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.8px;
  color: #18214D;
  margin-bottom: 4px;
}

@media (max-width: 480px) {
  .mdr .item_child .child_title {
    font-weight: 500;
    font-size: 18px;
  }
}

.mdr .item_child .child_info {
  padding-left: 25px;
}

.mdr .item_child .child_info ul {
  font-size: 18px;
  line-height: 28px;
  color: rgba(24, 33, 77, 0.64);
}

.mdr .item_child .child_info ul li {
  margin-bottom: 5px;
  position: relative;
}

.mdr .item_child .child_info ul li:last-child {
  margin-bottom: 0;
}

.mdr .item_child .child_info ul li::before {
  content: '';
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: rgba(24, 33, 77, 0.64);
  border-radius: 50%;
  top: 12px;
  left: -12px;
}

.third_company .second_title {
  color: #fff;
  margin-bottom: 32px;
  font-weight: normal;
}

.ellepse_left {
  position: absolute;
  left: -20px;
  top: 1300px;
}

@media (max-width: 767px) {
  .ellepse_left {
    display: none;
  }
}

.ellepse_right {
  position: absolute;
  right: -30px;
  top: 1700px;
}

@media (max-width: 767px) {
  .ellepse_right {
    display: none;
  }
}

.ellepse_left2 {
  position: absolute;
  top: 2200px;
  left: 20px;
}

@media (max-width: 767px) {
  .ellepse_left2 {
    display: none;
  }
}

.ellepse_right2 {
  position: absolute;
  top: 2450px;
  right: 0;
}

@media (max-width: 767px) {
  .ellepse_right2 {
    display: none;
  }
}

.ellepse_left_k {
  position: absolute;
  right: -50px;
  bottom: 250px;
}

@media (max-width: 767px) {
  .ellepse_left_k {
    display: none;
  }
}

.ellepse_right_k {
  position: absolute;
  left: -30px;
  bottom: 100px;
}

@media (max-width: 767px) {
  .ellepse_right_k {
    display: none;
  }
}

.footer_el1 {
  position: absolute;
  left: -20px;
  bottom: -200px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 767px) {
  .footer_el1 {
    display: none;
  }
}

.footer_el2 {
  position: absolute;
  right: -20px;
  top: -100px;
}

@media (max-width: 767px) {
  .footer_el2 {
    display: none;
  }
}

.header_white {
  background-color: #fff;
}

.first_section.second.clear_bg {
  background-image: none;
}

.first_section.second.clear_bg header {
  margin-bottom: 0;
}

.first_section.second.clear_bg .about {
  background-color: #F6F7F9;
  padding-bottom: 24px;
}

.first_section.second.clear_bg .breadcrumbs {
  display: block;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .first_section.second.clear_bg .breadcrumbs {
    padding: 0 16px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .first_section.second.clear_bg .breadcrumbs {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .first_section.second.clear_bg .breadcrumbs {
    padding: 0 16px;
  }
}

.first_section.second.about_sections {
  padding-bottom: 0;
}

.first_section .about.about_block {
  background-image: none;
  background-color: #F6F7F9;
  padding-bottom: 82px;
}

.first_section .about.about_block .breadcrumbs {
  margin-bottom: 0;
}

.first_section .about.about_block .breadcrumbs li {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #7A8B9E;
}

.first_section .about.about_block .breadcrumbs li:after {
  color: #7A8B9E;
}

.first_section .about.about_block .breadcrumbs a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #7A8B9E;
}

.about_content {
  background: #F6F7F9;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .about_content {
    padding: 0 16px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .about_content {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .about_content {
    padding: 0 16px;
  }
}

@media (max-width: 480px) {
  .about_content {
    padding: 0 16px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .sidebar {
    display: none;
  }
}

@media (max-width: 767px) {
  .sidebar {
    display: none;
  }
}

.sidebar li {
  margin-bottom: 2px;
}

.sidebar a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #161643;
  display: inline-block;
  padding: 4px 0 4px 9px;
}

.sidebar a:hover, .sidebar a.active {
  color: #59C9EC;
  border-left: 3px solid #59C9EC;
}

.content_right .about_video {
  margin-bottom: 48px;
}

@media (max-width: 480px) {
  .content_right .about_video {
    margin-bottom: 82px;
  }
}

.content_right .video_block {
  border-radius: 4px;
  overflow: hidden;
  width: 696px;
  height: 387px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 992px) {
  .content_right .video_block {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .content_right .video_block {
    width: 100%;
    height: auto;
  }
}

.content_right .video_block .play_btn {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.content_right .video_block .play_btn img {
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-name: pulse;
          animation-name: pulse;
  border-radius: 50%;
}

.content_right .about_info {
  width: 78%;
}

@media (min-width: 768px) and (max-width: 992px) {
  .content_right .about_info {
    width: 100%;
    margin-bottom: 74px;
  }
}

@media (max-width: 767px) {
  .content_right .about_info {
    width: 100%;
    margin-bottom: 74px;
  }
}

.content_right .about_info p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #161643;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .content_right .about_info p:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .content_right .values {
    margin-bottom: 92px;
  }
}

.content_right .value_item {
  margin-bottom: 145px;
}

@media (max-width: 767px) {
  .content_right .value_item {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .content_right .value_item .second_title {
    margin-bottom: 20px;
  }
}

.content_right .value_item .item_img {
  background: #81CFF4;
  -webkit-box-shadow: 0px 8px 16px rgba(22, 22, 67, 0.12);
          box-shadow: 0px 8px 16px rgba(22, 22, 67, 0.12);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .content_right .value_item .item_img {
    width: 60px;
    height: 60px;
  }
  .content_right .value_item .item_img img {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .content_right .value_item .item_img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .content_right .value_item .item_img img {
    width: 50%;
  }
}

.content_right .value_item .item_name {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #161643;
  margin-bottom: 12px;
}

@media (max-width: 480px) {
  .content_right .value_item .item_name {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.8px;
    color: #18214D;
    margin-bottom: 10px;
  }
}

.content_right .value_item .item_info {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #30455C;
}

@media (max-width: 480px) {
  .content_right .value_item .item_info {
    line-height: 18px;
    color: rgba(24, 33, 77, 0.64);
  }
}

.content_right .advantages {
  margin-bottom: 50px;
}

@media (max-width: 480px) {
  .content_right .advantages {
    margin-bottom: 0;
  }
}

.content_right .advantages .second-title {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .content_right .advantages .second-title {
    font-weight: 500;
  }
}

.content_right .advantages .adv_item {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .content_right .advantages .adv_item {
    margin-bottom: 40px;
  }
}

.content_right .advantages .adv_item .item_img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .content_right .advantages .adv_item .item_img {
    margin-bottom: 10px;
  }
}

.content_right .advantages .adv_item .item_img img {
  width: auto;
}

.content_right .advantages .adv_item .item_name {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #18214D;
  margin-bottom: 4px;
}

@media (max-width: 480px) {
  .content_right .advantages .adv_item .item_name {
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.8px;
    margin-bottom: 10px;
  }
}

.content_right .advantages .adv_item .item_info {
  font-size: 16px;
  line-height: 24px;
  color: #161643;
}

@media (max-width: 480px) {
  .content_right .advantages .adv_item .item_info {
    line-height: 18px;
    color: rgba(24, 33, 77, 0.64);
  }
}

.about_part {
  margin-bottom: 0;
  padding-bottom: 144px;
}

@media (max-width: 480px) {
  .about_part {
    padding-bottom: 32px;
  }
}

.about_part, .about_company_real {
  background: #F6F7F9;
}

.about_company_real {
  margin-bottom: 0;
  padding-bottom: 90px;
}

@media (max-width: 480px) {
  .about_company_real {
    padding-bottom: 42px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .about_company_real .company_section {
    padding: 30px 50px 20px 20px;
    height: 400px;
  }
}

.our_teams {
  padding-bottom: 90px;
  background: #F6F7F9;
}

@media (max-width: 480px) {
  .our_teams {
    padding-bottom: 56px;
  }
}

.our_teams .second_title {
  margin-bottom: 10px;
}

.our_teams .title_bottom {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #161643;
  margin-bottom: 32px;
}

@media (max-width: 480px) {
  .our_teams .title_bottom {
    padding-right: 40px;
  }
}

.our_teams .container-fluid {
  margin-left: 452px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .our_teams .container-fluid {
    margin-left: 250px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .our_teams .container-fluid {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .our_teams .container-fluid {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .our_teams .container-fluid {
    margin-left: 16px;
  }
}

.our_teams .team_slider {
  margin-left: 0px;
}

.our_teams .team_slider .slider_item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 152.963px 122.102px -22.8103px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 152.963px 122.102px -22.8103px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our_teams .team_slider .slider_item img {
  width: auto;
}

.komplaens {
  padding-bottom: 121px;
  background: #F6F7F9;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .komplaens {
    padding: 0 16px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .komplaens {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .komplaens {
    padding: 0 16px;
  }
}

@media (max-width: 767px) {
  .komplaens .second_title {
    margin-top: 8px;
  }
}

.komplaens .title_bottom {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #161643;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .komplaens .title_bottom {
    font-weight: bold;
    font-size: 16px;
    color: rgba(24, 33, 77, 0.64);
  }
}

.komplaens .block_info {
  margin-bottom: 32px;
  font-size: 20px;
  line-height: 24px;
  color: #161643;
  margin-bottom: 32px;
  width: 80%;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .komplaens .block_info {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .komplaens .block_info {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .komplaens .block_info {
    font-size: 16px;
    color: rgba(24, 33, 77, 0.64);
    width: 100%;
  }
}

.komplaens .block_info p {
  margin-bottom: 20px;
}

.komplaens .more_info {
  width: 69%;
  margin-bottom: 71px;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .komplaens .more_info {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .komplaens .more_info {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .komplaens .more_info {
    width: 100%;
  }
}

.komplaens .more_info .second_title {
  font-weight: 600;
  font-size: 48px;
  line-height: 56px;
  color: #161643;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .komplaens .more_info .second_title {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -2px;
    color: #18214D;
  }
  .komplaens .more_info .second_title br {
    display: none;
  }
}

.komplaens .more_info li {
  font-size: 16px;
  line-height: 20px;
  color: #161643;
  margin-bottom: 16px;
  padding-left: 25px;
  position: relative;
}

.komplaens .more_info li:last-child {
  margin-bottom: 0;
}

.komplaens .more_info li::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #59C9EC;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.komplaens .blue_block {
  width: 85%;
  background: #18214D;
  border-radius: 12px;
  padding: 80px 70px 80px 64px;
  background-image: url("../../images/blue.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -2px;
  color: #FFFFFF;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .komplaens .blue_block {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .komplaens .blue_block {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .komplaens .blue_block {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -1.2px;
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 32px;
  }
  .komplaens .blue_block br {
    display: none;
  }
  .komplaens .blue_block .first_btn {
    width: 100%;
    text-align: center;
  }
}

.komplaens .blue_block .blue_info {
  margin-bottom: 32px;
}

.news_block .second_title {
  margin-bottom: 32px;
}

.news_block .news_item {
  margin-bottom: 40px;
}

.news_block .news_item .news_img {
  display: block;
  margin-bottom: 16px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}

.news_block .news_item .news_img img {
  width: 100%;
}

.news_block .news_item .news_title {
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  color: #161643;
  display: inline-block;
  margin-bottom: 4px;
}

.news_block .news_item .news_date {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #6B718D;
}

.news_block .pagenation {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #E0E4E9;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .news_block .pagenation {
    border-top: none;
    padding-top: 0;
    padding-bottom: 32px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .news_block .pagenation {
    border-top: none;
    padding-top: 0;
    padding-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .news_block .pagenation {
    border-top: none;
    padding-top: 0;
    padding-bottom: 32px;
  }
}

.news_block .prev, .news_block .next {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #A1ADBA;
}

.news_block .prev:hover, .news_block .prev.active, .news_block .next:hover, .news_block .next.active {
  color: #59C9EC;
}

@media (max-width: 767px) {
  .news_block .prev, .news_block .next {
    font-size: 18px;
  }
}

.news_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news_block ul li:first-child a {
  border-left: 1px solid #E0E4E9;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.news_block ul li:first-child a:hover, .news_block ul li:first-child a.active {
  border-color: #59C9EC;
}

.news_block ul li:last-child a {
  border-right: 1px solid #E0E4E9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.news_block ul li:last-child a:hover {
  border-color: #59C9EC;
}

.news_block ul a {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #7A8B9E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 17px;
  border: 1px solid #E0E4E9;
  border-left-color: transparent;
  border-right-color: transparent;
}

.news_block ul a:hover, .news_block ul a.active {
  color: #59C9EC;
  border: 1px solid #59C9EC;
  border-radius: 4px;
}

.first_section.second.nutanix {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .first_section.second.nutanix header {
    border-bottom: 0;
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .first_section.second.nutanix .second_title {
    font-weight: 500;
    font-size: 32px;
  }
}

.first_section.second.nutanix .about {
  padding-bottom: 215px;
}

.first_section.second.nutanix .about .breadcrumbs {
  margin-bottom: 171px;
}

@media (max-width: 767px) {
  .first_section.second.nutanix .about .breadcrumbs {
    display: none;
  }
}

.first_section.nutanix .about .about_title {
  margin-bottom: 16px;
}

@media (max-width: 480px) {
  .first_section.nutanix .about .about_title {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 33px;
    letter-spacing: -2px;
  }
}

.first_section.nutanix .about .about_info {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .first_section.nutanix .about .about_info {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .first_section.nutanix .about .about_info {
    width: 100%;
  }
}

.nutanix_cloud {
  background: #F6F7F9;
  padding: 80px 0 0 0;
}

@media (max-width: 767px) {
  .nutanix_cloud {
    padding-bottom: 50px;
  }
}

.nutanix_cloud .title_bottom {
  font-size: 16px;
  line-height: 24px;
  color: #161643;
  padding-right: 100px;
}

@media (min-width: 768px) and (max-width: 992px) {
  .nutanix_cloud .title_bottom {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .nutanix_cloud .title_bottom {
    padding-right: 0;
  }
}

.nutanix_cloud .ncloud_right {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

@media (min-width: 768px) and (max-width: 992px) {
  .nutanix_cloud .ncloud_right {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

@media (max-width: 767px) {
  .nutanix_cloud .ncloud_right {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
  }
}

@media (max-width: 480px) {
  .nutanix_cloud .ncloud_right {
    -webkit-transform: translate(-85px, 0);
            transform: translate(-85px, 0);
  }
}

.what_nutanix {
  background: #F6F7F9;
  padding-bottom: 148px;
  position: relative;
}

@media (max-width: 767px) {
  .what_nutanix {
    padding-bottom: 72px;
  }
}

.what_nutanix .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .what_nutanix .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.what_nutanix .second_title {
  font-weight: bold;
  line-height: 40px;
  color: #001322;
  margin-bottom: 24px;
}

.what_nutanix .info {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #414549;
  padding-right: 130px;
  font-family: TT Commons;
}

@media (min-width: 768px) and (max-width: 992px) {
  .what_nutanix .info {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .what_nutanix .info {
    padding-right: 0;
    padding-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .what_nutanix .wnutanix_img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .what_nutanix .wnutanix_img {
    width: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.what_nutanix .n_ellepse {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}

@media (max-width: 767px) {
  .what_nutanix .n_ellepse {
    display: none;
  }
}

.nutix_cloud {
  padding-bottom: 68px;
  background-image: url("../../images/ncloud.png");
  background-position: right calc(100% - 150px);
  margin-bottom: 0;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .nutix_cloud {
    background-size: 30%;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .nutix_cloud {
    background-image: none;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .nutix_cloud {
    background-image: none;
    padding-bottom: 0;
  }
}

.nutix_cloud .title_bottom {
  margin-bottom: 64px;
}

.nutix_cloud .cloud_item {
  margin-bottom: 49px;
}

.nutix_cloud .item_name {
  margin-bottom: 8px;
}

.nutanix_adv {
  background-color: #fff;
  padding: 80px 0 0 0;
}

.nutanix_adv .second_title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .nutanix_adv .second_title {
    margin-bottom: 20px;
  }
}

.nutanix_adv .adv_item {
  margin-bottom: 54px;
}

.nutanix_adv .adv_item .item_img {
  background-color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EBEBEB;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .nutanix_adv .adv_item .item_img {
    width: 50px;
    height: 50px;
  }
}

.nutanix_adv .adv_item .item_img img {
  width: auto;
}

@media (max-width: 767px) {
  .nutanix_adv .adv_item .item_img img {
    width: 40%;
  }
}

.nutanix_adv .adv_item .item_name {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #18214D;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .nutanix_adv .adv_item .item_name {
    font-size: 18px;
    font-weight: 500;
  }
}

.nutanix_adv .adv_item .item_info {
  font-size: 16px;
  line-height: 24px;
  color: #161643;
}

@media (max-width: 767px) {
  .nutanix_adv .adv_item .item_info {
    line-height: 18px;
    color: rgba(24, 33, 77, 0.64);
  }
}

.nutanix_cloud2 {
  margin-bottom: 0;
}

.nutanix_adv2 {
  padding: 77px 0 150px 0;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .nutanix_adv2 {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .nutanix_adv2 {
    padding: 50px 0;
  }
}

.nutanix_adv2 .second_title {
  margin-bottom: 40px;
}

.nutanix_adv2 .adv_item {
  margin-bottom: 34px;
  padding-right: 20px;
}

.nutanix_adv2 .item_img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.nutanix_adv2 .item_name {
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.55px;
  color: #18214D;
  margin-bottom: 4px;
}

.nutanix_adv2 .item_info {
  font-size: 16px;
  line-height: 24px;
  color: #161643;
}
/*# sourceMappingURL=index.css.map */