@font-face {
  font-family: 'Steppe';
  src: url('../fonts/Steppe/Steppe-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded/Unbounded-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded/Unbounded-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded/Unbounded-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@keyframes loading {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
html {
  min-height: 100%;
  position: relative;
}
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: 'Steppe', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: var(--black);
  margin: 0 0 291px;
  background-color: var(--fon);
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0 0 477px;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0 0 512px;
  }
}
@media screen and (max-width: 325px) {
  body {
    margin: 0 0 560px;
  }
}
body.error404 {
  margin: 0;
  min-height: calc(100vh - 200px);
  background-color: var(--fon404);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  body.error404 {
    overflow: hidden;
  }
}
body.hidden {
  overflow: hidden;
}
ol,
ul {
  list-style: none;
  padding: 0 0 0 13px;
  margin: 0 0 7px;
}
@media screen and (max-width: 767px) {
  ol,
  ul {
    padding: 0 0 0 10px;
  }
}
li {
  position: relative;
  padding-left: 15px;
}
li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50px;
  background-color: var(--text);
}
@media screen and (max-width: 767px) {
  li:before {
    top: 6px;
  }
}
a {
  text-decoration: none;
}
p {
  margin: 0 0 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.os-scrollbar-vertical {
  width: 4px;
  background: var(--border);
  border-radius: 100px;
  padding: 0;
}
.os-scrollbar-vertical .os-scrollbar-handle {
  background-color: var(--orange);
  border-radius: 100px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
    display: -webkit-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: auto;
  bottom: auto;
  gap: 24px;
  padding-bottom: 2px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid var(--orange);
  border-radius: 50px;
  background-color: transparent;
  transition: var(--transition);
  margin: 0;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background-color: var(--orange);
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--orange);
  position: relative;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
  border: 2px solid var(--orange);
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: var(--orange);
}
h1 {
  font-size: 64px;
  font-family: 'Unbounded', sans-serif;
  line-height: 1.2;
  margin: 0 0 24px;
  color: var(--black);
  font-weight: 300;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}
h2 {
  font-size: 40px;
  font-family: 'Unbounded', sans-serif;
  line-height: 1.2;
  margin: 0 0 24px;
  color: var(--black);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}
h4 {
  font-size: 24px;
  font-family: 'Unbounded', sans-serif;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--black);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 20px;
  font-family: 'Unbounded', sans-serif;
  line-height: 1.2;
  margin: 0 0 16px;
  color: var(--black);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}
.itb-header {
  position: fixed;
  top: 26px;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: top 0.3s ease;
}
.itb-header.fixed {
  top: 0;
}
.itb-header--second {
  top: 0;
  background-color: var(--white);
}
.itb-header--second .itb-header_inner {
  padding: 16px 0 15px;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  background-color: var(--white);
}
@media screen and (max-width: 1023px) {
  .itb-header--second .itb-header_inner {
    height: 49px;
  }
}
@media screen and (max-width: 767px) {
  .itb-header--second .itb-header_inner {
    height: 41px;
  }
}
.itb-base_container {
  box-sizing: border-box;
  position: relative;
  width: 1680px;
  max-width: 100%;
  padding-right: 64px;
  padding-left: 64px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .itb-base_container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .itb-base_container {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .itb-base_container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.itb-header_logo img {
  display: block;
}
@media screen and (max-width: 1023px) {
  .itb-header_logo {
    max-width: 93px;
  }
  .itb-header_logo img {
    width: 100%;
  }
}
.itb-header_search {
  position: relative;
  padding-right: 10px;
}
.itb-header_search input {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #F2ECFF;
  max-width: 180px;
}
.itb-header_searchLogo {
  cursor: pointer;
}
.itb-header_searchLogo img {
  display: block;
}
.itb-header_inner {
  display: flex;
    display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 32px 11px;
  border-radius: 100px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  background-color: var(--white50p);
}
@media screen and (max-width: 767px) {
  .itb-header_inner  {
    padding: 16px 32px;
  }
}
/*.itb-header_menu {*/
/*  padding-left: 146px;*/
/*}*/
@media screen and (max-width: 1919px) {
  .itb-header_menu {
    padding-left: 16px;
  }
}
@media screen and (max-width: 1179px) {
  .itb-header_menu {
    display: none;
  }
}
.itb-header_menu ul {
  display: flex;
    display: -webkit-flex;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.itb-header_burgerMenu ul {
  padding: 0;
  margin: 0;
}
.itb-header_menu ul li:before,
.itb-header_burgerMenu ul li:before {
  content: none;
}
.itb-header_menu ul li {
  padding: 12px 16px;
}
.itb-header_burgerMenu ul li {
  padding: 12px 0;
  margin-bottom: 16px;
}
.itb-header_burgerMenu ul li:last-child {
  margin-bottom: 0;
}
.itb-header_menu ul li a,
.itb-header_burgerMenu ul li a {
  transition: all 0.3s ease;
  color: var(--violetDark);
}
.itb-header_menu ul li a.active,
.itb-header_menu ul li a:hover,
.itb-header_burgerMenu ul li a:hover,
.itb-header_burgerMenu ul li a.active {
  background-image: linear-gradient(225deg, var(--orange) 0%, var(--purple) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.itb-header_burger {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1179px) {
  .itb-header_burger {
    display: block;
  }
}
.itb-header_burger.active {
  width: 20px;
  height: 14px;
  background-image: url("../images/close.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.itb-header_burger.active svg {
  display: none;
}
.itb-header_burgerMenu {
  bottom: 0;
  box-sizing: border-box;
  position: fixed;
  right: 0;
  top: 130px;
  transform: translateY(100%);
  transition: .4s ease-in-out;
  width: 100%;
  z-index: 9;
  background-color: var(--fon);
  padding: 24px;
}
.itb-header--second .itb-header_burgerMenu {
  top: 75px;
}
.itb-header.active {
  top: 0;
  background-color: var(--white);
}
.itb-header.active .itb-header_inner {
  padding: 16px 0;
}
.itb-header_burgerMenu.active {
  display: flex;
    display: -webkit-flex;
  flex-direction: column;
  gap: 50px;
  justify-content: space-between;
  transform: translateY(0);
  top: 72px;
  padding: 50px 25px;
}
@media screen and (max-width: 1023px) {
  .itb-header_burgerMenu.active {
    padding: 50px 24px;
  }
}
@media screen and (max-width: 767px) {
  .itb-header_burgerMenu.active {
    right: 0;
    width: 100%;
    padding: 50px 16px;
  }
}
.itb-header_burgerContactsItem {
  margin-bottom: 16px;
  color: var(--footerText);
  padding-left: 40px;
  position: relative;
}
.itb-header_burgerContactsItem:last-child {
  margin-bottom: 0;
}
.itb-header_burgerContactsItem a{
  color: var(--footerText);
}
.itb-header_burgerContactsItem:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.itb-header_burgerContactsItem--phone:before {
  background-image: url("../images/phone.svg");
}
.itb-header_burgerContactsItem--mail:before {
  background-image: url("../images/mail.svg");
}
.itb-header_burgerContactsItem--address:before {
  background-image: url("../images/address.svg");
}
main {
  overflow: hidden;
}
.itb-second {
  padding: 98px 0 76px;
}
@media screen and (max-width: 767px) {
  .itb-second {
    padding: 98px 0 60px;
  }
}
.itb-second--white .itb-second_inner  {
  background-color: var(--white);
  border-radius: 24px;
  border: 1px solid var(--border);
  padding: 32px;
}
@media screen and (max-width: 767px) {
  .itb-second--white .itb-second_inner {
    padding: 24px 16px;
  }
}
.itb-second--404 {
  display: flex;
    display: -webkit-flex;
  align-items: center;
  height: 100vh;
  text-align: center;
  box-sizing: border-box;
  padding: 82px 0 0;
}
@media screen and (max-width: 767px) {
  .itb-second--404 {
    padding-top: 0;
    height: calc(100vh - 72px);
  }
}
.itb-second--404 .itb-base_container {
  height: 100%;
}
.itb-second--404 img {
  max-width: 1062px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.itb-second h1 {
  font-size: 40px;
  font-weight: 400;
  color: var(--title);
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .itb-second h1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .itb-second h1 {
    font-size: 32px;
  }
}
.itb-second_content {
  max-width: 1028px;
  width: 100%;
  margin: 0 auto;
}
.itb-second_content h1 {
  font-size: 32px;
  margin-bottom: 6px;
}
@media screen and (max-width: 1023px) {
  .itb-second_content h1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .itb-second_content h1 {
    font-size: 20px;
    line-height: 1.4;
  }
}
.itb-base_breadcrumbs a,
.itb-base_breadcrumbs span {
  font-size: 12px;
  color: var(--text);
}
.itb-base_breadcrumbsBack {
  display: none;
  padding-left: 8px;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.itb-base_breadcrumbsBack span {
  color: var(--orange);
  font-size: 18px;
}
.itb-base_breadcrumbs {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .itb-base_breadcrumbs {
    margin-bottom: 12px;
  }
}
.itb-base_breadcrumbsWrap {
  display: flex;
    display: -webkit-flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .itb-base_breadcrumbsBack {
    display: inline-flex;
  }
  .itb-base_breadcrumbsWrap {
    display: none;
  }
}
.itb-banner_desc {
  font-size: 32px;
  margin-bottom: 35px;
}
.itb-base_btn {
  font-family: 'Steppe', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  border-radius: 40px;
  padding: 11px 24px 12px;
  text-align: center;
  box-sizing: border-box;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  position: relative;
}
.itb-base_btn--white {
  color: var(--orange);
  background-color: var(--white);
}
.itb-base_btn--white:hover,
.itb-base_btn--whiter:focus {
  color: var(--orangeH);
}
.itb-base_btn--whiteBorder {
  color: var(--orange);
  background-color: var(--white);
  border: 1px solid var(--orange);
}
.itb-base_btn--whiteBorder:hover {
  background-color: var(--orange);
  color: var(--white);
}
.itb-base_btn--whiteBorder:focus {
  outline: 4px solid var(--focus);
  color: var(--orangeH);
  background-color: var(--white);
  border-color: var(--focus);
}
.itb-base_btn--whiteBorder.loading {
  color: var(--white);
  pointer-events: none;
}
.itb-base_btn--whiteBorder.loading:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  border-top: 2px solid var(--black10p);
  border-left: 2px solid var(--orange);
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  animation: loading 1.1s infinite linear;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  z-index: 10000;
}
.itb-base_btn--orange {
  color: var(--white);
  background-color: var(--orange);
  max-width: 202px;
  width: 100%;
}
.itb-base_btn--orange:hover {
  background-color: var(--orangeH);
}
.itb-base_btn--orange:focus {
  outline: 4px solid var(--focus);
}
.itb-base_btn--orange-gradient {
  color: var(--white);
  background: linear-gradient(225deg, #FF8641 0%, rgba(213, 42, 232, 0.5) 100%);
  transition: all 0.3s ease;
  max-width: 202px;
  width: 100%;
  border: 1px solid transparent;
}
.itb-base_btn--orange-gradient:hover {
  background: none;
  box-shadow: 0 3px 7px 0 var(--black05p), 0 13px 13px 0 var(--black04p), 0 30px 18px 0 var(--black03p), 0 53px 21px 0 var(--black01p), 0 83px 23px 0 var(--black0p);
  border: 1px solid #fa8963;
  color: var(--text);
}
.itb-base_btn--orange-gradient:focus {
  outline: 4px solid var(--focus);
  background: none;
  color: var(--orange);
  border: 1px solid var(--orange);
}
.itb-base_btn--more:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
.itb-base_btn--more {
  transition: all 0.3s ease;
  box-shadow: 0 3px 7px 0 var(--black05p), 0 13px 13px 0 var(--black04p), 0 30px 18px 0 var(--black03p), 0 53px 21px 0 var(--black01p), 0 83px 23px 0 var(--black0p);
  border: 1px solid #fa8963;
  color: var(--text);
}
.itb-base_btn--transparent {
  color: var(--orange);
  border: 1px solid var(--orange);
}
.itb-base_load {
  text-align: center;
}
.itb-banner img {
  width: 100%;
}
.itb-banner {
  padding-top: 261px;
  padding-bottom: 256px;
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-color: var(--violetLight);
  background-position: 45% 0;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 1539px) {
  .itb-banner {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .itb-banner {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}
.itb-banner h1 {
  text-transform: uppercase;
  max-width: 840px;
}
.itb-banner_desc {
  max-width: 445px;
  margin-bottom: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1023px) {
  .itb-banner_desc {
    font-size: 20px;
    max-width: 360px;
    line-height: 1.4;
  }
}
.itb-info_wrap {
  display: flex;
    display: -webkit-flex;
  gap: 20px;
  margin-top: -141px;
}
@media screen and (max-width: 1023px) {
  .itb-info_wrap {
    margin-top: -94px;
  }
}
@media screen and (max-width: 1023px) {
  .itb-info_wrap {
    flex-direction: column;
    align-items: center;
  }
}
.itb-info_item {
  display: flex;
    display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  box-sizing: border-box;
  background: var(--white10p);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: -20px 20px 20px 0 var(--white10p) inset, 20px -20px 20px 0 var(--grayDark) inset;
  backdrop-filter: blur(72px);
  -webkit-backdrop-filter: blur(72px);
  padding: 32px;
}
@media screen and (max-width: 1919px) {
  .itb-info_item {
    padding: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .itb-info_item {
    width: 100%;
    max-width: 472px;
    padding: 24px;
    text-align: center;
  }
}
.itb-info_item hr {
  height: 3px;
  border: none;
  margin: 7px 0 24px;
  background: linear-gradient(90deg, var(--violet) 0%, var(--purple) 50%, var(--blackLight) 100%);
}
@media screen and (max-width: 1919px) {
  .itb-info_item hr {
    margin: 13px 0 22px;
  }
}
.itb-info_itemTitle {
  font-size: 32px;
  font-weight: 900;
  font-family: 'Unbounded', sans-serif;
  color: var(--violetDark);
}
@media screen and (max-width: 1919px) {
  .itb-info_itemTitle {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1023px) {
  .itb-info_itemTitle {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .itb-info_itemTitle {
    text-align: center;
  }
}
.itb-info_itemTitle span {
  font-size: 71px;
}
@media screen and (max-width: 1919px) {
  .itb-info_itemTitle span {
    font-size: 48px;
  }
}
.itb-info_itemDesc {
  display: flex;
    display: -webkit-flex;
  align-items: flex-end;
  font-size: 24px;
  color: var(--gray);
  line-height: 1.3;
}
@media screen and (max-width: 1919px) {
  .itb-info_itemDesc {
    font-size: 16px;
    line-height: 1.5;
  }
}
.itb-directions {
  padding: 124px 0;
}
@media screen and (max-width: 1023px) {
  .itb-directions {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  .itb-directions {
    padding: 60px 0;
  }
}
.itb-directions_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .itb-directions_wrap {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
}
.itb-directions_itemInner {
  display: flex;
    display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .itb-directions_itemInner {
    padding: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .itb-directions_itemInner {
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
  }
}
.itb-directions_itemBlock {
  background-image: url("../images/directions.jpg");
  background-repeat: no-repeat;
  border-radius: 32px;
  overflow: hidden;
  height: 100%;
  background-size: 4096px;
  transition: background-size 1.2s ease, background-position 1.2s ease-in-out;
  box-shadow: 0 2px 12px 5px var(--black05p),  0 0 0 10px var(--fon);
}
.itb-directions_itemBlock.animation-size {
  background-size: 2660px;
}
@media screen and (max-width: 1023px) {
  .itb-directions_itemBlock.animation-size {
    background-size: 2300px;
  }
}
.itb-directions_itemBlock--detail {
  display: none;
  z-index: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
/*.itb-directions_item:hover .itb-directions_itemBlock--detail {*/
/*  transform: rotateY(0deg);*/
/*  z-index: 2;*/
/*  opacity: 1;*/
/*}*/
/*.itb-directions_item:hover .itb-directions_itemBlock--preview {*/
/*  transform: rotateY(180deg);*/
/*  z-index: -1;*/
/*}*/
@media screen and (max-width: 1919px) {
  .itb-directions_item:hover .itb-directions_itemBlock--preview {
    backface-visibility: hidden;
    transition: transform .7s cubic-bezier(.2,.85,.4,1.275);
    z-index: 2;
    transform: none;
    cursor: default;
  }
  .itb-directions_itemBlock--detail {
    transform: none;
    transition: none;
  }
  .itb-directions_item:hover .itb-directions_itemBlock--detail {
    z-index: 0;
    opacity: 0;
    backface-visibility: hidden;
    transform: none;
  }
}
.itb-directions_item--system {
  grid-column: 2;
  grid-row: 2;
}
.itb-directions_item--system .itb-directions_itemBlock {
  background-position: 15% 75%;
}
.itb-directions_item--system .itb-directions_itemBlock.animation-position {
  background-position: 46% 100%;
}
@media screen and (max-width: 1023px) {
  .itb-directions_item--system .itb-directions_itemBlock.animation-position {
    background-position: 46% 100%;
  }
}
.itb-directions_item--system .itb-directions_itemInner {
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  min-height: 450px;
  background: var(--directionsFon);
}
@media screen and (max-width: 1023px) {
  .itb-directions_item--system .itb-directions_itemInner {
    min-height: 348px;
  }
}
@media screen and (max-width: 1023px) {
  .itb-directions_item--system .itb-directions_itemInner {
    min-height: 250px;
  }
}
.itb-directions_item--center {
  grid-column: 3 ;
  grid-row: 1 / span 2;
}
.itb-directions_item--center .itb-directions_itemBlock {
  background-position: 32% 13%;
  background-size: cover;
}
.itb-directions_item--center .itb-directions_itemBlock.animation-position {
  background-position: 71% 0;
}
@media screen and (max-width: 1023px) {
  .itb-directions_item--center .itb-directions_itemBlock.animation-position  {
    background-position: 72% 0;
  }
}
.itb-directions_item--center .itb-directions_itemInner {
  min-height: 706px;
}
@media screen and (max-width: 1023px) {
  .itb-directions_item--center .itb-directions_itemInner {
    min-height: 526px;
  }
}
@media screen and (max-width: 1023px) {
  .itb-directions_item--center .itb-directions_itemInner {
    min-height: 250px;
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
  }
}
.itb-directions_item--safety {
  grid-column: 1 / span 2;
  background-position: 0 0;
}
.itb-directions_item--safety .itb-directions_itemBlock {
  background-position: 0 0;
}
.itb-directions_item--safety .itb-directions_itemBlock.animation-position {
  background-position: 29% 0;
}
@media screen and (max-width: 1023px) {
  .itb-directions_item--safety .itb-directions_itemBlock.animation-position  {
    background-position: 30% 7%;
  }
}
.itb-directions_item--safety .itb-directions_itemInner {
  backdrop-filter: blur(60px);
  -webkit-backdrop-filter: blur(60px);
  min-height: 236px;
  background: var(--directionsFon);
}
@media screen and (max-width: 1023px) {
  .itb-directions_item--safety .itb-directions_itemInner {
    min-height: 200px;
  }
}
/*.itb-directions_item:hover .itb-directions_itemInner {*/
/*  backdrop-filter: blur(60px);*/
/*  -webkit-backdrop-filter: blur(60px);*/
/*}*/
/*.itb-directions_item--system:hover .itb-directions_itemInner,*/
/*.itb-directions_item--safety:hover .itb-directions_itemInner {*/
/*  backdrop-filter: blur(0);*/
/*  -webkit-backdrop-filter: blur(0);*/
/*}*/
/*@media screen and (max-width: 1919px) {*/
/*  .itb-directions_item:hover .itb-directions_itemInner {*/
/*    backdrop-filter: blur(0);*/
/*    -webkit-backdrop-filter: blur(0);*/
/*  }*/
/*  .itb-directions_item--system:hover .itb-directions_itemInner,*/
/*  .itb-directions_item--safety:hover .itb-directions_itemInner {*/
/*    backdrop-filter: blur(60px);*/
/*    -webkit-backdrop-filter: blur(60px);*/
/*  }*/
/*}*/
.itb-directions_item--intelligence {
  grid-column: 1;
  grid-row: 2;
}
.itb-directions_item--intelligence .itb-directions_itemBlock {
  background-position: -20px -260px;
}
@media screen and (max-width: 1023px) {
  .itb-directions_item--intelligence .itb-directions_itemBlock {
    background-position: 0 80%;
  }
}
@media screen and (max-width: 1023px) {
  .itb-directions_item--intelligence .itb-directions_itemInner {
    min-height: 250px;
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
  }
}
.itb-directions_item--intelligence .itb-directions_itemBlock.animation-position {
  background-position: 22% 100%;
}
@media screen and (max-width: 1023px) {
  .itb-directions_item--intelligence .itb-directions_itemBlock.animation-position {
    background-position: 24% 80%;
  }
}
.itb-directions_itemTitle {
  font-family: 'Unbounded', sans-serif;
  font-size: 30px;
  margin-bottom: 11px;
  line-height: 1.2;
  color: var(--black);
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .itb-directions_itemTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .itb-directions_itemTitle {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 13px;
  }
}
.itb-directions_itemDesc {
  color: var(--grayBlack);
}
@media screen and (max-width: 1023px) {
  .itb-directions_itemDesc {
    font-size: 14px;
  }
}
.itb-directions_itemBlock--detail ul {
  font-size: 16px;
  list-style-type: disc;
  padding-left: 15px;
  margin: 0;
}
.itb-directions_itemBlock--detail li:before {
  content: none;
}
.itb-directions_itemBlock--detail li {
  font-size: 16px;
  padding: 0;
}
/*.itb-directions_item:hover .itb-directions_itemDetail {*/
/*  display: block;*/
/*}*/
/*@media screen and (max-width: 1919px) {*/
/*  .itb-directions_item:hover .itb-directions_itemDetail {*/
/*    display: none;*/
/*  }*/
/*}*/
/*.itb-directions_item:hover .itb-directions_itemDesc {*/
/*  display: none;*/
/*}*/
/*@media screen and (max-width: 1919px) {*/
/*  .itb-directions_item:hover .itb-directions_itemDesc  {*/
/*    display: block;*/
/*  }*/
/*}*/
.itb-base_blue {
  background-color: var(--blueDark);
  padding: 124px 0 120px;
}
@media screen and (max-width: 1023px) {
  .itb-base_blue {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  .itb-base_blue {
    padding: 60px 0;
  }
}
/*@media screen and (max-width: 1919px) {*/
/*  .itb-base_blue {*/
/*    padding: 63px 0 60px;*/
/*  }*/
/*}*/
.itb-base_blue h2 {
  color: var(--white);
}
.itb-base_blue h4 {
  color: var(--white);
}
.itb-projects {
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .itb-projects {
    margin-bottom: 83px;
  }
}
@media screen and (max-width: 1023px) {
  .itb-projects {
    margin-bottom: 50px;
  }
}
.itb-projects h4 {
  line-height: 1.3;
}
.itb-projects_wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 16px;
}
.itb-projects_item {
  display: flex;
    display: -webkit-flex;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .itb-projects_item{
    flex-direction: column;
    gap: 15px;
  }
}
.itb-projects_itemImg img {
  width: 100%;
  border-radius: 27px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .itb-projects_itemImg {
    height: 600px;
  }
  .itb-projects_itemImg img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 1023px) {
  .itb-projects_itemImg {
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .itb-projects_itemImg {
    display: none;
  }
}
.itb-projects_itemInfo {
  flex: 0 0 760px;
  max-height: 530px;
  overflow: hidden;
  padding-right: 36px;
  position: relative;
}
@media screen and (max-width: 1919px) {
  .itb-projects_itemInfo {
    flex: 0 0 646px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .itb-projects_itemInfo {
    flex: 0 0 478px;
  }
}
@media screen and (max-width: 1023px) {
  .itb-projects_itemInfo {
    flex: 0 0 478px;
  }
}
.itb-projects_itemInfoBlock {
  margin-bottom: 70px;
  color: var(--grayLight);
}
.itb-projects_itemInfoBlock:last-child {
  margin-bottom: 0;
}
.itb-projects_itemInfoBlock p {
  margin-bottom: 12px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .itb-projects_itemInfoBlock {
    font-size: 16px;
  }
  .itb-projects_itemInfoBlock p {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1023px) {
  .itb-projects_itemInfoBlock p {
    line-height: 1.4;
  }
}
@media screen and (max-width: 1023px) {
  .itb-projects_itemInfoBlock {
    font-size: 14px;
  }
}
.itb-projects_itemInfoBlock p:last-child {
  margin-bottom: 0;
}
.itb-base_nav {
  display: flex;
    display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  gap: 39px;
  position: absolute;
  top: -45px;
  right: 2px;
}
@media screen and (max-width: 1023px) {
  .itb-base_nav {
    gap: 38px;
    top: -38px;
    right: 4px;
  }
}
.itb-base_nav--dark {
  gap: 59px;
  top: -55px;
  right: 0;
}
.itb-base_nav--dark .itb-base_navArrow {
  width: 46px;
  height: 48px;
}
.itb-base_navArrow {
  position: static;
  width: 42px;
  height: 31px;
}
.itb-base_navArrow:after {
  content: "";
  width: 42px;
  height: 31px;
  background-repeat: no-repeat;
}
.itb-base_nav--dark .itb-base_navArrow:after {
  width: 46px;
  height: 48px;
}
.itb-base_nav--dark .itb-base_navArrow.swiper-button-prev:after {
  background-image: url("../images/arrow-dark-left.svg");
}
.itb-base_nav--dark .itb-base_navArrow.swiper-button-next:after {
  background-image: url("../images/arrow-dark-right.svg");
}
.itb-base_navArrow.swiper-button-prev:after {
  background-image: url("../images/arrow-left.svg");
}
.itb-base_navArrow.swiper-button-next:after {
  background-image: url("../images/arrow-right.svg");
}
.itb-stack .swiper-wrapper,
.itb-clients .swiper-wrapper {
  align-items: center;
}
.itb-clients_wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  width: 100%;
  overflow: hidden;
}
.itb-clients_item {
  width: auto;
}
@media screen and (max-width: 1023px) {
  .itb-clients_item {
    max-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .itb-clients_item {
    max-width: 130px;
  }
}
.itb-clients_item {
  width: auto;
}
.itb-stack .itb-clients_item {
  width: 137px !important;
  max-width: 100%;
}
.itb-stack .itb-clients_item--h {
  width: 180px !important;
  max-width: 100%;
}
.itb-clients_itemImg {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
  height: 137px;
}
@media screen and (max-width: 1920px) {
  .itb-clients_itemImg {
    max-width: 200px;
  }
}
.itb-clients_itemImg:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.itb-clients_itemImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.itb-services {
  padding: 124px 0 120px;
}
@media screen and (max-width: 1023px) {
  .itb-services {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) {
  .itb-services {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .itb-services h4 {
    font-size: 24px;
    line-height: 1.3;
  }
}
.itb-services_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .itb-services_wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1023px) {
  .itb-services_wrap {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.itb-services_item {
  display: flex;
  display: -webkit-flex;
  min-width: 0;
  max-width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(258.81deg, var(--white) 0%, var(--white) 84%, var(--white) 100%);
  border: 1px solid var(--border);
  height: 288px;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .itb-services_item {
    height: 230px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .itb-services_item {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .itb-services_item {
    height: 288px;
  }
}
.itb-services_item:hover {
  background: var(--servicesFon);
  box-shadow: 0 3px 7px 0 var(--black05p), 0 13px 13px 0 var(--black04p), 0 30px 18px 0 var(--black03p), 0 53px 21px 0 var(--black01p), 0 83px 23px 0 var(--black0p);
}
.itb-services_item:hover .itb-services_itemImg {
  box-shadow: 0 1px 2px 0 var(--black10p), 0 3px 3px 0 var(--black09p), 0 8px 5px 0 var(--black05p), 0 14px 5px 0 var(--black01p), 0 21px 6px 0 var(--black0p);
}
.itb-services_item h4 {
  color: var(--violetDark);
  margin: 0 0 17px;
}
.itb-services_item p {
  color: var(--text);
  margin-bottom: 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .itb-services_item p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.itb-services_itemImg {
  display: flex;
    display: -webkit-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease;
}
.itb-services_item--education .itb-services_itemImg {
  background: linear-gradient(225deg, var(--orange) 0%, #FFEADE 100%);
}
.itb-services_item--app .itb-services_itemImg {
  background: linear-gradient(225deg, var(--orange) 0%, var(--purple) 100%);
}
.itb-services_item--analytics .itb-services_itemImg {
  background: linear-gradient(225deg, #D52AE8 0%, rgba(112, 33, 204, 0.5) 100%);
}
.itb-services_item--tools .itb-services_itemImg {
  background: linear-gradient(90deg, #0052D4 0%, #4364F7 50%, #6FB1FC 100%);
}
.itb-services_item--ai .itb-services_itemImg {
  background: linear-gradient(90deg, #EC008C 0%, #FC6767 100%);
}
.itb-services_item--more .itb-services_itemImg {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 2px 0 var(--black10p), 0 3px 3px 0 var(--black09p), 0 8px 5px 0 var(--black05p), 0 14px 5px 0 var(--black01p), 0 21px 6px 0 var(--black0p);
  border-color: var(--border);
  transition: all 0.3s ease;
}
.itb-services_item--more .itb-services_itemTitle {
  transition: all 0.3s ease;
}
.itb-services_item--more .itb-services_itemImg svg path {
  stroke: #434052;
  transition: stroke 0.3s ease;
}
.itb-services_item--more {
  background: linear-gradient(225deg, #FF8641 0%, rgba(213, 42, 232, 0.5) 100%);
  transition: all 0.3s ease;
  padding: 0;
  height: 336px;
}
@media screen and (max-width: 1023px) {
  .itb-services_item--more {
    height: 336px;
  }
}
@media screen and (max-width: 1023px) {
  .itb-services_item--more {
    height: 278px;
  }
}
@media screen and (max-width: 767px) {
  .itb-services_item--more {
    height: 336px;
  }
}
.itb-services_item--more .itb-services_itemInner {
  display: flex;
    display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 24px;
}
.itb-services_item--more:hover {
  background: linear-gradient(rgba(249, 249, 249, 1), rgba(249, 249, 249, 1)), linear-gradient(225deg, #FF8641 0%, rgba(213, 42, 232, 0.5) 100%);
  background-origin: border-box;
  -webkit-background-clip: content-box, border-box;
  -moz-background-clip: content-box, border-box;
  border: 1px solid transparent;
}
.itb-services_item--more:hover .itb-services_itemImg svg path {
  stroke: var(--white);
}
.itb-services_item--more:hover .itb-services_itemImg {
  background: linear-gradient(225deg, #FF8641 0%, rgba(213, 42, 232, 0.5) 100%);
}
.itb-services_item--more:hover .itb-services_itemTitle {
  background: linear-gradient(225deg, #FF8641 0%, rgba(213, 42, 232, 0.5) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
.itb-services_itemLink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.itb-services_itemTitle {
  color: var(--white);
  font-size: 24px;
  font-family: 'Unbounded', sans-serif;
  line-height: 1.2;
}
.itb-implemented {
  margin-bottom: 174px;
}
@media screen and (max-width: 1023px) {
  .itb-implemented {
    margin-bottom: 90px;
  }
}
.itb-implemented_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.itb-implemented_item {
  max-width: 294px;
}
@media screen and (max-width: 1023px) {
  .itb-implemented_item {
    max-width: 286px;
  }
}
.itb-implemented_itemVideo {
  margin-bottom: 24px;
  border-radius: 24px;
  border: 1px solid var(--border);
  overflow: hidden;
  height: 320px;
}
@media screen and (max-width: 1023px) {
  .itb-implemented_itemVideo {
    height: 245px;
  }
}
.itb-implemented_itemVideo video {
  width: 100%;
  height: 100%;
  display: block;
  background-color: var(--white);
}
.itb-implemented_itemTitle {
  font-size: 24px;
  line-height: 1.3;
  color: var(--white);
  font-family: 'Unbounded', sans-serif;
}
@media screen and (max-width: 1023px) {
  .itb-implemented_itemTitle {
    font-size: 20px;
    line-height: 1.4;
  }
}
.itb-stack .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.itb-stack_wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
.itb-releases {
  padding: 124px 0 120px;
  overflow: hidden;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .itb-releases {
    padding: 90px 0 120px;
  }
}
@media screen and (max-width: 1023px) {
  .itb-releases {
    padding: 60px 0 120px;
  }
}
.itb-releases_wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .itb-releases .swiper-wrapper {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 767px) {
  .itb-releases_wrap {
    margin-bottom: 23px;
  }
}
.itb-releases_item {
  max-width: 635px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--border);
  background-color: var(--white);
  padding: 32px;
  border-radius: 27px;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .itb-releases_item {
    padding: 24px;
  }
}
.itb-releases_itemInner {
  display: flex;
    display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.itb-releases_item .itb-base_btn {
  max-width: 250px;
  width: 100%;
}
.itb-releases_itemDate {
  color: var(--text);
  margin-bottom: 6px;
}
.itb-releases_itemTitle {
  color: var(--violetDark);
  font-size: 24px;
  font-family: 'Unbounded', sans-serif;
  margin-bottom: 4px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.itb-releases_itemDesc {
  color: var(--text);
  margin-bottom: 32px;
  line-height: 1.2;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .itb-releases_itemDesc {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .itb-releases_itemDesc {
    margin-bottom: 45px;
  }
}
.itb-releases_btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .itb-releases_btn {
    max-width: 343px;
    width: 100%;
    margin: 0 auto;
  }
  .itb-releases_btn a {
    width: 100%;
    box-sizing: border-box;
  }
  .itb-releases_btn .itb-base_btn--orange {
    max-width: 247px;
  }
}
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.itb-footer {
  padding: 59px 0 57px;
  background-color: var(--blueDark);
}
@media screen and (max-width: 767px) {
  .itb-footer .itb-base_container {
    padding: 0 24px;
  }
}
.itb-footer_wrap {
  display: flex;
    display: -webkit-flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .itb-footer_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .itb-footer_wrap {
    gap: 24px;
  }
}
.itb-footer_title {
  font-size: 26px;
  font-family: 'Unbounded', sans-serif;
  color: var(--white);
  margin-bottom: 53px;
}
@media screen and (max-width: 1023px) {
  .itb-footer_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .itb-footer_title {
    margin-bottom: 23px;
  }
  .itb-footer_contacts {
    line-height: 1.3;
  }
}
.itb-footer_logo {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .itb-footer_copyright {
    line-height: 1.3;
  }
}
.itb-footer_copyright p {
  color: var(--footerText);
  margin-bottom: 4px;
}
.itb-footer_copyright p:last-child {
  margin-bottom: 0;
}
.itb-footer_contacts p {
  color: var(--footerText);
  margin-bottom: 5px;
}
.itb-footer_contacts p:last-child {
  margin-bottom: 0;
}
.itb-footer_contacts a {
  color: var(--footerText);
}

.custom-tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1000;
  max-width: 200px;
  word-wrap: break-word;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
}
.custom-tooltip.visible {
  opacity: 1;
}