/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Steppe";
  src: url("/fonts/Steppe/Steppe.woff2") format("woff2");
  font-weigh: 400;
  font-style: normal;
  font-display: swap;
}

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

html {
  box-sizing: border-box;
}

body {
  margin: 0;
  width: 100%;
  overflow-x: auto;
  font-family: "Steppe", sans-serif;
  line-height: 1.2;
  color: #1D1D1B;
  font-size: 20px;
}

body.padding {
  padding-top: 70px;
}

@media (max-width: 1023px) {
  body.padding {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  body.padding {
    padding-top: 55px;
  }
}

body.hidden {
  overflow: hidden;
}

@media (max-width: 1023px) {
  body {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.itc {
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

.itc_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.itc-header {
  background: #fff;
  position: relative;
  z-index: 99;
}

@media (max-width: 1023px) {
  .itc-header {
    padding: 20px 0;
  }
}

.itc-header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.itc-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.itc-header_logo {
  font-size: 0;
}

.itc-header_logo img {
  max-width: 100%;
}

.itc-header_menu {
  display: flex;
  align-items: center;
  line-height: 1;
  margin: 0 -30px;
}

@media (max-width: 1023px) {
  .itc-header_menu {
    margin: 0 -10px;
  }
}

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

.itc-header_menuItem a:link,
.itc-header_menuItem a:visited {
  font-size: 20px;
  color: #0E0D15;
  display: block;
  padding: 25px 20px;
  position: relative;
}

@media (max-width: 1023px) {

  .itc-header_menuItem a:link,
  .itc-header_menuItem a:visited {
    font-size: 18px;
    padding: 20px 10px;
  }
}

.itc-header_menuItem a:link::after,
.itc-header_menuItem a:visited::after {
  display: block;
  content: "";
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  border-radius: 8px;
  opacity: 0;
  background: linear-gradient(90deg, #1DCCFD 0%, #33F5C5 100%);
  transition: opacity .2s linear;
}

.itc-header_menuItem a:hover::after,
.itc-header_menuItem a:active::after {
  opacity: 1;
  transition: opacity .2s linear;
}

.itc-header_burger {
  cursor: pointer;
  display: none;
}

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

.itc-promo {
  position: relative;
  width: 100%;
  height: 557px;
  padding: 95px 0 80px;
}

@media (max-width: 1023px) {
  .itc-promo {
    height: 450px;
    padding: 70px 0 60px;
  }
}

@media (max-width: 767px) {
  .itc-promo {
    height: 400px;
  }
}

.itc-promo_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.itc-promo_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .itc-promo_img img {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(40%);
    max-width: none;
    width: auto;
  }
}

.itc-promo_text {
  color: #fff;
  position: relative;
}

.itc-promo_text-lg {
  font-size: 58px;
  line-height: 1.05;
  margin-bottom: 115px;
}

@media (max-width: 1439px) {
  .itc-promo_text-lg {
    font-size: 50px;
  }
}

@media (max-width: 1023px) {
  .itc-promo_text-lg {
    font-size: 40px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .itc-promo_text-lg {
    font-size: 30px;
    margin-bottom: 40px;
  }
}

.itc-promo_text-sm {
  font-size: 24px;
  max-width: 390px;
}

@media (max-width: 1023px) {
  .itc-promo_text-sm {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .itc-promo_text-sm {
    font-size: 16px;
  }
}

.itc-about {
  background: #1D1D1B;
}

.itc-about_content {
  padding: 100px 0 70px;
  display: flex;
}

@media (max-width: 1023px) {
  .itc-about_content {
    display: block;
    padding: 70px 0;
  }
}

.itc-about_title {
  font-size: 50px;
  color: #1DCCFD;
  width: calc(100% - 760px);
  padding-right: 20px;
}

@media (max-width: 1439px) {
  .itc-about_title {
    width: calc(100% - 675px);
    font-size: 40px;
  }
}

@media (max-width: 1023px) {
  .itc-about_title {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .itc-about_title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.itc-about_text {
  width: 760px;
}

@media (max-width: 1439px) {
  .itc-about_text {
    width: 675px;
  }
}

@media (max-width: 1023px) {
  .itc-about_text {
    width: 100%;
  }
}

.itc-about_text p {
  color: #fff;
  margin-bottom: 30px;
}

.itc-about_text p.blue {
  color: #1DCCFD;
}

.itc-services {
  padding: 100px 0 50px;
}

@media (max-width: 1023px) {
  .itc-services {
    padding: 70px 0 20px;
  }
}

.itc-services_content {
  display: flex;
  margin-bottom: 60px;
}

@media (max-width: 1023px) {
  .itc-services_content {
    display: block;
    margin-bottom: 40px;
  }
}

.itc-services_title {
  width: calc(100% - 760px);
  font-size: 50px;
}

@media (max-width: 1439px) {
  .itc-services_title {
    width: calc(100% - 675px);
    font-size: 40px;
  }
}

@media (max-width: 1023px) {
  .itc-services_title {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .itc-services_title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.itc-services_text {
  width: 760px;
}

@media (max-width: 1439px) {
  .itc-services_text {
    width: 675px;
  }
}

@media (max-width: 1023px) {
  .itc-services_text {
    width: 100%;
  }
}

.itc-services_row {
  display: flex;
  margin: 0 -20px 30px;
}

@media (max-width: 1439px) {
  .itc-services_row {
    margin: 0 -10px 30px;
  }
}

@media (max-width: 767px) {
  .itc-services_row {
    margin: 0;
    display: block;
  }
}

.itc-services_row-right {
  position: relative;
  right: 50%;
  transform: translateX(63%);
}

@media (max-width: 1439px) {
  .itc-services_row-right {
    position: static;
    right: 0;
    transform: translateX(0);
  }
}

.itc-services_item {
  background: #1DCCFD;
  color: #fff;
  font-size: 24px;
  padding: 16px 19px;
  margin: 0 20px;
  text-align: center;
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 16px 0 16px;
}

@media (max-width: 1439px) {
  .itc-services_item {
    margin: 0 10px;
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .itc-services_item {
    font-size: 18px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .itc-services_item {
    font-size: 16px;
    width: 100%;
    margin: 0 0 10px;
  }
}

.itc-services_item-empty {
  height: 0;
  padding: 0;
}

@media (max-width: 1023px) {
  .itc-services_item-empty {
    padding: 0;
  }
}

.itc-team {
  padding: 50px 0;
}

.itc-team_banner {
  font-size: 0;
  border-radius: 16px 0 16px 16px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .itc-team_banner {
    height: 250px;
    margin-bottom: 30px;
  }
}

.itc-team_banner img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .itc-team_banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.itc-team_content {
  display: flex;
}

@media (max-width: 1023px) {
  .itc-team_content {
    display: block;
  }
}

.itc-team_title {
  font-size: 50px;
  width: calc(100% - 760px);
}

@media (max-width: 1439px) {
  .itc-team_title {
    width: calc(100% - 675px);
    font-size: 40px;
  }
}

@media (max-width: 1023px) {
  .itc-team_title {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .itc-team_title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.itc-team_items {
  width: 760px;
  display: flex;
  margin: 0 -20px;
}

@media (max-width: 1439px) {
  .itc-team_items {
    width: 675px;
    margin: 0 -10px;
  }
}

@media (max-width: 1023px) {
  .itc-team_items {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .itc-team_items {
    display: block;
    margin: 0;
  }
}

.itc-team_item {
  width: 50%;
  padding: 0 20px;
  color: #fff;
}

@media (max-width: 1439px) {
  .itc-team_item {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .itc-team_item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

.itc-team_item-black .itc-team_itemInner {
  background: #1D1D1B;
}

.itc-team_item-blue .itc-team_itemInner {
  background: #1DCCFD;
}

.itc-team_itemInner {
  height: 100%;
  border-radius: 16px 16px 0 16px;
  padding: 22px 20px 58px;
}

.itc-team_itemTitle {
  font-size: 32px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .itc-team_itemTitle {
    font-size: 22px;
  }
}

.itc-team_itemContent {
  font-size: 18px;
}

@media (max-width: 767px) {
  .itc-team_itemContent {
    font-size: 16px;
  }
}

.itc-career {
  padding: 50px 0;
}

.itc-career_row {
  display: flex;
  align-items: center;
  box-shadow: 1px 1px 27px rgba(14, 13, 21, 0.05);
  border-radius: 16px 16px 0 16px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .itc-career_row {
    display: block;
  }
}

.itc-career_photo {
  font-size: 0;
  border-radius: 16px;
  width: 600px;
  overflow: hidden;
}

@media (max-width: 1439px) {
  .itc-career_photo {
    width: 500px;
  }
}

@media (max-width: 1023px) {
  .itc-career_photo {
    width: 100%;
    margin-bottom: 40px;
  }
}

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

@media (max-width: 1023px) {
  .itc-career_photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.itc-career_content {
  width: calc(100% - 600px);
  padding: 20px 40px 20px 60px;
}

@media (max-width: 1439px) {
  .itc-career_content {
    width: calc(100% - 500px);
    padding: 20px 40px;
  }
}

@media (max-width: 1023px) {
  .itc-career_content {
    width: 100%;
    padding: 0 20px 40px;
  }
}

.itc-career_title {
  font-size: 58px;
  text-transform: uppercase;
  margin-bottom: 60px;
}

@media (max-width: 1439px) {
  .itc-career_title {
    font-size: 50px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1023px) {
  .itc-career_title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .itc-career_title {
    font-size: 30px;
  }
}

.itc-career_text {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media (max-width: 1439px) {
  .itc-career_text {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .itc-career_text {
    font-size: 16px;
  }
}

.itc-career_list {
  margin: 0 0 60px;
  padding: 0;
  list-style: none;
}

@media (max-width: 1439px) {
  .itc-career_list {
    margin-bottom: 40px;
  }
}

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

.itc-career_listItem {
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  padding-left: 30px;
}

@media (max-width: 1439px) {
  .itc-career_listItem {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .itc-career_listItem {
    font-size: 16px;
    padding-left: 20px;
  }
}

.itc-career_listItem::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #1DCCFD;
  position: absolute;
  top: 8px;
  left: 9px;
  border-radius: 50%;
}

@media (max-width: 1439px) {
  .itc-career_listItem::before {
    top: 7px;
  }
}

@media (max-width: 767px) {
  .itc-career_listItem::before {
    left: 0;
  }
}

.itc-career_link {
  font-size: 20px;
  line-height: 1.4;
  color: #1DCCFD;
  position: relative;
  padding-right: 30px;
  border-bottom: 1px solid #1DCCFD;
  transition: border-bottom-color .2s linear, padding-right .2s linear;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .itc-career_link {
    font-size: 16px;
  }
}

.itc-career_link::after {
  display: block;
  content: "";
  width: 20px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  background-image: url("/images/career-arrow.svg");
  background-repeat: no-repeat;
  background-size: 50%;
  background-size: cover;
  transition: right .2s linear;
}

.itc-career_link:hover {
  border-bottom-color: transparent;
  transition: border-bottom-color .2s linear, padding-right .2s linear;
  padding-right: 35px;
}

.itc-footer {
  background-color: #1D1D1B;
  padding: 62px 0 95px;
  margin-top: 150px;
  position: relative;
}

@media (max-width: 1023px) {
  .itc-footer {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .itc-footer {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}

.itc-footer_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.itc-footer_top {
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  cursor: pointer;
  border-radius: 50%;
  transition: box-shadow .2s linear;
}

.itc-footer_top:hover {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  transition: box-shadow .2s linear;
}

.itc-footer_logo {
  font-size: 0;
  margin-bottom: 50px;
}

.itc-footer_address {
  color: #fff;
  font-size: 20px;
  line-height: 1.05;
  max-width: 250px;
}

@media (max-width: 767px) {
  .itc-footer_address {
    max-width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
  }
}

.itc-footer_link {
  display: block;
  color: #fff;
  line-height: 1.05;
  transition: color .2s linear;
}

.itc-footer_link:hover {
  color: #1DCCFD;
  transition: color .2s linear;
}

.itc-mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  background: #fff;
  z-index: 101;
  transform: translateX(100%);
  transition: transform .3s linear;
}

.itc-mobile-menu.open {
  transform: translateX(0);
  transition: transform .3s linear;
}

.itc-mobile-menu_inner {
  padding: 10px 20px 30px 30px;
  position: relative;
  height: 100%;
}

.itc-mobile-menu_close {
  width: 40px;
  height: 40px;
  margin-left: auto;
  position: relative;
  margin-bottom: 80px;
  margin-right: -10px;
}

.itc-mobile-menu_close::before,
.itc-mobile-menu_close::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #1D1D1B;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -15px;
  cursor: pointer;
}

.itc-mobile-menu_close::before {
  transform: rotate(45deg);
}

.itc-mobile-menu_close::after {
  transform: rotate(-45deg);
}

.itc-mobile-menu_list {
  margin-bottom: 80px;
}

.itc-mobile-menu_item a:link,
.itc-mobile-menu_item a:visited {
  font-size: 20px;
  color: #0E0D15;
  display: block;
  margin-bottom: 10px;
}

.itc-mobile-menu_phone {
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.itc-mobile-menu_phone a:link,
.itc-mobile-menu_phone a:visited {
  font-size: 18px;
  color: #1DCCFD;
}

.itc-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  overflow: auto;
}

.itc-modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 30px;
  width: 80%;
  max-width: 700px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  position: relative;
}
.itc-modal-content p:last-child {
  padding-bottom: 0;
}
.itc-modal-content p {
  padding-bottom: 20px;
}

.itc-modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.itc-modal-close:hover {
  color: #333;
}

.itc-services_item {
  cursor: pointer;
  transition: all 0.3s;
}

.itc-services_item:hover {
  background-color: #008ab1;
}

.itc-projects {
  padding-top: 40px;
  padding-bottom: 40px;
}






.projects-section {
  padding: 40px 0;
  /*background-color: #fff;*/
}

.section-title {
  margin-bottom: 30px;
  font-size: 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}

.projects-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.project-card:nth-child(even) {
  border-radius: 0 16px 16px 16px;
}
.project-card {
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 16px 0 16px 16px;
  padding: 15px;
  transition: box-shadow 0.2s ease;
}

.project-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border: 2px solid #1DCCFD;
  cursor: pointer;
}

.project-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.project-logo {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.project-client {
  font-size: 15px;
  line-height: 1.3;
  color: #444;
  margin: 0;
}

.project-description {
  /*font-size: 14px;*/
  /*line-height: 1.4;*/
  /*color: #666;*/
  margin: 0;
  padding-left: 65px; /* Отступ под логотип */
}

/* Адаптивность */
@media (max-width: 768px) {
  .projects-container {
    grid-template-columns: 1fr;
  }

  .project-description {
    padding-left: 0;
    margin-top: 10px;
  }
}