:root {
  --cl-green: #81bc41;
  --cl-primary: #c01a49;
  --cl-pink: #c01a49;
  --cl-purple: #A84D97;
  --cl-purple-dark: #29249D;
  --cl-yellow: #B0900F;
  --cl-white: #ffffff;
}

.cl-primary-purple {
  --cl-primary: var(--cl-purple);
}

.cl-primary-pink {
  --cl-primary: var(--cl-pink);
}

.cl-primary-yellow {
  --cl-primary: var(--cl-yellow);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

:focus {
  outline: 0;
}

ol, ul {
  list-style-position: inside;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

html, body {
  height: 100%;
}

label, button, input[type=submit], input[type=button] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

img {
  max-width: 100%;
  height: auto;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button, input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

[class^="icon-"], [class*=" icon-"] {
    !* use !important to prevent issues with browser extensions that change fonts *!
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    !* Better Font Rendering =========== *!
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: "\e916";
}
.icon-arrow-right:before {
    content: "\e917";
}

.icon-mute:before {
    content: "\e915";
}

.icon-email:before {
    content: "\e913";
}
.icon-phone:before {
    content: "\e914";
}

.icon-checkmark:before {
    content: "\e912";
}
.icon-email-circle .path1:before {
    content: "\e905";
}
.icon-email-circle .path2:before {
    content: "\e90a";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-email-circle .path3:before {
    content: "\e90b";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-facebook-circle .path1:before {
    content: "\e90c";
}
.icon-facebook-circle .path2:before {
    content: "\e90d";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-linkedin-circle .path1:before {
    content: "\e90e";
}
.icon-linkedin-circle .path2:before {
    content: "\e90f";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-twitter-circle .path1:before {
    content: "\e910";
}
.icon-twitter-circle .path2:before {
    content: "\e911";
    margin-left: -1em;
    color: rgb(0, 0, 0);
}
.icon-star-o:before {
    content: "\e906";
}
.icon-star:before {
    content: "\e907";
}
.icon-chevron-thin-right:before {
    content: "\e908";
}
.icon-chevron-thin-left:before {
    content: "\e909";
}
.icon-xing-with-circle:before {
    content: "\e900";
}
.icon-instagram-with-circle:before {
    content: "\e901";
}
.icon-twitter-with-circle:before {
    content: "\e902";
}
.icon-facebook-with-circle:before {
    content: "\e903";
}
.icon-linkedin-with-circle:before {
    content: "\e904";
}

*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?u9sdye");
  src: url("../fonts/icomoon.eot?u9sdye#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?u9sdye") format("truetype"), url("../fonts/icomoon.woff?u9sdye") format("woff"), url("../fonts/icomoon.svg?u9sdye#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter-x:before {
  content: "\e918";
}

.icon-arrow-left:before {
  content: "\e916";
}

.icon-arrow-right:before {
  content: "\e917";
}

.icon-mute:before {
  content: "\e915";
}

.icon-email:before {
  content: "\e913";
}

.icon-phone:before {
  content: "\e914";
}

.icon-email-circle .path1:before {
  content: "\e905";
}

.icon-email-circle .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-email-circle .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-facebook-circle .path1:before {
  content: "\e90c";
}

.icon-facebook-circle .path2:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-linkedin-circle .path1:before {
  content: "\e90e";
}

.icon-linkedin-circle .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-twitter-circle .path1:before {
  content: "\e910";
}

.icon-twitter-circle .path2:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}

.icon-star-o:before {
  content: "\e906";
}

.icon-star:before {
  content: "\e907";
}

.icon-checkmark:before {
  content: "\e912";
}

.icon-chevron-thin-right:before {
  content: "\e908";
}

.icon-chevron-thin-left:before {
  content: "\e909";
}

.icon-xing-with-circle:before {
  content: "\e900";
}

.icon-instagram-with-circle:before {
  content: "\e901";
}

.icon-twitter-with-circle:before {
  content: "\e902";
}

.icon-facebook-with-circle:before {
  content: "\e903";
}

.icon-linkedin-with-circle:before {
  content: "\e904";
}

body {
  font-family: "Quicksand", sans-serif !important;
  font-size: 15px;
  line-height: 1.3;
  color: #ffffff !important;
  min-width: 320px;
  position: relative;
  margin: 0 !important;
  background: #000000;
}

#site {
  min-width: 320px;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  /* background:$color_black url("../images/site_bg.jpg") no-repeat center top;*/
  position: relative;
}
#site.site-fon-2 {
  background-position: left bottom;
}

input, textarea {
  border-radius: 0;
  caret-color: #fff;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active {
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff !important;
}

.footer {
  display: table-row;
  height: 1px;
  /*background:#000000;*/
}

.mobil-menu-block {
  box-sizing: border-box;
  background: url("../images/menu_bg.jpg") no-repeat center center;
  background-size: cover;
  height: 100%;
  left: -100%;
  overflow-y: auto;
  padding: 100px 10px 40px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease-out 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mobil-menu-block .fixed {
  width: 100%;
  max-width: unset;
  max-height: 100%;
  overflow-y: auto;
  padding: 0 10px 40px 0;
}
.mobil-menu-block .fixed::-webkit-scrollbar {
  width: 5px;
}
.mobil-menu-block .fixed::-webkit-scrollbar-track {
  background: #c8c9cc;
  border-radius: 5px;
}
.mobil-menu-block .fixed::-webkit-scrollbar-thumb {
  background: #c01a49;
  border-radius: 5px;
}
.mobil-menu-block .fixed::-webkit-scrollbar-thumb:hover {
  background: #808088;
  cursor: pointer;
}

.open-menu .mobil-menu-block {
  transform: translate3d(100%, 0px, 0px);
  box-shadow: 0px 2px 29px rgba(0, 0, 0, 0.25);
}

.open-menu .menu-icon span:first-child, .open-menu .menu-icon span:last-child {
  opacity: 0;
  width: 100%;
}
.open-menu .menu-icon span:nth-child(2) {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  left: 50%;
  width: 70%;
}
.open-menu .menu-icon span:nth-child(3) {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  left: 50%;
  width: 70%;
}



.menu-icon {
  width: 52px;
  height: 25px;
  cursor: pointer;
  position: relative;
  margin-bottom: 10px;
}
.menu-icon:hover span:first-child {
  width: 100%;
}
.menu-icon:hover span:last-child {
  width: 100%;
}
.menu-icon span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  transition: 0.3s all linear;
}
.menu-icon span:first-child {
  top: 0;
  width: 70%;
}
.menu-icon span:nth-child(2), .menu-icon span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-icon span:last-child {
  bottom: 0;
  left: auto;
  right: 0;
  width: 70%;
}

.mobil-menu-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-block {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border: 1px solid #373737;
  font-size: 35px;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  transition: all 300ms linear;
  margin-right: -1px;
}
.social-block a:last-child {
  margin-right: 0;
}
.social-block a:hover {
  color: #c01a49;
}

.nav-menu {
  list-style-position: outside;
  list-style: none;
  margin-bottom: 30px;
}
.nav-menu li {
  margin-bottom: 12px;
  text-align: center;
  position: relative;
}
.nav-menu li.open > a {
  color: #c01a49;
}
.nav-menu li a {
  text-decoration: none;
  font: 300 36px/130% "Quicksand", sans-serif;
  color: #ffffff;
  transition: all 300ms linear;
}
.nav-menu li a:hover {
  color: #c01a49;
}
.nav-menu .dropdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-menu .dropdown-item > a {
  color: #ffffff;
  gap: 0;
}
.nav-menu .dropdown-item > a::after {
  display: none;
}
.nav-menu .dropdown-item > a .icon {
  padding: 5px 5px 12px 5px;
  font-size: 23px;
  transform: rotate(90deg);
}
.nav-menu .dropdown-item > a.active .icon {
  transform: rotate(90deg) rotateY(180deg);
}
.nav-menu .menu-dropdown {
  background: none;
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  pointer-events: none;
  transform: none;
  display: none;
  transition: none;
  color: #000;
  padding: 10px 0;
  gap: 10px;
}
.nav-menu .menu-dropdown a {
  font-size: 25px;
}

.open-menu .header {
  position: fixed;
}

.header {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  z-index: 1100;
}

.top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: min(max(196px + 73 * (100vw - 768px) / 1152, 196px), 269px);
}
.logo svg, .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.head-block {
  background: url("../images/head_bg_new.jpg") no-repeat center bottom;
  background-size: cover;
}

.head-video-block {
  position: relative;
}
.head-video-block .fixed {
  position: relative;
  z-index: 2;
}
.head-video-block .head-video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.head-video-block .head-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.89%, rgba(0, 0, 0, 0.13) 66.76%, #000 94%);
}
.head-video-block .head-video video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.head-video-block + .section_1 {
  position: relative;
  z-index: 2;
  padding-top: 150px;
}

.fixed {
  padding: 0 4%;
}

.head-cont {
  min-height: 1062px;
  padding: 150px 0 220px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.gen-title {
  width: 100%;
  max-width: 1500px;
  font: 400 110px/120% "Quicksand", sans-serif;
  color: #c01a49;
}
.gen-title .role_2 {
  display: block;
  text-align: right;
  font-weight: 300;
  color: #ffffff;
}

.gen-title-animate .role_1 > div {
  display: inline-block;
  position: relative;
}
.gen-title-animate .role_1 > div > div {
  -webkit-animation: mainFadeIn 2s forwards;
  -o-animation: mainFadeIn 2s forwards;
  animation: mainFadeIn 2s forwards;
  animation-delay: 1.6s;
  opacity: 0;
  display: flex;
  align-items: baseline;
}
.gen-title-animate .role_1 > div .block {
  width: 0%;
  height: inherit;
  background: #c01a49;
  position: absolute;
  top: 0;
  bottom: 0;
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
}
.gen-title-animate .role_2 > div {
  display: inline-block;
  position: relative;
}
.gen-title-animate .role_2 > div > div {
  -webkit-animation: mainFadeIn 2s forwards;
  -o-animation: mainFadeIn 2s forwards;
  animation: mainFadeIn 2s forwards;
  animation-delay: 1.6s;
  opacity: 0;
  display: flex;
  align-items: baseline;
}
.gen-title-animate .role_2 > div .block {
  width: 0%;
  height: inherit;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  animation: mainBlock-2 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
}
.gen-title-animate .role_3 > div {
  display: inline-block;
  position: relative;
}
.gen-title-animate .role_3 > div > div {
  -webkit-animation: mainFadeIn 2s forwards;
  -o-animation: mainFadeIn 2s forwards;
  animation: mainFadeIn 2s forwards;
  animation-delay: 1.6s;
  opacity: 0;
  display: flex;
  align-items: baseline;
}
.gen-title-animate .role_3 > div .block {
  width: 0%;
  height: inherit;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
}
.gen-title-animate .role_3 > div .block.green {
  background: #7BA02D;
}

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes mainBlock-2 {
  0% {
    width: 0%;
    right: 0;
  }
  50% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    opacity: 1;
  }
}
.hashtag {
  margin-top: 90px;
  font: 36px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.hashtag a {
  text-decoration: none;
  color: inherit;
}

.scroll-next {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 13px;
  height: 31px;
  background: url("../images/scroll-next.png") no-repeat 0 0;
  display: none;
}

.section_1 {
  min-height: 882px;
  padding: 45px 0;
  position: relative;
  transform: translateX(0);
}
.section_1 .fixed {
  position: relative;
  z-index: 1;
}

.title {
  margin-bottom: 50px;
  text-align: center;
  font: 300 70px/115% "Quicksand", sans-serif;
  color: #ffffff;
}
.title.mar {
  text-align: left;
}
.title-xl {
  font-size: min(max(45px + 35 * (100vw - 768px) / 1152, 45px), 80px);
  line-height: 120%;
  letter-spacing: -0.9px;
}
.title.stripes-services-page {
  font-size: min(max(28px + 27 * (100vw - 768px) / 1152, 28px), 55px);
}

.title-wrap {
  overflow: hidden;
  display: inline-block;
}
.title-wrap.aos-animate > div {
  transform: translateX(0);
}
.title-wrap > div {
  transition: all 1500ms cubic-bezier(0.74, 0.06, 0.4, 0.92);
  transform: translateX(-100%);
}

.title-text {
  max-width: 880px;
  margin: 30px auto;
  text-align: center;
  font: 20px/160% "Quicksand", sans-serif;
  color: #ffffff;
}
.title-text.mar {
  text-align: left;
  max-width: 100%;
}
.title-text.var-2 {
  text-align: left;
  max-width: 600px;
}
.title-text p {
  margin-bottom: 30px;
}
.title-text a {
  text-decoration: underline;
  color: inherit;
  transition: all 300ms linear;
}
.title-text a:hover {
  text-decoration: none;
  color: #c01a49;
}

.brand-list {
  list-style-position: outside;
  list-style: none;
  margin: 90px -10px 70px -10px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.brand-list li {
  margin: 0 10px 20px 10px;
  width: 350px;
  min-height: 256px;
}
.brand-list li.bl-cloud .bl-item {
  border-color: #A84D97;
  background-image: url("../images/bl-cloud.png");
}
.brand-list li.bl-cloud .bl-item:hover {
  border-color: transparent;
  box-shadow: 0px 0px 20px #A84D97;
}
.brand-list li.bl-cloud .bl-item .bl-more:hover {
  background: #A84D97;
}
.brand-list li.bl-sap .bl-item {
  border-color: #B0900F;
  background-image: url("../images/bl-sap.png");
}
.brand-list li.bl-sap .bl-item:hover {
  border-color: transparent;
  box-shadow: 0px 0px 20px #B0900F;
}
.brand-list li.bl-sap .bl-item .bl-more:hover {
  background: #B0900F;
}
.brand-list li.bl-tech .bl-item {
  border-color: #009F80;
  background-image: url("../images/bl-tech.png");
}
.brand-list li.bl-tech .bl-item:hover {
  border-color: transparent;
  box-shadow: 0px 0px 20px #009F80;
}
.brand-list li.bl-tech .bl-item .bl-more:hover {
  background: #009F80;
}
.brand-list li.bl-digital .bl-item {
  border-color: #00A0C9;
  background-image: url("../images/bl-digital.png");
}
.brand-list li.bl-digital .bl-item:hover {
  border-color: transparent;
  box-shadow: 0px 0px 20px #00A0C9;
}
.brand-list li.bl-digital .bl-item .bl-more:hover {
  background: #00A0C9;
}
.brand-list li .bl-item {
  min-height: 100%;
  border: 1px solid #00A0C9;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 300ms linear;
  border-radius: 0 20px 0 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.brand-list li .bl-item:hover {
  border-color: transparent;
  box-shadow: 0px 0px 20px #00A0C9;
}
.brand-list li .bl-item:hover .bl-more {
  transform: translateY(0);
  opacity: 1;
}
.brand-list li .bl-item:hover .bl-pic {
  margin-top: 0;
}
.brand-list li .bl-item > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.brand-list li .bl-item .bl-pic {
  text-align: center;
  margin-bottom: 15px;
  transition: all 300ms linear;
  margin-top: 65px;
}
.brand-list li .bl-item .bl-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 50px;
  border-radius: 25px;
  background: #ffffff;
  text-decoration: none;
  font: 20px/130% "Quicksand", sans-serif;
  color: #000000;
  transition: all 300ms linear;
  transform: translateY(100%);
  opacity: 0;
}
.brand-list li .bl-item .bl-more:hover {
  background: #00A0C9;
  color: #ffffff;
}

.section_2 {
  padding: 1px 0 50px 0;
  min-height: 580px;
  background-size: 100% auto;
  position: relative;
}
.section_2 .section-bg {
  overflow: visible;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 53%;
  z-index: 0;
  height: auto;
  min-height: 400px;
}
.section_2 .section-bg picture:first-of-type img {
  width: 894px;
  max-width: 100%;
  z-index: 1;
  opacity: 1;
  height: auto;
  top: 0;
  transform: none;
}
.section_2 .section-bg img {
  z-index: 0;
  opacity: 0.8;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  -webkit-mask-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 0.52%, rgba(0, 0, 0, 0.72) 33.33%, rgba(0, 0, 0, 0.72) 63.5%, rgba(0, 0, 0, 0) 87.89%);
  mask-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 0.52%, rgba(0, 0, 0, 0.72) 33.33%, rgba(0, 0, 0, 0.72) 63.5%, rgba(0, 0, 0, 0) 87.89%);
}
.section_2 .fixed {
  position: relative;
  z-index: 3;
}
.section_2 .title-text {
  max-width: 833px;
  font-size: min(max(18px + 2 * (100vw - 768px) / 1152, 18px), 20px);
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: min(max(40px + 60 * (100vw - 768px) / 1152, 40px), 100px);
}
.section_2 .title-text strong {
  font-weight: 500;
}
.section_2 .purpose-list {
  justify-content: center;
}
.section_2 .purpose-list li {
  width: 25%;
  min-width: 230px;
}

.purpose-list {
  list-style-position: outside;
  list-style: none;
  margin: 55px auto 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.purpose-list li {
  width: 33%;
  margin-bottom: 50px;
  text-align: center;
  font: 34px/130% "Quicksand", sans-serif;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}
.purpose-list li div {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: min(max(30px + 5 * (100vw - 768px) / 1152, 30px), 35px);
}
.purpose-list li .pl-number {
  margin-bottom: 20px;
  font: 300 120px/95% "Quicksand", sans-serif;
  color: #ffffff;
  vertical-align: top;
}
.purpose-list li .pl-number b {
  font-weight: inherit;
}
.purpose-list li .btn {
  margin-top: auto;
}

a.btn, span.btn, div.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn.btn-inline, span.btn.btn-inline, div.btn.btn-inline {
  display: inline-flex;
}

.btn {
  box-sizing: border-box;
  width: 190px;
  height: 50px;
  border-radius: 25px;
  background: #ffffff;
  text-decoration: none;
  font: 20px/130% "Quicksand", sans-serif;
  color: #000000;
  cursor: pointer;
  transition: all 300ms linear;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 35px 0;
  border: none;
}
.btn:hover {
  background: var(--cl-primary);
  color: var(--cl-white);
}
.btn.btn-center {
  margin-left: auto;
  margin-right: auto;
}
.btn.btn-big {
  width: 270px;
  height: 71px;
  font-size: 24px;
  border-radius: 36px;
}
.btn.btn-inline {
  width: auto;
  padding: 0 41px;
}
.btn.btn-green {
  background: #7BA02D;
}
.btn.btn-green:hover {
  background: #ffffff !important;
  color: #000000;
}
.btn.btn-new {
  width: fit-content;
  height: auto;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 10px 36px;
}

.journey-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 65px;
}
.journey-block > div {
  width: calc(50% - 20px);
}

.gi-big-2 .journey-slider {
  min-height: auto;
}

.journey-pic-slider {
  display: flex;
}
.journey-pic-slider .slick-list {
  min-height: 100%;
  display: flex;
}
.journey-pic-slider .slick-track {
  display: flex !important;
  bottom: 0;
}
.journey-pic-slider .slick-slide {
  height: inherit !important;
  display: flex;
  min-height: 100%;
}
.journey-pic-slider .js-slide {
  min-height: 100%;
  min-width: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.journey-slider {
  margin: 0 -10px 0px -10px;
  min-height: 100%;
}
.journey-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.journey-slider .slick-dots {
  bottom: 2px;
}
.journey-slider .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 8px;
  border-radius: 50%;
  opacity: 1;
}
.journey-slider .slick-dots li.slick-active button {
  border-color: #c01a49;
  background: #c01a49;
}
.journey-slider .slick-dots li button {
  width: 11px;
  height: 11px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: all 300ms linear;
}
.journey-slider .slick-dots li button:before {
  display: none;
}

.js-slide {
  margin: 0 10px;
}

.journey-item {
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 40px;
  grid-template-areas: "big-1 small-1" "big-1 small-2";
}
.journey-item.var-2 {
  grid-template-areas: "big-1 big-2" "big-1 big-2";
}
.journey-item .ji-big {
  grid-area: big-1;
}
.journey-item .ji-big-2 {
  grid-area: big-2;
}
.journey-item .ji-small-1 {
  grid-area: small-1;
  overflow: hidden;
}
.journey-item .ji-small-2 {
  grid-area: small-2;
  overflow: hidden;
}
.journey-item .ji-small-pic {
  padding-top: 92.5%;
  position: relative;
  background-size: cover;
  min-height: 100%;
}
.journey-item .ji-big-pic {
  padding-top: 195%;
  position: relative;
  transform: translateY(0);
  background-size: cover;
  min-height: 100%;
}
.journey-item .ji-big-pic-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.journey-item .ji-big-pic-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.journey-item .ji-pic-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  text-align: center;
  font: 30px/125% "Quicksand", sans-serif;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  transition: all 300ms linear;
  opacity: 0;
}
.journey-item .ji-pic-text:hover {
  opacity: 1;
}
.journey-item .ji-pic-text h3 {
  font-size: 35px;
  margin-bottom: 15px;
  font-weight: normal;
}
.journey-item .ji-pic-text .btn {
  background: #000000;
  color: #ffffff;
  margin: 20px auto 0 auto;
}
.journey-item .ji-pic-text .btn:hover {
  background: #c01a49;
  color: #ffffff;
}

.ji-quote {
  margin-left: 30px;
  max-width: 330px;
  position: relative;
  padding-top: 65px;
  font: 20px/180% "Quicksand", sans-serif;
  color: #ffffff;
}
.ji-quote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 61px;
  height: 44px;
  background: url("../images/quote.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.ji-quote a {
  text-decoration: underline;
  color: inherit;
  transition: all 300ms linear;
}
.ji-quote a:hover {
  text-decoration: none;
  color: #c01a49;
}
.ji-quote .ji-quote-text {
  min-height: 220px;
  overflow: hidden;
}
.ji-quote .ji-quote-text h3 {
  margin-top: 10px;
  font-weight: normal;
}
.ji-quote .ji-quote-text h3 span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}

.ji-empl {
  min-height: 100%;
  border: 1px solid #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font: 28px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.ji-empl .ji-empl-brand {
  margin: 5px auto 10px auto;
  max-width: 330px;
}
.ji-empl .ji-empl-amount {
  margin-bottom: 20px;
  font: 300 90px/95% "Quicksand", sans-serif;
  color: #ffffff;
  vertical-align: top;
}
.ji-empl .ji-empl-amount span {
  font-size: 65px;
  vertical-align: top;
  display: inline-block;
  line-height: 95%;
}

.ji-companies {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.ji-companies h3 {
  font: 34px/130% "Quicksand", sans-serif;
  color: #ffffff;
  margin-bottom: 30px;
}
.ji-companies img {
  width: auto;
}

.section_3 {
  padding: 80px 0;
}

.sights-slider {
  margin: 50px -30px 100px -30px;
}
.sights-slider.slick-dotted.slick-slider {
  margin-bottom: 100px;
}
.sights-slider .slick-dots {
  bottom: -40px;
}
.sights-slider .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 8px;
  border-radius: 50%;
  opacity: 1;
}
.sights-slider .slick-dots li.slick-active button {
  border-color: var(--cl-primary);
  background: var(--cl-primary);
}
.sights-slider .slick-dots li button {
  width: 11px;
  height: 11px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: all 300ms linear;
}
.sights-slider .slick-dots li button:before {
  display: none;
}

.sights-item {
  margin: 0 30px;
  position: relative;
}
.sights-item:hover .si-more {
  text-decoration: none;
  color: #c01a49;
}
.sights-item .si-pic {
  padding-top: 57%;
  margin-bottom: 35px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sights-item .si-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sights-item .si-date {
  font: 300 22px/130% "Quicksand", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
.sights-item .si-name {
  margin-bottom: 35px;
  height: 135px;
  overflow: hidden;
  font: 34px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.sights-item .si-more {
  text-decoration: underline;
  font: 20px/130% "Quicksand", sans-serif;
  color: #ffffff;
  transition: all 300ms linear;
}
.sights-item .si-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.footer-block {
  padding: 100px 0 70px 0;
  
}

.footer-hashtag {
  margin-bottom: 40px;
  text-align: center;
  font: 300 80px/100% "Quicksand", sans-serif;
  color: #ffffff;
}

.footer-flex {
  max-width: 1090px;
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-flex .footer-logo {
  flex-shrink: 0;
  margin-right: 25px;
  margin-top: 10px;
}
.footer-flex .footer-logo img, .footer-flex .footer-logo svg {
  display: block;
  height: auto;
}
.footer-flex .line {
  width: 100%;
  min-width: 10px;
  max-width: 100%;
  height: 1px;
  background: #373737;
}
.footer-flex .footer-social {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-flex .footer-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border: 1px solid #373737;
  font-size: 35px;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  transition: all 300ms linear;
  margin-right: -1px;
}
.footer-flex .footer-social a:last-child {
  margin-right: 0;
}
.footer-flex .footer-social a:hover {
  color: #c01a49;
}

.footer-menu {
  margin: 60px -40px;
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footer-menu li {
  margin: 20px 40px;
}
.footer-menu li a {
  text-decoration: none;
  transition: all 300ms linear;
  font: 300 36px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.footer-menu li a:hover {
  color: #c01a49;
}

.footer-link {
  margin: 15px -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;  
}
.footer-link a {
  margin: 0 25px 10px 25px;
  font: 18px/130% "Quicksand", sans-serif;
  color: #808088;
  transition: all 300ms linear;
  text-decoration: none;
}
.footer-link a:hover {
  color: #c01a49;
}

.copyright {
  text-align: center;
  font: 18px/130% "Quicksand", sans-serif;
  color: #808088;
}

.head-inner-block {
  padding-top: 382px;
  min-height: 945px;
  transform: translate(0);
}
.head-inner-block .section-bg {
  z-index: -1;
}
.head-inner-block.head-inner-overlay {
  position: relative;
}
.head-inner-block.head-inner-overlay .fixed {
  position: relative;
  z-index: 2;
}
.head-inner-block.head-inner-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 100%);
}
.head-inner-block.head-inner-fon {
  position: relative;
}
.head-inner-block.head-inner-fon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("../images/head-inner-fon-2.png") no-repeat center center;
  background-size: cover;
}
.head-inner-block.head-inner-fon .fixed {
  position: relative;
  z-index: 2;
}
.head-inner-block.head-taas-inner {
  padding-top: 418px;
  min-height: 100vh;
}
.head-inner-block.var-2 {
  padding-top: 328px;
  min-height: 1248px;
}
.head-inner-block .star-btn {
  margin-top: -56px;
  margin-bottom: 10px;
}
.head-inner-block .desc-20 {
  margin: 60px 0 40px 0;
}
.head-inner-block .jp-social {
  margin-top: 36px;
  margin-bottom: 0;
}

.head-inner-block-about-us-page::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: linear-gradient(0deg, rgb(0, 0, 0), rgba(0, 0, 0, 0));
}

.fixed_2 {
  max-width: 1520px;
  margin: 0 auto;
}

.gen-title_2 {
  margin-bottom: 40px;
  font: 500 110px/95% "Quicksand", sans-serif;
  color: #ffffff;
}

.search-job {
  margin-top: 75px;
  width: 100%;
  max-width: 1010px;
  position: relative;
}

.sj-text-field {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #ffffff;
  height: 88px;
  border-radius: 44px;
  padding: 0 95px 0 25px;
  background: none;
  font: 34px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.sj-text-field::-webkit-input-placeholder {
  opacity: 1;
  color: #ffffff;
}
.sj-text-field::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}
.sj-text-field:-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}
.sj-text-field:-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
}
.sj-text-field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.sj-text-field:focus::-moz-placeholder {
  opacity: 0;
}
.sj-text-field:focus:-moz-placeholder {
  opacity: 0;
}
.sj-text-field:focus:-ms-input-placeholder {
  opacity: 0;
}

.sj-sub {
  position: absolute;
  right: 7px;
  top: 5px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: none;
  background: #c01a49;
  color: #ffffff;
  font-size: 38px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px 5px 5px 10px;
  line-height: 1;
}
.sj-sub:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
}

.section_4 {
  padding-bottom: 120px;
}

.job-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.job-flex .job-sidebar {
  flex-shrink: 0;
  width: 365px;
  margin-right: 75px;
  margin-bottom: 50px;
}
.job-flex .job-cont {
  width: 100%;
  min-width: 10px;
  max-width: 100%;
}

.job-filter-section {
  margin-bottom: 45px;
}

.jf-title {
  font: 36px/110% "Quicksand", sans-serif;
  color: #ffffff;
  margin-bottom: 28px;
}

.jf-title-wrap {
  margin-bottom: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.jf-title-wrap .jf-title {
  margin-bottom: 0;
}
.jf-title-wrap.active .jf-control:after {
  transform: rotate(-90deg);
}
.jf-title-wrap .jf-control {
  display: none;
  width: 22px;
  height: 22px;
  background: #808088;
  position: relative;
  cursor: pointer;
  margin-left: 15px;
  flex-shrink: 0;
}
.jf-title-wrap .jf-control:before, .jf-title-wrap .jf-control:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -1px;
  height: 14px;
  width: 2px;
  background: #ffffff;
  transition: all 300ms linear;
  transform: rotate(-90deg);
}
.jf-title-wrap .jf-control:after {
  transform: rotate(0deg);
}

.jf-cont ul {
  list-style-position: outside;
  list-style: none;
}
.jf-cont ul.sublist__list {
  margin-left: 15px;
}

.jf-city {
  list-style-position: outside;
  list-style: none;
}
.jf-city > li.open:before {
  background: #808088;
}
.jf-city > li.open:after {
  opacity: 1;
}
.jf-city > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #808088;
  transition: all 300ms linear;
}
.jf-city > li:after {
  content: "-";
  color: #ffffff;
  line-height: 14px;
  width: 16px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  transition: all 300ms linear;
}
.jf-city li {
  font: 20px/130% "Quicksand", sans-serif;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  margin: 10px 0;
}
.jf-city li a {
  text-decoration: none;
  color: inherit;
}
.jf-city li ul {
  list-style-position: outside;
  list-style: none;
  display: none;
  margin: 0;
}
.jf-city li ul li {
  padding: 0;
  margin: 0;
}

.jf-city-check {
  display: inline-block;
  margin: 5px 0;
  position: relative;
}
.jf-city-check input {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}
.jf-city-check input:checked + span:before {
  background: #808088;
}
.jf-city-check input:checked + span:after {
  opacity: 1;
}
.jf-city-check span {
  display: block;
  font: 20px/130% "Quicksand", sans-serif;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
.jf-city-check span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #808088;
  transition: all 300ms linear;
}
.jf-city-check span:after {
  content: "\e912";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  line-height: 16px;
  width: 16px;
  text-align: center;
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  transition: all 300ms linear;
}

.jf-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jf-flex > div {
  width: 47%;
}
.jf-flex input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border: 1px solid #808088;
  height: 50px;
  padding: 0 15px;
  border-radius: 25px;
  font: 20px/130% "Quicksand", sans-serif;
  color: #ffffff;
  background: none;
  -moz-appearance: textfield;
}
.jf-flex input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.jf-flex input:focus::-moz-placeholder {
  opacity: 0;
}
.jf-flex input:focus:-moz-placeholder {
  opacity: 0;
}
.jf-flex input:focus:-ms-input-placeholder {
  opacity: 0;
}
.jf-flex input::-webkit-outer-spin-button, .jf-flex input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.jf-flex input:hover, .jf-flex input:focus {
  -moz-appearance: number-input;
}
.jf-flex input::-webkit-inner-spin-button, .jf-flex input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.job-list {
  list-style-position: outside;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
  margin-bottom: 90px;
}

.jl-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 30px;
  font: 17px/145% "Quicksand", sans-serif;
  color: #ffffff;
  transition: all 300ms linear;
  position: relative;
}
.jl-item:hover {
  color: #000000;
  background: #ffffff;
}
.jl-item:hover .btn {
  background: var(--cl-primary);
  color: var(--cl-white);
}
.jl-item:hover .btn:hover {
  background: #c01a49;
  color: #ffffff;
}
.jl-item .jl-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.jl-item .jl-title {
  font-size: 34px;
  line-height: 115%;
  margin-bottom: 24px;
}
.jl-item .jl-info {
  list-style-position: outside;
  list-style: none;
  margin: 0 0 22px 0;
}
.jl-item .jl-info li {
  margin: 12px 0;
  font-size: 20px;
}
.jl-item p {
  margin-bottom: 20px;
      word-break: break-all;
}
.jl-item .jl-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
}
.jl-item .btn {
  margin: 0;
  position: relative;
  z-index: 3;
}

.star-btn {
  font-size: 46px;
  color: #c01a49;
  line-height: 1;
  cursor: pointer;
}
.star-btn.active:before {
  content: "\e907";
}
.star-btn:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
}

.nav-links {
  margin: 50px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nav-links .page-numbers, .nav-links .current, .nav-links .dots {
  display: block;
  box-sizing: border-box;
  min-width: 46px;
  height: 46px;
  margin: 0 2px;
  padding: 0 2px;
  border: 1px solid transparent;
  border-radius: 50%;
  text-align: center;
  font: 600 30px/44px "Quicksand", sans-serif;
  color: #ffffff;
  text-decoration: none;
  transition: all 300ms linear;
}
.nav-links .page-numbers:hover {
  color: #c01a49;
}
.nav-links .current {
  border-color: #ffffff;
}
.nav-links .current:hover {
  color: #ffffff;
}
.nav-links .prev.page-numbers, .nav-links .next.page-numbers {
  font-size: 24px;
}
.nav-links .prev.page-numbers:before, .nav-links .next.page-numbers:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav-links .prev.page-numbers:before {
  content: "\e909";
}
.nav-links .next.page-numbers:before {
  content: "\e908";
}

.job-data {
  margin: 60px 0 42px 0;
  max-width: 970px;
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.job-data > li {
  width: 50%;
  padding-right: 10px;
  font: 500 34px/130% "Quicksand", sans-serif;
  color: #ffffff;
  margin-bottom: 40px;
}
.job-data > li span {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 130%;
}

.job-post-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: -37px;
  padding-top: 75px;
}
.job-post-flex .jp-cont {
  width: 100%;
  min-width: 10px;
  max-width: 100%;
  font: 500 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
}
.job-post-flex .jp-cont .jp-cont-article p {
  text-align: inherit !important;
  margin: 0 0 20px 0;
  font-size: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
  line-height: inherit !important;
  background: none !important;
  border: none !important;
}
.job-post-flex .jp-cont .jp-cont-article strong {
  font-weight: inherit !important;
  background: none !important;
  border: none !important;
}
.job-post-flex .jp-cont .jp-cont-article u {
  text-decoration: none !important;
}
.job-post-flex .jp-cont .jp-cont-article span {
  text-align: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  background: none !important;
  border: none !important;
}
.job-post-flex .jp-cont .jp-cont-article h1 {
  margin: 70px 0 40px 0;
  font-size: 45px;
  line-height: 130%;
  font-weight: 500;
}
.job-post-flex .jp-cont .jp-cont-article h2 {
  margin: 70px 0 40px 0;
  font-size: 40px;
  line-height: 130%;
  font-weight: 500;
}
.job-post-flex .jp-cont .jp-cont-article h3 {
  margin: 70px 0 40px 0;
  font-size: 34px;
  line-height: 130%;
  font-weight: 500;
}
.job-post-flex .jp-cont .jp-cont-article ul {
  list-style-position: outside !important;
  list-style: none !important;
  margin: 40px 0 60px 0 !important;
}
.job-post-flex .jp-cont .jp-cont-article ul li {
  position: relative;
  padding-left: 40px;
  margin: 0 0 20px 0 !important;
  text-align: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  background: none !important;
}
.job-post-flex .jp-cont .jp-cont-article ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c01a49;
}
.job-post-flex .jp-cont .jp-cont-article a {
  text-decoration: none !important;
  color: inherit !important;
}
.job-post-flex .jp-sidebar {
  flex-shrink: 0;
  width: 430px;
  margin-left: 124px;
}
.job-post-flex .jp-sidebar .jl-item {
  margin-bottom: 80px;
}

.jp-social {
  margin: 70px 0 45px -15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.jp-social a {
  margin-left: 15px;
  text-decoration: none;
  line-height: 1;
  font-size: 30px;
  color: #CACCCE;
  transition: all 300ms linear;
}
.jp-social a:hover {
  color: #c01a49;
}

.jp-contact {
  margin-bottom: 80px;
  border: 1px solid #808088;
  padding: 45px 40px;
  font: 500 24px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.jp-contact .jp-pic {
  margin: 0 auto 40px auto;
  width: 100%;
  max-width: 291px;
}
.jp-contact .jp-pic > div {
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.jp-contact .jp-pic > div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jp-contact .jp-name {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 130%;
  font-weight: 500;
}
.jp-contact .jp-contact-list {
  list-style-position: outside;
  list-style: none;
  margin: 33px 0 0 0;
}
.jp-contact .jp-contact-list li {
  margin-top: 15px;
  font: 500 22px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.jp-contact .jp-contact-list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: all 300ms linear;
}
.jp-contact .jp-contact-list li a:hover {
  color: #c01a49;
}
.jp-contact .jp-contact-list li a span {
  margin-right: 16px;
  line-height: 1;
  width: 24px;
  font-size: 90%;
  margin-top: 2px;
}

.desc-20 {
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
}

.filter-news {
  margin: 40px 0 0 -25px;
}
.filter-news .btn {
  margin: 0 0 20px 25px;
}

.fn-btn.active {
  background: #c01a49;
  color: #ffffff;
}

.news-list {
  list-style-position: outside;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 84px;
  padding-top: 16px;
  margin-bottom: 80px;
}
.news-list li .sights-item {
  margin: 0;
}
.news-list li .sights-item .si-name {
  margin-bottom: 15px;
}

.gen-title_small {
  font: 500 80px/112% "Quicksand", sans-serif;
  color: #ffffff;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}

.time-post {
  font: 22px/130% "Quicksand", sans-serif;
  color: #ffffff;
  margin-bottom: 16px;
}

.author-post {
  margin-bottom: 36px;
  font: 500 34px/130% "Quicksand", sans-serif;
  color: #ffffff;
}

.post-video-wrap {
  position: relative;
  padding-top: 68%;
}
.post-video-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.post-insight {
  margin-bottom: 200px;
  max-width: 1200px;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
}
.post-insight iframe {
  max-width: 100%;
  display: block;
}
.post-insight p {
  margin-bottom: 20px;
}
.post-insight p a {
  text-decoration: none;
  color: #c01a49;
}
.post-insight h1 {
  margin: 76px 0 36px 0;
  font: 45px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.post-insight h2 {
  margin: 76px 0 36px 0;
  font: 40px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.post-insight h3 {
  margin: 76px 0 36px 0;
  font: 34px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.post-insight h4 {
  margin: 45px 0 25px 0;
  font: 24px/130% "Quicksand", sans-serif;
  color: #c01a49;
}

.win-block {
  position: relative;
  margin-bottom: 175px;
  z-index: 1;
}
.win-block .section-bg {
  width: 100%;
  height: auto;
  top: min(max(-50px + -110 * (100vw - 768px) / 1152, -160px), -50px);
}
.win-block .section-bg img {
  position: relative;
  width: 100%;
  height: auto;
  min-width: 1024px;
}

.win-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
  padding-top: 30px;
  margin-bottom: min(max(60px + 60 * (100vw - 768px) / 1152, 60px), 120px);
  /*h3 {
        font: 80px/115% $font_main;
        color:$color_white;
        margin-bottom: 35px;
    }*/
}
.win-flex p {
  margin-bottom: 20px;
}
.win-flex > div:first-child {
  width: 49%;
}
.win-flex > div:nth-child(2) {
  width: 48.5%;
  margin-top: 15px;
}

.team-list {
  list-style-position: outside;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 101px;
  grid-row-gap: 88.5px;
  margin: 54px 0 110px 0;
}

.tl-item {
  padding-top: 92.7%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  box-shadow: 20px 20px 20px rgba(0, 0, 28, 0.22);
  transform: translateY(0);
}
.tl-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.tl-item-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tl-item:hover .tl-text {
  top: 0;
}
.tl-item .tl-text {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  height: 100%;
  transition: all 300ms linear;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
  overflow: hidden;
  padding: 30px 10px 30px 20px;
  transform: translate(0);
}
.tl-item .tl-text::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: var(--cl-primary);
  opacity: 0.7;
}
.tl-item .tl-text:hover {
  opacity: 1;
}
.tl-item .tl-text .tl-scroll {
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}
.tl-item .tl-text .tl-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.tl-item .tl-text .tl-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
}
.tl-item .tl-text .tl-scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.tl-item .tl-text .tl-name {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 130%;
}
.tl-item .tl-text .tl-icon {
  margin: 8px 0 8px -10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tl-item .tl-text .tl-icon a {
  text-decoration: none;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  margin-left: 10px;
}
.tl-item .tl-text .tl-position {
  margin-bottom: 25px;
  font-size: 34px;
  line-height: 130%;
}

.customer-wrap {
  padding: 100px 0;
  background: url("../images/customer_bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  /*&:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url("../images/fon-block.png") no-repeat center center;
        background-size: 100% 100%;
    }*/
}
.customer-wrap .fixed {
  position: relative;
  z-index: 2;
}

.customer-wrap + .world-block {
  padding-top: 80px;
}

.customer-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
}
.customer-block > div:first-child {
  width: 48.7%;
}
.customer-block > div:nth-child(2) {
  width: 48.5%;
  margin-top: 25px;
}
.customer-block .customer-pic {
  padding-top: 56.4%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 20px 20px 20px rgba(0, 0, 28, 0.22);
}
.customer-block h3 {
  line-height: 130%;
  font-size: 34px;
  margin-bottom: 25px;
  font-weight: normal;
}
.customer-block p {
  margin-top: 20px;
}

.world-block {
  padding: 143px 0;
  background: url("../images/world_bg.png") no-repeat center center;
  margin-bottom: 20px;
}

.giving-wrap {
  min-height: 1200px;
  background: url("../images/smoke-pink.png") no-repeat center bottom;
}

.giving-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 65px;
  margin-bottom: 65px;
}
.giving-block > div:first-child {
  width: calc(45% - 20px);
}
.giving-block > div:nth-child(2) {
  width: calc(55% - 20px);
}

.giving-item {
  min-height: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0;
  grid-template-areas: "big-1 small-1" "big-1 small-2";
}
.giving-item.var-2 {
  grid-template-columns: 1.2fr 1fr;
  grid-gap: 40px;
  grid-template-areas: "big-2 small-1" "big-2 small-2";
}
.giving-item .gi-big {
  grid-area: big-1;
}
.giving-item .gi-big-2 {
  grid-area: big-2;
  max-width: 100%;
}
.giving-item .gi-small-1 {
  grid-area: small-1;
  overflow: hidden;
}
.giving-item .gi-small-2 {
  grid-area: small-2;
  overflow: hidden;
}
.giving-item .gi-small-pic {
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.giving-item .gi-big-pic {
  min-height: 100%;
  padding-top: 176%;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.giving-item .gi-pic-block {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.giving-item .gi-pic-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  text-align: center;
  font: 30px/125% "Quicksand", sans-serif;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  transition: all 300ms linear;
  opacity: 0;
}
.giving-item .gi-pic-text:hover {
  opacity: 1;
}
.giving-item .gi-pic-text h3 {
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: normal;
}
.giving-item .gi-pic-text .btn {
  background: #000000;
  color: #ffffff;
  margin: 20px auto 0 auto;
}
.giving-item .gi-pic-text .btn:hover {
  background: #c01a49;
  color: #ffffff;
}

.js-slide-center {
  min-height: 256px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gi-slider-wrap {
  min-height: 100%;
  border: 2px solid #404040;
  padding: 36px;
}

.gi-slider-text {
  min-height: 100%;
  padding: 36px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
  border: 1px solid #404040;
}
.gi-slider-text h3 {
  margin-bottom: 36px;
  color: #c01a49;
  line-height: 130%;
  font-size: 34px;
}

.gi-slider {
  min-height: 100%;
  margin: 0 -10px;
}
.gi-slider .slick-list {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.gi-slider .slick-track {
  height: 100%;
}
.gi-slider.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.gi-slider .slick-dots {
  bottom: 80px;
}
.gi-slider .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 8px;
  border-radius: 50%;
  opacity: 1;
}
.gi-slider .slick-dots li.slick-active button {
  border-color: #c01a49;
  background: #c01a49;
}
.gi-slider .slick-dots li button {
  width: 11px;
  height: 11px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: all 300ms linear;
}
.gi-slider .slick-dots li button:before {
  display: none;
}

.gi-item {
  margin: 0 10px;
  min-height: 100%;
  padding: 20px 20px 90px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font: 34px/130% "Quicksand", sans-serif;
  color: #ffffff;
}

.gi-quote {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  flex-direction: column;
  min-height: 100%;
  max-height: 100%;
  overflow: hidden;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
}
.gi-quote > div {
  padding-top: 65px;
  position: relative;
}
.gi-quote > div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 61px;
  height: 44px;
  background: url("../images/quote.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.gi-quote .gi-quote-name {
  margin-bottom: 20px;
}
.gi-quote .gi-quote-name span {
  display: block;
  font-size: 24px;
}

.awards-block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 370px;
  margin: 65px 0;
}
.awards-block > div:first-child {
  width: 56%;
}
.awards-block > div:nth-child(2) {
  width: 41.3%;
}

.awards-pic {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.awards-pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.awards-item {
  margin: 0 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 50px 70px 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 24px/150% "Quicksand", sans-serif;
  color: #ffffff;
  position: relative;
}
.awards-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1;
}
.awards-item-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.awards-item .awards-logo {
  flex-shrink: 0;
  width: 37%;
  margin-right: 3%;
}
.awards-item .awards-cont {
  width: 100%;
  min-width: 10px;
  max-width: 100%;
}
.awards-item h3 {
  margin-bottom: 10px;
  color: #c01a49;
  font-size: 34px;
  line-height: 130%;
}

.awards-slider {
  margin: 0 -10px;
}
.awards-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.awards-slider .slick-track {
  display: flex !important;
}
.awards-slider .slick-slide {
  height: inherit !important;
  display: flex;
  min-height: 370px;
}
.awards-slider .awards-item {
  min-height: 100%;
  min-width: calc(100% - 20px);
}
.awards-slider .slick-dots {
  bottom: 50px;
}
.awards-slider .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 8px;
  border-radius: 50%;
  opacity: 1;
}
.awards-slider .slick-dots li.slick-active button {
  border-color: #c01a49;
  background: #c01a49;
}
.awards-slider .slick-dots li button {
  width: 11px;
  height: 11px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: all 300ms linear;
}
.awards-slider .slick-dots li button:before {
  display: none;
}

.fon-smoke-pink {
  /*min-height: 1230px;*/
  position: relative;
  transform: translateX(0);
  padding-top: min(max(70px + -70 * (100vw - 768px) / 1152, 0px), 70px);
}
.fon-smoke-pink .section-bg-dots {
  top: 20%;
}
.fon-smoke-pink .section-bg {
  width: 100%;
  min-width: 1400px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  top: 15%;
  z-index: -1;
}
.fon-smoke-pink .section-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
}
.fon-smoke-pink .section-bg-mask {
  -webkit-mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) -0.66%, #D9D9D9 54.92%, rgba(217, 217, 217, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) -0.66%, #D9D9D9 54.92%, rgba(217, 217, 217, 0) 100%);
  mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.fon-smoke-pink .section-bg img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.fon-smoke-pink.var-2 {
  background-position: center center;
}

.make-choice {
  margin-bottom: 135px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1613px;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
}
.make-choice > div:first-child {
  margin-bottom: 70px;
}
.make-choice > div:nth-child(2) {
  flex-shrink: 0;
  margin-left: 3%;
}

.mc-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-position: outside;
  list-style: none;
}
.mc-list li {
  margin-left: 35px;
}
.mc-list li img {
  display: block;
}

.future-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
  margin-top: 60px;
  margin-bottom: 100px;
}
.future-flex > div:first-child {
  width: 48%;
}
.future-flex > div:nth-child(2) {
  width: 48.7%;
}
.future-flex p {
  margin-bottom: 20px;
}
.future-flex p span {
  font-size: 34px;
  line-height: 145%;
}

.future-video {
  position: relative;
}
.future-video img, .future-video video {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 20px 20px 20px rgba(0, 0, 28, 0.22);
}
.future-video .fv-text {
  position: absolute;
  left: 33px;
  top: 20px;
  font-size: 28px;
}

.place-block {
  padding: 100px 0;
  background: url("../images/pb_bg.png") no-repeat right -20px top;
  min-height: 1100px;
}

.imagine-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
  margin-top: 75px;
}
.imagine-block p {
  margin-bottom: 20px;
}
.imagine-block > div:first-child {
  width: 48%;
}
.imagine-block > div:nth-child(2) {
  width: 48.7%;
}

.title-small {
  font: 34px/130% "Quicksand", sans-serif;
  color: #ffffff;
  margin-bottom: 35px;
}

.imagine-video {
  position: relative;
}
.imagine-video img, .imagine-video video {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: 20px 20px 20px rgba(0, 0, 28, 0.22);
}

.sound-btn-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

.sound-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 106px;
  height: 106px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.54);
  text-decoration: none;
  color: #000000;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 46px;
}

.remote-block {
  min-height: 680px;
  padding: 100px 0;
  background: url("../images/remote-block_bg.jpeg") no-repeat center center;
  margin-bottom: 88px;
  position: relative;
  /*&:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: url("../images/fon-block.png") no-repeat center center;
      background-size: 100% 100%;
    }*/
}
.remote-block .fixed {
  position: relative;
  z-index: 2;
}

.remote-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
}
.remote-flex > div:first-child {
  width: 48.7%;
}
.remote-flex > div:nth-child(2) {
  width: 48.4%;
  margin-top: 20px;
}

.remote-pic {
  padding-top: 56.4%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 20px 20px 20px rgba(0, 0, 28, 0.22);
}

.values-list {
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: min(max(60px + 90 * (100vw - 768px) / 1152, 60px), 150px) min(max(0px + -10 * (100vw - 768px) / 1152, -10px), 0px) 200px;
}
.values-list.var-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.values-list li {
  margin: 6px 10px;
  width: calc(20% - 20px);
  text-align: center;
  font: 18px/170% "Quicksand", sans-serif;
  color: #ffffff;
}
.values-list li h3 {
  margin-bottom: 5px;
  line-height: 120%;
  color: #c01a49;
  font-size: 26px;
  min-height: 63px;
  font-weight: normal;
}
.values-list li .values-icon {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 130px;
  justify-content: center;
  align-items: center;
}
.values-list li .values-icon img, .values-list li .values-icon svg {
  display: block;
}

.care-block {
  margin: 0 0 100px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
}
.care-block > div:first-child {
  width: 48.5%;
}
.care-block > div:nth-child(2) {
  width: 48.2%;
}
.care-block .care-pic {
  padding-top: 105%;
  box-shadow: 20px 20px 20px rgba(0, 0, 28, 0.22);
  overflow: hidden;
  position: relative;
}
.care-block .care-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.care-block .care-pic .swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.care-block p {
  margin-bottom: 20px;
}
.care-block .care-list {
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.care-block .care-list li {
  width: 48%;
  max-width: 360px;
  margin-top: 20px;
}
.care-block .care-list li h3 {
  margin-bottom: 10px;
  color: #c01a49;
  font-size: 24px;
  line-height: 130%;
  font-weight: normal;
}

.perks-block {
  padding: 100px 0;
  background: url("../images/perks-block.png") no-repeat center center;
  margin-bottom: 100px;
}

.perks-list {
  list-style-position: outside;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 94px;
  margin-top: 60px;
}
.perks-list li {
  position: relative;
  padding-left: 125px;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
}
.perks-list li h3 {
  margin-bottom: 35px;
  line-height: 130%;
  font-size: 34px;
  font-weight: normal;
}
.perks-list li .perks-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 115px;
}
.perks-list li .perks-icon svg, .perks-list li .perks-icon img {
  max-width: 100%;
}

.title-flex-block {
  margin-bottom: 85px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1790px;
  margin-left: auto;
  margin-right: auto;
}
.title-flex-block .title {
  text-align: left;
  margin: 0 100px 0 0;
}

.testimonials-list {
  list-style-position: outside;
  list-style: none;
  margin-bottom: 200px;
}
.testimonials-list > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 30px;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.37);
  background: url("../images/testimonials-bg.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 40px;
}
.testimonials-list > li p {
  margin-top: 15px;
}
.testimonials-list > li h1 {
  margin: 0 0 20px 0;
  font-size: 35px;
}
.testimonials-list > li h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
}
.testimonials-list > li h3 {
  margin: 0 0 15px 0;
  font-size: 25px;
}
.testimonials-list > li a {
  text-decoration: none;
  color: inherit;
}
.testimonials-list > li:nth-child(even) > div:first-child {
  order: 2;
  margin: 0 0 0 50px;
}
.testimonials-list > li:nth-child(even) > div:nth-child(2) {
  order: 1;
}
.testimonials-list > li > div:first-child {
  flex-shrink: 0;
  margin-right: 50px;
  width: 435px;
}
.testimonials-list > li > div:nth-child(2) {
  width: 100%;
  min-width: 10px;
  max-width: 100%;
  position: relative;
  padding-top: 60px;
}
.testimonials-list > li > div:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 61px;
  height: 44px;
  background: url("../images/quote.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.testimonials-pic {
  padding-top: 69%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials-name {
  margin-bottom: 20px;
}
.testimonials-name span {
  display: block;
  font-size: 24px;
}

.os-item {
  margin: 0 20px;
}

.openings-slider {
  margin: 100px 0;
  padding-left: 110px;
}
.openings-slider.slick-dotted.slick-slider {
  margin-bottom: 100px;
}
.openings-slider .slick-track {
  display: flex !important;
}
.openings-slider .slick-slide {
  height: inherit !important;
  display: flex;
}
.openings-slider .os-item {
  min-height: 100%;
  width: calc(100% - 40px);
}
.openings-slider .slick-prev, .openings-slider .slick-next {
  width: 45px;
  height: 45px;
  border: 1px solid #808088;
  border-radius: 50%;
  color: transparent;
  line-height: 1;
  font-size: 12px;
  overflow: hidden;
}
.openings-slider .slick-prev:before, .openings-slider .slick-next:before {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.openings-slider .slick-prev {
  transform: translate(0, 40%);
  left: 10px;
}
.openings-slider .slick-prev:before {
  content: "\e916";
}
.openings-slider .slick-next {
  top: auto;
  bottom: 50%;
  transform: translate(0, -40%);
  right: auto;
  left: 10px;
}
.openings-slider .slick-next:before {
  content: "\e917";
}
.openings-slider .slick-dots {
  bottom: -40px;
}
.openings-slider .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 8px;
  border-radius: 50%;
  opacity: 1;
}
.openings-slider .slick-dots li.slick-active button {
  border-color: #c01a49;
  background: #c01a49;
}
.openings-slider .slick-dots li button {
  width: 11px;
  height: 11px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: all 300ms linear;
}
.openings-slider .slick-dots li button:before {
  display: none;
}

.contact-form {
  margin: 200px 0 50px 0;
}
.contact-form .cf-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 75px;
}
.contact-form .cf-cell {
  width: 30%;
  margin-bottom: 62px;
}
.contact-form .cf-cell.var-2 {
  width: 65%;
}
.contact-form .cf-cell.cf-cell-sub {
  width: 100%;
  margin: -20px 0 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.contact-form .cf-label {
  display: block;
  margin-bottom: 3px;
  font: 24px/130% "Quicksand", sans-serif;
  color: #c01a49;
  font-weight: 500;
}

.cf-text-field {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  font: 24px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.cf-text-field::-webkit-input-placeholder {
  opacity: 1;
  color: #bebebe;
}
.cf-text-field::-moz-placeholder {
  opacity: 1;
  color: #bebebe;
}
.cf-text-field:-moz-placeholder {
  opacity: 1;
  color: #bebebe;
}
.cf-text-field:-ms-input-placeholder {
  opacity: 1;
  color: #bebebe;
}
.cf-text-field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.cf-text-field:focus::-moz-placeholder {
  opacity: 0;
}
.cf-text-field:focus:-moz-placeholder {
  opacity: 0;
}
.cf-text-field:focus:-ms-input-placeholder {
  opacity: 0;
}

.cf-textarea {
  display: block;
  width: 100%;
  resize: none;
  overflow: auto;
  box-sizing: border-box;
  height: 122px;
  padding: 8px 0;
  margin: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  font: 24px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.cf-textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #bebebe;
}
.cf-textarea::-moz-placeholder {
  opacity: 1;
  color: #bebebe;
}
.cf-textarea:-moz-placeholder {
  opacity: 1;
  color: #bebebe;
}
.cf-textarea:-ms-input-placeholder {
  opacity: 1;
  color: #bebebe;
}
.cf-textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.cf-textarea:focus::-moz-placeholder {
  opacity: 0;
}
.cf-textarea:focus:-moz-placeholder {
  opacity: 0;
}
.cf-textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.cf-attach {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cf-attach label {
  display: block;
  margin: 12px 0;
  font: 20px/130% "Quicksand", sans-serif;
  color: #ffffff;
  margin-right: 5px;
}

.cf-file {
  position: relative;
  overflow: hidden;
}
.cf-file:hover > span {
  background: #c01a49;
  color: #ffffff;
}
.cf-file input {
  position: absolute;
  left: -120px;
  top: 0;
  width: calc(100% + 120px);
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}
.cf-file > span {
  display: block;
  width: 183px;
  height: 40px;
  padding: 0 10px;
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
  font: 18px/40px "Quicksand", sans-serif;
  color: #c01a49;
  cursor: pointer;
  transition: all 300ms linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.excellence-list {
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 75px -8px 184px -8px;
}
.excellence-list li {
  width: calc(16.66% - 16px);
  margin: 0 8px 16px 8px;
  border: 1px solid #808088;
  font: 20px/150% "Quicksand", sans-serif;
  color: #ffffff;
  transition: all 300ms linear;
}
.excellence-list li:hover {
  background: #000000;
}
.excellence-list li:hover .el-cont-text {
  opacity: 1;
}
.excellence-list li:hover .el-head {
  background: #c01a49;
}
.excellence-list li .el-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -1px -1px 0 -1px;
  background: none;
  padding: 18px 25px;
  height: 116px;
  font: 40px/110% "Quicksand", sans-serif;
  color: #ffffff;
  text-align: center;
  transition: all 300ms linear;
}
.excellence-list li .el-cont {
  position: relative;
  height: 225px;
  border-top: 1px solid #808088;
  border-bottom: 1px solid #808088;
  display: flex;
  justify-content: center;
  align-items: center;
}
.excellence-list li .el-cont img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
}
.excellence-list li .el-cont-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  background: #000000;
  opacity: 0;
  transition: all 300ms linear;
}
.excellence-list li .el-cont-text .el-cont-scroll {
  min-height: 100%;
  max-height: 100%;
  padding: 15px;
  overflow-y: auto;
}
.excellence-list li .el-cont-text .el-cont-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000000;
}
.excellence-list li .el-cont-text .el-cont-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #000000;
}
.excellence-list li .el-cont-text .el-cont-scroll::-webkit-scrollbar-thumb {
  background-color: #c01a49;
}
.excellence-list li .el-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 10px;
}
.excellence-list li .el-bottom .btn {
  margin: 0 auto;
}

.customers-list {
  list-style-position: outside;
  list-style: none;
  margin: 90px 0 160px 0;
}
.customers-list > li {
  margin-bottom: 40px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.37);
  padding: 60px 65px 55px 65px;
  background: url("../images/cl_bg.jpg") no-repeat center center;
  background-size: cover;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.customers-list > li.cl-cloud {
  background-image: url("../images/cl_bg_4.jpg");
}
.customers-list > li.cl-cloud .cl-name:before {
  background-image: url("../images/quote_purple.png");
}
.customers-list > li.cl-digital {
  background-image: url("../images/cl_bg_5.jpg");
}
.customers-list > li.cl-digital .cl-name:before {
  background-image: url("../images/quote_turquoise_2.png");
}
.customers-list > li.cl-sap {
  background-image: url("../images/cl_bg_2.jpg");
}
.customers-list > li.cl-sap .cl-name:before {
  background-image: url("../images/quote_yellow.png");
}
.customers-list > li.cl-tech {
  background-image: url("../images/cl_bg_3.jpg");
}
.customers-list > li.cl-tech .cl-name:before {
  background-image: url("../images/quote_turquoise.png");
}
.customers-list > li .cl-name {
  flex-shrink: 0;
  padding-top: 60px;
  width: 300px;
  margin-right: 24px;
  position: relative;
}
.customers-list > li .cl-name:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 61px;
  height: 44px;
  background: url("../images/quote.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.customers-list > li .cl-name span {
  display: block;
  font-size: 24px;
}
.customers-list > li .cl-cont {
  width: 100%;
  min-width: 10px;
  max-width: 100%;
}
.customers-list > li .cl-cont .cl-logo {
  margin-bottom: 12px;
  height: 50px;
  max-width: 120px;
}
.customers-list > li .cl-cont .cl-logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.customers-list > li .cl-cont p {
  margin-top: 15px;
}
.customers-list > li .cl-cont h1 {
  margin: 0 0 20px 0;
  font-size: 35px;
}
.customers-list > li .cl-cont h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
}
.customers-list > li .cl-cont h3 {
  margin: 0 0 15px 0;
  font-size: 25px;
}

.logo-list {
  margin: 100px auto 0 auto;
  max-width: 1660px;
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.logo-list li {
  padding: min(max(37px + 20 * (100vw - 768px) / 1152, 37px), 57px) min(max(10px + 23 * (100vw - 768px) / 1152, 10px), 33px);
  width: 330px;
  max-width: 50%;
  display: flex;
  justify-content: center;
}
@media (max-width: 1800px) {
  .logo-list {
    max-width: 1200px;
  }
  .logo-list li {
    width: 210px;
  }
}
@media (max-width: 550px) {
  .logo-list li {
    width: 120px;
  }
}

.stripes-block.home-page {
  background: none;
  position: relative;
  z-index: 2;
}

.ps-popup-fon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 28, 0.5);
  z-index: 1200;
}

.ps-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1250px;
  padding: 80px 10px;
  background: #00001C;
  z-index: 1201;
}
.ps-popup .close-popup {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 44px;
  right: 44px;
  cursor: pointer;
}
.ps-popup .close-popup:hover:before, .ps-popup .close-popup:hover:after {
  background: #c01a49;
}
.ps-popup .close-popup:before, .ps-popup .close-popup:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -18px 0 0 -2px;
  height: 36px;
  width: 2px;
  background: #ffffff;
  transform: rotate(45deg);
  transition: all 300ms linear;
}
.ps-popup .close-popup:after {
  transform: rotate(-45deg);
}
.ps-popup .btn {
  margin-bottom: 0;
}

.popup-scroll {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
  padding: 0 20px;
}

.popup-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000000;
}

.popup-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #000000;
}

.popup-scroll::-webkit-scrollbar-thumb {
  background-color: #c01a49;
}

.popup-cont {
  max-width: 900px;
  margin: 0 auto;
}

.popup-info {
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 80px 0;
}
.popup-info li {
  width: 48%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: 20px/130% "Quicksand", sans-serif;
  color: #ffffff;
  border-top: 1px solid #808088;
}
.popup-info li:first-child, .popup-info li:nth-child(2) {
  border-top: none;
}
.popup-info li .pi-icon {
  flex-shrink: 0;
  width: 70px;
  margin-right: 20px;
}
.popup-info li .pi-icon svg {
  max-width: 100%;
}

.head-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -130px;
}
.head-flex > div:first-child {
  width: 43%;
  margin-bottom: 60px;
}
.head-flex > div:nth-child(2) {
  width: 53.4%;
}

.desc-36 {
  margin-bottom: 20px;
  font: 36px/120% "Quicksand", sans-serif;
  color: #ffffff;
}

.form-connection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-connection .fc-cell {
  width: 46%;
  margin-bottom: 40px;
}
.form-connection .fc-cell.fc-cell-full {
  width: 100%;
}
.form-connection .fc-cell.fc-cell-sub {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-connection .fc-cell.fc-cell-sub .btn {
  margin: 0 0 0 15px;
  flex-shrink: 0;
}
.form-connection .fc-label {
  display: block;
  margin-bottom: 3px;
  font: 24px/130% "Quicksand", sans-serif;
  color: #c01a49;
}

.fc-text-field {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  font: 24px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.fc-text-field::-webkit-input-placeholder {
  opacity: 1;
  color: #707070;
}
.fc-text-field::-moz-placeholder {
  opacity: 1;
  color: #707070;
}
.fc-text-field:-moz-placeholder {
  opacity: 1;
  color: #707070;
}
.fc-text-field:-ms-input-placeholder {
  opacity: 1;
  color: #707070;
}
.fc-text-field:focus::-webkit-input-placeholder {
  opacity: 0;
}
.fc-text-field:focus::-moz-placeholder {
  opacity: 0;
}
.fc-text-field:focus:-moz-placeholder {
  opacity: 0;
}
.fc-text-field:focus:-ms-input-placeholder {
  opacity: 0;
}

.fc-textarea {
  display: block;
  width: 100%;
  resize: none;
  overflow: auto;
  box-sizing: border-box;
  height: 100px;
  padding: 8px 0;
  margin: 0;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff;
  font: 24px/130% "Quicksand", sans-serif;
  color: #ffffff;
}
.fc-textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #707070;
}
.fc-textarea::-moz-placeholder {
  opacity: 1;
  color: #707070;
}
.fc-textarea:-moz-placeholder {
  opacity: 1;
  color: #707070;
}
.fc-textarea:-ms-input-placeholder {
  opacity: 1;
  color: #707070;
}
.fc-textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.fc-textarea:focus::-moz-placeholder {
  opacity: 0;
}
.fc-textarea:focus:-moz-placeholder {
  opacity: 0;
}
.fc-textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.fc-check {
  display: inline-block;
  position: relative;
}
.fc-check input {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}
.fc-check input:checked + span:after {
  transform: translate(0, -50%) scale(1);
}
.fc-check span {
  display: block;
  padding-left: 40px;
  font: 15px/130% "Quicksand", sans-serif;
  color: #ffffff;
  position: relative;
  cursor: pointer;
}
.fc-check span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid #808088;
  box-sizing: border-box;
}
.fc-check span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translate(0, -50%) scale(0);
  width: 14px;
  height: 14px;
  background: #c01a49;
  transition: all 300ms linear;
}

.map {
  margin: 120px 0 120px 0;
  min-height: 1137px;
  /*background: url("../images/map.png") no-repeat center center;*/
  position: relative;
}

.help-address {
  position: absolute;
  left: 20%;
  bottom: 30%;
  width: 376px;
}

.ha-block {
  border: 1px solid #808088;
  padding: 25px 30px;
  -moz-backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.8);
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.ha-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  -moz-filter: blur(20px);
  -webkit-filter: blur(20px);
  background: rgba(255, 255, 255, 0.2);
}
.ha-block .ha-country {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 130%;
}
.ha-block h3 {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 130%;
  font-weight: normal;
}
.ha-block .ha-phone {
  display: inline-block;
  text-decoration: none;
  font-size: 22px;
  line-height: 130%;
  margin-top: 12px;
}
.ha-block .ha-phone:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #c01a49;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e914";
}
.ha-block a {
  text-decoration: none;
  color: inherit;
}

.logo-page {
  text-align: center;
  margin-bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-page img {
  display: block;
}

.number-vacancies {
  float: right;
  margin-top: 170px;
  margin-bottom: 30px;
  text-align: center;
  font: 34px/140% "Quicksand", sans-serif;
  color: #ffffff;
  font-weight: 400;
}
.number-vacancies b {
  display: block;
  font-size: 120px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 18px;
}
.number-vacancies .btn {
  margin: 20px auto 0 auto;
}

.page-sap .cf-file:hover > span {
  background: #B0900F;
  color: #ffffff;
}
.page-sap .cf-file > span {
  color: #B0900F;
}
.page-sap .btn:hover {
  background: #B0900F;
}
.page-sap .jl-item:hover .btn {
  background: #B0900F;
}
.page-sap .jl-item:hover .btn:hover {
  background: #B0900F;
}
.page-sap .sights-item:hover .si-more {
  color: #B0900F;
}
.page-sap .gen-title-animate .role_3 > div .block {
  background: #B0900F;
}
.page-sap .world-block {
  background-image: url("../images/world_bg_2.png");
}
.page-sap .securing-list li:first-child {
  margin-left: 50px;
}
.page-sap .securing-list li:nth-child(4) {
  margin-right: 50px;
}
.page-sap .customers-list > li {
  background-image: url("../images/cl_bg_2.jpg");
}
.page-sap .customers-list > li .cl-name:before {
  background-image: url("../images/quote_yellow.png");
}
.page-sap .contact-form .cf-label {
  color: #B0900F;
}

.page-tech .cf-file:hover > span {
  background: #009F80;
  color: #ffffff;
}
.page-tech .cf-file > span {
  color: #009F80;
}
.page-tech .btn:hover {
  background: #009F80;
}
.page-tech .jl-item:hover .btn {
  background: #009F80;
}
.page-tech .jl-item:hover .btn:hover {
  background: #009F80;
}
.page-tech .sights-item:hover .si-more {
  color: #009F80;
}
.page-tech .gen-title-animate .role_3 > div .block {
  background: #009F80;
}
.page-tech .world-block {
  background-image: url("../images/world_bg_3.png");
}
.page-tech .securing-list {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.page-tech .securing-list li {
  border-color: #009F80;
}
.page-tech .securing-list li:hover {
  background: #009F80;
}
.page-tech .securing-list li:hover a {
  background: #009F80;
}
.page-tech .fon-smoke {
  background-image: url("../images/smoke-2.png");
}
.page-tech .vantage-list li h3 {
  color: #009F80;
}
.page-tech .stripes-block {
  background-image: url("../images/stripes_2.png");
}
.page-tech .securing-block {
  background-image: url("../images/securing_bg_2.png");
}
.page-tech .customers-list > li {
  background-image: url("../images/cl_bg_3.jpg");
}
.page-tech .customers-list > li .cl-name:before {
  background-image: url("../images/quote_turquoise.png");
}
.page-tech .contact-form .cf-label {
  color: #009F80;
}

.page-cloud .hero-cloud-bg::before {
  background: #48003B;
}
.page-cloud .cf-file:hover > span {
  background: #A84D97;
  color: #ffffff;
}
.page-cloud .cf-file > span {
  color: #A84D97;
}
.page-cloud .btn:hover {
  background: #A84D97;
}
.page-cloud .jl-item:hover .btn {
  background: #A84D97;
}
.page-cloud .jl-item:hover .btn:hover {
  background: #A84D97;
}
.page-cloud .sights-item:hover .si-more {
  color: #A84D97;
}
.page-cloud .gen-title-animate .role_3 > div .block {
  background: #A84D97;
  background: #A84D97;
}
.page-cloud .world-block {
  background-image: url("../images/world_bg_4.png");
}
.page-cloud .securing-list {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.page-cloud .securing-list li {
  border-color: #A84D97;
}
.page-cloud .securing-list li:hover {
  background: #A84D97;
}
.page-cloud .securing-list li:hover a {
  background: #A84D97;
}
.page-cloud .fon-smoke {
  background-image: url("../images/smoke-3.png");
}
.page-cloud .vantage-list li h3 {
  color: #A84D97;
}
.page-cloud .securing-block {
  background-image: url("../images/securing_bg_3.png");
}
.page-cloud .customers-list > li {
  background-image: url("../images/cl_bg_4.jpg");
}
.page-cloud .customers-list > li .cl-name:before {
  background-image: url("../images/quote_purple.png");
}
.page-cloud .contact-form .cf-label {
  color: #A84D97;
}

.page-digital .cf-file:hover > span {
  background: #00A0C9;
  color: #ffffff;
}
.page-digital .cf-file > span {
  color: #00A0C9;
}
.page-digital .btn:hover {
  background: #00A0C9;
}
.page-digital .jl-item:hover .btn {
  background: #00A0C9;
}
.page-digital .jl-item:hover .btn:hover {
  background: #00A0C9;
}
.page-digital .sights-item:hover .si-more {
  color: #00A0C9;
}
.page-digital .gen-title-animate .role_3 > div .block {
  background: #00A0C9;
}
.page-digital .world-block {
  background-image: url("../images/world_bg_5.png");
}
.page-digital .securing-list {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.page-digital .securing-list li {
  border-color: #00A0C9;
}
.page-digital .securing-list li:hover {
  background: #00A0C9;
}
.page-digital .securing-list li:hover a {
  background: #00A0C9;
}
.page-digital .fon-smoke {
  background-image: url("../images/smoke-4.png");
}
.page-digital .vantage-list li h3 {
  color: #00A0C9;
}
.page-digital .stripes-block {
  background-image: url("../images/stripes_2.png");
}
.page-digital .securing-block {
  background-image: url("../images/securing_bg_4.png");
}
.page-digital .customers-list > li {
  background-image: url("../images/cl_bg_5.jpg");
}
.page-digital .customers-list > li .cl-name:before {
  background-image: url("../images/quote_turquoise_2.png");
}
.page-digital .contact-form .cf-label {
  color: #00A0C9;
}

.page-project .world-block {
  margin-top: -200px;
  margin-bottom: 0;
}
.page-project .world-block .title-text {
  max-width: 820px;
  margin-top: -140px;
  min-height: 225px;
  font-size: 34px;
  line-height: 130%;
}
.page-project .customers-list {
  margin: 70px 0 102px 0;
}
.page-project .logo-list {
  margin-top: 60px;
}
.page-project .world-block .cloud-logo + .title-text {
  margin-top: 0;
}

.fon-smoke {
  padding: 65px 0;
  background: url("../images/smoke-1.png") no-repeat center center;
}

.focused-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
}
.focused-flex > div:first-child {
  width: 47.1%;
  margin-top: 40px;
}
.focused-flex > div:nth-child(2) {
  width: 48.6%;
}

.focused-pic {
  padding-top: 71.5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.focused-pic.var-2 {
  padding-top: 48.4%;
}
.focused-pic-new {
  position: relative;
  width: 629px;
  max-width: 50%;
}
.focused-pic-new::before {
  content: "";
  display: block;
  padding-top: 104.92%;
}
.focused-pic-new img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vantage-list {
  margin: 130px 0 45px 0;
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.vantage-list li {
  width: 23%;
  margin-bottom: 40px;
  text-align: center;
  font: 20px/170% "Quicksand", sans-serif;
  color: #ffffff;
}
.vantage-list li .vl-icon {
  margin-bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vantage-list li h3 {
  margin-bottom: 40px;
  text-align: center;
  color: #B0900F;
  font-size: 34px;
  font-weight: normal;
}

.securing-block {
  padding: 120px 0;
  background: url("../images/securing_bg_1.png") no-repeat 0 bottom;
  min-height: 856px;
  margin-bottom: 80px;
}

.securing-list {
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 47px 0 0 0;
}
.securing-list li {
  width: 270px;
  min-height: 170px;
  padding: 15px;
  border: 1px solid #B0900F;
  margin: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font: 34px/140% "Quicksand", sans-serif;
  color: #ffffff;
  text-align: center;
  transition: all 300ms linear;
}
.securing-list li:hover {
  background: #B0900F;
}
.securing-list li:hover a {
  background: #B0900F;
}
.securing-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 300ms linear;
  color: inherit;
}

.stripes-block {
  background: url("../images/stripes_1.png") no-repeat right bottom 180px;
}

.precisely-text {
  text-align: center;
  margin: 40px auto;
  width: 100%;
  max-width: 1380px;
  font: 34px/120% "Quicksand", sans-serif;
  color: #ffffff;
}

.margin-200 {
  margin-bottom: 200px;
}

.margin-100 {
  margin-bottom: 100px;
}

.cloud-logo {
  list-style-position: outside;
  list-style: none;
  width: 100%;
  margin: -130px 0 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cloud-logo li {
  margin: 0 24px 20px 24px;
}
.cloud-logo li img {
  max-height: 47px;
}

.head-block .cloud-logo {
  margin: 20px auto 0;
}

.page404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  text-align: center;
}

.glassdoor-wrap {
  max-width: 191px;
}

.credit-line {
  margin: 20px auto 0 auto;
  max-width: 150px;
}

.dop-menu-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1090px;
  margin: 0 auto;
}
.dop-menu-block .btn {
  margin: 0;
}

.dop-menu {
  list-style-position: outside;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.dop-menu > li {
  position: relative;
  margin-right: 42px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.dop-menu > li > a {
  text-decoration: none;
  font: 20px/125% "Quicksand", sans-serif;
  color: #ffffff;
  transition: all 300ms linear;
}
.dop-menu > li > a:hover {
  color: #c01a49;
}
.dop-menu > li ul {
  list-style-position: outside;
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  border-radius: 3px;
  z-index: 2;
}
.dop-menu > li ul li {
  margin-bottom: 0;
  border-top: 1px solid #c01a49;
}
.dop-menu > li ul li:first-child {
  border-top: none;
}
.dop-menu > li ul li a {
  display: block;
  padding: 4px 5px;
  text-decoration: none;
  font: 300 14px/130% "Quicksand", sans-serif;
  color: #ffffff;
  transition: all 300ms linear;
  text-align: center;
}
.dop-menu > li ul li a:hover {
  color: #c01a49;
}

.jf-list-check {
  list-style-position: outside;
  list-style: none;
}
.jf-list-check li.open > .arrow-menu:before {
  transform: rotate(90deg);
}
.jf-list-check li .arrow-menu {
  display: inline-block;
  margin-left: 15px;
  width: 15px;
  height: 15px;
  position: relative;
  vertical-align: middle;
  margin-top: -1px;
  cursor: pointer;
}
.jf-list-check li .arrow-menu:before, .jf-list-check li .arrow-menu:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7.5px 0 0 -1px;
  height: 12px;
  width: 2px;
  background: #ffffff;
  transition: all 300ms linear;
}
.jf-list-check li .arrow-menu:after {
  transform: rotate(90deg);
}
.jf-list-check li ul {
  display: none;
  list-style-position: outside;
  list-style: none;
  margin: 0 0 0 20px;
}

.get__file-wrapp {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}
.get__form-file {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.get__file {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px dashed #d7d7df;
  padding: 25px;
  margin-bottom: 35px;
  transition: all 0.3s;
}
.get__file:hover {
  border: 2px dashed #c01a49;
}
.get__file:hover .get__file-text {
  color: #c01a49;
}
.get__file:hover .get__file-text span {
  border-bottom: 1px solid #c01a49;
}
.get__file-text {
  color: #29249D;
  transition: all 0.3s;
}
.get__file-text span {
  position: relative;
  border-bottom: 1px solid #29249D;
}

/*------ _features-include ------*/
.taas-service-section .text-content {
  max-width: 859px;
  padding-right: 33px;
  line-height: 170% !important;
  padding-top: 20px;
}
.taas-service-section .text-content p:not(:last-of-type) {
  line-height: inherit;
  margin-bottom: 20px;
}

.features-taas {
  padding-top: min(max(100px + 97 * (100vw - 768px) / 1152, 100px), 197px);
}

.features-slider .slide:not(:last-child) {
  margin-right: 20px;
}
.features-slider .slick-dots {
  bottom: -80px;
}
.features-slider .slick-dots li button:before {
  font-size: 45px;
  color: #ffffff !important;
}

.features-item {
  padding: 18px min(max(5px + 25 * (100vw - 768px) / 1152, 5px), 30px) 20px 0;
  border-bottom: 1px solid #808088;
  display: flex;
  align-items: center;
  max-width: 520px;
  width: 100%;
}
.features-item .feature-icon {
  flex: 0 0 auto;
  margin-right: min(max(25px + 55 * (100vw - 768px) / 1152, 25px), 80px);
  width: 60px;
  height: 60px;
}
.features-item .feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.features-item .feature-desc {
  font-size: 24px;
}
@media only screen and (max-width: 1281px) {
  .features-item {
    max-width: 100%;
  }
}

/*------ _features-include end ------*/
/*------ _talk-to-card ------*/
.talk-to-us {
  padding: min(max(100px + 58 * (100vw - 768px) / 1152, 100px), 158px) 0;
}

.talk-to-us_card {
  max-width: 1162px;
  width: 100%;
  margin: 0 auto;
  padding: 52px min(max(20px + 44 * (100vw - 768px) / 1152, 20px), 64px) 58px min(max(20px + 50 * (100vw - 768px) / 1152, 20px), 70px);
  border: 1px solid #808088;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.talk-to-us_card .title-xl {
  max-width: 324px;
}
.talk-to-us_card .partner-image {
  max-width: 384px;
  height: 280px;
  margin: 0 40px;
}
.talk-to-us_card .partner-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.talk-to-us_card .partner-name {
  font-size: min(max(28px + 6 * (100vw - 768px) / 1152, 28px), 34px);
  margin-bottom: 8px;
}
.talk-to-us_card .partner-details {
  margin-bottom: -40px;
}
.talk-to-us_card .partner-contacts {
  margin: 30px 0;
}
.talk-to-us_card .partner-contacts .contact-link {
  display: flex;
  align-items: center;
  font-size: min(max(18px + 4 * (100vw - 768px) / 1152, 18px), 22px);
  text-decoration: none;
  transition: 0.2s;
}
.talk-to-us_card .partner-contacts .contact-link i {
  margin-right: 16px;
  color: inherit;
}
.talk-to-us_card .partner-contacts .contact-link:hover {
  color: var(--cl-green);
}
@media only screen and (max-width: 1025px) {
  .talk-to-us_card {
    flex-direction: column;
    max-width: 600px;
    text-align: center;
  }
  .talk-to-us_card .title-xl {
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .talk-to-us_card .partner-image {
    margin: 0 0 40px 0;
  }
  .talk-to-us_card .partner-details {
    margin: 0;
  }
  .talk-to-us_card .btn {
    margin: 0 auto;
  }
}

.icon-mail {
  display: block;
  width: 25px;
  height: 18px;
  background: url("../images/icon-email.svg") no-repeat center/contain;
}

/*------ _talk-to-card end ------*/
/*------ _taas-sections ------*/
.embedded-section {
  padding: min(max(20px + 80 * (100vw - 768px) / 1152, 20px), 100px) 0 0;
  position: relative;
}
.embedded-section .fixed {
  position: relative;
  z-index: 1;
}
.embedded-section .care-content-wr {
  padding-top: 23px;
  padding-bottom: 19px;
}
.embedded-section .title {
  text-align: revert;
}
@media (min-width: 1400px) {
  .embedded-section .title {
    font-size: 80px;
    margin-bottom: 45px;
  }
}
.embedded-section .care-block {
  align-items: stretch;
}
.embedded-section .care-block p:last-of-type {
  margin-bottom: 13px;
}
.embedded-section .care-block .care-pic {
  height: 100%;
}
.embedded-section .care-block .care-list li h3 {
  color: #81bc41;
  position: relative;
}
.embedded-section .care-block .care-list li h3::before {
  content: "\e912";
  font-family: "icomoon";
  font-size: 14px;
  display: inline;
  padding-right: 10px;
}
@media (min-width: 1440px) {
  .embedded-section .care-block .care-list {
    max-width: 96.5%;
  }
  .embedded-section .care-block .care-list li {
    max-width: 365px;
  }
}

.stripes-block-green {
  padding-top: 108px;
  background: none;
}
.stripes-block-green .customers-list {
  margin-bottom: 101px;
}
.stripes-block-green .customers-list > li {
  min-height: 283px;
  background: url("../images/cl_bg_green.png") no-repeat center center/cover;
}
@media (min-width: 1400px) {
  .stripes-block-green .customers-list > li {
    padding-top: 24px;
    padding-bottom: 39px;
    padding-left: 73px;
  }
}
.stripes-block-green .customers-list > li .cl-name {
  margin-top: 36px;
}
.stripes-block-green .customers-list > li .cl-name::before {
  background: url("../images/quote-green.png") no-repeat center center/contain;
}
.stripes-block-green .customers-list > li .cl-cont {
  align-self: center;
}

.section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.section-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .mw-1024-mb-0 {
    margin-bottom: 0 !important;
  }
}

/*------ _taas-sections end ------*/
.home-page-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.home-page-bg img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.swiper-buttons {
  width: min(max(100px + 40 * (100vw - 768px) / 1152, 100px), 140px);
  display: flex;
  justify-content: space-between;
}

.swiper-button {
  --swiper-navigation-size: ac(24px, 12px);
  --swiper-navigation-color: #ffffff;
  margin: 0;
  position: static;
  display: flex;
  width: min(max(40px + 18 * (100vw - 768px) / 1152, 40px), 58px);
  height: min(max(40px + 18 * (100vw - 768px) / 1152, 40px), 58px);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--cl-primary);
  transition: background 0.3s;
}
.swiper-button:hover {
  background: #ffffff;
  --swiper-navigation-color: var(--cl-primary);
}
.swiper-button.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button.swiper-button-lock {
  display: none;
}

.footer-line-wr {
  position: relative;
  width: 100%;
}

.footer-line {
  position: absolute;
  width: 100%;
  border-top: 2px dotted #939598;
  left: 0;
  top: 0;
}
.footer-line::before, .footer-line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -67%);
  width: 10px;
  height: 10px;
  background: #939598;
  border-radius: 50%;
}
.footer-line::after {
  left: 100%;
}

.head-inner-block-contact-us {
  position: relative;
}
.head-inner-block-contact-us::before, .head-inner-block-contact-us::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #010101;
  opacity: 0.82;
}
.head-inner-block-contact-us::after {
  opacity: 1;
  background: linear-gradient(180deg, rgba(1, 1, 1, 0) 0%, #010101 100%);
}
.head-inner-block-contact-us .fixed {
  position: relative;
  z-index: 2;
}

a[href="#sr-only"] {
  display: none;
}

.saturate-70 {
  filter: saturate(0.7);
}

.swiper-pagination {
  position: relative;
  width: fit-content;
  line-height: 1;
  margin: 0;
  bottom: 0 !important;
  --swiper-theme-color: var(--cl-primary);
  --swiper-pagination-bullet-inactive-color: var(--cl-primary);
  --swiper-pagination-bullet-horizontal-gap: 3px;
  --swiper-pagination-bullet-size: 12px;
  padding-top: min(max(40px + 15 * (100vw - 768px) / 1152, 40px), 55px);
}
.swiper-pagination-bullet {
  opacity: 1;
  transition: 0.3s width, background 0.3s;
  background: transparent;
  border: 1px solid var(--cl-white);
}
.swiper-pagination-bullet-active {
  background: var(--cl-primary);
}
.swiper-pagination-bullet:hover {
  background: var(--cl-primary);
}

.hero-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 20px;
}
.hero-buttons .btn {
  margin: 0;
}

.award-brand-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 86px;
  padding-top: min(max(50px + 70 * (100vw - 768px) / 1152, 50px), 120px);
}

.award-brand-card {
  width: min(max(200px + 250 * (100vw - 768px) / 1152, 200px), 450px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.award-brand-card-icon {
  width: 100%;
}
.award-brand-card-icon img {
  width: 100%;
}

.aw-section-wrapper {
  position: relative;
  background: none !important;
}
.aw-section-wrapper .section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) -0.66%, #D9D9D9 54.92%, rgba(217, 217, 217, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) -0.66%, #D9D9D9 54.92%, rgba(217, 217, 217, 0) 100%);
  opacity: 0.55;
}
.aw-section-wrapper .section-bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--cl-primary);
  mix-blend-mode: soft-light;
  mask-image: url("../images/white-dots-shpe.png");
  -webkit-mask-image: url("../images/white-dots-shpe.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.customer-section {
  padding: min(max(40px + 60 * (100vw - 768px) / 1152, 40px), 100px) 0;
}

.customer-card {
  display: flex;
}
.customer-card-stats {
  flex-shrink: 0;
  width: min(max(216px + 60 * (100vw - 768px) / 1152, 216px), 276px);
  margin-right: 21px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.customer-card-stats span {
  font-size: min(max(35px + 65 * (100vw - 768px) / 1152, 35px), 100px);
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
}
.customer-card-stats p {
  font-size: min(max(18px + 6 * (100vw - 768px) / 1152, 18px), 24px);
  font-weight: 500;
  margin-bottom: 40px;
}
.customer-card-stats .btn {
  margin: 0;
}
.customer-card-stats + .customer-card-container {
  max-width: revert;
  margin: 0;
}
.customer-card-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 80%;
  border-left: 2px dotted #939598;
  border-bottom: 2px dotted #939598;
  position: relative;
  padding: 0 35px 35px;
  max-width: 930px;
  margin: 0 auto;
}
.customer-card-container::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  background: var(--cl-primary);
  border-radius: 50%;
}
.customer-card-container::before {
  left: 0;
  top: 0;
  transform: translateX(-50%);
}
.customer-card-person {
  flex-shrink: 0;
  width: 100%;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
}
.customer-card-person-text {
  line-height: 1.416;
  font-size: min(max(20px + 12 * (100vw - 768px) / 1152, 20px), 32px);
  font-weight: 500;
}
.customer-card-person-icon {
  width: min(max(58px + 6 * (100vw - 768px) / 1152, 58px), 64px);
  height: auto;
  margin-bottom: 20px;
}
.customer-card-person-icon img {
  width: 100%;
}
.customer-card-person-logo {
  width: min(max(180px + 76 * (100vw - 768px) / 1152, 180px), 256px);
  max-width: 100%;
}
.customer-card-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: min(max(16px + 4 * (100vw - 768px) / 1152, 16px), 20px);
  font-weight: 500;
  line-height: 1.6;
}

.acc-section {
  position: relative;
  transform: translate(0);
  padding-bottom: min(max(50px + 40 * (100vw - 768px) / 1152, 50px), 90px);
}
.acc-section .title {
  line-height: 1.25s;
  margin-bottom: min(max(35px + 15 * (100vw - 768px) / 1152, 35px), 50px);
}
.acc-section .title-text {
  width: 100%;
  max-width: 880px;
  font-weight: 500;
  margin-bottom: min(max(30px + 30 * (100vw - 768px) / 1152, 30px), 60px);
}

.acc-section-bg-wr {
  position: absolute;
  width: 100%;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 1400px;
  top: 0;
  z-index: -1;
  opacity: 0.6;
  -webkit-mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) -0.66%, #D9D9D9 54.92%, rgba(217, 217, 217, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) -0.66%, #D9D9D9 54.92%, rgba(217, 217, 217, 0) 100%);
}

.acc-section-bg {
  position: relative;
  width: 100%;
  background: var(--cl-primary);
  mask-image: url("../images/white-dots-shpe.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("../images/white-dots-shpe.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.acc-section-bg::before {
  content: "";
  display: block;
  padding-top: 42.81%;
}

.acc-swiper-wr .swiper {
  overflow: visible;
}
.acc-swiper-wr .swiper-slide {
  width: fit-content;
  max-width: 100%;
  height: auto;
  display: flex;
}
.acc-swiper-wr .btn {
  margin: min(max(35px + 25 * (100vw - 768px) / 1152, 35px), 60px) 0 0;
}

.acc-swiper-wr {
  max-width: 1550px;
  margin: 0 auto;
}

.acc-card {
  display: flex;
  align-items: center;
  height: 188px;
}
.acc-card img {
  height: 100%;
  object-fit: contain;
}

.customer-wrap-bg-layer {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.customer-wrap.customer-about-us-page {
  padding: min(max(50px + 50 * (100vw - 768px) / 1152, 50px), 100px) 0;
  position: relative;
}
.customer-wrap.customer-about-us-page .section-bg {
  height: auto;
}
.customer-wrap.customer-about-us-page .section-bg img {
  left: 50%;
  transform: translateX(-50%);
  min-width: 1024px;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(180deg, rgba(217, 217, 217, 0) -2.64%, #D9D9D9 29.97%, rgba(217, 217, 217, 0.58) 89.05%, rgba(217, 217, 217, 0) 100%);
  mask-image: linear-gradient(180deg, rgba(217, 217, 217, 0) -2.64%, #D9D9D9 29.97%, rgba(217, 217, 217, 0.58) 89.05%, rgba(217, 217, 217, 0) 100%);
}
.customer-wrap.customer-about-us-page .values-list li h3 {
  color: #ffffff;
}

.section_2_about_us_page_layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: -1;
}

.section_2.section_2_about_us_page {
  padding: min(max(40px + 140 * (100vw - 768px) / 1152, 40px), 180px) 0 min(max(0px + 180 * (100vw - 768px) / 1152, 0px), 180px);
  overflow: hidden;
}
.section_2.section_2_about_us_page::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  z-index: 0;
}
.section_2.section_2_about_us_page .section-bg {
  height: 100%;
  padding-top: 0;
  z-index: 1;
}
.section_2.section_2_about_us_page .section-bg::before {
  display: none;
}

.section_2.section_2_services_page {
  padding: min(max(40px + 80 * (100vw - 768px) / 1152, 40px), 120px) 0 min(max(0px + 120 * (100vw - 768px) / 1152, 0px), 120px);
  overflow: hidden;
}
.section_2.section_2_services_page .section-bg {
  height: 100%;
  padding-top: 0;
}
.section_2.section_2_services_page .section-bg::before, .section_2.section_2_services_page .section-bg::after {
  display: none;
}
.section_2.section_2_services_page .title-text {
  line-height: 1.3;
}

.community-section {
  position: relative;
  padding: 50px 0 180px;
}

.community-card {
  display: flex;
  flex-grow: 1;
  position: relative;
  transform: translate(0);
  flex-direction: column;
  width: 100%;
  max-width: 414px;
  border: 1px solid #404040;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(2.5px);
  padding: min(max(30px + 20 * (100vw - 768px) / 1152, 30px), 50px) min(max(20px + 30 * (100vw - 768px) / 1152, 20px), 50px);
  text-decoration: none;
  margin: 0 auto;
}
.community-card-thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: opacity;
}
.community-card-thumbnail::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--cl-primary);
  mix-blend-mode: multiply;
  z-index: 2;
}
.community-card-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.community-card-title {
  font-size: min(max(25px + 9 * (100vw - 768px) / 1152, 25px), 34px);
  line-height: 1.29;
  color: var(--cl-primary);
  margin-bottom: min(max(25px + 5 * (100vw - 768px) / 1152, 25px), 30px);
  font-weight: 500;
  transition: opacity 0.3s;
  will-change: opacity;
}
.community-card-text {
  font-size: min(max(18px + 2 * (100vw - 768px) / 1152, 18px), 20px);
  line-height: 1.6;
  margin-bottom: 38px;
  flex-grow: 1;
}
.community-card .btn {
  margin: 0;
}
.community-card:hover .community-card-thumbnail {
  opacity: 1;
}
.community-card:hover .community-card-title {
  color: #ffffff;
}

.community-swiper-wr {
  width: 1330px;
  margin: 0 auto;
  max-width: 100%;
}
.community-swiper-wr .swiper-slide {
  justify-content: center;
  display: flex;
  height: auto;
}
.community-swiper-wr .swiper-buttons {
  margin: 0 auto;
}
.community-swiper-wr .swiper-buttons .swiper-button {
  margin-top: 45px;
}

.hero-cloud.head-inner-block.var-2 {
  position: relative;
  min-height: 100vh;
  max-height: 1080px;
  background: none;
  padding-top: min(max(370px + -90 * (100vw - 768px) / 1152, 280px), 370px) !important;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.hero-cloud.head-inner-block.var-2 .fixed {
  flex-grow: 1;
  display: flex;
  position: relative;
  z-index: 1;
}
.hero-cloud.head-inner-block.var-2 .fixed .hero-caption {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-height: 1080px) {
  .hero-cloud.head-inner-block.var-2 {
    min-height: 1080px;
  }
}
.hero-cloud.head-inner-block.var-2 .shapes {
  pointer-events: none;
}
.hero-cloud.head-inner-block.var-2 .shapes img {
  position: absolute;
  height: auto;
  z-index: 1;
}
.hero-cloud.head-inner-block.var-2 .shapes img:nth-of-type(1) {
  width: 39.32%;
  min-width: 220px;
  left: 0;
  top: 0;
  filter: drop-shadow(12px 20px 30px rgba(0, 0, 0, 0.6));
  display: none;
}
.hero-cloud.head-inner-block.var-2 .shapes img:nth-of-type(2) {
  width: 31.67%;
  min-width: 200px;
  right: 0;
  top: 0;
  filter: drop-shadow(12px 20px 30px rgba(0, 0, 0, 0.6));
}
.hero-cloud.head-inner-block.var-2 .shapes img:nth-of-type(3) {
  width: 100%;
  bottom: 0;
  left: 0;
}
.hero-cloud.head-inner-block.var-2 .logo-page {
  margin-bottom: 30px;
}
.hero-cloud.head-inner-block.var-2 .number-vacancies {
  margin-top: auto;
  align-self: flex-end;
}

.hero-cloud-bg {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 115.41%;
  left: 50%;
  top: 0;
  z-index: 0;
  transform: translate(-50%);
  min-width: 1470px;
  pointer-events: none;
}
.hero-cloud-bg::before, .hero-cloud-bg .bg-gray-overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(13.38deg);
  transform-origin: right bottom;
  z-index: 1;
  background: var(--cl-primary);
  mix-blend-mode: color;
}
.hero-cloud-bg .bg-gray-overlay {
  background: #ccc;
  mix-blend-mode: normal;
  opacity: 0.3;
}
.hero-cloud-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: rotate(13.38deg);
  transform-origin: right bottom;
  filter: grayscale(1) brightness(0.85);
  z-index: 0;
  object-position: center 99%;
}

.page-sector.page-project .world-block {
  margin-top: 0;
  background: none;
  position: relative;
  padding-bottom: 40px;
}
.page-sector.page-project .world-block .fixed {
  position: relative;
  z-index: 1;
}
.page-sector.page-project .world-block .section-bg {
  position: absolute;
  top: 284px;
  width: 49.53%;
  left: 0;
  overflow: hidden;
  z-index: 0;
  opacity: 0.8;
  height: auto;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 8.73%, rgba(0, 0, 0, 0) 8.74%, #000 54.73%, rgba(0, 0, 0, 0) 100%), linear-gradient(109deg, #000 9.95%, rgba(0, 0, 0, 0) 85.18%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 8.73%, rgba(0, 0, 0, 0) 8.74%, #000 54.73%, rgba(0, 0, 0, 0) 100%), linear-gradient(109deg, #000 9.95%, rgba(0, 0, 0, 0) 85.18%);
}
.page-sector.page-project .world-block .section-bg::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.page-sector.page-project .world-block .section-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-sector.page-project .world-block.world-block-sap .section-bg {
  top: 0;
  width: 45%;
}

.cloud-ab-wd-section-wr {
  position: relative;
  transform: translate(0);
}

.cloud-ab-wd-section-bg-layer {
  position: absolute;
  left: 0;
  top: min(max(0px + 370 * (100vw - 768px) / 1152, 0px), 370px);
  width: 100%;
  height: auto;
  z-index: -1;
  opacity: 0.8;
}
.cloud-ab-wd-section-bg-layer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.cloud-ab-wd-section-bg-layer img {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-mask-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 18.82%, rgba(0, 0, 0, 0.72) 44.75%, rgba(0, 0, 0, 0.72) 68.6%, rgba(0, 0, 0, 0) 87.89%);
  mask-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 18.82%, rgba(0, 0, 0, 0.72) 44.75%, rgba(0, 0, 0, 0.72) 68.6%, rgba(0, 0, 0, 0) 87.89%);
}

.cloud-about-section {
  position: relative;
  padding: min(max(40px + 40 * (100vw - 768px) / 1152, 40px), 80px) 0 min(max(80px + 80 * (100vw - 768px) / 1152, 80px), 160px);
}
.cloud-about-section .section-bg {
  position: absolute;
  overflow: hidden;
  width: 52.4%;
  top: 10%;
}
.cloud-about-section .section-bg img {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cloud-about-section .fixed {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.cloud-about-section-text {
  max-width: 799px;
  flex: 1;
  margin-right: 50px;
}
.cloud-about-section-thumbnail {
  width: 629px;
  max-width: 45%;
}
.cloud-about-section .title-text {
  text-align: left;
}
.cloud-about-section .title-small {
  max-width: 598px;
}

.world-block.world-block-cloud .purpose-list li .btn {
  margin: auto auto 0;
}

.disk-card-section {
  position: relative;
  padding: min(max(40px + 60 * (100vw - 768px) / 1152, 40px), 100px) 0;
  transform: translate(0);
}
.disk-card-section .title {
  margin-bottom: 50px;
}
.disk-card-section .section-bg-dots {
  top: 36%;
}

.section-bg-dots {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 706px;
  overflow: hidden;
  z-index: -1;
  transform: translateX(-50%);
  min-width: 1200px;
  opacity: 0.5;
  -webkit-mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) -0.66%, #D9D9D9 54.92%, rgba(217, 217, 217, 0) 100%);
  mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) -0.66%, #D9D9D9 54.92%, rgba(217, 217, 217, 0) 100%);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.section-bg-dots::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--cl-primary);
  z-index: 2;
  mask-type: alpha;
  mask-image: url("../images/red-dots-shape.png");
  -webkit-mask-image: url("../images/red-dots-shape.png");
}
.section-bg-dots.pink::before {
  background: var(--cl-pink);
}
.section-bg-dots.yellow::before {
  background: var(--cl-yellow);
}
.section-bg-dots.purple::before {
  background: var(--cl-purple);
}
.section-bg-dots.bg-multiply::before {
  mix-blend-mode: multiply;
}
.section-bg-dots.wave-shape {
  -webkit-mask-image: linear-gradient(180deg, #FFF 13.69%, rgba(255, 255, 255, 0) 99.98%);
  mask-image: linear-gradient(180deg, #FFF 13.69%, rgba(255, 255, 255, 0) 99.98%);
}
.section-bg-dots.wave-shape::before {
  mask-image: url("../images/wave-dots.png");
  -webkit-mask-image: url("../images/wave-dots.png");
}
.section-bg-dots.net-shape {
  opacity: 1;
  -webkit-mask-image: none;
  mask-image: none;
  height: 870px;
}
.section-bg-dots.net-shape::before {
  -webkit-mask-image: url("../images/net-dots.png");
  mask-image: url("../images/net-dots.png");
}

.disk-card-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1056px;
  margin: 0 auto;
}

.disk-card {
  width: 325px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: min(max(35px + 15 * (100vw - 768px) / 1152, 35px), 50px);
  padding: 0 10px;
}
.disk-card-thumbnail {
  width: 220px;
  max-width: 90%;
  position: relative;
  overflow: hidden;
  margin-bottom: min(max(25px + 15 * (100vw - 768px) / 1152, 25px), 40px);
}
.disk-card-thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.disk-card-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.disk-card-title {
  color: var(--cl-primary);
  font-size: min(max(22px + 8 * (100vw - 768px) / 1152, 22px), 30px);
  font-weight: 500;
  line-height: 1.13;
  margin-bottom: min(max(20px + 10 * (100vw - 768px) / 1152, 20px), 30px);
}
.disk-card-text {
  font-size: min(max(16px + 4 * (100vw - 768px) / 1152, 16px), 20px);
  font-weight: 500;
  line-height: 1.7;
}

.disk-card-section.disk-card-section-wide .section-bg-dots {
  top: 30%;
}
.disk-card-section.disk-card-section-wide .disk-card-list {
  max-width: 100%;
}
.disk-card-section.disk-card-section-wide .disk-card-title {
  color: var(--cl-white);
  margin-bottom: min(max(35px + 39 * (100vw - 768px) / 1152, 35px), 74px);
  font-size: min(max(25px + 9 * (100vw - 768px) / 1152, 25px), 34px);
  font-weight: 400;
  line-height: 1.47;
}
.disk-card-section.disk-card-section-wide .title-text {
  margin-bottom: min(max(50px + 50 * (100vw - 768px) / 1152, 50px), 100px);
}

.stripes-block.cloud-page {
  background: none;
}

.cloud-page-bottom-wr {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}
.cloud-page-bottom-wr:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  bottom: 0;
  z-index: -1;
}

.consultant-section {
  position: relative;
  z-index: 1;
}

.cloud-page-bottom-bg-layer {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: auto;
  top: min(max(0px + 200 * (100vw - 768px) / 1152, 0px), 200px);
  opacity: 0.8;
}
.cloud-page-bottom-bg-layer img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left top;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.66%, #000 28.32%, #000 85.8%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0.66%, #000 28.32%, #000 85.8%, rgba(0, 0, 0, 0) 100%);
}

.vacancy-swiper-items {
  position: relative;
  mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 12.66%, #D9D9D9 82.82%, rgba(217, 217, 217, 0) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 12.66%, #D9D9D9 82.82%, rgba(217, 217, 217, 0) 100%);
}

.jl-item.jl-item-vacancy {
  width: min(max(280px + 150 * (100vw - 768px) / 1152, 280px), 430px);
  max-width: 100%;
  display: flex;
  flex-direction: column;
}
.jl-item.jl-item-vacancy > div:first-of-type {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vacancy-swiper-wr {
  padding: 0 min(max(15px + 15 * (100vw - 768px) / 1152, 15px), 30px) 0 min(max(30px + 50 * (100vw - 768px) / 1152, 30px), 80px);
  margin-bottom: 30px;
}
.vacancy-swiper-wr .swiper-slide {
  width: fit-content;
  display: flex;
  height: auto;
}
.vacancy-swiper-wr .swiper {
  overflow: visible;
}
.vacancy-swiper-wr:nth-of-type(2) {
  padding: 0 min(max(30px + 50 * (100vw - 768px) / 1152, 30px), 80px) 0 min(max(15px + 15 * (100vw - 768px) / 1152, 15px), 30px);
}

.vacancy-section {
  padding: min(max(40px + 40 * (100vw - 768px) / 1152, 40px), 80px) 0;
}
.vacancy-section .vacancy-form {
  margin: 0 auto min(max(35px + 35 * (100vw - 768px) / 1152, 35px), 70px);
}
.vacancy-section .title {
  margin-bottom: min(max(30px + 20 * (100vw - 768px) / 1152, 30px), 50px);
}
.vacancy-section .title-text {
  margin-bottom: min(max(35px + 35 * (100vw - 768px) / 1152, 35px), 70px);
}

.vacancy-form {
  width: 584px;
  max-width: 100%;
}
.vacancy-form .input-wr {
  border: 1px solid var(--cl-white);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px;
  border-radius: 56px;
}
.vacancy-form .input-wr input {
  flex-grow: 1;
  height: 100%;
  background: transparent;
  color: var(--cl-white);
  font-size: min(max(16px + 8 * (100vw - 768px) / 1152, 16px), 24px);
  padding-left: min(max(15px + 15 * (100vw - 768px) / 1152, 15px), 30px);
  font-weight: 500;
  max-width: calc(100% - 65px);
}
.vacancy-form .input-wr input::placeholder {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.search-btn-rounded {
  flex-shrink: 0;
  width: min(max(48px + 10 * (100vw - 768px) / 1152, 48px), 58px);
  height: min(max(48px + 10 * (100vw - 768px) / 1152, 48px), 58px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--cl-primary);
  color: var(--cl-white);
  transition: 0.3s;
  border-radius: 50%;
  font-size: min(max(20px + 14 * (100vw - 768px) / 1152, 20px), 34px);
  cursor: pointer;
}
.search-btn-rounded:hover {
  background: var(--cl-white);
  color: var(--cl-primary);
}

.consultant-card {
  display: flex;
  border: 6px solid var(--cl-primary);
  border-radius: min(max(20px + 14 * (100vw - 768px) / 1152, 20px), 34px);
  width: 100%;
  max-width: 1166px;
  margin: 0 auto;
}
.consultant-card-thumbnail {
  width: 35.94%;
  flex-shrink: 0;
  min-width: 250px;
  position: relative;
  overflow: hidden;
  min-height: 450px;
}
.consultant-card-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: min(max(20px + 14 * (100vw - 768px) / 1152, 20px), 34px);
  border-bottom-left-radius: min(max(20px + 14 * (100vw - 768px) / 1152, 20px), 34px);
}
.consultant-card-text {
  padding: min(max(20px + 30 * (100vw - 768px) / 1152, 20px), 50px);
}
.consultant-card-position {
  color: var(--cl-primary);
  font-size: min(max(30px + 24 * (100vw - 768px) / 1152, 30px), 54px);
  line-height: 1.25;
  margin-bottom: 10px;
  font-weight: 400;
}
.consultant-card-name {
  font-weight: 400;
  font-size: min(max(25px + 15 * (100vw - 768px) / 1152, 25px), 40px);
  line-height: 1.25;
  margin-bottom: min(max(20px + 10 * (100vw - 768px) / 1152, 20px), 30px);
}
.consultant-card-descr {
  font-size: min(max(18px + 6 * (100vw - 768px) / 1152, 18px), 24px);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: min(max(20px + 10 * (100vw - 768px) / 1152, 20px), 30px);
}
.consultant-card-link {
  text-decoration: underline;
  display: inline-block;
  color: var(--cl-primary);
  font-size: min(max(20px + 4 * (100vw - 768px) / 1152, 20px), 24px);
  margin-bottom: min(max(20px + 10 * (100vw - 768px) / 1152, 20px), 30px);
  transition: color 0.3s;
  font-weight: 600;
}
.consultant-card-link:hover {
  color: var(--cl-white);
}
.consultant-card .btn {
  margin: 0;
}

.insights-section {
  padding: min(max(75px + 25 * (100vw - 768px) / 1152, 75px), 100px) 0 0;
}

.contact-section {
  position: relative;
  padding-top: min(max(40px + 84 * (100vw - 768px) / 1152, 40px), 124px);
  padding-bottom: min(max(35px + 135 * (100vw - 768px) / 1152, 35px), 170px);
  transform: translate(0);
  margin-bottom: min(max(50px + 20 * (100vw - 768px) / 1152, 50px), 70px);
}
.contact-section .fixed {
  position: relative;
  z-index: 2;
}
.contact-section .contact-form {
  margin-top: 0;
}

.contact-section-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.31%, rgba(0, 0, 0, 0.51) 48.44%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.31%, rgba(0, 0, 0, 0.51) 48.44%, rgba(0, 0, 0, 0) 100%);
}
.contact-section-bg .bl-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 1300px;
  width: 68%;
  z-index: 6;
}
.contact-section-bg .tr-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 32.91%;
  max-width: 632px;
  mix-blend-mode: multiply;
  z-index: 5;
}
.contact-section-bg .bottom-pattern {
  width: 87.55%;
  max-width: 1681px;
  position: absolute;
  bottom: 0;
  left: 20px;
  mask-type: alpha;
  mask-image: linear-gradient(256deg, #FFF 17.92%, rgba(255, 255, 255, 0) 87.57%);
  -webkit-mask-image: linear-gradient(256deg, #FFF 17.92%, rgba(255, 255, 255, 0) 87.57%);
  z-index: 4;
}
.contact-section-bg .bottom-pattern img {
  width: 100%;
  height: auto;
}
.contact-section-bg-img {
  position: absolute;
  left: 63%;
  top: 29%;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  width: 150.26%;
  min-width: 2150px;
  z-index: 3;
  clip-path: polygon(0 0, 23% 0, 100% 84%, 100% 100%, 0 100%);
}
.contact-section-bg-img img {
  width: 100%;
  height: auto;
  transform: rotate(30deg);
}
.contact-section-bg .mask-layers div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FF68E3;
  mix-blend-mode: overlay;
  z-index: -2;
}
.contact-section-bg .mask-layers div:nth-of-type(2) {
  z-index: 1;
  background: var(--cl-primary);
}
.contact-section-bg .mask-layers.yellow div {
  background: #FFD000;
}
.contact-section-bg .mask-layers.yellow div:nth-of-type(2) {
  z-index: 1;
  background: var(--cl-primary);
}
.contact-section-bg.pink .mask-layers div:first-of-type {
  background: #FF4A7E;
  mix-blend-mode: soft-light;
}

.opera-browser .contact-section-bg.pink {
  opacity: 0.5;
}
.opera-browser .contact-section-bg.contact-section-bg-sap {
  opacity: 0.4;
}

.contact-section-bg.contact-section-bg-sap {
  mask-image: none;
  opacity: 0.7;
}
.contact-section-bg.contact-section-bg-sap .bl-shape {
  z-index: 6;
  background: #000;
  clip-path: polygon(0 23%, 94% 100%, 0 100%);
}
.contact-section-bg.contact-section-bg-sap .bottom-pattern {
  z-index: 5;
  opacity: 0.6;
  mask-image: linear-gradient(256deg, #FFF 17.92%, rgba(255, 255, 255, 0) 87.57%);
  -webkit-mask-image: linear-gradient(256deg, #FFF 17.92%, rgba(255, 255, 255, 0) 87.57%);
}
.contact-section-bg.contact-section-bg-sap .contact-section-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.31%, rgba(0, 0, 0, 0.51) 48.44%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.31%, rgba(0, 0, 0, 0.51) 48.44%, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}
.contact-section-bg.contact-section-bg-sap .contact-section-mask .tr-shape {
  z-index: 4;
}
.contact-section-bg.contact-section-bg-sap .contact-section-mask .mask-layers div:nth-of-type(1) {
  z-index: 3;
  background: #FFD000;
}
.contact-section-bg.contact-section-bg-sap .contact-section-mask .mask-layers div:nth-of-type(2) {
  z-index: 1;
  background: #B09010;
}
.contact-section-bg.contact-section-bg-sap .contact-section-mask .contact-section-bg-img {
  z-index: 2;
}

.head-services-page::after, .head-work-for-us::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: -1px;
}

.footer-flex .footer-social a.icons_svg:hover svg {
    background: #c01a49;
    -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
   
}
.footer-flex .footer-social a.icons_svg svg {
    background: #fff;
    border-radius: 50%;
   
}
.footer-flex .footer-social a.icons_svg svg {
    height: 35px !important;
    width: 35px !important;
    fill: #2a2a2a;
    padding: 7px;
}
.footer-social {
    color: #c01a49;
    fill: #c01a49;
}

.work-for-us-page-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.work-for-us-page-bg::before, .work-for-us-page-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
}
.work-for-us-page-bg::before {
  top: 0;
  transform: translateY(-100%);
  bottom: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
.work-for-us-page-bg img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.ct-ts-section {
  padding: min(max(40px + 60 * (100vw - 768px) / 1152, 40px), 100px) 0;
}

.ct-ts-tabs-wrapper {
  max-width: 1635px;
  padding-left: 5px;
  margin: 0 auto;
}

.ct-ts-tabs {
  display: flex;
  padding-bottom: min(max(20px + 10 * (100vw - 768px) / 1152, 20px), 30px);
  flex-wrap: wrap;
}
.ct-ts-tabs-item {
  width: 200px;
  margin-right: min(max(10px + 4 * (100vw - 768px) / 1152, 10px), 14px);
  max-width: 30%;
  padding: 2px;
  position: relative;
  transform: translate(0);
  cursor: pointer;
  margin-bottom: min(max(10px + 4 * (100vw - 768px) / 1152, 10px), 14px);
  transition: transform 0.5s;
  will-change: transform;
}
.ct-ts-tabs-item-thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  border: min(max(3px + 7 * (100vw - 768px) / 1152, 3px), 10px) solid var(--cl-white);
}
.ct-ts-tabs-item-thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ct-ts-tabs-item-thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
  will-change: transform;
}
.ct-ts-tabs-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#E6255C, #B7D7E5);
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
.ct-ts-tabs-item:last-of-type {
  margin-right: 0;
}
.ct-ts-tabs-item.active::before {
  opacity: 1;
}
.ct-ts-tabs-item:hover img {
  transform: scale(1.05);
}

.ct-ts-card {
  padding: 0 20px min(max(25px + 15 * (100vw - 768px) / 1152, 25px), 40px) min(max(50px + 46 * (100vw - 768px) / 1152, 50px), 96px);
  position: relative;
}
.ct-ts-card-border {
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 100px);
  width: 100%;
  border-bottom: 2px dotted rgba(147, 149, 152, 0.7);
  border-left: 2px dotted rgba(147, 149, 152, 0.7);
  pointer-events: none;
}
.ct-ts-card-border::before, .ct-ts-card-border::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: var(--cl-primary);
  border-radius: 50%;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  position: absolute;
}
.ct-ts-card-border::after {
  top: 100%;
  left: 100%;
}
.ct-ts-card-icon {
  width: min(max(40px + 34 * (100vw - 768px) / 1152, 40px), 74px);
  position: absolute;
  left: -10px;
  top: 0;
}
.ct-ts-card-title {
  font-size: min(max(25px + 5 * (100vw - 768px) / 1152, 25px), 30px);
  font-weight: 500;
  line-height: 1.13;
  margin-bottom: 24px;
}
.ct-ts-card-item-text {
  display: none;
  opacity: 0;
  animation: fadeInTab 0.5s forwards;
}
.ct-ts-card-item-text.active {
  display: block;
}
.ct-ts-card-text {
  font-size: min(max(18px + 2 * (100vw - 768px) / 1152, 18px), 20px);
  line-height: 1.6;
  margin-bottom: min(max(20px + 10 * (100vw - 768px) / 1152, 20px), 30px);
  max-width: 1201px;
}
.ct-ts-card-author {
  font-size: min(max(20px + 4 * (100vw - 768px) / 1152, 20px), 24px);
  font-weight: 500;
  line-height: 1.4;
}

@keyframes fadeInTab {
  100% {
    opacity: 1;
  }
}
.services-page-bg-layer {
  width: 100%;
  height: calc(100% - 100vh);
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.services-page-bg-layer img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: 0 100%;
}

.head-cont-home-page.head-cont {
  min-height: 100vh;
  padding: 160px 0;
}
@media (min-height: 1080px) {
  .head-cont-home-page.head-cont {
    min-height: 1080px;
  }
}

.stripes-block-wr {
  position: relative;
}

.stripes-block-wr-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  opacity: 0.8;
  transform: translateY(25%);
  z-index: -1;
  mask-image: linear-gradient(179deg, rgba(0, 0, 0, 0) 0.52%, rgba(0, 0, 0, 0.72) 33.33%, rgba(0, 0, 0, 0.72) 63.5%, rgba(0, 0, 0, 0) 87.89%);
}

.menu-icon {
  display: none;
}

.desktop-menu {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  padding-left: 20px;
  gap: 30px;
}
.desktop-menu a {
  font-size: min(max(20px + 4 * (100vw - 768px) / 1152, 20px), 24px);
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  text-transform: uppercase;
}
.desktop-menu a::before {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #ffffff;
  transition: width 0.3s;
}
.desktop-menu a:hover::before {
  width: 100%;
}
.desktop-menu li {
  position: relative;
}

.dropdown-item {
  position: relative;
  --padding: 10px;
}
.dropdown-item > a {
  display: flex;
  gap: 10px;
  align-items: center;
  transform: translateY(0);
  position: relative;
}
.dropdown-item > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: calc(100% + var(--padding) * 2);
  height: 100%;
  transform: translate(-50%, -10px);
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
  background: var(--cl-primary);
}
.dropdown-item:hover > a::after {
  opacity: 1;
  transform: translate(-50%, 0);
}
.dropdown-item:hover > .menu-dropdown {
  opacity: 1;
  pointer-events: all;
  transform: none;
}
.dropdown-item:hover .icon {
  transform: rotate(90deg) rotateY(180deg);
}
.dropdown-item .icon {
  line-height: 1;
  transform: rotate(90deg);
  transition: transform 0.3s;
  cursor: pointer;
  font-size: 14px;
}

.menu-dropdown {
  position: absolute;
  left: -10px;
  top: 100%;
  padding: 10px;
  background: var(--cl-primary);
  color: var(--cl-white);
  display: flex;
  flex-direction: column;
  width: 200px;
  gap: 5px;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.3s;
  will-change: opacity, transform;
  pointer-events: none;
  z-index: 2;
}
.menu-dropdown li {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .top-line {
    align-items: flex-start;
  }
  .menu-icon {
    display: block;
    margin-bottom: 0;
    margin-top: 7px;
  }
  .desktop-menu {
    display: none;
  }
}
@media only screen and (min-width: 1925px) {
  #site, .world-block, .giving-wrap, .remote-block, .perks-block, .fon-smoke-pink {
    background-size: 100% auto;
  }
}
@media only screen and (max-height: 900px) and (min-width: 1900px) {
  .header {
    top: 20px;
  }
}
@media only screen and (max-height: 800px) and (min-width: 1900px) {
  .nav-menu li {
    margin-bottom: 6px;
  }
  .nav-menu li a {
    font-size: 30px;
  }
  .nav-menu li ul {
    margin-top: 5px;
  }
  .nav-menu li ul li {
    margin-bottom: 3px;
  }
  .nav-menu li ul li a {
    font-size: 16px;
  }
  .social-block a {
    width: 67px;
    height: 67px;
    font-size: 28px;
  }
}
@media only screen and (max-height: 700px) and (min-width: 1900px) {
  .mobil-menu-flex .footer-link, .mobil-menu-flex .copyright {
    display: none;
  }
}
@media only screen and (max-height: 900px) and (max-width: 1900px) {
  .header {
    top: 20px;
  }
}
@media only screen and (max-height: 800px) and (max-width: 1900px) {
  .nav-menu li {
    margin-bottom: 6px;
  }
  .nav-menu li a {
    font-size: 30px;
  }
  .nav-menu li ul li a {
    font-size: 16px;
  }
  .social-block a {
    width: 67px;
    height: 67px;
    font-size: 28px;
  }
}
@media only screen and (max-height: 700px) and (max-width: 1900px) {
  .mobil-menu-flex .footer-link, .mobil-menu-flex .copyright {
    /* display: none;*/
  }
}
@media only screen and (max-width: 1900px) {
  .disk-card {
    width: 292px;
  }
  .head-cont {
    min-height: 900px;
  }
  .team-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .tl-item .tl-text {
    font-size: 18px;
    padding: 25px 10px 25px 15px;
  }
  .tl-item .tl-text .tl-name {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .tl-item .tl-text .tl-position {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .customer-block {
    font-size: 18px;
  }
  .customer-block > div:first-child {
    width: 47%;
  }
  .customer-block > div:nth-child(2) {
    width: 50%;
    margin-top: 0;
  }
  .customer-block h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .customer-block p {
    margin-top: 12px;
  }
  .ji-quote {
    margin-left: 0;
    padding-top: 38px;
  }
  .ji-quote:before {
    width: 43px;
    height: 31px;
  }
  .gi-quote {
    font-size: 18px;
    line-height: 150%;
  }
  .gi-quote > div {
    padding-top: 38px;
  }
  .gi-quote > div:before {
    width: 43px;
    height: 31px;
  }
  .gi-slider-text {
    font-size: 18px;
    line-height: 150%;
  }
  .gi-slider-text h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .awards-item {
    padding: 70px 20px 70px 30px;
    font-size: 20px;
  }
  .awards-item h3 {
    margin-bottom: 8px;
    font-size: 30px;
  }
  .make-choice > div:first-child {
    margin-bottom: 0;
  }
  .excellence-list {
    /*grid-template-columns: 1fr 1fr 1fr;*/
    margin-left: -5px;
    margin-right: -5px;
  }
  .excellence-list li {
    margin: 0 5px 10px 5px;
    width: calc(16.66% - 10px);
    font-size: 18px;
  }
  .excellence-list li .el-head {
    padding: 18px 15px;
    height: 116px;
    font-size: 30px;
  }
  .excellence-list li .el-cont-text .el-cont-scroll {
    padding: 0 10px 0 0;
  }
  .head-flex {
    margin-right: 0;
  }
  .securing-list {
    margin-left: -14px;
    margin-right: -14px;
  }
}
@media only screen and (max-width: 1800px) {
  .job-list {
    grid-template-columns: 1fr 1fr;
  }
  .ji-empl {
    font-size: 30px;
  }
  .ji-empl .ji-empl-amount {
    margin-bottom: 20px;
    font-size: 100px;
  }
  .journey-item .ji-big-pic, .journey-item .ji-small-pic {
    min-height: 100%;
  }
  .journey-item .ji-pic-text h3 {
    font-size: 32px;
  }
}
@media (max-width: 1600px) {
  .disk-card {
    width: 265px;
  }
  .footer-menu li {
    margin: 20px 25px;
  }
  .footer-menu li a {
    font: 300 30px/130% "Quicksand", sans-serif;
  }
  .head-inner-block {
    padding: 150px 0 100px 0 !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    min-height: 100vh !important;
  }
  .head-inner-block.var-2 {
    display: block;
    padding-bottom: 0;
  }
  .head-inner-block .fixed {
    width: 100%;
  }
  .head-cont {
    min-height: 800px;
  }
  .gen-title {
    font-size: 100px;
  }
  .hashtag {
    margin-top: 8vh;
    font-size: 30px;
  }
  .title {
    font-size: 70px;
  }
  .purpose-list li .pl-number {
    font-size: 100px;
  }
  .ji-quote {
    font-size: 18px;
    line-height: 150%;
  }
  .ji-quote .ji-quote-text {
    min-height: 10px;
  }
  .journey-item .ji-big-pic {
    min-height: 100%;
  }
  .ji-empl {
    font-size: 28px;
  }
  .ji-empl .ji-empl-amount {
    margin-bottom: 15px;
    font-size: 90px;
  }
  .journey-slider {
    min-height: 100%;
  }
  .journey-item {
    grid-gap: 30px;
  }
  .journey-item .ji-pic-text {
    font-size: 24px;
  }
  .journey-item .ji-small-pic {
    min-height: 100%;
  }
  .journey-block > div {
    width: calc(50% - 15px);
  }
  .giving-block > div:first-child {
    width: calc(45% - 15px);
  }
  .giving-block > div:nth-child(2) {
    width: calc(55% - 15px);
  }
  .giving-item {
    grid-column-gap: 30px;
  }
  .giving-item.var-2 {
    grid-gap: 30px;
  }
  .gi-slider-text {
    padding: 20px;
  }
  .giving-item .gi-big-pic {
    min-height: 100%;
  }
  .gi-item {
    font-size: 28px;
  }
  .giving-block > div {
    width: calc(50% - 15px);
  }
  .gi-small-1 {
    min-height: 280px;
  }
  .brand-list {
    /*margin-right: auto;
    margin-left: auto;
    max-width: 740px;*/
  }
  .brand-list li {
    width: calc(25% - 20px);
  }
  .brand-list li .bl-item {
    padding: 20px;
  }
  .section_2 .title {
    margin-top: 0;
  }
  .sights-item .si-name {
    font-size: 30px;
    height: 120px;
  }
  .gen-title_2 {
    font-size: 100px;
  }
  .job-post-flex .jp-sidebar {
    width: 380px;
    margin-left: 50px;
  }
  .job-post-flex {
    margin-right: 0;
    padding-top: 50px;
  }
  .jp-contact {
    padding: 35px 30px;
    font-size: 22px;
  }
  .jp-contact .jp-name {
    font-size: 30px;
  }
  .jp-contact .jp-contact-list li {
    font-size: 20px;
  }
  .jp-contact .jp-contact-list li a span {
    margin-right: 8px;
  }
  .gen-title_small {
    font-size: 75px;
  }
  .make-choice > div:nth-child(2) {
    max-width: 45%;
  }
  .mc-list li {
    margin-left: 20px;
  }
  .future-flex p span {
    font-size: 30px;
  }
  .title-small {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .perks-list {
    grid-template-columns: 1fr 1fr;
  }
  .testimonials-list > li > div:first-child {
    margin-right: 30px;
    width: 400px;
  }
  .openings-slider {
    margin-right: -10px;
    padding-left: 65px;
  }
  .openings-slider .os-item {
    width: calc(100% - 20px);
  }
  .os-item {
    margin: 0 10px;
  }
  .desc-36 {
    font-size: 32px;
  }
  .head-inner-block.var-2 {
    padding-top: 280px;
  }
  .vantage-list li {
    width: 24%;
    font-size: 18px;
  }
  .vantage-list li .vl-icon {
    margin-bottom: 25px;
  }
  .vantage-list li h3 {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .page-sap .securing-list li:first-child {
    margin-left: 14px;
  }
  .page-sap .securing-list li:nth-child(4) {
    margin-right: 14px;
  }
  .section_2 {
    background-size: cover;
  }
  .journey-item .ji-pic-text h3 {
    font-size: 30px;
  }
  .section_1.var-2 {
    min-height: 700px;
    background-size: contain;
    padding-bottom: 1px;
  }
  .brand-list.var-2 {
    margin-bottom: 0;
  }
}
@media (max-width: 1460px) {
  .disk-card-list {
    max-width: 876px;
  }
  .disk-card {
    width: 225px;
  }
}
@media only screen and (max-width: 1400px) {
  .values-list li {
    width: calc(33% - 20px);
    margin-bottom: 80px;
  }
  .head-cont {
    min-height: 700px;
    padding-bottom: 100px;
    justify-content: center;
  }
  .header {
    top: 20px;
  }
  .gen-title {
    font-size: 85px;
  }
  .title {
    font-size: 60px;
  }
  .purpose-list li {
    font-size: 30px;
  }
  .purpose-list li .pl-number {
    font-size: 80px;
  }
  .sights-slider {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sights-item {
    margin: 0 15px;
  }
  .sights-item .si-pic {
    margin-bottom: 20px;
  }
  .sights-item .si-date {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sights-item .si-name {
    font-size: 26px;
    height: 105px;
    margin-bottom: 20px;
  }
  .sights-item .si-more {
    font-size: 16px;
  }
  .footer-hashtag {
    font-size: 70px;
  }
  .gen-title_2 {
    font-size: 85px;
  }
  .job-flex .job-sidebar {
    width: 260px;
    margin-right: 40px;
  }
  .gen-title_small {
    font-size: 70px;
  }
  .awards-item {
    font-size: 18px;
  }
  .awards-item h3 {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .team-list {
    grid-template-columns: 1fr 1fr;
  }
  .cf-attach {
    align-items: flex-end;
    flex-direction: column;
  }
  .future-flex > div:first-child, .imagine-block > div:first-child {
    width: 100%;
    margin-bottom: 50px;
  }
  .future-flex > div:nth-child(2), .imagine-block > div:nth-child(2) {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  .remote-flex > div:first-child {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  .remote-flex > div:nth-child(2) {
    width: 100%;
    margin-top: 45px;
  }
  .care-block > div:first-child:not([class]), .care-block > div.care-pic-wr {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  .care-block > div:nth-child(2):not([class]), .care-block > div.care-content-wr {
    width: 100%;
    margin-top: 50px;
  }
  .care-block .care-list li {
    max-width: 100%;
  }
  .testimonials-list > li > div:first-child {
    width: 350px;
  }
  .customers-list > li {
    padding: 40px 30px;
  }
  .desc-36 {
    font-size: 28px;
  }
  .focused-flex > div:first-child {
    width: 100%;
    order: 2;
  }
  .focused-flex > div:nth-child(2) {
    width: 100%;
    max-width: 850px;
  }
  .vantage-list {
    margin: 80px 0 0 0;
  }
  .margin-200 {
    margin-bottom: 120px;
  }
  .securing-block {
    padding: 80px 0;
    margin-bottom: 40px;
  }
  .head-inner-block.var-2 {
    min-height: 1000px;
  }
  .page-project .world-block .title-text {
    margin-top: -40px;
    min-height: 10px;
    font-size: 30px;
  }
  .fc-check span {
    padding-left: 30px;
  }
  .excellence-list li {
    width: calc(33.33% - 10px);
  }
  .gi-slider-wrap {
    padding: 20px;
  }
  .gi-slider-text {
    font-size: 16px;
    line-height: 130%;
  }
  .gi-slider-text h3 {
    margin-bottom: 12px;
    font-size: 26px;
  }
  .gi-item {
    font-size: 24px;
  }
  .number-vacancies {
    margin-top: 100px;
  }
  .journey-item .ji-pic-text h3 {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  .fixed {
    padding: 0 2%;
  }
  .head-cont {
    min-height: 600px;
  }
  .gen-title {
    font-size: 75px;
  }
  .title {
    font-size: 50px;
  }
  .purpose-list li {
    font-size: 26px;
  }
  .purpose-list li .pl-number {
    font-size: 70px;
  }
  .footer-hashtag {
    font-size: 60px;
  }
  .footer-menu {
    margin-right: -20px;
    margin-left: -20px;
  }
  .footer-menu li {
    margin-left: 20px;
    margin-right: 20px;
  }
  .footer-menu li a {
    font-size: 30px;
  }
  .gen-title_2 {
    font-size: 75px;
  }
  .job-flex .job-sidebar {
    width: 220px;
    margin-right: 30px;
  }
  .jf-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .jf-title-wrap {
    margin-bottom: 15px;
  }
  .jf-city li {
    font-size: 18px;
    padding-left: 25px;
    margin: 8px 0;
  }
  .jf-city li:before, .jf-city li:after {
    top: 4px;
  }
  .jf-city-check {
    margin: 4px 0;
  }
  .jf-city-check span {
    font-size: 18px;
    padding-left: 25px;
  }
  .jf-city-check span:before, .jf-city-check span:after {
    top: 4px;
  }
  .jf-flex input {
    height: 40px;
    border-radius: 20px;
    font-size: 18px;
  }
  .jl-item {
    padding: 20px;
    font-size: 16px;
  }
  .jl-item .jl-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .jl-item .jl-info li {
    font-size: 18px;
  }
  .job-post-flex .jp-sidebar {
    width: 340px;
    margin-left: 30px;
  }
  .jp-contact {
    padding: 25px 20px;
    font-size: 20px;
  }
  .jp-contact .jp-name {
    font-size: 28px;
  }
  .jp-contact .jp-contact-list li {
    font-size: 18px;
  }
  .news-list {
    grid-column-gap: 40px;
  }
  .gen-title_small {
    font-size: 65px;
  }
  .win-flex > div:first-child {
    width: 100%;
  }
  .win-flex > div:nth-child(2) {
    width: 100%;
  }
  .customer-block > div:first-child {
    width: 100%;
  }
  .customer-block > div:nth-child(2) {
    width: 100%;
    margin-top: 50px;
  }
  .future-flex p span {
    font-size: 26px;
  }
  .title-small {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .perks-list {
    grid-column-gap: 40px;
    grid-row-gap: 70px;
  }
  .perks-list li {
    padding-left: 90px;
    font-size: 18px;
  }
  .perks-list li .perks-icon {
    width: 70px;
  }
  .perks-list li h3 {
    margin-bottom: 20px;
    font-size: 30px;
  }
  .ps-popup {
    padding: 50px 10px;
  }
  .ps-popup .close-popup {
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
  }
  .ps-popup .close-popup:before, .ps-popup .close-popup:after {
    margin: -12px 0 0 -2px;
    height: 22px;
  }
  .popup-scroll {
    max-height: calc(100vh - 120px);
  }
  .popup-info {
    margin: 40px 0;
  }
  .journey-block {
    display: block;
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
  }
  .journey-block > div {
    width: 100%;
    margin-top: 50px;
  }
  .journey-block > div:first-child {
    margin-top: 0;
  }
  .giving-block {
    display: block;
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 80px;
  }
  .giving-block > div {
    margin-top: 50px;
  }
  .giving-block > div:first-child {
    margin-top: 0;
    width: 100%;
  }
  .giving-block > div:nth-child(2) {
    width: 100%;
  }
  .giving-item .gi-big-pic {
    padding-top: 150%;
  }
  .giving-item {
    grid-template-columns: 1.2fr 1fr;
    grid-row-gap: 10px;
  }
  .head-flex {
    display: block;
  }
  .head-flex > div:first-child {
    width: auto;
    margin: 0 0 60px 0;
  }
  .head-flex > div:nth-child(2) {
    width: auto;
  }
  .precisely-text {
    font-size: 30px;
  }
  .map {
    min-height: 1000px;
  }
  .customers-list > li .cl-cont h1 {
    font-size: 30px;
  }
  .customers-list > li .cl-cont h2 {
    font-size: 26px;
  }
  .customers-list > li .cl-cont h3 {
    font-size: 22px;
  }
  .testimonials-list > li h1 {
    font-size: 30px;
  }
  .testimonials-list > li h2 {
    font-size: 26px;
  }
  .testimonials-list > li h3 {
    font-size: 22px;
  }
  .dop-menu > li {
    margin-right: 32px;
  }
  .journey-item .ji-pic-text h3 {
    font-size: 32px;
  }
  .customer-card-container {
    flex-direction: column;
    padding: 0 20px 20px;
  }
  .customer-card-person {
    max-width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .contact-section-bg-img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    clip-path: none;
  }
  .contact-section-bg-img img {
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .stripes-block-green {
    padding-top: 50px;
  }
  .stripes-block-green .customers-list {
    margin-bottom: 50px !important;
  }
  .embedded-section .care-block {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .head-cont {
    padding-top: 190px;
  }
  .nav-menu li a {
    font-size: 30px;
  }
  .social-block a {
    width: 67px;
    height: 67px;
    font-size: 28px;
  }
  .mobil-menu-flex .footer-link, .mobil-menu-flex .copyright {
    /*display: none;*/
  }
  .gen-title {
    font-size: 65px;
  }
  .title {
    font-size: 45px;
  }
  .brand-list {
    margin-right: -10px;
    margin-left: -10px;
    max-width: 1000px;
  }
  .brand-list li {
    width: calc(50% - 20px);
  }
  .footer-flex .footer-social a {
    width: 67px;
    height: 67px;
    font-size: 28px;
  }
  .footer-menu {
    margin-right: -15px;
    margin-left: -15px;
  }
  .footer-menu li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .footer-menu li a {
    font-size: 25px;
  }
  .gen-title_2 {
    font-size: 65px;
  }
  .sj-text-field {
    height: 60px;
    border-radius: 30px;
    padding: 0 75px 0 20px;
    font-size: 24px;
  }
  .sj-sub {
    right: 4px;
    top: 3px;
    width: 54px;
    height: 54px;
    font-size: 26px;
    padding: 4px 4px 4px 8px;
  }
  .job-flex {
    display: block;
  }
  .job-flex .job-sidebar {
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .job-flex .job-sidebar .job-filter-section {
    width: 31%;
  }
  .job-flex .job-sidebar .job-filter-section:last-child {
    width: 100%;
  }
  .jf-title-wrap .jf-control {
    display: block;
  }
  .jf-cont {
    display: none;
  }
  .head-inner-block {
    padding: 250px 0 100px 0 !important;
    min-height: 100vh;
  }
  .head-inner-block.var-7 {
    min-height: 80vh;
  }
  .job-data {
    margin: 40px 0 30px 0;
  }
  .job-data > li {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .job-data > li span {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .job-post-flex {
    padding-top: 0;
    display: block;
  }
  .job-post-flex .jp-sidebar {
    width: 100%;
    max-width: 400px;
    margin: 60px auto 0 auto;
  }
  .job-post-flex .jp-cont ul li {
    margin-bottom: 15px;
    padding-left: 25px;
  }
  .news-list {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .gen-title_small {
    font-size: 55px;
  }
  .time-post {
    font-size: 20px;
  }
  .author-post {
    font-size: 30px;
  }
  .team-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .tl-item .tl-text {
    font-size: 16px;
    line-height: 150%;
    padding: 15px 5px 15px 10px;
  }
  .tl-item .tl-text .tl-name {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .tl-item .tl-text .tl-position {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .js-slide-center {
    min-height: 10px;
    padding: 20px 0;
  }
  .gi-small-1 {
    min-height: 10px;
  }
  .awards-block {
    display: block;
  }
  .awards-block > div:first-child {
    width: 100%;
  }
  .awards-block > div:nth-child(2) {
    width: 100%;
    margin-top: 50px;
  }
  .awards-pic {
    padding-top: 41%;
  }
  .make-choice {
    margin-bottom: 80px;
    display: block;
  }
  .make-choice > div:nth-child(2) {
    max-width: 100%;
    margin: 40px 0 0 0;
  }
  .mc-list {
    margin: 0 -5px;
  }
  .mc-list li {
    margin: 0 5px;
  }
  .values-list li {
    width: calc(50% - 20px);
  }
  .perks-list {
    grid-template-columns: 1fr;
  }
  .testimonials-list > li {
    flex-direction: column;
  }
  .testimonials-list > li:nth-child(even) > div:first-child {
    order: 1;
    margin: 0 0 30px 0;
  }
  .testimonials-list > li:nth-child(even) > div:nth-child(2) {
    order: 2;
  }
  .testimonials-list > li > div:first-child {
    margin: 0 0 30px 0;
  }
  .testimonials-list > li > div:nth-child(2) {
    padding-top: 38px;
  }
  .testimonials-list > li > div:nth-child(2):before {
    width: 43px;
    height: 31px;
  }
  .contact-form .cf-label {
    font-size: 20px;
  }
  .cf-text-field {
    height: 54px;
    font-size: 20px;
  }
  .cf-attach label {
    font-size: 16px;
  }
  .excellence-list {
    margin-bottom: 100px;
  }
  .excellence-list li {
    width: calc(50% - 10px);
  }
  .customers-list > li {
    display: block;
  }
  .customers-list > li .cl-name {
    padding-top: 38px;
    width: auto;
    margin: 0 0 30px 0;
  }
  .customers-list > li .cl-name:before {
    width: 43px;
    height: 31px;
  }
  .popup-info li {
    font-size: 18px;
  }
  .desc-36 {
    font-size: 26px;
  }
  .head-inner-block.var-2 {
    min-height: 100vh;
  }
  .head-inner-block.var-3 {
    min-height: 60vh;
  }
  .page-project .world-block .title-text {
    font-size: 26px;
  }
  .number-vacancies {
    margin-top: 0;
    float: none;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .number-vacancies b {
    font-size: 100px;
  }
  .page-project .world-block {
    margin-top: 0;
  }
  .vantage-list li {
    width: 48%;
  }
  #site .stripes-block {
    background: none;
  }
  .precisely-text {
    font-size: 26px;
  }
  .job-post-flex .jp-cont .jp-cont-article h1 {
    font-size: 35px;
  }
  .job-post-flex .jp-cont .jp-cont-article h2 {
    font-size: 30px;
  }
  .job-post-flex .jp-cont .jp-cont-article h3 {
    font-size: 25px;
  }
  .map {
    min-height: 800px;
  }
  .post-insight h1 {
    font-size: 35px;
  }
  .post-insight h2 {
    font-size: 30px;
  }
  .post-insight h3 {
    font-size: 26px;
  }
  .post-insight h4 {
    font-size: 22px;
  }
  .section_2 {
    background-size: cover;
  }
  .dop-menu-block {
    justify-content: center;
    flex-direction: column;
  }
  .dop-menu {
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 40px;
  }
  .dop-menu > li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .cloud-about-section .fixed {
    flex-direction: column;
  }
  .cloud-about-section-thumbnail {
    width: 300px;
    max-width: 90%;
  }
  .hero-cloud.head-inner-block.var-2 {
    padding-top: min(max(210px + 70 * (100vw - 768px) / 1152, 210px), 280px) !important;
  }
  .consultant-card {
    flex-direction: column;
  }
  .consultant-card-thumbnail {
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
  }
  .consultant-card-thumbnail img {
    border-radius: 0;
  }
  .customer-card {
    flex-direction: column;
  }
  .customer-card-stats {
    width: 100%;
    margin-bottom: 35px;
  }
  .customer-card-container {
    width: 100%;
  }
  .fixed {
    padding: 0 15px;
  }
  .gen-title {
    font-size: 55px;
  }
  .head-cont {
    min-height: 100vh;
    padding: 120px 0 80px 0;
  }
  .scroll-next {
    display: block;
  }
  .mobil-menu-block {
    padding-top: 80px;
  }
  .title {
    font-size: 40px;
  }
  .brand-list {
    margin-right: 0;
    margin-left: 0;
  }
  .brand-list li {
    width: 100%;
  }
  .purpose-list li {
    width: 100%;
  }
  .journey-item {
    display: block;
  }
  .journey-item > div {
    margin-top: 30px;
  }
  .journey-item > div:first-child {
    margin-top: 0;
  }
  .ji-quote {
    margin-left: 0;
  }
  .section_3 {
    padding: 50px 0;
  }
  .footer-hashtag {
    font-size: 36px;
  }
  .footer-flex {
    justify-content: center;
    flex-direction: column;
  }
  .footer-block {
    padding: 80px 0 40px 0;
  }
  .footer-block .footer-logo {
    margin: 0 0 50px 0;
  }
  .footer-block .line {
    display: none;
  }
  .head-inner-block {
    padding: 120px 0 70px 0 !important;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
  }
  .gen-title_2 {
    font-size: 55px;
  }
  .search-job {
    margin-top: 40px;
  }
  .sj-text-field {
    height: 46px;
    border-radius: 23px;
    padding: 0 55px 0 15px;
    font-size: 16px;
  }
  .sj-sub {
    right: 2px;
    top: 2px;
    width: 42px;
    height: 42px;
    font-size: 20px;
    padding: 2px 2px 2px 4px;
  }
  .job-list {
    grid-template-columns: 1fr;
  }
  .jl-item {
    padding: 15px;
  }
  .jl-item .jl-title {
    font-size: 26px;
  }
  .nav-links .page-numbers, .nav-links .current, .nav-links .dots {
    min-width: 38px;
    height: 38px;
    font-size: 20px;
    line-height: 36px;
  }
  .nav-links .prev.page-numbers, .nav-links .next.page-numbers {
    font-size: 18px;
  }
  .head-inner-block .star-btn {
    margin-top: 0;
  }
  .job-data {
    margin-bottom: 20px;
  }
  .job-data > li {
    width: 100%;
    padding-right: 0;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .job-data > li span {
    margin-bottom: 4px;
    font-size: 16px;
  }
  .job-post-flex .jp-cont {
    font-size: 18px;
    line-height: 150%;
  }
  .job-post-flex .jp-cont .jp-cont-article h1 {
    margin: 50px 0 25px 0;
    font-size: 30px;
  }
  .job-post-flex .jp-cont .jp-cont-article h2 {
    margin: 50px 0 25px 0;
    font-size: 26px;
  }
  .job-post-flex .jp-cont .jp-cont-article h3 {
    margin: 50px 0 25px 0;
    font-size: 22px;
  }
  .job-post-flex .jp-cont .jp-cont-article p {
    margin-bottom: 12px;
  }
  .job-post-flex .jp-cont .jp-cont-article ul {
    margin: 25px 0 40px 0;
  }
  .job-post-flex .jp-cont .jp-cont-article ul li {
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .job-post-flex .jp-cont .jp-cont-article ul li:before {
    top: 10px;
  }
  .jp-contact {
    padding: 20px 15px;
    font-size: 18px;
  }
  .jp-contact .jp-name {
    font-size: 24px;
  }
  .jp-contact .jp-contact-list li {
    font-size: 16px;
  }
  .jp-contact .jp-contact-list li a span {
    margin-right: 6px;
    width: 18px;
  }
  .head-inner-block .desc-20 {
    margin: 40px 0 20px 0;
  }
  .desc-20 {
    font-size: 18px;
    line-height: 150%;
  }
  .gen-title_small {
    font-size: 40px;
  }
  .time-post {
    font-size: 18px;
  }
  .author-post {
    font-size: 26px;
  }
  .post-insight {
    line-height: 150%;
    font-size: 18px;
    margin-bottom: 100px;
  }
  .post-insight p {
    margin-bottom: 15px;
  }
  .post-insight h1 {
    margin: 50px 0 20px 0;
    font-size: 28px;
  }
  .post-insight h2 {
    margin: 50px 0 20px 0;
    font-size: 24px;
  }
  .post-insight h3 {
    margin: 50px 0 20px 0;
    font-size: 22px;
  }
  .post-insight h4 {
    margin: 35px 0 15px 0;
    font-size: 20px;
  }
  .team-list {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .customer-wrap {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .world-block {
    padding: 80px 0;
  }
  .giving-item {
    display: block;
  }
  .giving-item > div {
    margin-bottom: 40px;
  }
  .gi-item {
    min-height: 300px;
  }
  .gi-slider .slick-dots {
    bottom: 25px;
  }
  .gi-slider .slick-list {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .awards-item {
    padding: 20px 15px 50px 15px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .awards-item .awards-logo {
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .awards-slider .slick-dots {
    bottom: 20px;
  }
  .future-flex p span {
    font-size: 24px;
  }
  .title-small {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .future-flex, .imagine-block {
    font-size: 18px;
  }
  .future-flex p, .imagine-block p {
    margin-bottom: 12px;
  }
  .make-choice {
    margin-top: 0;
    font-size: 18px;
  }
  .future-video .fv-text {
    left: 15px;
    top: 12px;
    font-size: 20px;
  }
  .future-flex {
    margin-bottom: 0;
  }
  .sound-btn {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
  .remote-block {
    margin-bottom: 0;
  }
  .care-block {
    margin: 80px 0;
    font-size: 18px;
  }
  .care-block .care-list li {
    width: 100%;
  }
  .remote-flex {
    font-size: 18px;
  }
  .remote-flex p {
    margin-bottom: 12px;
  }
  .place-block {
    padding: 80px 0;
    background: none;
  }
  .values-list {
    margin-bottom: 50px;
  }
  .values-list li {
    margin: 0 0 50px 0;
    width: 100%;
  }
  .values-list li h3 {
    min-height: 10px;
    margin-bottom: 15px;
  }
  .perks-list li {
    padding-left: 70px;
  }
  .perks-list li .perks-icon {
    width: 55px;
  }
  .perks-list li h3 {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .perks-block {
    padding: 0;
    background: none;
    margin: 100px 0;
  }
  .perks-block.perks-block-work {
    margin-bottom: 30px;
  }
  .title-flex-block {
    margin-bottom: 50px;
    align-items: center;
    flex-direction: column;
  }
  .title-flex-block .title {
    margin-bottom: 30px;
    margin-right: 0;
    text-align: center;
  }
  .testimonials-list {
    margin-bottom: 80px;
  }
  .testimonials-list > li {
    padding: 20px 15px;
    font-size: 18px;
  }
  .testimonials-list > li > div:first-child {
    width: 100%;
    max-width: 350px;
  }
  .testimonials-list > li p {
    margin-top: 10px;
  }
  .testimonials-list > li h1 {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .testimonials-list > li h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .testimonials-list > li h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .testimonials-name span {
    font-size: 22px;
  }
  .openings-slider {
    margin: 80px -10px;
    padding-left: 0;
  }
  .openings-slider .slick-prev, .openings-slider .slick-next {
    width: 35px;
    height: 35px;
    top: auto;
    bottom: -50px;
  }
  .openings-slider .slick-prev:before, .openings-slider .slick-next:before {
    font-size: inherit;
  }
  .openings-slider .slick-prev {
    transform: translate(40%, 0);
    left: 50%;
  }
  .openings-slider .slick-next {
    bottom: -50px;
    transform: translate(-40%, 0);
    right: 50%;
    left: auto;
  }
  .contact-form {
    margin-top: 0;
  }
  .contact-form .cf-cell {
    width: 100%;
    margin-bottom: 35px;
  }
  .contact-form .cf-cell.var-2 {
    width: 100%;
  }
  .contact-form .cf-cell.cf-cell-sub {
    margin: 0;
    justify-content: center;
  }
  .cf-attach {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .cf-attach label {
    margin-right: 0;
  }
  .excellence-block {
    margin-top: 0;
  }
  .excellence-list {
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
  }
  .excellence-list li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .excellence-list li {
    font-size: 18px;
  }
  .customers-list {
    margin: 50px 0 80px 0;
  }
  .customers-list > li {
    padding: 20px 15px;
    font-size: 18px;
  }
  .customers-list > li .cl-cont {
    margin-top: 10px;
  }
  .customers-list > li .cl-cont h1 {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .customers-list > li .cl-cont h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .customers-list > li .cl-cont h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .logo-list {
    margin: 80px -20px 0 -20px;
  }
  .logo-list li {
    margin: 20px;
    /*max-width: calc(50% - 40px);*/
  }
  .ps-popup {
    padding: 30px 5px;
  }
  .ps-popup .close-popup {
    top: 5px;
    right: 5px;
  }
  .popup-scroll {
    max-height: calc(100vh - 80px);
    padding: 0 10px;
  }
  .popup-info {
    margin: 20px 0;
  }
  .popup-info li {
    width: 100%;
  }
  .popup-info li:nth-child(2) {
    border-top: 1px solid #808088;
  }
  .popup-info li .pi-icon {
    width: 50px;
    margin-right: 15px;
  }
  .desc-36 {
    font-size: 22px;
  }
  .form-connection .fc-cell {
    width: 100%;
    margin-bottom: 30px;
  }
  .form-connection .fc-cell.fc-cell-sub {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
  }
  .form-connection .fc-cell.fc-cell-sub .fc-check {
    width: 100%;
  }
  .form-connection .fc-cell.fc-cell-sub .btn {
    margin: 30px 0 0 0;
  }
  .help-address {
    left: 2%;
    bottom: 5%;
    width: 280px;
  }
  .ha-block {
    padding: 15px;
    font-size: 18px;
  }
  .ha-block .ha-country {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .ha-block h3 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .ha-block .ha-phone {
    font-size: 20px;
    margin-top: 6px;
  }
  .ha-block .ha-phone:before {
    margin-right: 5px;
  }
  .page-project .world-block .title-text {
    font-size: 22px;
  }
  .vantage-list li {
    width: 100%;
  }
  .precisely-text {
    font-size: 22px;
  }
  .cloud-logo {
    margin: 0 0 20px 0;
  }
  .job-post-flex .jp-sidebar .jl-item {
    margin-bottom: 40px;
  }
  .filter-news .btn.btn-inline {
    min-width: calc(50% - 28px);
    padding: 0 20px;
  }
  .win-block {
    background-size: auto;
    margin-bottom: 0;
  }
  .ps-popup {
    top: 0;
    transform: translate(-50%, 0);
  }
  .job-flex .job-sidebar .job-filter-section {
    width: 100%;
  }
  .journey-item .ji-pic-text {
    font-size: 22px;
  }
  .map {
    min-height: 600px;
  }
  .head-inner-block.head-inner-fon:before {
    background-image: url("../images/head-inner-fon-mob.png");
  }
  .dop-menu {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .dop-menu > li {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .section_1 {
    min-height: 10px;
  }
  .section_2:before, .section_2:after {
    display: none;
  }
  .rellax {
    transform: translateY(0) !important;
  }
  .gen-title .role_2 {
    text-align: left;
  }
  .section_1.var-2 {
    min-height: 10px;
    background-size: auto;
    padding-bottom: 30px;
  }
  .brand-list.var-2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-height: 640px) and (max-width: 768px) {
  .nav-menu {
    margin-bottom: 10px;
  }
  .nav-menu li a {
    font-size: 25px;
  }
  .nav-menu li ul li {
    margin-bottom: 10px;
  }
  .social-block {
    margin: 10px auto;
  }
  .social-block a {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }
  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 690px) {
  .cloud-logo {
    width: 258px;
    max-width: 100%;
  }
  .cloud-logo li {
    width: 35%;
    margin: 0 5px 20px;
  }
  .cloud-logo li img {
    width: 100%;
    height: auto;
    max-height: revert;
  }
  .head-cont-home-page.head-cont {
    text-align: center;
  }
  .head-cont-home-page.head-cont .gen-title .role_2 {
    text-align: center;
  }
}
@media (max-width: 450px) {
  .consultant-card {
    overflow: hidden;
  }
  .consultant-card-thumbnail {
    width: 100%;
    min-height: 360px;
  }
  .consultant-card-thumbnail img {
    border-top-left-radius: min(max(20px + 10 * (100vw - 768px) / 1152, 20px), 30px);
    border-top-right-radius: min(max(20px + 10 * (100vw - 768px) / 1152, 20px), 30px);
    top: -5px;
  }
  .consultant-card .btn {
    margin: 0 auto 10px;
  }
  .logo-page {
    margin-bottom: 70px;
  }
  .hero-cloud.head-inner-block.var-2 .number-vacancies {
    align-self: center;
  }
}
@media (max-width: 410px) {
  .hashtag {
    font-size: 22px;
  }
  .title-text {
    font-size: 15px;
  }
  .brand-list {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .purpose-list {
    margin-bottom: 0;
  }
  .purpose-list li {
    font-size: 22px;
  }
  .ji-quote {
    max-width: 100%;
    padding-top: 35px;
    font-size: 15px;
  }
  .ji-quote:before {
    width: 37px;
    height: 26px;
  }
  .ji-quote .ji-quote-text {
    min-height: auto;
    max-height: 3000px;
  }
  .ji-quote .ji-quote-text h3 span {
    font-size: 20px;
  }
  .journey-item .ji-pic-text {
    font-size: 26px;
  }
  .journey-item .ji-pic-text h3 {
    font-size: 30px;
  }
  .giving-item .gi-pic-text {
    font-size: 26px;
  }
  .giving-item .gi-pic-text h3 {
    font-size: 32px;
  }
  .sights-item .si-name {
    font-size: 22px;
    height: 90px;
  }
  .footer-hashtag span {
    display: block;
  }
  .footer-menu {
    flex-direction: column;
    margin: 50px 0;
  }
  .footer-menu li {
    margin: 10px 0;
  }
  .footer-link {
    margin-left: -18px;
    margin-right: -18px;
  }
  .footer-link a {
    font-size: 14px;
    margin-left: 18px;
    margin-right: 18px;
  }
  .copyright {
    font-size: 14px;
  }
}
@media (max-width: 370px) {
  .vacancy-form .input-wr input {
    max-width: calc(100% - 58px);
    font-size: 15px;
  }
}
.map-section {
  padding-top: min(max(60px + 90 * (100vw - 768px) / 1152, 60px), 150px);
}
.map-section .title {
  margin-bottom: min(max(80px + 170 * (100vw - 768px) / 1152, 80px), 250px);
  margin-bottom: min(max(80px + 170 * (100vw - 768px) / 1152, 80px), 250px);
}

#map {
  --mt: 29%;
  margin-top: calc(var(--mt) * -1);
  clip-path: inset(var(--mt) 0 0);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) var(--mt), rgb(0, 0, 0) 32%, rgb(0, 0, 0) 91.64%, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) var(--mt), rgb(0, 0, 0) 32%, rgb(0, 0, 0) 91.64%, rgba(0, 0, 0, 0));
}

.map-popover {
  position: absolute;
  z-index: 1;
  max-width: 376px;
  padding: 30px;
  border: 1px solid #808088;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  transition: all ease 250ms 250ms;
}

.map-popover.active,
.map-popover:hover {
  opacity: 1;
  visibility: visible;
}

.map-popover__country {
  margin-bottom: 14px;
  font-size: 22px;
}

.map-popover__city {
  margin-bottom: 24px;
  font-size: 34px;
}

.map-popover__descr * {
  margin-bottom: 20px;
  font-size: 16px;
}

.map-popover__address * {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 2;
}

.map-popover__phone {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  margin-bottom: 32px;
  font-size: 22px;
  text-decoration: none;
}

.map-popover__phone-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: var(--cl-primary);
  mask: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='phone-call'%3E%3Cpath id='phone-call_2' d='M21.765 16.4891C21.709 16.4451 17.657 13.5241 16.544 13.7331C16.013 13.8271 15.709 14.1891 15.1 14.9141C15 15.0311 14.766 15.3141 14.583 15.5141C14.198 15.3886 13.8223 15.2359 13.459 15.0571C11.5855 14.1444 10.0716 12.6306 9.159 10.7571C8.97926 10.3932 8.82586 10.0169 8.7 9.63106C8.9 9.44706 9.181 9.21206 9.3 9.11106C10.022 8.50506 10.384 8.20206 10.478 7.66906C10.671 6.56906 7.752 2.48606 7.721 2.44906C7.58861 2.26 7.41586 2.10271 7.21525 1.98856C7.01464 1.87442 6.79117 1.80628 6.561 1.78906C5.378 1.78906 2 6.17106 2 6.90906C2 6.95206 2.062 11.3091 7.438 16.7801C12.901 22.1501 17.26 22.2121 17.302 22.2121C18.041 22.2121 22.422 18.8341 22.422 17.6511C22.405 17.4216 22.3372 17.1988 22.2236 16.9987C22.11 16.7986 21.9533 16.6262 21.765 16.4941V16.4891Z' fill='%23FF0255'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.map-popover__phone-number {
  transition: all ease 250ms;
}

.map-popover__phone:hover {
  color: var(--cl-primary);
}

@media (max-width: 650px) {
  .map-popover__country {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .map-popover__city {
    margin-bottom: 14px;
    font-size: 24px;
  }
  .map-popover__descr * {
    margin-bottom: 10px;
  }
  .map-popover__address * {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .map-popover__phone {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .map-popover .btn {
    margin: 0;
  }
}

.fixed .jp-contact .jp-contact-list li a
{
   word-break: break-all !important;
}

/*23-09-2025*/
a.btn.cloud_btn {
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
a.btn.sap_btn
{
    display: flex;
    margin-right: auto;
    margin-left: auto;
}
.disk-card-list a {
    text-decoration: none;
}
/*23-09-2025*/

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