body {
  line-height: 1.4; }

h1 {
  font-size: 40px;
  letter-spacing: -1.6px;
  margin-bottom: 40px;
  line-height: 100%; }

h2 {
  font-size: 40px;
  letter-spacing: -1.6px;
  margin-bottom: 40px;
  line-height: 100%; }

header {
  border-bottom: solid 1px #DEDEDE;
  transition: 0.8s; }
  header .navbar {
    justify-content: end; }
    header .navbar .navbar-nav .nav-link {
      color: #000; }
    header .navbar .modal-menu-toggler {
      border: none;
      background: none; }
    header .navbar .modal-toggler-icon {
      width: 24px;
      height: 24px;
      background: url(../images/ii/icons/burger.svg) center no-repeat;
      display: block; }

.navbar-brand {
  margin: 20px 0; }

.white-logo {
  display: none;
  width: 30px; }

.black-logo {
  width: 30px; }

.icms-frontpage header:not(.sticky) {
  position: absolute;
  z-index: 1050;
  width: 100%;
  border-bottom: none;
  background: none; }
  .icms-frontpage header:not(.sticky) .navbar .modal-toggler-icon {
    background: url(../images/ii/icons/burger-white.svg) center no-repeat; }
  .icms-frontpage header:not(.sticky) .navbar .main-menu .nav-link {
    color: #fff; }
  .icms-frontpage header:not(.sticky) .navbar .menu-feedback .nav-link {
    color: #fff; }
  .icms-frontpage header:not(.sticky) .feedback-btn a.nav-link {
    border: solid 1px #fff; }
    .icms-frontpage header:not(.sticky) .feedback-btn a.nav-link:hover {
      background-color: #fff;
      color: #000; }
  .icms-frontpage header:not(.sticky) .black-logo {
    display: none; }
  .icms-frontpage header:not(.sticky) .white-logo {
    display: block; }

.main-menu-mobile {
  background-color: #fff; }
  .main-menu-mobile .modal-dialog {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: auto; }
  .main-menu-mobile .modal-dialog.modal-fullscreen {
    max-width: none !important; }
  .main-menu-mobile .modal-content {
    height: 100vh;
    padding: 15px;
    background-color: #fff; }
    .main-menu-mobile .modal-content .modal-header {
      background-color: #fff; }
      .main-menu-mobile .modal-content .modal-header img {
        width: 28px; }
    .main-menu-mobile .modal-content .modal-body {
      padding: 0;
      margin-top: 40px;
      background-color: #fff; }
  .main-menu-mobile .modal-footer {
    padding: 0;
    padding-bottom: 50px;
    display: block;
    color: #797979; }
    .main-menu-mobile .modal-footer a {
      color: #797979; }
    .main-menu-mobile .modal-footer ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .main-menu-mobile .modal-footer ul li {
        padding: 1.25rem 0;
        border-bottom: solid 1px #DEDEDE; }
        .main-menu-mobile .modal-footer ul li:last-of-type {
          border-bottom: none; }
  .main-menu-mobile .nav-item {
    border-bottom: solid 1px #D9D9D9; }
    .main-menu-mobile .nav-item:last-of-type {
      border-bottom: none; }
    .main-menu-mobile .nav-item .nav-link {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }

.icms-footer__middle {
  background: #F5F5F5;
  color: #000;
  line-height: 140%;
  padding: 40px 0 20px; }
  .icms-footer__middle a {
    color: #000;
    text-decoration: none; }
    .icms-footer__middle a:hover {
      text-decoration: underline; }
  .icms-footer__middle h4 {
    color: #797979;
    font-size: 1rem;
    margin-bottom: 1.25rem; }
  .icms-footer__middle .footer-email {
    margin-bottom: 1.25rem;
    display: block; }
  .icms-footer__middle .nav-link {
    padding: 0.4rem 0; }

.icms-footer__bottom {
  background-color: #F5F5F5;
  color: #000; }
  .icms-footer__bottom a {
    color: #797979;
    text-decoration: underline; }
  .icms-footer__bottom .copy-mobile {
    color: #797979; }
  .icms-footer__bottom .copy {
    color: #797979; }
  .icms-footer__bottom .footer-email {
    margin-bottom: 1rem;
    display: block;
    color: #000;
    text-decoration: none; }

address {
  margin-bottom: 0; }

.cases_list .photo-cont {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px; }

.cases_list .cases-photo {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 20px;
  position: relative;
  transition: transform 0.3s ease; }
  .cases_list .cases-photo:hover {
    transform: scale(1.03); }
  .cases_list .cases-photo .cases-options {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px; }
    .cases_list .cases-photo .cases-options span {
      display: block;
      background: #fff;
      border-radius: 10px;
      padding: 5px 7px;
      font-size: 14px; }

.cases_list p {
  font-size: 1.25rem;
  margin-bottom: 60px; }

.cases_list h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px; }

.cases_list a {
  color: #000; }
  .cases_list a:hover {
    text-decoration: none; }

/*.content-cases {
	.head-text {
		margin-bottom: 60px;
	}
}*/
.content_datasets_cases .nav-item .nav-link {
  color: #919191; }
  .content_datasets_cases .nav-item .nav-link.active {
    background: none;
    color: #000; }

.cases-filter {
  border-bottom: solid 1px #D9D9D9;
  margin-bottom: 60px !important; }
  .cases-filter .form-group {
    margin-bottom: 2rem; }
  .cases-filter .input {
    border-radius: 18px;
    border: none;
    background-color: #f5f5f5; }
  .cases-filter .chosen-container .chosen-choices {
    border-radius: 18px;
    background-color: #f5f5f5;
    border: none; }
  .cases-filter .custom-checkbox {
    padding-left: 0; }
  .cases-filter .custom-control-label {
    color: #919191;
    cursor: pointer; }
  .cases-filter .custom-control-input:checked + .custom-control-label {
    color: #000; }
  .cases-filter .custom-control-input, .cases-filter .custom-control-label::before {
    display: none; }

.news_list .photo-cont {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px; }

.news_list .news-photo {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  border-radius: 20px;
  transition: transform 0.3s ease; }
  .news_list .news-photo:hover {
    transform: scale(1.03); }

.news_list .news_list_item {
  margin-bottom: 60px; }
  .news_list .news_list_item p .btn-sm {
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
    line-height: 1.4;
    vertical-align: baseline;
    margin-right: 5px; }
  .news_list .news_list_item p time {
    color: #797979; }

.news_list h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 30px; }

.news_list a {
  color: #000; }
  .news_list a:hover {
    text-decoration: none; }

.products_list .photo-cont {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px; }

.products_list .products-photo {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 20px;
  transition: transform 0.3s ease; }
  .products_list .products-photo:hover {
    transform: scale(1.05); }

.products_list p {
  font-size: 1.25rem;
  margin-bottom: 60px; }

.products_list h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px; }

.products_list a {
  color: #000; }
  .products_list a:hover {
    text-decoration: none; }

.content-products .icms-body-toolbox {
  margin-bottom: 0; }
  .content-products .icms-body-toolbox h1 {
    margin-bottom: 60px; }

.content-products main > article {
  margin-bottom: 180px; }

.content-products .cases_item h1 {
  font-size: 48px; }

.content-cases main > article {
  margin-bottom: 120px; }

.content-news main > article {
  margin-bottom: 120px; }

.content-careers .icms-body-toolbox {
  display: none; }

.content-careers .head-text {
  margin-bottom: 90px; }

.content-about .icms-body-toolbox {
  display: none; }

.pagination {
  justify-content: center;
  margin-top: 60px; }
  .pagination .page-item.active .page-link {
    color: #000;
    background-color: #F5F5F5;
    border: none; }
  .pagination .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%; }
  .pagination .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%; }
  .pagination .page-link {
    border: none;
    color: #000;
    border-radius: 50%;
    padding: 8px 15px; }
    .pagination .page-link:hover {
      background: none;
      border: none !important; }
    .pagination .page-link:focus {
      border: none !important;
      box-shadow: none; }
    .pagination .page-link:active {
      border: none !important; }
    .pagination .page-link:visited {
      border: none !important; }
    .pagination .page-link:link {
      border: none !important; }

.cases_item {
  margin-top: 70px; }
  .cases_item h1 {
    margin-bottom: 40px; }
  .cases_item .cases-photo {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    border-radius: 20px;
    margin-bottom: 40px; }
  .cases_item .cases-options {
    margin-bottom: 40px;
    color: #797979; }
    .cases_item .cases-options a {
      color: #797979; }
  .cases_item .cases-content {
    border-top: solid 1px #DEDEDE;
    border-bottom: solid 1px #DEDEDE;
    margin: 60px 0;
    padding: 60px 0; }
  .cases_item p {
    margin-bottom: 40px; }

.news_page {
  margin-top: 70px; }
  .news_page > p {
    text-align: center;
    margin-bottom: 40px; }
    .news_page > p .btn-sm {
      font-size: 1rem;
      font-weight: 500;
      padding: 0;
      line-height: 1.4;
      vertical-align: baseline;
      margin-right: 5px; }
    .news_page > p time {
      color: #797979; }
  .news_page h1 {
    font-size: 2rem;
    text-align: center; }
  .news_page .f_photo {
    margin-bottom: 60px !important; }
    .news_page .f_photo img {
      width: 100%;
      border-radius: 20px; }

.news_page.container {
  max-width: 790px; }

.icms-body-toolbox h1 {
  margin-top: 73px;
  margin-bottom: 40px; }

.about-teaser-widget h1 {
  margin-top: 73px;
  margin-bottom: 40px; }

.about-teaser-widget p {
  font-size: 1.25rem; }

.relevant a {
  color: #000; }
  .relevant a:hover {
    text-decoration: none; }

.relevant h2 {
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: 600; }

.relevant h4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 40px; }

.relevant p {
  font-size: 1.25rem; }

.relevant .swiper-buttons {
  position: relative;
  width: 80px;
  height: 27px;
  margin-bottom: 25px;
  z-index: 100; }
  .relevant .swiper-buttons .swiper-button-next {
    top: 0;
    height: 27px; }
    .relevant .swiper-buttons .swiper-button-next::after {
      content: url(../images/ii/icons/swiper-arrow-right.svg);
      width: 21px;
      height: 21px;
      top: 0; }
    .relevant .swiper-buttons .swiper-button-next svg {
      display: none; }
  .relevant .swiper-buttons .swiper-button-prev {
    top: 0;
    height: 27px; }
    .relevant .swiper-buttons .swiper-button-prev::after {
      content: url(../images/ii/icons/swiper-arrow-left.svg);
      width: 21px;
      height: 21px;
      top: 0; }
    .relevant .swiper-buttons .swiper-button-prev svg {
      display: none; }

.relevant-photo {
  padding-bottom: 60%;
  border-radius: 20px;
  margin-bottom: 40px; }

.widget {
  padding: 60px 0;
  border-bottom: solid 1px #D9D9D9; }
  .widget img {
    border-radius: 20px; }
  .widget p {
    font-size: 1.25rem;
    margin-bottom: 40px; }

.main-widget {
  padding: 60px 0;
  border-bottom: solid 1px #D9D9D9;
  padding: 120px 0; }
  .main-widget img {
    border-radius: 20px; }
  .main-widget p {
    font-size: 1.25rem;
    margin-bottom: 40px; }

section .widget:last-of-type {
  border-bottom: none; }

section .main-widget:last-of-type {
  border-bottom: none; }

article .widget:last-of-type {
  border-bottom: none; }

article .main-widget:last-of-type {
  border-bottom: none; }

.main-teaser {
  height: 100vh;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: url(../images/ii/main-teaser-bg.png) left no-repeat;
  background-size: cover; }
  .main-teaser > div {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    top: 120px; }
  .main-teaser h1 {
    font-size: 38px;
    margin-bottom: 40px;
    letter-spacing: -1.6px;
    line-height: 1;
    max-width: 300px; }
  .main-teaser .bgvideo {
    width: auto;
    height: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 0;
    position: absolute; }
  .main-teaser .buttons-panel {
    margin-bottom: 40px; }
  .main-teaser p {
    margin-bottom: 40px;
    line-height: 1.1;
    font-size: 18px; }
  .main-teaser .logo-partners {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; }
    .main-teaser .logo-partners img {
      margin: 0 20px; }

.widget-numbers {
  padding: 120px 0; }
  .widget-numbers .number-cont {
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 20px;
    height: 100%; }
    .widget-numbers .number-cont h4 {
      font-size: 40px;
      margin-bottom: 30px;
      font-weight: 500;
      line-height: 100%; }
    .widget-numbers .number-cont p {
      font-size: 1.25rem;
      margin-bottom: 0; }

.widget-levels {
  padding: 120px 0; }
  .widget-levels .number-cont {
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 20px;
    height: 100%; }
    .widget-levels .number-cont h4 {
      font-size: 40px;
      margin-bottom: 30px;
      font-weight: 500;
      line-height: 100%; }
    .widget-levels .number-cont p {
      font-size: 1.25rem;
      margin-bottom: 0; }

.widget-persons {
  border-bottom: solid 1px #DEDEDE;
  overflow: hidden; }
  .widget-persons .swiper {
    overflow: visible; }
  .widget-persons .swiper-slide > a {
    display: block; }
    .widget-persons .swiper-slide > a:hover {
      text-decoration: none; }
  .widget-persons .person-photo {
    width: 100%;
    height: 0;
    padding-bottom: 147%;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative; }
    .widget-persons .person-photo.plus::after {
      content: "";
      display: block;
      width: 16px;
      height: 16px;
      background: url("../images/ii/icons/plus-white.svg") center no-repeat;
      background-size: contain;
      position: absolute;
      top: 20px;
      right: 20px; }
    .widget-persons .person-photo:hover::after {
      opacity: 0.5; }
  .widget-persons .swiper-buttons {
    position: relative;
    width: 80px;
    height: 27px;
    margin-bottom: 25px;
    z-index: 100; }
    .widget-persons .swiper-buttons .swiper-button-next {
      top: 0;
      height: 27px; }
      .widget-persons .swiper-buttons .swiper-button-next::after {
        content: url(../images/ii/icons/swiper-arrow-right.svg);
        width: 21px;
        height: 21px;
        top: 0; }
      .widget-persons .swiper-buttons .swiper-button-next svg {
        display: none; }
    .widget-persons .swiper-buttons .swiper-button-prev {
      top: 0;
      height: 27px; }
      .widget-persons .swiper-buttons .swiper-button-prev::after {
        content: url(../images/ii/icons/swiper-arrow-left.svg);
        width: 21px;
        height: 21px;
        top: 0; }
      .widget-persons .swiper-buttons .swiper-button-prev svg {
        display: none; }
  .widget-persons h4 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0;
    color: #000; }
  .widget-persons p {
    font-size: 14px;
    margin-bottom: 0;
    color: #797979; }
  .widget-persons .nav {
    margin-bottom: -21px;
    position: relative;
    z-index: 10;
    margin-right: 60px; }
  .widget-persons .nav-link {
    border-radius: 20px;
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background-color: #F5F5F5;
    color: #000;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px; }
  .widget-persons .nav-link.active {
    background-color: #000;
    color: #fff; }

.swiper-wrapper .profilecard {
  display: none; }

.profilecard {
  color: #797979;
  margin-top: -20px;
  margin-left: 10px;
  margin-right: 10px; }
  .profilecard .person-photo {
    padding-bottom: 147%;
    border-radius: 8px;
    margin-bottom: 20px;
    background-size: cover; }
  .profilecard h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
    line-height: 100%; }
  .profilecard .profilecard-block {
    border-bottom: solid 1px #D9D9D9;
    margin-bottom: 20px; }
    .profilecard .profilecard-block:last-of-type {
      border-bottom: none; }
  .profilecard .row > div {
    padding-left: 10px;
    padding-right: 10px; }

.widget-formats h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px; }

.widget-formats .formats-cont {
  background-color: #F5F5F5;
  border-radius: 20px;
  padding: 20px;
  height: 100%; }

.widget-formats p {
  margin-bottom: 0;
  font-size: 1rem; }

.widget-formats .row > div {
  margin-bottom: 40px; }

.key-directions {
  border-bottom: solid 1px #DEDEDE; }

.widget-cas img {
  margin-bottom: 60px; }

.widget-cas .swiper .about-photo {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 20px;
  margin-bottom: 40px; }

.widget-cas .swiper h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 40px; }

.widget-cas .swiper p {
  font-size: 1.25rem; }

.widget-cas .swiper-pagination {
  bottom: 0px !important; }
  .widget-cas .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    background-color: #D9D9D9;
    margin: 0 5px !important;
    opacity: 1;
    border-radius: 0; }
  .widget-cas .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
    opacity: 1; }

.widget-a2 img {
  margin-bottom: 40px; }

.widget-vacancy {
  padding: 0;
  border-bottom: solid 1px #D9D9D9; }
  .widget-vacancy .card {
    border: none; }
    .widget-vacancy .card .card-header {
      background: none;
      padding: 0;
      border-top: solid 1px #D9D9D9;
      border-bottom: none;
      height: 100px;
      display: flex;
      align-items: center; }
      .widget-vacancy .card .card-header a {
        display: block;
        text-align: start;
        font-size: 1.25rem;
        color: #000;
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        position: relative; }
        .widget-vacancy .card .card-header a:hover {
          text-decoration: none; }
        .widget-vacancy .card .card-header a::after {
          content: "";
          display: block;
          width: 17px;
          height: 17px;
          background: url(../images/ii/icons/minus.svg) center no-repeat;
          position: absolute;
          right: 0px; }
      .widget-vacancy .card .card-header a.collapsed::after {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        background: url(../images/ii/icons/plus.svg) center no-repeat;
        position: absolute;
        right: 0px; }
    .widget-vacancy .card .card-body {
      font-size: 1rem;
      padding: 0; }
      .widget-vacancy .card .card-body p {
        font-size: 1rem;
        color: #797979;
        margin-bottom: 30px; }
      .widget-vacancy .card .card-body a {
        color: #000;
        text-decoration: underline; }
        .widget-vacancy .card .card-body a:hover {
          text-decoration: none; }
      .widget-vacancy .card .card-body h4 {
        font-size: 1rem;
        margin-bottom: 30px; }
    .widget-vacancy .card .card-body-content {
      border-top: solid 1px #D9D9D9;
      padding: 30px 0; }

.pills-block {
  position: relative; }
  .pills-block #pills-tab {
    position: absolute;
    top: 20px;
    left: 20px; }
    .pills-block #pills-tab .nav-link {
      font-size: 14px;
      color: #000;
      background-color: #F5F5F5;
      margin-right: 10px;
      border-radius: 25px;
      opacity: 0.5; }
    .pills-block #pills-tab .nav-link.active {
      background-color: #F5F5F5;
      opacity: 1; }
  .pills-block .tab-pane {
    padding: 50px 20px 20px;
    height: 500px;
    border-radius: 20px; }
    .pills-block .tab-pane > div {
      display: flex;
      align-items: end;
      height: 100%;
      width: 60%; }
    .pills-block .tab-pane p {
      color: #fff;
      padding-bottom: 0;
      font-size: 1.25rem;
      margin-bottom: 0; }

.widget-about .btn-ii {
  margin-top: 60px; }

.swiper-block .swiper .about-photo {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 20px;
  margin-bottom: 40px; }

.swiper-block .swiper h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 40px; }

.swiper-block .swiper p {
  font-size: 1.25rem; }

.swiper-block .swiper-pagination {
  bottom: 0px !important; }
  .swiper-block .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    background-color: #D9D9D9;
    margin: 0 5px !important;
    opacity: 1;
    border-radius: 0; }
  .swiper-block .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
    opacity: 1; }

.widget-careersoptions {
  border-bottom: none;
  padding-bottom: 90px; }
  .widget-careersoptions .swiper .about-photo {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 20px;
    margin-bottom: 40px; }
  .widget-careersoptions .swiper h4 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 40px; }
  .widget-careersoptions .swiper p {
    font-size: 1.25rem; }
  .widget-careersoptions .swiper-pagination {
    bottom: 0px !important; }
    .widget-careersoptions .swiper-pagination .swiper-pagination-bullet {
      width: 40px;
      height: 2px;
      background-color: #D9D9D9;
      margin: 0 5px !important;
      opacity: 1;
      border-radius: 0; }
    .widget-careersoptions .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #000;
      opacity: 1; }
  .widget-careersoptions .pills-block {
    height: auto; }
    .widget-careersoptions .pills-block #pills-tab {
      position: static; }
      .widget-careersoptions .pills-block #pills-tab .nav-link {
        background-color: #F5F5F5;
        color: #000;
        opacity: 1; }
      .widget-careersoptions .pills-block #pills-tab .nav-link.active {
        background-color: #000;
        color: #fff;
        opacity: 1; }
    .widget-careersoptions .pills-block .tab-pane {
      padding: 0;
      height: auto; }
      .widget-careersoptions .pills-block .tab-pane > div {
        height: 0;
        width: 100%;
        padding-bottom: 50%;
        border-radius: 20px; }
      .widget-careersoptions .pills-block .tab-pane p {
        color: #000;
        margin-top: 40px; }

.widget-workshop .icms-content-fields {
  cursor: pointer;
  height: 0;
  padding-bottom: 100%;
  border-radius: 20px;
  position: relative; }
  .widget-workshop .icms-content-fields > div {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .widget-workshop .icms-content-fields h5 {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 400; }
  .widget-workshop .icms-content-fields::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/ii/icons/plus-white.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px; }
  .widget-workshop .icms-content-fields:hover::after, .widget-workshop .icms-content-fields:hover h5 {
    opacity: 0.5; }

.widget-workshop .workshopcard {
  display: none; }

.workshopcard {
  margin-top: -20px; }
  .workshopcard > p {
    font-size: 1.25rem;
    margin-bottom: 2.5rem; }
  .workshopcard h3 {
    font-size: 2rem;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 2.5rem; }
  .workshopcard h6 {
    font-size: 1.25rem;
    margin-bottom: 2.5rem; }
  .workshopcard .buttons-panel {
    margin-bottom: 2.5rem; }
  .workshopcard .text-block {
    padding: 1.25rem;
    border-radius: 12px;
    background-color: #F5F5F5;
    margin-bottom: 1.25rem; }
    .workshopcard .text-block + .text-block {
      margin-bottom: 60px; }
    .workshopcard .text-block + h3 {
      margin-bottom: 0; }
  .workshopcard .step {
    border-bottom: solid 1px #D9D9D9;
    padding: 2.5rem 0; }
    .workshopcard .step p {
      line-height: 1.6; }
    .workshopcard .step h5 {
      font-size: 1.5rem;
      margin-bottom: 1.25rem; }
      .workshopcard .step h5 + p {
        color: #797979;
        line-height: 1.2; }
    .workshopcard .step:last-of-type {
      border-bottom: none; }
  .workshopcard .btn-ii + .btn-ii {
    margin-left: 0; }

.workshop-page .modal-content .modal-body, .workshop-page .modal-content .modal-header {
  background-color: #fff; }

.head-text {
  margin: 70px 0 120px; }
  .head-text p {
    font-size: 1.25rem; }
  .head-text + .widget {
    padding-top: 0; }
  .head-text + .main-widget {
    padding-top: 0; }

.feedback-btn a.nav-link {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  border: solid 1px #000;
  border-radius: 20px;
  color: #000;
  transition: 0.6s; }
  .feedback-btn a.nav-link:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none; }

.btn-ii {
  border-radius: 20px;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: 0.6s; }
  .btn-ii:hover {
    text-decoration: none; }
  .btn-ii + .btn-ii {
    margin-left: 10px; }

.button-submit {
  border-radius: 20px;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: 0.6s;
  border: solid 1px #000;
  color: #000;
  background: none; }
  .button-submit:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff; }
  .button-submit + .btn-ii {
    margin-left: 10px; }

.btn-white {
  background-color: #fff;
  color: #000; }
  .btn-white:hover {
    background-color: #dadada;
    color: #000; }

.btn-black {
  border: solid 1px #000;
  color: #000;
  background: none; }
  .btn-black:hover {
    background-color: #000;
    color: #fff; }

.btn-totalblack {
  border: solid 1px #000;
  color: #fff;
  background: #000; }
  .btn-totalblack:hover {
    background: none;
    color: #000; }

.btn-clear {
  border: solid 1px #fff;
  color: #fff; }
  .btn-clear:hover {
    background-color: #fff;
    color: #000; }

.modal {
  z-index: 1060; }

.modal-dialog {
  width: fit-content; }

.modal-content {
  border-radius: 20px;
  overflow: hidden;
  z-index: 1000; }
  .modal-content .btn-close {
    width: 24px;
    height: 24px;
    background: url(../images/ii/icons/x.svg) center no-repeat;
    border: none; }
  .modal-content .modal-close {
    width: 24px;
    height: 24px;
    background: url(../images/ii/icons/x.svg) center no-repeat;
    border: none;
    margin: 1rem;
    position: relative;
    z-index: 10; }
  .modal-content .modal-header {
    padding: 0;
    margin: 0;
    margin-bottom: -1px;
    background-color: #f5f5f5;
    border-bottom: none; }
    .modal-content .modal-header .modal-title {
      display: none !important;
      color: #f5f5f5; }
  .modal-content .modal-body {
    background-color: #f5f5f5; }

.icms-forms__wrap h3 {
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 100%;
  letter-spacing: -1.3px; }

.icms-forms__wrap fieldset {
  border: none !important;
  padding: 0 !important; }

.icms-forms__wrap input.form-control {
  border-radius: 17px;
  border: none;
  height: 2rem; }

.icms-forms__wrap textarea.form-control {
  border-radius: 17px;
  border: none; }

.icms-forms__wrap a {
  color: #000;
  text-decoration: underline; }
  .icms-forms__wrap a:hover {
    text-decoration: none; }

.icms-forms__wrap .ft_agreement label {
  font-size: 10px; }

.icms-forms__wrap .ft_file .hint {
  display: none; }

.icms-forms__wrap .ft_file .custom-file {
  margin-bottom: 10px; }

.icms-forms__wrap .ft_file .custom-file-label {
  border: none;
  background: none;
  color: #000; }
  .icms-forms__wrap .ft_file .custom-file-label::after {
    display: none; }
  .icms-forms__wrap .ft_file .custom-file-label::before {
    content: url(../images/ii/icons/clip.svg);
    margin-right: 10px; }

.icms-forms__wrap .custom-switch .custom-control-label::before {
  width: 21px;
  height: 21px;
  border-radius: 6px;
  border: none; }

.icms-forms__wrap .custom-switch .custom-control-label::after {
  width: 11px;
  height: 11px;
  border-radius: 3px;
  top: calc(0.25rem + 5px);
  left: calc(-2.25rem + 5px);
  background-color: #fff; }

.icms-forms__wrap .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: none;
  background-color: #000; }

.icms-forms__wrap .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff; }

.icms-forms__wrap .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border: none !important;
  background-color: #fff;
  box-shadow: none !important; }

.icms-forms__wrap .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border: none !important;
  box-shadow: none !important; }

.icms-forms__wrap .custom-control-input:focus:checked ~ .custom-control-label::before {
  border: none !important;
  box-shadow: none !important; }

.icms-forms__feedback label {
  display: none; }

.icms-forms__feedback .custom-switch label {
  display: inline-block; }

.icms-forms__feedback .custom-file label {
  display: inline-block; }

.icms-forms__feedback input::placeholder {
  color: #000; }

.icms-forms__feedback textarea::placeholder {
  color: #000; }

.icms-forms__hr label {
  display: none; }

.icms-forms__hr .custom-switch label {
  display: inline-block; }

.icms-forms__hr .custom-file label {
  display: inline-block; }

.icms-forms__hr input::placeholder {
  color: #000; }

.icms-forms__hr textarea::placeholder {
  color: #000; }

.icms-forms__full-msg {
  background-color: #F5F5F5 !important; }
  .icms-forms__full-msg .success-text {
    text-align: left;
    font-size: 2rem;
    line-height: 100%; }
    .icms-forms__full-msg .success-text span {
      display: block;
      font-size: 1rem;
      margin-top: 40px; }

.notfound {
  background: url(../images/ii/notfound-bg.png) center no-repeat;
  background-size: cover;
  color: #fff; }
  .notfound h1 {
    font-size: 120px;
    margin-bottom: 40px;
    letter-spacing: -5px;
    line-height: 75%; }
  .notfound h2 {
    font-size: 1rem;
    margin-bottom: 40px;
    letter-spacing: normal;
    line-height: 100%;
    font-weight: 400; }

.icms-cookiealert {
  background: none;
  color: #000;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset; }
  .icms-cookiealert .container {
    padding-left: 0;
    padding-right: 0; }

.icms-cookiealert__message {
  width: 100%;
  background-color: #F5F5F5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 15px; }
  .icms-cookiealert__message > div {
    text-align: right; }

@media (min-width: 576px) {
  .icms-cookiealert .container {
    padding-left: 15px;
    padding-right: 15px; }
  .icms-cookiealert__message {
    width: 100%;
    max-width: 355px;
    background-color: #F5F5F5;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    float: right; } }

@media (min-width: 768px) {
  .white-logo {
    width: 36px; }
  .black-logo {
    width: 36px; }
  h1 {
    font-size: 48px;
    letter-spacing: -1.92px;
    margin-bottom: 60px; }
  h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
    margin-bottom: 60px; }
  header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 1040; }
    header + div.container {
      padding-top: 90px; }
    header + main {
      padding-top: 90px; }
    header .navbar {
      justify-content: space-between; }
      header .navbar .main-menu .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 1rem;
        margin-right: 1rem;
        padding-bottom: .15rem;
        position: relative; }
        header .navbar .main-menu .navbar-nav .nav-link::after {
          position: absolute;
          content: '';
          left: 0;
          bottom: 0;
          display: block;
          width: 100%;
          height: 1px;
          background: #000;
          width: 0;
          transition: 0.5s; }
        header .navbar .main-menu .navbar-nav .nav-link:hover:after {
          width: 100%; }
      header .navbar .main-menu .navbar-nav .nav-link.active:after {
        width: 100%; }
    header .navbar-expand-md .main-menu-mobile .navbar-nav {
      flex-direction: column; }
      header .navbar-expand-md .main-menu-mobile .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0; }
  .icms-frontpage header {
    position: fixed; }
    .icms-frontpage header:not(.sticky) .navbar .main-menu .nav-link {
      color: #fff; }
      .icms-frontpage header:not(.sticky) .navbar .main-menu .nav-link::after {
        background-color: #fff; }
  .icms-footer__middle {
    font-size: 1rem;
    padding: 30px 0 10px; }
  .icms-footer__bottom {
    font-size: 1rem; }
  .cases_list p {
    font-size: 1rem; }
  .cases_list .big-item h3 {
    margin-top: 40px; }
  .products_list .photo-cont {
    margin-bottom: 30px; }
  .products_list p {
    font-size: 1rem; }
  .content-careers .head-text {
    margin-bottom: 90px; }
  .content-cases .head-text {
    margin-bottom: 120px; }
  .news_list .big-item h3 {
    margin-bottom: 40px;
    margin-top: 40px; }
  .cases_item {
    margin-top: 120px; }
    .cases_item .cases-photo {
      padding-bottom: 60%; }
  .news_page {
    margin-top: 120px; }
    .news_page h1 {
      font-size: 3rem; }
  .icms-body-toolbox h1 {
    margin-top: 120px; }
  .about-teaser-widget h1 {
    margin-top: 120px; }
  .widget-workshop .icms-content-fields h5 {
    font-size: 1.5rem; }
  .content-products .cases_item h1 {
    font-size: 60px; }
  .relevant-photo {
    margin-bottom: 30px; }
  .relevant h4 {
    margin-bottom: 30px; }
  .relevant p {
    font-size: 1rem; }
  .widget p {
    margin-bottom: 60px; }
  .main-widget p {
    margin-bottom: 60px; }
  .main-teaser {
    min-height: 600px; }
    .main-teaser > div {
      height: 100%;
      top: auto;
      justify-content: center; }
    .main-teaser h1 {
      font-size: 48px;
      margin-bottom: 40px;
      letter-spacing: -2.4px;
      max-width: 450px; }
    .main-teaser p {
      max-width: 330px; }
    .main-teaser .buttons-panel {
      margin-bottom: 0; }
  .widget-numbers .number-cont h4 {
    font-size: 48px;
    margin-bottom: 40px; }
  .widget-numbers .number-cont p {
    font-size: 1rem; }
  .widget-levels .number-cont h4 {
    font-size: 48px;
    margin-bottom: 40px; }
  .widget-levels .number-cont p {
    font-size: 1rem; }
  .widget-formats p {
    margin-bottom: 0; }
  .swiper-block .swiper .about-photo {
    padding-bottom: 66%;
    margin-bottom: 0px; }
    .swiper-block .swiper .about-photo > div {
      width: 70%;
      position: absolute;
      bottom: 20px;
      left: 20px; }
  .swiper-block .swiper h4 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 60px; }
  .swiper-block .swiper p {
    font-weight: 500;
    color: #fff;
    margin: 0; }
  .swiper-block .swiper-pagination {
    bottom: -50px !important; }
  .widget-persons p {
    margin-bottom: 0; }
  .widget-a2 img {
    margin-bottom: 60px; }
  .widget-vacancy .card .card-header a {
    font-size: 1.5rem; }
  .widget-cas .narrow-cont {
    margin-top: 120px; }
  .widget-careersoptions {
    padding-bottom: 90px; }
  .workshopcard h3 {
    font-size: 2.5rem;
    letter-spacing: 0; }
  .head-text {
    margin: 120px 0; }
  section .main-widget:last-of-type {
    margin-bottom: 120px; }
  article .main-widget:last-of-type {
    margin-bottom: 120px; }
  .icms-forms__wrap {
    padding: 0 25px 25px;
    max-width: 550px; }
    .icms-forms__wrap .form-group {
      margin-bottom: 10px; }
    .icms-forms__wrap textarea {
      margin-bottom: 1.25rem; }
    .icms-forms__wrap .button-submit {
      margin-top: 20px; }
  .profilecard {
    margin-top: -50px; } }

@media (min-width: 992px) {
  h1 {
    font-size: 72px;
    letter-spacing: -2.88px; }
  h2 {
    font-size: 72px;
    letter-spacing: -2.88px; }
  .container {
    max-width: 1230px; }
  .icms-footer__middle .navbar-nav .nav-link {
    padding: 0 1.25rem; }
  .cases_list .big-item h3 {
    margin-top: 60px;
    font-size: 2rem; }
  .cases_list .big-item .photo-cont {
    margin-bottom: 60px; }
  .cases_list .big-item .cases-photo {
    padding-bottom: 60%; }
  .cases_list .big-item p {
    font-size: 1.25rem;
    margin-bottom: 60px; }
  .products_list p {
    font-size: 1.25rem; }
  .content-products .icms-body-toolbox h1 {
    margin-bottom: 120px; }
  .content-products .cases_item h1 {
    font-size: 60px; }
  .content-careers .head-text {
    margin-bottom: 90px; }
  .news_list .big-item .news-photo {
    padding-bottom: 60%; }
  .news_list .big-item h3 {
    margin-bottom: 40px;
    margin-top: 60px;
    font-size: 2rem; }
  .cases_item {
    margin-top: 160px; }
    .cases_item h1 {
      font-size: 48px; }
    .cases_item p {
      margin-bottom: 30px; }
    .cases_item .cases-content > div {
      width: 70%;
      margin: 0px auto; }
    .cases_item .cases-options {
      margin-bottom: 30px; }
    .cases_item .cases-photo {
      margin-bottom: 0; }
    .cases_item .pr-lg-5 > div {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
  .news_page {
    margin-top: 160px; }
    .news_page > p {
      margin-bottom: 60px; }
  .icms-body-toolbox h1 {
    margin-top: 160px;
    margin-bottom: 60px; }
  .about-teaser-widget h1 {
    margin-top: 160px;
    margin-bottom: 60px; }
  .about-teaser-widget p {
    font-size: 1.5rem; }
  .widget .main-text p {
    font-size: 1.5rem; }
  .main-widget .main-text p {
    font-size: 1.5rem; }
  .main-teaser {
    min-height: 650px; }
    .main-teaser .bgvideo {
      width: 100%;
      height: auto; }
    .main-teaser h1 {
      font-size: 72px;
      margin-bottom: 60px;
      letter-spacing: -3.6px;
      max-width: 65%; }
    .main-teaser p {
      font-size: 1.5rem;
      margin-bottom: 60px;
      max-width: 500px; }
  .widget-numbers .number-cont h4 {
    font-size: 72px;
    margin-bottom: 60px; }
  .widget-levels .number-cont h4 {
    font-size: 72px;
    margin-bottom: 60px; }
  .widget-levels .row {
    margin-left: -5px;
    margin-right: -5px; }
    .widget-levels .row > div {
      padding-left: 5px !important;
      padding-right: 5px !important; }
  .widget-levels h4 {
    min-height: 60px; }
  .widget-persons h4 {
    font-size: 1.25rem; }
  .widget-cas p {
    margin-bottom: 0; }
  .widget-cas .btn-ii {
    margin-top: 60px; }
  .widget-a2 .main-text {
    margin-bottom: 60px; }
  .widget-a2 img {
    margin-bottom: 0px; }
  .head-text {
    margin: 160px 0 120px; }
    .head-text + .main-widget {
      padding-top: 0; }
    .head-text h1 {
      margin-bottom: 0; }
    .head-text p {
      margin-bottom: 0; }
  .widget-formats .row {
    margin-left: -5px;
    margin-right: -5px; }
    .widget-formats .row > div {
      padding-left: 5px !important;
      padding-right: 5px !important; }
  .widget-formats h4 {
    min-height: 60px; }
  .widget-vacancy .card .card-header {
    height: 140px; }
    .widget-vacancy .card .card-header a {
      font-size: 2rem; }
  .widget-vacancy .card .card-body p {
    margin-bottom: 0; }
  .widget-vacancy .card .card-body-content {
    padding: 40px 0; }
  .widget-careersoptions {
    padding-bottom: 90px; }
    .widget-careersoptions .directions-block {
      margin: 0 110px; }
  .narrow-cont {
    padding: 0 100px; }
  .icms-forms__wrap h3 {
    font-size: 48px;
    letter-spacing: -1.9px; }
  .icms-forms__wrap .ft_agreement label {
    font-size: 12px; }
  .notfound h1 {
    font-size: 240px;
    margin-bottom: 60px; }
  .notfound h2 {
    font-size: 1.5rem;
    margin-bottom: 60px;
    letter-spacing: normal; }
  .btn-ii + .btn-ii {
    margin-left: 20px; } }

@media (min-width: 1920px) {
  .main-teaser h1 {
    font-size: 100px;
    max-width: 75%; } }
