body {
  line-height: 1.4; }

h1, 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, .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; }
    .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;
  font-size: 0.75rem;
  line-height: 140%;
  padding: 40px 0 60px; }
  .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: 0.75rem;
    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;
  font-size: 0.75rem; }
  .icms-footer__bottom a {
    color: #000;
    text-decoration: none; }
  .icms-footer__bottom .copy-mobile {
    color: #797979; }
  .icms-footer__bottom .footer-email {
    margin-bottom: 1rem;
    display: block; }

address {
  margin-bottom: 0; }

/* content-list */
.cases_list .cases-photo {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 20px;
  margin-bottom: 20px; }

.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; }

.news_list .news-photo {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  border-radius: 20px;
  margin-bottom: 20px; }

.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 .products-photo {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  border-radius: 20px;
  margin-bottom: 40px; }

.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-cases main > article, .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; }

/* /content-list */
/* content-item */
.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.container {
    max-width: 790px; }

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

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

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

.main-widget {
  padding: 120px 0; }

section .widget:last-of-type, section .main-widget:last-of-type, article .widget:last-of-type, 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, .widget-levels {
  padding: 120px 0; }
  .widget-numbers .number-cont, .widget-levels .number-cont {
    background-color: #F5F5F5;
    border-radius: 20px;
    padding: 20px;
    height: 100%; }
    .widget-numbers .number-cont h4, .widget-levels .number-cont h4 {
      font-size: 40px;
      margin-bottom: 30px;
      font-weight: 500;
      line-height: 100%; }
    .widget-numbers .number-cont p, .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 .person-photo {
    width: 100%;
    height: 0;
    padding-bottom: 147%;
    border-radius: 20px;
    margin-bottom: 20px; }
  .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-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 h4 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0; }
  .widget-persons p {
    font-size: 14px;
    margin-bottom: 0; }
  .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; }

.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-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: 20px;
      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; }

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

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

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

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

.swiper-block .swiper-pagination, .widget-careersoptions .swiper-pagination, .widget-cas .swiper-pagination {
  bottom: 0px !important; }
  .swiper-block .swiper-pagination .swiper-pagination-bullet, .widget-careersoptions .swiper-pagination .swiper-pagination-bullet, .widget-cas .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, .widget-careersoptions .swiper-pagination .swiper-pagination-bullet-active, .widget-cas .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #000;
      opacity: 1; }

.widget-careersoptions {
  border-bottom: none;
  padding-bottom: 90px; }
  .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; }

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

/* /widgets */
/* buttons */
.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, .button-submit {
  border-radius: 20px;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: 0.6s; }
  .btn-ii:hover, .button-submit:hover {
    text-decoration: none; }
  .btn-ii + .btn-ii, .button-submit + .btn-ii {
    margin-left: 10px; }

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

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

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

/* /buttons */
.modal {
  z-index: 1060; }

.modal-content {
  border-radius: 20px;
  overflow: hidden;
  z-index: 1000; }
  .modal-content .btn-close, .modal-content .modal-close {
    width: 24px;
    height: 24px;
    background: url(../images/ii/icons/x.svg) center no-repeat;
    border: none; }
  .modal-content .modal-close {
    margin: 1rem; }
  .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-control-input:checked ~ .custom-control-label::before {
  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: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, .icms-forms__hr label {
  display: none; }

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

.icms-forms__feedback input::placeholder, .icms-forms__feedback textarea::placeholder, .icms-forms__hr input::placeholder, .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; }
  .icms-cookiealert .container {
    padding-left: 0;
    padding-right: 0; }
  .icms-cookiealert__message {
    width: 100%;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px;
    border: solid 1px #000; }
    .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: #fff;
    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, h2 {
    font-size: 48px;
    letter-spacing: -1.92px;
    margin-bottom: 60px; }
  header + div.container, header + main {
    padding-top: 90px; }
  header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 1050; }
    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.active:after {
          width: 100%; }
        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-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__middle .navbar-nav .nav-link {
      padding: 0 0.5rem; }
  .icms-footer__bottom {
    font-size: 1rem; }
  /* content-list */
  .cases_list p {
    font-size: 1rem; }
  .cases_list .big-item h3 {
    margin-top: 40px; }
  .products_list .products-photo {
    margin-bottom: 30px; }
  .products_list p {
    font-size: 1rem; }
  .content-careers .head-text {
    margin-bottom: 90px; }
  .news_list .big-item h3 {
    margin-bottom: 40px;
    margin-top: 40px; }
  /* /content-list */
  /* content-item */
  .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, .about-teaser-widget h1 {
    margin-top: 120px; }
  .content-products .cases_item h1 {
    font-size: 60px; }
  /* /content-item */
  /* widgets */
  .widget p, .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, .widget-levels .number-cont h4 {
    font-size: 48px;
    margin-bottom: 40px; }
  .widget-numbers .number-cont p, .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; }
  .head-text {
    margin: 120px 0; }
  section .main-widget:last-of-type, article .main-widget:last-of-type {
    margin-bottom: 120px; }
  /* /widgets */
  .icms-forms__wrap {
    padding: 0 25px 25px; }
    .icms-forms__wrap .form-group {
      margin-bottom: 10px; }
    .icms-forms__wrap textarea {
      margin-bottom: 1.25rem; }
    .icms-forms__wrap .button-submit {
      margin-top: 20px; } }

@media (min-width: 992px) {
  h1, h2 {
    font-size: 72px;
    letter-spacing: -2.88px; }
  .container {
    max-width: 1230px; }
  .icms-footer__middle .navbar-nav .nav-link {
    padding: 0 1.25rem; }
  /* content-list */
  .cases_list .big-item h3 {
    margin-top: 60px;
    font-size: 2rem; }
  .cases_list .big-item .cases-photo {
    padding-bottom: 60%;
    margin-bottom: 60px; }
  .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-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; }
  /* /content-list */
  /* content-item */
  .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; }
  .icms-body-toolbox h1, .about-teaser-widget h1 {
    margin-top: 160px;
    margin-bottom: 60px; }
  .content-products .cases_item h1 {
    font-size: 60px; }
  /* /content-item */
  /* widgets */
  .widget .main-text p, .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, .widget-levels .number-cont h4 {
    font-size: 72px;
    margin-bottom: 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, .widget-levels .row {
    margin-left: -5px;
    margin-right: -5px; }
    .widget-formats .row > div, .widget-levels .row > div {
      padding-left: 5px !important;
      padding-right: 5px !important; }
  .widget-formats h4, .widget-levels 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; }
  .about-teaser-widget p {
    font-size: 1.5rem; }
  .widget-careersoptions {
    padding-bottom: 90px; }
    .widget-careersoptions .directions-block {
      margin: 0 110px; }
  .narrow-cont {
    padding: 0 100px; }
  /* /widgets */
  .modal-dialog {
    max-width: 580px; }
  .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%; } }
